@julingbase/jly-arco-design 0.0.6 → 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 +6 -0
- package/dist/arco-vue.js +1 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1 -1
- 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/_utils/style.d.ts +1 -1
- package/es/date-picker/index.d.ts +3 -3
- package/es/date-picker/picker.d.ts +2 -2
- package/es/date-picker/range-picker.d.ts +3 -3
- package/es/input/index.d.ts +4 -4
- package/es/input/input-password.d.ts +1 -1
- package/es/input/input.d.ts +1 -1
- 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/radio/index.d.ts +4 -4
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/time-picker/index.d.ts +9 -9
- package/es/time-picker/time-picker.d.ts +4 -4
- package/es/typography/edit-content.d.ts +12 -12
- 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 +1842 -1842
- package/json/vetur-tags.json +743 -743
- package/json/web-types.json +4025 -4025
- package/lib/upload/upload.js +1 -1
- package/package.json +2 -2
|
@@ -1,20 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"a-
|
|
3
|
-
"description": "Triggered when the
|
|
2
|
+
"a-anchor/select": {
|
|
3
|
+
"description": "Triggered when the user clicks on the link"
|
|
4
4
|
},
|
|
5
|
-
"a-
|
|
6
|
-
"description": "Triggered when the
|
|
7
|
-
"type": "number"
|
|
5
|
+
"a-anchor/change": {
|
|
6
|
+
"description": "Triggered when the link changes"
|
|
8
7
|
},
|
|
9
|
-
"a-
|
|
10
|
-
"description": "
|
|
11
|
-
"type": "number"
|
|
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."
|
|
12
10
|
},
|
|
13
|
-
"a-
|
|
14
|
-
"description": "
|
|
11
|
+
"a-anchor/line-less": {
|
|
12
|
+
"description": "Whether to show the left axis",
|
|
13
|
+
"type": "boolean"
|
|
15
14
|
},
|
|
16
|
-
"a-
|
|
17
|
-
"description": "
|
|
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"
|
|
18
33
|
},
|
|
19
34
|
"a-alert/close": {
|
|
20
35
|
"description": "Triggered when the close button is clicked"
|
|
@@ -45,51 +60,33 @@
|
|
|
45
60
|
"description": "Whether the content is displayed in the center",
|
|
46
61
|
"type": "boolean"
|
|
47
62
|
},
|
|
48
|
-
"a-
|
|
49
|
-
"description": "
|
|
50
|
-
|
|
51
|
-
"a-anchor/change": {
|
|
52
|
-
"description": "Triggered when the link changes"
|
|
53
|
-
},
|
|
54
|
-
"a-anchor/boundary": {
|
|
55
|
-
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
56
|
-
},
|
|
57
|
-
"a-anchor/line-less": {
|
|
58
|
-
"description": "Whether to show the left axis",
|
|
59
|
-
"type": "boolean"
|
|
60
|
-
},
|
|
61
|
-
"a-anchor/scroll-container": {
|
|
62
|
-
"description": "Scroll container"
|
|
63
|
-
},
|
|
64
|
-
"a-anchor/change-hash": {
|
|
65
|
-
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
66
|
-
"type": "boolean"
|
|
63
|
+
"a-badge/text": {
|
|
64
|
+
"description": "Set the display text of the status dot",
|
|
65
|
+
"type": "string"
|
|
67
66
|
},
|
|
68
|
-
"a-
|
|
69
|
-
"description": "Whether to
|
|
67
|
+
"a-badge/dot": {
|
|
68
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
70
69
|
"type": "boolean"
|
|
71
70
|
},
|
|
72
|
-
"a-
|
|
73
|
-
"description": "
|
|
74
|
-
"type": "
|
|
75
|
-
},
|
|
76
|
-
"a-anchor-link/href": {
|
|
77
|
-
"description": "The address of the anchor link",
|
|
78
|
-
"type": "string"
|
|
71
|
+
"a-badge/dot-style": {
|
|
72
|
+
"description": "Customize badge dot style",
|
|
73
|
+
"type": "object"
|
|
79
74
|
},
|
|
80
|
-
"a-
|
|
81
|
-
"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}+`",
|
|
82
77
|
"type": "number"
|
|
83
78
|
},
|
|
84
|
-
"a-
|
|
85
|
-
"description": "
|
|
79
|
+
"a-badge/offset": {
|
|
80
|
+
"description": "Set offset of the badge dot"
|
|
86
81
|
},
|
|
87
|
-
"a-
|
|
88
|
-
"description": "
|
|
89
|
-
"type": "string"
|
|
82
|
+
"a-badge/color": {
|
|
83
|
+
"description": "Customize dot color"
|
|
90
84
|
},
|
|
91
|
-
"a-
|
|
92
|
-
"description": "
|
|
85
|
+
"a-badge/status": {
|
|
86
|
+
"description": "Badge status"
|
|
87
|
+
},
|
|
88
|
+
"a-badge/count": {
|
|
89
|
+
"description": "Number to show in badge",
|
|
93
90
|
"type": "number"
|
|
94
91
|
},
|
|
95
92
|
"a-avatar/click": {
|
|
@@ -150,29 +147,59 @@
|
|
|
150
147
|
"a-avatar-group/max-popover-trigger-props": {
|
|
151
148
|
"description": "TriggerProps for popover around +x."
|
|
152
149
|
},
|
|
153
|
-
"a-
|
|
154
|
-
"description": "
|
|
155
|
-
"type": "number"
|
|
150
|
+
"a-button/click": {
|
|
151
|
+
"description": "Emitted when the button is clicked"
|
|
156
152
|
},
|
|
157
|
-
"a-
|
|
158
|
-
"description": "
|
|
153
|
+
"a-button/type": {
|
|
154
|
+
"description": "Button types are divided into five types: secondary, primary, dashed, outline and text."
|
|
159
155
|
},
|
|
160
|
-
"a-
|
|
161
|
-
"description": "
|
|
162
|
-
"type": "string|number"
|
|
156
|
+
"a-button/shape": {
|
|
157
|
+
"description": "Button shape"
|
|
163
158
|
},
|
|
164
|
-
"a-
|
|
165
|
-
"description": "
|
|
159
|
+
"a-button/status": {
|
|
160
|
+
"description": "Button state"
|
|
166
161
|
},
|
|
167
|
-
"a-
|
|
168
|
-
"description": "
|
|
169
|
-
"type": "string|number"
|
|
162
|
+
"a-button/size": {
|
|
163
|
+
"description": "Button size"
|
|
170
164
|
},
|
|
171
|
-
"a-
|
|
172
|
-
"description": "
|
|
165
|
+
"a-button/long": {
|
|
166
|
+
"description": "Whether the width of the button adapts to the container.",
|
|
167
|
+
"type": "boolean"
|
|
173
168
|
},
|
|
174
|
-
"a-
|
|
175
|
-
"description": "
|
|
169
|
+
"a-button/loading": {
|
|
170
|
+
"description": "Whether the button is in the loading state",
|
|
171
|
+
"type": "boolean"
|
|
172
|
+
},
|
|
173
|
+
"a-button/disabled": {
|
|
174
|
+
"description": "Whether the button is disabled",
|
|
175
|
+
"type": "boolean"
|
|
176
|
+
},
|
|
177
|
+
"a-button/html-type": {
|
|
178
|
+
"description": "Set the native `type` attribute of `button`, optional values refer to [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type \"_blank\")"
|
|
179
|
+
},
|
|
180
|
+
"a-button/autofocus": {
|
|
181
|
+
"description": "Set the native `autofocus` attribute of `button`, optional values refer to [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type \"_blank\")",
|
|
182
|
+
"type": "boolean"
|
|
183
|
+
},
|
|
184
|
+
"a-button/href": {
|
|
185
|
+
"description": "Set up a jump link. When this property is set, the button is rendered as `<a>`",
|
|
186
|
+
"type": "string"
|
|
187
|
+
},
|
|
188
|
+
"a-button-group/type": {
|
|
189
|
+
"description": "Children button types are divided into five types: secondary, primary, dashed, outline and text."
|
|
190
|
+
},
|
|
191
|
+
"a-button-group/status": {
|
|
192
|
+
"description": "Children button state"
|
|
193
|
+
},
|
|
194
|
+
"a-button-group/shape": {
|
|
195
|
+
"description": "Button shape"
|
|
196
|
+
},
|
|
197
|
+
"a-button-group/size": {
|
|
198
|
+
"description": "Children button size"
|
|
199
|
+
},
|
|
200
|
+
"a-button-group/disabled": {
|
|
201
|
+
"description": "All children whether the button is disabled",
|
|
202
|
+
"type": "boolean"
|
|
176
203
|
},
|
|
177
204
|
"a-auto-complete/change": {
|
|
178
205
|
"description": "Emitted when the value changes"
|
|
@@ -227,89 +254,114 @@
|
|
|
227
254
|
"a-auto-complete/virtual-list-props": {
|
|
228
255
|
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
229
256
|
},
|
|
230
|
-
"a-
|
|
231
|
-
"description": "
|
|
232
|
-
},
|
|
233
|
-
"a-button/type": {
|
|
234
|
-
"description": "Button types are divided into five types: secondary, primary, dashed, outline and text."
|
|
235
|
-
},
|
|
236
|
-
"a-button/shape": {
|
|
237
|
-
"description": "Button shape"
|
|
257
|
+
"a-carousel/change": {
|
|
258
|
+
"description": "Callback when slide changes"
|
|
238
259
|
},
|
|
239
|
-
"a-
|
|
240
|
-
"description": "
|
|
260
|
+
"a-carousel/current": {
|
|
261
|
+
"description": "The index of current slide which starts from 1",
|
|
262
|
+
"type": "number"
|
|
241
263
|
},
|
|
242
|
-
"a-
|
|
243
|
-
"description": "
|
|
264
|
+
"a-carousel/default-current": {
|
|
265
|
+
"description": "Default index of current slide",
|
|
266
|
+
"type": "number"
|
|
244
267
|
},
|
|
245
|
-
"a-
|
|
246
|
-
"description": "
|
|
247
|
-
"type": "
|
|
268
|
+
"a-carousel/move-speed": {
|
|
269
|
+
"description": "The duration of the slide movement(ms)",
|
|
270
|
+
"type": "number"
|
|
248
271
|
},
|
|
249
|
-
"a-
|
|
250
|
-
"description": "
|
|
251
|
-
"type": "
|
|
272
|
+
"a-carousel/animation-name": {
|
|
273
|
+
"description": "The animation of the slide movement",
|
|
274
|
+
"type": "string"
|
|
252
275
|
},
|
|
253
|
-
"a-
|
|
254
|
-
"description": "
|
|
255
|
-
"type": "boolean"
|
|
276
|
+
"a-carousel/trigger": {
|
|
277
|
+
"description": "How to trigger the slide switch, click/hover the indicator"
|
|
256
278
|
},
|
|
257
|
-
"a-
|
|
258
|
-
"description": "
|
|
279
|
+
"a-carousel/direction": {
|
|
280
|
+
"description": "The direction of the slide movement"
|
|
259
281
|
},
|
|
260
|
-
"a-
|
|
261
|
-
"description": "
|
|
262
|
-
"type": "boolean"
|
|
282
|
+
"a-carousel/show-arrow": {
|
|
283
|
+
"description": "When to show the arrow used to switch"
|
|
263
284
|
},
|
|
264
|
-
"a-
|
|
265
|
-
"description": "
|
|
285
|
+
"a-carousel/arrow-class": {
|
|
286
|
+
"description": "The additional css class to arrow used to switch",
|
|
266
287
|
"type": "string"
|
|
267
288
|
},
|
|
268
|
-
"a-
|
|
269
|
-
"description": "
|
|
270
|
-
},
|
|
271
|
-
"a-button-group/status": {
|
|
272
|
-
"description": "Children button state"
|
|
273
|
-
},
|
|
274
|
-
"a-button-group/shape": {
|
|
275
|
-
"description": "Button shape"
|
|
289
|
+
"a-carousel/indicator-type": {
|
|
290
|
+
"description": "Type of indicator"
|
|
276
291
|
},
|
|
277
|
-
"a-
|
|
278
|
-
"description": "
|
|
292
|
+
"a-carousel/indicator-position": {
|
|
293
|
+
"description": "Position of indication"
|
|
279
294
|
},
|
|
280
|
-
"a-
|
|
281
|
-
"description": "
|
|
282
|
-
"type": "
|
|
295
|
+
"a-carousel/indicator-class": {
|
|
296
|
+
"description": "The additional css class to indicator",
|
|
297
|
+
"type": "string"
|
|
283
298
|
},
|
|
284
|
-
"a-
|
|
285
|
-
"description": "
|
|
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)",
|
|
286
301
|
"type": "string"
|
|
287
302
|
},
|
|
288
|
-
"a-
|
|
289
|
-
"description": "
|
|
290
|
-
"type": "
|
|
303
|
+
"a-back-top/visible-height": {
|
|
304
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
305
|
+
"type": "number"
|
|
291
306
|
},
|
|
292
|
-
"a-
|
|
293
|
-
"description": "
|
|
294
|
-
"type": "object"
|
|
307
|
+
"a-back-top/target-container": {
|
|
308
|
+
"description": "Scroll event listener container"
|
|
295
309
|
},
|
|
296
|
-
"a-
|
|
297
|
-
"description": "
|
|
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",
|
|
298
316
|
"type": "number"
|
|
299
317
|
},
|
|
300
|
-
"a-
|
|
301
|
-
"description": "
|
|
318
|
+
"a-calendar/change": {
|
|
319
|
+
"description": "Emitted when the button is clicked"
|
|
302
320
|
},
|
|
303
|
-
"a-
|
|
304
|
-
"description": "
|
|
321
|
+
"a-calendar/panel-change": {
|
|
322
|
+
"description": "Emitted when the button is clicked"
|
|
305
323
|
},
|
|
306
|
-
"a-
|
|
307
|
-
"description": "
|
|
324
|
+
"a-calendar/model-value": {
|
|
325
|
+
"description": "Value"
|
|
308
326
|
},
|
|
309
|
-
"a-
|
|
310
|
-
"description": "
|
|
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)",
|
|
311
343
|
"type": "number"
|
|
312
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
|
+
},
|
|
313
365
|
"a-card/bordered": {
|
|
314
366
|
"description": "Whether to render the border",
|
|
315
367
|
"type": "boolean"
|
|
@@ -352,140 +404,76 @@
|
|
|
352
404
|
"description": "Whether to hover",
|
|
353
405
|
"type": "boolean"
|
|
354
406
|
},
|
|
355
|
-
"a-
|
|
356
|
-
"description": "
|
|
357
|
-
},
|
|
358
|
-
"a-carousel/current": {
|
|
359
|
-
"description": "The index of current slide which starts from 1",
|
|
360
|
-
"type": "number"
|
|
407
|
+
"a-affix/change": {
|
|
408
|
+
"description": "Triggered when the fixed state changes"
|
|
361
409
|
},
|
|
362
|
-
"a-
|
|
363
|
-
"description": "
|
|
410
|
+
"a-affix/offset-top": {
|
|
411
|
+
"description": "Triggered when the specified offset is reached from the top of the window",
|
|
364
412
|
"type": "number"
|
|
365
413
|
},
|
|
366
|
-
"a-
|
|
367
|
-
"description": "
|
|
414
|
+
"a-affix/offset-bottom": {
|
|
415
|
+
"description": "Triggered when the specified offset is reached from the bottom of the window",
|
|
368
416
|
"type": "number"
|
|
369
417
|
},
|
|
370
|
-
"a-
|
|
371
|
-
"description": "
|
|
372
|
-
"type": "string"
|
|
418
|
+
"a-affix/target": {
|
|
419
|
+
"description": "Scroll container, default is `window`"
|
|
373
420
|
},
|
|
374
|
-
"a-
|
|
375
|
-
"description": "
|
|
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."
|
|
376
423
|
},
|
|
377
|
-
"a-
|
|
378
|
-
"description": "
|
|
424
|
+
"a-color-picker/change": {
|
|
425
|
+
"description": "Triggered when the color value changes"
|
|
379
426
|
},
|
|
380
|
-
"a-
|
|
381
|
-
"description": "
|
|
427
|
+
"a-color-picker/popup-visible-change": {
|
|
428
|
+
"description": "Triggered when the color panel is expanded and collapsed"
|
|
382
429
|
},
|
|
383
|
-
"a-
|
|
384
|
-
"description": "
|
|
430
|
+
"a-color-picker/model-value": {
|
|
431
|
+
"description": "Value",
|
|
385
432
|
"type": "string"
|
|
386
433
|
},
|
|
387
|
-
"a-
|
|
388
|
-
"description": "
|
|
389
|
-
},
|
|
390
|
-
"a-carousel/indicator-position": {
|
|
391
|
-
"description": "Position of indication"
|
|
392
|
-
},
|
|
393
|
-
"a-carousel/indicator-class": {
|
|
394
|
-
"description": "The additional css class to indicator",
|
|
434
|
+
"a-color-picker/default-value": {
|
|
435
|
+
"description": "Default value (uncontrolled state)",
|
|
395
436
|
"type": "string"
|
|
396
437
|
},
|
|
397
|
-
"a-
|
|
398
|
-
"description": "
|
|
438
|
+
"a-color-picker/format": {
|
|
439
|
+
"description": "Color value format",
|
|
399
440
|
"type": "string"
|
|
400
441
|
},
|
|
401
|
-
"a-
|
|
402
|
-
"description": "
|
|
403
|
-
},
|
|
404
|
-
"a-collapse/active-key": {
|
|
405
|
-
"description": "The `key` of the currently expanded panel"
|
|
406
|
-
},
|
|
407
|
-
"a-collapse/default-active-key": {
|
|
408
|
-
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
409
|
-
},
|
|
410
|
-
"a-collapse/accordion": {
|
|
411
|
-
"description": "Whether to enable accordion mode",
|
|
412
|
-
"type": "boolean"
|
|
413
|
-
},
|
|
414
|
-
"a-collapse/show-expand-icon": {
|
|
415
|
-
"description": "Whether to show the expand icon",
|
|
416
|
-
"type": "boolean"
|
|
417
|
-
},
|
|
418
|
-
"a-collapse/expand-icon-position": {
|
|
419
|
-
"description": "The location where the expand icon is displayed"
|
|
420
|
-
},
|
|
421
|
-
"a-collapse/bordered": {
|
|
422
|
-
"description": "Whether to show the border",
|
|
423
|
-
"type": "boolean"
|
|
424
|
-
},
|
|
425
|
-
"a-collapse/destroy-on-hide": {
|
|
426
|
-
"description": "Whether to destroy content when hidden",
|
|
427
|
-
"type": "boolean"
|
|
428
|
-
},
|
|
429
|
-
"a-collapse-item/header": {
|
|
430
|
-
"description": "The title of the panel",
|
|
431
|
-
"type": "string"
|
|
442
|
+
"a-color-picker/size": {
|
|
443
|
+
"description": "Size"
|
|
432
444
|
},
|
|
433
|
-
"a-
|
|
434
|
-
"description": "
|
|
445
|
+
"a-color-picker/show-text": {
|
|
446
|
+
"description": "Show color value",
|
|
435
447
|
"type": "boolean"
|
|
436
448
|
},
|
|
437
|
-
"a-
|
|
438
|
-
"description": "
|
|
449
|
+
"a-color-picker/show-history": {
|
|
450
|
+
"description": "Show history colors",
|
|
439
451
|
"type": "boolean"
|
|
440
452
|
},
|
|
441
|
-
"a-
|
|
442
|
-
"description": "
|
|
453
|
+
"a-color-picker/show-preset": {
|
|
454
|
+
"description": "Show preset colors",
|
|
443
455
|
"type": "boolean"
|
|
444
456
|
},
|
|
445
|
-
"a-
|
|
446
|
-
"description": "
|
|
447
|
-
},
|
|
448
|
-
"a-checkbox/model-value": {
|
|
449
|
-
"description": "Value"
|
|
450
|
-
},
|
|
451
|
-
"a-checkbox/default-checked": {
|
|
452
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
457
|
+
"a-color-picker/disabled": {
|
|
458
|
+
"description": "disabled",
|
|
453
459
|
"type": "boolean"
|
|
454
460
|
},
|
|
455
|
-
"a-
|
|
456
|
-
"description": "
|
|
457
|
-
"type": "string|number|boolean"
|
|
458
|
-
},
|
|
459
|
-
"a-checkbox/disabled": {
|
|
460
|
-
"description": "Whether to disable",
|
|
461
|
+
"a-color-picker/disabled-alpha": {
|
|
462
|
+
"description": "Disable transparency channel",
|
|
461
463
|
"type": "boolean"
|
|
462
464
|
},
|
|
463
|
-
"a-
|
|
464
|
-
"description": "
|
|
465
|
+
"a-color-picker/hide-trigger": {
|
|
466
|
+
"description": "There is no trigger element, only the color panel is displayed",
|
|
465
467
|
"type": "boolean"
|
|
466
468
|
},
|
|
467
|
-
"a-
|
|
468
|
-
"description": "
|
|
469
|
-
},
|
|
470
|
-
"a-checkbox-group/model-value": {
|
|
471
|
-
"description": "Value"
|
|
472
|
-
},
|
|
473
|
-
"a-checkbox-group/default-value": {
|
|
474
|
-
"description": "Default value (uncontrolled state)"
|
|
475
|
-
},
|
|
476
|
-
"a-checkbox-group/max": {
|
|
477
|
-
"description": "Support the maximum number of selections",
|
|
478
|
-
"type": "number"
|
|
479
|
-
},
|
|
480
|
-
"a-checkbox-group/options": {
|
|
481
|
-
"description": "Options"
|
|
469
|
+
"a-color-picker/trigger-props": {
|
|
470
|
+
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
482
471
|
},
|
|
483
|
-
"a-
|
|
484
|
-
"description": "
|
|
472
|
+
"a-color-picker/history-colors": {
|
|
473
|
+
"description": "Color array of historical colors"
|
|
485
474
|
},
|
|
486
|
-
"a-
|
|
487
|
-
"description": "
|
|
488
|
-
"type": "boolean"
|
|
475
|
+
"a-color-picker/preset-colors": {
|
|
476
|
+
"description": "Color array of preset colors"
|
|
489
477
|
},
|
|
490
478
|
"a-cascader/change": {
|
|
491
479
|
"description": "Triggered when the selected value changes"
|
|
@@ -666,6 +654,50 @@
|
|
|
666
654
|
"description": "whether to expand the submenu",
|
|
667
655
|
"type": "boolean"
|
|
668
656
|
},
|
|
657
|
+
"a-collapse/change": {
|
|
658
|
+
"description": "Emitted when the expanded panel changes"
|
|
659
|
+
},
|
|
660
|
+
"a-collapse/active-key": {
|
|
661
|
+
"description": "The `key` of the currently expanded panel"
|
|
662
|
+
},
|
|
663
|
+
"a-collapse/default-active-key": {
|
|
664
|
+
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
665
|
+
},
|
|
666
|
+
"a-collapse/accordion": {
|
|
667
|
+
"description": "Whether to enable accordion mode",
|
|
668
|
+
"type": "boolean"
|
|
669
|
+
},
|
|
670
|
+
"a-collapse/show-expand-icon": {
|
|
671
|
+
"description": "Whether to show the expand icon",
|
|
672
|
+
"type": "boolean"
|
|
673
|
+
},
|
|
674
|
+
"a-collapse/expand-icon-position": {
|
|
675
|
+
"description": "The location where the expand icon is displayed"
|
|
676
|
+
},
|
|
677
|
+
"a-collapse/bordered": {
|
|
678
|
+
"description": "Whether to show the border",
|
|
679
|
+
"type": "boolean"
|
|
680
|
+
},
|
|
681
|
+
"a-collapse/destroy-on-hide": {
|
|
682
|
+
"description": "Whether to destroy content when hidden",
|
|
683
|
+
"type": "boolean"
|
|
684
|
+
},
|
|
685
|
+
"a-collapse-item/header": {
|
|
686
|
+
"description": "The title of the panel",
|
|
687
|
+
"type": "string"
|
|
688
|
+
},
|
|
689
|
+
"a-collapse-item/disabled": {
|
|
690
|
+
"description": "Whether to disable",
|
|
691
|
+
"type": "boolean"
|
|
692
|
+
},
|
|
693
|
+
"a-collapse-item/show-expand-icon": {
|
|
694
|
+
"description": "Whether to show the expand icon",
|
|
695
|
+
"type": "boolean"
|
|
696
|
+
},
|
|
697
|
+
"a-collapse-item/destroy-on-hide": {
|
|
698
|
+
"description": "Whether to destroy content when hidden",
|
|
699
|
+
"type": "boolean"
|
|
700
|
+
},
|
|
669
701
|
"a-comment/author": {
|
|
670
702
|
"description": "Display as the comment author",
|
|
671
703
|
"type": "string"
|
|
@@ -686,59 +718,224 @@
|
|
|
686
718
|
"description": "Alignment of `datetime` and `actions`",
|
|
687
719
|
"type": "string|object"
|
|
688
720
|
},
|
|
689
|
-
"a-
|
|
690
|
-
"description": "
|
|
721
|
+
"a-checkbox/change": {
|
|
722
|
+
"description": "Trigger when the value changes"
|
|
691
723
|
},
|
|
692
|
-
"a-
|
|
693
|
-
"description": "
|
|
724
|
+
"a-checkbox/model-value": {
|
|
725
|
+
"description": "Value"
|
|
694
726
|
},
|
|
695
|
-
"a-
|
|
696
|
-
"description": "
|
|
697
|
-
"type": "
|
|
727
|
+
"a-checkbox/default-checked": {
|
|
728
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
729
|
+
"type": "boolean"
|
|
698
730
|
},
|
|
699
|
-
"a-
|
|
700
|
-
"description": "
|
|
701
|
-
"type": "string"
|
|
731
|
+
"a-checkbox/value": {
|
|
732
|
+
"description": "The `value` of the option",
|
|
733
|
+
"type": "string|number|boolean"
|
|
702
734
|
},
|
|
703
|
-
"a-
|
|
704
|
-
"description": "
|
|
735
|
+
"a-checkbox/disabled": {
|
|
736
|
+
"description": "Whether to disable",
|
|
737
|
+
"type": "boolean"
|
|
738
|
+
},
|
|
739
|
+
"a-checkbox/indeterminate": {
|
|
740
|
+
"description": "Whether it is half-selected",
|
|
741
|
+
"type": "boolean"
|
|
742
|
+
},
|
|
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",
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
},
|
|
766
|
+
"a-descriptions/data": {
|
|
767
|
+
"description": "Data for descriptions"
|
|
768
|
+
},
|
|
769
|
+
"a-descriptions/column": {
|
|
770
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
771
|
+
},
|
|
772
|
+
"a-descriptions/title": {
|
|
773
|
+
"description": "Title of descriptions",
|
|
705
774
|
"type": "string"
|
|
706
775
|
},
|
|
707
|
-
"a-
|
|
708
|
-
"description": "
|
|
776
|
+
"a-descriptions/layout": {
|
|
777
|
+
"description": "Arrangement of descriptions",
|
|
778
|
+
"type": "string"
|
|
709
779
|
},
|
|
710
|
-
"a-
|
|
711
|
-
"description": "
|
|
780
|
+
"a-descriptions/align": {
|
|
781
|
+
"description": "Alignment position of text"
|
|
782
|
+
},
|
|
783
|
+
"a-descriptions/size": {
|
|
784
|
+
"description": "The size of the descriptions"
|
|
785
|
+
},
|
|
786
|
+
"a-descriptions/bordered": {
|
|
787
|
+
"description": "Whether to show the border",
|
|
712
788
|
"type": "boolean"
|
|
713
789
|
},
|
|
714
|
-
"a-
|
|
715
|
-
"description": "
|
|
790
|
+
"a-descriptions/label-style": {
|
|
791
|
+
"description": "Data label style"
|
|
792
|
+
},
|
|
793
|
+
"a-descriptions/value-style": {
|
|
794
|
+
"description": "Data content style"
|
|
795
|
+
},
|
|
796
|
+
"a-descriptions/table-layout": {
|
|
797
|
+
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
798
|
+
"type": "string"
|
|
799
|
+
},
|
|
800
|
+
"a-descriptions-item/span": {
|
|
801
|
+
"description": "number of columns",
|
|
802
|
+
"type": "number"
|
|
803
|
+
},
|
|
804
|
+
"a-descriptions-item/label": {
|
|
805
|
+
"description": "Label",
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
808
|
+
"a-divider/direction": {
|
|
809
|
+
"description": "The direction of the dividing line. Can be horizontal or vertical"
|
|
810
|
+
},
|
|
811
|
+
"a-divider/orientation": {
|
|
812
|
+
"description": "The position of the dividing line text",
|
|
813
|
+
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"a-divider/type": {
|
|
816
|
+
"description": "Dividing line style type",
|
|
817
|
+
"type": "string"
|
|
818
|
+
},
|
|
819
|
+
"a-divider/size": {
|
|
820
|
+
"description": "The wide/height of the dividing line",
|
|
821
|
+
"type": "number"
|
|
822
|
+
},
|
|
823
|
+
"a-divider/margin": {
|
|
824
|
+
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
825
|
+
"type": "number | string"
|
|
826
|
+
},
|
|
827
|
+
"a-drawer/ok": {
|
|
828
|
+
"description": "Triggered when the OK button is clicked"
|
|
829
|
+
},
|
|
830
|
+
"a-drawer/cancel": {
|
|
831
|
+
"description": "Triggered when the cancel or close button is clicked"
|
|
832
|
+
},
|
|
833
|
+
"a-drawer/open": {
|
|
834
|
+
"description": "Triggered after the drawer is opened (the animation ends)"
|
|
835
|
+
},
|
|
836
|
+
"a-drawer/close": {
|
|
837
|
+
"description": "Triggered when the drawer is closed (the animation ends)"
|
|
838
|
+
},
|
|
839
|
+
"a-drawer/before-open": {
|
|
840
|
+
"description": "Triggered before drawer is opened"
|
|
841
|
+
},
|
|
842
|
+
"a-drawer/before-close": {
|
|
843
|
+
"description": "Triggered before drawer is closed"
|
|
844
|
+
},
|
|
845
|
+
"a-drawer/visible": {
|
|
846
|
+
"description": "Whether the drawer is visible",
|
|
716
847
|
"type": "boolean"
|
|
717
848
|
},
|
|
718
|
-
"a-
|
|
719
|
-
"description": "
|
|
849
|
+
"a-drawer/default-visible": {
|
|
850
|
+
"description": "Whether the drawer is visible by default (uncontrolled mode)",
|
|
720
851
|
"type": "boolean"
|
|
721
852
|
},
|
|
722
|
-
"a-
|
|
723
|
-
"description": "
|
|
853
|
+
"a-drawer/placement": {
|
|
854
|
+
"description": "Where the drawer is placed"
|
|
855
|
+
},
|
|
856
|
+
"a-drawer/title": {
|
|
857
|
+
"description": "Title",
|
|
858
|
+
"type": "string"
|
|
859
|
+
},
|
|
860
|
+
"a-drawer/mask": {
|
|
861
|
+
"description": "Whether to show the mask",
|
|
724
862
|
"type": "boolean"
|
|
725
863
|
},
|
|
726
|
-
"a-
|
|
727
|
-
"description": "
|
|
864
|
+
"a-drawer/mask-closable": {
|
|
865
|
+
"description": "Click on the mask layer to be able to close",
|
|
728
866
|
"type": "boolean"
|
|
729
867
|
},
|
|
730
|
-
"a-
|
|
731
|
-
"description": "
|
|
868
|
+
"a-drawer/closable": {
|
|
869
|
+
"description": "Whether to show the close button",
|
|
732
870
|
"type": "boolean"
|
|
733
871
|
},
|
|
734
|
-
"a-
|
|
735
|
-
"description": "
|
|
872
|
+
"a-drawer/ok-text": {
|
|
873
|
+
"description": "The content of the ok button",
|
|
874
|
+
"type": "string"
|
|
736
875
|
},
|
|
737
|
-
"a-
|
|
738
|
-
"description": "
|
|
876
|
+
"a-drawer/cancel-text": {
|
|
877
|
+
"description": "The content of the cancel button",
|
|
878
|
+
"type": "string"
|
|
739
879
|
},
|
|
740
|
-
"a-
|
|
741
|
-
"description": "
|
|
880
|
+
"a-drawer/ok-loading": {
|
|
881
|
+
"description": "Whether the ok button is in the loading state",
|
|
882
|
+
"type": "boolean"
|
|
883
|
+
},
|
|
884
|
+
"a-drawer/ok-button-props": {
|
|
885
|
+
"description": "Props of confirm button"
|
|
886
|
+
},
|
|
887
|
+
"a-drawer/cancel-button-props": {
|
|
888
|
+
"description": "Props of cancel button"
|
|
889
|
+
},
|
|
890
|
+
"a-drawer/unmount-on-close": {
|
|
891
|
+
"description": "Whether to uninstall the node when close",
|
|
892
|
+
"type": "boolean"
|
|
893
|
+
},
|
|
894
|
+
"a-drawer/width": {
|
|
895
|
+
"description": "The width of the drawer (only available when placement is right, left)",
|
|
896
|
+
"type": "number|string"
|
|
897
|
+
},
|
|
898
|
+
"a-drawer/height": {
|
|
899
|
+
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
900
|
+
"type": "number|string"
|
|
901
|
+
},
|
|
902
|
+
"a-drawer/popup-container": {
|
|
903
|
+
"description": "Mount container for popup"
|
|
904
|
+
},
|
|
905
|
+
"a-drawer/drawer-style": {
|
|
906
|
+
"description": "Drawer style"
|
|
907
|
+
},
|
|
908
|
+
"a-drawer/body-class": {
|
|
909
|
+
"description": "The classname of the drawer body"
|
|
910
|
+
},
|
|
911
|
+
"a-drawer/body-style": {
|
|
912
|
+
"description": "Drawer body style"
|
|
913
|
+
},
|
|
914
|
+
"a-drawer/before-ok": {
|
|
915
|
+
"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."
|
|
916
|
+
},
|
|
917
|
+
"a-drawer/before-cancel": {
|
|
918
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
919
|
+
},
|
|
920
|
+
"a-drawer/esc-to-close": {
|
|
921
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
922
|
+
"type": "boolean"
|
|
923
|
+
},
|
|
924
|
+
"a-drawer/render-to-body": {
|
|
925
|
+
"description": "Whether the drawer is mounted under the `body` element",
|
|
926
|
+
"type": "boolean"
|
|
927
|
+
},
|
|
928
|
+
"a-drawer/header": {
|
|
929
|
+
"description": "Whether to display high-quality content",
|
|
930
|
+
"type": "boolean"
|
|
931
|
+
},
|
|
932
|
+
"a-drawer/footer": {
|
|
933
|
+
"description": "Whether to display the bottom content",
|
|
934
|
+
"type": "boolean"
|
|
935
|
+
},
|
|
936
|
+
"a-drawer/hide-cancel": {
|
|
937
|
+
"description": "Whether to hide the cancel button",
|
|
938
|
+
"type": "boolean"
|
|
742
939
|
},
|
|
743
940
|
"a-common/change": {
|
|
744
941
|
"description": "Edit content change"
|
|
@@ -1017,48 +1214,6 @@
|
|
|
1017
1214
|
"description": "Whether to enable abbreviation",
|
|
1018
1215
|
"type": "boolean"
|
|
1019
1216
|
},
|
|
1020
|
-
"a-descriptions/data": {
|
|
1021
|
-
"description": "Data for descriptions"
|
|
1022
|
-
},
|
|
1023
|
-
"a-descriptions/column": {
|
|
1024
|
-
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1025
|
-
},
|
|
1026
|
-
"a-descriptions/title": {
|
|
1027
|
-
"description": "Title of descriptions",
|
|
1028
|
-
"type": "string"
|
|
1029
|
-
},
|
|
1030
|
-
"a-descriptions/layout": {
|
|
1031
|
-
"description": "Arrangement of descriptions",
|
|
1032
|
-
"type": "string"
|
|
1033
|
-
},
|
|
1034
|
-
"a-descriptions/align": {
|
|
1035
|
-
"description": "Alignment position of text"
|
|
1036
|
-
},
|
|
1037
|
-
"a-descriptions/size": {
|
|
1038
|
-
"description": "The size of the descriptions"
|
|
1039
|
-
},
|
|
1040
|
-
"a-descriptions/bordered": {
|
|
1041
|
-
"description": "Whether to show the border",
|
|
1042
|
-
"type": "boolean"
|
|
1043
|
-
},
|
|
1044
|
-
"a-descriptions/label-style": {
|
|
1045
|
-
"description": "Data label style"
|
|
1046
|
-
},
|
|
1047
|
-
"a-descriptions/value-style": {
|
|
1048
|
-
"description": "Data content style"
|
|
1049
|
-
},
|
|
1050
|
-
"a-descriptions/table-layout": {
|
|
1051
|
-
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1052
|
-
"type": "string"
|
|
1053
|
-
},
|
|
1054
|
-
"a-descriptions-item/span": {
|
|
1055
|
-
"description": "number of columns",
|
|
1056
|
-
"type": "number"
|
|
1057
|
-
},
|
|
1058
|
-
"a-descriptions-item/label": {
|
|
1059
|
-
"description": "Label",
|
|
1060
|
-
"type": "string"
|
|
1061
|
-
},
|
|
1062
1217
|
"a-config-provider/prefix-cls": {
|
|
1063
1218
|
"description": "Component classname prefix",
|
|
1064
1219
|
"type": "string"
|
|
@@ -1085,47 +1240,17 @@
|
|
|
1085
1240
|
"description": "View starts from the right and ends on the left",
|
|
1086
1241
|
"type": "boolean"
|
|
1087
1242
|
},
|
|
1088
|
-
"a-
|
|
1089
|
-
"description": "
|
|
1090
|
-
},
|
|
1091
|
-
"a-divider/orientation": {
|
|
1092
|
-
"description": "The position of the dividing line text",
|
|
1243
|
+
"a-empty/description": {
|
|
1244
|
+
"description": "Description",
|
|
1093
1245
|
"type": "string"
|
|
1094
1246
|
},
|
|
1095
|
-
"a-
|
|
1096
|
-
"description": "
|
|
1097
|
-
"type": "string"
|
|
1098
|
-
},
|
|
1099
|
-
"a-divider/size": {
|
|
1100
|
-
"description": "The wide/height of the dividing line",
|
|
1101
|
-
"type": "number"
|
|
1102
|
-
},
|
|
1103
|
-
"a-divider/margin": {
|
|
1104
|
-
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
1105
|
-
"type": "number | string"
|
|
1106
|
-
},
|
|
1107
|
-
"a-calendar/change": {
|
|
1108
|
-
"description": "Emitted when the button is clicked"
|
|
1109
|
-
},
|
|
1110
|
-
"a-calendar/panel-change": {
|
|
1111
|
-
"description": "Emitted when the button is clicked"
|
|
1112
|
-
},
|
|
1113
|
-
"a-calendar/model-value": {
|
|
1114
|
-
"description": "Value"
|
|
1115
|
-
},
|
|
1116
|
-
"a-calendar/default-value": {
|
|
1117
|
-
"description": "Default value (uncontrolled state)"
|
|
1118
|
-
},
|
|
1119
|
-
"a-calendar/mode": {
|
|
1120
|
-
"description": "Mode",
|
|
1121
|
-
"type": "string"
|
|
1122
|
-
},
|
|
1123
|
-
"a-calendar/default-mode": {
|
|
1124
|
-
"description": "Default Mode",
|
|
1247
|
+
"a-empty/img-src": {
|
|
1248
|
+
"description": "The src of the Custom Image",
|
|
1125
1249
|
"type": "string"
|
|
1126
1250
|
},
|
|
1127
|
-
"a-
|
|
1128
|
-
"description": "
|
|
1251
|
+
"a-empty/in-config-provider": {
|
|
1252
|
+
"description": "Whether to use in ConfigProvider",
|
|
1253
|
+
"type": "boolean"
|
|
1129
1254
|
},
|
|
1130
1255
|
"a-dropdown/popup-visible-change": {
|
|
1131
1256
|
"description": "Triggered when the display status of the drop-down box changes"
|
|
@@ -1256,6 +1381,93 @@
|
|
|
1256
1381
|
"description": "Whether to hide popup when the user selects",
|
|
1257
1382
|
"type": "boolean"
|
|
1258
1383
|
},
|
|
1384
|
+
"a-input-number/change": {
|
|
1385
|
+
"description": "Triggered when the value changes"
|
|
1386
|
+
},
|
|
1387
|
+
"a-input-number/focus": {
|
|
1388
|
+
"description": "Triggered when the input gets focus"
|
|
1389
|
+
},
|
|
1390
|
+
"a-input-number/blur": {
|
|
1391
|
+
"description": "Triggered when the input box loses focus"
|
|
1392
|
+
},
|
|
1393
|
+
"a-input-number/clear": {
|
|
1394
|
+
"description": "Triggered when the user clicks the clear button"
|
|
1395
|
+
},
|
|
1396
|
+
"a-input-number/input": {
|
|
1397
|
+
"description": "Triggered on input"
|
|
1398
|
+
},
|
|
1399
|
+
"a-input-number/keydown": {
|
|
1400
|
+
"description": "Triggered on keydown"
|
|
1401
|
+
},
|
|
1402
|
+
"a-input-number/model-value": {
|
|
1403
|
+
"description": "Value",
|
|
1404
|
+
"type": "number"
|
|
1405
|
+
},
|
|
1406
|
+
"a-input-number/default-value": {
|
|
1407
|
+
"description": "Default value (uncontrolled mode)",
|
|
1408
|
+
"type": "number"
|
|
1409
|
+
},
|
|
1410
|
+
"a-input-number/mode": {
|
|
1411
|
+
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
1412
|
+
"type": "string"
|
|
1413
|
+
},
|
|
1414
|
+
"a-input-number/precision": {
|
|
1415
|
+
"description": "Precision",
|
|
1416
|
+
"type": "number"
|
|
1417
|
+
},
|
|
1418
|
+
"a-input-number/step": {
|
|
1419
|
+
"description": "Number change step",
|
|
1420
|
+
"type": "number"
|
|
1421
|
+
},
|
|
1422
|
+
"a-input-number/disabled": {
|
|
1423
|
+
"description": "Whether to disable",
|
|
1424
|
+
"type": "boolean"
|
|
1425
|
+
},
|
|
1426
|
+
"a-input-number/error": {
|
|
1427
|
+
"description": "Whether it is an error state",
|
|
1428
|
+
"type": "boolean"
|
|
1429
|
+
},
|
|
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
|
+
},
|
|
1259
1471
|
"a-form/submit": {
|
|
1260
1472
|
"description": "Triggered when the form is submitted"
|
|
1261
1473
|
},
|
|
@@ -1413,306 +1625,102 @@
|
|
|
1413
1625
|
"description": "Attributes of the form item element",
|
|
1414
1626
|
"type": "object"
|
|
1415
1627
|
},
|
|
1416
|
-
"a-
|
|
1417
|
-
"description": "
|
|
1628
|
+
"a-image/preview-visible-change": {
|
|
1629
|
+
"description": "Preview opening and closing events"
|
|
1418
1630
|
},
|
|
1419
|
-
"a-
|
|
1420
|
-
"description": "
|
|
1631
|
+
"a-image/src": {
|
|
1632
|
+
"description": "Image src",
|
|
1633
|
+
"type": "string"
|
|
1421
1634
|
},
|
|
1422
|
-
"a-
|
|
1423
|
-
"description": "
|
|
1635
|
+
"a-image/width": {
|
|
1636
|
+
"description": "Image width",
|
|
1637
|
+
"type": "string | number"
|
|
1424
1638
|
},
|
|
1425
|
-
"a-
|
|
1426
|
-
"description": "
|
|
1639
|
+
"a-image/height": {
|
|
1640
|
+
"description": "Image height",
|
|
1641
|
+
"type": "string | number"
|
|
1427
1642
|
},
|
|
1428
|
-
"a-
|
|
1429
|
-
"description": "
|
|
1643
|
+
"a-image/title": {
|
|
1644
|
+
"description": "Title",
|
|
1645
|
+
"type": "string"
|
|
1430
1646
|
},
|
|
1431
|
-
"a-
|
|
1432
|
-
"description": "
|
|
1647
|
+
"a-image/description": {
|
|
1648
|
+
"description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
|
|
1649
|
+
"type": "string"
|
|
1433
1650
|
},
|
|
1434
|
-
"a-
|
|
1435
|
-
"description": "
|
|
1436
|
-
"type": "
|
|
1651
|
+
"a-image/fit": {
|
|
1652
|
+
"description": "indicate how the image should be resized to fit its container",
|
|
1653
|
+
"type": "string"
|
|
1437
1654
|
},
|
|
1438
|
-
"a-
|
|
1439
|
-
"description": "
|
|
1440
|
-
"type": "
|
|
1655
|
+
"a-image/alt": {
|
|
1656
|
+
"description": "Text description of the image",
|
|
1657
|
+
"type": "string"
|
|
1441
1658
|
},
|
|
1442
|
-
"a-
|
|
1443
|
-
"description": "
|
|
1659
|
+
"a-image/hide-footer": {
|
|
1660
|
+
"description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
|
|
1444
1661
|
},
|
|
1445
|
-
"a-
|
|
1446
|
-
"description": "
|
|
1662
|
+
"a-image/footer-position": {
|
|
1663
|
+
"description": "The position shown at the bottom",
|
|
1447
1664
|
"type": "string"
|
|
1448
1665
|
},
|
|
1449
|
-
"a-
|
|
1450
|
-
"description": "Whether to show the
|
|
1666
|
+
"a-image/show-loader": {
|
|
1667
|
+
"description": "Whether to show the loading effect",
|
|
1451
1668
|
"type": "boolean"
|
|
1452
1669
|
},
|
|
1453
|
-
"a-
|
|
1454
|
-
"description": "
|
|
1670
|
+
"a-image/preview": {
|
|
1671
|
+
"description": "Whether to enable preview",
|
|
1455
1672
|
"type": "boolean"
|
|
1456
1673
|
},
|
|
1457
|
-
"a-
|
|
1458
|
-
"description": "
|
|
1674
|
+
"a-image/preview-visible": {
|
|
1675
|
+
"description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
|
|
1459
1676
|
"type": "boolean"
|
|
1460
1677
|
},
|
|
1461
|
-
"a-
|
|
1462
|
-
"description": "The
|
|
1463
|
-
"type": "string"
|
|
1464
|
-
},
|
|
1465
|
-
"a-drawer/cancel-text": {
|
|
1466
|
-
"description": "The content of the cancel button",
|
|
1467
|
-
"type": "string"
|
|
1468
|
-
},
|
|
1469
|
-
"a-drawer/ok-loading": {
|
|
1470
|
-
"description": "Whether the ok button is in the loading state",
|
|
1678
|
+
"a-image/default-preview-visible": {
|
|
1679
|
+
"description": "The default open state of the preview",
|
|
1471
1680
|
"type": "boolean"
|
|
1472
1681
|
},
|
|
1473
|
-
"a-
|
|
1474
|
-
"description": "
|
|
1682
|
+
"a-image/preview-props": {
|
|
1683
|
+
"description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
|
|
1475
1684
|
},
|
|
1476
|
-
"a-
|
|
1477
|
-
"description": "
|
|
1685
|
+
"a-image/footer-class": {
|
|
1686
|
+
"description": "The class name of the bottom display area",
|
|
1687
|
+
"type": "string|array|object"
|
|
1478
1688
|
},
|
|
1479
|
-
"a-
|
|
1480
|
-
"description": "
|
|
1481
|
-
"type": "boolean"
|
|
1689
|
+
"a-image-preview/close": {
|
|
1690
|
+
"description": "Close event"
|
|
1482
1691
|
},
|
|
1483
|
-
"a-
|
|
1484
|
-
"description": "
|
|
1485
|
-
"type": "
|
|
1692
|
+
"a-image-preview/src": {
|
|
1693
|
+
"description": "Image src",
|
|
1694
|
+
"type": "string"
|
|
1486
1695
|
},
|
|
1487
|
-
"a-
|
|
1488
|
-
"description": "
|
|
1489
|
-
"type": "
|
|
1696
|
+
"a-image-preview/visible": {
|
|
1697
|
+
"description": "Whether is visible",
|
|
1698
|
+
"type": "boolean"
|
|
1490
1699
|
},
|
|
1491
|
-
"a-
|
|
1492
|
-
"description": "
|
|
1700
|
+
"a-image-preview/default-visible": {
|
|
1701
|
+
"description": "Default visibility",
|
|
1702
|
+
"type": "boolean"
|
|
1493
1703
|
},
|
|
1494
|
-
"a-
|
|
1495
|
-
"description": "
|
|
1704
|
+
"a-image-preview/mask-closable": {
|
|
1705
|
+
"description": "Whether to close the modal when mask is clicked",
|
|
1706
|
+
"type": "boolean"
|
|
1496
1707
|
},
|
|
1497
|
-
"a-
|
|
1498
|
-
"description": "
|
|
1708
|
+
"a-image-preview/closable": {
|
|
1709
|
+
"description": "Whether to show close button",
|
|
1710
|
+
"type": "boolean"
|
|
1499
1711
|
},
|
|
1500
|
-
"a-
|
|
1501
|
-
"description": "
|
|
1712
|
+
"a-image-preview/actions-layout": {
|
|
1713
|
+
"description": "Layout of action list"
|
|
1502
1714
|
},
|
|
1503
|
-
"a-
|
|
1504
|
-
"description": "
|
|
1715
|
+
"a-image-preview/popup-container": {
|
|
1716
|
+
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1505
1717
|
},
|
|
1506
|
-
"a-
|
|
1507
|
-
"description": "
|
|
1718
|
+
"a-image-preview/esc-to-close": {
|
|
1719
|
+
"description": "Whether to support the ESC key to close the preview",
|
|
1720
|
+
"type": "boolean"
|
|
1508
1721
|
},
|
|
1509
|
-
"a-
|
|
1510
|
-
"description": "Whether to
|
|
1511
|
-
"type": "boolean"
|
|
1512
|
-
},
|
|
1513
|
-
"a-drawer/render-to-body": {
|
|
1514
|
-
"description": "Whether the drawer is mounted under the `body` element",
|
|
1515
|
-
"type": "boolean"
|
|
1516
|
-
},
|
|
1517
|
-
"a-drawer/header": {
|
|
1518
|
-
"description": "Whether to display high-quality content",
|
|
1519
|
-
"type": "boolean"
|
|
1520
|
-
},
|
|
1521
|
-
"a-drawer/footer": {
|
|
1522
|
-
"description": "Whether to display the bottom content",
|
|
1523
|
-
"type": "boolean"
|
|
1524
|
-
},
|
|
1525
|
-
"a-drawer/hide-cancel": {
|
|
1526
|
-
"description": "Whether to hide the cancel button",
|
|
1527
|
-
"type": "boolean"
|
|
1528
|
-
},
|
|
1529
|
-
"a-row/gutter": {
|
|
1530
|
-
"description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
|
|
1531
|
-
},
|
|
1532
|
-
"a-row/justify": {
|
|
1533
|
-
"description": "Horizontal alignment (`justify-content`)",
|
|
1534
|
-
"type": "string"
|
|
1535
|
-
},
|
|
1536
|
-
"a-row/align": {
|
|
1537
|
-
"description": "Vertical alignment (`align-items`)",
|
|
1538
|
-
"type": "string"
|
|
1539
|
-
},
|
|
1540
|
-
"a-row/div": {
|
|
1541
|
-
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1542
|
-
"type": "boolean"
|
|
1543
|
-
},
|
|
1544
|
-
"a-row/wrap": {
|
|
1545
|
-
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1546
|
-
"type": "boolean"
|
|
1547
|
-
},
|
|
1548
|
-
"a-col/span": {
|
|
1549
|
-
"description": "Number of grid space",
|
|
1550
|
-
"type": "number"
|
|
1551
|
-
},
|
|
1552
|
-
"a-col/offset": {
|
|
1553
|
-
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
1554
|
-
"type": "number"
|
|
1555
|
-
},
|
|
1556
|
-
"a-col/order": {
|
|
1557
|
-
"description": "Sort elements",
|
|
1558
|
-
"type": "number"
|
|
1559
|
-
},
|
|
1560
|
-
"a-col/xs": {
|
|
1561
|
-
"description": "<576px responsive grid"
|
|
1562
|
-
},
|
|
1563
|
-
"a-col/sm": {
|
|
1564
|
-
"description": ">= 576px responsive grid"
|
|
1565
|
-
},
|
|
1566
|
-
"a-col/md": {
|
|
1567
|
-
"description": ">= 768px responsive grid"
|
|
1568
|
-
},
|
|
1569
|
-
"a-col/lg": {
|
|
1570
|
-
"description": ">= 992px responsive grid"
|
|
1571
|
-
},
|
|
1572
|
-
"a-col/xl": {
|
|
1573
|
-
"description": ">= 1200px responsive grid"
|
|
1574
|
-
},
|
|
1575
|
-
"a-col/xxl": {
|
|
1576
|
-
"description": ">= 1600px responsive grid"
|
|
1577
|
-
},
|
|
1578
|
-
"a-col/flex": {
|
|
1579
|
-
"description": "Set flex layout properties"
|
|
1580
|
-
},
|
|
1581
|
-
"a-grid/cols": {
|
|
1582
|
-
"description": "Number of columns displayed in each row"
|
|
1583
|
-
},
|
|
1584
|
-
"a-grid/row-gap": {
|
|
1585
|
-
"description": "The space in row-to-row"
|
|
1586
|
-
},
|
|
1587
|
-
"a-grid/col-gap": {
|
|
1588
|
-
"description": "The space in column-to-column"
|
|
1589
|
-
},
|
|
1590
|
-
"a-grid/collapsed": {
|
|
1591
|
-
"description": "Whether to collapsed",
|
|
1592
|
-
"type": "boolean"
|
|
1593
|
-
},
|
|
1594
|
-
"a-grid/collapsed-rows": {
|
|
1595
|
-
"description": "Number of rows displayed when collapsed",
|
|
1596
|
-
"type": "number"
|
|
1597
|
-
},
|
|
1598
|
-
"a-grid-item/span": {
|
|
1599
|
-
"description": "Number of grids spanned"
|
|
1600
|
-
},
|
|
1601
|
-
"a-grid-item/offset": {
|
|
1602
|
-
"description": "Number of grids on the left"
|
|
1603
|
-
},
|
|
1604
|
-
"a-grid-item/suffix": {
|
|
1605
|
-
"description": "Is it a suffix element",
|
|
1606
|
-
"type": "boolean"
|
|
1607
|
-
},
|
|
1608
|
-
"a-empty/description": {
|
|
1609
|
-
"description": "Description",
|
|
1610
|
-
"type": "string"
|
|
1611
|
-
},
|
|
1612
|
-
"a-empty/img-src": {
|
|
1613
|
-
"description": "The src of the Custom Image",
|
|
1614
|
-
"type": "string"
|
|
1615
|
-
},
|
|
1616
|
-
"a-empty/in-config-provider": {
|
|
1617
|
-
"description": "Whether to use in ConfigProvider",
|
|
1618
|
-
"type": "boolean"
|
|
1619
|
-
},
|
|
1620
|
-
"a-image/preview-visible-change": {
|
|
1621
|
-
"description": "Preview opening and closing events"
|
|
1622
|
-
},
|
|
1623
|
-
"a-image/src": {
|
|
1624
|
-
"description": "Image src",
|
|
1625
|
-
"type": "string"
|
|
1626
|
-
},
|
|
1627
|
-
"a-image/width": {
|
|
1628
|
-
"description": "Image width",
|
|
1629
|
-
"type": "string | number"
|
|
1630
|
-
},
|
|
1631
|
-
"a-image/height": {
|
|
1632
|
-
"description": "Image height",
|
|
1633
|
-
"type": "string | number"
|
|
1634
|
-
},
|
|
1635
|
-
"a-image/title": {
|
|
1636
|
-
"description": "Title",
|
|
1637
|
-
"type": "string"
|
|
1638
|
-
},
|
|
1639
|
-
"a-image/description": {
|
|
1640
|
-
"description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
|
|
1641
|
-
"type": "string"
|
|
1642
|
-
},
|
|
1643
|
-
"a-image/fit": {
|
|
1644
|
-
"description": "indicate how the image should be resized to fit its container",
|
|
1645
|
-
"type": "string"
|
|
1646
|
-
},
|
|
1647
|
-
"a-image/alt": {
|
|
1648
|
-
"description": "Text description of the image",
|
|
1649
|
-
"type": "string"
|
|
1650
|
-
},
|
|
1651
|
-
"a-image/hide-footer": {
|
|
1652
|
-
"description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
|
|
1653
|
-
},
|
|
1654
|
-
"a-image/footer-position": {
|
|
1655
|
-
"description": "The position shown at the bottom",
|
|
1656
|
-
"type": "string"
|
|
1657
|
-
},
|
|
1658
|
-
"a-image/show-loader": {
|
|
1659
|
-
"description": "Whether to show the loading effect",
|
|
1660
|
-
"type": "boolean"
|
|
1661
|
-
},
|
|
1662
|
-
"a-image/preview": {
|
|
1663
|
-
"description": "Whether to enable preview",
|
|
1664
|
-
"type": "boolean"
|
|
1665
|
-
},
|
|
1666
|
-
"a-image/preview-visible": {
|
|
1667
|
-
"description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
|
|
1668
|
-
"type": "boolean"
|
|
1669
|
-
},
|
|
1670
|
-
"a-image/default-preview-visible": {
|
|
1671
|
-
"description": "The default open state of the preview",
|
|
1672
|
-
"type": "boolean"
|
|
1673
|
-
},
|
|
1674
|
-
"a-image/preview-props": {
|
|
1675
|
-
"description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
|
|
1676
|
-
},
|
|
1677
|
-
"a-image/footer-class": {
|
|
1678
|
-
"description": "The class name of the bottom display area",
|
|
1679
|
-
"type": "string|array|object"
|
|
1680
|
-
},
|
|
1681
|
-
"a-image-preview/close": {
|
|
1682
|
-
"description": "Close event"
|
|
1683
|
-
},
|
|
1684
|
-
"a-image-preview/src": {
|
|
1685
|
-
"description": "Image src",
|
|
1686
|
-
"type": "string"
|
|
1687
|
-
},
|
|
1688
|
-
"a-image-preview/visible": {
|
|
1689
|
-
"description": "Whether is visible",
|
|
1690
|
-
"type": "boolean"
|
|
1691
|
-
},
|
|
1692
|
-
"a-image-preview/default-visible": {
|
|
1693
|
-
"description": "Default visibility",
|
|
1694
|
-
"type": "boolean"
|
|
1695
|
-
},
|
|
1696
|
-
"a-image-preview/mask-closable": {
|
|
1697
|
-
"description": "Whether to close the modal when mask is clicked",
|
|
1698
|
-
"type": "boolean"
|
|
1699
|
-
},
|
|
1700
|
-
"a-image-preview/closable": {
|
|
1701
|
-
"description": "Whether to show close button",
|
|
1702
|
-
"type": "boolean"
|
|
1703
|
-
},
|
|
1704
|
-
"a-image-preview/actions-layout": {
|
|
1705
|
-
"description": "Layout of action list"
|
|
1706
|
-
},
|
|
1707
|
-
"a-image-preview/popup-container": {
|
|
1708
|
-
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1709
|
-
},
|
|
1710
|
-
"a-image-preview/esc-to-close": {
|
|
1711
|
-
"description": "Whether to support the ESC key to close the preview",
|
|
1712
|
-
"type": "boolean"
|
|
1713
|
-
},
|
|
1714
|
-
"a-image-preview/wheel-zoom": {
|
|
1715
|
-
"description": "Whether to enable wheel zoom",
|
|
1722
|
+
"a-image-preview/wheel-zoom": {
|
|
1723
|
+
"description": "Whether to enable wheel zoom",
|
|
1716
1724
|
"type": "boolean"
|
|
1717
1725
|
},
|
|
1718
1726
|
"a-image-preview/keyboard": {
|
|
@@ -1823,165 +1831,51 @@
|
|
|
1823
1831
|
"description": "Whether to hide the bottom fold trigger",
|
|
1824
1832
|
"type": "boolean"
|
|
1825
1833
|
},
|
|
1826
|
-
"a-input/
|
|
1827
|
-
"description": "Triggered when the
|
|
1834
|
+
"a-input-tag/change": {
|
|
1835
|
+
"description": "Triggered when the value changes"
|
|
1828
1836
|
},
|
|
1829
|
-
"a-input/change": {
|
|
1830
|
-
"description": "
|
|
1837
|
+
"a-input-tag/input-value-change": {
|
|
1838
|
+
"description": "Trigger when the input value changes"
|
|
1831
1839
|
},
|
|
1832
|
-
"a-input/press-enter": {
|
|
1833
|
-
"description": "Triggered when the
|
|
1840
|
+
"a-input-tag/press-enter": {
|
|
1841
|
+
"description": "Triggered when the enter key is pressed"
|
|
1834
1842
|
},
|
|
1835
|
-
"a-input/
|
|
1836
|
-
"description": "Triggered when the
|
|
1843
|
+
"a-input-tag/remove": {
|
|
1844
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
1837
1845
|
},
|
|
1838
|
-
"a-input/
|
|
1846
|
+
"a-input-tag/clear": {
|
|
1847
|
+
"description": "Triggered when the clear button is clicked"
|
|
1848
|
+
},
|
|
1849
|
+
"a-input-tag/focus": {
|
|
1839
1850
|
"description": "Triggered when the input box gets focus"
|
|
1840
1851
|
},
|
|
1841
|
-
"a-input/blur": {
|
|
1852
|
+
"a-input-tag/blur": {
|
|
1842
1853
|
"description": "Triggered when the input box loses focus"
|
|
1843
1854
|
},
|
|
1844
|
-
"a-input/model-value": {
|
|
1845
|
-
"description": "Value"
|
|
1846
|
-
"type": "string"
|
|
1855
|
+
"a-input-tag/model-value": {
|
|
1856
|
+
"description": "Value"
|
|
1847
1857
|
},
|
|
1848
|
-
"a-input/default-value": {
|
|
1849
|
-
"description": "Default value (uncontrolled state)"
|
|
1858
|
+
"a-input-tag/default-value": {
|
|
1859
|
+
"description": "Default value (uncontrolled state)"
|
|
1860
|
+
},
|
|
1861
|
+
"a-input-tag/input-value": {
|
|
1862
|
+
"description": "The value of the input",
|
|
1850
1863
|
"type": "string"
|
|
1851
1864
|
},
|
|
1852
|
-
"a-input/
|
|
1853
|
-
"description": "
|
|
1865
|
+
"a-input-tag/default-input-value": {
|
|
1866
|
+
"description": "The default value of the input (uncontrolled state)",
|
|
1867
|
+
"type": "string"
|
|
1854
1868
|
},
|
|
1855
|
-
"a-input/
|
|
1856
|
-
"description": "
|
|
1857
|
-
"type": "
|
|
1869
|
+
"a-input-tag/placeholder": {
|
|
1870
|
+
"description": "Placeholder",
|
|
1871
|
+
"type": "string"
|
|
1858
1872
|
},
|
|
1859
|
-
"a-input/disabled": {
|
|
1873
|
+
"a-input-tag/disabled": {
|
|
1860
1874
|
"description": "Whether to disable",
|
|
1861
1875
|
"type": "boolean"
|
|
1862
1876
|
},
|
|
1863
|
-
"a-input/
|
|
1864
|
-
"description": "Whether it is
|
|
1865
|
-
"type": "boolean"
|
|
1866
|
-
},
|
|
1867
|
-
"a-input/error": {
|
|
1868
|
-
"description": "Whether it is an error state",
|
|
1869
|
-
"type": "boolean"
|
|
1870
|
-
},
|
|
1871
|
-
"a-input/placeholder": {
|
|
1872
|
-
"description": "Prompt text",
|
|
1873
|
-
"type": "string"
|
|
1874
|
-
},
|
|
1875
|
-
"a-input/max-length": {
|
|
1876
|
-
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
1877
|
-
},
|
|
1878
|
-
"a-input/show-word-limit": {
|
|
1879
|
-
"description": "Whether to display word count",
|
|
1880
|
-
"type": "boolean"
|
|
1881
|
-
},
|
|
1882
|
-
"a-input/word-length": {
|
|
1883
|
-
"description": "Calculation method of word length"
|
|
1884
|
-
},
|
|
1885
|
-
"a-input/word-slice": {
|
|
1886
|
-
"description": "Character interception method, used together with wordLength"
|
|
1887
|
-
},
|
|
1888
|
-
"a-input/input-attrs": {
|
|
1889
|
-
"description": "Attributes of inner input elements",
|
|
1890
|
-
"type": "object"
|
|
1891
|
-
},
|
|
1892
|
-
"a-input/prepend": {
|
|
1893
|
-
"description": "Prepend",
|
|
1894
|
-
"type": "string"
|
|
1895
|
-
},
|
|
1896
|
-
"a-input/append": {
|
|
1897
|
-
"description": "Append",
|
|
1898
|
-
"type": "string"
|
|
1899
|
-
},
|
|
1900
|
-
"a-input-password/visibility-change": {
|
|
1901
|
-
"description": "Callback when visibility changes"
|
|
1902
|
-
},
|
|
1903
|
-
"a-input-password/visibility": {
|
|
1904
|
-
"description": "Whether is visible",
|
|
1905
|
-
"type": "boolean"
|
|
1906
|
-
},
|
|
1907
|
-
"a-input-password/default-visibility": {
|
|
1908
|
-
"description": "Default visibility",
|
|
1909
|
-
"type": "boolean"
|
|
1910
|
-
},
|
|
1911
|
-
"a-input-password/invisible-button": {
|
|
1912
|
-
"description": "Whether to show visible buttons",
|
|
1913
|
-
"type": "boolean"
|
|
1914
|
-
},
|
|
1915
|
-
"a-input-search/search": {
|
|
1916
|
-
"description": "Triggered when the search button is clicked"
|
|
1917
|
-
},
|
|
1918
|
-
"a-input-search/search-button": {
|
|
1919
|
-
"description": "Whether it is the rear button mode",
|
|
1920
|
-
"type": "boolean"
|
|
1921
|
-
},
|
|
1922
|
-
"a-input-search/loading": {
|
|
1923
|
-
"description": "Whether it is loading state",
|
|
1924
|
-
"type": "boolean"
|
|
1925
|
-
},
|
|
1926
|
-
"a-input-search/disabled": {
|
|
1927
|
-
"description": "Whether to disable",
|
|
1928
|
-
"type": "boolean"
|
|
1929
|
-
},
|
|
1930
|
-
"a-input-search/size": {
|
|
1931
|
-
"description": "Input size"
|
|
1932
|
-
},
|
|
1933
|
-
"a-input-search/button-text": {
|
|
1934
|
-
"description": "The text of the search button will replace the original icon after use",
|
|
1935
|
-
"type": "string"
|
|
1936
|
-
},
|
|
1937
|
-
"a-input-search/button-props": {
|
|
1938
|
-
"description": "Button props"
|
|
1939
|
-
},
|
|
1940
|
-
"a-input-tag/change": {
|
|
1941
|
-
"description": "Triggered when the value changes"
|
|
1942
|
-
},
|
|
1943
|
-
"a-input-tag/input-value-change": {
|
|
1944
|
-
"description": "Trigger when the input value changes"
|
|
1945
|
-
},
|
|
1946
|
-
"a-input-tag/press-enter": {
|
|
1947
|
-
"description": "Triggered when the enter key is pressed"
|
|
1948
|
-
},
|
|
1949
|
-
"a-input-tag/remove": {
|
|
1950
|
-
"description": "Triggered when the delete button of the label is clicked"
|
|
1951
|
-
},
|
|
1952
|
-
"a-input-tag/clear": {
|
|
1953
|
-
"description": "Triggered when the clear button is clicked"
|
|
1954
|
-
},
|
|
1955
|
-
"a-input-tag/focus": {
|
|
1956
|
-
"description": "Triggered when the input box gets focus"
|
|
1957
|
-
},
|
|
1958
|
-
"a-input-tag/blur": {
|
|
1959
|
-
"description": "Triggered when the input box loses focus"
|
|
1960
|
-
},
|
|
1961
|
-
"a-input-tag/model-value": {
|
|
1962
|
-
"description": "Value"
|
|
1963
|
-
},
|
|
1964
|
-
"a-input-tag/default-value": {
|
|
1965
|
-
"description": "Default value (uncontrolled state)"
|
|
1966
|
-
},
|
|
1967
|
-
"a-input-tag/input-value": {
|
|
1968
|
-
"description": "The value of the input",
|
|
1969
|
-
"type": "string"
|
|
1970
|
-
},
|
|
1971
|
-
"a-input-tag/default-input-value": {
|
|
1972
|
-
"description": "The default value of the input (uncontrolled state)",
|
|
1973
|
-
"type": "string"
|
|
1974
|
-
},
|
|
1975
|
-
"a-input-tag/placeholder": {
|
|
1976
|
-
"description": "Placeholder",
|
|
1977
|
-
"type": "string"
|
|
1978
|
-
},
|
|
1979
|
-
"a-input-tag/disabled": {
|
|
1980
|
-
"description": "Whether to disable",
|
|
1981
|
-
"type": "boolean"
|
|
1982
|
-
},
|
|
1983
|
-
"a-input-tag/error": {
|
|
1984
|
-
"description": "Whether it is an error state",
|
|
1877
|
+
"a-input-tag/error": {
|
|
1878
|
+
"description": "Whether it is an error state",
|
|
1985
1879
|
"type": "boolean"
|
|
1986
1880
|
},
|
|
1987
1881
|
"a-input-tag/readonly": {
|
|
@@ -2042,162 +1936,87 @@
|
|
|
2042
1936
|
"description": "Whether the link is disabled",
|
|
2043
1937
|
"type": "boolean"
|
|
2044
1938
|
},
|
|
2045
|
-
"a-
|
|
2046
|
-
"description": "
|
|
2047
|
-
},
|
|
2048
|
-
"a-list/reach-bottom": {
|
|
2049
|
-
"description": "Triggered when the list reaches the bottom"
|
|
2050
|
-
},
|
|
2051
|
-
"a-list/page-change": {
|
|
2052
|
-
"description": "Triggered when the table pagination changes"
|
|
2053
|
-
},
|
|
2054
|
-
"a-list/page-size-change": {
|
|
2055
|
-
"description": "Triggered when the number of data per page of the table changes"
|
|
2056
|
-
},
|
|
2057
|
-
"a-list/data": {
|
|
2058
|
-
"description": "List data, need to be used with `item` slot at the same time"
|
|
1939
|
+
"a-row/gutter": {
|
|
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."
|
|
2059
1941
|
},
|
|
2060
|
-
"a-
|
|
2061
|
-
"description": "
|
|
1942
|
+
"a-row/justify": {
|
|
1943
|
+
"description": "Horizontal alignment (`justify-content`)",
|
|
2062
1944
|
"type": "string"
|
|
2063
1945
|
},
|
|
2064
|
-
"a-
|
|
2065
|
-
"description": "
|
|
2066
|
-
"type": "
|
|
2067
|
-
},
|
|
2068
|
-
"a-list/split": {
|
|
2069
|
-
"description": "Whether to show the dividing line",
|
|
2070
|
-
"type": "boolean"
|
|
1946
|
+
"a-row/align": {
|
|
1947
|
+
"description": "Vertical alignment (`align-items`)",
|
|
1948
|
+
"type": "string"
|
|
2071
1949
|
},
|
|
2072
|
-
"a-
|
|
2073
|
-
"description": "
|
|
1950
|
+
"a-row/div": {
|
|
1951
|
+
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
2074
1952
|
"type": "boolean"
|
|
2075
1953
|
},
|
|
2076
|
-
"a-
|
|
2077
|
-
"description": "Whether
|
|
1954
|
+
"a-row/wrap": {
|
|
1955
|
+
"description": "Whether `Col` can wrap onto multiple lines",
|
|
2078
1956
|
"type": "boolean"
|
|
2079
1957
|
},
|
|
2080
|
-
"a-
|
|
2081
|
-
"description": "
|
|
2082
|
-
|
|
2083
|
-
"a-list/grid-props": {
|
|
2084
|
-
"description": "List grid configuration",
|
|
2085
|
-
"type": "object"
|
|
2086
|
-
},
|
|
2087
|
-
"a-list/max-height": {
|
|
2088
|
-
"description": "Maximum height of the list",
|
|
2089
|
-
"type": "string | number"
|
|
1958
|
+
"a-col/span": {
|
|
1959
|
+
"description": "Number of grid space",
|
|
1960
|
+
"type": "number"
|
|
2090
1961
|
},
|
|
2091
|
-
"a-
|
|
2092
|
-
"description": "
|
|
1962
|
+
"a-col/offset": {
|
|
1963
|
+
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
2093
1964
|
"type": "number"
|
|
2094
1965
|
},
|
|
2095
|
-
"a-
|
|
2096
|
-
"description": "
|
|
1966
|
+
"a-col/order": {
|
|
1967
|
+
"description": "Sort elements",
|
|
1968
|
+
"type": "number"
|
|
2097
1969
|
},
|
|
2098
|
-
"a-
|
|
2099
|
-
"description": "
|
|
1970
|
+
"a-col/xs": {
|
|
1971
|
+
"description": "<576px responsive grid"
|
|
2100
1972
|
},
|
|
2101
|
-
"a-
|
|
2102
|
-
"description": "
|
|
1973
|
+
"a-col/sm": {
|
|
1974
|
+
"description": ">= 576px responsive grid"
|
|
2103
1975
|
},
|
|
2104
|
-
"a-
|
|
2105
|
-
"description": "
|
|
2106
|
-
"type": "string"
|
|
1976
|
+
"a-col/md": {
|
|
1977
|
+
"description": ">= 768px responsive grid"
|
|
2107
1978
|
},
|
|
2108
|
-
"a-
|
|
2109
|
-
"description": "
|
|
2110
|
-
"type": "string"
|
|
1979
|
+
"a-col/lg": {
|
|
1980
|
+
"description": ">= 992px responsive grid"
|
|
2111
1981
|
},
|
|
2112
|
-
"a-
|
|
2113
|
-
"description": "
|
|
1982
|
+
"a-col/xl": {
|
|
1983
|
+
"description": ">= 1200px responsive grid"
|
|
2114
1984
|
},
|
|
2115
|
-
"a-
|
|
2116
|
-
"description": "
|
|
1985
|
+
"a-col/xxl": {
|
|
1986
|
+
"description": ">= 1600px responsive grid"
|
|
2117
1987
|
},
|
|
2118
|
-
"a-
|
|
2119
|
-
"description": "
|
|
1988
|
+
"a-col/flex": {
|
|
1989
|
+
"description": "Set flex layout properties"
|
|
2120
1990
|
},
|
|
2121
|
-
"a-
|
|
2122
|
-
"description": "
|
|
1991
|
+
"a-grid/cols": {
|
|
1992
|
+
"description": "Number of columns displayed in each row"
|
|
2123
1993
|
},
|
|
2124
|
-
"a-
|
|
2125
|
-
"description": "
|
|
1994
|
+
"a-grid/row-gap": {
|
|
1995
|
+
"description": "The space in row-to-row"
|
|
2126
1996
|
},
|
|
2127
|
-
"a-
|
|
2128
|
-
"description": "
|
|
1997
|
+
"a-grid/col-gap": {
|
|
1998
|
+
"description": "The space in column-to-column"
|
|
2129
1999
|
},
|
|
2130
|
-
"a-
|
|
2131
|
-
"description": "
|
|
2132
|
-
"type": "
|
|
2000
|
+
"a-grid/collapsed": {
|
|
2001
|
+
"description": "Whether to collapsed",
|
|
2002
|
+
"type": "boolean"
|
|
2133
2003
|
},
|
|
2134
|
-
"a-
|
|
2135
|
-
"description": "
|
|
2004
|
+
"a-grid/collapsed-rows": {
|
|
2005
|
+
"description": "Number of rows displayed when collapsed",
|
|
2136
2006
|
"type": "number"
|
|
2137
2007
|
},
|
|
2138
|
-
"a-
|
|
2139
|
-
"description": "
|
|
2140
|
-
"type": "string"
|
|
2141
|
-
},
|
|
2142
|
-
"a-input-number/precision": {
|
|
2143
|
-
"description": "Precision",
|
|
2144
|
-
"type": "number"
|
|
2008
|
+
"a-grid-item/span": {
|
|
2009
|
+
"description": "Number of grids spanned"
|
|
2145
2010
|
},
|
|
2146
|
-
"a-
|
|
2147
|
-
"description": "Number
|
|
2148
|
-
"type": "number"
|
|
2011
|
+
"a-grid-item/offset": {
|
|
2012
|
+
"description": "Number of grids on the left"
|
|
2149
2013
|
},
|
|
2150
|
-
"a-
|
|
2151
|
-
"description": "
|
|
2014
|
+
"a-grid-item/suffix": {
|
|
2015
|
+
"description": "Is it a suffix element",
|
|
2152
2016
|
"type": "boolean"
|
|
2153
2017
|
},
|
|
2154
|
-
"a-
|
|
2155
|
-
"description": "
|
|
2156
|
-
"type": "boolean"
|
|
2157
|
-
},
|
|
2158
|
-
"a-input-number/max": {
|
|
2159
|
-
"description": "Max",
|
|
2160
|
-
"type": "number"
|
|
2161
|
-
},
|
|
2162
|
-
"a-input-number/min": {
|
|
2163
|
-
"description": "Min",
|
|
2164
|
-
"type": "number"
|
|
2165
|
-
},
|
|
2166
|
-
"a-input-number/formatter": {
|
|
2167
|
-
"description": "Define the display value of the input"
|
|
2168
|
-
},
|
|
2169
|
-
"a-input-number/parser": {
|
|
2170
|
-
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
2171
|
-
},
|
|
2172
|
-
"a-input-number/placeholder": {
|
|
2173
|
-
"description": "Input prompt text",
|
|
2174
|
-
"type": "string"
|
|
2175
|
-
},
|
|
2176
|
-
"a-input-number/hide-button": {
|
|
2177
|
-
"description": "Whether to hide the button",
|
|
2178
|
-
"type": "boolean"
|
|
2179
|
-
},
|
|
2180
|
-
"a-input-number/size": {
|
|
2181
|
-
"description": "Input size"
|
|
2182
|
-
},
|
|
2183
|
-
"a-input-number/allow-clear": {
|
|
2184
|
-
"description": "Whether to allow the input to be cleared",
|
|
2185
|
-
"type": "boolean"
|
|
2186
|
-
},
|
|
2187
|
-
"a-input-number/model-event": {
|
|
2188
|
-
"description": "Trigger event for `v-model`",
|
|
2189
|
-
"type": "string"
|
|
2190
|
-
},
|
|
2191
|
-
"a-input-number/read-only": {
|
|
2192
|
-
"description": "Readonly",
|
|
2193
|
-
"type": "boolean"
|
|
2194
|
-
},
|
|
2195
|
-
"a-input-number/input-attrs": {
|
|
2196
|
-
"description": "Attributes of inner input elements",
|
|
2197
|
-
"type": "object"
|
|
2198
|
-
},
|
|
2199
|
-
"a-mention/change": {
|
|
2200
|
-
"description": "Triggered when the value changes"
|
|
2018
|
+
"a-mention/change": {
|
|
2019
|
+
"description": "Triggered when the value changes"
|
|
2201
2020
|
},
|
|
2202
2021
|
"a-mention/search": {
|
|
2203
2022
|
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
@@ -2244,186 +2063,223 @@
|
|
|
2244
2063
|
"description": "Whether to allow the input to be cleared",
|
|
2245
2064
|
"type": "boolean"
|
|
2246
2065
|
},
|
|
2247
|
-
"a-
|
|
2248
|
-
"description": "Triggered when the
|
|
2249
|
-
},
|
|
2250
|
-
"a-modal/cancel": {
|
|
2251
|
-
"description": "Triggered when the cancel/close button is clicked"
|
|
2252
|
-
},
|
|
2253
|
-
"a-modal/open": {
|
|
2254
|
-
"description": "Triggered after the modal is opened (the animation ends)"
|
|
2255
|
-
},
|
|
2256
|
-
"a-modal/close": {
|
|
2257
|
-
"description": "Triggered after the modal is closed (the animation ends)"
|
|
2258
|
-
},
|
|
2259
|
-
"a-modal/before-open": {
|
|
2260
|
-
"description": "Triggered before dialog is opened"
|
|
2261
|
-
},
|
|
2262
|
-
"a-modal/before-close": {
|
|
2263
|
-
"description": "Triggered before dialog is closed"
|
|
2066
|
+
"a-input/input": {
|
|
2067
|
+
"description": "Triggered when the user enters"
|
|
2264
2068
|
},
|
|
2265
|
-
"a-
|
|
2266
|
-
"description": "
|
|
2267
|
-
"type": "boolean"
|
|
2069
|
+
"a-input/change": {
|
|
2070
|
+
"description": "Only triggered when the input box is out of focus or when you press Enter"
|
|
2268
2071
|
},
|
|
2269
|
-
"a-
|
|
2270
|
-
"description": "
|
|
2271
|
-
"type": "boolean"
|
|
2072
|
+
"a-input/press-enter": {
|
|
2073
|
+
"description": "Triggered when the user presses enter"
|
|
2272
2074
|
},
|
|
2273
|
-
"a-
|
|
2274
|
-
"description": "
|
|
2275
|
-
"type": "number|string"
|
|
2075
|
+
"a-input/clear": {
|
|
2076
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2276
2077
|
},
|
|
2277
|
-
"a-
|
|
2278
|
-
"description": "
|
|
2279
|
-
"type": "number|string"
|
|
2078
|
+
"a-input/focus": {
|
|
2079
|
+
"description": "Triggered when the input box gets focus"
|
|
2280
2080
|
},
|
|
2281
|
-
"a-
|
|
2282
|
-
"description": "
|
|
2283
|
-
"type": "boolean"
|
|
2081
|
+
"a-input/blur": {
|
|
2082
|
+
"description": "Triggered when the input box loses focus"
|
|
2284
2083
|
},
|
|
2285
|
-
"a-
|
|
2286
|
-
"description": "
|
|
2084
|
+
"a-input/model-value": {
|
|
2085
|
+
"description": "Value",
|
|
2287
2086
|
"type": "string"
|
|
2288
2087
|
},
|
|
2289
|
-
"a-
|
|
2290
|
-
"description": "
|
|
2088
|
+
"a-input/default-value": {
|
|
2089
|
+
"description": "Default value (uncontrolled state)",
|
|
2291
2090
|
"type": "string"
|
|
2292
2091
|
},
|
|
2293
|
-
"a-
|
|
2294
|
-
"description": "
|
|
2295
|
-
"type": "boolean"
|
|
2296
|
-
},
|
|
2297
|
-
"a-modal/unmount-on-close": {
|
|
2298
|
-
"description": "Whether to uninstall the node when close",
|
|
2299
|
-
"type": "boolean"
|
|
2092
|
+
"a-input/size": {
|
|
2093
|
+
"description": "Input size"
|
|
2300
2094
|
},
|
|
2301
|
-
"a-
|
|
2302
|
-
"description": "Whether to
|
|
2095
|
+
"a-input/allow-clear": {
|
|
2096
|
+
"description": "Whether to allow the input to be cleared",
|
|
2303
2097
|
"type": "boolean"
|
|
2304
2098
|
},
|
|
2305
|
-
"a-
|
|
2306
|
-
"description": "Whether to
|
|
2099
|
+
"a-input/disabled": {
|
|
2100
|
+
"description": "Whether to disable",
|
|
2307
2101
|
"type": "boolean"
|
|
2308
2102
|
},
|
|
2309
|
-
"a-
|
|
2310
|
-
"description": "Whether
|
|
2103
|
+
"a-input/readonly": {
|
|
2104
|
+
"description": "Whether it is read-only",
|
|
2311
2105
|
"type": "boolean"
|
|
2312
2106
|
},
|
|
2313
|
-
"a-
|
|
2314
|
-
"description": "Whether
|
|
2107
|
+
"a-input/error": {
|
|
2108
|
+
"description": "Whether it is an error state",
|
|
2315
2109
|
"type": "boolean"
|
|
2316
2110
|
},
|
|
2317
|
-
"a-
|
|
2318
|
-
"description": "
|
|
2111
|
+
"a-input/placeholder": {
|
|
2112
|
+
"description": "Prompt text",
|
|
2319
2113
|
"type": "string"
|
|
2320
2114
|
},
|
|
2321
|
-
"a-
|
|
2322
|
-
"description": "
|
|
2323
|
-
"type": "string"
|
|
2115
|
+
"a-input/max-length": {
|
|
2116
|
+
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
2324
2117
|
},
|
|
2325
|
-
"a-
|
|
2326
|
-
"description": "Whether
|
|
2118
|
+
"a-input/show-word-limit": {
|
|
2119
|
+
"description": "Whether to display word count",
|
|
2327
2120
|
"type": "boolean"
|
|
2328
2121
|
},
|
|
2329
|
-
"a-
|
|
2330
|
-
"description": "
|
|
2122
|
+
"a-input/word-length": {
|
|
2123
|
+
"description": "Calculation method of word length"
|
|
2331
2124
|
},
|
|
2332
|
-
"a-
|
|
2333
|
-
"description": "
|
|
2125
|
+
"a-input/word-slice": {
|
|
2126
|
+
"description": "Character interception method, used together with wordLength"
|
|
2334
2127
|
},
|
|
2335
|
-
"a-
|
|
2336
|
-
"description": "
|
|
2337
|
-
"type": "
|
|
2128
|
+
"a-input/input-attrs": {
|
|
2129
|
+
"description": "Attributes of inner input elements",
|
|
2130
|
+
"type": "object"
|
|
2338
2131
|
},
|
|
2339
|
-
"a-
|
|
2340
|
-
"description": "
|
|
2341
|
-
"type": "
|
|
2132
|
+
"a-input/prepend": {
|
|
2133
|
+
"description": "Prepend",
|
|
2134
|
+
"type": "string"
|
|
2342
2135
|
},
|
|
2343
|
-
"a-
|
|
2344
|
-
"description": "
|
|
2136
|
+
"a-input/append": {
|
|
2137
|
+
"description": "Append",
|
|
2138
|
+
"type": "string"
|
|
2345
2139
|
},
|
|
2346
|
-
"a-
|
|
2347
|
-
"description": "
|
|
2140
|
+
"a-input-password/visibility-change": {
|
|
2141
|
+
"description": "Callback when visibility changes"
|
|
2348
2142
|
},
|
|
2349
|
-
"a-
|
|
2350
|
-
"description": "
|
|
2143
|
+
"a-input-password/visibility": {
|
|
2144
|
+
"description": "Whether is visible",
|
|
2145
|
+
"type": "boolean"
|
|
2351
2146
|
},
|
|
2352
|
-
"a-
|
|
2353
|
-
"description": "
|
|
2147
|
+
"a-input-password/default-visibility": {
|
|
2148
|
+
"description": "Default visibility",
|
|
2149
|
+
"type": "boolean"
|
|
2354
2150
|
},
|
|
2355
|
-
"a-
|
|
2356
|
-
"description": "
|
|
2151
|
+
"a-input-password/invisible-button": {
|
|
2152
|
+
"description": "Whether to show visible buttons",
|
|
2153
|
+
"type": "boolean"
|
|
2357
2154
|
},
|
|
2358
|
-
"a-
|
|
2359
|
-
"description": "
|
|
2155
|
+
"a-input-search/search": {
|
|
2156
|
+
"description": "Triggered when the search button is clicked"
|
|
2360
2157
|
},
|
|
2361
|
-
"a-
|
|
2362
|
-
"description": "Whether
|
|
2158
|
+
"a-input-search/search-button": {
|
|
2159
|
+
"description": "Whether it is the rear button mode",
|
|
2363
2160
|
"type": "boolean"
|
|
2364
2161
|
},
|
|
2365
|
-
"a-
|
|
2366
|
-
"description": "Whether
|
|
2162
|
+
"a-input-search/loading": {
|
|
2163
|
+
"description": "Whether it is loading state",
|
|
2367
2164
|
"type": "boolean"
|
|
2368
2165
|
},
|
|
2369
|
-
"a-
|
|
2370
|
-
"description": "Whether to
|
|
2166
|
+
"a-input-search/disabled": {
|
|
2167
|
+
"description": "Whether to disable",
|
|
2371
2168
|
"type": "boolean"
|
|
2372
2169
|
},
|
|
2373
|
-
"a-
|
|
2374
|
-
"description": "
|
|
2375
|
-
"type": "string"
|
|
2170
|
+
"a-input-search/size": {
|
|
2171
|
+
"description": "Input size"
|
|
2376
2172
|
},
|
|
2377
|
-
"a-
|
|
2378
|
-
"description": "
|
|
2173
|
+
"a-input-search/button-text": {
|
|
2174
|
+
"description": "The text of the search button will replace the original icon after use",
|
|
2379
2175
|
"type": "string"
|
|
2380
2176
|
},
|
|
2381
|
-
"a-
|
|
2382
|
-
"description": "
|
|
2383
|
-
},
|
|
2384
|
-
"a-modal/body-style": {
|
|
2385
|
-
"description": "Modal style"
|
|
2177
|
+
"a-input-search/button-props": {
|
|
2178
|
+
"description": "Button props"
|
|
2386
2179
|
},
|
|
2387
|
-
"a-
|
|
2388
|
-
"description": "
|
|
2389
|
-
"type": "boolean"
|
|
2180
|
+
"a-list/scroll": {
|
|
2181
|
+
"description": "Triggered when the list scrolls"
|
|
2390
2182
|
},
|
|
2391
|
-
"a-
|
|
2392
|
-
"description": "Triggered when the
|
|
2183
|
+
"a-list/reach-bottom": {
|
|
2184
|
+
"description": "Triggered when the list reaches the bottom"
|
|
2393
2185
|
},
|
|
2394
|
-
"a-
|
|
2395
|
-
"description": "Triggered when the
|
|
2186
|
+
"a-list/page-change": {
|
|
2187
|
+
"description": "Triggered when the table pagination changes"
|
|
2396
2188
|
},
|
|
2397
|
-
"a-
|
|
2398
|
-
"description": "Triggered when the
|
|
2189
|
+
"a-list/page-size-change": {
|
|
2190
|
+
"description": "Triggered when the number of data per page of the table changes"
|
|
2399
2191
|
},
|
|
2400
|
-
"a-
|
|
2401
|
-
"description": "
|
|
2402
|
-
"type": "string"
|
|
2192
|
+
"a-list/data": {
|
|
2193
|
+
"description": "List data, need to be used with `item` slot at the same time"
|
|
2403
2194
|
},
|
|
2404
|
-
"a-
|
|
2405
|
-
"description": "
|
|
2195
|
+
"a-list/size": {
|
|
2196
|
+
"description": "List size",
|
|
2406
2197
|
"type": "string"
|
|
2407
2198
|
},
|
|
2408
|
-
"a-
|
|
2409
|
-
"description": "
|
|
2410
|
-
"type": "
|
|
2199
|
+
"a-list/bordered": {
|
|
2200
|
+
"description": "Whether to show the border",
|
|
2201
|
+
"type": "boolean"
|
|
2411
2202
|
},
|
|
2412
|
-
"a-
|
|
2413
|
-
"description": "
|
|
2203
|
+
"a-list/split": {
|
|
2204
|
+
"description": "Whether to show the dividing line",
|
|
2414
2205
|
"type": "boolean"
|
|
2415
2206
|
},
|
|
2416
|
-
"a-
|
|
2417
|
-
"description": "Whether
|
|
2207
|
+
"a-list/loading": {
|
|
2208
|
+
"description": "Whether it is loading state",
|
|
2418
2209
|
"type": "boolean"
|
|
2419
2210
|
},
|
|
2420
|
-
"a-
|
|
2421
|
-
"description": "Whether to
|
|
2211
|
+
"a-list/hoverable": {
|
|
2212
|
+
"description": "Whether to display the selected style",
|
|
2422
2213
|
"type": "boolean"
|
|
2423
2214
|
},
|
|
2424
|
-
"a-
|
|
2425
|
-
"description": "
|
|
2426
|
-
|
|
2215
|
+
"a-list/pagination-props": {
|
|
2216
|
+
"description": "List pagination configuration"
|
|
2217
|
+
},
|
|
2218
|
+
"a-list/grid-props": {
|
|
2219
|
+
"description": "List grid configuration",
|
|
2220
|
+
"type": "object"
|
|
2221
|
+
},
|
|
2222
|
+
"a-list/max-height": {
|
|
2223
|
+
"description": "Maximum height of the list",
|
|
2224
|
+
"type": "string | number"
|
|
2225
|
+
},
|
|
2226
|
+
"a-list/bottom-offset": {
|
|
2227
|
+
"description": "Trigger the distance threshold to reach the bottom",
|
|
2228
|
+
"type": "number"
|
|
2229
|
+
},
|
|
2230
|
+
"a-list/virtual-list-props": {
|
|
2231
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
2232
|
+
},
|
|
2233
|
+
"a-list/scrollbar": {
|
|
2234
|
+
"description": "Whether to enable virtual scroll bar"
|
|
2235
|
+
},
|
|
2236
|
+
"a-list-item/action-layout": {
|
|
2237
|
+
"description": "Operation group arrangement direction"
|
|
2238
|
+
},
|
|
2239
|
+
"a-list-item-meta/title": {
|
|
2240
|
+
"description": "Title",
|
|
2241
|
+
"type": "string"
|
|
2242
|
+
},
|
|
2243
|
+
"a-list-item-meta/description": {
|
|
2244
|
+
"description": "Description",
|
|
2245
|
+
"type": "string"
|
|
2246
|
+
},
|
|
2247
|
+
"a-menu/collapse": {
|
|
2248
|
+
"description": "Triggered when the collapsed state changes"
|
|
2249
|
+
},
|
|
2250
|
+
"a-menu/menu-item-click": {
|
|
2251
|
+
"description": "Triggered when the menu item is clicked"
|
|
2252
|
+
},
|
|
2253
|
+
"a-menu/sub-menu-click": {
|
|
2254
|
+
"description": "Triggered when the submenu is clicked"
|
|
2255
|
+
},
|
|
2256
|
+
"a-menu/theme": {
|
|
2257
|
+
"description": "Menu theme",
|
|
2258
|
+
"type": "string"
|
|
2259
|
+
},
|
|
2260
|
+
"a-menu/mode": {
|
|
2261
|
+
"description": "The mode of menu",
|
|
2262
|
+
"type": "string"
|
|
2263
|
+
},
|
|
2264
|
+
"a-menu/level-indent": {
|
|
2265
|
+
"description": "Indentation between levels",
|
|
2266
|
+
"type": "number"
|
|
2267
|
+
},
|
|
2268
|
+
"a-menu/auto-open": {
|
|
2269
|
+
"description": "Expand all multi-level menus by default",
|
|
2270
|
+
"type": "boolean"
|
|
2271
|
+
},
|
|
2272
|
+
"a-menu/collapsed": {
|
|
2273
|
+
"description": "Whether to collapse the menu",
|
|
2274
|
+
"type": "boolean"
|
|
2275
|
+
},
|
|
2276
|
+
"a-menu/default-collapsed": {
|
|
2277
|
+
"description": "Whether to collapse the menu by default",
|
|
2278
|
+
"type": "boolean"
|
|
2279
|
+
},
|
|
2280
|
+
"a-menu/collapsed-width": {
|
|
2281
|
+
"description": "Collapse menu width",
|
|
2282
|
+
"type": "number"
|
|
2427
2283
|
},
|
|
2428
2284
|
"a-menu/accordion": {
|
|
2429
2285
|
"description": "Turn on the accordion effect",
|
|
@@ -2494,21 +2350,6 @@
|
|
|
2494
2350
|
"description": "Whether to disable",
|
|
2495
2351
|
"type": "boolean"
|
|
2496
2352
|
},
|
|
2497
|
-
"a-page-header/back": {
|
|
2498
|
-
"description": "Emitted when the back button is clicked"
|
|
2499
|
-
},
|
|
2500
|
-
"a-page-header/title": {
|
|
2501
|
-
"description": "Main title",
|
|
2502
|
-
"type": "string"
|
|
2503
|
-
},
|
|
2504
|
-
"a-page-header/subtitle": {
|
|
2505
|
-
"description": "Subtitle",
|
|
2506
|
-
"type": "string"
|
|
2507
|
-
},
|
|
2508
|
-
"a-page-header/show-back": {
|
|
2509
|
-
"description": "Whether to show the back button",
|
|
2510
|
-
"type": "boolean"
|
|
2511
|
-
},
|
|
2512
2353
|
"a-overflow-list/change": {
|
|
2513
2354
|
"description": "Triggered when the overflow quantity changes"
|
|
2514
2355
|
},
|
|
@@ -2524,6 +2365,21 @@
|
|
|
2524
2365
|
"description": "Overflow From",
|
|
2525
2366
|
"type": "string"
|
|
2526
2367
|
},
|
|
2368
|
+
"a-page-header/back": {
|
|
2369
|
+
"description": "Emitted when the back button is clicked"
|
|
2370
|
+
},
|
|
2371
|
+
"a-page-header/title": {
|
|
2372
|
+
"description": "Main title",
|
|
2373
|
+
"type": "string"
|
|
2374
|
+
},
|
|
2375
|
+
"a-page-header/subtitle": {
|
|
2376
|
+
"description": "Subtitle",
|
|
2377
|
+
"type": "string"
|
|
2378
|
+
},
|
|
2379
|
+
"a-page-header/show-back": {
|
|
2380
|
+
"description": "Whether to show the back button",
|
|
2381
|
+
"type": "boolean"
|
|
2382
|
+
},
|
|
2527
2383
|
"a-pagination/change": {
|
|
2528
2384
|
"description": "Triggered when page number changes"
|
|
2529
2385
|
},
|
|
@@ -2605,87 +2461,6 @@
|
|
|
2605
2461
|
"description": "Whether to adjust the page number when changing the number of data",
|
|
2606
2462
|
"type": "boolean"
|
|
2607
2463
|
},
|
|
2608
|
-
"a-popover/popup-visible-change": {
|
|
2609
|
-
"description": "Triggered when the text bubble display status changes"
|
|
2610
|
-
},
|
|
2611
|
-
"a-popover/popup-visible": {
|
|
2612
|
-
"description": "Whether the popover is visible",
|
|
2613
|
-
"type": "boolean"
|
|
2614
|
-
},
|
|
2615
|
-
"a-popover/default-popup-visible": {
|
|
2616
|
-
"description": "Whether the popover is visible by default (uncontrolled mode)",
|
|
2617
|
-
"type": "boolean"
|
|
2618
|
-
},
|
|
2619
|
-
"a-popover/title": {
|
|
2620
|
-
"description": "Title",
|
|
2621
|
-
"type": "string"
|
|
2622
|
-
},
|
|
2623
|
-
"a-popover/content": {
|
|
2624
|
-
"description": "Content",
|
|
2625
|
-
"type": "string"
|
|
2626
|
-
},
|
|
2627
|
-
"a-popover/trigger": {
|
|
2628
|
-
"description": "Trigger method"
|
|
2629
|
-
},
|
|
2630
|
-
"a-popover/position": {
|
|
2631
|
-
"description": "Pop-up position"
|
|
2632
|
-
},
|
|
2633
|
-
"a-popover/content-class": {
|
|
2634
|
-
"description": "The class name of the popup content"
|
|
2635
|
-
},
|
|
2636
|
-
"a-popover/content-style": {
|
|
2637
|
-
"description": "The style of the popup content"
|
|
2638
|
-
},
|
|
2639
|
-
"a-popover/arrow-class": {
|
|
2640
|
-
"description": "The class name of the popup arrow"
|
|
2641
|
-
},
|
|
2642
|
-
"a-popover/arrow-style": {
|
|
2643
|
-
"description": "The style of the popup arrow"
|
|
2644
|
-
},
|
|
2645
|
-
"a-popover/popup-container": {
|
|
2646
|
-
"description": "Mount container for pop-up box"
|
|
2647
|
-
},
|
|
2648
|
-
"a-progress/type": {
|
|
2649
|
-
"description": "The type of progress bar"
|
|
2650
|
-
},
|
|
2651
|
-
"a-progress/size": {
|
|
2652
|
-
"description": "The size of the progress bar"
|
|
2653
|
-
},
|
|
2654
|
-
"a-progress/percent": {
|
|
2655
|
-
"description": "The current percentage of the progress bar",
|
|
2656
|
-
"type": "number"
|
|
2657
|
-
},
|
|
2658
|
-
"a-progress/steps": {
|
|
2659
|
-
"description": "Turn on the step bar mode and set the number of steps",
|
|
2660
|
-
"type": "number"
|
|
2661
|
-
},
|
|
2662
|
-
"a-progress/animation": {
|
|
2663
|
-
"description": "Whether to turn on the transition animation",
|
|
2664
|
-
"type": "boolean"
|
|
2665
|
-
},
|
|
2666
|
-
"a-progress/stroke-width": {
|
|
2667
|
-
"description": "The line width of the progress bar",
|
|
2668
|
-
"type": "number"
|
|
2669
|
-
},
|
|
2670
|
-
"a-progress/width": {
|
|
2671
|
-
"description": "The width of the progress bar",
|
|
2672
|
-
"type": "number|string"
|
|
2673
|
-
},
|
|
2674
|
-
"a-progress/color": {
|
|
2675
|
-
"description": "The color of the progress bar",
|
|
2676
|
-
"type": "string|object"
|
|
2677
|
-
},
|
|
2678
|
-
"a-progress/track-color": {
|
|
2679
|
-
"description": "The color of the progress track",
|
|
2680
|
-
"type": "string"
|
|
2681
|
-
},
|
|
2682
|
-
"a-progress/show-text": {
|
|
2683
|
-
"description": "Whether to display text",
|
|
2684
|
-
"type": "boolean"
|
|
2685
|
-
},
|
|
2686
|
-
"a-progress/status": {
|
|
2687
|
-
"description": "Progress bar status"
|
|
2688
|
-
},
|
|
2689
2464
|
"a-popconfirm/popup-visible-change": {
|
|
2690
2465
|
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2691
2466
|
},
|
|
@@ -2752,325 +2527,328 @@
|
|
|
2752
2527
|
"a-popconfirm/before-cancel": {
|
|
2753
2528
|
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2754
2529
|
},
|
|
2755
|
-
"a-
|
|
2756
|
-
"description": "
|
|
2530
|
+
"a-modal/ok": {
|
|
2531
|
+
"description": "Triggered when the OK button is clicked"
|
|
2757
2532
|
},
|
|
2758
|
-
"a-
|
|
2759
|
-
"description": "
|
|
2760
|
-
"type": "string | number | boolean"
|
|
2533
|
+
"a-modal/cancel": {
|
|
2534
|
+
"description": "Triggered when the cancel/close button is clicked"
|
|
2761
2535
|
},
|
|
2762
|
-
"a-
|
|
2763
|
-
"description": "
|
|
2764
|
-
"type": "boolean"
|
|
2536
|
+
"a-modal/open": {
|
|
2537
|
+
"description": "Triggered after the modal is opened (the animation ends)"
|
|
2765
2538
|
},
|
|
2766
|
-
"a-
|
|
2767
|
-
"description": "
|
|
2768
|
-
"type": "string | number | boolean"
|
|
2539
|
+
"a-modal/close": {
|
|
2540
|
+
"description": "Triggered after the modal is closed (the animation ends)"
|
|
2769
2541
|
},
|
|
2770
|
-
"a-
|
|
2771
|
-
"description": "
|
|
2542
|
+
"a-modal/before-open": {
|
|
2543
|
+
"description": "Triggered before dialog is opened"
|
|
2772
2544
|
},
|
|
2773
|
-
"a-
|
|
2774
|
-
"description": "
|
|
2545
|
+
"a-modal/before-close": {
|
|
2546
|
+
"description": "Triggered before dialog is closed"
|
|
2547
|
+
},
|
|
2548
|
+
"a-modal/visible": {
|
|
2549
|
+
"description": "Whether the modal is visible",
|
|
2775
2550
|
"type": "boolean"
|
|
2776
2551
|
},
|
|
2777
|
-
"a-
|
|
2778
|
-
"description": "
|
|
2552
|
+
"a-modal/default-visible": {
|
|
2553
|
+
"description": "Whether the modal is visible by default (uncontrolled state)",
|
|
2554
|
+
"type": "boolean"
|
|
2779
2555
|
},
|
|
2780
|
-
"a-
|
|
2781
|
-
"description": "
|
|
2782
|
-
"type": "
|
|
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"
|
|
2783
2559
|
},
|
|
2784
|
-
"a-
|
|
2785
|
-
"description": "
|
|
2786
|
-
"type": "
|
|
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"
|
|
2787
2563
|
},
|
|
2788
|
-
"a-
|
|
2789
|
-
"description": "
|
|
2564
|
+
"a-modal/mask": {
|
|
2565
|
+
"description": "Whether to show the mask",
|
|
2566
|
+
"type": "boolean"
|
|
2790
2567
|
},
|
|
2791
|
-
"a-
|
|
2792
|
-
"description": "
|
|
2568
|
+
"a-modal/title": {
|
|
2569
|
+
"description": "Title",
|
|
2570
|
+
"type": "string"
|
|
2793
2571
|
},
|
|
2794
|
-
"a-
|
|
2795
|
-
"description": "
|
|
2572
|
+
"a-modal/title-align": {
|
|
2573
|
+
"description": "horizontal alignment of the title",
|
|
2574
|
+
"type": "string"
|
|
2796
2575
|
},
|
|
2797
|
-
"a-
|
|
2798
|
-
"description": "
|
|
2576
|
+
"a-modal/align-center": {
|
|
2577
|
+
"description": "Whether the dialog box is displayed in the center",
|
|
2578
|
+
"type": "boolean"
|
|
2799
2579
|
},
|
|
2800
|
-
"a-
|
|
2801
|
-
"description": "Whether to
|
|
2580
|
+
"a-modal/unmount-on-close": {
|
|
2581
|
+
"description": "Whether to uninstall the node when close",
|
|
2802
2582
|
"type": "boolean"
|
|
2803
2583
|
},
|
|
2804
|
-
"a-
|
|
2805
|
-
"description": "
|
|
2584
|
+
"a-modal/mask-closable": {
|
|
2585
|
+
"description": "Whether to close the modal when click the mask",
|
|
2586
|
+
"type": "boolean"
|
|
2806
2587
|
},
|
|
2807
|
-
"a-
|
|
2808
|
-
"description": "
|
|
2588
|
+
"a-modal/hide-cancel": {
|
|
2589
|
+
"description": "Whether to hide the cancel button",
|
|
2590
|
+
"type": "boolean"
|
|
2809
2591
|
},
|
|
2810
|
-
"a-
|
|
2811
|
-
"description": "
|
|
2812
|
-
"type": "
|
|
2592
|
+
"a-modal/simple": {
|
|
2593
|
+
"description": "Whether to enable simple mode",
|
|
2594
|
+
"type": "boolean"
|
|
2813
2595
|
},
|
|
2814
|
-
"a-
|
|
2815
|
-
"description": "
|
|
2816
|
-
"type": "
|
|
2596
|
+
"a-modal/closable": {
|
|
2597
|
+
"description": "Whether to show the close button",
|
|
2598
|
+
"type": "boolean"
|
|
2817
2599
|
},
|
|
2818
|
-
"a-
|
|
2819
|
-
"description": "
|
|
2820
|
-
"type": "
|
|
2600
|
+
"a-modal/ok-text": {
|
|
2601
|
+
"description": "The content of the confirm button",
|
|
2602
|
+
"type": "string"
|
|
2821
2603
|
},
|
|
2822
|
-
"a-
|
|
2823
|
-
"description": "
|
|
2824
|
-
"type": "
|
|
2604
|
+
"a-modal/cancel-text": {
|
|
2605
|
+
"description": "The content of the cancel button",
|
|
2606
|
+
"type": "string"
|
|
2825
2607
|
},
|
|
2826
|
-
"a-
|
|
2827
|
-
"description": "Whether
|
|
2608
|
+
"a-modal/ok-loading": {
|
|
2609
|
+
"description": "Whether the confirm button is in the loading state",
|
|
2828
2610
|
"type": "boolean"
|
|
2829
2611
|
},
|
|
2830
|
-
"a-
|
|
2831
|
-
"description": "
|
|
2832
|
-
"type": "boolean"
|
|
2612
|
+
"a-modal/ok-button-props": {
|
|
2613
|
+
"description": "Props of confirm button"
|
|
2833
2614
|
},
|
|
2834
|
-
"a-
|
|
2835
|
-
"description": "
|
|
2615
|
+
"a-modal/cancel-button-props": {
|
|
2616
|
+
"description": "Props of cancel button"
|
|
2617
|
+
},
|
|
2618
|
+
"a-modal/footer": {
|
|
2619
|
+
"description": "Whether to show the footer",
|
|
2836
2620
|
"type": "boolean"
|
|
2837
2621
|
},
|
|
2838
|
-
"a-
|
|
2839
|
-
"description": "Whether
|
|
2622
|
+
"a-modal/render-to-body": {
|
|
2623
|
+
"description": "Whether the modal is mounted under the `body` element",
|
|
2840
2624
|
"type": "boolean"
|
|
2841
2625
|
},
|
|
2842
|
-
"a-
|
|
2843
|
-
"description": "
|
|
2626
|
+
"a-modal/popup-container": {
|
|
2627
|
+
"description": "Mount container for modal"
|
|
2844
2628
|
},
|
|
2845
|
-
"a-
|
|
2846
|
-
"description": "
|
|
2629
|
+
"a-modal/mask-style": {
|
|
2630
|
+
"description": "Mask style"
|
|
2847
2631
|
},
|
|
2848
|
-
"a-
|
|
2849
|
-
"description": "
|
|
2632
|
+
"a-modal/modal-class": {
|
|
2633
|
+
"description": "The classname of the modal"
|
|
2850
2634
|
},
|
|
2851
|
-
"a-
|
|
2852
|
-
"description": "
|
|
2635
|
+
"a-modal/modal-style": {
|
|
2636
|
+
"description": "Modal style"
|
|
2853
2637
|
},
|
|
2854
|
-
"a-
|
|
2855
|
-
"description": "
|
|
2856
|
-
"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."
|
|
2857
2640
|
},
|
|
2858
|
-
"a-
|
|
2859
|
-
"description": "
|
|
2860
|
-
"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."
|
|
2861
2643
|
},
|
|
2862
|
-
"a-
|
|
2863
|
-
"description": "
|
|
2864
|
-
"type": "
|
|
2644
|
+
"a-modal/esc-to-close": {
|
|
2645
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
2646
|
+
"type": "boolean"
|
|
2865
2647
|
},
|
|
2866
|
-
"a-
|
|
2867
|
-
"description": "
|
|
2648
|
+
"a-modal/draggable": {
|
|
2649
|
+
"description": "Whether to support drag",
|
|
2650
|
+
"type": "boolean"
|
|
2868
2651
|
},
|
|
2869
|
-
"a-
|
|
2870
|
-
"description": "
|
|
2652
|
+
"a-modal/fullscreen": {
|
|
2653
|
+
"description": "Whether to enable full screen",
|
|
2654
|
+
"type": "boolean"
|
|
2871
2655
|
},
|
|
2872
|
-
"a-
|
|
2873
|
-
"description": "
|
|
2656
|
+
"a-modal/mask-animation-name": {
|
|
2657
|
+
"description": "Mask layer animation name",
|
|
2874
2658
|
"type": "string"
|
|
2875
2659
|
},
|
|
2876
|
-
"a-
|
|
2877
|
-
"description": "
|
|
2878
|
-
"type": "string
|
|
2660
|
+
"a-modal/modal-animation-name": {
|
|
2661
|
+
"description": "Modal animation name",
|
|
2662
|
+
"type": "string"
|
|
2879
2663
|
},
|
|
2880
|
-
"a-
|
|
2881
|
-
"description": "
|
|
2664
|
+
"a-modal/body-class": {
|
|
2665
|
+
"description": "The classname of the modal"
|
|
2882
2666
|
},
|
|
2883
|
-
"a-
|
|
2884
|
-
"description": "
|
|
2667
|
+
"a-modal/body-style": {
|
|
2668
|
+
"description": "Modal style"
|
|
2885
2669
|
},
|
|
2886
|
-
"a-
|
|
2887
|
-
"description": "
|
|
2670
|
+
"a-modal/hide-title": {
|
|
2671
|
+
"description": "Whether to hide the title",
|
|
2672
|
+
"type": "boolean"
|
|
2888
2673
|
},
|
|
2889
|
-
"a-
|
|
2890
|
-
"description": "Triggered when the
|
|
2674
|
+
"a-popover/popup-visible-change": {
|
|
2675
|
+
"description": "Triggered when the text bubble display status changes"
|
|
2891
2676
|
},
|
|
2892
|
-
"a-
|
|
2893
|
-
"description": "
|
|
2677
|
+
"a-popover/popup-visible": {
|
|
2678
|
+
"description": "Whether the popover is visible",
|
|
2679
|
+
"type": "boolean"
|
|
2894
2680
|
},
|
|
2895
|
-
"a-
|
|
2896
|
-
"description": "
|
|
2681
|
+
"a-popover/default-popup-visible": {
|
|
2682
|
+
"description": "Whether the popover is visible by default (uncontrolled mode)",
|
|
2683
|
+
"type": "boolean"
|
|
2897
2684
|
},
|
|
2898
|
-
"a-
|
|
2899
|
-
"description": "
|
|
2685
|
+
"a-popover/title": {
|
|
2686
|
+
"description": "Title",
|
|
2687
|
+
"type": "string"
|
|
2900
2688
|
},
|
|
2901
|
-
"a-
|
|
2902
|
-
"description": "
|
|
2689
|
+
"a-popover/content": {
|
|
2690
|
+
"description": "Content",
|
|
2691
|
+
"type": "string"
|
|
2903
2692
|
},
|
|
2904
|
-
"a-
|
|
2905
|
-
"description": "
|
|
2693
|
+
"a-popover/trigger": {
|
|
2694
|
+
"description": "Trigger method"
|
|
2906
2695
|
},
|
|
2907
|
-
"a-
|
|
2908
|
-
"description": "
|
|
2696
|
+
"a-popover/position": {
|
|
2697
|
+
"description": "Pop-up position"
|
|
2909
2698
|
},
|
|
2910
|
-
"a-
|
|
2911
|
-
"description": "
|
|
2912
|
-
"type": "boolean"
|
|
2699
|
+
"a-popover/content-class": {
|
|
2700
|
+
"description": "The class name of the popup content"
|
|
2913
2701
|
},
|
|
2914
|
-
"a-
|
|
2915
|
-
"description": "
|
|
2702
|
+
"a-popover/content-style": {
|
|
2703
|
+
"description": "The style of the popup content"
|
|
2916
2704
|
},
|
|
2917
|
-
"a-
|
|
2918
|
-
"description": "
|
|
2705
|
+
"a-popover/arrow-class": {
|
|
2706
|
+
"description": "The class name of the popup arrow"
|
|
2919
2707
|
},
|
|
2920
|
-
"a-
|
|
2921
|
-
"description": "The
|
|
2922
|
-
"type": "string"
|
|
2708
|
+
"a-popover/arrow-style": {
|
|
2709
|
+
"description": "The style of the popup arrow"
|
|
2923
2710
|
},
|
|
2924
|
-
"a-
|
|
2925
|
-
"description": "
|
|
2926
|
-
"type": "string"
|
|
2711
|
+
"a-popover/popup-container": {
|
|
2712
|
+
"description": "Mount container for pop-up box"
|
|
2927
2713
|
},
|
|
2928
|
-
"a-
|
|
2929
|
-
"description": "
|
|
2714
|
+
"a-resize-box/moving-start": {
|
|
2715
|
+
"description": "Triggered when dragging starts"
|
|
2930
2716
|
},
|
|
2931
|
-
"a-
|
|
2932
|
-
"description": "
|
|
2933
|
-
"type": "string"
|
|
2717
|
+
"a-resize-box/moving": {
|
|
2718
|
+
"description": "Triggered when dragging"
|
|
2934
2719
|
},
|
|
2935
|
-
"a-
|
|
2936
|
-
"description": "
|
|
2937
|
-
"type": "boolean"
|
|
2720
|
+
"a-resize-box/moving-end": {
|
|
2721
|
+
"description": "Triggered when the drag ends"
|
|
2938
2722
|
},
|
|
2939
|
-
"a-
|
|
2940
|
-
"description": "
|
|
2941
|
-
"type": "
|
|
2723
|
+
"a-resize-box/width": {
|
|
2724
|
+
"description": "Width",
|
|
2725
|
+
"type": "number"
|
|
2942
2726
|
},
|
|
2943
|
-
"a-
|
|
2944
|
-
"description": "
|
|
2945
|
-
"type": "
|
|
2727
|
+
"a-resize-box/height": {
|
|
2728
|
+
"description": "Height",
|
|
2729
|
+
"type": "number"
|
|
2946
2730
|
},
|
|
2947
|
-
"a-
|
|
2948
|
-
"description": "
|
|
2949
|
-
"type": "
|
|
2731
|
+
"a-resize-box/component": {
|
|
2732
|
+
"description": "The html tag of the telescopic box",
|
|
2733
|
+
"type": "string"
|
|
2950
2734
|
},
|
|
2951
|
-
"a-
|
|
2952
|
-
"description": "
|
|
2735
|
+
"a-resize-box/directions": {
|
|
2736
|
+
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
2953
2737
|
},
|
|
2954
|
-
"a-
|
|
2955
|
-
"description": "
|
|
2956
|
-
"type": "boolean"
|
|
2738
|
+
"a-rate/change": {
|
|
2739
|
+
"description": "Trigger when the value changes"
|
|
2957
2740
|
},
|
|
2958
|
-
"a-
|
|
2959
|
-
"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",
|
|
2960
2746
|
"type": "number"
|
|
2961
2747
|
},
|
|
2962
|
-
"a-
|
|
2963
|
-
"description": "
|
|
2748
|
+
"a-rate/model-value": {
|
|
2749
|
+
"description": "Value",
|
|
2750
|
+
"type": "number"
|
|
2964
2751
|
},
|
|
2965
|
-
"a-
|
|
2966
|
-
"description": "
|
|
2967
|
-
"type": "
|
|
2752
|
+
"a-rate/default-value": {
|
|
2753
|
+
"description": "Default Value",
|
|
2754
|
+
"type": "number"
|
|
2968
2755
|
},
|
|
2969
|
-
"a-
|
|
2970
|
-
"description": "Whether to
|
|
2756
|
+
"a-rate/allow-half": {
|
|
2757
|
+
"description": "Whether to allow half selection",
|
|
2971
2758
|
"type": "boolean"
|
|
2972
2759
|
},
|
|
2973
|
-
"a-
|
|
2974
|
-
"description": "Whether to
|
|
2760
|
+
"a-rate/allow-clear": {
|
|
2761
|
+
"description": "Whether to allow clear",
|
|
2975
2762
|
"type": "boolean"
|
|
2976
2763
|
},
|
|
2977
|
-
"a-
|
|
2978
|
-
"description": "Whether
|
|
2764
|
+
"a-rate/grading": {
|
|
2765
|
+
"description": "Whether to enable smile grading",
|
|
2979
2766
|
"type": "boolean"
|
|
2980
2767
|
},
|
|
2981
|
-
"a-
|
|
2982
|
-
"description": "Whether
|
|
2768
|
+
"a-rate/readonly": {
|
|
2769
|
+
"description": "Whether it is readonly",
|
|
2983
2770
|
"type": "boolean"
|
|
2984
2771
|
},
|
|
2985
|
-
"a-
|
|
2986
|
-
"description": "Whether to
|
|
2772
|
+
"a-rate/disabled": {
|
|
2773
|
+
"description": "Whether to disable",
|
|
2774
|
+
"type": "boolean"
|
|
2987
2775
|
},
|
|
2988
|
-
"a-
|
|
2989
|
-
"description": "
|
|
2776
|
+
"a-rate/color": {
|
|
2777
|
+
"description": "Color"
|
|
2990
2778
|
},
|
|
2991
|
-
"a-
|
|
2992
|
-
"description": "
|
|
2779
|
+
"a-scrollbar/scroll": {
|
|
2780
|
+
"description": "Triggered when scroll"
|
|
2993
2781
|
},
|
|
2994
|
-
"a-
|
|
2995
|
-
"description": "
|
|
2782
|
+
"a-scrollbar/type": {
|
|
2783
|
+
"description": "Type",
|
|
2784
|
+
"type": "string"
|
|
2996
2785
|
},
|
|
2997
|
-
"a-
|
|
2998
|
-
"description": "
|
|
2786
|
+
"a-scrollbar/outer-class": {
|
|
2787
|
+
"description": "Outer class",
|
|
2788
|
+
"type": "string|object|array"
|
|
2999
2789
|
},
|
|
3000
|
-
"a-
|
|
3001
|
-
"description": "
|
|
2790
|
+
"a-scrollbar/outer-style": {
|
|
2791
|
+
"description": "Outer style"
|
|
3002
2792
|
},
|
|
3003
|
-
"a-
|
|
3004
|
-
"description": "
|
|
3005
|
-
"type": "boolean"
|
|
2793
|
+
"a-result/status": {
|
|
2794
|
+
"description": "The status displayed on the result page"
|
|
3006
2795
|
},
|
|
3007
|
-
"a-
|
|
3008
|
-
"description": "
|
|
2796
|
+
"a-result/title": {
|
|
2797
|
+
"description": "Title",
|
|
3009
2798
|
"type": "string"
|
|
3010
2799
|
},
|
|
3011
|
-
"a-
|
|
3012
|
-
"description": "
|
|
3013
|
-
"type": "
|
|
3014
|
-
},
|
|
3015
|
-
"a-select/limit": {
|
|
3016
|
-
"description": "Maximum number of choices in multiple choice",
|
|
3017
|
-
"type": "number"
|
|
3018
|
-
},
|
|
3019
|
-
"a-select/field-names": {
|
|
3020
|
-
"description": "Customize fields in `SelectOptionData`"
|
|
3021
|
-
},
|
|
3022
|
-
"a-select/scrollbar": {
|
|
3023
|
-
"description": "Whether to enable virtual scroll bar"
|
|
2800
|
+
"a-result/subtitle": {
|
|
2801
|
+
"description": "Subtitle",
|
|
2802
|
+
"type": "string"
|
|
3024
2803
|
},
|
|
3025
|
-
"a-
|
|
3026
|
-
"description": "
|
|
3027
|
-
"type": "boolean"
|
|
2804
|
+
"a-radio/change": {
|
|
2805
|
+
"description": "Trigger when the value changes"
|
|
3028
2806
|
},
|
|
3029
|
-
"a-
|
|
3030
|
-
"description": "
|
|
3031
|
-
"type": "boolean"
|
|
2807
|
+
"a-radio/model-value": {
|
|
2808
|
+
"description": "Value",
|
|
2809
|
+
"type": "string | number | boolean"
|
|
3032
2810
|
},
|
|
3033
|
-
"a-
|
|
3034
|
-
"description": "
|
|
2811
|
+
"a-radio/default-checked": {
|
|
2812
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
3035
2813
|
"type": "boolean"
|
|
3036
2814
|
},
|
|
3037
|
-
"a-
|
|
3038
|
-
"description": "
|
|
3039
|
-
"type": "string|number|boolean
|
|
2815
|
+
"a-radio/value": {
|
|
2816
|
+
"description": "The `value` of the option",
|
|
2817
|
+
"type": "string | number | boolean"
|
|
3040
2818
|
},
|
|
3041
|
-
"a-
|
|
3042
|
-
"description": "
|
|
3043
|
-
"type": "string"
|
|
2819
|
+
"a-radio/type": {
|
|
2820
|
+
"description": "Radio type"
|
|
3044
2821
|
},
|
|
3045
|
-
"a-
|
|
2822
|
+
"a-radio/disabled": {
|
|
3046
2823
|
"description": "Whether to disable",
|
|
3047
2824
|
"type": "boolean"
|
|
3048
2825
|
},
|
|
3049
|
-
"a-
|
|
3050
|
-
"description": "
|
|
2826
|
+
"a-radio-group/change": {
|
|
2827
|
+
"description": "Trigger when the value changes"
|
|
3051
2828
|
},
|
|
3052
|
-
"a-
|
|
3053
|
-
"description": "
|
|
3054
|
-
"type": "
|
|
2829
|
+
"a-radio-group/model-value": {
|
|
2830
|
+
"description": "Value",
|
|
2831
|
+
"type": "string | number | boolean"
|
|
3055
2832
|
},
|
|
3056
|
-
"a-
|
|
3057
|
-
"description": "
|
|
3058
|
-
"type": "number"
|
|
2833
|
+
"a-radio-group/default-value": {
|
|
2834
|
+
"description": "Default value (uncontrolled state)",
|
|
2835
|
+
"type": "string | number | boolean"
|
|
3059
2836
|
},
|
|
3060
|
-
"a-
|
|
3061
|
-
"description": "
|
|
3062
|
-
"type": "string"
|
|
2837
|
+
"a-radio-group/type": {
|
|
2838
|
+
"description": "Types of radio group"
|
|
3063
2839
|
},
|
|
3064
|
-
"a-
|
|
3065
|
-
"description": "The
|
|
2840
|
+
"a-radio-group/size": {
|
|
2841
|
+
"description": "The size of the radio group"
|
|
3066
2842
|
},
|
|
3067
|
-
"a-
|
|
3068
|
-
"description": "
|
|
3069
|
-
|
|
2843
|
+
"a-radio-group/options": {
|
|
2844
|
+
"description": "Options"
|
|
2845
|
+
},
|
|
2846
|
+
"a-radio-group/direction": {
|
|
2847
|
+
"description": "The direction of the radio group"
|
|
3070
2848
|
},
|
|
3071
|
-
"a-
|
|
3072
|
-
"description": "
|
|
3073
|
-
"type": "
|
|
2849
|
+
"a-radio-group/disabled": {
|
|
2850
|
+
"description": "Whether to disable",
|
|
2851
|
+
"type": "boolean"
|
|
3074
2852
|
},
|
|
3075
2853
|
"a-skeleton/loading": {
|
|
3076
2854
|
"description": "Whether to display the skeleton screen (loading state)",
|
|
@@ -3206,6 +2984,47 @@
|
|
|
3206
2984
|
"description": "Whether to disable",
|
|
3207
2985
|
"type": "boolean"
|
|
3208
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
|
+
},
|
|
3209
3028
|
"a-statistic/title": {
|
|
3210
3029
|
"description": "Title of the numerical display",
|
|
3211
3030
|
"type": "string"
|
|
@@ -3282,76 +3101,187 @@
|
|
|
3282
3101
|
"a-countdown/value-style": {
|
|
3283
3102
|
"description": "Custom value style"
|
|
3284
3103
|
},
|
|
3285
|
-
"a-
|
|
3286
|
-
"description": "
|
|
3104
|
+
"a-select/change": {
|
|
3105
|
+
"description": "Triggered when the value changes"
|
|
3106
|
+
},
|
|
3107
|
+
"a-select/input-value-change": {
|
|
3108
|
+
"description": "Triggered when the value of the input changes"
|
|
3109
|
+
},
|
|
3110
|
+
"a-select/popup-visible-change": {
|
|
3111
|
+
"description": "Triggered when the display state of the drop-down box changes"
|
|
3112
|
+
},
|
|
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",
|
|
3287
3181
|
"type": "number"
|
|
3288
3182
|
},
|
|
3289
|
-
"a-
|
|
3290
|
-
"description": "
|
|
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",
|
|
3291
3188
|
"type": "boolean"
|
|
3292
3189
|
},
|
|
3293
|
-
"a-
|
|
3294
|
-
"description": "Whether to
|
|
3190
|
+
"a-select/default-active-first-option": {
|
|
3191
|
+
"description": "Whether to select the first option by default when there is no value",
|
|
3295
3192
|
"type": "boolean"
|
|
3296
3193
|
},
|
|
3297
|
-
"a-
|
|
3298
|
-
"description": "
|
|
3299
|
-
"type": "
|
|
3194
|
+
"a-select/popup-visible": {
|
|
3195
|
+
"description": "Whether to show the dropdown",
|
|
3196
|
+
"type": "boolean"
|
|
3300
3197
|
},
|
|
3301
|
-
"a-
|
|
3302
|
-
"description": "Whether
|
|
3198
|
+
"a-select/default-popup-visible": {
|
|
3199
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
3303
3200
|
"type": "boolean"
|
|
3304
3201
|
},
|
|
3305
|
-
"a-
|
|
3306
|
-
"description": "
|
|
3202
|
+
"a-select/unmount-on-close": {
|
|
3203
|
+
"description": "Whether to destroy the element when the dropdown is closed",
|
|
3204
|
+
"type": "boolean"
|
|
3307
3205
|
},
|
|
3308
|
-
"a-
|
|
3309
|
-
"description": "
|
|
3206
|
+
"a-select/filter-option": {
|
|
3207
|
+
"description": "Whether to filter options"
|
|
3310
3208
|
},
|
|
3311
|
-
"a-
|
|
3312
|
-
"description": "
|
|
3209
|
+
"a-select/options": {
|
|
3210
|
+
"description": "Option data"
|
|
3313
3211
|
},
|
|
3314
|
-
"a-
|
|
3315
|
-
"description": "
|
|
3212
|
+
"a-select/virtual-list-props": {
|
|
3213
|
+
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
3316
3214
|
},
|
|
3317
|
-
"a-
|
|
3318
|
-
"description": "
|
|
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"
|
|
3231
|
+
},
|
|
3232
|
+
"a-select/search-delay": {
|
|
3233
|
+
"description": "Delay time to trigger search event",
|
|
3319
3234
|
"type": "number"
|
|
3320
3235
|
},
|
|
3321
|
-
"a-
|
|
3322
|
-
"description": "
|
|
3236
|
+
"a-select/limit": {
|
|
3237
|
+
"description": "Maximum number of choices in multiple choice",
|
|
3323
3238
|
"type": "number"
|
|
3324
3239
|
},
|
|
3325
|
-
"a-
|
|
3326
|
-
"description": "
|
|
3240
|
+
"a-select/field-names": {
|
|
3241
|
+
"description": "Customize fields in `SelectOptionData`"
|
|
3327
3242
|
},
|
|
3328
|
-
"a-
|
|
3329
|
-
"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",
|
|
3330
3248
|
"type": "boolean"
|
|
3331
3249
|
},
|
|
3332
|
-
"a-
|
|
3333
|
-
"description": "Whether to
|
|
3250
|
+
"a-select/show-footer-on-empty": {
|
|
3251
|
+
"description": "Whether to display the footer in the empty state",
|
|
3334
3252
|
"type": "boolean"
|
|
3335
3253
|
},
|
|
3336
|
-
"a-
|
|
3337
|
-
"description": "
|
|
3254
|
+
"a-select/tag-nowrap": {
|
|
3255
|
+
"description": "Tag content does not wrap",
|
|
3338
3256
|
"type": "boolean"
|
|
3339
3257
|
},
|
|
3340
|
-
"a-
|
|
3341
|
-
"description": "
|
|
3342
|
-
"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"
|
|
3343
3261
|
},
|
|
3344
|
-
"a-
|
|
3345
|
-
"description": "
|
|
3262
|
+
"a-option/label": {
|
|
3263
|
+
"description": "Option label (if not filled, it will be obtained from the content)",
|
|
3346
3264
|
"type": "string"
|
|
3347
3265
|
},
|
|
3348
|
-
"a-
|
|
3349
|
-
"description": "Status of the step"
|
|
3350
|
-
},
|
|
3351
|
-
"a-step/disabled": {
|
|
3266
|
+
"a-option/disabled": {
|
|
3352
3267
|
"description": "Whether to disable",
|
|
3353
3268
|
"type": "boolean"
|
|
3354
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
|
+
},
|
|
3355
3285
|
"a-switch/change": {
|
|
3356
3286
|
"description": "Trigger when the value changes"
|
|
3357
3287
|
},
|
|
@@ -3412,6 +3342,26 @@
|
|
|
3412
3342
|
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3413
3343
|
"type": "string"
|
|
3414
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
|
+
},
|
|
3415
3365
|
"a-table/expand": {
|
|
3416
3366
|
"description": "Triggered when a row is clicked to expand"
|
|
3417
3367
|
},
|
|
@@ -3659,55 +3609,152 @@
|
|
|
3659
3609
|
"description": "Whether to show text hints when omitted",
|
|
3660
3610
|
"type": "boolean|object"
|
|
3661
3611
|
},
|
|
3662
|
-
"a-
|
|
3663
|
-
"description": "Emitted when the
|
|
3612
|
+
"a-textarea/input": {
|
|
3613
|
+
"description": "Emitted when the user enters"
|
|
3664
3614
|
},
|
|
3665
|
-
"a-
|
|
3666
|
-
"description": "
|
|
3615
|
+
"a-textarea/change": {
|
|
3616
|
+
"description": "Only emitted when the textarea is out of focus"
|
|
3667
3617
|
},
|
|
3668
|
-
"a-
|
|
3669
|
-
"description": "
|
|
3618
|
+
"a-textarea/clear": {
|
|
3619
|
+
"description": "Emitted when the clear button is clicked"
|
|
3670
3620
|
},
|
|
3671
|
-
"a-
|
|
3672
|
-
"description": "
|
|
3621
|
+
"a-textarea/focus": {
|
|
3622
|
+
"description": "Emitted when the textarea gets focus"
|
|
3623
|
+
},
|
|
3624
|
+
"a-textarea/blur": {
|
|
3625
|
+
"description": "Emitted when the textarea loses focus"
|
|
3626
|
+
},
|
|
3627
|
+
"a-textarea/model-value": {
|
|
3628
|
+
"description": "Value",
|
|
3673
3629
|
"type": "string"
|
|
3674
3630
|
},
|
|
3675
|
-
"a-
|
|
3676
|
-
"description": "
|
|
3631
|
+
"a-textarea/default-value": {
|
|
3632
|
+
"description": "Default value (uncontrolled state)",
|
|
3633
|
+
"type": "string"
|
|
3634
|
+
},
|
|
3635
|
+
"a-textarea/placeholder": {
|
|
3636
|
+
"description": "Placeholder",
|
|
3637
|
+
"type": "string"
|
|
3638
|
+
},
|
|
3639
|
+
"a-textarea/disabled": {
|
|
3640
|
+
"description": "Whether to disable",
|
|
3677
3641
|
"type": "boolean"
|
|
3678
3642
|
},
|
|
3679
|
-
"a-
|
|
3680
|
-
"description": "Whether
|
|
3643
|
+
"a-textarea/error": {
|
|
3644
|
+
"description": "Whether it is an error state",
|
|
3681
3645
|
"type": "boolean"
|
|
3682
3646
|
},
|
|
3683
|
-
"a-
|
|
3684
|
-
"description": "
|
|
3647
|
+
"a-textarea/max-length": {
|
|
3648
|
+
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3649
|
+
},
|
|
3650
|
+
"a-textarea/show-word-limit": {
|
|
3651
|
+
"description": "Whether to display word count",
|
|
3685
3652
|
"type": "boolean"
|
|
3686
3653
|
},
|
|
3687
|
-
"a-
|
|
3688
|
-
"description": "Whether
|
|
3654
|
+
"a-textarea/allow-clear": {
|
|
3655
|
+
"description": "Whether to allow clearing the text",
|
|
3689
3656
|
"type": "boolean"
|
|
3690
3657
|
},
|
|
3691
|
-
"a-
|
|
3692
|
-
"description": "Whether the
|
|
3658
|
+
"a-textarea/auto-size": {
|
|
3659
|
+
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3660
|
+
},
|
|
3661
|
+
"a-textarea/word-length": {
|
|
3662
|
+
"description": "Calculation method of word length"
|
|
3663
|
+
},
|
|
3664
|
+
"a-textarea/word-slice": {
|
|
3665
|
+
"description": "Character interception method, used together with wordLength"
|
|
3666
|
+
},
|
|
3667
|
+
"a-textarea/textarea-attrs": {
|
|
3668
|
+
"description": "Attributes passed to textarea"
|
|
3669
|
+
},
|
|
3670
|
+
"a-steps/change": {
|
|
3671
|
+
"description": "Triggered when the number of steps changes"
|
|
3672
|
+
},
|
|
3673
|
+
"a-steps/type": {
|
|
3674
|
+
"description": "The type of the steps"
|
|
3675
|
+
},
|
|
3676
|
+
"a-steps/direction": {
|
|
3677
|
+
"description": "The direction of the steps"
|
|
3678
|
+
},
|
|
3679
|
+
"a-steps/label-placement": {
|
|
3680
|
+
"description": "The location where the label description is placed."
|
|
3681
|
+
},
|
|
3682
|
+
"a-steps/current": {
|
|
3683
|
+
"description": "Number of current step",
|
|
3684
|
+
"type": "number"
|
|
3685
|
+
},
|
|
3686
|
+
"a-steps/default-current": {
|
|
3687
|
+
"description": "The default number of step (uncontrolled state)",
|
|
3688
|
+
"type": "number"
|
|
3689
|
+
},
|
|
3690
|
+
"a-steps/status": {
|
|
3691
|
+
"description": "The status of the current step"
|
|
3692
|
+
},
|
|
3693
|
+
"a-steps/line-less": {
|
|
3694
|
+
"description": "Whether to use the connectionless style",
|
|
3693
3695
|
"type": "boolean"
|
|
3694
3696
|
},
|
|
3695
|
-
"a-
|
|
3696
|
-
"description": "Whether
|
|
3697
|
+
"a-steps/small": {
|
|
3698
|
+
"description": "Whether to use a small step bar",
|
|
3697
3699
|
"type": "boolean"
|
|
3698
3700
|
},
|
|
3699
|
-
"a-
|
|
3700
|
-
"description": "Whether
|
|
3701
|
+
"a-steps/changeable": {
|
|
3702
|
+
"description": "Whether you can click to switch",
|
|
3701
3703
|
"type": "boolean"
|
|
3702
3704
|
},
|
|
3703
|
-
"a-
|
|
3704
|
-
"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",
|
|
3705
3718
|
"type": "boolean"
|
|
3706
3719
|
},
|
|
3707
|
-
"a-
|
|
3708
|
-
"description": "
|
|
3720
|
+
"a-timeline/reverse": {
|
|
3721
|
+
"description": "Whether reverse order",
|
|
3709
3722
|
"type": "boolean"
|
|
3710
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",
|
|
3739
|
+
"type": "string"
|
|
3740
|
+
},
|
|
3741
|
+
"a-timeline-item/dot-type": {
|
|
3742
|
+
"description": "Dot type"
|
|
3743
|
+
},
|
|
3744
|
+
"a-timeline-item/line-type": {
|
|
3745
|
+
"description": "Line type"
|
|
3746
|
+
},
|
|
3747
|
+
"a-timeline-item/line-color": {
|
|
3748
|
+
"description": "Line Color",
|
|
3749
|
+
"type": "string"
|
|
3750
|
+
},
|
|
3751
|
+
"a-timeline-item/label": {
|
|
3752
|
+
"description": "Label text",
|
|
3753
|
+
"type": "string"
|
|
3754
|
+
},
|
|
3755
|
+
"a-timeline-item/position": {
|
|
3756
|
+
"description": "Item position"
|
|
3757
|
+
},
|
|
3711
3758
|
"a-tabs/change": {
|
|
3712
3759
|
"description": "Triggered when the current tag value changes"
|
|
3713
3760
|
},
|
|
@@ -3798,63 +3845,150 @@
|
|
|
3798
3845
|
"description": "Whether to destroy the content when the label is not displayed",
|
|
3799
3846
|
"type": "boolean"
|
|
3800
3847
|
},
|
|
3801
|
-
"a-
|
|
3802
|
-
"description": "Emitted when the
|
|
3848
|
+
"a-tooltip/popup-visible-change": {
|
|
3849
|
+
"description": "Emitted when the tooltip display status changes"
|
|
3803
3850
|
},
|
|
3804
|
-
"a-
|
|
3805
|
-
"description": "
|
|
3851
|
+
"a-tooltip/popup-visible": {
|
|
3852
|
+
"description": "Whether the tooltip is visible",
|
|
3853
|
+
"type": "boolean"
|
|
3806
3854
|
},
|
|
3807
|
-
"a-
|
|
3808
|
-
"description": "
|
|
3855
|
+
"a-tooltip/default-popup-visible": {
|
|
3856
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3857
|
+
"type": "boolean"
|
|
3809
3858
|
},
|
|
3810
|
-
"a-
|
|
3811
|
-
"description": "
|
|
3859
|
+
"a-tooltip/content": {
|
|
3860
|
+
"description": "Tooltip content",
|
|
3861
|
+
"type": "string"
|
|
3862
|
+
},
|
|
3863
|
+
"a-tooltip/position": {
|
|
3864
|
+
"description": "Popup position"
|
|
3865
|
+
},
|
|
3866
|
+
"a-tooltip/mini": {
|
|
3867
|
+
"description": "Whether to display as a mini size",
|
|
3868
|
+
"type": "boolean"
|
|
3869
|
+
},
|
|
3870
|
+
"a-tooltip/background-color": {
|
|
3871
|
+
"description": "Background color of the popover",
|
|
3872
|
+
"type": "string"
|
|
3873
|
+
},
|
|
3874
|
+
"a-tooltip/content-class": {
|
|
3875
|
+
"description": "The class name of the popup content"
|
|
3876
|
+
},
|
|
3877
|
+
"a-tooltip/content-style": {
|
|
3878
|
+
"description": "The style of the popup content"
|
|
3879
|
+
},
|
|
3880
|
+
"a-tooltip/arrow-class": {
|
|
3881
|
+
"description": "The class name of the popup arrow"
|
|
3882
|
+
},
|
|
3883
|
+
"a-tooltip/arrow-style": {
|
|
3884
|
+
"description": "The style of the popup arrow"
|
|
3885
|
+
},
|
|
3886
|
+
"a-tooltip/popup-container": {
|
|
3887
|
+
"description": "Mount container for popup"
|
|
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
|
+
},
|
|
3938
|
+
"a-transfer/change": {
|
|
3939
|
+
"description": "Triggered when the value of the target selection box changes"
|
|
3940
|
+
},
|
|
3941
|
+
"a-transfer/select": {
|
|
3942
|
+
"description": "Triggered when the selected value changes"
|
|
3943
|
+
},
|
|
3944
|
+
"a-transfer/search": {
|
|
3945
|
+
"description": "Triggered when the user searches"
|
|
3946
|
+
},
|
|
3947
|
+
"a-transfer/data": {
|
|
3948
|
+
"description": "Data of the transfer"
|
|
3812
3949
|
},
|
|
3813
|
-
"a-
|
|
3814
|
-
"description": "
|
|
3950
|
+
"a-transfer/model-value": {
|
|
3951
|
+
"description": "Value in the target selection box"
|
|
3815
3952
|
},
|
|
3816
|
-
"a-
|
|
3817
|
-
"description": "
|
|
3818
|
-
"type": "string"
|
|
3953
|
+
"a-transfer/default-value": {
|
|
3954
|
+
"description": "The default value in the target selection box (uncontrolled state)"
|
|
3819
3955
|
},
|
|
3820
|
-
"a-
|
|
3821
|
-
"description": "
|
|
3822
|
-
"type": "string"
|
|
3956
|
+
"a-transfer/selected": {
|
|
3957
|
+
"description": "Selected option value"
|
|
3823
3958
|
},
|
|
3824
|
-
"a-
|
|
3825
|
-
"description": "
|
|
3826
|
-
"type": "string"
|
|
3959
|
+
"a-transfer/default-selected": {
|
|
3960
|
+
"description": "The option value selected by default (uncontrolled state)"
|
|
3827
3961
|
},
|
|
3828
|
-
"a-
|
|
3962
|
+
"a-transfer/disabled": {
|
|
3829
3963
|
"description": "Whether to disable",
|
|
3830
3964
|
"type": "boolean"
|
|
3831
3965
|
},
|
|
3832
|
-
"a-
|
|
3833
|
-
"description": "Whether
|
|
3966
|
+
"a-transfer/simple": {
|
|
3967
|
+
"description": "Whether to open the simple mode (click the option to move)",
|
|
3834
3968
|
"type": "boolean"
|
|
3835
3969
|
},
|
|
3836
|
-
"a-
|
|
3837
|
-
"description": "
|
|
3838
|
-
},
|
|
3839
|
-
"a-textarea/show-word-limit": {
|
|
3840
|
-
"description": "Whether to display word count",
|
|
3970
|
+
"a-transfer/one-way": {
|
|
3971
|
+
"description": "Whether to open the one-way mode (only move to the target selection box)",
|
|
3841
3972
|
"type": "boolean"
|
|
3842
3973
|
},
|
|
3843
|
-
"a-
|
|
3844
|
-
"description": "Whether to
|
|
3974
|
+
"a-transfer/show-search": {
|
|
3975
|
+
"description": "Whether to show the search input",
|
|
3845
3976
|
"type": "boolean"
|
|
3846
3977
|
},
|
|
3847
|
-
"a-
|
|
3848
|
-
"description": "Whether
|
|
3978
|
+
"a-transfer/show-select-all": {
|
|
3979
|
+
"description": "Whether show select all checkbox on the header",
|
|
3980
|
+
"type": "boolean"
|
|
3849
3981
|
},
|
|
3850
|
-
"a-
|
|
3851
|
-
"description": "
|
|
3982
|
+
"a-transfer/title": {
|
|
3983
|
+
"description": "The title of the source and target selection boxes"
|
|
3852
3984
|
},
|
|
3853
|
-
"a-
|
|
3854
|
-
"description": "
|
|
3985
|
+
"a-transfer/source-input-search-props": {
|
|
3986
|
+
"description": "Search box configuration for source selection box",
|
|
3987
|
+
"type": "object"
|
|
3855
3988
|
},
|
|
3856
|
-
"a-
|
|
3857
|
-
"description": "
|
|
3989
|
+
"a-transfer/target-input-search-props": {
|
|
3990
|
+
"description": "Search box configuration for target selection box",
|
|
3991
|
+
"type": "object"
|
|
3858
3992
|
},
|
|
3859
3993
|
"a-time-picker/change": {
|
|
3860
3994
|
"description": "The component value changes"
|
|
@@ -3950,219 +4084,91 @@
|
|
|
3950
4084
|
"description": "Whether to destroy the dom structure after closing",
|
|
3951
4085
|
"type": "boolean"
|
|
3952
4086
|
},
|
|
3953
|
-
"a-
|
|
3954
|
-
"description": "
|
|
3955
|
-
"type": "boolean"
|
|
3956
|
-
},
|
|
3957
|
-
"a-timeline/direction": {
|
|
3958
|
-
"description": "Timeline direction"
|
|
3959
|
-
},
|
|
3960
|
-
"a-timeline/mode": {
|
|
3961
|
-
"description": "The display mode of Timeline"
|
|
3962
|
-
},
|
|
3963
|
-
"a-timeline/pending": {
|
|
3964
|
-
"description": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content",
|
|
3965
|
-
"type": "boolean|string"
|
|
3966
|
-
},
|
|
3967
|
-
"a-timeline/label-position": {
|
|
3968
|
-
"description": "Position of label text"
|
|
4087
|
+
"a-common/edit-start": {
|
|
4088
|
+
"description": "Edit start"
|
|
3969
4089
|
},
|
|
3970
|
-
"a-
|
|
3971
|
-
"description": "
|
|
3972
|
-
"type": "string"
|
|
4090
|
+
"a-common/edit-end": {
|
|
4091
|
+
"description": "Edit end"
|
|
3973
4092
|
},
|
|
3974
|
-
"a-
|
|
3975
|
-
"description": "
|
|
4093
|
+
"a-common/copy": {
|
|
4094
|
+
"description": "Copy"
|
|
3976
4095
|
},
|
|
3977
|
-
"a-
|
|
3978
|
-
"description": "
|
|
4096
|
+
"a-common/ellipsis": {
|
|
4097
|
+
"description": "Ellipsis change"
|
|
3979
4098
|
},
|
|
3980
|
-
"a-
|
|
3981
|
-
"description": "
|
|
3982
|
-
"type": "string"
|
|
4099
|
+
"a-common/expand": {
|
|
4100
|
+
"description": "Expand collapse event"
|
|
3983
4101
|
},
|
|
3984
|
-
"a-
|
|
3985
|
-
"description": "
|
|
4102
|
+
"a-common/type": {
|
|
4103
|
+
"description": "Text type",
|
|
3986
4104
|
"type": "string"
|
|
3987
4105
|
},
|
|
3988
|
-
"a-
|
|
3989
|
-
"description": "
|
|
3990
|
-
},
|
|
3991
|
-
"a-transfer/change": {
|
|
3992
|
-
"description": "Triggered when the value of the target selection box changes"
|
|
3993
|
-
},
|
|
3994
|
-
"a-transfer/select": {
|
|
3995
|
-
"description": "Triggered when the selected value changes"
|
|
3996
|
-
},
|
|
3997
|
-
"a-transfer/search": {
|
|
3998
|
-
"description": "Triggered when the user searches"
|
|
3999
|
-
},
|
|
4000
|
-
"a-transfer/data": {
|
|
4001
|
-
"description": "Data of the transfer"
|
|
4002
|
-
},
|
|
4003
|
-
"a-transfer/model-value": {
|
|
4004
|
-
"description": "Value in the target selection box"
|
|
4005
|
-
},
|
|
4006
|
-
"a-transfer/default-value": {
|
|
4007
|
-
"description": "The default value in the target selection box (uncontrolled state)"
|
|
4008
|
-
},
|
|
4009
|
-
"a-transfer/selected": {
|
|
4010
|
-
"description": "Selected option value"
|
|
4011
|
-
},
|
|
4012
|
-
"a-transfer/default-selected": {
|
|
4013
|
-
"description": "The option value selected by default (uncontrolled state)"
|
|
4014
|
-
},
|
|
4015
|
-
"a-transfer/disabled": {
|
|
4016
|
-
"description": "Whether to disable",
|
|
4017
|
-
"type": "boolean"
|
|
4018
|
-
},
|
|
4019
|
-
"a-transfer/simple": {
|
|
4020
|
-
"description": "Whether to open the simple mode (click the option to move)",
|
|
4106
|
+
"a-common/bold": {
|
|
4107
|
+
"description": "Whether enable bold style",
|
|
4021
4108
|
"type": "boolean"
|
|
4022
4109
|
},
|
|
4023
|
-
"a-
|
|
4024
|
-
"description": "
|
|
4025
|
-
"type": "boolean"
|
|
4110
|
+
"a-common/mark": {
|
|
4111
|
+
"description": "Mark style"
|
|
4026
4112
|
},
|
|
4027
|
-
"a-
|
|
4028
|
-
"description": "Whether
|
|
4113
|
+
"a-common/underline": {
|
|
4114
|
+
"description": "Whether enable underline style",
|
|
4029
4115
|
"type": "boolean"
|
|
4030
4116
|
},
|
|
4031
|
-
"a-
|
|
4032
|
-
"description": "Whether
|
|
4117
|
+
"a-common/delete": {
|
|
4118
|
+
"description": "Whether enable delete style",
|
|
4033
4119
|
"type": "boolean"
|
|
4034
4120
|
},
|
|
4035
|
-
"a-
|
|
4036
|
-
"description": "
|
|
4037
|
-
},
|
|
4038
|
-
"a-transfer/source-input-search-props": {
|
|
4039
|
-
"description": "Search box configuration for source selection box",
|
|
4040
|
-
"type": "object"
|
|
4041
|
-
},
|
|
4042
|
-
"a-transfer/target-input-search-props": {
|
|
4043
|
-
"description": "Search box configuration for target selection box",
|
|
4044
|
-
"type": "object"
|
|
4045
|
-
},
|
|
4046
|
-
"a-tree/select": {
|
|
4047
|
-
"description": "Triggered when the tree node is clicked"
|
|
4048
|
-
},
|
|
4049
|
-
"a-tree/check": {
|
|
4050
|
-
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4051
|
-
},
|
|
4052
|
-
"a-tree/expand": {
|
|
4053
|
-
"description": "Expand/close"
|
|
4054
|
-
},
|
|
4055
|
-
"a-tree/drag-start": {
|
|
4056
|
-
"description": "Node starts dragging"
|
|
4057
|
-
},
|
|
4058
|
-
"a-tree/drag-end": {
|
|
4059
|
-
"description": "Node end drag"
|
|
4060
|
-
},
|
|
4061
|
-
"a-tree/drag-over": {
|
|
4062
|
-
"description": "The node is dragged to the releasable target"
|
|
4063
|
-
},
|
|
4064
|
-
"a-tree/drag-leave": {
|
|
4065
|
-
"description": "Node leaves to release the target"
|
|
4066
|
-
},
|
|
4067
|
-
"a-tree/drop": {
|
|
4068
|
-
"description": "The node is released on a releasable target"
|
|
4069
|
-
},
|
|
4070
|
-
"a-tree/size": {
|
|
4071
|
-
"description": "Size",
|
|
4072
|
-
"type": "string"
|
|
4073
|
-
},
|
|
4074
|
-
"a-tree/block-node": {
|
|
4075
|
-
"description": "Whether the node occupies a row",
|
|
4121
|
+
"a-common/code": {
|
|
4122
|
+
"description": "Whether enable code style",
|
|
4076
4123
|
"type": "boolean"
|
|
4077
4124
|
},
|
|
4078
|
-
"a-
|
|
4079
|
-
"description": "Whether
|
|
4125
|
+
"a-common/editable": {
|
|
4126
|
+
"description": "Whether it's editable",
|
|
4080
4127
|
"type": "boolean"
|
|
4081
4128
|
},
|
|
4082
|
-
"a-
|
|
4083
|
-
"description": "Whether
|
|
4129
|
+
"a-common/editing": {
|
|
4130
|
+
"description": "Whether it's editing",
|
|
4084
4131
|
"type": "boolean"
|
|
4085
4132
|
},
|
|
4086
|
-
"a-
|
|
4087
|
-
"description": "
|
|
4088
|
-
},
|
|
4089
|
-
"a-tree/selectable": {
|
|
4090
|
-
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4091
|
-
},
|
|
4092
|
-
"a-tree/check-strictly": {
|
|
4093
|
-
"description": "Whether to cancel the parent-child node association",
|
|
4133
|
+
"a-common/default-editing": {
|
|
4134
|
+
"description": "Default editing state",
|
|
4094
4135
|
"type": "boolean"
|
|
4095
4136
|
},
|
|
4096
|
-
"a-
|
|
4097
|
-
"description": "
|
|
4137
|
+
"a-common/edit-text": {
|
|
4138
|
+
"description": "Edit text",
|
|
4098
4139
|
"type": "string"
|
|
4099
4140
|
},
|
|
4100
|
-
"a-
|
|
4101
|
-
"description": "
|
|
4102
|
-
},
|
|
4103
|
-
"a-tree/selected-keys": {
|
|
4104
|
-
"description": "Selected tree node"
|
|
4105
|
-
},
|
|
4106
|
-
"a-tree/default-checked-keys": {
|
|
4107
|
-
"description": "Tree node with checkbox selected by default"
|
|
4108
|
-
},
|
|
4109
|
-
"a-tree/checked-keys": {
|
|
4110
|
-
"description": "Tree node with check box selected"
|
|
4111
|
-
},
|
|
4112
|
-
"a-tree/default-expanded-keys": {
|
|
4113
|
-
"description": "Nodes expanded by default"
|
|
4114
|
-
},
|
|
4115
|
-
"a-tree/expanded-keys": {
|
|
4116
|
-
"description": "Expanded node"
|
|
4117
|
-
},
|
|
4118
|
-
"a-tree/data": {
|
|
4119
|
-
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4120
|
-
},
|
|
4121
|
-
"a-tree/field-names": {
|
|
4122
|
-
"description": "Specify the field name in the node data"
|
|
4123
|
-
},
|
|
4124
|
-
"a-tree/show-line": {
|
|
4125
|
-
"description": "Whether to display the connection line",
|
|
4126
|
-
"type": "boolean"
|
|
4127
|
-
},
|
|
4128
|
-
"a-tree/load-more": {
|
|
4129
|
-
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4130
|
-
},
|
|
4131
|
-
"a-tree/draggable": {
|
|
4132
|
-
"description": "Whether it can be dragged",
|
|
4141
|
+
"a-common/copyable": {
|
|
4142
|
+
"description": "Whether turn on copy functionality",
|
|
4133
4143
|
"type": "boolean"
|
|
4134
4144
|
},
|
|
4135
|
-
"a-
|
|
4136
|
-
"description": "
|
|
4137
|
-
|
|
4138
|
-
"a-tree/virtual-list-props": {
|
|
4139
|
-
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4140
|
-
},
|
|
4141
|
-
"a-tree/default-expand-selected": {
|
|
4142
|
-
"description": "Whether to expand the parent node of the selected node by default",
|
|
4143
|
-
"type": "boolean"
|
|
4145
|
+
"a-common/copy-text": {
|
|
4146
|
+
"description": "Copied text",
|
|
4147
|
+
"type": "string"
|
|
4144
4148
|
},
|
|
4145
|
-
"a-
|
|
4146
|
-
"description": "
|
|
4147
|
-
"type": "
|
|
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"
|
|
4148
4152
|
},
|
|
4149
|
-
"a-
|
|
4150
|
-
"description": "
|
|
4151
|
-
"type": "
|
|
4153
|
+
"a-common/edit-tooltip-props": {
|
|
4154
|
+
"description": "Edit button question prompt configuration",
|
|
4155
|
+
"type": "object"
|
|
4152
4156
|
},
|
|
4153
|
-
"a-
|
|
4154
|
-
"description": "
|
|
4157
|
+
"a-common/copy-tooltip-props": {
|
|
4158
|
+
"description": "Copy button question prompt configuration",
|
|
4159
|
+
"type": "object"
|
|
4155
4160
|
},
|
|
4156
|
-
"a-
|
|
4157
|
-
"description": "
|
|
4158
|
-
"type": "
|
|
4161
|
+
"a-typography-title/heading": {
|
|
4162
|
+
"description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
|
|
4163
|
+
"type": "string"
|
|
4159
4164
|
},
|
|
4160
|
-
"a-
|
|
4161
|
-
"description": "Whether
|
|
4165
|
+
"a-typography-paragraph/blockquote": {
|
|
4166
|
+
"description": "Whether enable blockquote",
|
|
4162
4167
|
"type": "boolean"
|
|
4163
4168
|
},
|
|
4164
|
-
"a-
|
|
4165
|
-
"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"
|
|
4166
4172
|
},
|
|
4167
4173
|
"a-tree-select/change": {
|
|
4168
4174
|
"description": "Trigger when the value changes"
|
|
@@ -4303,265 +4309,224 @@
|
|
|
4303
4309
|
"description": "The default value of the input (uncontrolled mode)",
|
|
4304
4310
|
"type": "string"
|
|
4305
4311
|
},
|
|
4306
|
-
"a-
|
|
4307
|
-
"description": "
|
|
4308
|
-
},
|
|
4309
|
-
"a-tooltip/popup-visible": {
|
|
4310
|
-
"description": "Whether the tooltip is visible",
|
|
4311
|
-
"type": "boolean"
|
|
4312
|
-
},
|
|
4313
|
-
"a-tooltip/default-popup-visible": {
|
|
4314
|
-
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
4315
|
-
"type": "boolean"
|
|
4316
|
-
},
|
|
4317
|
-
"a-tooltip/content": {
|
|
4318
|
-
"description": "Tooltip content",
|
|
4319
|
-
"type": "string"
|
|
4320
|
-
},
|
|
4321
|
-
"a-tooltip/position": {
|
|
4322
|
-
"description": "Popup position"
|
|
4323
|
-
},
|
|
4324
|
-
"a-tooltip/mini": {
|
|
4325
|
-
"description": "Whether to display as a mini size",
|
|
4326
|
-
"type": "boolean"
|
|
4327
|
-
},
|
|
4328
|
-
"a-tooltip/background-color": {
|
|
4329
|
-
"description": "Background color of the popover",
|
|
4330
|
-
"type": "string"
|
|
4312
|
+
"a-tree/select": {
|
|
4313
|
+
"description": "Triggered when the tree node is clicked"
|
|
4331
4314
|
},
|
|
4332
|
-
"a-
|
|
4333
|
-
"description": "
|
|
4315
|
+
"a-tree/check": {
|
|
4316
|
+
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4334
4317
|
},
|
|
4335
|
-
"a-
|
|
4336
|
-
"description": "
|
|
4318
|
+
"a-tree/expand": {
|
|
4319
|
+
"description": "Expand/close"
|
|
4337
4320
|
},
|
|
4338
|
-
"a-
|
|
4339
|
-
"description": "
|
|
4321
|
+
"a-tree/drag-start": {
|
|
4322
|
+
"description": "Node starts dragging"
|
|
4340
4323
|
},
|
|
4341
|
-
"a-
|
|
4342
|
-
"description": "
|
|
4324
|
+
"a-tree/drag-end": {
|
|
4325
|
+
"description": "Node end drag"
|
|
4343
4326
|
},
|
|
4344
|
-
"a-
|
|
4345
|
-
"description": "
|
|
4327
|
+
"a-tree/drag-over": {
|
|
4328
|
+
"description": "The node is dragged to the releasable target"
|
|
4346
4329
|
},
|
|
4347
|
-
"a-
|
|
4348
|
-
"description": "
|
|
4330
|
+
"a-tree/drag-leave": {
|
|
4331
|
+
"description": "Node leaves to release the target"
|
|
4349
4332
|
},
|
|
4350
|
-
"a-
|
|
4351
|
-
"description": "
|
|
4333
|
+
"a-tree/drop": {
|
|
4334
|
+
"description": "The node is released on a releasable target"
|
|
4352
4335
|
},
|
|
4353
|
-
"a-
|
|
4354
|
-
"description": "
|
|
4336
|
+
"a-tree/size": {
|
|
4337
|
+
"description": "Size",
|
|
4338
|
+
"type": "string"
|
|
4355
4339
|
},
|
|
4356
|
-
"a-
|
|
4357
|
-
"description": "Whether the
|
|
4340
|
+
"a-tree/block-node": {
|
|
4341
|
+
"description": "Whether the node occupies a row",
|
|
4358
4342
|
"type": "boolean"
|
|
4359
4343
|
},
|
|
4360
|
-
"a-
|
|
4361
|
-
"description": "Whether the
|
|
4344
|
+
"a-tree/default-expand-all": {
|
|
4345
|
+
"description": "Whether to expand the parent node by default",
|
|
4362
4346
|
"type": "boolean"
|
|
4363
4347
|
},
|
|
4364
|
-
"a-
|
|
4365
|
-
"description": "
|
|
4366
|
-
},
|
|
4367
|
-
"a-trigger/position": {
|
|
4368
|
-
"description": "Popup position"
|
|
4369
|
-
},
|
|
4370
|
-
"a-trigger/disabled": {
|
|
4371
|
-
"description": "Whether the trigger is disabled",
|
|
4348
|
+
"a-tree/multiple": {
|
|
4349
|
+
"description": "Whether to support multiple selection",
|
|
4372
4350
|
"type": "boolean"
|
|
4373
4351
|
},
|
|
4374
|
-
"a-
|
|
4375
|
-
"description": "
|
|
4376
|
-
"type": "number"
|
|
4377
|
-
},
|
|
4378
|
-
"a-trigger/popup-translate": {
|
|
4379
|
-
"description": "The moving distance of the popup"
|
|
4380
|
-
},
|
|
4381
|
-
"a-trigger/show-arrow": {
|
|
4382
|
-
"description": "Whether the popup shows an arrow",
|
|
4383
|
-
"type": "boolean"
|
|
4352
|
+
"a-tree/checkable": {
|
|
4353
|
+
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4384
4354
|
},
|
|
4385
|
-
"a-
|
|
4386
|
-
"description": "Whether
|
|
4387
|
-
"type": "boolean"
|
|
4355
|
+
"a-tree/selectable": {
|
|
4356
|
+
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4388
4357
|
},
|
|
4389
|
-
"a-
|
|
4390
|
-
"description": "Whether to
|
|
4358
|
+
"a-tree/check-strictly": {
|
|
4359
|
+
"description": "Whether to cancel the parent-child node association",
|
|
4391
4360
|
"type": "boolean"
|
|
4392
4361
|
},
|
|
4393
|
-
"a-
|
|
4394
|
-
"description": "
|
|
4395
|
-
"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"
|
|
4396
4365
|
},
|
|
4397
|
-
"a-
|
|
4398
|
-
"description": "
|
|
4399
|
-
"type": "boolean"
|
|
4366
|
+
"a-tree/default-selected-keys": {
|
|
4367
|
+
"description": "Tree node selected by default"
|
|
4400
4368
|
},
|
|
4401
|
-
"a-
|
|
4402
|
-
"description": "
|
|
4403
|
-
"type": "boolean"
|
|
4369
|
+
"a-tree/selected-keys": {
|
|
4370
|
+
"description": "Selected tree node"
|
|
4404
4371
|
},
|
|
4405
|
-
"a-
|
|
4406
|
-
"description": "
|
|
4407
|
-
"type": "boolean"
|
|
4372
|
+
"a-tree/default-checked-keys": {
|
|
4373
|
+
"description": "Tree node with checkbox selected by default"
|
|
4408
4374
|
},
|
|
4409
|
-
"a-
|
|
4410
|
-
"description": "
|
|
4411
|
-
"type": "string|array|object"
|
|
4375
|
+
"a-tree/checked-keys": {
|
|
4376
|
+
"description": "Tree node with check box selected"
|
|
4412
4377
|
},
|
|
4413
|
-
"a-
|
|
4414
|
-
"description": "
|
|
4378
|
+
"a-tree/default-expanded-keys": {
|
|
4379
|
+
"description": "Nodes expanded by default"
|
|
4415
4380
|
},
|
|
4416
|
-
"a-
|
|
4417
|
-
"description": "
|
|
4418
|
-
"type": "string|array|object"
|
|
4381
|
+
"a-tree/expanded-keys": {
|
|
4382
|
+
"description": "Expanded node"
|
|
4419
4383
|
},
|
|
4420
|
-
"a-
|
|
4421
|
-
"description": "
|
|
4384
|
+
"a-tree/data": {
|
|
4385
|
+
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4422
4386
|
},
|
|
4423
|
-
"a-
|
|
4424
|
-
"description": "
|
|
4387
|
+
"a-tree/field-names": {
|
|
4388
|
+
"description": "Specify the field name in the node data"
|
|
4425
4389
|
},
|
|
4426
|
-
"a-
|
|
4427
|
-
"description": "
|
|
4428
|
-
"type": "
|
|
4390
|
+
"a-tree/show-line": {
|
|
4391
|
+
"description": "Whether to display the connection line",
|
|
4392
|
+
"type": "boolean"
|
|
4429
4393
|
},
|
|
4430
|
-
"a-
|
|
4431
|
-
"description": "
|
|
4394
|
+
"a-tree/load-more": {
|
|
4395
|
+
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4432
4396
|
},
|
|
4433
|
-
"a-
|
|
4434
|
-
"description": "
|
|
4435
|
-
"type": "
|
|
4397
|
+
"a-tree/draggable": {
|
|
4398
|
+
"description": "Whether it can be dragged",
|
|
4399
|
+
"type": "boolean"
|
|
4436
4400
|
},
|
|
4437
|
-
"a-
|
|
4438
|
-
"description": "
|
|
4439
|
-
"type": "number"
|
|
4401
|
+
"a-tree/allow-drop": {
|
|
4402
|
+
"description": "Whether to allow release on a node when dragging"
|
|
4440
4403
|
},
|
|
4441
|
-
"a-
|
|
4442
|
-
"description": "
|
|
4443
|
-
"type": "number"
|
|
4404
|
+
"a-tree/virtual-list-props": {
|
|
4405
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4444
4406
|
},
|
|
4445
|
-
"a-
|
|
4446
|
-
"description": "Whether to
|
|
4407
|
+
"a-tree/default-expand-selected": {
|
|
4408
|
+
"description": "Whether to expand the parent node of the selected node by default",
|
|
4447
4409
|
"type": "boolean"
|
|
4448
4410
|
},
|
|
4449
|
-
"a-
|
|
4450
|
-
"description": "Whether to
|
|
4411
|
+
"a-tree/default-expand-checked": {
|
|
4412
|
+
"description": "Whether to expand the parent node of the checked node by default",
|
|
4451
4413
|
"type": "boolean"
|
|
4452
4414
|
},
|
|
4453
|
-
"a-
|
|
4454
|
-
"description": "
|
|
4415
|
+
"a-tree/auto-expand-parent": {
|
|
4416
|
+
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
4455
4417
|
"type": "boolean"
|
|
4456
4418
|
},
|
|
4457
|
-
"a-
|
|
4458
|
-
"description": "
|
|
4419
|
+
"a-tree/half-checked-keys": {
|
|
4420
|
+
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
4459
4421
|
},
|
|
4460
|
-
"a-
|
|
4461
|
-
"description": "
|
|
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)",
|
|
4462
4424
|
"type": "boolean"
|
|
4463
4425
|
},
|
|
4464
|
-
"a-
|
|
4465
|
-
"description": "Whether to
|
|
4426
|
+
"a-tree/animation": {
|
|
4427
|
+
"description": "Whether to enable expand transition animation",
|
|
4466
4428
|
"type": "boolean"
|
|
4467
4429
|
},
|
|
4468
|
-
"a-
|
|
4469
|
-
"description": "
|
|
4470
|
-
"type": "boolean"
|
|
4430
|
+
"a-tree/action-on-node-click": {
|
|
4431
|
+
"description": "The action triggered when the node is clicked"
|
|
4471
4432
|
},
|
|
4472
|
-
"a-
|
|
4473
|
-
"description": "
|
|
4474
|
-
"type": "boolean"
|
|
4433
|
+
"a-watermark/content": {
|
|
4434
|
+
"description": "Watermark text content"
|
|
4475
4435
|
},
|
|
4476
|
-
"a-
|
|
4477
|
-
"description": "
|
|
4478
|
-
"type": "
|
|
4436
|
+
"a-watermark/image": {
|
|
4437
|
+
"description": "Image watermark address",
|
|
4438
|
+
"type": "string"
|
|
4479
4439
|
},
|
|
4480
|
-
"a-
|
|
4481
|
-
"description": "
|
|
4440
|
+
"a-watermark/width": {
|
|
4441
|
+
"description": "Watermark width",
|
|
4442
|
+
"type": "number"
|
|
4482
4443
|
},
|
|
4483
|
-
"a-
|
|
4484
|
-
"description": "
|
|
4444
|
+
"a-watermark/height": {
|
|
4445
|
+
"description": "Watermark height",
|
|
4446
|
+
"type": "number"
|
|
4485
4447
|
},
|
|
4486
|
-
"a-
|
|
4487
|
-
"description": "
|
|
4448
|
+
"a-watermark/gap": {
|
|
4449
|
+
"description": "Watermark spacing"
|
|
4488
4450
|
},
|
|
4489
|
-
"a-
|
|
4490
|
-
"description": "
|
|
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": "
|
|
4700
|
-
"type": "string"
|
|
4663
|
+
"a-trigger/show": {
|
|
4664
|
+
"description": "Triggered after the trigger is shown (the animation ends)"
|
|
4701
4665
|
},
|
|
4702
|
-
"a-
|
|
4703
|
-
"description": "
|
|
4704
|
-
"type": "number"
|
|
4666
|
+
"a-trigger/hide": {
|
|
4667
|
+
"description": "Triggered after the popup is hidden (the animation ends)"
|
|
4705
4668
|
},
|
|
4706
|
-
"a-
|
|
4707
|
-
"description": "
|
|
4708
|
-
"type": "
|
|
4669
|
+
"a-trigger/popup-visible": {
|
|
4670
|
+
"description": "Whether the popup is visible",
|
|
4671
|
+
"type": "boolean"
|
|
4709
4672
|
},
|
|
4710
|
-
"a-
|
|
4711
|
-
"description": "
|
|
4673
|
+
"a-trigger/default-popup-visible": {
|
|
4674
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
4675
|
+
"type": "boolean"
|
|
4712
4676
|
},
|
|
4713
|
-
"a-
|
|
4714
|
-
"description": "
|
|
4677
|
+
"a-trigger/trigger": {
|
|
4678
|
+
"description": "Trigger method"
|
|
4715
4679
|
},
|
|
4716
|
-
"a-
|
|
4717
|
-
"description": "
|
|
4718
|
-
"type": "number"
|
|
4680
|
+
"a-trigger/position": {
|
|
4681
|
+
"description": "Popup position"
|
|
4719
4682
|
},
|
|
4720
|
-
"a-
|
|
4721
|
-
"description": "
|
|
4683
|
+
"a-trigger/disabled": {
|
|
4684
|
+
"description": "Whether the trigger is disabled",
|
|
4685
|
+
"type": "boolean"
|
|
4722
4686
|
},
|
|
4723
|
-
"a-
|
|
4724
|
-
"description": "
|
|
4687
|
+
"a-trigger/popup-offset": {
|
|
4688
|
+
"description": "The offset of the popup (the offset distance of the popup from the trigger)",
|
|
4725
4689
|
"type": "number"
|
|
4726
4690
|
},
|
|
4727
|
-
"a-
|
|
4728
|
-
"description": "
|
|
4729
|
-
"type": "number"
|
|
4691
|
+
"a-trigger/popup-translate": {
|
|
4692
|
+
"description": "The moving distance of the popup"
|
|
4730
4693
|
},
|
|
4731
|
-
"a-
|
|
4732
|
-
"description": "
|
|
4694
|
+
"a-trigger/show-arrow": {
|
|
4695
|
+
"description": "Whether the popup shows an arrow",
|
|
4733
4696
|
"type": "boolean"
|
|
4734
4697
|
},
|
|
4735
|
-
"a-
|
|
4736
|
-
"description": "
|
|
4698
|
+
"a-trigger/align-point": {
|
|
4699
|
+
"description": "Whether the popup follows the mouse",
|
|
4737
4700
|
"type": "boolean"
|
|
4738
4701
|
},
|
|
4739
|
-
"a-
|
|
4740
|
-
"description": "Whether to
|
|
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",
|
|
4741
4704
|
"type": "boolean"
|
|
4742
4705
|
},
|
|
4743
|
-
"a-
|
|
4744
|
-
"description": "Whether to
|
|
4706
|
+
"a-trigger/blur-to-close": {
|
|
4707
|
+
"description": "Whether to close the popup when the trigger loses focus",
|
|
4745
4708
|
"type": "boolean"
|
|
4746
4709
|
},
|
|
4747
|
-
"a-
|
|
4748
|
-
"description": "
|
|
4710
|
+
"a-trigger/click-to-close": {
|
|
4711
|
+
"description": "Whether to close the popup when the trigger is clicked",
|
|
4712
|
+
"type": "boolean"
|
|
4749
4713
|
},
|
|
4750
|
-
"a-
|
|
4751
|
-
"description": "
|
|
4714
|
+
"a-trigger/click-outside-to-close": {
|
|
4715
|
+
"description": "Whether to close the popup when clicking on the outer area",
|
|
4716
|
+
"type": "boolean"
|
|
4752
4717
|
},
|
|
4753
|
-
"a-
|
|
4754
|
-
"description": "
|
|
4718
|
+
"a-trigger/unmount-on-close": {
|
|
4719
|
+
"description": "Whether to uninstall the popup node when closing",
|
|
4720
|
+
"type": "boolean"
|
|
4755
4721
|
},
|
|
4756
|
-
"a-
|
|
4757
|
-
"description": "
|
|
4758
|
-
"type": "string"
|
|
4722
|
+
"a-trigger/content-class": {
|
|
4723
|
+
"description": "The class name of the popup content",
|
|
4724
|
+
"type": "string|array|object"
|
|
4759
4725
|
},
|
|
4760
|
-
"a-
|
|
4761
|
-
"description": "
|
|
4726
|
+
"a-trigger/content-style": {
|
|
4727
|
+
"description": "The style of the popup content"
|
|
4728
|
+
},
|
|
4729
|
+
"a-trigger/arrow-class": {
|
|
4730
|
+
"description": "The class name of the popup arrow",
|
|
4731
|
+
"type": "string|array|object"
|
|
4732
|
+
},
|
|
4733
|
+
"a-trigger/arrow-style": {
|
|
4734
|
+
"description": "The style of the popup arrow"
|
|
4735
|
+
},
|
|
4736
|
+
"a-trigger/popup-style": {
|
|
4737
|
+
"description": "The style of the popup"
|
|
4738
|
+
},
|
|
4739
|
+
"a-trigger/animation-name": {
|
|
4740
|
+
"description": "The name of the popup animation",
|
|
4762
4741
|
"type": "string"
|
|
4763
4742
|
},
|
|
4764
|
-
"a-
|
|
4765
|
-
"description": "The
|
|
4743
|
+
"a-trigger/duration": {
|
|
4744
|
+
"description": "The duration of the popup animation"
|
|
4745
|
+
},
|
|
4746
|
+
"a-trigger/mouse-enter-delay": {
|
|
4747
|
+
"description": "Delay trigger time of mouseenter event (ms)",
|
|
4766
4748
|
"type": "number"
|
|
4767
4749
|
},
|
|
4768
|
-
"a-
|
|
4769
|
-
"description": "
|
|
4750
|
+
"a-trigger/mouse-leave-delay": {
|
|
4751
|
+
"description": "Delay trigger time of mouseleave event (ms)",
|
|
4752
|
+
"type": "number"
|
|
4770
4753
|
},
|
|
4771
|
-
"a-
|
|
4772
|
-
"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",
|
|
4773
4760
|
"type": "boolean"
|
|
4774
4761
|
},
|
|
4775
|
-
"a-
|
|
4776
|
-
"description": "
|
|
4762
|
+
"a-trigger/auto-fit-popup-min-width": {
|
|
4763
|
+
"description": "Whether to set the minimum width of the popup to the trigger width",
|
|
4777
4764
|
"type": "boolean"
|
|
4778
4765
|
},
|
|
4779
|
-
"a-
|
|
4780
|
-
"description": "
|
|
4766
|
+
"a-trigger/auto-fix-position": {
|
|
4767
|
+
"description": "When the size of the trigger changes, whether to recalculate the position of the popup",
|
|
4781
4768
|
"type": "boolean"
|
|
4782
4769
|
},
|
|
4783
|
-
"a-
|
|
4784
|
-
"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",
|
|
4785
4775
|
"type": "boolean"
|
|
4786
4776
|
},
|
|
4787
|
-
"a-
|
|
4788
|
-
"description": "
|
|
4777
|
+
"a-trigger/render-to-body": {
|
|
4778
|
+
"description": "Whether to mount under the `body` element",
|
|
4779
|
+
"type": "boolean"
|
|
4789
4780
|
},
|
|
4790
|
-
"a-
|
|
4791
|
-
"description": "
|
|
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
|
}
|