🌐 AI搜索 & 代理 主页
Skip to content

Commit 8a1ef2f

Browse files
authored
Update package.json
1 parent d315eae commit 8a1ef2f

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

src/components/table/package.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,54 @@
8787
{
8888
"prop": "tbodyTransitionHandlers",
8989
"description": "Vue 'transition-list' event handlers. When provided will make the tbody a Vue 'transition-list' component"
90+
},
91+
{
92+
"prop": "caption",
93+
"description": "Text string to place in the caption element"
94+
},
95+
{
96+
"prop": "captionHtml",
97+
"description": "HTML string to place in the caption element. Use with caution"
98+
},
99+
{
100+
"prop": "theadClass",
101+
"description": "CSS class (or classes) to apply to the thead element"
102+
},
103+
{
104+
"prop": "theadTrClass",
105+
"description": "CSS class (or classes) to apply to the tr element in the thead"
106+
},
107+
{
108+
"prop": "footClone",
109+
"description": "Enable to the footer of the table, and clone the header content by default"
110+
},
111+
{
112+
"prop": "tfootClass",
113+
"description": "CSS class (or classes) to apply to the tfoot element"
114+
},
115+
{
116+
"prop": "tfootTrClass",
117+
"description": "CSS class (or classes) to apply to the tr element in the tfoot"
118+
},
119+
{
120+
"prop": "tbodyClass",
121+
"description": "CSS class (or classes) to apply to the tbody element"
122+
},
123+
{
124+
"prop": "tbodyTrClass",
125+
"description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)"
126+
},
127+
{
128+
"prop": "value",
129+
"description": "Currently displayed row data. Read-only. Do not set a value on this prop"
130+
},
131+
{
132+
"prop": "fields",
133+
"description": "Array of field names or array of field definition objects"
134+
},
135+
{
136+
"prop": "items",
137+
"description": "Array of items to display, or an items provider function reference. Refer to the docs for details"
90138
}
91139
],
92140
"events": [
@@ -801,6 +849,54 @@
801849
{
802850
"prop": "tbodyTransitionHandlers",
803851
"description": "Vue 'transition-list' event handlers. When provided will make the tbody a Vue 'transition-list' component"
852+
},
853+
{
854+
"prop": "caption",
855+
"description": "Text string to place in the caption element"
856+
},
857+
{
858+
"prop": "captionHtml",
859+
"description": "HTML string to place in the caption element. Use with caution"
860+
},
861+
{
862+
"prop": "theadClass",
863+
"description": "CSS class (or classes) to apply to the thead element"
864+
},
865+
{
866+
"prop": "theadTrClass",
867+
"description": "CSS class (or classes) to apply to the tr element in the thead"
868+
},
869+
{
870+
"prop": "footClone",
871+
"description": "Enable to the footer of the table, and clone the header content by default"
872+
},
873+
{
874+
"prop": "tfootClass",
875+
"description": "CSS class (or classes) to apply to the tfoot element"
876+
},
877+
{
878+
"prop": "tfootTrClass",
879+
"description": "CSS class (or classes) to apply to the tr element in the tfoot"
880+
},
881+
{
882+
"prop": "tbodyClass",
883+
"description": "CSS class (or classes) to apply to the tbody element"
884+
},
885+
{
886+
"prop": "tbodyTrClass",
887+
"description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)"
888+
},
889+
{
890+
"prop": "value",
891+
"description": "Currently displayed row data. Read-only. Do not set a value on this prop"
892+
},
893+
{
894+
"prop": "fields",
895+
"description": "Array of field names or array of field definition objects"
896+
},
897+
{
898+
"prop": "items",
899+
"description": "Array of items to display"
804900
}
805901
],
806902
"events": [

0 commit comments

Comments
 (0)