@sdata/web-vue 1.0.0 → 1.1.0
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 +4 -12
- package/es/_utils/date.js +15 -15
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
- package/json/vetur-attributes.json +1253 -1253
- package/json/vetur-tags.json +468 -468
- package/json/web-types.json +3148 -3148
- package/package.json +3 -2
|
@@ -45,6 +45,82 @@
|
|
|
45
45
|
"description": "Whether the content is displayed in the center",
|
|
46
46
|
"type": "boolean"
|
|
47
47
|
},
|
|
48
|
+
"a-anchor/select": {
|
|
49
|
+
"description": "Triggered when the user clicks on the link"
|
|
50
|
+
},
|
|
51
|
+
"a-anchor/change": {
|
|
52
|
+
"description": "Triggered when the link changes"
|
|
53
|
+
},
|
|
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
|
+
},
|
|
57
|
+
"a-anchor/line-less": {
|
|
58
|
+
"description": "Whether to show the left axis",
|
|
59
|
+
"type": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"a-anchor/scroll-container": {
|
|
62
|
+
"description": "Scroll container"
|
|
63
|
+
},
|
|
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",
|
|
66
|
+
"type": "boolean"
|
|
67
|
+
},
|
|
68
|
+
"a-anchor/smooth": {
|
|
69
|
+
"description": "Whether to use smooth scrolling",
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
},
|
|
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"
|
|
79
|
+
},
|
|
80
|
+
"a-back-top/visible-height": {
|
|
81
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
82
|
+
"type": "number"
|
|
83
|
+
},
|
|
84
|
+
"a-back-top/target-container": {
|
|
85
|
+
"description": "Scroll event listener container"
|
|
86
|
+
},
|
|
87
|
+
"a-back-top/easing": {
|
|
88
|
+
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"a-back-top/duration": {
|
|
92
|
+
"description": "Duration of scroll animation",
|
|
93
|
+
"type": "number"
|
|
94
|
+
},
|
|
95
|
+
"a-badge/text": {
|
|
96
|
+
"description": "Set the display text of the status dot",
|
|
97
|
+
"type": "string"
|
|
98
|
+
},
|
|
99
|
+
"a-badge/dot": {
|
|
100
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
101
|
+
"type": "boolean"
|
|
102
|
+
},
|
|
103
|
+
"a-badge/dot-style": {
|
|
104
|
+
"description": "Customize badge dot style",
|
|
105
|
+
"type": "object"
|
|
106
|
+
},
|
|
107
|
+
"a-badge/max-count": {
|
|
108
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
109
|
+
"type": "number"
|
|
110
|
+
},
|
|
111
|
+
"a-badge/offset": {
|
|
112
|
+
"description": "Set offset of the badge dot"
|
|
113
|
+
},
|
|
114
|
+
"a-badge/color": {
|
|
115
|
+
"description": "Customize dot color"
|
|
116
|
+
},
|
|
117
|
+
"a-badge/status": {
|
|
118
|
+
"description": "Badge status"
|
|
119
|
+
},
|
|
120
|
+
"a-badge/count": {
|
|
121
|
+
"description": "Number to show in badge",
|
|
122
|
+
"type": "number"
|
|
123
|
+
},
|
|
48
124
|
"a-avatar/click": {
|
|
49
125
|
"description": "Callback when clicked"
|
|
50
126
|
},
|
|
@@ -103,37 +179,29 @@
|
|
|
103
179
|
"a-avatar-group/max-popover-trigger-props": {
|
|
104
180
|
"description": "TriggerProps for popover around +x."
|
|
105
181
|
},
|
|
106
|
-
"a-
|
|
107
|
-
"description": "
|
|
108
|
-
|
|
109
|
-
"a-anchor/change": {
|
|
110
|
-
"description": "Triggered when the link changes"
|
|
111
|
-
},
|
|
112
|
-
"a-anchor/boundary": {
|
|
113
|
-
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
182
|
+
"a-breadcrumb/max-count": {
|
|
183
|
+
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
184
|
+
"type": "number"
|
|
114
185
|
},
|
|
115
|
-
"a-
|
|
116
|
-
"description": "
|
|
117
|
-
"type": "boolean"
|
|
186
|
+
"a-breadcrumb/routes": {
|
|
187
|
+
"description": "Set routes"
|
|
118
188
|
},
|
|
119
|
-
"a-
|
|
120
|
-
"description": "
|
|
189
|
+
"a-breadcrumb/separator": {
|
|
190
|
+
"description": "Delimiter text",
|
|
191
|
+
"type": "string|number"
|
|
121
192
|
},
|
|
122
|
-
"a-
|
|
123
|
-
"description": "
|
|
124
|
-
"type": "boolean"
|
|
193
|
+
"a-breadcrumb/custom-url": {
|
|
194
|
+
"description": "Custom link address"
|
|
125
195
|
},
|
|
126
|
-
"a-
|
|
127
|
-
"description": "
|
|
128
|
-
"type": "
|
|
196
|
+
"a-breadcrumb-item/separator": {
|
|
197
|
+
"description": "Delimiter text",
|
|
198
|
+
"type": "string|number"
|
|
129
199
|
},
|
|
130
|
-
"a-
|
|
131
|
-
"description": "
|
|
132
|
-
"type": "string"
|
|
200
|
+
"a-breadcrumb-item/droplist": {
|
|
201
|
+
"description": "Dropdown content"
|
|
133
202
|
},
|
|
134
|
-
"a-
|
|
135
|
-
"description": "
|
|
136
|
-
"type": "string"
|
|
203
|
+
"a-breadcrumb-item/dropdown-props": {
|
|
204
|
+
"description": "Dropdown props"
|
|
137
205
|
},
|
|
138
206
|
"a-auto-complete/change": {
|
|
139
207
|
"description": "Emitted when the value changes"
|
|
@@ -188,74 +256,6 @@
|
|
|
188
256
|
"a-auto-complete/virtual-list-props": {
|
|
189
257
|
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
190
258
|
},
|
|
191
|
-
"a-back-top/visible-height": {
|
|
192
|
-
"description": "Display the trigger scroll height of the back to top button",
|
|
193
|
-
"type": "number"
|
|
194
|
-
},
|
|
195
|
-
"a-back-top/target-container": {
|
|
196
|
-
"description": "Scroll event listener container"
|
|
197
|
-
},
|
|
198
|
-
"a-back-top/easing": {
|
|
199
|
-
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
200
|
-
"type": "string"
|
|
201
|
-
},
|
|
202
|
-
"a-back-top/duration": {
|
|
203
|
-
"description": "Duration of scroll animation",
|
|
204
|
-
"type": "number"
|
|
205
|
-
},
|
|
206
|
-
"a-badge/text": {
|
|
207
|
-
"description": "Set the display text of the status dot",
|
|
208
|
-
"type": "string"
|
|
209
|
-
},
|
|
210
|
-
"a-badge/dot": {
|
|
211
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
212
|
-
"type": "boolean"
|
|
213
|
-
},
|
|
214
|
-
"a-badge/dot-style": {
|
|
215
|
-
"description": "Customize badge dot style",
|
|
216
|
-
"type": "object"
|
|
217
|
-
},
|
|
218
|
-
"a-badge/max-count": {
|
|
219
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
220
|
-
"type": "number"
|
|
221
|
-
},
|
|
222
|
-
"a-badge/offset": {
|
|
223
|
-
"description": "Set offset of the badge dot"
|
|
224
|
-
},
|
|
225
|
-
"a-badge/color": {
|
|
226
|
-
"description": "Customize dot color"
|
|
227
|
-
},
|
|
228
|
-
"a-badge/status": {
|
|
229
|
-
"description": "Badge status"
|
|
230
|
-
},
|
|
231
|
-
"a-badge/count": {
|
|
232
|
-
"description": "Number to show in badge",
|
|
233
|
-
"type": "number"
|
|
234
|
-
},
|
|
235
|
-
"a-breadcrumb/max-count": {
|
|
236
|
-
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
237
|
-
"type": "number"
|
|
238
|
-
},
|
|
239
|
-
"a-breadcrumb/routes": {
|
|
240
|
-
"description": "Set routes"
|
|
241
|
-
},
|
|
242
|
-
"a-breadcrumb/separator": {
|
|
243
|
-
"description": "Delimiter text",
|
|
244
|
-
"type": "string|number"
|
|
245
|
-
},
|
|
246
|
-
"a-breadcrumb/custom-url": {
|
|
247
|
-
"description": "Custom link address"
|
|
248
|
-
},
|
|
249
|
-
"a-breadcrumb-item/separator": {
|
|
250
|
-
"description": "Delimiter text",
|
|
251
|
-
"type": "string|number"
|
|
252
|
-
},
|
|
253
|
-
"a-breadcrumb-item/droplist": {
|
|
254
|
-
"description": "Dropdown content"
|
|
255
|
-
},
|
|
256
|
-
"a-breadcrumb-item/dropdown-props": {
|
|
257
|
-
"description": "Dropdown props"
|
|
258
|
-
},
|
|
259
259
|
"a-button/click": {
|
|
260
260
|
"description": "Emitted when the button is clicked"
|
|
261
261
|
},
|
|
@@ -310,71 +310,6 @@
|
|
|
310
310
|
"description": "All children whether the button is disabled",
|
|
311
311
|
"type": "boolean"
|
|
312
312
|
},
|
|
313
|
-
"a-card/bordered": {
|
|
314
|
-
"description": "Whether to render the border",
|
|
315
|
-
"type": "boolean"
|
|
316
|
-
},
|
|
317
|
-
"a-card/loading": {
|
|
318
|
-
"description": "Loading status",
|
|
319
|
-
"type": "boolean"
|
|
320
|
-
},
|
|
321
|
-
"a-card/hoverable": {
|
|
322
|
-
"description": "Can be hovered",
|
|
323
|
-
"type": "boolean"
|
|
324
|
-
},
|
|
325
|
-
"a-card/size": {
|
|
326
|
-
"description": "Size of card",
|
|
327
|
-
"type": "string"
|
|
328
|
-
},
|
|
329
|
-
"a-card/header-style": {
|
|
330
|
-
"description": "The additional css style to apply to card head"
|
|
331
|
-
},
|
|
332
|
-
"a-card/body-style": {
|
|
333
|
-
"description": "The additional css style to apply to card content"
|
|
334
|
-
},
|
|
335
|
-
"a-card/title": {
|
|
336
|
-
"description": "Title of card",
|
|
337
|
-
"type": "string"
|
|
338
|
-
},
|
|
339
|
-
"a-card/extra": {
|
|
340
|
-
"description": "Content to render in the top-right corner of the card",
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
"a-card-meta/title": {
|
|
344
|
-
"description": "Title of card",
|
|
345
|
-
"type": "string"
|
|
346
|
-
},
|
|
347
|
-
"a-card-meta/description": {
|
|
348
|
-
"description": "Description of card",
|
|
349
|
-
"type": "string"
|
|
350
|
-
},
|
|
351
|
-
"a-card-grid/hoverable": {
|
|
352
|
-
"description": "Whether to hover",
|
|
353
|
-
"type": "boolean"
|
|
354
|
-
},
|
|
355
|
-
"a-calendar/change": {
|
|
356
|
-
"description": "Emitted when the button is clicked"
|
|
357
|
-
},
|
|
358
|
-
"a-calendar/panel-change": {
|
|
359
|
-
"description": "Emitted when the button is clicked"
|
|
360
|
-
},
|
|
361
|
-
"a-calendar/model-value": {
|
|
362
|
-
"description": "Value"
|
|
363
|
-
},
|
|
364
|
-
"a-calendar/default-value": {
|
|
365
|
-
"description": "Default value (uncontrolled state)"
|
|
366
|
-
},
|
|
367
|
-
"a-calendar/mode": {
|
|
368
|
-
"description": "Mode",
|
|
369
|
-
"type": "string"
|
|
370
|
-
},
|
|
371
|
-
"a-calendar/default-mode": {
|
|
372
|
-
"description": "Default Mode",
|
|
373
|
-
"type": "string"
|
|
374
|
-
},
|
|
375
|
-
"a-calendar/modes": {
|
|
376
|
-
"description": "Displayed mode"
|
|
377
|
-
},
|
|
378
313
|
"a-carousel/change": {
|
|
379
314
|
"description": "Callback when slide changes"
|
|
380
315
|
},
|
|
@@ -424,8 +359,95 @@
|
|
|
424
359
|
"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)",
|
|
425
360
|
"type": "string"
|
|
426
361
|
},
|
|
427
|
-
"a-
|
|
428
|
-
"description": "
|
|
362
|
+
"a-card/bordered": {
|
|
363
|
+
"description": "Whether to render the border",
|
|
364
|
+
"type": "boolean"
|
|
365
|
+
},
|
|
366
|
+
"a-card/loading": {
|
|
367
|
+
"description": "Loading status",
|
|
368
|
+
"type": "boolean"
|
|
369
|
+
},
|
|
370
|
+
"a-card/hoverable": {
|
|
371
|
+
"description": "Can be hovered",
|
|
372
|
+
"type": "boolean"
|
|
373
|
+
},
|
|
374
|
+
"a-card/size": {
|
|
375
|
+
"description": "Size of card",
|
|
376
|
+
"type": "string"
|
|
377
|
+
},
|
|
378
|
+
"a-card/header-style": {
|
|
379
|
+
"description": "The additional css style to apply to card head"
|
|
380
|
+
},
|
|
381
|
+
"a-card/body-style": {
|
|
382
|
+
"description": "The additional css style to apply to card content"
|
|
383
|
+
},
|
|
384
|
+
"a-card/title": {
|
|
385
|
+
"description": "Title of card",
|
|
386
|
+
"type": "string"
|
|
387
|
+
},
|
|
388
|
+
"a-card/extra": {
|
|
389
|
+
"description": "Content to render in the top-right corner of the card",
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
"a-card-meta/title": {
|
|
393
|
+
"description": "Title of card",
|
|
394
|
+
"type": "string"
|
|
395
|
+
},
|
|
396
|
+
"a-card-meta/description": {
|
|
397
|
+
"description": "Description of card",
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
"a-card-grid/hoverable": {
|
|
401
|
+
"description": "Whether to hover",
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"a-checkbox/change": {
|
|
405
|
+
"description": "Trigger when the value changes"
|
|
406
|
+
},
|
|
407
|
+
"a-checkbox/model-value": {
|
|
408
|
+
"description": "Value"
|
|
409
|
+
},
|
|
410
|
+
"a-checkbox/default-checked": {
|
|
411
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
},
|
|
414
|
+
"a-checkbox/value": {
|
|
415
|
+
"description": "The `value` of the option",
|
|
416
|
+
"type": "string|number|boolean"
|
|
417
|
+
},
|
|
418
|
+
"a-checkbox/disabled": {
|
|
419
|
+
"description": "Whether to disable",
|
|
420
|
+
"type": "boolean"
|
|
421
|
+
},
|
|
422
|
+
"a-checkbox/indeterminate": {
|
|
423
|
+
"description": "Whether it is half-selected",
|
|
424
|
+
"type": "boolean"
|
|
425
|
+
},
|
|
426
|
+
"a-checkbox-group/change": {
|
|
427
|
+
"description": "Trigger when the value changes"
|
|
428
|
+
},
|
|
429
|
+
"a-checkbox-group/model-value": {
|
|
430
|
+
"description": "Value"
|
|
431
|
+
},
|
|
432
|
+
"a-checkbox-group/default-value": {
|
|
433
|
+
"description": "Default value (uncontrolled state)"
|
|
434
|
+
},
|
|
435
|
+
"a-checkbox-group/max": {
|
|
436
|
+
"description": "Support the maximum number of selections",
|
|
437
|
+
"type": "number"
|
|
438
|
+
},
|
|
439
|
+
"a-checkbox-group/options": {
|
|
440
|
+
"description": "Options"
|
|
441
|
+
},
|
|
442
|
+
"a-checkbox-group/direction": {
|
|
443
|
+
"description": "Arrangement direction of checkboxes"
|
|
444
|
+
},
|
|
445
|
+
"a-checkbox-group/disabled": {
|
|
446
|
+
"description": "Whether to disable",
|
|
447
|
+
"type": "boolean"
|
|
448
|
+
},
|
|
449
|
+
"a-cascader/change": {
|
|
450
|
+
"description": "Triggered when the selected value changes"
|
|
429
451
|
},
|
|
430
452
|
"a-cascader/input-value-change": {
|
|
431
453
|
"description": "Triggered when the input value changes"
|
|
@@ -603,51 +625,6 @@
|
|
|
603
625
|
"description": "whether to expand the submenu",
|
|
604
626
|
"type": "boolean"
|
|
605
627
|
},
|
|
606
|
-
"a-checkbox/change": {
|
|
607
|
-
"description": "Trigger when the value changes"
|
|
608
|
-
},
|
|
609
|
-
"a-checkbox/model-value": {
|
|
610
|
-
"description": "Value"
|
|
611
|
-
},
|
|
612
|
-
"a-checkbox/default-checked": {
|
|
613
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
614
|
-
"type": "boolean"
|
|
615
|
-
},
|
|
616
|
-
"a-checkbox/value": {
|
|
617
|
-
"description": "The `value` of the option",
|
|
618
|
-
"type": "string|number|boolean"
|
|
619
|
-
},
|
|
620
|
-
"a-checkbox/disabled": {
|
|
621
|
-
"description": "Whether to disable",
|
|
622
|
-
"type": "boolean"
|
|
623
|
-
},
|
|
624
|
-
"a-checkbox/indeterminate": {
|
|
625
|
-
"description": "Whether it is half-selected",
|
|
626
|
-
"type": "boolean"
|
|
627
|
-
},
|
|
628
|
-
"a-checkbox-group/change": {
|
|
629
|
-
"description": "Trigger when the value changes"
|
|
630
|
-
},
|
|
631
|
-
"a-checkbox-group/model-value": {
|
|
632
|
-
"description": "Value"
|
|
633
|
-
},
|
|
634
|
-
"a-checkbox-group/default-value": {
|
|
635
|
-
"description": "Default value (uncontrolled state)"
|
|
636
|
-
},
|
|
637
|
-
"a-checkbox-group/max": {
|
|
638
|
-
"description": "Support the maximum number of selections",
|
|
639
|
-
"type": "number"
|
|
640
|
-
},
|
|
641
|
-
"a-checkbox-group/options": {
|
|
642
|
-
"description": "Options"
|
|
643
|
-
},
|
|
644
|
-
"a-checkbox-group/direction": {
|
|
645
|
-
"description": "Arrangement direction of checkboxes"
|
|
646
|
-
},
|
|
647
|
-
"a-checkbox-group/disabled": {
|
|
648
|
-
"description": "Whether to disable",
|
|
649
|
-
"type": "boolean"
|
|
650
|
-
},
|
|
651
628
|
"a-collapse/change": {
|
|
652
629
|
"description": "Emitted when the expanded panel changes"
|
|
653
630
|
},
|
|
@@ -692,59 +669,28 @@
|
|
|
692
669
|
"description": "Whether to destroy content when hidden",
|
|
693
670
|
"type": "boolean"
|
|
694
671
|
},
|
|
695
|
-
"a-
|
|
696
|
-
"description": "
|
|
672
|
+
"a-calendar/change": {
|
|
673
|
+
"description": "Emitted when the button is clicked"
|
|
697
674
|
},
|
|
698
|
-
"a-
|
|
699
|
-
"description": "
|
|
675
|
+
"a-calendar/panel-change": {
|
|
676
|
+
"description": "Emitted when the button is clicked"
|
|
700
677
|
},
|
|
701
|
-
"a-
|
|
702
|
-
"description": "Value"
|
|
703
|
-
"type": "string"
|
|
678
|
+
"a-calendar/model-value": {
|
|
679
|
+
"description": "Value"
|
|
704
680
|
},
|
|
705
|
-
"a-
|
|
706
|
-
"description": "Default value (uncontrolled state)"
|
|
707
|
-
"type": "string"
|
|
681
|
+
"a-calendar/default-value": {
|
|
682
|
+
"description": "Default value (uncontrolled state)"
|
|
708
683
|
},
|
|
709
|
-
"a-
|
|
710
|
-
"description": "
|
|
684
|
+
"a-calendar/mode": {
|
|
685
|
+
"description": "Mode",
|
|
711
686
|
"type": "string"
|
|
712
687
|
},
|
|
713
|
-
"a-
|
|
714
|
-
"description": "
|
|
715
|
-
|
|
716
|
-
"a-color-picker/show-text": {
|
|
717
|
-
"description": "Show color value",
|
|
718
|
-
"type": "boolean"
|
|
719
|
-
},
|
|
720
|
-
"a-color-picker/show-history": {
|
|
721
|
-
"description": "Show history colors",
|
|
722
|
-
"type": "boolean"
|
|
723
|
-
},
|
|
724
|
-
"a-color-picker/show-preset": {
|
|
725
|
-
"description": "Show preset colors",
|
|
726
|
-
"type": "boolean"
|
|
727
|
-
},
|
|
728
|
-
"a-color-picker/disabled": {
|
|
729
|
-
"description": "disabled",
|
|
730
|
-
"type": "boolean"
|
|
731
|
-
},
|
|
732
|
-
"a-color-picker/disabled-alpha": {
|
|
733
|
-
"description": "Disable transparency channel",
|
|
734
|
-
"type": "boolean"
|
|
735
|
-
},
|
|
736
|
-
"a-color-picker/hide-trigger": {
|
|
737
|
-
"description": "There is no trigger element, only the color panel is displayed",
|
|
738
|
-
"type": "boolean"
|
|
739
|
-
},
|
|
740
|
-
"a-color-picker/trigger-props": {
|
|
741
|
-
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
742
|
-
},
|
|
743
|
-
"a-color-picker/history-colors": {
|
|
744
|
-
"description": "Color array of historical colors"
|
|
688
|
+
"a-calendar/default-mode": {
|
|
689
|
+
"description": "Default Mode",
|
|
690
|
+
"type": "string"
|
|
745
691
|
},
|
|
746
|
-
"a-
|
|
747
|
-
"description": "
|
|
692
|
+
"a-calendar/modes": {
|
|
693
|
+
"description": "Displayed mode"
|
|
748
694
|
},
|
|
749
695
|
"a-comment/author": {
|
|
750
696
|
"description": "Display as the comment author",
|
|
@@ -848,48 +794,6 @@
|
|
|
848
794
|
"description": "Whether to enable abbreviation",
|
|
849
795
|
"type": "boolean"
|
|
850
796
|
},
|
|
851
|
-
"a-descriptions/data": {
|
|
852
|
-
"description": "Data for descriptions"
|
|
853
|
-
},
|
|
854
|
-
"a-descriptions/column": {
|
|
855
|
-
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
856
|
-
},
|
|
857
|
-
"a-descriptions/title": {
|
|
858
|
-
"description": "Title of descriptions",
|
|
859
|
-
"type": "string"
|
|
860
|
-
},
|
|
861
|
-
"a-descriptions/layout": {
|
|
862
|
-
"description": "Arrangement of descriptions",
|
|
863
|
-
"type": "string"
|
|
864
|
-
},
|
|
865
|
-
"a-descriptions/align": {
|
|
866
|
-
"description": "Alignment position of text"
|
|
867
|
-
},
|
|
868
|
-
"a-descriptions/size": {
|
|
869
|
-
"description": "The size of the descriptions"
|
|
870
|
-
},
|
|
871
|
-
"a-descriptions/bordered": {
|
|
872
|
-
"description": "Whether to show the border",
|
|
873
|
-
"type": "boolean"
|
|
874
|
-
},
|
|
875
|
-
"a-descriptions/label-style": {
|
|
876
|
-
"description": "Data label style"
|
|
877
|
-
},
|
|
878
|
-
"a-descriptions/value-style": {
|
|
879
|
-
"description": "Data content style"
|
|
880
|
-
},
|
|
881
|
-
"a-descriptions/table-layout": {
|
|
882
|
-
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
883
|
-
"type": "string"
|
|
884
|
-
},
|
|
885
|
-
"a-descriptions-item/span": {
|
|
886
|
-
"description": "number of columns",
|
|
887
|
-
"type": "number"
|
|
888
|
-
},
|
|
889
|
-
"a-descriptions-item/label": {
|
|
890
|
-
"description": "Label",
|
|
891
|
-
"type": "string"
|
|
892
|
-
},
|
|
893
797
|
"a-config-provider/prefix-cls": {
|
|
894
798
|
"description": "Component classname prefix",
|
|
895
799
|
"type": "string"
|
|
@@ -935,22 +839,76 @@
|
|
|
935
839
|
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
936
840
|
"type": "number | string"
|
|
937
841
|
},
|
|
938
|
-
"a-
|
|
939
|
-
"description": "Triggered when the
|
|
842
|
+
"a-color-picker/change": {
|
|
843
|
+
"description": "Triggered when the color value changes"
|
|
940
844
|
},
|
|
941
|
-
"a-
|
|
942
|
-
"description": "Triggered when the
|
|
845
|
+
"a-color-picker/popup-visible-change": {
|
|
846
|
+
"description": "Triggered when the color panel is expanded and collapsed"
|
|
943
847
|
},
|
|
944
|
-
"a-
|
|
945
|
-
"description": "
|
|
946
|
-
"type": "
|
|
848
|
+
"a-color-picker/model-value": {
|
|
849
|
+
"description": "Value",
|
|
850
|
+
"type": "string"
|
|
947
851
|
},
|
|
948
|
-
"a-
|
|
949
|
-
"description": "
|
|
950
|
-
"type": "
|
|
852
|
+
"a-color-picker/default-value": {
|
|
853
|
+
"description": "Default value (uncontrolled state)",
|
|
854
|
+
"type": "string"
|
|
951
855
|
},
|
|
952
|
-
"a-
|
|
953
|
-
"description": "
|
|
856
|
+
"a-color-picker/format": {
|
|
857
|
+
"description": "Color value format",
|
|
858
|
+
"type": "string"
|
|
859
|
+
},
|
|
860
|
+
"a-color-picker/size": {
|
|
861
|
+
"description": "Size"
|
|
862
|
+
},
|
|
863
|
+
"a-color-picker/show-text": {
|
|
864
|
+
"description": "Show color value",
|
|
865
|
+
"type": "boolean"
|
|
866
|
+
},
|
|
867
|
+
"a-color-picker/show-history": {
|
|
868
|
+
"description": "Show history colors",
|
|
869
|
+
"type": "boolean"
|
|
870
|
+
},
|
|
871
|
+
"a-color-picker/show-preset": {
|
|
872
|
+
"description": "Show preset colors",
|
|
873
|
+
"type": "boolean"
|
|
874
|
+
},
|
|
875
|
+
"a-color-picker/disabled": {
|
|
876
|
+
"description": "disabled",
|
|
877
|
+
"type": "boolean"
|
|
878
|
+
},
|
|
879
|
+
"a-color-picker/disabled-alpha": {
|
|
880
|
+
"description": "Disable transparency channel",
|
|
881
|
+
"type": "boolean"
|
|
882
|
+
},
|
|
883
|
+
"a-color-picker/hide-trigger": {
|
|
884
|
+
"description": "There is no trigger element, only the color panel is displayed",
|
|
885
|
+
"type": "boolean"
|
|
886
|
+
},
|
|
887
|
+
"a-color-picker/trigger-props": {
|
|
888
|
+
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
889
|
+
},
|
|
890
|
+
"a-color-picker/history-colors": {
|
|
891
|
+
"description": "Color array of historical colors"
|
|
892
|
+
},
|
|
893
|
+
"a-color-picker/preset-colors": {
|
|
894
|
+
"description": "Color array of preset colors"
|
|
895
|
+
},
|
|
896
|
+
"a-dropdown/popup-visible-change": {
|
|
897
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
898
|
+
},
|
|
899
|
+
"a-dropdown/select": {
|
|
900
|
+
"description": "Triggered when the user selects"
|
|
901
|
+
},
|
|
902
|
+
"a-dropdown/popup-visible": {
|
|
903
|
+
"description": "Whether the popup is visible",
|
|
904
|
+
"type": "boolean"
|
|
905
|
+
},
|
|
906
|
+
"a-dropdown/default-popup-visible": {
|
|
907
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
908
|
+
"type": "boolean"
|
|
909
|
+
},
|
|
910
|
+
"a-dropdown/trigger": {
|
|
911
|
+
"description": "Trigger method"
|
|
954
912
|
},
|
|
955
913
|
"a-dropdown/position": {
|
|
956
914
|
"description": "Popup position"
|
|
@@ -1169,6 +1127,48 @@
|
|
|
1169
1127
|
"description": "Whether to hide the cancel button",
|
|
1170
1128
|
"type": "boolean"
|
|
1171
1129
|
},
|
|
1130
|
+
"a-descriptions/data": {
|
|
1131
|
+
"description": "Data for descriptions"
|
|
1132
|
+
},
|
|
1133
|
+
"a-descriptions/column": {
|
|
1134
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1135
|
+
},
|
|
1136
|
+
"a-descriptions/title": {
|
|
1137
|
+
"description": "Title of descriptions",
|
|
1138
|
+
"type": "string"
|
|
1139
|
+
},
|
|
1140
|
+
"a-descriptions/layout": {
|
|
1141
|
+
"description": "Arrangement of descriptions",
|
|
1142
|
+
"type": "string"
|
|
1143
|
+
},
|
|
1144
|
+
"a-descriptions/align": {
|
|
1145
|
+
"description": "Alignment position of text"
|
|
1146
|
+
},
|
|
1147
|
+
"a-descriptions/size": {
|
|
1148
|
+
"description": "The size of the descriptions"
|
|
1149
|
+
},
|
|
1150
|
+
"a-descriptions/bordered": {
|
|
1151
|
+
"description": "Whether to show the border",
|
|
1152
|
+
"type": "boolean"
|
|
1153
|
+
},
|
|
1154
|
+
"a-descriptions/label-style": {
|
|
1155
|
+
"description": "Data label style"
|
|
1156
|
+
},
|
|
1157
|
+
"a-descriptions/value-style": {
|
|
1158
|
+
"description": "Data content style"
|
|
1159
|
+
},
|
|
1160
|
+
"a-descriptions/table-layout": {
|
|
1161
|
+
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1162
|
+
"type": "string"
|
|
1163
|
+
},
|
|
1164
|
+
"a-descriptions-item/span": {
|
|
1165
|
+
"description": "number of columns",
|
|
1166
|
+
"type": "number"
|
|
1167
|
+
},
|
|
1168
|
+
"a-descriptions-item/label": {
|
|
1169
|
+
"description": "Label",
|
|
1170
|
+
"type": "string"
|
|
1171
|
+
},
|
|
1172
1172
|
"a-empty/description": {
|
|
1173
1173
|
"description": "Description",
|
|
1174
1174
|
"type": "string"
|
|
@@ -1260,163 +1260,6 @@
|
|
|
1260
1260
|
"description": "Is it a suffix element",
|
|
1261
1261
|
"type": "boolean"
|
|
1262
1262
|
},
|
|
1263
|
-
"a-form/submit": {
|
|
1264
|
-
"description": "Triggered when the form is submitted"
|
|
1265
|
-
},
|
|
1266
|
-
"a-form/submit-success": {
|
|
1267
|
-
"description": "Triggered when verification is successful"
|
|
1268
|
-
},
|
|
1269
|
-
"a-form/submit-failed": {
|
|
1270
|
-
"description": "Triggered when verification failed"
|
|
1271
|
-
},
|
|
1272
|
-
"a-form/model": {
|
|
1273
|
-
"description": "Form data object",
|
|
1274
|
-
"type": "object"
|
|
1275
|
-
},
|
|
1276
|
-
"a-form/layout": {
|
|
1277
|
-
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
1278
|
-
},
|
|
1279
|
-
"a-form/size": {
|
|
1280
|
-
"description": "The size of the form"
|
|
1281
|
-
},
|
|
1282
|
-
"a-form/label-col-props": {
|
|
1283
|
-
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1284
|
-
"type": "object"
|
|
1285
|
-
},
|
|
1286
|
-
"a-form/wrapper-col-props": {
|
|
1287
|
-
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1288
|
-
"type": "object"
|
|
1289
|
-
},
|
|
1290
|
-
"a-form/label-align": {
|
|
1291
|
-
"description": "Alignment direction of the label"
|
|
1292
|
-
},
|
|
1293
|
-
"a-form/disabled": {
|
|
1294
|
-
"description": "Whether to disable the form",
|
|
1295
|
-
"type": "boolean"
|
|
1296
|
-
},
|
|
1297
|
-
"a-form/rules": {
|
|
1298
|
-
"description": "Form item validation rules"
|
|
1299
|
-
},
|
|
1300
|
-
"a-form/auto-label-width": {
|
|
1301
|
-
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1302
|
-
"type": "boolean"
|
|
1303
|
-
},
|
|
1304
|
-
"a-form/id": {
|
|
1305
|
-
"description": "Form `id` attribute and form control `id` prefix",
|
|
1306
|
-
"type": "string"
|
|
1307
|
-
},
|
|
1308
|
-
"a-form/scroll-to-first-error": {
|
|
1309
|
-
"description": "Scroll to the first error field after verification fails",
|
|
1310
|
-
"type": "boolean"
|
|
1311
|
-
},
|
|
1312
|
-
"a-form-item/field": {
|
|
1313
|
-
"description": "The path of the form element in the data object (required for the data item)",
|
|
1314
|
-
"type": "string"
|
|
1315
|
-
},
|
|
1316
|
-
"a-form-item/label": {
|
|
1317
|
-
"description": "Label text",
|
|
1318
|
-
"type": "string"
|
|
1319
|
-
},
|
|
1320
|
-
"a-form-item/tooltip": {
|
|
1321
|
-
"description": "Tooltip text",
|
|
1322
|
-
"type": "string"
|
|
1323
|
-
},
|
|
1324
|
-
"a-form-item/show-colon": {
|
|
1325
|
-
"description": "Whether to show a colon",
|
|
1326
|
-
"type": "boolean"
|
|
1327
|
-
},
|
|
1328
|
-
"a-form-item/no-style": {
|
|
1329
|
-
"description": "Whether to remove the style",
|
|
1330
|
-
"type": "boolean"
|
|
1331
|
-
},
|
|
1332
|
-
"a-form-item/disabled": {
|
|
1333
|
-
"description": "Whether to disable",
|
|
1334
|
-
"type": "boolean"
|
|
1335
|
-
},
|
|
1336
|
-
"a-form-item/help": {
|
|
1337
|
-
"description": "Help copywriting",
|
|
1338
|
-
"type": "string"
|
|
1339
|
-
},
|
|
1340
|
-
"a-form-item/extra": {
|
|
1341
|
-
"description": "Additional display copy",
|
|
1342
|
-
"type": "string"
|
|
1343
|
-
},
|
|
1344
|
-
"a-form-item/required": {
|
|
1345
|
-
"description": "Is it required",
|
|
1346
|
-
"type": "boolean"
|
|
1347
|
-
},
|
|
1348
|
-
"a-form-item/asterisk-position": {
|
|
1349
|
-
"description": "Optionally place an asterisk before/after the label",
|
|
1350
|
-
"type": "string"
|
|
1351
|
-
},
|
|
1352
|
-
"a-form-item/rules": {
|
|
1353
|
-
"description": "Form item validation rules (The priority is higher than the rules of form)"
|
|
1354
|
-
},
|
|
1355
|
-
"a-form-item/validate-status": {
|
|
1356
|
-
"description": "Validate status"
|
|
1357
|
-
},
|
|
1358
|
-
"a-form-item/validate-trigger": {
|
|
1359
|
-
"description": "The event that triggers the verification"
|
|
1360
|
-
},
|
|
1361
|
-
"a-form-item/label-col-props": {
|
|
1362
|
-
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1363
|
-
"type": "object"
|
|
1364
|
-
},
|
|
1365
|
-
"a-form-item/wrapper-col-props": {
|
|
1366
|
-
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1367
|
-
"type": "object"
|
|
1368
|
-
},
|
|
1369
|
-
"a-form-item/hide-label": {
|
|
1370
|
-
"description": "Whether to hide the label",
|
|
1371
|
-
"type": "boolean"
|
|
1372
|
-
},
|
|
1373
|
-
"a-form-item/hide-asterisk": {
|
|
1374
|
-
"description": "Whether to hide the asterisk",
|
|
1375
|
-
"type": "boolean"
|
|
1376
|
-
},
|
|
1377
|
-
"a-form-item/label-col-style": {
|
|
1378
|
-
"description": "The style of the label element layout component",
|
|
1379
|
-
"type": "object"
|
|
1380
|
-
},
|
|
1381
|
-
"a-form-item/wrapper-col-style": {
|
|
1382
|
-
"description": "The style of the form control layout component",
|
|
1383
|
-
"type": "object"
|
|
1384
|
-
},
|
|
1385
|
-
"a-form-item/row-props": {
|
|
1386
|
-
"description": "Form item layout options. The parameters are the same as the `<row>` component",
|
|
1387
|
-
"type": "object"
|
|
1388
|
-
},
|
|
1389
|
-
"a-form-item/row-class": {
|
|
1390
|
-
"description": "The class of the form item layout component",
|
|
1391
|
-
"type": "string|array|object"
|
|
1392
|
-
},
|
|
1393
|
-
"a-form-item/content-class": {
|
|
1394
|
-
"description": "The class of the form control wrapping layer",
|
|
1395
|
-
"type": "string|array|object"
|
|
1396
|
-
},
|
|
1397
|
-
"a-form-item/content-flex": {
|
|
1398
|
-
"description": "Whether to enable flex layout in the content layer",
|
|
1399
|
-
"type": "boolean"
|
|
1400
|
-
},
|
|
1401
|
-
"a-form-item/merge-props": {
|
|
1402
|
-
"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"
|
|
1403
|
-
},
|
|
1404
|
-
"a-form-item/label-col-flex": {
|
|
1405
|
-
"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`.",
|
|
1406
|
-
"type": "number|string"
|
|
1407
|
-
},
|
|
1408
|
-
"a-form-item/feedback": {
|
|
1409
|
-
"description": "Whether to show the feedback icon for the form control",
|
|
1410
|
-
"type": "boolean"
|
|
1411
|
-
},
|
|
1412
|
-
"a-form-item/label-component": {
|
|
1413
|
-
"description": "The element that the form item label renders",
|
|
1414
|
-
"type": "string"
|
|
1415
|
-
},
|
|
1416
|
-
"a-form-item/label-attrs": {
|
|
1417
|
-
"description": "Attributes of the form item element",
|
|
1418
|
-
"type": "object"
|
|
1419
|
-
},
|
|
1420
1263
|
"a-image/preview-visible-change": {
|
|
1421
1264
|
"description": "Preview opening and closing events"
|
|
1422
1265
|
},
|
|
@@ -1578,111 +1421,163 @@
|
|
|
1578
1421
|
"description": "Whether to disable the action",
|
|
1579
1422
|
"type": "boolean"
|
|
1580
1423
|
},
|
|
1581
|
-
"a-
|
|
1582
|
-
"description": "Triggered when the
|
|
1424
|
+
"a-form/submit": {
|
|
1425
|
+
"description": "Triggered when the form is submitted"
|
|
1583
1426
|
},
|
|
1584
|
-
"a-
|
|
1585
|
-
"description": "
|
|
1427
|
+
"a-form/submit-success": {
|
|
1428
|
+
"description": "Triggered when verification is successful"
|
|
1586
1429
|
},
|
|
1587
|
-
"a-
|
|
1588
|
-
"description": "Triggered when
|
|
1430
|
+
"a-form/submit-failed": {
|
|
1431
|
+
"description": "Triggered when verification failed"
|
|
1589
1432
|
},
|
|
1590
|
-
"a-
|
|
1591
|
-
"description": "
|
|
1433
|
+
"a-form/model": {
|
|
1434
|
+
"description": "Form data object",
|
|
1435
|
+
"type": "object"
|
|
1592
1436
|
},
|
|
1593
|
-
"a-
|
|
1594
|
-
"description": "
|
|
1437
|
+
"a-form/layout": {
|
|
1438
|
+
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
1595
1439
|
},
|
|
1596
|
-
"a-
|
|
1597
|
-
"description": "
|
|
1440
|
+
"a-form/size": {
|
|
1441
|
+
"description": "The size of the form"
|
|
1598
1442
|
},
|
|
1599
|
-
"a-
|
|
1600
|
-
"description": "
|
|
1443
|
+
"a-form/label-col-props": {
|
|
1444
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1445
|
+
"type": "object"
|
|
1601
1446
|
},
|
|
1602
|
-
"a-
|
|
1603
|
-
"description": "
|
|
1447
|
+
"a-form/wrapper-col-props": {
|
|
1448
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1449
|
+
"type": "object"
|
|
1604
1450
|
},
|
|
1605
|
-
"a-
|
|
1606
|
-
"description": "
|
|
1451
|
+
"a-form/label-align": {
|
|
1452
|
+
"description": "Alignment direction of the label"
|
|
1607
1453
|
},
|
|
1608
|
-
"a-
|
|
1609
|
-
"description": "
|
|
1454
|
+
"a-form/disabled": {
|
|
1455
|
+
"description": "Whether to disable the form",
|
|
1456
|
+
"type": "boolean"
|
|
1457
|
+
},
|
|
1458
|
+
"a-form/rules": {
|
|
1459
|
+
"description": "Form item validation rules"
|
|
1460
|
+
},
|
|
1461
|
+
"a-form/auto-label-width": {
|
|
1462
|
+
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1463
|
+
"type": "boolean"
|
|
1464
|
+
},
|
|
1465
|
+
"a-form/id": {
|
|
1466
|
+
"description": "Form `id` attribute and form control `id` prefix",
|
|
1610
1467
|
"type": "string"
|
|
1611
1468
|
},
|
|
1612
|
-
"a-
|
|
1613
|
-
"description": "
|
|
1469
|
+
"a-form/scroll-to-first-error": {
|
|
1470
|
+
"description": "Scroll to the first error field after verification fails",
|
|
1471
|
+
"type": "boolean"
|
|
1472
|
+
},
|
|
1473
|
+
"a-form-item/field": {
|
|
1474
|
+
"description": "The path of the form element in the data object (required for the data item)",
|
|
1614
1475
|
"type": "string"
|
|
1615
1476
|
},
|
|
1616
|
-
"a-
|
|
1617
|
-
"description": "
|
|
1477
|
+
"a-form-item/label": {
|
|
1478
|
+
"description": "Label text",
|
|
1618
1479
|
"type": "string"
|
|
1619
1480
|
},
|
|
1620
|
-
"a-
|
|
1621
|
-
"description": "
|
|
1481
|
+
"a-form-item/tooltip": {
|
|
1482
|
+
"description": "Tooltip text",
|
|
1483
|
+
"type": "string"
|
|
1484
|
+
},
|
|
1485
|
+
"a-form-item/show-colon": {
|
|
1486
|
+
"description": "Whether to show a colon",
|
|
1622
1487
|
"type": "boolean"
|
|
1623
1488
|
},
|
|
1624
|
-
"a-
|
|
1625
|
-
"description": "Whether
|
|
1489
|
+
"a-form-item/no-style": {
|
|
1490
|
+
"description": "Whether to remove the style",
|
|
1626
1491
|
"type": "boolean"
|
|
1627
1492
|
},
|
|
1628
|
-
"a-
|
|
1629
|
-
"description": "Whether
|
|
1493
|
+
"a-form-item/disabled": {
|
|
1494
|
+
"description": "Whether to disable",
|
|
1630
1495
|
"type": "boolean"
|
|
1631
1496
|
},
|
|
1632
|
-
"a-
|
|
1633
|
-
"description": "
|
|
1497
|
+
"a-form-item/help": {
|
|
1498
|
+
"description": "Help copywriting",
|
|
1499
|
+
"type": "string"
|
|
1500
|
+
},
|
|
1501
|
+
"a-form-item/extra": {
|
|
1502
|
+
"description": "Additional display copy",
|
|
1503
|
+
"type": "string"
|
|
1504
|
+
},
|
|
1505
|
+
"a-form-item/required": {
|
|
1506
|
+
"description": "Is it required",
|
|
1634
1507
|
"type": "boolean"
|
|
1635
1508
|
},
|
|
1636
|
-
"a-
|
|
1637
|
-
"description": "
|
|
1509
|
+
"a-form-item/asterisk-position": {
|
|
1510
|
+
"description": "Optionally place an asterisk before/after the label",
|
|
1511
|
+
"type": "string"
|
|
1638
1512
|
},
|
|
1639
|
-
"a-
|
|
1640
|
-
"description": "The
|
|
1641
|
-
"type": "number"
|
|
1513
|
+
"a-form-item/rules": {
|
|
1514
|
+
"description": "Form item validation rules (The priority is higher than the rules of form)"
|
|
1642
1515
|
},
|
|
1643
|
-
"a-
|
|
1644
|
-
"description": "
|
|
1516
|
+
"a-form-item/validate-status": {
|
|
1517
|
+
"description": "Validate status"
|
|
1645
1518
|
},
|
|
1646
|
-
"a-
|
|
1647
|
-
"description": "
|
|
1519
|
+
"a-form-item/validate-trigger": {
|
|
1520
|
+
"description": "The event that triggers the verification"
|
|
1648
1521
|
},
|
|
1649
|
-
"a-
|
|
1650
|
-
"description": "
|
|
1651
|
-
"type": "
|
|
1522
|
+
"a-form-item/label-col-props": {
|
|
1523
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1524
|
+
"type": "object"
|
|
1652
1525
|
},
|
|
1653
|
-
"a-
|
|
1654
|
-
"description": "
|
|
1526
|
+
"a-form-item/wrapper-col-props": {
|
|
1527
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1528
|
+
"type": "object"
|
|
1655
1529
|
},
|
|
1656
|
-
"a-
|
|
1657
|
-
"description": "
|
|
1530
|
+
"a-form-item/hide-label": {
|
|
1531
|
+
"description": "Whether to hide the label",
|
|
1658
1532
|
"type": "boolean"
|
|
1659
1533
|
},
|
|
1660
|
-
"a-
|
|
1661
|
-
"description": "
|
|
1534
|
+
"a-form-item/hide-asterisk": {
|
|
1535
|
+
"description": "Whether to hide the asterisk",
|
|
1536
|
+
"type": "boolean"
|
|
1662
1537
|
},
|
|
1663
|
-
"a-
|
|
1664
|
-
"description": "
|
|
1665
|
-
"type": "
|
|
1538
|
+
"a-form-item/label-col-style": {
|
|
1539
|
+
"description": "The style of the label element layout component",
|
|
1540
|
+
"type": "object"
|
|
1666
1541
|
},
|
|
1667
|
-
"a-
|
|
1668
|
-
"description": "
|
|
1542
|
+
"a-form-item/wrapper-col-style": {
|
|
1543
|
+
"description": "The style of the form control layout component",
|
|
1544
|
+
"type": "object"
|
|
1669
1545
|
},
|
|
1670
|
-
"a-
|
|
1671
|
-
"description": "
|
|
1672
|
-
"type": "
|
|
1546
|
+
"a-form-item/row-props": {
|
|
1547
|
+
"description": "Form item layout options. The parameters are the same as the `<row>` component",
|
|
1548
|
+
"type": "object"
|
|
1673
1549
|
},
|
|
1674
|
-
"a-
|
|
1675
|
-
"description": "
|
|
1676
|
-
"type": "
|
|
1550
|
+
"a-form-item/row-class": {
|
|
1551
|
+
"description": "The class of the form item layout component",
|
|
1552
|
+
"type": "string|array|object"
|
|
1677
1553
|
},
|
|
1678
|
-
"a-
|
|
1679
|
-
"description": "
|
|
1554
|
+
"a-form-item/content-class": {
|
|
1555
|
+
"description": "The class of the form control wrapping layer",
|
|
1556
|
+
"type": "string|array|object"
|
|
1557
|
+
},
|
|
1558
|
+
"a-form-item/content-flex": {
|
|
1559
|
+
"description": "Whether to enable flex layout in the content layer",
|
|
1680
1560
|
"type": "boolean"
|
|
1681
1561
|
},
|
|
1682
|
-
"a-
|
|
1683
|
-
"description": "
|
|
1562
|
+
"a-form-item/merge-props": {
|
|
1563
|
+
"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"
|
|
1564
|
+
},
|
|
1565
|
+
"a-form-item/label-col-flex": {
|
|
1566
|
+
"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`.",
|
|
1567
|
+
"type": "number|string"
|
|
1568
|
+
},
|
|
1569
|
+
"a-form-item/feedback": {
|
|
1570
|
+
"description": "Whether to show the feedback icon for the form control",
|
|
1684
1571
|
"type": "boolean"
|
|
1685
1572
|
},
|
|
1573
|
+
"a-form-item/label-component": {
|
|
1574
|
+
"description": "The element that the form item label renders",
|
|
1575
|
+
"type": "string"
|
|
1576
|
+
},
|
|
1577
|
+
"a-form-item/label-attrs": {
|
|
1578
|
+
"description": "Attributes of the form item element",
|
|
1579
|
+
"type": "object"
|
|
1580
|
+
},
|
|
1686
1581
|
"a-input-number/change": {
|
|
1687
1582
|
"description": "Triggered when the value changes"
|
|
1688
1583
|
},
|
|
@@ -1884,59 +1779,164 @@
|
|
|
1884
1779
|
"a-input-search/button-props": {
|
|
1885
1780
|
"description": "Button props"
|
|
1886
1781
|
},
|
|
1887
|
-
"a-
|
|
1888
|
-
"description": "
|
|
1889
|
-
"type": "boolean"
|
|
1782
|
+
"a-input-tag/change": {
|
|
1783
|
+
"description": "Triggered when the value changes"
|
|
1890
1784
|
},
|
|
1891
|
-
"a-
|
|
1892
|
-
"description": "
|
|
1785
|
+
"a-input-tag/input-value-change": {
|
|
1786
|
+
"description": "Trigger when the input value changes"
|
|
1893
1787
|
},
|
|
1894
|
-
"a-
|
|
1895
|
-
"description": "
|
|
1788
|
+
"a-input-tag/press-enter": {
|
|
1789
|
+
"description": "Triggered when the enter key is pressed"
|
|
1896
1790
|
},
|
|
1897
|
-
"a-
|
|
1898
|
-
"description": "
|
|
1899
|
-
"type": "string"
|
|
1791
|
+
"a-input-tag/remove": {
|
|
1792
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
1900
1793
|
},
|
|
1901
|
-
"a-
|
|
1902
|
-
"description": "
|
|
1903
|
-
"type": "boolean"
|
|
1794
|
+
"a-input-tag/clear": {
|
|
1795
|
+
"description": "Triggered when the clear button is clicked"
|
|
1904
1796
|
},
|
|
1905
|
-
"a-
|
|
1906
|
-
"description": "
|
|
1907
|
-
"type": "boolean"
|
|
1797
|
+
"a-input-tag/focus": {
|
|
1798
|
+
"description": "Triggered when the input box gets focus"
|
|
1908
1799
|
},
|
|
1909
|
-
"a-
|
|
1910
|
-
"description": "
|
|
1911
|
-
"type": "boolean"
|
|
1800
|
+
"a-input-tag/blur": {
|
|
1801
|
+
"description": "Triggered when the input box loses focus"
|
|
1912
1802
|
},
|
|
1913
|
-
"a-
|
|
1914
|
-
"description": "
|
|
1915
|
-
"type": "number"
|
|
1803
|
+
"a-input-tag/model-value": {
|
|
1804
|
+
"description": "Value"
|
|
1916
1805
|
},
|
|
1917
|
-
"a-
|
|
1918
|
-
"description": "
|
|
1919
|
-
"type": "number"
|
|
1806
|
+
"a-input-tag/default-value": {
|
|
1807
|
+
"description": "Default value (uncontrolled state)"
|
|
1920
1808
|
},
|
|
1921
|
-
"a-
|
|
1922
|
-
"description": "
|
|
1923
|
-
"type": "
|
|
1809
|
+
"a-input-tag/input-value": {
|
|
1810
|
+
"description": "The value of the input",
|
|
1811
|
+
"type": "string"
|
|
1924
1812
|
},
|
|
1925
|
-
"a-
|
|
1926
|
-
"description": "
|
|
1813
|
+
"a-input-tag/default-input-value": {
|
|
1814
|
+
"description": "The default value of the input (uncontrolled state)",
|
|
1815
|
+
"type": "string"
|
|
1927
1816
|
},
|
|
1928
|
-
"a-
|
|
1929
|
-
"description": "
|
|
1930
|
-
"type": "
|
|
1817
|
+
"a-input-tag/placeholder": {
|
|
1818
|
+
"description": "Placeholder",
|
|
1819
|
+
"type": "string"
|
|
1931
1820
|
},
|
|
1932
|
-
"a-
|
|
1933
|
-
"description": "
|
|
1821
|
+
"a-input-tag/disabled": {
|
|
1822
|
+
"description": "Whether to disable",
|
|
1823
|
+
"type": "boolean"
|
|
1934
1824
|
},
|
|
1935
|
-
"a-
|
|
1936
|
-
"description": "
|
|
1825
|
+
"a-input-tag/error": {
|
|
1826
|
+
"description": "Whether it is an error state",
|
|
1827
|
+
"type": "boolean"
|
|
1937
1828
|
},
|
|
1938
|
-
"a-
|
|
1939
|
-
"description": "
|
|
1829
|
+
"a-input-tag/readonly": {
|
|
1830
|
+
"description": "Whether it is read-only mode",
|
|
1831
|
+
"type": "boolean"
|
|
1832
|
+
},
|
|
1833
|
+
"a-input-tag/allow-clear": {
|
|
1834
|
+
"description": "Whether to allow clear",
|
|
1835
|
+
"type": "boolean"
|
|
1836
|
+
},
|
|
1837
|
+
"a-input-tag/size": {
|
|
1838
|
+
"description": "The size of the input"
|
|
1839
|
+
},
|
|
1840
|
+
"a-input-tag/max-tag-count": {
|
|
1841
|
+
"description": "The maximum number of tags displayed, `0` means unlimited",
|
|
1842
|
+
"type": "number"
|
|
1843
|
+
},
|
|
1844
|
+
"a-input-tag/retain-input-value": {
|
|
1845
|
+
"description": "Whether to keep the content of the input box"
|
|
1846
|
+
},
|
|
1847
|
+
"a-input-tag/format-tag": {
|
|
1848
|
+
"description": "Format tag content"
|
|
1849
|
+
},
|
|
1850
|
+
"a-input-tag/unique-value": {
|
|
1851
|
+
"description": "Whether to create only unique values",
|
|
1852
|
+
"type": "boolean"
|
|
1853
|
+
},
|
|
1854
|
+
"a-input-tag/field-names": {
|
|
1855
|
+
"description": "Customize fields in `TagData`"
|
|
1856
|
+
},
|
|
1857
|
+
"a-input-tag/tag-nowrap": {
|
|
1858
|
+
"description": "Tag content does not wrap",
|
|
1859
|
+
"type": "boolean"
|
|
1860
|
+
},
|
|
1861
|
+
"a-layout/has-sider": {
|
|
1862
|
+
"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.",
|
|
1863
|
+
"type": "boolean"
|
|
1864
|
+
},
|
|
1865
|
+
"a-layout-sider/collapse": {
|
|
1866
|
+
"description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
|
|
1867
|
+
},
|
|
1868
|
+
"a-layout-sider/breakpoint": {
|
|
1869
|
+
"description": "Events when a responsive layout breakpoint is triggered"
|
|
1870
|
+
},
|
|
1871
|
+
"a-layout-sider/theme": {
|
|
1872
|
+
"description": "Theme",
|
|
1873
|
+
"type": "string"
|
|
1874
|
+
},
|
|
1875
|
+
"a-layout-sider/collapsed": {
|
|
1876
|
+
"description": "Current collapsed state",
|
|
1877
|
+
"type": "boolean"
|
|
1878
|
+
},
|
|
1879
|
+
"a-layout-sider/default-collapsed": {
|
|
1880
|
+
"description": "The default collapsed state",
|
|
1881
|
+
"type": "boolean"
|
|
1882
|
+
},
|
|
1883
|
+
"a-layout-sider/collapsible": {
|
|
1884
|
+
"description": "Whether is collapsible",
|
|
1885
|
+
"type": "boolean"
|
|
1886
|
+
},
|
|
1887
|
+
"a-layout-sider/width": {
|
|
1888
|
+
"description": "Width",
|
|
1889
|
+
"type": "number"
|
|
1890
|
+
},
|
|
1891
|
+
"a-layout-sider/collapsed-width": {
|
|
1892
|
+
"description": "Collapsed width",
|
|
1893
|
+
"type": "number"
|
|
1894
|
+
},
|
|
1895
|
+
"a-layout-sider/reverse-arrow": {
|
|
1896
|
+
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
1897
|
+
"type": "boolean"
|
|
1898
|
+
},
|
|
1899
|
+
"a-layout-sider/resize-directions": {
|
|
1900
|
+
"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)"
|
|
1901
|
+
},
|
|
1902
|
+
"a-layout-sider/hide-trigger": {
|
|
1903
|
+
"description": "Whether to hide the bottom fold trigger",
|
|
1904
|
+
"type": "boolean"
|
|
1905
|
+
},
|
|
1906
|
+
"a-link/click": {
|
|
1907
|
+
"description": "Emitted when the link is clicked"
|
|
1908
|
+
},
|
|
1909
|
+
"a-link/href": {
|
|
1910
|
+
"description": "Link address",
|
|
1911
|
+
"type": "string"
|
|
1912
|
+
},
|
|
1913
|
+
"a-link/status": {
|
|
1914
|
+
"description": "Link status"
|
|
1915
|
+
},
|
|
1916
|
+
"a-link/hoverable": {
|
|
1917
|
+
"description": "Whether to hide background when hover",
|
|
1918
|
+
"type": "boolean"
|
|
1919
|
+
},
|
|
1920
|
+
"a-link/icon": {
|
|
1921
|
+
"description": "icon",
|
|
1922
|
+
"type": "boolean"
|
|
1923
|
+
},
|
|
1924
|
+
"a-link/loading": {
|
|
1925
|
+
"description": "Whether the link is in the loading state",
|
|
1926
|
+
"type": "boolean"
|
|
1927
|
+
},
|
|
1928
|
+
"a-link/disabled": {
|
|
1929
|
+
"description": "Whether the link is disabled",
|
|
1930
|
+
"type": "boolean"
|
|
1931
|
+
},
|
|
1932
|
+
"a-list/scroll": {
|
|
1933
|
+
"description": "Triggered when the list scrolls"
|
|
1934
|
+
},
|
|
1935
|
+
"a-list/reach-bottom": {
|
|
1936
|
+
"description": "Triggered when the list reaches the bottom"
|
|
1937
|
+
},
|
|
1938
|
+
"a-list/page-change": {
|
|
1939
|
+
"description": "Triggered when the table pagination changes"
|
|
1940
1940
|
},
|
|
1941
1941
|
"a-list/page-size-change": {
|
|
1942
1942
|
"description": "Triggered when the number of data per page of the table changes"
|
|
@@ -2294,21 +2294,6 @@
|
|
|
2294
2294
|
"description": "Whether to hide the title",
|
|
2295
2295
|
"type": "boolean"
|
|
2296
2296
|
},
|
|
2297
|
-
"a-page-header/back": {
|
|
2298
|
-
"description": "Emitted when the back button is clicked"
|
|
2299
|
-
},
|
|
2300
|
-
"a-page-header/title": {
|
|
2301
|
-
"description": "Main title",
|
|
2302
|
-
"type": "string"
|
|
2303
|
-
},
|
|
2304
|
-
"a-page-header/subtitle": {
|
|
2305
|
-
"description": "Subtitle",
|
|
2306
|
-
"type": "string"
|
|
2307
|
-
},
|
|
2308
|
-
"a-page-header/show-back": {
|
|
2309
|
-
"description": "Whether to show the back button",
|
|
2310
|
-
"type": "boolean"
|
|
2311
|
-
},
|
|
2312
2297
|
"a-overflow-list/change": {
|
|
2313
2298
|
"description": "Triggered when the overflow quantity changes"
|
|
2314
2299
|
},
|
|
@@ -2324,6 +2309,21 @@
|
|
|
2324
2309
|
"description": "Overflow From",
|
|
2325
2310
|
"type": "string"
|
|
2326
2311
|
},
|
|
2312
|
+
"a-page-header/back": {
|
|
2313
|
+
"description": "Emitted when the back button is clicked"
|
|
2314
|
+
},
|
|
2315
|
+
"a-page-header/title": {
|
|
2316
|
+
"description": "Main title",
|
|
2317
|
+
"type": "string"
|
|
2318
|
+
},
|
|
2319
|
+
"a-page-header/subtitle": {
|
|
2320
|
+
"description": "Subtitle",
|
|
2321
|
+
"type": "string"
|
|
2322
|
+
},
|
|
2323
|
+
"a-page-header/show-back": {
|
|
2324
|
+
"description": "Whether to show the back button",
|
|
2325
|
+
"type": "boolean"
|
|
2326
|
+
},
|
|
2327
2327
|
"a-popconfirm/popup-visible-change": {
|
|
2328
2328
|
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2329
2329
|
},
|
|
@@ -2390,87 +2390,6 @@
|
|
|
2390
2390
|
"a-popconfirm/before-cancel": {
|
|
2391
2391
|
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2392
2392
|
},
|
|
2393
|
-
"a-pagination/change": {
|
|
2394
|
-
"description": "Triggered when page number changes"
|
|
2395
|
-
},
|
|
2396
|
-
"a-pagination/page-size-change": {
|
|
2397
|
-
"description": "Triggered when the number of data items changes"
|
|
2398
|
-
},
|
|
2399
|
-
"a-pagination/total": {
|
|
2400
|
-
"description": "Total number of data",
|
|
2401
|
-
"type": "number"
|
|
2402
|
-
},
|
|
2403
|
-
"a-pagination/current": {
|
|
2404
|
-
"description": "Current page number",
|
|
2405
|
-
"type": "number"
|
|
2406
|
-
},
|
|
2407
|
-
"a-pagination/default-current": {
|
|
2408
|
-
"description": "The default number of pages (uncontrolled state)",
|
|
2409
|
-
"type": "number"
|
|
2410
|
-
},
|
|
2411
|
-
"a-pagination/page-size": {
|
|
2412
|
-
"description": "Number of data items displayed per page",
|
|
2413
|
-
"type": "number"
|
|
2414
|
-
},
|
|
2415
|
-
"a-pagination/default-page-size": {
|
|
2416
|
-
"description": "The number of data items displayed per page by default (uncontrolled state)",
|
|
2417
|
-
"type": "number"
|
|
2418
|
-
},
|
|
2419
|
-
"a-pagination/disabled": {
|
|
2420
|
-
"description": "Whether to disable",
|
|
2421
|
-
"type": "boolean"
|
|
2422
|
-
},
|
|
2423
|
-
"a-pagination/hide-on-single-page": {
|
|
2424
|
-
"description": "Whether to hide pagination when single page",
|
|
2425
|
-
"type": "boolean"
|
|
2426
|
-
},
|
|
2427
|
-
"a-pagination/simple": {
|
|
2428
|
-
"description": "Whether it is simple mode",
|
|
2429
|
-
"type": "boolean"
|
|
2430
|
-
},
|
|
2431
|
-
"a-pagination/show-total": {
|
|
2432
|
-
"description": "Whether to display the total number of data",
|
|
2433
|
-
"type": "boolean"
|
|
2434
|
-
},
|
|
2435
|
-
"a-pagination/show-more": {
|
|
2436
|
-
"description": "Whether to show more buttons",
|
|
2437
|
-
"type": "boolean"
|
|
2438
|
-
},
|
|
2439
|
-
"a-pagination/show-jumper": {
|
|
2440
|
-
"description": "Whether to show jump",
|
|
2441
|
-
"type": "boolean"
|
|
2442
|
-
},
|
|
2443
|
-
"a-pagination/show-page-size": {
|
|
2444
|
-
"description": "Whether to display the data number selector",
|
|
2445
|
-
"type": "boolean"
|
|
2446
|
-
},
|
|
2447
|
-
"a-pagination/page-size-options": {
|
|
2448
|
-
"description": "Selection list of data number selector"
|
|
2449
|
-
},
|
|
2450
|
-
"a-pagination/page-size-props": {
|
|
2451
|
-
"description": "Props of data number selector"
|
|
2452
|
-
},
|
|
2453
|
-
"a-pagination/size": {
|
|
2454
|
-
"description": "The size of the page selector"
|
|
2455
|
-
},
|
|
2456
|
-
"a-pagination/page-item-style": {
|
|
2457
|
-
"description": "The style of the paging button"
|
|
2458
|
-
},
|
|
2459
|
-
"a-pagination/active-page-item-style": {
|
|
2460
|
-
"description": "The style of the current paging button"
|
|
2461
|
-
},
|
|
2462
|
-
"a-pagination/base-size": {
|
|
2463
|
-
"description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
|
|
2464
|
-
"type": "number"
|
|
2465
|
-
},
|
|
2466
|
-
"a-pagination/buffer-size": {
|
|
2467
|
-
"description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
|
|
2468
|
-
"type": "number"
|
|
2469
|
-
},
|
|
2470
|
-
"a-pagination/auto-adjust": {
|
|
2471
|
-
"description": "Whether to adjust the page number when changing the number of data",
|
|
2472
|
-
"type": "boolean"
|
|
2473
|
-
},
|
|
2474
2393
|
"a-popover/popup-visible-change": {
|
|
2475
2394
|
"description": "Triggered when the text bubble display status changes"
|
|
2476
2395
|
},
|
|
@@ -2511,72 +2430,31 @@
|
|
|
2511
2430
|
"a-popover/popup-container": {
|
|
2512
2431
|
"description": "Mount container for pop-up box"
|
|
2513
2432
|
},
|
|
2514
|
-
"a-
|
|
2515
|
-
"description": "
|
|
2433
|
+
"a-rate/change": {
|
|
2434
|
+
"description": "Trigger when the value changes"
|
|
2516
2435
|
},
|
|
2517
|
-
"a-
|
|
2518
|
-
"description": "
|
|
2436
|
+
"a-rate/hover-change": {
|
|
2437
|
+
"description": "Triggered when the mouse moves over the value"
|
|
2519
2438
|
},
|
|
2520
|
-
"a-
|
|
2521
|
-
"description": "
|
|
2439
|
+
"a-rate/count": {
|
|
2440
|
+
"description": "Total number of rate",
|
|
2522
2441
|
"type": "number"
|
|
2523
2442
|
},
|
|
2524
|
-
"a-
|
|
2525
|
-
"description": "
|
|
2443
|
+
"a-rate/model-value": {
|
|
2444
|
+
"description": "Value",
|
|
2526
2445
|
"type": "number"
|
|
2527
2446
|
},
|
|
2528
|
-
"a-
|
|
2529
|
-
"description": "
|
|
2530
|
-
"type": "boolean"
|
|
2531
|
-
},
|
|
2532
|
-
"a-progress/stroke-width": {
|
|
2533
|
-
"description": "The line width of the progress bar",
|
|
2447
|
+
"a-rate/default-value": {
|
|
2448
|
+
"description": "Default Value",
|
|
2534
2449
|
"type": "number"
|
|
2535
2450
|
},
|
|
2536
|
-
"a-
|
|
2537
|
-
"description": "
|
|
2538
|
-
"type": "
|
|
2451
|
+
"a-rate/allow-half": {
|
|
2452
|
+
"description": "Whether to allow half selection",
|
|
2453
|
+
"type": "boolean"
|
|
2539
2454
|
},
|
|
2540
|
-
"a-
|
|
2541
|
-
"description": "
|
|
2542
|
-
"type": "
|
|
2543
|
-
},
|
|
2544
|
-
"a-progress/track-color": {
|
|
2545
|
-
"description": "The color of the progress track",
|
|
2546
|
-
"type": "string"
|
|
2547
|
-
},
|
|
2548
|
-
"a-progress/show-text": {
|
|
2549
|
-
"description": "Whether to display text",
|
|
2550
|
-
"type": "boolean"
|
|
2551
|
-
},
|
|
2552
|
-
"a-progress/status": {
|
|
2553
|
-
"description": "Progress bar status"
|
|
2554
|
-
},
|
|
2555
|
-
"a-rate/change": {
|
|
2556
|
-
"description": "Trigger when the value changes"
|
|
2557
|
-
},
|
|
2558
|
-
"a-rate/hover-change": {
|
|
2559
|
-
"description": "Triggered when the mouse moves over the value"
|
|
2560
|
-
},
|
|
2561
|
-
"a-rate/count": {
|
|
2562
|
-
"description": "Total number of rate",
|
|
2563
|
-
"type": "number"
|
|
2564
|
-
},
|
|
2565
|
-
"a-rate/model-value": {
|
|
2566
|
-
"description": "Value",
|
|
2567
|
-
"type": "number"
|
|
2568
|
-
},
|
|
2569
|
-
"a-rate/default-value": {
|
|
2570
|
-
"description": "Default Value",
|
|
2571
|
-
"type": "number"
|
|
2572
|
-
},
|
|
2573
|
-
"a-rate/allow-half": {
|
|
2574
|
-
"description": "Whether to allow half selection",
|
|
2575
|
-
"type": "boolean"
|
|
2576
|
-
},
|
|
2577
|
-
"a-rate/allow-clear": {
|
|
2578
|
-
"description": "Whether to allow clear",
|
|
2579
|
-
"type": "boolean"
|
|
2455
|
+
"a-rate/allow-clear": {
|
|
2456
|
+
"description": "Whether to allow clear",
|
|
2457
|
+
"type": "boolean"
|
|
2580
2458
|
},
|
|
2581
2459
|
"a-rate/grading": {
|
|
2582
2460
|
"description": "Whether to enable smile grading",
|
|
@@ -2593,54 +2471,46 @@
|
|
|
2593
2471
|
"a-rate/color": {
|
|
2594
2472
|
"description": "Color"
|
|
2595
2473
|
},
|
|
2596
|
-
"a-
|
|
2597
|
-
"description": "
|
|
2598
|
-
},
|
|
2599
|
-
"a-resize-box/moving": {
|
|
2600
|
-
"description": "Triggered when dragging"
|
|
2474
|
+
"a-progress/type": {
|
|
2475
|
+
"description": "The type of progress bar"
|
|
2601
2476
|
},
|
|
2602
|
-
"a-
|
|
2603
|
-
"description": "
|
|
2477
|
+
"a-progress/size": {
|
|
2478
|
+
"description": "The size of the progress bar"
|
|
2604
2479
|
},
|
|
2605
|
-
"a-
|
|
2606
|
-
"description": "
|
|
2480
|
+
"a-progress/percent": {
|
|
2481
|
+
"description": "The current percentage of the progress bar",
|
|
2607
2482
|
"type": "number"
|
|
2608
2483
|
},
|
|
2609
|
-
"a-
|
|
2610
|
-
"description": "
|
|
2484
|
+
"a-progress/steps": {
|
|
2485
|
+
"description": "Turn on the step bar mode and set the number of steps",
|
|
2611
2486
|
"type": "number"
|
|
2612
2487
|
},
|
|
2613
|
-
"a-
|
|
2614
|
-
"description": "
|
|
2615
|
-
"type": "
|
|
2616
|
-
},
|
|
2617
|
-
"a-resize-box/directions": {
|
|
2618
|
-
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
2619
|
-
},
|
|
2620
|
-
"a-result/status": {
|
|
2621
|
-
"description": "The status displayed on the result page"
|
|
2488
|
+
"a-progress/animation": {
|
|
2489
|
+
"description": "Whether to turn on the transition animation",
|
|
2490
|
+
"type": "boolean"
|
|
2622
2491
|
},
|
|
2623
|
-
"a-
|
|
2624
|
-
"description": "
|
|
2625
|
-
"type": "
|
|
2492
|
+
"a-progress/stroke-width": {
|
|
2493
|
+
"description": "The line width of the progress bar",
|
|
2494
|
+
"type": "number"
|
|
2626
2495
|
},
|
|
2627
|
-
"a-
|
|
2628
|
-
"description": "
|
|
2629
|
-
"type": "string"
|
|
2496
|
+
"a-progress/width": {
|
|
2497
|
+
"description": "The width of the progress bar",
|
|
2498
|
+
"type": "number|string"
|
|
2630
2499
|
},
|
|
2631
|
-
"a-
|
|
2632
|
-
"description": "
|
|
2500
|
+
"a-progress/color": {
|
|
2501
|
+
"description": "The color of the progress bar",
|
|
2502
|
+
"type": "string|object"
|
|
2633
2503
|
},
|
|
2634
|
-
"a-
|
|
2635
|
-
"description": "
|
|
2504
|
+
"a-progress/track-color": {
|
|
2505
|
+
"description": "The color of the progress track",
|
|
2636
2506
|
"type": "string"
|
|
2637
2507
|
},
|
|
2638
|
-
"a-
|
|
2639
|
-
"description": "
|
|
2640
|
-
"type": "
|
|
2508
|
+
"a-progress/show-text": {
|
|
2509
|
+
"description": "Whether to display text",
|
|
2510
|
+
"type": "boolean"
|
|
2641
2511
|
},
|
|
2642
|
-
"a-
|
|
2643
|
-
"description": "
|
|
2512
|
+
"a-progress/status": {
|
|
2513
|
+
"description": "Progress bar status"
|
|
2644
2514
|
},
|
|
2645
2515
|
"a-radio/change": {
|
|
2646
2516
|
"description": "Trigger when the value changes"
|
|
@@ -2691,83 +2561,40 @@
|
|
|
2691
2561
|
"description": "Whether to disable",
|
|
2692
2562
|
"type": "boolean"
|
|
2693
2563
|
},
|
|
2694
|
-
"a-
|
|
2695
|
-
"description": "
|
|
2696
|
-
},
|
|
2697
|
-
"a-slider/model-value": {
|
|
2698
|
-
"description": "Value"
|
|
2699
|
-
},
|
|
2700
|
-
"a-slider/default-value": {
|
|
2701
|
-
"description": "Default value (uncontrolled state)"
|
|
2702
|
-
},
|
|
2703
|
-
"a-slider/step": {
|
|
2704
|
-
"description": "Sliding step",
|
|
2705
|
-
"type": "number"
|
|
2706
|
-
},
|
|
2707
|
-
"a-slider/min": {
|
|
2708
|
-
"description": "Minimum sliding range",
|
|
2709
|
-
"type": "number"
|
|
2710
|
-
},
|
|
2711
|
-
"a-slider/marks": {
|
|
2712
|
-
"description": "Set the displayed label"
|
|
2713
|
-
},
|
|
2714
|
-
"a-slider/max": {
|
|
2715
|
-
"description": "Maximum sliding range",
|
|
2716
|
-
"type": "number"
|
|
2717
|
-
},
|
|
2718
|
-
"a-slider/direction": {
|
|
2719
|
-
"description": "The direction of the slider"
|
|
2720
|
-
},
|
|
2721
|
-
"a-slider/disabled": {
|
|
2722
|
-
"description": "Whether to disable",
|
|
2723
|
-
"type": "boolean"
|
|
2724
|
-
},
|
|
2725
|
-
"a-slider/show-ticks": {
|
|
2726
|
-
"description": "Whether to show ticks",
|
|
2727
|
-
"type": "boolean"
|
|
2728
|
-
},
|
|
2729
|
-
"a-slider/show-input": {
|
|
2730
|
-
"description": "Whether to show the input",
|
|
2731
|
-
"type": "boolean"
|
|
2732
|
-
},
|
|
2733
|
-
"a-slider/range": {
|
|
2734
|
-
"description": "Whether to use range selection",
|
|
2735
|
-
"type": "boolean"
|
|
2564
|
+
"a-result/status": {
|
|
2565
|
+
"description": "The status displayed on the result page"
|
|
2736
2566
|
},
|
|
2737
|
-
"a-
|
|
2738
|
-
"description": "
|
|
2739
|
-
"type": "
|
|
2567
|
+
"a-result/title": {
|
|
2568
|
+
"description": "Title",
|
|
2569
|
+
"type": "string"
|
|
2740
2570
|
},
|
|
2741
|
-
"a-
|
|
2742
|
-
"description": "
|
|
2743
|
-
"type": "
|
|
2571
|
+
"a-result/subtitle": {
|
|
2572
|
+
"description": "Subtitle",
|
|
2573
|
+
"type": "string"
|
|
2744
2574
|
},
|
|
2745
|
-
"a-
|
|
2746
|
-
"description": "
|
|
2747
|
-
"type": "boolean"
|
|
2575
|
+
"a-resize-box/moving-start": {
|
|
2576
|
+
"description": "Triggered when dragging starts"
|
|
2748
2577
|
},
|
|
2749
|
-
"a-
|
|
2750
|
-
"description": "
|
|
2751
|
-
"type": "number"
|
|
2578
|
+
"a-resize-box/moving": {
|
|
2579
|
+
"description": "Triggered when dragging"
|
|
2752
2580
|
},
|
|
2753
|
-
"a-
|
|
2754
|
-
"description": "
|
|
2581
|
+
"a-resize-box/moving-end": {
|
|
2582
|
+
"description": "Triggered when the drag ends"
|
|
2755
2583
|
},
|
|
2756
|
-
"a-
|
|
2757
|
-
"description": "
|
|
2584
|
+
"a-resize-box/width": {
|
|
2585
|
+
"description": "Width",
|
|
2758
2586
|
"type": "number"
|
|
2759
2587
|
},
|
|
2760
|
-
"a-
|
|
2761
|
-
"description": "
|
|
2588
|
+
"a-resize-box/height": {
|
|
2589
|
+
"description": "Height",
|
|
2762
2590
|
"type": "number"
|
|
2763
2591
|
},
|
|
2764
|
-
"a-
|
|
2765
|
-
"description": "The
|
|
2592
|
+
"a-resize-box/component": {
|
|
2593
|
+
"description": "The html tag of the telescopic box",
|
|
2766
2594
|
"type": "string"
|
|
2767
2595
|
},
|
|
2768
|
-
"a-
|
|
2769
|
-
"description": "
|
|
2770
|
-
"type": "string"
|
|
2596
|
+
"a-resize-box/directions": {
|
|
2597
|
+
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
2771
2598
|
},
|
|
2772
2599
|
"a-select/change": {
|
|
2773
2600
|
"description": "Triggered when the value changes"
|
|
@@ -2950,82 +2777,198 @@
|
|
|
2950
2777
|
"description": "Title of option group",
|
|
2951
2778
|
"type": "string"
|
|
2952
2779
|
},
|
|
2953
|
-
"a-
|
|
2954
|
-
"description": "
|
|
2955
|
-
"type": "string"
|
|
2780
|
+
"a-pagination/change": {
|
|
2781
|
+
"description": "Triggered when page number changes"
|
|
2956
2782
|
},
|
|
2957
|
-
"a-
|
|
2958
|
-
"description": "
|
|
2959
|
-
"type": "string"
|
|
2783
|
+
"a-pagination/page-size-change": {
|
|
2784
|
+
"description": "Triggered when the number of data items changes"
|
|
2960
2785
|
},
|
|
2961
|
-
"a-
|
|
2962
|
-
"description": "
|
|
2786
|
+
"a-pagination/total": {
|
|
2787
|
+
"description": "Total number of data",
|
|
2788
|
+
"type": "number"
|
|
2963
2789
|
},
|
|
2964
|
-
"a-
|
|
2965
|
-
"description": "
|
|
2790
|
+
"a-pagination/current": {
|
|
2791
|
+
"description": "Current page number",
|
|
2792
|
+
"type": "number"
|
|
2793
|
+
},
|
|
2794
|
+
"a-pagination/default-current": {
|
|
2795
|
+
"description": "The default number of pages (uncontrolled state)",
|
|
2796
|
+
"type": "number"
|
|
2797
|
+
},
|
|
2798
|
+
"a-pagination/page-size": {
|
|
2799
|
+
"description": "Number of data items displayed per page",
|
|
2800
|
+
"type": "number"
|
|
2801
|
+
},
|
|
2802
|
+
"a-pagination/default-page-size": {
|
|
2803
|
+
"description": "The number of data items displayed per page by default (uncontrolled state)",
|
|
2804
|
+
"type": "number"
|
|
2805
|
+
},
|
|
2806
|
+
"a-pagination/disabled": {
|
|
2807
|
+
"description": "Whether to disable",
|
|
2966
2808
|
"type": "boolean"
|
|
2967
2809
|
},
|
|
2968
|
-
"a-
|
|
2969
|
-
"description": "
|
|
2810
|
+
"a-pagination/hide-on-single-page": {
|
|
2811
|
+
"description": "Whether to hide pagination when single page",
|
|
2970
2812
|
"type": "boolean"
|
|
2971
2813
|
},
|
|
2972
|
-
"a-
|
|
2973
|
-
"description": "
|
|
2974
|
-
"type": "
|
|
2814
|
+
"a-pagination/simple": {
|
|
2815
|
+
"description": "Whether it is simple mode",
|
|
2816
|
+
"type": "boolean"
|
|
2975
2817
|
},
|
|
2976
|
-
"a-
|
|
2977
|
-
"description": "Whether
|
|
2818
|
+
"a-pagination/show-total": {
|
|
2819
|
+
"description": "Whether to display the total number of data",
|
|
2978
2820
|
"type": "boolean"
|
|
2979
2821
|
},
|
|
2980
|
-
"a-
|
|
2981
|
-
"description": "Whether to
|
|
2822
|
+
"a-pagination/show-more": {
|
|
2823
|
+
"description": "Whether to show more buttons",
|
|
2982
2824
|
"type": "boolean"
|
|
2983
2825
|
},
|
|
2984
|
-
"a-
|
|
2985
|
-
"description": "
|
|
2826
|
+
"a-pagination/show-jumper": {
|
|
2827
|
+
"description": "Whether to show jump",
|
|
2828
|
+
"type": "boolean"
|
|
2829
|
+
},
|
|
2830
|
+
"a-pagination/show-page-size": {
|
|
2831
|
+
"description": "Whether to display the data number selector",
|
|
2832
|
+
"type": "boolean"
|
|
2833
|
+
},
|
|
2834
|
+
"a-pagination/page-size-options": {
|
|
2835
|
+
"description": "Selection list of data number selector"
|
|
2836
|
+
},
|
|
2837
|
+
"a-pagination/page-size-props": {
|
|
2838
|
+
"description": "Props of data number selector"
|
|
2839
|
+
},
|
|
2840
|
+
"a-pagination/size": {
|
|
2841
|
+
"description": "The size of the page selector"
|
|
2842
|
+
},
|
|
2843
|
+
"a-pagination/page-item-style": {
|
|
2844
|
+
"description": "The style of the paging button"
|
|
2845
|
+
},
|
|
2846
|
+
"a-pagination/active-page-item-style": {
|
|
2847
|
+
"description": "The style of the current paging button"
|
|
2848
|
+
},
|
|
2849
|
+
"a-pagination/base-size": {
|
|
2850
|
+
"description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
|
|
2851
|
+
"type": "number"
|
|
2852
|
+
},
|
|
2853
|
+
"a-pagination/buffer-size": {
|
|
2854
|
+
"description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
|
|
2855
|
+
"type": "number"
|
|
2856
|
+
},
|
|
2857
|
+
"a-pagination/auto-adjust": {
|
|
2858
|
+
"description": "Whether to adjust the page number when changing the number of data",
|
|
2859
|
+
"type": "boolean"
|
|
2860
|
+
},
|
|
2861
|
+
"a-scrollbar/scroll": {
|
|
2862
|
+
"description": "Triggered when scroll"
|
|
2863
|
+
},
|
|
2864
|
+
"a-scrollbar/type": {
|
|
2865
|
+
"description": "Type",
|
|
2986
2866
|
"type": "string"
|
|
2987
2867
|
},
|
|
2988
|
-
"a-
|
|
2989
|
-
"description": "
|
|
2868
|
+
"a-scrollbar/outer-class": {
|
|
2869
|
+
"description": "Outer class",
|
|
2870
|
+
"type": "string|object|array"
|
|
2871
|
+
},
|
|
2872
|
+
"a-scrollbar/outer-style": {
|
|
2873
|
+
"description": "Outer style"
|
|
2874
|
+
},
|
|
2875
|
+
"a-skeleton/loading": {
|
|
2876
|
+
"description": "Whether to display the skeleton screen (loading state)",
|
|
2990
2877
|
"type": "boolean"
|
|
2991
2878
|
},
|
|
2992
|
-
"a-
|
|
2993
|
-
"description": "
|
|
2879
|
+
"a-skeleton/animation": {
|
|
2880
|
+
"description": "Whether to enable skeleton screen animation",
|
|
2881
|
+
"type": "boolean"
|
|
2994
2882
|
},
|
|
2995
|
-
"a-
|
|
2996
|
-
"description": "
|
|
2883
|
+
"a-skeleton-line/rows": {
|
|
2884
|
+
"description": "Number of rows displayed",
|
|
2885
|
+
"type": "number"
|
|
2997
2886
|
},
|
|
2998
|
-
"a-
|
|
2999
|
-
"description": "
|
|
2887
|
+
"a-skeleton-line/widths": {
|
|
2888
|
+
"description": "The width of the line skeleton"
|
|
3000
2889
|
},
|
|
3001
|
-
"a-
|
|
3002
|
-
"description": "
|
|
2890
|
+
"a-skeleton-line/line-height": {
|
|
2891
|
+
"description": "Line height of the line skeleton",
|
|
2892
|
+
"type": "number"
|
|
2893
|
+
},
|
|
2894
|
+
"a-skeleton-line/line-spacing": {
|
|
2895
|
+
"description": "Line spacing of line skeleton",
|
|
2896
|
+
"type": "number"
|
|
2897
|
+
},
|
|
2898
|
+
"a-skeleton-shape/shape": {
|
|
2899
|
+
"description": "The shape of the shape skeleton",
|
|
3003
2900
|
"type": "string"
|
|
3004
2901
|
},
|
|
3005
|
-
"a-
|
|
3006
|
-
"description": "
|
|
2902
|
+
"a-skeleton-shape/size": {
|
|
2903
|
+
"description": "The size of the shape skeleton",
|
|
3007
2904
|
"type": "string"
|
|
3008
2905
|
},
|
|
3009
|
-
"a-
|
|
3010
|
-
"description": "
|
|
3011
|
-
"type": "number|string"
|
|
2906
|
+
"a-slider/change": {
|
|
2907
|
+
"description": "Trigger when the value changes"
|
|
3012
2908
|
},
|
|
3013
|
-
"a-
|
|
3014
|
-
"description": "
|
|
3015
|
-
"type": "number|string"
|
|
2909
|
+
"a-slider/model-value": {
|
|
2910
|
+
"description": "Value"
|
|
3016
2911
|
},
|
|
3017
|
-
"a-
|
|
3018
|
-
"description": "
|
|
3019
|
-
"type": "number|string"
|
|
2912
|
+
"a-slider/default-value": {
|
|
2913
|
+
"description": "Default value (uncontrolled state)"
|
|
3020
2914
|
},
|
|
3021
|
-
"a-
|
|
3022
|
-
"description": "
|
|
3023
|
-
"type": "number
|
|
2915
|
+
"a-slider/step": {
|
|
2916
|
+
"description": "Sliding step",
|
|
2917
|
+
"type": "number"
|
|
3024
2918
|
},
|
|
3025
|
-
"a-
|
|
2919
|
+
"a-slider/min": {
|
|
2920
|
+
"description": "Minimum sliding range",
|
|
2921
|
+
"type": "number"
|
|
2922
|
+
},
|
|
2923
|
+
"a-slider/marks": {
|
|
2924
|
+
"description": "Set the displayed label"
|
|
2925
|
+
},
|
|
2926
|
+
"a-slider/max": {
|
|
2927
|
+
"description": "Maximum sliding range",
|
|
2928
|
+
"type": "number"
|
|
2929
|
+
},
|
|
2930
|
+
"a-slider/direction": {
|
|
2931
|
+
"description": "The direction of the slider"
|
|
2932
|
+
},
|
|
2933
|
+
"a-slider/disabled": {
|
|
3026
2934
|
"description": "Whether to disable",
|
|
3027
2935
|
"type": "boolean"
|
|
3028
2936
|
},
|
|
2937
|
+
"a-slider/show-ticks": {
|
|
2938
|
+
"description": "Whether to show ticks",
|
|
2939
|
+
"type": "boolean"
|
|
2940
|
+
},
|
|
2941
|
+
"a-slider/show-input": {
|
|
2942
|
+
"description": "Whether to show the input",
|
|
2943
|
+
"type": "boolean"
|
|
2944
|
+
},
|
|
2945
|
+
"a-slider/range": {
|
|
2946
|
+
"description": "Whether to use range selection",
|
|
2947
|
+
"type": "boolean"
|
|
2948
|
+
},
|
|
2949
|
+
"a-slider/show-tooltip": {
|
|
2950
|
+
"description": "Whether to show tooltip",
|
|
2951
|
+
"type": "boolean"
|
|
2952
|
+
},
|
|
2953
|
+
"a-space/align": {
|
|
2954
|
+
"description": "Alignment",
|
|
2955
|
+
"type": "string"
|
|
2956
|
+
},
|
|
2957
|
+
"a-space/direction": {
|
|
2958
|
+
"description": "Spacing direction",
|
|
2959
|
+
"type": "string"
|
|
2960
|
+
},
|
|
2961
|
+
"a-space/size": {
|
|
2962
|
+
"description": "Spacing size, support for setting horizontal and vertical spacing separately"
|
|
2963
|
+
},
|
|
2964
|
+
"a-space/wrap": {
|
|
2965
|
+
"description": "The spacing of the wrapping type, used in the scene of wrapping.",
|
|
2966
|
+
"type": "boolean"
|
|
2967
|
+
},
|
|
2968
|
+
"a-space/fill": {
|
|
2969
|
+
"description": "fill the block",
|
|
2970
|
+
"type": "boolean"
|
|
2971
|
+
},
|
|
3029
2972
|
"a-statistic/title": {
|
|
3030
2973
|
"description": "Title of the numerical display",
|
|
3031
2974
|
"type": "string"
|
|
@@ -3102,94 +3045,41 @@
|
|
|
3102
3045
|
"a-countdown/value-style": {
|
|
3103
3046
|
"description": "Custom value style"
|
|
3104
3047
|
},
|
|
3105
|
-
"a-
|
|
3106
|
-
"description": "Triggered
|
|
3107
|
-
},
|
|
3108
|
-
"a-tabs/tab-click": {
|
|
3109
|
-
"description": "Triggered when the user clicks on the tab"
|
|
3110
|
-
},
|
|
3111
|
-
"a-tabs/add": {
|
|
3112
|
-
"description": "Triggered when the user clicks the add button"
|
|
3113
|
-
},
|
|
3114
|
-
"a-tabs/delete": {
|
|
3115
|
-
"description": "Triggered when the user clicks the delete button"
|
|
3116
|
-
},
|
|
3117
|
-
"a-tabs/active-key": {
|
|
3118
|
-
"description": "The `key` of the currently selected label",
|
|
3119
|
-
"type": "string|number"
|
|
3120
|
-
},
|
|
3121
|
-
"a-tabs/default-active-key": {
|
|
3122
|
-
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3123
|
-
"type": "string|number"
|
|
3124
|
-
},
|
|
3125
|
-
"a-tabs/position": {
|
|
3126
|
-
"description": "Position of the tab"
|
|
3127
|
-
},
|
|
3128
|
-
"a-tabs/size": {
|
|
3129
|
-
"description": "The size of the tab"
|
|
3130
|
-
},
|
|
3131
|
-
"a-tabs/type": {
|
|
3132
|
-
"description": "The type of tab"
|
|
3133
|
-
},
|
|
3134
|
-
"a-tabs/direction": {
|
|
3135
|
-
"description": "The direction of tab"
|
|
3136
|
-
},
|
|
3137
|
-
"a-tabs/editable": {
|
|
3138
|
-
"description": "Whether to enable editable mode",
|
|
3139
|
-
"type": "boolean"
|
|
3140
|
-
},
|
|
3141
|
-
"a-tabs/show-add-button": {
|
|
3142
|
-
"description": "Whether to display the add button (only available in editable mode)",
|
|
3143
|
-
"type": "boolean"
|
|
3144
|
-
},
|
|
3145
|
-
"a-tabs/destroy-on-hide": {
|
|
3146
|
-
"description": "Whether to destroy the content when the label is not displayed",
|
|
3147
|
-
"type": "boolean"
|
|
3148
|
-
},
|
|
3149
|
-
"a-tabs/lazy-load": {
|
|
3150
|
-
"description": "Whether to mount the content when the label is first displayed",
|
|
3151
|
-
"type": "boolean"
|
|
3152
|
-
},
|
|
3153
|
-
"a-tabs/justify": {
|
|
3154
|
-
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3155
|
-
"type": "boolean"
|
|
3156
|
-
},
|
|
3157
|
-
"a-tabs/animation": {
|
|
3158
|
-
"description": "Whether to enable option content transition animation",
|
|
3159
|
-
"type": "boolean"
|
|
3160
|
-
},
|
|
3161
|
-
"a-tabs/header-padding": {
|
|
3162
|
-
"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",
|
|
3163
|
-
"type": "boolean"
|
|
3164
|
-
},
|
|
3165
|
-
"a-tabs/auto-switch": {
|
|
3166
|
-
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3167
|
-
"type": "boolean"
|
|
3048
|
+
"a-split/move-start": {
|
|
3049
|
+
"description": "Triggered before dragging"
|
|
3168
3050
|
},
|
|
3169
|
-
"a-
|
|
3170
|
-
"description": "
|
|
3171
|
-
"type": "boolean"
|
|
3051
|
+
"a-split/moving": {
|
|
3052
|
+
"description": "Triggered when dragging"
|
|
3172
3053
|
},
|
|
3173
|
-
"a-
|
|
3174
|
-
"description": "
|
|
3054
|
+
"a-split/move-end": {
|
|
3055
|
+
"description": "Triggered after dragging ends"
|
|
3175
3056
|
},
|
|
3176
|
-
"a-
|
|
3177
|
-
"description": "The
|
|
3057
|
+
"a-split/component": {
|
|
3058
|
+
"description": "The html tag of the split box",
|
|
3059
|
+
"type": "string"
|
|
3178
3060
|
},
|
|
3179
|
-
"a-
|
|
3180
|
-
"description": "
|
|
3061
|
+
"a-split/direction": {
|
|
3062
|
+
"description": "Direction of division",
|
|
3181
3063
|
"type": "string"
|
|
3182
3064
|
},
|
|
3183
|
-
"a-
|
|
3184
|
-
"description": "
|
|
3185
|
-
"type": "
|
|
3065
|
+
"a-split/size": {
|
|
3066
|
+
"description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3067
|
+
"type": "number|string"
|
|
3186
3068
|
},
|
|
3187
|
-
"a-
|
|
3188
|
-
"description": "
|
|
3189
|
-
"type": "
|
|
3069
|
+
"a-split/default-size": {
|
|
3070
|
+
"description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3071
|
+
"type": "number|string"
|
|
3190
3072
|
},
|
|
3191
|
-
"a-
|
|
3192
|
-
"description": "
|
|
3073
|
+
"a-split/min": {
|
|
3074
|
+
"description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3075
|
+
"type": "number|string"
|
|
3076
|
+
},
|
|
3077
|
+
"a-split/max": {
|
|
3078
|
+
"description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3079
|
+
"type": "number|string"
|
|
3080
|
+
},
|
|
3081
|
+
"a-split/disabled": {
|
|
3082
|
+
"description": "Whether to disable",
|
|
3193
3083
|
"type": "boolean"
|
|
3194
3084
|
},
|
|
3195
3085
|
"a-switch/change": {
|
|
@@ -3252,6 +3142,76 @@
|
|
|
3252
3142
|
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3253
3143
|
"type": "string"
|
|
3254
3144
|
},
|
|
3145
|
+
"a-steps/change": {
|
|
3146
|
+
"description": "Triggered when the number of steps changes"
|
|
3147
|
+
},
|
|
3148
|
+
"a-steps/type": {
|
|
3149
|
+
"description": "The type of the steps"
|
|
3150
|
+
},
|
|
3151
|
+
"a-steps/direction": {
|
|
3152
|
+
"description": "The direction of the steps"
|
|
3153
|
+
},
|
|
3154
|
+
"a-steps/label-placement": {
|
|
3155
|
+
"description": "The location where the label description is placed."
|
|
3156
|
+
},
|
|
3157
|
+
"a-steps/current": {
|
|
3158
|
+
"description": "Number of current step",
|
|
3159
|
+
"type": "number"
|
|
3160
|
+
},
|
|
3161
|
+
"a-steps/default-current": {
|
|
3162
|
+
"description": "The default number of step (uncontrolled state)",
|
|
3163
|
+
"type": "number"
|
|
3164
|
+
},
|
|
3165
|
+
"a-steps/status": {
|
|
3166
|
+
"description": "The status of the current step"
|
|
3167
|
+
},
|
|
3168
|
+
"a-steps/line-less": {
|
|
3169
|
+
"description": "Whether to use the connectionless style",
|
|
3170
|
+
"type": "boolean"
|
|
3171
|
+
},
|
|
3172
|
+
"a-steps/small": {
|
|
3173
|
+
"description": "Whether to use a small step bar",
|
|
3174
|
+
"type": "boolean"
|
|
3175
|
+
},
|
|
3176
|
+
"a-steps/changeable": {
|
|
3177
|
+
"description": "Whether you can click to switch",
|
|
3178
|
+
"type": "boolean"
|
|
3179
|
+
},
|
|
3180
|
+
"a-step/title": {
|
|
3181
|
+
"description": "Title of the step",
|
|
3182
|
+
"type": "string"
|
|
3183
|
+
},
|
|
3184
|
+
"a-step/description": {
|
|
3185
|
+
"description": "Description of the step",
|
|
3186
|
+
"type": "string"
|
|
3187
|
+
},
|
|
3188
|
+
"a-step/status": {
|
|
3189
|
+
"description": "Status of the step"
|
|
3190
|
+
},
|
|
3191
|
+
"a-step/disabled": {
|
|
3192
|
+
"description": "Whether to disable",
|
|
3193
|
+
"type": "boolean"
|
|
3194
|
+
},
|
|
3195
|
+
"a-spin/size": {
|
|
3196
|
+
"description": "Size",
|
|
3197
|
+
"type": "number"
|
|
3198
|
+
},
|
|
3199
|
+
"a-spin/loading": {
|
|
3200
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3201
|
+
"type": "boolean"
|
|
3202
|
+
},
|
|
3203
|
+
"a-spin/dot": {
|
|
3204
|
+
"description": "Whether to use dot type animation",
|
|
3205
|
+
"type": "boolean"
|
|
3206
|
+
},
|
|
3207
|
+
"a-spin/tip": {
|
|
3208
|
+
"description": "Prompt content",
|
|
3209
|
+
"type": "string"
|
|
3210
|
+
},
|
|
3211
|
+
"a-spin/hide-icon": {
|
|
3212
|
+
"description": "Whether to hide the icon",
|
|
3213
|
+
"type": "boolean"
|
|
3214
|
+
},
|
|
3255
3215
|
"a-table/expand": {
|
|
3256
3216
|
"description": "Triggered when a row is clicked to expand"
|
|
3257
3217
|
},
|
|
@@ -3499,163 +3459,192 @@
|
|
|
3499
3459
|
"description": "Whether to show text hints when omitted",
|
|
3500
3460
|
"type": "boolean|object"
|
|
3501
3461
|
},
|
|
3502
|
-
"a-
|
|
3503
|
-
"description": "
|
|
3462
|
+
"a-textarea/input": {
|
|
3463
|
+
"description": "Emitted when the user enters"
|
|
3504
3464
|
},
|
|
3505
|
-
"a-
|
|
3506
|
-
"description": "
|
|
3465
|
+
"a-textarea/change": {
|
|
3466
|
+
"description": "Only emitted when the textarea is out of focus"
|
|
3507
3467
|
},
|
|
3508
|
-
"a-
|
|
3509
|
-
"description": "
|
|
3468
|
+
"a-textarea/clear": {
|
|
3469
|
+
"description": "Emitted when the clear button is clicked"
|
|
3510
3470
|
},
|
|
3511
|
-
"a-
|
|
3512
|
-
"description": "
|
|
3471
|
+
"a-textarea/focus": {
|
|
3472
|
+
"description": "Emitted when the textarea gets focus"
|
|
3513
3473
|
},
|
|
3514
|
-
"a-
|
|
3515
|
-
"description": "
|
|
3516
|
-
"type": "number"
|
|
3474
|
+
"a-textarea/blur": {
|
|
3475
|
+
"description": "Emitted when the textarea loses focus"
|
|
3517
3476
|
},
|
|
3518
|
-
"a-
|
|
3519
|
-
"description": "
|
|
3520
|
-
"type": "
|
|
3477
|
+
"a-textarea/model-value": {
|
|
3478
|
+
"description": "Value",
|
|
3479
|
+
"type": "string"
|
|
3521
3480
|
},
|
|
3522
|
-
"a-
|
|
3523
|
-
"description": "
|
|
3481
|
+
"a-textarea/default-value": {
|
|
3482
|
+
"description": "Default value (uncontrolled state)",
|
|
3483
|
+
"type": "string"
|
|
3524
3484
|
},
|
|
3525
|
-
"a-
|
|
3526
|
-
"description": "
|
|
3485
|
+
"a-textarea/placeholder": {
|
|
3486
|
+
"description": "Placeholder",
|
|
3487
|
+
"type": "string"
|
|
3488
|
+
},
|
|
3489
|
+
"a-textarea/disabled": {
|
|
3490
|
+
"description": "Whether to disable",
|
|
3527
3491
|
"type": "boolean"
|
|
3528
3492
|
},
|
|
3529
|
-
"a-
|
|
3530
|
-
"description": "Whether
|
|
3493
|
+
"a-textarea/error": {
|
|
3494
|
+
"description": "Whether it is an error state",
|
|
3531
3495
|
"type": "boolean"
|
|
3532
3496
|
},
|
|
3533
|
-
"a-
|
|
3534
|
-
"description": "
|
|
3497
|
+
"a-textarea/max-length": {
|
|
3498
|
+
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3499
|
+
},
|
|
3500
|
+
"a-textarea/show-word-limit": {
|
|
3501
|
+
"description": "Whether to display word count",
|
|
3535
3502
|
"type": "boolean"
|
|
3536
3503
|
},
|
|
3537
|
-
"a-
|
|
3538
|
-
"description": "
|
|
3539
|
-
"type": "
|
|
3504
|
+
"a-textarea/allow-clear": {
|
|
3505
|
+
"description": "Whether to allow clearing the text",
|
|
3506
|
+
"type": "boolean"
|
|
3540
3507
|
},
|
|
3541
|
-
"a-
|
|
3542
|
-
"description": "
|
|
3543
|
-
"type": "string"
|
|
3508
|
+
"a-textarea/auto-size": {
|
|
3509
|
+
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3544
3510
|
},
|
|
3545
|
-
"a-
|
|
3546
|
-
"description": "
|
|
3511
|
+
"a-textarea/word-length": {
|
|
3512
|
+
"description": "Calculation method of word length"
|
|
3547
3513
|
},
|
|
3548
|
-
"a-
|
|
3549
|
-
"description": "
|
|
3514
|
+
"a-textarea/word-slice": {
|
|
3515
|
+
"description": "Character interception method, used together with wordLength"
|
|
3516
|
+
},
|
|
3517
|
+
"a-textarea/textarea-attrs": {
|
|
3518
|
+
"description": "Attributes passed to textarea"
|
|
3519
|
+
},
|
|
3520
|
+
"a-timeline/reverse": {
|
|
3521
|
+
"description": "Whether reverse order",
|
|
3550
3522
|
"type": "boolean"
|
|
3551
3523
|
},
|
|
3552
|
-
"a-
|
|
3553
|
-
"description": "
|
|
3524
|
+
"a-timeline/direction": {
|
|
3525
|
+
"description": "Timeline direction"
|
|
3554
3526
|
},
|
|
3555
|
-
"a-
|
|
3556
|
-
"description": "
|
|
3527
|
+
"a-timeline/mode": {
|
|
3528
|
+
"description": "The display mode of Timeline"
|
|
3557
3529
|
},
|
|
3558
|
-
"a-
|
|
3559
|
-
"description": "
|
|
3530
|
+
"a-timeline/pending": {
|
|
3531
|
+
"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",
|
|
3532
|
+
"type": "boolean|string"
|
|
3560
3533
|
},
|
|
3561
|
-
"a-
|
|
3562
|
-
"description": "
|
|
3534
|
+
"a-timeline/label-position": {
|
|
3535
|
+
"description": "Position of label text"
|
|
3536
|
+
},
|
|
3537
|
+
"a-timeline-item/dot-color": {
|
|
3538
|
+
"description": "Dot color",
|
|
3563
3539
|
"type": "string"
|
|
3564
3540
|
},
|
|
3565
|
-
"a-
|
|
3566
|
-
"description": "
|
|
3541
|
+
"a-timeline-item/dot-type": {
|
|
3542
|
+
"description": "Dot type"
|
|
3543
|
+
},
|
|
3544
|
+
"a-timeline-item/line-type": {
|
|
3545
|
+
"description": "Line type"
|
|
3546
|
+
},
|
|
3547
|
+
"a-timeline-item/line-color": {
|
|
3548
|
+
"description": "Line Color",
|
|
3549
|
+
"type": "string"
|
|
3550
|
+
},
|
|
3551
|
+
"a-timeline-item/label": {
|
|
3552
|
+
"description": "Label text",
|
|
3553
|
+
"type": "string"
|
|
3554
|
+
},
|
|
3555
|
+
"a-timeline-item/position": {
|
|
3556
|
+
"description": "Item position"
|
|
3557
|
+
},
|
|
3558
|
+
"a-tabs/change": {
|
|
3559
|
+
"description": "Triggered when the current tag value changes"
|
|
3560
|
+
},
|
|
3561
|
+
"a-tabs/tab-click": {
|
|
3562
|
+
"description": "Triggered when the user clicks on the tab"
|
|
3563
|
+
},
|
|
3564
|
+
"a-tabs/add": {
|
|
3565
|
+
"description": "Triggered when the user clicks the add button"
|
|
3566
|
+
},
|
|
3567
|
+
"a-tabs/delete": {
|
|
3568
|
+
"description": "Triggered when the user clicks the delete button"
|
|
3569
|
+
},
|
|
3570
|
+
"a-tabs/active-key": {
|
|
3571
|
+
"description": "The `key` of the currently selected label",
|
|
3572
|
+
"type": "string|number"
|
|
3573
|
+
},
|
|
3574
|
+
"a-tabs/default-active-key": {
|
|
3575
|
+
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3576
|
+
"type": "string|number"
|
|
3577
|
+
},
|
|
3578
|
+
"a-tabs/position": {
|
|
3579
|
+
"description": "Position of the tab"
|
|
3580
|
+
},
|
|
3581
|
+
"a-tabs/size": {
|
|
3582
|
+
"description": "The size of the tab"
|
|
3583
|
+
},
|
|
3584
|
+
"a-tabs/type": {
|
|
3585
|
+
"description": "The type of tab"
|
|
3586
|
+
},
|
|
3587
|
+
"a-tabs/direction": {
|
|
3588
|
+
"description": "The direction of tab"
|
|
3589
|
+
},
|
|
3590
|
+
"a-tabs/editable": {
|
|
3591
|
+
"description": "Whether to enable editable mode",
|
|
3567
3592
|
"type": "boolean"
|
|
3568
3593
|
},
|
|
3569
|
-
"a-
|
|
3570
|
-
"description": "Whether the
|
|
3594
|
+
"a-tabs/show-add-button": {
|
|
3595
|
+
"description": "Whether to display the add button (only available in editable mode)",
|
|
3571
3596
|
"type": "boolean"
|
|
3572
3597
|
},
|
|
3573
|
-
"a-
|
|
3574
|
-
"description": "Whether the
|
|
3598
|
+
"a-tabs/destroy-on-hide": {
|
|
3599
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3575
3600
|
"type": "boolean"
|
|
3576
3601
|
},
|
|
3577
|
-
"a-
|
|
3578
|
-
"description": "Whether the
|
|
3602
|
+
"a-tabs/lazy-load": {
|
|
3603
|
+
"description": "Whether to mount the content when the label is first displayed",
|
|
3579
3604
|
"type": "boolean"
|
|
3580
3605
|
},
|
|
3581
|
-
"a-
|
|
3582
|
-
"description": "
|
|
3606
|
+
"a-tabs/justify": {
|
|
3607
|
+
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3583
3608
|
"type": "boolean"
|
|
3584
3609
|
},
|
|
3585
|
-
"a-
|
|
3586
|
-
"description": "Whether
|
|
3610
|
+
"a-tabs/animation": {
|
|
3611
|
+
"description": "Whether to enable option content transition animation",
|
|
3587
3612
|
"type": "boolean"
|
|
3588
3613
|
},
|
|
3589
|
-
"a-
|
|
3590
|
-
"description": "Whether
|
|
3614
|
+
"a-tabs/header-padding": {
|
|
3615
|
+
"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",
|
|
3591
3616
|
"type": "boolean"
|
|
3592
3617
|
},
|
|
3593
|
-
"a-
|
|
3594
|
-
"description": "Whether
|
|
3618
|
+
"a-tabs/auto-switch": {
|
|
3619
|
+
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3595
3620
|
"type": "boolean"
|
|
3596
3621
|
},
|
|
3597
|
-
"a-
|
|
3598
|
-
"description": "
|
|
3622
|
+
"a-tabs/hide-content": {
|
|
3623
|
+
"description": "Whether to hide content",
|
|
3599
3624
|
"type": "boolean"
|
|
3600
3625
|
},
|
|
3601
|
-
"a-
|
|
3602
|
-
"description": "
|
|
3603
|
-
},
|
|
3604
|
-
"a-textarea/change": {
|
|
3605
|
-
"description": "Only emitted when the textarea is out of focus"
|
|
3606
|
-
},
|
|
3607
|
-
"a-textarea/clear": {
|
|
3608
|
-
"description": "Emitted when the clear button is clicked"
|
|
3609
|
-
},
|
|
3610
|
-
"a-textarea/focus": {
|
|
3611
|
-
"description": "Emitted when the textarea gets focus"
|
|
3612
|
-
},
|
|
3613
|
-
"a-textarea/blur": {
|
|
3614
|
-
"description": "Emitted when the textarea loses focus"
|
|
3615
|
-
},
|
|
3616
|
-
"a-textarea/model-value": {
|
|
3617
|
-
"description": "Value",
|
|
3618
|
-
"type": "string"
|
|
3626
|
+
"a-tabs/trigger": {
|
|
3627
|
+
"description": "Trigger method"
|
|
3619
3628
|
},
|
|
3620
|
-
"a-
|
|
3621
|
-
"description": "
|
|
3622
|
-
"type": "string"
|
|
3629
|
+
"a-tabs/scroll-position": {
|
|
3630
|
+
"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"
|
|
3623
3631
|
},
|
|
3624
|
-
"a-
|
|
3625
|
-
"description": "
|
|
3632
|
+
"a-tab-pane/title": {
|
|
3633
|
+
"description": "Title of the tab",
|
|
3626
3634
|
"type": "string"
|
|
3627
3635
|
},
|
|
3628
|
-
"a-
|
|
3636
|
+
"a-tab-pane/disabled": {
|
|
3629
3637
|
"description": "Whether to disable",
|
|
3630
3638
|
"type": "boolean"
|
|
3631
3639
|
},
|
|
3632
|
-
"a-
|
|
3633
|
-
"description": "Whether
|
|
3634
|
-
"type": "boolean"
|
|
3635
|
-
},
|
|
3636
|
-
"a-textarea/max-length": {
|
|
3637
|
-
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3638
|
-
},
|
|
3639
|
-
"a-textarea/show-word-limit": {
|
|
3640
|
-
"description": "Whether to display word count",
|
|
3640
|
+
"a-tab-pane/closable": {
|
|
3641
|
+
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3641
3642
|
"type": "boolean"
|
|
3642
3643
|
},
|
|
3643
|
-
"a-
|
|
3644
|
-
"description": "Whether to
|
|
3644
|
+
"a-tab-pane/destroy-on-hide": {
|
|
3645
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3645
3646
|
"type": "boolean"
|
|
3646
3647
|
},
|
|
3647
|
-
"a-textarea/auto-size": {
|
|
3648
|
-
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3649
|
-
},
|
|
3650
|
-
"a-textarea/word-length": {
|
|
3651
|
-
"description": "Calculation method of word length"
|
|
3652
|
-
},
|
|
3653
|
-
"a-textarea/word-slice": {
|
|
3654
|
-
"description": "Character interception method, used together with wordLength"
|
|
3655
|
-
},
|
|
3656
|
-
"a-textarea/textarea-attrs": {
|
|
3657
|
-
"description": "Attributes passed to textarea"
|
|
3658
|
-
},
|
|
3659
3648
|
"a-time-picker/change": {
|
|
3660
3649
|
"description": "The component value changes"
|
|
3661
3650
|
},
|
|
@@ -3750,89 +3739,6 @@
|
|
|
3750
3739
|
"description": "Whether to destroy the dom structure after closing",
|
|
3751
3740
|
"type": "boolean"
|
|
3752
3741
|
},
|
|
3753
|
-
"a-timeline/reverse": {
|
|
3754
|
-
"description": "Whether reverse order",
|
|
3755
|
-
"type": "boolean"
|
|
3756
|
-
},
|
|
3757
|
-
"a-timeline/direction": {
|
|
3758
|
-
"description": "Timeline direction"
|
|
3759
|
-
},
|
|
3760
|
-
"a-timeline/mode": {
|
|
3761
|
-
"description": "The display mode of Timeline"
|
|
3762
|
-
},
|
|
3763
|
-
"a-timeline/pending": {
|
|
3764
|
-
"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",
|
|
3765
|
-
"type": "boolean|string"
|
|
3766
|
-
},
|
|
3767
|
-
"a-timeline/label-position": {
|
|
3768
|
-
"description": "Position of label text"
|
|
3769
|
-
},
|
|
3770
|
-
"a-timeline-item/dot-color": {
|
|
3771
|
-
"description": "Dot color",
|
|
3772
|
-
"type": "string"
|
|
3773
|
-
},
|
|
3774
|
-
"a-timeline-item/dot-type": {
|
|
3775
|
-
"description": "Dot type"
|
|
3776
|
-
},
|
|
3777
|
-
"a-timeline-item/line-type": {
|
|
3778
|
-
"description": "Line type"
|
|
3779
|
-
},
|
|
3780
|
-
"a-timeline-item/line-color": {
|
|
3781
|
-
"description": "Line Color",
|
|
3782
|
-
"type": "string"
|
|
3783
|
-
},
|
|
3784
|
-
"a-timeline-item/label": {
|
|
3785
|
-
"description": "Label text",
|
|
3786
|
-
"type": "string"
|
|
3787
|
-
},
|
|
3788
|
-
"a-timeline-item/position": {
|
|
3789
|
-
"description": "Item position"
|
|
3790
|
-
},
|
|
3791
|
-
"a-tooltip/popup-visible-change": {
|
|
3792
|
-
"description": "Emitted when the tooltip display status changes"
|
|
3793
|
-
},
|
|
3794
|
-
"a-tooltip/popup-visible": {
|
|
3795
|
-
"description": "Whether the tooltip is visible",
|
|
3796
|
-
"type": "boolean"
|
|
3797
|
-
},
|
|
3798
|
-
"a-tooltip/default-popup-visible": {
|
|
3799
|
-
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3800
|
-
"type": "boolean"
|
|
3801
|
-
},
|
|
3802
|
-
"a-tooltip/disabled": {
|
|
3803
|
-
"description": "Whether to disable the tooltip",
|
|
3804
|
-
"type": "boolean"
|
|
3805
|
-
},
|
|
3806
|
-
"a-tooltip/content": {
|
|
3807
|
-
"description": "Tooltip content",
|
|
3808
|
-
"type": "string"
|
|
3809
|
-
},
|
|
3810
|
-
"a-tooltip/position": {
|
|
3811
|
-
"description": "Popup position"
|
|
3812
|
-
},
|
|
3813
|
-
"a-tooltip/mini": {
|
|
3814
|
-
"description": "Whether to display as a mini size",
|
|
3815
|
-
"type": "boolean"
|
|
3816
|
-
},
|
|
3817
|
-
"a-tooltip/background-color": {
|
|
3818
|
-
"description": "Background color of the popover",
|
|
3819
|
-
"type": "string"
|
|
3820
|
-
},
|
|
3821
|
-
"a-tooltip/content-class": {
|
|
3822
|
-
"description": "The class name of the popup content"
|
|
3823
|
-
},
|
|
3824
|
-
"a-tooltip/content-style": {
|
|
3825
|
-
"description": "The style of the popup content"
|
|
3826
|
-
},
|
|
3827
|
-
"a-tooltip/arrow-class": {
|
|
3828
|
-
"description": "The class name of the popup arrow"
|
|
3829
|
-
},
|
|
3830
|
-
"a-tooltip/arrow-style": {
|
|
3831
|
-
"description": "The style of the popup arrow"
|
|
3832
|
-
},
|
|
3833
|
-
"a-tooltip/popup-container": {
|
|
3834
|
-
"description": "Mount container for popup"
|
|
3835
|
-
},
|
|
3836
3742
|
"a-transfer/change": {
|
|
3837
3743
|
"description": "Triggered when the value of the target selection box changes"
|
|
3838
3744
|
},
|
|
@@ -4002,151 +3908,79 @@
|
|
|
4002
3908
|
"a-tree-select/popup-container": {
|
|
4003
3909
|
"description": "Mount container for pop-up box"
|
|
4004
3910
|
},
|
|
4005
|
-
"a-tree-select/fallback-option": {
|
|
4006
|
-
"description": "Customize node data for keys that do not match options"
|
|
4007
|
-
},
|
|
4008
|
-
"a-tree-select/selectable": {
|
|
4009
|
-
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
4010
|
-
},
|
|
4011
|
-
"a-tree-select/scrollbar": {
|
|
4012
|
-
"description": "Whether to enable virtual scroll bar"
|
|
4013
|
-
},
|
|
4014
|
-
"a-tree-select/show-header-on-empty": {
|
|
4015
|
-
"description": "Whether to display the header in the empty state",
|
|
4016
|
-
"type": "boolean"
|
|
4017
|
-
},
|
|
4018
|
-
"a-tree-select/show-footer-on-empty": {
|
|
4019
|
-
"description": "Whether to display the footer in the empty state",
|
|
4020
|
-
"type": "boolean"
|
|
4021
|
-
},
|
|
4022
|
-
"a-tree-select/input-value": {
|
|
4023
|
-
"description": "The value of the input",
|
|
4024
|
-
"type": "string"
|
|
4025
|
-
},
|
|
4026
|
-
"a-tree-select/default-input-value": {
|
|
4027
|
-
"description": "The default value of the input (uncontrolled mode)",
|
|
4028
|
-
"type": "string"
|
|
4029
|
-
},
|
|
4030
|
-
"a-tree/select": {
|
|
4031
|
-
"description": "Triggered when the tree node is clicked"
|
|
4032
|
-
},
|
|
4033
|
-
"a-tree/check": {
|
|
4034
|
-
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4035
|
-
},
|
|
4036
|
-
"a-tree/expand": {
|
|
4037
|
-
"description": "Expand/close"
|
|
4038
|
-
},
|
|
4039
|
-
"a-tree/drag-start": {
|
|
4040
|
-
"description": "Node starts dragging"
|
|
4041
|
-
},
|
|
4042
|
-
"a-tree/drag-end": {
|
|
4043
|
-
"description": "Node end drag"
|
|
4044
|
-
},
|
|
4045
|
-
"a-tree/drag-over": {
|
|
4046
|
-
"description": "The node is dragged to the releasable target"
|
|
4047
|
-
},
|
|
4048
|
-
"a-tree/drag-leave": {
|
|
4049
|
-
"description": "Node leaves to release the target"
|
|
4050
|
-
},
|
|
4051
|
-
"a-tree/drop": {
|
|
4052
|
-
"description": "The node is released on a releasable target"
|
|
4053
|
-
},
|
|
4054
|
-
"a-tree/size": {
|
|
4055
|
-
"description": "Size",
|
|
4056
|
-
"type": "string"
|
|
4057
|
-
},
|
|
4058
|
-
"a-tree/block-node": {
|
|
4059
|
-
"description": "Whether the node occupies a row",
|
|
4060
|
-
"type": "boolean"
|
|
4061
|
-
},
|
|
4062
|
-
"a-tree/default-expand-all": {
|
|
4063
|
-
"description": "Whether to expand the parent node by default",
|
|
4064
|
-
"type": "boolean"
|
|
4065
|
-
},
|
|
4066
|
-
"a-tree/multiple": {
|
|
4067
|
-
"description": "Whether to support multiple selection",
|
|
4068
|
-
"type": "boolean"
|
|
4069
|
-
},
|
|
4070
|
-
"a-tree/checkable": {
|
|
4071
|
-
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4072
|
-
},
|
|
4073
|
-
"a-tree/selectable": {
|
|
4074
|
-
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4075
|
-
},
|
|
4076
|
-
"a-tree/check-strictly": {
|
|
4077
|
-
"description": "Whether to cancel the parent-child node association",
|
|
4078
|
-
"type": "boolean"
|
|
4079
|
-
},
|
|
4080
|
-
"a-tree/checked-strategy": {
|
|
4081
|
-
"description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
|
|
4082
|
-
"type": "string"
|
|
3911
|
+
"a-tree-select/fallback-option": {
|
|
3912
|
+
"description": "Customize node data for keys that do not match options"
|
|
4083
3913
|
},
|
|
4084
|
-
"a-tree/
|
|
4085
|
-
"description": "
|
|
3914
|
+
"a-tree-select/selectable": {
|
|
3915
|
+
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
4086
3916
|
},
|
|
4087
|
-
"a-tree/
|
|
4088
|
-
"description": "
|
|
3917
|
+
"a-tree-select/scrollbar": {
|
|
3918
|
+
"description": "Whether to enable virtual scroll bar"
|
|
4089
3919
|
},
|
|
4090
|
-
"a-tree/
|
|
4091
|
-
"description": "
|
|
3920
|
+
"a-tree-select/show-header-on-empty": {
|
|
3921
|
+
"description": "Whether to display the header in the empty state",
|
|
3922
|
+
"type": "boolean"
|
|
4092
3923
|
},
|
|
4093
|
-
"a-tree/
|
|
4094
|
-
"description": "
|
|
3924
|
+
"a-tree-select/show-footer-on-empty": {
|
|
3925
|
+
"description": "Whether to display the footer in the empty state",
|
|
3926
|
+
"type": "boolean"
|
|
4095
3927
|
},
|
|
4096
|
-
"a-tree/
|
|
4097
|
-
"description": "
|
|
3928
|
+
"a-tree-select/input-value": {
|
|
3929
|
+
"description": "The value of the input",
|
|
3930
|
+
"type": "string"
|
|
4098
3931
|
},
|
|
4099
|
-
"a-tree/
|
|
4100
|
-
"description": "
|
|
3932
|
+
"a-tree-select/default-input-value": {
|
|
3933
|
+
"description": "The default value of the input (uncontrolled mode)",
|
|
3934
|
+
"type": "string"
|
|
4101
3935
|
},
|
|
4102
|
-
"a-
|
|
4103
|
-
"description": "
|
|
3936
|
+
"a-tag/close": {
|
|
3937
|
+
"description": "Emitted when the close button is clicked"
|
|
4104
3938
|
},
|
|
4105
|
-
"a-
|
|
4106
|
-
"description": "
|
|
3939
|
+
"a-tag/check": {
|
|
3940
|
+
"description": "Emitted when the user check (emit only in the checkable mode)"
|
|
4107
3941
|
},
|
|
4108
|
-
"a-
|
|
4109
|
-
"description": "
|
|
4110
|
-
"type": "boolean"
|
|
3942
|
+
"a-tag/color": {
|
|
3943
|
+
"description": "Label color"
|
|
4111
3944
|
},
|
|
4112
|
-
"a-
|
|
4113
|
-
"description": "
|
|
3945
|
+
"a-tag/size": {
|
|
3946
|
+
"description": "Label size",
|
|
3947
|
+
"type": "string"
|
|
4114
3948
|
},
|
|
4115
|
-
"a-
|
|
4116
|
-
"description": "Whether
|
|
3949
|
+
"a-tag/bordered": {
|
|
3950
|
+
"description": "Whether the tag is bordered",
|
|
4117
3951
|
"type": "boolean"
|
|
4118
3952
|
},
|
|
4119
|
-
"a-
|
|
4120
|
-
"description": "Whether
|
|
4121
|
-
|
|
4122
|
-
"a-tree/virtual-list-props": {
|
|
4123
|
-
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
3953
|
+
"a-tag/visible": {
|
|
3954
|
+
"description": "Whether the tag is visible",
|
|
3955
|
+
"type": "boolean"
|
|
4124
3956
|
},
|
|
4125
|
-
"a-
|
|
4126
|
-
"description": "Whether
|
|
3957
|
+
"a-tag/default-visible": {
|
|
3958
|
+
"description": "Whether the tag is visible by default",
|
|
4127
3959
|
"type": "boolean"
|
|
4128
3960
|
},
|
|
4129
|
-
"a-
|
|
4130
|
-
"description": "Whether
|
|
3961
|
+
"a-tag/loading": {
|
|
3962
|
+
"description": "Whether the tag is loading state",
|
|
4131
3963
|
"type": "boolean"
|
|
4132
3964
|
},
|
|
4133
|
-
"a-
|
|
4134
|
-
"description": "Whether
|
|
3965
|
+
"a-tag/closable": {
|
|
3966
|
+
"description": "Whether the tag can be closed",
|
|
4135
3967
|
"type": "boolean"
|
|
4136
3968
|
},
|
|
4137
|
-
"a-
|
|
4138
|
-
"description": "
|
|
3969
|
+
"a-tag/checkable": {
|
|
3970
|
+
"description": "Whether the tag can be checked",
|
|
3971
|
+
"type": "boolean"
|
|
4139
3972
|
},
|
|
4140
|
-
"a-
|
|
4141
|
-
"description": "
|
|
3973
|
+
"a-tag/checked": {
|
|
3974
|
+
"description": "Whether the tag is checked (available when the tag is checkable)",
|
|
4142
3975
|
"type": "boolean"
|
|
4143
3976
|
},
|
|
4144
|
-
"a-
|
|
4145
|
-
"description": "Whether
|
|
3977
|
+
"a-tag/default-checked": {
|
|
3978
|
+
"description": "Whether the tag is checked by default (available when the tag is checkable)",
|
|
4146
3979
|
"type": "boolean"
|
|
4147
3980
|
},
|
|
4148
|
-
"a-
|
|
4149
|
-
"description": "
|
|
3981
|
+
"a-tag/nowrap": {
|
|
3982
|
+
"description": "Tag content does not wrap",
|
|
3983
|
+
"type": "boolean"
|
|
4150
3984
|
},
|
|
4151
3985
|
"a-trigger/popup-visible-change": {
|
|
4152
3986
|
"description": "Emitted when the status of the popup changes"
|
|
@@ -4281,6 +4115,51 @@
|
|
|
4281
4115
|
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4282
4116
|
"type": "number"
|
|
4283
4117
|
},
|
|
4118
|
+
"a-tooltip/popup-visible-change": {
|
|
4119
|
+
"description": "Emitted when the tooltip display status changes"
|
|
4120
|
+
},
|
|
4121
|
+
"a-tooltip/popup-visible": {
|
|
4122
|
+
"description": "Whether the tooltip is visible",
|
|
4123
|
+
"type": "boolean"
|
|
4124
|
+
},
|
|
4125
|
+
"a-tooltip/default-popup-visible": {
|
|
4126
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
4127
|
+
"type": "boolean"
|
|
4128
|
+
},
|
|
4129
|
+
"a-tooltip/disabled": {
|
|
4130
|
+
"description": "Whether to disable the tooltip",
|
|
4131
|
+
"type": "boolean"
|
|
4132
|
+
},
|
|
4133
|
+
"a-tooltip/content": {
|
|
4134
|
+
"description": "Tooltip content",
|
|
4135
|
+
"type": "string"
|
|
4136
|
+
},
|
|
4137
|
+
"a-tooltip/position": {
|
|
4138
|
+
"description": "Popup position"
|
|
4139
|
+
},
|
|
4140
|
+
"a-tooltip/mini": {
|
|
4141
|
+
"description": "Whether to display as a mini size",
|
|
4142
|
+
"type": "boolean"
|
|
4143
|
+
},
|
|
4144
|
+
"a-tooltip/background-color": {
|
|
4145
|
+
"description": "Background color of the popover",
|
|
4146
|
+
"type": "string"
|
|
4147
|
+
},
|
|
4148
|
+
"a-tooltip/content-class": {
|
|
4149
|
+
"description": "The class name of the popup content"
|
|
4150
|
+
},
|
|
4151
|
+
"a-tooltip/content-style": {
|
|
4152
|
+
"description": "The style of the popup content"
|
|
4153
|
+
},
|
|
4154
|
+
"a-tooltip/arrow-class": {
|
|
4155
|
+
"description": "The class name of the popup arrow"
|
|
4156
|
+
},
|
|
4157
|
+
"a-tooltip/arrow-style": {
|
|
4158
|
+
"description": "The style of the popup arrow"
|
|
4159
|
+
},
|
|
4160
|
+
"a-tooltip/popup-container": {
|
|
4161
|
+
"description": "Mount container for popup"
|
|
4162
|
+
},
|
|
4284
4163
|
"a-typography-title/edit-start": {
|
|
4285
4164
|
"description": "Edit start"
|
|
4286
4165
|
},
|
|
@@ -4762,5 +4641,126 @@
|
|
|
4762
4641
|
"a-watermark/staggered": {
|
|
4763
4642
|
"description": "Whether to stagger the arrangement layout",
|
|
4764
4643
|
"type": "boolean"
|
|
4644
|
+
},
|
|
4645
|
+
"a-tree/select": {
|
|
4646
|
+
"description": "Triggered when the tree node is clicked"
|
|
4647
|
+
},
|
|
4648
|
+
"a-tree/check": {
|
|
4649
|
+
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4650
|
+
},
|
|
4651
|
+
"a-tree/expand": {
|
|
4652
|
+
"description": "Expand/close"
|
|
4653
|
+
},
|
|
4654
|
+
"a-tree/drag-start": {
|
|
4655
|
+
"description": "Node starts dragging"
|
|
4656
|
+
},
|
|
4657
|
+
"a-tree/drag-end": {
|
|
4658
|
+
"description": "Node end drag"
|
|
4659
|
+
},
|
|
4660
|
+
"a-tree/drag-over": {
|
|
4661
|
+
"description": "The node is dragged to the releasable target"
|
|
4662
|
+
},
|
|
4663
|
+
"a-tree/drag-leave": {
|
|
4664
|
+
"description": "Node leaves to release the target"
|
|
4665
|
+
},
|
|
4666
|
+
"a-tree/drop": {
|
|
4667
|
+
"description": "The node is released on a releasable target"
|
|
4668
|
+
},
|
|
4669
|
+
"a-tree/size": {
|
|
4670
|
+
"description": "Size",
|
|
4671
|
+
"type": "string"
|
|
4672
|
+
},
|
|
4673
|
+
"a-tree/block-node": {
|
|
4674
|
+
"description": "Whether the node occupies a row",
|
|
4675
|
+
"type": "boolean"
|
|
4676
|
+
},
|
|
4677
|
+
"a-tree/default-expand-all": {
|
|
4678
|
+
"description": "Whether to expand the parent node by default",
|
|
4679
|
+
"type": "boolean"
|
|
4680
|
+
},
|
|
4681
|
+
"a-tree/multiple": {
|
|
4682
|
+
"description": "Whether to support multiple selection",
|
|
4683
|
+
"type": "boolean"
|
|
4684
|
+
},
|
|
4685
|
+
"a-tree/checkable": {
|
|
4686
|
+
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4687
|
+
},
|
|
4688
|
+
"a-tree/selectable": {
|
|
4689
|
+
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4690
|
+
},
|
|
4691
|
+
"a-tree/check-strictly": {
|
|
4692
|
+
"description": "Whether to cancel the parent-child node association",
|
|
4693
|
+
"type": "boolean"
|
|
4694
|
+
},
|
|
4695
|
+
"a-tree/checked-strategy": {
|
|
4696
|
+
"description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
|
|
4697
|
+
"type": "string"
|
|
4698
|
+
},
|
|
4699
|
+
"a-tree/default-selected-keys": {
|
|
4700
|
+
"description": "Tree node selected by default"
|
|
4701
|
+
},
|
|
4702
|
+
"a-tree/selected-keys": {
|
|
4703
|
+
"description": "Selected tree node"
|
|
4704
|
+
},
|
|
4705
|
+
"a-tree/default-checked-keys": {
|
|
4706
|
+
"description": "Tree node with checkbox selected by default"
|
|
4707
|
+
},
|
|
4708
|
+
"a-tree/checked-keys": {
|
|
4709
|
+
"description": "Tree node with check box selected"
|
|
4710
|
+
},
|
|
4711
|
+
"a-tree/default-expanded-keys": {
|
|
4712
|
+
"description": "Nodes expanded by default"
|
|
4713
|
+
},
|
|
4714
|
+
"a-tree/expanded-keys": {
|
|
4715
|
+
"description": "Expanded node"
|
|
4716
|
+
},
|
|
4717
|
+
"a-tree/data": {
|
|
4718
|
+
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4719
|
+
},
|
|
4720
|
+
"a-tree/field-names": {
|
|
4721
|
+
"description": "Specify the field name in the node data"
|
|
4722
|
+
},
|
|
4723
|
+
"a-tree/show-line": {
|
|
4724
|
+
"description": "Whether to display the connection line",
|
|
4725
|
+
"type": "boolean"
|
|
4726
|
+
},
|
|
4727
|
+
"a-tree/load-more": {
|
|
4728
|
+
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4729
|
+
},
|
|
4730
|
+
"a-tree/draggable": {
|
|
4731
|
+
"description": "Whether it can be dragged",
|
|
4732
|
+
"type": "boolean"
|
|
4733
|
+
},
|
|
4734
|
+
"a-tree/allow-drop": {
|
|
4735
|
+
"description": "Whether to allow release on a node when dragging"
|
|
4736
|
+
},
|
|
4737
|
+
"a-tree/virtual-list-props": {
|
|
4738
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4739
|
+
},
|
|
4740
|
+
"a-tree/default-expand-selected": {
|
|
4741
|
+
"description": "Whether to expand the parent node of the selected node by default",
|
|
4742
|
+
"type": "boolean"
|
|
4743
|
+
},
|
|
4744
|
+
"a-tree/default-expand-checked": {
|
|
4745
|
+
"description": "Whether to expand the parent node of the checked node by default",
|
|
4746
|
+
"type": "boolean"
|
|
4747
|
+
},
|
|
4748
|
+
"a-tree/auto-expand-parent": {
|
|
4749
|
+
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
4750
|
+
"type": "boolean"
|
|
4751
|
+
},
|
|
4752
|
+
"a-tree/half-checked-keys": {
|
|
4753
|
+
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
4754
|
+
},
|
|
4755
|
+
"a-tree/only-check-leaf": {
|
|
4756
|
+
"description": "When enabled, checkedKeys is only for checked leaf nodes, and the status of the parent node is determined by the child node.(Only valid when checkable and checkStrictly is false)",
|
|
4757
|
+
"type": "boolean"
|
|
4758
|
+
},
|
|
4759
|
+
"a-tree/animation": {
|
|
4760
|
+
"description": "Whether to enable expand transition animation",
|
|
4761
|
+
"type": "boolean"
|
|
4762
|
+
},
|
|
4763
|
+
"a-tree/action-on-node-click": {
|
|
4764
|
+
"description": "The action triggered when the node is clicked"
|
|
4765
4765
|
}
|
|
4766
4766
|
}
|