@julingbase/jly-arco-design 0.0.5 → 0.0.7
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 +13 -0
- package/dist/arco-vue.js +7 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -3
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +2 -2
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +24 -0
- package/es/input/input-password.d.ts +9 -0
- package/es/input/input.d.ts +9 -0
- package/es/input/input.js +6 -3
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.d.ts +3 -3
- package/es/typography/edit-content.d.ts +72 -0
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +1 -1
- package/json/vetur-attributes.json +1685 -1685
- package/json/vetur-tags.json +590 -590
- package/json/web-types.json +3733 -3733
- package/lib/input/input.js +6 -3
- package/lib/upload/upload.js +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
+
"a-anchor/select": {
|
|
3
|
+
"description": "Triggered when the user clicks on the link"
|
|
4
|
+
},
|
|
5
|
+
"a-anchor/change": {
|
|
6
|
+
"description": "Triggered when the link changes"
|
|
7
|
+
},
|
|
8
|
+
"a-anchor/boundary": {
|
|
9
|
+
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
10
|
+
},
|
|
11
|
+
"a-anchor/line-less": {
|
|
12
|
+
"description": "Whether to show the left axis",
|
|
13
|
+
"type": "boolean"
|
|
14
|
+
},
|
|
15
|
+
"a-anchor/scroll-container": {
|
|
16
|
+
"description": "Scroll container"
|
|
17
|
+
},
|
|
18
|
+
"a-anchor/change-hash": {
|
|
19
|
+
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
20
|
+
"type": "boolean"
|
|
21
|
+
},
|
|
22
|
+
"a-anchor/smooth": {
|
|
23
|
+
"description": "Whether to use smooth scrolling",
|
|
24
|
+
"type": "boolean"
|
|
25
|
+
},
|
|
26
|
+
"a-anchor-link/title": {
|
|
27
|
+
"description": "The text content of the anchor link",
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"a-anchor-link/href": {
|
|
31
|
+
"description": "The address of the anchor link",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
2
34
|
"a-alert/close": {
|
|
3
35
|
"description": "Triggered when the close button is clicked"
|
|
4
36
|
},
|
|
@@ -28,91 +60,35 @@
|
|
|
28
60
|
"description": "Whether the content is displayed in the center",
|
|
29
61
|
"type": "boolean"
|
|
30
62
|
},
|
|
31
|
-
"a-
|
|
32
|
-
"description": "
|
|
33
|
-
},
|
|
34
|
-
"a-auto-complete/search": {
|
|
35
|
-
"description": "Emitted when the user searches"
|
|
36
|
-
},
|
|
37
|
-
"a-auto-complete/select": {
|
|
38
|
-
"description": "Emitted when an option is selected"
|
|
39
|
-
},
|
|
40
|
-
"a-auto-complete/clear": {
|
|
41
|
-
"description": "Triggered when the user clicks the clear button"
|
|
42
|
-
},
|
|
43
|
-
"a-auto-complete/dropdown-scroll": {
|
|
44
|
-
"description": "Triggered when the drop-down scrolls"
|
|
45
|
-
},
|
|
46
|
-
"a-auto-complete/dropdown-reach-bottom": {
|
|
47
|
-
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
48
|
-
},
|
|
49
|
-
"a-auto-complete/model-value": {
|
|
50
|
-
"description": "Value",
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
"a-auto-complete/default-value": {
|
|
54
|
-
"description": "Default value (uncontrolled mode)",
|
|
63
|
+
"a-badge/text": {
|
|
64
|
+
"description": "Set the display text of the status dot",
|
|
55
65
|
"type": "string"
|
|
56
66
|
},
|
|
57
|
-
"a-
|
|
58
|
-
"description": "Whether to
|
|
59
|
-
"type": "boolean"
|
|
60
|
-
},
|
|
61
|
-
"a-auto-complete/data": {
|
|
62
|
-
"description": "Data used for auto-complete"
|
|
63
|
-
},
|
|
64
|
-
"a-auto-complete/popup-container": {
|
|
65
|
-
"description": "Mount container for popup"
|
|
66
|
-
},
|
|
67
|
-
"a-auto-complete/strict": {
|
|
68
|
-
"description": "Whether it is strict verification mode",
|
|
69
|
-
"type": "boolean"
|
|
70
|
-
},
|
|
71
|
-
"a-auto-complete/filter-option": {
|
|
72
|
-
"description": "Custom option filtering method"
|
|
73
|
-
},
|
|
74
|
-
"a-auto-complete/trigger-props": {
|
|
75
|
-
"description": "trigger props"
|
|
76
|
-
},
|
|
77
|
-
"a-auto-complete/allow-clear": {
|
|
78
|
-
"description": "Whether to allow the input to be cleared",
|
|
67
|
+
"a-badge/dot": {
|
|
68
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
79
69
|
"type": "boolean"
|
|
80
70
|
},
|
|
81
|
-
"a-
|
|
82
|
-
"description": "
|
|
71
|
+
"a-badge/dot-style": {
|
|
72
|
+
"description": "Customize badge dot style",
|
|
73
|
+
"type": "object"
|
|
83
74
|
},
|
|
84
|
-
"a-
|
|
85
|
-
"description": "
|
|
75
|
+
"a-badge/max-count": {
|
|
76
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
86
77
|
"type": "number"
|
|
87
78
|
},
|
|
88
|
-
"a-
|
|
89
|
-
"description": "
|
|
90
|
-
},
|
|
91
|
-
"a-back-top/easing": {
|
|
92
|
-
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
93
|
-
"type": "string"
|
|
94
|
-
},
|
|
95
|
-
"a-back-top/duration": {
|
|
96
|
-
"description": "Duration of scroll animation",
|
|
97
|
-
"type": "number"
|
|
79
|
+
"a-badge/offset": {
|
|
80
|
+
"description": "Set offset of the badge dot"
|
|
98
81
|
},
|
|
99
|
-
"a-
|
|
100
|
-
"description": "
|
|
82
|
+
"a-badge/color": {
|
|
83
|
+
"description": "Customize dot color"
|
|
101
84
|
},
|
|
102
|
-
"a-
|
|
103
|
-
"description": "
|
|
104
|
-
"type": "number"
|
|
85
|
+
"a-badge/status": {
|
|
86
|
+
"description": "Badge status"
|
|
105
87
|
},
|
|
106
|
-
"a-
|
|
107
|
-
"description": "
|
|
88
|
+
"a-badge/count": {
|
|
89
|
+
"description": "Number to show in badge",
|
|
108
90
|
"type": "number"
|
|
109
91
|
},
|
|
110
|
-
"a-affix/target": {
|
|
111
|
-
"description": "Scroll container, default is `window`"
|
|
112
|
-
},
|
|
113
|
-
"a-affix/target-container": {
|
|
114
|
-
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
115
|
-
},
|
|
116
92
|
"a-avatar/click": {
|
|
117
93
|
"description": "Callback when clicked"
|
|
118
94
|
},
|
|
@@ -171,67 +147,6 @@
|
|
|
171
147
|
"a-avatar-group/max-popover-trigger-props": {
|
|
172
148
|
"description": "TriggerProps for popover around +x."
|
|
173
149
|
},
|
|
174
|
-
"a-badge/text": {
|
|
175
|
-
"description": "Set the display text of the status dot",
|
|
176
|
-
"type": "string"
|
|
177
|
-
},
|
|
178
|
-
"a-badge/dot": {
|
|
179
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
|
-
"a-badge/dot-style": {
|
|
183
|
-
"description": "Customize badge dot style",
|
|
184
|
-
"type": "object"
|
|
185
|
-
},
|
|
186
|
-
"a-badge/max-count": {
|
|
187
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
188
|
-
"type": "number"
|
|
189
|
-
},
|
|
190
|
-
"a-badge/offset": {
|
|
191
|
-
"description": "Set offset of the badge dot"
|
|
192
|
-
},
|
|
193
|
-
"a-badge/color": {
|
|
194
|
-
"description": "Customize dot color"
|
|
195
|
-
},
|
|
196
|
-
"a-badge/status": {
|
|
197
|
-
"description": "Badge status"
|
|
198
|
-
},
|
|
199
|
-
"a-badge/count": {
|
|
200
|
-
"description": "Number to show in badge",
|
|
201
|
-
"type": "number"
|
|
202
|
-
},
|
|
203
|
-
"a-anchor/select": {
|
|
204
|
-
"description": "Triggered when the user clicks on the link"
|
|
205
|
-
},
|
|
206
|
-
"a-anchor/change": {
|
|
207
|
-
"description": "Triggered when the link changes"
|
|
208
|
-
},
|
|
209
|
-
"a-anchor/boundary": {
|
|
210
|
-
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
211
|
-
},
|
|
212
|
-
"a-anchor/line-less": {
|
|
213
|
-
"description": "Whether to show the left axis",
|
|
214
|
-
"type": "boolean"
|
|
215
|
-
},
|
|
216
|
-
"a-anchor/scroll-container": {
|
|
217
|
-
"description": "Scroll container"
|
|
218
|
-
},
|
|
219
|
-
"a-anchor/change-hash": {
|
|
220
|
-
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
221
|
-
"type": "boolean"
|
|
222
|
-
},
|
|
223
|
-
"a-anchor/smooth": {
|
|
224
|
-
"description": "Whether to use smooth scrolling",
|
|
225
|
-
"type": "boolean"
|
|
226
|
-
},
|
|
227
|
-
"a-anchor-link/title": {
|
|
228
|
-
"description": "The text content of the anchor link",
|
|
229
|
-
"type": "string"
|
|
230
|
-
},
|
|
231
|
-
"a-anchor-link/href": {
|
|
232
|
-
"description": "The address of the anchor link",
|
|
233
|
-
"type": "string"
|
|
234
|
-
},
|
|
235
150
|
"a-button/click": {
|
|
236
151
|
"description": "Emitted when the button is clicked"
|
|
237
152
|
},
|
|
@@ -286,59 +201,173 @@
|
|
|
286
201
|
"description": "All children whether the button is disabled",
|
|
287
202
|
"type": "boolean"
|
|
288
203
|
},
|
|
289
|
-
"a-
|
|
290
|
-
"description": "
|
|
291
|
-
"type": "number"
|
|
292
|
-
},
|
|
293
|
-
"a-breadcrumb/routes": {
|
|
294
|
-
"description": "Set routes"
|
|
204
|
+
"a-auto-complete/change": {
|
|
205
|
+
"description": "Emitted when the value changes"
|
|
295
206
|
},
|
|
296
|
-
"a-
|
|
297
|
-
"description": "
|
|
298
|
-
"type": "string|number"
|
|
207
|
+
"a-auto-complete/search": {
|
|
208
|
+
"description": "Emitted when the user searches"
|
|
299
209
|
},
|
|
300
|
-
"a-
|
|
301
|
-
"description": "
|
|
210
|
+
"a-auto-complete/select": {
|
|
211
|
+
"description": "Emitted when an option is selected"
|
|
302
212
|
},
|
|
303
|
-
"a-
|
|
304
|
-
"description": "
|
|
305
|
-
"type": "string|number"
|
|
213
|
+
"a-auto-complete/clear": {
|
|
214
|
+
"description": "Triggered when the user clicks the clear button"
|
|
306
215
|
},
|
|
307
|
-
"a-
|
|
308
|
-
"description": "
|
|
216
|
+
"a-auto-complete/dropdown-scroll": {
|
|
217
|
+
"description": "Triggered when the drop-down scrolls"
|
|
309
218
|
},
|
|
310
|
-
"a-
|
|
311
|
-
"description": "
|
|
219
|
+
"a-auto-complete/dropdown-reach-bottom": {
|
|
220
|
+
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
312
221
|
},
|
|
313
|
-
"a-
|
|
314
|
-
"description": "
|
|
222
|
+
"a-auto-complete/model-value": {
|
|
223
|
+
"description": "Value",
|
|
224
|
+
"type": "string"
|
|
315
225
|
},
|
|
316
|
-
"a-
|
|
317
|
-
"description": "
|
|
226
|
+
"a-auto-complete/default-value": {
|
|
227
|
+
"description": "Default value (uncontrolled mode)",
|
|
228
|
+
"type": "string"
|
|
318
229
|
},
|
|
319
|
-
"a-
|
|
320
|
-
"description": "
|
|
230
|
+
"a-auto-complete/disabled": {
|
|
231
|
+
"description": "Whether to disable",
|
|
232
|
+
"type": "boolean"
|
|
321
233
|
},
|
|
322
|
-
"a-
|
|
323
|
-
"description": "
|
|
234
|
+
"a-auto-complete/data": {
|
|
235
|
+
"description": "Data used for auto-complete"
|
|
324
236
|
},
|
|
325
|
-
"a-
|
|
326
|
-
"description": "
|
|
327
|
-
"type": "string"
|
|
237
|
+
"a-auto-complete/popup-container": {
|
|
238
|
+
"description": "Mount container for popup"
|
|
328
239
|
},
|
|
329
|
-
"a-
|
|
330
|
-
"description": "
|
|
331
|
-
"type": "
|
|
240
|
+
"a-auto-complete/strict": {
|
|
241
|
+
"description": "Whether it is strict verification mode",
|
|
242
|
+
"type": "boolean"
|
|
332
243
|
},
|
|
333
|
-
"a-
|
|
334
|
-
"description": "
|
|
244
|
+
"a-auto-complete/filter-option": {
|
|
245
|
+
"description": "Custom option filtering method"
|
|
335
246
|
},
|
|
336
|
-
"a-
|
|
337
|
-
"description": "
|
|
338
|
-
"type": "boolean"
|
|
247
|
+
"a-auto-complete/trigger-props": {
|
|
248
|
+
"description": "trigger props"
|
|
339
249
|
},
|
|
340
|
-
"a-
|
|
341
|
-
"description": "
|
|
250
|
+
"a-auto-complete/allow-clear": {
|
|
251
|
+
"description": "Whether to allow the input to be cleared",
|
|
252
|
+
"type": "boolean"
|
|
253
|
+
},
|
|
254
|
+
"a-auto-complete/virtual-list-props": {
|
|
255
|
+
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
256
|
+
},
|
|
257
|
+
"a-carousel/change": {
|
|
258
|
+
"description": "Callback when slide changes"
|
|
259
|
+
},
|
|
260
|
+
"a-carousel/current": {
|
|
261
|
+
"description": "The index of current slide which starts from 1",
|
|
262
|
+
"type": "number"
|
|
263
|
+
},
|
|
264
|
+
"a-carousel/default-current": {
|
|
265
|
+
"description": "Default index of current slide",
|
|
266
|
+
"type": "number"
|
|
267
|
+
},
|
|
268
|
+
"a-carousel/move-speed": {
|
|
269
|
+
"description": "The duration of the slide movement(ms)",
|
|
270
|
+
"type": "number"
|
|
271
|
+
},
|
|
272
|
+
"a-carousel/animation-name": {
|
|
273
|
+
"description": "The animation of the slide movement",
|
|
274
|
+
"type": "string"
|
|
275
|
+
},
|
|
276
|
+
"a-carousel/trigger": {
|
|
277
|
+
"description": "How to trigger the slide switch, click/hover the indicator"
|
|
278
|
+
},
|
|
279
|
+
"a-carousel/direction": {
|
|
280
|
+
"description": "The direction of the slide movement"
|
|
281
|
+
},
|
|
282
|
+
"a-carousel/show-arrow": {
|
|
283
|
+
"description": "When to show the arrow used to switch"
|
|
284
|
+
},
|
|
285
|
+
"a-carousel/arrow-class": {
|
|
286
|
+
"description": "The additional css class to arrow used to switch",
|
|
287
|
+
"type": "string"
|
|
288
|
+
},
|
|
289
|
+
"a-carousel/indicator-type": {
|
|
290
|
+
"description": "Type of indicator"
|
|
291
|
+
},
|
|
292
|
+
"a-carousel/indicator-position": {
|
|
293
|
+
"description": "Position of indication"
|
|
294
|
+
},
|
|
295
|
+
"a-carousel/indicator-class": {
|
|
296
|
+
"description": "The additional css class to indicator",
|
|
297
|
+
"type": "string"
|
|
298
|
+
},
|
|
299
|
+
"a-carousel/transition-timing-function": {
|
|
300
|
+
"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)",
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
"a-back-top/visible-height": {
|
|
304
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
305
|
+
"type": "number"
|
|
306
|
+
},
|
|
307
|
+
"a-back-top/target-container": {
|
|
308
|
+
"description": "Scroll event listener container"
|
|
309
|
+
},
|
|
310
|
+
"a-back-top/easing": {
|
|
311
|
+
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
312
|
+
"type": "string"
|
|
313
|
+
},
|
|
314
|
+
"a-back-top/duration": {
|
|
315
|
+
"description": "Duration of scroll animation",
|
|
316
|
+
"type": "number"
|
|
317
|
+
},
|
|
318
|
+
"a-calendar/change": {
|
|
319
|
+
"description": "Emitted when the button is clicked"
|
|
320
|
+
},
|
|
321
|
+
"a-calendar/panel-change": {
|
|
322
|
+
"description": "Emitted when the button is clicked"
|
|
323
|
+
},
|
|
324
|
+
"a-calendar/model-value": {
|
|
325
|
+
"description": "Value"
|
|
326
|
+
},
|
|
327
|
+
"a-calendar/default-value": {
|
|
328
|
+
"description": "Default value (uncontrolled state)"
|
|
329
|
+
},
|
|
330
|
+
"a-calendar/mode": {
|
|
331
|
+
"description": "Mode",
|
|
332
|
+
"type": "string"
|
|
333
|
+
},
|
|
334
|
+
"a-calendar/default-mode": {
|
|
335
|
+
"description": "Default Mode",
|
|
336
|
+
"type": "string"
|
|
337
|
+
},
|
|
338
|
+
"a-calendar/modes": {
|
|
339
|
+
"description": "Displayed mode"
|
|
340
|
+
},
|
|
341
|
+
"a-breadcrumb/max-count": {
|
|
342
|
+
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
343
|
+
"type": "number"
|
|
344
|
+
},
|
|
345
|
+
"a-breadcrumb/routes": {
|
|
346
|
+
"description": "Set routes"
|
|
347
|
+
},
|
|
348
|
+
"a-breadcrumb/separator": {
|
|
349
|
+
"description": "Delimiter text",
|
|
350
|
+
"type": "string|number"
|
|
351
|
+
},
|
|
352
|
+
"a-breadcrumb/custom-url": {
|
|
353
|
+
"description": "Custom link address"
|
|
354
|
+
},
|
|
355
|
+
"a-breadcrumb-item/separator": {
|
|
356
|
+
"description": "Delimiter text",
|
|
357
|
+
"type": "string|number"
|
|
358
|
+
},
|
|
359
|
+
"a-breadcrumb-item/droplist": {
|
|
360
|
+
"description": "Dropdown content"
|
|
361
|
+
},
|
|
362
|
+
"a-breadcrumb-item/dropdown-props": {
|
|
363
|
+
"description": "Dropdown props"
|
|
364
|
+
},
|
|
365
|
+
"a-card/bordered": {
|
|
366
|
+
"description": "Whether to render the border",
|
|
367
|
+
"type": "boolean"
|
|
368
|
+
},
|
|
369
|
+
"a-card/loading": {
|
|
370
|
+
"description": "Loading status",
|
|
342
371
|
"type": "boolean"
|
|
343
372
|
},
|
|
344
373
|
"a-card/hoverable": {
|
|
@@ -375,51 +404,76 @@
|
|
|
375
404
|
"description": "Whether to hover",
|
|
376
405
|
"type": "boolean"
|
|
377
406
|
},
|
|
378
|
-
"a-
|
|
379
|
-
"description": "
|
|
407
|
+
"a-affix/change": {
|
|
408
|
+
"description": "Triggered when the fixed state changes"
|
|
380
409
|
},
|
|
381
|
-
"a-
|
|
382
|
-
"description": "
|
|
410
|
+
"a-affix/offset-top": {
|
|
411
|
+
"description": "Triggered when the specified offset is reached from the top of the window",
|
|
383
412
|
"type": "number"
|
|
384
413
|
},
|
|
385
|
-
"a-
|
|
386
|
-
"description": "
|
|
414
|
+
"a-affix/offset-bottom": {
|
|
415
|
+
"description": "Triggered when the specified offset is reached from the bottom of the window",
|
|
387
416
|
"type": "number"
|
|
388
417
|
},
|
|
389
|
-
"a-
|
|
390
|
-
"description": "
|
|
391
|
-
"type": "number"
|
|
418
|
+
"a-affix/target": {
|
|
419
|
+
"description": "Scroll container, default is `window`"
|
|
392
420
|
},
|
|
393
|
-
"a-
|
|
394
|
-
"description": "The
|
|
395
|
-
"type": "string"
|
|
421
|
+
"a-affix/target-container": {
|
|
422
|
+
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
396
423
|
},
|
|
397
|
-
"a-
|
|
398
|
-
"description": "
|
|
424
|
+
"a-color-picker/change": {
|
|
425
|
+
"description": "Triggered when the color value changes"
|
|
399
426
|
},
|
|
400
|
-
"a-
|
|
401
|
-
"description": "
|
|
427
|
+
"a-color-picker/popup-visible-change": {
|
|
428
|
+
"description": "Triggered when the color panel is expanded and collapsed"
|
|
402
429
|
},
|
|
403
|
-
"a-
|
|
404
|
-
"description": "
|
|
430
|
+
"a-color-picker/model-value": {
|
|
431
|
+
"description": "Value",
|
|
432
|
+
"type": "string"
|
|
405
433
|
},
|
|
406
|
-
"a-
|
|
407
|
-
"description": "
|
|
434
|
+
"a-color-picker/default-value": {
|
|
435
|
+
"description": "Default value (uncontrolled state)",
|
|
408
436
|
"type": "string"
|
|
409
437
|
},
|
|
410
|
-
"a-
|
|
411
|
-
"description": "
|
|
438
|
+
"a-color-picker/format": {
|
|
439
|
+
"description": "Color value format",
|
|
440
|
+
"type": "string"
|
|
412
441
|
},
|
|
413
|
-
"a-
|
|
414
|
-
"description": "
|
|
442
|
+
"a-color-picker/size": {
|
|
443
|
+
"description": "Size"
|
|
415
444
|
},
|
|
416
|
-
"a-
|
|
417
|
-
"description": "
|
|
418
|
-
"type": "
|
|
445
|
+
"a-color-picker/show-text": {
|
|
446
|
+
"description": "Show color value",
|
|
447
|
+
"type": "boolean"
|
|
419
448
|
},
|
|
420
|
-
"a-
|
|
421
|
-
"description": "
|
|
422
|
-
"type": "
|
|
449
|
+
"a-color-picker/show-history": {
|
|
450
|
+
"description": "Show history colors",
|
|
451
|
+
"type": "boolean"
|
|
452
|
+
},
|
|
453
|
+
"a-color-picker/show-preset": {
|
|
454
|
+
"description": "Show preset colors",
|
|
455
|
+
"type": "boolean"
|
|
456
|
+
},
|
|
457
|
+
"a-color-picker/disabled": {
|
|
458
|
+
"description": "disabled",
|
|
459
|
+
"type": "boolean"
|
|
460
|
+
},
|
|
461
|
+
"a-color-picker/disabled-alpha": {
|
|
462
|
+
"description": "Disable transparency channel",
|
|
463
|
+
"type": "boolean"
|
|
464
|
+
},
|
|
465
|
+
"a-color-picker/hide-trigger": {
|
|
466
|
+
"description": "There is no trigger element, only the color panel is displayed",
|
|
467
|
+
"type": "boolean"
|
|
468
|
+
},
|
|
469
|
+
"a-color-picker/trigger-props": {
|
|
470
|
+
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
471
|
+
},
|
|
472
|
+
"a-color-picker/history-colors": {
|
|
473
|
+
"description": "Color array of historical colors"
|
|
474
|
+
},
|
|
475
|
+
"a-color-picker/preset-colors": {
|
|
476
|
+
"description": "Color array of preset colors"
|
|
423
477
|
},
|
|
424
478
|
"a-cascader/change": {
|
|
425
479
|
"description": "Triggered when the selected value changes"
|
|
@@ -600,140 +654,41 @@
|
|
|
600
654
|
"description": "whether to expand the submenu",
|
|
601
655
|
"type": "boolean"
|
|
602
656
|
},
|
|
603
|
-
"a-
|
|
604
|
-
"description": "
|
|
605
|
-
},
|
|
606
|
-
"a-checkbox/model-value": {
|
|
607
|
-
"description": "Value"
|
|
657
|
+
"a-collapse/change": {
|
|
658
|
+
"description": "Emitted when the expanded panel changes"
|
|
608
659
|
},
|
|
609
|
-
"a-
|
|
610
|
-
"description": "
|
|
611
|
-
"type": "boolean"
|
|
660
|
+
"a-collapse/active-key": {
|
|
661
|
+
"description": "The `key` of the currently expanded panel"
|
|
612
662
|
},
|
|
613
|
-
"a-
|
|
614
|
-
"description": "The `
|
|
615
|
-
"type": "string|number|boolean"
|
|
663
|
+
"a-collapse/default-active-key": {
|
|
664
|
+
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
616
665
|
},
|
|
617
|
-
"a-
|
|
618
|
-
"description": "Whether to
|
|
666
|
+
"a-collapse/accordion": {
|
|
667
|
+
"description": "Whether to enable accordion mode",
|
|
619
668
|
"type": "boolean"
|
|
620
669
|
},
|
|
621
|
-
"a-
|
|
622
|
-
"description": "Whether
|
|
670
|
+
"a-collapse/show-expand-icon": {
|
|
671
|
+
"description": "Whether to show the expand icon",
|
|
623
672
|
"type": "boolean"
|
|
624
673
|
},
|
|
625
|
-
"a-
|
|
626
|
-
"description": "
|
|
674
|
+
"a-collapse/expand-icon-position": {
|
|
675
|
+
"description": "The location where the expand icon is displayed"
|
|
627
676
|
},
|
|
628
|
-
"a-
|
|
629
|
-
"description": "
|
|
677
|
+
"a-collapse/bordered": {
|
|
678
|
+
"description": "Whether to show the border",
|
|
679
|
+
"type": "boolean"
|
|
630
680
|
},
|
|
631
|
-
"a-
|
|
632
|
-
"description": "
|
|
681
|
+
"a-collapse/destroy-on-hide": {
|
|
682
|
+
"description": "Whether to destroy content when hidden",
|
|
683
|
+
"type": "boolean"
|
|
633
684
|
},
|
|
634
|
-
"a-
|
|
635
|
-
"description": "
|
|
636
|
-
"type": "
|
|
685
|
+
"a-collapse-item/header": {
|
|
686
|
+
"description": "The title of the panel",
|
|
687
|
+
"type": "string"
|
|
637
688
|
},
|
|
638
|
-
"a-
|
|
639
|
-
"description": "
|
|
640
|
-
|
|
641
|
-
"a-checkbox-group/direction": {
|
|
642
|
-
"description": "Arrangement direction of checkboxes"
|
|
643
|
-
},
|
|
644
|
-
"a-checkbox-group/disabled": {
|
|
645
|
-
"description": "Whether to disable",
|
|
646
|
-
"type": "boolean"
|
|
647
|
-
},
|
|
648
|
-
"a-color-picker/change": {
|
|
649
|
-
"description": "Triggered when the color value changes"
|
|
650
|
-
},
|
|
651
|
-
"a-color-picker/popup-visible-change": {
|
|
652
|
-
"description": "Triggered when the color panel is expanded and collapsed"
|
|
653
|
-
},
|
|
654
|
-
"a-color-picker/model-value": {
|
|
655
|
-
"description": "Value",
|
|
656
|
-
"type": "string"
|
|
657
|
-
},
|
|
658
|
-
"a-color-picker/default-value": {
|
|
659
|
-
"description": "Default value (uncontrolled state)",
|
|
660
|
-
"type": "string"
|
|
661
|
-
},
|
|
662
|
-
"a-color-picker/format": {
|
|
663
|
-
"description": "Color value format",
|
|
664
|
-
"type": "string"
|
|
665
|
-
},
|
|
666
|
-
"a-color-picker/size": {
|
|
667
|
-
"description": "Size"
|
|
668
|
-
},
|
|
669
|
-
"a-color-picker/show-text": {
|
|
670
|
-
"description": "Show color value",
|
|
671
|
-
"type": "boolean"
|
|
672
|
-
},
|
|
673
|
-
"a-color-picker/show-history": {
|
|
674
|
-
"description": "Show history colors",
|
|
675
|
-
"type": "boolean"
|
|
676
|
-
},
|
|
677
|
-
"a-color-picker/show-preset": {
|
|
678
|
-
"description": "Show preset colors",
|
|
679
|
-
"type": "boolean"
|
|
680
|
-
},
|
|
681
|
-
"a-color-picker/disabled": {
|
|
682
|
-
"description": "disabled",
|
|
683
|
-
"type": "boolean"
|
|
684
|
-
},
|
|
685
|
-
"a-color-picker/disabled-alpha": {
|
|
686
|
-
"description": "Disable transparency channel",
|
|
687
|
-
"type": "boolean"
|
|
688
|
-
},
|
|
689
|
-
"a-color-picker/hide-trigger": {
|
|
690
|
-
"description": "There is no trigger element, only the color panel is displayed",
|
|
691
|
-
"type": "boolean"
|
|
692
|
-
},
|
|
693
|
-
"a-color-picker/trigger-props": {
|
|
694
|
-
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
695
|
-
},
|
|
696
|
-
"a-color-picker/history-colors": {
|
|
697
|
-
"description": "Color array of historical colors"
|
|
698
|
-
},
|
|
699
|
-
"a-color-picker/preset-colors": {
|
|
700
|
-
"description": "Color array of preset colors"
|
|
701
|
-
},
|
|
702
|
-
"a-collapse/change": {
|
|
703
|
-
"description": "Emitted when the expanded panel changes"
|
|
704
|
-
},
|
|
705
|
-
"a-collapse/active-key": {
|
|
706
|
-
"description": "The `key` of the currently expanded panel"
|
|
707
|
-
},
|
|
708
|
-
"a-collapse/default-active-key": {
|
|
709
|
-
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
710
|
-
},
|
|
711
|
-
"a-collapse/accordion": {
|
|
712
|
-
"description": "Whether to enable accordion mode",
|
|
713
|
-
"type": "boolean"
|
|
714
|
-
},
|
|
715
|
-
"a-collapse/show-expand-icon": {
|
|
716
|
-
"description": "Whether to show the expand icon",
|
|
717
|
-
"type": "boolean"
|
|
718
|
-
},
|
|
719
|
-
"a-collapse/expand-icon-position": {
|
|
720
|
-
"description": "The location where the expand icon is displayed"
|
|
721
|
-
},
|
|
722
|
-
"a-collapse/bordered": {
|
|
723
|
-
"description": "Whether to show the border",
|
|
724
|
-
"type": "boolean"
|
|
725
|
-
},
|
|
726
|
-
"a-collapse/destroy-on-hide": {
|
|
727
|
-
"description": "Whether to destroy content when hidden",
|
|
728
|
-
"type": "boolean"
|
|
729
|
-
},
|
|
730
|
-
"a-collapse-item/header": {
|
|
731
|
-
"description": "The title of the panel",
|
|
732
|
-
"type": "string"
|
|
733
|
-
},
|
|
734
|
-
"a-collapse-item/disabled": {
|
|
735
|
-
"description": "Whether to disable",
|
|
736
|
-
"type": "boolean"
|
|
689
|
+
"a-collapse-item/disabled": {
|
|
690
|
+
"description": "Whether to disable",
|
|
691
|
+
"type": "boolean"
|
|
737
692
|
},
|
|
738
693
|
"a-collapse-item/show-expand-icon": {
|
|
739
694
|
"description": "Whether to show the expand icon",
|
|
@@ -763,30 +718,49 @@
|
|
|
763
718
|
"description": "Alignment of `datetime` and `actions`",
|
|
764
719
|
"type": "string|object"
|
|
765
720
|
},
|
|
766
|
-
"a-
|
|
767
|
-
"description": "
|
|
768
|
-
"type": "string"
|
|
769
|
-
},
|
|
770
|
-
"a-config-provider/locale": {
|
|
771
|
-
"description": "Configure language pack"
|
|
721
|
+
"a-checkbox/change": {
|
|
722
|
+
"description": "Trigger when the value changes"
|
|
772
723
|
},
|
|
773
|
-
"a-
|
|
774
|
-
"description": "
|
|
724
|
+
"a-checkbox/model-value": {
|
|
725
|
+
"description": "Value"
|
|
775
726
|
},
|
|
776
|
-
"a-
|
|
777
|
-
"description": "
|
|
727
|
+
"a-checkbox/default-checked": {
|
|
728
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
778
729
|
"type": "boolean"
|
|
779
730
|
},
|
|
780
|
-
"a-
|
|
781
|
-
"description": "
|
|
731
|
+
"a-checkbox/value": {
|
|
732
|
+
"description": "The `value` of the option",
|
|
733
|
+
"type": "string|number|boolean"
|
|
734
|
+
},
|
|
735
|
+
"a-checkbox/disabled": {
|
|
736
|
+
"description": "Whether to disable",
|
|
782
737
|
"type": "boolean"
|
|
783
738
|
},
|
|
784
|
-
"a-
|
|
785
|
-
"description": "Whether
|
|
739
|
+
"a-checkbox/indeterminate": {
|
|
740
|
+
"description": "Whether it is half-selected",
|
|
786
741
|
"type": "boolean"
|
|
787
742
|
},
|
|
788
|
-
"a-
|
|
789
|
-
"description": "
|
|
743
|
+
"a-checkbox-group/change": {
|
|
744
|
+
"description": "Trigger when the value changes"
|
|
745
|
+
},
|
|
746
|
+
"a-checkbox-group/model-value": {
|
|
747
|
+
"description": "Value"
|
|
748
|
+
},
|
|
749
|
+
"a-checkbox-group/default-value": {
|
|
750
|
+
"description": "Default value (uncontrolled state)"
|
|
751
|
+
},
|
|
752
|
+
"a-checkbox-group/max": {
|
|
753
|
+
"description": "Support the maximum number of selections",
|
|
754
|
+
"type": "number"
|
|
755
|
+
},
|
|
756
|
+
"a-checkbox-group/options": {
|
|
757
|
+
"description": "Options"
|
|
758
|
+
},
|
|
759
|
+
"a-checkbox-group/direction": {
|
|
760
|
+
"description": "Arrangement direction of checkboxes"
|
|
761
|
+
},
|
|
762
|
+
"a-checkbox-group/disabled": {
|
|
763
|
+
"description": "Whether to disable",
|
|
790
764
|
"type": "boolean"
|
|
791
765
|
},
|
|
792
766
|
"a-descriptions/data": {
|
|
@@ -1240,6 +1214,44 @@
|
|
|
1240
1214
|
"description": "Whether to enable abbreviation",
|
|
1241
1215
|
"type": "boolean"
|
|
1242
1216
|
},
|
|
1217
|
+
"a-config-provider/prefix-cls": {
|
|
1218
|
+
"description": "Component classname prefix",
|
|
1219
|
+
"type": "string"
|
|
1220
|
+
},
|
|
1221
|
+
"a-config-provider/locale": {
|
|
1222
|
+
"description": "Configure language pack"
|
|
1223
|
+
},
|
|
1224
|
+
"a-config-provider/size": {
|
|
1225
|
+
"description": "Size"
|
|
1226
|
+
},
|
|
1227
|
+
"a-config-provider/global": {
|
|
1228
|
+
"description": "Is global effect",
|
|
1229
|
+
"type": "boolean"
|
|
1230
|
+
},
|
|
1231
|
+
"a-config-provider/scroll-to-close": {
|
|
1232
|
+
"description": "Whether to close the popover when scrolling",
|
|
1233
|
+
"type": "boolean"
|
|
1234
|
+
},
|
|
1235
|
+
"a-config-provider/exchange-time": {
|
|
1236
|
+
"description": "Whether to exchange time",
|
|
1237
|
+
"type": "boolean"
|
|
1238
|
+
},
|
|
1239
|
+
"a-config-provider/rtl": {
|
|
1240
|
+
"description": "View starts from the right and ends on the left",
|
|
1241
|
+
"type": "boolean"
|
|
1242
|
+
},
|
|
1243
|
+
"a-empty/description": {
|
|
1244
|
+
"description": "Description",
|
|
1245
|
+
"type": "string"
|
|
1246
|
+
},
|
|
1247
|
+
"a-empty/img-src": {
|
|
1248
|
+
"description": "The src of the Custom Image",
|
|
1249
|
+
"type": "string"
|
|
1250
|
+
},
|
|
1251
|
+
"a-empty/in-config-provider": {
|
|
1252
|
+
"description": "Whether to use in ConfigProvider",
|
|
1253
|
+
"type": "boolean"
|
|
1254
|
+
},
|
|
1243
1255
|
"a-dropdown/popup-visible-change": {
|
|
1244
1256
|
"description": "Triggered when the display status of the drop-down box changes"
|
|
1245
1257
|
},
|
|
@@ -1369,62 +1381,137 @@
|
|
|
1369
1381
|
"description": "Whether to hide popup when the user selects",
|
|
1370
1382
|
"type": "boolean"
|
|
1371
1383
|
},
|
|
1372
|
-
"a-
|
|
1373
|
-
"description": "
|
|
1374
|
-
"type": "string"
|
|
1375
|
-
},
|
|
1376
|
-
"a-empty/img-src": {
|
|
1377
|
-
"description": "The src of the Custom Image",
|
|
1378
|
-
"type": "string"
|
|
1384
|
+
"a-input-number/change": {
|
|
1385
|
+
"description": "Triggered when the value changes"
|
|
1379
1386
|
},
|
|
1380
|
-
"a-
|
|
1381
|
-
"description": "
|
|
1382
|
-
"type": "boolean"
|
|
1387
|
+
"a-input-number/focus": {
|
|
1388
|
+
"description": "Triggered when the input gets focus"
|
|
1383
1389
|
},
|
|
1384
|
-
"a-
|
|
1385
|
-
"description": "Triggered when the
|
|
1390
|
+
"a-input-number/blur": {
|
|
1391
|
+
"description": "Triggered when the input box loses focus"
|
|
1386
1392
|
},
|
|
1387
|
-
"a-
|
|
1388
|
-
"description": "Triggered when
|
|
1393
|
+
"a-input-number/clear": {
|
|
1394
|
+
"description": "Triggered when the user clicks the clear button"
|
|
1389
1395
|
},
|
|
1390
|
-
"a-
|
|
1391
|
-
"description": "Triggered
|
|
1396
|
+
"a-input-number/input": {
|
|
1397
|
+
"description": "Triggered on input"
|
|
1392
1398
|
},
|
|
1393
|
-
"a-
|
|
1394
|
-
"description": "
|
|
1395
|
-
"type": "object"
|
|
1399
|
+
"a-input-number/keydown": {
|
|
1400
|
+
"description": "Triggered on keydown"
|
|
1396
1401
|
},
|
|
1397
|
-
"a-
|
|
1398
|
-
"description": "
|
|
1402
|
+
"a-input-number/model-value": {
|
|
1403
|
+
"description": "Value",
|
|
1404
|
+
"type": "number"
|
|
1399
1405
|
},
|
|
1400
|
-
"a-
|
|
1401
|
-
"description": "
|
|
1406
|
+
"a-input-number/default-value": {
|
|
1407
|
+
"description": "Default value (uncontrolled mode)",
|
|
1408
|
+
"type": "number"
|
|
1402
1409
|
},
|
|
1403
|
-
"a-
|
|
1404
|
-
"description": "
|
|
1405
|
-
"type": "
|
|
1410
|
+
"a-input-number/mode": {
|
|
1411
|
+
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
1412
|
+
"type": "string"
|
|
1406
1413
|
},
|
|
1407
|
-
"a-
|
|
1408
|
-
"description": "
|
|
1409
|
-
"type": "
|
|
1414
|
+
"a-input-number/precision": {
|
|
1415
|
+
"description": "Precision",
|
|
1416
|
+
"type": "number"
|
|
1410
1417
|
},
|
|
1411
|
-
"a-
|
|
1412
|
-
"description": "
|
|
1418
|
+
"a-input-number/step": {
|
|
1419
|
+
"description": "Number change step",
|
|
1420
|
+
"type": "number"
|
|
1413
1421
|
},
|
|
1414
|
-
"a-
|
|
1415
|
-
"description": "Whether to disable
|
|
1422
|
+
"a-input-number/disabled": {
|
|
1423
|
+
"description": "Whether to disable",
|
|
1416
1424
|
"type": "boolean"
|
|
1417
1425
|
},
|
|
1418
|
-
"a-
|
|
1419
|
-
"description": "
|
|
1420
|
-
},
|
|
1421
|
-
"a-form/auto-label-width": {
|
|
1422
|
-
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1426
|
+
"a-input-number/error": {
|
|
1427
|
+
"description": "Whether it is an error state",
|
|
1423
1428
|
"type": "boolean"
|
|
1424
1429
|
},
|
|
1425
|
-
"a-
|
|
1426
|
-
"description": "
|
|
1427
|
-
"type": "
|
|
1430
|
+
"a-input-number/max": {
|
|
1431
|
+
"description": "Max",
|
|
1432
|
+
"type": "number"
|
|
1433
|
+
},
|
|
1434
|
+
"a-input-number/min": {
|
|
1435
|
+
"description": "Min",
|
|
1436
|
+
"type": "number"
|
|
1437
|
+
},
|
|
1438
|
+
"a-input-number/formatter": {
|
|
1439
|
+
"description": "Define the display value of the input"
|
|
1440
|
+
},
|
|
1441
|
+
"a-input-number/parser": {
|
|
1442
|
+
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
1443
|
+
},
|
|
1444
|
+
"a-input-number/placeholder": {
|
|
1445
|
+
"description": "Input prompt text",
|
|
1446
|
+
"type": "string"
|
|
1447
|
+
},
|
|
1448
|
+
"a-input-number/hide-button": {
|
|
1449
|
+
"description": "Whether to hide the button",
|
|
1450
|
+
"type": "boolean"
|
|
1451
|
+
},
|
|
1452
|
+
"a-input-number/size": {
|
|
1453
|
+
"description": "Input size"
|
|
1454
|
+
},
|
|
1455
|
+
"a-input-number/allow-clear": {
|
|
1456
|
+
"description": "Whether to allow the input to be cleared",
|
|
1457
|
+
"type": "boolean"
|
|
1458
|
+
},
|
|
1459
|
+
"a-input-number/model-event": {
|
|
1460
|
+
"description": "Trigger event for `v-model`",
|
|
1461
|
+
"type": "string"
|
|
1462
|
+
},
|
|
1463
|
+
"a-input-number/read-only": {
|
|
1464
|
+
"description": "Readonly",
|
|
1465
|
+
"type": "boolean"
|
|
1466
|
+
},
|
|
1467
|
+
"a-input-number/input-attrs": {
|
|
1468
|
+
"description": "Attributes of inner input elements",
|
|
1469
|
+
"type": "object"
|
|
1470
|
+
},
|
|
1471
|
+
"a-form/submit": {
|
|
1472
|
+
"description": "Triggered when the form is submitted"
|
|
1473
|
+
},
|
|
1474
|
+
"a-form/submit-success": {
|
|
1475
|
+
"description": "Triggered when verification is successful"
|
|
1476
|
+
},
|
|
1477
|
+
"a-form/submit-failed": {
|
|
1478
|
+
"description": "Triggered when verification failed"
|
|
1479
|
+
},
|
|
1480
|
+
"a-form/model": {
|
|
1481
|
+
"description": "Form data object",
|
|
1482
|
+
"type": "object"
|
|
1483
|
+
},
|
|
1484
|
+
"a-form/layout": {
|
|
1485
|
+
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
1486
|
+
},
|
|
1487
|
+
"a-form/size": {
|
|
1488
|
+
"description": "The size of the form"
|
|
1489
|
+
},
|
|
1490
|
+
"a-form/label-col-props": {
|
|
1491
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1492
|
+
"type": "object"
|
|
1493
|
+
},
|
|
1494
|
+
"a-form/wrapper-col-props": {
|
|
1495
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1496
|
+
"type": "object"
|
|
1497
|
+
},
|
|
1498
|
+
"a-form/label-align": {
|
|
1499
|
+
"description": "Alignment direction of the label"
|
|
1500
|
+
},
|
|
1501
|
+
"a-form/disabled": {
|
|
1502
|
+
"description": "Whether to disable the form",
|
|
1503
|
+
"type": "boolean"
|
|
1504
|
+
},
|
|
1505
|
+
"a-form/rules": {
|
|
1506
|
+
"description": "Form item validation rules"
|
|
1507
|
+
},
|
|
1508
|
+
"a-form/auto-label-width": {
|
|
1509
|
+
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1510
|
+
"type": "boolean"
|
|
1511
|
+
},
|
|
1512
|
+
"a-form/id": {
|
|
1513
|
+
"description": "Form `id` attribute and form control `id` prefix",
|
|
1514
|
+
"type": "string"
|
|
1428
1515
|
},
|
|
1429
1516
|
"a-form/scroll-to-first-error": {
|
|
1430
1517
|
"description": "Scroll to the first error field after verification fails",
|
|
@@ -1699,6 +1786,51 @@
|
|
|
1699
1786
|
"description": "Whether to disable the action",
|
|
1700
1787
|
"type": "boolean"
|
|
1701
1788
|
},
|
|
1789
|
+
"a-layout/has-sider": {
|
|
1790
|
+
"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.",
|
|
1791
|
+
"type": "boolean"
|
|
1792
|
+
},
|
|
1793
|
+
"a-layout-sider/collapse": {
|
|
1794
|
+
"description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
|
|
1795
|
+
},
|
|
1796
|
+
"a-layout-sider/breakpoint": {
|
|
1797
|
+
"description": "Events when a responsive layout breakpoint is triggered"
|
|
1798
|
+
},
|
|
1799
|
+
"a-layout-sider/theme": {
|
|
1800
|
+
"description": "Theme",
|
|
1801
|
+
"type": "string"
|
|
1802
|
+
},
|
|
1803
|
+
"a-layout-sider/collapsed": {
|
|
1804
|
+
"description": "Current collapsed state",
|
|
1805
|
+
"type": "boolean"
|
|
1806
|
+
},
|
|
1807
|
+
"a-layout-sider/default-collapsed": {
|
|
1808
|
+
"description": "The default collapsed state",
|
|
1809
|
+
"type": "boolean"
|
|
1810
|
+
},
|
|
1811
|
+
"a-layout-sider/collapsible": {
|
|
1812
|
+
"description": "Whether is collapsible",
|
|
1813
|
+
"type": "boolean"
|
|
1814
|
+
},
|
|
1815
|
+
"a-layout-sider/width": {
|
|
1816
|
+
"description": "Width",
|
|
1817
|
+
"type": "number"
|
|
1818
|
+
},
|
|
1819
|
+
"a-layout-sider/collapsed-width": {
|
|
1820
|
+
"description": "Collapsed width",
|
|
1821
|
+
"type": "number"
|
|
1822
|
+
},
|
|
1823
|
+
"a-layout-sider/reverse-arrow": {
|
|
1824
|
+
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
1825
|
+
"type": "boolean"
|
|
1826
|
+
},
|
|
1827
|
+
"a-layout-sider/resize-directions": {
|
|
1828
|
+
"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)"
|
|
1829
|
+
},
|
|
1830
|
+
"a-layout-sider/hide-trigger": {
|
|
1831
|
+
"description": "Whether to hide the bottom fold trigger",
|
|
1832
|
+
"type": "boolean"
|
|
1833
|
+
},
|
|
1702
1834
|
"a-input-tag/change": {
|
|
1703
1835
|
"description": "Triggered when the value changes"
|
|
1704
1836
|
},
|
|
@@ -1778,93 +1910,32 @@
|
|
|
1778
1910
|
"description": "Tag content does not wrap",
|
|
1779
1911
|
"type": "boolean"
|
|
1780
1912
|
},
|
|
1781
|
-
"a-
|
|
1782
|
-
"description": "
|
|
1783
|
-
},
|
|
1784
|
-
"a-input-number/focus": {
|
|
1785
|
-
"description": "Triggered when the input gets focus"
|
|
1786
|
-
},
|
|
1787
|
-
"a-input-number/blur": {
|
|
1788
|
-
"description": "Triggered when the input box loses focus"
|
|
1789
|
-
},
|
|
1790
|
-
"a-input-number/clear": {
|
|
1791
|
-
"description": "Triggered when the user clicks the clear button"
|
|
1792
|
-
},
|
|
1793
|
-
"a-input-number/input": {
|
|
1794
|
-
"description": "Triggered on input"
|
|
1795
|
-
},
|
|
1796
|
-
"a-input-number/keydown": {
|
|
1797
|
-
"description": "Triggered on keydown"
|
|
1798
|
-
},
|
|
1799
|
-
"a-input-number/model-value": {
|
|
1800
|
-
"description": "Value",
|
|
1801
|
-
"type": "number"
|
|
1802
|
-
},
|
|
1803
|
-
"a-input-number/default-value": {
|
|
1804
|
-
"description": "Default value (uncontrolled mode)",
|
|
1805
|
-
"type": "number"
|
|
1913
|
+
"a-link/click": {
|
|
1914
|
+
"description": "Emitted when the link is clicked"
|
|
1806
1915
|
},
|
|
1807
|
-
"a-
|
|
1808
|
-
"description": "
|
|
1916
|
+
"a-link/href": {
|
|
1917
|
+
"description": "Link address",
|
|
1809
1918
|
"type": "string"
|
|
1810
1919
|
},
|
|
1811
|
-
"a-
|
|
1812
|
-
"description": "
|
|
1813
|
-
"type": "number"
|
|
1814
|
-
},
|
|
1815
|
-
"a-input-number/step": {
|
|
1816
|
-
"description": "Number change step",
|
|
1817
|
-
"type": "number"
|
|
1818
|
-
},
|
|
1819
|
-
"a-input-number/disabled": {
|
|
1820
|
-
"description": "Whether to disable",
|
|
1821
|
-
"type": "boolean"
|
|
1920
|
+
"a-link/status": {
|
|
1921
|
+
"description": "Link status"
|
|
1822
1922
|
},
|
|
1823
|
-
"a-
|
|
1824
|
-
"description": "Whether
|
|
1923
|
+
"a-link/hoverable": {
|
|
1924
|
+
"description": "Whether to hide background when hover",
|
|
1825
1925
|
"type": "boolean"
|
|
1826
1926
|
},
|
|
1827
|
-
"a-
|
|
1828
|
-
"description": "
|
|
1829
|
-
"type": "number"
|
|
1830
|
-
},
|
|
1831
|
-
"a-input-number/min": {
|
|
1832
|
-
"description": "Min",
|
|
1833
|
-
"type": "number"
|
|
1834
|
-
},
|
|
1835
|
-
"a-input-number/formatter": {
|
|
1836
|
-
"description": "Define the display value of the input"
|
|
1837
|
-
},
|
|
1838
|
-
"a-input-number/parser": {
|
|
1839
|
-
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
1840
|
-
},
|
|
1841
|
-
"a-input-number/placeholder": {
|
|
1842
|
-
"description": "Input prompt text",
|
|
1843
|
-
"type": "string"
|
|
1844
|
-
},
|
|
1845
|
-
"a-input-number/hide-button": {
|
|
1846
|
-
"description": "Whether to hide the button",
|
|
1927
|
+
"a-link/icon": {
|
|
1928
|
+
"description": "icon",
|
|
1847
1929
|
"type": "boolean"
|
|
1848
1930
|
},
|
|
1849
|
-
"a-
|
|
1850
|
-
"description": "
|
|
1851
|
-
},
|
|
1852
|
-
"a-input-number/allow-clear": {
|
|
1853
|
-
"description": "Whether to allow the input to be cleared",
|
|
1931
|
+
"a-link/loading": {
|
|
1932
|
+
"description": "Whether the link is in the loading state",
|
|
1854
1933
|
"type": "boolean"
|
|
1855
1934
|
},
|
|
1856
|
-
"a-
|
|
1857
|
-
"description": "
|
|
1858
|
-
"type": "string"
|
|
1859
|
-
},
|
|
1860
|
-
"a-input-number/read-only": {
|
|
1861
|
-
"description": "Readonly",
|
|
1935
|
+
"a-link/disabled": {
|
|
1936
|
+
"description": "Whether the link is disabled",
|
|
1862
1937
|
"type": "boolean"
|
|
1863
1938
|
},
|
|
1864
|
-
"a-input-number/input-attrs": {
|
|
1865
|
-
"description": "Attributes of inner input elements",
|
|
1866
|
-
"type": "object"
|
|
1867
|
-
},
|
|
1868
1939
|
"a-row/gutter": {
|
|
1869
1940
|
"description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
|
|
1870
1941
|
},
|
|
@@ -1944,41 +2015,89 @@
|
|
|
1944
2015
|
"description": "Is it a suffix element",
|
|
1945
2016
|
"type": "boolean"
|
|
1946
2017
|
},
|
|
1947
|
-
"a-
|
|
1948
|
-
"description": "Triggered when the
|
|
2018
|
+
"a-mention/change": {
|
|
2019
|
+
"description": "Triggered when the value changes"
|
|
1949
2020
|
},
|
|
1950
|
-
"a-
|
|
1951
|
-
"description": "
|
|
2021
|
+
"a-mention/search": {
|
|
2022
|
+
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
1952
2023
|
},
|
|
1953
|
-
"a-
|
|
1954
|
-
"description": "Triggered when the
|
|
2024
|
+
"a-mention/select": {
|
|
2025
|
+
"description": "Triggered when the drop-down option is selected"
|
|
1955
2026
|
},
|
|
1956
|
-
"a-
|
|
2027
|
+
"a-mention/clear": {
|
|
1957
2028
|
"description": "Triggered when the user clicks the clear button"
|
|
1958
2029
|
},
|
|
1959
|
-
"a-
|
|
1960
|
-
"description": "
|
|
2030
|
+
"a-mention/focus": {
|
|
2031
|
+
"description": "Emitted when the text box gets focus"
|
|
1961
2032
|
},
|
|
1962
|
-
"a-
|
|
1963
|
-
"description": "
|
|
2033
|
+
"a-mention/blur": {
|
|
2034
|
+
"description": "Emitted when the text box loses focus"
|
|
1964
2035
|
},
|
|
1965
|
-
"a-
|
|
2036
|
+
"a-mention/model-value": {
|
|
1966
2037
|
"description": "Value",
|
|
1967
2038
|
"type": "string"
|
|
1968
2039
|
},
|
|
1969
|
-
"a-
|
|
2040
|
+
"a-mention/default-value": {
|
|
1970
2041
|
"description": "Default value (uncontrolled state)",
|
|
1971
2042
|
"type": "string"
|
|
1972
2043
|
},
|
|
1973
|
-
"a-
|
|
1974
|
-
"description": "
|
|
2044
|
+
"a-mention/data": {
|
|
2045
|
+
"description": "Data for automatic completion"
|
|
1975
2046
|
},
|
|
1976
|
-
"a-
|
|
1977
|
-
"description": "
|
|
1978
|
-
"type": "boolean"
|
|
2047
|
+
"a-mention/prefix": {
|
|
2048
|
+
"description": "Keywords that trigger auto-completion"
|
|
1979
2049
|
},
|
|
1980
|
-
"a-
|
|
1981
|
-
"description": "
|
|
2050
|
+
"a-mention/split": {
|
|
2051
|
+
"description": "Before and after the selected item separator",
|
|
2052
|
+
"type": "string"
|
|
2053
|
+
},
|
|
2054
|
+
"a-mention/type": {
|
|
2055
|
+
"description": "default input or textarea",
|
|
2056
|
+
"type": "string"
|
|
2057
|
+
},
|
|
2058
|
+
"a-mention/disabled": {
|
|
2059
|
+
"description": "Whether to disable",
|
|
2060
|
+
"type": "boolean"
|
|
2061
|
+
},
|
|
2062
|
+
"a-mention/allow-clear": {
|
|
2063
|
+
"description": "Whether to allow the input to be cleared",
|
|
2064
|
+
"type": "boolean"
|
|
2065
|
+
},
|
|
2066
|
+
"a-input/input": {
|
|
2067
|
+
"description": "Triggered when the user enters"
|
|
2068
|
+
},
|
|
2069
|
+
"a-input/change": {
|
|
2070
|
+
"description": "Only triggered when the input box is out of focus or when you press Enter"
|
|
2071
|
+
},
|
|
2072
|
+
"a-input/press-enter": {
|
|
2073
|
+
"description": "Triggered when the user presses enter"
|
|
2074
|
+
},
|
|
2075
|
+
"a-input/clear": {
|
|
2076
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2077
|
+
},
|
|
2078
|
+
"a-input/focus": {
|
|
2079
|
+
"description": "Triggered when the input box gets focus"
|
|
2080
|
+
},
|
|
2081
|
+
"a-input/blur": {
|
|
2082
|
+
"description": "Triggered when the input box loses focus"
|
|
2083
|
+
},
|
|
2084
|
+
"a-input/model-value": {
|
|
2085
|
+
"description": "Value",
|
|
2086
|
+
"type": "string"
|
|
2087
|
+
},
|
|
2088
|
+
"a-input/default-value": {
|
|
2089
|
+
"description": "Default value (uncontrolled state)",
|
|
2090
|
+
"type": "string"
|
|
2091
|
+
},
|
|
2092
|
+
"a-input/size": {
|
|
2093
|
+
"description": "Input size"
|
|
2094
|
+
},
|
|
2095
|
+
"a-input/allow-clear": {
|
|
2096
|
+
"description": "Whether to allow the input to be cleared",
|
|
2097
|
+
"type": "boolean"
|
|
2098
|
+
},
|
|
2099
|
+
"a-input/disabled": {
|
|
2100
|
+
"description": "Whether to disable",
|
|
1982
2101
|
"type": "boolean"
|
|
1983
2102
|
},
|
|
1984
2103
|
"a-input/readonly": {
|
|
@@ -2058,125 +2177,6 @@
|
|
|
2058
2177
|
"a-input-search/button-props": {
|
|
2059
2178
|
"description": "Button props"
|
|
2060
2179
|
},
|
|
2061
|
-
"a-layout/has-sider": {
|
|
2062
|
-
"description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
|
|
2063
|
-
"type": "boolean"
|
|
2064
|
-
},
|
|
2065
|
-
"a-layout-sider/collapse": {
|
|
2066
|
-
"description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
|
|
2067
|
-
},
|
|
2068
|
-
"a-layout-sider/breakpoint": {
|
|
2069
|
-
"description": "Events when a responsive layout breakpoint is triggered"
|
|
2070
|
-
},
|
|
2071
|
-
"a-layout-sider/theme": {
|
|
2072
|
-
"description": "Theme",
|
|
2073
|
-
"type": "string"
|
|
2074
|
-
},
|
|
2075
|
-
"a-layout-sider/collapsed": {
|
|
2076
|
-
"description": "Current collapsed state",
|
|
2077
|
-
"type": "boolean"
|
|
2078
|
-
},
|
|
2079
|
-
"a-layout-sider/default-collapsed": {
|
|
2080
|
-
"description": "The default collapsed state",
|
|
2081
|
-
"type": "boolean"
|
|
2082
|
-
},
|
|
2083
|
-
"a-layout-sider/collapsible": {
|
|
2084
|
-
"description": "Whether is collapsible",
|
|
2085
|
-
"type": "boolean"
|
|
2086
|
-
},
|
|
2087
|
-
"a-layout-sider/width": {
|
|
2088
|
-
"description": "Width",
|
|
2089
|
-
"type": "number"
|
|
2090
|
-
},
|
|
2091
|
-
"a-layout-sider/collapsed-width": {
|
|
2092
|
-
"description": "Collapsed width",
|
|
2093
|
-
"type": "number"
|
|
2094
|
-
},
|
|
2095
|
-
"a-layout-sider/reverse-arrow": {
|
|
2096
|
-
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
2097
|
-
"type": "boolean"
|
|
2098
|
-
},
|
|
2099
|
-
"a-layout-sider/resize-directions": {
|
|
2100
|
-
"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)"
|
|
2101
|
-
},
|
|
2102
|
-
"a-layout-sider/hide-trigger": {
|
|
2103
|
-
"description": "Whether to hide the bottom fold trigger",
|
|
2104
|
-
"type": "boolean"
|
|
2105
|
-
},
|
|
2106
|
-
"a-link/click": {
|
|
2107
|
-
"description": "Emitted when the link is clicked"
|
|
2108
|
-
},
|
|
2109
|
-
"a-link/href": {
|
|
2110
|
-
"description": "Link address",
|
|
2111
|
-
"type": "string"
|
|
2112
|
-
},
|
|
2113
|
-
"a-link/status": {
|
|
2114
|
-
"description": "Link status"
|
|
2115
|
-
},
|
|
2116
|
-
"a-link/hoverable": {
|
|
2117
|
-
"description": "Whether to hide background when hover",
|
|
2118
|
-
"type": "boolean"
|
|
2119
|
-
},
|
|
2120
|
-
"a-link/icon": {
|
|
2121
|
-
"description": "icon",
|
|
2122
|
-
"type": "boolean"
|
|
2123
|
-
},
|
|
2124
|
-
"a-link/loading": {
|
|
2125
|
-
"description": "Whether the link is in the loading state",
|
|
2126
|
-
"type": "boolean"
|
|
2127
|
-
},
|
|
2128
|
-
"a-link/disabled": {
|
|
2129
|
-
"description": "Whether the link is disabled",
|
|
2130
|
-
"type": "boolean"
|
|
2131
|
-
},
|
|
2132
|
-
"a-mention/change": {
|
|
2133
|
-
"description": "Triggered when the value changes"
|
|
2134
|
-
},
|
|
2135
|
-
"a-mention/search": {
|
|
2136
|
-
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2137
|
-
},
|
|
2138
|
-
"a-mention/select": {
|
|
2139
|
-
"description": "Triggered when the drop-down option is selected"
|
|
2140
|
-
},
|
|
2141
|
-
"a-mention/clear": {
|
|
2142
|
-
"description": "Triggered when the user clicks the clear button"
|
|
2143
|
-
},
|
|
2144
|
-
"a-mention/focus": {
|
|
2145
|
-
"description": "Emitted when the text box gets focus"
|
|
2146
|
-
},
|
|
2147
|
-
"a-mention/blur": {
|
|
2148
|
-
"description": "Emitted when the text box loses focus"
|
|
2149
|
-
},
|
|
2150
|
-
"a-mention/model-value": {
|
|
2151
|
-
"description": "Value",
|
|
2152
|
-
"type": "string"
|
|
2153
|
-
},
|
|
2154
|
-
"a-mention/default-value": {
|
|
2155
|
-
"description": "Default value (uncontrolled state)",
|
|
2156
|
-
"type": "string"
|
|
2157
|
-
},
|
|
2158
|
-
"a-mention/data": {
|
|
2159
|
-
"description": "Data for automatic completion"
|
|
2160
|
-
},
|
|
2161
|
-
"a-mention/prefix": {
|
|
2162
|
-
"description": "Keywords that trigger auto-completion"
|
|
2163
|
-
},
|
|
2164
|
-
"a-mention/split": {
|
|
2165
|
-
"description": "Before and after the selected item separator",
|
|
2166
|
-
"type": "string"
|
|
2167
|
-
},
|
|
2168
|
-
"a-mention/type": {
|
|
2169
|
-
"description": "default input or textarea",
|
|
2170
|
-
"type": "string"
|
|
2171
|
-
},
|
|
2172
|
-
"a-mention/disabled": {
|
|
2173
|
-
"description": "Whether to disable",
|
|
2174
|
-
"type": "boolean"
|
|
2175
|
-
},
|
|
2176
|
-
"a-mention/allow-clear": {
|
|
2177
|
-
"description": "Whether to allow the input to be cleared",
|
|
2178
|
-
"type": "boolean"
|
|
2179
|
-
},
|
|
2180
2180
|
"a-list/scroll": {
|
|
2181
2181
|
"description": "Triggered when the list scrolls"
|
|
2182
2182
|
},
|
|
@@ -2350,212 +2350,68 @@
|
|
|
2350
2350
|
"description": "Whether to disable",
|
|
2351
2351
|
"type": "boolean"
|
|
2352
2352
|
},
|
|
2353
|
-
"a-
|
|
2354
|
-
"description": "Triggered when the
|
|
2353
|
+
"a-overflow-list/change": {
|
|
2354
|
+
"description": "Triggered when the overflow quantity changes"
|
|
2355
2355
|
},
|
|
2356
|
-
"a-
|
|
2357
|
-
"description": "
|
|
2356
|
+
"a-overflow-list/min": {
|
|
2357
|
+
"description": "Minimum number of elements to display",
|
|
2358
|
+
"type": "number"
|
|
2358
2359
|
},
|
|
2359
|
-
"a-
|
|
2360
|
-
"description": "
|
|
2360
|
+
"a-overflow-list/margin": {
|
|
2361
|
+
"description": "Item Margin",
|
|
2362
|
+
"type": "number"
|
|
2361
2363
|
},
|
|
2362
|
-
"a-
|
|
2363
|
-
"description": "
|
|
2364
|
+
"a-overflow-list/from": {
|
|
2365
|
+
"description": "Overflow From",
|
|
2366
|
+
"type": "string"
|
|
2364
2367
|
},
|
|
2365
|
-
"a-
|
|
2366
|
-
"description": "
|
|
2368
|
+
"a-page-header/back": {
|
|
2369
|
+
"description": "Emitted when the back button is clicked"
|
|
2367
2370
|
},
|
|
2368
|
-
"a-
|
|
2369
|
-
"description": "
|
|
2371
|
+
"a-page-header/title": {
|
|
2372
|
+
"description": "Main title",
|
|
2373
|
+
"type": "string"
|
|
2370
2374
|
},
|
|
2371
|
-
"a-
|
|
2372
|
-
"description": "
|
|
2373
|
-
"type": "
|
|
2375
|
+
"a-page-header/subtitle": {
|
|
2376
|
+
"description": "Subtitle",
|
|
2377
|
+
"type": "string"
|
|
2374
2378
|
},
|
|
2375
|
-
"a-
|
|
2376
|
-
"description": "Whether
|
|
2379
|
+
"a-page-header/show-back": {
|
|
2380
|
+
"description": "Whether to show the back button",
|
|
2377
2381
|
"type": "boolean"
|
|
2378
2382
|
},
|
|
2379
|
-
"a-
|
|
2380
|
-
"description": "
|
|
2381
|
-
"type": "number|string"
|
|
2383
|
+
"a-pagination/change": {
|
|
2384
|
+
"description": "Triggered when page number changes"
|
|
2382
2385
|
},
|
|
2383
|
-
"a-
|
|
2384
|
-
"description": "
|
|
2385
|
-
"type": "number|string"
|
|
2386
|
+
"a-pagination/page-size-change": {
|
|
2387
|
+
"description": "Triggered when the number of data items changes"
|
|
2386
2388
|
},
|
|
2387
|
-
"a-
|
|
2388
|
-
"description": "
|
|
2389
|
-
"type": "
|
|
2389
|
+
"a-pagination/total": {
|
|
2390
|
+
"description": "Total number of data",
|
|
2391
|
+
"type": "number"
|
|
2390
2392
|
},
|
|
2391
|
-
"a-
|
|
2392
|
-
"description": "
|
|
2393
|
-
"type": "
|
|
2393
|
+
"a-pagination/current": {
|
|
2394
|
+
"description": "Current page number",
|
|
2395
|
+
"type": "number"
|
|
2394
2396
|
},
|
|
2395
|
-
"a-
|
|
2396
|
-
"description": "
|
|
2397
|
-
"type": "
|
|
2397
|
+
"a-pagination/default-current": {
|
|
2398
|
+
"description": "The default number of pages (uncontrolled state)",
|
|
2399
|
+
"type": "number"
|
|
2398
2400
|
},
|
|
2399
|
-
"a-
|
|
2400
|
-
"description": "
|
|
2401
|
-
"type": "
|
|
2401
|
+
"a-pagination/page-size": {
|
|
2402
|
+
"description": "Number of data items displayed per page",
|
|
2403
|
+
"type": "number"
|
|
2402
2404
|
},
|
|
2403
|
-
"a-
|
|
2404
|
-
"description": "
|
|
2405
|
-
"type": "
|
|
2405
|
+
"a-pagination/default-page-size": {
|
|
2406
|
+
"description": "The number of data items displayed per page by default (uncontrolled state)",
|
|
2407
|
+
"type": "number"
|
|
2406
2408
|
},
|
|
2407
|
-
"a-
|
|
2408
|
-
"description": "Whether to
|
|
2409
|
+
"a-pagination/disabled": {
|
|
2410
|
+
"description": "Whether to disable",
|
|
2409
2411
|
"type": "boolean"
|
|
2410
2412
|
},
|
|
2411
|
-
"a-
|
|
2412
|
-
"description": "Whether to hide
|
|
2413
|
-
"type": "boolean"
|
|
2414
|
-
},
|
|
2415
|
-
"a-modal/simple": {
|
|
2416
|
-
"description": "Whether to enable simple mode",
|
|
2417
|
-
"type": "boolean"
|
|
2418
|
-
},
|
|
2419
|
-
"a-modal/closable": {
|
|
2420
|
-
"description": "Whether to show the close button",
|
|
2421
|
-
"type": "boolean"
|
|
2422
|
-
},
|
|
2423
|
-
"a-modal/ok-text": {
|
|
2424
|
-
"description": "The content of the confirm button",
|
|
2425
|
-
"type": "string"
|
|
2426
|
-
},
|
|
2427
|
-
"a-modal/cancel-text": {
|
|
2428
|
-
"description": "The content of the cancel button",
|
|
2429
|
-
"type": "string"
|
|
2430
|
-
},
|
|
2431
|
-
"a-modal/ok-loading": {
|
|
2432
|
-
"description": "Whether the confirm button is in the loading state",
|
|
2433
|
-
"type": "boolean"
|
|
2434
|
-
},
|
|
2435
|
-
"a-modal/ok-button-props": {
|
|
2436
|
-
"description": "Props of confirm button"
|
|
2437
|
-
},
|
|
2438
|
-
"a-modal/cancel-button-props": {
|
|
2439
|
-
"description": "Props of cancel button"
|
|
2440
|
-
},
|
|
2441
|
-
"a-modal/footer": {
|
|
2442
|
-
"description": "Whether to show the footer",
|
|
2443
|
-
"type": "boolean"
|
|
2444
|
-
},
|
|
2445
|
-
"a-modal/render-to-body": {
|
|
2446
|
-
"description": "Whether the modal is mounted under the `body` element",
|
|
2447
|
-
"type": "boolean"
|
|
2448
|
-
},
|
|
2449
|
-
"a-modal/popup-container": {
|
|
2450
|
-
"description": "Mount container for modal"
|
|
2451
|
-
},
|
|
2452
|
-
"a-modal/mask-style": {
|
|
2453
|
-
"description": "Mask style"
|
|
2454
|
-
},
|
|
2455
|
-
"a-modal/modal-class": {
|
|
2456
|
-
"description": "The classname of the modal"
|
|
2457
|
-
},
|
|
2458
|
-
"a-modal/modal-style": {
|
|
2459
|
-
"description": "Modal style"
|
|
2460
|
-
},
|
|
2461
|
-
"a-modal/before-ok": {
|
|
2462
|
-
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2463
|
-
},
|
|
2464
|
-
"a-modal/before-cancel": {
|
|
2465
|
-
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2466
|
-
},
|
|
2467
|
-
"a-modal/esc-to-close": {
|
|
2468
|
-
"description": "Whether to support the ESC key to close the dialog",
|
|
2469
|
-
"type": "boolean"
|
|
2470
|
-
},
|
|
2471
|
-
"a-modal/draggable": {
|
|
2472
|
-
"description": "Whether to support drag",
|
|
2473
|
-
"type": "boolean"
|
|
2474
|
-
},
|
|
2475
|
-
"a-modal/fullscreen": {
|
|
2476
|
-
"description": "Whether to enable full screen",
|
|
2477
|
-
"type": "boolean"
|
|
2478
|
-
},
|
|
2479
|
-
"a-modal/mask-animation-name": {
|
|
2480
|
-
"description": "Mask layer animation name",
|
|
2481
|
-
"type": "string"
|
|
2482
|
-
},
|
|
2483
|
-
"a-modal/modal-animation-name": {
|
|
2484
|
-
"description": "Modal animation name",
|
|
2485
|
-
"type": "string"
|
|
2486
|
-
},
|
|
2487
|
-
"a-modal/body-class": {
|
|
2488
|
-
"description": "The classname of the modal"
|
|
2489
|
-
},
|
|
2490
|
-
"a-modal/body-style": {
|
|
2491
|
-
"description": "Modal style"
|
|
2492
|
-
},
|
|
2493
|
-
"a-modal/hide-title": {
|
|
2494
|
-
"description": "Whether to hide the title",
|
|
2495
|
-
"type": "boolean"
|
|
2496
|
-
},
|
|
2497
|
-
"a-overflow-list/change": {
|
|
2498
|
-
"description": "Triggered when the overflow quantity changes"
|
|
2499
|
-
},
|
|
2500
|
-
"a-overflow-list/min": {
|
|
2501
|
-
"description": "Minimum number of elements to display",
|
|
2502
|
-
"type": "number"
|
|
2503
|
-
},
|
|
2504
|
-
"a-overflow-list/margin": {
|
|
2505
|
-
"description": "Item Margin",
|
|
2506
|
-
"type": "number"
|
|
2507
|
-
},
|
|
2508
|
-
"a-overflow-list/from": {
|
|
2509
|
-
"description": "Overflow From",
|
|
2510
|
-
"type": "string"
|
|
2511
|
-
},
|
|
2512
|
-
"a-page-header/back": {
|
|
2513
|
-
"description": "Emitted when the back button is clicked"
|
|
2514
|
-
},
|
|
2515
|
-
"a-page-header/title": {
|
|
2516
|
-
"description": "Main title",
|
|
2517
|
-
"type": "string"
|
|
2518
|
-
},
|
|
2519
|
-
"a-page-header/subtitle": {
|
|
2520
|
-
"description": "Subtitle",
|
|
2521
|
-
"type": "string"
|
|
2522
|
-
},
|
|
2523
|
-
"a-page-header/show-back": {
|
|
2524
|
-
"description": "Whether to show the back button",
|
|
2525
|
-
"type": "boolean"
|
|
2526
|
-
},
|
|
2527
|
-
"a-pagination/change": {
|
|
2528
|
-
"description": "Triggered when page number changes"
|
|
2529
|
-
},
|
|
2530
|
-
"a-pagination/page-size-change": {
|
|
2531
|
-
"description": "Triggered when the number of data items changes"
|
|
2532
|
-
},
|
|
2533
|
-
"a-pagination/total": {
|
|
2534
|
-
"description": "Total number of data",
|
|
2535
|
-
"type": "number"
|
|
2536
|
-
},
|
|
2537
|
-
"a-pagination/current": {
|
|
2538
|
-
"description": "Current page number",
|
|
2539
|
-
"type": "number"
|
|
2540
|
-
},
|
|
2541
|
-
"a-pagination/default-current": {
|
|
2542
|
-
"description": "The default number of pages (uncontrolled state)",
|
|
2543
|
-
"type": "number"
|
|
2544
|
-
},
|
|
2545
|
-
"a-pagination/page-size": {
|
|
2546
|
-
"description": "Number of data items displayed per page",
|
|
2547
|
-
"type": "number"
|
|
2548
|
-
},
|
|
2549
|
-
"a-pagination/default-page-size": {
|
|
2550
|
-
"description": "The number of data items displayed per page by default (uncontrolled state)",
|
|
2551
|
-
"type": "number"
|
|
2552
|
-
},
|
|
2553
|
-
"a-pagination/disabled": {
|
|
2554
|
-
"description": "Whether to disable",
|
|
2555
|
-
"type": "boolean"
|
|
2556
|
-
},
|
|
2557
|
-
"a-pagination/hide-on-single-page": {
|
|
2558
|
-
"description": "Whether to hide pagination when single page",
|
|
2413
|
+
"a-pagination/hide-on-single-page": {
|
|
2414
|
+
"description": "Whether to hide pagination when single page",
|
|
2559
2415
|
"type": "boolean"
|
|
2560
2416
|
},
|
|
2561
2417
|
"a-pagination/simple": {
|
|
@@ -2671,333 +2527,328 @@
|
|
|
2671
2527
|
"a-popconfirm/before-cancel": {
|
|
2672
2528
|
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2673
2529
|
},
|
|
2674
|
-
"a-
|
|
2675
|
-
"description": "Triggered when the
|
|
2530
|
+
"a-modal/ok": {
|
|
2531
|
+
"description": "Triggered when the OK button is clicked"
|
|
2676
2532
|
},
|
|
2677
|
-
"a-
|
|
2678
|
-
"description": "
|
|
2679
|
-
"type": "boolean"
|
|
2533
|
+
"a-modal/cancel": {
|
|
2534
|
+
"description": "Triggered when the cancel/close button is clicked"
|
|
2680
2535
|
},
|
|
2681
|
-
"a-
|
|
2682
|
-
"description": "
|
|
2683
|
-
"type": "boolean"
|
|
2536
|
+
"a-modal/open": {
|
|
2537
|
+
"description": "Triggered after the modal is opened (the animation ends)"
|
|
2684
2538
|
},
|
|
2685
|
-
"a-
|
|
2686
|
-
"description": "
|
|
2687
|
-
"type": "string"
|
|
2539
|
+
"a-modal/close": {
|
|
2540
|
+
"description": "Triggered after the modal is closed (the animation ends)"
|
|
2688
2541
|
},
|
|
2689
|
-
"a-
|
|
2690
|
-
"description": "
|
|
2691
|
-
"type": "string"
|
|
2542
|
+
"a-modal/before-open": {
|
|
2543
|
+
"description": "Triggered before dialog is opened"
|
|
2692
2544
|
},
|
|
2693
|
-
"a-
|
|
2694
|
-
"description": "
|
|
2545
|
+
"a-modal/before-close": {
|
|
2546
|
+
"description": "Triggered before dialog is closed"
|
|
2695
2547
|
},
|
|
2696
|
-
"a-
|
|
2697
|
-
"description": "
|
|
2548
|
+
"a-modal/visible": {
|
|
2549
|
+
"description": "Whether the modal is visible",
|
|
2550
|
+
"type": "boolean"
|
|
2698
2551
|
},
|
|
2699
|
-
"a-
|
|
2700
|
-
"description": "
|
|
2552
|
+
"a-modal/default-visible": {
|
|
2553
|
+
"description": "Whether the modal is visible by default (uncontrolled state)",
|
|
2554
|
+
"type": "boolean"
|
|
2701
2555
|
},
|
|
2702
|
-
"a-
|
|
2703
|
-
"description": "The
|
|
2556
|
+
"a-modal/width": {
|
|
2557
|
+
"description": "The width of the dialog box, if not set, the width value in the style will be used",
|
|
2558
|
+
"type": "number|string"
|
|
2704
2559
|
},
|
|
2705
|
-
"a-
|
|
2706
|
-
"description": "The
|
|
2560
|
+
"a-modal/top": {
|
|
2561
|
+
"description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
|
|
2562
|
+
"type": "number|string"
|
|
2707
2563
|
},
|
|
2708
|
-
"a-
|
|
2709
|
-
"description": "
|
|
2564
|
+
"a-modal/mask": {
|
|
2565
|
+
"description": "Whether to show the mask",
|
|
2566
|
+
"type": "boolean"
|
|
2710
2567
|
},
|
|
2711
|
-
"a-
|
|
2712
|
-
"description": "
|
|
2568
|
+
"a-modal/title": {
|
|
2569
|
+
"description": "Title",
|
|
2570
|
+
"type": "string"
|
|
2713
2571
|
},
|
|
2714
|
-
"a-
|
|
2715
|
-
"description": "
|
|
2572
|
+
"a-modal/title-align": {
|
|
2573
|
+
"description": "horizontal alignment of the title",
|
|
2574
|
+
"type": "string"
|
|
2716
2575
|
},
|
|
2717
|
-
"a-
|
|
2718
|
-
"description": "
|
|
2576
|
+
"a-modal/align-center": {
|
|
2577
|
+
"description": "Whether the dialog box is displayed in the center",
|
|
2578
|
+
"type": "boolean"
|
|
2719
2579
|
},
|
|
2720
|
-
"a-
|
|
2721
|
-
"description": "
|
|
2722
|
-
"type": "
|
|
2580
|
+
"a-modal/unmount-on-close": {
|
|
2581
|
+
"description": "Whether to uninstall the node when close",
|
|
2582
|
+
"type": "boolean"
|
|
2723
2583
|
},
|
|
2724
|
-
"a-
|
|
2725
|
-
"description": "
|
|
2726
|
-
"type": "
|
|
2584
|
+
"a-modal/mask-closable": {
|
|
2585
|
+
"description": "Whether to close the modal when click the mask",
|
|
2586
|
+
"type": "boolean"
|
|
2727
2587
|
},
|
|
2728
|
-
"a-
|
|
2729
|
-
"description": "Whether to
|
|
2588
|
+
"a-modal/hide-cancel": {
|
|
2589
|
+
"description": "Whether to hide the cancel button",
|
|
2730
2590
|
"type": "boolean"
|
|
2731
2591
|
},
|
|
2732
|
-
"a-
|
|
2733
|
-
"description": "
|
|
2734
|
-
"type": "
|
|
2592
|
+
"a-modal/simple": {
|
|
2593
|
+
"description": "Whether to enable simple mode",
|
|
2594
|
+
"type": "boolean"
|
|
2735
2595
|
},
|
|
2736
|
-
"a-
|
|
2737
|
-
"description": "
|
|
2738
|
-
"type": "
|
|
2596
|
+
"a-modal/closable": {
|
|
2597
|
+
"description": "Whether to show the close button",
|
|
2598
|
+
"type": "boolean"
|
|
2739
2599
|
},
|
|
2740
|
-
"a-
|
|
2741
|
-
"description": "The
|
|
2742
|
-
"type": "string
|
|
2600
|
+
"a-modal/ok-text": {
|
|
2601
|
+
"description": "The content of the confirm button",
|
|
2602
|
+
"type": "string"
|
|
2743
2603
|
},
|
|
2744
|
-
"a-
|
|
2745
|
-
"description": "The
|
|
2604
|
+
"a-modal/cancel-text": {
|
|
2605
|
+
"description": "The content of the cancel button",
|
|
2746
2606
|
"type": "string"
|
|
2747
2607
|
},
|
|
2748
|
-
"a-
|
|
2749
|
-
"description": "Whether
|
|
2608
|
+
"a-modal/ok-loading": {
|
|
2609
|
+
"description": "Whether the confirm button is in the loading state",
|
|
2750
2610
|
"type": "boolean"
|
|
2751
2611
|
},
|
|
2752
|
-
"a-
|
|
2753
|
-
"description": "
|
|
2754
|
-
},
|
|
2755
|
-
"a-result/status": {
|
|
2756
|
-
"description": "The status displayed on the result page"
|
|
2757
|
-
},
|
|
2758
|
-
"a-result/title": {
|
|
2759
|
-
"description": "Title",
|
|
2760
|
-
"type": "string"
|
|
2761
|
-
},
|
|
2762
|
-
"a-result/subtitle": {
|
|
2763
|
-
"description": "Subtitle",
|
|
2764
|
-
"type": "string"
|
|
2612
|
+
"a-modal/ok-button-props": {
|
|
2613
|
+
"description": "Props of confirm button"
|
|
2765
2614
|
},
|
|
2766
|
-
"a-
|
|
2767
|
-
"description": "
|
|
2615
|
+
"a-modal/cancel-button-props": {
|
|
2616
|
+
"description": "Props of cancel button"
|
|
2768
2617
|
},
|
|
2769
|
-
"a-
|
|
2770
|
-
"description": "
|
|
2771
|
-
"type": "
|
|
2618
|
+
"a-modal/footer": {
|
|
2619
|
+
"description": "Whether to show the footer",
|
|
2620
|
+
"type": "boolean"
|
|
2772
2621
|
},
|
|
2773
|
-
"a-
|
|
2774
|
-
"description": "
|
|
2775
|
-
"type": "
|
|
2622
|
+
"a-modal/render-to-body": {
|
|
2623
|
+
"description": "Whether the modal is mounted under the `body` element",
|
|
2624
|
+
"type": "boolean"
|
|
2776
2625
|
},
|
|
2777
|
-
"a-
|
|
2778
|
-
"description": "
|
|
2626
|
+
"a-modal/popup-container": {
|
|
2627
|
+
"description": "Mount container for modal"
|
|
2779
2628
|
},
|
|
2780
|
-
"a-
|
|
2781
|
-
"description": "
|
|
2629
|
+
"a-modal/mask-style": {
|
|
2630
|
+
"description": "Mask style"
|
|
2782
2631
|
},
|
|
2783
|
-
"a-
|
|
2784
|
-
"description": "
|
|
2632
|
+
"a-modal/modal-class": {
|
|
2633
|
+
"description": "The classname of the modal"
|
|
2785
2634
|
},
|
|
2786
|
-
"a-
|
|
2787
|
-
"description": "
|
|
2788
|
-
"type": "number"
|
|
2635
|
+
"a-modal/modal-style": {
|
|
2636
|
+
"description": "Modal style"
|
|
2789
2637
|
},
|
|
2790
|
-
"a-
|
|
2791
|
-
"description": "
|
|
2792
|
-
"type": "number"
|
|
2638
|
+
"a-modal/before-ok": {
|
|
2639
|
+
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2793
2640
|
},
|
|
2794
|
-
"a-
|
|
2795
|
-
"description": "
|
|
2796
|
-
"type": "number"
|
|
2641
|
+
"a-modal/before-cancel": {
|
|
2642
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2797
2643
|
},
|
|
2798
|
-
"a-
|
|
2799
|
-
"description": "Whether to
|
|
2644
|
+
"a-modal/esc-to-close": {
|
|
2645
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
2800
2646
|
"type": "boolean"
|
|
2801
2647
|
},
|
|
2802
|
-
"a-
|
|
2803
|
-
"description": "Whether to
|
|
2648
|
+
"a-modal/draggable": {
|
|
2649
|
+
"description": "Whether to support drag",
|
|
2804
2650
|
"type": "boolean"
|
|
2805
2651
|
},
|
|
2806
|
-
"a-
|
|
2807
|
-
"description": "Whether to enable
|
|
2652
|
+
"a-modal/fullscreen": {
|
|
2653
|
+
"description": "Whether to enable full screen",
|
|
2808
2654
|
"type": "boolean"
|
|
2809
2655
|
},
|
|
2810
|
-
"a-
|
|
2811
|
-
"description": "
|
|
2812
|
-
"type": "
|
|
2656
|
+
"a-modal/mask-animation-name": {
|
|
2657
|
+
"description": "Mask layer animation name",
|
|
2658
|
+
"type": "string"
|
|
2813
2659
|
},
|
|
2814
|
-
"a-
|
|
2815
|
-
"description": "
|
|
2816
|
-
"type": "
|
|
2660
|
+
"a-modal/modal-animation-name": {
|
|
2661
|
+
"description": "Modal animation name",
|
|
2662
|
+
"type": "string"
|
|
2817
2663
|
},
|
|
2818
|
-
"a-
|
|
2819
|
-
"description": "
|
|
2664
|
+
"a-modal/body-class": {
|
|
2665
|
+
"description": "The classname of the modal"
|
|
2820
2666
|
},
|
|
2821
|
-
"a-
|
|
2822
|
-
"description": "
|
|
2667
|
+
"a-modal/body-style": {
|
|
2668
|
+
"description": "Modal style"
|
|
2823
2669
|
},
|
|
2824
|
-
"a-
|
|
2825
|
-
"description": "
|
|
2670
|
+
"a-modal/hide-title": {
|
|
2671
|
+
"description": "Whether to hide the title",
|
|
2672
|
+
"type": "boolean"
|
|
2826
2673
|
},
|
|
2827
|
-
"a-
|
|
2828
|
-
"description": "Triggered when the
|
|
2674
|
+
"a-popover/popup-visible-change": {
|
|
2675
|
+
"description": "Triggered when the text bubble display status changes"
|
|
2829
2676
|
},
|
|
2830
|
-
"a-
|
|
2831
|
-
"description": "
|
|
2677
|
+
"a-popover/popup-visible": {
|
|
2678
|
+
"description": "Whether the popover is visible",
|
|
2679
|
+
"type": "boolean"
|
|
2832
2680
|
},
|
|
2833
|
-
"a-
|
|
2834
|
-
"description": "
|
|
2681
|
+
"a-popover/default-popup-visible": {
|
|
2682
|
+
"description": "Whether the popover is visible by default (uncontrolled mode)",
|
|
2683
|
+
"type": "boolean"
|
|
2835
2684
|
},
|
|
2836
|
-
"a-
|
|
2837
|
-
"description": "
|
|
2685
|
+
"a-popover/title": {
|
|
2686
|
+
"description": "Title",
|
|
2687
|
+
"type": "string"
|
|
2838
2688
|
},
|
|
2839
|
-
"a-
|
|
2840
|
-
"description": "
|
|
2689
|
+
"a-popover/content": {
|
|
2690
|
+
"description": "Content",
|
|
2691
|
+
"type": "string"
|
|
2841
2692
|
},
|
|
2842
|
-
"a-
|
|
2843
|
-
"description": "
|
|
2693
|
+
"a-popover/trigger": {
|
|
2694
|
+
"description": "Trigger method"
|
|
2844
2695
|
},
|
|
2845
|
-
"a-
|
|
2846
|
-
"description": "
|
|
2696
|
+
"a-popover/position": {
|
|
2697
|
+
"description": "Pop-up position"
|
|
2847
2698
|
},
|
|
2848
|
-
"a-
|
|
2849
|
-
"description": "
|
|
2850
|
-
"type": "boolean"
|
|
2699
|
+
"a-popover/content-class": {
|
|
2700
|
+
"description": "The class name of the popup content"
|
|
2851
2701
|
},
|
|
2852
|
-
"a-
|
|
2853
|
-
"description": "
|
|
2702
|
+
"a-popover/content-style": {
|
|
2703
|
+
"description": "The style of the popup content"
|
|
2854
2704
|
},
|
|
2855
|
-
"a-
|
|
2856
|
-
"description": "
|
|
2705
|
+
"a-popover/arrow-class": {
|
|
2706
|
+
"description": "The class name of the popup arrow"
|
|
2857
2707
|
},
|
|
2858
|
-
"a-
|
|
2859
|
-
"description": "The
|
|
2860
|
-
"type": "string"
|
|
2708
|
+
"a-popover/arrow-style": {
|
|
2709
|
+
"description": "The style of the popup arrow"
|
|
2861
2710
|
},
|
|
2862
|
-
"a-
|
|
2863
|
-
"description": "
|
|
2864
|
-
"type": "string"
|
|
2711
|
+
"a-popover/popup-container": {
|
|
2712
|
+
"description": "Mount container for pop-up box"
|
|
2865
2713
|
},
|
|
2866
|
-
"a-
|
|
2867
|
-
"description": "
|
|
2714
|
+
"a-resize-box/moving-start": {
|
|
2715
|
+
"description": "Triggered when dragging starts"
|
|
2868
2716
|
},
|
|
2869
|
-
"a-
|
|
2870
|
-
"description": "
|
|
2871
|
-
"type": "string"
|
|
2717
|
+
"a-resize-box/moving": {
|
|
2718
|
+
"description": "Triggered when dragging"
|
|
2872
2719
|
},
|
|
2873
|
-
"a-
|
|
2874
|
-
"description": "
|
|
2875
|
-
"type": "boolean"
|
|
2720
|
+
"a-resize-box/moving-end": {
|
|
2721
|
+
"description": "Triggered when the drag ends"
|
|
2876
2722
|
},
|
|
2877
|
-
"a-
|
|
2878
|
-
"description": "
|
|
2879
|
-
"type": "
|
|
2723
|
+
"a-resize-box/width": {
|
|
2724
|
+
"description": "Width",
|
|
2725
|
+
"type": "number"
|
|
2880
2726
|
},
|
|
2881
|
-
"a-
|
|
2882
|
-
"description": "
|
|
2883
|
-
"type": "
|
|
2727
|
+
"a-resize-box/height": {
|
|
2728
|
+
"description": "Height",
|
|
2729
|
+
"type": "number"
|
|
2884
2730
|
},
|
|
2885
|
-
"a-
|
|
2886
|
-
"description": "
|
|
2887
|
-
"type": "
|
|
2731
|
+
"a-resize-box/component": {
|
|
2732
|
+
"description": "The html tag of the telescopic box",
|
|
2733
|
+
"type": "string"
|
|
2888
2734
|
},
|
|
2889
|
-
"a-
|
|
2890
|
-
"description": "
|
|
2735
|
+
"a-resize-box/directions": {
|
|
2736
|
+
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
2891
2737
|
},
|
|
2892
|
-
"a-
|
|
2893
|
-
"description": "
|
|
2894
|
-
"type": "boolean"
|
|
2738
|
+
"a-rate/change": {
|
|
2739
|
+
"description": "Trigger when the value changes"
|
|
2895
2740
|
},
|
|
2896
|
-
"a-
|
|
2897
|
-
"description": "
|
|
2741
|
+
"a-rate/hover-change": {
|
|
2742
|
+
"description": "Triggered when the mouse moves over the value"
|
|
2743
|
+
},
|
|
2744
|
+
"a-rate/count": {
|
|
2745
|
+
"description": "Total number of rate",
|
|
2898
2746
|
"type": "number"
|
|
2899
2747
|
},
|
|
2900
|
-
"a-
|
|
2901
|
-
"description": "
|
|
2748
|
+
"a-rate/model-value": {
|
|
2749
|
+
"description": "Value",
|
|
2750
|
+
"type": "number"
|
|
2902
2751
|
},
|
|
2903
|
-
"a-
|
|
2904
|
-
"description": "
|
|
2905
|
-
"type": "
|
|
2752
|
+
"a-rate/default-value": {
|
|
2753
|
+
"description": "Default Value",
|
|
2754
|
+
"type": "number"
|
|
2906
2755
|
},
|
|
2907
|
-
"a-
|
|
2908
|
-
"description": "Whether to
|
|
2756
|
+
"a-rate/allow-half": {
|
|
2757
|
+
"description": "Whether to allow half selection",
|
|
2909
2758
|
"type": "boolean"
|
|
2910
2759
|
},
|
|
2911
|
-
"a-
|
|
2912
|
-
"description": "Whether to
|
|
2760
|
+
"a-rate/allow-clear": {
|
|
2761
|
+
"description": "Whether to allow clear",
|
|
2913
2762
|
"type": "boolean"
|
|
2914
2763
|
},
|
|
2915
|
-
"a-
|
|
2916
|
-
"description": "Whether
|
|
2764
|
+
"a-rate/grading": {
|
|
2765
|
+
"description": "Whether to enable smile grading",
|
|
2917
2766
|
"type": "boolean"
|
|
2918
2767
|
},
|
|
2919
|
-
"a-
|
|
2920
|
-
"description": "Whether
|
|
2768
|
+
"a-rate/readonly": {
|
|
2769
|
+
"description": "Whether it is readonly",
|
|
2921
2770
|
"type": "boolean"
|
|
2922
2771
|
},
|
|
2923
|
-
"a-
|
|
2924
|
-
"description": "Whether to
|
|
2772
|
+
"a-rate/disabled": {
|
|
2773
|
+
"description": "Whether to disable",
|
|
2774
|
+
"type": "boolean"
|
|
2925
2775
|
},
|
|
2926
|
-
"a-
|
|
2927
|
-
"description": "
|
|
2776
|
+
"a-rate/color": {
|
|
2777
|
+
"description": "Color"
|
|
2928
2778
|
},
|
|
2929
|
-
"a-
|
|
2930
|
-
"description": "
|
|
2779
|
+
"a-scrollbar/scroll": {
|
|
2780
|
+
"description": "Triggered when scroll"
|
|
2931
2781
|
},
|
|
2932
|
-
"a-
|
|
2933
|
-
"description": "
|
|
2782
|
+
"a-scrollbar/type": {
|
|
2783
|
+
"description": "Type",
|
|
2784
|
+
"type": "string"
|
|
2934
2785
|
},
|
|
2935
|
-
"a-
|
|
2936
|
-
"description": "
|
|
2786
|
+
"a-scrollbar/outer-class": {
|
|
2787
|
+
"description": "Outer class",
|
|
2788
|
+
"type": "string|object|array"
|
|
2937
2789
|
},
|
|
2938
|
-
"a-
|
|
2939
|
-
"description": "
|
|
2790
|
+
"a-scrollbar/outer-style": {
|
|
2791
|
+
"description": "Outer style"
|
|
2940
2792
|
},
|
|
2941
|
-
"a-
|
|
2942
|
-
"description": "
|
|
2943
|
-
"type": "boolean"
|
|
2793
|
+
"a-result/status": {
|
|
2794
|
+
"description": "The status displayed on the result page"
|
|
2944
2795
|
},
|
|
2945
|
-
"a-
|
|
2946
|
-
"description": "
|
|
2796
|
+
"a-result/title": {
|
|
2797
|
+
"description": "Title",
|
|
2947
2798
|
"type": "string"
|
|
2948
2799
|
},
|
|
2949
|
-
"a-
|
|
2950
|
-
"description": "
|
|
2951
|
-
"type": "
|
|
2952
|
-
},
|
|
2953
|
-
"a-select/limit": {
|
|
2954
|
-
"description": "Maximum number of choices in multiple choice",
|
|
2955
|
-
"type": "number"
|
|
2956
|
-
},
|
|
2957
|
-
"a-select/field-names": {
|
|
2958
|
-
"description": "Customize fields in `SelectOptionData`"
|
|
2959
|
-
},
|
|
2960
|
-
"a-select/scrollbar": {
|
|
2961
|
-
"description": "Whether to enable virtual scroll bar"
|
|
2800
|
+
"a-result/subtitle": {
|
|
2801
|
+
"description": "Subtitle",
|
|
2802
|
+
"type": "string"
|
|
2962
2803
|
},
|
|
2963
|
-
"a-
|
|
2964
|
-
"description": "
|
|
2965
|
-
"type": "boolean"
|
|
2804
|
+
"a-radio/change": {
|
|
2805
|
+
"description": "Trigger when the value changes"
|
|
2966
2806
|
},
|
|
2967
|
-
"a-
|
|
2968
|
-
"description": "
|
|
2969
|
-
"type": "boolean"
|
|
2807
|
+
"a-radio/model-value": {
|
|
2808
|
+
"description": "Value",
|
|
2809
|
+
"type": "string | number | boolean"
|
|
2970
2810
|
},
|
|
2971
|
-
"a-
|
|
2972
|
-
"description": "
|
|
2811
|
+
"a-radio/default-checked": {
|
|
2812
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
2973
2813
|
"type": "boolean"
|
|
2974
2814
|
},
|
|
2975
|
-
"a-
|
|
2976
|
-
"description": "
|
|
2977
|
-
"type": "string|number|boolean
|
|
2815
|
+
"a-radio/value": {
|
|
2816
|
+
"description": "The `value` of the option",
|
|
2817
|
+
"type": "string | number | boolean"
|
|
2978
2818
|
},
|
|
2979
|
-
"a-
|
|
2980
|
-
"description": "
|
|
2981
|
-
"type": "string"
|
|
2819
|
+
"a-radio/type": {
|
|
2820
|
+
"description": "Radio type"
|
|
2982
2821
|
},
|
|
2983
|
-
"a-
|
|
2822
|
+
"a-radio/disabled": {
|
|
2984
2823
|
"description": "Whether to disable",
|
|
2985
2824
|
"type": "boolean"
|
|
2986
2825
|
},
|
|
2987
|
-
"a-
|
|
2988
|
-
"description": "
|
|
2826
|
+
"a-radio-group/change": {
|
|
2827
|
+
"description": "Trigger when the value changes"
|
|
2989
2828
|
},
|
|
2990
|
-
"a-
|
|
2991
|
-
"description": "
|
|
2992
|
-
"type": "
|
|
2829
|
+
"a-radio-group/model-value": {
|
|
2830
|
+
"description": "Value",
|
|
2831
|
+
"type": "string | number | boolean"
|
|
2993
2832
|
},
|
|
2994
|
-
"a-
|
|
2995
|
-
"description": "
|
|
2996
|
-
"type": "number"
|
|
2833
|
+
"a-radio-group/default-value": {
|
|
2834
|
+
"description": "Default value (uncontrolled state)",
|
|
2835
|
+
"type": "string | number | boolean"
|
|
2997
2836
|
},
|
|
2998
|
-
"a-
|
|
2999
|
-
"description": "
|
|
3000
|
-
|
|
2837
|
+
"a-radio-group/type": {
|
|
2838
|
+
"description": "Types of radio group"
|
|
2839
|
+
},
|
|
2840
|
+
"a-radio-group/size": {
|
|
2841
|
+
"description": "The size of the radio group"
|
|
2842
|
+
},
|
|
2843
|
+
"a-radio-group/options": {
|
|
2844
|
+
"description": "Options"
|
|
2845
|
+
},
|
|
2846
|
+
"a-radio-group/direction": {
|
|
2847
|
+
"description": "The direction of the radio group"
|
|
2848
|
+
},
|
|
2849
|
+
"a-radio-group/disabled": {
|
|
2850
|
+
"description": "Whether to disable",
|
|
2851
|
+
"type": "boolean"
|
|
3001
2852
|
},
|
|
3002
2853
|
"a-skeleton/loading": {
|
|
3003
2854
|
"description": "Whether to display the skeleton screen (loading state)",
|
|
@@ -3096,50 +2947,6 @@
|
|
|
3096
2947
|
"description": "Whether to show tooltip",
|
|
3097
2948
|
"type": "boolean"
|
|
3098
2949
|
},
|
|
3099
|
-
"a-spin/size": {
|
|
3100
|
-
"description": "Size",
|
|
3101
|
-
"type": "number"
|
|
3102
|
-
},
|
|
3103
|
-
"a-spin/loading": {
|
|
3104
|
-
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3105
|
-
"type": "boolean"
|
|
3106
|
-
},
|
|
3107
|
-
"a-spin/dot": {
|
|
3108
|
-
"description": "Whether to use dot type animation",
|
|
3109
|
-
"type": "boolean"
|
|
3110
|
-
},
|
|
3111
|
-
"a-spin/tip": {
|
|
3112
|
-
"description": "Prompt content",
|
|
3113
|
-
"type": "string"
|
|
3114
|
-
},
|
|
3115
|
-
"a-spin/hide-icon": {
|
|
3116
|
-
"description": "Whether to hide the icon",
|
|
3117
|
-
"type": "boolean"
|
|
3118
|
-
},
|
|
3119
|
-
"a-resize-box/moving-start": {
|
|
3120
|
-
"description": "Triggered when dragging starts"
|
|
3121
|
-
},
|
|
3122
|
-
"a-resize-box/moving": {
|
|
3123
|
-
"description": "Triggered when dragging"
|
|
3124
|
-
},
|
|
3125
|
-
"a-resize-box/moving-end": {
|
|
3126
|
-
"description": "Triggered when the drag ends"
|
|
3127
|
-
},
|
|
3128
|
-
"a-resize-box/width": {
|
|
3129
|
-
"description": "Width",
|
|
3130
|
-
"type": "number"
|
|
3131
|
-
},
|
|
3132
|
-
"a-resize-box/height": {
|
|
3133
|
-
"description": "Height",
|
|
3134
|
-
"type": "number"
|
|
3135
|
-
},
|
|
3136
|
-
"a-resize-box/component": {
|
|
3137
|
-
"description": "The html tag of the telescopic box",
|
|
3138
|
-
"type": "string"
|
|
3139
|
-
},
|
|
3140
|
-
"a-resize-box/directions": {
|
|
3141
|
-
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
3142
|
-
},
|
|
3143
2950
|
"a-split/move-start": {
|
|
3144
2951
|
"description": "Triggered before dragging"
|
|
3145
2952
|
},
|
|
@@ -3177,6 +2984,47 @@
|
|
|
3177
2984
|
"description": "Whether to disable",
|
|
3178
2985
|
"type": "boolean"
|
|
3179
2986
|
},
|
|
2987
|
+
"a-progress/type": {
|
|
2988
|
+
"description": "The type of progress bar"
|
|
2989
|
+
},
|
|
2990
|
+
"a-progress/size": {
|
|
2991
|
+
"description": "The size of the progress bar"
|
|
2992
|
+
},
|
|
2993
|
+
"a-progress/percent": {
|
|
2994
|
+
"description": "The current percentage of the progress bar",
|
|
2995
|
+
"type": "number"
|
|
2996
|
+
},
|
|
2997
|
+
"a-progress/steps": {
|
|
2998
|
+
"description": "Turn on the step bar mode and set the number of steps",
|
|
2999
|
+
"type": "number"
|
|
3000
|
+
},
|
|
3001
|
+
"a-progress/animation": {
|
|
3002
|
+
"description": "Whether to turn on the transition animation",
|
|
3003
|
+
"type": "boolean"
|
|
3004
|
+
},
|
|
3005
|
+
"a-progress/stroke-width": {
|
|
3006
|
+
"description": "The line width of the progress bar",
|
|
3007
|
+
"type": "number"
|
|
3008
|
+
},
|
|
3009
|
+
"a-progress/width": {
|
|
3010
|
+
"description": "The width of the progress bar",
|
|
3011
|
+
"type": "number|string"
|
|
3012
|
+
},
|
|
3013
|
+
"a-progress/color": {
|
|
3014
|
+
"description": "The color of the progress bar",
|
|
3015
|
+
"type": "string|object"
|
|
3016
|
+
},
|
|
3017
|
+
"a-progress/track-color": {
|
|
3018
|
+
"description": "The color of the progress track",
|
|
3019
|
+
"type": "string"
|
|
3020
|
+
},
|
|
3021
|
+
"a-progress/show-text": {
|
|
3022
|
+
"description": "Whether to display text",
|
|
3023
|
+
"type": "boolean"
|
|
3024
|
+
},
|
|
3025
|
+
"a-progress/status": {
|
|
3026
|
+
"description": "Progress bar status"
|
|
3027
|
+
},
|
|
3180
3028
|
"a-statistic/title": {
|
|
3181
3029
|
"description": "Title of the numerical display",
|
|
3182
3030
|
"type": "string"
|
|
@@ -3253,56 +3101,187 @@
|
|
|
3253
3101
|
"a-countdown/value-style": {
|
|
3254
3102
|
"description": "Custom value style"
|
|
3255
3103
|
},
|
|
3256
|
-
"a-
|
|
3257
|
-
"description": "Triggered when the
|
|
3104
|
+
"a-select/change": {
|
|
3105
|
+
"description": "Triggered when the value changes"
|
|
3258
3106
|
},
|
|
3259
|
-
"a-
|
|
3260
|
-
"description": "
|
|
3107
|
+
"a-select/input-value-change": {
|
|
3108
|
+
"description": "Triggered when the value of the input changes"
|
|
3261
3109
|
},
|
|
3262
|
-
"a-
|
|
3263
|
-
"description": "
|
|
3110
|
+
"a-select/popup-visible-change": {
|
|
3111
|
+
"description": "Triggered when the display state of the drop-down box changes"
|
|
3264
3112
|
},
|
|
3265
|
-
"a-
|
|
3266
|
-
"description": "
|
|
3113
|
+
"a-select/clear": {
|
|
3114
|
+
"description": "Triggered when the clear button is clicked"
|
|
3115
|
+
},
|
|
3116
|
+
"a-select/remove": {
|
|
3117
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
3118
|
+
},
|
|
3119
|
+
"a-select/search": {
|
|
3120
|
+
"description": "Triggered when the user searches"
|
|
3121
|
+
},
|
|
3122
|
+
"a-select/dropdown-scroll": {
|
|
3123
|
+
"description": "Triggered when the drop-down scrolls"
|
|
3124
|
+
},
|
|
3125
|
+
"a-select/dropdown-reach-bottom": {
|
|
3126
|
+
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
3127
|
+
},
|
|
3128
|
+
"a-select/exceed-limit": {
|
|
3129
|
+
"description": "Triggered when multiple selection exceeds the limit"
|
|
3130
|
+
},
|
|
3131
|
+
"a-select/multiple": {
|
|
3132
|
+
"description": "Whether to open multi-select mode (The search is turned on by default in the multi-select mode)",
|
|
3133
|
+
"type": "boolean"
|
|
3134
|
+
},
|
|
3135
|
+
"a-select/model-value": {
|
|
3136
|
+
"description": "Value"
|
|
3137
|
+
},
|
|
3138
|
+
"a-select/default-value": {
|
|
3139
|
+
"description": "Default value (uncontrolled mode)"
|
|
3140
|
+
},
|
|
3141
|
+
"a-select/input-value": {
|
|
3142
|
+
"description": "The value of the input",
|
|
3143
|
+
"type": "string"
|
|
3144
|
+
},
|
|
3145
|
+
"a-select/default-input-value": {
|
|
3146
|
+
"description": "The default value of the input (uncontrolled mode)",
|
|
3147
|
+
"type": "string"
|
|
3148
|
+
},
|
|
3149
|
+
"a-select/size": {
|
|
3150
|
+
"description": "The size of the select"
|
|
3151
|
+
},
|
|
3152
|
+
"a-select/placeholder": {
|
|
3153
|
+
"description": "Placeholder",
|
|
3154
|
+
"type": "string"
|
|
3155
|
+
},
|
|
3156
|
+
"a-select/loading": {
|
|
3157
|
+
"description": "Whether it is loading state",
|
|
3158
|
+
"type": "boolean"
|
|
3159
|
+
},
|
|
3160
|
+
"a-select/disabled": {
|
|
3161
|
+
"description": "Whether to disable",
|
|
3162
|
+
"type": "boolean"
|
|
3163
|
+
},
|
|
3164
|
+
"a-select/error": {
|
|
3165
|
+
"description": "Whether it is an error state",
|
|
3166
|
+
"type": "boolean"
|
|
3167
|
+
},
|
|
3168
|
+
"a-select/allow-clear": {
|
|
3169
|
+
"description": "Whether to allow clear",
|
|
3170
|
+
"type": "boolean"
|
|
3171
|
+
},
|
|
3172
|
+
"a-select/allow-search": {
|
|
3173
|
+
"description": "Whether to allow searching"
|
|
3174
|
+
},
|
|
3175
|
+
"a-select/allow-create": {
|
|
3176
|
+
"description": "Whether to allow creation",
|
|
3177
|
+
"type": "boolean"
|
|
3178
|
+
},
|
|
3179
|
+
"a-select/max-tag-count": {
|
|
3180
|
+
"description": "In multi-select mode, the maximum number of labels displayed. 0 means unlimited",
|
|
3181
|
+
"type": "number"
|
|
3182
|
+
},
|
|
3183
|
+
"a-select/popup-container": {
|
|
3184
|
+
"description": "Mount container for popup"
|
|
3185
|
+
},
|
|
3186
|
+
"a-select/bordered": {
|
|
3187
|
+
"description": "Whether to display the border of the input box",
|
|
3188
|
+
"type": "boolean"
|
|
3189
|
+
},
|
|
3190
|
+
"a-select/default-active-first-option": {
|
|
3191
|
+
"description": "Whether to select the first option by default when there is no value",
|
|
3192
|
+
"type": "boolean"
|
|
3193
|
+
},
|
|
3194
|
+
"a-select/popup-visible": {
|
|
3195
|
+
"description": "Whether to show the dropdown",
|
|
3196
|
+
"type": "boolean"
|
|
3197
|
+
},
|
|
3198
|
+
"a-select/default-popup-visible": {
|
|
3199
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
3200
|
+
"type": "boolean"
|
|
3201
|
+
},
|
|
3202
|
+
"a-select/unmount-on-close": {
|
|
3203
|
+
"description": "Whether to destroy the element when the dropdown is closed",
|
|
3204
|
+
"type": "boolean"
|
|
3205
|
+
},
|
|
3206
|
+
"a-select/filter-option": {
|
|
3207
|
+
"description": "Whether to filter options"
|
|
3208
|
+
},
|
|
3209
|
+
"a-select/options": {
|
|
3210
|
+
"description": "Option data"
|
|
3211
|
+
},
|
|
3212
|
+
"a-select/virtual-list-props": {
|
|
3213
|
+
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
3214
|
+
},
|
|
3215
|
+
"a-select/trigger-props": {
|
|
3216
|
+
"description": "Trigger props of the drop-down menu"
|
|
3217
|
+
},
|
|
3218
|
+
"a-select/format-label": {
|
|
3219
|
+
"description": "Format display content"
|
|
3220
|
+
},
|
|
3221
|
+
"a-select/fallback-option": {
|
|
3222
|
+
"description": "Options that do not exist in custom values"
|
|
3223
|
+
},
|
|
3224
|
+
"a-select/show-extra-options": {
|
|
3225
|
+
"description": "Options that do not exist in custom values",
|
|
3226
|
+
"type": "boolean"
|
|
3227
|
+
},
|
|
3228
|
+
"a-select/value-key": {
|
|
3229
|
+
"description": "Used to determine the option key value attribute name",
|
|
3230
|
+
"type": "string"
|
|
3267
3231
|
},
|
|
3268
|
-
"a-
|
|
3269
|
-
"description": "
|
|
3232
|
+
"a-select/search-delay": {
|
|
3233
|
+
"description": "Delay time to trigger search event",
|
|
3270
3234
|
"type": "number"
|
|
3271
3235
|
},
|
|
3272
|
-
"a-
|
|
3273
|
-
"description": "
|
|
3236
|
+
"a-select/limit": {
|
|
3237
|
+
"description": "Maximum number of choices in multiple choice",
|
|
3274
3238
|
"type": "number"
|
|
3275
3239
|
},
|
|
3276
|
-
"a-
|
|
3277
|
-
"description": "
|
|
3240
|
+
"a-select/field-names": {
|
|
3241
|
+
"description": "Customize fields in `SelectOptionData`"
|
|
3278
3242
|
},
|
|
3279
|
-
"a-
|
|
3280
|
-
"description": "Whether to
|
|
3243
|
+
"a-select/scrollbar": {
|
|
3244
|
+
"description": "Whether to enable virtual scroll bar"
|
|
3245
|
+
},
|
|
3246
|
+
"a-select/show-header-on-empty": {
|
|
3247
|
+
"description": "Whether to display the header in the empty state",
|
|
3281
3248
|
"type": "boolean"
|
|
3282
3249
|
},
|
|
3283
|
-
"a-
|
|
3284
|
-
"description": "Whether to
|
|
3250
|
+
"a-select/show-footer-on-empty": {
|
|
3251
|
+
"description": "Whether to display the footer in the empty state",
|
|
3285
3252
|
"type": "boolean"
|
|
3286
3253
|
},
|
|
3287
|
-
"a-
|
|
3288
|
-
"description": "
|
|
3254
|
+
"a-select/tag-nowrap": {
|
|
3255
|
+
"description": "Tag content does not wrap",
|
|
3289
3256
|
"type": "boolean"
|
|
3290
3257
|
},
|
|
3291
|
-
"a-
|
|
3292
|
-
"description": "
|
|
3293
|
-
"type": "string"
|
|
3258
|
+
"a-option/value": {
|
|
3259
|
+
"description": "Option value (if not filled, it will be obtained from the content)",
|
|
3260
|
+
"type": "string|number|boolean|object"
|
|
3294
3261
|
},
|
|
3295
|
-
"a-
|
|
3296
|
-
"description": "
|
|
3262
|
+
"a-option/label": {
|
|
3263
|
+
"description": "Option label (if not filled, it will be obtained from the content)",
|
|
3297
3264
|
"type": "string"
|
|
3298
3265
|
},
|
|
3299
|
-
"a-
|
|
3300
|
-
"description": "Status of the step"
|
|
3301
|
-
},
|
|
3302
|
-
"a-step/disabled": {
|
|
3266
|
+
"a-option/disabled": {
|
|
3303
3267
|
"description": "Whether to disable",
|
|
3304
3268
|
"type": "boolean"
|
|
3305
3269
|
},
|
|
3270
|
+
"a-option/tag-props": {
|
|
3271
|
+
"description": "Displayed tag attributes"
|
|
3272
|
+
},
|
|
3273
|
+
"a-option/extra": {
|
|
3274
|
+
"description": "Extra data",
|
|
3275
|
+
"type": "object"
|
|
3276
|
+
},
|
|
3277
|
+
"a-option/index": {
|
|
3278
|
+
"description": "index for manually specifying option",
|
|
3279
|
+
"type": "number"
|
|
3280
|
+
},
|
|
3281
|
+
"a-optgroup/label": {
|
|
3282
|
+
"description": "Title of option group",
|
|
3283
|
+
"type": "string"
|
|
3284
|
+
},
|
|
3306
3285
|
"a-switch/change": {
|
|
3307
3286
|
"description": "Trigger when the value changes"
|
|
3308
3287
|
},
|
|
@@ -3363,6 +3342,26 @@
|
|
|
3363
3342
|
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3364
3343
|
"type": "string"
|
|
3365
3344
|
},
|
|
3345
|
+
"a-spin/size": {
|
|
3346
|
+
"description": "Size",
|
|
3347
|
+
"type": "number"
|
|
3348
|
+
},
|
|
3349
|
+
"a-spin/loading": {
|
|
3350
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3351
|
+
"type": "boolean"
|
|
3352
|
+
},
|
|
3353
|
+
"a-spin/dot": {
|
|
3354
|
+
"description": "Whether to use dot type animation",
|
|
3355
|
+
"type": "boolean"
|
|
3356
|
+
},
|
|
3357
|
+
"a-spin/tip": {
|
|
3358
|
+
"description": "Prompt content",
|
|
3359
|
+
"type": "string"
|
|
3360
|
+
},
|
|
3361
|
+
"a-spin/hide-icon": {
|
|
3362
|
+
"description": "Whether to hide the icon",
|
|
3363
|
+
"type": "boolean"
|
|
3364
|
+
},
|
|
3366
3365
|
"a-table/expand": {
|
|
3367
3366
|
"description": "Triggered when a row is clicked to expand"
|
|
3368
3367
|
},
|
|
@@ -3540,263 +3539,75 @@
|
|
|
3540
3539
|
"type": "boolean|number"
|
|
3541
3540
|
},
|
|
3542
3541
|
"a-table/scrollbar": {
|
|
3543
|
-
"description": "Whether to enable virtual scroll bar"
|
|
3544
|
-
},
|
|
3545
|
-
"a-table/show-empty-tree": {
|
|
3546
|
-
"description": "Whether to display empty subtrees",
|
|
3547
|
-
"type": "boolean"
|
|
3548
|
-
},
|
|
3549
|
-
"a-table-column/data-index": {
|
|
3550
|
-
"description": "Identifies the column information, corresponding to the data in TableData",
|
|
3551
|
-
"type": "string"
|
|
3552
|
-
},
|
|
3553
|
-
"a-table-column/title": {
|
|
3554
|
-
"description": "Column title",
|
|
3555
|
-
"type": "string"
|
|
3556
|
-
},
|
|
3557
|
-
"a-table-column/width": {
|
|
3558
|
-
"description": "Column width",
|
|
3559
|
-
"type": "number"
|
|
3560
|
-
},
|
|
3561
|
-
"a-table-column/min-width": {
|
|
3562
|
-
"description": "Minimum column width",
|
|
3563
|
-
"type": "number"
|
|
3564
|
-
},
|
|
3565
|
-
"a-table-column/align": {
|
|
3566
|
-
"description": "Alignment direction"
|
|
3567
|
-
},
|
|
3568
|
-
"a-table-column/fixed": {
|
|
3569
|
-
"description": "Fixed position"
|
|
3570
|
-
},
|
|
3571
|
-
"a-table-column/ellipsis": {
|
|
3572
|
-
"description": "Whether to display as omitted",
|
|
3573
|
-
"type": "boolean"
|
|
3574
|
-
},
|
|
3575
|
-
"a-table-column/sortable": {
|
|
3576
|
-
"description": "Sorting related options"
|
|
3577
|
-
},
|
|
3578
|
-
"a-table-column/filterable": {
|
|
3579
|
-
"description": "Filter related options"
|
|
3580
|
-
},
|
|
3581
|
-
"a-table-column/cell-class": {
|
|
3582
|
-
"description": "Custom cell class"
|
|
3583
|
-
},
|
|
3584
|
-
"a-table-column/header-cell-class": {
|
|
3585
|
-
"description": "Custom cell class"
|
|
3586
|
-
},
|
|
3587
|
-
"a-table-column/body-cell-class": {
|
|
3588
|
-
"description": "Custom cell class"
|
|
3589
|
-
},
|
|
3590
|
-
"a-table-column/summary-cell-class": {
|
|
3591
|
-
"description": "Customize summary column cell class"
|
|
3592
|
-
},
|
|
3593
|
-
"a-table-column/cell-style": {
|
|
3594
|
-
"description": "Custom cell style"
|
|
3595
|
-
},
|
|
3596
|
-
"a-table-column/header-cell-style": {
|
|
3597
|
-
"description": "Custom cell style"
|
|
3598
|
-
},
|
|
3599
|
-
"a-table-column/body-cell-style": {
|
|
3600
|
-
"description": "Custom cell style"
|
|
3601
|
-
},
|
|
3602
|
-
"a-table-column/summary-cell-style": {
|
|
3603
|
-
"description": "Customize summary column cell style"
|
|
3604
|
-
},
|
|
3605
|
-
"a-table-column/index": {
|
|
3606
|
-
"description": "index for manually specifying option. Manual specification is no longer required after version 2.26.0",
|
|
3607
|
-
"type": "number"
|
|
3608
|
-
},
|
|
3609
|
-
"a-table-column/tooltip": {
|
|
3610
|
-
"description": "Whether to show text hints when omitted",
|
|
3611
|
-
"type": "boolean|object"
|
|
3612
|
-
},
|
|
3613
|
-
"a-tabs/change": {
|
|
3614
|
-
"description": "Triggered when the current tag value changes"
|
|
3615
|
-
},
|
|
3616
|
-
"a-tabs/tab-click": {
|
|
3617
|
-
"description": "Triggered when the user clicks on the tab"
|
|
3618
|
-
},
|
|
3619
|
-
"a-tabs/add": {
|
|
3620
|
-
"description": "Triggered when the user clicks the add button"
|
|
3621
|
-
},
|
|
3622
|
-
"a-tabs/delete": {
|
|
3623
|
-
"description": "Triggered when the user clicks the delete button"
|
|
3624
|
-
},
|
|
3625
|
-
"a-tabs/active-key": {
|
|
3626
|
-
"description": "The `key` of the currently selected label",
|
|
3627
|
-
"type": "string|number"
|
|
3628
|
-
},
|
|
3629
|
-
"a-tabs/default-active-key": {
|
|
3630
|
-
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3631
|
-
"type": "string|number"
|
|
3632
|
-
},
|
|
3633
|
-
"a-tabs/position": {
|
|
3634
|
-
"description": "Position of the tab"
|
|
3635
|
-
},
|
|
3636
|
-
"a-tabs/size": {
|
|
3637
|
-
"description": "The size of the tab"
|
|
3638
|
-
},
|
|
3639
|
-
"a-tabs/type": {
|
|
3640
|
-
"description": "The type of tab"
|
|
3641
|
-
},
|
|
3642
|
-
"a-tabs/direction": {
|
|
3643
|
-
"description": "The direction of tab"
|
|
3644
|
-
},
|
|
3645
|
-
"a-tabs/editable": {
|
|
3646
|
-
"description": "Whether to enable editable mode",
|
|
3647
|
-
"type": "boolean"
|
|
3648
|
-
},
|
|
3649
|
-
"a-tabs/show-add-button": {
|
|
3650
|
-
"description": "Whether to display the add button (only available in editable mode)",
|
|
3651
|
-
"type": "boolean"
|
|
3652
|
-
},
|
|
3653
|
-
"a-tabs/destroy-on-hide": {
|
|
3654
|
-
"description": "Whether to destroy the content when the label is not displayed",
|
|
3655
|
-
"type": "boolean"
|
|
3656
|
-
},
|
|
3657
|
-
"a-tabs/lazy-load": {
|
|
3658
|
-
"description": "Whether to mount the content when the label is first displayed",
|
|
3659
|
-
"type": "boolean"
|
|
3660
|
-
},
|
|
3661
|
-
"a-tabs/justify": {
|
|
3662
|
-
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3663
|
-
"type": "boolean"
|
|
3664
|
-
},
|
|
3665
|
-
"a-tabs/animation": {
|
|
3666
|
-
"description": "Whether to enable option content transition animation",
|
|
3667
|
-
"type": "boolean"
|
|
3668
|
-
},
|
|
3669
|
-
"a-tabs/header-padding": {
|
|
3670
|
-
"description": "Whether there is a horizontal margin on the header of the tab. Only valid for tabs with `type` equal to `line` and `text` type",
|
|
3671
|
-
"type": "boolean"
|
|
3672
|
-
},
|
|
3673
|
-
"a-tabs/auto-switch": {
|
|
3674
|
-
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3675
|
-
"type": "boolean"
|
|
3676
|
-
},
|
|
3677
|
-
"a-tabs/hide-content": {
|
|
3678
|
-
"description": "Whether to hide content",
|
|
3679
|
-
"type": "boolean"
|
|
3680
|
-
},
|
|
3681
|
-
"a-tabs/trigger": {
|
|
3682
|
-
"description": "Trigger method"
|
|
3683
|
-
},
|
|
3684
|
-
"a-tabs/scroll-position": {
|
|
3685
|
-
"description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
|
|
3686
|
-
},
|
|
3687
|
-
"a-tab-pane/title": {
|
|
3688
|
-
"description": "Title of the tab",
|
|
3689
|
-
"type": "string"
|
|
3690
|
-
},
|
|
3691
|
-
"a-tab-pane/disabled": {
|
|
3692
|
-
"description": "Whether to disable",
|
|
3693
|
-
"type": "boolean"
|
|
3694
|
-
},
|
|
3695
|
-
"a-tab-pane/closable": {
|
|
3696
|
-
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3697
|
-
"type": "boolean"
|
|
3698
|
-
},
|
|
3699
|
-
"a-tab-pane/destroy-on-hide": {
|
|
3700
|
-
"description": "Whether to destroy the content when the label is not displayed",
|
|
3701
|
-
"type": "boolean"
|
|
3702
|
-
},
|
|
3703
|
-
"a-radio/change": {
|
|
3704
|
-
"description": "Trigger when the value changes"
|
|
3705
|
-
},
|
|
3706
|
-
"a-radio/model-value": {
|
|
3707
|
-
"description": "Value",
|
|
3708
|
-
"type": "string | number | boolean"
|
|
3709
|
-
},
|
|
3710
|
-
"a-radio/default-checked": {
|
|
3711
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
3712
|
-
"type": "boolean"
|
|
3713
|
-
},
|
|
3714
|
-
"a-radio/value": {
|
|
3715
|
-
"description": "The `value` of the option",
|
|
3716
|
-
"type": "string | number | boolean"
|
|
3717
|
-
},
|
|
3718
|
-
"a-radio/type": {
|
|
3719
|
-
"description": "Radio type"
|
|
3542
|
+
"description": "Whether to enable virtual scroll bar"
|
|
3720
3543
|
},
|
|
3721
|
-
"a-
|
|
3722
|
-
"description": "Whether to
|
|
3544
|
+
"a-table/show-empty-tree": {
|
|
3545
|
+
"description": "Whether to display empty subtrees",
|
|
3723
3546
|
"type": "boolean"
|
|
3724
3547
|
},
|
|
3725
|
-
"a-
|
|
3726
|
-
"description": "
|
|
3727
|
-
|
|
3728
|
-
"a-radio-group/model-value": {
|
|
3729
|
-
"description": "Value",
|
|
3730
|
-
"type": "string | number | boolean"
|
|
3548
|
+
"a-table-column/data-index": {
|
|
3549
|
+
"description": "Identifies the column information, corresponding to the data in TableData",
|
|
3550
|
+
"type": "string"
|
|
3731
3551
|
},
|
|
3732
|
-
"a-
|
|
3733
|
-
"description": "
|
|
3734
|
-
"type": "string
|
|
3552
|
+
"a-table-column/title": {
|
|
3553
|
+
"description": "Column title",
|
|
3554
|
+
"type": "string"
|
|
3735
3555
|
},
|
|
3736
|
-
"a-
|
|
3737
|
-
"description": "
|
|
3556
|
+
"a-table-column/width": {
|
|
3557
|
+
"description": "Column width",
|
|
3558
|
+
"type": "number"
|
|
3738
3559
|
},
|
|
3739
|
-
"a-
|
|
3740
|
-
"description": "
|
|
3560
|
+
"a-table-column/min-width": {
|
|
3561
|
+
"description": "Minimum column width",
|
|
3562
|
+
"type": "number"
|
|
3741
3563
|
},
|
|
3742
|
-
"a-
|
|
3743
|
-
"description": "
|
|
3564
|
+
"a-table-column/align": {
|
|
3565
|
+
"description": "Alignment direction"
|
|
3744
3566
|
},
|
|
3745
|
-
"a-
|
|
3746
|
-
"description": "
|
|
3567
|
+
"a-table-column/fixed": {
|
|
3568
|
+
"description": "Fixed position"
|
|
3747
3569
|
},
|
|
3748
|
-
"a-
|
|
3749
|
-
"description": "Whether to
|
|
3570
|
+
"a-table-column/ellipsis": {
|
|
3571
|
+
"description": "Whether to display as omitted",
|
|
3750
3572
|
"type": "boolean"
|
|
3751
3573
|
},
|
|
3752
|
-
"a-
|
|
3753
|
-
"description": "
|
|
3754
|
-
},
|
|
3755
|
-
"a-tag/check": {
|
|
3756
|
-
"description": "Emitted when the user check (emit only in the checkable mode)"
|
|
3574
|
+
"a-table-column/sortable": {
|
|
3575
|
+
"description": "Sorting related options"
|
|
3757
3576
|
},
|
|
3758
|
-
"a-
|
|
3759
|
-
"description": "
|
|
3577
|
+
"a-table-column/filterable": {
|
|
3578
|
+
"description": "Filter related options"
|
|
3760
3579
|
},
|
|
3761
|
-
"a-
|
|
3762
|
-
"description": "
|
|
3763
|
-
"type": "string"
|
|
3580
|
+
"a-table-column/cell-class": {
|
|
3581
|
+
"description": "Custom cell class"
|
|
3764
3582
|
},
|
|
3765
|
-
"a-
|
|
3766
|
-
"description": "
|
|
3767
|
-
"type": "boolean"
|
|
3583
|
+
"a-table-column/header-cell-class": {
|
|
3584
|
+
"description": "Custom cell class"
|
|
3768
3585
|
},
|
|
3769
|
-
"a-
|
|
3770
|
-
"description": "
|
|
3771
|
-
"type": "boolean"
|
|
3586
|
+
"a-table-column/body-cell-class": {
|
|
3587
|
+
"description": "Custom cell class"
|
|
3772
3588
|
},
|
|
3773
|
-
"a-
|
|
3774
|
-
"description": "
|
|
3775
|
-
"type": "boolean"
|
|
3589
|
+
"a-table-column/summary-cell-class": {
|
|
3590
|
+
"description": "Customize summary column cell class"
|
|
3776
3591
|
},
|
|
3777
|
-
"a-
|
|
3778
|
-
"description": "
|
|
3779
|
-
"type": "boolean"
|
|
3592
|
+
"a-table-column/cell-style": {
|
|
3593
|
+
"description": "Custom cell style"
|
|
3780
3594
|
},
|
|
3781
|
-
"a-
|
|
3782
|
-
"description": "
|
|
3783
|
-
"type": "boolean"
|
|
3595
|
+
"a-table-column/header-cell-style": {
|
|
3596
|
+
"description": "Custom cell style"
|
|
3784
3597
|
},
|
|
3785
|
-
"a-
|
|
3786
|
-
"description": "
|
|
3787
|
-
"type": "boolean"
|
|
3598
|
+
"a-table-column/body-cell-style": {
|
|
3599
|
+
"description": "Custom cell style"
|
|
3788
3600
|
},
|
|
3789
|
-
"a-
|
|
3790
|
-
"description": "
|
|
3791
|
-
"type": "boolean"
|
|
3601
|
+
"a-table-column/summary-cell-style": {
|
|
3602
|
+
"description": "Customize summary column cell style"
|
|
3792
3603
|
},
|
|
3793
|
-
"a-
|
|
3794
|
-
"description": "
|
|
3795
|
-
"type": "
|
|
3604
|
+
"a-table-column/index": {
|
|
3605
|
+
"description": "index for manually specifying option. Manual specification is no longer required after version 2.26.0",
|
|
3606
|
+
"type": "number"
|
|
3796
3607
|
},
|
|
3797
|
-
"a-
|
|
3798
|
-
"description": "
|
|
3799
|
-
"type": "boolean"
|
|
3608
|
+
"a-table-column/tooltip": {
|
|
3609
|
+
"description": "Whether to show text hints when omitted",
|
|
3610
|
+
"type": "boolean|object"
|
|
3800
3611
|
},
|
|
3801
3612
|
"a-textarea/input": {
|
|
3802
3613
|
"description": "Emitted when the user enters"
|
|
@@ -3856,98 +3667,182 @@
|
|
|
3856
3667
|
"a-textarea/textarea-attrs": {
|
|
3857
3668
|
"description": "Attributes passed to textarea"
|
|
3858
3669
|
},
|
|
3859
|
-
"a-
|
|
3860
|
-
"description": "
|
|
3670
|
+
"a-steps/change": {
|
|
3671
|
+
"description": "Triggered when the number of steps changes"
|
|
3861
3672
|
},
|
|
3862
|
-
"a-
|
|
3863
|
-
"description": "
|
|
3673
|
+
"a-steps/type": {
|
|
3674
|
+
"description": "The type of the steps"
|
|
3864
3675
|
},
|
|
3865
|
-
"a-
|
|
3866
|
-
"description": "
|
|
3676
|
+
"a-steps/direction": {
|
|
3677
|
+
"description": "The direction of the steps"
|
|
3867
3678
|
},
|
|
3868
|
-
"a-
|
|
3869
|
-
"description": "
|
|
3679
|
+
"a-steps/label-placement": {
|
|
3680
|
+
"description": "The location where the label description is placed."
|
|
3870
3681
|
},
|
|
3871
|
-
"a-
|
|
3872
|
-
"description": "
|
|
3873
|
-
"type": "
|
|
3682
|
+
"a-steps/current": {
|
|
3683
|
+
"description": "Number of current step",
|
|
3684
|
+
"type": "number"
|
|
3874
3685
|
},
|
|
3875
|
-
"a-
|
|
3876
|
-
"description": "
|
|
3686
|
+
"a-steps/default-current": {
|
|
3687
|
+
"description": "The default number of step (uncontrolled state)",
|
|
3688
|
+
"type": "number"
|
|
3877
3689
|
},
|
|
3878
|
-
"a-
|
|
3879
|
-
"description": "
|
|
3690
|
+
"a-steps/status": {
|
|
3691
|
+
"description": "The status of the current step"
|
|
3880
3692
|
},
|
|
3881
|
-
"a-
|
|
3882
|
-
"description": "Whether to
|
|
3693
|
+
"a-steps/line-less": {
|
|
3694
|
+
"description": "Whether to use the connectionless style",
|
|
3883
3695
|
"type": "boolean"
|
|
3884
3696
|
},
|
|
3885
|
-
"a-
|
|
3886
|
-
"description": "Whether to
|
|
3697
|
+
"a-steps/small": {
|
|
3698
|
+
"description": "Whether to use a small step bar",
|
|
3887
3699
|
"type": "boolean"
|
|
3888
3700
|
},
|
|
3889
|
-
"a-
|
|
3890
|
-
"description": "Whether
|
|
3701
|
+
"a-steps/changeable": {
|
|
3702
|
+
"description": "Whether you can click to switch",
|
|
3891
3703
|
"type": "boolean"
|
|
3892
3704
|
},
|
|
3893
|
-
"a-
|
|
3894
|
-
"description": "
|
|
3705
|
+
"a-step/title": {
|
|
3706
|
+
"description": "Title of the step",
|
|
3707
|
+
"type": "string"
|
|
3708
|
+
},
|
|
3709
|
+
"a-step/description": {
|
|
3710
|
+
"description": "Description of the step",
|
|
3711
|
+
"type": "string"
|
|
3712
|
+
},
|
|
3713
|
+
"a-step/status": {
|
|
3714
|
+
"description": "Status of the step"
|
|
3715
|
+
},
|
|
3716
|
+
"a-step/disabled": {
|
|
3717
|
+
"description": "Whether to disable",
|
|
3895
3718
|
"type": "boolean"
|
|
3896
3719
|
},
|
|
3897
|
-
"a-
|
|
3898
|
-
"description": "
|
|
3720
|
+
"a-timeline/reverse": {
|
|
3721
|
+
"description": "Whether reverse order",
|
|
3722
|
+
"type": "boolean"
|
|
3723
|
+
},
|
|
3724
|
+
"a-timeline/direction": {
|
|
3725
|
+
"description": "Timeline direction"
|
|
3726
|
+
},
|
|
3727
|
+
"a-timeline/mode": {
|
|
3728
|
+
"description": "The display mode of Timeline"
|
|
3729
|
+
},
|
|
3730
|
+
"a-timeline/pending": {
|
|
3731
|
+
"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",
|
|
3732
|
+
"type": "boolean|string"
|
|
3733
|
+
},
|
|
3734
|
+
"a-timeline/label-position": {
|
|
3735
|
+
"description": "Position of label text"
|
|
3736
|
+
},
|
|
3737
|
+
"a-timeline-item/dot-color": {
|
|
3738
|
+
"description": "Dot color",
|
|
3899
3739
|
"type": "string"
|
|
3900
3740
|
},
|
|
3901
|
-
"a-
|
|
3902
|
-
"description": "
|
|
3741
|
+
"a-timeline-item/dot-type": {
|
|
3742
|
+
"description": "Dot type"
|
|
3903
3743
|
},
|
|
3904
|
-
"a-
|
|
3905
|
-
"description": "
|
|
3744
|
+
"a-timeline-item/line-type": {
|
|
3745
|
+
"description": "Line type"
|
|
3906
3746
|
},
|
|
3907
|
-
"a-
|
|
3908
|
-
"description": "
|
|
3747
|
+
"a-timeline-item/line-color": {
|
|
3748
|
+
"description": "Line Color",
|
|
3749
|
+
"type": "string"
|
|
3909
3750
|
},
|
|
3910
|
-
"a-
|
|
3911
|
-
"description": "
|
|
3751
|
+
"a-timeline-item/label": {
|
|
3752
|
+
"description": "Label text",
|
|
3753
|
+
"type": "string"
|
|
3754
|
+
},
|
|
3755
|
+
"a-timeline-item/position": {
|
|
3756
|
+
"description": "Item position"
|
|
3757
|
+
},
|
|
3758
|
+
"a-tabs/change": {
|
|
3759
|
+
"description": "Triggered when the current tag value changes"
|
|
3760
|
+
},
|
|
3761
|
+
"a-tabs/tab-click": {
|
|
3762
|
+
"description": "Triggered when the user clicks on the tab"
|
|
3763
|
+
},
|
|
3764
|
+
"a-tabs/add": {
|
|
3765
|
+
"description": "Triggered when the user clicks the add button"
|
|
3766
|
+
},
|
|
3767
|
+
"a-tabs/delete": {
|
|
3768
|
+
"description": "Triggered when the user clicks the delete button"
|
|
3769
|
+
},
|
|
3770
|
+
"a-tabs/active-key": {
|
|
3771
|
+
"description": "The `key` of the currently selected label",
|
|
3772
|
+
"type": "string|number"
|
|
3773
|
+
},
|
|
3774
|
+
"a-tabs/default-active-key": {
|
|
3775
|
+
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3776
|
+
"type": "string|number"
|
|
3777
|
+
},
|
|
3778
|
+
"a-tabs/position": {
|
|
3779
|
+
"description": "Position of the tab"
|
|
3780
|
+
},
|
|
3781
|
+
"a-tabs/size": {
|
|
3782
|
+
"description": "The size of the tab"
|
|
3783
|
+
},
|
|
3784
|
+
"a-tabs/type": {
|
|
3785
|
+
"description": "The type of tab"
|
|
3786
|
+
},
|
|
3787
|
+
"a-tabs/direction": {
|
|
3788
|
+
"description": "The direction of tab"
|
|
3789
|
+
},
|
|
3790
|
+
"a-tabs/editable": {
|
|
3791
|
+
"description": "Whether to enable editable mode",
|
|
3912
3792
|
"type": "boolean"
|
|
3913
3793
|
},
|
|
3914
|
-
"a-
|
|
3915
|
-
"description": "
|
|
3794
|
+
"a-tabs/show-add-button": {
|
|
3795
|
+
"description": "Whether to display the add button (only available in editable mode)",
|
|
3796
|
+
"type": "boolean"
|
|
3916
3797
|
},
|
|
3917
|
-
"a-
|
|
3918
|
-
"description": "
|
|
3798
|
+
"a-tabs/destroy-on-hide": {
|
|
3799
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3800
|
+
"type": "boolean"
|
|
3801
|
+
},
|
|
3802
|
+
"a-tabs/lazy-load": {
|
|
3803
|
+
"description": "Whether to mount the content when the label is first displayed",
|
|
3804
|
+
"type": "boolean"
|
|
3805
|
+
},
|
|
3806
|
+
"a-tabs/justify": {
|
|
3807
|
+
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3808
|
+
"type": "boolean"
|
|
3919
3809
|
},
|
|
3920
|
-
"a-
|
|
3921
|
-
"description": "
|
|
3810
|
+
"a-tabs/animation": {
|
|
3811
|
+
"description": "Whether to enable option content transition animation",
|
|
3812
|
+
"type": "boolean"
|
|
3922
3813
|
},
|
|
3923
|
-
"a-
|
|
3924
|
-
"description": "
|
|
3814
|
+
"a-tabs/header-padding": {
|
|
3815
|
+
"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",
|
|
3816
|
+
"type": "boolean"
|
|
3925
3817
|
},
|
|
3926
|
-
"a-
|
|
3927
|
-
"description": "
|
|
3818
|
+
"a-tabs/auto-switch": {
|
|
3819
|
+
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3928
3820
|
"type": "boolean"
|
|
3929
3821
|
},
|
|
3930
|
-
"a-
|
|
3931
|
-
"description": "
|
|
3822
|
+
"a-tabs/hide-content": {
|
|
3823
|
+
"description": "Whether to hide content",
|
|
3932
3824
|
"type": "boolean"
|
|
3933
3825
|
},
|
|
3934
|
-
"a-
|
|
3935
|
-
"description": "
|
|
3826
|
+
"a-tabs/trigger": {
|
|
3827
|
+
"description": "Trigger method"
|
|
3828
|
+
},
|
|
3829
|
+
"a-tabs/scroll-position": {
|
|
3830
|
+
"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"
|
|
3831
|
+
},
|
|
3832
|
+
"a-tab-pane/title": {
|
|
3833
|
+
"description": "Title of the tab",
|
|
3936
3834
|
"type": "string"
|
|
3937
3835
|
},
|
|
3938
|
-
"a-
|
|
3939
|
-
"description": "
|
|
3836
|
+
"a-tab-pane/disabled": {
|
|
3837
|
+
"description": "Whether to disable",
|
|
3940
3838
|
"type": "boolean"
|
|
3941
3839
|
},
|
|
3942
|
-
"a-
|
|
3943
|
-
"description": "
|
|
3840
|
+
"a-tab-pane/closable": {
|
|
3841
|
+
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3944
3842
|
"type": "boolean"
|
|
3945
3843
|
},
|
|
3946
|
-
"a-
|
|
3947
|
-
"description": "
|
|
3948
|
-
},
|
|
3949
|
-
"a-time-picker/unmount-on-close": {
|
|
3950
|
-
"description": "Whether to destroy the dom structure after closing",
|
|
3844
|
+
"a-tab-pane/destroy-on-hide": {
|
|
3845
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3951
3846
|
"type": "boolean"
|
|
3952
3847
|
},
|
|
3953
3848
|
"a-tooltip/popup-visible-change": {
|
|
@@ -3991,6 +3886,55 @@
|
|
|
3991
3886
|
"a-tooltip/popup-container": {
|
|
3992
3887
|
"description": "Mount container for popup"
|
|
3993
3888
|
},
|
|
3889
|
+
"a-tag/close": {
|
|
3890
|
+
"description": "Emitted when the close button is clicked"
|
|
3891
|
+
},
|
|
3892
|
+
"a-tag/check": {
|
|
3893
|
+
"description": "Emitted when the user check (emit only in the checkable mode)"
|
|
3894
|
+
},
|
|
3895
|
+
"a-tag/color": {
|
|
3896
|
+
"description": "Label color"
|
|
3897
|
+
},
|
|
3898
|
+
"a-tag/size": {
|
|
3899
|
+
"description": "Label size",
|
|
3900
|
+
"type": "string"
|
|
3901
|
+
},
|
|
3902
|
+
"a-tag/bordered": {
|
|
3903
|
+
"description": "Whether the tag is bordered",
|
|
3904
|
+
"type": "boolean"
|
|
3905
|
+
},
|
|
3906
|
+
"a-tag/visible": {
|
|
3907
|
+
"description": "Whether the tag is visible",
|
|
3908
|
+
"type": "boolean"
|
|
3909
|
+
},
|
|
3910
|
+
"a-tag/default-visible": {
|
|
3911
|
+
"description": "Whether the tag is visible by default",
|
|
3912
|
+
"type": "boolean"
|
|
3913
|
+
},
|
|
3914
|
+
"a-tag/loading": {
|
|
3915
|
+
"description": "Whether the tag is loading state",
|
|
3916
|
+
"type": "boolean"
|
|
3917
|
+
},
|
|
3918
|
+
"a-tag/closable": {
|
|
3919
|
+
"description": "Whether the tag can be closed",
|
|
3920
|
+
"type": "boolean"
|
|
3921
|
+
},
|
|
3922
|
+
"a-tag/checkable": {
|
|
3923
|
+
"description": "Whether the tag can be checked",
|
|
3924
|
+
"type": "boolean"
|
|
3925
|
+
},
|
|
3926
|
+
"a-tag/checked": {
|
|
3927
|
+
"description": "Whether the tag is checked (available when the tag is checkable)",
|
|
3928
|
+
"type": "boolean"
|
|
3929
|
+
},
|
|
3930
|
+
"a-tag/default-checked": {
|
|
3931
|
+
"description": "Whether the tag is checked by default (available when the tag is checkable)",
|
|
3932
|
+
"type": "boolean"
|
|
3933
|
+
},
|
|
3934
|
+
"a-tag/nowrap": {
|
|
3935
|
+
"description": "Tag content does not wrap",
|
|
3936
|
+
"type": "boolean"
|
|
3937
|
+
},
|
|
3994
3938
|
"a-transfer/change": {
|
|
3995
3939
|
"description": "Triggered when the value of the target selection box changes"
|
|
3996
3940
|
},
|
|
@@ -4046,164 +3990,185 @@
|
|
|
4046
3990
|
"description": "Search box configuration for target selection box",
|
|
4047
3991
|
"type": "object"
|
|
4048
3992
|
},
|
|
4049
|
-
"a-
|
|
4050
|
-
"description": "
|
|
4051
|
-
"type": "boolean"
|
|
4052
|
-
},
|
|
4053
|
-
"a-timeline/direction": {
|
|
4054
|
-
"description": "Timeline direction"
|
|
3993
|
+
"a-time-picker/change": {
|
|
3994
|
+
"description": "The component value changes"
|
|
4055
3995
|
},
|
|
4056
|
-
"a-
|
|
4057
|
-
"description": "
|
|
3996
|
+
"a-time-picker/select": {
|
|
3997
|
+
"description": "Select time but do not trigger component value change"
|
|
4058
3998
|
},
|
|
4059
|
-
"a-
|
|
4060
|
-
"description": "
|
|
4061
|
-
"type": "boolean|string"
|
|
3999
|
+
"a-time-picker/clear": {
|
|
4000
|
+
"description": "Click the clear button"
|
|
4062
4001
|
},
|
|
4063
|
-
"a-
|
|
4064
|
-
"description": "
|
|
4002
|
+
"a-time-picker/popup-visible-change": {
|
|
4003
|
+
"description": "Pop-up box expand and collapse"
|
|
4065
4004
|
},
|
|
4066
|
-
"a-
|
|
4067
|
-
"description": "
|
|
4005
|
+
"a-time-picker/type": {
|
|
4006
|
+
"description": "Selector type",
|
|
4068
4007
|
"type": "string"
|
|
4069
4008
|
},
|
|
4070
|
-
"a-
|
|
4071
|
-
"description": "
|
|
4009
|
+
"a-time-picker/model-value": {
|
|
4010
|
+
"description": "Value"
|
|
4072
4011
|
},
|
|
4073
|
-
"a-
|
|
4074
|
-
"description": "
|
|
4012
|
+
"a-time-picker/default-value": {
|
|
4013
|
+
"description": "Default value"
|
|
4075
4014
|
},
|
|
4076
|
-
"a-
|
|
4077
|
-
"description": "
|
|
4078
|
-
"type": "
|
|
4015
|
+
"a-time-picker/disabled": {
|
|
4016
|
+
"description": "Whether to disable",
|
|
4017
|
+
"type": "boolean"
|
|
4079
4018
|
},
|
|
4080
|
-
"a-
|
|
4081
|
-
"description": "
|
|
4082
|
-
"type": "
|
|
4019
|
+
"a-time-picker/allow-clear": {
|
|
4020
|
+
"description": "Whether to allow clear",
|
|
4021
|
+
"type": "boolean"
|
|
4083
4022
|
},
|
|
4084
|
-
"a-
|
|
4085
|
-
"description": "
|
|
4023
|
+
"a-time-picker/readonly": {
|
|
4024
|
+
"description": "Whether it is read-only mode",
|
|
4025
|
+
"type": "boolean"
|
|
4086
4026
|
},
|
|
4087
|
-
"a-
|
|
4088
|
-
"description": "
|
|
4027
|
+
"a-time-picker/error": {
|
|
4028
|
+
"description": "Whether it is an error state",
|
|
4029
|
+
"type": "boolean"
|
|
4089
4030
|
},
|
|
4090
|
-
"a-
|
|
4091
|
-
"description": "
|
|
4031
|
+
"a-time-picker/format": {
|
|
4032
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
4033
|
+
"type": "string"
|
|
4092
4034
|
},
|
|
4093
|
-
"a-
|
|
4094
|
-
"description": "
|
|
4035
|
+
"a-time-picker/placeholder": {
|
|
4036
|
+
"description": "Prompt copy"
|
|
4095
4037
|
},
|
|
4096
|
-
"a-
|
|
4097
|
-
"description": "
|
|
4038
|
+
"a-time-picker/size": {
|
|
4039
|
+
"description": "Input box size"
|
|
4098
4040
|
},
|
|
4099
|
-
"a-
|
|
4100
|
-
"description": "
|
|
4041
|
+
"a-time-picker/popup-container": {
|
|
4042
|
+
"description": "Mount container for pop-up box"
|
|
4101
4043
|
},
|
|
4102
|
-
"a-
|
|
4103
|
-
"description": "
|
|
4044
|
+
"a-time-picker/use12-hours": {
|
|
4045
|
+
"description": "12 hour clock",
|
|
4046
|
+
"type": "boolean"
|
|
4104
4047
|
},
|
|
4105
|
-
"a-
|
|
4106
|
-
"description": "
|
|
4048
|
+
"a-time-picker/step": {
|
|
4049
|
+
"description": "Set the hour/minute/second selection interval"
|
|
4107
4050
|
},
|
|
4108
|
-
"a-
|
|
4109
|
-
"description": "
|
|
4051
|
+
"a-time-picker/disabled-hours": {
|
|
4052
|
+
"description": "Disabled partial hour options"
|
|
4110
4053
|
},
|
|
4111
|
-
"a-
|
|
4112
|
-
"description": "
|
|
4113
|
-
"type": "string"
|
|
4054
|
+
"a-time-picker/disabled-minutes": {
|
|
4055
|
+
"description": "Disabled some minutes options"
|
|
4114
4056
|
},
|
|
4115
|
-
"a-
|
|
4116
|
-
"description": "
|
|
4117
|
-
"type": "boolean"
|
|
4057
|
+
"a-time-picker/disabled-seconds": {
|
|
4058
|
+
"description": "Disabled partial seconds option"
|
|
4118
4059
|
},
|
|
4119
|
-
"a-
|
|
4120
|
-
"description": "
|
|
4060
|
+
"a-time-picker/hide-disabled-options": {
|
|
4061
|
+
"description": "Hide prohibited options",
|
|
4121
4062
|
"type": "boolean"
|
|
4122
4063
|
},
|
|
4123
|
-
"a-
|
|
4124
|
-
"description": "
|
|
4064
|
+
"a-time-picker/disable-confirm": {
|
|
4065
|
+
"description": "Disable the confirmation step, click the time directly after opening, without clicking the confirmation button",
|
|
4125
4066
|
"type": "boolean"
|
|
4126
4067
|
},
|
|
4127
|
-
"a-
|
|
4128
|
-
"description": "
|
|
4129
|
-
|
|
4130
|
-
"a-tree/selectable": {
|
|
4131
|
-
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4068
|
+
"a-time-picker/position": {
|
|
4069
|
+
"description": "Pop-up position",
|
|
4070
|
+
"type": "string"
|
|
4132
4071
|
},
|
|
4133
|
-
"a-
|
|
4134
|
-
"description": "
|
|
4072
|
+
"a-time-picker/popup-visible": {
|
|
4073
|
+
"description": "Control the pop-up box to open or close",
|
|
4135
4074
|
"type": "boolean"
|
|
4136
4075
|
},
|
|
4137
|
-
"a-
|
|
4138
|
-
"description": "
|
|
4139
|
-
"type": "
|
|
4076
|
+
"a-time-picker/default-popup-visible": {
|
|
4077
|
+
"description": "The pop-up box is opened or closed by default",
|
|
4078
|
+
"type": "boolean"
|
|
4140
4079
|
},
|
|
4141
|
-
"a-
|
|
4142
|
-
"description": "
|
|
4080
|
+
"a-time-picker/trigger-props": {
|
|
4081
|
+
"description": "You can pass in the parameters of the `Trigger` component"
|
|
4143
4082
|
},
|
|
4144
|
-
"a-
|
|
4145
|
-
"description": "
|
|
4083
|
+
"a-time-picker/unmount-on-close": {
|
|
4084
|
+
"description": "Whether to destroy the dom structure after closing",
|
|
4085
|
+
"type": "boolean"
|
|
4146
4086
|
},
|
|
4147
|
-
"a-
|
|
4148
|
-
"description": "
|
|
4087
|
+
"a-common/edit-start": {
|
|
4088
|
+
"description": "Edit start"
|
|
4149
4089
|
},
|
|
4150
|
-
"a-
|
|
4151
|
-
"description": "
|
|
4090
|
+
"a-common/edit-end": {
|
|
4091
|
+
"description": "Edit end"
|
|
4152
4092
|
},
|
|
4153
|
-
"a-
|
|
4154
|
-
"description": "
|
|
4093
|
+
"a-common/copy": {
|
|
4094
|
+
"description": "Copy"
|
|
4155
4095
|
},
|
|
4156
|
-
"a-
|
|
4157
|
-
"description": "
|
|
4096
|
+
"a-common/ellipsis": {
|
|
4097
|
+
"description": "Ellipsis change"
|
|
4158
4098
|
},
|
|
4159
|
-
"a-
|
|
4160
|
-
"description": "
|
|
4099
|
+
"a-common/expand": {
|
|
4100
|
+
"description": "Expand collapse event"
|
|
4161
4101
|
},
|
|
4162
|
-
"a-
|
|
4163
|
-
"description": "
|
|
4102
|
+
"a-common/type": {
|
|
4103
|
+
"description": "Text type",
|
|
4104
|
+
"type": "string"
|
|
4164
4105
|
},
|
|
4165
|
-
"a-
|
|
4166
|
-
"description": "Whether
|
|
4106
|
+
"a-common/bold": {
|
|
4107
|
+
"description": "Whether enable bold style",
|
|
4167
4108
|
"type": "boolean"
|
|
4168
4109
|
},
|
|
4169
|
-
"a-
|
|
4170
|
-
"description": "
|
|
4171
|
-
},
|
|
4172
|
-
"a-
|
|
4173
|
-
"description": "Whether
|
|
4110
|
+
"a-common/mark": {
|
|
4111
|
+
"description": "Mark style"
|
|
4112
|
+
},
|
|
4113
|
+
"a-common/underline": {
|
|
4114
|
+
"description": "Whether enable underline style",
|
|
4174
4115
|
"type": "boolean"
|
|
4175
4116
|
},
|
|
4176
|
-
"a-
|
|
4177
|
-
"description": "Whether
|
|
4117
|
+
"a-common/delete": {
|
|
4118
|
+
"description": "Whether enable delete style",
|
|
4119
|
+
"type": "boolean"
|
|
4178
4120
|
},
|
|
4179
|
-
"a-
|
|
4180
|
-
"description": "
|
|
4121
|
+
"a-common/code": {
|
|
4122
|
+
"description": "Whether enable code style",
|
|
4123
|
+
"type": "boolean"
|
|
4181
4124
|
},
|
|
4182
|
-
"a-
|
|
4183
|
-
"description": "Whether
|
|
4125
|
+
"a-common/editable": {
|
|
4126
|
+
"description": "Whether it's editable",
|
|
4184
4127
|
"type": "boolean"
|
|
4185
4128
|
},
|
|
4186
|
-
"a-
|
|
4187
|
-
"description": "Whether
|
|
4129
|
+
"a-common/editing": {
|
|
4130
|
+
"description": "Whether it's editing",
|
|
4188
4131
|
"type": "boolean"
|
|
4189
4132
|
},
|
|
4190
|
-
"a-
|
|
4191
|
-
"description": "
|
|
4133
|
+
"a-common/default-editing": {
|
|
4134
|
+
"description": "Default editing state",
|
|
4192
4135
|
"type": "boolean"
|
|
4193
4136
|
},
|
|
4194
|
-
"a-
|
|
4195
|
-
"description": "
|
|
4137
|
+
"a-common/edit-text": {
|
|
4138
|
+
"description": "Edit text",
|
|
4139
|
+
"type": "string"
|
|
4196
4140
|
},
|
|
4197
|
-
"a-
|
|
4198
|
-
"description": "
|
|
4141
|
+
"a-common/copyable": {
|
|
4142
|
+
"description": "Whether turn on copy functionality",
|
|
4199
4143
|
"type": "boolean"
|
|
4200
4144
|
},
|
|
4201
|
-
"a-
|
|
4202
|
-
"description": "
|
|
4145
|
+
"a-common/copy-text": {
|
|
4146
|
+
"description": "Copied text",
|
|
4147
|
+
"type": "string"
|
|
4148
|
+
},
|
|
4149
|
+
"a-common/copy-delay": {
|
|
4150
|
+
"description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
|
|
4151
|
+
"type": "number"
|
|
4152
|
+
},
|
|
4153
|
+
"a-common/edit-tooltip-props": {
|
|
4154
|
+
"description": "Edit button question prompt configuration",
|
|
4155
|
+
"type": "object"
|
|
4156
|
+
},
|
|
4157
|
+
"a-common/copy-tooltip-props": {
|
|
4158
|
+
"description": "Copy button question prompt configuration",
|
|
4159
|
+
"type": "object"
|
|
4160
|
+
},
|
|
4161
|
+
"a-typography-title/heading": {
|
|
4162
|
+
"description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
|
|
4163
|
+
"type": "string"
|
|
4164
|
+
},
|
|
4165
|
+
"a-typography-paragraph/blockquote": {
|
|
4166
|
+
"description": "Whether enable blockquote",
|
|
4203
4167
|
"type": "boolean"
|
|
4204
4168
|
},
|
|
4205
|
-
"a-
|
|
4206
|
-
"description": "The
|
|
4169
|
+
"a-typography-paragraph/spacing": {
|
|
4170
|
+
"description": "The line height of the paragraph, the default line height is recommended for long text (more than 5 lines). `close` line height is recommended for short text (less than or equal to 3 lines).",
|
|
4171
|
+
"type": "string"
|
|
4207
4172
|
},
|
|
4208
4173
|
"a-tree-select/change": {
|
|
4209
4174
|
"description": "Trigger when the value changes"
|
|
@@ -4344,224 +4309,224 @@
|
|
|
4344
4309
|
"description": "The default value of the input (uncontrolled mode)",
|
|
4345
4310
|
"type": "string"
|
|
4346
4311
|
},
|
|
4347
|
-
"a-
|
|
4348
|
-
"description": "
|
|
4349
|
-
},
|
|
4350
|
-
"a-trigger/show": {
|
|
4351
|
-
"description": "Triggered after the trigger is shown (the animation ends)"
|
|
4312
|
+
"a-tree/select": {
|
|
4313
|
+
"description": "Triggered when the tree node is clicked"
|
|
4352
4314
|
},
|
|
4353
|
-
"a-
|
|
4354
|
-
"description": "Triggered
|
|
4315
|
+
"a-tree/check": {
|
|
4316
|
+
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4355
4317
|
},
|
|
4356
|
-
"a-
|
|
4357
|
-
"description": "
|
|
4358
|
-
"type": "boolean"
|
|
4318
|
+
"a-tree/expand": {
|
|
4319
|
+
"description": "Expand/close"
|
|
4359
4320
|
},
|
|
4360
|
-
"a-
|
|
4361
|
-
"description": "
|
|
4362
|
-
"type": "boolean"
|
|
4321
|
+
"a-tree/drag-start": {
|
|
4322
|
+
"description": "Node starts dragging"
|
|
4363
4323
|
},
|
|
4364
|
-
"a-
|
|
4365
|
-
"description": "
|
|
4324
|
+
"a-tree/drag-end": {
|
|
4325
|
+
"description": "Node end drag"
|
|
4366
4326
|
},
|
|
4367
|
-
"a-
|
|
4368
|
-
"description": "
|
|
4327
|
+
"a-tree/drag-over": {
|
|
4328
|
+
"description": "The node is dragged to the releasable target"
|
|
4369
4329
|
},
|
|
4370
|
-
"a-
|
|
4371
|
-
"description": "
|
|
4372
|
-
"type": "boolean"
|
|
4330
|
+
"a-tree/drag-leave": {
|
|
4331
|
+
"description": "Node leaves to release the target"
|
|
4373
4332
|
},
|
|
4374
|
-
"a-
|
|
4375
|
-
"description": "The
|
|
4376
|
-
"type": "number"
|
|
4333
|
+
"a-tree/drop": {
|
|
4334
|
+
"description": "The node is released on a releasable target"
|
|
4377
4335
|
},
|
|
4378
|
-
"a-
|
|
4379
|
-
"description": "
|
|
4336
|
+
"a-tree/size": {
|
|
4337
|
+
"description": "Size",
|
|
4338
|
+
"type": "string"
|
|
4380
4339
|
},
|
|
4381
|
-
"a-
|
|
4382
|
-
"description": "Whether the
|
|
4340
|
+
"a-tree/block-node": {
|
|
4341
|
+
"description": "Whether the node occupies a row",
|
|
4383
4342
|
"type": "boolean"
|
|
4384
4343
|
},
|
|
4385
|
-
"a-
|
|
4386
|
-
"description": "Whether the
|
|
4344
|
+
"a-tree/default-expand-all": {
|
|
4345
|
+
"description": "Whether to expand the parent node by default",
|
|
4387
4346
|
"type": "boolean"
|
|
4388
4347
|
},
|
|
4389
|
-
"a-
|
|
4390
|
-
"description": "Whether to
|
|
4348
|
+
"a-tree/multiple": {
|
|
4349
|
+
"description": "Whether to support multiple selection",
|
|
4391
4350
|
"type": "boolean"
|
|
4392
4351
|
},
|
|
4393
|
-
"a-
|
|
4394
|
-
"description": "Whether to
|
|
4395
|
-
"type": "boolean"
|
|
4352
|
+
"a-tree/checkable": {
|
|
4353
|
+
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4396
4354
|
},
|
|
4397
|
-
"a-
|
|
4398
|
-
"description": "Whether to
|
|
4399
|
-
"type": "boolean"
|
|
4355
|
+
"a-tree/selectable": {
|
|
4356
|
+
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4400
4357
|
},
|
|
4401
|
-
"a-
|
|
4402
|
-
"description": "Whether to
|
|
4358
|
+
"a-tree/check-strictly": {
|
|
4359
|
+
"description": "Whether to cancel the parent-child node association",
|
|
4403
4360
|
"type": "boolean"
|
|
4404
4361
|
},
|
|
4405
|
-
"a-
|
|
4406
|
-
"description": "
|
|
4407
|
-
"type": "
|
|
4362
|
+
"a-tree/checked-strategy": {
|
|
4363
|
+
"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",
|
|
4364
|
+
"type": "string"
|
|
4408
4365
|
},
|
|
4409
|
-
"a-
|
|
4410
|
-
"description": "
|
|
4411
|
-
"type": "string|array|object"
|
|
4366
|
+
"a-tree/default-selected-keys": {
|
|
4367
|
+
"description": "Tree node selected by default"
|
|
4412
4368
|
},
|
|
4413
|
-
"a-
|
|
4414
|
-
"description": "
|
|
4369
|
+
"a-tree/selected-keys": {
|
|
4370
|
+
"description": "Selected tree node"
|
|
4415
4371
|
},
|
|
4416
|
-
"a-
|
|
4417
|
-
"description": "
|
|
4418
|
-
"type": "string|array|object"
|
|
4372
|
+
"a-tree/default-checked-keys": {
|
|
4373
|
+
"description": "Tree node with checkbox selected by default"
|
|
4419
4374
|
},
|
|
4420
|
-
"a-
|
|
4421
|
-
"description": "
|
|
4375
|
+
"a-tree/checked-keys": {
|
|
4376
|
+
"description": "Tree node with check box selected"
|
|
4422
4377
|
},
|
|
4423
|
-
"a-
|
|
4424
|
-
"description": "
|
|
4378
|
+
"a-tree/default-expanded-keys": {
|
|
4379
|
+
"description": "Nodes expanded by default"
|
|
4425
4380
|
},
|
|
4426
|
-
"a-
|
|
4427
|
-
"description": "
|
|
4428
|
-
"type": "string"
|
|
4381
|
+
"a-tree/expanded-keys": {
|
|
4382
|
+
"description": "Expanded node"
|
|
4429
4383
|
},
|
|
4430
|
-
"a-
|
|
4431
|
-
"description": "
|
|
4384
|
+
"a-tree/data": {
|
|
4385
|
+
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4432
4386
|
},
|
|
4433
|
-
"a-
|
|
4434
|
-
"description": "
|
|
4435
|
-
"type": "number"
|
|
4387
|
+
"a-tree/field-names": {
|
|
4388
|
+
"description": "Specify the field name in the node data"
|
|
4436
4389
|
},
|
|
4437
|
-
"a-
|
|
4438
|
-
"description": "
|
|
4439
|
-
"type": "
|
|
4390
|
+
"a-tree/show-line": {
|
|
4391
|
+
"description": "Whether to display the connection line",
|
|
4392
|
+
"type": "boolean"
|
|
4440
4393
|
},
|
|
4441
|
-
"a-
|
|
4442
|
-
"description": "
|
|
4443
|
-
"type": "number"
|
|
4394
|
+
"a-tree/load-more": {
|
|
4395
|
+
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4444
4396
|
},
|
|
4445
|
-
"a-
|
|
4446
|
-
"description": "Whether
|
|
4397
|
+
"a-tree/draggable": {
|
|
4398
|
+
"description": "Whether it can be dragged",
|
|
4447
4399
|
"type": "boolean"
|
|
4448
4400
|
},
|
|
4449
|
-
"a-
|
|
4450
|
-
"description": "Whether to
|
|
4451
|
-
"type": "boolean"
|
|
4401
|
+
"a-tree/allow-drop": {
|
|
4402
|
+
"description": "Whether to allow release on a node when dragging"
|
|
4452
4403
|
},
|
|
4453
|
-
"a-
|
|
4454
|
-
"description": "
|
|
4455
|
-
"type": "boolean"
|
|
4404
|
+
"a-tree/virtual-list-props": {
|
|
4405
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4456
4406
|
},
|
|
4457
|
-
"a-
|
|
4458
|
-
"description": "
|
|
4407
|
+
"a-tree/default-expand-selected": {
|
|
4408
|
+
"description": "Whether to expand the parent node of the selected node by default",
|
|
4409
|
+
"type": "boolean"
|
|
4459
4410
|
},
|
|
4460
|
-
"a-
|
|
4461
|
-
"description": "Whether to
|
|
4411
|
+
"a-tree/default-expand-checked": {
|
|
4412
|
+
"description": "Whether to expand the parent node of the checked node by default",
|
|
4462
4413
|
"type": "boolean"
|
|
4463
4414
|
},
|
|
4464
|
-
"a-
|
|
4465
|
-
"description": "Whether to
|
|
4415
|
+
"a-tree/auto-expand-parent": {
|
|
4416
|
+
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
4466
4417
|
"type": "boolean"
|
|
4467
4418
|
},
|
|
4468
|
-
"a-
|
|
4469
|
-
"description": "
|
|
4419
|
+
"a-tree/half-checked-keys": {
|
|
4420
|
+
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
4421
|
+
},
|
|
4422
|
+
"a-tree/only-check-leaf": {
|
|
4423
|
+
"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)",
|
|
4470
4424
|
"type": "boolean"
|
|
4471
4425
|
},
|
|
4472
|
-
"a-
|
|
4473
|
-
"description": "Whether to
|
|
4426
|
+
"a-tree/animation": {
|
|
4427
|
+
"description": "Whether to enable expand transition animation",
|
|
4474
4428
|
"type": "boolean"
|
|
4475
4429
|
},
|
|
4476
|
-
"a-
|
|
4477
|
-
"description": "
|
|
4478
|
-
"type": "number"
|
|
4430
|
+
"a-tree/action-on-node-click": {
|
|
4431
|
+
"description": "The action triggered when the node is clicked"
|
|
4479
4432
|
},
|
|
4480
|
-
"a-
|
|
4481
|
-
"description": "
|
|
4433
|
+
"a-watermark/content": {
|
|
4434
|
+
"description": "Watermark text content"
|
|
4482
4435
|
},
|
|
4483
|
-
"a-
|
|
4484
|
-
"description": "
|
|
4436
|
+
"a-watermark/image": {
|
|
4437
|
+
"description": "Image watermark address",
|
|
4438
|
+
"type": "string"
|
|
4485
4439
|
},
|
|
4486
|
-
"a-
|
|
4487
|
-
"description": "
|
|
4440
|
+
"a-watermark/width": {
|
|
4441
|
+
"description": "Watermark width",
|
|
4442
|
+
"type": "number"
|
|
4488
4443
|
},
|
|
4489
|
-
"a-
|
|
4490
|
-
"description": "
|
|
4444
|
+
"a-watermark/height": {
|
|
4445
|
+
"description": "Watermark height",
|
|
4446
|
+
"type": "number"
|
|
4447
|
+
},
|
|
4448
|
+
"a-watermark/gap": {
|
|
4449
|
+
"description": "Watermark spacing"
|
|
4450
|
+
},
|
|
4451
|
+
"a-watermark/offset": {
|
|
4452
|
+
"description": "The offset from the upper left corner of the container, the default is half the watermark spacing"
|
|
4491
4453
|
},
|
|
4492
|
-
"a-
|
|
4493
|
-
"description": "
|
|
4454
|
+
"a-watermark/rotate": {
|
|
4455
|
+
"description": "Watermark rotation angle",
|
|
4456
|
+
"type": "number"
|
|
4494
4457
|
},
|
|
4495
|
-
"a-
|
|
4496
|
-
"description": "
|
|
4497
|
-
"type": "string"
|
|
4458
|
+
"a-watermark/font": {
|
|
4459
|
+
"description": "Watermark font style, specific parameter configuration see [WatermarkFont](#WatermarkFont)"
|
|
4498
4460
|
},
|
|
4499
|
-
"a-
|
|
4500
|
-
"description": "
|
|
4501
|
-
"type": "
|
|
4461
|
+
"a-watermark/z-index": {
|
|
4462
|
+
"description": "Watermark z-index",
|
|
4463
|
+
"type": "number"
|
|
4502
4464
|
},
|
|
4503
|
-
"a-
|
|
4504
|
-
"description": "
|
|
4465
|
+
"a-watermark/alpha": {
|
|
4466
|
+
"description": "Watermark opacity",
|
|
4467
|
+
"type": "number"
|
|
4505
4468
|
},
|
|
4506
|
-
"a-
|
|
4507
|
-
"description": "
|
|
4469
|
+
"a-watermark/anti-tamper": {
|
|
4470
|
+
"description": "Watermark anti-tampering",
|
|
4508
4471
|
"type": "boolean"
|
|
4509
4472
|
},
|
|
4510
|
-
"a-
|
|
4511
|
-
"description": "
|
|
4473
|
+
"a-watermark/grayscale": {
|
|
4474
|
+
"description": "Grayscale watermark",
|
|
4512
4475
|
"type": "boolean"
|
|
4513
4476
|
},
|
|
4514
|
-
"a-
|
|
4515
|
-
"description": "Whether
|
|
4477
|
+
"a-watermark/repeat": {
|
|
4478
|
+
"description": "Whether to repeat the watermark",
|
|
4516
4479
|
"type": "boolean"
|
|
4517
4480
|
},
|
|
4518
|
-
"a-
|
|
4519
|
-
"description": "Whether
|
|
4481
|
+
"a-watermark/staggered": {
|
|
4482
|
+
"description": "Whether to stagger the arrangement layout",
|
|
4520
4483
|
"type": "boolean"
|
|
4521
4484
|
},
|
|
4522
|
-
"a-
|
|
4523
|
-
"description": "
|
|
4524
|
-
"type": "boolean"
|
|
4485
|
+
"a-verification-code/change": {
|
|
4486
|
+
"description": "Triggered when the value changes"
|
|
4525
4487
|
},
|
|
4526
|
-
"a-
|
|
4527
|
-
"description": "
|
|
4528
|
-
"type": "boolean"
|
|
4488
|
+
"a-verification-code/finish": {
|
|
4489
|
+
"description": "Triggered when the filling is complete"
|
|
4529
4490
|
},
|
|
4530
|
-
"a-
|
|
4531
|
-
"description": "
|
|
4532
|
-
"type": "string"
|
|
4491
|
+
"a-verification-code/input": {
|
|
4492
|
+
"description": "Triggered on input"
|
|
4533
4493
|
},
|
|
4534
|
-
"a-
|
|
4535
|
-
"description": "
|
|
4536
|
-
"type": "
|
|
4494
|
+
"a-verification-code/model-value": {
|
|
4495
|
+
"description": "Value",
|
|
4496
|
+
"type": "string"
|
|
4537
4497
|
},
|
|
4538
|
-
"a-
|
|
4539
|
-
"description": "
|
|
4498
|
+
"a-verification-code/default-value": {
|
|
4499
|
+
"description": "Default value (uncontrolled state)",
|
|
4540
4500
|
"type": "string"
|
|
4541
4501
|
},
|
|
4542
|
-
"a-
|
|
4543
|
-
"description": "
|
|
4502
|
+
"a-verification-code/length": {
|
|
4503
|
+
"description": "The length of the verification code, rendering the corresponding number of input boxes according to the length.",
|
|
4544
4504
|
"type": "number"
|
|
4545
4505
|
},
|
|
4546
|
-
"a-
|
|
4547
|
-
"description": "
|
|
4548
|
-
"type": "object"
|
|
4506
|
+
"a-verification-code/size": {
|
|
4507
|
+
"description": "Input size"
|
|
4549
4508
|
},
|
|
4550
|
-
"a-
|
|
4551
|
-
"description": "
|
|
4552
|
-
"type": "
|
|
4509
|
+
"a-verification-code/disabled": {
|
|
4510
|
+
"description": "Whether to disable",
|
|
4511
|
+
"type": "boolean"
|
|
4553
4512
|
},
|
|
4554
|
-
"a-
|
|
4555
|
-
"description": "
|
|
4556
|
-
"type": "
|
|
4513
|
+
"a-verification-code/masked": {
|
|
4514
|
+
"description": "Password mode",
|
|
4515
|
+
"type": "boolean"
|
|
4557
4516
|
},
|
|
4558
|
-
"a-
|
|
4559
|
-
"description": "
|
|
4517
|
+
"a-verification-code/readonly": {
|
|
4518
|
+
"description": "Readonly",
|
|
4560
4519
|
"type": "boolean"
|
|
4561
4520
|
},
|
|
4562
|
-
"a-
|
|
4563
|
-
"description": "
|
|
4564
|
-
"type": "
|
|
4521
|
+
"a-verification-code/error": {
|
|
4522
|
+
"description": "Whether it is an error state",
|
|
4523
|
+
"type": "boolean"
|
|
4524
|
+
},
|
|
4525
|
+
"a-verification-code/separator": {
|
|
4526
|
+
"description": "Separator. Customizable rendering separators after input boxes with different indexes"
|
|
4527
|
+
},
|
|
4528
|
+
"a-verification-code/formatter": {
|
|
4529
|
+
"description": "Formatter function, triggered when the user input value changes"
|
|
4565
4530
|
},
|
|
4566
4531
|
"a-upload/exceed-limit": {
|
|
4567
4532
|
"description": "Triggered when the uploaded file exceeds the limit"
|
|
@@ -4692,102 +4657,137 @@
|
|
|
4692
4657
|
"a-upload/button-click": {
|
|
4693
4658
|
"description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
|
|
4694
4659
|
},
|
|
4695
|
-
"a-
|
|
4696
|
-
"description": "
|
|
4660
|
+
"a-trigger/popup-visible-change": {
|
|
4661
|
+
"description": "Emitted when the status of the popup changes"
|
|
4697
4662
|
},
|
|
4698
|
-
"a-
|
|
4699
|
-
"description": "Triggered
|
|
4663
|
+
"a-trigger/show": {
|
|
4664
|
+
"description": "Triggered after the trigger is shown (the animation ends)"
|
|
4700
4665
|
},
|
|
4701
|
-
"a-
|
|
4702
|
-
"description": "Triggered
|
|
4666
|
+
"a-trigger/hide": {
|
|
4667
|
+
"description": "Triggered after the popup is hidden (the animation ends)"
|
|
4703
4668
|
},
|
|
4704
|
-
"a-
|
|
4705
|
-
"description": "
|
|
4706
|
-
"type": "
|
|
4669
|
+
"a-trigger/popup-visible": {
|
|
4670
|
+
"description": "Whether the popup is visible",
|
|
4671
|
+
"type": "boolean"
|
|
4707
4672
|
},
|
|
4708
|
-
"a-
|
|
4709
|
-
"description": "
|
|
4710
|
-
"type": "
|
|
4673
|
+
"a-trigger/default-popup-visible": {
|
|
4674
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
4675
|
+
"type": "boolean"
|
|
4711
4676
|
},
|
|
4712
|
-
"a-
|
|
4713
|
-
"description": "
|
|
4677
|
+
"a-trigger/trigger": {
|
|
4678
|
+
"description": "Trigger method"
|
|
4679
|
+
},
|
|
4680
|
+
"a-trigger/position": {
|
|
4681
|
+
"description": "Popup position"
|
|
4682
|
+
},
|
|
4683
|
+
"a-trigger/disabled": {
|
|
4684
|
+
"description": "Whether the trigger is disabled",
|
|
4685
|
+
"type": "boolean"
|
|
4686
|
+
},
|
|
4687
|
+
"a-trigger/popup-offset": {
|
|
4688
|
+
"description": "The offset of the popup (the offset distance of the popup from the trigger)",
|
|
4714
4689
|
"type": "number"
|
|
4715
4690
|
},
|
|
4716
|
-
"a-
|
|
4717
|
-
"description": "
|
|
4691
|
+
"a-trigger/popup-translate": {
|
|
4692
|
+
"description": "The moving distance of the popup"
|
|
4718
4693
|
},
|
|
4719
|
-
"a-
|
|
4720
|
-
"description": "Whether
|
|
4694
|
+
"a-trigger/show-arrow": {
|
|
4695
|
+
"description": "Whether the popup shows an arrow",
|
|
4721
4696
|
"type": "boolean"
|
|
4722
4697
|
},
|
|
4723
|
-
"a-
|
|
4724
|
-
"description": "
|
|
4698
|
+
"a-trigger/align-point": {
|
|
4699
|
+
"description": "Whether the popup follows the mouse",
|
|
4725
4700
|
"type": "boolean"
|
|
4726
4701
|
},
|
|
4727
|
-
"a-
|
|
4728
|
-
"description": "
|
|
4702
|
+
"a-trigger/popup-hover-stay": {
|
|
4703
|
+
"description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
|
|
4729
4704
|
"type": "boolean"
|
|
4730
4705
|
},
|
|
4731
|
-
"a-
|
|
4732
|
-
"description": "Whether
|
|
4706
|
+
"a-trigger/blur-to-close": {
|
|
4707
|
+
"description": "Whether to close the popup when the trigger loses focus",
|
|
4733
4708
|
"type": "boolean"
|
|
4734
4709
|
},
|
|
4735
|
-
"a-
|
|
4736
|
-
"description": "
|
|
4710
|
+
"a-trigger/click-to-close": {
|
|
4711
|
+
"description": "Whether to close the popup when the trigger is clicked",
|
|
4712
|
+
"type": "boolean"
|
|
4737
4713
|
},
|
|
4738
|
-
"a-
|
|
4739
|
-
"description": "
|
|
4714
|
+
"a-trigger/click-outside-to-close": {
|
|
4715
|
+
"description": "Whether to close the popup when clicking on the outer area",
|
|
4716
|
+
"type": "boolean"
|
|
4740
4717
|
},
|
|
4741
|
-
"a-
|
|
4742
|
-
"description": "
|
|
4718
|
+
"a-trigger/unmount-on-close": {
|
|
4719
|
+
"description": "Whether to uninstall the popup node when closing",
|
|
4720
|
+
"type": "boolean"
|
|
4743
4721
|
},
|
|
4744
|
-
"a-
|
|
4745
|
-
"description": "
|
|
4746
|
-
"type": "string"
|
|
4722
|
+
"a-trigger/content-class": {
|
|
4723
|
+
"description": "The class name of the popup content",
|
|
4724
|
+
"type": "string|array|object"
|
|
4747
4725
|
},
|
|
4748
|
-
"a-
|
|
4749
|
-
"description": "
|
|
4750
|
-
"type": "number"
|
|
4726
|
+
"a-trigger/content-style": {
|
|
4727
|
+
"description": "The style of the popup content"
|
|
4751
4728
|
},
|
|
4752
|
-
"a-
|
|
4753
|
-
"description": "
|
|
4754
|
-
"type": "
|
|
4729
|
+
"a-trigger/arrow-class": {
|
|
4730
|
+
"description": "The class name of the popup arrow",
|
|
4731
|
+
"type": "string|array|object"
|
|
4755
4732
|
},
|
|
4756
|
-
"a-
|
|
4757
|
-
"description": "
|
|
4733
|
+
"a-trigger/arrow-style": {
|
|
4734
|
+
"description": "The style of the popup arrow"
|
|
4758
4735
|
},
|
|
4759
|
-
"a-
|
|
4760
|
-
"description": "The
|
|
4736
|
+
"a-trigger/popup-style": {
|
|
4737
|
+
"description": "The style of the popup"
|
|
4761
4738
|
},
|
|
4762
|
-
"a-
|
|
4763
|
-
"description": "
|
|
4764
|
-
"type": "
|
|
4739
|
+
"a-trigger/animation-name": {
|
|
4740
|
+
"description": "The name of the popup animation",
|
|
4741
|
+
"type": "string"
|
|
4765
4742
|
},
|
|
4766
|
-
"a-
|
|
4767
|
-
"description": "
|
|
4743
|
+
"a-trigger/duration": {
|
|
4744
|
+
"description": "The duration of the popup animation"
|
|
4768
4745
|
},
|
|
4769
|
-
"a-
|
|
4770
|
-
"description": "
|
|
4746
|
+
"a-trigger/mouse-enter-delay": {
|
|
4747
|
+
"description": "Delay trigger time of mouseenter event (ms)",
|
|
4771
4748
|
"type": "number"
|
|
4772
4749
|
},
|
|
4773
|
-
"a-
|
|
4774
|
-
"description": "
|
|
4750
|
+
"a-trigger/mouse-leave-delay": {
|
|
4751
|
+
"description": "Delay trigger time of mouseleave event (ms)",
|
|
4775
4752
|
"type": "number"
|
|
4776
4753
|
},
|
|
4777
|
-
"a-
|
|
4778
|
-
"description": "
|
|
4754
|
+
"a-trigger/focus-delay": {
|
|
4755
|
+
"description": "Delay trigger time of focus event (ms)",
|
|
4756
|
+
"type": "number"
|
|
4757
|
+
},
|
|
4758
|
+
"a-trigger/auto-fit-popup-width": {
|
|
4759
|
+
"description": "Whether to set the width of the popup to the width of the trigger",
|
|
4779
4760
|
"type": "boolean"
|
|
4780
4761
|
},
|
|
4781
|
-
"a-
|
|
4782
|
-
"description": "
|
|
4762
|
+
"a-trigger/auto-fit-popup-min-width": {
|
|
4763
|
+
"description": "Whether to set the minimum width of the popup to the trigger width",
|
|
4783
4764
|
"type": "boolean"
|
|
4784
4765
|
},
|
|
4785
|
-
"a-
|
|
4786
|
-
"description": "
|
|
4766
|
+
"a-trigger/auto-fix-position": {
|
|
4767
|
+
"description": "When the size of the trigger changes, whether to recalculate the position of the popup",
|
|
4787
4768
|
"type": "boolean"
|
|
4788
4769
|
},
|
|
4789
|
-
"a-
|
|
4790
|
-
"description": "
|
|
4770
|
+
"a-trigger/popup-container": {
|
|
4771
|
+
"description": "Mount container for popup"
|
|
4772
|
+
},
|
|
4773
|
+
"a-trigger/auto-fit-position": {
|
|
4774
|
+
"description": "Whether to automatically adjust the position of the popup to fit the window size",
|
|
4791
4775
|
"type": "boolean"
|
|
4776
|
+
},
|
|
4777
|
+
"a-trigger/render-to-body": {
|
|
4778
|
+
"description": "Whether to mount under the `body` element",
|
|
4779
|
+
"type": "boolean"
|
|
4780
|
+
},
|
|
4781
|
+
"a-trigger/prevent-focus": {
|
|
4782
|
+
"description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
|
|
4783
|
+
"type": "boolean"
|
|
4784
|
+
},
|
|
4785
|
+
"a-trigger/scroll-to-close": {
|
|
4786
|
+
"description": "Whether to close the popover when scrolling",
|
|
4787
|
+
"type": "boolean"
|
|
4788
|
+
},
|
|
4789
|
+
"a-trigger/scroll-to-close-distance": {
|
|
4790
|
+
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4791
|
+
"type": "number"
|
|
4792
4792
|
}
|
|
4793
4793
|
}
|