@geelato/web-vue 2.59.0 → 2.59.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/arco-vue.js +56 -12
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +61 -47
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +6 -6
- package/es/_components/picker/input-range.d.ts +8 -8
- package/es/_components/picker/input.d.ts +6 -6
- package/es/_components/select-view/select-view.d.ts +5 -5
- package/es/_components/virtual-list/virtual-list.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +3 -3
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/auto-complete/auto-complete.d.ts +5 -5
- package/es/auto-complete/index.d.ts +15 -15
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +6 -6
- package/es/button/button.d.ts +6 -6
- package/es/button/index.d.ts +15 -15
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +4 -4
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +80 -80
- package/es/checkbox/checkbox-group.d.ts +1 -1
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +13 -13
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +3 -3
- package/es/color-picker/index.d.ts +6 -6
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +126 -126
- package/es/date-picker/panels/date/index.d.ts +24 -24
- package/es/date-picker/panels/footer.d.ts +15 -15
- package/es/date-picker/panels/shortcuts.d.ts +15 -15
- package/es/date-picker/panels/week/index.d.ts +24 -24
- package/es/date-picker/picker-panel.d.ts +78 -78
- package/es/date-picker/picker.d.ts +118 -118
- package/es/date-picker/range-picker-panel.d.ts +79 -79
- package/es/date-picker/range-picker.d.ts +126 -126
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +32 -23
- package/es/drawer/drawer.js +7 -2
- package/es/drawer/index.d.ts +66 -51
- package/es/dropdown/dropdown-button.d.ts +48 -48
- package/es/dropdown/dropdown-panel.d.ts +3 -3
- package/es/dropdown/dropdown-submenu.d.ts +22 -22
- package/es/dropdown/dropdown.d.ts +22 -22
- package/es/dropdown/index.d.ts +118 -118
- package/es/form/form-item-label.d.ts +39 -39
- package/es/form/form-item.d.ts +43 -43
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +46 -46
- package/es/grid/grid-row.d.ts +1 -1
- package/es/grid/index.d.ts +1 -1
- package/es/image/preview-action.d.ts +39 -39
- package/es/image/preview-toolbar.d.ts +39 -39
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +27 -12
- package/es/input-number/input-number.d.ts +14 -5
- package/es/input-number/input-number.js +40 -8
- package/es/input-tag/index.d.ts +12 -12
- package/es/input-tag/input-tag.d.ts +5 -5
- package/es/list/index.d.ts +6 -6
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +6 -6
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +16 -16
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +60 -45
- package/es/modal/modal.d.ts +30 -21
- package/es/modal/modal.js +5 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +27 -12
- package/es/pagination/page-options.d.ts +82 -82
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +69 -69
- package/es/popconfirm/popconfirm.d.ts +34 -34
- package/es/popover/index.d.ts +42 -42
- package/es/popover/popover.d.ts +21 -21
- package/es/progress/circle.d.ts +3 -3
- package/es/progress/index.d.ts +18 -18
- package/es/progress/line.d.ts +3 -3
- package/es/progress/progress.d.ts +9 -9
- package/es/radio/index.d.ts +13 -13
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +4 -4
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/scrollbar/index.d.ts +3 -3
- package/es/scrollbar/scrollbar.d.ts +1 -1
- package/es/select/index.d.ts +82 -82
- package/es/select/option.d.ts +15 -15
- package/es/select/select-dropdown.d.ts +3 -3
- package/es/select/select.d.ts +30 -30
- package/es/slider/index.d.ts +138 -108
- package/es/slider/slider-button.d.ts +39 -39
- package/es/slider/slider-input.d.ts +27 -12
- package/es/slider/slider.d.ts +68 -53
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +21 -21
- package/es/switch/switch.d.ts +12 -12
- package/es/table/index.d.ts +19 -19
- package/es/table/table-operation-td.d.ts +26 -26
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +9 -9
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +9 -9
- package/es/tag/tag.d.ts +5 -5
- package/es/textarea/index.d.ts +12 -12
- package/es/textarea/textarea.d.ts +5 -5
- package/es/time-picker/index.d.ts +184 -184
- package/es/time-picker/panel.d.ts +24 -24
- package/es/time-picker/range-panel.d.ts +24 -24
- package/es/time-picker/time-picker.d.ts +89 -89
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +39 -39
- package/es/tooltip/tooltip.d.ts +19 -19
- package/es/transfer/index.d.ts +93 -93
- package/es/transfer/transfer-view.d.ts +27 -27
- package/es/transfer/transfer.d.ts +45 -45
- package/es/tree/base-node.d.ts +13 -13
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +27 -27
- package/es/tree/transition-node-list.d.ts +13 -13
- package/es/tree/tree.d.ts +11 -11
- package/es/tree-select/index.d.ts +115 -115
- package/es/tree-select/panel.d.ts +27 -27
- package/es/tree-select/tree-select.d.ts +55 -55
- package/es/trigger/index.d.ts +15 -15
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +5 -5
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +39 -39
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +3 -3
- package/json/vetur-attributes.json +2273 -2261
- package/json/vetur-tags.json +875 -872
- package/json/web-types.json +4579 -4555
- package/lib/drawer/drawer.js +7 -2
- package/lib/input-number/input-number.js +40 -8
- package/lib/modal/modal.js +5 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/package.json +24 -25
package/json/vetur-tags.json
CHANGED
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"a-alert": {
|
|
3
|
-
"attributes": [
|
|
4
|
-
"close",
|
|
5
|
-
"after-close",
|
|
6
|
-
"type",
|
|
7
|
-
"show-icon",
|
|
8
|
-
"closable",
|
|
9
|
-
"title",
|
|
10
|
-
"banner",
|
|
11
|
-
"center"
|
|
12
|
-
]
|
|
13
|
-
},
|
|
14
2
|
"a-anchor": {
|
|
15
3
|
"attributes": [
|
|
16
4
|
"select",
|
|
@@ -28,6 +16,18 @@
|
|
|
28
16
|
"href"
|
|
29
17
|
]
|
|
30
18
|
},
|
|
19
|
+
"a-alert": {
|
|
20
|
+
"attributes": [
|
|
21
|
+
"close",
|
|
22
|
+
"after-close",
|
|
23
|
+
"type",
|
|
24
|
+
"show-icon",
|
|
25
|
+
"closable",
|
|
26
|
+
"title",
|
|
27
|
+
"banner",
|
|
28
|
+
"center"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
31
|
"a-back-top": {
|
|
32
32
|
"attributes": [
|
|
33
33
|
"visible-height",
|
|
@@ -36,13 +36,36 @@
|
|
|
36
36
|
"duration"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
-
"a-
|
|
39
|
+
"a-auto-complete": {
|
|
40
40
|
"attributes": [
|
|
41
41
|
"change",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
42
|
+
"search",
|
|
43
|
+
"select",
|
|
44
|
+
"clear",
|
|
45
|
+
"dropdown-scroll",
|
|
46
|
+
"dropdown-reach-bottom",
|
|
47
|
+
"model-value",
|
|
48
|
+
"default-value",
|
|
49
|
+
"disabled",
|
|
50
|
+
"data",
|
|
51
|
+
"popup-container",
|
|
52
|
+
"strict",
|
|
53
|
+
"filter-option",
|
|
54
|
+
"trigger-props",
|
|
55
|
+
"allow-clear",
|
|
56
|
+
"virtual-list-props"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"a-badge": {
|
|
60
|
+
"attributes": [
|
|
61
|
+
"text",
|
|
62
|
+
"dot",
|
|
63
|
+
"dot-style",
|
|
64
|
+
"max-count",
|
|
65
|
+
"offset",
|
|
66
|
+
"color",
|
|
67
|
+
"status",
|
|
68
|
+
"count"
|
|
46
69
|
]
|
|
47
70
|
},
|
|
48
71
|
"a-avatar": {
|
|
@@ -70,24 +93,13 @@
|
|
|
70
93
|
"max-popover-trigger-props"
|
|
71
94
|
]
|
|
72
95
|
},
|
|
73
|
-
"a-
|
|
96
|
+
"a-affix": {
|
|
74
97
|
"attributes": [
|
|
75
98
|
"change",
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"dropdown-reach-bottom",
|
|
81
|
-
"model-value",
|
|
82
|
-
"default-value",
|
|
83
|
-
"disabled",
|
|
84
|
-
"data",
|
|
85
|
-
"popup-container",
|
|
86
|
-
"strict",
|
|
87
|
-
"filter-option",
|
|
88
|
-
"trigger-props",
|
|
89
|
-
"allow-clear",
|
|
90
|
-
"virtual-list-props"
|
|
99
|
+
"offset-top",
|
|
100
|
+
"offset-bottom",
|
|
101
|
+
"target",
|
|
102
|
+
"target-container"
|
|
91
103
|
]
|
|
92
104
|
},
|
|
93
105
|
"a-button": {
|
|
@@ -125,6 +137,91 @@
|
|
|
125
137
|
"modes"
|
|
126
138
|
]
|
|
127
139
|
},
|
|
140
|
+
"a-carousel": {
|
|
141
|
+
"attributes": [
|
|
142
|
+
"change",
|
|
143
|
+
"current",
|
|
144
|
+
"default-current",
|
|
145
|
+
"move-speed",
|
|
146
|
+
"animation-name",
|
|
147
|
+
"trigger",
|
|
148
|
+
"direction",
|
|
149
|
+
"show-arrow",
|
|
150
|
+
"arrow-class",
|
|
151
|
+
"indicator-type",
|
|
152
|
+
"indicator-position",
|
|
153
|
+
"indicator-class",
|
|
154
|
+
"transition-timing-function"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"a-breadcrumb": {
|
|
158
|
+
"attributes": [
|
|
159
|
+
"max-count",
|
|
160
|
+
"routes",
|
|
161
|
+
"separator",
|
|
162
|
+
"custom-url"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"a-breadcrumb-item": {
|
|
166
|
+
"attributes": [
|
|
167
|
+
"separator",
|
|
168
|
+
"droplist",
|
|
169
|
+
"dropdown-props"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
"a-card": {
|
|
173
|
+
"attributes": [
|
|
174
|
+
"bordered",
|
|
175
|
+
"loading",
|
|
176
|
+
"hoverable",
|
|
177
|
+
"size",
|
|
178
|
+
"header-style",
|
|
179
|
+
"body-style",
|
|
180
|
+
"title",
|
|
181
|
+
"extra"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"a-card-meta": {
|
|
185
|
+
"attributes": [
|
|
186
|
+
"title",
|
|
187
|
+
"description"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
"a-card-grid": {
|
|
191
|
+
"attributes": [
|
|
192
|
+
"hoverable"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"a-comment": {
|
|
196
|
+
"attributes": [
|
|
197
|
+
"author",
|
|
198
|
+
"avatar",
|
|
199
|
+
"content",
|
|
200
|
+
"datetime",
|
|
201
|
+
"align"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"a-checkbox": {
|
|
205
|
+
"attributes": [
|
|
206
|
+
"change",
|
|
207
|
+
"model-value",
|
|
208
|
+
"default-checked",
|
|
209
|
+
"value",
|
|
210
|
+
"disabled",
|
|
211
|
+
"indeterminate"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"a-checkbox-group": {
|
|
215
|
+
"attributes": [
|
|
216
|
+
"change",
|
|
217
|
+
"model-value",
|
|
218
|
+
"default-value",
|
|
219
|
+
"max",
|
|
220
|
+
"options",
|
|
221
|
+
"direction",
|
|
222
|
+
"disabled"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
128
225
|
"a-cascader": {
|
|
129
226
|
"attributes": [
|
|
130
227
|
"change",
|
|
@@ -184,56 +281,6 @@
|
|
|
184
281
|
"expand-child"
|
|
185
282
|
]
|
|
186
283
|
},
|
|
187
|
-
"a-card": {
|
|
188
|
-
"attributes": [
|
|
189
|
-
"bordered",
|
|
190
|
-
"loading",
|
|
191
|
-
"hoverable",
|
|
192
|
-
"size",
|
|
193
|
-
"header-style",
|
|
194
|
-
"body-style",
|
|
195
|
-
"title",
|
|
196
|
-
"extra"
|
|
197
|
-
]
|
|
198
|
-
},
|
|
199
|
-
"a-card-meta": {
|
|
200
|
-
"attributes": [
|
|
201
|
-
"title",
|
|
202
|
-
"description"
|
|
203
|
-
]
|
|
204
|
-
},
|
|
205
|
-
"a-card-grid": {
|
|
206
|
-
"attributes": [
|
|
207
|
-
"hoverable"
|
|
208
|
-
]
|
|
209
|
-
},
|
|
210
|
-
"a-breadcrumb": {
|
|
211
|
-
"attributes": [
|
|
212
|
-
"max-count",
|
|
213
|
-
"routes",
|
|
214
|
-
"separator",
|
|
215
|
-
"custom-url"
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
"a-breadcrumb-item": {
|
|
219
|
-
"attributes": [
|
|
220
|
-
"separator",
|
|
221
|
-
"droplist",
|
|
222
|
-
"dropdown-props"
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
"a-badge": {
|
|
226
|
-
"attributes": [
|
|
227
|
-
"text",
|
|
228
|
-
"dot",
|
|
229
|
-
"dot-style",
|
|
230
|
-
"max-count",
|
|
231
|
-
"offset",
|
|
232
|
-
"color",
|
|
233
|
-
"status",
|
|
234
|
-
"count"
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
284
|
"a-collapse": {
|
|
238
285
|
"attributes": [
|
|
239
286
|
"change",
|
|
@@ -254,84 +301,27 @@
|
|
|
254
301
|
"destroy-on-hide"
|
|
255
302
|
]
|
|
256
303
|
},
|
|
257
|
-
"a-
|
|
304
|
+
"a-descriptions": {
|
|
258
305
|
"attributes": [
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"indicator-position",
|
|
270
|
-
"indicator-class",
|
|
271
|
-
"transition-timing-function"
|
|
306
|
+
"data",
|
|
307
|
+
"column",
|
|
308
|
+
"title",
|
|
309
|
+
"layout",
|
|
310
|
+
"align",
|
|
311
|
+
"size",
|
|
312
|
+
"bordered",
|
|
313
|
+
"label-style",
|
|
314
|
+
"value-style",
|
|
315
|
+
"table-layout"
|
|
272
316
|
]
|
|
273
317
|
},
|
|
274
|
-
"a-
|
|
318
|
+
"a-descriptions-item": {
|
|
275
319
|
"attributes": [
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"default-checked",
|
|
279
|
-
"value",
|
|
280
|
-
"disabled",
|
|
281
|
-
"indeterminate"
|
|
320
|
+
"span",
|
|
321
|
+
"label"
|
|
282
322
|
]
|
|
283
323
|
},
|
|
284
|
-
"a-
|
|
285
|
-
"attributes": [
|
|
286
|
-
"change",
|
|
287
|
-
"model-value",
|
|
288
|
-
"default-value",
|
|
289
|
-
"max",
|
|
290
|
-
"options",
|
|
291
|
-
"direction",
|
|
292
|
-
"disabled"
|
|
293
|
-
]
|
|
294
|
-
},
|
|
295
|
-
"a-config-provider": {
|
|
296
|
-
"attributes": [
|
|
297
|
-
"prefix-cls",
|
|
298
|
-
"locale",
|
|
299
|
-
"size",
|
|
300
|
-
"global",
|
|
301
|
-
"scroll-to-close",
|
|
302
|
-
"exchange-time",
|
|
303
|
-
"rtl"
|
|
304
|
-
]
|
|
305
|
-
},
|
|
306
|
-
"a-comment": {
|
|
307
|
-
"attributes": [
|
|
308
|
-
"author",
|
|
309
|
-
"avatar",
|
|
310
|
-
"content",
|
|
311
|
-
"datetime",
|
|
312
|
-
"align"
|
|
313
|
-
]
|
|
314
|
-
},
|
|
315
|
-
"a-color-picker": {
|
|
316
|
-
"attributes": [
|
|
317
|
-
"change",
|
|
318
|
-
"popup-visible-change",
|
|
319
|
-
"model-value",
|
|
320
|
-
"default-value",
|
|
321
|
-
"format",
|
|
322
|
-
"size",
|
|
323
|
-
"show-text",
|
|
324
|
-
"show-history",
|
|
325
|
-
"show-preset",
|
|
326
|
-
"disabled",
|
|
327
|
-
"disabled-alpha",
|
|
328
|
-
"hide-trigger",
|
|
329
|
-
"trigger-props",
|
|
330
|
-
"history-colors",
|
|
331
|
-
"preset-colors"
|
|
332
|
-
]
|
|
333
|
-
},
|
|
334
|
-
"a-range-picker": {
|
|
324
|
+
"a-range-picker": {
|
|
335
325
|
"attributes": [
|
|
336
326
|
"change",
|
|
337
327
|
"select",
|
|
@@ -360,6 +350,36 @@
|
|
|
360
350
|
"abbreviation"
|
|
361
351
|
]
|
|
362
352
|
},
|
|
353
|
+
"a-color-picker": {
|
|
354
|
+
"attributes": [
|
|
355
|
+
"change",
|
|
356
|
+
"popup-visible-change",
|
|
357
|
+
"model-value",
|
|
358
|
+
"default-value",
|
|
359
|
+
"format",
|
|
360
|
+
"size",
|
|
361
|
+
"show-text",
|
|
362
|
+
"show-history",
|
|
363
|
+
"show-preset",
|
|
364
|
+
"disabled",
|
|
365
|
+
"disabled-alpha",
|
|
366
|
+
"hide-trigger",
|
|
367
|
+
"trigger-props",
|
|
368
|
+
"history-colors",
|
|
369
|
+
"preset-colors"
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
"a-config-provider": {
|
|
373
|
+
"attributes": [
|
|
374
|
+
"prefix-cls",
|
|
375
|
+
"locale",
|
|
376
|
+
"size",
|
|
377
|
+
"global",
|
|
378
|
+
"scroll-to-close",
|
|
379
|
+
"exchange-time",
|
|
380
|
+
"rtl"
|
|
381
|
+
]
|
|
382
|
+
},
|
|
363
383
|
"a-divider": {
|
|
364
384
|
"attributes": [
|
|
365
385
|
"direction",
|
|
@@ -369,121 +389,97 @@
|
|
|
369
389
|
"margin"
|
|
370
390
|
]
|
|
371
391
|
},
|
|
372
|
-
"a-
|
|
392
|
+
"a-row": {
|
|
373
393
|
"attributes": [
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"blur",
|
|
380
|
-
"model-value",
|
|
381
|
-
"default-value",
|
|
382
|
-
"size",
|
|
383
|
-
"allow-clear",
|
|
384
|
-
"disabled",
|
|
385
|
-
"readonly",
|
|
386
|
-
"error",
|
|
387
|
-
"placeholder",
|
|
388
|
-
"max-length",
|
|
389
|
-
"show-word-limit",
|
|
390
|
-
"word-length",
|
|
391
|
-
"word-slice",
|
|
392
|
-
"input-attrs",
|
|
393
|
-
"prepend",
|
|
394
|
-
"append"
|
|
394
|
+
"gutter",
|
|
395
|
+
"justify",
|
|
396
|
+
"align",
|
|
397
|
+
"div",
|
|
398
|
+
"wrap"
|
|
395
399
|
]
|
|
396
400
|
},
|
|
397
|
-
"a-
|
|
398
|
-
"attributes": [
|
|
401
|
+
"a-col": {
|
|
402
|
+
"attributes": [
|
|
403
|
+
"span",
|
|
404
|
+
"offset",
|
|
405
|
+
"order",
|
|
406
|
+
"xs",
|
|
407
|
+
"sm",
|
|
408
|
+
"md",
|
|
409
|
+
"lg",
|
|
410
|
+
"xl",
|
|
411
|
+
"xxl",
|
|
412
|
+
"flex"
|
|
413
|
+
]
|
|
399
414
|
},
|
|
400
|
-
"a-
|
|
415
|
+
"a-grid": {
|
|
401
416
|
"attributes": [
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
417
|
+
"cols",
|
|
418
|
+
"row-gap",
|
|
419
|
+
"col-gap",
|
|
420
|
+
"collapsed",
|
|
421
|
+
"collapsed-rows"
|
|
406
422
|
]
|
|
407
423
|
},
|
|
408
|
-
"a-
|
|
424
|
+
"a-grid-item": {
|
|
409
425
|
"attributes": [
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"disabled",
|
|
414
|
-
"size",
|
|
415
|
-
"button-text",
|
|
416
|
-
"button-props"
|
|
426
|
+
"span",
|
|
427
|
+
"offset",
|
|
428
|
+
"suffix"
|
|
417
429
|
]
|
|
418
430
|
},
|
|
419
|
-
"a-
|
|
431
|
+
"a-dropdown": {
|
|
420
432
|
"attributes": [
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
"table-layout"
|
|
433
|
+
"popup-visible-change",
|
|
434
|
+
"select",
|
|
435
|
+
"popup-visible",
|
|
436
|
+
"default-popup-visible",
|
|
437
|
+
"trigger",
|
|
438
|
+
"position",
|
|
439
|
+
"popup-container",
|
|
440
|
+
"popup-max-height",
|
|
441
|
+
"hide-on-select"
|
|
431
442
|
]
|
|
432
443
|
},
|
|
433
|
-
"a-
|
|
444
|
+
"a-doption": {
|
|
434
445
|
"attributes": [
|
|
435
|
-
"
|
|
436
|
-
"
|
|
446
|
+
"click",
|
|
447
|
+
"value",
|
|
448
|
+
"disabled"
|
|
437
449
|
]
|
|
438
450
|
},
|
|
439
|
-
"a-
|
|
451
|
+
"a-dgroup": {
|
|
440
452
|
"attributes": [
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"wrapper-col-props",
|
|
449
|
-
"label-align",
|
|
453
|
+
"title"
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
"a-dsubmenu": {
|
|
457
|
+
"attributes": [
|
|
458
|
+
"popup-visible-change",
|
|
459
|
+
"value",
|
|
450
460
|
"disabled",
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
461
|
+
"trigger",
|
|
462
|
+
"position",
|
|
463
|
+
"popup-visible",
|
|
464
|
+
"default-popup-visible",
|
|
465
|
+
"option-props"
|
|
455
466
|
]
|
|
456
467
|
},
|
|
457
|
-
"a-
|
|
468
|
+
"a-dropdown-button": {
|
|
458
469
|
"attributes": [
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
470
|
+
"popup-visible-change",
|
|
471
|
+
"click",
|
|
472
|
+
"select",
|
|
473
|
+
"popup-visible",
|
|
474
|
+
"default-popup-visible",
|
|
475
|
+
"trigger",
|
|
476
|
+
"position",
|
|
477
|
+
"popup-container",
|
|
464
478
|
"disabled",
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"rules",
|
|
470
|
-
"validate-status",
|
|
471
|
-
"validate-trigger",
|
|
472
|
-
"label-col-props",
|
|
473
|
-
"wrapper-col-props",
|
|
474
|
-
"hide-label",
|
|
475
|
-
"hide-asterisk",
|
|
476
|
-
"label-col-style",
|
|
477
|
-
"wrapper-col-style",
|
|
478
|
-
"row-props",
|
|
479
|
-
"row-class",
|
|
480
|
-
"content-class",
|
|
481
|
-
"content-flex",
|
|
482
|
-
"merge-props",
|
|
483
|
-
"label-col-flex",
|
|
484
|
-
"feedback",
|
|
485
|
-
"label-component",
|
|
486
|
-
"label-attrs"
|
|
479
|
+
"type",
|
|
480
|
+
"size",
|
|
481
|
+
"button-props",
|
|
482
|
+
"hide-on-select"
|
|
487
483
|
]
|
|
488
484
|
},
|
|
489
485
|
"a-drawer": {
|
|
@@ -519,80 +515,200 @@
|
|
|
519
515
|
"render-to-body",
|
|
520
516
|
"header",
|
|
521
517
|
"footer",
|
|
522
|
-
"hide-cancel"
|
|
518
|
+
"hide-cancel",
|
|
519
|
+
"hide-ok"
|
|
523
520
|
]
|
|
524
521
|
},
|
|
525
|
-
"a-
|
|
522
|
+
"a-empty": {
|
|
526
523
|
"attributes": [
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"div",
|
|
531
|
-
"wrap"
|
|
524
|
+
"description",
|
|
525
|
+
"img-src",
|
|
526
|
+
"in-config-provider"
|
|
532
527
|
]
|
|
533
528
|
},
|
|
534
|
-
"a-
|
|
529
|
+
"a-image": {
|
|
535
530
|
"attributes": [
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
531
|
+
"preview-visible-change",
|
|
532
|
+
"src",
|
|
533
|
+
"width",
|
|
534
|
+
"height",
|
|
535
|
+
"title",
|
|
536
|
+
"description",
|
|
537
|
+
"fit",
|
|
538
|
+
"alt",
|
|
539
|
+
"hide-footer",
|
|
540
|
+
"footer-position",
|
|
541
|
+
"show-loader",
|
|
542
|
+
"preview",
|
|
543
|
+
"preview-visible",
|
|
544
|
+
"default-preview-visible",
|
|
545
|
+
"preview-props",
|
|
546
|
+
"footer-class"
|
|
546
547
|
]
|
|
547
548
|
},
|
|
548
|
-
"a-
|
|
549
|
+
"a-image-preview": {
|
|
549
550
|
"attributes": [
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"
|
|
551
|
+
"close",
|
|
552
|
+
"src",
|
|
553
|
+
"visible",
|
|
554
|
+
"default-visible",
|
|
555
|
+
"mask-closable",
|
|
556
|
+
"closable",
|
|
557
|
+
"actions-layout",
|
|
558
|
+
"popup-container",
|
|
559
|
+
"esc-to-close",
|
|
560
|
+
"wheel-zoom",
|
|
561
|
+
"keyboard",
|
|
562
|
+
"default-scale",
|
|
563
|
+
"zoom-rate"
|
|
555
564
|
]
|
|
556
565
|
},
|
|
557
|
-
"a-
|
|
566
|
+
"a-image-preview-group": {
|
|
558
567
|
"attributes": [
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"
|
|
568
|
+
"change",
|
|
569
|
+
"visible-change",
|
|
570
|
+
"src-list",
|
|
571
|
+
"current",
|
|
572
|
+
"default-current",
|
|
573
|
+
"infinite",
|
|
574
|
+
"visible",
|
|
575
|
+
"default-visible",
|
|
576
|
+
"mask-closable",
|
|
577
|
+
"closable",
|
|
578
|
+
"actions-layout",
|
|
579
|
+
"popup-container"
|
|
562
580
|
]
|
|
563
581
|
},
|
|
564
|
-
"a-
|
|
582
|
+
"a-image-preview-action": {
|
|
565
583
|
"attributes": [
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
"in-config-provider"
|
|
584
|
+
"name",
|
|
585
|
+
"disabled"
|
|
569
586
|
]
|
|
570
587
|
},
|
|
571
|
-
"a-input
|
|
588
|
+
"a-input": {
|
|
572
589
|
"attributes": [
|
|
590
|
+
"input",
|
|
573
591
|
"change",
|
|
574
|
-
"input-value-change",
|
|
575
592
|
"press-enter",
|
|
576
|
-
"remove",
|
|
577
593
|
"clear",
|
|
578
594
|
"focus",
|
|
579
595
|
"blur",
|
|
580
596
|
"model-value",
|
|
581
597
|
"default-value",
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"placeholder",
|
|
598
|
+
"size",
|
|
599
|
+
"allow-clear",
|
|
585
600
|
"disabled",
|
|
586
|
-
"error",
|
|
587
601
|
"readonly",
|
|
588
|
-
"
|
|
602
|
+
"error",
|
|
603
|
+
"placeholder",
|
|
604
|
+
"max-length",
|
|
605
|
+
"show-word-limit",
|
|
606
|
+
"word-length",
|
|
607
|
+
"word-slice",
|
|
608
|
+
"input-attrs",
|
|
609
|
+
"prepend",
|
|
610
|
+
"append"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
"a-input-group": {
|
|
614
|
+
"attributes": []
|
|
615
|
+
},
|
|
616
|
+
"a-input-password": {
|
|
617
|
+
"attributes": [
|
|
618
|
+
"visibility-change",
|
|
619
|
+
"visibility",
|
|
620
|
+
"default-visibility",
|
|
621
|
+
"invisible-button"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
"a-input-search": {
|
|
625
|
+
"attributes": [
|
|
626
|
+
"search",
|
|
627
|
+
"search-button",
|
|
628
|
+
"loading",
|
|
629
|
+
"disabled",
|
|
589
630
|
"size",
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
631
|
+
"button-text",
|
|
632
|
+
"button-props"
|
|
633
|
+
]
|
|
634
|
+
},
|
|
635
|
+
"a-layout": {
|
|
636
|
+
"attributes": [
|
|
637
|
+
"has-sider"
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
"a-layout-header": {
|
|
641
|
+
"attributes": []
|
|
642
|
+
},
|
|
643
|
+
"a-layout-content": {
|
|
644
|
+
"attributes": []
|
|
645
|
+
},
|
|
646
|
+
"a-layout-footer": {
|
|
647
|
+
"attributes": []
|
|
648
|
+
},
|
|
649
|
+
"a-layout-sider": {
|
|
650
|
+
"attributes": [
|
|
651
|
+
"collapse",
|
|
652
|
+
"breakpoint",
|
|
653
|
+
"theme",
|
|
654
|
+
"collapsed",
|
|
655
|
+
"default-collapsed",
|
|
656
|
+
"collapsible",
|
|
657
|
+
"width",
|
|
658
|
+
"collapsed-width",
|
|
659
|
+
"reverse-arrow",
|
|
660
|
+
"resize-directions",
|
|
661
|
+
"hide-trigger"
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
"a-form": {
|
|
665
|
+
"attributes": [
|
|
666
|
+
"submit",
|
|
667
|
+
"submit-success",
|
|
668
|
+
"submit-failed",
|
|
669
|
+
"model",
|
|
670
|
+
"layout",
|
|
671
|
+
"size",
|
|
672
|
+
"label-col-props",
|
|
673
|
+
"wrapper-col-props",
|
|
674
|
+
"label-align",
|
|
675
|
+
"disabled",
|
|
676
|
+
"rules",
|
|
677
|
+
"auto-label-width",
|
|
678
|
+
"id",
|
|
679
|
+
"scroll-to-first-error"
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
"a-form-item": {
|
|
683
|
+
"attributes": [
|
|
684
|
+
"field",
|
|
685
|
+
"label",
|
|
686
|
+
"tooltip",
|
|
687
|
+
"show-colon",
|
|
688
|
+
"no-style",
|
|
689
|
+
"disabled",
|
|
690
|
+
"help",
|
|
691
|
+
"extra",
|
|
692
|
+
"required",
|
|
693
|
+
"asterisk-position",
|
|
694
|
+
"rules",
|
|
695
|
+
"validate-status",
|
|
696
|
+
"validate-trigger",
|
|
697
|
+
"label-col-props",
|
|
698
|
+
"wrapper-col-props",
|
|
699
|
+
"hide-label",
|
|
700
|
+
"hide-asterisk",
|
|
701
|
+
"label-col-style",
|
|
702
|
+
"wrapper-col-style",
|
|
703
|
+
"row-props",
|
|
704
|
+
"row-class",
|
|
705
|
+
"content-class",
|
|
706
|
+
"content-flex",
|
|
707
|
+
"merge-props",
|
|
708
|
+
"label-col-flex",
|
|
709
|
+
"feedback",
|
|
710
|
+
"label-component",
|
|
711
|
+
"label-attrs"
|
|
596
712
|
]
|
|
597
713
|
},
|
|
598
714
|
"a-input-number": {
|
|
@@ -614,6 +730,7 @@
|
|
|
614
730
|
"min",
|
|
615
731
|
"formatter",
|
|
616
732
|
"parser",
|
|
733
|
+
"show-group-separator",
|
|
617
734
|
"placeholder",
|
|
618
735
|
"hide-button",
|
|
619
736
|
"size",
|
|
@@ -624,6 +741,51 @@
|
|
|
624
741
|
"keyboard"
|
|
625
742
|
]
|
|
626
743
|
},
|
|
744
|
+
"a-input-tag": {
|
|
745
|
+
"attributes": [
|
|
746
|
+
"change",
|
|
747
|
+
"input-value-change",
|
|
748
|
+
"press-enter",
|
|
749
|
+
"remove",
|
|
750
|
+
"clear",
|
|
751
|
+
"focus",
|
|
752
|
+
"blur",
|
|
753
|
+
"model-value",
|
|
754
|
+
"default-value",
|
|
755
|
+
"input-value",
|
|
756
|
+
"default-input-value",
|
|
757
|
+
"placeholder",
|
|
758
|
+
"disabled",
|
|
759
|
+
"error",
|
|
760
|
+
"readonly",
|
|
761
|
+
"allow-clear",
|
|
762
|
+
"size",
|
|
763
|
+
"max-tag-count",
|
|
764
|
+
"retain-input-value",
|
|
765
|
+
"format-tag",
|
|
766
|
+
"unique-value",
|
|
767
|
+
"field-names",
|
|
768
|
+
"tag-nowrap"
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
"a-mention": {
|
|
772
|
+
"attributes": [
|
|
773
|
+
"change",
|
|
774
|
+
"search",
|
|
775
|
+
"select",
|
|
776
|
+
"clear",
|
|
777
|
+
"focus",
|
|
778
|
+
"blur",
|
|
779
|
+
"model-value",
|
|
780
|
+
"default-value",
|
|
781
|
+
"data",
|
|
782
|
+
"prefix",
|
|
783
|
+
"split",
|
|
784
|
+
"type",
|
|
785
|
+
"disabled",
|
|
786
|
+
"allow-clear"
|
|
787
|
+
]
|
|
788
|
+
},
|
|
627
789
|
"a-list": {
|
|
628
790
|
"attributes": [
|
|
629
791
|
"scroll",
|
|
@@ -655,105 +817,76 @@
|
|
|
655
817
|
"description"
|
|
656
818
|
]
|
|
657
819
|
},
|
|
658
|
-
"a-
|
|
659
|
-
"attributes": [
|
|
660
|
-
"change",
|
|
661
|
-
"search",
|
|
662
|
-
"select",
|
|
663
|
-
"clear",
|
|
664
|
-
"focus",
|
|
665
|
-
"blur",
|
|
666
|
-
"model-value",
|
|
667
|
-
"default-value",
|
|
668
|
-
"data",
|
|
669
|
-
"prefix",
|
|
670
|
-
"split",
|
|
671
|
-
"type",
|
|
672
|
-
"disabled",
|
|
673
|
-
"allow-clear"
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
|
-
"a-layout": {
|
|
677
|
-
"attributes": [
|
|
678
|
-
"has-sider"
|
|
679
|
-
]
|
|
680
|
-
},
|
|
681
|
-
"a-layout-header": {
|
|
682
|
-
"attributes": []
|
|
683
|
-
},
|
|
684
|
-
"a-layout-content": {
|
|
685
|
-
"attributes": []
|
|
686
|
-
},
|
|
687
|
-
"a-layout-footer": {
|
|
688
|
-
"attributes": []
|
|
689
|
-
},
|
|
690
|
-
"a-layout-sider": {
|
|
820
|
+
"a-menu": {
|
|
691
821
|
"attributes": [
|
|
692
822
|
"collapse",
|
|
693
|
-
"
|
|
823
|
+
"menu-item-click",
|
|
824
|
+
"sub-menu-click",
|
|
694
825
|
"theme",
|
|
826
|
+
"mode",
|
|
827
|
+
"level-indent",
|
|
828
|
+
"auto-open",
|
|
695
829
|
"collapsed",
|
|
696
830
|
"default-collapsed",
|
|
697
|
-
"collapsible",
|
|
698
|
-
"width",
|
|
699
831
|
"collapsed-width",
|
|
700
|
-
"
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"popup-container",
|
|
714
|
-
"popup-max-height",
|
|
715
|
-
"hide-on-select"
|
|
832
|
+
"accordion",
|
|
833
|
+
"auto-scroll-into-view",
|
|
834
|
+
"show-collapse-button",
|
|
835
|
+
"selected-keys",
|
|
836
|
+
"default-selected-keys",
|
|
837
|
+
"open-keys",
|
|
838
|
+
"default-open-keys",
|
|
839
|
+
"scroll-config",
|
|
840
|
+
"trigger-props",
|
|
841
|
+
"tooltip-props",
|
|
842
|
+
"auto-open-selected",
|
|
843
|
+
"breakpoint",
|
|
844
|
+
"popup-max-height"
|
|
716
845
|
]
|
|
717
846
|
},
|
|
718
|
-
"a-
|
|
847
|
+
"a-sub-menu": {
|
|
719
848
|
"attributes": [
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
"
|
|
849
|
+
"title",
|
|
850
|
+
"selectable",
|
|
851
|
+
"popup",
|
|
852
|
+
"popup-max-height"
|
|
723
853
|
]
|
|
724
854
|
},
|
|
725
|
-
"a-
|
|
855
|
+
"a-menu-item-group": {
|
|
726
856
|
"attributes": [
|
|
727
857
|
"title"
|
|
728
858
|
]
|
|
729
859
|
},
|
|
730
|
-
"a-
|
|
860
|
+
"a-menu-item": {
|
|
731
861
|
"attributes": [
|
|
732
|
-
"
|
|
733
|
-
"value",
|
|
734
|
-
"disabled",
|
|
735
|
-
"trigger",
|
|
736
|
-
"position",
|
|
737
|
-
"popup-visible",
|
|
738
|
-
"default-popup-visible",
|
|
739
|
-
"option-props"
|
|
862
|
+
"disabled"
|
|
740
863
|
]
|
|
741
864
|
},
|
|
742
|
-
"a-
|
|
865
|
+
"a-notification": {
|
|
866
|
+
"attributes": []
|
|
867
|
+
},
|
|
868
|
+
"a-popover": {
|
|
743
869
|
"attributes": [
|
|
744
870
|
"popup-visible-change",
|
|
745
|
-
"click",
|
|
746
|
-
"select",
|
|
747
871
|
"popup-visible",
|
|
748
872
|
"default-popup-visible",
|
|
873
|
+
"title",
|
|
874
|
+
"content",
|
|
749
875
|
"trigger",
|
|
750
876
|
"position",
|
|
751
|
-
"
|
|
752
|
-
"
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
|
|
877
|
+
"content-class",
|
|
878
|
+
"content-style",
|
|
879
|
+
"arrow-class",
|
|
880
|
+
"arrow-style",
|
|
881
|
+
"popup-container"
|
|
882
|
+
]
|
|
883
|
+
},
|
|
884
|
+
"a-overflow-list": {
|
|
885
|
+
"attributes": [
|
|
886
|
+
"change",
|
|
887
|
+
"min",
|
|
888
|
+
"margin",
|
|
889
|
+
"from"
|
|
757
890
|
]
|
|
758
891
|
},
|
|
759
892
|
"a-modal": {
|
|
@@ -775,134 +908,64 @@
|
|
|
775
908
|
"unmount-on-close",
|
|
776
909
|
"mask-closable",
|
|
777
910
|
"hide-cancel",
|
|
911
|
+
"hide-ok",
|
|
778
912
|
"simple",
|
|
779
|
-
"closable",
|
|
780
|
-
"ok-text",
|
|
781
|
-
"cancel-text",
|
|
782
|
-
"ok-loading",
|
|
783
|
-
"ok-button-props",
|
|
784
|
-
"cancel-button-props",
|
|
785
|
-
"footer",
|
|
786
|
-
"render-to-body",
|
|
787
|
-
"popup-container",
|
|
788
|
-
"mask-style",
|
|
789
|
-
"modal-class",
|
|
790
|
-
"modal-style",
|
|
791
|
-
"before-ok",
|
|
792
|
-
"before-cancel",
|
|
793
|
-
"esc-to-close",
|
|
794
|
-
"draggable",
|
|
795
|
-
"fullscreen",
|
|
796
|
-
"mask-animation-name",
|
|
797
|
-
"modal-animation-name",
|
|
798
|
-
"body-class",
|
|
799
|
-
"body-style",
|
|
800
|
-
"hide-title"
|
|
801
|
-
]
|
|
802
|
-
},
|
|
803
|
-
"a-notification": {
|
|
804
|
-
"attributes": []
|
|
805
|
-
},
|
|
806
|
-
"a-page-header": {
|
|
807
|
-
"attributes": [
|
|
808
|
-
"back",
|
|
809
|
-
"title",
|
|
810
|
-
"subtitle",
|
|
811
|
-
"show-back"
|
|
812
|
-
]
|
|
813
|
-
},
|
|
814
|
-
"a-pagination": {
|
|
815
|
-
"attributes": [
|
|
816
|
-
"change",
|
|
817
|
-
"page-size-change",
|
|
818
|
-
"total",
|
|
819
|
-
"current",
|
|
820
|
-
"default-current",
|
|
821
|
-
"page-size",
|
|
822
|
-
"default-page-size",
|
|
823
|
-
"disabled",
|
|
824
|
-
"hide-on-single-page",
|
|
825
|
-
"simple",
|
|
826
|
-
"show-total",
|
|
827
|
-
"show-more",
|
|
828
|
-
"show-jumper",
|
|
829
|
-
"show-page-size",
|
|
830
|
-
"page-size-options",
|
|
831
|
-
"page-size-props",
|
|
832
|
-
"size",
|
|
833
|
-
"page-item-style",
|
|
834
|
-
"active-page-item-style",
|
|
835
|
-
"base-size",
|
|
836
|
-
"buffer-size",
|
|
837
|
-
"auto-adjust"
|
|
838
|
-
]
|
|
839
|
-
},
|
|
840
|
-
"a-overflow-list": {
|
|
841
|
-
"attributes": [
|
|
842
|
-
"change",
|
|
843
|
-
"min",
|
|
844
|
-
"margin",
|
|
845
|
-
"from"
|
|
846
|
-
]
|
|
847
|
-
},
|
|
848
|
-
"a-menu": {
|
|
849
|
-
"attributes": [
|
|
850
|
-
"collapse",
|
|
851
|
-
"menu-item-click",
|
|
852
|
-
"sub-menu-click",
|
|
853
|
-
"theme",
|
|
854
|
-
"mode",
|
|
855
|
-
"level-indent",
|
|
856
|
-
"auto-open",
|
|
857
|
-
"collapsed",
|
|
858
|
-
"default-collapsed",
|
|
859
|
-
"collapsed-width",
|
|
860
|
-
"accordion",
|
|
861
|
-
"auto-scroll-into-view",
|
|
862
|
-
"show-collapse-button",
|
|
863
|
-
"selected-keys",
|
|
864
|
-
"default-selected-keys",
|
|
865
|
-
"open-keys",
|
|
866
|
-
"default-open-keys",
|
|
867
|
-
"scroll-config",
|
|
868
|
-
"trigger-props",
|
|
869
|
-
"tooltip-props",
|
|
870
|
-
"auto-open-selected",
|
|
871
|
-
"breakpoint",
|
|
872
|
-
"popup-max-height"
|
|
873
|
-
]
|
|
874
|
-
},
|
|
875
|
-
"a-sub-menu": {
|
|
876
|
-
"attributes": [
|
|
877
|
-
"title",
|
|
878
|
-
"selectable",
|
|
879
|
-
"popup",
|
|
880
|
-
"popup-max-height"
|
|
881
|
-
]
|
|
882
|
-
},
|
|
883
|
-
"a-menu-item-group": {
|
|
884
|
-
"attributes": [
|
|
885
|
-
"title"
|
|
913
|
+
"closable",
|
|
914
|
+
"ok-text",
|
|
915
|
+
"cancel-text",
|
|
916
|
+
"ok-loading",
|
|
917
|
+
"ok-button-props",
|
|
918
|
+
"cancel-button-props",
|
|
919
|
+
"footer",
|
|
920
|
+
"render-to-body",
|
|
921
|
+
"popup-container",
|
|
922
|
+
"mask-style",
|
|
923
|
+
"modal-class",
|
|
924
|
+
"modal-style",
|
|
925
|
+
"before-ok",
|
|
926
|
+
"before-cancel",
|
|
927
|
+
"esc-to-close",
|
|
928
|
+
"draggable",
|
|
929
|
+
"fullscreen",
|
|
930
|
+
"mask-animation-name",
|
|
931
|
+
"modal-animation-name",
|
|
932
|
+
"body-class",
|
|
933
|
+
"body-style",
|
|
934
|
+
"hide-title"
|
|
886
935
|
]
|
|
887
936
|
},
|
|
888
|
-
"a-
|
|
937
|
+
"a-pagination": {
|
|
889
938
|
"attributes": [
|
|
890
|
-
"
|
|
939
|
+
"change",
|
|
940
|
+
"page-size-change",
|
|
941
|
+
"total",
|
|
942
|
+
"current",
|
|
943
|
+
"default-current",
|
|
944
|
+
"page-size",
|
|
945
|
+
"default-page-size",
|
|
946
|
+
"disabled",
|
|
947
|
+
"hide-on-single-page",
|
|
948
|
+
"simple",
|
|
949
|
+
"show-total",
|
|
950
|
+
"show-more",
|
|
951
|
+
"show-jumper",
|
|
952
|
+
"show-page-size",
|
|
953
|
+
"page-size-options",
|
|
954
|
+
"page-size-props",
|
|
955
|
+
"size",
|
|
956
|
+
"page-item-style",
|
|
957
|
+
"active-page-item-style",
|
|
958
|
+
"base-size",
|
|
959
|
+
"buffer-size",
|
|
960
|
+
"auto-adjust"
|
|
891
961
|
]
|
|
892
962
|
},
|
|
893
|
-
"a-
|
|
963
|
+
"a-page-header": {
|
|
894
964
|
"attributes": [
|
|
895
|
-
"
|
|
896
|
-
"
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
"animation",
|
|
900
|
-
"stroke-width",
|
|
901
|
-
"width",
|
|
902
|
-
"color",
|
|
903
|
-
"track-color",
|
|
904
|
-
"show-text",
|
|
905
|
-
"status"
|
|
965
|
+
"back",
|
|
966
|
+
"title",
|
|
967
|
+
"subtitle",
|
|
968
|
+
"show-back"
|
|
906
969
|
]
|
|
907
970
|
},
|
|
908
971
|
"a-link": {
|
|
@@ -916,30 +979,6 @@
|
|
|
916
979
|
"disabled"
|
|
917
980
|
]
|
|
918
981
|
},
|
|
919
|
-
"a-popconfirm": {
|
|
920
|
-
"attributes": [
|
|
921
|
-
"popup-visible-change",
|
|
922
|
-
"ok",
|
|
923
|
-
"cancel",
|
|
924
|
-
"content",
|
|
925
|
-
"position",
|
|
926
|
-
"popup-visible",
|
|
927
|
-
"default-popup-visible",
|
|
928
|
-
"type",
|
|
929
|
-
"ok-text",
|
|
930
|
-
"cancel-text",
|
|
931
|
-
"ok-loading",
|
|
932
|
-
"ok-button-props",
|
|
933
|
-
"cancel-button-props",
|
|
934
|
-
"content-class",
|
|
935
|
-
"content-style",
|
|
936
|
-
"arrow-class",
|
|
937
|
-
"arrow-style",
|
|
938
|
-
"popup-container",
|
|
939
|
-
"before-ok",
|
|
940
|
-
"before-cancel"
|
|
941
|
-
]
|
|
942
|
-
},
|
|
943
982
|
"a-radio": {
|
|
944
983
|
"attributes": [
|
|
945
984
|
"change",
|
|
@@ -962,15 +1001,27 @@
|
|
|
962
1001
|
"disabled"
|
|
963
1002
|
]
|
|
964
1003
|
},
|
|
965
|
-
"a-
|
|
1004
|
+
"a-progress": {
|
|
966
1005
|
"attributes": [
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
"
|
|
1006
|
+
"type",
|
|
1007
|
+
"size",
|
|
1008
|
+
"percent",
|
|
1009
|
+
"steps",
|
|
1010
|
+
"animation",
|
|
1011
|
+
"stroke-width",
|
|
970
1012
|
"width",
|
|
971
|
-
"
|
|
972
|
-
"
|
|
973
|
-
"
|
|
1013
|
+
"color",
|
|
1014
|
+
"track-color",
|
|
1015
|
+
"show-text",
|
|
1016
|
+
"status"
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
"a-scrollbar": {
|
|
1020
|
+
"attributes": [
|
|
1021
|
+
"scroll",
|
|
1022
|
+
"type",
|
|
1023
|
+
"outer-class",
|
|
1024
|
+
"outer-style"
|
|
974
1025
|
]
|
|
975
1026
|
},
|
|
976
1027
|
"a-rate": {
|
|
@@ -988,30 +1039,6 @@
|
|
|
988
1039
|
"color"
|
|
989
1040
|
]
|
|
990
1041
|
},
|
|
991
|
-
"a-popover": {
|
|
992
|
-
"attributes": [
|
|
993
|
-
"popup-visible-change",
|
|
994
|
-
"popup-visible",
|
|
995
|
-
"default-popup-visible",
|
|
996
|
-
"title",
|
|
997
|
-
"content",
|
|
998
|
-
"trigger",
|
|
999
|
-
"position",
|
|
1000
|
-
"content-class",
|
|
1001
|
-
"content-style",
|
|
1002
|
-
"arrow-class",
|
|
1003
|
-
"arrow-style",
|
|
1004
|
-
"popup-container"
|
|
1005
|
-
]
|
|
1006
|
-
},
|
|
1007
|
-
"a-scrollbar": {
|
|
1008
|
-
"attributes": [
|
|
1009
|
-
"scroll",
|
|
1010
|
-
"type",
|
|
1011
|
-
"outer-class",
|
|
1012
|
-
"outer-style"
|
|
1013
|
-
]
|
|
1014
|
-
},
|
|
1015
1042
|
"a-select": {
|
|
1016
1043
|
"attributes": [
|
|
1017
1044
|
"change",
|
|
@@ -1075,36 +1102,6 @@
|
|
|
1075
1102
|
"label"
|
|
1076
1103
|
]
|
|
1077
1104
|
},
|
|
1078
|
-
"a-result": {
|
|
1079
|
-
"attributes": [
|
|
1080
|
-
"status",
|
|
1081
|
-
"title",
|
|
1082
|
-
"subtitle"
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
"a-space": {
|
|
1086
|
-
"attributes": [
|
|
1087
|
-
"align",
|
|
1088
|
-
"direction",
|
|
1089
|
-
"size",
|
|
1090
|
-
"wrap",
|
|
1091
|
-
"fill"
|
|
1092
|
-
]
|
|
1093
|
-
},
|
|
1094
|
-
"a-split": {
|
|
1095
|
-
"attributes": [
|
|
1096
|
-
"move-start",
|
|
1097
|
-
"moving",
|
|
1098
|
-
"move-end",
|
|
1099
|
-
"component",
|
|
1100
|
-
"direction",
|
|
1101
|
-
"size",
|
|
1102
|
-
"default-size",
|
|
1103
|
-
"min",
|
|
1104
|
-
"max",
|
|
1105
|
-
"disabled"
|
|
1106
|
-
]
|
|
1107
|
-
},
|
|
1108
1105
|
"a-skeleton": {
|
|
1109
1106
|
"attributes": [
|
|
1110
1107
|
"loading",
|
|
@@ -1142,21 +1139,46 @@
|
|
|
1142
1139
|
"show-tooltip"
|
|
1143
1140
|
]
|
|
1144
1141
|
},
|
|
1145
|
-
"a-
|
|
1142
|
+
"a-result": {
|
|
1146
1143
|
"attributes": [
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1144
|
+
"status",
|
|
1145
|
+
"title",
|
|
1146
|
+
"subtitle"
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
1149
|
+
"a-resize-box": {
|
|
1150
|
+
"attributes": [
|
|
1151
|
+
"moving-start",
|
|
1152
|
+
"moving",
|
|
1153
|
+
"moving-end",
|
|
1154
|
+
"width",
|
|
1155
|
+
"height",
|
|
1156
|
+
"component",
|
|
1157
|
+
"directions"
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
"a-popconfirm": {
|
|
1161
|
+
"attributes": [
|
|
1162
|
+
"popup-visible-change",
|
|
1163
|
+
"ok",
|
|
1164
|
+
"cancel",
|
|
1165
|
+
"content",
|
|
1166
|
+
"position",
|
|
1167
|
+
"popup-visible",
|
|
1168
|
+
"default-popup-visible",
|
|
1169
|
+
"type",
|
|
1170
|
+
"ok-text",
|
|
1171
|
+
"cancel-text",
|
|
1172
|
+
"ok-loading",
|
|
1173
|
+
"ok-button-props",
|
|
1174
|
+
"cancel-button-props",
|
|
1175
|
+
"content-class",
|
|
1176
|
+
"content-style",
|
|
1177
|
+
"arrow-class",
|
|
1178
|
+
"arrow-style",
|
|
1179
|
+
"popup-container",
|
|
1180
|
+
"before-ok",
|
|
1181
|
+
"before-cancel"
|
|
1160
1182
|
]
|
|
1161
1183
|
},
|
|
1162
1184
|
"a-spin": {
|
|
@@ -1168,52 +1190,40 @@
|
|
|
1168
1190
|
"hide-icon"
|
|
1169
1191
|
]
|
|
1170
1192
|
},
|
|
1171
|
-
"a-
|
|
1172
|
-
"attributes": [
|
|
1173
|
-
"title",
|
|
1174
|
-
"value",
|
|
1175
|
-
"format",
|
|
1176
|
-
"extra",
|
|
1177
|
-
"start",
|
|
1178
|
-
"precision",
|
|
1179
|
-
"separator",
|
|
1180
|
-
"show-group-separator",
|
|
1181
|
-
"animation",
|
|
1182
|
-
"animation-duration",
|
|
1183
|
-
"value-from",
|
|
1184
|
-
"placeholder",
|
|
1185
|
-
"value-style"
|
|
1186
|
-
]
|
|
1187
|
-
},
|
|
1188
|
-
"a-countdown": {
|
|
1193
|
+
"a-split": {
|
|
1189
1194
|
"attributes": [
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1195
|
+
"move-start",
|
|
1196
|
+
"moving",
|
|
1197
|
+
"move-end",
|
|
1198
|
+
"component",
|
|
1199
|
+
"direction",
|
|
1200
|
+
"size",
|
|
1201
|
+
"default-size",
|
|
1202
|
+
"min",
|
|
1203
|
+
"max",
|
|
1204
|
+
"disabled"
|
|
1197
1205
|
]
|
|
1198
1206
|
},
|
|
1199
|
-
"a-
|
|
1207
|
+
"a-steps": {
|
|
1200
1208
|
"attributes": [
|
|
1201
1209
|
"change",
|
|
1202
|
-
"focus",
|
|
1203
|
-
"blur",
|
|
1204
|
-
"model-value",
|
|
1205
|
-
"default-checked",
|
|
1206
|
-
"disabled",
|
|
1207
|
-
"loading",
|
|
1208
1210
|
"type",
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1211
|
+
"direction",
|
|
1212
|
+
"label-placement",
|
|
1213
|
+
"current",
|
|
1214
|
+
"default-current",
|
|
1215
|
+
"status",
|
|
1216
|
+
"line-less",
|
|
1217
|
+
"small",
|
|
1218
|
+
"changeable"
|
|
1219
|
+
]
|
|
1220
|
+
},
|
|
1221
|
+
"a-step": {
|
|
1222
|
+
"attributes": [
|
|
1223
|
+
"title",
|
|
1224
|
+
"description",
|
|
1225
|
+
"status",
|
|
1226
|
+
"disabled"
|
|
1217
1227
|
]
|
|
1218
1228
|
},
|
|
1219
1229
|
"a-table": {
|
|
@@ -1299,27 +1309,6 @@
|
|
|
1299
1309
|
"tooltip"
|
|
1300
1310
|
]
|
|
1301
1311
|
},
|
|
1302
|
-
"a-textarea": {
|
|
1303
|
-
"attributes": [
|
|
1304
|
-
"input",
|
|
1305
|
-
"change",
|
|
1306
|
-
"clear",
|
|
1307
|
-
"focus",
|
|
1308
|
-
"blur",
|
|
1309
|
-
"model-value",
|
|
1310
|
-
"default-value",
|
|
1311
|
-
"placeholder",
|
|
1312
|
-
"disabled",
|
|
1313
|
-
"error",
|
|
1314
|
-
"max-length",
|
|
1315
|
-
"show-word-limit",
|
|
1316
|
-
"allow-clear",
|
|
1317
|
-
"auto-size",
|
|
1318
|
-
"word-length",
|
|
1319
|
-
"word-slice",
|
|
1320
|
-
"textarea-attrs"
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
1312
|
"a-tabs": {
|
|
1324
1313
|
"attributes": [
|
|
1325
1314
|
"change",
|
|
@@ -1353,23 +1342,78 @@
|
|
|
1353
1342
|
"destroy-on-hide"
|
|
1354
1343
|
]
|
|
1355
1344
|
},
|
|
1356
|
-
"a-
|
|
1345
|
+
"a-space": {
|
|
1357
1346
|
"attributes": [
|
|
1358
|
-
"
|
|
1347
|
+
"align",
|
|
1359
1348
|
"direction",
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1349
|
+
"size",
|
|
1350
|
+
"wrap",
|
|
1351
|
+
"fill"
|
|
1363
1352
|
]
|
|
1364
1353
|
},
|
|
1365
|
-
"a-
|
|
1354
|
+
"a-statistic": {
|
|
1366
1355
|
"attributes": [
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1356
|
+
"title",
|
|
1357
|
+
"value",
|
|
1358
|
+
"format",
|
|
1359
|
+
"extra",
|
|
1360
|
+
"start",
|
|
1361
|
+
"precision",
|
|
1362
|
+
"separator",
|
|
1363
|
+
"show-group-separator",
|
|
1364
|
+
"animation",
|
|
1365
|
+
"animation-duration",
|
|
1366
|
+
"value-from",
|
|
1367
|
+
"placeholder",
|
|
1368
|
+
"value-style"
|
|
1369
|
+
]
|
|
1370
|
+
},
|
|
1371
|
+
"a-countdown": {
|
|
1372
|
+
"attributes": [
|
|
1373
|
+
"finish",
|
|
1374
|
+
"title",
|
|
1375
|
+
"value",
|
|
1376
|
+
"now",
|
|
1377
|
+
"format",
|
|
1378
|
+
"start",
|
|
1379
|
+
"value-style"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
"a-tag": {
|
|
1383
|
+
"attributes": [
|
|
1384
|
+
"close",
|
|
1385
|
+
"check",
|
|
1386
|
+
"color",
|
|
1387
|
+
"size",
|
|
1388
|
+
"bordered",
|
|
1389
|
+
"visible",
|
|
1390
|
+
"default-visible",
|
|
1391
|
+
"loading",
|
|
1392
|
+
"closable",
|
|
1393
|
+
"checkable",
|
|
1394
|
+
"checked",
|
|
1395
|
+
"default-checked",
|
|
1396
|
+
"nowrap"
|
|
1397
|
+
]
|
|
1398
|
+
},
|
|
1399
|
+
"a-switch": {
|
|
1400
|
+
"attributes": [
|
|
1401
|
+
"change",
|
|
1402
|
+
"focus",
|
|
1403
|
+
"blur",
|
|
1404
|
+
"model-value",
|
|
1405
|
+
"default-checked",
|
|
1406
|
+
"disabled",
|
|
1407
|
+
"loading",
|
|
1408
|
+
"type",
|
|
1409
|
+
"size",
|
|
1410
|
+
"checked-value",
|
|
1411
|
+
"unchecked-value",
|
|
1412
|
+
"checked-color",
|
|
1413
|
+
"unchecked-color",
|
|
1414
|
+
"before-change",
|
|
1415
|
+
"checked-text",
|
|
1416
|
+
"unchecked-text"
|
|
1373
1417
|
]
|
|
1374
1418
|
},
|
|
1375
1419
|
"a-time-picker": {
|
|
@@ -1403,6 +1447,67 @@
|
|
|
1403
1447
|
"unmount-on-close"
|
|
1404
1448
|
]
|
|
1405
1449
|
},
|
|
1450
|
+
"a-textarea": {
|
|
1451
|
+
"attributes": [
|
|
1452
|
+
"input",
|
|
1453
|
+
"change",
|
|
1454
|
+
"clear",
|
|
1455
|
+
"focus",
|
|
1456
|
+
"blur",
|
|
1457
|
+
"model-value",
|
|
1458
|
+
"default-value",
|
|
1459
|
+
"placeholder",
|
|
1460
|
+
"disabled",
|
|
1461
|
+
"error",
|
|
1462
|
+
"max-length",
|
|
1463
|
+
"show-word-limit",
|
|
1464
|
+
"allow-clear",
|
|
1465
|
+
"auto-size",
|
|
1466
|
+
"word-length",
|
|
1467
|
+
"word-slice",
|
|
1468
|
+
"textarea-attrs"
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1471
|
+
"a-trigger": {
|
|
1472
|
+
"attributes": [
|
|
1473
|
+
"popup-visible-change",
|
|
1474
|
+
"show",
|
|
1475
|
+
"hide",
|
|
1476
|
+
"popup-visible",
|
|
1477
|
+
"default-popup-visible",
|
|
1478
|
+
"trigger",
|
|
1479
|
+
"position",
|
|
1480
|
+
"disabled",
|
|
1481
|
+
"popup-offset",
|
|
1482
|
+
"popup-translate",
|
|
1483
|
+
"show-arrow",
|
|
1484
|
+
"align-point",
|
|
1485
|
+
"popup-hover-stay",
|
|
1486
|
+
"blur-to-close",
|
|
1487
|
+
"click-to-close",
|
|
1488
|
+
"click-outside-to-close",
|
|
1489
|
+
"unmount-on-close",
|
|
1490
|
+
"content-class",
|
|
1491
|
+
"content-style",
|
|
1492
|
+
"arrow-class",
|
|
1493
|
+
"arrow-style",
|
|
1494
|
+
"popup-style",
|
|
1495
|
+
"animation-name",
|
|
1496
|
+
"duration",
|
|
1497
|
+
"mouse-enter-delay",
|
|
1498
|
+
"mouse-leave-delay",
|
|
1499
|
+
"focus-delay",
|
|
1500
|
+
"auto-fit-popup-width",
|
|
1501
|
+
"auto-fit-popup-min-width",
|
|
1502
|
+
"auto-fix-position",
|
|
1503
|
+
"popup-container",
|
|
1504
|
+
"auto-fit-position",
|
|
1505
|
+
"render-to-body",
|
|
1506
|
+
"prevent-focus",
|
|
1507
|
+
"scroll-to-close",
|
|
1508
|
+
"scroll-to-close-distance"
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1406
1511
|
"a-transfer": {
|
|
1407
1512
|
"attributes": [
|
|
1408
1513
|
"change",
|
|
@@ -1423,6 +1528,22 @@
|
|
|
1423
1528
|
"target-input-search-props"
|
|
1424
1529
|
]
|
|
1425
1530
|
},
|
|
1531
|
+
"a-tooltip": {
|
|
1532
|
+
"attributes": [
|
|
1533
|
+
"popup-visible-change",
|
|
1534
|
+
"popup-visible",
|
|
1535
|
+
"default-popup-visible",
|
|
1536
|
+
"content",
|
|
1537
|
+
"position",
|
|
1538
|
+
"mini",
|
|
1539
|
+
"background-color",
|
|
1540
|
+
"content-class",
|
|
1541
|
+
"content-style",
|
|
1542
|
+
"arrow-class",
|
|
1543
|
+
"arrow-style",
|
|
1544
|
+
"popup-container"
|
|
1545
|
+
]
|
|
1546
|
+
},
|
|
1426
1547
|
"a-tree": {
|
|
1427
1548
|
"attributes": [
|
|
1428
1549
|
"select",
|
|
@@ -1463,66 +1584,108 @@
|
|
|
1463
1584
|
"action-on-node-click"
|
|
1464
1585
|
]
|
|
1465
1586
|
},
|
|
1466
|
-
"a-
|
|
1587
|
+
"a-tree-select": {
|
|
1467
1588
|
"attributes": [
|
|
1468
1589
|
"change",
|
|
1469
|
-
"
|
|
1590
|
+
"popup-visible-change",
|
|
1591
|
+
"search",
|
|
1592
|
+
"clear",
|
|
1593
|
+
"input-value-change",
|
|
1594
|
+
"disabled",
|
|
1595
|
+
"loading",
|
|
1596
|
+
"error",
|
|
1597
|
+
"size",
|
|
1598
|
+
"border",
|
|
1599
|
+
"allow-search",
|
|
1600
|
+
"allow-clear",
|
|
1601
|
+
"placeholder",
|
|
1602
|
+
"max-tag-count",
|
|
1603
|
+
"multiple",
|
|
1604
|
+
"default-value",
|
|
1605
|
+
"model-value",
|
|
1606
|
+
"field-names",
|
|
1607
|
+
"data",
|
|
1608
|
+
"label-in-value",
|
|
1609
|
+
"tree-checkable",
|
|
1610
|
+
"tree-check-strictly",
|
|
1611
|
+
"tree-checked-strategy",
|
|
1612
|
+
"tree-props",
|
|
1613
|
+
"trigger-props",
|
|
1614
|
+
"popup-visible",
|
|
1615
|
+
"default-popup-visible",
|
|
1616
|
+
"dropdown-style",
|
|
1617
|
+
"dropdown-class-name",
|
|
1618
|
+
"filter-tree-node",
|
|
1619
|
+
"load-more",
|
|
1620
|
+
"disable-filter",
|
|
1621
|
+
"popup-container",
|
|
1622
|
+
"fallback-option",
|
|
1623
|
+
"selectable",
|
|
1624
|
+
"scrollbar",
|
|
1625
|
+
"show-header-on-empty",
|
|
1626
|
+
"show-footer-on-empty",
|
|
1627
|
+
"input-value",
|
|
1628
|
+
"default-input-value"
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
"a-timeline": {
|
|
1632
|
+
"attributes": [
|
|
1633
|
+
"reverse",
|
|
1470
1634
|
"direction",
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1474
|
-
"status",
|
|
1475
|
-
"line-less",
|
|
1476
|
-
"small",
|
|
1477
|
-
"changeable"
|
|
1635
|
+
"mode",
|
|
1636
|
+
"pending",
|
|
1637
|
+
"label-position"
|
|
1478
1638
|
]
|
|
1479
1639
|
},
|
|
1480
|
-
"a-
|
|
1640
|
+
"a-timeline-item": {
|
|
1481
1641
|
"attributes": [
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1642
|
+
"dot-color",
|
|
1643
|
+
"dot-type",
|
|
1644
|
+
"line-type",
|
|
1645
|
+
"line-color",
|
|
1646
|
+
"label",
|
|
1647
|
+
"position"
|
|
1486
1648
|
]
|
|
1487
1649
|
},
|
|
1488
|
-
"a-
|
|
1650
|
+
"a-upload": {
|
|
1489
1651
|
"attributes": [
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1652
|
+
"exceed-limit",
|
|
1653
|
+
"change",
|
|
1654
|
+
"progress",
|
|
1655
|
+
"preview",
|
|
1656
|
+
"success",
|
|
1657
|
+
"error",
|
|
1658
|
+
"file-list",
|
|
1659
|
+
"default-file-list",
|
|
1660
|
+
"accept",
|
|
1661
|
+
"action",
|
|
1497
1662
|
"disabled",
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1524
|
-
"scroll-to-close",
|
|
1525
|
-
"scroll-to-close-distance"
|
|
1663
|
+
"multiple",
|
|
1664
|
+
"directory",
|
|
1665
|
+
"draggable",
|
|
1666
|
+
"tip",
|
|
1667
|
+
"headers",
|
|
1668
|
+
"data",
|
|
1669
|
+
"name",
|
|
1670
|
+
"with-credentials",
|
|
1671
|
+
"custom-request",
|
|
1672
|
+
"limit",
|
|
1673
|
+
"auto-upload",
|
|
1674
|
+
"show-file-list",
|
|
1675
|
+
"show-remove-button",
|
|
1676
|
+
"show-retry-button",
|
|
1677
|
+
"show-cancel-button",
|
|
1678
|
+
"show-upload-button",
|
|
1679
|
+
"show-preview-button",
|
|
1680
|
+
"download",
|
|
1681
|
+
"show-link",
|
|
1682
|
+
"image-loading",
|
|
1683
|
+
"list-type",
|
|
1684
|
+
"response-url-key",
|
|
1685
|
+
"custom-icon",
|
|
1686
|
+
"before-upload",
|
|
1687
|
+
"before-remove",
|
|
1688
|
+
"button-click"
|
|
1526
1689
|
]
|
|
1527
1690
|
},
|
|
1528
1691
|
"a-typography": {
|
|
@@ -1627,47 +1790,6 @@
|
|
|
1627
1790
|
"staggered"
|
|
1628
1791
|
]
|
|
1629
1792
|
},
|
|
1630
|
-
"a-upload": {
|
|
1631
|
-
"attributes": [
|
|
1632
|
-
"exceed-limit",
|
|
1633
|
-
"change",
|
|
1634
|
-
"progress",
|
|
1635
|
-
"preview",
|
|
1636
|
-
"success",
|
|
1637
|
-
"error",
|
|
1638
|
-
"file-list",
|
|
1639
|
-
"default-file-list",
|
|
1640
|
-
"accept",
|
|
1641
|
-
"action",
|
|
1642
|
-
"disabled",
|
|
1643
|
-
"multiple",
|
|
1644
|
-
"directory",
|
|
1645
|
-
"draggable",
|
|
1646
|
-
"tip",
|
|
1647
|
-
"headers",
|
|
1648
|
-
"data",
|
|
1649
|
-
"name",
|
|
1650
|
-
"with-credentials",
|
|
1651
|
-
"custom-request",
|
|
1652
|
-
"limit",
|
|
1653
|
-
"auto-upload",
|
|
1654
|
-
"show-file-list",
|
|
1655
|
-
"show-remove-button",
|
|
1656
|
-
"show-retry-button",
|
|
1657
|
-
"show-cancel-button",
|
|
1658
|
-
"show-upload-button",
|
|
1659
|
-
"show-preview-button",
|
|
1660
|
-
"download",
|
|
1661
|
-
"show-link",
|
|
1662
|
-
"image-loading",
|
|
1663
|
-
"list-type",
|
|
1664
|
-
"response-url-key",
|
|
1665
|
-
"custom-icon",
|
|
1666
|
-
"before-upload",
|
|
1667
|
-
"before-remove",
|
|
1668
|
-
"button-click"
|
|
1669
|
-
]
|
|
1670
|
-
},
|
|
1671
1793
|
"a-verification-code": {
|
|
1672
1794
|
"attributes": [
|
|
1673
1795
|
"change",
|
|
@@ -1684,124 +1806,5 @@
|
|
|
1684
1806
|
"separator",
|
|
1685
1807
|
"formatter"
|
|
1686
1808
|
]
|
|
1687
|
-
},
|
|
1688
|
-
"a-tree-select": {
|
|
1689
|
-
"attributes": [
|
|
1690
|
-
"change",
|
|
1691
|
-
"popup-visible-change",
|
|
1692
|
-
"search",
|
|
1693
|
-
"clear",
|
|
1694
|
-
"input-value-change",
|
|
1695
|
-
"disabled",
|
|
1696
|
-
"loading",
|
|
1697
|
-
"error",
|
|
1698
|
-
"size",
|
|
1699
|
-
"border",
|
|
1700
|
-
"allow-search",
|
|
1701
|
-
"allow-clear",
|
|
1702
|
-
"placeholder",
|
|
1703
|
-
"max-tag-count",
|
|
1704
|
-
"multiple",
|
|
1705
|
-
"default-value",
|
|
1706
|
-
"model-value",
|
|
1707
|
-
"field-names",
|
|
1708
|
-
"data",
|
|
1709
|
-
"label-in-value",
|
|
1710
|
-
"tree-checkable",
|
|
1711
|
-
"tree-check-strictly",
|
|
1712
|
-
"tree-checked-strategy",
|
|
1713
|
-
"tree-props",
|
|
1714
|
-
"trigger-props",
|
|
1715
|
-
"popup-visible",
|
|
1716
|
-
"default-popup-visible",
|
|
1717
|
-
"dropdown-style",
|
|
1718
|
-
"dropdown-class-name",
|
|
1719
|
-
"filter-tree-node",
|
|
1720
|
-
"load-more",
|
|
1721
|
-
"disable-filter",
|
|
1722
|
-
"popup-container",
|
|
1723
|
-
"fallback-option",
|
|
1724
|
-
"selectable",
|
|
1725
|
-
"scrollbar",
|
|
1726
|
-
"show-header-on-empty",
|
|
1727
|
-
"show-footer-on-empty",
|
|
1728
|
-
"input-value",
|
|
1729
|
-
"default-input-value"
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
"a-tooltip": {
|
|
1733
|
-
"attributes": [
|
|
1734
|
-
"popup-visible-change",
|
|
1735
|
-
"popup-visible",
|
|
1736
|
-
"default-popup-visible",
|
|
1737
|
-
"content",
|
|
1738
|
-
"position",
|
|
1739
|
-
"mini",
|
|
1740
|
-
"background-color",
|
|
1741
|
-
"content-class",
|
|
1742
|
-
"content-style",
|
|
1743
|
-
"arrow-class",
|
|
1744
|
-
"arrow-style",
|
|
1745
|
-
"popup-container"
|
|
1746
|
-
]
|
|
1747
|
-
},
|
|
1748
|
-
"a-image": {
|
|
1749
|
-
"attributes": [
|
|
1750
|
-
"preview-visible-change",
|
|
1751
|
-
"src",
|
|
1752
|
-
"width",
|
|
1753
|
-
"height",
|
|
1754
|
-
"title",
|
|
1755
|
-
"description",
|
|
1756
|
-
"fit",
|
|
1757
|
-
"alt",
|
|
1758
|
-
"hide-footer",
|
|
1759
|
-
"footer-position",
|
|
1760
|
-
"show-loader",
|
|
1761
|
-
"preview",
|
|
1762
|
-
"preview-visible",
|
|
1763
|
-
"default-preview-visible",
|
|
1764
|
-
"preview-props",
|
|
1765
|
-
"footer-class"
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
|
-
"a-image-preview": {
|
|
1769
|
-
"attributes": [
|
|
1770
|
-
"close",
|
|
1771
|
-
"src",
|
|
1772
|
-
"visible",
|
|
1773
|
-
"default-visible",
|
|
1774
|
-
"mask-closable",
|
|
1775
|
-
"closable",
|
|
1776
|
-
"actions-layout",
|
|
1777
|
-
"popup-container",
|
|
1778
|
-
"esc-to-close",
|
|
1779
|
-
"wheel-zoom",
|
|
1780
|
-
"keyboard",
|
|
1781
|
-
"default-scale",
|
|
1782
|
-
"zoom-rate"
|
|
1783
|
-
]
|
|
1784
|
-
},
|
|
1785
|
-
"a-image-preview-group": {
|
|
1786
|
-
"attributes": [
|
|
1787
|
-
"change",
|
|
1788
|
-
"visible-change",
|
|
1789
|
-
"src-list",
|
|
1790
|
-
"current",
|
|
1791
|
-
"default-current",
|
|
1792
|
-
"infinite",
|
|
1793
|
-
"visible",
|
|
1794
|
-
"default-visible",
|
|
1795
|
-
"mask-closable",
|
|
1796
|
-
"closable",
|
|
1797
|
-
"actions-layout",
|
|
1798
|
-
"popup-container"
|
|
1799
|
-
]
|
|
1800
|
-
},
|
|
1801
|
-
"a-image-preview-action": {
|
|
1802
|
-
"attributes": [
|
|
1803
|
-
"name",
|
|
1804
|
-
"disabled"
|
|
1805
|
-
]
|
|
1806
1809
|
}
|
|
1807
1810
|
}
|