@julingbase/jly-arco-design 0.0.5 → 0.0.6
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 +7 -0
- package/dist/arco-vue.js +6 -3
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +3 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/date-picker/index.d.ts +1 -1
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +1 -1
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +28 -4
- package/es/input/input-password.d.ts +10 -1
- package/es/input/input.d.ts +10 -1
- package/es/input/input.js +6 -3
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/radio/index.d.ts +4 -4
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +1 -1
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/time-picker/index.d.ts +3 -3
- package/es/time-picker/time-picker.d.ts +1 -1
- package/es/typography/edit-content.d.ts +84 -12
- package/json/vetur-attributes.json +1336 -1336
- package/json/vetur-tags.json +556 -556
- package/json/web-types.json +3420 -3420
- package/lib/input/input.js +6 -3
- package/package.json +2 -2
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
+
"a-affix/change": {
|
|
3
|
+
"description": "Triggered when the fixed state changes"
|
|
4
|
+
},
|
|
5
|
+
"a-affix/offset-top": {
|
|
6
|
+
"description": "Triggered when the specified offset is reached from the top of the window",
|
|
7
|
+
"type": "number"
|
|
8
|
+
},
|
|
9
|
+
"a-affix/offset-bottom": {
|
|
10
|
+
"description": "Triggered when the specified offset is reached from the bottom of the window",
|
|
11
|
+
"type": "number"
|
|
12
|
+
},
|
|
13
|
+
"a-affix/target": {
|
|
14
|
+
"description": "Scroll container, default is `window`"
|
|
15
|
+
},
|
|
16
|
+
"a-affix/target-container": {
|
|
17
|
+
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
18
|
+
},
|
|
2
19
|
"a-alert/close": {
|
|
3
20
|
"description": "Triggered when the close button is clicked"
|
|
4
21
|
},
|
|
@@ -28,58 +45,37 @@
|
|
|
28
45
|
"description": "Whether the content is displayed in the center",
|
|
29
46
|
"type": "boolean"
|
|
30
47
|
},
|
|
31
|
-
"a-
|
|
32
|
-
"description": "
|
|
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
|
+
"a-anchor/select": {
|
|
49
|
+
"description": "Triggered when the user clicks on the link"
|
|
48
50
|
},
|
|
49
|
-
"a-
|
|
50
|
-
"description": "
|
|
51
|
-
"type": "string"
|
|
51
|
+
"a-anchor/change": {
|
|
52
|
+
"description": "Triggered when the link changes"
|
|
52
53
|
},
|
|
53
|
-
"a-
|
|
54
|
-
"description": "
|
|
55
|
-
"type": "string"
|
|
54
|
+
"a-anchor/boundary": {
|
|
55
|
+
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
56
56
|
},
|
|
57
|
-
"a-
|
|
58
|
-
"description": "Whether to
|
|
57
|
+
"a-anchor/line-less": {
|
|
58
|
+
"description": "Whether to show the left axis",
|
|
59
59
|
"type": "boolean"
|
|
60
60
|
},
|
|
61
|
-
"a-
|
|
62
|
-
"description": "
|
|
63
|
-
},
|
|
64
|
-
"a-auto-complete/popup-container": {
|
|
65
|
-
"description": "Mount container for popup"
|
|
61
|
+
"a-anchor/scroll-container": {
|
|
62
|
+
"description": "Scroll container"
|
|
66
63
|
},
|
|
67
|
-
"a-
|
|
68
|
-
"description": "Whether
|
|
64
|
+
"a-anchor/change-hash": {
|
|
65
|
+
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
69
66
|
"type": "boolean"
|
|
70
67
|
},
|
|
71
|
-
"a-
|
|
72
|
-
"description": "
|
|
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",
|
|
68
|
+
"a-anchor/smooth": {
|
|
69
|
+
"description": "Whether to use smooth scrolling",
|
|
79
70
|
"type": "boolean"
|
|
80
71
|
},
|
|
81
|
-
"a-
|
|
82
|
-
"description": "
|
|
72
|
+
"a-anchor-link/title": {
|
|
73
|
+
"description": "The text content of the anchor link",
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"a-anchor-link/href": {
|
|
77
|
+
"description": "The address of the anchor link",
|
|
78
|
+
"type": "string"
|
|
83
79
|
},
|
|
84
80
|
"a-back-top/visible-height": {
|
|
85
81
|
"description": "Display the trigger scroll height of the back to top button",
|
|
@@ -96,23 +92,6 @@
|
|
|
96
92
|
"description": "Duration of scroll animation",
|
|
97
93
|
"type": "number"
|
|
98
94
|
},
|
|
99
|
-
"a-affix/change": {
|
|
100
|
-
"description": "Triggered when the fixed state changes"
|
|
101
|
-
},
|
|
102
|
-
"a-affix/offset-top": {
|
|
103
|
-
"description": "Triggered when the specified offset is reached from the top of the window",
|
|
104
|
-
"type": "number"
|
|
105
|
-
},
|
|
106
|
-
"a-affix/offset-bottom": {
|
|
107
|
-
"description": "Triggered when the specified offset is reached from the bottom of the window",
|
|
108
|
-
"type": "number"
|
|
109
|
-
},
|
|
110
|
-
"a-affix/target": {
|
|
111
|
-
"description": "Scroll container, default is `window`"
|
|
112
|
-
},
|
|
113
|
-
"a-affix/target-container": {
|
|
114
|
-
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
115
|
-
},
|
|
116
95
|
"a-avatar/click": {
|
|
117
96
|
"description": "Callback when clicked"
|
|
118
97
|
},
|
|
@@ -171,66 +150,82 @@
|
|
|
171
150
|
"a-avatar-group/max-popover-trigger-props": {
|
|
172
151
|
"description": "TriggerProps for popover around +x."
|
|
173
152
|
},
|
|
174
|
-
"a-
|
|
175
|
-
"description": "
|
|
176
|
-
"type": "
|
|
153
|
+
"a-breadcrumb/max-count": {
|
|
154
|
+
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
155
|
+
"type": "number"
|
|
177
156
|
},
|
|
178
|
-
"a-
|
|
179
|
-
"description": "
|
|
180
|
-
"type": "boolean"
|
|
157
|
+
"a-breadcrumb/routes": {
|
|
158
|
+
"description": "Set routes"
|
|
181
159
|
},
|
|
182
|
-
"a-
|
|
183
|
-
"description": "
|
|
184
|
-
"type": "
|
|
160
|
+
"a-breadcrumb/separator": {
|
|
161
|
+
"description": "Delimiter text",
|
|
162
|
+
"type": "string|number"
|
|
185
163
|
},
|
|
186
|
-
"a-
|
|
187
|
-
"description": "
|
|
188
|
-
"type": "number"
|
|
164
|
+
"a-breadcrumb/custom-url": {
|
|
165
|
+
"description": "Custom link address"
|
|
189
166
|
},
|
|
190
|
-
"a-
|
|
191
|
-
"description": "
|
|
167
|
+
"a-breadcrumb-item/separator": {
|
|
168
|
+
"description": "Delimiter text",
|
|
169
|
+
"type": "string|number"
|
|
192
170
|
},
|
|
193
|
-
"a-
|
|
194
|
-
"description": "
|
|
171
|
+
"a-breadcrumb-item/droplist": {
|
|
172
|
+
"description": "Dropdown content"
|
|
195
173
|
},
|
|
196
|
-
"a-
|
|
197
|
-
"description": "
|
|
174
|
+
"a-breadcrumb-item/dropdown-props": {
|
|
175
|
+
"description": "Dropdown props"
|
|
198
176
|
},
|
|
199
|
-
"a-
|
|
200
|
-
"description": "
|
|
201
|
-
"type": "number"
|
|
177
|
+
"a-auto-complete/change": {
|
|
178
|
+
"description": "Emitted when the value changes"
|
|
202
179
|
},
|
|
203
|
-
"a-
|
|
204
|
-
"description": "
|
|
180
|
+
"a-auto-complete/search": {
|
|
181
|
+
"description": "Emitted when the user searches"
|
|
205
182
|
},
|
|
206
|
-
"a-
|
|
207
|
-
"description": "
|
|
183
|
+
"a-auto-complete/select": {
|
|
184
|
+
"description": "Emitted when an option is selected"
|
|
208
185
|
},
|
|
209
|
-
"a-
|
|
210
|
-
"description": "
|
|
186
|
+
"a-auto-complete/clear": {
|
|
187
|
+
"description": "Triggered when the user clicks the clear button"
|
|
211
188
|
},
|
|
212
|
-
"a-
|
|
213
|
-
"description": "
|
|
214
|
-
"type": "boolean"
|
|
189
|
+
"a-auto-complete/dropdown-scroll": {
|
|
190
|
+
"description": "Triggered when the drop-down scrolls"
|
|
215
191
|
},
|
|
216
|
-
"a-
|
|
217
|
-
"description": "
|
|
192
|
+
"a-auto-complete/dropdown-reach-bottom": {
|
|
193
|
+
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
218
194
|
},
|
|
219
|
-
"a-
|
|
220
|
-
"description": "
|
|
195
|
+
"a-auto-complete/model-value": {
|
|
196
|
+
"description": "Value",
|
|
197
|
+
"type": "string"
|
|
198
|
+
},
|
|
199
|
+
"a-auto-complete/default-value": {
|
|
200
|
+
"description": "Default value (uncontrolled mode)",
|
|
201
|
+
"type": "string"
|
|
202
|
+
},
|
|
203
|
+
"a-auto-complete/disabled": {
|
|
204
|
+
"description": "Whether to disable",
|
|
221
205
|
"type": "boolean"
|
|
222
206
|
},
|
|
223
|
-
"a-
|
|
224
|
-
"description": "
|
|
207
|
+
"a-auto-complete/data": {
|
|
208
|
+
"description": "Data used for auto-complete"
|
|
209
|
+
},
|
|
210
|
+
"a-auto-complete/popup-container": {
|
|
211
|
+
"description": "Mount container for popup"
|
|
212
|
+
},
|
|
213
|
+
"a-auto-complete/strict": {
|
|
214
|
+
"description": "Whether it is strict verification mode",
|
|
225
215
|
"type": "boolean"
|
|
226
216
|
},
|
|
227
|
-
"a-
|
|
228
|
-
"description": "
|
|
229
|
-
"type": "string"
|
|
217
|
+
"a-auto-complete/filter-option": {
|
|
218
|
+
"description": "Custom option filtering method"
|
|
230
219
|
},
|
|
231
|
-
"a-
|
|
232
|
-
"description": "
|
|
233
|
-
|
|
220
|
+
"a-auto-complete/trigger-props": {
|
|
221
|
+
"description": "trigger props"
|
|
222
|
+
},
|
|
223
|
+
"a-auto-complete/allow-clear": {
|
|
224
|
+
"description": "Whether to allow the input to be cleared",
|
|
225
|
+
"type": "boolean"
|
|
226
|
+
},
|
|
227
|
+
"a-auto-complete/virtual-list-props": {
|
|
228
|
+
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
234
229
|
},
|
|
235
230
|
"a-button/click": {
|
|
236
231
|
"description": "Emitted when the button is clicked"
|
|
@@ -286,67 +281,49 @@
|
|
|
286
281
|
"description": "All children whether the button is disabled",
|
|
287
282
|
"type": "boolean"
|
|
288
283
|
},
|
|
289
|
-
"a-
|
|
290
|
-
"description": "
|
|
291
|
-
"type": "
|
|
284
|
+
"a-badge/text": {
|
|
285
|
+
"description": "Set the display text of the status dot",
|
|
286
|
+
"type": "string"
|
|
292
287
|
},
|
|
293
|
-
"a-
|
|
294
|
-
"description": "
|
|
288
|
+
"a-badge/dot": {
|
|
289
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
290
|
+
"type": "boolean"
|
|
295
291
|
},
|
|
296
|
-
"a-
|
|
297
|
-
"description": "
|
|
298
|
-
"type": "
|
|
292
|
+
"a-badge/dot-style": {
|
|
293
|
+
"description": "Customize badge dot style",
|
|
294
|
+
"type": "object"
|
|
299
295
|
},
|
|
300
|
-
"a-
|
|
301
|
-
"description": "
|
|
296
|
+
"a-badge/max-count": {
|
|
297
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
298
|
+
"type": "number"
|
|
302
299
|
},
|
|
303
|
-
"a-
|
|
304
|
-
"description": "
|
|
305
|
-
"type": "string|number"
|
|
300
|
+
"a-badge/offset": {
|
|
301
|
+
"description": "Set offset of the badge dot"
|
|
306
302
|
},
|
|
307
|
-
"a-
|
|
308
|
-
"description": "
|
|
303
|
+
"a-badge/color": {
|
|
304
|
+
"description": "Customize dot color"
|
|
309
305
|
},
|
|
310
|
-
"a-
|
|
311
|
-
"description": "
|
|
306
|
+
"a-badge/status": {
|
|
307
|
+
"description": "Badge status"
|
|
312
308
|
},
|
|
313
|
-
"a-
|
|
314
|
-
"description": "
|
|
309
|
+
"a-badge/count": {
|
|
310
|
+
"description": "Number to show in badge",
|
|
311
|
+
"type": "number"
|
|
315
312
|
},
|
|
316
|
-
"a-
|
|
317
|
-
"description": "
|
|
313
|
+
"a-card/bordered": {
|
|
314
|
+
"description": "Whether to render the border",
|
|
315
|
+
"type": "boolean"
|
|
318
316
|
},
|
|
319
|
-
"a-
|
|
320
|
-
"description": "
|
|
317
|
+
"a-card/loading": {
|
|
318
|
+
"description": "Loading status",
|
|
319
|
+
"type": "boolean"
|
|
321
320
|
},
|
|
322
|
-
"a-
|
|
323
|
-
"description": "
|
|
321
|
+
"a-card/hoverable": {
|
|
322
|
+
"description": "Can be hovered",
|
|
323
|
+
"type": "boolean"
|
|
324
324
|
},
|
|
325
|
-
"a-
|
|
326
|
-
"description": "
|
|
327
|
-
"type": "string"
|
|
328
|
-
},
|
|
329
|
-
"a-calendar/default-mode": {
|
|
330
|
-
"description": "Default Mode",
|
|
331
|
-
"type": "string"
|
|
332
|
-
},
|
|
333
|
-
"a-calendar/modes": {
|
|
334
|
-
"description": "Displayed mode"
|
|
335
|
-
},
|
|
336
|
-
"a-card/bordered": {
|
|
337
|
-
"description": "Whether to render the border",
|
|
338
|
-
"type": "boolean"
|
|
339
|
-
},
|
|
340
|
-
"a-card/loading": {
|
|
341
|
-
"description": "Loading status",
|
|
342
|
-
"type": "boolean"
|
|
343
|
-
},
|
|
344
|
-
"a-card/hoverable": {
|
|
345
|
-
"description": "Can be hovered",
|
|
346
|
-
"type": "boolean"
|
|
347
|
-
},
|
|
348
|
-
"a-card/size": {
|
|
349
|
-
"description": "Size of card",
|
|
325
|
+
"a-card/size": {
|
|
326
|
+
"description": "Size of card",
|
|
350
327
|
"type": "string"
|
|
351
328
|
},
|
|
352
329
|
"a-card/header-style": {
|
|
@@ -421,6 +398,95 @@
|
|
|
421
398
|
"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
399
|
"type": "string"
|
|
423
400
|
},
|
|
401
|
+
"a-collapse/change": {
|
|
402
|
+
"description": "Emitted when the expanded panel changes"
|
|
403
|
+
},
|
|
404
|
+
"a-collapse/active-key": {
|
|
405
|
+
"description": "The `key` of the currently expanded panel"
|
|
406
|
+
},
|
|
407
|
+
"a-collapse/default-active-key": {
|
|
408
|
+
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
409
|
+
},
|
|
410
|
+
"a-collapse/accordion": {
|
|
411
|
+
"description": "Whether to enable accordion mode",
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
},
|
|
414
|
+
"a-collapse/show-expand-icon": {
|
|
415
|
+
"description": "Whether to show the expand icon",
|
|
416
|
+
"type": "boolean"
|
|
417
|
+
},
|
|
418
|
+
"a-collapse/expand-icon-position": {
|
|
419
|
+
"description": "The location where the expand icon is displayed"
|
|
420
|
+
},
|
|
421
|
+
"a-collapse/bordered": {
|
|
422
|
+
"description": "Whether to show the border",
|
|
423
|
+
"type": "boolean"
|
|
424
|
+
},
|
|
425
|
+
"a-collapse/destroy-on-hide": {
|
|
426
|
+
"description": "Whether to destroy content when hidden",
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"a-collapse-item/header": {
|
|
430
|
+
"description": "The title of the panel",
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"a-collapse-item/disabled": {
|
|
434
|
+
"description": "Whether to disable",
|
|
435
|
+
"type": "boolean"
|
|
436
|
+
},
|
|
437
|
+
"a-collapse-item/show-expand-icon": {
|
|
438
|
+
"description": "Whether to show the expand icon",
|
|
439
|
+
"type": "boolean"
|
|
440
|
+
},
|
|
441
|
+
"a-collapse-item/destroy-on-hide": {
|
|
442
|
+
"description": "Whether to destroy content when hidden",
|
|
443
|
+
"type": "boolean"
|
|
444
|
+
},
|
|
445
|
+
"a-checkbox/change": {
|
|
446
|
+
"description": "Trigger when the value changes"
|
|
447
|
+
},
|
|
448
|
+
"a-checkbox/model-value": {
|
|
449
|
+
"description": "Value"
|
|
450
|
+
},
|
|
451
|
+
"a-checkbox/default-checked": {
|
|
452
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
453
|
+
"type": "boolean"
|
|
454
|
+
},
|
|
455
|
+
"a-checkbox/value": {
|
|
456
|
+
"description": "The `value` of the option",
|
|
457
|
+
"type": "string|number|boolean"
|
|
458
|
+
},
|
|
459
|
+
"a-checkbox/disabled": {
|
|
460
|
+
"description": "Whether to disable",
|
|
461
|
+
"type": "boolean"
|
|
462
|
+
},
|
|
463
|
+
"a-checkbox/indeterminate": {
|
|
464
|
+
"description": "Whether it is half-selected",
|
|
465
|
+
"type": "boolean"
|
|
466
|
+
},
|
|
467
|
+
"a-checkbox-group/change": {
|
|
468
|
+
"description": "Trigger when the value changes"
|
|
469
|
+
},
|
|
470
|
+
"a-checkbox-group/model-value": {
|
|
471
|
+
"description": "Value"
|
|
472
|
+
},
|
|
473
|
+
"a-checkbox-group/default-value": {
|
|
474
|
+
"description": "Default value (uncontrolled state)"
|
|
475
|
+
},
|
|
476
|
+
"a-checkbox-group/max": {
|
|
477
|
+
"description": "Support the maximum number of selections",
|
|
478
|
+
"type": "number"
|
|
479
|
+
},
|
|
480
|
+
"a-checkbox-group/options": {
|
|
481
|
+
"description": "Options"
|
|
482
|
+
},
|
|
483
|
+
"a-checkbox-group/direction": {
|
|
484
|
+
"description": "Arrangement direction of checkboxes"
|
|
485
|
+
},
|
|
486
|
+
"a-checkbox-group/disabled": {
|
|
487
|
+
"description": "Whether to disable",
|
|
488
|
+
"type": "boolean"
|
|
489
|
+
},
|
|
424
490
|
"a-cascader/change": {
|
|
425
491
|
"description": "Triggered when the selected value changes"
|
|
426
492
|
},
|
|
@@ -600,50 +666,25 @@
|
|
|
600
666
|
"description": "whether to expand the submenu",
|
|
601
667
|
"type": "boolean"
|
|
602
668
|
},
|
|
603
|
-
"a-
|
|
604
|
-
"description": "
|
|
605
|
-
|
|
606
|
-
"a-checkbox/model-value": {
|
|
607
|
-
"description": "Value"
|
|
608
|
-
},
|
|
609
|
-
"a-checkbox/default-checked": {
|
|
610
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
611
|
-
"type": "boolean"
|
|
612
|
-
},
|
|
613
|
-
"a-checkbox/value": {
|
|
614
|
-
"description": "The `value` of the option",
|
|
615
|
-
"type": "string|number|boolean"
|
|
616
|
-
},
|
|
617
|
-
"a-checkbox/disabled": {
|
|
618
|
-
"description": "Whether to disable",
|
|
619
|
-
"type": "boolean"
|
|
620
|
-
},
|
|
621
|
-
"a-checkbox/indeterminate": {
|
|
622
|
-
"description": "Whether it is half-selected",
|
|
623
|
-
"type": "boolean"
|
|
624
|
-
},
|
|
625
|
-
"a-checkbox-group/change": {
|
|
626
|
-
"description": "Trigger when the value changes"
|
|
627
|
-
},
|
|
628
|
-
"a-checkbox-group/model-value": {
|
|
629
|
-
"description": "Value"
|
|
630
|
-
},
|
|
631
|
-
"a-checkbox-group/default-value": {
|
|
632
|
-
"description": "Default value (uncontrolled state)"
|
|
669
|
+
"a-comment/author": {
|
|
670
|
+
"description": "Display as the comment author",
|
|
671
|
+
"type": "string"
|
|
633
672
|
},
|
|
634
|
-
"a-
|
|
635
|
-
"description": "
|
|
636
|
-
"type": "
|
|
673
|
+
"a-comment/avatar": {
|
|
674
|
+
"description": "Display as the comment avatar",
|
|
675
|
+
"type": "string"
|
|
637
676
|
},
|
|
638
|
-
"a-
|
|
639
|
-
"description": "
|
|
677
|
+
"a-comment/content": {
|
|
678
|
+
"description": "The content of the comment",
|
|
679
|
+
"type": "string"
|
|
640
680
|
},
|
|
641
|
-
"a-
|
|
642
|
-
"description": "
|
|
681
|
+
"a-comment/datetime": {
|
|
682
|
+
"description": "Display as the comment datetime",
|
|
683
|
+
"type": "string"
|
|
643
684
|
},
|
|
644
|
-
"a-
|
|
645
|
-
"description": "
|
|
646
|
-
"type": "
|
|
685
|
+
"a-comment/align": {
|
|
686
|
+
"description": "Alignment of `datetime` and `actions`",
|
|
687
|
+
"type": "string|object"
|
|
647
688
|
},
|
|
648
689
|
"a-color-picker/change": {
|
|
649
690
|
"description": "Triggered when the color value changes"
|
|
@@ -699,334 +740,70 @@
|
|
|
699
740
|
"a-color-picker/preset-colors": {
|
|
700
741
|
"description": "Color array of preset colors"
|
|
701
742
|
},
|
|
702
|
-
"a-
|
|
703
|
-
"description": "
|
|
743
|
+
"a-common/change": {
|
|
744
|
+
"description": "Edit content change"
|
|
704
745
|
},
|
|
705
|
-
"a-
|
|
706
|
-
"description": "The
|
|
746
|
+
"a-common/select": {
|
|
747
|
+
"description": "The selected date has changed but the component value has not changed"
|
|
707
748
|
},
|
|
708
|
-
"a-
|
|
709
|
-
"description": "
|
|
749
|
+
"a-common/popup-visible-change": {
|
|
750
|
+
"description": "Open or close the pop-up box"
|
|
710
751
|
},
|
|
711
|
-
"a-
|
|
712
|
-
"description": "
|
|
713
|
-
"type": "boolean"
|
|
752
|
+
"a-common/ok": {
|
|
753
|
+
"description": "Click the confirm button"
|
|
714
754
|
},
|
|
715
|
-
"a-
|
|
716
|
-
"description": "
|
|
717
|
-
"type": "boolean"
|
|
755
|
+
"a-common/clear": {
|
|
756
|
+
"description": "Click the clear button"
|
|
718
757
|
},
|
|
719
|
-
"a-
|
|
720
|
-
"description": "
|
|
758
|
+
"a-common/select-shortcut": {
|
|
759
|
+
"description": "Click on the shortcut option"
|
|
721
760
|
},
|
|
722
|
-
"a-
|
|
723
|
-
"description": "
|
|
724
|
-
"type": "boolean"
|
|
761
|
+
"a-common/picker-value-change": {
|
|
762
|
+
"description": "Panel date change"
|
|
725
763
|
},
|
|
726
|
-
"a-
|
|
727
|
-
"description": "
|
|
728
|
-
"type": "boolean"
|
|
764
|
+
"a-common/locale": {
|
|
765
|
+
"description": "Internationalization configuration, used to cover the locale file in the `datePicker` field"
|
|
729
766
|
},
|
|
730
|
-
"a-
|
|
731
|
-
"description": "
|
|
732
|
-
"type": "
|
|
767
|
+
"a-common/hide-trigger": {
|
|
768
|
+
"description": "There is no trigger element, only the selection panel is displayed",
|
|
769
|
+
"type": "boolean"
|
|
733
770
|
},
|
|
734
|
-
"a-
|
|
735
|
-
"description": "Whether to
|
|
771
|
+
"a-common/allow-clear": {
|
|
772
|
+
"description": "Whether to allow clear",
|
|
736
773
|
"type": "boolean"
|
|
737
774
|
},
|
|
738
|
-
"a-
|
|
739
|
-
"description": "Whether
|
|
775
|
+
"a-common/readonly": {
|
|
776
|
+
"description": "Whether it is read-only",
|
|
740
777
|
"type": "boolean"
|
|
741
778
|
},
|
|
742
|
-
"a-
|
|
743
|
-
"description": "Whether
|
|
779
|
+
"a-common/error": {
|
|
780
|
+
"description": "Whether it is an error state",
|
|
744
781
|
"type": "boolean"
|
|
745
782
|
},
|
|
746
|
-
"a-
|
|
747
|
-
"description": "
|
|
748
|
-
"type": "string"
|
|
783
|
+
"a-common/size": {
|
|
784
|
+
"description": "The size of the date picker"
|
|
749
785
|
},
|
|
750
|
-
"a-
|
|
751
|
-
"description": "
|
|
752
|
-
"type": "string"
|
|
786
|
+
"a-common/shortcuts": {
|
|
787
|
+
"description": "Quick selection of preset time range"
|
|
753
788
|
},
|
|
754
|
-
"a-
|
|
755
|
-
"description": "The
|
|
789
|
+
"a-common/shortcuts-position": {
|
|
790
|
+
"description": "The position of the preset range on the panel, which is placed at the bottom by default, and the side is generally used for scenes with a large number of preset times",
|
|
756
791
|
"type": "string"
|
|
757
792
|
},
|
|
758
|
-
"a-
|
|
759
|
-
"description": "
|
|
793
|
+
"a-common/position": {
|
|
794
|
+
"description": "The position of the pop-up box",
|
|
760
795
|
"type": "string"
|
|
761
796
|
},
|
|
762
|
-
"a-
|
|
763
|
-
"description": "
|
|
764
|
-
"type": "
|
|
797
|
+
"a-common/popup-visible": {
|
|
798
|
+
"description": "Control the open or closed state of the pop-up box",
|
|
799
|
+
"type": "boolean"
|
|
765
800
|
},
|
|
766
|
-
"a-
|
|
767
|
-
"description": "
|
|
768
|
-
"type": "
|
|
801
|
+
"a-common/default-popup-visible": {
|
|
802
|
+
"description": "The default pop-up box is open or closed",
|
|
803
|
+
"type": "boolean"
|
|
769
804
|
},
|
|
770
|
-
"a-
|
|
771
|
-
"description": "
|
|
772
|
-
},
|
|
773
|
-
"a-config-provider/size": {
|
|
774
|
-
"description": "Size"
|
|
775
|
-
},
|
|
776
|
-
"a-config-provider/global": {
|
|
777
|
-
"description": "Is global effect",
|
|
778
|
-
"type": "boolean"
|
|
779
|
-
},
|
|
780
|
-
"a-config-provider/scroll-to-close": {
|
|
781
|
-
"description": "Whether to close the popover when scrolling",
|
|
782
|
-
"type": "boolean"
|
|
783
|
-
},
|
|
784
|
-
"a-config-provider/exchange-time": {
|
|
785
|
-
"description": "Whether to exchange time",
|
|
786
|
-
"type": "boolean"
|
|
787
|
-
},
|
|
788
|
-
"a-config-provider/rtl": {
|
|
789
|
-
"description": "View starts from the right and ends on the left",
|
|
790
|
-
"type": "boolean"
|
|
791
|
-
},
|
|
792
|
-
"a-descriptions/data": {
|
|
793
|
-
"description": "Data for descriptions"
|
|
794
|
-
},
|
|
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"
|
|
797
|
-
},
|
|
798
|
-
"a-descriptions/title": {
|
|
799
|
-
"description": "Title of descriptions",
|
|
800
|
-
"type": "string"
|
|
801
|
-
},
|
|
802
|
-
"a-descriptions/layout": {
|
|
803
|
-
"description": "Arrangement of descriptions",
|
|
804
|
-
"type": "string"
|
|
805
|
-
},
|
|
806
|
-
"a-descriptions/align": {
|
|
807
|
-
"description": "Alignment position of text"
|
|
808
|
-
},
|
|
809
|
-
"a-descriptions/size": {
|
|
810
|
-
"description": "The size of the descriptions"
|
|
811
|
-
},
|
|
812
|
-
"a-descriptions/bordered": {
|
|
813
|
-
"description": "Whether to show the border",
|
|
814
|
-
"type": "boolean"
|
|
815
|
-
},
|
|
816
|
-
"a-descriptions/label-style": {
|
|
817
|
-
"description": "Data label style"
|
|
818
|
-
},
|
|
819
|
-
"a-descriptions/value-style": {
|
|
820
|
-
"description": "Data content style"
|
|
821
|
-
},
|
|
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`.",
|
|
824
|
-
"type": "string"
|
|
825
|
-
},
|
|
826
|
-
"a-descriptions-item/span": {
|
|
827
|
-
"description": "number of columns",
|
|
828
|
-
"type": "number"
|
|
829
|
-
},
|
|
830
|
-
"a-descriptions-item/label": {
|
|
831
|
-
"description": "Label",
|
|
832
|
-
"type": "string"
|
|
833
|
-
},
|
|
834
|
-
"a-divider/direction": {
|
|
835
|
-
"description": "The direction of the dividing line. Can be horizontal or vertical"
|
|
836
|
-
},
|
|
837
|
-
"a-divider/orientation": {
|
|
838
|
-
"description": "The position of the dividing line text",
|
|
839
|
-
"type": "string"
|
|
840
|
-
},
|
|
841
|
-
"a-divider/type": {
|
|
842
|
-
"description": "Dividing line style type",
|
|
843
|
-
"type": "string"
|
|
844
|
-
},
|
|
845
|
-
"a-divider/size": {
|
|
846
|
-
"description": "The wide/height of the dividing line",
|
|
847
|
-
"type": "number"
|
|
848
|
-
},
|
|
849
|
-
"a-divider/margin": {
|
|
850
|
-
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
851
|
-
"type": "number | string"
|
|
852
|
-
},
|
|
853
|
-
"a-drawer/ok": {
|
|
854
|
-
"description": "Triggered when the OK button is clicked"
|
|
855
|
-
},
|
|
856
|
-
"a-drawer/cancel": {
|
|
857
|
-
"description": "Triggered when the cancel or close button is clicked"
|
|
858
|
-
},
|
|
859
|
-
"a-drawer/open": {
|
|
860
|
-
"description": "Triggered after the drawer is opened (the animation ends)"
|
|
861
|
-
},
|
|
862
|
-
"a-drawer/close": {
|
|
863
|
-
"description": "Triggered when the drawer is closed (the animation ends)"
|
|
864
|
-
},
|
|
865
|
-
"a-drawer/before-open": {
|
|
866
|
-
"description": "Triggered before drawer is opened"
|
|
867
|
-
},
|
|
868
|
-
"a-drawer/before-close": {
|
|
869
|
-
"description": "Triggered before drawer is closed"
|
|
870
|
-
},
|
|
871
|
-
"a-drawer/visible": {
|
|
872
|
-
"description": "Whether the drawer is visible",
|
|
873
|
-
"type": "boolean"
|
|
874
|
-
},
|
|
875
|
-
"a-drawer/default-visible": {
|
|
876
|
-
"description": "Whether the drawer is visible by default (uncontrolled mode)",
|
|
877
|
-
"type": "boolean"
|
|
878
|
-
},
|
|
879
|
-
"a-drawer/placement": {
|
|
880
|
-
"description": "Where the drawer is placed"
|
|
881
|
-
},
|
|
882
|
-
"a-drawer/title": {
|
|
883
|
-
"description": "Title",
|
|
884
|
-
"type": "string"
|
|
885
|
-
},
|
|
886
|
-
"a-drawer/mask": {
|
|
887
|
-
"description": "Whether to show the mask",
|
|
888
|
-
"type": "boolean"
|
|
889
|
-
},
|
|
890
|
-
"a-drawer/mask-closable": {
|
|
891
|
-
"description": "Click on the mask layer to be able to close",
|
|
892
|
-
"type": "boolean"
|
|
893
|
-
},
|
|
894
|
-
"a-drawer/closable": {
|
|
895
|
-
"description": "Whether to show the close button",
|
|
896
|
-
"type": "boolean"
|
|
897
|
-
},
|
|
898
|
-
"a-drawer/ok-text": {
|
|
899
|
-
"description": "The content of the ok button",
|
|
900
|
-
"type": "string"
|
|
901
|
-
},
|
|
902
|
-
"a-drawer/cancel-text": {
|
|
903
|
-
"description": "The content of the cancel button",
|
|
904
|
-
"type": "string"
|
|
905
|
-
},
|
|
906
|
-
"a-drawer/ok-loading": {
|
|
907
|
-
"description": "Whether the ok button is in the loading state",
|
|
908
|
-
"type": "boolean"
|
|
909
|
-
},
|
|
910
|
-
"a-drawer/ok-button-props": {
|
|
911
|
-
"description": "Props of confirm button"
|
|
912
|
-
},
|
|
913
|
-
"a-drawer/cancel-button-props": {
|
|
914
|
-
"description": "Props of cancel button"
|
|
915
|
-
},
|
|
916
|
-
"a-drawer/unmount-on-close": {
|
|
917
|
-
"description": "Whether to uninstall the node when close",
|
|
918
|
-
"type": "boolean"
|
|
919
|
-
},
|
|
920
|
-
"a-drawer/width": {
|
|
921
|
-
"description": "The width of the drawer (only available when placement is right, left)",
|
|
922
|
-
"type": "number|string"
|
|
923
|
-
},
|
|
924
|
-
"a-drawer/height": {
|
|
925
|
-
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
926
|
-
"type": "number|string"
|
|
927
|
-
},
|
|
928
|
-
"a-drawer/popup-container": {
|
|
929
|
-
"description": "Mount container for popup"
|
|
930
|
-
},
|
|
931
|
-
"a-drawer/drawer-style": {
|
|
932
|
-
"description": "Drawer style"
|
|
933
|
-
},
|
|
934
|
-
"a-drawer/body-class": {
|
|
935
|
-
"description": "The classname of the drawer body"
|
|
936
|
-
},
|
|
937
|
-
"a-drawer/body-style": {
|
|
938
|
-
"description": "Drawer body style"
|
|
939
|
-
},
|
|
940
|
-
"a-drawer/before-ok": {
|
|
941
|
-
"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."
|
|
942
|
-
},
|
|
943
|
-
"a-drawer/before-cancel": {
|
|
944
|
-
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
945
|
-
},
|
|
946
|
-
"a-drawer/esc-to-close": {
|
|
947
|
-
"description": "Whether to support the ESC key to close the dialog",
|
|
948
|
-
"type": "boolean"
|
|
949
|
-
},
|
|
950
|
-
"a-drawer/render-to-body": {
|
|
951
|
-
"description": "Whether the drawer is mounted under the `body` element",
|
|
952
|
-
"type": "boolean"
|
|
953
|
-
},
|
|
954
|
-
"a-drawer/header": {
|
|
955
|
-
"description": "Whether to display high-quality content",
|
|
956
|
-
"type": "boolean"
|
|
957
|
-
},
|
|
958
|
-
"a-drawer/footer": {
|
|
959
|
-
"description": "Whether to display the bottom content",
|
|
960
|
-
"type": "boolean"
|
|
961
|
-
},
|
|
962
|
-
"a-drawer/hide-cancel": {
|
|
963
|
-
"description": "Whether to hide the cancel button",
|
|
964
|
-
"type": "boolean"
|
|
965
|
-
},
|
|
966
|
-
"a-common/change": {
|
|
967
|
-
"description": "Edit content change"
|
|
968
|
-
},
|
|
969
|
-
"a-common/select": {
|
|
970
|
-
"description": "The selected date has changed but the component value has not changed"
|
|
971
|
-
},
|
|
972
|
-
"a-common/popup-visible-change": {
|
|
973
|
-
"description": "Open or close the pop-up box"
|
|
974
|
-
},
|
|
975
|
-
"a-common/ok": {
|
|
976
|
-
"description": "Click the confirm button"
|
|
977
|
-
},
|
|
978
|
-
"a-common/clear": {
|
|
979
|
-
"description": "Click the clear button"
|
|
980
|
-
},
|
|
981
|
-
"a-common/select-shortcut": {
|
|
982
|
-
"description": "Click on the shortcut option"
|
|
983
|
-
},
|
|
984
|
-
"a-common/picker-value-change": {
|
|
985
|
-
"description": "Panel date change"
|
|
986
|
-
},
|
|
987
|
-
"a-common/locale": {
|
|
988
|
-
"description": "Internationalization configuration, used to cover the locale file in the `datePicker` field"
|
|
989
|
-
},
|
|
990
|
-
"a-common/hide-trigger": {
|
|
991
|
-
"description": "There is no trigger element, only the selection panel is displayed",
|
|
992
|
-
"type": "boolean"
|
|
993
|
-
},
|
|
994
|
-
"a-common/allow-clear": {
|
|
995
|
-
"description": "Whether to allow clear",
|
|
996
|
-
"type": "boolean"
|
|
997
|
-
},
|
|
998
|
-
"a-common/readonly": {
|
|
999
|
-
"description": "Whether it is read-only",
|
|
1000
|
-
"type": "boolean"
|
|
1001
|
-
},
|
|
1002
|
-
"a-common/error": {
|
|
1003
|
-
"description": "Whether it is an error state",
|
|
1004
|
-
"type": "boolean"
|
|
1005
|
-
},
|
|
1006
|
-
"a-common/size": {
|
|
1007
|
-
"description": "The size of the date picker"
|
|
1008
|
-
},
|
|
1009
|
-
"a-common/shortcuts": {
|
|
1010
|
-
"description": "Quick selection of preset time range"
|
|
1011
|
-
},
|
|
1012
|
-
"a-common/shortcuts-position": {
|
|
1013
|
-
"description": "The position of the preset range on the panel, which is placed at the bottom by default, and the side is generally used for scenes with a large number of preset times",
|
|
1014
|
-
"type": "string"
|
|
1015
|
-
},
|
|
1016
|
-
"a-common/position": {
|
|
1017
|
-
"description": "The position of the pop-up box",
|
|
1018
|
-
"type": "string"
|
|
1019
|
-
},
|
|
1020
|
-
"a-common/popup-visible": {
|
|
1021
|
-
"description": "Control the open or closed state of the pop-up box",
|
|
1022
|
-
"type": "boolean"
|
|
1023
|
-
},
|
|
1024
|
-
"a-common/default-popup-visible": {
|
|
1025
|
-
"description": "The default pop-up box is open or closed",
|
|
1026
|
-
"type": "boolean"
|
|
1027
|
-
},
|
|
1028
|
-
"a-common/trigger-props": {
|
|
1029
|
-
"description": "You can pass in the parameters of the `Trigger` component"
|
|
805
|
+
"a-common/trigger-props": {
|
|
806
|
+
"description": "You can pass in the parameters of the `Trigger` component"
|
|
1030
807
|
},
|
|
1031
808
|
"a-common/unmount-on-close": {
|
|
1032
809
|
"description": "Whether to destroy the DOM structure when hiding",
|
|
@@ -1205,40 +982,150 @@
|
|
|
1205
982
|
"description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)",
|
|
1206
983
|
"type": "string"
|
|
1207
984
|
},
|
|
1208
|
-
"a-range-picker/value-format": {
|
|
1209
|
-
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
|
|
985
|
+
"a-range-picker/value-format": {
|
|
986
|
+
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
|
|
987
|
+
},
|
|
988
|
+
"a-range-picker/show-time": {
|
|
989
|
+
"description": "Whether to increase time selection",
|
|
990
|
+
"type": "boolean"
|
|
991
|
+
},
|
|
992
|
+
"a-range-picker/time-picker-props": {
|
|
993
|
+
"description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
|
|
994
|
+
},
|
|
995
|
+
"a-range-picker/placeholder": {
|
|
996
|
+
"description": "Prompt copy"
|
|
997
|
+
},
|
|
998
|
+
"a-range-picker/disabled-date": {
|
|
999
|
+
"description": "Non-selectable date"
|
|
1000
|
+
},
|
|
1001
|
+
"a-range-picker/disabled-time": {
|
|
1002
|
+
"description": "Unselectable time"
|
|
1003
|
+
},
|
|
1004
|
+
"a-range-picker/separator": {
|
|
1005
|
+
"description": "The segmentation symbol in the input box of the range selector",
|
|
1006
|
+
"type": "string"
|
|
1007
|
+
},
|
|
1008
|
+
"a-range-picker/exchange-time": {
|
|
1009
|
+
"description": "Whether the time will be exchanged, by default time will affect and participate in the ordering of start and end values, if you want to fix the time order, you can turn it off.",
|
|
1010
|
+
"type": "boolean"
|
|
1011
|
+
},
|
|
1012
|
+
"a-range-picker/disabled-input": {
|
|
1013
|
+
"description": "Whether input is disabled with the keyboard.",
|
|
1014
|
+
"type": "boolean"
|
|
1015
|
+
},
|
|
1016
|
+
"a-range-picker/abbreviation": {
|
|
1017
|
+
"description": "Whether to enable abbreviation",
|
|
1018
|
+
"type": "boolean"
|
|
1019
|
+
},
|
|
1020
|
+
"a-descriptions/data": {
|
|
1021
|
+
"description": "Data for descriptions"
|
|
1022
|
+
},
|
|
1023
|
+
"a-descriptions/column": {
|
|
1024
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1025
|
+
},
|
|
1026
|
+
"a-descriptions/title": {
|
|
1027
|
+
"description": "Title of descriptions",
|
|
1028
|
+
"type": "string"
|
|
1029
|
+
},
|
|
1030
|
+
"a-descriptions/layout": {
|
|
1031
|
+
"description": "Arrangement of descriptions",
|
|
1032
|
+
"type": "string"
|
|
1033
|
+
},
|
|
1034
|
+
"a-descriptions/align": {
|
|
1035
|
+
"description": "Alignment position of text"
|
|
1036
|
+
},
|
|
1037
|
+
"a-descriptions/size": {
|
|
1038
|
+
"description": "The size of the descriptions"
|
|
1039
|
+
},
|
|
1040
|
+
"a-descriptions/bordered": {
|
|
1041
|
+
"description": "Whether to show the border",
|
|
1042
|
+
"type": "boolean"
|
|
1043
|
+
},
|
|
1044
|
+
"a-descriptions/label-style": {
|
|
1045
|
+
"description": "Data label style"
|
|
1046
|
+
},
|
|
1047
|
+
"a-descriptions/value-style": {
|
|
1048
|
+
"description": "Data content style"
|
|
1049
|
+
},
|
|
1050
|
+
"a-descriptions/table-layout": {
|
|
1051
|
+
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1052
|
+
"type": "string"
|
|
1053
|
+
},
|
|
1054
|
+
"a-descriptions-item/span": {
|
|
1055
|
+
"description": "number of columns",
|
|
1056
|
+
"type": "number"
|
|
1057
|
+
},
|
|
1058
|
+
"a-descriptions-item/label": {
|
|
1059
|
+
"description": "Label",
|
|
1060
|
+
"type": "string"
|
|
1061
|
+
},
|
|
1062
|
+
"a-config-provider/prefix-cls": {
|
|
1063
|
+
"description": "Component classname prefix",
|
|
1064
|
+
"type": "string"
|
|
1065
|
+
},
|
|
1066
|
+
"a-config-provider/locale": {
|
|
1067
|
+
"description": "Configure language pack"
|
|
1068
|
+
},
|
|
1069
|
+
"a-config-provider/size": {
|
|
1070
|
+
"description": "Size"
|
|
1071
|
+
},
|
|
1072
|
+
"a-config-provider/global": {
|
|
1073
|
+
"description": "Is global effect",
|
|
1074
|
+
"type": "boolean"
|
|
1075
|
+
},
|
|
1076
|
+
"a-config-provider/scroll-to-close": {
|
|
1077
|
+
"description": "Whether to close the popover when scrolling",
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1080
|
+
"a-config-provider/exchange-time": {
|
|
1081
|
+
"description": "Whether to exchange time",
|
|
1082
|
+
"type": "boolean"
|
|
1083
|
+
},
|
|
1084
|
+
"a-config-provider/rtl": {
|
|
1085
|
+
"description": "View starts from the right and ends on the left",
|
|
1086
|
+
"type": "boolean"
|
|
1087
|
+
},
|
|
1088
|
+
"a-divider/direction": {
|
|
1089
|
+
"description": "The direction of the dividing line. Can be horizontal or vertical"
|
|
1090
|
+
},
|
|
1091
|
+
"a-divider/orientation": {
|
|
1092
|
+
"description": "The position of the dividing line text",
|
|
1093
|
+
"type": "string"
|
|
1094
|
+
},
|
|
1095
|
+
"a-divider/type": {
|
|
1096
|
+
"description": "Dividing line style type",
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
"a-divider/size": {
|
|
1100
|
+
"description": "The wide/height of the dividing line",
|
|
1101
|
+
"type": "number"
|
|
1210
1102
|
},
|
|
1211
|
-
"a-
|
|
1212
|
-
"description": "
|
|
1213
|
-
"type": "
|
|
1103
|
+
"a-divider/margin": {
|
|
1104
|
+
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
1105
|
+
"type": "number | string"
|
|
1214
1106
|
},
|
|
1215
|
-
"a-
|
|
1216
|
-
"description": "
|
|
1107
|
+
"a-calendar/change": {
|
|
1108
|
+
"description": "Emitted when the button is clicked"
|
|
1217
1109
|
},
|
|
1218
|
-
"a-
|
|
1219
|
-
"description": "
|
|
1110
|
+
"a-calendar/panel-change": {
|
|
1111
|
+
"description": "Emitted when the button is clicked"
|
|
1220
1112
|
},
|
|
1221
|
-
"a-
|
|
1222
|
-
"description": "
|
|
1113
|
+
"a-calendar/model-value": {
|
|
1114
|
+
"description": "Value"
|
|
1223
1115
|
},
|
|
1224
|
-
"a-
|
|
1225
|
-
"description": "
|
|
1116
|
+
"a-calendar/default-value": {
|
|
1117
|
+
"description": "Default value (uncontrolled state)"
|
|
1226
1118
|
},
|
|
1227
|
-
"a-
|
|
1228
|
-
"description": "
|
|
1119
|
+
"a-calendar/mode": {
|
|
1120
|
+
"description": "Mode",
|
|
1229
1121
|
"type": "string"
|
|
1230
1122
|
},
|
|
1231
|
-
"a-
|
|
1232
|
-
"description": "
|
|
1233
|
-
"type": "
|
|
1234
|
-
},
|
|
1235
|
-
"a-range-picker/disabled-input": {
|
|
1236
|
-
"description": "Whether input is disabled with the keyboard.",
|
|
1237
|
-
"type": "boolean"
|
|
1123
|
+
"a-calendar/default-mode": {
|
|
1124
|
+
"description": "Default Mode",
|
|
1125
|
+
"type": "string"
|
|
1238
1126
|
},
|
|
1239
|
-
"a-
|
|
1240
|
-
"description": "
|
|
1241
|
-
"type": "boolean"
|
|
1127
|
+
"a-calendar/modes": {
|
|
1128
|
+
"description": "Displayed mode"
|
|
1242
1129
|
},
|
|
1243
1130
|
"a-dropdown/popup-visible-change": {
|
|
1244
1131
|
"description": "Triggered when the display status of the drop-down box changes"
|
|
@@ -1369,18 +1256,6 @@
|
|
|
1369
1256
|
"description": "Whether to hide popup when the user selects",
|
|
1370
1257
|
"type": "boolean"
|
|
1371
1258
|
},
|
|
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",
|
|
1382
|
-
"type": "boolean"
|
|
1383
|
-
},
|
|
1384
1259
|
"a-form/submit": {
|
|
1385
1260
|
"description": "Triggered when the form is submitted"
|
|
1386
1261
|
},
|
|
@@ -1507,36 +1382,240 @@
|
|
|
1507
1382
|
"description": "Form item layout options. The parameters are the same as the `<row>` component",
|
|
1508
1383
|
"type": "object"
|
|
1509
1384
|
},
|
|
1510
|
-
"a-form-item/row-class": {
|
|
1511
|
-
"description": "The class of the form item layout component",
|
|
1512
|
-
"type": "string|array|object"
|
|
1385
|
+
"a-form-item/row-class": {
|
|
1386
|
+
"description": "The class of the form item layout component",
|
|
1387
|
+
"type": "string|array|object"
|
|
1388
|
+
},
|
|
1389
|
+
"a-form-item/content-class": {
|
|
1390
|
+
"description": "The class of the form control wrapping layer",
|
|
1391
|
+
"type": "string|array|object"
|
|
1392
|
+
},
|
|
1393
|
+
"a-form-item/content-flex": {
|
|
1394
|
+
"description": "Whether to enable flex layout in the content layer",
|
|
1395
|
+
"type": "boolean"
|
|
1396
|
+
},
|
|
1397
|
+
"a-form-item/merge-props": {
|
|
1398
|
+
"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"
|
|
1399
|
+
},
|
|
1400
|
+
"a-form-item/label-col-flex": {
|
|
1401
|
+
"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`.",
|
|
1402
|
+
"type": "number|string"
|
|
1403
|
+
},
|
|
1404
|
+
"a-form-item/feedback": {
|
|
1405
|
+
"description": "Whether to show the feedback icon for the form control",
|
|
1406
|
+
"type": "boolean"
|
|
1407
|
+
},
|
|
1408
|
+
"a-form-item/label-component": {
|
|
1409
|
+
"description": "The element that the form item label renders",
|
|
1410
|
+
"type": "string"
|
|
1411
|
+
},
|
|
1412
|
+
"a-form-item/label-attrs": {
|
|
1413
|
+
"description": "Attributes of the form item element",
|
|
1414
|
+
"type": "object"
|
|
1415
|
+
},
|
|
1416
|
+
"a-drawer/ok": {
|
|
1417
|
+
"description": "Triggered when the OK button is clicked"
|
|
1418
|
+
},
|
|
1419
|
+
"a-drawer/cancel": {
|
|
1420
|
+
"description": "Triggered when the cancel or close button is clicked"
|
|
1421
|
+
},
|
|
1422
|
+
"a-drawer/open": {
|
|
1423
|
+
"description": "Triggered after the drawer is opened (the animation ends)"
|
|
1424
|
+
},
|
|
1425
|
+
"a-drawer/close": {
|
|
1426
|
+
"description": "Triggered when the drawer is closed (the animation ends)"
|
|
1427
|
+
},
|
|
1428
|
+
"a-drawer/before-open": {
|
|
1429
|
+
"description": "Triggered before drawer is opened"
|
|
1430
|
+
},
|
|
1431
|
+
"a-drawer/before-close": {
|
|
1432
|
+
"description": "Triggered before drawer is closed"
|
|
1433
|
+
},
|
|
1434
|
+
"a-drawer/visible": {
|
|
1435
|
+
"description": "Whether the drawer is visible",
|
|
1436
|
+
"type": "boolean"
|
|
1437
|
+
},
|
|
1438
|
+
"a-drawer/default-visible": {
|
|
1439
|
+
"description": "Whether the drawer is visible by default (uncontrolled mode)",
|
|
1440
|
+
"type": "boolean"
|
|
1441
|
+
},
|
|
1442
|
+
"a-drawer/placement": {
|
|
1443
|
+
"description": "Where the drawer is placed"
|
|
1444
|
+
},
|
|
1445
|
+
"a-drawer/title": {
|
|
1446
|
+
"description": "Title",
|
|
1447
|
+
"type": "string"
|
|
1448
|
+
},
|
|
1449
|
+
"a-drawer/mask": {
|
|
1450
|
+
"description": "Whether to show the mask",
|
|
1451
|
+
"type": "boolean"
|
|
1452
|
+
},
|
|
1453
|
+
"a-drawer/mask-closable": {
|
|
1454
|
+
"description": "Click on the mask layer to be able to close",
|
|
1455
|
+
"type": "boolean"
|
|
1456
|
+
},
|
|
1457
|
+
"a-drawer/closable": {
|
|
1458
|
+
"description": "Whether to show the close button",
|
|
1459
|
+
"type": "boolean"
|
|
1460
|
+
},
|
|
1461
|
+
"a-drawer/ok-text": {
|
|
1462
|
+
"description": "The content of the ok button",
|
|
1463
|
+
"type": "string"
|
|
1464
|
+
},
|
|
1465
|
+
"a-drawer/cancel-text": {
|
|
1466
|
+
"description": "The content of the cancel button",
|
|
1467
|
+
"type": "string"
|
|
1468
|
+
},
|
|
1469
|
+
"a-drawer/ok-loading": {
|
|
1470
|
+
"description": "Whether the ok button is in the loading state",
|
|
1471
|
+
"type": "boolean"
|
|
1472
|
+
},
|
|
1473
|
+
"a-drawer/ok-button-props": {
|
|
1474
|
+
"description": "Props of confirm button"
|
|
1475
|
+
},
|
|
1476
|
+
"a-drawer/cancel-button-props": {
|
|
1477
|
+
"description": "Props of cancel button"
|
|
1478
|
+
},
|
|
1479
|
+
"a-drawer/unmount-on-close": {
|
|
1480
|
+
"description": "Whether to uninstall the node when close",
|
|
1481
|
+
"type": "boolean"
|
|
1482
|
+
},
|
|
1483
|
+
"a-drawer/width": {
|
|
1484
|
+
"description": "The width of the drawer (only available when placement is right, left)",
|
|
1485
|
+
"type": "number|string"
|
|
1486
|
+
},
|
|
1487
|
+
"a-drawer/height": {
|
|
1488
|
+
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
1489
|
+
"type": "number|string"
|
|
1490
|
+
},
|
|
1491
|
+
"a-drawer/popup-container": {
|
|
1492
|
+
"description": "Mount container for popup"
|
|
1493
|
+
},
|
|
1494
|
+
"a-drawer/drawer-style": {
|
|
1495
|
+
"description": "Drawer style"
|
|
1496
|
+
},
|
|
1497
|
+
"a-drawer/body-class": {
|
|
1498
|
+
"description": "The classname of the drawer body"
|
|
1499
|
+
},
|
|
1500
|
+
"a-drawer/body-style": {
|
|
1501
|
+
"description": "Drawer body style"
|
|
1502
|
+
},
|
|
1503
|
+
"a-drawer/before-ok": {
|
|
1504
|
+
"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."
|
|
1505
|
+
},
|
|
1506
|
+
"a-drawer/before-cancel": {
|
|
1507
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
1508
|
+
},
|
|
1509
|
+
"a-drawer/esc-to-close": {
|
|
1510
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
1511
|
+
"type": "boolean"
|
|
1512
|
+
},
|
|
1513
|
+
"a-drawer/render-to-body": {
|
|
1514
|
+
"description": "Whether the drawer is mounted under the `body` element",
|
|
1515
|
+
"type": "boolean"
|
|
1516
|
+
},
|
|
1517
|
+
"a-drawer/header": {
|
|
1518
|
+
"description": "Whether to display high-quality content",
|
|
1519
|
+
"type": "boolean"
|
|
1520
|
+
},
|
|
1521
|
+
"a-drawer/footer": {
|
|
1522
|
+
"description": "Whether to display the bottom content",
|
|
1523
|
+
"type": "boolean"
|
|
1524
|
+
},
|
|
1525
|
+
"a-drawer/hide-cancel": {
|
|
1526
|
+
"description": "Whether to hide the cancel button",
|
|
1527
|
+
"type": "boolean"
|
|
1528
|
+
},
|
|
1529
|
+
"a-row/gutter": {
|
|
1530
|
+
"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."
|
|
1531
|
+
},
|
|
1532
|
+
"a-row/justify": {
|
|
1533
|
+
"description": "Horizontal alignment (`justify-content`)",
|
|
1534
|
+
"type": "string"
|
|
1535
|
+
},
|
|
1536
|
+
"a-row/align": {
|
|
1537
|
+
"description": "Vertical alignment (`align-items`)",
|
|
1538
|
+
"type": "string"
|
|
1539
|
+
},
|
|
1540
|
+
"a-row/div": {
|
|
1541
|
+
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1542
|
+
"type": "boolean"
|
|
1543
|
+
},
|
|
1544
|
+
"a-row/wrap": {
|
|
1545
|
+
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1546
|
+
"type": "boolean"
|
|
1547
|
+
},
|
|
1548
|
+
"a-col/span": {
|
|
1549
|
+
"description": "Number of grid space",
|
|
1550
|
+
"type": "number"
|
|
1551
|
+
},
|
|
1552
|
+
"a-col/offset": {
|
|
1553
|
+
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
1554
|
+
"type": "number"
|
|
1555
|
+
},
|
|
1556
|
+
"a-col/order": {
|
|
1557
|
+
"description": "Sort elements",
|
|
1558
|
+
"type": "number"
|
|
1559
|
+
},
|
|
1560
|
+
"a-col/xs": {
|
|
1561
|
+
"description": "<576px responsive grid"
|
|
1562
|
+
},
|
|
1563
|
+
"a-col/sm": {
|
|
1564
|
+
"description": ">= 576px responsive grid"
|
|
1565
|
+
},
|
|
1566
|
+
"a-col/md": {
|
|
1567
|
+
"description": ">= 768px responsive grid"
|
|
1568
|
+
},
|
|
1569
|
+
"a-col/lg": {
|
|
1570
|
+
"description": ">= 992px responsive grid"
|
|
1571
|
+
},
|
|
1572
|
+
"a-col/xl": {
|
|
1573
|
+
"description": ">= 1200px responsive grid"
|
|
1574
|
+
},
|
|
1575
|
+
"a-col/xxl": {
|
|
1576
|
+
"description": ">= 1600px responsive grid"
|
|
1577
|
+
},
|
|
1578
|
+
"a-col/flex": {
|
|
1579
|
+
"description": "Set flex layout properties"
|
|
1580
|
+
},
|
|
1581
|
+
"a-grid/cols": {
|
|
1582
|
+
"description": "Number of columns displayed in each row"
|
|
1513
1583
|
},
|
|
1514
|
-
"a-
|
|
1515
|
-
"description": "The
|
|
1516
|
-
"type": "string|array|object"
|
|
1584
|
+
"a-grid/row-gap": {
|
|
1585
|
+
"description": "The space in row-to-row"
|
|
1517
1586
|
},
|
|
1518
|
-
"a-
|
|
1519
|
-
"description": "
|
|
1587
|
+
"a-grid/col-gap": {
|
|
1588
|
+
"description": "The space in column-to-column"
|
|
1589
|
+
},
|
|
1590
|
+
"a-grid/collapsed": {
|
|
1591
|
+
"description": "Whether to collapsed",
|
|
1520
1592
|
"type": "boolean"
|
|
1521
1593
|
},
|
|
1522
|
-
"a-
|
|
1523
|
-
"description": "
|
|
1594
|
+
"a-grid/collapsed-rows": {
|
|
1595
|
+
"description": "Number of rows displayed when collapsed",
|
|
1596
|
+
"type": "number"
|
|
1524
1597
|
},
|
|
1525
|
-
"a-
|
|
1526
|
-
"description": "
|
|
1527
|
-
"type": "number|string"
|
|
1598
|
+
"a-grid-item/span": {
|
|
1599
|
+
"description": "Number of grids spanned"
|
|
1528
1600
|
},
|
|
1529
|
-
"a-
|
|
1530
|
-
"description": "
|
|
1601
|
+
"a-grid-item/offset": {
|
|
1602
|
+
"description": "Number of grids on the left"
|
|
1603
|
+
},
|
|
1604
|
+
"a-grid-item/suffix": {
|
|
1605
|
+
"description": "Is it a suffix element",
|
|
1531
1606
|
"type": "boolean"
|
|
1532
1607
|
},
|
|
1533
|
-
"a-
|
|
1534
|
-
"description": "
|
|
1608
|
+
"a-empty/description": {
|
|
1609
|
+
"description": "Description",
|
|
1535
1610
|
"type": "string"
|
|
1536
1611
|
},
|
|
1537
|
-
"a-
|
|
1538
|
-
"description": "
|
|
1539
|
-
"type": "
|
|
1612
|
+
"a-empty/img-src": {
|
|
1613
|
+
"description": "The src of the Custom Image",
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
},
|
|
1616
|
+
"a-empty/in-config-provider": {
|
|
1617
|
+
"description": "Whether to use in ConfigProvider",
|
|
1618
|
+
"type": "boolean"
|
|
1540
1619
|
},
|
|
1541
1620
|
"a-image/preview-visible-change": {
|
|
1542
1621
|
"description": "Preview opening and closing events"
|
|
@@ -1673,275 +1752,75 @@
|
|
|
1673
1752
|
"description": "Whether is visible",
|
|
1674
1753
|
"type": "boolean"
|
|
1675
1754
|
},
|
|
1676
|
-
"a-image-preview-group/default-visible": {
|
|
1677
|
-
"description": "Default visibility",
|
|
1678
|
-
"type": "boolean"
|
|
1679
|
-
},
|
|
1680
|
-
"a-image-preview-group/mask-closable": {
|
|
1681
|
-
"description": "Whether to close the modal when mask is clicked",
|
|
1682
|
-
"type": "boolean"
|
|
1683
|
-
},
|
|
1684
|
-
"a-image-preview-group/closable": {
|
|
1685
|
-
"description": "Whether to show close button",
|
|
1686
|
-
"type": "boolean"
|
|
1687
|
-
},
|
|
1688
|
-
"a-image-preview-group/actions-layout": {
|
|
1689
|
-
"description": "Layout of action list"
|
|
1690
|
-
},
|
|
1691
|
-
"a-image-preview-group/popup-container": {
|
|
1692
|
-
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1693
|
-
},
|
|
1694
|
-
"a-image-preview-action/name": {
|
|
1695
|
-
"description": "the name of the action",
|
|
1696
|
-
"type": "string"
|
|
1697
|
-
},
|
|
1698
|
-
"a-image-preview-action/disabled": {
|
|
1699
|
-
"description": "Whether to disable the action",
|
|
1700
|
-
"type": "boolean"
|
|
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
|
-
},
|
|
1781
|
-
"a-input-number/change": {
|
|
1782
|
-
"description": "Triggered when the value changes"
|
|
1783
|
-
},
|
|
1784
|
-
"a-input-number/focus": {
|
|
1785
|
-
"description": "Triggered when the input gets focus"
|
|
1786
|
-
},
|
|
1787
|
-
"a-input-number/blur": {
|
|
1788
|
-
"description": "Triggered when the input box loses focus"
|
|
1789
|
-
},
|
|
1790
|
-
"a-input-number/clear": {
|
|
1791
|
-
"description": "Triggered when the user clicks the clear button"
|
|
1792
|
-
},
|
|
1793
|
-
"a-input-number/input": {
|
|
1794
|
-
"description": "Triggered on input"
|
|
1795
|
-
},
|
|
1796
|
-
"a-input-number/keydown": {
|
|
1797
|
-
"description": "Triggered on keydown"
|
|
1798
|
-
},
|
|
1799
|
-
"a-input-number/model-value": {
|
|
1800
|
-
"description": "Value",
|
|
1801
|
-
"type": "number"
|
|
1802
|
-
},
|
|
1803
|
-
"a-input-number/default-value": {
|
|
1804
|
-
"description": "Default value (uncontrolled mode)",
|
|
1805
|
-
"type": "number"
|
|
1806
|
-
},
|
|
1807
|
-
"a-input-number/mode": {
|
|
1808
|
-
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
1809
|
-
"type": "string"
|
|
1810
|
-
},
|
|
1811
|
-
"a-input-number/precision": {
|
|
1812
|
-
"description": "Precision",
|
|
1813
|
-
"type": "number"
|
|
1814
|
-
},
|
|
1815
|
-
"a-input-number/step": {
|
|
1816
|
-
"description": "Number change step",
|
|
1817
|
-
"type": "number"
|
|
1818
|
-
},
|
|
1819
|
-
"a-input-number/disabled": {
|
|
1820
|
-
"description": "Whether to disable",
|
|
1821
|
-
"type": "boolean"
|
|
1822
|
-
},
|
|
1823
|
-
"a-input-number/error": {
|
|
1824
|
-
"description": "Whether it is an error state",
|
|
1825
|
-
"type": "boolean"
|
|
1826
|
-
},
|
|
1827
|
-
"a-input-number/max": {
|
|
1828
|
-
"description": "Max",
|
|
1829
|
-
"type": "number"
|
|
1830
|
-
},
|
|
1831
|
-
"a-input-number/min": {
|
|
1832
|
-
"description": "Min",
|
|
1833
|
-
"type": "number"
|
|
1834
|
-
},
|
|
1835
|
-
"a-input-number/formatter": {
|
|
1836
|
-
"description": "Define the display value of the input"
|
|
1837
|
-
},
|
|
1838
|
-
"a-input-number/parser": {
|
|
1839
|
-
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
1840
|
-
},
|
|
1841
|
-
"a-input-number/placeholder": {
|
|
1842
|
-
"description": "Input prompt text",
|
|
1843
|
-
"type": "string"
|
|
1844
|
-
},
|
|
1845
|
-
"a-input-number/hide-button": {
|
|
1846
|
-
"description": "Whether to hide the button",
|
|
1847
|
-
"type": "boolean"
|
|
1848
|
-
},
|
|
1849
|
-
"a-input-number/size": {
|
|
1850
|
-
"description": "Input size"
|
|
1851
|
-
},
|
|
1852
|
-
"a-input-number/allow-clear": {
|
|
1853
|
-
"description": "Whether to allow the input to be cleared",
|
|
1854
|
-
"type": "boolean"
|
|
1855
|
-
},
|
|
1856
|
-
"a-input-number/model-event": {
|
|
1857
|
-
"description": "Trigger event for `v-model`",
|
|
1858
|
-
"type": "string"
|
|
1859
|
-
},
|
|
1860
|
-
"a-input-number/read-only": {
|
|
1861
|
-
"description": "Readonly",
|
|
1862
|
-
"type": "boolean"
|
|
1863
|
-
},
|
|
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",
|
|
1755
|
+
"a-image-preview-group/default-visible": {
|
|
1756
|
+
"description": "Default visibility",
|
|
1885
1757
|
"type": "boolean"
|
|
1886
1758
|
},
|
|
1887
|
-
"a-
|
|
1888
|
-
"description": "
|
|
1889
|
-
"type": "
|
|
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"
|
|
1759
|
+
"a-image-preview-group/mask-closable": {
|
|
1760
|
+
"description": "Whether to close the modal when mask is clicked",
|
|
1761
|
+
"type": "boolean"
|
|
1894
1762
|
},
|
|
1895
|
-
"a-
|
|
1896
|
-
"description": "
|
|
1897
|
-
"type": "
|
|
1763
|
+
"a-image-preview-group/closable": {
|
|
1764
|
+
"description": "Whether to show close button",
|
|
1765
|
+
"type": "boolean"
|
|
1898
1766
|
},
|
|
1899
|
-
"a-
|
|
1900
|
-
"description": "
|
|
1767
|
+
"a-image-preview-group/actions-layout": {
|
|
1768
|
+
"description": "Layout of action list"
|
|
1901
1769
|
},
|
|
1902
|
-
"a-
|
|
1903
|
-
"description": "
|
|
1770
|
+
"a-image-preview-group/popup-container": {
|
|
1771
|
+
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1904
1772
|
},
|
|
1905
|
-
"a-
|
|
1906
|
-
"description": "
|
|
1773
|
+
"a-image-preview-action/name": {
|
|
1774
|
+
"description": "the name of the action",
|
|
1775
|
+
"type": "string"
|
|
1907
1776
|
},
|
|
1908
|
-
"a-
|
|
1909
|
-
"description": "
|
|
1777
|
+
"a-image-preview-action/disabled": {
|
|
1778
|
+
"description": "Whether to disable the action",
|
|
1779
|
+
"type": "boolean"
|
|
1910
1780
|
},
|
|
1911
|
-
"a-
|
|
1912
|
-
"description": "
|
|
1781
|
+
"a-layout/has-sider": {
|
|
1782
|
+
"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.",
|
|
1783
|
+
"type": "boolean"
|
|
1913
1784
|
},
|
|
1914
|
-
"a-
|
|
1915
|
-
"description": "
|
|
1785
|
+
"a-layout-sider/collapse": {
|
|
1786
|
+
"description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
|
|
1916
1787
|
},
|
|
1917
|
-
"a-
|
|
1918
|
-
"description": "
|
|
1788
|
+
"a-layout-sider/breakpoint": {
|
|
1789
|
+
"description": "Events when a responsive layout breakpoint is triggered"
|
|
1919
1790
|
},
|
|
1920
|
-
"a-
|
|
1921
|
-
"description": "
|
|
1791
|
+
"a-layout-sider/theme": {
|
|
1792
|
+
"description": "Theme",
|
|
1793
|
+
"type": "string"
|
|
1922
1794
|
},
|
|
1923
|
-
"a-
|
|
1924
|
-
"description": "
|
|
1795
|
+
"a-layout-sider/collapsed": {
|
|
1796
|
+
"description": "Current collapsed state",
|
|
1797
|
+
"type": "boolean"
|
|
1925
1798
|
},
|
|
1926
|
-
"a-
|
|
1927
|
-
"description": "The
|
|
1799
|
+
"a-layout-sider/default-collapsed": {
|
|
1800
|
+
"description": "The default collapsed state",
|
|
1801
|
+
"type": "boolean"
|
|
1928
1802
|
},
|
|
1929
|
-
"a-
|
|
1930
|
-
"description": "Whether
|
|
1803
|
+
"a-layout-sider/collapsible": {
|
|
1804
|
+
"description": "Whether is collapsible",
|
|
1931
1805
|
"type": "boolean"
|
|
1932
1806
|
},
|
|
1933
|
-
"a-
|
|
1934
|
-
"description": "
|
|
1807
|
+
"a-layout-sider/width": {
|
|
1808
|
+
"description": "Width",
|
|
1935
1809
|
"type": "number"
|
|
1936
1810
|
},
|
|
1937
|
-
"a-
|
|
1938
|
-
"description": "
|
|
1811
|
+
"a-layout-sider/collapsed-width": {
|
|
1812
|
+
"description": "Collapsed width",
|
|
1813
|
+
"type": "number"
|
|
1939
1814
|
},
|
|
1940
|
-
"a-
|
|
1941
|
-
"description": "
|
|
1815
|
+
"a-layout-sider/reverse-arrow": {
|
|
1816
|
+
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
1817
|
+
"type": "boolean"
|
|
1942
1818
|
},
|
|
1943
|
-
"a-
|
|
1944
|
-
"description": "
|
|
1819
|
+
"a-layout-sider/resize-directions": {
|
|
1820
|
+
"description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
|
|
1821
|
+
},
|
|
1822
|
+
"a-layout-sider/hide-trigger": {
|
|
1823
|
+
"description": "Whether to hide the bottom fold trigger",
|
|
1945
1824
|
"type": "boolean"
|
|
1946
1825
|
},
|
|
1947
1826
|
"a-input/input": {
|
|
@@ -2058,49 +1937,83 @@
|
|
|
2058
1937
|
"a-input-search/button-props": {
|
|
2059
1938
|
"description": "Button props"
|
|
2060
1939
|
},
|
|
2061
|
-
"a-
|
|
2062
|
-
"description": "
|
|
2063
|
-
"type": "boolean"
|
|
1940
|
+
"a-input-tag/change": {
|
|
1941
|
+
"description": "Triggered when the value changes"
|
|
2064
1942
|
},
|
|
2065
|
-
"a-
|
|
2066
|
-
"description": "
|
|
1943
|
+
"a-input-tag/input-value-change": {
|
|
1944
|
+
"description": "Trigger when the input value changes"
|
|
2067
1945
|
},
|
|
2068
|
-
"a-
|
|
2069
|
-
"description": "
|
|
1946
|
+
"a-input-tag/press-enter": {
|
|
1947
|
+
"description": "Triggered when the enter key is pressed"
|
|
2070
1948
|
},
|
|
2071
|
-
"a-
|
|
2072
|
-
"description": "
|
|
1949
|
+
"a-input-tag/remove": {
|
|
1950
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
1951
|
+
},
|
|
1952
|
+
"a-input-tag/clear": {
|
|
1953
|
+
"description": "Triggered when the clear button is clicked"
|
|
1954
|
+
},
|
|
1955
|
+
"a-input-tag/focus": {
|
|
1956
|
+
"description": "Triggered when the input box gets focus"
|
|
1957
|
+
},
|
|
1958
|
+
"a-input-tag/blur": {
|
|
1959
|
+
"description": "Triggered when the input box loses focus"
|
|
1960
|
+
},
|
|
1961
|
+
"a-input-tag/model-value": {
|
|
1962
|
+
"description": "Value"
|
|
1963
|
+
},
|
|
1964
|
+
"a-input-tag/default-value": {
|
|
1965
|
+
"description": "Default value (uncontrolled state)"
|
|
1966
|
+
},
|
|
1967
|
+
"a-input-tag/input-value": {
|
|
1968
|
+
"description": "The value of the input",
|
|
2073
1969
|
"type": "string"
|
|
2074
1970
|
},
|
|
2075
|
-
"a-
|
|
2076
|
-
"description": "
|
|
1971
|
+
"a-input-tag/default-input-value": {
|
|
1972
|
+
"description": "The default value of the input (uncontrolled state)",
|
|
1973
|
+
"type": "string"
|
|
1974
|
+
},
|
|
1975
|
+
"a-input-tag/placeholder": {
|
|
1976
|
+
"description": "Placeholder",
|
|
1977
|
+
"type": "string"
|
|
1978
|
+
},
|
|
1979
|
+
"a-input-tag/disabled": {
|
|
1980
|
+
"description": "Whether to disable",
|
|
2077
1981
|
"type": "boolean"
|
|
2078
1982
|
},
|
|
2079
|
-
"a-
|
|
2080
|
-
"description": "
|
|
1983
|
+
"a-input-tag/error": {
|
|
1984
|
+
"description": "Whether it is an error state",
|
|
2081
1985
|
"type": "boolean"
|
|
2082
1986
|
},
|
|
2083
|
-
"a-
|
|
2084
|
-
"description": "Whether is
|
|
1987
|
+
"a-input-tag/readonly": {
|
|
1988
|
+
"description": "Whether it is read-only mode",
|
|
2085
1989
|
"type": "boolean"
|
|
2086
1990
|
},
|
|
2087
|
-
"a-
|
|
2088
|
-
"description": "
|
|
2089
|
-
"type": "
|
|
1991
|
+
"a-input-tag/allow-clear": {
|
|
1992
|
+
"description": "Whether to allow clear",
|
|
1993
|
+
"type": "boolean"
|
|
2090
1994
|
},
|
|
2091
|
-
"a-
|
|
2092
|
-
"description": "
|
|
1995
|
+
"a-input-tag/size": {
|
|
1996
|
+
"description": "The size of the input"
|
|
1997
|
+
},
|
|
1998
|
+
"a-input-tag/max-tag-count": {
|
|
1999
|
+
"description": "The maximum number of tags displayed, `0` means unlimited",
|
|
2093
2000
|
"type": "number"
|
|
2094
2001
|
},
|
|
2095
|
-
"a-
|
|
2096
|
-
"description": "
|
|
2002
|
+
"a-input-tag/retain-input-value": {
|
|
2003
|
+
"description": "Whether to keep the content of the input box"
|
|
2004
|
+
},
|
|
2005
|
+
"a-input-tag/format-tag": {
|
|
2006
|
+
"description": "Format tag content"
|
|
2007
|
+
},
|
|
2008
|
+
"a-input-tag/unique-value": {
|
|
2009
|
+
"description": "Whether to create only unique values",
|
|
2097
2010
|
"type": "boolean"
|
|
2098
2011
|
},
|
|
2099
|
-
"a-
|
|
2100
|
-
"description": "
|
|
2012
|
+
"a-input-tag/field-names": {
|
|
2013
|
+
"description": "Customize fields in `TagData`"
|
|
2101
2014
|
},
|
|
2102
|
-
"a-
|
|
2103
|
-
"description": "
|
|
2015
|
+
"a-input-tag/tag-nowrap": {
|
|
2016
|
+
"description": "Tag content does not wrap",
|
|
2104
2017
|
"type": "boolean"
|
|
2105
2018
|
},
|
|
2106
2019
|
"a-link/click": {
|
|
@@ -2129,54 +2042,6 @@
|
|
|
2129
2042
|
"description": "Whether the link is disabled",
|
|
2130
2043
|
"type": "boolean"
|
|
2131
2044
|
},
|
|
2132
|
-
"a-mention/change": {
|
|
2133
|
-
"description": "Triggered when the value changes"
|
|
2134
|
-
},
|
|
2135
|
-
"a-mention/search": {
|
|
2136
|
-
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2137
|
-
},
|
|
2138
|
-
"a-mention/select": {
|
|
2139
|
-
"description": "Triggered when the drop-down option is selected"
|
|
2140
|
-
},
|
|
2141
|
-
"a-mention/clear": {
|
|
2142
|
-
"description": "Triggered when the user clicks the clear button"
|
|
2143
|
-
},
|
|
2144
|
-
"a-mention/focus": {
|
|
2145
|
-
"description": "Emitted when the text box gets focus"
|
|
2146
|
-
},
|
|
2147
|
-
"a-mention/blur": {
|
|
2148
|
-
"description": "Emitted when the text box loses focus"
|
|
2149
|
-
},
|
|
2150
|
-
"a-mention/model-value": {
|
|
2151
|
-
"description": "Value",
|
|
2152
|
-
"type": "string"
|
|
2153
|
-
},
|
|
2154
|
-
"a-mention/default-value": {
|
|
2155
|
-
"description": "Default value (uncontrolled state)",
|
|
2156
|
-
"type": "string"
|
|
2157
|
-
},
|
|
2158
|
-
"a-mention/data": {
|
|
2159
|
-
"description": "Data for automatic completion"
|
|
2160
|
-
},
|
|
2161
|
-
"a-mention/prefix": {
|
|
2162
|
-
"description": "Keywords that trigger auto-completion"
|
|
2163
|
-
},
|
|
2164
|
-
"a-mention/split": {
|
|
2165
|
-
"description": "Before and after the selected item separator",
|
|
2166
|
-
"type": "string"
|
|
2167
|
-
},
|
|
2168
|
-
"a-mention/type": {
|
|
2169
|
-
"description": "default input or textarea",
|
|
2170
|
-
"type": "string"
|
|
2171
|
-
},
|
|
2172
|
-
"a-mention/disabled": {
|
|
2173
|
-
"description": "Whether to disable",
|
|
2174
|
-
"type": "boolean"
|
|
2175
|
-
},
|
|
2176
|
-
"a-mention/allow-clear": {
|
|
2177
|
-
"description": "Whether to allow the input to be cleared",
|
|
2178
|
-
"type": "boolean"
|
|
2179
|
-
},
|
|
2180
2045
|
"a-list/scroll": {
|
|
2181
2046
|
"description": "Triggered when the list scrolls"
|
|
2182
2047
|
},
|
|
@@ -2244,112 +2109,141 @@
|
|
|
2244
2109
|
"description": "Description",
|
|
2245
2110
|
"type": "string"
|
|
2246
2111
|
},
|
|
2247
|
-
"a-
|
|
2248
|
-
"description": "Triggered when the
|
|
2112
|
+
"a-input-number/change": {
|
|
2113
|
+
"description": "Triggered when the value changes"
|
|
2249
2114
|
},
|
|
2250
|
-
"a-
|
|
2251
|
-
"description": "Triggered when the
|
|
2115
|
+
"a-input-number/focus": {
|
|
2116
|
+
"description": "Triggered when the input gets focus"
|
|
2252
2117
|
},
|
|
2253
|
-
"a-
|
|
2254
|
-
"description": "Triggered when the
|
|
2118
|
+
"a-input-number/blur": {
|
|
2119
|
+
"description": "Triggered when the input box loses focus"
|
|
2255
2120
|
},
|
|
2256
|
-
"a-
|
|
2257
|
-
"description": "
|
|
2258
|
-
|
|
2121
|
+
"a-input-number/clear": {
|
|
2122
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2123
|
+
},
|
|
2124
|
+
"a-input-number/input": {
|
|
2125
|
+
"description": "Triggered on input"
|
|
2126
|
+
},
|
|
2127
|
+
"a-input-number/keydown": {
|
|
2128
|
+
"description": "Triggered on keydown"
|
|
2129
|
+
},
|
|
2130
|
+
"a-input-number/model-value": {
|
|
2131
|
+
"description": "Value",
|
|
2132
|
+
"type": "number"
|
|
2133
|
+
},
|
|
2134
|
+
"a-input-number/default-value": {
|
|
2135
|
+
"description": "Default value (uncontrolled mode)",
|
|
2136
|
+
"type": "number"
|
|
2259
2137
|
},
|
|
2260
|
-
"a-
|
|
2261
|
-
"description": "
|
|
2138
|
+
"a-input-number/mode": {
|
|
2139
|
+
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
2262
2140
|
"type": "string"
|
|
2263
2141
|
},
|
|
2264
|
-
"a-
|
|
2265
|
-
"description": "
|
|
2142
|
+
"a-input-number/precision": {
|
|
2143
|
+
"description": "Precision",
|
|
2266
2144
|
"type": "number"
|
|
2267
2145
|
},
|
|
2268
|
-
"a-
|
|
2269
|
-
"description": "
|
|
2270
|
-
"type": "
|
|
2146
|
+
"a-input-number/step": {
|
|
2147
|
+
"description": "Number change step",
|
|
2148
|
+
"type": "number"
|
|
2271
2149
|
},
|
|
2272
|
-
"a-
|
|
2273
|
-
"description": "Whether to
|
|
2150
|
+
"a-input-number/disabled": {
|
|
2151
|
+
"description": "Whether to disable",
|
|
2274
2152
|
"type": "boolean"
|
|
2275
2153
|
},
|
|
2276
|
-
"a-
|
|
2277
|
-
"description": "Whether
|
|
2154
|
+
"a-input-number/error": {
|
|
2155
|
+
"description": "Whether it is an error state",
|
|
2278
2156
|
"type": "boolean"
|
|
2279
2157
|
},
|
|
2280
|
-
"a-
|
|
2281
|
-
"description": "
|
|
2158
|
+
"a-input-number/max": {
|
|
2159
|
+
"description": "Max",
|
|
2282
2160
|
"type": "number"
|
|
2283
2161
|
},
|
|
2284
|
-
"a-
|
|
2285
|
-
"description": "
|
|
2286
|
-
"type": "
|
|
2162
|
+
"a-input-number/min": {
|
|
2163
|
+
"description": "Min",
|
|
2164
|
+
"type": "number"
|
|
2287
2165
|
},
|
|
2288
|
-
"a-
|
|
2289
|
-
"description": "
|
|
2166
|
+
"a-input-number/formatter": {
|
|
2167
|
+
"description": "Define the display value of the input"
|
|
2168
|
+
},
|
|
2169
|
+
"a-input-number/parser": {
|
|
2170
|
+
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
2171
|
+
},
|
|
2172
|
+
"a-input-number/placeholder": {
|
|
2173
|
+
"description": "Input prompt text",
|
|
2174
|
+
"type": "string"
|
|
2175
|
+
},
|
|
2176
|
+
"a-input-number/hide-button": {
|
|
2177
|
+
"description": "Whether to hide the button",
|
|
2290
2178
|
"type": "boolean"
|
|
2291
2179
|
},
|
|
2292
|
-
"a-
|
|
2293
|
-
"description": "
|
|
2180
|
+
"a-input-number/size": {
|
|
2181
|
+
"description": "Input size"
|
|
2182
|
+
},
|
|
2183
|
+
"a-input-number/allow-clear": {
|
|
2184
|
+
"description": "Whether to allow the input to be cleared",
|
|
2294
2185
|
"type": "boolean"
|
|
2295
2186
|
},
|
|
2296
|
-
"a-
|
|
2297
|
-
"description": "
|
|
2187
|
+
"a-input-number/model-event": {
|
|
2188
|
+
"description": "Trigger event for `v-model`",
|
|
2189
|
+
"type": "string"
|
|
2298
2190
|
},
|
|
2299
|
-
"a-
|
|
2300
|
-
"description": "
|
|
2191
|
+
"a-input-number/read-only": {
|
|
2192
|
+
"description": "Readonly",
|
|
2193
|
+
"type": "boolean"
|
|
2301
2194
|
},
|
|
2302
|
-
"a-
|
|
2303
|
-
"description": "
|
|
2195
|
+
"a-input-number/input-attrs": {
|
|
2196
|
+
"description": "Attributes of inner input elements",
|
|
2197
|
+
"type": "object"
|
|
2304
2198
|
},
|
|
2305
|
-
"a-
|
|
2306
|
-
"description": "
|
|
2199
|
+
"a-mention/change": {
|
|
2200
|
+
"description": "Triggered when the value changes"
|
|
2307
2201
|
},
|
|
2308
|
-
"a-
|
|
2309
|
-
"description": "
|
|
2202
|
+
"a-mention/search": {
|
|
2203
|
+
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2310
2204
|
},
|
|
2311
|
-
"a-
|
|
2312
|
-
"description": "
|
|
2205
|
+
"a-mention/select": {
|
|
2206
|
+
"description": "Triggered when the drop-down option is selected"
|
|
2313
2207
|
},
|
|
2314
|
-
"a-
|
|
2315
|
-
"description": "
|
|
2316
|
-
"type": "object"
|
|
2208
|
+
"a-mention/clear": {
|
|
2209
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2317
2210
|
},
|
|
2318
|
-
"a-
|
|
2319
|
-
"description": "
|
|
2320
|
-
"type": "boolean"
|
|
2211
|
+
"a-mention/focus": {
|
|
2212
|
+
"description": "Emitted when the text box gets focus"
|
|
2321
2213
|
},
|
|
2322
|
-
"a-
|
|
2323
|
-
"description": "
|
|
2324
|
-
"type": "string"
|
|
2214
|
+
"a-mention/blur": {
|
|
2215
|
+
"description": "Emitted when the text box loses focus"
|
|
2325
2216
|
},
|
|
2326
|
-
"a-
|
|
2327
|
-
"description": "
|
|
2328
|
-
"type": "
|
|
2217
|
+
"a-mention/model-value": {
|
|
2218
|
+
"description": "Value",
|
|
2219
|
+
"type": "string"
|
|
2329
2220
|
},
|
|
2330
|
-
"a-
|
|
2331
|
-
"description": "
|
|
2221
|
+
"a-mention/default-value": {
|
|
2222
|
+
"description": "Default value (uncontrolled state)",
|
|
2332
2223
|
"type": "string"
|
|
2333
2224
|
},
|
|
2334
|
-
"a-
|
|
2335
|
-
"description": "
|
|
2336
|
-
"type": "boolean"
|
|
2225
|
+
"a-mention/data": {
|
|
2226
|
+
"description": "Data for automatic completion"
|
|
2337
2227
|
},
|
|
2338
|
-
"a-
|
|
2339
|
-
"description": "
|
|
2228
|
+
"a-mention/prefix": {
|
|
2229
|
+
"description": "Keywords that trigger auto-completion"
|
|
2340
2230
|
},
|
|
2341
|
-
"a-
|
|
2342
|
-
"description": "
|
|
2343
|
-
"type": "
|
|
2231
|
+
"a-mention/split": {
|
|
2232
|
+
"description": "Before and after the selected item separator",
|
|
2233
|
+
"type": "string"
|
|
2344
2234
|
},
|
|
2345
|
-
"a-
|
|
2346
|
-
"description": "
|
|
2235
|
+
"a-mention/type": {
|
|
2236
|
+
"description": "default input or textarea",
|
|
2347
2237
|
"type": "string"
|
|
2348
2238
|
},
|
|
2349
|
-
"a-
|
|
2239
|
+
"a-mention/disabled": {
|
|
2350
2240
|
"description": "Whether to disable",
|
|
2351
2241
|
"type": "boolean"
|
|
2352
2242
|
},
|
|
2243
|
+
"a-mention/allow-clear": {
|
|
2244
|
+
"description": "Whether to allow the input to be cleared",
|
|
2245
|
+
"type": "boolean"
|
|
2246
|
+
},
|
|
2353
2247
|
"a-modal/ok": {
|
|
2354
2248
|
"description": "Triggered when the OK button is clicked"
|
|
2355
2249
|
},
|
|
@@ -2480,18 +2374,139 @@
|
|
|
2480
2374
|
"description": "Mask layer animation name",
|
|
2481
2375
|
"type": "string"
|
|
2482
2376
|
},
|
|
2483
|
-
"a-modal/modal-animation-name": {
|
|
2484
|
-
"description": "Modal animation name",
|
|
2377
|
+
"a-modal/modal-animation-name": {
|
|
2378
|
+
"description": "Modal animation name",
|
|
2379
|
+
"type": "string"
|
|
2380
|
+
},
|
|
2381
|
+
"a-modal/body-class": {
|
|
2382
|
+
"description": "The classname of the modal"
|
|
2383
|
+
},
|
|
2384
|
+
"a-modal/body-style": {
|
|
2385
|
+
"description": "Modal style"
|
|
2386
|
+
},
|
|
2387
|
+
"a-modal/hide-title": {
|
|
2388
|
+
"description": "Whether to hide the title",
|
|
2389
|
+
"type": "boolean"
|
|
2390
|
+
},
|
|
2391
|
+
"a-menu/collapse": {
|
|
2392
|
+
"description": "Triggered when the collapsed state changes"
|
|
2393
|
+
},
|
|
2394
|
+
"a-menu/menu-item-click": {
|
|
2395
|
+
"description": "Triggered when the menu item is clicked"
|
|
2396
|
+
},
|
|
2397
|
+
"a-menu/sub-menu-click": {
|
|
2398
|
+
"description": "Triggered when the submenu is clicked"
|
|
2399
|
+
},
|
|
2400
|
+
"a-menu/theme": {
|
|
2401
|
+
"description": "Menu theme",
|
|
2402
|
+
"type": "string"
|
|
2403
|
+
},
|
|
2404
|
+
"a-menu/mode": {
|
|
2405
|
+
"description": "The mode of menu",
|
|
2406
|
+
"type": "string"
|
|
2407
|
+
},
|
|
2408
|
+
"a-menu/level-indent": {
|
|
2409
|
+
"description": "Indentation between levels",
|
|
2410
|
+
"type": "number"
|
|
2411
|
+
},
|
|
2412
|
+
"a-menu/auto-open": {
|
|
2413
|
+
"description": "Expand all multi-level menus by default",
|
|
2414
|
+
"type": "boolean"
|
|
2415
|
+
},
|
|
2416
|
+
"a-menu/collapsed": {
|
|
2417
|
+
"description": "Whether to collapse the menu",
|
|
2418
|
+
"type": "boolean"
|
|
2419
|
+
},
|
|
2420
|
+
"a-menu/default-collapsed": {
|
|
2421
|
+
"description": "Whether to collapse the menu by default",
|
|
2422
|
+
"type": "boolean"
|
|
2423
|
+
},
|
|
2424
|
+
"a-menu/collapsed-width": {
|
|
2425
|
+
"description": "Collapse menu width",
|
|
2426
|
+
"type": "number"
|
|
2427
|
+
},
|
|
2428
|
+
"a-menu/accordion": {
|
|
2429
|
+
"description": "Turn on the accordion effect",
|
|
2430
|
+
"type": "boolean"
|
|
2431
|
+
},
|
|
2432
|
+
"a-menu/auto-scroll-into-view": {
|
|
2433
|
+
"description": "Whether to automatically scroll the selected item to the visible area",
|
|
2434
|
+
"type": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"a-menu/show-collapse-button": {
|
|
2437
|
+
"description": "Whether built-in folding button",
|
|
2438
|
+
"type": "boolean"
|
|
2439
|
+
},
|
|
2440
|
+
"a-menu/selected-keys": {
|
|
2441
|
+
"description": "The selected menu item key array"
|
|
2442
|
+
},
|
|
2443
|
+
"a-menu/default-selected-keys": {
|
|
2444
|
+
"description": "The key array of the menu items selected by default"
|
|
2445
|
+
},
|
|
2446
|
+
"a-menu/open-keys": {
|
|
2447
|
+
"description": "Expanded submenu key array"
|
|
2448
|
+
},
|
|
2449
|
+
"a-menu/default-open-keys": {
|
|
2450
|
+
"description": "The default expanded submenu key array"
|
|
2451
|
+
},
|
|
2452
|
+
"a-menu/scroll-config": {
|
|
2453
|
+
"description": "Scroll to the configuration items in the visible area and receive all the parameters of [scroll-into-view-if-needed](https://github.com/stipsan/scroll-into-view-if-needed)"
|
|
2454
|
+
},
|
|
2455
|
+
"a-menu/trigger-props": {
|
|
2456
|
+
"description": "Accept all `Props` of `Trigger` in pop-up mode"
|
|
2457
|
+
},
|
|
2458
|
+
"a-menu/tooltip-props": {
|
|
2459
|
+
"description": "Accept all `Props` of `ToolTip` in pop-up mode",
|
|
2460
|
+
"type": "object"
|
|
2461
|
+
},
|
|
2462
|
+
"a-menu/auto-open-selected": {
|
|
2463
|
+
"description": "Expand the selected menus by default",
|
|
2464
|
+
"type": "boolean"
|
|
2465
|
+
},
|
|
2466
|
+
"a-menu/breakpoint": {
|
|
2467
|
+
"description": "Responsive breakpoints, see [Responsive Grid](/vue/component/grid) for details",
|
|
2468
|
+
"type": "string"
|
|
2469
|
+
},
|
|
2470
|
+
"a-menu/popup-max-height": {
|
|
2471
|
+
"description": "The maximum height of popover",
|
|
2472
|
+
"type": "boolean | number"
|
|
2473
|
+
},
|
|
2474
|
+
"a-sub-menu/title": {
|
|
2475
|
+
"description": "The title of the submenu",
|
|
2476
|
+
"type": "string"
|
|
2477
|
+
},
|
|
2478
|
+
"a-sub-menu/selectable": {
|
|
2479
|
+
"description": "In the pop-up mode, whether the multi-level menu header is also used as a menu item to support the state such as click to select",
|
|
2480
|
+
"type": "boolean"
|
|
2481
|
+
},
|
|
2482
|
+
"a-sub-menu/popup": {
|
|
2483
|
+
"description": "Whether to force the use of pop-up mode, `level` indicates the level of the current submenu"
|
|
2484
|
+
},
|
|
2485
|
+
"a-sub-menu/popup-max-height": {
|
|
2486
|
+
"description": "The maximum height of popover",
|
|
2487
|
+
"type": "boolean | number"
|
|
2488
|
+
},
|
|
2489
|
+
"a-menu-item-group/title": {
|
|
2490
|
+
"description": "The title of the menu group",
|
|
2491
|
+
"type": "string"
|
|
2492
|
+
},
|
|
2493
|
+
"a-menu-item/disabled": {
|
|
2494
|
+
"description": "Whether to disable",
|
|
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",
|
|
2485
2506
|
"type": "string"
|
|
2486
2507
|
},
|
|
2487
|
-
"a-
|
|
2488
|
-
"description": "
|
|
2489
|
-
},
|
|
2490
|
-
"a-modal/body-style": {
|
|
2491
|
-
"description": "Modal style"
|
|
2492
|
-
},
|
|
2493
|
-
"a-modal/hide-title": {
|
|
2494
|
-
"description": "Whether to hide the title",
|
|
2508
|
+
"a-page-header/show-back": {
|
|
2509
|
+
"description": "Whether to show the back button",
|
|
2495
2510
|
"type": "boolean"
|
|
2496
2511
|
},
|
|
2497
2512
|
"a-overflow-list/change": {
|
|
@@ -2509,21 +2524,6 @@
|
|
|
2509
2524
|
"description": "Overflow From",
|
|
2510
2525
|
"type": "string"
|
|
2511
2526
|
},
|
|
2512
|
-
"a-page-header/back": {
|
|
2513
|
-
"description": "Emitted when the back button is clicked"
|
|
2514
|
-
},
|
|
2515
|
-
"a-page-header/title": {
|
|
2516
|
-
"description": "Main title",
|
|
2517
|
-
"type": "string"
|
|
2518
|
-
},
|
|
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"
|
|
2526
|
-
},
|
|
2527
2527
|
"a-pagination/change": {
|
|
2528
2528
|
"description": "Triggered when page number changes"
|
|
2529
2529
|
},
|
|
@@ -2605,72 +2605,6 @@
|
|
|
2605
2605
|
"description": "Whether to adjust the page number when changing the number of data",
|
|
2606
2606
|
"type": "boolean"
|
|
2607
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
|
-
},
|
|
2674
2608
|
"a-popover/popup-visible-change": {
|
|
2675
2609
|
"description": "Triggered when the text bubble display status changes"
|
|
2676
2610
|
},
|
|
@@ -2752,30 +2686,120 @@
|
|
|
2752
2686
|
"a-progress/status": {
|
|
2753
2687
|
"description": "Progress bar status"
|
|
2754
2688
|
},
|
|
2755
|
-
"a-
|
|
2756
|
-
"description": "
|
|
2689
|
+
"a-popconfirm/popup-visible-change": {
|
|
2690
|
+
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2757
2691
|
},
|
|
2758
|
-
"a-
|
|
2759
|
-
"description": "
|
|
2760
|
-
"type": "string"
|
|
2692
|
+
"a-popconfirm/ok": {
|
|
2693
|
+
"description": "Triggered when the confirm button is clicked"
|
|
2761
2694
|
},
|
|
2762
|
-
"a-
|
|
2763
|
-
"description": "
|
|
2695
|
+
"a-popconfirm/cancel": {
|
|
2696
|
+
"description": "Triggered when the cancel button is clicked"
|
|
2697
|
+
},
|
|
2698
|
+
"a-popconfirm/content": {
|
|
2699
|
+
"description": "Content",
|
|
2764
2700
|
"type": "string"
|
|
2765
2701
|
},
|
|
2766
|
-
"a-
|
|
2767
|
-
"description": "
|
|
2702
|
+
"a-popconfirm/position": {
|
|
2703
|
+
"description": "Popup position"
|
|
2768
2704
|
},
|
|
2769
|
-
"a-
|
|
2770
|
-
"description": "
|
|
2705
|
+
"a-popconfirm/popup-visible": {
|
|
2706
|
+
"description": "Whether the popconfirm is visible",
|
|
2707
|
+
"type": "boolean"
|
|
2708
|
+
},
|
|
2709
|
+
"a-popconfirm/default-popup-visible": {
|
|
2710
|
+
"description": "Whether the popconfirm is visible by default (uncontrolled mode)",
|
|
2711
|
+
"type": "boolean"
|
|
2712
|
+
},
|
|
2713
|
+
"a-popconfirm/type": {
|
|
2714
|
+
"description": "Types of the popconfirm"
|
|
2715
|
+
},
|
|
2716
|
+
"a-popconfirm/ok-text": {
|
|
2717
|
+
"description": "The content of the ok button",
|
|
2771
2718
|
"type": "string"
|
|
2772
2719
|
},
|
|
2773
|
-
"a-
|
|
2774
|
-
"description": "
|
|
2775
|
-
"type": "string
|
|
2720
|
+
"a-popconfirm/cancel-text": {
|
|
2721
|
+
"description": "The content of the cancel button",
|
|
2722
|
+
"type": "string"
|
|
2776
2723
|
},
|
|
2777
|
-
"a-
|
|
2778
|
-
"description": "
|
|
2724
|
+
"a-popconfirm/ok-loading": {
|
|
2725
|
+
"description": "Whether the ok button is in the loading state",
|
|
2726
|
+
"type": "boolean"
|
|
2727
|
+
},
|
|
2728
|
+
"a-popconfirm/ok-button-props": {
|
|
2729
|
+
"description": "Props of ok button"
|
|
2730
|
+
},
|
|
2731
|
+
"a-popconfirm/cancel-button-props": {
|
|
2732
|
+
"description": "Props of cancel button"
|
|
2733
|
+
},
|
|
2734
|
+
"a-popconfirm/content-class": {
|
|
2735
|
+
"description": "The class name of the popup content"
|
|
2736
|
+
},
|
|
2737
|
+
"a-popconfirm/content-style": {
|
|
2738
|
+
"description": "The style of the popup content"
|
|
2739
|
+
},
|
|
2740
|
+
"a-popconfirm/arrow-class": {
|
|
2741
|
+
"description": "The class name of the popup arrow"
|
|
2742
|
+
},
|
|
2743
|
+
"a-popconfirm/arrow-style": {
|
|
2744
|
+
"description": "The style of the popup arrow"
|
|
2745
|
+
},
|
|
2746
|
+
"a-popconfirm/popup-container": {
|
|
2747
|
+
"description": "Mount container for popup"
|
|
2748
|
+
},
|
|
2749
|
+
"a-popconfirm/before-ok": {
|
|
2750
|
+
"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."
|
|
2751
|
+
},
|
|
2752
|
+
"a-popconfirm/before-cancel": {
|
|
2753
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2754
|
+
},
|
|
2755
|
+
"a-radio/change": {
|
|
2756
|
+
"description": "Trigger when the value changes"
|
|
2757
|
+
},
|
|
2758
|
+
"a-radio/model-value": {
|
|
2759
|
+
"description": "Value",
|
|
2760
|
+
"type": "string | number | boolean"
|
|
2761
|
+
},
|
|
2762
|
+
"a-radio/default-checked": {
|
|
2763
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
2764
|
+
"type": "boolean"
|
|
2765
|
+
},
|
|
2766
|
+
"a-radio/value": {
|
|
2767
|
+
"description": "The `value` of the option",
|
|
2768
|
+
"type": "string | number | boolean"
|
|
2769
|
+
},
|
|
2770
|
+
"a-radio/type": {
|
|
2771
|
+
"description": "Radio type"
|
|
2772
|
+
},
|
|
2773
|
+
"a-radio/disabled": {
|
|
2774
|
+
"description": "Whether to disable",
|
|
2775
|
+
"type": "boolean"
|
|
2776
|
+
},
|
|
2777
|
+
"a-radio-group/change": {
|
|
2778
|
+
"description": "Trigger when the value changes"
|
|
2779
|
+
},
|
|
2780
|
+
"a-radio-group/model-value": {
|
|
2781
|
+
"description": "Value",
|
|
2782
|
+
"type": "string | number | boolean"
|
|
2783
|
+
},
|
|
2784
|
+
"a-radio-group/default-value": {
|
|
2785
|
+
"description": "Default value (uncontrolled state)",
|
|
2786
|
+
"type": "string | number | boolean"
|
|
2787
|
+
},
|
|
2788
|
+
"a-radio-group/type": {
|
|
2789
|
+
"description": "Types of radio group"
|
|
2790
|
+
},
|
|
2791
|
+
"a-radio-group/size": {
|
|
2792
|
+
"description": "The size of the radio group"
|
|
2793
|
+
},
|
|
2794
|
+
"a-radio-group/options": {
|
|
2795
|
+
"description": "Options"
|
|
2796
|
+
},
|
|
2797
|
+
"a-radio-group/direction": {
|
|
2798
|
+
"description": "The direction of the radio group"
|
|
2799
|
+
},
|
|
2800
|
+
"a-radio-group/disabled": {
|
|
2801
|
+
"description": "Whether to disable",
|
|
2802
|
+
"type": "boolean"
|
|
2779
2803
|
},
|
|
2780
2804
|
"a-rate/change": {
|
|
2781
2805
|
"description": "Trigger when the value changes"
|
|
@@ -2799,24 +2823,62 @@
|
|
|
2799
2823
|
"description": "Whether to allow half selection",
|
|
2800
2824
|
"type": "boolean"
|
|
2801
2825
|
},
|
|
2802
|
-
"a-rate/allow-clear": {
|
|
2803
|
-
"description": "Whether to allow clear",
|
|
2804
|
-
"type": "boolean"
|
|
2826
|
+
"a-rate/allow-clear": {
|
|
2827
|
+
"description": "Whether to allow clear",
|
|
2828
|
+
"type": "boolean"
|
|
2829
|
+
},
|
|
2830
|
+
"a-rate/grading": {
|
|
2831
|
+
"description": "Whether to enable smile grading",
|
|
2832
|
+
"type": "boolean"
|
|
2833
|
+
},
|
|
2834
|
+
"a-rate/readonly": {
|
|
2835
|
+
"description": "Whether it is readonly",
|
|
2836
|
+
"type": "boolean"
|
|
2837
|
+
},
|
|
2838
|
+
"a-rate/disabled": {
|
|
2839
|
+
"description": "Whether to disable",
|
|
2840
|
+
"type": "boolean"
|
|
2841
|
+
},
|
|
2842
|
+
"a-rate/color": {
|
|
2843
|
+
"description": "Color"
|
|
2844
|
+
},
|
|
2845
|
+
"a-resize-box/moving-start": {
|
|
2846
|
+
"description": "Triggered when dragging starts"
|
|
2847
|
+
},
|
|
2848
|
+
"a-resize-box/moving": {
|
|
2849
|
+
"description": "Triggered when dragging"
|
|
2850
|
+
},
|
|
2851
|
+
"a-resize-box/moving-end": {
|
|
2852
|
+
"description": "Triggered when the drag ends"
|
|
2853
|
+
},
|
|
2854
|
+
"a-resize-box/width": {
|
|
2855
|
+
"description": "Width",
|
|
2856
|
+
"type": "number"
|
|
2857
|
+
},
|
|
2858
|
+
"a-resize-box/height": {
|
|
2859
|
+
"description": "Height",
|
|
2860
|
+
"type": "number"
|
|
2861
|
+
},
|
|
2862
|
+
"a-resize-box/component": {
|
|
2863
|
+
"description": "The html tag of the telescopic box",
|
|
2864
|
+
"type": "string"
|
|
2865
|
+
},
|
|
2866
|
+
"a-resize-box/directions": {
|
|
2867
|
+
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
2805
2868
|
},
|
|
2806
|
-
"a-
|
|
2807
|
-
"description": "
|
|
2808
|
-
"type": "boolean"
|
|
2869
|
+
"a-scrollbar/scroll": {
|
|
2870
|
+
"description": "Triggered when scroll"
|
|
2809
2871
|
},
|
|
2810
|
-
"a-
|
|
2811
|
-
"description": "
|
|
2812
|
-
"type": "
|
|
2872
|
+
"a-scrollbar/type": {
|
|
2873
|
+
"description": "Type",
|
|
2874
|
+
"type": "string"
|
|
2813
2875
|
},
|
|
2814
|
-
"a-
|
|
2815
|
-
"description": "
|
|
2816
|
-
"type": "
|
|
2876
|
+
"a-scrollbar/outer-class": {
|
|
2877
|
+
"description": "Outer class",
|
|
2878
|
+
"type": "string|object|array"
|
|
2817
2879
|
},
|
|
2818
|
-
"a-
|
|
2819
|
-
"description": "
|
|
2880
|
+
"a-scrollbar/outer-style": {
|
|
2881
|
+
"description": "Outer style"
|
|
2820
2882
|
},
|
|
2821
2883
|
"a-select/change": {
|
|
2822
2884
|
"description": "Triggered when the value changes"
|
|
@@ -2999,6 +3061,17 @@
|
|
|
2999
3061
|
"description": "Title of option group",
|
|
3000
3062
|
"type": "string"
|
|
3001
3063
|
},
|
|
3064
|
+
"a-result/status": {
|
|
3065
|
+
"description": "The status displayed on the result page"
|
|
3066
|
+
},
|
|
3067
|
+
"a-result/title": {
|
|
3068
|
+
"description": "Title",
|
|
3069
|
+
"type": "string"
|
|
3070
|
+
},
|
|
3071
|
+
"a-result/subtitle": {
|
|
3072
|
+
"description": "Subtitle",
|
|
3073
|
+
"type": "string"
|
|
3074
|
+
},
|
|
3002
3075
|
"a-skeleton/loading": {
|
|
3003
3076
|
"description": "Whether to display the skeleton screen (loading state)",
|
|
3004
3077
|
"type": "boolean"
|
|
@@ -3096,50 +3169,6 @@
|
|
|
3096
3169
|
"description": "Whether to show tooltip",
|
|
3097
3170
|
"type": "boolean"
|
|
3098
3171
|
},
|
|
3099
|
-
"a-spin/size": {
|
|
3100
|
-
"description": "Size",
|
|
3101
|
-
"type": "number"
|
|
3102
|
-
},
|
|
3103
|
-
"a-spin/loading": {
|
|
3104
|
-
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3105
|
-
"type": "boolean"
|
|
3106
|
-
},
|
|
3107
|
-
"a-spin/dot": {
|
|
3108
|
-
"description": "Whether to use dot type animation",
|
|
3109
|
-
"type": "boolean"
|
|
3110
|
-
},
|
|
3111
|
-
"a-spin/tip": {
|
|
3112
|
-
"description": "Prompt content",
|
|
3113
|
-
"type": "string"
|
|
3114
|
-
},
|
|
3115
|
-
"a-spin/hide-icon": {
|
|
3116
|
-
"description": "Whether to hide the icon",
|
|
3117
|
-
"type": "boolean"
|
|
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
|
-
},
|
|
3143
3172
|
"a-split/move-start": {
|
|
3144
3173
|
"description": "Triggered before dragging"
|
|
3145
3174
|
},
|
|
@@ -3253,6 +3282,26 @@
|
|
|
3253
3282
|
"a-countdown/value-style": {
|
|
3254
3283
|
"description": "Custom value style"
|
|
3255
3284
|
},
|
|
3285
|
+
"a-spin/size": {
|
|
3286
|
+
"description": "Size",
|
|
3287
|
+
"type": "number"
|
|
3288
|
+
},
|
|
3289
|
+
"a-spin/loading": {
|
|
3290
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3291
|
+
"type": "boolean"
|
|
3292
|
+
},
|
|
3293
|
+
"a-spin/dot": {
|
|
3294
|
+
"description": "Whether to use dot type animation",
|
|
3295
|
+
"type": "boolean"
|
|
3296
|
+
},
|
|
3297
|
+
"a-spin/tip": {
|
|
3298
|
+
"description": "Prompt content",
|
|
3299
|
+
"type": "string"
|
|
3300
|
+
},
|
|
3301
|
+
"a-spin/hide-icon": {
|
|
3302
|
+
"description": "Whether to hide the icon",
|
|
3303
|
+
"type": "boolean"
|
|
3304
|
+
},
|
|
3256
3305
|
"a-steps/change": {
|
|
3257
3306
|
"description": "Triggered when the number of steps changes"
|
|
3258
3307
|
},
|
|
@@ -3610,6 +3659,55 @@
|
|
|
3610
3659
|
"description": "Whether to show text hints when omitted",
|
|
3611
3660
|
"type": "boolean|object"
|
|
3612
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"
|
|
3678
|
+
},
|
|
3679
|
+
"a-tag/visible": {
|
|
3680
|
+
"description": "Whether the tag is visible",
|
|
3681
|
+
"type": "boolean"
|
|
3682
|
+
},
|
|
3683
|
+
"a-tag/default-visible": {
|
|
3684
|
+
"description": "Whether the tag is visible by default",
|
|
3685
|
+
"type": "boolean"
|
|
3686
|
+
},
|
|
3687
|
+
"a-tag/loading": {
|
|
3688
|
+
"description": "Whether the tag is loading state",
|
|
3689
|
+
"type": "boolean"
|
|
3690
|
+
},
|
|
3691
|
+
"a-tag/closable": {
|
|
3692
|
+
"description": "Whether the tag can be closed",
|
|
3693
|
+
"type": "boolean"
|
|
3694
|
+
},
|
|
3695
|
+
"a-tag/checkable": {
|
|
3696
|
+
"description": "Whether the tag can be checked",
|
|
3697
|
+
"type": "boolean"
|
|
3698
|
+
},
|
|
3699
|
+
"a-tag/checked": {
|
|
3700
|
+
"description": "Whether the tag is checked (available when the tag is checkable)",
|
|
3701
|
+
"type": "boolean"
|
|
3702
|
+
},
|
|
3703
|
+
"a-tag/default-checked": {
|
|
3704
|
+
"description": "Whether the tag is checked by default (available when the tag is checkable)",
|
|
3705
|
+
"type": "boolean"
|
|
3706
|
+
},
|
|
3707
|
+
"a-tag/nowrap": {
|
|
3708
|
+
"description": "Tag content does not wrap",
|
|
3709
|
+
"type": "boolean"
|
|
3710
|
+
},
|
|
3613
3711
|
"a-tabs/change": {
|
|
3614
3712
|
"description": "Triggered when the current tag value changes"
|
|
3615
3713
|
},
|
|
@@ -3670,132 +3768,34 @@
|
|
|
3670
3768
|
"description": "Whether there is a horizontal margin on the header of the tab. Only valid for tabs with `type` equal to `line` and `text` type",
|
|
3671
3769
|
"type": "boolean"
|
|
3672
3770
|
},
|
|
3673
|
-
"a-tabs/auto-switch": {
|
|
3674
|
-
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3675
|
-
"type": "boolean"
|
|
3676
|
-
},
|
|
3677
|
-
"a-tabs/hide-content": {
|
|
3678
|
-
"description": "Whether to hide content",
|
|
3679
|
-
"type": "boolean"
|
|
3680
|
-
},
|
|
3681
|
-
"a-tabs/trigger": {
|
|
3682
|
-
"description": "Trigger method"
|
|
3683
|
-
},
|
|
3684
|
-
"a-tabs/scroll-position": {
|
|
3685
|
-
"description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
|
|
3686
|
-
},
|
|
3687
|
-
"a-tab-pane/title": {
|
|
3688
|
-
"description": "Title of the tab",
|
|
3689
|
-
"type": "string"
|
|
3690
|
-
},
|
|
3691
|
-
"a-tab-pane/disabled": {
|
|
3692
|
-
"description": "Whether to disable",
|
|
3693
|
-
"type": "boolean"
|
|
3694
|
-
},
|
|
3695
|
-
"a-tab-pane/closable": {
|
|
3696
|
-
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3697
|
-
"type": "boolean"
|
|
3698
|
-
},
|
|
3699
|
-
"a-tab-pane/destroy-on-hide": {
|
|
3700
|
-
"description": "Whether to destroy the content when the label is not displayed",
|
|
3701
|
-
"type": "boolean"
|
|
3702
|
-
},
|
|
3703
|
-
"a-radio/change": {
|
|
3704
|
-
"description": "Trigger when the value changes"
|
|
3705
|
-
},
|
|
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)",
|
|
3712
|
-
"type": "boolean"
|
|
3713
|
-
},
|
|
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",
|
|
3723
|
-
"type": "boolean"
|
|
3724
|
-
},
|
|
3725
|
-
"a-radio-group/change": {
|
|
3726
|
-
"description": "Trigger when the value changes"
|
|
3727
|
-
},
|
|
3728
|
-
"a-radio-group/model-value": {
|
|
3729
|
-
"description": "Value",
|
|
3730
|
-
"type": "string | number | boolean"
|
|
3731
|
-
},
|
|
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",
|
|
3750
|
-
"type": "boolean"
|
|
3751
|
-
},
|
|
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",
|
|
3763
|
-
"type": "string"
|
|
3764
|
-
},
|
|
3765
|
-
"a-tag/bordered": {
|
|
3766
|
-
"description": "Whether the tag is bordered",
|
|
3767
|
-
"type": "boolean"
|
|
3768
|
-
},
|
|
3769
|
-
"a-tag/visible": {
|
|
3770
|
-
"description": "Whether the tag is visible",
|
|
3771
|
-
"type": "boolean"
|
|
3772
|
-
},
|
|
3773
|
-
"a-tag/default-visible": {
|
|
3774
|
-
"description": "Whether the tag is visible by default",
|
|
3775
|
-
"type": "boolean"
|
|
3776
|
-
},
|
|
3777
|
-
"a-tag/loading": {
|
|
3778
|
-
"description": "Whether the tag is loading state",
|
|
3771
|
+
"a-tabs/auto-switch": {
|
|
3772
|
+
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3779
3773
|
"type": "boolean"
|
|
3780
3774
|
},
|
|
3781
|
-
"a-
|
|
3782
|
-
"description": "Whether
|
|
3775
|
+
"a-tabs/hide-content": {
|
|
3776
|
+
"description": "Whether to hide content",
|
|
3783
3777
|
"type": "boolean"
|
|
3784
3778
|
},
|
|
3785
|
-
"a-
|
|
3786
|
-
"description": "
|
|
3787
|
-
"type": "boolean"
|
|
3779
|
+
"a-tabs/trigger": {
|
|
3780
|
+
"description": "Trigger method"
|
|
3788
3781
|
},
|
|
3789
|
-
"a-
|
|
3790
|
-
"description": "
|
|
3782
|
+
"a-tabs/scroll-position": {
|
|
3783
|
+
"description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
|
|
3784
|
+
},
|
|
3785
|
+
"a-tab-pane/title": {
|
|
3786
|
+
"description": "Title of the tab",
|
|
3787
|
+
"type": "string"
|
|
3788
|
+
},
|
|
3789
|
+
"a-tab-pane/disabled": {
|
|
3790
|
+
"description": "Whether to disable",
|
|
3791
3791
|
"type": "boolean"
|
|
3792
3792
|
},
|
|
3793
|
-
"a-
|
|
3794
|
-
"description": "Whether
|
|
3793
|
+
"a-tab-pane/closable": {
|
|
3794
|
+
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3795
3795
|
"type": "boolean"
|
|
3796
3796
|
},
|
|
3797
|
-
"a-
|
|
3798
|
-
"description": "
|
|
3797
|
+
"a-tab-pane/destroy-on-hide": {
|
|
3798
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3799
3799
|
"type": "boolean"
|
|
3800
3800
|
},
|
|
3801
3801
|
"a-textarea/input": {
|
|
@@ -3950,46 +3950,43 @@
|
|
|
3950
3950
|
"description": "Whether to destroy the dom structure after closing",
|
|
3951
3951
|
"type": "boolean"
|
|
3952
3952
|
},
|
|
3953
|
-
"a-
|
|
3954
|
-
"description": "
|
|
3955
|
-
},
|
|
3956
|
-
"a-tooltip/popup-visible": {
|
|
3957
|
-
"description": "Whether the tooltip is visible",
|
|
3953
|
+
"a-timeline/reverse": {
|
|
3954
|
+
"description": "Whether reverse order",
|
|
3958
3955
|
"type": "boolean"
|
|
3959
3956
|
},
|
|
3960
|
-
"a-
|
|
3961
|
-
"description": "
|
|
3962
|
-
"type": "boolean"
|
|
3957
|
+
"a-timeline/direction": {
|
|
3958
|
+
"description": "Timeline direction"
|
|
3963
3959
|
},
|
|
3964
|
-
"a-
|
|
3965
|
-
"description": "
|
|
3966
|
-
"type": "string"
|
|
3960
|
+
"a-timeline/mode": {
|
|
3961
|
+
"description": "The display mode of Timeline"
|
|
3967
3962
|
},
|
|
3968
|
-
"a-
|
|
3969
|
-
"description": "
|
|
3963
|
+
"a-timeline/pending": {
|
|
3964
|
+
"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",
|
|
3965
|
+
"type": "boolean|string"
|
|
3970
3966
|
},
|
|
3971
|
-
"a-
|
|
3972
|
-
"description": "
|
|
3973
|
-
"type": "boolean"
|
|
3967
|
+
"a-timeline/label-position": {
|
|
3968
|
+
"description": "Position of label text"
|
|
3974
3969
|
},
|
|
3975
|
-
"a-
|
|
3976
|
-
"description": "
|
|
3970
|
+
"a-timeline-item/dot-color": {
|
|
3971
|
+
"description": "Dot color",
|
|
3977
3972
|
"type": "string"
|
|
3978
3973
|
},
|
|
3979
|
-
"a-
|
|
3980
|
-
"description": "
|
|
3974
|
+
"a-timeline-item/dot-type": {
|
|
3975
|
+
"description": "Dot type"
|
|
3981
3976
|
},
|
|
3982
|
-
"a-
|
|
3983
|
-
"description": "
|
|
3977
|
+
"a-timeline-item/line-type": {
|
|
3978
|
+
"description": "Line type"
|
|
3984
3979
|
},
|
|
3985
|
-
"a-
|
|
3986
|
-
"description": "
|
|
3980
|
+
"a-timeline-item/line-color": {
|
|
3981
|
+
"description": "Line Color",
|
|
3982
|
+
"type": "string"
|
|
3987
3983
|
},
|
|
3988
|
-
"a-
|
|
3989
|
-
"description": "
|
|
3984
|
+
"a-timeline-item/label": {
|
|
3985
|
+
"description": "Label text",
|
|
3986
|
+
"type": "string"
|
|
3990
3987
|
},
|
|
3991
|
-
"a-
|
|
3992
|
-
"description": "
|
|
3988
|
+
"a-timeline-item/position": {
|
|
3989
|
+
"description": "Item position"
|
|
3993
3990
|
},
|
|
3994
3991
|
"a-transfer/change": {
|
|
3995
3992
|
"description": "Triggered when the value of the target selection box changes"
|
|
@@ -4046,44 +4043,6 @@
|
|
|
4046
4043
|
"description": "Search box configuration for target selection box",
|
|
4047
4044
|
"type": "object"
|
|
4048
4045
|
},
|
|
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
4046
|
"a-tree/select": {
|
|
4088
4047
|
"description": "Triggered when the tree node is clicked"
|
|
4089
4048
|
},
|
|
@@ -4344,6 +4303,47 @@
|
|
|
4344
4303
|
"description": "The default value of the input (uncontrolled mode)",
|
|
4345
4304
|
"type": "string"
|
|
4346
4305
|
},
|
|
4306
|
+
"a-tooltip/popup-visible-change": {
|
|
4307
|
+
"description": "Emitted when the tooltip display status changes"
|
|
4308
|
+
},
|
|
4309
|
+
"a-tooltip/popup-visible": {
|
|
4310
|
+
"description": "Whether the tooltip is visible",
|
|
4311
|
+
"type": "boolean"
|
|
4312
|
+
},
|
|
4313
|
+
"a-tooltip/default-popup-visible": {
|
|
4314
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
4315
|
+
"type": "boolean"
|
|
4316
|
+
},
|
|
4317
|
+
"a-tooltip/content": {
|
|
4318
|
+
"description": "Tooltip content",
|
|
4319
|
+
"type": "string"
|
|
4320
|
+
},
|
|
4321
|
+
"a-tooltip/position": {
|
|
4322
|
+
"description": "Popup position"
|
|
4323
|
+
},
|
|
4324
|
+
"a-tooltip/mini": {
|
|
4325
|
+
"description": "Whether to display as a mini size",
|
|
4326
|
+
"type": "boolean"
|
|
4327
|
+
},
|
|
4328
|
+
"a-tooltip/background-color": {
|
|
4329
|
+
"description": "Background color of the popover",
|
|
4330
|
+
"type": "string"
|
|
4331
|
+
},
|
|
4332
|
+
"a-tooltip/content-class": {
|
|
4333
|
+
"description": "The class name of the popup content"
|
|
4334
|
+
},
|
|
4335
|
+
"a-tooltip/content-style": {
|
|
4336
|
+
"description": "The style of the popup content"
|
|
4337
|
+
},
|
|
4338
|
+
"a-tooltip/arrow-class": {
|
|
4339
|
+
"description": "The class name of the popup arrow"
|
|
4340
|
+
},
|
|
4341
|
+
"a-tooltip/arrow-style": {
|
|
4342
|
+
"description": "The style of the popup arrow"
|
|
4343
|
+
},
|
|
4344
|
+
"a-tooltip/popup-container": {
|
|
4345
|
+
"description": "Mount container for popup"
|
|
4346
|
+
},
|
|
4347
4347
|
"a-trigger/popup-visible-change": {
|
|
4348
4348
|
"description": "Emitted when the status of the popup changes"
|
|
4349
4349
|
},
|
|
@@ -4692,52 +4692,6 @@
|
|
|
4692
4692
|
"a-upload/button-click": {
|
|
4693
4693
|
"description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
|
|
4694
4694
|
},
|
|
4695
|
-
"a-verification-code/change": {
|
|
4696
|
-
"description": "Triggered when the value changes"
|
|
4697
|
-
},
|
|
4698
|
-
"a-verification-code/finish": {
|
|
4699
|
-
"description": "Triggered when the filling is complete"
|
|
4700
|
-
},
|
|
4701
|
-
"a-verification-code/input": {
|
|
4702
|
-
"description": "Triggered on input"
|
|
4703
|
-
},
|
|
4704
|
-
"a-verification-code/model-value": {
|
|
4705
|
-
"description": "Value",
|
|
4706
|
-
"type": "string"
|
|
4707
|
-
},
|
|
4708
|
-
"a-verification-code/default-value": {
|
|
4709
|
-
"description": "Default value (uncontrolled state)",
|
|
4710
|
-
"type": "string"
|
|
4711
|
-
},
|
|
4712
|
-
"a-verification-code/length": {
|
|
4713
|
-
"description": "The length of the verification code, rendering the corresponding number of input boxes according to the length.",
|
|
4714
|
-
"type": "number"
|
|
4715
|
-
},
|
|
4716
|
-
"a-verification-code/size": {
|
|
4717
|
-
"description": "Input size"
|
|
4718
|
-
},
|
|
4719
|
-
"a-verification-code/disabled": {
|
|
4720
|
-
"description": "Whether to disable",
|
|
4721
|
-
"type": "boolean"
|
|
4722
|
-
},
|
|
4723
|
-
"a-verification-code/masked": {
|
|
4724
|
-
"description": "Password mode",
|
|
4725
|
-
"type": "boolean"
|
|
4726
|
-
},
|
|
4727
|
-
"a-verification-code/readonly": {
|
|
4728
|
-
"description": "Readonly",
|
|
4729
|
-
"type": "boolean"
|
|
4730
|
-
},
|
|
4731
|
-
"a-verification-code/error": {
|
|
4732
|
-
"description": "Whether it is an error state",
|
|
4733
|
-
"type": "boolean"
|
|
4734
|
-
},
|
|
4735
|
-
"a-verification-code/separator": {
|
|
4736
|
-
"description": "Separator. Customizable rendering separators after input boxes with different indexes"
|
|
4737
|
-
},
|
|
4738
|
-
"a-verification-code/formatter": {
|
|
4739
|
-
"description": "Formatter function, triggered when the user input value changes"
|
|
4740
|
-
},
|
|
4741
4695
|
"a-watermark/content": {
|
|
4742
4696
|
"description": "Watermark text content"
|
|
4743
4697
|
},
|
|
@@ -4789,5 +4743,51 @@
|
|
|
4789
4743
|
"a-watermark/staggered": {
|
|
4790
4744
|
"description": "Whether to stagger the arrangement layout",
|
|
4791
4745
|
"type": "boolean"
|
|
4746
|
+
},
|
|
4747
|
+
"a-verification-code/change": {
|
|
4748
|
+
"description": "Triggered when the value changes"
|
|
4749
|
+
},
|
|
4750
|
+
"a-verification-code/finish": {
|
|
4751
|
+
"description": "Triggered when the filling is complete"
|
|
4752
|
+
},
|
|
4753
|
+
"a-verification-code/input": {
|
|
4754
|
+
"description": "Triggered on input"
|
|
4755
|
+
},
|
|
4756
|
+
"a-verification-code/model-value": {
|
|
4757
|
+
"description": "Value",
|
|
4758
|
+
"type": "string"
|
|
4759
|
+
},
|
|
4760
|
+
"a-verification-code/default-value": {
|
|
4761
|
+
"description": "Default value (uncontrolled state)",
|
|
4762
|
+
"type": "string"
|
|
4763
|
+
},
|
|
4764
|
+
"a-verification-code/length": {
|
|
4765
|
+
"description": "The length of the verification code, rendering the corresponding number of input boxes according to the length.",
|
|
4766
|
+
"type": "number"
|
|
4767
|
+
},
|
|
4768
|
+
"a-verification-code/size": {
|
|
4769
|
+
"description": "Input size"
|
|
4770
|
+
},
|
|
4771
|
+
"a-verification-code/disabled": {
|
|
4772
|
+
"description": "Whether to disable",
|
|
4773
|
+
"type": "boolean"
|
|
4774
|
+
},
|
|
4775
|
+
"a-verification-code/masked": {
|
|
4776
|
+
"description": "Password mode",
|
|
4777
|
+
"type": "boolean"
|
|
4778
|
+
},
|
|
4779
|
+
"a-verification-code/readonly": {
|
|
4780
|
+
"description": "Readonly",
|
|
4781
|
+
"type": "boolean"
|
|
4782
|
+
},
|
|
4783
|
+
"a-verification-code/error": {
|
|
4784
|
+
"description": "Whether it is an error state",
|
|
4785
|
+
"type": "boolean"
|
|
4786
|
+
},
|
|
4787
|
+
"a-verification-code/separator": {
|
|
4788
|
+
"description": "Separator. Customizable rendering separators after input boxes with different indexes"
|
|
4789
|
+
},
|
|
4790
|
+
"a-verification-code/formatter": {
|
|
4791
|
+
"description": "Formatter function, triggered when the user input value changes"
|
|
4792
4792
|
}
|
|
4793
4793
|
}
|