@julingbase/jly-arco-design 0.0.4 → 0.0.5
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/README.md +5 -0
- package/dist/arco-vue.js +2451 -2434
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1295 -1294
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +2 -2
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +3 -3
- package/es/cascader/cascader.d.ts +6 -6
- package/es/cascader/index.d.ts +20 -20
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +5 -5
- package/es/date-picker/picker.d.ts +5 -5
- package/es/date-picker/range-picker.d.ts +5 -5
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +3941 -11
- package/es/input/input-password.d.ts +1314 -3
- package/es/input/input.d.ts +1314 -3
- package/es/input/input.js +36 -18
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +18 -18
- package/es/input-tag/input-tag.d.ts +6 -6
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +28 -28
- package/es/radio/index.d.ts +8 -8
- package/es/radio/radio-group.d.ts +2 -2
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +28 -28
- package/es/select/option.d.ts +5 -5
- package/es/select/select-dropdown.d.ts +1 -1
- package/es/select/select.d.ts +8 -8
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +13 -13
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/tag/index.d.ts +3 -3
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +11 -11
- package/es/time-picker/time-picker.d.ts +5 -5
- package/es/transfer/index.d.ts +22 -22
- package/es/transfer/transfer-view.d.ts +8 -8
- package/es/transfer/transfer.d.ts +10 -10
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +8 -8
- package/es/tree-select/tree-select.d.ts +3 -3
- package/es/typography/edit-content.d.ts +11824 -34
- 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 +2 -2
- package/json/vetur-attributes.json +1630 -1630
- package/json/vetur-tags.json +599 -599
- package/json/web-types.json +4921 -4921
- package/lib/input/input.js +38 -20
- package/package.json +2 -2
|
@@ -1,4 +1,101 @@
|
|
|
1
1
|
{
|
|
2
|
+
"a-alert/close": {
|
|
3
|
+
"description": "Triggered when the close button is clicked"
|
|
4
|
+
},
|
|
5
|
+
"a-alert/after-close": {
|
|
6
|
+
"description": "Triggered after the close animation ends"
|
|
7
|
+
},
|
|
8
|
+
"a-alert/type": {
|
|
9
|
+
"description": "Type of the alert. 2.41.0 Added `normal` type"
|
|
10
|
+
},
|
|
11
|
+
"a-alert/show-icon": {
|
|
12
|
+
"description": "Whether to show the icon",
|
|
13
|
+
"type": "boolean"
|
|
14
|
+
},
|
|
15
|
+
"a-alert/closable": {
|
|
16
|
+
"description": "Whether to show the close button",
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"a-alert/title": {
|
|
20
|
+
"description": "The title of the alert",
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"a-alert/banner": {
|
|
24
|
+
"description": "Whether to use as the top announcement (remove the border and rounded corners)",
|
|
25
|
+
"type": "boolean"
|
|
26
|
+
},
|
|
27
|
+
"a-alert/center": {
|
|
28
|
+
"description": "Whether the content is displayed in the center",
|
|
29
|
+
"type": "boolean"
|
|
30
|
+
},
|
|
31
|
+
"a-auto-complete/change": {
|
|
32
|
+
"description": "Emitted when the value changes"
|
|
33
|
+
},
|
|
34
|
+
"a-auto-complete/search": {
|
|
35
|
+
"description": "Emitted when the user searches"
|
|
36
|
+
},
|
|
37
|
+
"a-auto-complete/select": {
|
|
38
|
+
"description": "Emitted when an option is selected"
|
|
39
|
+
},
|
|
40
|
+
"a-auto-complete/clear": {
|
|
41
|
+
"description": "Triggered when the user clicks the clear button"
|
|
42
|
+
},
|
|
43
|
+
"a-auto-complete/dropdown-scroll": {
|
|
44
|
+
"description": "Triggered when the drop-down scrolls"
|
|
45
|
+
},
|
|
46
|
+
"a-auto-complete/dropdown-reach-bottom": {
|
|
47
|
+
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
48
|
+
},
|
|
49
|
+
"a-auto-complete/model-value": {
|
|
50
|
+
"description": "Value",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"a-auto-complete/default-value": {
|
|
54
|
+
"description": "Default value (uncontrolled mode)",
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
"a-auto-complete/disabled": {
|
|
58
|
+
"description": "Whether to disable",
|
|
59
|
+
"type": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"a-auto-complete/data": {
|
|
62
|
+
"description": "Data used for auto-complete"
|
|
63
|
+
},
|
|
64
|
+
"a-auto-complete/popup-container": {
|
|
65
|
+
"description": "Mount container for popup"
|
|
66
|
+
},
|
|
67
|
+
"a-auto-complete/strict": {
|
|
68
|
+
"description": "Whether it is strict verification mode",
|
|
69
|
+
"type": "boolean"
|
|
70
|
+
},
|
|
71
|
+
"a-auto-complete/filter-option": {
|
|
72
|
+
"description": "Custom option filtering method"
|
|
73
|
+
},
|
|
74
|
+
"a-auto-complete/trigger-props": {
|
|
75
|
+
"description": "trigger props"
|
|
76
|
+
},
|
|
77
|
+
"a-auto-complete/allow-clear": {
|
|
78
|
+
"description": "Whether to allow the input to be cleared",
|
|
79
|
+
"type": "boolean"
|
|
80
|
+
},
|
|
81
|
+
"a-auto-complete/virtual-list-props": {
|
|
82
|
+
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
83
|
+
},
|
|
84
|
+
"a-back-top/visible-height": {
|
|
85
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
86
|
+
"type": "number"
|
|
87
|
+
},
|
|
88
|
+
"a-back-top/target-container": {
|
|
89
|
+
"description": "Scroll event listener container"
|
|
90
|
+
},
|
|
91
|
+
"a-back-top/easing": {
|
|
92
|
+
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"a-back-top/duration": {
|
|
96
|
+
"description": "Duration of scroll animation",
|
|
97
|
+
"type": "number"
|
|
98
|
+
},
|
|
2
99
|
"a-affix/change": {
|
|
3
100
|
"description": "Triggered when the fixed state changes"
|
|
4
101
|
},
|
|
@@ -74,58 +171,34 @@
|
|
|
74
171
|
"a-avatar-group/max-popover-trigger-props": {
|
|
75
172
|
"description": "TriggerProps for popover around +x."
|
|
76
173
|
},
|
|
77
|
-
"a-
|
|
78
|
-
"description": "
|
|
79
|
-
},
|
|
80
|
-
"a-auto-complete/search": {
|
|
81
|
-
"description": "Emitted when the user searches"
|
|
82
|
-
},
|
|
83
|
-
"a-auto-complete/select": {
|
|
84
|
-
"description": "Emitted when an option is selected"
|
|
85
|
-
},
|
|
86
|
-
"a-auto-complete/clear": {
|
|
87
|
-
"description": "Triggered when the user clicks the clear button"
|
|
88
|
-
},
|
|
89
|
-
"a-auto-complete/dropdown-scroll": {
|
|
90
|
-
"description": "Triggered when the drop-down scrolls"
|
|
91
|
-
},
|
|
92
|
-
"a-auto-complete/dropdown-reach-bottom": {
|
|
93
|
-
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
94
|
-
},
|
|
95
|
-
"a-auto-complete/model-value": {
|
|
96
|
-
"description": "Value",
|
|
97
|
-
"type": "string"
|
|
98
|
-
},
|
|
99
|
-
"a-auto-complete/default-value": {
|
|
100
|
-
"description": "Default value (uncontrolled mode)",
|
|
174
|
+
"a-badge/text": {
|
|
175
|
+
"description": "Set the display text of the status dot",
|
|
101
176
|
"type": "string"
|
|
102
177
|
},
|
|
103
|
-
"a-
|
|
104
|
-
"description": "Whether to
|
|
178
|
+
"a-badge/dot": {
|
|
179
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
105
180
|
"type": "boolean"
|
|
106
181
|
},
|
|
107
|
-
"a-
|
|
108
|
-
"description": "
|
|
109
|
-
|
|
110
|
-
"a-auto-complete/popup-container": {
|
|
111
|
-
"description": "Mount container for popup"
|
|
182
|
+
"a-badge/dot-style": {
|
|
183
|
+
"description": "Customize badge dot style",
|
|
184
|
+
"type": "object"
|
|
112
185
|
},
|
|
113
|
-
"a-
|
|
114
|
-
"description": "
|
|
115
|
-
"type": "
|
|
186
|
+
"a-badge/max-count": {
|
|
187
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
188
|
+
"type": "number"
|
|
116
189
|
},
|
|
117
|
-
"a-
|
|
118
|
-
"description": "
|
|
190
|
+
"a-badge/offset": {
|
|
191
|
+
"description": "Set offset of the badge dot"
|
|
119
192
|
},
|
|
120
|
-
"a-
|
|
121
|
-
"description": "
|
|
193
|
+
"a-badge/color": {
|
|
194
|
+
"description": "Customize dot color"
|
|
122
195
|
},
|
|
123
|
-
"a-
|
|
124
|
-
"description": "
|
|
125
|
-
"type": "boolean"
|
|
196
|
+
"a-badge/status": {
|
|
197
|
+
"description": "Badge status"
|
|
126
198
|
},
|
|
127
|
-
"a-
|
|
128
|
-
"description": "
|
|
199
|
+
"a-badge/count": {
|
|
200
|
+
"description": "Number to show in badge",
|
|
201
|
+
"type": "number"
|
|
129
202
|
},
|
|
130
203
|
"a-anchor/select": {
|
|
131
204
|
"description": "Triggered when the user clicks on the link"
|
|
@@ -159,50 +232,6 @@
|
|
|
159
232
|
"description": "The address of the anchor link",
|
|
160
233
|
"type": "string"
|
|
161
234
|
},
|
|
162
|
-
"a-badge/text": {
|
|
163
|
-
"description": "Set the display text of the status dot",
|
|
164
|
-
"type": "string"
|
|
165
|
-
},
|
|
166
|
-
"a-badge/dot": {
|
|
167
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
168
|
-
"type": "boolean"
|
|
169
|
-
},
|
|
170
|
-
"a-badge/dot-style": {
|
|
171
|
-
"description": "Customize badge dot style",
|
|
172
|
-
"type": "object"
|
|
173
|
-
},
|
|
174
|
-
"a-badge/max-count": {
|
|
175
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
176
|
-
"type": "number"
|
|
177
|
-
},
|
|
178
|
-
"a-badge/offset": {
|
|
179
|
-
"description": "Set offset of the badge dot"
|
|
180
|
-
},
|
|
181
|
-
"a-badge/color": {
|
|
182
|
-
"description": "Customize dot color"
|
|
183
|
-
},
|
|
184
|
-
"a-badge/status": {
|
|
185
|
-
"description": "Badge status"
|
|
186
|
-
},
|
|
187
|
-
"a-badge/count": {
|
|
188
|
-
"description": "Number to show in badge",
|
|
189
|
-
"type": "number"
|
|
190
|
-
},
|
|
191
|
-
"a-back-top/visible-height": {
|
|
192
|
-
"description": "Display the trigger scroll height of the back to top button",
|
|
193
|
-
"type": "number"
|
|
194
|
-
},
|
|
195
|
-
"a-back-top/target-container": {
|
|
196
|
-
"description": "Scroll event listener container"
|
|
197
|
-
},
|
|
198
|
-
"a-back-top/easing": {
|
|
199
|
-
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
200
|
-
"type": "string"
|
|
201
|
-
},
|
|
202
|
-
"a-back-top/duration": {
|
|
203
|
-
"description": "Duration of scroll animation",
|
|
204
|
-
"type": "number"
|
|
205
|
-
},
|
|
206
235
|
"a-button/click": {
|
|
207
236
|
"description": "Emitted when the button is clicked"
|
|
208
237
|
},
|
|
@@ -257,34 +286,29 @@
|
|
|
257
286
|
"description": "All children whether the button is disabled",
|
|
258
287
|
"type": "boolean"
|
|
259
288
|
},
|
|
260
|
-
"a-
|
|
261
|
-
"description": "
|
|
262
|
-
|
|
263
|
-
"a-alert/after-close": {
|
|
264
|
-
"description": "Triggered after the close animation ends"
|
|
289
|
+
"a-breadcrumb/max-count": {
|
|
290
|
+
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
291
|
+
"type": "number"
|
|
265
292
|
},
|
|
266
|
-
"a-
|
|
267
|
-
"description": "
|
|
293
|
+
"a-breadcrumb/routes": {
|
|
294
|
+
"description": "Set routes"
|
|
268
295
|
},
|
|
269
|
-
"a-
|
|
270
|
-
"description": "
|
|
271
|
-
"type": "
|
|
296
|
+
"a-breadcrumb/separator": {
|
|
297
|
+
"description": "Delimiter text",
|
|
298
|
+
"type": "string|number"
|
|
272
299
|
},
|
|
273
|
-
"a-
|
|
274
|
-
"description": "
|
|
275
|
-
"type": "boolean"
|
|
300
|
+
"a-breadcrumb/custom-url": {
|
|
301
|
+
"description": "Custom link address"
|
|
276
302
|
},
|
|
277
|
-
"a-
|
|
278
|
-
"description": "
|
|
279
|
-
"type": "string"
|
|
303
|
+
"a-breadcrumb-item/separator": {
|
|
304
|
+
"description": "Delimiter text",
|
|
305
|
+
"type": "string|number"
|
|
280
306
|
},
|
|
281
|
-
"a-
|
|
282
|
-
"description": "
|
|
283
|
-
"type": "boolean"
|
|
307
|
+
"a-breadcrumb-item/droplist": {
|
|
308
|
+
"description": "Dropdown content"
|
|
284
309
|
},
|
|
285
|
-
"a-
|
|
286
|
-
"description": "
|
|
287
|
-
"type": "boolean"
|
|
310
|
+
"a-breadcrumb-item/dropdown-props": {
|
|
311
|
+
"description": "Dropdown props"
|
|
288
312
|
},
|
|
289
313
|
"a-calendar/change": {
|
|
290
314
|
"description": "Emitted when the button is clicked"
|
|
@@ -309,29 +333,93 @@
|
|
|
309
333
|
"a-calendar/modes": {
|
|
310
334
|
"description": "Displayed mode"
|
|
311
335
|
},
|
|
312
|
-
"a-
|
|
313
|
-
"description": "
|
|
314
|
-
"type": "
|
|
336
|
+
"a-card/bordered": {
|
|
337
|
+
"description": "Whether to render the border",
|
|
338
|
+
"type": "boolean"
|
|
315
339
|
},
|
|
316
|
-
"a-
|
|
317
|
-
"description": "
|
|
340
|
+
"a-card/loading": {
|
|
341
|
+
"description": "Loading status",
|
|
342
|
+
"type": "boolean"
|
|
318
343
|
},
|
|
319
|
-
"a-
|
|
320
|
-
"description": "
|
|
321
|
-
"type": "
|
|
344
|
+
"a-card/hoverable": {
|
|
345
|
+
"description": "Can be hovered",
|
|
346
|
+
"type": "boolean"
|
|
322
347
|
},
|
|
323
|
-
"a-
|
|
324
|
-
"description": "
|
|
348
|
+
"a-card/size": {
|
|
349
|
+
"description": "Size of card",
|
|
350
|
+
"type": "string"
|
|
325
351
|
},
|
|
326
|
-
"a-
|
|
327
|
-
"description": "
|
|
328
|
-
"type": "string|number"
|
|
352
|
+
"a-card/header-style": {
|
|
353
|
+
"description": "The additional css style to apply to card head"
|
|
329
354
|
},
|
|
330
|
-
"a-
|
|
331
|
-
"description": "
|
|
355
|
+
"a-card/body-style": {
|
|
356
|
+
"description": "The additional css style to apply to card content"
|
|
332
357
|
},
|
|
333
|
-
"a-
|
|
334
|
-
"description": "
|
|
358
|
+
"a-card/title": {
|
|
359
|
+
"description": "Title of card",
|
|
360
|
+
"type": "string"
|
|
361
|
+
},
|
|
362
|
+
"a-card/extra": {
|
|
363
|
+
"description": "Content to render in the top-right corner of the card",
|
|
364
|
+
"type": "string"
|
|
365
|
+
},
|
|
366
|
+
"a-card-meta/title": {
|
|
367
|
+
"description": "Title of card",
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"a-card-meta/description": {
|
|
371
|
+
"description": "Description of card",
|
|
372
|
+
"type": "string"
|
|
373
|
+
},
|
|
374
|
+
"a-card-grid/hoverable": {
|
|
375
|
+
"description": "Whether to hover",
|
|
376
|
+
"type": "boolean"
|
|
377
|
+
},
|
|
378
|
+
"a-carousel/change": {
|
|
379
|
+
"description": "Callback when slide changes"
|
|
380
|
+
},
|
|
381
|
+
"a-carousel/current": {
|
|
382
|
+
"description": "The index of current slide which starts from 1",
|
|
383
|
+
"type": "number"
|
|
384
|
+
},
|
|
385
|
+
"a-carousel/default-current": {
|
|
386
|
+
"description": "Default index of current slide",
|
|
387
|
+
"type": "number"
|
|
388
|
+
},
|
|
389
|
+
"a-carousel/move-speed": {
|
|
390
|
+
"description": "The duration of the slide movement(ms)",
|
|
391
|
+
"type": "number"
|
|
392
|
+
},
|
|
393
|
+
"a-carousel/animation-name": {
|
|
394
|
+
"description": "The animation of the slide movement",
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
"a-carousel/trigger": {
|
|
398
|
+
"description": "How to trigger the slide switch, click/hover the indicator"
|
|
399
|
+
},
|
|
400
|
+
"a-carousel/direction": {
|
|
401
|
+
"description": "The direction of the slide movement"
|
|
402
|
+
},
|
|
403
|
+
"a-carousel/show-arrow": {
|
|
404
|
+
"description": "When to show the arrow used to switch"
|
|
405
|
+
},
|
|
406
|
+
"a-carousel/arrow-class": {
|
|
407
|
+
"description": "The additional css class to arrow used to switch",
|
|
408
|
+
"type": "string"
|
|
409
|
+
},
|
|
410
|
+
"a-carousel/indicator-type": {
|
|
411
|
+
"description": "Type of indicator"
|
|
412
|
+
},
|
|
413
|
+
"a-carousel/indicator-position": {
|
|
414
|
+
"description": "Position of indication"
|
|
415
|
+
},
|
|
416
|
+
"a-carousel/indicator-class": {
|
|
417
|
+
"description": "The additional css class to indicator",
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
"a-carousel/transition-timing-function": {
|
|
421
|
+
"description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
|
|
422
|
+
"type": "string"
|
|
335
423
|
},
|
|
336
424
|
"a-cascader/change": {
|
|
337
425
|
"description": "Triggered when the selected value changes"
|
|
@@ -512,52 +600,6 @@
|
|
|
512
600
|
"description": "whether to expand the submenu",
|
|
513
601
|
"type": "boolean"
|
|
514
602
|
},
|
|
515
|
-
"a-carousel/change": {
|
|
516
|
-
"description": "Callback when slide changes"
|
|
517
|
-
},
|
|
518
|
-
"a-carousel/current": {
|
|
519
|
-
"description": "The index of current slide which starts from 1",
|
|
520
|
-
"type": "number"
|
|
521
|
-
},
|
|
522
|
-
"a-carousel/default-current": {
|
|
523
|
-
"description": "Default index of current slide",
|
|
524
|
-
"type": "number"
|
|
525
|
-
},
|
|
526
|
-
"a-carousel/move-speed": {
|
|
527
|
-
"description": "The duration of the slide movement(ms)",
|
|
528
|
-
"type": "number"
|
|
529
|
-
},
|
|
530
|
-
"a-carousel/animation-name": {
|
|
531
|
-
"description": "The animation of the slide movement",
|
|
532
|
-
"type": "string"
|
|
533
|
-
},
|
|
534
|
-
"a-carousel/trigger": {
|
|
535
|
-
"description": "How to trigger the slide switch, click/hover the indicator"
|
|
536
|
-
},
|
|
537
|
-
"a-carousel/direction": {
|
|
538
|
-
"description": "The direction of the slide movement"
|
|
539
|
-
},
|
|
540
|
-
"a-carousel/show-arrow": {
|
|
541
|
-
"description": "When to show the arrow used to switch"
|
|
542
|
-
},
|
|
543
|
-
"a-carousel/arrow-class": {
|
|
544
|
-
"description": "The additional css class to arrow used to switch",
|
|
545
|
-
"type": "string"
|
|
546
|
-
},
|
|
547
|
-
"a-carousel/indicator-type": {
|
|
548
|
-
"description": "Type of indicator"
|
|
549
|
-
},
|
|
550
|
-
"a-carousel/indicator-position": {
|
|
551
|
-
"description": "Position of indication"
|
|
552
|
-
},
|
|
553
|
-
"a-carousel/indicator-class": {
|
|
554
|
-
"description": "The additional css class to indicator",
|
|
555
|
-
"type": "string"
|
|
556
|
-
},
|
|
557
|
-
"a-carousel/transition-timing-function": {
|
|
558
|
-
"description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
|
|
559
|
-
"type": "string"
|
|
560
|
-
},
|
|
561
603
|
"a-checkbox/change": {
|
|
562
604
|
"description": "Trigger when the value changes"
|
|
563
605
|
},
|
|
@@ -603,50 +645,6 @@
|
|
|
603
645
|
"description": "Whether to disable",
|
|
604
646
|
"type": "boolean"
|
|
605
647
|
},
|
|
606
|
-
"a-collapse/change": {
|
|
607
|
-
"description": "Emitted when the expanded panel changes"
|
|
608
|
-
},
|
|
609
|
-
"a-collapse/active-key": {
|
|
610
|
-
"description": "The `key` of the currently expanded panel"
|
|
611
|
-
},
|
|
612
|
-
"a-collapse/default-active-key": {
|
|
613
|
-
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
614
|
-
},
|
|
615
|
-
"a-collapse/accordion": {
|
|
616
|
-
"description": "Whether to enable accordion mode",
|
|
617
|
-
"type": "boolean"
|
|
618
|
-
},
|
|
619
|
-
"a-collapse/show-expand-icon": {
|
|
620
|
-
"description": "Whether to show the expand icon",
|
|
621
|
-
"type": "boolean"
|
|
622
|
-
},
|
|
623
|
-
"a-collapse/expand-icon-position": {
|
|
624
|
-
"description": "The location where the expand icon is displayed"
|
|
625
|
-
},
|
|
626
|
-
"a-collapse/bordered": {
|
|
627
|
-
"description": "Whether to show the border",
|
|
628
|
-
"type": "boolean"
|
|
629
|
-
},
|
|
630
|
-
"a-collapse/destroy-on-hide": {
|
|
631
|
-
"description": "Whether to destroy content when hidden",
|
|
632
|
-
"type": "boolean"
|
|
633
|
-
},
|
|
634
|
-
"a-collapse-item/header": {
|
|
635
|
-
"description": "The title of the panel",
|
|
636
|
-
"type": "string"
|
|
637
|
-
},
|
|
638
|
-
"a-collapse-item/disabled": {
|
|
639
|
-
"description": "Whether to disable",
|
|
640
|
-
"type": "boolean"
|
|
641
|
-
},
|
|
642
|
-
"a-collapse-item/show-expand-icon": {
|
|
643
|
-
"description": "Whether to show the expand icon",
|
|
644
|
-
"type": "boolean"
|
|
645
|
-
},
|
|
646
|
-
"a-collapse-item/destroy-on-hide": {
|
|
647
|
-
"description": "Whether to destroy content when hidden",
|
|
648
|
-
"type": "boolean"
|
|
649
|
-
},
|
|
650
648
|
"a-color-picker/change": {
|
|
651
649
|
"description": "Triggered when the color value changes"
|
|
652
650
|
},
|
|
@@ -701,6 +699,50 @@
|
|
|
701
699
|
"a-color-picker/preset-colors": {
|
|
702
700
|
"description": "Color array of preset colors"
|
|
703
701
|
},
|
|
702
|
+
"a-collapse/change": {
|
|
703
|
+
"description": "Emitted when the expanded panel changes"
|
|
704
|
+
},
|
|
705
|
+
"a-collapse/active-key": {
|
|
706
|
+
"description": "The `key` of the currently expanded panel"
|
|
707
|
+
},
|
|
708
|
+
"a-collapse/default-active-key": {
|
|
709
|
+
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
710
|
+
},
|
|
711
|
+
"a-collapse/accordion": {
|
|
712
|
+
"description": "Whether to enable accordion mode",
|
|
713
|
+
"type": "boolean"
|
|
714
|
+
},
|
|
715
|
+
"a-collapse/show-expand-icon": {
|
|
716
|
+
"description": "Whether to show the expand icon",
|
|
717
|
+
"type": "boolean"
|
|
718
|
+
},
|
|
719
|
+
"a-collapse/expand-icon-position": {
|
|
720
|
+
"description": "The location where the expand icon is displayed"
|
|
721
|
+
},
|
|
722
|
+
"a-collapse/bordered": {
|
|
723
|
+
"description": "Whether to show the border",
|
|
724
|
+
"type": "boolean"
|
|
725
|
+
},
|
|
726
|
+
"a-collapse/destroy-on-hide": {
|
|
727
|
+
"description": "Whether to destroy content when hidden",
|
|
728
|
+
"type": "boolean"
|
|
729
|
+
},
|
|
730
|
+
"a-collapse-item/header": {
|
|
731
|
+
"description": "The title of the panel",
|
|
732
|
+
"type": "string"
|
|
733
|
+
},
|
|
734
|
+
"a-collapse-item/disabled": {
|
|
735
|
+
"description": "Whether to disable",
|
|
736
|
+
"type": "boolean"
|
|
737
|
+
},
|
|
738
|
+
"a-collapse-item/show-expand-icon": {
|
|
739
|
+
"description": "Whether to show the expand icon",
|
|
740
|
+
"type": "boolean"
|
|
741
|
+
},
|
|
742
|
+
"a-collapse-item/destroy-on-hide": {
|
|
743
|
+
"description": "Whether to destroy content when hidden",
|
|
744
|
+
"type": "boolean"
|
|
745
|
+
},
|
|
704
746
|
"a-comment/author": {
|
|
705
747
|
"description": "Display as the comment author",
|
|
706
748
|
"type": "string"
|
|
@@ -721,221 +763,92 @@
|
|
|
721
763
|
"description": "Alignment of `datetime` and `actions`",
|
|
722
764
|
"type": "string|object"
|
|
723
765
|
},
|
|
724
|
-
"a-
|
|
725
|
-
"description": "
|
|
726
|
-
},
|
|
727
|
-
"a-divider/orientation": {
|
|
728
|
-
"description": "The position of the dividing line text",
|
|
766
|
+
"a-config-provider/prefix-cls": {
|
|
767
|
+
"description": "Component classname prefix",
|
|
729
768
|
"type": "string"
|
|
730
769
|
},
|
|
731
|
-
"a-
|
|
732
|
-
"description": "
|
|
733
|
-
"type": "string"
|
|
770
|
+
"a-config-provider/locale": {
|
|
771
|
+
"description": "Configure language pack"
|
|
734
772
|
},
|
|
735
|
-
"a-
|
|
736
|
-
"description": "
|
|
737
|
-
"type": "number"
|
|
773
|
+
"a-config-provider/size": {
|
|
774
|
+
"description": "Size"
|
|
738
775
|
},
|
|
739
|
-
"a-
|
|
740
|
-
"description": "
|
|
741
|
-
"type": "
|
|
776
|
+
"a-config-provider/global": {
|
|
777
|
+
"description": "Is global effect",
|
|
778
|
+
"type": "boolean"
|
|
742
779
|
},
|
|
743
|
-
"a-
|
|
744
|
-
"description": "Whether to
|
|
780
|
+
"a-config-provider/scroll-to-close": {
|
|
781
|
+
"description": "Whether to close the popover when scrolling",
|
|
745
782
|
"type": "boolean"
|
|
746
783
|
},
|
|
747
|
-
"a-
|
|
748
|
-
"description": "
|
|
784
|
+
"a-config-provider/exchange-time": {
|
|
785
|
+
"description": "Whether to exchange time",
|
|
749
786
|
"type": "boolean"
|
|
750
787
|
},
|
|
751
|
-
"a-
|
|
752
|
-
"description": "
|
|
788
|
+
"a-config-provider/rtl": {
|
|
789
|
+
"description": "View starts from the right and ends on the left",
|
|
753
790
|
"type": "boolean"
|
|
754
791
|
},
|
|
755
|
-
"a-
|
|
756
|
-
"description": "
|
|
757
|
-
"type": "string"
|
|
758
|
-
},
|
|
759
|
-
"a-card/header-style": {
|
|
760
|
-
"description": "The additional css style to apply to card head"
|
|
761
|
-
},
|
|
762
|
-
"a-card/body-style": {
|
|
763
|
-
"description": "The additional css style to apply to card content"
|
|
764
|
-
},
|
|
765
|
-
"a-card/title": {
|
|
766
|
-
"description": "Title of card",
|
|
767
|
-
"type": "string"
|
|
792
|
+
"a-descriptions/data": {
|
|
793
|
+
"description": "Data for descriptions"
|
|
768
794
|
},
|
|
769
|
-
"a-
|
|
770
|
-
"description": "
|
|
771
|
-
"type": "string"
|
|
795
|
+
"a-descriptions/column": {
|
|
796
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
772
797
|
},
|
|
773
|
-
"a-
|
|
774
|
-
"description": "Title of
|
|
798
|
+
"a-descriptions/title": {
|
|
799
|
+
"description": "Title of descriptions",
|
|
775
800
|
"type": "string"
|
|
776
801
|
},
|
|
777
|
-
"a-
|
|
778
|
-
"description": "
|
|
802
|
+
"a-descriptions/layout": {
|
|
803
|
+
"description": "Arrangement of descriptions",
|
|
779
804
|
"type": "string"
|
|
780
805
|
},
|
|
781
|
-
"a-
|
|
782
|
-
"description": "
|
|
783
|
-
"type": "boolean"
|
|
784
|
-
},
|
|
785
|
-
"a-dropdown/popup-visible-change": {
|
|
786
|
-
"description": "Triggered when the display status of the drop-down box changes"
|
|
787
|
-
},
|
|
788
|
-
"a-dropdown/select": {
|
|
789
|
-
"description": "Triggered when the user selects"
|
|
790
|
-
},
|
|
791
|
-
"a-dropdown/popup-visible": {
|
|
792
|
-
"description": "Whether the popup is visible",
|
|
793
|
-
"type": "boolean"
|
|
794
|
-
},
|
|
795
|
-
"a-dropdown/default-popup-visible": {
|
|
796
|
-
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
797
|
-
"type": "boolean"
|
|
798
|
-
},
|
|
799
|
-
"a-dropdown/trigger": {
|
|
800
|
-
"description": "Trigger method"
|
|
801
|
-
},
|
|
802
|
-
"a-dropdown/position": {
|
|
803
|
-
"description": "Popup position"
|
|
804
|
-
},
|
|
805
|
-
"a-dropdown/popup-container": {
|
|
806
|
-
"description": "Mount container for popup"
|
|
807
|
-
},
|
|
808
|
-
"a-dropdown/popup-max-height": {
|
|
809
|
-
"description": "Maximum height of the popup",
|
|
810
|
-
"type": "boolean|number|string"
|
|
811
|
-
},
|
|
812
|
-
"a-dropdown/popup-min-height": {
|
|
813
|
-
"description": "Minimum height of the popup",
|
|
814
|
-
"type": "boolean|number|string"
|
|
806
|
+
"a-descriptions/align": {
|
|
807
|
+
"description": "Alignment position of text"
|
|
815
808
|
},
|
|
816
|
-
"a-
|
|
817
|
-
"description": "
|
|
818
|
-
"type": "boolean"
|
|
809
|
+
"a-descriptions/size": {
|
|
810
|
+
"description": "The size of the descriptions"
|
|
819
811
|
},
|
|
820
|
-
"a-
|
|
821
|
-
"description": "
|
|
812
|
+
"a-descriptions/bordered": {
|
|
813
|
+
"description": "Whether to show the border",
|
|
822
814
|
"type": "boolean"
|
|
823
815
|
},
|
|
824
|
-
"a-
|
|
825
|
-
"description": "
|
|
826
|
-
},
|
|
827
|
-
"a-doption/value": {
|
|
828
|
-
"description": "Value",
|
|
829
|
-
"type": "string|number|object"
|
|
816
|
+
"a-descriptions/label-style": {
|
|
817
|
+
"description": "Data label style"
|
|
830
818
|
},
|
|
831
|
-
"a-
|
|
832
|
-
"description": "
|
|
833
|
-
"type": "boolean"
|
|
819
|
+
"a-descriptions/value-style": {
|
|
820
|
+
"description": "Data content style"
|
|
834
821
|
},
|
|
835
|
-
"a-
|
|
836
|
-
"description": "
|
|
822
|
+
"a-descriptions/table-layout": {
|
|
823
|
+
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
837
824
|
"type": "string"
|
|
838
825
|
},
|
|
839
|
-
"a-
|
|
840
|
-
"description": "
|
|
841
|
-
|
|
842
|
-
"a-dsubmenu/value": {
|
|
843
|
-
"description": "Value (Not useful after version 2.16.0)",
|
|
844
|
-
"type": "string|number"
|
|
845
|
-
},
|
|
846
|
-
"a-dsubmenu/disabled": {
|
|
847
|
-
"description": "Whether to disable",
|
|
848
|
-
"type": "boolean"
|
|
849
|
-
},
|
|
850
|
-
"a-dsubmenu/trigger": {
|
|
851
|
-
"description": "Trigger method"
|
|
826
|
+
"a-descriptions-item/span": {
|
|
827
|
+
"description": "number of columns",
|
|
828
|
+
"type": "number"
|
|
852
829
|
},
|
|
853
|
-
"a-
|
|
854
|
-
"description": "
|
|
830
|
+
"a-descriptions-item/label": {
|
|
831
|
+
"description": "Label",
|
|
855
832
|
"type": "string"
|
|
856
833
|
},
|
|
857
|
-
"a-
|
|
858
|
-
"description": "
|
|
859
|
-
"type": "boolean"
|
|
860
|
-
},
|
|
861
|
-
"a-dsubmenu/default-popup-visible": {
|
|
862
|
-
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
863
|
-
"type": "boolean"
|
|
864
|
-
},
|
|
865
|
-
"a-dsubmenu/option-props": {
|
|
866
|
-
"description": "Custom option properties",
|
|
867
|
-
"type": "object"
|
|
868
|
-
},
|
|
869
|
-
"a-dropdown-button/popup-visible-change": {
|
|
870
|
-
"description": "Triggered when the display status of the drop-down box changes"
|
|
871
|
-
},
|
|
872
|
-
"a-dropdown-button/click": {
|
|
873
|
-
"description": "Emitted when the button is clicked"
|
|
874
|
-
},
|
|
875
|
-
"a-dropdown-button/select": {
|
|
876
|
-
"description": "Triggered when the user selects"
|
|
877
|
-
},
|
|
878
|
-
"a-dropdown-button/popup-visible": {
|
|
879
|
-
"description": "Whether the popup is visible",
|
|
880
|
-
"type": "boolean"
|
|
881
|
-
},
|
|
882
|
-
"a-dropdown-button/default-popup-visible": {
|
|
883
|
-
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
884
|
-
"type": "boolean"
|
|
885
|
-
},
|
|
886
|
-
"a-dropdown-button/trigger": {
|
|
887
|
-
"description": "Trigger method"
|
|
888
|
-
},
|
|
889
|
-
"a-dropdown-button/position": {
|
|
890
|
-
"description": "Popup position"
|
|
891
|
-
},
|
|
892
|
-
"a-dropdown-button/popup-container": {
|
|
893
|
-
"description": "Mount container for popup"
|
|
894
|
-
},
|
|
895
|
-
"a-dropdown-button/disabled": {
|
|
896
|
-
"description": "Whether to disable",
|
|
897
|
-
"type": "boolean"
|
|
898
|
-
},
|
|
899
|
-
"a-dropdown-button/type": {
|
|
900
|
-
"description": "Button type",
|
|
901
|
-
"type": "string"
|
|
834
|
+
"a-divider/direction": {
|
|
835
|
+
"description": "The direction of the dividing line. Can be horizontal or vertical"
|
|
902
836
|
},
|
|
903
|
-
"a-
|
|
904
|
-
"description": "
|
|
837
|
+
"a-divider/orientation": {
|
|
838
|
+
"description": "The position of the dividing line text",
|
|
905
839
|
"type": "string"
|
|
906
840
|
},
|
|
907
|
-
"a-
|
|
908
|
-
"description": "
|
|
909
|
-
},
|
|
910
|
-
"a-dropdown-button/hide-on-select": {
|
|
911
|
-
"description": "Whether to hide popup when the user selects",
|
|
912
|
-
"type": "boolean"
|
|
913
|
-
},
|
|
914
|
-
"a-config-provider/prefix-cls": {
|
|
915
|
-
"description": "Component classname prefix",
|
|
841
|
+
"a-divider/type": {
|
|
842
|
+
"description": "Dividing line style type",
|
|
916
843
|
"type": "string"
|
|
917
844
|
},
|
|
918
|
-
"a-
|
|
919
|
-
"description": "
|
|
920
|
-
|
|
921
|
-
"a-config-provider/size": {
|
|
922
|
-
"description": "Size"
|
|
923
|
-
},
|
|
924
|
-
"a-config-provider/global": {
|
|
925
|
-
"description": "Is global effect",
|
|
926
|
-
"type": "boolean"
|
|
927
|
-
},
|
|
928
|
-
"a-config-provider/scroll-to-close": {
|
|
929
|
-
"description": "Whether to close the popover when scrolling",
|
|
930
|
-
"type": "boolean"
|
|
931
|
-
},
|
|
932
|
-
"a-config-provider/exchange-time": {
|
|
933
|
-
"description": "Whether to exchange time",
|
|
934
|
-
"type": "boolean"
|
|
845
|
+
"a-divider/size": {
|
|
846
|
+
"description": "The wide/height of the dividing line",
|
|
847
|
+
"type": "number"
|
|
935
848
|
},
|
|
936
|
-
"a-
|
|
937
|
-
"description": "
|
|
938
|
-
"type": "
|
|
849
|
+
"a-divider/margin": {
|
|
850
|
+
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
851
|
+
"type": "number | string"
|
|
939
852
|
},
|
|
940
853
|
"a-drawer/ok": {
|
|
941
854
|
"description": "Triggered when the OK button is clicked"
|
|
@@ -1050,18 +963,6 @@
|
|
|
1050
963
|
"description": "Whether to hide the cancel button",
|
|
1051
964
|
"type": "boolean"
|
|
1052
965
|
},
|
|
1053
|
-
"a-empty/description": {
|
|
1054
|
-
"description": "Description",
|
|
1055
|
-
"type": "string"
|
|
1056
|
-
},
|
|
1057
|
-
"a-empty/img-src": {
|
|
1058
|
-
"description": "The src of the Custom Image",
|
|
1059
|
-
"type": "string"
|
|
1060
|
-
},
|
|
1061
|
-
"a-empty/in-config-provider": {
|
|
1062
|
-
"description": "Whether to use in ConfigProvider",
|
|
1063
|
-
"type": "boolean"
|
|
1064
|
-
},
|
|
1065
966
|
"a-common/change": {
|
|
1066
967
|
"description": "Edit content change"
|
|
1067
968
|
},
|
|
@@ -1339,127 +1240,304 @@
|
|
|
1339
1240
|
"description": "Whether to enable abbreviation",
|
|
1340
1241
|
"type": "boolean"
|
|
1341
1242
|
},
|
|
1342
|
-
"a-
|
|
1343
|
-
"description": "
|
|
1243
|
+
"a-dropdown/popup-visible-change": {
|
|
1244
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1344
1245
|
},
|
|
1345
|
-
"a-
|
|
1346
|
-
"description": "
|
|
1246
|
+
"a-dropdown/select": {
|
|
1247
|
+
"description": "Triggered when the user selects"
|
|
1347
1248
|
},
|
|
1348
|
-
"a-
|
|
1349
|
-
"description": "
|
|
1350
|
-
"type": "
|
|
1249
|
+
"a-dropdown/popup-visible": {
|
|
1250
|
+
"description": "Whether the popup is visible",
|
|
1251
|
+
"type": "boolean"
|
|
1351
1252
|
},
|
|
1352
|
-
"a-
|
|
1353
|
-
"description": "
|
|
1354
|
-
"type": "
|
|
1253
|
+
"a-dropdown/default-popup-visible": {
|
|
1254
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
1255
|
+
"type": "boolean"
|
|
1355
1256
|
},
|
|
1356
|
-
"a-
|
|
1357
|
-
"description": "
|
|
1257
|
+
"a-dropdown/trigger": {
|
|
1258
|
+
"description": "Trigger method"
|
|
1358
1259
|
},
|
|
1359
|
-
"a-
|
|
1360
|
-
"description": "
|
|
1260
|
+
"a-dropdown/position": {
|
|
1261
|
+
"description": "Popup position"
|
|
1361
1262
|
},
|
|
1362
|
-
"a-
|
|
1363
|
-
"description": "
|
|
1364
|
-
"type": "boolean"
|
|
1263
|
+
"a-dropdown/popup-container": {
|
|
1264
|
+
"description": "Mount container for popup"
|
|
1365
1265
|
},
|
|
1366
|
-
"a-
|
|
1367
|
-
"description": "
|
|
1266
|
+
"a-dropdown/popup-max-height": {
|
|
1267
|
+
"description": "Maximum height of the popup",
|
|
1268
|
+
"type": "boolean|number|string"
|
|
1368
1269
|
},
|
|
1369
|
-
"a-
|
|
1370
|
-
"description": "
|
|
1270
|
+
"a-dropdown/popup-min-height": {
|
|
1271
|
+
"description": "Minimum height of the popup",
|
|
1272
|
+
"type": "boolean|number|string"
|
|
1371
1273
|
},
|
|
1372
|
-
"a-
|
|
1373
|
-
"description": "
|
|
1374
|
-
"type": "
|
|
1274
|
+
"a-dropdown/hide-on-select": {
|
|
1275
|
+
"description": "Whether to hide popup when the user selects",
|
|
1276
|
+
"type": "boolean"
|
|
1375
1277
|
},
|
|
1376
|
-
"a-
|
|
1377
|
-
"description": "
|
|
1378
|
-
"type": "
|
|
1278
|
+
"a-dropdown/trigger-auto-fix-position": {
|
|
1279
|
+
"description": "popups auto-adjust their display direction based on screen height",
|
|
1280
|
+
"type": "boolean"
|
|
1379
1281
|
},
|
|
1380
|
-
"a-
|
|
1381
|
-
"description": "
|
|
1282
|
+
"a-doption/click": {
|
|
1283
|
+
"description": "Emitted when the button is clicked"
|
|
1284
|
+
},
|
|
1285
|
+
"a-doption/value": {
|
|
1286
|
+
"description": "Value",
|
|
1287
|
+
"type": "string|number|object"
|
|
1288
|
+
},
|
|
1289
|
+
"a-doption/disabled": {
|
|
1290
|
+
"description": "Whether to disable",
|
|
1291
|
+
"type": "boolean"
|
|
1292
|
+
},
|
|
1293
|
+
"a-dgroup/title": {
|
|
1294
|
+
"description": "Group title",
|
|
1382
1295
|
"type": "string"
|
|
1383
1296
|
},
|
|
1384
|
-
"a-
|
|
1385
|
-
"description": "
|
|
1297
|
+
"a-dsubmenu/popup-visible-change": {
|
|
1298
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1386
1299
|
},
|
|
1387
|
-
"a-
|
|
1388
|
-
"description": "
|
|
1300
|
+
"a-dsubmenu/value": {
|
|
1301
|
+
"description": "Value (Not useful after version 2.16.0)",
|
|
1302
|
+
"type": "string|number"
|
|
1303
|
+
},
|
|
1304
|
+
"a-dsubmenu/disabled": {
|
|
1305
|
+
"description": "Whether to disable",
|
|
1306
|
+
"type": "boolean"
|
|
1307
|
+
},
|
|
1308
|
+
"a-dsubmenu/trigger": {
|
|
1309
|
+
"description": "Trigger method"
|
|
1310
|
+
},
|
|
1311
|
+
"a-dsubmenu/position": {
|
|
1312
|
+
"description": "Popup position",
|
|
1389
1313
|
"type": "string"
|
|
1390
1314
|
},
|
|
1391
|
-
"a-
|
|
1392
|
-
"description": "
|
|
1315
|
+
"a-dsubmenu/popup-visible": {
|
|
1316
|
+
"description": "Whether the popup is visible",
|
|
1317
|
+
"type": "boolean"
|
|
1318
|
+
},
|
|
1319
|
+
"a-dsubmenu/default-popup-visible": {
|
|
1320
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
1321
|
+
"type": "boolean"
|
|
1322
|
+
},
|
|
1323
|
+
"a-dsubmenu/option-props": {
|
|
1324
|
+
"description": "Custom option properties",
|
|
1325
|
+
"type": "object"
|
|
1326
|
+
},
|
|
1327
|
+
"a-dropdown-button/popup-visible-change": {
|
|
1328
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1329
|
+
},
|
|
1330
|
+
"a-dropdown-button/click": {
|
|
1331
|
+
"description": "Emitted when the button is clicked"
|
|
1332
|
+
},
|
|
1333
|
+
"a-dropdown-button/select": {
|
|
1334
|
+
"description": "Triggered when the user selects"
|
|
1335
|
+
},
|
|
1336
|
+
"a-dropdown-button/popup-visible": {
|
|
1337
|
+
"description": "Whether the popup is visible",
|
|
1338
|
+
"type": "boolean"
|
|
1339
|
+
},
|
|
1340
|
+
"a-dropdown-button/default-popup-visible": {
|
|
1341
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
1342
|
+
"type": "boolean"
|
|
1343
|
+
},
|
|
1344
|
+
"a-dropdown-button/trigger": {
|
|
1345
|
+
"description": "Trigger method"
|
|
1346
|
+
},
|
|
1347
|
+
"a-dropdown-button/position": {
|
|
1348
|
+
"description": "Popup position"
|
|
1349
|
+
},
|
|
1350
|
+
"a-dropdown-button/popup-container": {
|
|
1351
|
+
"description": "Mount container for popup"
|
|
1352
|
+
},
|
|
1353
|
+
"a-dropdown-button/disabled": {
|
|
1354
|
+
"description": "Whether to disable",
|
|
1355
|
+
"type": "boolean"
|
|
1356
|
+
},
|
|
1357
|
+
"a-dropdown-button/type": {
|
|
1358
|
+
"description": "Button type",
|
|
1393
1359
|
"type": "string"
|
|
1394
1360
|
},
|
|
1395
|
-
"a-
|
|
1396
|
-
"description": "
|
|
1361
|
+
"a-dropdown-button/size": {
|
|
1362
|
+
"description": "Button size",
|
|
1363
|
+
"type": "string"
|
|
1364
|
+
},
|
|
1365
|
+
"a-dropdown-button/button-props": {
|
|
1366
|
+
"description": "Button props"
|
|
1367
|
+
},
|
|
1368
|
+
"a-dropdown-button/hide-on-select": {
|
|
1369
|
+
"description": "Whether to hide popup when the user selects",
|
|
1397
1370
|
"type": "boolean"
|
|
1398
1371
|
},
|
|
1399
|
-
"a-
|
|
1400
|
-
"description": "
|
|
1372
|
+
"a-empty/description": {
|
|
1373
|
+
"description": "Description",
|
|
1374
|
+
"type": "string"
|
|
1375
|
+
},
|
|
1376
|
+
"a-empty/img-src": {
|
|
1377
|
+
"description": "The src of the Custom Image",
|
|
1378
|
+
"type": "string"
|
|
1379
|
+
},
|
|
1380
|
+
"a-empty/in-config-provider": {
|
|
1381
|
+
"description": "Whether to use in ConfigProvider",
|
|
1401
1382
|
"type": "boolean"
|
|
1402
1383
|
},
|
|
1403
|
-
"a-
|
|
1404
|
-
"description": "
|
|
1405
|
-
"type": "number"
|
|
1384
|
+
"a-form/submit": {
|
|
1385
|
+
"description": "Triggered when the form is submitted"
|
|
1406
1386
|
},
|
|
1407
|
-
"a-
|
|
1408
|
-
"description": "
|
|
1409
|
-
"type": "number"
|
|
1387
|
+
"a-form/submit-success": {
|
|
1388
|
+
"description": "Triggered when verification is successful"
|
|
1410
1389
|
},
|
|
1411
|
-
"a-
|
|
1412
|
-
"description": "
|
|
1413
|
-
"type": "number"
|
|
1390
|
+
"a-form/submit-failed": {
|
|
1391
|
+
"description": "Triggered when verification failed"
|
|
1414
1392
|
},
|
|
1415
|
-
"a-
|
|
1416
|
-
"description": "
|
|
1393
|
+
"a-form/model": {
|
|
1394
|
+
"description": "Form data object",
|
|
1395
|
+
"type": "object"
|
|
1417
1396
|
},
|
|
1418
|
-
"a-
|
|
1419
|
-
"description": "
|
|
1397
|
+
"a-form/layout": {
|
|
1398
|
+
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
1420
1399
|
},
|
|
1421
|
-
"a-
|
|
1422
|
-
"description": "
|
|
1400
|
+
"a-form/size": {
|
|
1401
|
+
"description": "The size of the form"
|
|
1423
1402
|
},
|
|
1424
|
-
"a-col
|
|
1425
|
-
"description": "
|
|
1403
|
+
"a-form/label-col-props": {
|
|
1404
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1405
|
+
"type": "object"
|
|
1426
1406
|
},
|
|
1427
|
-
"a-col
|
|
1428
|
-
"description": "
|
|
1407
|
+
"a-form/wrapper-col-props": {
|
|
1408
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1409
|
+
"type": "object"
|
|
1429
1410
|
},
|
|
1430
|
-
"a-
|
|
1431
|
-
"description": "
|
|
1411
|
+
"a-form/label-align": {
|
|
1412
|
+
"description": "Alignment direction of the label"
|
|
1432
1413
|
},
|
|
1433
|
-
"a-
|
|
1434
|
-
"description": "
|
|
1414
|
+
"a-form/disabled": {
|
|
1415
|
+
"description": "Whether to disable the form",
|
|
1416
|
+
"type": "boolean"
|
|
1435
1417
|
},
|
|
1436
|
-
"a-
|
|
1437
|
-
"description": "
|
|
1418
|
+
"a-form/rules": {
|
|
1419
|
+
"description": "Form item validation rules"
|
|
1438
1420
|
},
|
|
1439
|
-
"a-
|
|
1440
|
-
"description": "
|
|
1421
|
+
"a-form/auto-label-width": {
|
|
1422
|
+
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1423
|
+
"type": "boolean"
|
|
1441
1424
|
},
|
|
1442
|
-
"a-
|
|
1443
|
-
"description": "
|
|
1425
|
+
"a-form/id": {
|
|
1426
|
+
"description": "Form `id` attribute and form control `id` prefix",
|
|
1427
|
+
"type": "string"
|
|
1444
1428
|
},
|
|
1445
|
-
"a-
|
|
1446
|
-
"description": "
|
|
1429
|
+
"a-form/scroll-to-first-error": {
|
|
1430
|
+
"description": "Scroll to the first error field after verification fails",
|
|
1447
1431
|
"type": "boolean"
|
|
1448
1432
|
},
|
|
1449
|
-
"a-
|
|
1450
|
-
"description": "
|
|
1451
|
-
"type": "
|
|
1433
|
+
"a-form-item/field": {
|
|
1434
|
+
"description": "The path of the form element in the data object (required for the data item)",
|
|
1435
|
+
"type": "string"
|
|
1452
1436
|
},
|
|
1453
|
-
"a-
|
|
1454
|
-
"description": "
|
|
1437
|
+
"a-form-item/label": {
|
|
1438
|
+
"description": "Label text",
|
|
1439
|
+
"type": "string"
|
|
1455
1440
|
},
|
|
1456
|
-
"a-
|
|
1457
|
-
"description": "
|
|
1441
|
+
"a-form-item/tooltip": {
|
|
1442
|
+
"description": "Tooltip text",
|
|
1443
|
+
"type": "string"
|
|
1458
1444
|
},
|
|
1459
|
-
"a-
|
|
1460
|
-
"description": "
|
|
1445
|
+
"a-form-item/show-colon": {
|
|
1446
|
+
"description": "Whether to show a colon",
|
|
1447
|
+
"type": "boolean"
|
|
1448
|
+
},
|
|
1449
|
+
"a-form-item/no-style": {
|
|
1450
|
+
"description": "Whether to remove the style",
|
|
1451
|
+
"type": "boolean"
|
|
1452
|
+
},
|
|
1453
|
+
"a-form-item/disabled": {
|
|
1454
|
+
"description": "Whether to disable",
|
|
1455
|
+
"type": "boolean"
|
|
1456
|
+
},
|
|
1457
|
+
"a-form-item/help": {
|
|
1458
|
+
"description": "Help copywriting",
|
|
1459
|
+
"type": "string"
|
|
1460
|
+
},
|
|
1461
|
+
"a-form-item/extra": {
|
|
1462
|
+
"description": "Additional display copy",
|
|
1463
|
+
"type": "string"
|
|
1464
|
+
},
|
|
1465
|
+
"a-form-item/required": {
|
|
1466
|
+
"description": "Is it required",
|
|
1467
|
+
"type": "boolean"
|
|
1468
|
+
},
|
|
1469
|
+
"a-form-item/asterisk-position": {
|
|
1470
|
+
"description": "Optionally place an asterisk before/after the label",
|
|
1471
|
+
"type": "string"
|
|
1472
|
+
},
|
|
1473
|
+
"a-form-item/rules": {
|
|
1474
|
+
"description": "Form item validation rules (The priority is higher than the rules of form)"
|
|
1475
|
+
},
|
|
1476
|
+
"a-form-item/validate-status": {
|
|
1477
|
+
"description": "Validate status"
|
|
1478
|
+
},
|
|
1479
|
+
"a-form-item/validate-trigger": {
|
|
1480
|
+
"description": "The event that triggers the verification"
|
|
1481
|
+
},
|
|
1482
|
+
"a-form-item/label-col-props": {
|
|
1483
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1484
|
+
"type": "object"
|
|
1485
|
+
},
|
|
1486
|
+
"a-form-item/wrapper-col-props": {
|
|
1487
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1488
|
+
"type": "object"
|
|
1489
|
+
},
|
|
1490
|
+
"a-form-item/hide-label": {
|
|
1491
|
+
"description": "Whether to hide the label",
|
|
1492
|
+
"type": "boolean"
|
|
1493
|
+
},
|
|
1494
|
+
"a-form-item/hide-asterisk": {
|
|
1495
|
+
"description": "Whether to hide the asterisk",
|
|
1496
|
+
"type": "boolean"
|
|
1497
|
+
},
|
|
1498
|
+
"a-form-item/label-col-style": {
|
|
1499
|
+
"description": "The style of the label element layout component",
|
|
1500
|
+
"type": "object"
|
|
1501
|
+
},
|
|
1502
|
+
"a-form-item/wrapper-col-style": {
|
|
1503
|
+
"description": "The style of the form control layout component",
|
|
1504
|
+
"type": "object"
|
|
1505
|
+
},
|
|
1506
|
+
"a-form-item/row-props": {
|
|
1507
|
+
"description": "Form item layout options. The parameters are the same as the `<row>` component",
|
|
1508
|
+
"type": "object"
|
|
1509
|
+
},
|
|
1510
|
+
"a-form-item/row-class": {
|
|
1511
|
+
"description": "The class of the form item layout component",
|
|
1512
|
+
"type": "string|array|object"
|
|
1513
|
+
},
|
|
1514
|
+
"a-form-item/content-class": {
|
|
1515
|
+
"description": "The class of the form control wrapping layer",
|
|
1516
|
+
"type": "string|array|object"
|
|
1517
|
+
},
|
|
1518
|
+
"a-form-item/content-flex": {
|
|
1519
|
+
"description": "Whether to enable flex layout in the content layer",
|
|
1520
|
+
"type": "boolean"
|
|
1521
|
+
},
|
|
1522
|
+
"a-form-item/merge-props": {
|
|
1523
|
+
"description": "(Repealed) Control the Props passed to the child element. The default includes disabled, error, size, events and additional attributes on FormItem. Version 2.18.0 deprecated"
|
|
1524
|
+
},
|
|
1525
|
+
"a-form-item/label-col-flex": {
|
|
1526
|
+
"description": "Set the flex property of the label `Col` component. When set, the flex property of the form `Col` component will be set to `auto`.",
|
|
1527
|
+
"type": "number|string"
|
|
1528
|
+
},
|
|
1529
|
+
"a-form-item/feedback": {
|
|
1530
|
+
"description": "Whether to show the feedback icon for the form control",
|
|
1461
1531
|
"type": "boolean"
|
|
1462
1532
|
},
|
|
1533
|
+
"a-form-item/label-component": {
|
|
1534
|
+
"description": "The element that the form item label renders",
|
|
1535
|
+
"type": "string"
|
|
1536
|
+
},
|
|
1537
|
+
"a-form-item/label-attrs": {
|
|
1538
|
+
"description": "Attributes of the form item element",
|
|
1539
|
+
"type": "object"
|
|
1540
|
+
},
|
|
1463
1541
|
"a-image/preview-visible-change": {
|
|
1464
1542
|
"description": "Preview opening and closing events"
|
|
1465
1543
|
},
|
|
@@ -1621,6 +1699,85 @@
|
|
|
1621
1699
|
"description": "Whether to disable the action",
|
|
1622
1700
|
"type": "boolean"
|
|
1623
1701
|
},
|
|
1702
|
+
"a-input-tag/change": {
|
|
1703
|
+
"description": "Triggered when the value changes"
|
|
1704
|
+
},
|
|
1705
|
+
"a-input-tag/input-value-change": {
|
|
1706
|
+
"description": "Trigger when the input value changes"
|
|
1707
|
+
},
|
|
1708
|
+
"a-input-tag/press-enter": {
|
|
1709
|
+
"description": "Triggered when the enter key is pressed"
|
|
1710
|
+
},
|
|
1711
|
+
"a-input-tag/remove": {
|
|
1712
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
1713
|
+
},
|
|
1714
|
+
"a-input-tag/clear": {
|
|
1715
|
+
"description": "Triggered when the clear button is clicked"
|
|
1716
|
+
},
|
|
1717
|
+
"a-input-tag/focus": {
|
|
1718
|
+
"description": "Triggered when the input box gets focus"
|
|
1719
|
+
},
|
|
1720
|
+
"a-input-tag/blur": {
|
|
1721
|
+
"description": "Triggered when the input box loses focus"
|
|
1722
|
+
},
|
|
1723
|
+
"a-input-tag/model-value": {
|
|
1724
|
+
"description": "Value"
|
|
1725
|
+
},
|
|
1726
|
+
"a-input-tag/default-value": {
|
|
1727
|
+
"description": "Default value (uncontrolled state)"
|
|
1728
|
+
},
|
|
1729
|
+
"a-input-tag/input-value": {
|
|
1730
|
+
"description": "The value of the input",
|
|
1731
|
+
"type": "string"
|
|
1732
|
+
},
|
|
1733
|
+
"a-input-tag/default-input-value": {
|
|
1734
|
+
"description": "The default value of the input (uncontrolled state)",
|
|
1735
|
+
"type": "string"
|
|
1736
|
+
},
|
|
1737
|
+
"a-input-tag/placeholder": {
|
|
1738
|
+
"description": "Placeholder",
|
|
1739
|
+
"type": "string"
|
|
1740
|
+
},
|
|
1741
|
+
"a-input-tag/disabled": {
|
|
1742
|
+
"description": "Whether to disable",
|
|
1743
|
+
"type": "boolean"
|
|
1744
|
+
},
|
|
1745
|
+
"a-input-tag/error": {
|
|
1746
|
+
"description": "Whether it is an error state",
|
|
1747
|
+
"type": "boolean"
|
|
1748
|
+
},
|
|
1749
|
+
"a-input-tag/readonly": {
|
|
1750
|
+
"description": "Whether it is read-only mode",
|
|
1751
|
+
"type": "boolean"
|
|
1752
|
+
},
|
|
1753
|
+
"a-input-tag/allow-clear": {
|
|
1754
|
+
"description": "Whether to allow clear",
|
|
1755
|
+
"type": "boolean"
|
|
1756
|
+
},
|
|
1757
|
+
"a-input-tag/size": {
|
|
1758
|
+
"description": "The size of the input"
|
|
1759
|
+
},
|
|
1760
|
+
"a-input-tag/max-tag-count": {
|
|
1761
|
+
"description": "The maximum number of tags displayed, `0` means unlimited",
|
|
1762
|
+
"type": "number"
|
|
1763
|
+
},
|
|
1764
|
+
"a-input-tag/retain-input-value": {
|
|
1765
|
+
"description": "Whether to keep the content of the input box"
|
|
1766
|
+
},
|
|
1767
|
+
"a-input-tag/format-tag": {
|
|
1768
|
+
"description": "Format tag content"
|
|
1769
|
+
},
|
|
1770
|
+
"a-input-tag/unique-value": {
|
|
1771
|
+
"description": "Whether to create only unique values",
|
|
1772
|
+
"type": "boolean"
|
|
1773
|
+
},
|
|
1774
|
+
"a-input-tag/field-names": {
|
|
1775
|
+
"description": "Customize fields in `TagData`"
|
|
1776
|
+
},
|
|
1777
|
+
"a-input-tag/tag-nowrap": {
|
|
1778
|
+
"description": "Tag content does not wrap",
|
|
1779
|
+
"type": "boolean"
|
|
1780
|
+
},
|
|
1624
1781
|
"a-input-number/change": {
|
|
1625
1782
|
"description": "Triggered when the value changes"
|
|
1626
1783
|
},
|
|
@@ -1704,9 +1861,88 @@
|
|
|
1704
1861
|
"description": "Readonly",
|
|
1705
1862
|
"type": "boolean"
|
|
1706
1863
|
},
|
|
1707
|
-
"a-input-number/input-attrs": {
|
|
1708
|
-
"description": "Attributes of inner input elements",
|
|
1709
|
-
"type": "object"
|
|
1864
|
+
"a-input-number/input-attrs": {
|
|
1865
|
+
"description": "Attributes of inner input elements",
|
|
1866
|
+
"type": "object"
|
|
1867
|
+
},
|
|
1868
|
+
"a-row/gutter": {
|
|
1869
|
+
"description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
|
|
1870
|
+
},
|
|
1871
|
+
"a-row/justify": {
|
|
1872
|
+
"description": "Horizontal alignment (`justify-content`)",
|
|
1873
|
+
"type": "string"
|
|
1874
|
+
},
|
|
1875
|
+
"a-row/align": {
|
|
1876
|
+
"description": "Vertical alignment (`align-items`)",
|
|
1877
|
+
"type": "string"
|
|
1878
|
+
},
|
|
1879
|
+
"a-row/div": {
|
|
1880
|
+
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1881
|
+
"type": "boolean"
|
|
1882
|
+
},
|
|
1883
|
+
"a-row/wrap": {
|
|
1884
|
+
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1885
|
+
"type": "boolean"
|
|
1886
|
+
},
|
|
1887
|
+
"a-col/span": {
|
|
1888
|
+
"description": "Number of grid space",
|
|
1889
|
+
"type": "number"
|
|
1890
|
+
},
|
|
1891
|
+
"a-col/offset": {
|
|
1892
|
+
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
1893
|
+
"type": "number"
|
|
1894
|
+
},
|
|
1895
|
+
"a-col/order": {
|
|
1896
|
+
"description": "Sort elements",
|
|
1897
|
+
"type": "number"
|
|
1898
|
+
},
|
|
1899
|
+
"a-col/xs": {
|
|
1900
|
+
"description": "<576px responsive grid"
|
|
1901
|
+
},
|
|
1902
|
+
"a-col/sm": {
|
|
1903
|
+
"description": ">= 576px responsive grid"
|
|
1904
|
+
},
|
|
1905
|
+
"a-col/md": {
|
|
1906
|
+
"description": ">= 768px responsive grid"
|
|
1907
|
+
},
|
|
1908
|
+
"a-col/lg": {
|
|
1909
|
+
"description": ">= 992px responsive grid"
|
|
1910
|
+
},
|
|
1911
|
+
"a-col/xl": {
|
|
1912
|
+
"description": ">= 1200px responsive grid"
|
|
1913
|
+
},
|
|
1914
|
+
"a-col/xxl": {
|
|
1915
|
+
"description": ">= 1600px responsive grid"
|
|
1916
|
+
},
|
|
1917
|
+
"a-col/flex": {
|
|
1918
|
+
"description": "Set flex layout properties"
|
|
1919
|
+
},
|
|
1920
|
+
"a-grid/cols": {
|
|
1921
|
+
"description": "Number of columns displayed in each row"
|
|
1922
|
+
},
|
|
1923
|
+
"a-grid/row-gap": {
|
|
1924
|
+
"description": "The space in row-to-row"
|
|
1925
|
+
},
|
|
1926
|
+
"a-grid/col-gap": {
|
|
1927
|
+
"description": "The space in column-to-column"
|
|
1928
|
+
},
|
|
1929
|
+
"a-grid/collapsed": {
|
|
1930
|
+
"description": "Whether to collapsed",
|
|
1931
|
+
"type": "boolean"
|
|
1932
|
+
},
|
|
1933
|
+
"a-grid/collapsed-rows": {
|
|
1934
|
+
"description": "Number of rows displayed when collapsed",
|
|
1935
|
+
"type": "number"
|
|
1936
|
+
},
|
|
1937
|
+
"a-grid-item/span": {
|
|
1938
|
+
"description": "Number of grids spanned"
|
|
1939
|
+
},
|
|
1940
|
+
"a-grid-item/offset": {
|
|
1941
|
+
"description": "Number of grids on the left"
|
|
1942
|
+
},
|
|
1943
|
+
"a-grid-item/suffix": {
|
|
1944
|
+
"description": "Is it a suffix element",
|
|
1945
|
+
"type": "boolean"
|
|
1710
1946
|
},
|
|
1711
1947
|
"a-input/input": {
|
|
1712
1948
|
"description": "Triggered when the user enters"
|
|
@@ -1822,163 +2058,6 @@
|
|
|
1822
2058
|
"a-input-search/button-props": {
|
|
1823
2059
|
"description": "Button props"
|
|
1824
2060
|
},
|
|
1825
|
-
"a-form/submit": {
|
|
1826
|
-
"description": "Triggered when the form is submitted"
|
|
1827
|
-
},
|
|
1828
|
-
"a-form/submit-success": {
|
|
1829
|
-
"description": "Triggered when verification is successful"
|
|
1830
|
-
},
|
|
1831
|
-
"a-form/submit-failed": {
|
|
1832
|
-
"description": "Triggered when verification failed"
|
|
1833
|
-
},
|
|
1834
|
-
"a-form/model": {
|
|
1835
|
-
"description": "Form data object",
|
|
1836
|
-
"type": "object"
|
|
1837
|
-
},
|
|
1838
|
-
"a-form/layout": {
|
|
1839
|
-
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
1840
|
-
},
|
|
1841
|
-
"a-form/size": {
|
|
1842
|
-
"description": "The size of the form"
|
|
1843
|
-
},
|
|
1844
|
-
"a-form/label-col-props": {
|
|
1845
|
-
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1846
|
-
"type": "object"
|
|
1847
|
-
},
|
|
1848
|
-
"a-form/wrapper-col-props": {
|
|
1849
|
-
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1850
|
-
"type": "object"
|
|
1851
|
-
},
|
|
1852
|
-
"a-form/label-align": {
|
|
1853
|
-
"description": "Alignment direction of the label"
|
|
1854
|
-
},
|
|
1855
|
-
"a-form/disabled": {
|
|
1856
|
-
"description": "Whether to disable the form",
|
|
1857
|
-
"type": "boolean"
|
|
1858
|
-
},
|
|
1859
|
-
"a-form/rules": {
|
|
1860
|
-
"description": "Form item validation rules"
|
|
1861
|
-
},
|
|
1862
|
-
"a-form/auto-label-width": {
|
|
1863
|
-
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1864
|
-
"type": "boolean"
|
|
1865
|
-
},
|
|
1866
|
-
"a-form/id": {
|
|
1867
|
-
"description": "Form `id` attribute and form control `id` prefix",
|
|
1868
|
-
"type": "string"
|
|
1869
|
-
},
|
|
1870
|
-
"a-form/scroll-to-first-error": {
|
|
1871
|
-
"description": "Scroll to the first error field after verification fails",
|
|
1872
|
-
"type": "boolean"
|
|
1873
|
-
},
|
|
1874
|
-
"a-form-item/field": {
|
|
1875
|
-
"description": "The path of the form element in the data object (required for the data item)",
|
|
1876
|
-
"type": "string"
|
|
1877
|
-
},
|
|
1878
|
-
"a-form-item/label": {
|
|
1879
|
-
"description": "Label text",
|
|
1880
|
-
"type": "string"
|
|
1881
|
-
},
|
|
1882
|
-
"a-form-item/tooltip": {
|
|
1883
|
-
"description": "Tooltip text",
|
|
1884
|
-
"type": "string"
|
|
1885
|
-
},
|
|
1886
|
-
"a-form-item/show-colon": {
|
|
1887
|
-
"description": "Whether to show a colon",
|
|
1888
|
-
"type": "boolean"
|
|
1889
|
-
},
|
|
1890
|
-
"a-form-item/no-style": {
|
|
1891
|
-
"description": "Whether to remove the style",
|
|
1892
|
-
"type": "boolean"
|
|
1893
|
-
},
|
|
1894
|
-
"a-form-item/disabled": {
|
|
1895
|
-
"description": "Whether to disable",
|
|
1896
|
-
"type": "boolean"
|
|
1897
|
-
},
|
|
1898
|
-
"a-form-item/help": {
|
|
1899
|
-
"description": "Help copywriting",
|
|
1900
|
-
"type": "string"
|
|
1901
|
-
},
|
|
1902
|
-
"a-form-item/extra": {
|
|
1903
|
-
"description": "Additional display copy",
|
|
1904
|
-
"type": "string"
|
|
1905
|
-
},
|
|
1906
|
-
"a-form-item/required": {
|
|
1907
|
-
"description": "Is it required",
|
|
1908
|
-
"type": "boolean"
|
|
1909
|
-
},
|
|
1910
|
-
"a-form-item/asterisk-position": {
|
|
1911
|
-
"description": "Optionally place an asterisk before/after the label",
|
|
1912
|
-
"type": "string"
|
|
1913
|
-
},
|
|
1914
|
-
"a-form-item/rules": {
|
|
1915
|
-
"description": "Form item validation rules (The priority is higher than the rules of form)"
|
|
1916
|
-
},
|
|
1917
|
-
"a-form-item/validate-status": {
|
|
1918
|
-
"description": "Validate status"
|
|
1919
|
-
},
|
|
1920
|
-
"a-form-item/validate-trigger": {
|
|
1921
|
-
"description": "The event that triggers the verification"
|
|
1922
|
-
},
|
|
1923
|
-
"a-form-item/label-col-props": {
|
|
1924
|
-
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1925
|
-
"type": "object"
|
|
1926
|
-
},
|
|
1927
|
-
"a-form-item/wrapper-col-props": {
|
|
1928
|
-
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1929
|
-
"type": "object"
|
|
1930
|
-
},
|
|
1931
|
-
"a-form-item/hide-label": {
|
|
1932
|
-
"description": "Whether to hide the label",
|
|
1933
|
-
"type": "boolean"
|
|
1934
|
-
},
|
|
1935
|
-
"a-form-item/hide-asterisk": {
|
|
1936
|
-
"description": "Whether to hide the asterisk",
|
|
1937
|
-
"type": "boolean"
|
|
1938
|
-
},
|
|
1939
|
-
"a-form-item/label-col-style": {
|
|
1940
|
-
"description": "The style of the label element layout component",
|
|
1941
|
-
"type": "object"
|
|
1942
|
-
},
|
|
1943
|
-
"a-form-item/wrapper-col-style": {
|
|
1944
|
-
"description": "The style of the form control layout component",
|
|
1945
|
-
"type": "object"
|
|
1946
|
-
},
|
|
1947
|
-
"a-form-item/row-props": {
|
|
1948
|
-
"description": "Form item layout options. The parameters are the same as the `<row>` component",
|
|
1949
|
-
"type": "object"
|
|
1950
|
-
},
|
|
1951
|
-
"a-form-item/row-class": {
|
|
1952
|
-
"description": "The class of the form item layout component",
|
|
1953
|
-
"type": "string|array|object"
|
|
1954
|
-
},
|
|
1955
|
-
"a-form-item/content-class": {
|
|
1956
|
-
"description": "The class of the form control wrapping layer",
|
|
1957
|
-
"type": "string|array|object"
|
|
1958
|
-
},
|
|
1959
|
-
"a-form-item/content-flex": {
|
|
1960
|
-
"description": "Whether to enable flex layout in the content layer",
|
|
1961
|
-
"type": "boolean"
|
|
1962
|
-
},
|
|
1963
|
-
"a-form-item/merge-props": {
|
|
1964
|
-
"description": "(Repealed) Control the Props passed to the child element. The default includes disabled, error, size, events and additional attributes on FormItem. Version 2.18.0 deprecated"
|
|
1965
|
-
},
|
|
1966
|
-
"a-form-item/label-col-flex": {
|
|
1967
|
-
"description": "Set the flex property of the label `Col` component. When set, the flex property of the form `Col` component will be set to `auto`.",
|
|
1968
|
-
"type": "number|string"
|
|
1969
|
-
},
|
|
1970
|
-
"a-form-item/feedback": {
|
|
1971
|
-
"description": "Whether to show the feedback icon for the form control",
|
|
1972
|
-
"type": "boolean"
|
|
1973
|
-
},
|
|
1974
|
-
"a-form-item/label-component": {
|
|
1975
|
-
"description": "The element that the form item label renders",
|
|
1976
|
-
"type": "string"
|
|
1977
|
-
},
|
|
1978
|
-
"a-form-item/label-attrs": {
|
|
1979
|
-
"description": "Attributes of the form item element",
|
|
1980
|
-
"type": "object"
|
|
1981
|
-
},
|
|
1982
2061
|
"a-layout/has-sider": {
|
|
1983
2062
|
"description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
|
|
1984
2063
|
"type": "boolean"
|
|
@@ -2050,84 +2129,120 @@
|
|
|
2050
2129
|
"description": "Whether the link is disabled",
|
|
2051
2130
|
"type": "boolean"
|
|
2052
2131
|
},
|
|
2053
|
-
"a-
|
|
2132
|
+
"a-mention/change": {
|
|
2054
2133
|
"description": "Triggered when the value changes"
|
|
2055
2134
|
},
|
|
2056
|
-
"a-
|
|
2057
|
-
"description": "Trigger
|
|
2135
|
+
"a-mention/search": {
|
|
2136
|
+
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2058
2137
|
},
|
|
2059
|
-
"a-
|
|
2060
|
-
"description": "Triggered when the
|
|
2138
|
+
"a-mention/select": {
|
|
2139
|
+
"description": "Triggered when the drop-down option is selected"
|
|
2061
2140
|
},
|
|
2062
|
-
"a-
|
|
2063
|
-
"description": "Triggered when the
|
|
2141
|
+
"a-mention/clear": {
|
|
2142
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2064
2143
|
},
|
|
2065
|
-
"a-
|
|
2066
|
-
"description": "
|
|
2144
|
+
"a-mention/focus": {
|
|
2145
|
+
"description": "Emitted when the text box gets focus"
|
|
2067
2146
|
},
|
|
2068
|
-
"a-
|
|
2069
|
-
"description": "
|
|
2147
|
+
"a-mention/blur": {
|
|
2148
|
+
"description": "Emitted when the text box loses focus"
|
|
2070
2149
|
},
|
|
2071
|
-
"a-
|
|
2072
|
-
"description": "
|
|
2150
|
+
"a-mention/model-value": {
|
|
2151
|
+
"description": "Value",
|
|
2152
|
+
"type": "string"
|
|
2073
2153
|
},
|
|
2074
|
-
"a-
|
|
2075
|
-
"description": "
|
|
2154
|
+
"a-mention/default-value": {
|
|
2155
|
+
"description": "Default value (uncontrolled state)",
|
|
2156
|
+
"type": "string"
|
|
2076
2157
|
},
|
|
2077
|
-
"a-
|
|
2078
|
-
"description": "
|
|
2158
|
+
"a-mention/data": {
|
|
2159
|
+
"description": "Data for automatic completion"
|
|
2079
2160
|
},
|
|
2080
|
-
"a-
|
|
2081
|
-
"description": "
|
|
2082
|
-
"type": "string"
|
|
2161
|
+
"a-mention/prefix": {
|
|
2162
|
+
"description": "Keywords that trigger auto-completion"
|
|
2083
2163
|
},
|
|
2084
|
-
"a-
|
|
2085
|
-
"description": "
|
|
2164
|
+
"a-mention/split": {
|
|
2165
|
+
"description": "Before and after the selected item separator",
|
|
2086
2166
|
"type": "string"
|
|
2087
2167
|
},
|
|
2088
|
-
"a-
|
|
2089
|
-
"description": "
|
|
2168
|
+
"a-mention/type": {
|
|
2169
|
+
"description": "default input or textarea",
|
|
2090
2170
|
"type": "string"
|
|
2091
2171
|
},
|
|
2092
|
-
"a-
|
|
2172
|
+
"a-mention/disabled": {
|
|
2093
2173
|
"description": "Whether to disable",
|
|
2094
2174
|
"type": "boolean"
|
|
2095
2175
|
},
|
|
2096
|
-
"a-
|
|
2097
|
-
"description": "Whether
|
|
2176
|
+
"a-mention/allow-clear": {
|
|
2177
|
+
"description": "Whether to allow the input to be cleared",
|
|
2098
2178
|
"type": "boolean"
|
|
2099
2179
|
},
|
|
2100
|
-
"a-
|
|
2101
|
-
"description": "
|
|
2180
|
+
"a-list/scroll": {
|
|
2181
|
+
"description": "Triggered when the list scrolls"
|
|
2182
|
+
},
|
|
2183
|
+
"a-list/reach-bottom": {
|
|
2184
|
+
"description": "Triggered when the list reaches the bottom"
|
|
2185
|
+
},
|
|
2186
|
+
"a-list/page-change": {
|
|
2187
|
+
"description": "Triggered when the table pagination changes"
|
|
2188
|
+
},
|
|
2189
|
+
"a-list/page-size-change": {
|
|
2190
|
+
"description": "Triggered when the number of data per page of the table changes"
|
|
2191
|
+
},
|
|
2192
|
+
"a-list/data": {
|
|
2193
|
+
"description": "List data, need to be used with `item` slot at the same time"
|
|
2194
|
+
},
|
|
2195
|
+
"a-list/size": {
|
|
2196
|
+
"description": "List size",
|
|
2197
|
+
"type": "string"
|
|
2198
|
+
},
|
|
2199
|
+
"a-list/bordered": {
|
|
2200
|
+
"description": "Whether to show the border",
|
|
2201
|
+
"type": "boolean"
|
|
2202
|
+
},
|
|
2203
|
+
"a-list/split": {
|
|
2204
|
+
"description": "Whether to show the dividing line",
|
|
2205
|
+
"type": "boolean"
|
|
2206
|
+
},
|
|
2207
|
+
"a-list/loading": {
|
|
2208
|
+
"description": "Whether it is loading state",
|
|
2209
|
+
"type": "boolean"
|
|
2210
|
+
},
|
|
2211
|
+
"a-list/hoverable": {
|
|
2212
|
+
"description": "Whether to display the selected style",
|
|
2102
2213
|
"type": "boolean"
|
|
2103
2214
|
},
|
|
2104
|
-
"a-
|
|
2105
|
-
"description": "
|
|
2106
|
-
|
|
2215
|
+
"a-list/pagination-props": {
|
|
2216
|
+
"description": "List pagination configuration"
|
|
2217
|
+
},
|
|
2218
|
+
"a-list/grid-props": {
|
|
2219
|
+
"description": "List grid configuration",
|
|
2220
|
+
"type": "object"
|
|
2107
2221
|
},
|
|
2108
|
-
"a-
|
|
2109
|
-
"description": "
|
|
2222
|
+
"a-list/max-height": {
|
|
2223
|
+
"description": "Maximum height of the list",
|
|
2224
|
+
"type": "string | number"
|
|
2110
2225
|
},
|
|
2111
|
-
"a-
|
|
2112
|
-
"description": "
|
|
2226
|
+
"a-list/bottom-offset": {
|
|
2227
|
+
"description": "Trigger the distance threshold to reach the bottom",
|
|
2113
2228
|
"type": "number"
|
|
2114
2229
|
},
|
|
2115
|
-
"a-
|
|
2116
|
-
"description": "
|
|
2230
|
+
"a-list/virtual-list-props": {
|
|
2231
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
2117
2232
|
},
|
|
2118
|
-
"a-
|
|
2119
|
-
"description": "
|
|
2233
|
+
"a-list/scrollbar": {
|
|
2234
|
+
"description": "Whether to enable virtual scroll bar"
|
|
2120
2235
|
},
|
|
2121
|
-
"a-
|
|
2122
|
-
"description": "
|
|
2123
|
-
"type": "boolean"
|
|
2236
|
+
"a-list-item/action-layout": {
|
|
2237
|
+
"description": "Operation group arrangement direction"
|
|
2124
2238
|
},
|
|
2125
|
-
"a-
|
|
2126
|
-
"description": "
|
|
2239
|
+
"a-list-item-meta/title": {
|
|
2240
|
+
"description": "Title",
|
|
2241
|
+
"type": "string"
|
|
2127
2242
|
},
|
|
2128
|
-
"a-
|
|
2129
|
-
"description": "
|
|
2130
|
-
"type": "
|
|
2243
|
+
"a-list-item-meta/description": {
|
|
2244
|
+
"description": "Description",
|
|
2245
|
+
"type": "string"
|
|
2131
2246
|
},
|
|
2132
2247
|
"a-menu/collapse": {
|
|
2133
2248
|
"description": "Triggered when the collapsed state changes"
|
|
@@ -2346,275 +2461,68 @@
|
|
|
2346
2461
|
"a-modal/before-ok": {
|
|
2347
2462
|
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2348
2463
|
},
|
|
2349
|
-
"a-modal/before-cancel": {
|
|
2350
|
-
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2351
|
-
},
|
|
2352
|
-
"a-modal/esc-to-close": {
|
|
2353
|
-
"description": "Whether to support the ESC key to close the dialog",
|
|
2354
|
-
"type": "boolean"
|
|
2355
|
-
},
|
|
2356
|
-
"a-modal/draggable": {
|
|
2357
|
-
"description": "Whether to support drag",
|
|
2358
|
-
"type": "boolean"
|
|
2359
|
-
},
|
|
2360
|
-
"a-modal/fullscreen": {
|
|
2361
|
-
"description": "Whether to enable full screen",
|
|
2362
|
-
"type": "boolean"
|
|
2363
|
-
},
|
|
2364
|
-
"a-modal/mask-animation-name": {
|
|
2365
|
-
"description": "Mask layer animation name",
|
|
2366
|
-
"type": "string"
|
|
2367
|
-
},
|
|
2368
|
-
"a-modal/modal-animation-name": {
|
|
2369
|
-
"description": "Modal animation name",
|
|
2370
|
-
"type": "string"
|
|
2371
|
-
},
|
|
2372
|
-
"a-modal/body-class": {
|
|
2373
|
-
"description": "The classname of the modal"
|
|
2374
|
-
},
|
|
2375
|
-
"a-modal/body-style": {
|
|
2376
|
-
"description": "Modal style"
|
|
2377
|
-
},
|
|
2378
|
-
"a-modal/hide-title": {
|
|
2379
|
-
"description": "Whether to hide the title",
|
|
2380
|
-
"type": "boolean"
|
|
2381
|
-
},
|
|
2382
|
-
"a-list/scroll": {
|
|
2383
|
-
"description": "Triggered when the list scrolls"
|
|
2384
|
-
},
|
|
2385
|
-
"a-list/reach-bottom": {
|
|
2386
|
-
"description": "Triggered when the list reaches the bottom"
|
|
2387
|
-
},
|
|
2388
|
-
"a-list/page-change": {
|
|
2389
|
-
"description": "Triggered when the table pagination changes"
|
|
2390
|
-
},
|
|
2391
|
-
"a-list/page-size-change": {
|
|
2392
|
-
"description": "Triggered when the number of data per page of the table changes"
|
|
2393
|
-
},
|
|
2394
|
-
"a-list/data": {
|
|
2395
|
-
"description": "List data, need to be used with `item` slot at the same time"
|
|
2396
|
-
},
|
|
2397
|
-
"a-list/size": {
|
|
2398
|
-
"description": "List size",
|
|
2399
|
-
"type": "string"
|
|
2400
|
-
},
|
|
2401
|
-
"a-list/bordered": {
|
|
2402
|
-
"description": "Whether to show the border",
|
|
2403
|
-
"type": "boolean"
|
|
2404
|
-
},
|
|
2405
|
-
"a-list/split": {
|
|
2406
|
-
"description": "Whether to show the dividing line",
|
|
2407
|
-
"type": "boolean"
|
|
2408
|
-
},
|
|
2409
|
-
"a-list/loading": {
|
|
2410
|
-
"description": "Whether it is loading state",
|
|
2411
|
-
"type": "boolean"
|
|
2412
|
-
},
|
|
2413
|
-
"a-list/hoverable": {
|
|
2414
|
-
"description": "Whether to display the selected style",
|
|
2415
|
-
"type": "boolean"
|
|
2416
|
-
},
|
|
2417
|
-
"a-list/pagination-props": {
|
|
2418
|
-
"description": "List pagination configuration"
|
|
2419
|
-
},
|
|
2420
|
-
"a-list/grid-props": {
|
|
2421
|
-
"description": "List grid configuration",
|
|
2422
|
-
"type": "object"
|
|
2423
|
-
},
|
|
2424
|
-
"a-list/max-height": {
|
|
2425
|
-
"description": "Maximum height of the list",
|
|
2426
|
-
"type": "string | number"
|
|
2427
|
-
},
|
|
2428
|
-
"a-list/bottom-offset": {
|
|
2429
|
-
"description": "Trigger the distance threshold to reach the bottom",
|
|
2430
|
-
"type": "number"
|
|
2431
|
-
},
|
|
2432
|
-
"a-list/virtual-list-props": {
|
|
2433
|
-
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
2434
|
-
},
|
|
2435
|
-
"a-list/scrollbar": {
|
|
2436
|
-
"description": "Whether to enable virtual scroll bar"
|
|
2437
|
-
},
|
|
2438
|
-
"a-list-item/action-layout": {
|
|
2439
|
-
"description": "Operation group arrangement direction"
|
|
2440
|
-
},
|
|
2441
|
-
"a-list-item-meta/title": {
|
|
2442
|
-
"description": "Title",
|
|
2443
|
-
"type": "string"
|
|
2444
|
-
},
|
|
2445
|
-
"a-list-item-meta/description": {
|
|
2446
|
-
"description": "Description",
|
|
2447
|
-
"type": "string"
|
|
2448
|
-
},
|
|
2449
|
-
"a-mention/change": {
|
|
2450
|
-
"description": "Triggered when the value changes"
|
|
2451
|
-
},
|
|
2452
|
-
"a-mention/search": {
|
|
2453
|
-
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2454
|
-
},
|
|
2455
|
-
"a-mention/select": {
|
|
2456
|
-
"description": "Triggered when the drop-down option is selected"
|
|
2457
|
-
},
|
|
2458
|
-
"a-mention/clear": {
|
|
2459
|
-
"description": "Triggered when the user clicks the clear button"
|
|
2460
|
-
},
|
|
2461
|
-
"a-mention/focus": {
|
|
2462
|
-
"description": "Emitted when the text box gets focus"
|
|
2463
|
-
},
|
|
2464
|
-
"a-mention/blur": {
|
|
2465
|
-
"description": "Emitted when the text box loses focus"
|
|
2466
|
-
},
|
|
2467
|
-
"a-mention/model-value": {
|
|
2468
|
-
"description": "Value",
|
|
2469
|
-
"type": "string"
|
|
2470
|
-
},
|
|
2471
|
-
"a-mention/default-value": {
|
|
2472
|
-
"description": "Default value (uncontrolled state)",
|
|
2473
|
-
"type": "string"
|
|
2474
|
-
},
|
|
2475
|
-
"a-mention/data": {
|
|
2476
|
-
"description": "Data for automatic completion"
|
|
2477
|
-
},
|
|
2478
|
-
"a-mention/prefix": {
|
|
2479
|
-
"description": "Keywords that trigger auto-completion"
|
|
2480
|
-
},
|
|
2481
|
-
"a-mention/split": {
|
|
2482
|
-
"description": "Before and after the selected item separator",
|
|
2483
|
-
"type": "string"
|
|
2484
|
-
},
|
|
2485
|
-
"a-mention/type": {
|
|
2486
|
-
"description": "default input or textarea",
|
|
2487
|
-
"type": "string"
|
|
2488
|
-
},
|
|
2489
|
-
"a-mention/disabled": {
|
|
2490
|
-
"description": "Whether to disable",
|
|
2491
|
-
"type": "boolean"
|
|
2492
|
-
},
|
|
2493
|
-
"a-mention/allow-clear": {
|
|
2494
|
-
"description": "Whether to allow the input to be cleared",
|
|
2495
|
-
"type": "boolean"
|
|
2496
|
-
},
|
|
2497
|
-
"a-page-header/back": {
|
|
2498
|
-
"description": "Emitted when the back button is clicked"
|
|
2499
|
-
},
|
|
2500
|
-
"a-page-header/title": {
|
|
2501
|
-
"description": "Main title",
|
|
2502
|
-
"type": "string"
|
|
2503
|
-
},
|
|
2504
|
-
"a-page-header/subtitle": {
|
|
2505
|
-
"description": "Subtitle",
|
|
2506
|
-
"type": "string"
|
|
2507
|
-
},
|
|
2508
|
-
"a-page-header/show-back": {
|
|
2509
|
-
"description": "Whether to show the back button",
|
|
2510
|
-
"type": "boolean"
|
|
2511
|
-
},
|
|
2512
|
-
"a-progress/type": {
|
|
2513
|
-
"description": "The type of progress bar"
|
|
2514
|
-
},
|
|
2515
|
-
"a-progress/size": {
|
|
2516
|
-
"description": "The size of the progress bar"
|
|
2517
|
-
},
|
|
2518
|
-
"a-progress/percent": {
|
|
2519
|
-
"description": "The current percentage of the progress bar",
|
|
2520
|
-
"type": "number"
|
|
2521
|
-
},
|
|
2522
|
-
"a-progress/steps": {
|
|
2523
|
-
"description": "Turn on the step bar mode and set the number of steps",
|
|
2524
|
-
"type": "number"
|
|
2525
|
-
},
|
|
2526
|
-
"a-progress/animation": {
|
|
2527
|
-
"description": "Whether to turn on the transition animation",
|
|
2528
|
-
"type": "boolean"
|
|
2529
|
-
},
|
|
2530
|
-
"a-progress/stroke-width": {
|
|
2531
|
-
"description": "The line width of the progress bar",
|
|
2532
|
-
"type": "number"
|
|
2533
|
-
},
|
|
2534
|
-
"a-progress/width": {
|
|
2535
|
-
"description": "The width of the progress bar",
|
|
2536
|
-
"type": "number|string"
|
|
2537
|
-
},
|
|
2538
|
-
"a-progress/color": {
|
|
2539
|
-
"description": "The color of the progress bar",
|
|
2540
|
-
"type": "string|object"
|
|
2541
|
-
},
|
|
2542
|
-
"a-progress/track-color": {
|
|
2543
|
-
"description": "The color of the progress track",
|
|
2544
|
-
"type": "string"
|
|
2545
|
-
},
|
|
2546
|
-
"a-progress/show-text": {
|
|
2547
|
-
"description": "Whether to display text",
|
|
2548
|
-
"type": "boolean"
|
|
2549
|
-
},
|
|
2550
|
-
"a-progress/status": {
|
|
2551
|
-
"description": "Progress bar status"
|
|
2552
|
-
},
|
|
2553
|
-
"a-popconfirm/popup-visible-change": {
|
|
2554
|
-
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2555
|
-
},
|
|
2556
|
-
"a-popconfirm/ok": {
|
|
2557
|
-
"description": "Triggered when the confirm button is clicked"
|
|
2558
|
-
},
|
|
2559
|
-
"a-popconfirm/cancel": {
|
|
2560
|
-
"description": "Triggered when the cancel button is clicked"
|
|
2561
|
-
},
|
|
2562
|
-
"a-popconfirm/content": {
|
|
2563
|
-
"description": "Content",
|
|
2564
|
-
"type": "string"
|
|
2565
|
-
},
|
|
2566
|
-
"a-popconfirm/position": {
|
|
2567
|
-
"description": "Popup position"
|
|
2464
|
+
"a-modal/before-cancel": {
|
|
2465
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2568
2466
|
},
|
|
2569
|
-
"a-
|
|
2570
|
-
"description": "Whether the
|
|
2467
|
+
"a-modal/esc-to-close": {
|
|
2468
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
2571
2469
|
"type": "boolean"
|
|
2572
2470
|
},
|
|
2573
|
-
"a-
|
|
2574
|
-
"description": "Whether
|
|
2471
|
+
"a-modal/draggable": {
|
|
2472
|
+
"description": "Whether to support drag",
|
|
2575
2473
|
"type": "boolean"
|
|
2576
2474
|
},
|
|
2577
|
-
"a-
|
|
2578
|
-
"description": "
|
|
2475
|
+
"a-modal/fullscreen": {
|
|
2476
|
+
"description": "Whether to enable full screen",
|
|
2477
|
+
"type": "boolean"
|
|
2579
2478
|
},
|
|
2580
|
-
"a-
|
|
2581
|
-
"description": "
|
|
2479
|
+
"a-modal/mask-animation-name": {
|
|
2480
|
+
"description": "Mask layer animation name",
|
|
2582
2481
|
"type": "string"
|
|
2583
2482
|
},
|
|
2584
|
-
"a-
|
|
2585
|
-
"description": "
|
|
2483
|
+
"a-modal/modal-animation-name": {
|
|
2484
|
+
"description": "Modal animation name",
|
|
2586
2485
|
"type": "string"
|
|
2587
2486
|
},
|
|
2588
|
-
"a-
|
|
2589
|
-
"description": "
|
|
2590
|
-
"type": "boolean"
|
|
2487
|
+
"a-modal/body-class": {
|
|
2488
|
+
"description": "The classname of the modal"
|
|
2591
2489
|
},
|
|
2592
|
-
"a-
|
|
2593
|
-
"description": "
|
|
2490
|
+
"a-modal/body-style": {
|
|
2491
|
+
"description": "Modal style"
|
|
2594
2492
|
},
|
|
2595
|
-
"a-
|
|
2596
|
-
"description": "
|
|
2493
|
+
"a-modal/hide-title": {
|
|
2494
|
+
"description": "Whether to hide the title",
|
|
2495
|
+
"type": "boolean"
|
|
2597
2496
|
},
|
|
2598
|
-
"a-
|
|
2599
|
-
"description": "
|
|
2497
|
+
"a-overflow-list/change": {
|
|
2498
|
+
"description": "Triggered when the overflow quantity changes"
|
|
2600
2499
|
},
|
|
2601
|
-
"a-
|
|
2602
|
-
"description": "
|
|
2500
|
+
"a-overflow-list/min": {
|
|
2501
|
+
"description": "Minimum number of elements to display",
|
|
2502
|
+
"type": "number"
|
|
2603
2503
|
},
|
|
2604
|
-
"a-
|
|
2605
|
-
"description": "
|
|
2504
|
+
"a-overflow-list/margin": {
|
|
2505
|
+
"description": "Item Margin",
|
|
2506
|
+
"type": "number"
|
|
2606
2507
|
},
|
|
2607
|
-
"a-
|
|
2608
|
-
"description": "
|
|
2508
|
+
"a-overflow-list/from": {
|
|
2509
|
+
"description": "Overflow From",
|
|
2510
|
+
"type": "string"
|
|
2609
2511
|
},
|
|
2610
|
-
"a-
|
|
2611
|
-
"description": "
|
|
2512
|
+
"a-page-header/back": {
|
|
2513
|
+
"description": "Emitted when the back button is clicked"
|
|
2612
2514
|
},
|
|
2613
|
-
"a-
|
|
2614
|
-
"description": "
|
|
2515
|
+
"a-page-header/title": {
|
|
2516
|
+
"description": "Main title",
|
|
2517
|
+
"type": "string"
|
|
2615
2518
|
},
|
|
2616
|
-
"a-
|
|
2617
|
-
"description": "
|
|
2519
|
+
"a-page-header/subtitle": {
|
|
2520
|
+
"description": "Subtitle",
|
|
2521
|
+
"type": "string"
|
|
2522
|
+
},
|
|
2523
|
+
"a-page-header/show-back": {
|
|
2524
|
+
"description": "Whether to show the back button",
|
|
2525
|
+
"type": "boolean"
|
|
2618
2526
|
},
|
|
2619
2527
|
"a-pagination/change": {
|
|
2620
2528
|
"description": "Triggered when page number changes"
|
|
@@ -2697,6 +2605,72 @@
|
|
|
2697
2605
|
"description": "Whether to adjust the page number when changing the number of data",
|
|
2698
2606
|
"type": "boolean"
|
|
2699
2607
|
},
|
|
2608
|
+
"a-popconfirm/popup-visible-change": {
|
|
2609
|
+
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2610
|
+
},
|
|
2611
|
+
"a-popconfirm/ok": {
|
|
2612
|
+
"description": "Triggered when the confirm button is clicked"
|
|
2613
|
+
},
|
|
2614
|
+
"a-popconfirm/cancel": {
|
|
2615
|
+
"description": "Triggered when the cancel button is clicked"
|
|
2616
|
+
},
|
|
2617
|
+
"a-popconfirm/content": {
|
|
2618
|
+
"description": "Content",
|
|
2619
|
+
"type": "string"
|
|
2620
|
+
},
|
|
2621
|
+
"a-popconfirm/position": {
|
|
2622
|
+
"description": "Popup position"
|
|
2623
|
+
},
|
|
2624
|
+
"a-popconfirm/popup-visible": {
|
|
2625
|
+
"description": "Whether the popconfirm is visible",
|
|
2626
|
+
"type": "boolean"
|
|
2627
|
+
},
|
|
2628
|
+
"a-popconfirm/default-popup-visible": {
|
|
2629
|
+
"description": "Whether the popconfirm is visible by default (uncontrolled mode)",
|
|
2630
|
+
"type": "boolean"
|
|
2631
|
+
},
|
|
2632
|
+
"a-popconfirm/type": {
|
|
2633
|
+
"description": "Types of the popconfirm"
|
|
2634
|
+
},
|
|
2635
|
+
"a-popconfirm/ok-text": {
|
|
2636
|
+
"description": "The content of the ok button",
|
|
2637
|
+
"type": "string"
|
|
2638
|
+
},
|
|
2639
|
+
"a-popconfirm/cancel-text": {
|
|
2640
|
+
"description": "The content of the cancel button",
|
|
2641
|
+
"type": "string"
|
|
2642
|
+
},
|
|
2643
|
+
"a-popconfirm/ok-loading": {
|
|
2644
|
+
"description": "Whether the ok button is in the loading state",
|
|
2645
|
+
"type": "boolean"
|
|
2646
|
+
},
|
|
2647
|
+
"a-popconfirm/ok-button-props": {
|
|
2648
|
+
"description": "Props of ok button"
|
|
2649
|
+
},
|
|
2650
|
+
"a-popconfirm/cancel-button-props": {
|
|
2651
|
+
"description": "Props of cancel button"
|
|
2652
|
+
},
|
|
2653
|
+
"a-popconfirm/content-class": {
|
|
2654
|
+
"description": "The class name of the popup content"
|
|
2655
|
+
},
|
|
2656
|
+
"a-popconfirm/content-style": {
|
|
2657
|
+
"description": "The style of the popup content"
|
|
2658
|
+
},
|
|
2659
|
+
"a-popconfirm/arrow-class": {
|
|
2660
|
+
"description": "The class name of the popup arrow"
|
|
2661
|
+
},
|
|
2662
|
+
"a-popconfirm/arrow-style": {
|
|
2663
|
+
"description": "The style of the popup arrow"
|
|
2664
|
+
},
|
|
2665
|
+
"a-popconfirm/popup-container": {
|
|
2666
|
+
"description": "Mount container for popup"
|
|
2667
|
+
},
|
|
2668
|
+
"a-popconfirm/before-ok": {
|
|
2669
|
+
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2670
|
+
},
|
|
2671
|
+
"a-popconfirm/before-cancel": {
|
|
2672
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2673
|
+
},
|
|
2700
2674
|
"a-popover/popup-visible-change": {
|
|
2701
2675
|
"description": "Triggered when the text bubble display status changes"
|
|
2702
2676
|
},
|
|
@@ -2737,46 +2711,46 @@
|
|
|
2737
2711
|
"a-popover/popup-container": {
|
|
2738
2712
|
"description": "Mount container for pop-up box"
|
|
2739
2713
|
},
|
|
2740
|
-
"a-
|
|
2741
|
-
"description": "
|
|
2742
|
-
},
|
|
2743
|
-
"a-rate/hover-change": {
|
|
2744
|
-
"description": "Triggered when the mouse moves over the value"
|
|
2714
|
+
"a-progress/type": {
|
|
2715
|
+
"description": "The type of progress bar"
|
|
2745
2716
|
},
|
|
2746
|
-
"a-
|
|
2747
|
-
"description": "
|
|
2748
|
-
"type": "number"
|
|
2717
|
+
"a-progress/size": {
|
|
2718
|
+
"description": "The size of the progress bar"
|
|
2749
2719
|
},
|
|
2750
|
-
"a-
|
|
2751
|
-
"description": "
|
|
2720
|
+
"a-progress/percent": {
|
|
2721
|
+
"description": "The current percentage of the progress bar",
|
|
2752
2722
|
"type": "number"
|
|
2753
2723
|
},
|
|
2754
|
-
"a-
|
|
2755
|
-
"description": "
|
|
2724
|
+
"a-progress/steps": {
|
|
2725
|
+
"description": "Turn on the step bar mode and set the number of steps",
|
|
2756
2726
|
"type": "number"
|
|
2757
2727
|
},
|
|
2758
|
-
"a-
|
|
2759
|
-
"description": "Whether to
|
|
2728
|
+
"a-progress/animation": {
|
|
2729
|
+
"description": "Whether to turn on the transition animation",
|
|
2760
2730
|
"type": "boolean"
|
|
2761
2731
|
},
|
|
2762
|
-
"a-
|
|
2763
|
-
"description": "
|
|
2764
|
-
"type": "
|
|
2732
|
+
"a-progress/stroke-width": {
|
|
2733
|
+
"description": "The line width of the progress bar",
|
|
2734
|
+
"type": "number"
|
|
2765
2735
|
},
|
|
2766
|
-
"a-
|
|
2767
|
-
"description": "
|
|
2768
|
-
"type": "
|
|
2736
|
+
"a-progress/width": {
|
|
2737
|
+
"description": "The width of the progress bar",
|
|
2738
|
+
"type": "number|string"
|
|
2769
2739
|
},
|
|
2770
|
-
"a-
|
|
2771
|
-
"description": "
|
|
2772
|
-
"type": "
|
|
2740
|
+
"a-progress/color": {
|
|
2741
|
+
"description": "The color of the progress bar",
|
|
2742
|
+
"type": "string|object"
|
|
2773
2743
|
},
|
|
2774
|
-
"a-
|
|
2775
|
-
"description": "
|
|
2744
|
+
"a-progress/track-color": {
|
|
2745
|
+
"description": "The color of the progress track",
|
|
2746
|
+
"type": "string"
|
|
2747
|
+
},
|
|
2748
|
+
"a-progress/show-text": {
|
|
2749
|
+
"description": "Whether to display text",
|
|
2776
2750
|
"type": "boolean"
|
|
2777
2751
|
},
|
|
2778
|
-
"a-
|
|
2779
|
-
"description": "
|
|
2752
|
+
"a-progress/status": {
|
|
2753
|
+
"description": "Progress bar status"
|
|
2780
2754
|
},
|
|
2781
2755
|
"a-result/status": {
|
|
2782
2756
|
"description": "The status displayed on the result page"
|
|
@@ -2789,78 +2763,60 @@
|
|
|
2789
2763
|
"description": "Subtitle",
|
|
2790
2764
|
"type": "string"
|
|
2791
2765
|
},
|
|
2792
|
-
"a-
|
|
2793
|
-
"description": "
|
|
2794
|
-
},
|
|
2795
|
-
"a-radio/model-value": {
|
|
2796
|
-
"description": "Value",
|
|
2797
|
-
"type": "string | number | boolean"
|
|
2798
|
-
},
|
|
2799
|
-
"a-radio/default-checked": {
|
|
2800
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
2801
|
-
"type": "boolean"
|
|
2766
|
+
"a-scrollbar/scroll": {
|
|
2767
|
+
"description": "Triggered when scroll"
|
|
2802
2768
|
},
|
|
2803
|
-
"a-
|
|
2804
|
-
"description": "
|
|
2805
|
-
"type": "string
|
|
2769
|
+
"a-scrollbar/type": {
|
|
2770
|
+
"description": "Type",
|
|
2771
|
+
"type": "string"
|
|
2806
2772
|
},
|
|
2807
|
-
"a-
|
|
2808
|
-
"description": "
|
|
2773
|
+
"a-scrollbar/outer-class": {
|
|
2774
|
+
"description": "Outer class",
|
|
2775
|
+
"type": "string|object|array"
|
|
2809
2776
|
},
|
|
2810
|
-
"a-
|
|
2811
|
-
"description": "
|
|
2812
|
-
"type": "boolean"
|
|
2777
|
+
"a-scrollbar/outer-style": {
|
|
2778
|
+
"description": "Outer style"
|
|
2813
2779
|
},
|
|
2814
|
-
"a-
|
|
2780
|
+
"a-rate/change": {
|
|
2815
2781
|
"description": "Trigger when the value changes"
|
|
2816
2782
|
},
|
|
2817
|
-
"a-
|
|
2818
|
-
"description": "
|
|
2819
|
-
"type": "string | number | boolean"
|
|
2820
|
-
},
|
|
2821
|
-
"a-radio-group/default-value": {
|
|
2822
|
-
"description": "Default value (uncontrolled state)",
|
|
2823
|
-
"type": "string | number | boolean"
|
|
2824
|
-
},
|
|
2825
|
-
"a-radio-group/type": {
|
|
2826
|
-
"description": "Types of radio group"
|
|
2827
|
-
},
|
|
2828
|
-
"a-radio-group/size": {
|
|
2829
|
-
"description": "The size of the radio group"
|
|
2830
|
-
},
|
|
2831
|
-
"a-radio-group/options": {
|
|
2832
|
-
"description": "Options"
|
|
2833
|
-
},
|
|
2834
|
-
"a-radio-group/direction": {
|
|
2835
|
-
"description": "The direction of the radio group"
|
|
2836
|
-
},
|
|
2837
|
-
"a-radio-group/disabled": {
|
|
2838
|
-
"description": "Whether to disable",
|
|
2839
|
-
"type": "boolean"
|
|
2840
|
-
},
|
|
2841
|
-
"a-resize-box/moving-start": {
|
|
2842
|
-
"description": "Triggered when dragging starts"
|
|
2843
|
-
},
|
|
2844
|
-
"a-resize-box/moving": {
|
|
2845
|
-
"description": "Triggered when dragging"
|
|
2783
|
+
"a-rate/hover-change": {
|
|
2784
|
+
"description": "Triggered when the mouse moves over the value"
|
|
2846
2785
|
},
|
|
2847
|
-
"a-
|
|
2848
|
-
"description": "
|
|
2786
|
+
"a-rate/count": {
|
|
2787
|
+
"description": "Total number of rate",
|
|
2788
|
+
"type": "number"
|
|
2849
2789
|
},
|
|
2850
|
-
"a-
|
|
2851
|
-
"description": "
|
|
2790
|
+
"a-rate/model-value": {
|
|
2791
|
+
"description": "Value",
|
|
2852
2792
|
"type": "number"
|
|
2853
2793
|
},
|
|
2854
|
-
"a-
|
|
2855
|
-
"description": "
|
|
2794
|
+
"a-rate/default-value": {
|
|
2795
|
+
"description": "Default Value",
|
|
2856
2796
|
"type": "number"
|
|
2857
2797
|
},
|
|
2858
|
-
"a-
|
|
2859
|
-
"description": "
|
|
2860
|
-
"type": "
|
|
2798
|
+
"a-rate/allow-half": {
|
|
2799
|
+
"description": "Whether to allow half selection",
|
|
2800
|
+
"type": "boolean"
|
|
2861
2801
|
},
|
|
2862
|
-
"a-
|
|
2863
|
-
"description": "
|
|
2802
|
+
"a-rate/allow-clear": {
|
|
2803
|
+
"description": "Whether to allow clear",
|
|
2804
|
+
"type": "boolean"
|
|
2805
|
+
},
|
|
2806
|
+
"a-rate/grading": {
|
|
2807
|
+
"description": "Whether to enable smile grading",
|
|
2808
|
+
"type": "boolean"
|
|
2809
|
+
},
|
|
2810
|
+
"a-rate/readonly": {
|
|
2811
|
+
"description": "Whether it is readonly",
|
|
2812
|
+
"type": "boolean"
|
|
2813
|
+
},
|
|
2814
|
+
"a-rate/disabled": {
|
|
2815
|
+
"description": "Whether to disable",
|
|
2816
|
+
"type": "boolean"
|
|
2817
|
+
},
|
|
2818
|
+
"a-rate/color": {
|
|
2819
|
+
"description": "Color"
|
|
2864
2820
|
},
|
|
2865
2821
|
"a-select/change": {
|
|
2866
2822
|
"description": "Triggered when the value changes"
|
|
@@ -3043,19 +2999,55 @@
|
|
|
3043
2999
|
"description": "Title of option group",
|
|
3044
3000
|
"type": "string"
|
|
3045
3001
|
},
|
|
3046
|
-
"a-
|
|
3047
|
-
"description": "
|
|
3002
|
+
"a-skeleton/loading": {
|
|
3003
|
+
"description": "Whether to display the skeleton screen (loading state)",
|
|
3004
|
+
"type": "boolean"
|
|
3048
3005
|
},
|
|
3049
|
-
"a-
|
|
3050
|
-
"description": "
|
|
3006
|
+
"a-skeleton/animation": {
|
|
3007
|
+
"description": "Whether to enable skeleton screen animation",
|
|
3008
|
+
"type": "boolean"
|
|
3009
|
+
},
|
|
3010
|
+
"a-skeleton-line/rows": {
|
|
3011
|
+
"description": "Number of rows displayed",
|
|
3012
|
+
"type": "number"
|
|
3013
|
+
},
|
|
3014
|
+
"a-skeleton-line/widths": {
|
|
3015
|
+
"description": "The width of the line skeleton"
|
|
3016
|
+
},
|
|
3017
|
+
"a-skeleton-line/line-height": {
|
|
3018
|
+
"description": "Line height of the line skeleton",
|
|
3019
|
+
"type": "number"
|
|
3020
|
+
},
|
|
3021
|
+
"a-skeleton-line/line-spacing": {
|
|
3022
|
+
"description": "Line spacing of line skeleton",
|
|
3023
|
+
"type": "number"
|
|
3024
|
+
},
|
|
3025
|
+
"a-skeleton-shape/shape": {
|
|
3026
|
+
"description": "The shape of the shape skeleton",
|
|
3051
3027
|
"type": "string"
|
|
3052
3028
|
},
|
|
3053
|
-
"a-
|
|
3054
|
-
"description": "
|
|
3055
|
-
"type": "string
|
|
3029
|
+
"a-skeleton-shape/size": {
|
|
3030
|
+
"description": "The size of the shape skeleton",
|
|
3031
|
+
"type": "string"
|
|
3056
3032
|
},
|
|
3057
|
-
"a-
|
|
3058
|
-
"description": "
|
|
3033
|
+
"a-space/align": {
|
|
3034
|
+
"description": "Alignment",
|
|
3035
|
+
"type": "string"
|
|
3036
|
+
},
|
|
3037
|
+
"a-space/direction": {
|
|
3038
|
+
"description": "Spacing direction",
|
|
3039
|
+
"type": "string"
|
|
3040
|
+
},
|
|
3041
|
+
"a-space/size": {
|
|
3042
|
+
"description": "Spacing size, support for setting horizontal and vertical spacing separately"
|
|
3043
|
+
},
|
|
3044
|
+
"a-space/wrap": {
|
|
3045
|
+
"description": "The spacing of the wrapping type, used in the scene of wrapping.",
|
|
3046
|
+
"type": "boolean"
|
|
3047
|
+
},
|
|
3048
|
+
"a-space/fill": {
|
|
3049
|
+
"description": "fill the block",
|
|
3050
|
+
"type": "boolean"
|
|
3059
3051
|
},
|
|
3060
3052
|
"a-slider/change": {
|
|
3061
3053
|
"description": "Trigger when the value changes"
|
|
@@ -3104,25 +3096,50 @@
|
|
|
3104
3096
|
"description": "Whether to show tooltip",
|
|
3105
3097
|
"type": "boolean"
|
|
3106
3098
|
},
|
|
3107
|
-
"a-
|
|
3108
|
-
"description": "
|
|
3109
|
-
"type": "
|
|
3110
|
-
},
|
|
3111
|
-
"a-space/direction": {
|
|
3112
|
-
"description": "Spacing direction",
|
|
3113
|
-
"type": "string"
|
|
3099
|
+
"a-spin/size": {
|
|
3100
|
+
"description": "Size",
|
|
3101
|
+
"type": "number"
|
|
3114
3102
|
},
|
|
3115
|
-
"a-
|
|
3116
|
-
"description": "
|
|
3103
|
+
"a-spin/loading": {
|
|
3104
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3105
|
+
"type": "boolean"
|
|
3117
3106
|
},
|
|
3118
|
-
"a-
|
|
3119
|
-
"description": "
|
|
3107
|
+
"a-spin/dot": {
|
|
3108
|
+
"description": "Whether to use dot type animation",
|
|
3120
3109
|
"type": "boolean"
|
|
3121
3110
|
},
|
|
3122
|
-
"a-
|
|
3123
|
-
"description": "
|
|
3111
|
+
"a-spin/tip": {
|
|
3112
|
+
"description": "Prompt content",
|
|
3113
|
+
"type": "string"
|
|
3114
|
+
},
|
|
3115
|
+
"a-spin/hide-icon": {
|
|
3116
|
+
"description": "Whether to hide the icon",
|
|
3124
3117
|
"type": "boolean"
|
|
3125
3118
|
},
|
|
3119
|
+
"a-resize-box/moving-start": {
|
|
3120
|
+
"description": "Triggered when dragging starts"
|
|
3121
|
+
},
|
|
3122
|
+
"a-resize-box/moving": {
|
|
3123
|
+
"description": "Triggered when dragging"
|
|
3124
|
+
},
|
|
3125
|
+
"a-resize-box/moving-end": {
|
|
3126
|
+
"description": "Triggered when the drag ends"
|
|
3127
|
+
},
|
|
3128
|
+
"a-resize-box/width": {
|
|
3129
|
+
"description": "Width",
|
|
3130
|
+
"type": "number"
|
|
3131
|
+
},
|
|
3132
|
+
"a-resize-box/height": {
|
|
3133
|
+
"description": "Height",
|
|
3134
|
+
"type": "number"
|
|
3135
|
+
},
|
|
3136
|
+
"a-resize-box/component": {
|
|
3137
|
+
"description": "The html tag of the telescopic box",
|
|
3138
|
+
"type": "string"
|
|
3139
|
+
},
|
|
3140
|
+
"a-resize-box/directions": {
|
|
3141
|
+
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
3142
|
+
},
|
|
3126
3143
|
"a-split/move-start": {
|
|
3127
3144
|
"description": "Triggered before dragging"
|
|
3128
3145
|
},
|
|
@@ -3160,37 +3177,6 @@
|
|
|
3160
3177
|
"description": "Whether to disable",
|
|
3161
3178
|
"type": "boolean"
|
|
3162
3179
|
},
|
|
3163
|
-
"a-skeleton/loading": {
|
|
3164
|
-
"description": "Whether to display the skeleton screen (loading state)",
|
|
3165
|
-
"type": "boolean"
|
|
3166
|
-
},
|
|
3167
|
-
"a-skeleton/animation": {
|
|
3168
|
-
"description": "Whether to enable skeleton screen animation",
|
|
3169
|
-
"type": "boolean"
|
|
3170
|
-
},
|
|
3171
|
-
"a-skeleton-line/rows": {
|
|
3172
|
-
"description": "Number of rows displayed",
|
|
3173
|
-
"type": "number"
|
|
3174
|
-
},
|
|
3175
|
-
"a-skeleton-line/widths": {
|
|
3176
|
-
"description": "The width of the line skeleton"
|
|
3177
|
-
},
|
|
3178
|
-
"a-skeleton-line/line-height": {
|
|
3179
|
-
"description": "Line height of the line skeleton",
|
|
3180
|
-
"type": "number"
|
|
3181
|
-
},
|
|
3182
|
-
"a-skeleton-line/line-spacing": {
|
|
3183
|
-
"description": "Line spacing of line skeleton",
|
|
3184
|
-
"type": "number"
|
|
3185
|
-
},
|
|
3186
|
-
"a-skeleton-shape/shape": {
|
|
3187
|
-
"description": "The shape of the shape skeleton",
|
|
3188
|
-
"type": "string"
|
|
3189
|
-
},
|
|
3190
|
-
"a-skeleton-shape/size": {
|
|
3191
|
-
"description": "The size of the shape skeleton",
|
|
3192
|
-
"type": "string"
|
|
3193
|
-
},
|
|
3194
3180
|
"a-statistic/title": {
|
|
3195
3181
|
"description": "Title of the numerical display",
|
|
3196
3182
|
"type": "string"
|
|
@@ -3267,40 +3253,115 @@
|
|
|
3267
3253
|
"a-countdown/value-style": {
|
|
3268
3254
|
"description": "Custom value style"
|
|
3269
3255
|
},
|
|
3270
|
-
"a-
|
|
3271
|
-
"description": "Triggered when the
|
|
3256
|
+
"a-steps/change": {
|
|
3257
|
+
"description": "Triggered when the number of steps changes"
|
|
3272
3258
|
},
|
|
3273
|
-
"a-
|
|
3274
|
-
"description": "
|
|
3259
|
+
"a-steps/type": {
|
|
3260
|
+
"description": "The type of the steps"
|
|
3261
|
+
},
|
|
3262
|
+
"a-steps/direction": {
|
|
3263
|
+
"description": "The direction of the steps"
|
|
3264
|
+
},
|
|
3265
|
+
"a-steps/label-placement": {
|
|
3266
|
+
"description": "The location where the label description is placed."
|
|
3267
|
+
},
|
|
3268
|
+
"a-steps/current": {
|
|
3269
|
+
"description": "Number of current step",
|
|
3275
3270
|
"type": "number"
|
|
3276
3271
|
},
|
|
3277
|
-
"a-
|
|
3278
|
-
"description": "
|
|
3272
|
+
"a-steps/default-current": {
|
|
3273
|
+
"description": "The default number of step (uncontrolled state)",
|
|
3279
3274
|
"type": "number"
|
|
3280
3275
|
},
|
|
3281
|
-
"a-
|
|
3282
|
-
"description": "
|
|
3276
|
+
"a-steps/status": {
|
|
3277
|
+
"description": "The status of the current step"
|
|
3278
|
+
},
|
|
3279
|
+
"a-steps/line-less": {
|
|
3280
|
+
"description": "Whether to use the connectionless style",
|
|
3281
|
+
"type": "boolean"
|
|
3282
|
+
},
|
|
3283
|
+
"a-steps/small": {
|
|
3284
|
+
"description": "Whether to use a small step bar",
|
|
3285
|
+
"type": "boolean"
|
|
3286
|
+
},
|
|
3287
|
+
"a-steps/changeable": {
|
|
3288
|
+
"description": "Whether you can click to switch",
|
|
3289
|
+
"type": "boolean"
|
|
3290
|
+
},
|
|
3291
|
+
"a-step/title": {
|
|
3292
|
+
"description": "Title of the step",
|
|
3293
|
+
"type": "string"
|
|
3294
|
+
},
|
|
3295
|
+
"a-step/description": {
|
|
3296
|
+
"description": "Description of the step",
|
|
3297
|
+
"type": "string"
|
|
3298
|
+
},
|
|
3299
|
+
"a-step/status": {
|
|
3300
|
+
"description": "Status of the step"
|
|
3301
|
+
},
|
|
3302
|
+
"a-step/disabled": {
|
|
3303
|
+
"description": "Whether to disable",
|
|
3304
|
+
"type": "boolean"
|
|
3305
|
+
},
|
|
3306
|
+
"a-switch/change": {
|
|
3307
|
+
"description": "Trigger when the value changes"
|
|
3308
|
+
},
|
|
3309
|
+
"a-switch/focus": {
|
|
3310
|
+
"description": "Triggered when the component gets focus"
|
|
3311
|
+
},
|
|
3312
|
+
"a-switch/blur": {
|
|
3313
|
+
"description": "Fired when the component loses focus"
|
|
3314
|
+
},
|
|
3315
|
+
"a-switch/model-value": {
|
|
3316
|
+
"description": "Value",
|
|
3317
|
+
"type": "string|number|boolean"
|
|
3318
|
+
},
|
|
3319
|
+
"a-switch/default-checked": {
|
|
3320
|
+
"description": "Default selected state (uncontrolled state)",
|
|
3321
|
+
"type": "boolean"
|
|
3322
|
+
},
|
|
3323
|
+
"a-switch/disabled": {
|
|
3324
|
+
"description": "Whether to disable",
|
|
3325
|
+
"type": "boolean"
|
|
3326
|
+
},
|
|
3327
|
+
"a-switch/loading": {
|
|
3328
|
+
"description": "Whether it is loading state",
|
|
3329
|
+
"type": "boolean"
|
|
3330
|
+
},
|
|
3331
|
+
"a-switch/type": {
|
|
3332
|
+
"description": "Type of switch",
|
|
3333
|
+
"type": "string"
|
|
3334
|
+
},
|
|
3335
|
+
"a-switch/size": {
|
|
3336
|
+
"description": "Size of switch",
|
|
3283
3337
|
"type": "string"
|
|
3284
3338
|
},
|
|
3285
|
-
"a-
|
|
3286
|
-
"description": "
|
|
3287
|
-
"type": "number"
|
|
3339
|
+
"a-switch/checked-value": {
|
|
3340
|
+
"description": "Value when checked",
|
|
3341
|
+
"type": "string|number|boolean"
|
|
3288
3342
|
},
|
|
3289
|
-
"a-
|
|
3290
|
-
"description": "
|
|
3291
|
-
"type": "boolean"
|
|
3343
|
+
"a-switch/unchecked-value": {
|
|
3344
|
+
"description": "Value when unchecked",
|
|
3345
|
+
"type": "string|number|boolean"
|
|
3292
3346
|
},
|
|
3293
|
-
"a-
|
|
3294
|
-
"description": "
|
|
3295
|
-
"type": "
|
|
3347
|
+
"a-switch/checked-color": {
|
|
3348
|
+
"description": "The color of the switch when checked",
|
|
3349
|
+
"type": "string"
|
|
3296
3350
|
},
|
|
3297
|
-
"a-
|
|
3298
|
-
"description": "
|
|
3351
|
+
"a-switch/unchecked-color": {
|
|
3352
|
+
"description": "The color of the switch when unchecked",
|
|
3299
3353
|
"type": "string"
|
|
3300
3354
|
},
|
|
3301
|
-
"a-
|
|
3302
|
-
"description": "
|
|
3303
|
-
|
|
3355
|
+
"a-switch/before-change": {
|
|
3356
|
+
"description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
|
|
3357
|
+
},
|
|
3358
|
+
"a-switch/checked-text": {
|
|
3359
|
+
"description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
|
|
3360
|
+
"type": "string"
|
|
3361
|
+
},
|
|
3362
|
+
"a-switch/unchecked-text": {
|
|
3363
|
+
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3364
|
+
"type": "string"
|
|
3304
3365
|
},
|
|
3305
3366
|
"a-table/expand": {
|
|
3306
3367
|
"description": "Triggered when a row is clicked to expand"
|
|
@@ -3455,316 +3516,99 @@
|
|
|
3455
3516
|
"description": "The first column of text in the summary line",
|
|
3456
3517
|
"type": "string"
|
|
3457
3518
|
},
|
|
3458
|
-
"a-table/summary-span-method": {
|
|
3459
|
-
"description": "Cell Merge Method for Summarizing Rows"
|
|
3460
|
-
},
|
|
3461
|
-
"a-table/selected-keys": {
|
|
3462
|
-
"description": "Selected row (controlled mode) takes precedence over `rowSelection`"
|
|
3463
|
-
},
|
|
3464
|
-
"a-table/default-selected-keys": {
|
|
3465
|
-
"description": "The selected row by default (uncontrolled mode) takes precedence over `rowSelection`"
|
|
3466
|
-
},
|
|
3467
|
-
"a-table/expanded-keys": {
|
|
3468
|
-
"description": "Displayed Expanded Row, Subtree (Controlled Mode) takes precedence over `expandable`"
|
|
3469
|
-
},
|
|
3470
|
-
"a-table/default-expanded-keys": {
|
|
3471
|
-
"description": "Expand row, Subtree displayed by default (Uncontrolled mode) takes precedence over `expandable`"
|
|
3472
|
-
},
|
|
3473
|
-
"a-table/default-expand-all-rows": {
|
|
3474
|
-
"description": "Whether to expand all rows by default",
|
|
3475
|
-
"type": "boolean"
|
|
3476
|
-
},
|
|
3477
|
-
"a-table/sticky-header": {
|
|
3478
|
-
"description": "Whether to open the sticky header",
|
|
3479
|
-
"type": "boolean|number"
|
|
3480
|
-
},
|
|
3481
|
-
"a-table/scrollbar": {
|
|
3482
|
-
"description": "Whether to enable virtual scroll bar"
|
|
3483
|
-
},
|
|
3484
|
-
"a-table/show-empty-tree": {
|
|
3485
|
-
"description": "Whether to display empty subtrees",
|
|
3486
|
-
"type": "boolean"
|
|
3487
|
-
},
|
|
3488
|
-
"a-table-column/data-index": {
|
|
3489
|
-
"description": "Identifies the column information, corresponding to the data in TableData",
|
|
3490
|
-
"type": "string"
|
|
3491
|
-
},
|
|
3492
|
-
"a-table-column/title": {
|
|
3493
|
-
"description": "Column title",
|
|
3494
|
-
"type": "string"
|
|
3495
|
-
},
|
|
3496
|
-
"a-table-column/width": {
|
|
3497
|
-
"description": "Column width",
|
|
3498
|
-
"type": "number"
|
|
3499
|
-
},
|
|
3500
|
-
"a-table-column/min-width": {
|
|
3501
|
-
"description": "Minimum column width",
|
|
3502
|
-
"type": "number"
|
|
3503
|
-
},
|
|
3504
|
-
"a-table-column/align": {
|
|
3505
|
-
"description": "Alignment direction"
|
|
3506
|
-
},
|
|
3507
|
-
"a-table-column/fixed": {
|
|
3508
|
-
"description": "Fixed position"
|
|
3509
|
-
},
|
|
3510
|
-
"a-table-column/ellipsis": {
|
|
3511
|
-
"description": "Whether to display as omitted",
|
|
3512
|
-
"type": "boolean"
|
|
3513
|
-
},
|
|
3514
|
-
"a-table-column/sortable": {
|
|
3515
|
-
"description": "Sorting related options"
|
|
3516
|
-
},
|
|
3517
|
-
"a-table-column/filterable": {
|
|
3518
|
-
"description": "Filter related options"
|
|
3519
|
-
},
|
|
3520
|
-
"a-table-column/cell-class": {
|
|
3521
|
-
"description": "Custom cell class"
|
|
3522
|
-
},
|
|
3523
|
-
"a-table-column/header-cell-class": {
|
|
3524
|
-
"description": "Custom cell class"
|
|
3525
|
-
},
|
|
3526
|
-
"a-table-column/body-cell-class": {
|
|
3527
|
-
"description": "Custom cell class"
|
|
3528
|
-
},
|
|
3529
|
-
"a-table-column/summary-cell-class": {
|
|
3530
|
-
"description": "Customize summary column cell class"
|
|
3531
|
-
},
|
|
3532
|
-
"a-table-column/cell-style": {
|
|
3533
|
-
"description": "Custom cell style"
|
|
3534
|
-
},
|
|
3535
|
-
"a-table-column/header-cell-style": {
|
|
3536
|
-
"description": "Custom cell style"
|
|
3537
|
-
},
|
|
3538
|
-
"a-table-column/body-cell-style": {
|
|
3539
|
-
"description": "Custom cell style"
|
|
3540
|
-
},
|
|
3541
|
-
"a-table-column/summary-cell-style": {
|
|
3542
|
-
"description": "Customize summary column cell style"
|
|
3543
|
-
},
|
|
3544
|
-
"a-table-column/index": {
|
|
3545
|
-
"description": "index for manually specifying option. Manual specification is no longer required after version 2.26.0",
|
|
3546
|
-
"type": "number"
|
|
3547
|
-
},
|
|
3548
|
-
"a-table-column/tooltip": {
|
|
3549
|
-
"description": "Whether to show text hints when omitted",
|
|
3550
|
-
"type": "boolean|object"
|
|
3551
|
-
},
|
|
3552
|
-
"a-steps/change": {
|
|
3553
|
-
"description": "Triggered when the number of steps changes"
|
|
3554
|
-
},
|
|
3555
|
-
"a-steps/type": {
|
|
3556
|
-
"description": "The type of the steps"
|
|
3557
|
-
},
|
|
3558
|
-
"a-steps/direction": {
|
|
3559
|
-
"description": "The direction of the steps"
|
|
3560
|
-
},
|
|
3561
|
-
"a-steps/label-placement": {
|
|
3562
|
-
"description": "The location where the label description is placed."
|
|
3563
|
-
},
|
|
3564
|
-
"a-steps/current": {
|
|
3565
|
-
"description": "Number of current step",
|
|
3566
|
-
"type": "number"
|
|
3567
|
-
},
|
|
3568
|
-
"a-steps/default-current": {
|
|
3569
|
-
"description": "The default number of step (uncontrolled state)",
|
|
3570
|
-
"type": "number"
|
|
3571
|
-
},
|
|
3572
|
-
"a-steps/status": {
|
|
3573
|
-
"description": "The status of the current step"
|
|
3574
|
-
},
|
|
3575
|
-
"a-steps/line-less": {
|
|
3576
|
-
"description": "Whether to use the connectionless style",
|
|
3577
|
-
"type": "boolean"
|
|
3578
|
-
},
|
|
3579
|
-
"a-steps/small": {
|
|
3580
|
-
"description": "Whether to use a small step bar",
|
|
3581
|
-
"type": "boolean"
|
|
3582
|
-
},
|
|
3583
|
-
"a-steps/changeable": {
|
|
3584
|
-
"description": "Whether you can click to switch",
|
|
3585
|
-
"type": "boolean"
|
|
3586
|
-
},
|
|
3587
|
-
"a-step/title": {
|
|
3588
|
-
"description": "Title of the step",
|
|
3589
|
-
"type": "string"
|
|
3590
|
-
},
|
|
3591
|
-
"a-step/description": {
|
|
3592
|
-
"description": "Description of the step",
|
|
3593
|
-
"type": "string"
|
|
3594
|
-
},
|
|
3595
|
-
"a-step/status": {
|
|
3596
|
-
"description": "Status of the step"
|
|
3597
|
-
},
|
|
3598
|
-
"a-step/disabled": {
|
|
3599
|
-
"description": "Whether to disable",
|
|
3600
|
-
"type": "boolean"
|
|
3601
|
-
},
|
|
3602
|
-
"a-switch/change": {
|
|
3603
|
-
"description": "Trigger when the value changes"
|
|
3604
|
-
},
|
|
3605
|
-
"a-switch/focus": {
|
|
3606
|
-
"description": "Triggered when the component gets focus"
|
|
3607
|
-
},
|
|
3608
|
-
"a-switch/blur": {
|
|
3609
|
-
"description": "Fired when the component loses focus"
|
|
3610
|
-
},
|
|
3611
|
-
"a-switch/model-value": {
|
|
3612
|
-
"description": "Value",
|
|
3613
|
-
"type": "string|number|boolean"
|
|
3614
|
-
},
|
|
3615
|
-
"a-switch/default-checked": {
|
|
3616
|
-
"description": "Default selected state (uncontrolled state)",
|
|
3617
|
-
"type": "boolean"
|
|
3618
|
-
},
|
|
3619
|
-
"a-switch/disabled": {
|
|
3620
|
-
"description": "Whether to disable",
|
|
3621
|
-
"type": "boolean"
|
|
3622
|
-
},
|
|
3623
|
-
"a-switch/loading": {
|
|
3624
|
-
"description": "Whether it is loading state",
|
|
3625
|
-
"type": "boolean"
|
|
3626
|
-
},
|
|
3627
|
-
"a-switch/type": {
|
|
3628
|
-
"description": "Type of switch",
|
|
3629
|
-
"type": "string"
|
|
3630
|
-
},
|
|
3631
|
-
"a-switch/size": {
|
|
3632
|
-
"description": "Size of switch",
|
|
3633
|
-
"type": "string"
|
|
3634
|
-
},
|
|
3635
|
-
"a-switch/checked-value": {
|
|
3636
|
-
"description": "Value when checked",
|
|
3637
|
-
"type": "string|number|boolean"
|
|
3638
|
-
},
|
|
3639
|
-
"a-switch/unchecked-value": {
|
|
3640
|
-
"description": "Value when unchecked",
|
|
3641
|
-
"type": "string|number|boolean"
|
|
3642
|
-
},
|
|
3643
|
-
"a-switch/checked-color": {
|
|
3644
|
-
"description": "The color of the switch when checked",
|
|
3645
|
-
"type": "string"
|
|
3646
|
-
},
|
|
3647
|
-
"a-switch/unchecked-color": {
|
|
3648
|
-
"description": "The color of the switch when unchecked",
|
|
3649
|
-
"type": "string"
|
|
3650
|
-
},
|
|
3651
|
-
"a-switch/before-change": {
|
|
3652
|
-
"description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
|
|
3653
|
-
},
|
|
3654
|
-
"a-switch/checked-text": {
|
|
3655
|
-
"description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
|
|
3656
|
-
"type": "string"
|
|
3657
|
-
},
|
|
3658
|
-
"a-switch/unchecked-text": {
|
|
3659
|
-
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3660
|
-
"type": "string"
|
|
3661
|
-
},
|
|
3662
|
-
"a-tag/close": {
|
|
3663
|
-
"description": "Emitted when the close button is clicked"
|
|
3664
|
-
},
|
|
3665
|
-
"a-tag/check": {
|
|
3666
|
-
"description": "Emitted when the user check (emit only in the checkable mode)"
|
|
3667
|
-
},
|
|
3668
|
-
"a-tag/color": {
|
|
3669
|
-
"description": "Label color"
|
|
3670
|
-
},
|
|
3671
|
-
"a-tag/size": {
|
|
3672
|
-
"description": "Label size",
|
|
3673
|
-
"type": "string"
|
|
3674
|
-
},
|
|
3675
|
-
"a-tag/bordered": {
|
|
3676
|
-
"description": "Whether the tag is bordered",
|
|
3677
|
-
"type": "boolean"
|
|
3519
|
+
"a-table/summary-span-method": {
|
|
3520
|
+
"description": "Cell Merge Method for Summarizing Rows"
|
|
3678
3521
|
},
|
|
3679
|
-
"a-
|
|
3680
|
-
"description": "
|
|
3681
|
-
"type": "boolean"
|
|
3522
|
+
"a-table/selected-keys": {
|
|
3523
|
+
"description": "Selected row (controlled mode) takes precedence over `rowSelection`"
|
|
3682
3524
|
},
|
|
3683
|
-
"a-
|
|
3684
|
-
"description": "
|
|
3685
|
-
"type": "boolean"
|
|
3525
|
+
"a-table/default-selected-keys": {
|
|
3526
|
+
"description": "The selected row by default (uncontrolled mode) takes precedence over `rowSelection`"
|
|
3686
3527
|
},
|
|
3687
|
-
"a-
|
|
3688
|
-
"description": "
|
|
3689
|
-
"type": "boolean"
|
|
3528
|
+
"a-table/expanded-keys": {
|
|
3529
|
+
"description": "Displayed Expanded Row, Subtree (Controlled Mode) takes precedence over `expandable`"
|
|
3690
3530
|
},
|
|
3691
|
-
"a-
|
|
3692
|
-
"description": "
|
|
3693
|
-
"type": "boolean"
|
|
3531
|
+
"a-table/default-expanded-keys": {
|
|
3532
|
+
"description": "Expand row, Subtree displayed by default (Uncontrolled mode) takes precedence over `expandable`"
|
|
3694
3533
|
},
|
|
3695
|
-
"a-
|
|
3696
|
-
"description": "Whether
|
|
3534
|
+
"a-table/default-expand-all-rows": {
|
|
3535
|
+
"description": "Whether to expand all rows by default",
|
|
3697
3536
|
"type": "boolean"
|
|
3698
3537
|
},
|
|
3699
|
-
"a-
|
|
3700
|
-
"description": "Whether
|
|
3701
|
-
"type": "boolean"
|
|
3538
|
+
"a-table/sticky-header": {
|
|
3539
|
+
"description": "Whether to open the sticky header",
|
|
3540
|
+
"type": "boolean|number"
|
|
3702
3541
|
},
|
|
3703
|
-
"a-
|
|
3704
|
-
"description": "Whether
|
|
3705
|
-
"type": "boolean"
|
|
3542
|
+
"a-table/scrollbar": {
|
|
3543
|
+
"description": "Whether to enable virtual scroll bar"
|
|
3706
3544
|
},
|
|
3707
|
-
"a-
|
|
3708
|
-
"description": "
|
|
3545
|
+
"a-table/show-empty-tree": {
|
|
3546
|
+
"description": "Whether to display empty subtrees",
|
|
3709
3547
|
"type": "boolean"
|
|
3710
3548
|
},
|
|
3711
|
-
"a-
|
|
3712
|
-
"description": "
|
|
3549
|
+
"a-table-column/data-index": {
|
|
3550
|
+
"description": "Identifies the column information, corresponding to the data in TableData",
|
|
3551
|
+
"type": "string"
|
|
3713
3552
|
},
|
|
3714
|
-
"a-
|
|
3715
|
-
"description": "
|
|
3553
|
+
"a-table-column/title": {
|
|
3554
|
+
"description": "Column title",
|
|
3555
|
+
"type": "string"
|
|
3716
3556
|
},
|
|
3717
|
-
"a-
|
|
3718
|
-
"description": "
|
|
3557
|
+
"a-table-column/width": {
|
|
3558
|
+
"description": "Column width",
|
|
3559
|
+
"type": "number"
|
|
3719
3560
|
},
|
|
3720
|
-
"a-
|
|
3721
|
-
"description": "
|
|
3561
|
+
"a-table-column/min-width": {
|
|
3562
|
+
"description": "Minimum column width",
|
|
3563
|
+
"type": "number"
|
|
3722
3564
|
},
|
|
3723
|
-
"a-
|
|
3724
|
-
"description": "
|
|
3565
|
+
"a-table-column/align": {
|
|
3566
|
+
"description": "Alignment direction"
|
|
3725
3567
|
},
|
|
3726
|
-
"a-
|
|
3727
|
-
"description": "
|
|
3728
|
-
"type": "string"
|
|
3568
|
+
"a-table-column/fixed": {
|
|
3569
|
+
"description": "Fixed position"
|
|
3729
3570
|
},
|
|
3730
|
-
"a-
|
|
3731
|
-
"description": "
|
|
3732
|
-
"type": "
|
|
3571
|
+
"a-table-column/ellipsis": {
|
|
3572
|
+
"description": "Whether to display as omitted",
|
|
3573
|
+
"type": "boolean"
|
|
3733
3574
|
},
|
|
3734
|
-
"a-
|
|
3735
|
-
"description": "
|
|
3736
|
-
"type": "string"
|
|
3575
|
+
"a-table-column/sortable": {
|
|
3576
|
+
"description": "Sorting related options"
|
|
3737
3577
|
},
|
|
3738
|
-
"a-
|
|
3739
|
-
"description": "
|
|
3740
|
-
"type": "boolean"
|
|
3578
|
+
"a-table-column/filterable": {
|
|
3579
|
+
"description": "Filter related options"
|
|
3741
3580
|
},
|
|
3742
|
-
"a-
|
|
3743
|
-
"description": "
|
|
3744
|
-
"type": "boolean"
|
|
3581
|
+
"a-table-column/cell-class": {
|
|
3582
|
+
"description": "Custom cell class"
|
|
3745
3583
|
},
|
|
3746
|
-
"a-
|
|
3747
|
-
"description": "
|
|
3584
|
+
"a-table-column/header-cell-class": {
|
|
3585
|
+
"description": "Custom cell class"
|
|
3748
3586
|
},
|
|
3749
|
-
"a-
|
|
3750
|
-
"description": "
|
|
3751
|
-
"type": "boolean"
|
|
3587
|
+
"a-table-column/body-cell-class": {
|
|
3588
|
+
"description": "Custom cell class"
|
|
3752
3589
|
},
|
|
3753
|
-
"a-
|
|
3754
|
-
"description": "
|
|
3755
|
-
"type": "boolean"
|
|
3590
|
+
"a-table-column/summary-cell-class": {
|
|
3591
|
+
"description": "Customize summary column cell class"
|
|
3756
3592
|
},
|
|
3757
|
-
"a-
|
|
3758
|
-
"description": "
|
|
3593
|
+
"a-table-column/cell-style": {
|
|
3594
|
+
"description": "Custom cell style"
|
|
3759
3595
|
},
|
|
3760
|
-
"a-
|
|
3761
|
-
"description": "
|
|
3596
|
+
"a-table-column/header-cell-style": {
|
|
3597
|
+
"description": "Custom cell style"
|
|
3762
3598
|
},
|
|
3763
|
-
"a-
|
|
3764
|
-
"description": "
|
|
3599
|
+
"a-table-column/body-cell-style": {
|
|
3600
|
+
"description": "Custom cell style"
|
|
3765
3601
|
},
|
|
3766
|
-
"a-
|
|
3767
|
-
"description": "
|
|
3602
|
+
"a-table-column/summary-cell-style": {
|
|
3603
|
+
"description": "Customize summary column cell style"
|
|
3604
|
+
},
|
|
3605
|
+
"a-table-column/index": {
|
|
3606
|
+
"description": "index for manually specifying option. Manual specification is no longer required after version 2.26.0",
|
|
3607
|
+
"type": "number"
|
|
3608
|
+
},
|
|
3609
|
+
"a-table-column/tooltip": {
|
|
3610
|
+
"description": "Whether to show text hints when omitted",
|
|
3611
|
+
"type": "boolean|object"
|
|
3768
3612
|
},
|
|
3769
3613
|
"a-tabs/change": {
|
|
3770
3614
|
"description": "Triggered when the current tag value changes"
|
|
@@ -3856,84 +3700,161 @@
|
|
|
3856
3700
|
"description": "Whether to destroy the content when the label is not displayed",
|
|
3857
3701
|
"type": "boolean"
|
|
3858
3702
|
},
|
|
3859
|
-
"a-
|
|
3860
|
-
"description": "
|
|
3703
|
+
"a-radio/change": {
|
|
3704
|
+
"description": "Trigger when the value changes"
|
|
3861
3705
|
},
|
|
3862
|
-
"a-
|
|
3863
|
-
"description": "
|
|
3706
|
+
"a-radio/model-value": {
|
|
3707
|
+
"description": "Value",
|
|
3708
|
+
"type": "string | number | boolean"
|
|
3709
|
+
},
|
|
3710
|
+
"a-radio/default-checked": {
|
|
3711
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
3864
3712
|
"type": "boolean"
|
|
3865
3713
|
},
|
|
3866
|
-
"a-
|
|
3867
|
-
"description": "
|
|
3714
|
+
"a-radio/value": {
|
|
3715
|
+
"description": "The `value` of the option",
|
|
3716
|
+
"type": "string | number | boolean"
|
|
3717
|
+
},
|
|
3718
|
+
"a-radio/type": {
|
|
3719
|
+
"description": "Radio type"
|
|
3720
|
+
},
|
|
3721
|
+
"a-radio/disabled": {
|
|
3722
|
+
"description": "Whether to disable",
|
|
3868
3723
|
"type": "boolean"
|
|
3869
3724
|
},
|
|
3870
|
-
"a-
|
|
3871
|
-
"description": "
|
|
3872
|
-
"type": "string"
|
|
3725
|
+
"a-radio-group/change": {
|
|
3726
|
+
"description": "Trigger when the value changes"
|
|
3873
3727
|
},
|
|
3874
|
-
"a-
|
|
3875
|
-
"description": "
|
|
3728
|
+
"a-radio-group/model-value": {
|
|
3729
|
+
"description": "Value",
|
|
3730
|
+
"type": "string | number | boolean"
|
|
3876
3731
|
},
|
|
3877
|
-
"a-
|
|
3878
|
-
"description": "
|
|
3732
|
+
"a-radio-group/default-value": {
|
|
3733
|
+
"description": "Default value (uncontrolled state)",
|
|
3734
|
+
"type": "string | number | boolean"
|
|
3735
|
+
},
|
|
3736
|
+
"a-radio-group/type": {
|
|
3737
|
+
"description": "Types of radio group"
|
|
3738
|
+
},
|
|
3739
|
+
"a-radio-group/size": {
|
|
3740
|
+
"description": "The size of the radio group"
|
|
3741
|
+
},
|
|
3742
|
+
"a-radio-group/options": {
|
|
3743
|
+
"description": "Options"
|
|
3744
|
+
},
|
|
3745
|
+
"a-radio-group/direction": {
|
|
3746
|
+
"description": "The direction of the radio group"
|
|
3747
|
+
},
|
|
3748
|
+
"a-radio-group/disabled": {
|
|
3749
|
+
"description": "Whether to disable",
|
|
3879
3750
|
"type": "boolean"
|
|
3880
3751
|
},
|
|
3881
|
-
"a-
|
|
3882
|
-
"description": "
|
|
3752
|
+
"a-tag/close": {
|
|
3753
|
+
"description": "Emitted when the close button is clicked"
|
|
3754
|
+
},
|
|
3755
|
+
"a-tag/check": {
|
|
3756
|
+
"description": "Emitted when the user check (emit only in the checkable mode)"
|
|
3757
|
+
},
|
|
3758
|
+
"a-tag/color": {
|
|
3759
|
+
"description": "Label color"
|
|
3760
|
+
},
|
|
3761
|
+
"a-tag/size": {
|
|
3762
|
+
"description": "Label size",
|
|
3883
3763
|
"type": "string"
|
|
3884
3764
|
},
|
|
3885
|
-
"a-
|
|
3886
|
-
"description": "
|
|
3765
|
+
"a-tag/bordered": {
|
|
3766
|
+
"description": "Whether the tag is bordered",
|
|
3767
|
+
"type": "boolean"
|
|
3887
3768
|
},
|
|
3888
|
-
"a-
|
|
3889
|
-
"description": "
|
|
3769
|
+
"a-tag/visible": {
|
|
3770
|
+
"description": "Whether the tag is visible",
|
|
3771
|
+
"type": "boolean"
|
|
3890
3772
|
},
|
|
3891
|
-
"a-
|
|
3892
|
-
"description": "
|
|
3773
|
+
"a-tag/default-visible": {
|
|
3774
|
+
"description": "Whether the tag is visible by default",
|
|
3775
|
+
"type": "boolean"
|
|
3893
3776
|
},
|
|
3894
|
-
"a-
|
|
3895
|
-
"description": "
|
|
3777
|
+
"a-tag/loading": {
|
|
3778
|
+
"description": "Whether the tag is loading state",
|
|
3779
|
+
"type": "boolean"
|
|
3896
3780
|
},
|
|
3897
|
-
"a-
|
|
3898
|
-
"description": "
|
|
3781
|
+
"a-tag/closable": {
|
|
3782
|
+
"description": "Whether the tag can be closed",
|
|
3783
|
+
"type": "boolean"
|
|
3784
|
+
},
|
|
3785
|
+
"a-tag/checkable": {
|
|
3786
|
+
"description": "Whether the tag can be checked",
|
|
3787
|
+
"type": "boolean"
|
|
3788
|
+
},
|
|
3789
|
+
"a-tag/checked": {
|
|
3790
|
+
"description": "Whether the tag is checked (available when the tag is checkable)",
|
|
3791
|
+
"type": "boolean"
|
|
3792
|
+
},
|
|
3793
|
+
"a-tag/default-checked": {
|
|
3794
|
+
"description": "Whether the tag is checked by default (available when the tag is checkable)",
|
|
3795
|
+
"type": "boolean"
|
|
3796
|
+
},
|
|
3797
|
+
"a-tag/nowrap": {
|
|
3798
|
+
"description": "Tag content does not wrap",
|
|
3799
|
+
"type": "boolean"
|
|
3800
|
+
},
|
|
3801
|
+
"a-textarea/input": {
|
|
3802
|
+
"description": "Emitted when the user enters"
|
|
3803
|
+
},
|
|
3804
|
+
"a-textarea/change": {
|
|
3805
|
+
"description": "Only emitted when the textarea is out of focus"
|
|
3806
|
+
},
|
|
3807
|
+
"a-textarea/clear": {
|
|
3808
|
+
"description": "Emitted when the clear button is clicked"
|
|
3809
|
+
},
|
|
3810
|
+
"a-textarea/focus": {
|
|
3811
|
+
"description": "Emitted when the textarea gets focus"
|
|
3812
|
+
},
|
|
3813
|
+
"a-textarea/blur": {
|
|
3814
|
+
"description": "Emitted when the textarea loses focus"
|
|
3815
|
+
},
|
|
3816
|
+
"a-textarea/model-value": {
|
|
3817
|
+
"description": "Value",
|
|
3818
|
+
"type": "string"
|
|
3899
3819
|
},
|
|
3900
|
-
"a-
|
|
3901
|
-
"description": "
|
|
3902
|
-
"type": "
|
|
3820
|
+
"a-textarea/default-value": {
|
|
3821
|
+
"description": "Default value (uncontrolled state)",
|
|
3822
|
+
"type": "string"
|
|
3903
3823
|
},
|
|
3904
|
-
"a-
|
|
3905
|
-
"description": "
|
|
3824
|
+
"a-textarea/placeholder": {
|
|
3825
|
+
"description": "Placeholder",
|
|
3826
|
+
"type": "string"
|
|
3906
3827
|
},
|
|
3907
|
-
"a-
|
|
3908
|
-
"description": "
|
|
3828
|
+
"a-textarea/disabled": {
|
|
3829
|
+
"description": "Whether to disable",
|
|
3830
|
+
"type": "boolean"
|
|
3909
3831
|
},
|
|
3910
|
-
"a-
|
|
3911
|
-
"description": "Whether
|
|
3912
|
-
"type": "boolean
|
|
3832
|
+
"a-textarea/error": {
|
|
3833
|
+
"description": "Whether it is an error state",
|
|
3834
|
+
"type": "boolean"
|
|
3913
3835
|
},
|
|
3914
|
-
"a-
|
|
3915
|
-
"description": "
|
|
3836
|
+
"a-textarea/max-length": {
|
|
3837
|
+
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3916
3838
|
},
|
|
3917
|
-
"a-
|
|
3918
|
-
"description": "
|
|
3919
|
-
"type": "
|
|
3839
|
+
"a-textarea/show-word-limit": {
|
|
3840
|
+
"description": "Whether to display word count",
|
|
3841
|
+
"type": "boolean"
|
|
3920
3842
|
},
|
|
3921
|
-
"a-
|
|
3922
|
-
"description": "
|
|
3843
|
+
"a-textarea/allow-clear": {
|
|
3844
|
+
"description": "Whether to allow clearing the text",
|
|
3845
|
+
"type": "boolean"
|
|
3923
3846
|
},
|
|
3924
|
-
"a-
|
|
3925
|
-
"description": "
|
|
3847
|
+
"a-textarea/auto-size": {
|
|
3848
|
+
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3926
3849
|
},
|
|
3927
|
-
"a-
|
|
3928
|
-
"description": "
|
|
3929
|
-
"type": "string"
|
|
3850
|
+
"a-textarea/word-length": {
|
|
3851
|
+
"description": "Calculation method of word length"
|
|
3930
3852
|
},
|
|
3931
|
-
"a-
|
|
3932
|
-
"description": "
|
|
3933
|
-
"type": "string"
|
|
3853
|
+
"a-textarea/word-slice": {
|
|
3854
|
+
"description": "Character interception method, used together with wordLength"
|
|
3934
3855
|
},
|
|
3935
|
-
"a-
|
|
3936
|
-
"description": "
|
|
3856
|
+
"a-textarea/textarea-attrs": {
|
|
3857
|
+
"description": "Attributes passed to textarea"
|
|
3937
3858
|
},
|
|
3938
3859
|
"a-time-picker/change": {
|
|
3939
3860
|
"description": "The component value changes"
|
|
@@ -4029,6 +3950,47 @@
|
|
|
4029
3950
|
"description": "Whether to destroy the dom structure after closing",
|
|
4030
3951
|
"type": "boolean"
|
|
4031
3952
|
},
|
|
3953
|
+
"a-tooltip/popup-visible-change": {
|
|
3954
|
+
"description": "Emitted when the tooltip display status changes"
|
|
3955
|
+
},
|
|
3956
|
+
"a-tooltip/popup-visible": {
|
|
3957
|
+
"description": "Whether the tooltip is visible",
|
|
3958
|
+
"type": "boolean"
|
|
3959
|
+
},
|
|
3960
|
+
"a-tooltip/default-popup-visible": {
|
|
3961
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3962
|
+
"type": "boolean"
|
|
3963
|
+
},
|
|
3964
|
+
"a-tooltip/content": {
|
|
3965
|
+
"description": "Tooltip content",
|
|
3966
|
+
"type": "string"
|
|
3967
|
+
},
|
|
3968
|
+
"a-tooltip/position": {
|
|
3969
|
+
"description": "Popup position"
|
|
3970
|
+
},
|
|
3971
|
+
"a-tooltip/mini": {
|
|
3972
|
+
"description": "Whether to display as a mini size",
|
|
3973
|
+
"type": "boolean"
|
|
3974
|
+
},
|
|
3975
|
+
"a-tooltip/background-color": {
|
|
3976
|
+
"description": "Background color of the popover",
|
|
3977
|
+
"type": "string"
|
|
3978
|
+
},
|
|
3979
|
+
"a-tooltip/content-class": {
|
|
3980
|
+
"description": "The class name of the popup content"
|
|
3981
|
+
},
|
|
3982
|
+
"a-tooltip/content-style": {
|
|
3983
|
+
"description": "The style of the popup content"
|
|
3984
|
+
},
|
|
3985
|
+
"a-tooltip/arrow-class": {
|
|
3986
|
+
"description": "The class name of the popup arrow"
|
|
3987
|
+
},
|
|
3988
|
+
"a-tooltip/arrow-style": {
|
|
3989
|
+
"description": "The style of the popup arrow"
|
|
3990
|
+
},
|
|
3991
|
+
"a-tooltip/popup-container": {
|
|
3992
|
+
"description": "Mount container for popup"
|
|
3993
|
+
},
|
|
4032
3994
|
"a-transfer/change": {
|
|
4033
3995
|
"description": "Triggered when the value of the target selection box changes"
|
|
4034
3996
|
},
|
|
@@ -4084,6 +4046,44 @@
|
|
|
4084
4046
|
"description": "Search box configuration for target selection box",
|
|
4085
4047
|
"type": "object"
|
|
4086
4048
|
},
|
|
4049
|
+
"a-timeline/reverse": {
|
|
4050
|
+
"description": "Whether reverse order",
|
|
4051
|
+
"type": "boolean"
|
|
4052
|
+
},
|
|
4053
|
+
"a-timeline/direction": {
|
|
4054
|
+
"description": "Timeline direction"
|
|
4055
|
+
},
|
|
4056
|
+
"a-timeline/mode": {
|
|
4057
|
+
"description": "The display mode of Timeline"
|
|
4058
|
+
},
|
|
4059
|
+
"a-timeline/pending": {
|
|
4060
|
+
"description": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content",
|
|
4061
|
+
"type": "boolean|string"
|
|
4062
|
+
},
|
|
4063
|
+
"a-timeline/label-position": {
|
|
4064
|
+
"description": "Position of label text"
|
|
4065
|
+
},
|
|
4066
|
+
"a-timeline-item/dot-color": {
|
|
4067
|
+
"description": "Dot color",
|
|
4068
|
+
"type": "string"
|
|
4069
|
+
},
|
|
4070
|
+
"a-timeline-item/dot-type": {
|
|
4071
|
+
"description": "Dot type"
|
|
4072
|
+
},
|
|
4073
|
+
"a-timeline-item/line-type": {
|
|
4074
|
+
"description": "Line type"
|
|
4075
|
+
},
|
|
4076
|
+
"a-timeline-item/line-color": {
|
|
4077
|
+
"description": "Line Color",
|
|
4078
|
+
"type": "string"
|
|
4079
|
+
},
|
|
4080
|
+
"a-timeline-item/label": {
|
|
4081
|
+
"description": "Label text",
|
|
4082
|
+
"type": "string"
|
|
4083
|
+
},
|
|
4084
|
+
"a-timeline-item/position": {
|
|
4085
|
+
"description": "Item position"
|
|
4086
|
+
},
|
|
4087
4087
|
"a-tree/select": {
|
|
4088
4088
|
"description": "Triggered when the tree node is clicked"
|
|
4089
4089
|
},
|
|
@@ -4265,222 +4265,84 @@
|
|
|
4265
4265
|
"description": "Value"
|
|
4266
4266
|
},
|
|
4267
4267
|
"a-tree-select/field-names": {
|
|
4268
|
-
"description": "Specify the field name in the node data"
|
|
4269
|
-
},
|
|
4270
|
-
"a-tree-select/data": {
|
|
4271
|
-
"description": "Data"
|
|
4272
|
-
},
|
|
4273
|
-
"a-tree-select/label-in-value": {
|
|
4274
|
-
"description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
|
|
4275
|
-
"type": "boolean"
|
|
4276
|
-
},
|
|
4277
|
-
"a-tree-select/tree-checkable": {
|
|
4278
|
-
"description": "Whether to show checkbox",
|
|
4279
|
-
"type": "boolean"
|
|
4280
|
-
},
|
|
4281
|
-
"a-tree-select/tree-check-strictly": {
|
|
4282
|
-
"description": "Whether the parent and child nodes are related",
|
|
4283
|
-
"type": "boolean"
|
|
4284
|
-
},
|
|
4285
|
-
"a-tree-select/tree-checked-strategy": {
|
|
4286
|
-
"description": "Customized echo method",
|
|
4287
|
-
"type": "string"
|
|
4288
|
-
},
|
|
4289
|
-
"a-tree-select/tree-props": {
|
|
4290
|
-
"description": "Can accept Props of all [Tree](/vue/component/tree) components"
|
|
4291
|
-
},
|
|
4292
|
-
"a-tree-select/trigger-props": {
|
|
4293
|
-
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
4294
|
-
},
|
|
4295
|
-
"a-tree-select/popup-visible": {
|
|
4296
|
-
"description": "Whether the pop-up box is visible",
|
|
4297
|
-
"type": "boolean"
|
|
4298
|
-
},
|
|
4299
|
-
"a-tree-select/default-popup-visible": {
|
|
4300
|
-
"description": "Whether the default pop-up box is visible",
|
|
4301
|
-
"type": "boolean"
|
|
4302
|
-
},
|
|
4303
|
-
"a-tree-select/dropdown-style": {
|
|
4304
|
-
"description": "Drop-down box style"
|
|
4305
|
-
},
|
|
4306
|
-
"a-tree-select/dropdown-class-name": {
|
|
4307
|
-
"description": "Drop-down box style class"
|
|
4308
|
-
},
|
|
4309
|
-
"a-tree-select/filter-tree-node": {
|
|
4310
|
-
"description": "Custom node filter function"
|
|
4311
|
-
},
|
|
4312
|
-
"a-tree-select/load-more": {
|
|
4313
|
-
"description": "Load data dynamically"
|
|
4314
|
-
},
|
|
4315
|
-
"a-tree-select/disable-filter": {
|
|
4316
|
-
"description": "Disable internal filtering logic",
|
|
4317
|
-
"type": "boolean"
|
|
4318
|
-
},
|
|
4319
|
-
"a-tree-select/popup-container": {
|
|
4320
|
-
"description": "Mount container for pop-up box"
|
|
4321
|
-
},
|
|
4322
|
-
"a-tree-select/fallback-option": {
|
|
4323
|
-
"description": "Customize node data for keys that do not match options"
|
|
4324
|
-
},
|
|
4325
|
-
"a-tree-select/selectable": {
|
|
4326
|
-
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
4327
|
-
},
|
|
4328
|
-
"a-tree-select/scrollbar": {
|
|
4329
|
-
"description": "Whether to enable virtual scroll bar"
|
|
4330
|
-
},
|
|
4331
|
-
"a-tree-select/show-header-on-empty": {
|
|
4332
|
-
"description": "Whether to display the header in the empty state",
|
|
4333
|
-
"type": "boolean"
|
|
4334
|
-
},
|
|
4335
|
-
"a-tree-select/show-footer-on-empty": {
|
|
4336
|
-
"description": "Whether to display the footer in the empty state",
|
|
4337
|
-
"type": "boolean"
|
|
4338
|
-
},
|
|
4339
|
-
"a-tree-select/input-value": {
|
|
4340
|
-
"description": "The value of the input",
|
|
4341
|
-
"type": "string"
|
|
4342
|
-
},
|
|
4343
|
-
"a-tree-select/default-input-value": {
|
|
4344
|
-
"description": "The default value of the input (uncontrolled mode)",
|
|
4345
|
-
"type": "string"
|
|
4346
|
-
},
|
|
4347
|
-
"a-common/edit-start": {
|
|
4348
|
-
"description": "Edit start"
|
|
4349
|
-
},
|
|
4350
|
-
"a-common/edit-end": {
|
|
4351
|
-
"description": "Edit end"
|
|
4352
|
-
},
|
|
4353
|
-
"a-common/copy": {
|
|
4354
|
-
"description": "Copy"
|
|
4355
|
-
},
|
|
4356
|
-
"a-common/ellipsis": {
|
|
4357
|
-
"description": "Ellipsis change"
|
|
4358
|
-
},
|
|
4359
|
-
"a-common/expand": {
|
|
4360
|
-
"description": "Expand collapse event"
|
|
4361
|
-
},
|
|
4362
|
-
"a-common/type": {
|
|
4363
|
-
"description": "Text type",
|
|
4364
|
-
"type": "string"
|
|
4365
|
-
},
|
|
4366
|
-
"a-common/bold": {
|
|
4367
|
-
"description": "Whether enable bold style",
|
|
4368
|
-
"type": "boolean"
|
|
4369
|
-
},
|
|
4370
|
-
"a-common/mark": {
|
|
4371
|
-
"description": "Mark style"
|
|
4372
|
-
},
|
|
4373
|
-
"a-common/underline": {
|
|
4374
|
-
"description": "Whether enable underline style",
|
|
4375
|
-
"type": "boolean"
|
|
4376
|
-
},
|
|
4377
|
-
"a-common/delete": {
|
|
4378
|
-
"description": "Whether enable delete style",
|
|
4379
|
-
"type": "boolean"
|
|
4380
|
-
},
|
|
4381
|
-
"a-common/code": {
|
|
4382
|
-
"description": "Whether enable code style",
|
|
4383
|
-
"type": "boolean"
|
|
4384
|
-
},
|
|
4385
|
-
"a-common/editable": {
|
|
4386
|
-
"description": "Whether it's editable",
|
|
4387
|
-
"type": "boolean"
|
|
4268
|
+
"description": "Specify the field name in the node data"
|
|
4388
4269
|
},
|
|
4389
|
-
"a-
|
|
4390
|
-
"description": "
|
|
4391
|
-
"type": "boolean"
|
|
4270
|
+
"a-tree-select/data": {
|
|
4271
|
+
"description": "Data"
|
|
4392
4272
|
},
|
|
4393
|
-
"a-
|
|
4394
|
-
"description": "
|
|
4273
|
+
"a-tree-select/label-in-value": {
|
|
4274
|
+
"description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
|
|
4395
4275
|
"type": "boolean"
|
|
4396
4276
|
},
|
|
4397
|
-
"a-
|
|
4398
|
-
"description": "
|
|
4399
|
-
"type": "
|
|
4277
|
+
"a-tree-select/tree-checkable": {
|
|
4278
|
+
"description": "Whether to show checkbox",
|
|
4279
|
+
"type": "boolean"
|
|
4400
4280
|
},
|
|
4401
|
-
"a-
|
|
4402
|
-
"description": "Whether
|
|
4281
|
+
"a-tree-select/tree-check-strictly": {
|
|
4282
|
+
"description": "Whether the parent and child nodes are related",
|
|
4403
4283
|
"type": "boolean"
|
|
4404
4284
|
},
|
|
4405
|
-
"a-
|
|
4406
|
-
"description": "
|
|
4285
|
+
"a-tree-select/tree-checked-strategy": {
|
|
4286
|
+
"description": "Customized echo method",
|
|
4407
4287
|
"type": "string"
|
|
4408
4288
|
},
|
|
4409
|
-
"a-
|
|
4410
|
-
"description": "
|
|
4411
|
-
"type": "number"
|
|
4412
|
-
},
|
|
4413
|
-
"a-common/edit-tooltip-props": {
|
|
4414
|
-
"description": "Edit button question prompt configuration",
|
|
4415
|
-
"type": "object"
|
|
4416
|
-
},
|
|
4417
|
-
"a-common/copy-tooltip-props": {
|
|
4418
|
-
"description": "Copy button question prompt configuration",
|
|
4419
|
-
"type": "object"
|
|
4289
|
+
"a-tree-select/tree-props": {
|
|
4290
|
+
"description": "Can accept Props of all [Tree](/vue/component/tree) components"
|
|
4420
4291
|
},
|
|
4421
|
-
"a-
|
|
4422
|
-
"description": "
|
|
4423
|
-
"type": "string"
|
|
4292
|
+
"a-tree-select/trigger-props": {
|
|
4293
|
+
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
4424
4294
|
},
|
|
4425
|
-
"a-
|
|
4426
|
-
"description": "Whether
|
|
4295
|
+
"a-tree-select/popup-visible": {
|
|
4296
|
+
"description": "Whether the pop-up box is visible",
|
|
4427
4297
|
"type": "boolean"
|
|
4428
4298
|
},
|
|
4429
|
-
"a-
|
|
4430
|
-
"description": "
|
|
4431
|
-
"type": "
|
|
4432
|
-
},
|
|
4433
|
-
"a-watermark/content": {
|
|
4434
|
-
"description": "Watermark text content"
|
|
4299
|
+
"a-tree-select/default-popup-visible": {
|
|
4300
|
+
"description": "Whether the default pop-up box is visible",
|
|
4301
|
+
"type": "boolean"
|
|
4435
4302
|
},
|
|
4436
|
-
"a-
|
|
4437
|
-
"description": "
|
|
4438
|
-
"type": "string"
|
|
4303
|
+
"a-tree-select/dropdown-style": {
|
|
4304
|
+
"description": "Drop-down box style"
|
|
4439
4305
|
},
|
|
4440
|
-
"a-
|
|
4441
|
-
"description": "
|
|
4442
|
-
"type": "number"
|
|
4306
|
+
"a-tree-select/dropdown-class-name": {
|
|
4307
|
+
"description": "Drop-down box style class"
|
|
4443
4308
|
},
|
|
4444
|
-
"a-
|
|
4445
|
-
"description": "
|
|
4446
|
-
"type": "number"
|
|
4309
|
+
"a-tree-select/filter-tree-node": {
|
|
4310
|
+
"description": "Custom node filter function"
|
|
4447
4311
|
},
|
|
4448
|
-
"a-
|
|
4449
|
-
"description": "
|
|
4312
|
+
"a-tree-select/load-more": {
|
|
4313
|
+
"description": "Load data dynamically"
|
|
4450
4314
|
},
|
|
4451
|
-
"a-
|
|
4452
|
-
"description": "
|
|
4315
|
+
"a-tree-select/disable-filter": {
|
|
4316
|
+
"description": "Disable internal filtering logic",
|
|
4317
|
+
"type": "boolean"
|
|
4453
4318
|
},
|
|
4454
|
-
"a-
|
|
4455
|
-
"description": "
|
|
4456
|
-
"type": "number"
|
|
4319
|
+
"a-tree-select/popup-container": {
|
|
4320
|
+
"description": "Mount container for pop-up box"
|
|
4457
4321
|
},
|
|
4458
|
-
"a-
|
|
4459
|
-
"description": "
|
|
4322
|
+
"a-tree-select/fallback-option": {
|
|
4323
|
+
"description": "Customize node data for keys that do not match options"
|
|
4460
4324
|
},
|
|
4461
|
-
"a-
|
|
4462
|
-
"description": "
|
|
4463
|
-
"type": "number"
|
|
4325
|
+
"a-tree-select/selectable": {
|
|
4326
|
+
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
4464
4327
|
},
|
|
4465
|
-
"a-
|
|
4466
|
-
"description": "
|
|
4467
|
-
"type": "number"
|
|
4328
|
+
"a-tree-select/scrollbar": {
|
|
4329
|
+
"description": "Whether to enable virtual scroll bar"
|
|
4468
4330
|
},
|
|
4469
|
-
"a-
|
|
4470
|
-
"description": "
|
|
4331
|
+
"a-tree-select/show-header-on-empty": {
|
|
4332
|
+
"description": "Whether to display the header in the empty state",
|
|
4471
4333
|
"type": "boolean"
|
|
4472
4334
|
},
|
|
4473
|
-
"a-
|
|
4474
|
-
"description": "
|
|
4335
|
+
"a-tree-select/show-footer-on-empty": {
|
|
4336
|
+
"description": "Whether to display the footer in the empty state",
|
|
4475
4337
|
"type": "boolean"
|
|
4476
4338
|
},
|
|
4477
|
-
"a-
|
|
4478
|
-
"description": "
|
|
4479
|
-
"type": "
|
|
4339
|
+
"a-tree-select/input-value": {
|
|
4340
|
+
"description": "The value of the input",
|
|
4341
|
+
"type": "string"
|
|
4480
4342
|
},
|
|
4481
|
-
"a-
|
|
4482
|
-
"description": "
|
|
4483
|
-
"type": "
|
|
4343
|
+
"a-tree-select/default-input-value": {
|
|
4344
|
+
"description": "The default value of the input (uncontrolled mode)",
|
|
4345
|
+
"type": "string"
|
|
4484
4346
|
},
|
|
4485
4347
|
"a-trigger/popup-visible-change": {
|
|
4486
4348
|
"description": "Emitted when the status of the popup changes"
|
|
@@ -4615,6 +4477,92 @@
|
|
|
4615
4477
|
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4616
4478
|
"type": "number"
|
|
4617
4479
|
},
|
|
4480
|
+
"a-common/edit-start": {
|
|
4481
|
+
"description": "Edit start"
|
|
4482
|
+
},
|
|
4483
|
+
"a-common/edit-end": {
|
|
4484
|
+
"description": "Edit end"
|
|
4485
|
+
},
|
|
4486
|
+
"a-common/copy": {
|
|
4487
|
+
"description": "Copy"
|
|
4488
|
+
},
|
|
4489
|
+
"a-common/ellipsis": {
|
|
4490
|
+
"description": "Ellipsis change"
|
|
4491
|
+
},
|
|
4492
|
+
"a-common/expand": {
|
|
4493
|
+
"description": "Expand collapse event"
|
|
4494
|
+
},
|
|
4495
|
+
"a-common/type": {
|
|
4496
|
+
"description": "Text type",
|
|
4497
|
+
"type": "string"
|
|
4498
|
+
},
|
|
4499
|
+
"a-common/bold": {
|
|
4500
|
+
"description": "Whether enable bold style",
|
|
4501
|
+
"type": "boolean"
|
|
4502
|
+
},
|
|
4503
|
+
"a-common/mark": {
|
|
4504
|
+
"description": "Mark style"
|
|
4505
|
+
},
|
|
4506
|
+
"a-common/underline": {
|
|
4507
|
+
"description": "Whether enable underline style",
|
|
4508
|
+
"type": "boolean"
|
|
4509
|
+
},
|
|
4510
|
+
"a-common/delete": {
|
|
4511
|
+
"description": "Whether enable delete style",
|
|
4512
|
+
"type": "boolean"
|
|
4513
|
+
},
|
|
4514
|
+
"a-common/code": {
|
|
4515
|
+
"description": "Whether enable code style",
|
|
4516
|
+
"type": "boolean"
|
|
4517
|
+
},
|
|
4518
|
+
"a-common/editable": {
|
|
4519
|
+
"description": "Whether it's editable",
|
|
4520
|
+
"type": "boolean"
|
|
4521
|
+
},
|
|
4522
|
+
"a-common/editing": {
|
|
4523
|
+
"description": "Whether it's editing",
|
|
4524
|
+
"type": "boolean"
|
|
4525
|
+
},
|
|
4526
|
+
"a-common/default-editing": {
|
|
4527
|
+
"description": "Default editing state",
|
|
4528
|
+
"type": "boolean"
|
|
4529
|
+
},
|
|
4530
|
+
"a-common/edit-text": {
|
|
4531
|
+
"description": "Edit text",
|
|
4532
|
+
"type": "string"
|
|
4533
|
+
},
|
|
4534
|
+
"a-common/copyable": {
|
|
4535
|
+
"description": "Whether turn on copy functionality",
|
|
4536
|
+
"type": "boolean"
|
|
4537
|
+
},
|
|
4538
|
+
"a-common/copy-text": {
|
|
4539
|
+
"description": "Copied text",
|
|
4540
|
+
"type": "string"
|
|
4541
|
+
},
|
|
4542
|
+
"a-common/copy-delay": {
|
|
4543
|
+
"description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
|
|
4544
|
+
"type": "number"
|
|
4545
|
+
},
|
|
4546
|
+
"a-common/edit-tooltip-props": {
|
|
4547
|
+
"description": "Edit button question prompt configuration",
|
|
4548
|
+
"type": "object"
|
|
4549
|
+
},
|
|
4550
|
+
"a-common/copy-tooltip-props": {
|
|
4551
|
+
"description": "Copy button question prompt configuration",
|
|
4552
|
+
"type": "object"
|
|
4553
|
+
},
|
|
4554
|
+
"a-typography-title/heading": {
|
|
4555
|
+
"description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
|
|
4556
|
+
"type": "string"
|
|
4557
|
+
},
|
|
4558
|
+
"a-typography-paragraph/blockquote": {
|
|
4559
|
+
"description": "Whether enable blockquote",
|
|
4560
|
+
"type": "boolean"
|
|
4561
|
+
},
|
|
4562
|
+
"a-typography-paragraph/spacing": {
|
|
4563
|
+
"description": "The line height of the paragraph, the default line height is recommended for long text (more than 5 lines). `close` line height is recommended for short text (less than or equal to 3 lines).",
|
|
4564
|
+
"type": "string"
|
|
4565
|
+
},
|
|
4618
4566
|
"a-upload/exceed-limit": {
|
|
4619
4567
|
"description": "Triggered when the uploaded file exceeds the limit"
|
|
4620
4568
|
},
|
|
@@ -4789,5 +4737,57 @@
|
|
|
4789
4737
|
},
|
|
4790
4738
|
"a-verification-code/formatter": {
|
|
4791
4739
|
"description": "Formatter function, triggered when the user input value changes"
|
|
4740
|
+
},
|
|
4741
|
+
"a-watermark/content": {
|
|
4742
|
+
"description": "Watermark text content"
|
|
4743
|
+
},
|
|
4744
|
+
"a-watermark/image": {
|
|
4745
|
+
"description": "Image watermark address",
|
|
4746
|
+
"type": "string"
|
|
4747
|
+
},
|
|
4748
|
+
"a-watermark/width": {
|
|
4749
|
+
"description": "Watermark width",
|
|
4750
|
+
"type": "number"
|
|
4751
|
+
},
|
|
4752
|
+
"a-watermark/height": {
|
|
4753
|
+
"description": "Watermark height",
|
|
4754
|
+
"type": "number"
|
|
4755
|
+
},
|
|
4756
|
+
"a-watermark/gap": {
|
|
4757
|
+
"description": "Watermark spacing"
|
|
4758
|
+
},
|
|
4759
|
+
"a-watermark/offset": {
|
|
4760
|
+
"description": "The offset from the upper left corner of the container, the default is half the watermark spacing"
|
|
4761
|
+
},
|
|
4762
|
+
"a-watermark/rotate": {
|
|
4763
|
+
"description": "Watermark rotation angle",
|
|
4764
|
+
"type": "number"
|
|
4765
|
+
},
|
|
4766
|
+
"a-watermark/font": {
|
|
4767
|
+
"description": "Watermark font style, specific parameter configuration see [WatermarkFont](#WatermarkFont)"
|
|
4768
|
+
},
|
|
4769
|
+
"a-watermark/z-index": {
|
|
4770
|
+
"description": "Watermark z-index",
|
|
4771
|
+
"type": "number"
|
|
4772
|
+
},
|
|
4773
|
+
"a-watermark/alpha": {
|
|
4774
|
+
"description": "Watermark opacity",
|
|
4775
|
+
"type": "number"
|
|
4776
|
+
},
|
|
4777
|
+
"a-watermark/anti-tamper": {
|
|
4778
|
+
"description": "Watermark anti-tampering",
|
|
4779
|
+
"type": "boolean"
|
|
4780
|
+
},
|
|
4781
|
+
"a-watermark/grayscale": {
|
|
4782
|
+
"description": "Grayscale watermark",
|
|
4783
|
+
"type": "boolean"
|
|
4784
|
+
},
|
|
4785
|
+
"a-watermark/repeat": {
|
|
4786
|
+
"description": "Whether to repeat the watermark",
|
|
4787
|
+
"type": "boolean"
|
|
4788
|
+
},
|
|
4789
|
+
"a-watermark/staggered": {
|
|
4790
|
+
"description": "Whether to stagger the arrangement layout",
|
|
4791
|
+
"type": "boolean"
|
|
4792
4792
|
}
|
|
4793
4793
|
}
|