@julingbase/jly-arco-design 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/arco-vue.js +2454 -2434
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1296 -1294
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +2 -2
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +3 -3
- package/es/cascader/cascader.d.ts +6 -6
- package/es/cascader/index.d.ts +20 -20
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +6 -6
- package/es/date-picker/picker.d.ts +6 -6
- package/es/date-picker/range-picker.d.ts +6 -6
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +3969 -15
- package/es/input/input-password.d.ts +1324 -4
- package/es/input/input.d.ts +1324 -4
- package/es/input/input.js +39 -18
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +18 -18
- package/es/input-tag/input-tag.d.ts +6 -6
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +28 -28
- package/es/radio/index.d.ts +9 -9
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +28 -28
- package/es/select/option.d.ts +5 -5
- package/es/select/select-dropdown.d.ts +1 -1
- package/es/select/select.d.ts +8 -8
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +6 -6
- package/es/switch/switch.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +14 -14
- package/es/tag/index.d.ts +3 -3
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +14 -14
- package/es/time-picker/time-picker.d.ts +6 -6
- package/es/transfer/index.d.ts +22 -22
- package/es/transfer/transfer-view.d.ts +8 -8
- package/es/transfer/transfer.d.ts +10 -10
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +8 -8
- package/es/tree-select/tree-select.d.ts +3 -3
- package/es/typography/edit-content.d.ts +11908 -46
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +1989 -1989
- package/json/vetur-tags.json +725 -725
- package/json/web-types.json +4458 -4458
- package/lib/input/input.js +41 -20
- package/package.json +2 -2
|
@@ -16,6 +16,82 @@
|
|
|
16
16
|
"a-affix/target-container": {
|
|
17
17
|
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
18
18
|
},
|
|
19
|
+
"a-alert/close": {
|
|
20
|
+
"description": "Triggered when the close button is clicked"
|
|
21
|
+
},
|
|
22
|
+
"a-alert/after-close": {
|
|
23
|
+
"description": "Triggered after the close animation ends"
|
|
24
|
+
},
|
|
25
|
+
"a-alert/type": {
|
|
26
|
+
"description": "Type of the alert. 2.41.0 Added `normal` type"
|
|
27
|
+
},
|
|
28
|
+
"a-alert/show-icon": {
|
|
29
|
+
"description": "Whether to show the icon",
|
|
30
|
+
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
"a-alert/closable": {
|
|
33
|
+
"description": "Whether to show the close button",
|
|
34
|
+
"type": "boolean"
|
|
35
|
+
},
|
|
36
|
+
"a-alert/title": {
|
|
37
|
+
"description": "The title of the alert",
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"a-alert/banner": {
|
|
41
|
+
"description": "Whether to use as the top announcement (remove the border and rounded corners)",
|
|
42
|
+
"type": "boolean"
|
|
43
|
+
},
|
|
44
|
+
"a-alert/center": {
|
|
45
|
+
"description": "Whether the content is displayed in the center",
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
},
|
|
48
|
+
"a-anchor/select": {
|
|
49
|
+
"description": "Triggered when the user clicks on the link"
|
|
50
|
+
},
|
|
51
|
+
"a-anchor/change": {
|
|
52
|
+
"description": "Triggered when the link changes"
|
|
53
|
+
},
|
|
54
|
+
"a-anchor/boundary": {
|
|
55
|
+
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
56
|
+
},
|
|
57
|
+
"a-anchor/line-less": {
|
|
58
|
+
"description": "Whether to show the left axis",
|
|
59
|
+
"type": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"a-anchor/scroll-container": {
|
|
62
|
+
"description": "Scroll container"
|
|
63
|
+
},
|
|
64
|
+
"a-anchor/change-hash": {
|
|
65
|
+
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
66
|
+
"type": "boolean"
|
|
67
|
+
},
|
|
68
|
+
"a-anchor/smooth": {
|
|
69
|
+
"description": "Whether to use smooth scrolling",
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
},
|
|
72
|
+
"a-anchor-link/title": {
|
|
73
|
+
"description": "The text content of the anchor link",
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"a-anchor-link/href": {
|
|
77
|
+
"description": "The address of the anchor link",
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"a-back-top/visible-height": {
|
|
81
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
82
|
+
"type": "number"
|
|
83
|
+
},
|
|
84
|
+
"a-back-top/target-container": {
|
|
85
|
+
"description": "Scroll event listener container"
|
|
86
|
+
},
|
|
87
|
+
"a-back-top/easing": {
|
|
88
|
+
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"a-back-top/duration": {
|
|
92
|
+
"description": "Duration of scroll animation",
|
|
93
|
+
"type": "number"
|
|
94
|
+
},
|
|
19
95
|
"a-avatar/click": {
|
|
20
96
|
"description": "Callback when clicked"
|
|
21
97
|
},
|
|
@@ -74,6 +150,30 @@
|
|
|
74
150
|
"a-avatar-group/max-popover-trigger-props": {
|
|
75
151
|
"description": "TriggerProps for popover around +x."
|
|
76
152
|
},
|
|
153
|
+
"a-breadcrumb/max-count": {
|
|
154
|
+
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
155
|
+
"type": "number"
|
|
156
|
+
},
|
|
157
|
+
"a-breadcrumb/routes": {
|
|
158
|
+
"description": "Set routes"
|
|
159
|
+
},
|
|
160
|
+
"a-breadcrumb/separator": {
|
|
161
|
+
"description": "Delimiter text",
|
|
162
|
+
"type": "string|number"
|
|
163
|
+
},
|
|
164
|
+
"a-breadcrumb/custom-url": {
|
|
165
|
+
"description": "Custom link address"
|
|
166
|
+
},
|
|
167
|
+
"a-breadcrumb-item/separator": {
|
|
168
|
+
"description": "Delimiter text",
|
|
169
|
+
"type": "string|number"
|
|
170
|
+
},
|
|
171
|
+
"a-breadcrumb-item/droplist": {
|
|
172
|
+
"description": "Dropdown content"
|
|
173
|
+
},
|
|
174
|
+
"a-breadcrumb-item/dropdown-props": {
|
|
175
|
+
"description": "Dropdown props"
|
|
176
|
+
},
|
|
77
177
|
"a-auto-complete/change": {
|
|
78
178
|
"description": "Emitted when the value changes"
|
|
79
179
|
},
|
|
@@ -127,82 +227,6 @@
|
|
|
127
227
|
"a-auto-complete/virtual-list-props": {
|
|
128
228
|
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
129
229
|
},
|
|
130
|
-
"a-anchor/select": {
|
|
131
|
-
"description": "Triggered when the user clicks on the link"
|
|
132
|
-
},
|
|
133
|
-
"a-anchor/change": {
|
|
134
|
-
"description": "Triggered when the link changes"
|
|
135
|
-
},
|
|
136
|
-
"a-anchor/boundary": {
|
|
137
|
-
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
138
|
-
},
|
|
139
|
-
"a-anchor/line-less": {
|
|
140
|
-
"description": "Whether to show the left axis",
|
|
141
|
-
"type": "boolean"
|
|
142
|
-
},
|
|
143
|
-
"a-anchor/scroll-container": {
|
|
144
|
-
"description": "Scroll container"
|
|
145
|
-
},
|
|
146
|
-
"a-anchor/change-hash": {
|
|
147
|
-
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
148
|
-
"type": "boolean"
|
|
149
|
-
},
|
|
150
|
-
"a-anchor/smooth": {
|
|
151
|
-
"description": "Whether to use smooth scrolling",
|
|
152
|
-
"type": "boolean"
|
|
153
|
-
},
|
|
154
|
-
"a-anchor-link/title": {
|
|
155
|
-
"description": "The text content of the anchor link",
|
|
156
|
-
"type": "string"
|
|
157
|
-
},
|
|
158
|
-
"a-anchor-link/href": {
|
|
159
|
-
"description": "The address of the anchor link",
|
|
160
|
-
"type": "string"
|
|
161
|
-
},
|
|
162
|
-
"a-badge/text": {
|
|
163
|
-
"description": "Set the display text of the status dot",
|
|
164
|
-
"type": "string"
|
|
165
|
-
},
|
|
166
|
-
"a-badge/dot": {
|
|
167
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
168
|
-
"type": "boolean"
|
|
169
|
-
},
|
|
170
|
-
"a-badge/dot-style": {
|
|
171
|
-
"description": "Customize badge dot style",
|
|
172
|
-
"type": "object"
|
|
173
|
-
},
|
|
174
|
-
"a-badge/max-count": {
|
|
175
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
176
|
-
"type": "number"
|
|
177
|
-
},
|
|
178
|
-
"a-badge/offset": {
|
|
179
|
-
"description": "Set offset of the badge dot"
|
|
180
|
-
},
|
|
181
|
-
"a-badge/color": {
|
|
182
|
-
"description": "Customize dot color"
|
|
183
|
-
},
|
|
184
|
-
"a-badge/status": {
|
|
185
|
-
"description": "Badge status"
|
|
186
|
-
},
|
|
187
|
-
"a-badge/count": {
|
|
188
|
-
"description": "Number to show in badge",
|
|
189
|
-
"type": "number"
|
|
190
|
-
},
|
|
191
|
-
"a-back-top/visible-height": {
|
|
192
|
-
"description": "Display the trigger scroll height of the back to top button",
|
|
193
|
-
"type": "number"
|
|
194
|
-
},
|
|
195
|
-
"a-back-top/target-container": {
|
|
196
|
-
"description": "Scroll event listener container"
|
|
197
|
-
},
|
|
198
|
-
"a-back-top/easing": {
|
|
199
|
-
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
200
|
-
"type": "string"
|
|
201
|
-
},
|
|
202
|
-
"a-back-top/duration": {
|
|
203
|
-
"description": "Duration of scroll animation",
|
|
204
|
-
"type": "number"
|
|
205
|
-
},
|
|
206
230
|
"a-button/click": {
|
|
207
231
|
"description": "Emitted when the button is clicked"
|
|
208
232
|
},
|
|
@@ -257,81 +281,211 @@
|
|
|
257
281
|
"description": "All children whether the button is disabled",
|
|
258
282
|
"type": "boolean"
|
|
259
283
|
},
|
|
260
|
-
"a-
|
|
261
|
-
"description": "
|
|
284
|
+
"a-badge/text": {
|
|
285
|
+
"description": "Set the display text of the status dot",
|
|
286
|
+
"type": "string"
|
|
262
287
|
},
|
|
263
|
-
"a-
|
|
264
|
-
"description": "
|
|
288
|
+
"a-badge/dot": {
|
|
289
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
290
|
+
"type": "boolean"
|
|
265
291
|
},
|
|
266
|
-
"a-
|
|
267
|
-
"description": "
|
|
292
|
+
"a-badge/dot-style": {
|
|
293
|
+
"description": "Customize badge dot style",
|
|
294
|
+
"type": "object"
|
|
268
295
|
},
|
|
269
|
-
"a-
|
|
270
|
-
"description": "
|
|
271
|
-
"type": "
|
|
296
|
+
"a-badge/max-count": {
|
|
297
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
298
|
+
"type": "number"
|
|
272
299
|
},
|
|
273
|
-
"a-
|
|
274
|
-
"description": "
|
|
275
|
-
"type": "boolean"
|
|
300
|
+
"a-badge/offset": {
|
|
301
|
+
"description": "Set offset of the badge dot"
|
|
276
302
|
},
|
|
277
|
-
"a-
|
|
278
|
-
"description": "
|
|
279
|
-
"type": "string"
|
|
303
|
+
"a-badge/color": {
|
|
304
|
+
"description": "Customize dot color"
|
|
280
305
|
},
|
|
281
|
-
"a-
|
|
282
|
-
"description": "
|
|
306
|
+
"a-badge/status": {
|
|
307
|
+
"description": "Badge status"
|
|
308
|
+
},
|
|
309
|
+
"a-badge/count": {
|
|
310
|
+
"description": "Number to show in badge",
|
|
311
|
+
"type": "number"
|
|
312
|
+
},
|
|
313
|
+
"a-card/bordered": {
|
|
314
|
+
"description": "Whether to render the border",
|
|
283
315
|
"type": "boolean"
|
|
284
316
|
},
|
|
285
|
-
"a-
|
|
286
|
-
"description": "
|
|
317
|
+
"a-card/loading": {
|
|
318
|
+
"description": "Loading status",
|
|
287
319
|
"type": "boolean"
|
|
288
320
|
},
|
|
289
|
-
"a-
|
|
290
|
-
"description": "
|
|
321
|
+
"a-card/hoverable": {
|
|
322
|
+
"description": "Can be hovered",
|
|
323
|
+
"type": "boolean"
|
|
291
324
|
},
|
|
292
|
-
"a-
|
|
293
|
-
"description": "
|
|
325
|
+
"a-card/size": {
|
|
326
|
+
"description": "Size of card",
|
|
327
|
+
"type": "string"
|
|
294
328
|
},
|
|
295
|
-
"a-
|
|
296
|
-
"description": "
|
|
329
|
+
"a-card/header-style": {
|
|
330
|
+
"description": "The additional css style to apply to card head"
|
|
297
331
|
},
|
|
298
|
-
"a-
|
|
299
|
-
"description": "
|
|
332
|
+
"a-card/body-style": {
|
|
333
|
+
"description": "The additional css style to apply to card content"
|
|
300
334
|
},
|
|
301
|
-
"a-
|
|
302
|
-
"description": "
|
|
335
|
+
"a-card/title": {
|
|
336
|
+
"description": "Title of card",
|
|
303
337
|
"type": "string"
|
|
304
338
|
},
|
|
305
|
-
"a-
|
|
306
|
-
"description": "
|
|
339
|
+
"a-card/extra": {
|
|
340
|
+
"description": "Content to render in the top-right corner of the card",
|
|
307
341
|
"type": "string"
|
|
308
342
|
},
|
|
309
|
-
"a-
|
|
310
|
-
"description": "
|
|
343
|
+
"a-card-meta/title": {
|
|
344
|
+
"description": "Title of card",
|
|
345
|
+
"type": "string"
|
|
311
346
|
},
|
|
312
|
-
"a-
|
|
313
|
-
"description": "
|
|
314
|
-
"type": "
|
|
347
|
+
"a-card-meta/description": {
|
|
348
|
+
"description": "Description of card",
|
|
349
|
+
"type": "string"
|
|
315
350
|
},
|
|
316
|
-
"a-
|
|
317
|
-
"description": "
|
|
351
|
+
"a-card-grid/hoverable": {
|
|
352
|
+
"description": "Whether to hover",
|
|
353
|
+
"type": "boolean"
|
|
318
354
|
},
|
|
319
|
-
"a-
|
|
320
|
-
"description": "
|
|
321
|
-
"type": "string|number"
|
|
355
|
+
"a-carousel/change": {
|
|
356
|
+
"description": "Callback when slide changes"
|
|
322
357
|
},
|
|
323
|
-
"a-
|
|
324
|
-
"description": "
|
|
358
|
+
"a-carousel/current": {
|
|
359
|
+
"description": "The index of current slide which starts from 1",
|
|
360
|
+
"type": "number"
|
|
325
361
|
},
|
|
326
|
-
"a-
|
|
327
|
-
"description": "
|
|
328
|
-
"type": "
|
|
362
|
+
"a-carousel/default-current": {
|
|
363
|
+
"description": "Default index of current slide",
|
|
364
|
+
"type": "number"
|
|
329
365
|
},
|
|
330
|
-
"a-
|
|
331
|
-
"description": "
|
|
366
|
+
"a-carousel/move-speed": {
|
|
367
|
+
"description": "The duration of the slide movement(ms)",
|
|
368
|
+
"type": "number"
|
|
332
369
|
},
|
|
333
|
-
"a-
|
|
334
|
-
"description": "
|
|
370
|
+
"a-carousel/animation-name": {
|
|
371
|
+
"description": "The animation of the slide movement",
|
|
372
|
+
"type": "string"
|
|
373
|
+
},
|
|
374
|
+
"a-carousel/trigger": {
|
|
375
|
+
"description": "How to trigger the slide switch, click/hover the indicator"
|
|
376
|
+
},
|
|
377
|
+
"a-carousel/direction": {
|
|
378
|
+
"description": "The direction of the slide movement"
|
|
379
|
+
},
|
|
380
|
+
"a-carousel/show-arrow": {
|
|
381
|
+
"description": "When to show the arrow used to switch"
|
|
382
|
+
},
|
|
383
|
+
"a-carousel/arrow-class": {
|
|
384
|
+
"description": "The additional css class to arrow used to switch",
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
"a-carousel/indicator-type": {
|
|
388
|
+
"description": "Type of indicator"
|
|
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",
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
"a-carousel/transition-timing-function": {
|
|
398
|
+
"description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"a-collapse/change": {
|
|
402
|
+
"description": "Emitted when the expanded panel changes"
|
|
403
|
+
},
|
|
404
|
+
"a-collapse/active-key": {
|
|
405
|
+
"description": "The `key` of the currently expanded panel"
|
|
406
|
+
},
|
|
407
|
+
"a-collapse/default-active-key": {
|
|
408
|
+
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
409
|
+
},
|
|
410
|
+
"a-collapse/accordion": {
|
|
411
|
+
"description": "Whether to enable accordion mode",
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
},
|
|
414
|
+
"a-collapse/show-expand-icon": {
|
|
415
|
+
"description": "Whether to show the expand icon",
|
|
416
|
+
"type": "boolean"
|
|
417
|
+
},
|
|
418
|
+
"a-collapse/expand-icon-position": {
|
|
419
|
+
"description": "The location where the expand icon is displayed"
|
|
420
|
+
},
|
|
421
|
+
"a-collapse/bordered": {
|
|
422
|
+
"description": "Whether to show the border",
|
|
423
|
+
"type": "boolean"
|
|
424
|
+
},
|
|
425
|
+
"a-collapse/destroy-on-hide": {
|
|
426
|
+
"description": "Whether to destroy content when hidden",
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"a-collapse-item/header": {
|
|
430
|
+
"description": "The title of the panel",
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"a-collapse-item/disabled": {
|
|
434
|
+
"description": "Whether to disable",
|
|
435
|
+
"type": "boolean"
|
|
436
|
+
},
|
|
437
|
+
"a-collapse-item/show-expand-icon": {
|
|
438
|
+
"description": "Whether to show the expand icon",
|
|
439
|
+
"type": "boolean"
|
|
440
|
+
},
|
|
441
|
+
"a-collapse-item/destroy-on-hide": {
|
|
442
|
+
"description": "Whether to destroy content when hidden",
|
|
443
|
+
"type": "boolean"
|
|
444
|
+
},
|
|
445
|
+
"a-checkbox/change": {
|
|
446
|
+
"description": "Trigger when the value changes"
|
|
447
|
+
},
|
|
448
|
+
"a-checkbox/model-value": {
|
|
449
|
+
"description": "Value"
|
|
450
|
+
},
|
|
451
|
+
"a-checkbox/default-checked": {
|
|
452
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
453
|
+
"type": "boolean"
|
|
454
|
+
},
|
|
455
|
+
"a-checkbox/value": {
|
|
456
|
+
"description": "The `value` of the option",
|
|
457
|
+
"type": "string|number|boolean"
|
|
458
|
+
},
|
|
459
|
+
"a-checkbox/disabled": {
|
|
460
|
+
"description": "Whether to disable",
|
|
461
|
+
"type": "boolean"
|
|
462
|
+
},
|
|
463
|
+
"a-checkbox/indeterminate": {
|
|
464
|
+
"description": "Whether it is half-selected",
|
|
465
|
+
"type": "boolean"
|
|
466
|
+
},
|
|
467
|
+
"a-checkbox-group/change": {
|
|
468
|
+
"description": "Trigger when the value changes"
|
|
469
|
+
},
|
|
470
|
+
"a-checkbox-group/model-value": {
|
|
471
|
+
"description": "Value"
|
|
472
|
+
},
|
|
473
|
+
"a-checkbox-group/default-value": {
|
|
474
|
+
"description": "Default value (uncontrolled state)"
|
|
475
|
+
},
|
|
476
|
+
"a-checkbox-group/max": {
|
|
477
|
+
"description": "Support the maximum number of selections",
|
|
478
|
+
"type": "number"
|
|
479
|
+
},
|
|
480
|
+
"a-checkbox-group/options": {
|
|
481
|
+
"description": "Options"
|
|
482
|
+
},
|
|
483
|
+
"a-checkbox-group/direction": {
|
|
484
|
+
"description": "Arrangement direction of checkboxes"
|
|
485
|
+
},
|
|
486
|
+
"a-checkbox-group/disabled": {
|
|
487
|
+
"description": "Whether to disable",
|
|
488
|
+
"type": "boolean"
|
|
335
489
|
},
|
|
336
490
|
"a-cascader/change": {
|
|
337
491
|
"description": "Triggered when the selected value changes"
|
|
@@ -512,283 +666,474 @@
|
|
|
512
666
|
"description": "whether to expand the submenu",
|
|
513
667
|
"type": "boolean"
|
|
514
668
|
},
|
|
515
|
-
"a-
|
|
516
|
-
"description": "
|
|
517
|
-
|
|
518
|
-
"a-carousel/current": {
|
|
519
|
-
"description": "The index of current slide which starts from 1",
|
|
520
|
-
"type": "number"
|
|
669
|
+
"a-comment/author": {
|
|
670
|
+
"description": "Display as the comment author",
|
|
671
|
+
"type": "string"
|
|
521
672
|
},
|
|
522
|
-
"a-
|
|
523
|
-
"description": "
|
|
524
|
-
"type": "
|
|
673
|
+
"a-comment/avatar": {
|
|
674
|
+
"description": "Display as the comment avatar",
|
|
675
|
+
"type": "string"
|
|
525
676
|
},
|
|
526
|
-
"a-
|
|
527
|
-
"description": "The
|
|
528
|
-
"type": "
|
|
677
|
+
"a-comment/content": {
|
|
678
|
+
"description": "The content of the comment",
|
|
679
|
+
"type": "string"
|
|
529
680
|
},
|
|
530
|
-
"a-
|
|
531
|
-
"description": "
|
|
681
|
+
"a-comment/datetime": {
|
|
682
|
+
"description": "Display as the comment datetime",
|
|
532
683
|
"type": "string"
|
|
533
684
|
},
|
|
534
|
-
"a-
|
|
535
|
-
"description": "
|
|
685
|
+
"a-comment/align": {
|
|
686
|
+
"description": "Alignment of `datetime` and `actions`",
|
|
687
|
+
"type": "string|object"
|
|
536
688
|
},
|
|
537
|
-
"a-
|
|
538
|
-
"description": "
|
|
689
|
+
"a-color-picker/change": {
|
|
690
|
+
"description": "Triggered when the color value changes"
|
|
539
691
|
},
|
|
540
|
-
"a-
|
|
541
|
-
"description": "
|
|
692
|
+
"a-color-picker/popup-visible-change": {
|
|
693
|
+
"description": "Triggered when the color panel is expanded and collapsed"
|
|
542
694
|
},
|
|
543
|
-
"a-
|
|
544
|
-
"description": "
|
|
695
|
+
"a-color-picker/model-value": {
|
|
696
|
+
"description": "Value",
|
|
545
697
|
"type": "string"
|
|
546
698
|
},
|
|
547
|
-
"a-
|
|
548
|
-
"description": "
|
|
549
|
-
},
|
|
550
|
-
"a-carousel/indicator-position": {
|
|
551
|
-
"description": "Position of indication"
|
|
552
|
-
},
|
|
553
|
-
"a-carousel/indicator-class": {
|
|
554
|
-
"description": "The additional css class to indicator",
|
|
699
|
+
"a-color-picker/default-value": {
|
|
700
|
+
"description": "Default value (uncontrolled state)",
|
|
555
701
|
"type": "string"
|
|
556
702
|
},
|
|
557
|
-
"a-
|
|
558
|
-
"description": "
|
|
703
|
+
"a-color-picker/format": {
|
|
704
|
+
"description": "Color value format",
|
|
559
705
|
"type": "string"
|
|
560
706
|
},
|
|
561
|
-
"a-
|
|
562
|
-
"description": "
|
|
707
|
+
"a-color-picker/size": {
|
|
708
|
+
"description": "Size"
|
|
563
709
|
},
|
|
564
|
-
"a-
|
|
565
|
-
"description": "
|
|
710
|
+
"a-color-picker/show-text": {
|
|
711
|
+
"description": "Show color value",
|
|
712
|
+
"type": "boolean"
|
|
566
713
|
},
|
|
567
|
-
"a-
|
|
568
|
-
"description": "
|
|
714
|
+
"a-color-picker/show-history": {
|
|
715
|
+
"description": "Show history colors",
|
|
569
716
|
"type": "boolean"
|
|
570
717
|
},
|
|
571
|
-
"a-
|
|
572
|
-
"description": "
|
|
573
|
-
"type": "
|
|
718
|
+
"a-color-picker/show-preset": {
|
|
719
|
+
"description": "Show preset colors",
|
|
720
|
+
"type": "boolean"
|
|
574
721
|
},
|
|
575
|
-
"a-
|
|
576
|
-
"description": "
|
|
722
|
+
"a-color-picker/disabled": {
|
|
723
|
+
"description": "disabled",
|
|
577
724
|
"type": "boolean"
|
|
578
725
|
},
|
|
579
|
-
"a-
|
|
580
|
-
"description": "
|
|
726
|
+
"a-color-picker/disabled-alpha": {
|
|
727
|
+
"description": "Disable transparency channel",
|
|
581
728
|
"type": "boolean"
|
|
582
729
|
},
|
|
583
|
-
"a-
|
|
584
|
-
"description": "
|
|
730
|
+
"a-color-picker/hide-trigger": {
|
|
731
|
+
"description": "There is no trigger element, only the color panel is displayed",
|
|
732
|
+
"type": "boolean"
|
|
585
733
|
},
|
|
586
|
-
"a-
|
|
587
|
-
"description": "
|
|
734
|
+
"a-color-picker/trigger-props": {
|
|
735
|
+
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
588
736
|
},
|
|
589
|
-
"a-
|
|
590
|
-
"description": "
|
|
737
|
+
"a-color-picker/history-colors": {
|
|
738
|
+
"description": "Color array of historical colors"
|
|
591
739
|
},
|
|
592
|
-
"a-
|
|
593
|
-
"description": "
|
|
594
|
-
"type": "number"
|
|
740
|
+
"a-color-picker/preset-colors": {
|
|
741
|
+
"description": "Color array of preset colors"
|
|
595
742
|
},
|
|
596
|
-
"a-
|
|
597
|
-
"description": "
|
|
743
|
+
"a-common/change": {
|
|
744
|
+
"description": "Edit content change"
|
|
598
745
|
},
|
|
599
|
-
"a-
|
|
600
|
-
"description": "
|
|
746
|
+
"a-common/select": {
|
|
747
|
+
"description": "The selected date has changed but the component value has not changed"
|
|
601
748
|
},
|
|
602
|
-
"a-
|
|
603
|
-
"description": "
|
|
604
|
-
"type": "boolean"
|
|
749
|
+
"a-common/popup-visible-change": {
|
|
750
|
+
"description": "Open or close the pop-up box"
|
|
605
751
|
},
|
|
606
|
-
"a-
|
|
607
|
-
"description": "
|
|
752
|
+
"a-common/ok": {
|
|
753
|
+
"description": "Click the confirm button"
|
|
608
754
|
},
|
|
609
|
-
"a-
|
|
610
|
-
"description": "
|
|
755
|
+
"a-common/clear": {
|
|
756
|
+
"description": "Click the clear button"
|
|
611
757
|
},
|
|
612
|
-
"a-
|
|
613
|
-
"description": "
|
|
758
|
+
"a-common/select-shortcut": {
|
|
759
|
+
"description": "Click on the shortcut option"
|
|
614
760
|
},
|
|
615
|
-
"a-
|
|
616
|
-
"description": "
|
|
617
|
-
"type": "boolean"
|
|
761
|
+
"a-common/picker-value-change": {
|
|
762
|
+
"description": "Panel date change"
|
|
618
763
|
},
|
|
619
|
-
"a-
|
|
620
|
-
"description": "
|
|
764
|
+
"a-common/locale": {
|
|
765
|
+
"description": "Internationalization configuration, used to cover the locale file in the `datePicker` field"
|
|
766
|
+
},
|
|
767
|
+
"a-common/hide-trigger": {
|
|
768
|
+
"description": "There is no trigger element, only the selection panel is displayed",
|
|
621
769
|
"type": "boolean"
|
|
622
770
|
},
|
|
623
|
-
"a-
|
|
624
|
-
"description": "
|
|
771
|
+
"a-common/allow-clear": {
|
|
772
|
+
"description": "Whether to allow clear",
|
|
773
|
+
"type": "boolean"
|
|
625
774
|
},
|
|
626
|
-
"a-
|
|
627
|
-
"description": "Whether
|
|
775
|
+
"a-common/readonly": {
|
|
776
|
+
"description": "Whether it is read-only",
|
|
628
777
|
"type": "boolean"
|
|
629
778
|
},
|
|
630
|
-
"a-
|
|
631
|
-
"description": "Whether
|
|
779
|
+
"a-common/error": {
|
|
780
|
+
"description": "Whether it is an error state",
|
|
632
781
|
"type": "boolean"
|
|
633
782
|
},
|
|
634
|
-
"a-
|
|
635
|
-
"description": "The
|
|
783
|
+
"a-common/size": {
|
|
784
|
+
"description": "The size of the date picker"
|
|
785
|
+
},
|
|
786
|
+
"a-common/shortcuts": {
|
|
787
|
+
"description": "Quick selection of preset time range"
|
|
788
|
+
},
|
|
789
|
+
"a-common/shortcuts-position": {
|
|
790
|
+
"description": "The position of the preset range on the panel, which is placed at the bottom by default, and the side is generally used for scenes with a large number of preset times",
|
|
636
791
|
"type": "string"
|
|
637
792
|
},
|
|
638
|
-
"a-
|
|
639
|
-
"description": "
|
|
640
|
-
"type": "
|
|
793
|
+
"a-common/position": {
|
|
794
|
+
"description": "The position of the pop-up box",
|
|
795
|
+
"type": "string"
|
|
641
796
|
},
|
|
642
|
-
"a-
|
|
643
|
-
"description": "
|
|
797
|
+
"a-common/popup-visible": {
|
|
798
|
+
"description": "Control the open or closed state of the pop-up box",
|
|
644
799
|
"type": "boolean"
|
|
645
800
|
},
|
|
646
|
-
"a-
|
|
647
|
-
"description": "
|
|
801
|
+
"a-common/default-popup-visible": {
|
|
802
|
+
"description": "The default pop-up box is open or closed",
|
|
648
803
|
"type": "boolean"
|
|
649
804
|
},
|
|
650
|
-
"a-
|
|
651
|
-
"description": "
|
|
805
|
+
"a-common/trigger-props": {
|
|
806
|
+
"description": "You can pass in the parameters of the `Trigger` component"
|
|
652
807
|
},
|
|
653
|
-
"a-
|
|
654
|
-
"description": "
|
|
808
|
+
"a-common/unmount-on-close": {
|
|
809
|
+
"description": "Whether to destroy the DOM structure when hiding",
|
|
810
|
+
"type": "boolean"
|
|
655
811
|
},
|
|
656
|
-
"a-
|
|
657
|
-
"description": "
|
|
812
|
+
"a-common/placeholder": {
|
|
813
|
+
"description": "Prompt copy",
|
|
658
814
|
"type": "string"
|
|
659
815
|
},
|
|
660
|
-
"a-
|
|
661
|
-
"description": "
|
|
662
|
-
"type": "
|
|
816
|
+
"a-common/disabled": {
|
|
817
|
+
"description": "Whether disabled",
|
|
818
|
+
"type": "boolean"
|
|
663
819
|
},
|
|
664
|
-
"a-
|
|
665
|
-
"description": "
|
|
666
|
-
"type": "string"
|
|
820
|
+
"a-common/disabled-date": {
|
|
821
|
+
"description": "Unselectable date"
|
|
667
822
|
},
|
|
668
|
-
"a-
|
|
669
|
-
"description": "
|
|
823
|
+
"a-common/disabled-time": {
|
|
824
|
+
"description": "Unselectable time"
|
|
670
825
|
},
|
|
671
|
-
"a-
|
|
672
|
-
"description": "
|
|
673
|
-
"type": "boolean"
|
|
826
|
+
"a-common/picker-value": {
|
|
827
|
+
"description": "Date displayed on the panel"
|
|
674
828
|
},
|
|
675
|
-
"a-
|
|
676
|
-
"description": "
|
|
677
|
-
"type": "boolean"
|
|
829
|
+
"a-common/default-picker-value": {
|
|
830
|
+
"description": "The date displayed on the panel by default"
|
|
678
831
|
},
|
|
679
|
-
"a-
|
|
680
|
-
"description": "
|
|
681
|
-
"type": "boolean"
|
|
832
|
+
"a-common/popup-container": {
|
|
833
|
+
"description": "Mount container for pop-up box"
|
|
682
834
|
},
|
|
683
|
-
"a-
|
|
684
|
-
"description": "
|
|
835
|
+
"a-common/value-format": {
|
|
836
|
+
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
|
|
837
|
+
},
|
|
838
|
+
"a-common/preview-shortcut": {
|
|
839
|
+
"description": "Whether to preview the result of the shortcut",
|
|
685
840
|
"type": "boolean"
|
|
686
841
|
},
|
|
687
|
-
"a-
|
|
688
|
-
"description": "
|
|
842
|
+
"a-common/show-confirm-btn": {
|
|
843
|
+
"description": "Whether to show the confirm button, always show when `showTime = true`.",
|
|
689
844
|
"type": "boolean"
|
|
690
845
|
},
|
|
691
|
-
"a-
|
|
692
|
-
"description": "
|
|
846
|
+
"a-common/disabled-input": {
|
|
847
|
+
"description": "Whether input is disabled with the keyboard.",
|
|
693
848
|
"type": "boolean"
|
|
694
849
|
},
|
|
695
|
-
"a-
|
|
696
|
-
"description": "
|
|
850
|
+
"a-common/abbreviation": {
|
|
851
|
+
"description": "Whether to enable abbreviation",
|
|
852
|
+
"type": "boolean"
|
|
697
853
|
},
|
|
698
|
-
"a-
|
|
699
|
-
"description": "
|
|
854
|
+
"a-date-picker/model-value": {
|
|
855
|
+
"description": "Value"
|
|
700
856
|
},
|
|
701
|
-
"a-
|
|
702
|
-
"description": "
|
|
857
|
+
"a-date-picker/default-value": {
|
|
858
|
+
"description": "Default value"
|
|
703
859
|
},
|
|
704
|
-
"a-
|
|
705
|
-
"description": "Display
|
|
706
|
-
"type": "string"
|
|
860
|
+
"a-date-picker/format": {
|
|
861
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)"
|
|
707
862
|
},
|
|
708
|
-
"a-
|
|
709
|
-
"description": "
|
|
710
|
-
"type": "string"
|
|
863
|
+
"a-date-picker/day-start-of-week": {
|
|
864
|
+
"description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
|
|
711
865
|
},
|
|
712
|
-
"a-
|
|
713
|
-
"description": "
|
|
714
|
-
"type": "
|
|
866
|
+
"a-date-picker/show-time": {
|
|
867
|
+
"description": "Whether to increase time selection",
|
|
868
|
+
"type": "boolean"
|
|
715
869
|
},
|
|
716
|
-
"a-
|
|
717
|
-
"description": "
|
|
718
|
-
"type": "string"
|
|
870
|
+
"a-date-picker/time-picker-props": {
|
|
871
|
+
"description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
|
|
719
872
|
},
|
|
720
|
-
"a-
|
|
721
|
-
"description": "
|
|
722
|
-
"type": "
|
|
873
|
+
"a-date-picker/disabled": {
|
|
874
|
+
"description": "Whether to disable",
|
|
875
|
+
"type": "boolean"
|
|
723
876
|
},
|
|
724
|
-
"a-
|
|
725
|
-
"description": "
|
|
877
|
+
"a-date-picker/disabled-date": {
|
|
878
|
+
"description": "Unselectable date"
|
|
726
879
|
},
|
|
727
|
-
"a-
|
|
728
|
-
"description": "
|
|
729
|
-
"type": "string"
|
|
880
|
+
"a-date-picker/disabled-time": {
|
|
881
|
+
"description": "Unselectable time"
|
|
730
882
|
},
|
|
731
|
-
"a-
|
|
732
|
-
"description": "
|
|
733
|
-
"type": "
|
|
883
|
+
"a-date-picker/show-now-btn": {
|
|
884
|
+
"description": "Whether to display `showTime`, select the button of the current time",
|
|
885
|
+
"type": "boolean"
|
|
734
886
|
},
|
|
735
|
-
"a-
|
|
736
|
-
"description": "
|
|
737
|
-
"type": "number"
|
|
887
|
+
"a-month-picker/model-value": {
|
|
888
|
+
"description": "Value"
|
|
738
889
|
},
|
|
739
|
-
"a-
|
|
740
|
-
"description": "
|
|
741
|
-
"type": "number | string"
|
|
890
|
+
"a-month-picker/default-value": {
|
|
891
|
+
"description": "Default value"
|
|
742
892
|
},
|
|
743
|
-
"a-
|
|
744
|
-
"description": "
|
|
745
|
-
"type": "
|
|
893
|
+
"a-month-picker/format": {
|
|
894
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
895
|
+
"type": "string"
|
|
746
896
|
},
|
|
747
|
-
"a-
|
|
748
|
-
"description": "
|
|
749
|
-
"type": "boolean"
|
|
897
|
+
"a-year-picker/model-value": {
|
|
898
|
+
"description": "Value"
|
|
750
899
|
},
|
|
751
|
-
"a-
|
|
752
|
-
"description": "
|
|
753
|
-
"type": "boolean"
|
|
900
|
+
"a-year-picker/default-value": {
|
|
901
|
+
"description": "Default value"
|
|
754
902
|
},
|
|
755
|
-
"a-
|
|
756
|
-
"description": "
|
|
903
|
+
"a-year-picker/format": {
|
|
904
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
757
905
|
"type": "string"
|
|
758
906
|
},
|
|
759
|
-
"a-
|
|
760
|
-
"description": "
|
|
907
|
+
"a-quarter-picker/model-value": {
|
|
908
|
+
"description": "Value"
|
|
761
909
|
},
|
|
762
|
-
"a-
|
|
763
|
-
"description": "
|
|
910
|
+
"a-quarter-picker/default-value": {
|
|
911
|
+
"description": "Default value"
|
|
764
912
|
},
|
|
765
|
-
"a-
|
|
766
|
-
"description": "
|
|
913
|
+
"a-quarter-picker/format": {
|
|
914
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
767
915
|
"type": "string"
|
|
768
916
|
},
|
|
769
|
-
"a-
|
|
770
|
-
"description": "
|
|
917
|
+
"a-quarter-picker/value-format": {
|
|
918
|
+
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ).",
|
|
771
919
|
"type": "string"
|
|
772
920
|
},
|
|
773
|
-
"a-
|
|
774
|
-
"description": "
|
|
921
|
+
"a-week-picker/model-value": {
|
|
922
|
+
"description": "Value"
|
|
923
|
+
},
|
|
924
|
+
"a-week-picker/default-value": {
|
|
925
|
+
"description": "Default value"
|
|
926
|
+
},
|
|
927
|
+
"a-week-picker/format": {
|
|
928
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
775
929
|
"type": "string"
|
|
776
930
|
},
|
|
777
|
-
"a-
|
|
778
|
-
"description": "
|
|
931
|
+
"a-week-picker/value-format": {
|
|
932
|
+
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ).",
|
|
779
933
|
"type": "string"
|
|
780
934
|
},
|
|
781
|
-
"a-
|
|
782
|
-
"description": "
|
|
783
|
-
"type": "boolean"
|
|
935
|
+
"a-week-picker/day-start-of-week": {
|
|
936
|
+
"description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
|
|
784
937
|
},
|
|
785
|
-
"a-
|
|
786
|
-
"description": "
|
|
938
|
+
"a-range-picker/change": {
|
|
939
|
+
"description": "The component value changes"
|
|
787
940
|
},
|
|
788
|
-
"a-
|
|
789
|
-
"description": "
|
|
941
|
+
"a-range-picker/select": {
|
|
942
|
+
"description": "The selected date has changed but the component value has not changed"
|
|
790
943
|
},
|
|
791
|
-
"a-
|
|
944
|
+
"a-range-picker/popup-visible-change": {
|
|
945
|
+
"description": "Open or close the pop-up box"
|
|
946
|
+
},
|
|
947
|
+
"a-range-picker/ok": {
|
|
948
|
+
"description": "Click the confirm button"
|
|
949
|
+
},
|
|
950
|
+
"a-range-picker/clear": {
|
|
951
|
+
"description": "Click the clear button"
|
|
952
|
+
},
|
|
953
|
+
"a-range-picker/select-shortcut": {
|
|
954
|
+
"description": "Click on the shortcut option"
|
|
955
|
+
},
|
|
956
|
+
"a-range-picker/picker-value-change": {
|
|
957
|
+
"description": "Panel date change"
|
|
958
|
+
},
|
|
959
|
+
"a-range-picker/mode": {
|
|
960
|
+
"description": "Type of range selector",
|
|
961
|
+
"type": "string"
|
|
962
|
+
},
|
|
963
|
+
"a-range-picker/model-value": {
|
|
964
|
+
"description": "Value"
|
|
965
|
+
},
|
|
966
|
+
"a-range-picker/default-value": {
|
|
967
|
+
"description": "Default value"
|
|
968
|
+
},
|
|
969
|
+
"a-range-picker/picker-value": {
|
|
970
|
+
"description": "The date displayed in the default panel"
|
|
971
|
+
},
|
|
972
|
+
"a-range-picker/default-picker-value": {
|
|
973
|
+
"description": "Date displayed on the panel"
|
|
974
|
+
},
|
|
975
|
+
"a-range-picker/disabled": {
|
|
976
|
+
"description": "Whether to disable"
|
|
977
|
+
},
|
|
978
|
+
"a-range-picker/day-start-of-week": {
|
|
979
|
+
"description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
|
|
980
|
+
},
|
|
981
|
+
"a-range-picker/format": {
|
|
982
|
+
"description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)",
|
|
983
|
+
"type": "string"
|
|
984
|
+
},
|
|
985
|
+
"a-range-picker/value-format": {
|
|
986
|
+
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
|
|
987
|
+
},
|
|
988
|
+
"a-range-picker/show-time": {
|
|
989
|
+
"description": "Whether to increase time selection",
|
|
990
|
+
"type": "boolean"
|
|
991
|
+
},
|
|
992
|
+
"a-range-picker/time-picker-props": {
|
|
993
|
+
"description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
|
|
994
|
+
},
|
|
995
|
+
"a-range-picker/placeholder": {
|
|
996
|
+
"description": "Prompt copy"
|
|
997
|
+
},
|
|
998
|
+
"a-range-picker/disabled-date": {
|
|
999
|
+
"description": "Non-selectable date"
|
|
1000
|
+
},
|
|
1001
|
+
"a-range-picker/disabled-time": {
|
|
1002
|
+
"description": "Unselectable time"
|
|
1003
|
+
},
|
|
1004
|
+
"a-range-picker/separator": {
|
|
1005
|
+
"description": "The segmentation symbol in the input box of the range selector",
|
|
1006
|
+
"type": "string"
|
|
1007
|
+
},
|
|
1008
|
+
"a-range-picker/exchange-time": {
|
|
1009
|
+
"description": "Whether the time will be exchanged, by default time will affect and participate in the ordering of start and end values, if you want to fix the time order, you can turn it off.",
|
|
1010
|
+
"type": "boolean"
|
|
1011
|
+
},
|
|
1012
|
+
"a-range-picker/disabled-input": {
|
|
1013
|
+
"description": "Whether input is disabled with the keyboard.",
|
|
1014
|
+
"type": "boolean"
|
|
1015
|
+
},
|
|
1016
|
+
"a-range-picker/abbreviation": {
|
|
1017
|
+
"description": "Whether to enable abbreviation",
|
|
1018
|
+
"type": "boolean"
|
|
1019
|
+
},
|
|
1020
|
+
"a-descriptions/data": {
|
|
1021
|
+
"description": "Data for descriptions"
|
|
1022
|
+
},
|
|
1023
|
+
"a-descriptions/column": {
|
|
1024
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1025
|
+
},
|
|
1026
|
+
"a-descriptions/title": {
|
|
1027
|
+
"description": "Title of descriptions",
|
|
1028
|
+
"type": "string"
|
|
1029
|
+
},
|
|
1030
|
+
"a-descriptions/layout": {
|
|
1031
|
+
"description": "Arrangement of descriptions",
|
|
1032
|
+
"type": "string"
|
|
1033
|
+
},
|
|
1034
|
+
"a-descriptions/align": {
|
|
1035
|
+
"description": "Alignment position of text"
|
|
1036
|
+
},
|
|
1037
|
+
"a-descriptions/size": {
|
|
1038
|
+
"description": "The size of the descriptions"
|
|
1039
|
+
},
|
|
1040
|
+
"a-descriptions/bordered": {
|
|
1041
|
+
"description": "Whether to show the border",
|
|
1042
|
+
"type": "boolean"
|
|
1043
|
+
},
|
|
1044
|
+
"a-descriptions/label-style": {
|
|
1045
|
+
"description": "Data label style"
|
|
1046
|
+
},
|
|
1047
|
+
"a-descriptions/value-style": {
|
|
1048
|
+
"description": "Data content style"
|
|
1049
|
+
},
|
|
1050
|
+
"a-descriptions/table-layout": {
|
|
1051
|
+
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1052
|
+
"type": "string"
|
|
1053
|
+
},
|
|
1054
|
+
"a-descriptions-item/span": {
|
|
1055
|
+
"description": "number of columns",
|
|
1056
|
+
"type": "number"
|
|
1057
|
+
},
|
|
1058
|
+
"a-descriptions-item/label": {
|
|
1059
|
+
"description": "Label",
|
|
1060
|
+
"type": "string"
|
|
1061
|
+
},
|
|
1062
|
+
"a-config-provider/prefix-cls": {
|
|
1063
|
+
"description": "Component classname prefix",
|
|
1064
|
+
"type": "string"
|
|
1065
|
+
},
|
|
1066
|
+
"a-config-provider/locale": {
|
|
1067
|
+
"description": "Configure language pack"
|
|
1068
|
+
},
|
|
1069
|
+
"a-config-provider/size": {
|
|
1070
|
+
"description": "Size"
|
|
1071
|
+
},
|
|
1072
|
+
"a-config-provider/global": {
|
|
1073
|
+
"description": "Is global effect",
|
|
1074
|
+
"type": "boolean"
|
|
1075
|
+
},
|
|
1076
|
+
"a-config-provider/scroll-to-close": {
|
|
1077
|
+
"description": "Whether to close the popover when scrolling",
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1080
|
+
"a-config-provider/exchange-time": {
|
|
1081
|
+
"description": "Whether to exchange time",
|
|
1082
|
+
"type": "boolean"
|
|
1083
|
+
},
|
|
1084
|
+
"a-config-provider/rtl": {
|
|
1085
|
+
"description": "View starts from the right and ends on the left",
|
|
1086
|
+
"type": "boolean"
|
|
1087
|
+
},
|
|
1088
|
+
"a-divider/direction": {
|
|
1089
|
+
"description": "The direction of the dividing line. Can be horizontal or vertical"
|
|
1090
|
+
},
|
|
1091
|
+
"a-divider/orientation": {
|
|
1092
|
+
"description": "The position of the dividing line text",
|
|
1093
|
+
"type": "string"
|
|
1094
|
+
},
|
|
1095
|
+
"a-divider/type": {
|
|
1096
|
+
"description": "Dividing line style type",
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
"a-divider/size": {
|
|
1100
|
+
"description": "The wide/height of the dividing line",
|
|
1101
|
+
"type": "number"
|
|
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",
|
|
1125
|
+
"type": "string"
|
|
1126
|
+
},
|
|
1127
|
+
"a-calendar/modes": {
|
|
1128
|
+
"description": "Displayed mode"
|
|
1129
|
+
},
|
|
1130
|
+
"a-dropdown/popup-visible-change": {
|
|
1131
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1132
|
+
},
|
|
1133
|
+
"a-dropdown/select": {
|
|
1134
|
+
"description": "Triggered when the user selects"
|
|
1135
|
+
},
|
|
1136
|
+
"a-dropdown/popup-visible": {
|
|
792
1137
|
"description": "Whether the popup is visible",
|
|
793
1138
|
"type": "boolean"
|
|
794
1139
|
},
|
|
@@ -911,52 +1256,183 @@
|
|
|
911
1256
|
"description": "Whether to hide popup when the user selects",
|
|
912
1257
|
"type": "boolean"
|
|
913
1258
|
},
|
|
914
|
-
"a-
|
|
915
|
-
"description": "
|
|
916
|
-
"type": "string"
|
|
917
|
-
},
|
|
918
|
-
"a-config-provider/locale": {
|
|
919
|
-
"description": "Configure language pack"
|
|
920
|
-
},
|
|
921
|
-
"a-config-provider/size": {
|
|
922
|
-
"description": "Size"
|
|
1259
|
+
"a-form/submit": {
|
|
1260
|
+
"description": "Triggered when the form is submitted"
|
|
923
1261
|
},
|
|
924
|
-
"a-
|
|
925
|
-
"description": "
|
|
926
|
-
"type": "boolean"
|
|
1262
|
+
"a-form/submit-success": {
|
|
1263
|
+
"description": "Triggered when verification is successful"
|
|
927
1264
|
},
|
|
928
|
-
"a-
|
|
929
|
-
"description": "
|
|
930
|
-
"type": "boolean"
|
|
1265
|
+
"a-form/submit-failed": {
|
|
1266
|
+
"description": "Triggered when verification failed"
|
|
931
1267
|
},
|
|
932
|
-
"a-
|
|
933
|
-
"description": "
|
|
934
|
-
"type": "
|
|
1268
|
+
"a-form/model": {
|
|
1269
|
+
"description": "Form data object",
|
|
1270
|
+
"type": "object"
|
|
935
1271
|
},
|
|
936
|
-
"a-
|
|
937
|
-
"description": "
|
|
938
|
-
"type": "boolean"
|
|
1272
|
+
"a-form/layout": {
|
|
1273
|
+
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
939
1274
|
},
|
|
940
|
-
"a-
|
|
941
|
-
"description": "
|
|
1275
|
+
"a-form/size": {
|
|
1276
|
+
"description": "The size of the form"
|
|
942
1277
|
},
|
|
943
|
-
"a-
|
|
944
|
-
"description": "
|
|
1278
|
+
"a-form/label-col-props": {
|
|
1279
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1280
|
+
"type": "object"
|
|
945
1281
|
},
|
|
946
|
-
"a-
|
|
947
|
-
"description": "
|
|
1282
|
+
"a-form/wrapper-col-props": {
|
|
1283
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1284
|
+
"type": "object"
|
|
948
1285
|
},
|
|
949
|
-
"a-
|
|
950
|
-
"description": "
|
|
1286
|
+
"a-form/label-align": {
|
|
1287
|
+
"description": "Alignment direction of the label"
|
|
951
1288
|
},
|
|
952
|
-
"a-
|
|
953
|
-
"description": "
|
|
1289
|
+
"a-form/disabled": {
|
|
1290
|
+
"description": "Whether to disable the form",
|
|
1291
|
+
"type": "boolean"
|
|
954
1292
|
},
|
|
955
|
-
"a-
|
|
956
|
-
"description": "
|
|
1293
|
+
"a-form/rules": {
|
|
1294
|
+
"description": "Form item validation rules"
|
|
957
1295
|
},
|
|
958
|
-
"a-
|
|
959
|
-
"description": "Whether
|
|
1296
|
+
"a-form/auto-label-width": {
|
|
1297
|
+
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1298
|
+
"type": "boolean"
|
|
1299
|
+
},
|
|
1300
|
+
"a-form/id": {
|
|
1301
|
+
"description": "Form `id` attribute and form control `id` prefix",
|
|
1302
|
+
"type": "string"
|
|
1303
|
+
},
|
|
1304
|
+
"a-form/scroll-to-first-error": {
|
|
1305
|
+
"description": "Scroll to the first error field after verification fails",
|
|
1306
|
+
"type": "boolean"
|
|
1307
|
+
},
|
|
1308
|
+
"a-form-item/field": {
|
|
1309
|
+
"description": "The path of the form element in the data object (required for the data item)",
|
|
1310
|
+
"type": "string"
|
|
1311
|
+
},
|
|
1312
|
+
"a-form-item/label": {
|
|
1313
|
+
"description": "Label text",
|
|
1314
|
+
"type": "string"
|
|
1315
|
+
},
|
|
1316
|
+
"a-form-item/tooltip": {
|
|
1317
|
+
"description": "Tooltip text",
|
|
1318
|
+
"type": "string"
|
|
1319
|
+
},
|
|
1320
|
+
"a-form-item/show-colon": {
|
|
1321
|
+
"description": "Whether to show a colon",
|
|
1322
|
+
"type": "boolean"
|
|
1323
|
+
},
|
|
1324
|
+
"a-form-item/no-style": {
|
|
1325
|
+
"description": "Whether to remove the style",
|
|
1326
|
+
"type": "boolean"
|
|
1327
|
+
},
|
|
1328
|
+
"a-form-item/disabled": {
|
|
1329
|
+
"description": "Whether to disable",
|
|
1330
|
+
"type": "boolean"
|
|
1331
|
+
},
|
|
1332
|
+
"a-form-item/help": {
|
|
1333
|
+
"description": "Help copywriting",
|
|
1334
|
+
"type": "string"
|
|
1335
|
+
},
|
|
1336
|
+
"a-form-item/extra": {
|
|
1337
|
+
"description": "Additional display copy",
|
|
1338
|
+
"type": "string"
|
|
1339
|
+
},
|
|
1340
|
+
"a-form-item/required": {
|
|
1341
|
+
"description": "Is it required",
|
|
1342
|
+
"type": "boolean"
|
|
1343
|
+
},
|
|
1344
|
+
"a-form-item/asterisk-position": {
|
|
1345
|
+
"description": "Optionally place an asterisk before/after the label",
|
|
1346
|
+
"type": "string"
|
|
1347
|
+
},
|
|
1348
|
+
"a-form-item/rules": {
|
|
1349
|
+
"description": "Form item validation rules (The priority is higher than the rules of form)"
|
|
1350
|
+
},
|
|
1351
|
+
"a-form-item/validate-status": {
|
|
1352
|
+
"description": "Validate status"
|
|
1353
|
+
},
|
|
1354
|
+
"a-form-item/validate-trigger": {
|
|
1355
|
+
"description": "The event that triggers the verification"
|
|
1356
|
+
},
|
|
1357
|
+
"a-form-item/label-col-props": {
|
|
1358
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1359
|
+
"type": "object"
|
|
1360
|
+
},
|
|
1361
|
+
"a-form-item/wrapper-col-props": {
|
|
1362
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1363
|
+
"type": "object"
|
|
1364
|
+
},
|
|
1365
|
+
"a-form-item/hide-label": {
|
|
1366
|
+
"description": "Whether to hide the label",
|
|
1367
|
+
"type": "boolean"
|
|
1368
|
+
},
|
|
1369
|
+
"a-form-item/hide-asterisk": {
|
|
1370
|
+
"description": "Whether to hide the asterisk",
|
|
1371
|
+
"type": "boolean"
|
|
1372
|
+
},
|
|
1373
|
+
"a-form-item/label-col-style": {
|
|
1374
|
+
"description": "The style of the label element layout component",
|
|
1375
|
+
"type": "object"
|
|
1376
|
+
},
|
|
1377
|
+
"a-form-item/wrapper-col-style": {
|
|
1378
|
+
"description": "The style of the form control layout component",
|
|
1379
|
+
"type": "object"
|
|
1380
|
+
},
|
|
1381
|
+
"a-form-item/row-props": {
|
|
1382
|
+
"description": "Form item layout options. The parameters are the same as the `<row>` component",
|
|
1383
|
+
"type": "object"
|
|
1384
|
+
},
|
|
1385
|
+
"a-form-item/row-class": {
|
|
1386
|
+
"description": "The class of the form item layout component",
|
|
1387
|
+
"type": "string|array|object"
|
|
1388
|
+
},
|
|
1389
|
+
"a-form-item/content-class": {
|
|
1390
|
+
"description": "The class of the form control wrapping layer",
|
|
1391
|
+
"type": "string|array|object"
|
|
1392
|
+
},
|
|
1393
|
+
"a-form-item/content-flex": {
|
|
1394
|
+
"description": "Whether to enable flex layout in the content layer",
|
|
1395
|
+
"type": "boolean"
|
|
1396
|
+
},
|
|
1397
|
+
"a-form-item/merge-props": {
|
|
1398
|
+
"description": "(Repealed) Control the Props passed to the child element. The default includes disabled, error, size, events and additional attributes on FormItem. Version 2.18.0 deprecated"
|
|
1399
|
+
},
|
|
1400
|
+
"a-form-item/label-col-flex": {
|
|
1401
|
+
"description": "Set the flex property of the label `Col` component. When set, the flex property of the form `Col` component will be set to `auto`.",
|
|
1402
|
+
"type": "number|string"
|
|
1403
|
+
},
|
|
1404
|
+
"a-form-item/feedback": {
|
|
1405
|
+
"description": "Whether to show the feedback icon for the form control",
|
|
1406
|
+
"type": "boolean"
|
|
1407
|
+
},
|
|
1408
|
+
"a-form-item/label-component": {
|
|
1409
|
+
"description": "The element that the form item label renders",
|
|
1410
|
+
"type": "string"
|
|
1411
|
+
},
|
|
1412
|
+
"a-form-item/label-attrs": {
|
|
1413
|
+
"description": "Attributes of the form item element",
|
|
1414
|
+
"type": "object"
|
|
1415
|
+
},
|
|
1416
|
+
"a-drawer/ok": {
|
|
1417
|
+
"description": "Triggered when the OK button is clicked"
|
|
1418
|
+
},
|
|
1419
|
+
"a-drawer/cancel": {
|
|
1420
|
+
"description": "Triggered when the cancel or close button is clicked"
|
|
1421
|
+
},
|
|
1422
|
+
"a-drawer/open": {
|
|
1423
|
+
"description": "Triggered after the drawer is opened (the animation ends)"
|
|
1424
|
+
},
|
|
1425
|
+
"a-drawer/close": {
|
|
1426
|
+
"description": "Triggered when the drawer is closed (the animation ends)"
|
|
1427
|
+
},
|
|
1428
|
+
"a-drawer/before-open": {
|
|
1429
|
+
"description": "Triggered before drawer is opened"
|
|
1430
|
+
},
|
|
1431
|
+
"a-drawer/before-close": {
|
|
1432
|
+
"description": "Triggered before drawer is closed"
|
|
1433
|
+
},
|
|
1434
|
+
"a-drawer/visible": {
|
|
1435
|
+
"description": "Whether the drawer is visible",
|
|
960
1436
|
"type": "boolean"
|
|
961
1437
|
},
|
|
962
1438
|
"a-drawer/default-visible": {
|
|
@@ -1050,1006 +1526,417 @@
|
|
|
1050
1526
|
"description": "Whether to hide the cancel button",
|
|
1051
1527
|
"type": "boolean"
|
|
1052
1528
|
},
|
|
1053
|
-
"a-
|
|
1054
|
-
"description": "
|
|
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`)",
|
|
1055
1534
|
"type": "string"
|
|
1056
1535
|
},
|
|
1057
|
-
"a-
|
|
1058
|
-
"description": "
|
|
1536
|
+
"a-row/align": {
|
|
1537
|
+
"description": "Vertical alignment (`align-items`)",
|
|
1059
1538
|
"type": "string"
|
|
1060
1539
|
},
|
|
1061
|
-
"a-
|
|
1062
|
-
"description": "
|
|
1540
|
+
"a-row/div": {
|
|
1541
|
+
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1063
1542
|
"type": "boolean"
|
|
1064
1543
|
},
|
|
1065
|
-
"a-
|
|
1066
|
-
"description": "
|
|
1067
|
-
|
|
1068
|
-
"a-common/select": {
|
|
1069
|
-
"description": "The selected date has changed but the component value has not changed"
|
|
1070
|
-
},
|
|
1071
|
-
"a-common/popup-visible-change": {
|
|
1072
|
-
"description": "Open or close the pop-up box"
|
|
1544
|
+
"a-row/wrap": {
|
|
1545
|
+
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1546
|
+
"type": "boolean"
|
|
1073
1547
|
},
|
|
1074
|
-
"a-
|
|
1075
|
-
"description": "
|
|
1548
|
+
"a-col/span": {
|
|
1549
|
+
"description": "Number of grid space",
|
|
1550
|
+
"type": "number"
|
|
1076
1551
|
},
|
|
1077
|
-
"a-
|
|
1078
|
-
"description": "
|
|
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"
|
|
1079
1555
|
},
|
|
1080
|
-
"a-
|
|
1081
|
-
"description": "
|
|
1556
|
+
"a-col/order": {
|
|
1557
|
+
"description": "Sort elements",
|
|
1558
|
+
"type": "number"
|
|
1082
1559
|
},
|
|
1083
|
-
"a-
|
|
1084
|
-
"description": "
|
|
1560
|
+
"a-col/xs": {
|
|
1561
|
+
"description": "<576px responsive grid"
|
|
1085
1562
|
},
|
|
1086
|
-
"a-
|
|
1087
|
-
"description": "
|
|
1563
|
+
"a-col/sm": {
|
|
1564
|
+
"description": ">= 576px responsive grid"
|
|
1088
1565
|
},
|
|
1089
|
-
"a-
|
|
1090
|
-
"description": "
|
|
1091
|
-
"type": "boolean"
|
|
1566
|
+
"a-col/md": {
|
|
1567
|
+
"description": ">= 768px responsive grid"
|
|
1092
1568
|
},
|
|
1093
|
-
"a-
|
|
1094
|
-
"description": "
|
|
1095
|
-
"type": "boolean"
|
|
1569
|
+
"a-col/lg": {
|
|
1570
|
+
"description": ">= 992px responsive grid"
|
|
1096
1571
|
},
|
|
1097
|
-
"a-
|
|
1098
|
-
"description": "
|
|
1099
|
-
"type": "boolean"
|
|
1572
|
+
"a-col/xl": {
|
|
1573
|
+
"description": ">= 1200px responsive grid"
|
|
1100
1574
|
},
|
|
1101
|
-
"a-
|
|
1102
|
-
"description": "
|
|
1103
|
-
"type": "boolean"
|
|
1575
|
+
"a-col/xxl": {
|
|
1576
|
+
"description": ">= 1600px responsive grid"
|
|
1104
1577
|
},
|
|
1105
|
-
"a-
|
|
1106
|
-
"description": "
|
|
1578
|
+
"a-col/flex": {
|
|
1579
|
+
"description": "Set flex layout properties"
|
|
1107
1580
|
},
|
|
1108
|
-
"a-
|
|
1109
|
-
"description": "
|
|
1581
|
+
"a-grid/cols": {
|
|
1582
|
+
"description": "Number of columns displayed in each row"
|
|
1110
1583
|
},
|
|
1111
|
-
"a-
|
|
1112
|
-
"description": "The
|
|
1113
|
-
"type": "string"
|
|
1584
|
+
"a-grid/row-gap": {
|
|
1585
|
+
"description": "The space in row-to-row"
|
|
1114
1586
|
},
|
|
1115
|
-
"a-
|
|
1116
|
-
"description": "The
|
|
1117
|
-
"type": "string"
|
|
1587
|
+
"a-grid/col-gap": {
|
|
1588
|
+
"description": "The space in column-to-column"
|
|
1118
1589
|
},
|
|
1119
|
-
"a-
|
|
1120
|
-
"description": "
|
|
1590
|
+
"a-grid/collapsed": {
|
|
1591
|
+
"description": "Whether to collapsed",
|
|
1121
1592
|
"type": "boolean"
|
|
1122
1593
|
},
|
|
1123
|
-
"a-
|
|
1124
|
-
"description": "
|
|
1125
|
-
"type": "
|
|
1594
|
+
"a-grid/collapsed-rows": {
|
|
1595
|
+
"description": "Number of rows displayed when collapsed",
|
|
1596
|
+
"type": "number"
|
|
1126
1597
|
},
|
|
1127
|
-
"a-
|
|
1128
|
-
"description": "
|
|
1598
|
+
"a-grid-item/span": {
|
|
1599
|
+
"description": "Number of grids spanned"
|
|
1129
1600
|
},
|
|
1130
|
-
"a-
|
|
1131
|
-
"description": "
|
|
1601
|
+
"a-grid-item/offset": {
|
|
1602
|
+
"description": "Number of grids on the left"
|
|
1603
|
+
},
|
|
1604
|
+
"a-grid-item/suffix": {
|
|
1605
|
+
"description": "Is it a suffix element",
|
|
1132
1606
|
"type": "boolean"
|
|
1133
1607
|
},
|
|
1134
|
-
"a-
|
|
1135
|
-
"description": "
|
|
1608
|
+
"a-empty/description": {
|
|
1609
|
+
"description": "Description",
|
|
1136
1610
|
"type": "string"
|
|
1137
1611
|
},
|
|
1138
|
-
"a-
|
|
1139
|
-
"description": "
|
|
1140
|
-
"type": "
|
|
1612
|
+
"a-empty/img-src": {
|
|
1613
|
+
"description": "The src of the Custom Image",
|
|
1614
|
+
"type": "string"
|
|
1141
1615
|
},
|
|
1142
|
-
"a-
|
|
1143
|
-
"description": "
|
|
1144
|
-
},
|
|
1145
|
-
"a-common/disabled-time": {
|
|
1146
|
-
"description": "Unselectable time"
|
|
1147
|
-
},
|
|
1148
|
-
"a-common/picker-value": {
|
|
1149
|
-
"description": "Date displayed on the panel"
|
|
1150
|
-
},
|
|
1151
|
-
"a-common/default-picker-value": {
|
|
1152
|
-
"description": "The date displayed on the panel by default"
|
|
1153
|
-
},
|
|
1154
|
-
"a-common/popup-container": {
|
|
1155
|
-
"description": "Mount container for pop-up box"
|
|
1156
|
-
},
|
|
1157
|
-
"a-common/value-format": {
|
|
1158
|
-
"description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
|
|
1159
|
-
},
|
|
1160
|
-
"a-common/preview-shortcut": {
|
|
1161
|
-
"description": "Whether to preview the result of the shortcut",
|
|
1162
|
-
"type": "boolean"
|
|
1163
|
-
},
|
|
1164
|
-
"a-common/show-confirm-btn": {
|
|
1165
|
-
"description": "Whether to show the confirm button, always show when `showTime = true`.",
|
|
1166
|
-
"type": "boolean"
|
|
1167
|
-
},
|
|
1168
|
-
"a-common/disabled-input": {
|
|
1169
|
-
"description": "Whether input is disabled with the keyboard.",
|
|
1170
|
-
"type": "boolean"
|
|
1171
|
-
},
|
|
1172
|
-
"a-common/abbreviation": {
|
|
1173
|
-
"description": "Whether to enable abbreviation",
|
|
1174
|
-
"type": "boolean"
|
|
1175
|
-
},
|
|
1176
|
-
"a-date-picker/model-value": {
|
|
1177
|
-
"description": "Value"
|
|
1178
|
-
},
|
|
1179
|
-
"a-date-picker/default-value": {
|
|
1180
|
-
"description": "Default value"
|
|
1181
|
-
},
|
|
1182
|
-
"a-date-picker/format": {
|
|
1183
|
-
"description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)"
|
|
1184
|
-
},
|
|
1185
|
-
"a-date-picker/day-start-of-week": {
|
|
1186
|
-
"description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
|
|
1187
|
-
},
|
|
1188
|
-
"a-date-picker/show-time": {
|
|
1189
|
-
"description": "Whether to increase time selection",
|
|
1190
|
-
"type": "boolean"
|
|
1191
|
-
},
|
|
1192
|
-
"a-date-picker/time-picker-props": {
|
|
1193
|
-
"description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
|
|
1194
|
-
},
|
|
1195
|
-
"a-date-picker/disabled": {
|
|
1196
|
-
"description": "Whether to disable",
|
|
1197
|
-
"type": "boolean"
|
|
1198
|
-
},
|
|
1199
|
-
"a-date-picker/disabled-date": {
|
|
1200
|
-
"description": "Unselectable date"
|
|
1201
|
-
},
|
|
1202
|
-
"a-date-picker/disabled-time": {
|
|
1203
|
-
"description": "Unselectable time"
|
|
1204
|
-
},
|
|
1205
|
-
"a-date-picker/show-now-btn": {
|
|
1206
|
-
"description": "Whether to display `showTime`, select the button of the current time",
|
|
1616
|
+
"a-empty/in-config-provider": {
|
|
1617
|
+
"description": "Whether to use in ConfigProvider",
|
|
1207
1618
|
"type": "boolean"
|
|
1208
1619
|
},
|
|
1209
|
-
"a-
|
|
1210
|
-
"description": "
|
|
1211
|
-
},
|
|
1212
|
-
"a-month-picker/default-value": {
|
|
1213
|
-
"description": "Default value"
|
|
1214
|
-
},
|
|
1215
|
-
"a-month-picker/format": {
|
|
1216
|
-
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
1217
|
-
"type": "string"
|
|
1218
|
-
},
|
|
1219
|
-
"a-year-picker/model-value": {
|
|
1220
|
-
"description": "Value"
|
|
1221
|
-
},
|
|
1222
|
-
"a-year-picker/default-value": {
|
|
1223
|
-
"description": "Default value"
|
|
1224
|
-
},
|
|
1225
|
-
"a-year-picker/format": {
|
|
1226
|
-
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
1227
|
-
"type": "string"
|
|
1228
|
-
},
|
|
1229
|
-
"a-quarter-picker/model-value": {
|
|
1230
|
-
"description": "Value"
|
|
1231
|
-
},
|
|
1232
|
-
"a-quarter-picker/default-value": {
|
|
1233
|
-
"description": "Default value"
|
|
1234
|
-
},
|
|
1235
|
-
"a-quarter-picker/format": {
|
|
1236
|
-
"description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
|
|
1237
|
-
"type": "string"
|
|
1620
|
+
"a-image/preview-visible-change": {
|
|
1621
|
+
"description": "Preview opening and closing events"
|
|
1238
1622
|
},
|
|
1239
|
-
"a-
|
|
1240
|
-
"description": "
|
|
1623
|
+
"a-image/src": {
|
|
1624
|
+
"description": "Image src",
|
|
1241
1625
|
"type": "string"
|
|
1242
1626
|
},
|
|
1243
|
-
"a-
|
|
1244
|
-
"description": "
|
|
1627
|
+
"a-image/width": {
|
|
1628
|
+
"description": "Image width",
|
|
1629
|
+
"type": "string | number"
|
|
1245
1630
|
},
|
|
1246
|
-
"a-
|
|
1247
|
-
"description": "
|
|
1631
|
+
"a-image/height": {
|
|
1632
|
+
"description": "Image height",
|
|
1633
|
+
"type": "string | number"
|
|
1248
1634
|
},
|
|
1249
|
-
"a-
|
|
1250
|
-
"description": "
|
|
1635
|
+
"a-image/title": {
|
|
1636
|
+
"description": "Title",
|
|
1251
1637
|
"type": "string"
|
|
1252
1638
|
},
|
|
1253
|
-
"a-
|
|
1254
|
-
"description": "
|
|
1639
|
+
"a-image/description": {
|
|
1640
|
+
"description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
|
|
1255
1641
|
"type": "string"
|
|
1256
1642
|
},
|
|
1257
|
-
"a-
|
|
1258
|
-
"description": "
|
|
1259
|
-
},
|
|
1260
|
-
"a-range-picker/change": {
|
|
1261
|
-
"description": "The component value changes"
|
|
1262
|
-
},
|
|
1263
|
-
"a-range-picker/select": {
|
|
1264
|
-
"description": "The selected date has changed but the component value has not changed"
|
|
1265
|
-
},
|
|
1266
|
-
"a-range-picker/popup-visible-change": {
|
|
1267
|
-
"description": "Open or close the pop-up box"
|
|
1268
|
-
},
|
|
1269
|
-
"a-range-picker/ok": {
|
|
1270
|
-
"description": "Click the confirm button"
|
|
1271
|
-
},
|
|
1272
|
-
"a-range-picker/clear": {
|
|
1273
|
-
"description": "Click the clear button"
|
|
1274
|
-
},
|
|
1275
|
-
"a-range-picker/select-shortcut": {
|
|
1276
|
-
"description": "Click on the shortcut option"
|
|
1277
|
-
},
|
|
1278
|
-
"a-range-picker/picker-value-change": {
|
|
1279
|
-
"description": "Panel date change"
|
|
1280
|
-
},
|
|
1281
|
-
"a-range-picker/mode": {
|
|
1282
|
-
"description": "Type of range selector",
|
|
1643
|
+
"a-image/fit": {
|
|
1644
|
+
"description": "indicate how the image should be resized to fit its container",
|
|
1283
1645
|
"type": "string"
|
|
1284
1646
|
},
|
|
1285
|
-
"a-
|
|
1286
|
-
"description": "
|
|
1287
|
-
},
|
|
1288
|
-
"a-range-picker/default-value": {
|
|
1289
|
-
"description": "Default value"
|
|
1290
|
-
},
|
|
1291
|
-
"a-range-picker/picker-value": {
|
|
1292
|
-
"description": "The date displayed in the default panel"
|
|
1293
|
-
},
|
|
1294
|
-
"a-range-picker/default-picker-value": {
|
|
1295
|
-
"description": "Date displayed on the panel"
|
|
1296
|
-
},
|
|
1297
|
-
"a-range-picker/disabled": {
|
|
1298
|
-
"description": "Whether to disable"
|
|
1299
|
-
},
|
|
1300
|
-
"a-range-picker/day-start-of-week": {
|
|
1301
|
-
"description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
|
|
1302
|
-
},
|
|
1303
|
-
"a-range-picker/format": {
|
|
1304
|
-
"description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)",
|
|
1647
|
+
"a-image/alt": {
|
|
1648
|
+
"description": "Text description of the image",
|
|
1305
1649
|
"type": "string"
|
|
1306
1650
|
},
|
|
1307
|
-
"a-
|
|
1308
|
-
"description": "
|
|
1309
|
-
},
|
|
1310
|
-
"a-range-picker/show-time": {
|
|
1311
|
-
"description": "Whether to increase time selection",
|
|
1312
|
-
"type": "boolean"
|
|
1313
|
-
},
|
|
1314
|
-
"a-range-picker/time-picker-props": {
|
|
1315
|
-
"description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
|
|
1316
|
-
},
|
|
1317
|
-
"a-range-picker/placeholder": {
|
|
1318
|
-
"description": "Prompt copy"
|
|
1319
|
-
},
|
|
1320
|
-
"a-range-picker/disabled-date": {
|
|
1321
|
-
"description": "Non-selectable date"
|
|
1322
|
-
},
|
|
1323
|
-
"a-range-picker/disabled-time": {
|
|
1324
|
-
"description": "Unselectable time"
|
|
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)"
|
|
1325
1653
|
},
|
|
1326
|
-
"a-
|
|
1327
|
-
"description": "The
|
|
1654
|
+
"a-image/footer-position": {
|
|
1655
|
+
"description": "The position shown at the bottom",
|
|
1328
1656
|
"type": "string"
|
|
1329
1657
|
},
|
|
1330
|
-
"a-
|
|
1331
|
-
"description": "Whether
|
|
1658
|
+
"a-image/show-loader": {
|
|
1659
|
+
"description": "Whether to show the loading effect",
|
|
1332
1660
|
"type": "boolean"
|
|
1333
1661
|
},
|
|
1334
|
-
"a-
|
|
1335
|
-
"description": "Whether
|
|
1662
|
+
"a-image/preview": {
|
|
1663
|
+
"description": "Whether to enable preview",
|
|
1336
1664
|
"type": "boolean"
|
|
1337
1665
|
},
|
|
1338
|
-
"a-
|
|
1339
|
-
"description": "
|
|
1666
|
+
"a-image/preview-visible": {
|
|
1667
|
+
"description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
|
|
1340
1668
|
"type": "boolean"
|
|
1341
1669
|
},
|
|
1342
|
-
"a-
|
|
1343
|
-
"description": "
|
|
1344
|
-
},
|
|
1345
|
-
"a-descriptions/column": {
|
|
1346
|
-
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1347
|
-
},
|
|
1348
|
-
"a-descriptions/title": {
|
|
1349
|
-
"description": "Title of descriptions",
|
|
1350
|
-
"type": "string"
|
|
1351
|
-
},
|
|
1352
|
-
"a-descriptions/layout": {
|
|
1353
|
-
"description": "Arrangement of descriptions",
|
|
1354
|
-
"type": "string"
|
|
1355
|
-
},
|
|
1356
|
-
"a-descriptions/align": {
|
|
1357
|
-
"description": "Alignment position of text"
|
|
1358
|
-
},
|
|
1359
|
-
"a-descriptions/size": {
|
|
1360
|
-
"description": "The size of the descriptions"
|
|
1361
|
-
},
|
|
1362
|
-
"a-descriptions/bordered": {
|
|
1363
|
-
"description": "Whether to show the border",
|
|
1670
|
+
"a-image/default-preview-visible": {
|
|
1671
|
+
"description": "The default open state of the preview",
|
|
1364
1672
|
"type": "boolean"
|
|
1365
1673
|
},
|
|
1366
|
-
"a-
|
|
1367
|
-
"description": "
|
|
1368
|
-
},
|
|
1369
|
-
"a-descriptions/value-style": {
|
|
1370
|
-
"description": "Data content style"
|
|
1371
|
-
},
|
|
1372
|
-
"a-descriptions/table-layout": {
|
|
1373
|
-
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1374
|
-
"type": "string"
|
|
1375
|
-
},
|
|
1376
|
-
"a-descriptions-item/span": {
|
|
1377
|
-
"description": "number of columns",
|
|
1378
|
-
"type": "number"
|
|
1379
|
-
},
|
|
1380
|
-
"a-descriptions-item/label": {
|
|
1381
|
-
"description": "Label",
|
|
1382
|
-
"type": "string"
|
|
1674
|
+
"a-image/preview-props": {
|
|
1675
|
+
"description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
|
|
1383
1676
|
},
|
|
1384
|
-
"a-
|
|
1385
|
-
"description": "
|
|
1386
|
-
|
|
1387
|
-
"a-row/justify": {
|
|
1388
|
-
"description": "Horizontal alignment (`justify-content`)",
|
|
1389
|
-
"type": "string"
|
|
1390
|
-
},
|
|
1391
|
-
"a-row/align": {
|
|
1392
|
-
"description": "Vertical alignment (`align-items`)",
|
|
1393
|
-
"type": "string"
|
|
1394
|
-
},
|
|
1395
|
-
"a-row/div": {
|
|
1396
|
-
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1397
|
-
"type": "boolean"
|
|
1398
|
-
},
|
|
1399
|
-
"a-row/wrap": {
|
|
1400
|
-
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1401
|
-
"type": "boolean"
|
|
1402
|
-
},
|
|
1403
|
-
"a-col/span": {
|
|
1404
|
-
"description": "Number of grid space",
|
|
1405
|
-
"type": "number"
|
|
1406
|
-
},
|
|
1407
|
-
"a-col/offset": {
|
|
1408
|
-
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
1409
|
-
"type": "number"
|
|
1410
|
-
},
|
|
1411
|
-
"a-col/order": {
|
|
1412
|
-
"description": "Sort elements",
|
|
1413
|
-
"type": "number"
|
|
1414
|
-
},
|
|
1415
|
-
"a-col/xs": {
|
|
1416
|
-
"description": "<576px responsive grid"
|
|
1417
|
-
},
|
|
1418
|
-
"a-col/sm": {
|
|
1419
|
-
"description": ">= 576px responsive grid"
|
|
1420
|
-
},
|
|
1421
|
-
"a-col/md": {
|
|
1422
|
-
"description": ">= 768px responsive grid"
|
|
1423
|
-
},
|
|
1424
|
-
"a-col/lg": {
|
|
1425
|
-
"description": ">= 992px responsive grid"
|
|
1426
|
-
},
|
|
1427
|
-
"a-col/xl": {
|
|
1428
|
-
"description": ">= 1200px responsive grid"
|
|
1429
|
-
},
|
|
1430
|
-
"a-col/xxl": {
|
|
1431
|
-
"description": ">= 1600px responsive grid"
|
|
1432
|
-
},
|
|
1433
|
-
"a-col/flex": {
|
|
1434
|
-
"description": "Set flex layout properties"
|
|
1435
|
-
},
|
|
1436
|
-
"a-grid/cols": {
|
|
1437
|
-
"description": "Number of columns displayed in each row"
|
|
1438
|
-
},
|
|
1439
|
-
"a-grid/row-gap": {
|
|
1440
|
-
"description": "The space in row-to-row"
|
|
1441
|
-
},
|
|
1442
|
-
"a-grid/col-gap": {
|
|
1443
|
-
"description": "The space in column-to-column"
|
|
1444
|
-
},
|
|
1445
|
-
"a-grid/collapsed": {
|
|
1446
|
-
"description": "Whether to collapsed",
|
|
1447
|
-
"type": "boolean"
|
|
1448
|
-
},
|
|
1449
|
-
"a-grid/collapsed-rows": {
|
|
1450
|
-
"description": "Number of rows displayed when collapsed",
|
|
1451
|
-
"type": "number"
|
|
1452
|
-
},
|
|
1453
|
-
"a-grid-item/span": {
|
|
1454
|
-
"description": "Number of grids spanned"
|
|
1455
|
-
},
|
|
1456
|
-
"a-grid-item/offset": {
|
|
1457
|
-
"description": "Number of grids on the left"
|
|
1458
|
-
},
|
|
1459
|
-
"a-grid-item/suffix": {
|
|
1460
|
-
"description": "Is it a suffix element",
|
|
1461
|
-
"type": "boolean"
|
|
1462
|
-
},
|
|
1463
|
-
"a-image/preview-visible-change": {
|
|
1464
|
-
"description": "Preview opening and closing events"
|
|
1465
|
-
},
|
|
1466
|
-
"a-image/src": {
|
|
1467
|
-
"description": "Image src",
|
|
1468
|
-
"type": "string"
|
|
1469
|
-
},
|
|
1470
|
-
"a-image/width": {
|
|
1471
|
-
"description": "Image width",
|
|
1472
|
-
"type": "string | number"
|
|
1473
|
-
},
|
|
1474
|
-
"a-image/height": {
|
|
1475
|
-
"description": "Image height",
|
|
1476
|
-
"type": "string | number"
|
|
1477
|
-
},
|
|
1478
|
-
"a-image/title": {
|
|
1479
|
-
"description": "Title",
|
|
1480
|
-
"type": "string"
|
|
1481
|
-
},
|
|
1482
|
-
"a-image/description": {
|
|
1483
|
-
"description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
|
|
1484
|
-
"type": "string"
|
|
1485
|
-
},
|
|
1486
|
-
"a-image/fit": {
|
|
1487
|
-
"description": "indicate how the image should be resized to fit its container",
|
|
1488
|
-
"type": "string"
|
|
1489
|
-
},
|
|
1490
|
-
"a-image/alt": {
|
|
1491
|
-
"description": "Text description of the image",
|
|
1492
|
-
"type": "string"
|
|
1493
|
-
},
|
|
1494
|
-
"a-image/hide-footer": {
|
|
1495
|
-
"description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
|
|
1496
|
-
},
|
|
1497
|
-
"a-image/footer-position": {
|
|
1498
|
-
"description": "The position shown at the bottom",
|
|
1499
|
-
"type": "string"
|
|
1500
|
-
},
|
|
1501
|
-
"a-image/show-loader": {
|
|
1502
|
-
"description": "Whether to show the loading effect",
|
|
1503
|
-
"type": "boolean"
|
|
1504
|
-
},
|
|
1505
|
-
"a-image/preview": {
|
|
1506
|
-
"description": "Whether to enable preview",
|
|
1507
|
-
"type": "boolean"
|
|
1508
|
-
},
|
|
1509
|
-
"a-image/preview-visible": {
|
|
1510
|
-
"description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
|
|
1511
|
-
"type": "boolean"
|
|
1512
|
-
},
|
|
1513
|
-
"a-image/default-preview-visible": {
|
|
1514
|
-
"description": "The default open state of the preview",
|
|
1515
|
-
"type": "boolean"
|
|
1516
|
-
},
|
|
1517
|
-
"a-image/preview-props": {
|
|
1518
|
-
"description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
|
|
1519
|
-
},
|
|
1520
|
-
"a-image/footer-class": {
|
|
1521
|
-
"description": "The class name of the bottom display area",
|
|
1522
|
-
"type": "string|array|object"
|
|
1677
|
+
"a-image/footer-class": {
|
|
1678
|
+
"description": "The class name of the bottom display area",
|
|
1679
|
+
"type": "string|array|object"
|
|
1523
1680
|
},
|
|
1524
1681
|
"a-image-preview/close": {
|
|
1525
|
-
"description": "Close event"
|
|
1526
|
-
},
|
|
1527
|
-
"a-image-preview/src": {
|
|
1528
|
-
"description": "Image src",
|
|
1529
|
-
"type": "string"
|
|
1530
|
-
},
|
|
1531
|
-
"a-image-preview/visible": {
|
|
1532
|
-
"description": "Whether is visible",
|
|
1533
|
-
"type": "boolean"
|
|
1534
|
-
},
|
|
1535
|
-
"a-image-preview/default-visible": {
|
|
1536
|
-
"description": "Default visibility",
|
|
1537
|
-
"type": "boolean"
|
|
1538
|
-
},
|
|
1539
|
-
"a-image-preview/mask-closable": {
|
|
1540
|
-
"description": "Whether to close the modal when mask is clicked",
|
|
1541
|
-
"type": "boolean"
|
|
1542
|
-
},
|
|
1543
|
-
"a-image-preview/closable": {
|
|
1544
|
-
"description": "Whether to show close button",
|
|
1545
|
-
"type": "boolean"
|
|
1546
|
-
},
|
|
1547
|
-
"a-image-preview/actions-layout": {
|
|
1548
|
-
"description": "Layout of action list"
|
|
1549
|
-
},
|
|
1550
|
-
"a-image-preview/popup-container": {
|
|
1551
|
-
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1552
|
-
},
|
|
1553
|
-
"a-image-preview/esc-to-close": {
|
|
1554
|
-
"description": "Whether to support the ESC key to close the preview",
|
|
1555
|
-
"type": "boolean"
|
|
1556
|
-
},
|
|
1557
|
-
"a-image-preview/wheel-zoom": {
|
|
1558
|
-
"description": "Whether to enable wheel zoom",
|
|
1559
|
-
"type": "boolean"
|
|
1560
|
-
},
|
|
1561
|
-
"a-image-preview/keyboard": {
|
|
1562
|
-
"description": "Whether to enable keyboard shortcuts",
|
|
1563
|
-
"type": "boolean"
|
|
1564
|
-
},
|
|
1565
|
-
"a-image-preview/default-scale": {
|
|
1566
|
-
"description": "Default scale",
|
|
1567
|
-
"type": "number"
|
|
1568
|
-
},
|
|
1569
|
-
"a-image-preview/zoom-rate": {
|
|
1570
|
-
"description": "Zoom rate, only for scroll zoom",
|
|
1571
|
-
"type": "number"
|
|
1572
|
-
},
|
|
1573
|
-
"a-image-preview-group/change": {
|
|
1574
|
-
"description": "Image switch"
|
|
1575
|
-
},
|
|
1576
|
-
"a-image-preview-group/visible-change": {
|
|
1577
|
-
"description": "Preview visibility change"
|
|
1578
|
-
},
|
|
1579
|
-
"a-image-preview-group/src-list": {
|
|
1580
|
-
"description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
|
|
1581
|
-
},
|
|
1582
|
-
"a-image-preview-group/current": {
|
|
1583
|
-
"description": "The index of the currently displayed image",
|
|
1584
|
-
"type": "number"
|
|
1585
|
-
},
|
|
1586
|
-
"a-image-preview-group/default-current": {
|
|
1587
|
-
"description": "The index of the first image shown",
|
|
1588
|
-
"type": "number"
|
|
1589
|
-
},
|
|
1590
|
-
"a-image-preview-group/infinite": {
|
|
1591
|
-
"description": "Whether to loop infinitely",
|
|
1592
|
-
"type": "boolean"
|
|
1593
|
-
},
|
|
1594
|
-
"a-image-preview-group/visible": {
|
|
1595
|
-
"description": "Whether is visible",
|
|
1596
|
-
"type": "boolean"
|
|
1597
|
-
},
|
|
1598
|
-
"a-image-preview-group/default-visible": {
|
|
1599
|
-
"description": "Default visibility",
|
|
1600
|
-
"type": "boolean"
|
|
1601
|
-
},
|
|
1602
|
-
"a-image-preview-group/mask-closable": {
|
|
1603
|
-
"description": "Whether to close the modal when mask is clicked",
|
|
1604
|
-
"type": "boolean"
|
|
1605
|
-
},
|
|
1606
|
-
"a-image-preview-group/closable": {
|
|
1607
|
-
"description": "Whether to show close button",
|
|
1608
|
-
"type": "boolean"
|
|
1609
|
-
},
|
|
1610
|
-
"a-image-preview-group/actions-layout": {
|
|
1611
|
-
"description": "Layout of action list"
|
|
1612
|
-
},
|
|
1613
|
-
"a-image-preview-group/popup-container": {
|
|
1614
|
-
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1615
|
-
},
|
|
1616
|
-
"a-image-preview-action/name": {
|
|
1617
|
-
"description": "the name of the action",
|
|
1618
|
-
"type": "string"
|
|
1619
|
-
},
|
|
1620
|
-
"a-image-preview-action/disabled": {
|
|
1621
|
-
"description": "Whether to disable the action",
|
|
1622
|
-
"type": "boolean"
|
|
1623
|
-
},
|
|
1624
|
-
"a-input-number/change": {
|
|
1625
|
-
"description": "Triggered when the value changes"
|
|
1626
|
-
},
|
|
1627
|
-
"a-input-number/focus": {
|
|
1628
|
-
"description": "Triggered when the input gets focus"
|
|
1629
|
-
},
|
|
1630
|
-
"a-input-number/blur": {
|
|
1631
|
-
"description": "Triggered when the input box loses focus"
|
|
1632
|
-
},
|
|
1633
|
-
"a-input-number/clear": {
|
|
1634
|
-
"description": "Triggered when the user clicks the clear button"
|
|
1635
|
-
},
|
|
1636
|
-
"a-input-number/input": {
|
|
1637
|
-
"description": "Triggered on input"
|
|
1638
|
-
},
|
|
1639
|
-
"a-input-number/keydown": {
|
|
1640
|
-
"description": "Triggered on keydown"
|
|
1641
|
-
},
|
|
1642
|
-
"a-input-number/model-value": {
|
|
1643
|
-
"description": "Value",
|
|
1644
|
-
"type": "number"
|
|
1645
|
-
},
|
|
1646
|
-
"a-input-number/default-value": {
|
|
1647
|
-
"description": "Default value (uncontrolled mode)",
|
|
1648
|
-
"type": "number"
|
|
1649
|
-
},
|
|
1650
|
-
"a-input-number/mode": {
|
|
1651
|
-
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
1652
|
-
"type": "string"
|
|
1653
|
-
},
|
|
1654
|
-
"a-input-number/precision": {
|
|
1655
|
-
"description": "Precision",
|
|
1656
|
-
"type": "number"
|
|
1657
|
-
},
|
|
1658
|
-
"a-input-number/step": {
|
|
1659
|
-
"description": "Number change step",
|
|
1660
|
-
"type": "number"
|
|
1661
|
-
},
|
|
1662
|
-
"a-input-number/disabled": {
|
|
1663
|
-
"description": "Whether to disable",
|
|
1664
|
-
"type": "boolean"
|
|
1665
|
-
},
|
|
1666
|
-
"a-input-number/error": {
|
|
1667
|
-
"description": "Whether it is an error state",
|
|
1668
|
-
"type": "boolean"
|
|
1669
|
-
},
|
|
1670
|
-
"a-input-number/max": {
|
|
1671
|
-
"description": "Max",
|
|
1672
|
-
"type": "number"
|
|
1673
|
-
},
|
|
1674
|
-
"a-input-number/min": {
|
|
1675
|
-
"description": "Min",
|
|
1676
|
-
"type": "number"
|
|
1677
|
-
},
|
|
1678
|
-
"a-input-number/formatter": {
|
|
1679
|
-
"description": "Define the display value of the input"
|
|
1680
|
-
},
|
|
1681
|
-
"a-input-number/parser": {
|
|
1682
|
-
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
1683
|
-
},
|
|
1684
|
-
"a-input-number/placeholder": {
|
|
1685
|
-
"description": "Input prompt text",
|
|
1686
|
-
"type": "string"
|
|
1687
|
-
},
|
|
1688
|
-
"a-input-number/hide-button": {
|
|
1689
|
-
"description": "Whether to hide the button",
|
|
1690
|
-
"type": "boolean"
|
|
1691
|
-
},
|
|
1692
|
-
"a-input-number/size": {
|
|
1693
|
-
"description": "Input size"
|
|
1694
|
-
},
|
|
1695
|
-
"a-input-number/allow-clear": {
|
|
1696
|
-
"description": "Whether to allow the input to be cleared",
|
|
1697
|
-
"type": "boolean"
|
|
1698
|
-
},
|
|
1699
|
-
"a-input-number/model-event": {
|
|
1700
|
-
"description": "Trigger event for `v-model`",
|
|
1701
|
-
"type": "string"
|
|
1702
|
-
},
|
|
1703
|
-
"a-input-number/read-only": {
|
|
1704
|
-
"description": "Readonly",
|
|
1705
|
-
"type": "boolean"
|
|
1706
|
-
},
|
|
1707
|
-
"a-input-number/input-attrs": {
|
|
1708
|
-
"description": "Attributes of inner input elements",
|
|
1709
|
-
"type": "object"
|
|
1710
|
-
},
|
|
1711
|
-
"a-input/input": {
|
|
1712
|
-
"description": "Triggered when the user enters"
|
|
1713
|
-
},
|
|
1714
|
-
"a-input/change": {
|
|
1715
|
-
"description": "Only triggered when the input box is out of focus or when you press Enter"
|
|
1716
|
-
},
|
|
1717
|
-
"a-input/press-enter": {
|
|
1718
|
-
"description": "Triggered when the user presses enter"
|
|
1719
|
-
},
|
|
1720
|
-
"a-input/clear": {
|
|
1721
|
-
"description": "Triggered when the user clicks the clear button"
|
|
1722
|
-
},
|
|
1723
|
-
"a-input/focus": {
|
|
1724
|
-
"description": "Triggered when the input box gets focus"
|
|
1725
|
-
},
|
|
1726
|
-
"a-input/blur": {
|
|
1727
|
-
"description": "Triggered when the input box loses focus"
|
|
1728
|
-
},
|
|
1729
|
-
"a-input/model-value": {
|
|
1730
|
-
"description": "Value",
|
|
1731
|
-
"type": "string"
|
|
1732
|
-
},
|
|
1733
|
-
"a-input/default-value": {
|
|
1734
|
-
"description": "Default value (uncontrolled state)",
|
|
1735
|
-
"type": "string"
|
|
1736
|
-
},
|
|
1737
|
-
"a-input/size": {
|
|
1738
|
-
"description": "Input size"
|
|
1739
|
-
},
|
|
1740
|
-
"a-input/allow-clear": {
|
|
1741
|
-
"description": "Whether to allow the input to be cleared",
|
|
1742
|
-
"type": "boolean"
|
|
1743
|
-
},
|
|
1744
|
-
"a-input/disabled": {
|
|
1745
|
-
"description": "Whether to disable",
|
|
1746
|
-
"type": "boolean"
|
|
1747
|
-
},
|
|
1748
|
-
"a-input/readonly": {
|
|
1749
|
-
"description": "Whether it is read-only",
|
|
1750
|
-
"type": "boolean"
|
|
1751
|
-
},
|
|
1752
|
-
"a-input/error": {
|
|
1753
|
-
"description": "Whether it is an error state",
|
|
1754
|
-
"type": "boolean"
|
|
1755
|
-
},
|
|
1756
|
-
"a-input/placeholder": {
|
|
1757
|
-
"description": "Prompt text",
|
|
1758
|
-
"type": "string"
|
|
1759
|
-
},
|
|
1760
|
-
"a-input/max-length": {
|
|
1761
|
-
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
1762
|
-
},
|
|
1763
|
-
"a-input/show-word-limit": {
|
|
1764
|
-
"description": "Whether to display word count",
|
|
1765
|
-
"type": "boolean"
|
|
1766
|
-
},
|
|
1767
|
-
"a-input/word-length": {
|
|
1768
|
-
"description": "Calculation method of word length"
|
|
1769
|
-
},
|
|
1770
|
-
"a-input/word-slice": {
|
|
1771
|
-
"description": "Character interception method, used together with wordLength"
|
|
1772
|
-
},
|
|
1773
|
-
"a-input/input-attrs": {
|
|
1774
|
-
"description": "Attributes of inner input elements",
|
|
1775
|
-
"type": "object"
|
|
1776
|
-
},
|
|
1777
|
-
"a-input/prepend": {
|
|
1778
|
-
"description": "Prepend",
|
|
1779
|
-
"type": "string"
|
|
1780
|
-
},
|
|
1781
|
-
"a-input/append": {
|
|
1782
|
-
"description": "Append",
|
|
1783
|
-
"type": "string"
|
|
1682
|
+
"description": "Close event"
|
|
1784
1683
|
},
|
|
1785
|
-
"a-
|
|
1786
|
-
"description": "
|
|
1684
|
+
"a-image-preview/src": {
|
|
1685
|
+
"description": "Image src",
|
|
1686
|
+
"type": "string"
|
|
1787
1687
|
},
|
|
1788
|
-
"a-
|
|
1688
|
+
"a-image-preview/visible": {
|
|
1789
1689
|
"description": "Whether is visible",
|
|
1790
1690
|
"type": "boolean"
|
|
1791
1691
|
},
|
|
1792
|
-
"a-
|
|
1692
|
+
"a-image-preview/default-visible": {
|
|
1793
1693
|
"description": "Default visibility",
|
|
1794
1694
|
"type": "boolean"
|
|
1795
1695
|
},
|
|
1796
|
-
"a-
|
|
1797
|
-
"description": "Whether to
|
|
1798
|
-
"type": "boolean"
|
|
1799
|
-
},
|
|
1800
|
-
"a-input-search/search": {
|
|
1801
|
-
"description": "Triggered when the search button is clicked"
|
|
1802
|
-
},
|
|
1803
|
-
"a-input-search/search-button": {
|
|
1804
|
-
"description": "Whether it is the rear button mode",
|
|
1805
|
-
"type": "boolean"
|
|
1806
|
-
},
|
|
1807
|
-
"a-input-search/loading": {
|
|
1808
|
-
"description": "Whether it is loading state",
|
|
1696
|
+
"a-image-preview/mask-closable": {
|
|
1697
|
+
"description": "Whether to close the modal when mask is clicked",
|
|
1809
1698
|
"type": "boolean"
|
|
1810
1699
|
},
|
|
1811
|
-
"a-
|
|
1812
|
-
"description": "Whether to
|
|
1700
|
+
"a-image-preview/closable": {
|
|
1701
|
+
"description": "Whether to show close button",
|
|
1813
1702
|
"type": "boolean"
|
|
1814
1703
|
},
|
|
1815
|
-
"a-
|
|
1816
|
-
"description": "
|
|
1704
|
+
"a-image-preview/actions-layout": {
|
|
1705
|
+
"description": "Layout of action list"
|
|
1817
1706
|
},
|
|
1818
|
-
"a-
|
|
1819
|
-
"description": "
|
|
1820
|
-
"type": "string"
|
|
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"
|
|
1821
1709
|
},
|
|
1822
|
-
"a-
|
|
1823
|
-
"description": "
|
|
1710
|
+
"a-image-preview/esc-to-close": {
|
|
1711
|
+
"description": "Whether to support the ESC key to close the preview",
|
|
1712
|
+
"type": "boolean"
|
|
1824
1713
|
},
|
|
1825
|
-
"a-
|
|
1826
|
-
"description": "
|
|
1714
|
+
"a-image-preview/wheel-zoom": {
|
|
1715
|
+
"description": "Whether to enable wheel zoom",
|
|
1716
|
+
"type": "boolean"
|
|
1827
1717
|
},
|
|
1828
|
-
"a-
|
|
1829
|
-
"description": "
|
|
1718
|
+
"a-image-preview/keyboard": {
|
|
1719
|
+
"description": "Whether to enable keyboard shortcuts",
|
|
1720
|
+
"type": "boolean"
|
|
1830
1721
|
},
|
|
1831
|
-
"a-
|
|
1832
|
-
"description": "
|
|
1722
|
+
"a-image-preview/default-scale": {
|
|
1723
|
+
"description": "Default scale",
|
|
1724
|
+
"type": "number"
|
|
1833
1725
|
},
|
|
1834
|
-
"a-
|
|
1835
|
-
"description": "
|
|
1836
|
-
"type": "
|
|
1726
|
+
"a-image-preview/zoom-rate": {
|
|
1727
|
+
"description": "Zoom rate, only for scroll zoom",
|
|
1728
|
+
"type": "number"
|
|
1837
1729
|
},
|
|
1838
|
-
"a-
|
|
1839
|
-
"description": "
|
|
1730
|
+
"a-image-preview-group/change": {
|
|
1731
|
+
"description": "Image switch"
|
|
1840
1732
|
},
|
|
1841
|
-
"a-
|
|
1842
|
-
"description": "
|
|
1733
|
+
"a-image-preview-group/visible-change": {
|
|
1734
|
+
"description": "Preview visibility change"
|
|
1843
1735
|
},
|
|
1844
|
-
"a-
|
|
1845
|
-
"description": "
|
|
1846
|
-
"type": "object"
|
|
1736
|
+
"a-image-preview-group/src-list": {
|
|
1737
|
+
"description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
|
|
1847
1738
|
},
|
|
1848
|
-
"a-
|
|
1849
|
-
"description": "
|
|
1850
|
-
"type": "
|
|
1739
|
+
"a-image-preview-group/current": {
|
|
1740
|
+
"description": "The index of the currently displayed image",
|
|
1741
|
+
"type": "number"
|
|
1851
1742
|
},
|
|
1852
|
-
"a-
|
|
1853
|
-
"description": "
|
|
1743
|
+
"a-image-preview-group/default-current": {
|
|
1744
|
+
"description": "The index of the first image shown",
|
|
1745
|
+
"type": "number"
|
|
1854
1746
|
},
|
|
1855
|
-
"a-
|
|
1856
|
-
"description": "Whether to
|
|
1747
|
+
"a-image-preview-group/infinite": {
|
|
1748
|
+
"description": "Whether to loop infinitely",
|
|
1857
1749
|
"type": "boolean"
|
|
1858
1750
|
},
|
|
1859
|
-
"a-
|
|
1860
|
-
"description": "
|
|
1751
|
+
"a-image-preview-group/visible": {
|
|
1752
|
+
"description": "Whether is visible",
|
|
1753
|
+
"type": "boolean"
|
|
1861
1754
|
},
|
|
1862
|
-
"a-
|
|
1863
|
-
"description": "
|
|
1755
|
+
"a-image-preview-group/default-visible": {
|
|
1756
|
+
"description": "Default visibility",
|
|
1864
1757
|
"type": "boolean"
|
|
1865
1758
|
},
|
|
1866
|
-
"a-
|
|
1867
|
-
"description": "
|
|
1868
|
-
"type": "
|
|
1759
|
+
"a-image-preview-group/mask-closable": {
|
|
1760
|
+
"description": "Whether to close the modal when mask is clicked",
|
|
1761
|
+
"type": "boolean"
|
|
1869
1762
|
},
|
|
1870
|
-
"a-
|
|
1871
|
-
"description": "
|
|
1763
|
+
"a-image-preview-group/closable": {
|
|
1764
|
+
"description": "Whether to show close button",
|
|
1872
1765
|
"type": "boolean"
|
|
1873
1766
|
},
|
|
1874
|
-
"a-
|
|
1875
|
-
"description": "
|
|
1876
|
-
"type": "string"
|
|
1767
|
+
"a-image-preview-group/actions-layout": {
|
|
1768
|
+
"description": "Layout of action list"
|
|
1877
1769
|
},
|
|
1878
|
-
"a-
|
|
1879
|
-
"description": "
|
|
1880
|
-
"type": "string"
|
|
1770
|
+
"a-image-preview-group/popup-container": {
|
|
1771
|
+
"description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
|
|
1881
1772
|
},
|
|
1882
|
-
"a-
|
|
1883
|
-
"description": "
|
|
1773
|
+
"a-image-preview-action/name": {
|
|
1774
|
+
"description": "the name of the action",
|
|
1884
1775
|
"type": "string"
|
|
1885
1776
|
},
|
|
1886
|
-
"a-
|
|
1887
|
-
"description": "Whether to
|
|
1777
|
+
"a-image-preview-action/disabled": {
|
|
1778
|
+
"description": "Whether to disable the action",
|
|
1888
1779
|
"type": "boolean"
|
|
1889
1780
|
},
|
|
1890
|
-
"a-
|
|
1891
|
-
"description": "
|
|
1781
|
+
"a-layout/has-sider": {
|
|
1782
|
+
"description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
|
|
1892
1783
|
"type": "boolean"
|
|
1893
1784
|
},
|
|
1894
|
-
"a-
|
|
1895
|
-
"description": "
|
|
1896
|
-
"type": "boolean"
|
|
1785
|
+
"a-layout-sider/collapse": {
|
|
1786
|
+
"description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
|
|
1897
1787
|
},
|
|
1898
|
-
"a-
|
|
1899
|
-
"description": "
|
|
1900
|
-
"type": "string"
|
|
1788
|
+
"a-layout-sider/breakpoint": {
|
|
1789
|
+
"description": "Events when a responsive layout breakpoint is triggered"
|
|
1901
1790
|
},
|
|
1902
|
-
"a-
|
|
1903
|
-
"description": "
|
|
1791
|
+
"a-layout-sider/theme": {
|
|
1792
|
+
"description": "Theme",
|
|
1904
1793
|
"type": "string"
|
|
1905
1794
|
},
|
|
1906
|
-
"a-
|
|
1907
|
-
"description": "
|
|
1795
|
+
"a-layout-sider/collapsed": {
|
|
1796
|
+
"description": "Current collapsed state",
|
|
1908
1797
|
"type": "boolean"
|
|
1909
1798
|
},
|
|
1910
|
-
"a-
|
|
1911
|
-
"description": "
|
|
1912
|
-
"type": "string"
|
|
1913
|
-
},
|
|
1914
|
-
"a-form-item/rules": {
|
|
1915
|
-
"description": "Form item validation rules (The priority is higher than the rules of form)"
|
|
1916
|
-
},
|
|
1917
|
-
"a-form-item/validate-status": {
|
|
1918
|
-
"description": "Validate status"
|
|
1919
|
-
},
|
|
1920
|
-
"a-form-item/validate-trigger": {
|
|
1921
|
-
"description": "The event that triggers the verification"
|
|
1922
|
-
},
|
|
1923
|
-
"a-form-item/label-col-props": {
|
|
1924
|
-
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1925
|
-
"type": "object"
|
|
1926
|
-
},
|
|
1927
|
-
"a-form-item/wrapper-col-props": {
|
|
1928
|
-
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1929
|
-
"type": "object"
|
|
1930
|
-
},
|
|
1931
|
-
"a-form-item/hide-label": {
|
|
1932
|
-
"description": "Whether to hide the label",
|
|
1799
|
+
"a-layout-sider/default-collapsed": {
|
|
1800
|
+
"description": "The default collapsed state",
|
|
1933
1801
|
"type": "boolean"
|
|
1934
1802
|
},
|
|
1935
|
-
"a-
|
|
1936
|
-
"description": "Whether
|
|
1803
|
+
"a-layout-sider/collapsible": {
|
|
1804
|
+
"description": "Whether is collapsible",
|
|
1937
1805
|
"type": "boolean"
|
|
1938
1806
|
},
|
|
1939
|
-
"a-
|
|
1940
|
-
"description": "
|
|
1941
|
-
"type": "
|
|
1942
|
-
},
|
|
1943
|
-
"a-form-item/wrapper-col-style": {
|
|
1944
|
-
"description": "The style of the form control layout component",
|
|
1945
|
-
"type": "object"
|
|
1807
|
+
"a-layout-sider/width": {
|
|
1808
|
+
"description": "Width",
|
|
1809
|
+
"type": "number"
|
|
1946
1810
|
},
|
|
1947
|
-
"a-
|
|
1948
|
-
"description": "
|
|
1949
|
-
"type": "
|
|
1811
|
+
"a-layout-sider/collapsed-width": {
|
|
1812
|
+
"description": "Collapsed width",
|
|
1813
|
+
"type": "number"
|
|
1950
1814
|
},
|
|
1951
|
-
"a-
|
|
1952
|
-
"description": "
|
|
1953
|
-
"type": "
|
|
1815
|
+
"a-layout-sider/reverse-arrow": {
|
|
1816
|
+
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
1817
|
+
"type": "boolean"
|
|
1954
1818
|
},
|
|
1955
|
-
"a-
|
|
1956
|
-
"description": "
|
|
1957
|
-
"type": "string|array|object"
|
|
1819
|
+
"a-layout-sider/resize-directions": {
|
|
1820
|
+
"description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
|
|
1958
1821
|
},
|
|
1959
|
-
"a-
|
|
1960
|
-
"description": "Whether to
|
|
1822
|
+
"a-layout-sider/hide-trigger": {
|
|
1823
|
+
"description": "Whether to hide the bottom fold trigger",
|
|
1961
1824
|
"type": "boolean"
|
|
1962
1825
|
},
|
|
1963
|
-
"a-
|
|
1964
|
-
"description": "
|
|
1965
|
-
},
|
|
1966
|
-
"a-form-item/label-col-flex": {
|
|
1967
|
-
"description": "Set the flex property of the label `Col` component. When set, the flex property of the form `Col` component will be set to `auto`.",
|
|
1968
|
-
"type": "number|string"
|
|
1826
|
+
"a-input/input": {
|
|
1827
|
+
"description": "Triggered when the user enters"
|
|
1969
1828
|
},
|
|
1970
|
-
"a-
|
|
1971
|
-
"description": "
|
|
1972
|
-
"type": "boolean"
|
|
1829
|
+
"a-input/change": {
|
|
1830
|
+
"description": "Only triggered when the input box is out of focus or when you press Enter"
|
|
1973
1831
|
},
|
|
1974
|
-
"a-
|
|
1975
|
-
"description": "
|
|
1976
|
-
"type": "string"
|
|
1832
|
+
"a-input/press-enter": {
|
|
1833
|
+
"description": "Triggered when the user presses enter"
|
|
1977
1834
|
},
|
|
1978
|
-
"a-
|
|
1979
|
-
"description": "
|
|
1980
|
-
"type": "object"
|
|
1835
|
+
"a-input/clear": {
|
|
1836
|
+
"description": "Triggered when the user clicks the clear button"
|
|
1981
1837
|
},
|
|
1982
|
-
"a-
|
|
1983
|
-
"description": "
|
|
1984
|
-
"type": "boolean"
|
|
1838
|
+
"a-input/focus": {
|
|
1839
|
+
"description": "Triggered when the input box gets focus"
|
|
1985
1840
|
},
|
|
1986
|
-
"a-
|
|
1987
|
-
"description": "
|
|
1841
|
+
"a-input/blur": {
|
|
1842
|
+
"description": "Triggered when the input box loses focus"
|
|
1988
1843
|
},
|
|
1989
|
-
"a-
|
|
1990
|
-
"description": "
|
|
1844
|
+
"a-input/model-value": {
|
|
1845
|
+
"description": "Value",
|
|
1846
|
+
"type": "string"
|
|
1991
1847
|
},
|
|
1992
|
-
"a-
|
|
1993
|
-
"description": "
|
|
1848
|
+
"a-input/default-value": {
|
|
1849
|
+
"description": "Default value (uncontrolled state)",
|
|
1994
1850
|
"type": "string"
|
|
1995
1851
|
},
|
|
1996
|
-
"a-
|
|
1997
|
-
"description": "
|
|
1852
|
+
"a-input/size": {
|
|
1853
|
+
"description": "Input size"
|
|
1854
|
+
},
|
|
1855
|
+
"a-input/allow-clear": {
|
|
1856
|
+
"description": "Whether to allow the input to be cleared",
|
|
1857
|
+
"type": "boolean"
|
|
1858
|
+
},
|
|
1859
|
+
"a-input/disabled": {
|
|
1860
|
+
"description": "Whether to disable",
|
|
1998
1861
|
"type": "boolean"
|
|
1999
1862
|
},
|
|
2000
|
-
"a-
|
|
2001
|
-
"description": "
|
|
1863
|
+
"a-input/readonly": {
|
|
1864
|
+
"description": "Whether it is read-only",
|
|
2002
1865
|
"type": "boolean"
|
|
2003
1866
|
},
|
|
2004
|
-
"a-
|
|
2005
|
-
"description": "Whether is
|
|
1867
|
+
"a-input/error": {
|
|
1868
|
+
"description": "Whether it is an error state",
|
|
2006
1869
|
"type": "boolean"
|
|
2007
1870
|
},
|
|
2008
|
-
"a-
|
|
2009
|
-
"description": "
|
|
2010
|
-
"type": "
|
|
1871
|
+
"a-input/placeholder": {
|
|
1872
|
+
"description": "Prompt text",
|
|
1873
|
+
"type": "string"
|
|
2011
1874
|
},
|
|
2012
|
-
"a-
|
|
2013
|
-
"description": "
|
|
2014
|
-
"type": "number"
|
|
1875
|
+
"a-input/max-length": {
|
|
1876
|
+
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
2015
1877
|
},
|
|
2016
|
-
"a-
|
|
2017
|
-
"description": "
|
|
1878
|
+
"a-input/show-word-limit": {
|
|
1879
|
+
"description": "Whether to display word count",
|
|
2018
1880
|
"type": "boolean"
|
|
2019
1881
|
},
|
|
2020
|
-
"a-
|
|
2021
|
-
"description": "
|
|
1882
|
+
"a-input/word-length": {
|
|
1883
|
+
"description": "Calculation method of word length"
|
|
2022
1884
|
},
|
|
2023
|
-
"a-
|
|
2024
|
-
"description": "
|
|
2025
|
-
"type": "boolean"
|
|
1885
|
+
"a-input/word-slice": {
|
|
1886
|
+
"description": "Character interception method, used together with wordLength"
|
|
2026
1887
|
},
|
|
2027
|
-
"a-
|
|
2028
|
-
"description": "
|
|
1888
|
+
"a-input/input-attrs": {
|
|
1889
|
+
"description": "Attributes of inner input elements",
|
|
1890
|
+
"type": "object"
|
|
2029
1891
|
},
|
|
2030
|
-
"a-
|
|
2031
|
-
"description": "
|
|
1892
|
+
"a-input/prepend": {
|
|
1893
|
+
"description": "Prepend",
|
|
2032
1894
|
"type": "string"
|
|
2033
1895
|
},
|
|
2034
|
-
"a-
|
|
2035
|
-
"description": "
|
|
1896
|
+
"a-input/append": {
|
|
1897
|
+
"description": "Append",
|
|
1898
|
+
"type": "string"
|
|
2036
1899
|
},
|
|
2037
|
-
"a-
|
|
2038
|
-
"description": "
|
|
1900
|
+
"a-input-password/visibility-change": {
|
|
1901
|
+
"description": "Callback when visibility changes"
|
|
1902
|
+
},
|
|
1903
|
+
"a-input-password/visibility": {
|
|
1904
|
+
"description": "Whether is visible",
|
|
2039
1905
|
"type": "boolean"
|
|
2040
1906
|
},
|
|
2041
|
-
"a-
|
|
2042
|
-
"description": "
|
|
1907
|
+
"a-input-password/default-visibility": {
|
|
1908
|
+
"description": "Default visibility",
|
|
2043
1909
|
"type": "boolean"
|
|
2044
1910
|
},
|
|
2045
|
-
"a-
|
|
2046
|
-
"description": "Whether
|
|
1911
|
+
"a-input-password/invisible-button": {
|
|
1912
|
+
"description": "Whether to show visible buttons",
|
|
2047
1913
|
"type": "boolean"
|
|
2048
1914
|
},
|
|
2049
|
-
"a-
|
|
2050
|
-
"description": "
|
|
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",
|
|
2051
1928
|
"type": "boolean"
|
|
2052
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
|
+
},
|
|
2053
1940
|
"a-input-tag/change": {
|
|
2054
1941
|
"description": "Triggered when the value changes"
|
|
2055
1942
|
},
|
|
@@ -2129,112 +2016,234 @@
|
|
|
2129
2016
|
"description": "Tag content does not wrap",
|
|
2130
2017
|
"type": "boolean"
|
|
2131
2018
|
},
|
|
2132
|
-
"a-
|
|
2133
|
-
"description": "
|
|
2019
|
+
"a-link/click": {
|
|
2020
|
+
"description": "Emitted when the link is clicked"
|
|
2134
2021
|
},
|
|
2135
|
-
"a-
|
|
2136
|
-
"description": "
|
|
2022
|
+
"a-link/href": {
|
|
2023
|
+
"description": "Link address",
|
|
2024
|
+
"type": "string"
|
|
2137
2025
|
},
|
|
2138
|
-
"a-
|
|
2139
|
-
"description": "
|
|
2026
|
+
"a-link/status": {
|
|
2027
|
+
"description": "Link status"
|
|
2140
2028
|
},
|
|
2141
|
-
"a-
|
|
2142
|
-
"description": "
|
|
2143
|
-
"type": "
|
|
2029
|
+
"a-link/hoverable": {
|
|
2030
|
+
"description": "Whether to hide background when hover",
|
|
2031
|
+
"type": "boolean"
|
|
2144
2032
|
},
|
|
2145
|
-
"a-
|
|
2146
|
-
"description": "
|
|
2033
|
+
"a-link/icon": {
|
|
2034
|
+
"description": "icon",
|
|
2035
|
+
"type": "boolean"
|
|
2036
|
+
},
|
|
2037
|
+
"a-link/loading": {
|
|
2038
|
+
"description": "Whether the link is in the loading state",
|
|
2039
|
+
"type": "boolean"
|
|
2040
|
+
},
|
|
2041
|
+
"a-link/disabled": {
|
|
2042
|
+
"description": "Whether the link is disabled",
|
|
2043
|
+
"type": "boolean"
|
|
2044
|
+
},
|
|
2045
|
+
"a-list/scroll": {
|
|
2046
|
+
"description": "Triggered when the list scrolls"
|
|
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"
|
|
2059
|
+
},
|
|
2060
|
+
"a-list/size": {
|
|
2061
|
+
"description": "List size",
|
|
2147
2062
|
"type": "string"
|
|
2148
2063
|
},
|
|
2149
|
-
"a-
|
|
2150
|
-
"description": "
|
|
2151
|
-
"type": "
|
|
2064
|
+
"a-list/bordered": {
|
|
2065
|
+
"description": "Whether to show the border",
|
|
2066
|
+
"type": "boolean"
|
|
2152
2067
|
},
|
|
2153
|
-
"a-
|
|
2154
|
-
"description": "
|
|
2068
|
+
"a-list/split": {
|
|
2069
|
+
"description": "Whether to show the dividing line",
|
|
2155
2070
|
"type": "boolean"
|
|
2156
2071
|
},
|
|
2157
|
-
"a-
|
|
2158
|
-
"description": "Whether
|
|
2072
|
+
"a-list/loading": {
|
|
2073
|
+
"description": "Whether it is loading state",
|
|
2159
2074
|
"type": "boolean"
|
|
2160
2075
|
},
|
|
2161
|
-
"a-
|
|
2162
|
-
"description": "Whether to
|
|
2076
|
+
"a-list/hoverable": {
|
|
2077
|
+
"description": "Whether to display the selected style",
|
|
2163
2078
|
"type": "boolean"
|
|
2164
2079
|
},
|
|
2165
|
-
"a-
|
|
2166
|
-
"description": "
|
|
2080
|
+
"a-list/pagination-props": {
|
|
2081
|
+
"description": "List pagination configuration"
|
|
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"
|
|
2090
|
+
},
|
|
2091
|
+
"a-list/bottom-offset": {
|
|
2092
|
+
"description": "Trigger the distance threshold to reach the bottom",
|
|
2167
2093
|
"type": "number"
|
|
2168
2094
|
},
|
|
2169
|
-
"a-
|
|
2170
|
-
"description": "
|
|
2095
|
+
"a-list/virtual-list-props": {
|
|
2096
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
2097
|
+
},
|
|
2098
|
+
"a-list/scrollbar": {
|
|
2099
|
+
"description": "Whether to enable virtual scroll bar"
|
|
2100
|
+
},
|
|
2101
|
+
"a-list-item/action-layout": {
|
|
2102
|
+
"description": "Operation group arrangement direction"
|
|
2103
|
+
},
|
|
2104
|
+
"a-list-item-meta/title": {
|
|
2105
|
+
"description": "Title",
|
|
2106
|
+
"type": "string"
|
|
2107
|
+
},
|
|
2108
|
+
"a-list-item-meta/description": {
|
|
2109
|
+
"description": "Description",
|
|
2110
|
+
"type": "string"
|
|
2111
|
+
},
|
|
2112
|
+
"a-input-number/change": {
|
|
2113
|
+
"description": "Triggered when the value changes"
|
|
2114
|
+
},
|
|
2115
|
+
"a-input-number/focus": {
|
|
2116
|
+
"description": "Triggered when the input gets focus"
|
|
2117
|
+
},
|
|
2118
|
+
"a-input-number/blur": {
|
|
2119
|
+
"description": "Triggered when the input box loses focus"
|
|
2120
|
+
},
|
|
2121
|
+
"a-input-number/clear": {
|
|
2122
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2123
|
+
},
|
|
2124
|
+
"a-input-number/input": {
|
|
2125
|
+
"description": "Triggered on input"
|
|
2126
|
+
},
|
|
2127
|
+
"a-input-number/keydown": {
|
|
2128
|
+
"description": "Triggered on keydown"
|
|
2129
|
+
},
|
|
2130
|
+
"a-input-number/model-value": {
|
|
2131
|
+
"description": "Value",
|
|
2132
|
+
"type": "number"
|
|
2133
|
+
},
|
|
2134
|
+
"a-input-number/default-value": {
|
|
2135
|
+
"description": "Default value (uncontrolled mode)",
|
|
2136
|
+
"type": "number"
|
|
2137
|
+
},
|
|
2138
|
+
"a-input-number/mode": {
|
|
2139
|
+
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
2140
|
+
"type": "string"
|
|
2141
|
+
},
|
|
2142
|
+
"a-input-number/precision": {
|
|
2143
|
+
"description": "Precision",
|
|
2144
|
+
"type": "number"
|
|
2145
|
+
},
|
|
2146
|
+
"a-input-number/step": {
|
|
2147
|
+
"description": "Number change step",
|
|
2148
|
+
"type": "number"
|
|
2149
|
+
},
|
|
2150
|
+
"a-input-number/disabled": {
|
|
2151
|
+
"description": "Whether to disable",
|
|
2152
|
+
"type": "boolean"
|
|
2153
|
+
},
|
|
2154
|
+
"a-input-number/error": {
|
|
2155
|
+
"description": "Whether it is an error state",
|
|
2171
2156
|
"type": "boolean"
|
|
2172
2157
|
},
|
|
2173
|
-
"a-
|
|
2174
|
-
"description": "
|
|
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",
|
|
2175
2178
|
"type": "boolean"
|
|
2176
2179
|
},
|
|
2177
|
-
"a-
|
|
2178
|
-
"description": "
|
|
2180
|
+
"a-input-number/size": {
|
|
2181
|
+
"description": "Input size"
|
|
2182
|
+
},
|
|
2183
|
+
"a-input-number/allow-clear": {
|
|
2184
|
+
"description": "Whether to allow the input to be cleared",
|
|
2179
2185
|
"type": "boolean"
|
|
2180
2186
|
},
|
|
2181
|
-
"a-
|
|
2182
|
-
"description": "
|
|
2187
|
+
"a-input-number/model-event": {
|
|
2188
|
+
"description": "Trigger event for `v-model`",
|
|
2189
|
+
"type": "string"
|
|
2183
2190
|
},
|
|
2184
|
-
"a-
|
|
2185
|
-
"description": "
|
|
2191
|
+
"a-input-number/read-only": {
|
|
2192
|
+
"description": "Readonly",
|
|
2193
|
+
"type": "boolean"
|
|
2186
2194
|
},
|
|
2187
|
-
"a-
|
|
2188
|
-
"description": "
|
|
2195
|
+
"a-input-number/input-attrs": {
|
|
2196
|
+
"description": "Attributes of inner input elements",
|
|
2197
|
+
"type": "object"
|
|
2189
2198
|
},
|
|
2190
|
-
"a-
|
|
2191
|
-
"description": "
|
|
2199
|
+
"a-mention/change": {
|
|
2200
|
+
"description": "Triggered when the value changes"
|
|
2192
2201
|
},
|
|
2193
|
-
"a-
|
|
2194
|
-
"description": "
|
|
2202
|
+
"a-mention/search": {
|
|
2203
|
+
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2195
2204
|
},
|
|
2196
|
-
"a-
|
|
2197
|
-
"description": "
|
|
2205
|
+
"a-mention/select": {
|
|
2206
|
+
"description": "Triggered when the drop-down option is selected"
|
|
2198
2207
|
},
|
|
2199
|
-
"a-
|
|
2200
|
-
"description": "
|
|
2201
|
-
"type": "object"
|
|
2208
|
+
"a-mention/clear": {
|
|
2209
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2202
2210
|
},
|
|
2203
|
-
"a-
|
|
2204
|
-
"description": "
|
|
2205
|
-
"type": "boolean"
|
|
2211
|
+
"a-mention/focus": {
|
|
2212
|
+
"description": "Emitted when the text box gets focus"
|
|
2206
2213
|
},
|
|
2207
|
-
"a-
|
|
2208
|
-
"description": "
|
|
2209
|
-
"type": "string"
|
|
2214
|
+
"a-mention/blur": {
|
|
2215
|
+
"description": "Emitted when the text box loses focus"
|
|
2210
2216
|
},
|
|
2211
|
-
"a-
|
|
2212
|
-
"description": "
|
|
2213
|
-
"type": "
|
|
2217
|
+
"a-mention/model-value": {
|
|
2218
|
+
"description": "Value",
|
|
2219
|
+
"type": "string"
|
|
2214
2220
|
},
|
|
2215
|
-
"a-
|
|
2216
|
-
"description": "
|
|
2221
|
+
"a-mention/default-value": {
|
|
2222
|
+
"description": "Default value (uncontrolled state)",
|
|
2217
2223
|
"type": "string"
|
|
2218
2224
|
},
|
|
2219
|
-
"a-
|
|
2220
|
-
"description": "
|
|
2221
|
-
"type": "boolean"
|
|
2225
|
+
"a-mention/data": {
|
|
2226
|
+
"description": "Data for automatic completion"
|
|
2222
2227
|
},
|
|
2223
|
-
"a-
|
|
2224
|
-
"description": "
|
|
2228
|
+
"a-mention/prefix": {
|
|
2229
|
+
"description": "Keywords that trigger auto-completion"
|
|
2225
2230
|
},
|
|
2226
|
-
"a-
|
|
2227
|
-
"description": "
|
|
2228
|
-
"type": "
|
|
2231
|
+
"a-mention/split": {
|
|
2232
|
+
"description": "Before and after the selected item separator",
|
|
2233
|
+
"type": "string"
|
|
2229
2234
|
},
|
|
2230
|
-
"a-
|
|
2231
|
-
"description": "
|
|
2235
|
+
"a-mention/type": {
|
|
2236
|
+
"description": "default input or textarea",
|
|
2232
2237
|
"type": "string"
|
|
2233
2238
|
},
|
|
2234
|
-
"a-
|
|
2239
|
+
"a-mention/disabled": {
|
|
2235
2240
|
"description": "Whether to disable",
|
|
2236
2241
|
"type": "boolean"
|
|
2237
2242
|
},
|
|
2243
|
+
"a-mention/allow-clear": {
|
|
2244
|
+
"description": "Whether to allow the input to be cleared",
|
|
2245
|
+
"type": "boolean"
|
|
2246
|
+
},
|
|
2238
2247
|
"a-modal/ok": {
|
|
2239
2248
|
"description": "Triggered when the OK button is clicked"
|
|
2240
2249
|
},
|
|
@@ -2379,242 +2388,141 @@
|
|
|
2379
2388
|
"description": "Whether to hide the title",
|
|
2380
2389
|
"type": "boolean"
|
|
2381
2390
|
},
|
|
2382
|
-
"a-
|
|
2383
|
-
"description": "Triggered when the
|
|
2384
|
-
},
|
|
2385
|
-
"a-list/reach-bottom": {
|
|
2386
|
-
"description": "Triggered when the list reaches the bottom"
|
|
2391
|
+
"a-menu/collapse": {
|
|
2392
|
+
"description": "Triggered when the collapsed state changes"
|
|
2387
2393
|
},
|
|
2388
|
-
"a-
|
|
2389
|
-
"description": "Triggered when the
|
|
2394
|
+
"a-menu/menu-item-click": {
|
|
2395
|
+
"description": "Triggered when the menu item is clicked"
|
|
2390
2396
|
},
|
|
2391
|
-
"a-
|
|
2392
|
-
"description": "Triggered when the
|
|
2397
|
+
"a-menu/sub-menu-click": {
|
|
2398
|
+
"description": "Triggered when the submenu is clicked"
|
|
2393
2399
|
},
|
|
2394
|
-
"a-
|
|
2395
|
-
"description": "
|
|
2400
|
+
"a-menu/theme": {
|
|
2401
|
+
"description": "Menu theme",
|
|
2402
|
+
"type": "string"
|
|
2396
2403
|
},
|
|
2397
|
-
"a-
|
|
2398
|
-
"description": "
|
|
2404
|
+
"a-menu/mode": {
|
|
2405
|
+
"description": "The mode of menu",
|
|
2399
2406
|
"type": "string"
|
|
2400
2407
|
},
|
|
2401
|
-
"a-
|
|
2402
|
-
"description": "
|
|
2403
|
-
"type": "
|
|
2408
|
+
"a-menu/level-indent": {
|
|
2409
|
+
"description": "Indentation between levels",
|
|
2410
|
+
"type": "number"
|
|
2404
2411
|
},
|
|
2405
|
-
"a-
|
|
2406
|
-
"description": "
|
|
2412
|
+
"a-menu/auto-open": {
|
|
2413
|
+
"description": "Expand all multi-level menus by default",
|
|
2407
2414
|
"type": "boolean"
|
|
2408
2415
|
},
|
|
2409
|
-
"a-
|
|
2410
|
-
"description": "Whether
|
|
2416
|
+
"a-menu/collapsed": {
|
|
2417
|
+
"description": "Whether to collapse the menu",
|
|
2411
2418
|
"type": "boolean"
|
|
2412
2419
|
},
|
|
2413
|
-
"a-
|
|
2414
|
-
"description": "Whether to
|
|
2420
|
+
"a-menu/default-collapsed": {
|
|
2421
|
+
"description": "Whether to collapse the menu by default",
|
|
2415
2422
|
"type": "boolean"
|
|
2416
2423
|
},
|
|
2417
|
-
"a-
|
|
2418
|
-
"description": "
|
|
2419
|
-
},
|
|
2420
|
-
"a-list/grid-props": {
|
|
2421
|
-
"description": "List grid configuration",
|
|
2422
|
-
"type": "object"
|
|
2423
|
-
},
|
|
2424
|
-
"a-list/max-height": {
|
|
2425
|
-
"description": "Maximum height of the list",
|
|
2426
|
-
"type": "string | number"
|
|
2427
|
-
},
|
|
2428
|
-
"a-list/bottom-offset": {
|
|
2429
|
-
"description": "Trigger the distance threshold to reach the bottom",
|
|
2424
|
+
"a-menu/collapsed-width": {
|
|
2425
|
+
"description": "Collapse menu width",
|
|
2430
2426
|
"type": "number"
|
|
2431
2427
|
},
|
|
2432
|
-
"a-
|
|
2433
|
-
"description": "
|
|
2434
|
-
},
|
|
2435
|
-
"a-list/scrollbar": {
|
|
2436
|
-
"description": "Whether to enable virtual scroll bar"
|
|
2437
|
-
},
|
|
2438
|
-
"a-list-item/action-layout": {
|
|
2439
|
-
"description": "Operation group arrangement direction"
|
|
2440
|
-
},
|
|
2441
|
-
"a-list-item-meta/title": {
|
|
2442
|
-
"description": "Title",
|
|
2443
|
-
"type": "string"
|
|
2444
|
-
},
|
|
2445
|
-
"a-list-item-meta/description": {
|
|
2446
|
-
"description": "Description",
|
|
2447
|
-
"type": "string"
|
|
2448
|
-
},
|
|
2449
|
-
"a-mention/change": {
|
|
2450
|
-
"description": "Triggered when the value changes"
|
|
2451
|
-
},
|
|
2452
|
-
"a-mention/search": {
|
|
2453
|
-
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2454
|
-
},
|
|
2455
|
-
"a-mention/select": {
|
|
2456
|
-
"description": "Triggered when the drop-down option is selected"
|
|
2457
|
-
},
|
|
2458
|
-
"a-mention/clear": {
|
|
2459
|
-
"description": "Triggered when the user clicks the clear button"
|
|
2460
|
-
},
|
|
2461
|
-
"a-mention/focus": {
|
|
2462
|
-
"description": "Emitted when the text box gets focus"
|
|
2463
|
-
},
|
|
2464
|
-
"a-mention/blur": {
|
|
2465
|
-
"description": "Emitted when the text box loses focus"
|
|
2466
|
-
},
|
|
2467
|
-
"a-mention/model-value": {
|
|
2468
|
-
"description": "Value",
|
|
2469
|
-
"type": "string"
|
|
2470
|
-
},
|
|
2471
|
-
"a-mention/default-value": {
|
|
2472
|
-
"description": "Default value (uncontrolled state)",
|
|
2473
|
-
"type": "string"
|
|
2474
|
-
},
|
|
2475
|
-
"a-mention/data": {
|
|
2476
|
-
"description": "Data for automatic completion"
|
|
2477
|
-
},
|
|
2478
|
-
"a-mention/prefix": {
|
|
2479
|
-
"description": "Keywords that trigger auto-completion"
|
|
2480
|
-
},
|
|
2481
|
-
"a-mention/split": {
|
|
2482
|
-
"description": "Before and after the selected item separator",
|
|
2483
|
-
"type": "string"
|
|
2484
|
-
},
|
|
2485
|
-
"a-mention/type": {
|
|
2486
|
-
"description": "default input or textarea",
|
|
2487
|
-
"type": "string"
|
|
2488
|
-
},
|
|
2489
|
-
"a-mention/disabled": {
|
|
2490
|
-
"description": "Whether to disable",
|
|
2491
|
-
"type": "boolean"
|
|
2492
|
-
},
|
|
2493
|
-
"a-mention/allow-clear": {
|
|
2494
|
-
"description": "Whether to allow the input to be cleared",
|
|
2428
|
+
"a-menu/accordion": {
|
|
2429
|
+
"description": "Turn on the accordion effect",
|
|
2495
2430
|
"type": "boolean"
|
|
2496
2431
|
},
|
|
2497
|
-
"a-
|
|
2498
|
-
"description": "
|
|
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",
|
|
2432
|
+
"a-menu/auto-scroll-into-view": {
|
|
2433
|
+
"description": "Whether to automatically scroll the selected item to the visible area",
|
|
2510
2434
|
"type": "boolean"
|
|
2511
2435
|
},
|
|
2512
|
-
"a-
|
|
2513
|
-
"description": "
|
|
2514
|
-
},
|
|
2515
|
-
"a-progress/size": {
|
|
2516
|
-
"description": "The size of the progress bar"
|
|
2517
|
-
},
|
|
2518
|
-
"a-progress/percent": {
|
|
2519
|
-
"description": "The current percentage of the progress bar",
|
|
2520
|
-
"type": "number"
|
|
2521
|
-
},
|
|
2522
|
-
"a-progress/steps": {
|
|
2523
|
-
"description": "Turn on the step bar mode and set the number of steps",
|
|
2524
|
-
"type": "number"
|
|
2525
|
-
},
|
|
2526
|
-
"a-progress/animation": {
|
|
2527
|
-
"description": "Whether to turn on the transition animation",
|
|
2436
|
+
"a-menu/show-collapse-button": {
|
|
2437
|
+
"description": "Whether built-in folding button",
|
|
2528
2438
|
"type": "boolean"
|
|
2529
2439
|
},
|
|
2530
|
-
"a-
|
|
2531
|
-
"description": "The
|
|
2532
|
-
"type": "number"
|
|
2533
|
-
},
|
|
2534
|
-
"a-progress/width": {
|
|
2535
|
-
"description": "The width of the progress bar",
|
|
2536
|
-
"type": "number|string"
|
|
2440
|
+
"a-menu/selected-keys": {
|
|
2441
|
+
"description": "The selected menu item key array"
|
|
2537
2442
|
},
|
|
2538
|
-
"a-
|
|
2539
|
-
"description": "The
|
|
2540
|
-
"type": "string|object"
|
|
2443
|
+
"a-menu/default-selected-keys": {
|
|
2444
|
+
"description": "The key array of the menu items selected by default"
|
|
2541
2445
|
},
|
|
2542
|
-
"a-
|
|
2543
|
-
"description": "
|
|
2544
|
-
"type": "string"
|
|
2446
|
+
"a-menu/open-keys": {
|
|
2447
|
+
"description": "Expanded submenu key array"
|
|
2545
2448
|
},
|
|
2546
|
-
"a-
|
|
2547
|
-
"description": "
|
|
2548
|
-
"type": "boolean"
|
|
2449
|
+
"a-menu/default-open-keys": {
|
|
2450
|
+
"description": "The default expanded submenu key array"
|
|
2549
2451
|
},
|
|
2550
|
-
"a-
|
|
2551
|
-
"description": "
|
|
2452
|
+
"a-menu/scroll-config": {
|
|
2453
|
+
"description": "Scroll to the configuration items in the visible area and receive all the parameters of [scroll-into-view-if-needed](https://github.com/stipsan/scroll-into-view-if-needed)"
|
|
2552
2454
|
},
|
|
2553
|
-
"a-
|
|
2554
|
-
"description": "
|
|
2455
|
+
"a-menu/trigger-props": {
|
|
2456
|
+
"description": "Accept all `Props` of `Trigger` in pop-up mode"
|
|
2555
2457
|
},
|
|
2556
|
-
"a-
|
|
2557
|
-
"description": "
|
|
2458
|
+
"a-menu/tooltip-props": {
|
|
2459
|
+
"description": "Accept all `Props` of `ToolTip` in pop-up mode",
|
|
2460
|
+
"type": "object"
|
|
2558
2461
|
},
|
|
2559
|
-
"a-
|
|
2560
|
-
"description": "
|
|
2462
|
+
"a-menu/auto-open-selected": {
|
|
2463
|
+
"description": "Expand the selected menus by default",
|
|
2464
|
+
"type": "boolean"
|
|
2561
2465
|
},
|
|
2562
|
-
"a-
|
|
2563
|
-
"description": "
|
|
2466
|
+
"a-menu/breakpoint": {
|
|
2467
|
+
"description": "Responsive breakpoints, see [Responsive Grid](/vue/component/grid) for details",
|
|
2564
2468
|
"type": "string"
|
|
2565
2469
|
},
|
|
2566
|
-
"a-
|
|
2567
|
-
"description": "
|
|
2470
|
+
"a-menu/popup-max-height": {
|
|
2471
|
+
"description": "The maximum height of popover",
|
|
2472
|
+
"type": "boolean | number"
|
|
2568
2473
|
},
|
|
2569
|
-
"a-
|
|
2570
|
-
"description": "
|
|
2571
|
-
"type": "
|
|
2474
|
+
"a-sub-menu/title": {
|
|
2475
|
+
"description": "The title of the submenu",
|
|
2476
|
+
"type": "string"
|
|
2572
2477
|
},
|
|
2573
|
-
"a-
|
|
2574
|
-
"description": "
|
|
2478
|
+
"a-sub-menu/selectable": {
|
|
2479
|
+
"description": "In the pop-up mode, whether the multi-level menu header is also used as a menu item to support the state such as click to select",
|
|
2575
2480
|
"type": "boolean"
|
|
2576
2481
|
},
|
|
2577
|
-
"a-
|
|
2578
|
-
"description": "
|
|
2482
|
+
"a-sub-menu/popup": {
|
|
2483
|
+
"description": "Whether to force the use of pop-up mode, `level` indicates the level of the current submenu"
|
|
2579
2484
|
},
|
|
2580
|
-
"a-
|
|
2581
|
-
"description": "The
|
|
2582
|
-
"type": "
|
|
2485
|
+
"a-sub-menu/popup-max-height": {
|
|
2486
|
+
"description": "The maximum height of popover",
|
|
2487
|
+
"type": "boolean | number"
|
|
2583
2488
|
},
|
|
2584
|
-
"a-
|
|
2585
|
-
"description": "The
|
|
2489
|
+
"a-menu-item-group/title": {
|
|
2490
|
+
"description": "The title of the menu group",
|
|
2586
2491
|
"type": "string"
|
|
2587
2492
|
},
|
|
2588
|
-
"a-
|
|
2589
|
-
"description": "Whether
|
|
2493
|
+
"a-menu-item/disabled": {
|
|
2494
|
+
"description": "Whether to disable",
|
|
2590
2495
|
"type": "boolean"
|
|
2591
2496
|
},
|
|
2592
|
-
"a-
|
|
2593
|
-
"description": "
|
|
2594
|
-
},
|
|
2595
|
-
"a-popconfirm/cancel-button-props": {
|
|
2596
|
-
"description": "Props of cancel button"
|
|
2497
|
+
"a-page-header/back": {
|
|
2498
|
+
"description": "Emitted when the back button is clicked"
|
|
2597
2499
|
},
|
|
2598
|
-
"a-
|
|
2599
|
-
"description": "
|
|
2500
|
+
"a-page-header/title": {
|
|
2501
|
+
"description": "Main title",
|
|
2502
|
+
"type": "string"
|
|
2600
2503
|
},
|
|
2601
|
-
"a-
|
|
2602
|
-
"description": "
|
|
2504
|
+
"a-page-header/subtitle": {
|
|
2505
|
+
"description": "Subtitle",
|
|
2506
|
+
"type": "string"
|
|
2603
2507
|
},
|
|
2604
|
-
"a-
|
|
2605
|
-
"description": "
|
|
2508
|
+
"a-page-header/show-back": {
|
|
2509
|
+
"description": "Whether to show the back button",
|
|
2510
|
+
"type": "boolean"
|
|
2606
2511
|
},
|
|
2607
|
-
"a-
|
|
2608
|
-
"description": "
|
|
2512
|
+
"a-overflow-list/change": {
|
|
2513
|
+
"description": "Triggered when the overflow quantity changes"
|
|
2609
2514
|
},
|
|
2610
|
-
"a-
|
|
2611
|
-
"description": "
|
|
2515
|
+
"a-overflow-list/min": {
|
|
2516
|
+
"description": "Minimum number of elements to display",
|
|
2517
|
+
"type": "number"
|
|
2612
2518
|
},
|
|
2613
|
-
"a-
|
|
2614
|
-
"description": "
|
|
2519
|
+
"a-overflow-list/margin": {
|
|
2520
|
+
"description": "Item Margin",
|
|
2521
|
+
"type": "number"
|
|
2615
2522
|
},
|
|
2616
|
-
"a-
|
|
2617
|
-
"description": "
|
|
2523
|
+
"a-overflow-list/from": {
|
|
2524
|
+
"description": "Overflow From",
|
|
2525
|
+
"type": "string"
|
|
2618
2526
|
},
|
|
2619
2527
|
"a-pagination/change": {
|
|
2620
2528
|
"description": "Triggered when page number changes"
|
|
@@ -2737,58 +2645,113 @@
|
|
|
2737
2645
|
"a-popover/popup-container": {
|
|
2738
2646
|
"description": "Mount container for pop-up box"
|
|
2739
2647
|
},
|
|
2740
|
-
"a-
|
|
2741
|
-
"description": "
|
|
2648
|
+
"a-progress/type": {
|
|
2649
|
+
"description": "The type of progress bar"
|
|
2742
2650
|
},
|
|
2743
|
-
"a-
|
|
2744
|
-
"description": "
|
|
2651
|
+
"a-progress/size": {
|
|
2652
|
+
"description": "The size of the progress bar"
|
|
2745
2653
|
},
|
|
2746
|
-
"a-
|
|
2747
|
-
"description": "
|
|
2654
|
+
"a-progress/percent": {
|
|
2655
|
+
"description": "The current percentage of the progress bar",
|
|
2748
2656
|
"type": "number"
|
|
2749
2657
|
},
|
|
2750
|
-
"a-
|
|
2751
|
-
"description": "
|
|
2658
|
+
"a-progress/steps": {
|
|
2659
|
+
"description": "Turn on the step bar mode and set the number of steps",
|
|
2752
2660
|
"type": "number"
|
|
2753
2661
|
},
|
|
2754
|
-
"a-
|
|
2755
|
-
"description": "
|
|
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",
|
|
2756
2668
|
"type": "number"
|
|
2757
2669
|
},
|
|
2758
|
-
"a-
|
|
2759
|
-
"description": "
|
|
2760
|
-
"type": "
|
|
2670
|
+
"a-progress/width": {
|
|
2671
|
+
"description": "The width of the progress bar",
|
|
2672
|
+
"type": "number|string"
|
|
2761
2673
|
},
|
|
2762
|
-
"a-
|
|
2763
|
-
"description": "
|
|
2764
|
-
"type": "
|
|
2674
|
+
"a-progress/color": {
|
|
2675
|
+
"description": "The color of the progress bar",
|
|
2676
|
+
"type": "string|object"
|
|
2765
2677
|
},
|
|
2766
|
-
"a-
|
|
2767
|
-
"description": "
|
|
2768
|
-
"type": "
|
|
2678
|
+
"a-progress/track-color": {
|
|
2679
|
+
"description": "The color of the progress track",
|
|
2680
|
+
"type": "string"
|
|
2769
2681
|
},
|
|
2770
|
-
"a-
|
|
2771
|
-
"description": "Whether
|
|
2682
|
+
"a-progress/show-text": {
|
|
2683
|
+
"description": "Whether to display text",
|
|
2772
2684
|
"type": "boolean"
|
|
2773
2685
|
},
|
|
2774
|
-
"a-
|
|
2775
|
-
"description": "
|
|
2686
|
+
"a-progress/status": {
|
|
2687
|
+
"description": "Progress bar status"
|
|
2688
|
+
},
|
|
2689
|
+
"a-popconfirm/popup-visible-change": {
|
|
2690
|
+
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2691
|
+
},
|
|
2692
|
+
"a-popconfirm/ok": {
|
|
2693
|
+
"description": "Triggered when the confirm button is clicked"
|
|
2694
|
+
},
|
|
2695
|
+
"a-popconfirm/cancel": {
|
|
2696
|
+
"description": "Triggered when the cancel button is clicked"
|
|
2697
|
+
},
|
|
2698
|
+
"a-popconfirm/content": {
|
|
2699
|
+
"description": "Content",
|
|
2700
|
+
"type": "string"
|
|
2701
|
+
},
|
|
2702
|
+
"a-popconfirm/position": {
|
|
2703
|
+
"description": "Popup position"
|
|
2704
|
+
},
|
|
2705
|
+
"a-popconfirm/popup-visible": {
|
|
2706
|
+
"description": "Whether the popconfirm is visible",
|
|
2776
2707
|
"type": "boolean"
|
|
2777
2708
|
},
|
|
2778
|
-
"a-
|
|
2779
|
-
"description": "
|
|
2709
|
+
"a-popconfirm/default-popup-visible": {
|
|
2710
|
+
"description": "Whether the popconfirm is visible by default (uncontrolled mode)",
|
|
2711
|
+
"type": "boolean"
|
|
2780
2712
|
},
|
|
2781
|
-
"a-
|
|
2782
|
-
"description": "
|
|
2713
|
+
"a-popconfirm/type": {
|
|
2714
|
+
"description": "Types of the popconfirm"
|
|
2783
2715
|
},
|
|
2784
|
-
"a-
|
|
2785
|
-
"description": "
|
|
2716
|
+
"a-popconfirm/ok-text": {
|
|
2717
|
+
"description": "The content of the ok button",
|
|
2786
2718
|
"type": "string"
|
|
2787
2719
|
},
|
|
2788
|
-
"a-
|
|
2789
|
-
"description": "
|
|
2720
|
+
"a-popconfirm/cancel-text": {
|
|
2721
|
+
"description": "The content of the cancel button",
|
|
2790
2722
|
"type": "string"
|
|
2791
2723
|
},
|
|
2724
|
+
"a-popconfirm/ok-loading": {
|
|
2725
|
+
"description": "Whether the ok button is in the loading state",
|
|
2726
|
+
"type": "boolean"
|
|
2727
|
+
},
|
|
2728
|
+
"a-popconfirm/ok-button-props": {
|
|
2729
|
+
"description": "Props of ok button"
|
|
2730
|
+
},
|
|
2731
|
+
"a-popconfirm/cancel-button-props": {
|
|
2732
|
+
"description": "Props of cancel button"
|
|
2733
|
+
},
|
|
2734
|
+
"a-popconfirm/content-class": {
|
|
2735
|
+
"description": "The class name of the popup content"
|
|
2736
|
+
},
|
|
2737
|
+
"a-popconfirm/content-style": {
|
|
2738
|
+
"description": "The style of the popup content"
|
|
2739
|
+
},
|
|
2740
|
+
"a-popconfirm/arrow-class": {
|
|
2741
|
+
"description": "The class name of the popup arrow"
|
|
2742
|
+
},
|
|
2743
|
+
"a-popconfirm/arrow-style": {
|
|
2744
|
+
"description": "The style of the popup arrow"
|
|
2745
|
+
},
|
|
2746
|
+
"a-popconfirm/popup-container": {
|
|
2747
|
+
"description": "Mount container for popup"
|
|
2748
|
+
},
|
|
2749
|
+
"a-popconfirm/before-ok": {
|
|
2750
|
+
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2751
|
+
},
|
|
2752
|
+
"a-popconfirm/before-cancel": {
|
|
2753
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2754
|
+
},
|
|
2792
2755
|
"a-radio/change": {
|
|
2793
2756
|
"description": "Trigger when the value changes"
|
|
2794
2757
|
},
|
|
@@ -2822,22 +2785,63 @@
|
|
|
2822
2785
|
"description": "Default value (uncontrolled state)",
|
|
2823
2786
|
"type": "string | number | boolean"
|
|
2824
2787
|
},
|
|
2825
|
-
"a-radio-group/type": {
|
|
2826
|
-
"description": "Types of radio group"
|
|
2788
|
+
"a-radio-group/type": {
|
|
2789
|
+
"description": "Types of radio group"
|
|
2790
|
+
},
|
|
2791
|
+
"a-radio-group/size": {
|
|
2792
|
+
"description": "The size of the radio group"
|
|
2793
|
+
},
|
|
2794
|
+
"a-radio-group/options": {
|
|
2795
|
+
"description": "Options"
|
|
2796
|
+
},
|
|
2797
|
+
"a-radio-group/direction": {
|
|
2798
|
+
"description": "The direction of the radio group"
|
|
2799
|
+
},
|
|
2800
|
+
"a-radio-group/disabled": {
|
|
2801
|
+
"description": "Whether to disable",
|
|
2802
|
+
"type": "boolean"
|
|
2803
|
+
},
|
|
2804
|
+
"a-rate/change": {
|
|
2805
|
+
"description": "Trigger when the value changes"
|
|
2806
|
+
},
|
|
2807
|
+
"a-rate/hover-change": {
|
|
2808
|
+
"description": "Triggered when the mouse moves over the value"
|
|
2809
|
+
},
|
|
2810
|
+
"a-rate/count": {
|
|
2811
|
+
"description": "Total number of rate",
|
|
2812
|
+
"type": "number"
|
|
2813
|
+
},
|
|
2814
|
+
"a-rate/model-value": {
|
|
2815
|
+
"description": "Value",
|
|
2816
|
+
"type": "number"
|
|
2817
|
+
},
|
|
2818
|
+
"a-rate/default-value": {
|
|
2819
|
+
"description": "Default Value",
|
|
2820
|
+
"type": "number"
|
|
2821
|
+
},
|
|
2822
|
+
"a-rate/allow-half": {
|
|
2823
|
+
"description": "Whether to allow half selection",
|
|
2824
|
+
"type": "boolean"
|
|
2827
2825
|
},
|
|
2828
|
-
"a-
|
|
2829
|
-
"description": "
|
|
2826
|
+
"a-rate/allow-clear": {
|
|
2827
|
+
"description": "Whether to allow clear",
|
|
2828
|
+
"type": "boolean"
|
|
2830
2829
|
},
|
|
2831
|
-
"a-
|
|
2832
|
-
"description": "
|
|
2830
|
+
"a-rate/grading": {
|
|
2831
|
+
"description": "Whether to enable smile grading",
|
|
2832
|
+
"type": "boolean"
|
|
2833
2833
|
},
|
|
2834
|
-
"a-
|
|
2835
|
-
"description": "
|
|
2834
|
+
"a-rate/readonly": {
|
|
2835
|
+
"description": "Whether it is readonly",
|
|
2836
|
+
"type": "boolean"
|
|
2836
2837
|
},
|
|
2837
|
-
"a-
|
|
2838
|
+
"a-rate/disabled": {
|
|
2838
2839
|
"description": "Whether to disable",
|
|
2839
2840
|
"type": "boolean"
|
|
2840
2841
|
},
|
|
2842
|
+
"a-rate/color": {
|
|
2843
|
+
"description": "Color"
|
|
2844
|
+
},
|
|
2841
2845
|
"a-resize-box/moving-start": {
|
|
2842
2846
|
"description": "Triggered when dragging starts"
|
|
2843
2847
|
},
|
|
@@ -2862,6 +2866,20 @@
|
|
|
2862
2866
|
"a-resize-box/directions": {
|
|
2863
2867
|
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
2864
2868
|
},
|
|
2869
|
+
"a-scrollbar/scroll": {
|
|
2870
|
+
"description": "Triggered when scroll"
|
|
2871
|
+
},
|
|
2872
|
+
"a-scrollbar/type": {
|
|
2873
|
+
"description": "Type",
|
|
2874
|
+
"type": "string"
|
|
2875
|
+
},
|
|
2876
|
+
"a-scrollbar/outer-class": {
|
|
2877
|
+
"description": "Outer class",
|
|
2878
|
+
"type": "string|object|array"
|
|
2879
|
+
},
|
|
2880
|
+
"a-scrollbar/outer-style": {
|
|
2881
|
+
"description": "Outer style"
|
|
2882
|
+
},
|
|
2865
2883
|
"a-select/change": {
|
|
2866
2884
|
"description": "Triggered when the value changes"
|
|
2867
2885
|
},
|
|
@@ -3043,19 +3061,66 @@
|
|
|
3043
3061
|
"description": "Title of option group",
|
|
3044
3062
|
"type": "string"
|
|
3045
3063
|
},
|
|
3046
|
-
"a-
|
|
3047
|
-
"description": "
|
|
3064
|
+
"a-result/status": {
|
|
3065
|
+
"description": "The status displayed on the result page"
|
|
3048
3066
|
},
|
|
3049
|
-
"a-
|
|
3050
|
-
"description": "
|
|
3067
|
+
"a-result/title": {
|
|
3068
|
+
"description": "Title",
|
|
3051
3069
|
"type": "string"
|
|
3052
3070
|
},
|
|
3053
|
-
"a-
|
|
3054
|
-
"description": "
|
|
3055
|
-
"type": "string
|
|
3071
|
+
"a-result/subtitle": {
|
|
3072
|
+
"description": "Subtitle",
|
|
3073
|
+
"type": "string"
|
|
3056
3074
|
},
|
|
3057
|
-
"a-
|
|
3058
|
-
"description": "
|
|
3075
|
+
"a-skeleton/loading": {
|
|
3076
|
+
"description": "Whether to display the skeleton screen (loading state)",
|
|
3077
|
+
"type": "boolean"
|
|
3078
|
+
},
|
|
3079
|
+
"a-skeleton/animation": {
|
|
3080
|
+
"description": "Whether to enable skeleton screen animation",
|
|
3081
|
+
"type": "boolean"
|
|
3082
|
+
},
|
|
3083
|
+
"a-skeleton-line/rows": {
|
|
3084
|
+
"description": "Number of rows displayed",
|
|
3085
|
+
"type": "number"
|
|
3086
|
+
},
|
|
3087
|
+
"a-skeleton-line/widths": {
|
|
3088
|
+
"description": "The width of the line skeleton"
|
|
3089
|
+
},
|
|
3090
|
+
"a-skeleton-line/line-height": {
|
|
3091
|
+
"description": "Line height of the line skeleton",
|
|
3092
|
+
"type": "number"
|
|
3093
|
+
},
|
|
3094
|
+
"a-skeleton-line/line-spacing": {
|
|
3095
|
+
"description": "Line spacing of line skeleton",
|
|
3096
|
+
"type": "number"
|
|
3097
|
+
},
|
|
3098
|
+
"a-skeleton-shape/shape": {
|
|
3099
|
+
"description": "The shape of the shape skeleton",
|
|
3100
|
+
"type": "string"
|
|
3101
|
+
},
|
|
3102
|
+
"a-skeleton-shape/size": {
|
|
3103
|
+
"description": "The size of the shape skeleton",
|
|
3104
|
+
"type": "string"
|
|
3105
|
+
},
|
|
3106
|
+
"a-space/align": {
|
|
3107
|
+
"description": "Alignment",
|
|
3108
|
+
"type": "string"
|
|
3109
|
+
},
|
|
3110
|
+
"a-space/direction": {
|
|
3111
|
+
"description": "Spacing direction",
|
|
3112
|
+
"type": "string"
|
|
3113
|
+
},
|
|
3114
|
+
"a-space/size": {
|
|
3115
|
+
"description": "Spacing size, support for setting horizontal and vertical spacing separately"
|
|
3116
|
+
},
|
|
3117
|
+
"a-space/wrap": {
|
|
3118
|
+
"description": "The spacing of the wrapping type, used in the scene of wrapping.",
|
|
3119
|
+
"type": "boolean"
|
|
3120
|
+
},
|
|
3121
|
+
"a-space/fill": {
|
|
3122
|
+
"description": "fill the block",
|
|
3123
|
+
"type": "boolean"
|
|
3059
3124
|
},
|
|
3060
3125
|
"a-slider/change": {
|
|
3061
3126
|
"description": "Trigger when the value changes"
|
|
@@ -3104,25 +3169,6 @@
|
|
|
3104
3169
|
"description": "Whether to show tooltip",
|
|
3105
3170
|
"type": "boolean"
|
|
3106
3171
|
},
|
|
3107
|
-
"a-space/align": {
|
|
3108
|
-
"description": "Alignment",
|
|
3109
|
-
"type": "string"
|
|
3110
|
-
},
|
|
3111
|
-
"a-space/direction": {
|
|
3112
|
-
"description": "Spacing direction",
|
|
3113
|
-
"type": "string"
|
|
3114
|
-
},
|
|
3115
|
-
"a-space/size": {
|
|
3116
|
-
"description": "Spacing size, support for setting horizontal and vertical spacing separately"
|
|
3117
|
-
},
|
|
3118
|
-
"a-space/wrap": {
|
|
3119
|
-
"description": "The spacing of the wrapping type, used in the scene of wrapping.",
|
|
3120
|
-
"type": "boolean"
|
|
3121
|
-
},
|
|
3122
|
-
"a-space/fill": {
|
|
3123
|
-
"description": "fill the block",
|
|
3124
|
-
"type": "boolean"
|
|
3125
|
-
},
|
|
3126
3172
|
"a-split/move-start": {
|
|
3127
3173
|
"description": "Triggered before dragging"
|
|
3128
3174
|
},
|
|
@@ -3160,37 +3206,6 @@
|
|
|
3160
3206
|
"description": "Whether to disable",
|
|
3161
3207
|
"type": "boolean"
|
|
3162
3208
|
},
|
|
3163
|
-
"a-skeleton/loading": {
|
|
3164
|
-
"description": "Whether to display the skeleton screen (loading state)",
|
|
3165
|
-
"type": "boolean"
|
|
3166
|
-
},
|
|
3167
|
-
"a-skeleton/animation": {
|
|
3168
|
-
"description": "Whether to enable skeleton screen animation",
|
|
3169
|
-
"type": "boolean"
|
|
3170
|
-
},
|
|
3171
|
-
"a-skeleton-line/rows": {
|
|
3172
|
-
"description": "Number of rows displayed",
|
|
3173
|
-
"type": "number"
|
|
3174
|
-
},
|
|
3175
|
-
"a-skeleton-line/widths": {
|
|
3176
|
-
"description": "The width of the line skeleton"
|
|
3177
|
-
},
|
|
3178
|
-
"a-skeleton-line/line-height": {
|
|
3179
|
-
"description": "Line height of the line skeleton",
|
|
3180
|
-
"type": "number"
|
|
3181
|
-
},
|
|
3182
|
-
"a-skeleton-line/line-spacing": {
|
|
3183
|
-
"description": "Line spacing of line skeleton",
|
|
3184
|
-
"type": "number"
|
|
3185
|
-
},
|
|
3186
|
-
"a-skeleton-shape/shape": {
|
|
3187
|
-
"description": "The shape of the shape skeleton",
|
|
3188
|
-
"type": "string"
|
|
3189
|
-
},
|
|
3190
|
-
"a-skeleton-shape/size": {
|
|
3191
|
-
"description": "The size of the shape skeleton",
|
|
3192
|
-
"type": "string"
|
|
3193
|
-
},
|
|
3194
3209
|
"a-statistic/title": {
|
|
3195
3210
|
"description": "Title of the numerical display",
|
|
3196
3211
|
"type": "string"
|
|
@@ -3241,66 +3256,161 @@
|
|
|
3241
3256
|
"a-statistic/value-style": {
|
|
3242
3257
|
"description": "Custom value style"
|
|
3243
3258
|
},
|
|
3244
|
-
"a-countdown/finish": {
|
|
3245
|
-
"description": "Callback at the end of the countdown"
|
|
3259
|
+
"a-countdown/finish": {
|
|
3260
|
+
"description": "Callback at the end of the countdown"
|
|
3261
|
+
},
|
|
3262
|
+
"a-countdown/title": {
|
|
3263
|
+
"description": "Countdown title",
|
|
3264
|
+
"type": "string"
|
|
3265
|
+
},
|
|
3266
|
+
"a-countdown/value": {
|
|
3267
|
+
"description": "Countdown value",
|
|
3268
|
+
"type": "number"
|
|
3269
|
+
},
|
|
3270
|
+
"a-countdown/now": {
|
|
3271
|
+
"description": "Used to correct the incorrect display of the initialization time",
|
|
3272
|
+
"type": "number"
|
|
3273
|
+
},
|
|
3274
|
+
"a-countdown/format": {
|
|
3275
|
+
"description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
|
|
3276
|
+
"type": "string"
|
|
3277
|
+
},
|
|
3278
|
+
"a-countdown/start": {
|
|
3279
|
+
"description": "Whether to start the countdown",
|
|
3280
|
+
"type": "boolean"
|
|
3281
|
+
},
|
|
3282
|
+
"a-countdown/value-style": {
|
|
3283
|
+
"description": "Custom value style"
|
|
3284
|
+
},
|
|
3285
|
+
"a-spin/size": {
|
|
3286
|
+
"description": "Size",
|
|
3287
|
+
"type": "number"
|
|
3288
|
+
},
|
|
3289
|
+
"a-spin/loading": {
|
|
3290
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3291
|
+
"type": "boolean"
|
|
3292
|
+
},
|
|
3293
|
+
"a-spin/dot": {
|
|
3294
|
+
"description": "Whether to use dot type animation",
|
|
3295
|
+
"type": "boolean"
|
|
3296
|
+
},
|
|
3297
|
+
"a-spin/tip": {
|
|
3298
|
+
"description": "Prompt content",
|
|
3299
|
+
"type": "string"
|
|
3300
|
+
},
|
|
3301
|
+
"a-spin/hide-icon": {
|
|
3302
|
+
"description": "Whether to hide the icon",
|
|
3303
|
+
"type": "boolean"
|
|
3304
|
+
},
|
|
3305
|
+
"a-steps/change": {
|
|
3306
|
+
"description": "Triggered when the number of steps changes"
|
|
3307
|
+
},
|
|
3308
|
+
"a-steps/type": {
|
|
3309
|
+
"description": "The type of the steps"
|
|
3310
|
+
},
|
|
3311
|
+
"a-steps/direction": {
|
|
3312
|
+
"description": "The direction of the steps"
|
|
3313
|
+
},
|
|
3314
|
+
"a-steps/label-placement": {
|
|
3315
|
+
"description": "The location where the label description is placed."
|
|
3316
|
+
},
|
|
3317
|
+
"a-steps/current": {
|
|
3318
|
+
"description": "Number of current step",
|
|
3319
|
+
"type": "number"
|
|
3320
|
+
},
|
|
3321
|
+
"a-steps/default-current": {
|
|
3322
|
+
"description": "The default number of step (uncontrolled state)",
|
|
3323
|
+
"type": "number"
|
|
3324
|
+
},
|
|
3325
|
+
"a-steps/status": {
|
|
3326
|
+
"description": "The status of the current step"
|
|
3327
|
+
},
|
|
3328
|
+
"a-steps/line-less": {
|
|
3329
|
+
"description": "Whether to use the connectionless style",
|
|
3330
|
+
"type": "boolean"
|
|
3331
|
+
},
|
|
3332
|
+
"a-steps/small": {
|
|
3333
|
+
"description": "Whether to use a small step bar",
|
|
3334
|
+
"type": "boolean"
|
|
3335
|
+
},
|
|
3336
|
+
"a-steps/changeable": {
|
|
3337
|
+
"description": "Whether you can click to switch",
|
|
3338
|
+
"type": "boolean"
|
|
3339
|
+
},
|
|
3340
|
+
"a-step/title": {
|
|
3341
|
+
"description": "Title of the step",
|
|
3342
|
+
"type": "string"
|
|
3343
|
+
},
|
|
3344
|
+
"a-step/description": {
|
|
3345
|
+
"description": "Description of the step",
|
|
3346
|
+
"type": "string"
|
|
3347
|
+
},
|
|
3348
|
+
"a-step/status": {
|
|
3349
|
+
"description": "Status of the step"
|
|
3350
|
+
},
|
|
3351
|
+
"a-step/disabled": {
|
|
3352
|
+
"description": "Whether to disable",
|
|
3353
|
+
"type": "boolean"
|
|
3354
|
+
},
|
|
3355
|
+
"a-switch/change": {
|
|
3356
|
+
"description": "Trigger when the value changes"
|
|
3357
|
+
},
|
|
3358
|
+
"a-switch/focus": {
|
|
3359
|
+
"description": "Triggered when the component gets focus"
|
|
3246
3360
|
},
|
|
3247
|
-
"a-
|
|
3248
|
-
"description": "
|
|
3249
|
-
"type": "string"
|
|
3361
|
+
"a-switch/blur": {
|
|
3362
|
+
"description": "Fired when the component loses focus"
|
|
3250
3363
|
},
|
|
3251
|
-
"a-
|
|
3252
|
-
"description": "
|
|
3253
|
-
"type": "number"
|
|
3364
|
+
"a-switch/model-value": {
|
|
3365
|
+
"description": "Value",
|
|
3366
|
+
"type": "string|number|boolean"
|
|
3254
3367
|
},
|
|
3255
|
-
"a-
|
|
3256
|
-
"description": "
|
|
3257
|
-
"type": "
|
|
3368
|
+
"a-switch/default-checked": {
|
|
3369
|
+
"description": "Default selected state (uncontrolled state)",
|
|
3370
|
+
"type": "boolean"
|
|
3258
3371
|
},
|
|
3259
|
-
"a-
|
|
3260
|
-
"description": "
|
|
3261
|
-
"type": "
|
|
3372
|
+
"a-switch/disabled": {
|
|
3373
|
+
"description": "Whether to disable",
|
|
3374
|
+
"type": "boolean"
|
|
3262
3375
|
},
|
|
3263
|
-
"a-
|
|
3264
|
-
"description": "Whether
|
|
3376
|
+
"a-switch/loading": {
|
|
3377
|
+
"description": "Whether it is loading state",
|
|
3265
3378
|
"type": "boolean"
|
|
3266
3379
|
},
|
|
3267
|
-
"a-
|
|
3268
|
-
"description": "
|
|
3380
|
+
"a-switch/type": {
|
|
3381
|
+
"description": "Type of switch",
|
|
3382
|
+
"type": "string"
|
|
3269
3383
|
},
|
|
3270
|
-
"a-
|
|
3271
|
-
"description": "
|
|
3384
|
+
"a-switch/size": {
|
|
3385
|
+
"description": "Size of switch",
|
|
3386
|
+
"type": "string"
|
|
3272
3387
|
},
|
|
3273
|
-
"a-
|
|
3274
|
-
"description": "
|
|
3275
|
-
"type": "number"
|
|
3388
|
+
"a-switch/checked-value": {
|
|
3389
|
+
"description": "Value when checked",
|
|
3390
|
+
"type": "string|number|boolean"
|
|
3276
3391
|
},
|
|
3277
|
-
"a-
|
|
3278
|
-
"description": "
|
|
3279
|
-
"type": "number"
|
|
3392
|
+
"a-switch/unchecked-value": {
|
|
3393
|
+
"description": "Value when unchecked",
|
|
3394
|
+
"type": "string|number|boolean"
|
|
3280
3395
|
},
|
|
3281
|
-
"a-
|
|
3282
|
-
"description": "
|
|
3396
|
+
"a-switch/checked-color": {
|
|
3397
|
+
"description": "The color of the switch when checked",
|
|
3283
3398
|
"type": "string"
|
|
3284
3399
|
},
|
|
3285
|
-
"a-
|
|
3286
|
-
"description": "
|
|
3287
|
-
"type": "
|
|
3288
|
-
},
|
|
3289
|
-
"a-spin/loading": {
|
|
3290
|
-
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3291
|
-
"type": "boolean"
|
|
3400
|
+
"a-switch/unchecked-color": {
|
|
3401
|
+
"description": "The color of the switch when unchecked",
|
|
3402
|
+
"type": "string"
|
|
3292
3403
|
},
|
|
3293
|
-
"a-
|
|
3294
|
-
"description": "
|
|
3295
|
-
"type": "boolean"
|
|
3404
|
+
"a-switch/before-change": {
|
|
3405
|
+
"description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
|
|
3296
3406
|
},
|
|
3297
|
-
"a-
|
|
3298
|
-
"description": "
|
|
3407
|
+
"a-switch/checked-text": {
|
|
3408
|
+
"description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
|
|
3299
3409
|
"type": "string"
|
|
3300
3410
|
},
|
|
3301
|
-
"a-
|
|
3302
|
-
"description": "
|
|
3303
|
-
"type": "
|
|
3411
|
+
"a-switch/unchecked-text": {
|
|
3412
|
+
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3413
|
+
"type": "string"
|
|
3304
3414
|
},
|
|
3305
3415
|
"a-table/expand": {
|
|
3306
3416
|
"description": "Triggered when a row is clicked to expand"
|
|
@@ -3549,116 +3659,6 @@
|
|
|
3549
3659
|
"description": "Whether to show text hints when omitted",
|
|
3550
3660
|
"type": "boolean|object"
|
|
3551
3661
|
},
|
|
3552
|
-
"a-steps/change": {
|
|
3553
|
-
"description": "Triggered when the number of steps changes"
|
|
3554
|
-
},
|
|
3555
|
-
"a-steps/type": {
|
|
3556
|
-
"description": "The type of the steps"
|
|
3557
|
-
},
|
|
3558
|
-
"a-steps/direction": {
|
|
3559
|
-
"description": "The direction of the steps"
|
|
3560
|
-
},
|
|
3561
|
-
"a-steps/label-placement": {
|
|
3562
|
-
"description": "The location where the label description is placed."
|
|
3563
|
-
},
|
|
3564
|
-
"a-steps/current": {
|
|
3565
|
-
"description": "Number of current step",
|
|
3566
|
-
"type": "number"
|
|
3567
|
-
},
|
|
3568
|
-
"a-steps/default-current": {
|
|
3569
|
-
"description": "The default number of step (uncontrolled state)",
|
|
3570
|
-
"type": "number"
|
|
3571
|
-
},
|
|
3572
|
-
"a-steps/status": {
|
|
3573
|
-
"description": "The status of the current step"
|
|
3574
|
-
},
|
|
3575
|
-
"a-steps/line-less": {
|
|
3576
|
-
"description": "Whether to use the connectionless style",
|
|
3577
|
-
"type": "boolean"
|
|
3578
|
-
},
|
|
3579
|
-
"a-steps/small": {
|
|
3580
|
-
"description": "Whether to use a small step bar",
|
|
3581
|
-
"type": "boolean"
|
|
3582
|
-
},
|
|
3583
|
-
"a-steps/changeable": {
|
|
3584
|
-
"description": "Whether you can click to switch",
|
|
3585
|
-
"type": "boolean"
|
|
3586
|
-
},
|
|
3587
|
-
"a-step/title": {
|
|
3588
|
-
"description": "Title of the step",
|
|
3589
|
-
"type": "string"
|
|
3590
|
-
},
|
|
3591
|
-
"a-step/description": {
|
|
3592
|
-
"description": "Description of the step",
|
|
3593
|
-
"type": "string"
|
|
3594
|
-
},
|
|
3595
|
-
"a-step/status": {
|
|
3596
|
-
"description": "Status of the step"
|
|
3597
|
-
},
|
|
3598
|
-
"a-step/disabled": {
|
|
3599
|
-
"description": "Whether to disable",
|
|
3600
|
-
"type": "boolean"
|
|
3601
|
-
},
|
|
3602
|
-
"a-switch/change": {
|
|
3603
|
-
"description": "Trigger when the value changes"
|
|
3604
|
-
},
|
|
3605
|
-
"a-switch/focus": {
|
|
3606
|
-
"description": "Triggered when the component gets focus"
|
|
3607
|
-
},
|
|
3608
|
-
"a-switch/blur": {
|
|
3609
|
-
"description": "Fired when the component loses focus"
|
|
3610
|
-
},
|
|
3611
|
-
"a-switch/model-value": {
|
|
3612
|
-
"description": "Value",
|
|
3613
|
-
"type": "string|number|boolean"
|
|
3614
|
-
},
|
|
3615
|
-
"a-switch/default-checked": {
|
|
3616
|
-
"description": "Default selected state (uncontrolled state)",
|
|
3617
|
-
"type": "boolean"
|
|
3618
|
-
},
|
|
3619
|
-
"a-switch/disabled": {
|
|
3620
|
-
"description": "Whether to disable",
|
|
3621
|
-
"type": "boolean"
|
|
3622
|
-
},
|
|
3623
|
-
"a-switch/loading": {
|
|
3624
|
-
"description": "Whether it is loading state",
|
|
3625
|
-
"type": "boolean"
|
|
3626
|
-
},
|
|
3627
|
-
"a-switch/type": {
|
|
3628
|
-
"description": "Type of switch",
|
|
3629
|
-
"type": "string"
|
|
3630
|
-
},
|
|
3631
|
-
"a-switch/size": {
|
|
3632
|
-
"description": "Size of switch",
|
|
3633
|
-
"type": "string"
|
|
3634
|
-
},
|
|
3635
|
-
"a-switch/checked-value": {
|
|
3636
|
-
"description": "Value when checked",
|
|
3637
|
-
"type": "string|number|boolean"
|
|
3638
|
-
},
|
|
3639
|
-
"a-switch/unchecked-value": {
|
|
3640
|
-
"description": "Value when unchecked",
|
|
3641
|
-
"type": "string|number|boolean"
|
|
3642
|
-
},
|
|
3643
|
-
"a-switch/checked-color": {
|
|
3644
|
-
"description": "The color of the switch when checked",
|
|
3645
|
-
"type": "string"
|
|
3646
|
-
},
|
|
3647
|
-
"a-switch/unchecked-color": {
|
|
3648
|
-
"description": "The color of the switch when unchecked",
|
|
3649
|
-
"type": "string"
|
|
3650
|
-
},
|
|
3651
|
-
"a-switch/before-change": {
|
|
3652
|
-
"description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
|
|
3653
|
-
},
|
|
3654
|
-
"a-switch/checked-text": {
|
|
3655
|
-
"description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
|
|
3656
|
-
"type": "string"
|
|
3657
|
-
},
|
|
3658
|
-
"a-switch/unchecked-text": {
|
|
3659
|
-
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3660
|
-
"type": "string"
|
|
3661
|
-
},
|
|
3662
3662
|
"a-tag/close": {
|
|
3663
3663
|
"description": "Emitted when the close button is clicked"
|
|
3664
3664
|
},
|
|
@@ -3677,94 +3677,36 @@
|
|
|
3677
3677
|
"type": "boolean"
|
|
3678
3678
|
},
|
|
3679
3679
|
"a-tag/visible": {
|
|
3680
|
-
"description": "Whether the tag is visible",
|
|
3681
|
-
"type": "boolean"
|
|
3682
|
-
},
|
|
3683
|
-
"a-tag/default-visible": {
|
|
3684
|
-
"description": "Whether the tag is visible by default",
|
|
3685
|
-
"type": "boolean"
|
|
3686
|
-
},
|
|
3687
|
-
"a-tag/loading": {
|
|
3688
|
-
"description": "Whether the tag is loading state",
|
|
3689
|
-
"type": "boolean"
|
|
3690
|
-
},
|
|
3691
|
-
"a-tag/closable": {
|
|
3692
|
-
"description": "Whether the tag can be closed",
|
|
3693
|
-
"type": "boolean"
|
|
3694
|
-
},
|
|
3695
|
-
"a-tag/checkable": {
|
|
3696
|
-
"description": "Whether the tag can be checked",
|
|
3697
|
-
"type": "boolean"
|
|
3698
|
-
},
|
|
3699
|
-
"a-tag/checked": {
|
|
3700
|
-
"description": "Whether the tag is checked (available when the tag is checkable)",
|
|
3701
|
-
"type": "boolean"
|
|
3702
|
-
},
|
|
3703
|
-
"a-tag/default-checked": {
|
|
3704
|
-
"description": "Whether the tag is checked by default (available when the tag is checkable)",
|
|
3705
|
-
"type": "boolean"
|
|
3706
|
-
},
|
|
3707
|
-
"a-tag/nowrap": {
|
|
3708
|
-
"description": "Tag content does not wrap",
|
|
3709
|
-
"type": "boolean"
|
|
3710
|
-
},
|
|
3711
|
-
"a-textarea/input": {
|
|
3712
|
-
"description": "Emitted when the user enters"
|
|
3713
|
-
},
|
|
3714
|
-
"a-textarea/change": {
|
|
3715
|
-
"description": "Only emitted when the textarea is out of focus"
|
|
3716
|
-
},
|
|
3717
|
-
"a-textarea/clear": {
|
|
3718
|
-
"description": "Emitted when the clear button is clicked"
|
|
3719
|
-
},
|
|
3720
|
-
"a-textarea/focus": {
|
|
3721
|
-
"description": "Emitted when the textarea gets focus"
|
|
3722
|
-
},
|
|
3723
|
-
"a-textarea/blur": {
|
|
3724
|
-
"description": "Emitted when the textarea loses focus"
|
|
3725
|
-
},
|
|
3726
|
-
"a-textarea/model-value": {
|
|
3727
|
-
"description": "Value",
|
|
3728
|
-
"type": "string"
|
|
3729
|
-
},
|
|
3730
|
-
"a-textarea/default-value": {
|
|
3731
|
-
"description": "Default value (uncontrolled state)",
|
|
3732
|
-
"type": "string"
|
|
3733
|
-
},
|
|
3734
|
-
"a-textarea/placeholder": {
|
|
3735
|
-
"description": "Placeholder",
|
|
3736
|
-
"type": "string"
|
|
3737
|
-
},
|
|
3738
|
-
"a-textarea/disabled": {
|
|
3739
|
-
"description": "Whether to disable",
|
|
3740
|
-
"type": "boolean"
|
|
3741
|
-
},
|
|
3742
|
-
"a-textarea/error": {
|
|
3743
|
-
"description": "Whether it is an error state",
|
|
3680
|
+
"description": "Whether the tag is visible",
|
|
3744
3681
|
"type": "boolean"
|
|
3745
3682
|
},
|
|
3746
|
-
"a-
|
|
3747
|
-
"description": "
|
|
3683
|
+
"a-tag/default-visible": {
|
|
3684
|
+
"description": "Whether the tag is visible by default",
|
|
3685
|
+
"type": "boolean"
|
|
3748
3686
|
},
|
|
3749
|
-
"a-
|
|
3750
|
-
"description": "Whether
|
|
3687
|
+
"a-tag/loading": {
|
|
3688
|
+
"description": "Whether the tag is loading state",
|
|
3751
3689
|
"type": "boolean"
|
|
3752
3690
|
},
|
|
3753
|
-
"a-
|
|
3754
|
-
"description": "Whether
|
|
3691
|
+
"a-tag/closable": {
|
|
3692
|
+
"description": "Whether the tag can be closed",
|
|
3755
3693
|
"type": "boolean"
|
|
3756
3694
|
},
|
|
3757
|
-
"a-
|
|
3758
|
-
"description": "Whether
|
|
3695
|
+
"a-tag/checkable": {
|
|
3696
|
+
"description": "Whether the tag can be checked",
|
|
3697
|
+
"type": "boolean"
|
|
3759
3698
|
},
|
|
3760
|
-
"a-
|
|
3761
|
-
"description": "
|
|
3699
|
+
"a-tag/checked": {
|
|
3700
|
+
"description": "Whether the tag is checked (available when the tag is checkable)",
|
|
3701
|
+
"type": "boolean"
|
|
3762
3702
|
},
|
|
3763
|
-
"a-
|
|
3764
|
-
"description": "
|
|
3703
|
+
"a-tag/default-checked": {
|
|
3704
|
+
"description": "Whether the tag is checked by default (available when the tag is checkable)",
|
|
3705
|
+
"type": "boolean"
|
|
3765
3706
|
},
|
|
3766
|
-
"a-
|
|
3767
|
-
"description": "
|
|
3707
|
+
"a-tag/nowrap": {
|
|
3708
|
+
"description": "Tag content does not wrap",
|
|
3709
|
+
"type": "boolean"
|
|
3768
3710
|
},
|
|
3769
3711
|
"a-tabs/change": {
|
|
3770
3712
|
"description": "Triggered when the current tag value changes"
|
|
@@ -3856,84 +3798,63 @@
|
|
|
3856
3798
|
"description": "Whether to destroy the content when the label is not displayed",
|
|
3857
3799
|
"type": "boolean"
|
|
3858
3800
|
},
|
|
3859
|
-
"a-
|
|
3860
|
-
"description": "Emitted when the
|
|
3861
|
-
},
|
|
3862
|
-
"a-tooltip/popup-visible": {
|
|
3863
|
-
"description": "Whether the tooltip is visible",
|
|
3864
|
-
"type": "boolean"
|
|
3801
|
+
"a-textarea/input": {
|
|
3802
|
+
"description": "Emitted when the user enters"
|
|
3865
3803
|
},
|
|
3866
|
-
"a-
|
|
3867
|
-
"description": "
|
|
3868
|
-
"type": "boolean"
|
|
3804
|
+
"a-textarea/change": {
|
|
3805
|
+
"description": "Only emitted when the textarea is out of focus"
|
|
3869
3806
|
},
|
|
3870
|
-
"a-
|
|
3871
|
-
"description": "
|
|
3872
|
-
"type": "string"
|
|
3807
|
+
"a-textarea/clear": {
|
|
3808
|
+
"description": "Emitted when the clear button is clicked"
|
|
3873
3809
|
},
|
|
3874
|
-
"a-
|
|
3875
|
-
"description": "
|
|
3810
|
+
"a-textarea/focus": {
|
|
3811
|
+
"description": "Emitted when the textarea gets focus"
|
|
3876
3812
|
},
|
|
3877
|
-
"a-
|
|
3878
|
-
"description": "
|
|
3879
|
-
"type": "boolean"
|
|
3813
|
+
"a-textarea/blur": {
|
|
3814
|
+
"description": "Emitted when the textarea loses focus"
|
|
3880
3815
|
},
|
|
3881
|
-
"a-
|
|
3882
|
-
"description": "
|
|
3816
|
+
"a-textarea/model-value": {
|
|
3817
|
+
"description": "Value",
|
|
3883
3818
|
"type": "string"
|
|
3884
3819
|
},
|
|
3885
|
-
"a-
|
|
3886
|
-
"description": "
|
|
3887
|
-
|
|
3888
|
-
"a-tooltip/content-style": {
|
|
3889
|
-
"description": "The style of the popup content"
|
|
3890
|
-
},
|
|
3891
|
-
"a-tooltip/arrow-class": {
|
|
3892
|
-
"description": "The class name of the popup arrow"
|
|
3893
|
-
},
|
|
3894
|
-
"a-tooltip/arrow-style": {
|
|
3895
|
-
"description": "The style of the popup arrow"
|
|
3820
|
+
"a-textarea/default-value": {
|
|
3821
|
+
"description": "Default value (uncontrolled state)",
|
|
3822
|
+
"type": "string"
|
|
3896
3823
|
},
|
|
3897
|
-
"a-
|
|
3898
|
-
"description": "
|
|
3824
|
+
"a-textarea/placeholder": {
|
|
3825
|
+
"description": "Placeholder",
|
|
3826
|
+
"type": "string"
|
|
3899
3827
|
},
|
|
3900
|
-
"a-
|
|
3901
|
-
"description": "Whether
|
|
3828
|
+
"a-textarea/disabled": {
|
|
3829
|
+
"description": "Whether to disable",
|
|
3902
3830
|
"type": "boolean"
|
|
3903
3831
|
},
|
|
3904
|
-
"a-
|
|
3905
|
-
"description": "
|
|
3906
|
-
|
|
3907
|
-
"a-timeline/mode": {
|
|
3908
|
-
"description": "The display mode of Timeline"
|
|
3909
|
-
},
|
|
3910
|
-
"a-timeline/pending": {
|
|
3911
|
-
"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",
|
|
3912
|
-
"type": "boolean|string"
|
|
3832
|
+
"a-textarea/error": {
|
|
3833
|
+
"description": "Whether it is an error state",
|
|
3834
|
+
"type": "boolean"
|
|
3913
3835
|
},
|
|
3914
|
-
"a-
|
|
3915
|
-
"description": "
|
|
3836
|
+
"a-textarea/max-length": {
|
|
3837
|
+
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3916
3838
|
},
|
|
3917
|
-
"a-
|
|
3918
|
-
"description": "
|
|
3919
|
-
"type": "
|
|
3839
|
+
"a-textarea/show-word-limit": {
|
|
3840
|
+
"description": "Whether to display word count",
|
|
3841
|
+
"type": "boolean"
|
|
3920
3842
|
},
|
|
3921
|
-
"a-
|
|
3922
|
-
"description": "
|
|
3843
|
+
"a-textarea/allow-clear": {
|
|
3844
|
+
"description": "Whether to allow clearing the text",
|
|
3845
|
+
"type": "boolean"
|
|
3923
3846
|
},
|
|
3924
|
-
"a-
|
|
3925
|
-
"description": "
|
|
3847
|
+
"a-textarea/auto-size": {
|
|
3848
|
+
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3926
3849
|
},
|
|
3927
|
-
"a-
|
|
3928
|
-
"description": "
|
|
3929
|
-
"type": "string"
|
|
3850
|
+
"a-textarea/word-length": {
|
|
3851
|
+
"description": "Calculation method of word length"
|
|
3930
3852
|
},
|
|
3931
|
-
"a-
|
|
3932
|
-
"description": "
|
|
3933
|
-
"type": "string"
|
|
3853
|
+
"a-textarea/word-slice": {
|
|
3854
|
+
"description": "Character interception method, used together with wordLength"
|
|
3934
3855
|
},
|
|
3935
|
-
"a-
|
|
3936
|
-
"description": "
|
|
3856
|
+
"a-textarea/textarea-attrs": {
|
|
3857
|
+
"description": "Attributes passed to textarea"
|
|
3937
3858
|
},
|
|
3938
3859
|
"a-time-picker/change": {
|
|
3939
3860
|
"description": "The component value changes"
|
|
@@ -4029,6 +3950,44 @@
|
|
|
4029
3950
|
"description": "Whether to destroy the dom structure after closing",
|
|
4030
3951
|
"type": "boolean"
|
|
4031
3952
|
},
|
|
3953
|
+
"a-timeline/reverse": {
|
|
3954
|
+
"description": "Whether reverse order",
|
|
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"
|
|
3969
|
+
},
|
|
3970
|
+
"a-timeline-item/dot-color": {
|
|
3971
|
+
"description": "Dot color",
|
|
3972
|
+
"type": "string"
|
|
3973
|
+
},
|
|
3974
|
+
"a-timeline-item/dot-type": {
|
|
3975
|
+
"description": "Dot type"
|
|
3976
|
+
},
|
|
3977
|
+
"a-timeline-item/line-type": {
|
|
3978
|
+
"description": "Line type"
|
|
3979
|
+
},
|
|
3980
|
+
"a-timeline-item/line-color": {
|
|
3981
|
+
"description": "Line Color",
|
|
3982
|
+
"type": "string"
|
|
3983
|
+
},
|
|
3984
|
+
"a-timeline-item/label": {
|
|
3985
|
+
"description": "Label text",
|
|
3986
|
+
"type": "string"
|
|
3987
|
+
},
|
|
3988
|
+
"a-timeline-item/position": {
|
|
3989
|
+
"description": "Item position"
|
|
3990
|
+
},
|
|
4032
3991
|
"a-transfer/change": {
|
|
4033
3992
|
"description": "Triggered when the value of the target selection box changes"
|
|
4034
3993
|
},
|
|
@@ -4304,183 +4263,86 @@
|
|
|
4304
4263
|
"description": "Drop-down box style"
|
|
4305
4264
|
},
|
|
4306
4265
|
"a-tree-select/dropdown-class-name": {
|
|
4307
|
-
"description": "Drop-down box style class"
|
|
4308
|
-
},
|
|
4309
|
-
"a-tree-select/filter-tree-node": {
|
|
4310
|
-
"description": "Custom node filter function"
|
|
4311
|
-
},
|
|
4312
|
-
"a-tree-select/load-more": {
|
|
4313
|
-
"description": "Load data dynamically"
|
|
4314
|
-
},
|
|
4315
|
-
"a-tree-select/disable-filter": {
|
|
4316
|
-
"description": "Disable internal filtering logic",
|
|
4317
|
-
"type": "boolean"
|
|
4318
|
-
},
|
|
4319
|
-
"a-tree-select/popup-container": {
|
|
4320
|
-
"description": "Mount container for pop-up box"
|
|
4321
|
-
},
|
|
4322
|
-
"a-tree-select/fallback-option": {
|
|
4323
|
-
"description": "Customize node data for keys that do not match options"
|
|
4324
|
-
},
|
|
4325
|
-
"a-tree-select/selectable": {
|
|
4326
|
-
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
4327
|
-
},
|
|
4328
|
-
"a-tree-select/scrollbar": {
|
|
4329
|
-
"description": "Whether to enable virtual scroll bar"
|
|
4330
|
-
},
|
|
4331
|
-
"a-tree-select/show-header-on-empty": {
|
|
4332
|
-
"description": "Whether to display the header in the empty state",
|
|
4333
|
-
"type": "boolean"
|
|
4334
|
-
},
|
|
4335
|
-
"a-tree-select/show-footer-on-empty": {
|
|
4336
|
-
"description": "Whether to display the footer in the empty state",
|
|
4337
|
-
"type": "boolean"
|
|
4338
|
-
},
|
|
4339
|
-
"a-tree-select/input-value": {
|
|
4340
|
-
"description": "The value of the input",
|
|
4341
|
-
"type": "string"
|
|
4342
|
-
},
|
|
4343
|
-
"a-tree-select/default-input-value": {
|
|
4344
|
-
"description": "The default value of the input (uncontrolled mode)",
|
|
4345
|
-
"type": "string"
|
|
4346
|
-
},
|
|
4347
|
-
"a-common/edit-start": {
|
|
4348
|
-
"description": "Edit start"
|
|
4349
|
-
},
|
|
4350
|
-
"a-common/edit-end": {
|
|
4351
|
-
"description": "Edit end"
|
|
4352
|
-
},
|
|
4353
|
-
"a-common/copy": {
|
|
4354
|
-
"description": "Copy"
|
|
4355
|
-
},
|
|
4356
|
-
"a-common/ellipsis": {
|
|
4357
|
-
"description": "Ellipsis change"
|
|
4358
|
-
},
|
|
4359
|
-
"a-common/expand": {
|
|
4360
|
-
"description": "Expand collapse event"
|
|
4361
|
-
},
|
|
4362
|
-
"a-common/type": {
|
|
4363
|
-
"description": "Text type",
|
|
4364
|
-
"type": "string"
|
|
4365
|
-
},
|
|
4366
|
-
"a-common/bold": {
|
|
4367
|
-
"description": "Whether enable bold style",
|
|
4368
|
-
"type": "boolean"
|
|
4369
|
-
},
|
|
4370
|
-
"a-common/mark": {
|
|
4371
|
-
"description": "Mark style"
|
|
4372
|
-
},
|
|
4373
|
-
"a-common/underline": {
|
|
4374
|
-
"description": "Whether enable underline style",
|
|
4375
|
-
"type": "boolean"
|
|
4376
|
-
},
|
|
4377
|
-
"a-common/delete": {
|
|
4378
|
-
"description": "Whether enable delete style",
|
|
4379
|
-
"type": "boolean"
|
|
4380
|
-
},
|
|
4381
|
-
"a-common/code": {
|
|
4382
|
-
"description": "Whether enable code style",
|
|
4383
|
-
"type": "boolean"
|
|
4384
|
-
},
|
|
4385
|
-
"a-common/editable": {
|
|
4386
|
-
"description": "Whether it's editable",
|
|
4387
|
-
"type": "boolean"
|
|
4388
|
-
},
|
|
4389
|
-
"a-common/editing": {
|
|
4390
|
-
"description": "Whether it's editing",
|
|
4391
|
-
"type": "boolean"
|
|
4266
|
+
"description": "Drop-down box style class"
|
|
4392
4267
|
},
|
|
4393
|
-
"a-
|
|
4394
|
-
"description": "
|
|
4395
|
-
"type": "boolean"
|
|
4268
|
+
"a-tree-select/filter-tree-node": {
|
|
4269
|
+
"description": "Custom node filter function"
|
|
4396
4270
|
},
|
|
4397
|
-
"a-
|
|
4398
|
-
"description": "
|
|
4399
|
-
"type": "string"
|
|
4271
|
+
"a-tree-select/load-more": {
|
|
4272
|
+
"description": "Load data dynamically"
|
|
4400
4273
|
},
|
|
4401
|
-
"a-
|
|
4402
|
-
"description": "
|
|
4274
|
+
"a-tree-select/disable-filter": {
|
|
4275
|
+
"description": "Disable internal filtering logic",
|
|
4403
4276
|
"type": "boolean"
|
|
4404
4277
|
},
|
|
4405
|
-
"a-
|
|
4406
|
-
"description": "
|
|
4407
|
-
"type": "string"
|
|
4278
|
+
"a-tree-select/popup-container": {
|
|
4279
|
+
"description": "Mount container for pop-up box"
|
|
4408
4280
|
},
|
|
4409
|
-
"a-
|
|
4410
|
-
"description": "
|
|
4411
|
-
"type": "number"
|
|
4281
|
+
"a-tree-select/fallback-option": {
|
|
4282
|
+
"description": "Customize node data for keys that do not match options"
|
|
4412
4283
|
},
|
|
4413
|
-
"a-
|
|
4414
|
-
"description": "
|
|
4415
|
-
"type": "object"
|
|
4284
|
+
"a-tree-select/selectable": {
|
|
4285
|
+
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
4416
4286
|
},
|
|
4417
|
-
"a-
|
|
4418
|
-
"description": "
|
|
4419
|
-
"type": "object"
|
|
4287
|
+
"a-tree-select/scrollbar": {
|
|
4288
|
+
"description": "Whether to enable virtual scroll bar"
|
|
4420
4289
|
},
|
|
4421
|
-
"a-
|
|
4422
|
-
"description": "
|
|
4423
|
-
"type": "
|
|
4290
|
+
"a-tree-select/show-header-on-empty": {
|
|
4291
|
+
"description": "Whether to display the header in the empty state",
|
|
4292
|
+
"type": "boolean"
|
|
4424
4293
|
},
|
|
4425
|
-
"a-
|
|
4426
|
-
"description": "Whether
|
|
4294
|
+
"a-tree-select/show-footer-on-empty": {
|
|
4295
|
+
"description": "Whether to display the footer in the empty state",
|
|
4427
4296
|
"type": "boolean"
|
|
4428
4297
|
},
|
|
4429
|
-
"a-
|
|
4430
|
-
"description": "The
|
|
4298
|
+
"a-tree-select/input-value": {
|
|
4299
|
+
"description": "The value of the input",
|
|
4431
4300
|
"type": "string"
|
|
4432
4301
|
},
|
|
4433
|
-
"a-
|
|
4434
|
-
"description": "
|
|
4435
|
-
},
|
|
4436
|
-
"a-watermark/image": {
|
|
4437
|
-
"description": "Image watermark address",
|
|
4302
|
+
"a-tree-select/default-input-value": {
|
|
4303
|
+
"description": "The default value of the input (uncontrolled mode)",
|
|
4438
4304
|
"type": "string"
|
|
4439
4305
|
},
|
|
4440
|
-
"a-
|
|
4441
|
-
"description": "
|
|
4442
|
-
"type": "number"
|
|
4306
|
+
"a-tooltip/popup-visible-change": {
|
|
4307
|
+
"description": "Emitted when the tooltip display status changes"
|
|
4443
4308
|
},
|
|
4444
|
-
"a-
|
|
4445
|
-
"description": "
|
|
4446
|
-
"type": "
|
|
4309
|
+
"a-tooltip/popup-visible": {
|
|
4310
|
+
"description": "Whether the tooltip is visible",
|
|
4311
|
+
"type": "boolean"
|
|
4447
4312
|
},
|
|
4448
|
-
"a-
|
|
4449
|
-
"description": "
|
|
4313
|
+
"a-tooltip/default-popup-visible": {
|
|
4314
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
4315
|
+
"type": "boolean"
|
|
4450
4316
|
},
|
|
4451
|
-
"a-
|
|
4452
|
-
"description": "
|
|
4317
|
+
"a-tooltip/content": {
|
|
4318
|
+
"description": "Tooltip content",
|
|
4319
|
+
"type": "string"
|
|
4453
4320
|
},
|
|
4454
|
-
"a-
|
|
4455
|
-
"description": "
|
|
4456
|
-
"type": "number"
|
|
4321
|
+
"a-tooltip/position": {
|
|
4322
|
+
"description": "Popup position"
|
|
4457
4323
|
},
|
|
4458
|
-
"a-
|
|
4459
|
-
"description": "
|
|
4324
|
+
"a-tooltip/mini": {
|
|
4325
|
+
"description": "Whether to display as a mini size",
|
|
4326
|
+
"type": "boolean"
|
|
4460
4327
|
},
|
|
4461
|
-
"a-
|
|
4462
|
-
"description": "
|
|
4463
|
-
"type": "
|
|
4328
|
+
"a-tooltip/background-color": {
|
|
4329
|
+
"description": "Background color of the popover",
|
|
4330
|
+
"type": "string"
|
|
4464
4331
|
},
|
|
4465
|
-
"a-
|
|
4466
|
-
"description": "
|
|
4467
|
-
"type": "number"
|
|
4332
|
+
"a-tooltip/content-class": {
|
|
4333
|
+
"description": "The class name of the popup content"
|
|
4468
4334
|
},
|
|
4469
|
-
"a-
|
|
4470
|
-
"description": "
|
|
4471
|
-
"type": "boolean"
|
|
4335
|
+
"a-tooltip/content-style": {
|
|
4336
|
+
"description": "The style of the popup content"
|
|
4472
4337
|
},
|
|
4473
|
-
"a-
|
|
4474
|
-
"description": "
|
|
4475
|
-
"type": "boolean"
|
|
4338
|
+
"a-tooltip/arrow-class": {
|
|
4339
|
+
"description": "The class name of the popup arrow"
|
|
4476
4340
|
},
|
|
4477
|
-
"a-
|
|
4478
|
-
"description": "
|
|
4479
|
-
"type": "boolean"
|
|
4341
|
+
"a-tooltip/arrow-style": {
|
|
4342
|
+
"description": "The style of the popup arrow"
|
|
4480
4343
|
},
|
|
4481
|
-
"a-
|
|
4482
|
-
"description": "
|
|
4483
|
-
"type": "boolean"
|
|
4344
|
+
"a-tooltip/popup-container": {
|
|
4345
|
+
"description": "Mount container for popup"
|
|
4484
4346
|
},
|
|
4485
4347
|
"a-trigger/popup-visible-change": {
|
|
4486
4348
|
"description": "Emitted when the status of the popup changes"
|
|
@@ -4615,6 +4477,92 @@
|
|
|
4615
4477
|
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4616
4478
|
"type": "number"
|
|
4617
4479
|
},
|
|
4480
|
+
"a-common/edit-start": {
|
|
4481
|
+
"description": "Edit start"
|
|
4482
|
+
},
|
|
4483
|
+
"a-common/edit-end": {
|
|
4484
|
+
"description": "Edit end"
|
|
4485
|
+
},
|
|
4486
|
+
"a-common/copy": {
|
|
4487
|
+
"description": "Copy"
|
|
4488
|
+
},
|
|
4489
|
+
"a-common/ellipsis": {
|
|
4490
|
+
"description": "Ellipsis change"
|
|
4491
|
+
},
|
|
4492
|
+
"a-common/expand": {
|
|
4493
|
+
"description": "Expand collapse event"
|
|
4494
|
+
},
|
|
4495
|
+
"a-common/type": {
|
|
4496
|
+
"description": "Text type",
|
|
4497
|
+
"type": "string"
|
|
4498
|
+
},
|
|
4499
|
+
"a-common/bold": {
|
|
4500
|
+
"description": "Whether enable bold style",
|
|
4501
|
+
"type": "boolean"
|
|
4502
|
+
},
|
|
4503
|
+
"a-common/mark": {
|
|
4504
|
+
"description": "Mark style"
|
|
4505
|
+
},
|
|
4506
|
+
"a-common/underline": {
|
|
4507
|
+
"description": "Whether enable underline style",
|
|
4508
|
+
"type": "boolean"
|
|
4509
|
+
},
|
|
4510
|
+
"a-common/delete": {
|
|
4511
|
+
"description": "Whether enable delete style",
|
|
4512
|
+
"type": "boolean"
|
|
4513
|
+
},
|
|
4514
|
+
"a-common/code": {
|
|
4515
|
+
"description": "Whether enable code style",
|
|
4516
|
+
"type": "boolean"
|
|
4517
|
+
},
|
|
4518
|
+
"a-common/editable": {
|
|
4519
|
+
"description": "Whether it's editable",
|
|
4520
|
+
"type": "boolean"
|
|
4521
|
+
},
|
|
4522
|
+
"a-common/editing": {
|
|
4523
|
+
"description": "Whether it's editing",
|
|
4524
|
+
"type": "boolean"
|
|
4525
|
+
},
|
|
4526
|
+
"a-common/default-editing": {
|
|
4527
|
+
"description": "Default editing state",
|
|
4528
|
+
"type": "boolean"
|
|
4529
|
+
},
|
|
4530
|
+
"a-common/edit-text": {
|
|
4531
|
+
"description": "Edit text",
|
|
4532
|
+
"type": "string"
|
|
4533
|
+
},
|
|
4534
|
+
"a-common/copyable": {
|
|
4535
|
+
"description": "Whether turn on copy functionality",
|
|
4536
|
+
"type": "boolean"
|
|
4537
|
+
},
|
|
4538
|
+
"a-common/copy-text": {
|
|
4539
|
+
"description": "Copied text",
|
|
4540
|
+
"type": "string"
|
|
4541
|
+
},
|
|
4542
|
+
"a-common/copy-delay": {
|
|
4543
|
+
"description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
|
|
4544
|
+
"type": "number"
|
|
4545
|
+
},
|
|
4546
|
+
"a-common/edit-tooltip-props": {
|
|
4547
|
+
"description": "Edit button question prompt configuration",
|
|
4548
|
+
"type": "object"
|
|
4549
|
+
},
|
|
4550
|
+
"a-common/copy-tooltip-props": {
|
|
4551
|
+
"description": "Copy button question prompt configuration",
|
|
4552
|
+
"type": "object"
|
|
4553
|
+
},
|
|
4554
|
+
"a-typography-title/heading": {
|
|
4555
|
+
"description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
|
|
4556
|
+
"type": "string"
|
|
4557
|
+
},
|
|
4558
|
+
"a-typography-paragraph/blockquote": {
|
|
4559
|
+
"description": "Whether enable blockquote",
|
|
4560
|
+
"type": "boolean"
|
|
4561
|
+
},
|
|
4562
|
+
"a-typography-paragraph/spacing": {
|
|
4563
|
+
"description": "The line height of the paragraph, the default line height is recommended for long text (more than 5 lines). `close` line height is recommended for short text (less than or equal to 3 lines).",
|
|
4564
|
+
"type": "string"
|
|
4565
|
+
},
|
|
4618
4566
|
"a-upload/exceed-limit": {
|
|
4619
4567
|
"description": "Triggered when the uploaded file exceeds the limit"
|
|
4620
4568
|
},
|
|
@@ -4744,6 +4692,58 @@
|
|
|
4744
4692
|
"a-upload/button-click": {
|
|
4745
4693
|
"description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
|
|
4746
4694
|
},
|
|
4695
|
+
"a-watermark/content": {
|
|
4696
|
+
"description": "Watermark text content"
|
|
4697
|
+
},
|
|
4698
|
+
"a-watermark/image": {
|
|
4699
|
+
"description": "Image watermark address",
|
|
4700
|
+
"type": "string"
|
|
4701
|
+
},
|
|
4702
|
+
"a-watermark/width": {
|
|
4703
|
+
"description": "Watermark width",
|
|
4704
|
+
"type": "number"
|
|
4705
|
+
},
|
|
4706
|
+
"a-watermark/height": {
|
|
4707
|
+
"description": "Watermark height",
|
|
4708
|
+
"type": "number"
|
|
4709
|
+
},
|
|
4710
|
+
"a-watermark/gap": {
|
|
4711
|
+
"description": "Watermark spacing"
|
|
4712
|
+
},
|
|
4713
|
+
"a-watermark/offset": {
|
|
4714
|
+
"description": "The offset from the upper left corner of the container, the default is half the watermark spacing"
|
|
4715
|
+
},
|
|
4716
|
+
"a-watermark/rotate": {
|
|
4717
|
+
"description": "Watermark rotation angle",
|
|
4718
|
+
"type": "number"
|
|
4719
|
+
},
|
|
4720
|
+
"a-watermark/font": {
|
|
4721
|
+
"description": "Watermark font style, specific parameter configuration see [WatermarkFont](#WatermarkFont)"
|
|
4722
|
+
},
|
|
4723
|
+
"a-watermark/z-index": {
|
|
4724
|
+
"description": "Watermark z-index",
|
|
4725
|
+
"type": "number"
|
|
4726
|
+
},
|
|
4727
|
+
"a-watermark/alpha": {
|
|
4728
|
+
"description": "Watermark opacity",
|
|
4729
|
+
"type": "number"
|
|
4730
|
+
},
|
|
4731
|
+
"a-watermark/anti-tamper": {
|
|
4732
|
+
"description": "Watermark anti-tampering",
|
|
4733
|
+
"type": "boolean"
|
|
4734
|
+
},
|
|
4735
|
+
"a-watermark/grayscale": {
|
|
4736
|
+
"description": "Grayscale watermark",
|
|
4737
|
+
"type": "boolean"
|
|
4738
|
+
},
|
|
4739
|
+
"a-watermark/repeat": {
|
|
4740
|
+
"description": "Whether to repeat the watermark",
|
|
4741
|
+
"type": "boolean"
|
|
4742
|
+
},
|
|
4743
|
+
"a-watermark/staggered": {
|
|
4744
|
+
"description": "Whether to stagger the arrangement layout",
|
|
4745
|
+
"type": "boolean"
|
|
4746
|
+
},
|
|
4747
4747
|
"a-verification-code/change": {
|
|
4748
4748
|
"description": "Triggered when the value changes"
|
|
4749
4749
|
},
|