@julingbase/jly-arco-design 0.0.3 → 0.0.5
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 +61 -2
- package/dist/arco-vue.js +2442 -2411
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1451 -1447
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +2 -2
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +3933 -3
- package/es/input/input-password.d.ts +1312 -1
- package/es/input/input.d.ts +1312 -1
- package/es/input/input.js +36 -18
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/table/index.d.ts +15 -0
- package/es/table/table.d.ts +9 -0
- package/es/table/table.js +16 -2
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.d.ts +3 -3
- package/es/typography/edit-content.d.ts +11800 -10
- package/json/vetur-attributes.json +1660 -1660
- package/json/vetur-tags.json +688 -688
- package/json/web-types.json +5030 -5030
- package/lib/input/input.js +38 -20
- package/lib/table/table.js +16 -2
- package/package.json +2 -2
|
@@ -1,20 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"a-
|
|
3
|
-
"description": "Triggered when the
|
|
2
|
+
"a-alert/close": {
|
|
3
|
+
"description": "Triggered when the close button is clicked"
|
|
4
4
|
},
|
|
5
|
-
"a-
|
|
6
|
-
"description": "Triggered
|
|
7
|
-
"type": "number"
|
|
5
|
+
"a-alert/after-close": {
|
|
6
|
+
"description": "Triggered after the close animation ends"
|
|
8
7
|
},
|
|
9
|
-
"a-
|
|
10
|
-
"description": "
|
|
11
|
-
"type": "number"
|
|
8
|
+
"a-alert/type": {
|
|
9
|
+
"description": "Type of the alert. 2.41.0 Added `normal` type"
|
|
12
10
|
},
|
|
13
|
-
"a-
|
|
14
|
-
"description": "
|
|
11
|
+
"a-alert/show-icon": {
|
|
12
|
+
"description": "Whether to show the icon",
|
|
13
|
+
"type": "boolean"
|
|
15
14
|
},
|
|
16
|
-
"a-
|
|
17
|
-
"description": "
|
|
15
|
+
"a-alert/closable": {
|
|
16
|
+
"description": "Whether to show the close button",
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"a-alert/title": {
|
|
20
|
+
"description": "The title of the alert",
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"a-alert/banner": {
|
|
24
|
+
"description": "Whether to use as the top announcement (remove the border and rounded corners)",
|
|
25
|
+
"type": "boolean"
|
|
26
|
+
},
|
|
27
|
+
"a-alert/center": {
|
|
28
|
+
"description": "Whether the content is displayed in the center",
|
|
29
|
+
"type": "boolean"
|
|
18
30
|
},
|
|
19
31
|
"a-auto-complete/change": {
|
|
20
32
|
"description": "Emitted when the value changes"
|
|
@@ -69,6 +81,125 @@
|
|
|
69
81
|
"a-auto-complete/virtual-list-props": {
|
|
70
82
|
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
71
83
|
},
|
|
84
|
+
"a-back-top/visible-height": {
|
|
85
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
86
|
+
"type": "number"
|
|
87
|
+
},
|
|
88
|
+
"a-back-top/target-container": {
|
|
89
|
+
"description": "Scroll event listener container"
|
|
90
|
+
},
|
|
91
|
+
"a-back-top/easing": {
|
|
92
|
+
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"a-back-top/duration": {
|
|
96
|
+
"description": "Duration of scroll animation",
|
|
97
|
+
"type": "number"
|
|
98
|
+
},
|
|
99
|
+
"a-affix/change": {
|
|
100
|
+
"description": "Triggered when the fixed state changes"
|
|
101
|
+
},
|
|
102
|
+
"a-affix/offset-top": {
|
|
103
|
+
"description": "Triggered when the specified offset is reached from the top of the window",
|
|
104
|
+
"type": "number"
|
|
105
|
+
},
|
|
106
|
+
"a-affix/offset-bottom": {
|
|
107
|
+
"description": "Triggered when the specified offset is reached from the bottom of the window",
|
|
108
|
+
"type": "number"
|
|
109
|
+
},
|
|
110
|
+
"a-affix/target": {
|
|
111
|
+
"description": "Scroll container, default is `window`"
|
|
112
|
+
},
|
|
113
|
+
"a-affix/target-container": {
|
|
114
|
+
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
115
|
+
},
|
|
116
|
+
"a-avatar/click": {
|
|
117
|
+
"description": "Callback when clicked"
|
|
118
|
+
},
|
|
119
|
+
"a-avatar/error": {
|
|
120
|
+
"description": "image load error"
|
|
121
|
+
},
|
|
122
|
+
"a-avatar/load": {
|
|
123
|
+
"description": "image load success"
|
|
124
|
+
},
|
|
125
|
+
"a-avatar/shape": {
|
|
126
|
+
"description": "The shape of the avatar, there are two kinds of circle (circle) and square (square)"
|
|
127
|
+
},
|
|
128
|
+
"a-avatar/image-url": {
|
|
129
|
+
"description": "Custom avatar image address. If this attribute is passed in, the img tag will be rendered by default",
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"a-avatar/size": {
|
|
133
|
+
"description": "The size of the avatar, the unit is `px`. Use size `40px` in styles when not filled",
|
|
134
|
+
"type": "number"
|
|
135
|
+
},
|
|
136
|
+
"a-avatar/auto-fix-font-size": {
|
|
137
|
+
"description": "Whether to automatically adjust the font size according to the size of the avatar.",
|
|
138
|
+
"type": "boolean"
|
|
139
|
+
},
|
|
140
|
+
"a-avatar/trigger-type": {
|
|
141
|
+
"description": "Clickable avatar interaction type"
|
|
142
|
+
},
|
|
143
|
+
"a-avatar/trigger-icon-style": {
|
|
144
|
+
"description": "Interactive icon style"
|
|
145
|
+
},
|
|
146
|
+
"a-avatar/object-fit": {
|
|
147
|
+
"description": "Object-fit type of the image in the container"
|
|
148
|
+
},
|
|
149
|
+
"a-avatar-group/shape": {
|
|
150
|
+
"description": "The shape of the avatar in the group, there are two kinds of circle (circle) and square (square)"
|
|
151
|
+
},
|
|
152
|
+
"a-avatar-group/size": {
|
|
153
|
+
"description": "The size of the avatar in the group, the unit is `px`",
|
|
154
|
+
"type": "number"
|
|
155
|
+
},
|
|
156
|
+
"a-avatar-group/auto-fix-font-size": {
|
|
157
|
+
"description": "Whether to automatically adjust the font size according to the size of the avatar.",
|
|
158
|
+
"type": "boolean"
|
|
159
|
+
},
|
|
160
|
+
"a-avatar-group/max-count": {
|
|
161
|
+
"description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
|
|
162
|
+
"type": "number"
|
|
163
|
+
},
|
|
164
|
+
"a-avatar-group/z-index-ascend": {
|
|
165
|
+
"description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
|
|
166
|
+
"type": "boolean"
|
|
167
|
+
},
|
|
168
|
+
"a-avatar-group/max-style": {
|
|
169
|
+
"description": "Style for +x."
|
|
170
|
+
},
|
|
171
|
+
"a-avatar-group/max-popover-trigger-props": {
|
|
172
|
+
"description": "TriggerProps for popover around +x."
|
|
173
|
+
},
|
|
174
|
+
"a-badge/text": {
|
|
175
|
+
"description": "Set the display text of the status dot",
|
|
176
|
+
"type": "string"
|
|
177
|
+
},
|
|
178
|
+
"a-badge/dot": {
|
|
179
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
180
|
+
"type": "boolean"
|
|
181
|
+
},
|
|
182
|
+
"a-badge/dot-style": {
|
|
183
|
+
"description": "Customize badge dot style",
|
|
184
|
+
"type": "object"
|
|
185
|
+
},
|
|
186
|
+
"a-badge/max-count": {
|
|
187
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
188
|
+
"type": "number"
|
|
189
|
+
},
|
|
190
|
+
"a-badge/offset": {
|
|
191
|
+
"description": "Set offset of the badge dot"
|
|
192
|
+
},
|
|
193
|
+
"a-badge/color": {
|
|
194
|
+
"description": "Customize dot color"
|
|
195
|
+
},
|
|
196
|
+
"a-badge/status": {
|
|
197
|
+
"description": "Badge status"
|
|
198
|
+
},
|
|
199
|
+
"a-badge/count": {
|
|
200
|
+
"description": "Number to show in badge",
|
|
201
|
+
"type": "number"
|
|
202
|
+
},
|
|
72
203
|
"a-anchor/select": {
|
|
73
204
|
"description": "Triggered when the user clicks on the link"
|
|
74
205
|
},
|
|
@@ -101,35 +232,6 @@
|
|
|
101
232
|
"description": "The address of the anchor link",
|
|
102
233
|
"type": "string"
|
|
103
234
|
},
|
|
104
|
-
"a-alert/close": {
|
|
105
|
-
"description": "Triggered when the close button is clicked"
|
|
106
|
-
},
|
|
107
|
-
"a-alert/after-close": {
|
|
108
|
-
"description": "Triggered after the close animation ends"
|
|
109
|
-
},
|
|
110
|
-
"a-alert/type": {
|
|
111
|
-
"description": "Type of the alert. 2.41.0 Added `normal` type"
|
|
112
|
-
},
|
|
113
|
-
"a-alert/show-icon": {
|
|
114
|
-
"description": "Whether to show the icon",
|
|
115
|
-
"type": "boolean"
|
|
116
|
-
},
|
|
117
|
-
"a-alert/closable": {
|
|
118
|
-
"description": "Whether to show the close button",
|
|
119
|
-
"type": "boolean"
|
|
120
|
-
},
|
|
121
|
-
"a-alert/title": {
|
|
122
|
-
"description": "The title of the alert",
|
|
123
|
-
"type": "string"
|
|
124
|
-
},
|
|
125
|
-
"a-alert/banner": {
|
|
126
|
-
"description": "Whether to use as the top announcement (remove the border and rounded corners)",
|
|
127
|
-
"type": "boolean"
|
|
128
|
-
},
|
|
129
|
-
"a-alert/center": {
|
|
130
|
-
"description": "Whether the content is displayed in the center",
|
|
131
|
-
"type": "boolean"
|
|
132
|
-
},
|
|
133
235
|
"a-button/click": {
|
|
134
236
|
"description": "Emitted when the button is clicked"
|
|
135
237
|
},
|
|
@@ -184,129 +286,56 @@
|
|
|
184
286
|
"description": "All children whether the button is disabled",
|
|
185
287
|
"type": "boolean"
|
|
186
288
|
},
|
|
187
|
-
"a-
|
|
188
|
-
"description": "
|
|
289
|
+
"a-breadcrumb/max-count": {
|
|
290
|
+
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
189
291
|
"type": "number"
|
|
190
292
|
},
|
|
191
|
-
"a-
|
|
192
|
-
"description": "
|
|
293
|
+
"a-breadcrumb/routes": {
|
|
294
|
+
"description": "Set routes"
|
|
193
295
|
},
|
|
194
|
-
"a-
|
|
195
|
-
"description": "
|
|
196
|
-
"type": "string"
|
|
296
|
+
"a-breadcrumb/separator": {
|
|
297
|
+
"description": "Delimiter text",
|
|
298
|
+
"type": "string|number"
|
|
197
299
|
},
|
|
198
|
-
"a-
|
|
199
|
-
"description": "
|
|
200
|
-
"type": "number"
|
|
300
|
+
"a-breadcrumb/custom-url": {
|
|
301
|
+
"description": "Custom link address"
|
|
201
302
|
},
|
|
202
|
-
"a-
|
|
203
|
-
"description": "
|
|
303
|
+
"a-breadcrumb-item/separator": {
|
|
304
|
+
"description": "Delimiter text",
|
|
305
|
+
"type": "string|number"
|
|
204
306
|
},
|
|
205
|
-
"a-
|
|
206
|
-
"description": "
|
|
307
|
+
"a-breadcrumb-item/droplist": {
|
|
308
|
+
"description": "Dropdown content"
|
|
207
309
|
},
|
|
208
|
-
"a-
|
|
209
|
-
"description": "
|
|
310
|
+
"a-breadcrumb-item/dropdown-props": {
|
|
311
|
+
"description": "Dropdown props"
|
|
210
312
|
},
|
|
211
|
-
"a-
|
|
212
|
-
"description": "
|
|
313
|
+
"a-calendar/change": {
|
|
314
|
+
"description": "Emitted when the button is clicked"
|
|
213
315
|
},
|
|
214
|
-
"a-
|
|
215
|
-
"description": "
|
|
216
|
-
"type": "string"
|
|
316
|
+
"a-calendar/panel-change": {
|
|
317
|
+
"description": "Emitted when the button is clicked"
|
|
217
318
|
},
|
|
218
|
-
"a-
|
|
219
|
-
"description": "
|
|
220
|
-
"type": "number"
|
|
319
|
+
"a-calendar/model-value": {
|
|
320
|
+
"description": "Value"
|
|
221
321
|
},
|
|
222
|
-
"a-
|
|
223
|
-
"description": "
|
|
224
|
-
"type": "boolean"
|
|
322
|
+
"a-calendar/default-value": {
|
|
323
|
+
"description": "Default value (uncontrolled state)"
|
|
225
324
|
},
|
|
226
|
-
"a-
|
|
227
|
-
"description": "
|
|
325
|
+
"a-calendar/mode": {
|
|
326
|
+
"description": "Mode",
|
|
327
|
+
"type": "string"
|
|
228
328
|
},
|
|
229
|
-
"a-
|
|
230
|
-
"description": "
|
|
329
|
+
"a-calendar/default-mode": {
|
|
330
|
+
"description": "Default Mode",
|
|
331
|
+
"type": "string"
|
|
231
332
|
},
|
|
232
|
-
"a-
|
|
233
|
-
"description": "
|
|
333
|
+
"a-calendar/modes": {
|
|
334
|
+
"description": "Displayed mode"
|
|
234
335
|
},
|
|
235
|
-
"a-
|
|
236
|
-
"description": "
|
|
237
|
-
|
|
238
|
-
"a-avatar-group/size": {
|
|
239
|
-
"description": "The size of the avatar in the group, the unit is `px`",
|
|
240
|
-
"type": "number"
|
|
241
|
-
},
|
|
242
|
-
"a-avatar-group/auto-fix-font-size": {
|
|
243
|
-
"description": "Whether to automatically adjust the font size according to the size of the avatar.",
|
|
244
|
-
"type": "boolean"
|
|
245
|
-
},
|
|
246
|
-
"a-avatar-group/max-count": {
|
|
247
|
-
"description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
|
|
248
|
-
"type": "number"
|
|
249
|
-
},
|
|
250
|
-
"a-avatar-group/z-index-ascend": {
|
|
251
|
-
"description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
|
|
252
|
-
"type": "boolean"
|
|
253
|
-
},
|
|
254
|
-
"a-avatar-group/max-style": {
|
|
255
|
-
"description": "Style for +x."
|
|
256
|
-
},
|
|
257
|
-
"a-avatar-group/max-popover-trigger-props": {
|
|
258
|
-
"description": "TriggerProps for popover around +x."
|
|
259
|
-
},
|
|
260
|
-
"a-calendar/change": {
|
|
261
|
-
"description": "Emitted when the button is clicked"
|
|
262
|
-
},
|
|
263
|
-
"a-calendar/panel-change": {
|
|
264
|
-
"description": "Emitted when the button is clicked"
|
|
265
|
-
},
|
|
266
|
-
"a-calendar/model-value": {
|
|
267
|
-
"description": "Value"
|
|
268
|
-
},
|
|
269
|
-
"a-calendar/default-value": {
|
|
270
|
-
"description": "Default value (uncontrolled state)"
|
|
271
|
-
},
|
|
272
|
-
"a-calendar/mode": {
|
|
273
|
-
"description": "Mode",
|
|
274
|
-
"type": "string"
|
|
275
|
-
},
|
|
276
|
-
"a-calendar/default-mode": {
|
|
277
|
-
"description": "Default Mode",
|
|
278
|
-
"type": "string"
|
|
279
|
-
},
|
|
280
|
-
"a-calendar/modes": {
|
|
281
|
-
"description": "Displayed mode"
|
|
282
|
-
},
|
|
283
|
-
"a-breadcrumb/max-count": {
|
|
284
|
-
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
285
|
-
"type": "number"
|
|
286
|
-
},
|
|
287
|
-
"a-breadcrumb/routes": {
|
|
288
|
-
"description": "Set routes"
|
|
289
|
-
},
|
|
290
|
-
"a-breadcrumb/separator": {
|
|
291
|
-
"description": "Delimiter text",
|
|
292
|
-
"type": "string|number"
|
|
293
|
-
},
|
|
294
|
-
"a-breadcrumb/custom-url": {
|
|
295
|
-
"description": "Custom link address"
|
|
296
|
-
},
|
|
297
|
-
"a-breadcrumb-item/separator": {
|
|
298
|
-
"description": "Delimiter text",
|
|
299
|
-
"type": "string|number"
|
|
300
|
-
},
|
|
301
|
-
"a-breadcrumb-item/droplist": {
|
|
302
|
-
"description": "Dropdown content"
|
|
303
|
-
},
|
|
304
|
-
"a-breadcrumb-item/dropdown-props": {
|
|
305
|
-
"description": "Dropdown props"
|
|
306
|
-
},
|
|
307
|
-
"a-card/bordered": {
|
|
308
|
-
"description": "Whether to render the border",
|
|
309
|
-
"type": "boolean"
|
|
336
|
+
"a-card/bordered": {
|
|
337
|
+
"description": "Whether to render the border",
|
|
338
|
+
"type": "boolean"
|
|
310
339
|
},
|
|
311
340
|
"a-card/loading": {
|
|
312
341
|
"description": "Loading status",
|
|
@@ -346,51 +375,6 @@
|
|
|
346
375
|
"description": "Whether to hover",
|
|
347
376
|
"type": "boolean"
|
|
348
377
|
},
|
|
349
|
-
"a-checkbox/change": {
|
|
350
|
-
"description": "Trigger when the value changes"
|
|
351
|
-
},
|
|
352
|
-
"a-checkbox/model-value": {
|
|
353
|
-
"description": "Value"
|
|
354
|
-
},
|
|
355
|
-
"a-checkbox/default-checked": {
|
|
356
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
357
|
-
"type": "boolean"
|
|
358
|
-
},
|
|
359
|
-
"a-checkbox/value": {
|
|
360
|
-
"description": "The `value` of the option",
|
|
361
|
-
"type": "string|number|boolean"
|
|
362
|
-
},
|
|
363
|
-
"a-checkbox/disabled": {
|
|
364
|
-
"description": "Whether to disable",
|
|
365
|
-
"type": "boolean"
|
|
366
|
-
},
|
|
367
|
-
"a-checkbox/indeterminate": {
|
|
368
|
-
"description": "Whether it is half-selected",
|
|
369
|
-
"type": "boolean"
|
|
370
|
-
},
|
|
371
|
-
"a-checkbox-group/change": {
|
|
372
|
-
"description": "Trigger when the value changes"
|
|
373
|
-
},
|
|
374
|
-
"a-checkbox-group/model-value": {
|
|
375
|
-
"description": "Value"
|
|
376
|
-
},
|
|
377
|
-
"a-checkbox-group/default-value": {
|
|
378
|
-
"description": "Default value (uncontrolled state)"
|
|
379
|
-
},
|
|
380
|
-
"a-checkbox-group/max": {
|
|
381
|
-
"description": "Support the maximum number of selections",
|
|
382
|
-
"type": "number"
|
|
383
|
-
},
|
|
384
|
-
"a-checkbox-group/options": {
|
|
385
|
-
"description": "Options"
|
|
386
|
-
},
|
|
387
|
-
"a-checkbox-group/direction": {
|
|
388
|
-
"description": "Arrangement direction of checkboxes"
|
|
389
|
-
},
|
|
390
|
-
"a-checkbox-group/disabled": {
|
|
391
|
-
"description": "Whether to disable",
|
|
392
|
-
"type": "boolean"
|
|
393
|
-
},
|
|
394
378
|
"a-carousel/change": {
|
|
395
379
|
"description": "Callback when slide changes"
|
|
396
380
|
},
|
|
@@ -437,35 +421,6 @@
|
|
|
437
421
|
"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)",
|
|
438
422
|
"type": "string"
|
|
439
423
|
},
|
|
440
|
-
"a-badge/text": {
|
|
441
|
-
"description": "Set the display text of the status dot",
|
|
442
|
-
"type": "string"
|
|
443
|
-
},
|
|
444
|
-
"a-badge/dot": {
|
|
445
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
446
|
-
"type": "boolean"
|
|
447
|
-
},
|
|
448
|
-
"a-badge/dot-style": {
|
|
449
|
-
"description": "Customize badge dot style",
|
|
450
|
-
"type": "object"
|
|
451
|
-
},
|
|
452
|
-
"a-badge/max-count": {
|
|
453
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
454
|
-
"type": "number"
|
|
455
|
-
},
|
|
456
|
-
"a-badge/offset": {
|
|
457
|
-
"description": "Set offset of the badge dot"
|
|
458
|
-
},
|
|
459
|
-
"a-badge/color": {
|
|
460
|
-
"description": "Customize dot color"
|
|
461
|
-
},
|
|
462
|
-
"a-badge/status": {
|
|
463
|
-
"description": "Badge status"
|
|
464
|
-
},
|
|
465
|
-
"a-badge/count": {
|
|
466
|
-
"description": "Number to show in badge",
|
|
467
|
-
"type": "number"
|
|
468
|
-
},
|
|
469
424
|
"a-cascader/change": {
|
|
470
425
|
"description": "Triggered when the selected value changes"
|
|
471
426
|
},
|
|
@@ -645,48 +600,49 @@
|
|
|
645
600
|
"description": "whether to expand the submenu",
|
|
646
601
|
"type": "boolean"
|
|
647
602
|
},
|
|
648
|
-
"a-
|
|
649
|
-
"description": "
|
|
603
|
+
"a-checkbox/change": {
|
|
604
|
+
"description": "Trigger when the value changes"
|
|
650
605
|
},
|
|
651
|
-
"a-
|
|
652
|
-
"description": "
|
|
606
|
+
"a-checkbox/model-value": {
|
|
607
|
+
"description": "Value"
|
|
653
608
|
},
|
|
654
|
-
"a-
|
|
655
|
-
"description": "
|
|
609
|
+
"a-checkbox/default-checked": {
|
|
610
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
611
|
+
"type": "boolean"
|
|
656
612
|
},
|
|
657
|
-
"a-
|
|
658
|
-
"description": "
|
|
613
|
+
"a-checkbox/value": {
|
|
614
|
+
"description": "The `value` of the option",
|
|
615
|
+
"type": "string|number|boolean"
|
|
616
|
+
},
|
|
617
|
+
"a-checkbox/disabled": {
|
|
618
|
+
"description": "Whether to disable",
|
|
659
619
|
"type": "boolean"
|
|
660
620
|
},
|
|
661
|
-
"a-
|
|
662
|
-
"description": "Whether
|
|
621
|
+
"a-checkbox/indeterminate": {
|
|
622
|
+
"description": "Whether it is half-selected",
|
|
663
623
|
"type": "boolean"
|
|
664
624
|
},
|
|
665
|
-
"a-
|
|
666
|
-
"description": "
|
|
625
|
+
"a-checkbox-group/change": {
|
|
626
|
+
"description": "Trigger when the value changes"
|
|
667
627
|
},
|
|
668
|
-
"a-
|
|
669
|
-
"description": "
|
|
670
|
-
"type": "boolean"
|
|
628
|
+
"a-checkbox-group/model-value": {
|
|
629
|
+
"description": "Value"
|
|
671
630
|
},
|
|
672
|
-
"a-
|
|
673
|
-
"description": "
|
|
674
|
-
"type": "boolean"
|
|
631
|
+
"a-checkbox-group/default-value": {
|
|
632
|
+
"description": "Default value (uncontrolled state)"
|
|
675
633
|
},
|
|
676
|
-
"a-
|
|
677
|
-
"description": "
|
|
678
|
-
"type": "
|
|
634
|
+
"a-checkbox-group/max": {
|
|
635
|
+
"description": "Support the maximum number of selections",
|
|
636
|
+
"type": "number"
|
|
679
637
|
},
|
|
680
|
-
"a-
|
|
681
|
-
"description": "
|
|
682
|
-
"type": "boolean"
|
|
638
|
+
"a-checkbox-group/options": {
|
|
639
|
+
"description": "Options"
|
|
683
640
|
},
|
|
684
|
-
"a-
|
|
685
|
-
"description": "
|
|
686
|
-
"type": "boolean"
|
|
641
|
+
"a-checkbox-group/direction": {
|
|
642
|
+
"description": "Arrangement direction of checkboxes"
|
|
687
643
|
},
|
|
688
|
-
"a-
|
|
689
|
-
"description": "Whether to
|
|
644
|
+
"a-checkbox-group/disabled": {
|
|
645
|
+
"description": "Whether to disable",
|
|
690
646
|
"type": "boolean"
|
|
691
647
|
},
|
|
692
648
|
"a-color-picker/change": {
|
|
@@ -743,44 +699,115 @@
|
|
|
743
699
|
"a-color-picker/preset-colors": {
|
|
744
700
|
"description": "Color array of preset colors"
|
|
745
701
|
},
|
|
746
|
-
"a-
|
|
747
|
-
"description": "
|
|
702
|
+
"a-collapse/change": {
|
|
703
|
+
"description": "Emitted when the expanded panel changes"
|
|
748
704
|
},
|
|
749
|
-
"a-
|
|
750
|
-
"description": "The
|
|
751
|
-
"type": "string"
|
|
705
|
+
"a-collapse/active-key": {
|
|
706
|
+
"description": "The `key` of the currently expanded panel"
|
|
752
707
|
},
|
|
753
|
-
"a-
|
|
754
|
-
"description": "
|
|
755
|
-
"type": "string"
|
|
708
|
+
"a-collapse/default-active-key": {
|
|
709
|
+
"description": "The `key` of the panel expanded by default (uncontrolled mode)"
|
|
756
710
|
},
|
|
757
|
-
"a-
|
|
758
|
-
"description": "
|
|
759
|
-
"type": "
|
|
711
|
+
"a-collapse/accordion": {
|
|
712
|
+
"description": "Whether to enable accordion mode",
|
|
713
|
+
"type": "boolean"
|
|
760
714
|
},
|
|
761
|
-
"a-
|
|
762
|
-
"description": "
|
|
763
|
-
"type": "
|
|
715
|
+
"a-collapse/show-expand-icon": {
|
|
716
|
+
"description": "Whether to show the expand icon",
|
|
717
|
+
"type": "boolean"
|
|
764
718
|
},
|
|
765
|
-
"a-
|
|
766
|
-
"description": "
|
|
719
|
+
"a-collapse/expand-icon-position": {
|
|
720
|
+
"description": "The location where the expand icon is displayed"
|
|
767
721
|
},
|
|
768
|
-
"a-
|
|
769
|
-
"description": "
|
|
722
|
+
"a-collapse/bordered": {
|
|
723
|
+
"description": "Whether to show the border",
|
|
724
|
+
"type": "boolean"
|
|
770
725
|
},
|
|
771
|
-
"a-
|
|
772
|
-
"description": "
|
|
773
|
-
"type": "
|
|
726
|
+
"a-collapse/destroy-on-hide": {
|
|
727
|
+
"description": "Whether to destroy content when hidden",
|
|
728
|
+
"type": "boolean"
|
|
774
729
|
},
|
|
775
|
-
"a-
|
|
776
|
-
"description": "
|
|
730
|
+
"a-collapse-item/header": {
|
|
731
|
+
"description": "The title of the panel",
|
|
777
732
|
"type": "string"
|
|
778
733
|
},
|
|
779
|
-
"a-
|
|
780
|
-
"description": "
|
|
734
|
+
"a-collapse-item/disabled": {
|
|
735
|
+
"description": "Whether to disable",
|
|
736
|
+
"type": "boolean"
|
|
781
737
|
},
|
|
782
|
-
"a-
|
|
783
|
-
"description": "
|
|
738
|
+
"a-collapse-item/show-expand-icon": {
|
|
739
|
+
"description": "Whether to show the expand icon",
|
|
740
|
+
"type": "boolean"
|
|
741
|
+
},
|
|
742
|
+
"a-collapse-item/destroy-on-hide": {
|
|
743
|
+
"description": "Whether to destroy content when hidden",
|
|
744
|
+
"type": "boolean"
|
|
745
|
+
},
|
|
746
|
+
"a-comment/author": {
|
|
747
|
+
"description": "Display as the comment author",
|
|
748
|
+
"type": "string"
|
|
749
|
+
},
|
|
750
|
+
"a-comment/avatar": {
|
|
751
|
+
"description": "Display as the comment avatar",
|
|
752
|
+
"type": "string"
|
|
753
|
+
},
|
|
754
|
+
"a-comment/content": {
|
|
755
|
+
"description": "The content of the comment",
|
|
756
|
+
"type": "string"
|
|
757
|
+
},
|
|
758
|
+
"a-comment/datetime": {
|
|
759
|
+
"description": "Display as the comment datetime",
|
|
760
|
+
"type": "string"
|
|
761
|
+
},
|
|
762
|
+
"a-comment/align": {
|
|
763
|
+
"description": "Alignment of `datetime` and `actions`",
|
|
764
|
+
"type": "string|object"
|
|
765
|
+
},
|
|
766
|
+
"a-config-provider/prefix-cls": {
|
|
767
|
+
"description": "Component classname prefix",
|
|
768
|
+
"type": "string"
|
|
769
|
+
},
|
|
770
|
+
"a-config-provider/locale": {
|
|
771
|
+
"description": "Configure language pack"
|
|
772
|
+
},
|
|
773
|
+
"a-config-provider/size": {
|
|
774
|
+
"description": "Size"
|
|
775
|
+
},
|
|
776
|
+
"a-config-provider/global": {
|
|
777
|
+
"description": "Is global effect",
|
|
778
|
+
"type": "boolean"
|
|
779
|
+
},
|
|
780
|
+
"a-config-provider/scroll-to-close": {
|
|
781
|
+
"description": "Whether to close the popover when scrolling",
|
|
782
|
+
"type": "boolean"
|
|
783
|
+
},
|
|
784
|
+
"a-config-provider/exchange-time": {
|
|
785
|
+
"description": "Whether to exchange time",
|
|
786
|
+
"type": "boolean"
|
|
787
|
+
},
|
|
788
|
+
"a-config-provider/rtl": {
|
|
789
|
+
"description": "View starts from the right and ends on the left",
|
|
790
|
+
"type": "boolean"
|
|
791
|
+
},
|
|
792
|
+
"a-descriptions/data": {
|
|
793
|
+
"description": "Data for descriptions"
|
|
794
|
+
},
|
|
795
|
+
"a-descriptions/column": {
|
|
796
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
797
|
+
},
|
|
798
|
+
"a-descriptions/title": {
|
|
799
|
+
"description": "Title of descriptions",
|
|
800
|
+
"type": "string"
|
|
801
|
+
},
|
|
802
|
+
"a-descriptions/layout": {
|
|
803
|
+
"description": "Arrangement of descriptions",
|
|
804
|
+
"type": "string"
|
|
805
|
+
},
|
|
806
|
+
"a-descriptions/align": {
|
|
807
|
+
"description": "Alignment position of text"
|
|
808
|
+
},
|
|
809
|
+
"a-descriptions/size": {
|
|
810
|
+
"description": "The size of the descriptions"
|
|
784
811
|
},
|
|
785
812
|
"a-descriptions/bordered": {
|
|
786
813
|
"description": "Whether to show the border",
|
|
@@ -804,25 +831,137 @@
|
|
|
804
831
|
"description": "Label",
|
|
805
832
|
"type": "string"
|
|
806
833
|
},
|
|
807
|
-
"a-
|
|
808
|
-
"description": "
|
|
834
|
+
"a-divider/direction": {
|
|
835
|
+
"description": "The direction of the dividing line. Can be horizontal or vertical"
|
|
836
|
+
},
|
|
837
|
+
"a-divider/orientation": {
|
|
838
|
+
"description": "The position of the dividing line text",
|
|
809
839
|
"type": "string"
|
|
810
840
|
},
|
|
811
|
-
"a-
|
|
812
|
-
"description": "
|
|
841
|
+
"a-divider/type": {
|
|
842
|
+
"description": "Dividing line style type",
|
|
813
843
|
"type": "string"
|
|
814
844
|
},
|
|
815
|
-
"a-
|
|
816
|
-
"description": "The
|
|
845
|
+
"a-divider/size": {
|
|
846
|
+
"description": "The wide/height of the dividing line",
|
|
847
|
+
"type": "number"
|
|
848
|
+
},
|
|
849
|
+
"a-divider/margin": {
|
|
850
|
+
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
851
|
+
"type": "number | string"
|
|
852
|
+
},
|
|
853
|
+
"a-drawer/ok": {
|
|
854
|
+
"description": "Triggered when the OK button is clicked"
|
|
855
|
+
},
|
|
856
|
+
"a-drawer/cancel": {
|
|
857
|
+
"description": "Triggered when the cancel or close button is clicked"
|
|
858
|
+
},
|
|
859
|
+
"a-drawer/open": {
|
|
860
|
+
"description": "Triggered after the drawer is opened (the animation ends)"
|
|
861
|
+
},
|
|
862
|
+
"a-drawer/close": {
|
|
863
|
+
"description": "Triggered when the drawer is closed (the animation ends)"
|
|
864
|
+
},
|
|
865
|
+
"a-drawer/before-open": {
|
|
866
|
+
"description": "Triggered before drawer is opened"
|
|
867
|
+
},
|
|
868
|
+
"a-drawer/before-close": {
|
|
869
|
+
"description": "Triggered before drawer is closed"
|
|
870
|
+
},
|
|
871
|
+
"a-drawer/visible": {
|
|
872
|
+
"description": "Whether the drawer is visible",
|
|
873
|
+
"type": "boolean"
|
|
874
|
+
},
|
|
875
|
+
"a-drawer/default-visible": {
|
|
876
|
+
"description": "Whether the drawer is visible by default (uncontrolled mode)",
|
|
877
|
+
"type": "boolean"
|
|
878
|
+
},
|
|
879
|
+
"a-drawer/placement": {
|
|
880
|
+
"description": "Where the drawer is placed"
|
|
881
|
+
},
|
|
882
|
+
"a-drawer/title": {
|
|
883
|
+
"description": "Title",
|
|
817
884
|
"type": "string"
|
|
818
885
|
},
|
|
819
|
-
"a-
|
|
820
|
-
"description": "
|
|
886
|
+
"a-drawer/mask": {
|
|
887
|
+
"description": "Whether to show the mask",
|
|
888
|
+
"type": "boolean"
|
|
889
|
+
},
|
|
890
|
+
"a-drawer/mask-closable": {
|
|
891
|
+
"description": "Click on the mask layer to be able to close",
|
|
892
|
+
"type": "boolean"
|
|
893
|
+
},
|
|
894
|
+
"a-drawer/closable": {
|
|
895
|
+
"description": "Whether to show the close button",
|
|
896
|
+
"type": "boolean"
|
|
897
|
+
},
|
|
898
|
+
"a-drawer/ok-text": {
|
|
899
|
+
"description": "The content of the ok button",
|
|
821
900
|
"type": "string"
|
|
822
901
|
},
|
|
823
|
-
"a-
|
|
824
|
-
"description": "
|
|
825
|
-
"type": "string
|
|
902
|
+
"a-drawer/cancel-text": {
|
|
903
|
+
"description": "The content of the cancel button",
|
|
904
|
+
"type": "string"
|
|
905
|
+
},
|
|
906
|
+
"a-drawer/ok-loading": {
|
|
907
|
+
"description": "Whether the ok button is in the loading state",
|
|
908
|
+
"type": "boolean"
|
|
909
|
+
},
|
|
910
|
+
"a-drawer/ok-button-props": {
|
|
911
|
+
"description": "Props of confirm button"
|
|
912
|
+
},
|
|
913
|
+
"a-drawer/cancel-button-props": {
|
|
914
|
+
"description": "Props of cancel button"
|
|
915
|
+
},
|
|
916
|
+
"a-drawer/unmount-on-close": {
|
|
917
|
+
"description": "Whether to uninstall the node when close",
|
|
918
|
+
"type": "boolean"
|
|
919
|
+
},
|
|
920
|
+
"a-drawer/width": {
|
|
921
|
+
"description": "The width of the drawer (only available when placement is right, left)",
|
|
922
|
+
"type": "number|string"
|
|
923
|
+
},
|
|
924
|
+
"a-drawer/height": {
|
|
925
|
+
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
926
|
+
"type": "number|string"
|
|
927
|
+
},
|
|
928
|
+
"a-drawer/popup-container": {
|
|
929
|
+
"description": "Mount container for popup"
|
|
930
|
+
},
|
|
931
|
+
"a-drawer/drawer-style": {
|
|
932
|
+
"description": "Drawer style"
|
|
933
|
+
},
|
|
934
|
+
"a-drawer/body-class": {
|
|
935
|
+
"description": "The classname of the drawer body"
|
|
936
|
+
},
|
|
937
|
+
"a-drawer/body-style": {
|
|
938
|
+
"description": "Drawer body style"
|
|
939
|
+
},
|
|
940
|
+
"a-drawer/before-ok": {
|
|
941
|
+
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
942
|
+
},
|
|
943
|
+
"a-drawer/before-cancel": {
|
|
944
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
945
|
+
},
|
|
946
|
+
"a-drawer/esc-to-close": {
|
|
947
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
948
|
+
"type": "boolean"
|
|
949
|
+
},
|
|
950
|
+
"a-drawer/render-to-body": {
|
|
951
|
+
"description": "Whether the drawer is mounted under the `body` element",
|
|
952
|
+
"type": "boolean"
|
|
953
|
+
},
|
|
954
|
+
"a-drawer/header": {
|
|
955
|
+
"description": "Whether to display high-quality content",
|
|
956
|
+
"type": "boolean"
|
|
957
|
+
},
|
|
958
|
+
"a-drawer/footer": {
|
|
959
|
+
"description": "Whether to display the bottom content",
|
|
960
|
+
"type": "boolean"
|
|
961
|
+
},
|
|
962
|
+
"a-drawer/hide-cancel": {
|
|
963
|
+
"description": "Whether to hide the cancel button",
|
|
964
|
+
"type": "boolean"
|
|
826
965
|
},
|
|
827
966
|
"a-common/change": {
|
|
828
967
|
"description": "Edit content change"
|
|
@@ -1101,32 +1240,6 @@
|
|
|
1101
1240
|
"description": "Whether to enable abbreviation",
|
|
1102
1241
|
"type": "boolean"
|
|
1103
1242
|
},
|
|
1104
|
-
"a-config-provider/prefix-cls": {
|
|
1105
|
-
"description": "Component classname prefix",
|
|
1106
|
-
"type": "string"
|
|
1107
|
-
},
|
|
1108
|
-
"a-config-provider/locale": {
|
|
1109
|
-
"description": "Configure language pack"
|
|
1110
|
-
},
|
|
1111
|
-
"a-config-provider/size": {
|
|
1112
|
-
"description": "Size"
|
|
1113
|
-
},
|
|
1114
|
-
"a-config-provider/global": {
|
|
1115
|
-
"description": "Is global effect",
|
|
1116
|
-
"type": "boolean"
|
|
1117
|
-
},
|
|
1118
|
-
"a-config-provider/scroll-to-close": {
|
|
1119
|
-
"description": "Whether to close the popover when scrolling",
|
|
1120
|
-
"type": "boolean"
|
|
1121
|
-
},
|
|
1122
|
-
"a-config-provider/exchange-time": {
|
|
1123
|
-
"description": "Whether to exchange time",
|
|
1124
|
-
"type": "boolean"
|
|
1125
|
-
},
|
|
1126
|
-
"a-config-provider/rtl": {
|
|
1127
|
-
"description": "View starts from the right and ends on the left",
|
|
1128
|
-
"type": "boolean"
|
|
1129
|
-
},
|
|
1130
1243
|
"a-dropdown/popup-visible-change": {
|
|
1131
1244
|
"description": "Triggered when the display status of the drop-down box changes"
|
|
1132
1245
|
},
|
|
@@ -1256,215 +1369,23 @@
|
|
|
1256
1369
|
"description": "Whether to hide popup when the user selects",
|
|
1257
1370
|
"type": "boolean"
|
|
1258
1371
|
},
|
|
1259
|
-
"a-
|
|
1260
|
-
"description": "
|
|
1372
|
+
"a-empty/description": {
|
|
1373
|
+
"description": "Description",
|
|
1374
|
+
"type": "string"
|
|
1261
1375
|
},
|
|
1262
|
-
"a-
|
|
1263
|
-
"description": "
|
|
1376
|
+
"a-empty/img-src": {
|
|
1377
|
+
"description": "The src of the Custom Image",
|
|
1378
|
+
"type": "string"
|
|
1264
1379
|
},
|
|
1265
|
-
"a-
|
|
1266
|
-
"description": "
|
|
1380
|
+
"a-empty/in-config-provider": {
|
|
1381
|
+
"description": "Whether to use in ConfigProvider",
|
|
1382
|
+
"type": "boolean"
|
|
1267
1383
|
},
|
|
1268
|
-
"a-
|
|
1269
|
-
"description": "Triggered when the
|
|
1384
|
+
"a-form/submit": {
|
|
1385
|
+
"description": "Triggered when the form is submitted"
|
|
1270
1386
|
},
|
|
1271
|
-
"a-
|
|
1272
|
-
"description": "Triggered
|
|
1273
|
-
},
|
|
1274
|
-
"a-drawer/before-close": {
|
|
1275
|
-
"description": "Triggered before drawer is closed"
|
|
1276
|
-
},
|
|
1277
|
-
"a-drawer/visible": {
|
|
1278
|
-
"description": "Whether the drawer is visible",
|
|
1279
|
-
"type": "boolean"
|
|
1280
|
-
},
|
|
1281
|
-
"a-drawer/default-visible": {
|
|
1282
|
-
"description": "Whether the drawer is visible by default (uncontrolled mode)",
|
|
1283
|
-
"type": "boolean"
|
|
1284
|
-
},
|
|
1285
|
-
"a-drawer/placement": {
|
|
1286
|
-
"description": "Where the drawer is placed"
|
|
1287
|
-
},
|
|
1288
|
-
"a-drawer/title": {
|
|
1289
|
-
"description": "Title",
|
|
1290
|
-
"type": "string"
|
|
1291
|
-
},
|
|
1292
|
-
"a-drawer/mask": {
|
|
1293
|
-
"description": "Whether to show the mask",
|
|
1294
|
-
"type": "boolean"
|
|
1295
|
-
},
|
|
1296
|
-
"a-drawer/mask-closable": {
|
|
1297
|
-
"description": "Click on the mask layer to be able to close",
|
|
1298
|
-
"type": "boolean"
|
|
1299
|
-
},
|
|
1300
|
-
"a-drawer/closable": {
|
|
1301
|
-
"description": "Whether to show the close button",
|
|
1302
|
-
"type": "boolean"
|
|
1303
|
-
},
|
|
1304
|
-
"a-drawer/ok-text": {
|
|
1305
|
-
"description": "The content of the ok button",
|
|
1306
|
-
"type": "string"
|
|
1307
|
-
},
|
|
1308
|
-
"a-drawer/cancel-text": {
|
|
1309
|
-
"description": "The content of the cancel button",
|
|
1310
|
-
"type": "string"
|
|
1311
|
-
},
|
|
1312
|
-
"a-drawer/ok-loading": {
|
|
1313
|
-
"description": "Whether the ok button is in the loading state",
|
|
1314
|
-
"type": "boolean"
|
|
1315
|
-
},
|
|
1316
|
-
"a-drawer/ok-button-props": {
|
|
1317
|
-
"description": "Props of confirm button"
|
|
1318
|
-
},
|
|
1319
|
-
"a-drawer/cancel-button-props": {
|
|
1320
|
-
"description": "Props of cancel button"
|
|
1321
|
-
},
|
|
1322
|
-
"a-drawer/unmount-on-close": {
|
|
1323
|
-
"description": "Whether to uninstall the node when close",
|
|
1324
|
-
"type": "boolean"
|
|
1325
|
-
},
|
|
1326
|
-
"a-drawer/width": {
|
|
1327
|
-
"description": "The width of the drawer (only available when placement is right, left)",
|
|
1328
|
-
"type": "number|string"
|
|
1329
|
-
},
|
|
1330
|
-
"a-drawer/height": {
|
|
1331
|
-
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
1332
|
-
"type": "number|string"
|
|
1333
|
-
},
|
|
1334
|
-
"a-drawer/popup-container": {
|
|
1335
|
-
"description": "Mount container for popup"
|
|
1336
|
-
},
|
|
1337
|
-
"a-drawer/drawer-style": {
|
|
1338
|
-
"description": "Drawer style"
|
|
1339
|
-
},
|
|
1340
|
-
"a-drawer/body-class": {
|
|
1341
|
-
"description": "The classname of the drawer body"
|
|
1342
|
-
},
|
|
1343
|
-
"a-drawer/body-style": {
|
|
1344
|
-
"description": "Drawer body style"
|
|
1345
|
-
},
|
|
1346
|
-
"a-drawer/before-ok": {
|
|
1347
|
-
"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."
|
|
1348
|
-
},
|
|
1349
|
-
"a-drawer/before-cancel": {
|
|
1350
|
-
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
1351
|
-
},
|
|
1352
|
-
"a-drawer/esc-to-close": {
|
|
1353
|
-
"description": "Whether to support the ESC key to close the dialog",
|
|
1354
|
-
"type": "boolean"
|
|
1355
|
-
},
|
|
1356
|
-
"a-drawer/render-to-body": {
|
|
1357
|
-
"description": "Whether the drawer is mounted under the `body` element",
|
|
1358
|
-
"type": "boolean"
|
|
1359
|
-
},
|
|
1360
|
-
"a-drawer/header": {
|
|
1361
|
-
"description": "Whether to display high-quality content",
|
|
1362
|
-
"type": "boolean"
|
|
1363
|
-
},
|
|
1364
|
-
"a-drawer/footer": {
|
|
1365
|
-
"description": "Whether to display the bottom content",
|
|
1366
|
-
"type": "boolean"
|
|
1367
|
-
},
|
|
1368
|
-
"a-drawer/hide-cancel": {
|
|
1369
|
-
"description": "Whether to hide the cancel button",
|
|
1370
|
-
"type": "boolean"
|
|
1371
|
-
},
|
|
1372
|
-
"a-row/gutter": {
|
|
1373
|
-
"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."
|
|
1374
|
-
},
|
|
1375
|
-
"a-row/justify": {
|
|
1376
|
-
"description": "Horizontal alignment (`justify-content`)",
|
|
1377
|
-
"type": "string"
|
|
1378
|
-
},
|
|
1379
|
-
"a-row/align": {
|
|
1380
|
-
"description": "Vertical alignment (`align-items`)",
|
|
1381
|
-
"type": "string"
|
|
1382
|
-
},
|
|
1383
|
-
"a-row/div": {
|
|
1384
|
-
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1385
|
-
"type": "boolean"
|
|
1386
|
-
},
|
|
1387
|
-
"a-row/wrap": {
|
|
1388
|
-
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1389
|
-
"type": "boolean"
|
|
1390
|
-
},
|
|
1391
|
-
"a-col/span": {
|
|
1392
|
-
"description": "Number of grid space",
|
|
1393
|
-
"type": "number"
|
|
1394
|
-
},
|
|
1395
|
-
"a-col/offset": {
|
|
1396
|
-
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
1397
|
-
"type": "number"
|
|
1398
|
-
},
|
|
1399
|
-
"a-col/order": {
|
|
1400
|
-
"description": "Sort elements",
|
|
1401
|
-
"type": "number"
|
|
1402
|
-
},
|
|
1403
|
-
"a-col/xs": {
|
|
1404
|
-
"description": "<576px responsive grid"
|
|
1405
|
-
},
|
|
1406
|
-
"a-col/sm": {
|
|
1407
|
-
"description": ">= 576px responsive grid"
|
|
1408
|
-
},
|
|
1409
|
-
"a-col/md": {
|
|
1410
|
-
"description": ">= 768px responsive grid"
|
|
1411
|
-
},
|
|
1412
|
-
"a-col/lg": {
|
|
1413
|
-
"description": ">= 992px responsive grid"
|
|
1414
|
-
},
|
|
1415
|
-
"a-col/xl": {
|
|
1416
|
-
"description": ">= 1200px responsive grid"
|
|
1417
|
-
},
|
|
1418
|
-
"a-col/xxl": {
|
|
1419
|
-
"description": ">= 1600px responsive grid"
|
|
1420
|
-
},
|
|
1421
|
-
"a-col/flex": {
|
|
1422
|
-
"description": "Set flex layout properties"
|
|
1423
|
-
},
|
|
1424
|
-
"a-grid/cols": {
|
|
1425
|
-
"description": "Number of columns displayed in each row"
|
|
1426
|
-
},
|
|
1427
|
-
"a-grid/row-gap": {
|
|
1428
|
-
"description": "The space in row-to-row"
|
|
1429
|
-
},
|
|
1430
|
-
"a-grid/col-gap": {
|
|
1431
|
-
"description": "The space in column-to-column"
|
|
1432
|
-
},
|
|
1433
|
-
"a-grid/collapsed": {
|
|
1434
|
-
"description": "Whether to collapsed",
|
|
1435
|
-
"type": "boolean"
|
|
1436
|
-
},
|
|
1437
|
-
"a-grid/collapsed-rows": {
|
|
1438
|
-
"description": "Number of rows displayed when collapsed",
|
|
1439
|
-
"type": "number"
|
|
1440
|
-
},
|
|
1441
|
-
"a-grid-item/span": {
|
|
1442
|
-
"description": "Number of grids spanned"
|
|
1443
|
-
},
|
|
1444
|
-
"a-grid-item/offset": {
|
|
1445
|
-
"description": "Number of grids on the left"
|
|
1446
|
-
},
|
|
1447
|
-
"a-grid-item/suffix": {
|
|
1448
|
-
"description": "Is it a suffix element",
|
|
1449
|
-
"type": "boolean"
|
|
1450
|
-
},
|
|
1451
|
-
"a-empty/description": {
|
|
1452
|
-
"description": "Description",
|
|
1453
|
-
"type": "string"
|
|
1454
|
-
},
|
|
1455
|
-
"a-empty/img-src": {
|
|
1456
|
-
"description": "The src of the Custom Image",
|
|
1457
|
-
"type": "string"
|
|
1458
|
-
},
|
|
1459
|
-
"a-empty/in-config-provider": {
|
|
1460
|
-
"description": "Whether to use in ConfigProvider",
|
|
1461
|
-
"type": "boolean"
|
|
1462
|
-
},
|
|
1463
|
-
"a-form/submit": {
|
|
1464
|
-
"description": "Triggered when the form is submitted"
|
|
1465
|
-
},
|
|
1466
|
-
"a-form/submit-success": {
|
|
1467
|
-
"description": "Triggered when verification is successful"
|
|
1387
|
+
"a-form/submit-success": {
|
|
1388
|
+
"description": "Triggered when verification is successful"
|
|
1468
1389
|
},
|
|
1469
1390
|
"a-form/submit-failed": {
|
|
1470
1391
|
"description": "Triggered when verification failed"
|
|
@@ -1617,172 +1538,58 @@
|
|
|
1617
1538
|
"description": "Attributes of the form item element",
|
|
1618
1539
|
"type": "object"
|
|
1619
1540
|
},
|
|
1620
|
-
"a-
|
|
1621
|
-
"description": "
|
|
1541
|
+
"a-image/preview-visible-change": {
|
|
1542
|
+
"description": "Preview opening and closing events"
|
|
1622
1543
|
},
|
|
1623
|
-
"a-
|
|
1624
|
-
"description": "
|
|
1544
|
+
"a-image/src": {
|
|
1545
|
+
"description": "Image src",
|
|
1546
|
+
"type": "string"
|
|
1625
1547
|
},
|
|
1626
|
-
"a-
|
|
1627
|
-
"description": "
|
|
1548
|
+
"a-image/width": {
|
|
1549
|
+
"description": "Image width",
|
|
1550
|
+
"type": "string | number"
|
|
1628
1551
|
},
|
|
1629
|
-
"a-
|
|
1630
|
-
"description": "
|
|
1552
|
+
"a-image/height": {
|
|
1553
|
+
"description": "Image height",
|
|
1554
|
+
"type": "string | number"
|
|
1631
1555
|
},
|
|
1632
|
-
"a-
|
|
1633
|
-
"description": "
|
|
1556
|
+
"a-image/title": {
|
|
1557
|
+
"description": "Title",
|
|
1558
|
+
"type": "string"
|
|
1634
1559
|
},
|
|
1635
|
-
"a-
|
|
1636
|
-
"description": "
|
|
1560
|
+
"a-image/description": {
|
|
1561
|
+
"description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
|
|
1562
|
+
"type": "string"
|
|
1637
1563
|
},
|
|
1638
|
-
"a-
|
|
1639
|
-
"description": "
|
|
1564
|
+
"a-image/fit": {
|
|
1565
|
+
"description": "indicate how the image should be resized to fit its container",
|
|
1640
1566
|
"type": "string"
|
|
1641
1567
|
},
|
|
1642
|
-
"a-
|
|
1643
|
-
"description": "
|
|
1568
|
+
"a-image/alt": {
|
|
1569
|
+
"description": "Text description of the image",
|
|
1644
1570
|
"type": "string"
|
|
1645
1571
|
},
|
|
1646
|
-
"a-
|
|
1647
|
-
"description": "
|
|
1572
|
+
"a-image/hide-footer": {
|
|
1573
|
+
"description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
|
|
1648
1574
|
},
|
|
1649
|
-
"a-
|
|
1650
|
-
"description": "
|
|
1575
|
+
"a-image/footer-position": {
|
|
1576
|
+
"description": "The position shown at the bottom",
|
|
1577
|
+
"type": "string"
|
|
1578
|
+
},
|
|
1579
|
+
"a-image/show-loader": {
|
|
1580
|
+
"description": "Whether to show the loading effect",
|
|
1651
1581
|
"type": "boolean"
|
|
1652
1582
|
},
|
|
1653
|
-
"a-
|
|
1654
|
-
"description": "Whether to
|
|
1583
|
+
"a-image/preview": {
|
|
1584
|
+
"description": "Whether to enable preview",
|
|
1655
1585
|
"type": "boolean"
|
|
1656
1586
|
},
|
|
1657
|
-
"a-
|
|
1658
|
-
"description": "
|
|
1587
|
+
"a-image/preview-visible": {
|
|
1588
|
+
"description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
|
|
1659
1589
|
"type": "boolean"
|
|
1660
1590
|
},
|
|
1661
|
-
"a-
|
|
1662
|
-
"description": "
|
|
1663
|
-
"type": "boolean"
|
|
1664
|
-
},
|
|
1665
|
-
"a-input/placeholder": {
|
|
1666
|
-
"description": "Prompt text",
|
|
1667
|
-
"type": "string"
|
|
1668
|
-
},
|
|
1669
|
-
"a-input/max-length": {
|
|
1670
|
-
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
1671
|
-
},
|
|
1672
|
-
"a-input/show-word-limit": {
|
|
1673
|
-
"description": "Whether to display word count",
|
|
1674
|
-
"type": "boolean"
|
|
1675
|
-
},
|
|
1676
|
-
"a-input/word-length": {
|
|
1677
|
-
"description": "Calculation method of word length"
|
|
1678
|
-
},
|
|
1679
|
-
"a-input/word-slice": {
|
|
1680
|
-
"description": "Character interception method, used together with wordLength"
|
|
1681
|
-
},
|
|
1682
|
-
"a-input/input-attrs": {
|
|
1683
|
-
"description": "Attributes of inner input elements",
|
|
1684
|
-
"type": "object"
|
|
1685
|
-
},
|
|
1686
|
-
"a-input/prepend": {
|
|
1687
|
-
"description": "Prepend",
|
|
1688
|
-
"type": "string"
|
|
1689
|
-
},
|
|
1690
|
-
"a-input/append": {
|
|
1691
|
-
"description": "Append",
|
|
1692
|
-
"type": "string"
|
|
1693
|
-
},
|
|
1694
|
-
"a-input-password/visibility-change": {
|
|
1695
|
-
"description": "Callback when visibility changes"
|
|
1696
|
-
},
|
|
1697
|
-
"a-input-password/visibility": {
|
|
1698
|
-
"description": "Whether is visible",
|
|
1699
|
-
"type": "boolean"
|
|
1700
|
-
},
|
|
1701
|
-
"a-input-password/default-visibility": {
|
|
1702
|
-
"description": "Default visibility",
|
|
1703
|
-
"type": "boolean"
|
|
1704
|
-
},
|
|
1705
|
-
"a-input-password/invisible-button": {
|
|
1706
|
-
"description": "Whether to show visible buttons",
|
|
1707
|
-
"type": "boolean"
|
|
1708
|
-
},
|
|
1709
|
-
"a-input-search/search": {
|
|
1710
|
-
"description": "Triggered when the search button is clicked"
|
|
1711
|
-
},
|
|
1712
|
-
"a-input-search/search-button": {
|
|
1713
|
-
"description": "Whether it is the rear button mode",
|
|
1714
|
-
"type": "boolean"
|
|
1715
|
-
},
|
|
1716
|
-
"a-input-search/loading": {
|
|
1717
|
-
"description": "Whether it is loading state",
|
|
1718
|
-
"type": "boolean"
|
|
1719
|
-
},
|
|
1720
|
-
"a-input-search/disabled": {
|
|
1721
|
-
"description": "Whether to disable",
|
|
1722
|
-
"type": "boolean"
|
|
1723
|
-
},
|
|
1724
|
-
"a-input-search/size": {
|
|
1725
|
-
"description": "Input size"
|
|
1726
|
-
},
|
|
1727
|
-
"a-input-search/button-text": {
|
|
1728
|
-
"description": "The text of the search button will replace the original icon after use",
|
|
1729
|
-
"type": "string"
|
|
1730
|
-
},
|
|
1731
|
-
"a-input-search/button-props": {
|
|
1732
|
-
"description": "Button props"
|
|
1733
|
-
},
|
|
1734
|
-
"a-image/preview-visible-change": {
|
|
1735
|
-
"description": "Preview opening and closing events"
|
|
1736
|
-
},
|
|
1737
|
-
"a-image/src": {
|
|
1738
|
-
"description": "Image src",
|
|
1739
|
-
"type": "string"
|
|
1740
|
-
},
|
|
1741
|
-
"a-image/width": {
|
|
1742
|
-
"description": "Image width",
|
|
1743
|
-
"type": "string | number"
|
|
1744
|
-
},
|
|
1745
|
-
"a-image/height": {
|
|
1746
|
-
"description": "Image height",
|
|
1747
|
-
"type": "string | number"
|
|
1748
|
-
},
|
|
1749
|
-
"a-image/title": {
|
|
1750
|
-
"description": "Title",
|
|
1751
|
-
"type": "string"
|
|
1752
|
-
},
|
|
1753
|
-
"a-image/description": {
|
|
1754
|
-
"description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
|
|
1755
|
-
"type": "string"
|
|
1756
|
-
},
|
|
1757
|
-
"a-image/fit": {
|
|
1758
|
-
"description": "indicate how the image should be resized to fit its container",
|
|
1759
|
-
"type": "string"
|
|
1760
|
-
},
|
|
1761
|
-
"a-image/alt": {
|
|
1762
|
-
"description": "Text description of the image",
|
|
1763
|
-
"type": "string"
|
|
1764
|
-
},
|
|
1765
|
-
"a-image/hide-footer": {
|
|
1766
|
-
"description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
|
|
1767
|
-
},
|
|
1768
|
-
"a-image/footer-position": {
|
|
1769
|
-
"description": "The position shown at the bottom",
|
|
1770
|
-
"type": "string"
|
|
1771
|
-
},
|
|
1772
|
-
"a-image/show-loader": {
|
|
1773
|
-
"description": "Whether to show the loading effect",
|
|
1774
|
-
"type": "boolean"
|
|
1775
|
-
},
|
|
1776
|
-
"a-image/preview": {
|
|
1777
|
-
"description": "Whether to enable preview",
|
|
1778
|
-
"type": "boolean"
|
|
1779
|
-
},
|
|
1780
|
-
"a-image/preview-visible": {
|
|
1781
|
-
"description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
|
|
1782
|
-
"type": "boolean"
|
|
1783
|
-
},
|
|
1784
|
-
"a-image/default-preview-visible": {
|
|
1785
|
-
"description": "The default open state of the preview",
|
|
1591
|
+
"a-image/default-preview-visible": {
|
|
1592
|
+
"description": "The default open state of the preview",
|
|
1786
1593
|
"type": "boolean"
|
|
1787
1594
|
},
|
|
1788
1595
|
"a-image/preview-props": {
|
|
@@ -1892,6 +1699,85 @@
|
|
|
1892
1699
|
"description": "Whether to disable the action",
|
|
1893
1700
|
"type": "boolean"
|
|
1894
1701
|
},
|
|
1702
|
+
"a-input-tag/change": {
|
|
1703
|
+
"description": "Triggered when the value changes"
|
|
1704
|
+
},
|
|
1705
|
+
"a-input-tag/input-value-change": {
|
|
1706
|
+
"description": "Trigger when the input value changes"
|
|
1707
|
+
},
|
|
1708
|
+
"a-input-tag/press-enter": {
|
|
1709
|
+
"description": "Triggered when the enter key is pressed"
|
|
1710
|
+
},
|
|
1711
|
+
"a-input-tag/remove": {
|
|
1712
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
1713
|
+
},
|
|
1714
|
+
"a-input-tag/clear": {
|
|
1715
|
+
"description": "Triggered when the clear button is clicked"
|
|
1716
|
+
},
|
|
1717
|
+
"a-input-tag/focus": {
|
|
1718
|
+
"description": "Triggered when the input box gets focus"
|
|
1719
|
+
},
|
|
1720
|
+
"a-input-tag/blur": {
|
|
1721
|
+
"description": "Triggered when the input box loses focus"
|
|
1722
|
+
},
|
|
1723
|
+
"a-input-tag/model-value": {
|
|
1724
|
+
"description": "Value"
|
|
1725
|
+
},
|
|
1726
|
+
"a-input-tag/default-value": {
|
|
1727
|
+
"description": "Default value (uncontrolled state)"
|
|
1728
|
+
},
|
|
1729
|
+
"a-input-tag/input-value": {
|
|
1730
|
+
"description": "The value of the input",
|
|
1731
|
+
"type": "string"
|
|
1732
|
+
},
|
|
1733
|
+
"a-input-tag/default-input-value": {
|
|
1734
|
+
"description": "The default value of the input (uncontrolled state)",
|
|
1735
|
+
"type": "string"
|
|
1736
|
+
},
|
|
1737
|
+
"a-input-tag/placeholder": {
|
|
1738
|
+
"description": "Placeholder",
|
|
1739
|
+
"type": "string"
|
|
1740
|
+
},
|
|
1741
|
+
"a-input-tag/disabled": {
|
|
1742
|
+
"description": "Whether to disable",
|
|
1743
|
+
"type": "boolean"
|
|
1744
|
+
},
|
|
1745
|
+
"a-input-tag/error": {
|
|
1746
|
+
"description": "Whether it is an error state",
|
|
1747
|
+
"type": "boolean"
|
|
1748
|
+
},
|
|
1749
|
+
"a-input-tag/readonly": {
|
|
1750
|
+
"description": "Whether it is read-only mode",
|
|
1751
|
+
"type": "boolean"
|
|
1752
|
+
},
|
|
1753
|
+
"a-input-tag/allow-clear": {
|
|
1754
|
+
"description": "Whether to allow clear",
|
|
1755
|
+
"type": "boolean"
|
|
1756
|
+
},
|
|
1757
|
+
"a-input-tag/size": {
|
|
1758
|
+
"description": "The size of the input"
|
|
1759
|
+
},
|
|
1760
|
+
"a-input-tag/max-tag-count": {
|
|
1761
|
+
"description": "The maximum number of tags displayed, `0` means unlimited",
|
|
1762
|
+
"type": "number"
|
|
1763
|
+
},
|
|
1764
|
+
"a-input-tag/retain-input-value": {
|
|
1765
|
+
"description": "Whether to keep the content of the input box"
|
|
1766
|
+
},
|
|
1767
|
+
"a-input-tag/format-tag": {
|
|
1768
|
+
"description": "Format tag content"
|
|
1769
|
+
},
|
|
1770
|
+
"a-input-tag/unique-value": {
|
|
1771
|
+
"description": "Whether to create only unique values",
|
|
1772
|
+
"type": "boolean"
|
|
1773
|
+
},
|
|
1774
|
+
"a-input-tag/field-names": {
|
|
1775
|
+
"description": "Customize fields in `TagData`"
|
|
1776
|
+
},
|
|
1777
|
+
"a-input-tag/tag-nowrap": {
|
|
1778
|
+
"description": "Tag content does not wrap",
|
|
1779
|
+
"type": "boolean"
|
|
1780
|
+
},
|
|
1895
1781
|
"a-input-number/change": {
|
|
1896
1782
|
"description": "Triggered when the value changes"
|
|
1897
1783
|
},
|
|
@@ -1979,83 +1865,242 @@
|
|
|
1979
1865
|
"description": "Attributes of inner input elements",
|
|
1980
1866
|
"type": "object"
|
|
1981
1867
|
},
|
|
1982
|
-
"a-
|
|
1983
|
-
"description": "
|
|
1868
|
+
"a-row/gutter": {
|
|
1869
|
+
"description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
|
|
1984
1870
|
},
|
|
1985
|
-
"a-
|
|
1986
|
-
"description": "
|
|
1871
|
+
"a-row/justify": {
|
|
1872
|
+
"description": "Horizontal alignment (`justify-content`)",
|
|
1873
|
+
"type": "string"
|
|
1987
1874
|
},
|
|
1988
|
-
"a-
|
|
1989
|
-
"description": "
|
|
1875
|
+
"a-row/align": {
|
|
1876
|
+
"description": "Vertical alignment (`align-items`)",
|
|
1877
|
+
"type": "string"
|
|
1990
1878
|
},
|
|
1991
|
-
"a-
|
|
1992
|
-
"description": "
|
|
1879
|
+
"a-row/div": {
|
|
1880
|
+
"description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
|
|
1881
|
+
"type": "boolean"
|
|
1993
1882
|
},
|
|
1994
|
-
"a-
|
|
1995
|
-
"description": "
|
|
1883
|
+
"a-row/wrap": {
|
|
1884
|
+
"description": "Whether `Col` can wrap onto multiple lines",
|
|
1885
|
+
"type": "boolean"
|
|
1996
1886
|
},
|
|
1997
|
-
"a-
|
|
1998
|
-
"description": "
|
|
1887
|
+
"a-col/span": {
|
|
1888
|
+
"description": "Number of grid space",
|
|
1889
|
+
"type": "number"
|
|
1999
1890
|
},
|
|
2000
|
-
"a-
|
|
2001
|
-
"description": "
|
|
1891
|
+
"a-col/offset": {
|
|
1892
|
+
"description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
|
|
1893
|
+
"type": "number"
|
|
2002
1894
|
},
|
|
2003
|
-
"a-
|
|
2004
|
-
"description": "
|
|
1895
|
+
"a-col/order": {
|
|
1896
|
+
"description": "Sort elements",
|
|
1897
|
+
"type": "number"
|
|
2005
1898
|
},
|
|
2006
|
-
"a-
|
|
2007
|
-
"description": "
|
|
1899
|
+
"a-col/xs": {
|
|
1900
|
+
"description": "<576px responsive grid"
|
|
2008
1901
|
},
|
|
2009
|
-
"a-
|
|
2010
|
-
"description": "
|
|
2011
|
-
"type": "string"
|
|
1902
|
+
"a-col/sm": {
|
|
1903
|
+
"description": ">= 576px responsive grid"
|
|
2012
1904
|
},
|
|
2013
|
-
"a-
|
|
2014
|
-
"description": "
|
|
2015
|
-
"type": "string"
|
|
1905
|
+
"a-col/md": {
|
|
1906
|
+
"description": ">= 768px responsive grid"
|
|
2016
1907
|
},
|
|
2017
|
-
"a-
|
|
2018
|
-
"description": "
|
|
1908
|
+
"a-col/lg": {
|
|
1909
|
+
"description": ">= 992px responsive grid"
|
|
1910
|
+
},
|
|
1911
|
+
"a-col/xl": {
|
|
1912
|
+
"description": ">= 1200px responsive grid"
|
|
1913
|
+
},
|
|
1914
|
+
"a-col/xxl": {
|
|
1915
|
+
"description": ">= 1600px responsive grid"
|
|
1916
|
+
},
|
|
1917
|
+
"a-col/flex": {
|
|
1918
|
+
"description": "Set flex layout properties"
|
|
1919
|
+
},
|
|
1920
|
+
"a-grid/cols": {
|
|
1921
|
+
"description": "Number of columns displayed in each row"
|
|
1922
|
+
},
|
|
1923
|
+
"a-grid/row-gap": {
|
|
1924
|
+
"description": "The space in row-to-row"
|
|
1925
|
+
},
|
|
1926
|
+
"a-grid/col-gap": {
|
|
1927
|
+
"description": "The space in column-to-column"
|
|
1928
|
+
},
|
|
1929
|
+
"a-grid/collapsed": {
|
|
1930
|
+
"description": "Whether to collapsed",
|
|
1931
|
+
"type": "boolean"
|
|
1932
|
+
},
|
|
1933
|
+
"a-grid/collapsed-rows": {
|
|
1934
|
+
"description": "Number of rows displayed when collapsed",
|
|
1935
|
+
"type": "number"
|
|
1936
|
+
},
|
|
1937
|
+
"a-grid-item/span": {
|
|
1938
|
+
"description": "Number of grids spanned"
|
|
1939
|
+
},
|
|
1940
|
+
"a-grid-item/offset": {
|
|
1941
|
+
"description": "Number of grids on the left"
|
|
1942
|
+
},
|
|
1943
|
+
"a-grid-item/suffix": {
|
|
1944
|
+
"description": "Is it a suffix element",
|
|
1945
|
+
"type": "boolean"
|
|
1946
|
+
},
|
|
1947
|
+
"a-input/input": {
|
|
1948
|
+
"description": "Triggered when the user enters"
|
|
1949
|
+
},
|
|
1950
|
+
"a-input/change": {
|
|
1951
|
+
"description": "Only triggered when the input box is out of focus or when you press Enter"
|
|
1952
|
+
},
|
|
1953
|
+
"a-input/press-enter": {
|
|
1954
|
+
"description": "Triggered when the user presses enter"
|
|
1955
|
+
},
|
|
1956
|
+
"a-input/clear": {
|
|
1957
|
+
"description": "Triggered when the user clicks the clear button"
|
|
1958
|
+
},
|
|
1959
|
+
"a-input/focus": {
|
|
1960
|
+
"description": "Triggered when the input box gets focus"
|
|
1961
|
+
},
|
|
1962
|
+
"a-input/blur": {
|
|
1963
|
+
"description": "Triggered when the input box loses focus"
|
|
1964
|
+
},
|
|
1965
|
+
"a-input/model-value": {
|
|
1966
|
+
"description": "Value",
|
|
2019
1967
|
"type": "string"
|
|
2020
1968
|
},
|
|
2021
|
-
"a-input-
|
|
1969
|
+
"a-input/default-value": {
|
|
1970
|
+
"description": "Default value (uncontrolled state)",
|
|
1971
|
+
"type": "string"
|
|
1972
|
+
},
|
|
1973
|
+
"a-input/size": {
|
|
1974
|
+
"description": "Input size"
|
|
1975
|
+
},
|
|
1976
|
+
"a-input/allow-clear": {
|
|
1977
|
+
"description": "Whether to allow the input to be cleared",
|
|
1978
|
+
"type": "boolean"
|
|
1979
|
+
},
|
|
1980
|
+
"a-input/disabled": {
|
|
2022
1981
|
"description": "Whether to disable",
|
|
2023
1982
|
"type": "boolean"
|
|
2024
1983
|
},
|
|
2025
|
-
"a-input
|
|
1984
|
+
"a-input/readonly": {
|
|
1985
|
+
"description": "Whether it is read-only",
|
|
1986
|
+
"type": "boolean"
|
|
1987
|
+
},
|
|
1988
|
+
"a-input/error": {
|
|
2026
1989
|
"description": "Whether it is an error state",
|
|
2027
1990
|
"type": "boolean"
|
|
2028
1991
|
},
|
|
2029
|
-
"a-input
|
|
2030
|
-
"description": "
|
|
1992
|
+
"a-input/placeholder": {
|
|
1993
|
+
"description": "Prompt text",
|
|
1994
|
+
"type": "string"
|
|
1995
|
+
},
|
|
1996
|
+
"a-input/max-length": {
|
|
1997
|
+
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
1998
|
+
},
|
|
1999
|
+
"a-input/show-word-limit": {
|
|
2000
|
+
"description": "Whether to display word count",
|
|
2031
2001
|
"type": "boolean"
|
|
2032
2002
|
},
|
|
2033
|
-
"a-input
|
|
2034
|
-
"description": "
|
|
2003
|
+
"a-input/word-length": {
|
|
2004
|
+
"description": "Calculation method of word length"
|
|
2005
|
+
},
|
|
2006
|
+
"a-input/word-slice": {
|
|
2007
|
+
"description": "Character interception method, used together with wordLength"
|
|
2008
|
+
},
|
|
2009
|
+
"a-input/input-attrs": {
|
|
2010
|
+
"description": "Attributes of inner input elements",
|
|
2011
|
+
"type": "object"
|
|
2012
|
+
},
|
|
2013
|
+
"a-input/prepend": {
|
|
2014
|
+
"description": "Prepend",
|
|
2015
|
+
"type": "string"
|
|
2016
|
+
},
|
|
2017
|
+
"a-input/append": {
|
|
2018
|
+
"description": "Append",
|
|
2019
|
+
"type": "string"
|
|
2020
|
+
},
|
|
2021
|
+
"a-input-password/visibility-change": {
|
|
2022
|
+
"description": "Callback when visibility changes"
|
|
2023
|
+
},
|
|
2024
|
+
"a-input-password/visibility": {
|
|
2025
|
+
"description": "Whether is visible",
|
|
2035
2026
|
"type": "boolean"
|
|
2036
2027
|
},
|
|
2037
|
-
"a-input-
|
|
2038
|
-
"description": "
|
|
2028
|
+
"a-input-password/default-visibility": {
|
|
2029
|
+
"description": "Default visibility",
|
|
2030
|
+
"type": "boolean"
|
|
2039
2031
|
},
|
|
2040
|
-
"a-input-
|
|
2041
|
-
"description": "
|
|
2042
|
-
"type": "
|
|
2032
|
+
"a-input-password/invisible-button": {
|
|
2033
|
+
"description": "Whether to show visible buttons",
|
|
2034
|
+
"type": "boolean"
|
|
2043
2035
|
},
|
|
2044
|
-
"a-input-
|
|
2045
|
-
"description": "
|
|
2036
|
+
"a-input-search/search": {
|
|
2037
|
+
"description": "Triggered when the search button is clicked"
|
|
2046
2038
|
},
|
|
2047
|
-
"a-input-
|
|
2048
|
-
"description": "
|
|
2039
|
+
"a-input-search/search-button": {
|
|
2040
|
+
"description": "Whether it is the rear button mode",
|
|
2041
|
+
"type": "boolean"
|
|
2049
2042
|
},
|
|
2050
|
-
"a-input-
|
|
2051
|
-
"description": "Whether
|
|
2043
|
+
"a-input-search/loading": {
|
|
2044
|
+
"description": "Whether it is loading state",
|
|
2052
2045
|
"type": "boolean"
|
|
2053
2046
|
},
|
|
2054
|
-
"a-input-
|
|
2055
|
-
"description": "
|
|
2047
|
+
"a-input-search/disabled": {
|
|
2048
|
+
"description": "Whether to disable",
|
|
2049
|
+
"type": "boolean"
|
|
2056
2050
|
},
|
|
2057
|
-
"a-input-
|
|
2058
|
-
"description": "
|
|
2051
|
+
"a-input-search/size": {
|
|
2052
|
+
"description": "Input size"
|
|
2053
|
+
},
|
|
2054
|
+
"a-input-search/button-text": {
|
|
2055
|
+
"description": "The text of the search button will replace the original icon after use",
|
|
2056
|
+
"type": "string"
|
|
2057
|
+
},
|
|
2058
|
+
"a-input-search/button-props": {
|
|
2059
|
+
"description": "Button props"
|
|
2060
|
+
},
|
|
2061
|
+
"a-layout/has-sider": {
|
|
2062
|
+
"description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
|
|
2063
|
+
"type": "boolean"
|
|
2064
|
+
},
|
|
2065
|
+
"a-layout-sider/collapse": {
|
|
2066
|
+
"description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
|
|
2067
|
+
},
|
|
2068
|
+
"a-layout-sider/breakpoint": {
|
|
2069
|
+
"description": "Events when a responsive layout breakpoint is triggered"
|
|
2070
|
+
},
|
|
2071
|
+
"a-layout-sider/theme": {
|
|
2072
|
+
"description": "Theme",
|
|
2073
|
+
"type": "string"
|
|
2074
|
+
},
|
|
2075
|
+
"a-layout-sider/collapsed": {
|
|
2076
|
+
"description": "Current collapsed state",
|
|
2077
|
+
"type": "boolean"
|
|
2078
|
+
},
|
|
2079
|
+
"a-layout-sider/default-collapsed": {
|
|
2080
|
+
"description": "The default collapsed state",
|
|
2081
|
+
"type": "boolean"
|
|
2082
|
+
},
|
|
2083
|
+
"a-layout-sider/collapsible": {
|
|
2084
|
+
"description": "Whether is collapsible",
|
|
2085
|
+
"type": "boolean"
|
|
2086
|
+
},
|
|
2087
|
+
"a-layout-sider/width": {
|
|
2088
|
+
"description": "Width",
|
|
2089
|
+
"type": "number"
|
|
2090
|
+
},
|
|
2091
|
+
"a-layout-sider/collapsed-width": {
|
|
2092
|
+
"description": "Collapsed width",
|
|
2093
|
+
"type": "number"
|
|
2094
|
+
},
|
|
2095
|
+
"a-layout-sider/reverse-arrow": {
|
|
2096
|
+
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
2097
|
+
"type": "boolean"
|
|
2098
|
+
},
|
|
2099
|
+
"a-layout-sider/resize-directions": {
|
|
2100
|
+
"description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
|
|
2101
|
+
},
|
|
2102
|
+
"a-layout-sider/hide-trigger": {
|
|
2103
|
+
"description": "Whether to hide the bottom fold trigger",
|
|
2059
2104
|
"type": "boolean"
|
|
2060
2105
|
},
|
|
2061
2106
|
"a-link/click": {
|
|
@@ -2132,50 +2177,72 @@
|
|
|
2132
2177
|
"description": "Whether to allow the input to be cleared",
|
|
2133
2178
|
"type": "boolean"
|
|
2134
2179
|
},
|
|
2135
|
-
"a-
|
|
2136
|
-
"description": "
|
|
2137
|
-
"type": "boolean"
|
|
2180
|
+
"a-list/scroll": {
|
|
2181
|
+
"description": "Triggered when the list scrolls"
|
|
2138
2182
|
},
|
|
2139
|
-
"a-
|
|
2140
|
-
"description": "
|
|
2183
|
+
"a-list/reach-bottom": {
|
|
2184
|
+
"description": "Triggered when the list reaches the bottom"
|
|
2141
2185
|
},
|
|
2142
|
-
"a-
|
|
2143
|
-
"description": "
|
|
2186
|
+
"a-list/page-change": {
|
|
2187
|
+
"description": "Triggered when the table pagination changes"
|
|
2144
2188
|
},
|
|
2145
|
-
"a-
|
|
2146
|
-
"description": "
|
|
2189
|
+
"a-list/page-size-change": {
|
|
2190
|
+
"description": "Triggered when the number of data per page of the table changes"
|
|
2191
|
+
},
|
|
2192
|
+
"a-list/data": {
|
|
2193
|
+
"description": "List data, need to be used with `item` slot at the same time"
|
|
2194
|
+
},
|
|
2195
|
+
"a-list/size": {
|
|
2196
|
+
"description": "List size",
|
|
2147
2197
|
"type": "string"
|
|
2148
2198
|
},
|
|
2149
|
-
"a-
|
|
2150
|
-
"description": "
|
|
2199
|
+
"a-list/bordered": {
|
|
2200
|
+
"description": "Whether to show the border",
|
|
2151
2201
|
"type": "boolean"
|
|
2152
2202
|
},
|
|
2153
|
-
"a-
|
|
2154
|
-
"description": "
|
|
2203
|
+
"a-list/split": {
|
|
2204
|
+
"description": "Whether to show the dividing line",
|
|
2155
2205
|
"type": "boolean"
|
|
2156
2206
|
},
|
|
2157
|
-
"a-
|
|
2158
|
-
"description": "Whether is
|
|
2207
|
+
"a-list/loading": {
|
|
2208
|
+
"description": "Whether it is loading state",
|
|
2159
2209
|
"type": "boolean"
|
|
2160
2210
|
},
|
|
2161
|
-
"a-
|
|
2162
|
-
"description": "
|
|
2163
|
-
"type": "number"
|
|
2164
|
-
},
|
|
2165
|
-
"a-layout-sider/collapsed-width": {
|
|
2166
|
-
"description": "Collapsed width",
|
|
2167
|
-
"type": "number"
|
|
2168
|
-
},
|
|
2169
|
-
"a-layout-sider/reverse-arrow": {
|
|
2170
|
-
"description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
|
|
2211
|
+
"a-list/hoverable": {
|
|
2212
|
+
"description": "Whether to display the selected style",
|
|
2171
2213
|
"type": "boolean"
|
|
2172
2214
|
},
|
|
2173
|
-
"a-
|
|
2174
|
-
"description": "
|
|
2215
|
+
"a-list/pagination-props": {
|
|
2216
|
+
"description": "List pagination configuration"
|
|
2175
2217
|
},
|
|
2176
|
-
"a-
|
|
2177
|
-
"description": "
|
|
2178
|
-
"type": "
|
|
2218
|
+
"a-list/grid-props": {
|
|
2219
|
+
"description": "List grid configuration",
|
|
2220
|
+
"type": "object"
|
|
2221
|
+
},
|
|
2222
|
+
"a-list/max-height": {
|
|
2223
|
+
"description": "Maximum height of the list",
|
|
2224
|
+
"type": "string | number"
|
|
2225
|
+
},
|
|
2226
|
+
"a-list/bottom-offset": {
|
|
2227
|
+
"description": "Trigger the distance threshold to reach the bottom",
|
|
2228
|
+
"type": "number"
|
|
2229
|
+
},
|
|
2230
|
+
"a-list/virtual-list-props": {
|
|
2231
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
2232
|
+
},
|
|
2233
|
+
"a-list/scrollbar": {
|
|
2234
|
+
"description": "Whether to enable virtual scroll bar"
|
|
2235
|
+
},
|
|
2236
|
+
"a-list-item/action-layout": {
|
|
2237
|
+
"description": "Operation group arrangement direction"
|
|
2238
|
+
},
|
|
2239
|
+
"a-list-item-meta/title": {
|
|
2240
|
+
"description": "Title",
|
|
2241
|
+
"type": "string"
|
|
2242
|
+
},
|
|
2243
|
+
"a-list-item-meta/description": {
|
|
2244
|
+
"description": "Description",
|
|
2245
|
+
"type": "string"
|
|
2179
2246
|
},
|
|
2180
2247
|
"a-menu/collapse": {
|
|
2181
2248
|
"description": "Triggered when the collapsed state changes"
|
|
@@ -2283,153 +2350,179 @@
|
|
|
2283
2350
|
"description": "Whether to disable",
|
|
2284
2351
|
"type": "boolean"
|
|
2285
2352
|
},
|
|
2286
|
-
"a-
|
|
2287
|
-
"description": "
|
|
2353
|
+
"a-modal/ok": {
|
|
2354
|
+
"description": "Triggered when the OK button is clicked"
|
|
2288
2355
|
},
|
|
2289
|
-
"a-
|
|
2290
|
-
"description": "
|
|
2291
|
-
"type": "string"
|
|
2356
|
+
"a-modal/cancel": {
|
|
2357
|
+
"description": "Triggered when the cancel/close button is clicked"
|
|
2292
2358
|
},
|
|
2293
|
-
"a-
|
|
2294
|
-
"description": "
|
|
2295
|
-
"type": "string"
|
|
2359
|
+
"a-modal/open": {
|
|
2360
|
+
"description": "Triggered after the modal is opened (the animation ends)"
|
|
2296
2361
|
},
|
|
2297
|
-
"a-
|
|
2298
|
-
"description": "
|
|
2362
|
+
"a-modal/close": {
|
|
2363
|
+
"description": "Triggered after the modal is closed (the animation ends)"
|
|
2364
|
+
},
|
|
2365
|
+
"a-modal/before-open": {
|
|
2366
|
+
"description": "Triggered before dialog is opened"
|
|
2367
|
+
},
|
|
2368
|
+
"a-modal/before-close": {
|
|
2369
|
+
"description": "Triggered before dialog is closed"
|
|
2370
|
+
},
|
|
2371
|
+
"a-modal/visible": {
|
|
2372
|
+
"description": "Whether the modal is visible",
|
|
2299
2373
|
"type": "boolean"
|
|
2300
2374
|
},
|
|
2301
|
-
"a-
|
|
2302
|
-
"description": "
|
|
2375
|
+
"a-modal/default-visible": {
|
|
2376
|
+
"description": "Whether the modal is visible by default (uncontrolled state)",
|
|
2377
|
+
"type": "boolean"
|
|
2303
2378
|
},
|
|
2304
|
-
"a-
|
|
2305
|
-
"description": "
|
|
2379
|
+
"a-modal/width": {
|
|
2380
|
+
"description": "The width of the dialog box, if not set, the width value in the style will be used",
|
|
2381
|
+
"type": "number|string"
|
|
2306
2382
|
},
|
|
2307
|
-
"a-
|
|
2308
|
-
"description": "
|
|
2383
|
+
"a-modal/top": {
|
|
2384
|
+
"description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
|
|
2385
|
+
"type": "number|string"
|
|
2309
2386
|
},
|
|
2310
|
-
"a-
|
|
2311
|
-
"description": "
|
|
2387
|
+
"a-modal/mask": {
|
|
2388
|
+
"description": "Whether to show the mask",
|
|
2389
|
+
"type": "boolean"
|
|
2312
2390
|
},
|
|
2313
|
-
"a-
|
|
2314
|
-
"description": "
|
|
2391
|
+
"a-modal/title": {
|
|
2392
|
+
"description": "Title",
|
|
2393
|
+
"type": "string"
|
|
2315
2394
|
},
|
|
2316
|
-
"a-
|
|
2317
|
-
"description": "
|
|
2395
|
+
"a-modal/title-align": {
|
|
2396
|
+
"description": "horizontal alignment of the title",
|
|
2318
2397
|
"type": "string"
|
|
2319
2398
|
},
|
|
2320
|
-
"a-
|
|
2321
|
-
"description": "Whether
|
|
2399
|
+
"a-modal/align-center": {
|
|
2400
|
+
"description": "Whether the dialog box is displayed in the center",
|
|
2322
2401
|
"type": "boolean"
|
|
2323
2402
|
},
|
|
2324
|
-
"a-
|
|
2325
|
-
"description": "Whether to
|
|
2403
|
+
"a-modal/unmount-on-close": {
|
|
2404
|
+
"description": "Whether to uninstall the node when close",
|
|
2326
2405
|
"type": "boolean"
|
|
2327
2406
|
},
|
|
2328
|
-
"a-
|
|
2329
|
-
"description": "Whether
|
|
2407
|
+
"a-modal/mask-closable": {
|
|
2408
|
+
"description": "Whether to close the modal when click the mask",
|
|
2330
2409
|
"type": "boolean"
|
|
2331
2410
|
},
|
|
2332
|
-
"a-
|
|
2333
|
-
"description": "Whether to
|
|
2411
|
+
"a-modal/hide-cancel": {
|
|
2412
|
+
"description": "Whether to hide the cancel button",
|
|
2334
2413
|
"type": "boolean"
|
|
2335
2414
|
},
|
|
2336
|
-
"a-
|
|
2337
|
-
"description": "
|
|
2415
|
+
"a-modal/simple": {
|
|
2416
|
+
"description": "Whether to enable simple mode",
|
|
2417
|
+
"type": "boolean"
|
|
2338
2418
|
},
|
|
2339
|
-
"a-
|
|
2340
|
-
"description": "
|
|
2341
|
-
"type": "
|
|
2419
|
+
"a-modal/closable": {
|
|
2420
|
+
"description": "Whether to show the close button",
|
|
2421
|
+
"type": "boolean"
|
|
2342
2422
|
},
|
|
2343
|
-
"a-
|
|
2344
|
-
"description": "
|
|
2345
|
-
"type": "string
|
|
2423
|
+
"a-modal/ok-text": {
|
|
2424
|
+
"description": "The content of the confirm button",
|
|
2425
|
+
"type": "string"
|
|
2346
2426
|
},
|
|
2347
|
-
"a-
|
|
2348
|
-
"description": "
|
|
2349
|
-
"type": "
|
|
2427
|
+
"a-modal/cancel-text": {
|
|
2428
|
+
"description": "The content of the cancel button",
|
|
2429
|
+
"type": "string"
|
|
2350
2430
|
},
|
|
2351
|
-
"a-
|
|
2352
|
-
"description": "
|
|
2431
|
+
"a-modal/ok-loading": {
|
|
2432
|
+
"description": "Whether the confirm button is in the loading state",
|
|
2433
|
+
"type": "boolean"
|
|
2353
2434
|
},
|
|
2354
|
-
"a-
|
|
2355
|
-
"description": "
|
|
2435
|
+
"a-modal/ok-button-props": {
|
|
2436
|
+
"description": "Props of confirm button"
|
|
2356
2437
|
},
|
|
2357
|
-
"a-
|
|
2358
|
-
"description": "
|
|
2438
|
+
"a-modal/cancel-button-props": {
|
|
2439
|
+
"description": "Props of cancel button"
|
|
2359
2440
|
},
|
|
2360
|
-
"a-
|
|
2361
|
-
"description": "
|
|
2362
|
-
"type": "
|
|
2441
|
+
"a-modal/footer": {
|
|
2442
|
+
"description": "Whether to show the footer",
|
|
2443
|
+
"type": "boolean"
|
|
2363
2444
|
},
|
|
2364
|
-
"a-
|
|
2365
|
-
"description": "
|
|
2366
|
-
"type": "
|
|
2445
|
+
"a-modal/render-to-body": {
|
|
2446
|
+
"description": "Whether the modal is mounted under the `body` element",
|
|
2447
|
+
"type": "boolean"
|
|
2367
2448
|
},
|
|
2368
|
-
"a-
|
|
2369
|
-
"description": "
|
|
2449
|
+
"a-modal/popup-container": {
|
|
2450
|
+
"description": "Mount container for modal"
|
|
2370
2451
|
},
|
|
2371
|
-
"a-
|
|
2372
|
-
"description": "
|
|
2452
|
+
"a-modal/mask-style": {
|
|
2453
|
+
"description": "Mask style"
|
|
2373
2454
|
},
|
|
2374
|
-
"a-
|
|
2375
|
-
"description": "
|
|
2455
|
+
"a-modal/modal-class": {
|
|
2456
|
+
"description": "The classname of the modal"
|
|
2376
2457
|
},
|
|
2377
|
-
"a-
|
|
2378
|
-
"description": "
|
|
2379
|
-
"type": "string"
|
|
2458
|
+
"a-modal/modal-style": {
|
|
2459
|
+
"description": "Modal style"
|
|
2380
2460
|
},
|
|
2381
|
-
"a-
|
|
2382
|
-
"description": "
|
|
2461
|
+
"a-modal/before-ok": {
|
|
2462
|
+
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2383
2463
|
},
|
|
2384
|
-
"a-
|
|
2385
|
-
"description": "
|
|
2464
|
+
"a-modal/before-cancel": {
|
|
2465
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2466
|
+
},
|
|
2467
|
+
"a-modal/esc-to-close": {
|
|
2468
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
2386
2469
|
"type": "boolean"
|
|
2387
2470
|
},
|
|
2388
|
-
"a-
|
|
2389
|
-
"description": "Whether
|
|
2471
|
+
"a-modal/draggable": {
|
|
2472
|
+
"description": "Whether to support drag",
|
|
2390
2473
|
"type": "boolean"
|
|
2391
2474
|
},
|
|
2392
|
-
"a-
|
|
2393
|
-
"description": "
|
|
2475
|
+
"a-modal/fullscreen": {
|
|
2476
|
+
"description": "Whether to enable full screen",
|
|
2477
|
+
"type": "boolean"
|
|
2394
2478
|
},
|
|
2395
|
-
"a-
|
|
2396
|
-
"description": "
|
|
2479
|
+
"a-modal/mask-animation-name": {
|
|
2480
|
+
"description": "Mask layer animation name",
|
|
2397
2481
|
"type": "string"
|
|
2398
2482
|
},
|
|
2399
|
-
"a-
|
|
2400
|
-
"description": "
|
|
2483
|
+
"a-modal/modal-animation-name": {
|
|
2484
|
+
"description": "Modal animation name",
|
|
2401
2485
|
"type": "string"
|
|
2402
2486
|
},
|
|
2403
|
-
"a-
|
|
2404
|
-
"description": "
|
|
2405
|
-
"type": "boolean"
|
|
2487
|
+
"a-modal/body-class": {
|
|
2488
|
+
"description": "The classname of the modal"
|
|
2406
2489
|
},
|
|
2407
|
-
"a-
|
|
2408
|
-
"description": "
|
|
2490
|
+
"a-modal/body-style": {
|
|
2491
|
+
"description": "Modal style"
|
|
2409
2492
|
},
|
|
2410
|
-
"a-
|
|
2411
|
-
"description": "
|
|
2493
|
+
"a-modal/hide-title": {
|
|
2494
|
+
"description": "Whether to hide the title",
|
|
2495
|
+
"type": "boolean"
|
|
2412
2496
|
},
|
|
2413
|
-
"a-
|
|
2414
|
-
"description": "
|
|
2497
|
+
"a-overflow-list/change": {
|
|
2498
|
+
"description": "Triggered when the overflow quantity changes"
|
|
2415
2499
|
},
|
|
2416
|
-
"a-
|
|
2417
|
-
"description": "
|
|
2500
|
+
"a-overflow-list/min": {
|
|
2501
|
+
"description": "Minimum number of elements to display",
|
|
2502
|
+
"type": "number"
|
|
2418
2503
|
},
|
|
2419
|
-
"a-
|
|
2420
|
-
"description": "
|
|
2504
|
+
"a-overflow-list/margin": {
|
|
2505
|
+
"description": "Item Margin",
|
|
2506
|
+
"type": "number"
|
|
2421
2507
|
},
|
|
2422
|
-
"a-
|
|
2423
|
-
"description": "
|
|
2508
|
+
"a-overflow-list/from": {
|
|
2509
|
+
"description": "Overflow From",
|
|
2510
|
+
"type": "string"
|
|
2424
2511
|
},
|
|
2425
|
-
"a-
|
|
2426
|
-
"description": "
|
|
2512
|
+
"a-page-header/back": {
|
|
2513
|
+
"description": "Emitted when the back button is clicked"
|
|
2427
2514
|
},
|
|
2428
|
-
"a-
|
|
2429
|
-
"description": "
|
|
2515
|
+
"a-page-header/title": {
|
|
2516
|
+
"description": "Main title",
|
|
2517
|
+
"type": "string"
|
|
2430
2518
|
},
|
|
2431
|
-
"a-
|
|
2432
|
-
"description": "
|
|
2519
|
+
"a-page-header/subtitle": {
|
|
2520
|
+
"description": "Subtitle",
|
|
2521
|
+
"type": "string"
|
|
2522
|
+
},
|
|
2523
|
+
"a-page-header/show-back": {
|
|
2524
|
+
"description": "Whether to show the back button",
|
|
2525
|
+
"type": "boolean"
|
|
2433
2526
|
},
|
|
2434
2527
|
"a-pagination/change": {
|
|
2435
2528
|
"description": "Triggered when page number changes"
|
|
@@ -2512,21 +2605,72 @@
|
|
|
2512
2605
|
"description": "Whether to adjust the page number when changing the number of data",
|
|
2513
2606
|
"type": "boolean"
|
|
2514
2607
|
},
|
|
2515
|
-
"a-
|
|
2516
|
-
"description": "Triggered when the
|
|
2608
|
+
"a-popconfirm/popup-visible-change": {
|
|
2609
|
+
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2517
2610
|
},
|
|
2518
|
-
"a-
|
|
2519
|
-
"description": "
|
|
2520
|
-
"type": "number"
|
|
2611
|
+
"a-popconfirm/ok": {
|
|
2612
|
+
"description": "Triggered when the confirm button is clicked"
|
|
2521
2613
|
},
|
|
2522
|
-
"a-
|
|
2523
|
-
"description": "
|
|
2524
|
-
"type": "number"
|
|
2614
|
+
"a-popconfirm/cancel": {
|
|
2615
|
+
"description": "Triggered when the cancel button is clicked"
|
|
2525
2616
|
},
|
|
2526
|
-
"a-
|
|
2527
|
-
"description": "
|
|
2617
|
+
"a-popconfirm/content": {
|
|
2618
|
+
"description": "Content",
|
|
2619
|
+
"type": "string"
|
|
2620
|
+
},
|
|
2621
|
+
"a-popconfirm/position": {
|
|
2622
|
+
"description": "Popup position"
|
|
2623
|
+
},
|
|
2624
|
+
"a-popconfirm/popup-visible": {
|
|
2625
|
+
"description": "Whether the popconfirm is visible",
|
|
2626
|
+
"type": "boolean"
|
|
2627
|
+
},
|
|
2628
|
+
"a-popconfirm/default-popup-visible": {
|
|
2629
|
+
"description": "Whether the popconfirm is visible by default (uncontrolled mode)",
|
|
2630
|
+
"type": "boolean"
|
|
2631
|
+
},
|
|
2632
|
+
"a-popconfirm/type": {
|
|
2633
|
+
"description": "Types of the popconfirm"
|
|
2634
|
+
},
|
|
2635
|
+
"a-popconfirm/ok-text": {
|
|
2636
|
+
"description": "The content of the ok button",
|
|
2637
|
+
"type": "string"
|
|
2638
|
+
},
|
|
2639
|
+
"a-popconfirm/cancel-text": {
|
|
2640
|
+
"description": "The content of the cancel button",
|
|
2528
2641
|
"type": "string"
|
|
2529
2642
|
},
|
|
2643
|
+
"a-popconfirm/ok-loading": {
|
|
2644
|
+
"description": "Whether the ok button is in the loading state",
|
|
2645
|
+
"type": "boolean"
|
|
2646
|
+
},
|
|
2647
|
+
"a-popconfirm/ok-button-props": {
|
|
2648
|
+
"description": "Props of ok button"
|
|
2649
|
+
},
|
|
2650
|
+
"a-popconfirm/cancel-button-props": {
|
|
2651
|
+
"description": "Props of cancel button"
|
|
2652
|
+
},
|
|
2653
|
+
"a-popconfirm/content-class": {
|
|
2654
|
+
"description": "The class name of the popup content"
|
|
2655
|
+
},
|
|
2656
|
+
"a-popconfirm/content-style": {
|
|
2657
|
+
"description": "The style of the popup content"
|
|
2658
|
+
},
|
|
2659
|
+
"a-popconfirm/arrow-class": {
|
|
2660
|
+
"description": "The class name of the popup arrow"
|
|
2661
|
+
},
|
|
2662
|
+
"a-popconfirm/arrow-style": {
|
|
2663
|
+
"description": "The style of the popup arrow"
|
|
2664
|
+
},
|
|
2665
|
+
"a-popconfirm/popup-container": {
|
|
2666
|
+
"description": "Mount container for popup"
|
|
2667
|
+
},
|
|
2668
|
+
"a-popconfirm/before-ok": {
|
|
2669
|
+
"description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
|
|
2670
|
+
},
|
|
2671
|
+
"a-popconfirm/before-cancel": {
|
|
2672
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2673
|
+
},
|
|
2530
2674
|
"a-popover/popup-visible-change": {
|
|
2531
2675
|
"description": "Triggered when the text bubble display status changes"
|
|
2532
2676
|
},
|
|
@@ -2608,6 +2752,31 @@
|
|
|
2608
2752
|
"a-progress/status": {
|
|
2609
2753
|
"description": "Progress bar status"
|
|
2610
2754
|
},
|
|
2755
|
+
"a-result/status": {
|
|
2756
|
+
"description": "The status displayed on the result page"
|
|
2757
|
+
},
|
|
2758
|
+
"a-result/title": {
|
|
2759
|
+
"description": "Title",
|
|
2760
|
+
"type": "string"
|
|
2761
|
+
},
|
|
2762
|
+
"a-result/subtitle": {
|
|
2763
|
+
"description": "Subtitle",
|
|
2764
|
+
"type": "string"
|
|
2765
|
+
},
|
|
2766
|
+
"a-scrollbar/scroll": {
|
|
2767
|
+
"description": "Triggered when scroll"
|
|
2768
|
+
},
|
|
2769
|
+
"a-scrollbar/type": {
|
|
2770
|
+
"description": "Type",
|
|
2771
|
+
"type": "string"
|
|
2772
|
+
},
|
|
2773
|
+
"a-scrollbar/outer-class": {
|
|
2774
|
+
"description": "Outer class",
|
|
2775
|
+
"type": "string|object|array"
|
|
2776
|
+
},
|
|
2777
|
+
"a-scrollbar/outer-style": {
|
|
2778
|
+
"description": "Outer style"
|
|
2779
|
+
},
|
|
2611
2780
|
"a-rate/change": {
|
|
2612
2781
|
"description": "Trigger when the value changes"
|
|
2613
2782
|
},
|
|
@@ -2649,66 +2818,6 @@
|
|
|
2649
2818
|
"a-rate/color": {
|
|
2650
2819
|
"description": "Color"
|
|
2651
2820
|
},
|
|
2652
|
-
"a-radio/change": {
|
|
2653
|
-
"description": "Trigger when the value changes"
|
|
2654
|
-
},
|
|
2655
|
-
"a-radio/model-value": {
|
|
2656
|
-
"description": "Value",
|
|
2657
|
-
"type": "string | number | boolean"
|
|
2658
|
-
},
|
|
2659
|
-
"a-radio/default-checked": {
|
|
2660
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
2661
|
-
"type": "boolean"
|
|
2662
|
-
},
|
|
2663
|
-
"a-radio/value": {
|
|
2664
|
-
"description": "The `value` of the option",
|
|
2665
|
-
"type": "string | number | boolean"
|
|
2666
|
-
},
|
|
2667
|
-
"a-radio/type": {
|
|
2668
|
-
"description": "Radio type"
|
|
2669
|
-
},
|
|
2670
|
-
"a-radio/disabled": {
|
|
2671
|
-
"description": "Whether to disable",
|
|
2672
|
-
"type": "boolean"
|
|
2673
|
-
},
|
|
2674
|
-
"a-radio-group/change": {
|
|
2675
|
-
"description": "Trigger when the value changes"
|
|
2676
|
-
},
|
|
2677
|
-
"a-radio-group/model-value": {
|
|
2678
|
-
"description": "Value",
|
|
2679
|
-
"type": "string | number | boolean"
|
|
2680
|
-
},
|
|
2681
|
-
"a-radio-group/default-value": {
|
|
2682
|
-
"description": "Default value (uncontrolled state)",
|
|
2683
|
-
"type": "string | number | boolean"
|
|
2684
|
-
},
|
|
2685
|
-
"a-radio-group/type": {
|
|
2686
|
-
"description": "Types of radio group"
|
|
2687
|
-
},
|
|
2688
|
-
"a-radio-group/size": {
|
|
2689
|
-
"description": "The size of the radio group"
|
|
2690
|
-
},
|
|
2691
|
-
"a-radio-group/options": {
|
|
2692
|
-
"description": "Options"
|
|
2693
|
-
},
|
|
2694
|
-
"a-radio-group/direction": {
|
|
2695
|
-
"description": "The direction of the radio group"
|
|
2696
|
-
},
|
|
2697
|
-
"a-radio-group/disabled": {
|
|
2698
|
-
"description": "Whether to disable",
|
|
2699
|
-
"type": "boolean"
|
|
2700
|
-
},
|
|
2701
|
-
"a-result/status": {
|
|
2702
|
-
"description": "The status displayed on the result page"
|
|
2703
|
-
},
|
|
2704
|
-
"a-result/title": {
|
|
2705
|
-
"description": "Title",
|
|
2706
|
-
"type": "string"
|
|
2707
|
-
},
|
|
2708
|
-
"a-result/subtitle": {
|
|
2709
|
-
"description": "Subtitle",
|
|
2710
|
-
"type": "string"
|
|
2711
|
-
},
|
|
2712
2821
|
"a-select/change": {
|
|
2713
2822
|
"description": "Triggered when the value changes"
|
|
2714
2823
|
},
|
|
@@ -2890,43 +2999,55 @@
|
|
|
2890
2999
|
"description": "Title of option group",
|
|
2891
3000
|
"type": "string"
|
|
2892
3001
|
},
|
|
2893
|
-
"a-
|
|
2894
|
-
"description": "
|
|
3002
|
+
"a-skeleton/loading": {
|
|
3003
|
+
"description": "Whether to display the skeleton screen (loading state)",
|
|
3004
|
+
"type": "boolean"
|
|
2895
3005
|
},
|
|
2896
|
-
"a-
|
|
2897
|
-
"description": "
|
|
3006
|
+
"a-skeleton/animation": {
|
|
3007
|
+
"description": "Whether to enable skeleton screen animation",
|
|
3008
|
+
"type": "boolean"
|
|
2898
3009
|
},
|
|
2899
|
-
"a-
|
|
2900
|
-
"description": "
|
|
3010
|
+
"a-skeleton-line/rows": {
|
|
3011
|
+
"description": "Number of rows displayed",
|
|
3012
|
+
"type": "number"
|
|
2901
3013
|
},
|
|
2902
|
-
"a-
|
|
2903
|
-
"description": "
|
|
3014
|
+
"a-skeleton-line/widths": {
|
|
3015
|
+
"description": "The width of the line skeleton"
|
|
3016
|
+
},
|
|
3017
|
+
"a-skeleton-line/line-height": {
|
|
3018
|
+
"description": "Line height of the line skeleton",
|
|
2904
3019
|
"type": "number"
|
|
2905
3020
|
},
|
|
2906
|
-
"a-
|
|
2907
|
-
"description": "
|
|
3021
|
+
"a-skeleton-line/line-spacing": {
|
|
3022
|
+
"description": "Line spacing of line skeleton",
|
|
2908
3023
|
"type": "number"
|
|
2909
3024
|
},
|
|
2910
|
-
"a-
|
|
2911
|
-
"description": "The
|
|
3025
|
+
"a-skeleton-shape/shape": {
|
|
3026
|
+
"description": "The shape of the shape skeleton",
|
|
2912
3027
|
"type": "string"
|
|
2913
3028
|
},
|
|
2914
|
-
"a-
|
|
2915
|
-
"description": "
|
|
3029
|
+
"a-skeleton-shape/size": {
|
|
3030
|
+
"description": "The size of the shape skeleton",
|
|
3031
|
+
"type": "string"
|
|
2916
3032
|
},
|
|
2917
|
-
"a-
|
|
2918
|
-
"description": "
|
|
3033
|
+
"a-space/align": {
|
|
3034
|
+
"description": "Alignment",
|
|
3035
|
+
"type": "string"
|
|
2919
3036
|
},
|
|
2920
|
-
"a-
|
|
2921
|
-
"description": "
|
|
3037
|
+
"a-space/direction": {
|
|
3038
|
+
"description": "Spacing direction",
|
|
2922
3039
|
"type": "string"
|
|
2923
3040
|
},
|
|
2924
|
-
"a-
|
|
2925
|
-
"description": "
|
|
2926
|
-
"type": "string|object|array"
|
|
3041
|
+
"a-space/size": {
|
|
3042
|
+
"description": "Spacing size, support for setting horizontal and vertical spacing separately"
|
|
2927
3043
|
},
|
|
2928
|
-
"a-
|
|
2929
|
-
"description": "
|
|
3044
|
+
"a-space/wrap": {
|
|
3045
|
+
"description": "The spacing of the wrapping type, used in the scene of wrapping.",
|
|
3046
|
+
"type": "boolean"
|
|
3047
|
+
},
|
|
3048
|
+
"a-space/fill": {
|
|
3049
|
+
"description": "fill the block",
|
|
3050
|
+
"type": "boolean"
|
|
2930
3051
|
},
|
|
2931
3052
|
"a-slider/change": {
|
|
2932
3053
|
"description": "Trigger when the value changes"
|
|
@@ -2975,36 +3096,49 @@
|
|
|
2975
3096
|
"description": "Whether to show tooltip",
|
|
2976
3097
|
"type": "boolean"
|
|
2977
3098
|
},
|
|
2978
|
-
"a-
|
|
2979
|
-
"description": "
|
|
3099
|
+
"a-spin/size": {
|
|
3100
|
+
"description": "Size",
|
|
3101
|
+
"type": "number"
|
|
3102
|
+
},
|
|
3103
|
+
"a-spin/loading": {
|
|
3104
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
2980
3105
|
"type": "boolean"
|
|
2981
3106
|
},
|
|
2982
|
-
"a-
|
|
2983
|
-
"description": "Whether to
|
|
3107
|
+
"a-spin/dot": {
|
|
3108
|
+
"description": "Whether to use dot type animation",
|
|
2984
3109
|
"type": "boolean"
|
|
2985
3110
|
},
|
|
2986
|
-
"a-
|
|
2987
|
-
"description": "
|
|
2988
|
-
"type": "
|
|
3111
|
+
"a-spin/tip": {
|
|
3112
|
+
"description": "Prompt content",
|
|
3113
|
+
"type": "string"
|
|
2989
3114
|
},
|
|
2990
|
-
"a-
|
|
2991
|
-
"description": "
|
|
3115
|
+
"a-spin/hide-icon": {
|
|
3116
|
+
"description": "Whether to hide the icon",
|
|
3117
|
+
"type": "boolean"
|
|
2992
3118
|
},
|
|
2993
|
-
"a-
|
|
2994
|
-
"description": "
|
|
3119
|
+
"a-resize-box/moving-start": {
|
|
3120
|
+
"description": "Triggered when dragging starts"
|
|
3121
|
+
},
|
|
3122
|
+
"a-resize-box/moving": {
|
|
3123
|
+
"description": "Triggered when dragging"
|
|
3124
|
+
},
|
|
3125
|
+
"a-resize-box/moving-end": {
|
|
3126
|
+
"description": "Triggered when the drag ends"
|
|
3127
|
+
},
|
|
3128
|
+
"a-resize-box/width": {
|
|
3129
|
+
"description": "Width",
|
|
2995
3130
|
"type": "number"
|
|
2996
3131
|
},
|
|
2997
|
-
"a-
|
|
2998
|
-
"description": "
|
|
3132
|
+
"a-resize-box/height": {
|
|
3133
|
+
"description": "Height",
|
|
2999
3134
|
"type": "number"
|
|
3000
3135
|
},
|
|
3001
|
-
"a-
|
|
3002
|
-
"description": "The
|
|
3136
|
+
"a-resize-box/component": {
|
|
3137
|
+
"description": "The html tag of the telescopic box",
|
|
3003
3138
|
"type": "string"
|
|
3004
3139
|
},
|
|
3005
|
-
"a-
|
|
3006
|
-
"description": "
|
|
3007
|
-
"type": "string"
|
|
3140
|
+
"a-resize-box/directions": {
|
|
3141
|
+
"description": "Can be stretched side, there are up, down, left and right can be used"
|
|
3008
3142
|
},
|
|
3009
3143
|
"a-split/move-start": {
|
|
3010
3144
|
"description": "Triggered before dragging"
|
|
@@ -3043,107 +3177,8 @@
|
|
|
3043
3177
|
"description": "Whether to disable",
|
|
3044
3178
|
"type": "boolean"
|
|
3045
3179
|
},
|
|
3046
|
-
"a-
|
|
3047
|
-
"description": "
|
|
3048
|
-
"type": "string"
|
|
3049
|
-
},
|
|
3050
|
-
"a-space/direction": {
|
|
3051
|
-
"description": "Spacing direction",
|
|
3052
|
-
"type": "string"
|
|
3053
|
-
},
|
|
3054
|
-
"a-space/size": {
|
|
3055
|
-
"description": "Spacing size, support for setting horizontal and vertical spacing separately"
|
|
3056
|
-
},
|
|
3057
|
-
"a-space/wrap": {
|
|
3058
|
-
"description": "The spacing of the wrapping type, used in the scene of wrapping.",
|
|
3059
|
-
"type": "boolean"
|
|
3060
|
-
},
|
|
3061
|
-
"a-space/fill": {
|
|
3062
|
-
"description": "fill the block",
|
|
3063
|
-
"type": "boolean"
|
|
3064
|
-
},
|
|
3065
|
-
"a-spin/size": {
|
|
3066
|
-
"description": "Size",
|
|
3067
|
-
"type": "number"
|
|
3068
|
-
},
|
|
3069
|
-
"a-spin/loading": {
|
|
3070
|
-
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3071
|
-
"type": "boolean"
|
|
3072
|
-
},
|
|
3073
|
-
"a-spin/dot": {
|
|
3074
|
-
"description": "Whether to use dot type animation",
|
|
3075
|
-
"type": "boolean"
|
|
3076
|
-
},
|
|
3077
|
-
"a-spin/tip": {
|
|
3078
|
-
"description": "Prompt content",
|
|
3079
|
-
"type": "string"
|
|
3080
|
-
},
|
|
3081
|
-
"a-spin/hide-icon": {
|
|
3082
|
-
"description": "Whether to hide the icon",
|
|
3083
|
-
"type": "boolean"
|
|
3084
|
-
},
|
|
3085
|
-
"a-switch/change": {
|
|
3086
|
-
"description": "Trigger when the value changes"
|
|
3087
|
-
},
|
|
3088
|
-
"a-switch/focus": {
|
|
3089
|
-
"description": "Triggered when the component gets focus"
|
|
3090
|
-
},
|
|
3091
|
-
"a-switch/blur": {
|
|
3092
|
-
"description": "Fired when the component loses focus"
|
|
3093
|
-
},
|
|
3094
|
-
"a-switch/model-value": {
|
|
3095
|
-
"description": "Value",
|
|
3096
|
-
"type": "string|number|boolean"
|
|
3097
|
-
},
|
|
3098
|
-
"a-switch/default-checked": {
|
|
3099
|
-
"description": "Default selected state (uncontrolled state)",
|
|
3100
|
-
"type": "boolean"
|
|
3101
|
-
},
|
|
3102
|
-
"a-switch/disabled": {
|
|
3103
|
-
"description": "Whether to disable",
|
|
3104
|
-
"type": "boolean"
|
|
3105
|
-
},
|
|
3106
|
-
"a-switch/loading": {
|
|
3107
|
-
"description": "Whether it is loading state",
|
|
3108
|
-
"type": "boolean"
|
|
3109
|
-
},
|
|
3110
|
-
"a-switch/type": {
|
|
3111
|
-
"description": "Type of switch",
|
|
3112
|
-
"type": "string"
|
|
3113
|
-
},
|
|
3114
|
-
"a-switch/size": {
|
|
3115
|
-
"description": "Size of switch",
|
|
3116
|
-
"type": "string"
|
|
3117
|
-
},
|
|
3118
|
-
"a-switch/checked-value": {
|
|
3119
|
-
"description": "Value when checked",
|
|
3120
|
-
"type": "string|number|boolean"
|
|
3121
|
-
},
|
|
3122
|
-
"a-switch/unchecked-value": {
|
|
3123
|
-
"description": "Value when unchecked",
|
|
3124
|
-
"type": "string|number|boolean"
|
|
3125
|
-
},
|
|
3126
|
-
"a-switch/checked-color": {
|
|
3127
|
-
"description": "The color of the switch when checked",
|
|
3128
|
-
"type": "string"
|
|
3129
|
-
},
|
|
3130
|
-
"a-switch/unchecked-color": {
|
|
3131
|
-
"description": "The color of the switch when unchecked",
|
|
3132
|
-
"type": "string"
|
|
3133
|
-
},
|
|
3134
|
-
"a-switch/before-change": {
|
|
3135
|
-
"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"
|
|
3136
|
-
},
|
|
3137
|
-
"a-switch/checked-text": {
|
|
3138
|
-
"description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
|
|
3139
|
-
"type": "string"
|
|
3140
|
-
},
|
|
3141
|
-
"a-switch/unchecked-text": {
|
|
3142
|
-
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3143
|
-
"type": "string"
|
|
3144
|
-
},
|
|
3145
|
-
"a-statistic/title": {
|
|
3146
|
-
"description": "Title of the numerical display",
|
|
3180
|
+
"a-statistic/title": {
|
|
3181
|
+
"description": "Title of the numerical display",
|
|
3147
3182
|
"type": "string"
|
|
3148
3183
|
},
|
|
3149
3184
|
"a-statistic/value": {
|
|
@@ -3268,95 +3303,65 @@
|
|
|
3268
3303
|
"description": "Whether to disable",
|
|
3269
3304
|
"type": "boolean"
|
|
3270
3305
|
},
|
|
3271
|
-
"a-
|
|
3272
|
-
"description": "
|
|
3273
|
-
},
|
|
3274
|
-
"a-tabs/tab-click": {
|
|
3275
|
-
"description": "Triggered when the user clicks on the tab"
|
|
3276
|
-
},
|
|
3277
|
-
"a-tabs/add": {
|
|
3278
|
-
"description": "Triggered when the user clicks the add button"
|
|
3279
|
-
},
|
|
3280
|
-
"a-tabs/delete": {
|
|
3281
|
-
"description": "Triggered when the user clicks the delete button"
|
|
3282
|
-
},
|
|
3283
|
-
"a-tabs/active-key": {
|
|
3284
|
-
"description": "The `key` of the currently selected label",
|
|
3285
|
-
"type": "string|number"
|
|
3286
|
-
},
|
|
3287
|
-
"a-tabs/default-active-key": {
|
|
3288
|
-
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3289
|
-
"type": "string|number"
|
|
3290
|
-
},
|
|
3291
|
-
"a-tabs/position": {
|
|
3292
|
-
"description": "Position of the tab"
|
|
3293
|
-
},
|
|
3294
|
-
"a-tabs/size": {
|
|
3295
|
-
"description": "The size of the tab"
|
|
3296
|
-
},
|
|
3297
|
-
"a-tabs/type": {
|
|
3298
|
-
"description": "The type of tab"
|
|
3299
|
-
},
|
|
3300
|
-
"a-tabs/direction": {
|
|
3301
|
-
"description": "The direction of tab"
|
|
3306
|
+
"a-switch/change": {
|
|
3307
|
+
"description": "Trigger when the value changes"
|
|
3302
3308
|
},
|
|
3303
|
-
"a-
|
|
3304
|
-
"description": "
|
|
3305
|
-
"type": "boolean"
|
|
3309
|
+
"a-switch/focus": {
|
|
3310
|
+
"description": "Triggered when the component gets focus"
|
|
3306
3311
|
},
|
|
3307
|
-
"a-
|
|
3308
|
-
"description": "
|
|
3309
|
-
"type": "boolean"
|
|
3312
|
+
"a-switch/blur": {
|
|
3313
|
+
"description": "Fired when the component loses focus"
|
|
3310
3314
|
},
|
|
3311
|
-
"a-
|
|
3312
|
-
"description": "
|
|
3313
|
-
"type": "boolean"
|
|
3315
|
+
"a-switch/model-value": {
|
|
3316
|
+
"description": "Value",
|
|
3317
|
+
"type": "string|number|boolean"
|
|
3314
3318
|
},
|
|
3315
|
-
"a-
|
|
3316
|
-
"description": "
|
|
3319
|
+
"a-switch/default-checked": {
|
|
3320
|
+
"description": "Default selected state (uncontrolled state)",
|
|
3317
3321
|
"type": "boolean"
|
|
3318
3322
|
},
|
|
3319
|
-
"a-
|
|
3320
|
-
"description": "
|
|
3323
|
+
"a-switch/disabled": {
|
|
3324
|
+
"description": "Whether to disable",
|
|
3321
3325
|
"type": "boolean"
|
|
3322
3326
|
},
|
|
3323
|
-
"a-
|
|
3324
|
-
"description": "Whether
|
|
3327
|
+
"a-switch/loading": {
|
|
3328
|
+
"description": "Whether it is loading state",
|
|
3325
3329
|
"type": "boolean"
|
|
3326
3330
|
},
|
|
3327
|
-
"a-
|
|
3328
|
-
"description": "
|
|
3329
|
-
"type": "
|
|
3331
|
+
"a-switch/type": {
|
|
3332
|
+
"description": "Type of switch",
|
|
3333
|
+
"type": "string"
|
|
3330
3334
|
},
|
|
3331
|
-
"a-
|
|
3332
|
-
"description": "
|
|
3333
|
-
"type": "
|
|
3335
|
+
"a-switch/size": {
|
|
3336
|
+
"description": "Size of switch",
|
|
3337
|
+
"type": "string"
|
|
3334
3338
|
},
|
|
3335
|
-
"a-
|
|
3336
|
-
"description": "
|
|
3337
|
-
"type": "boolean"
|
|
3339
|
+
"a-switch/checked-value": {
|
|
3340
|
+
"description": "Value when checked",
|
|
3341
|
+
"type": "string|number|boolean"
|
|
3338
3342
|
},
|
|
3339
|
-
"a-
|
|
3340
|
-
"description": "
|
|
3343
|
+
"a-switch/unchecked-value": {
|
|
3344
|
+
"description": "Value when unchecked",
|
|
3345
|
+
"type": "string|number|boolean"
|
|
3341
3346
|
},
|
|
3342
|
-
"a-
|
|
3343
|
-
"description": "The
|
|
3347
|
+
"a-switch/checked-color": {
|
|
3348
|
+
"description": "The color of the switch when checked",
|
|
3349
|
+
"type": "string"
|
|
3344
3350
|
},
|
|
3345
|
-
"a-
|
|
3346
|
-
"description": "
|
|
3351
|
+
"a-switch/unchecked-color": {
|
|
3352
|
+
"description": "The color of the switch when unchecked",
|
|
3347
3353
|
"type": "string"
|
|
3348
3354
|
},
|
|
3349
|
-
"a-
|
|
3350
|
-
"description": "
|
|
3351
|
-
"type": "boolean"
|
|
3355
|
+
"a-switch/before-change": {
|
|
3356
|
+
"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"
|
|
3352
3357
|
},
|
|
3353
|
-
"a-
|
|
3354
|
-
"description": "
|
|
3355
|
-
"type": "
|
|
3358
|
+
"a-switch/checked-text": {
|
|
3359
|
+
"description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
|
|
3360
|
+
"type": "string"
|
|
3356
3361
|
},
|
|
3357
|
-
"a-
|
|
3358
|
-
"description": "
|
|
3359
|
-
"type": "
|
|
3362
|
+
"a-switch/unchecked-text": {
|
|
3363
|
+
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3364
|
+
"type": "string"
|
|
3360
3365
|
},
|
|
3361
3366
|
"a-table/expand": {
|
|
3362
3367
|
"description": "Triggered when a row is clicked to expand"
|
|
@@ -3605,60 +3610,144 @@
|
|
|
3605
3610
|
"description": "Whether to show text hints when omitted",
|
|
3606
3611
|
"type": "boolean|object"
|
|
3607
3612
|
},
|
|
3608
|
-
"a-
|
|
3609
|
-
"description": "Triggered when the
|
|
3613
|
+
"a-tabs/change": {
|
|
3614
|
+
"description": "Triggered when the current tag value changes"
|
|
3610
3615
|
},
|
|
3611
|
-
"a-
|
|
3612
|
-
"description": "Triggered when the
|
|
3616
|
+
"a-tabs/tab-click": {
|
|
3617
|
+
"description": "Triggered when the user clicks on the tab"
|
|
3613
3618
|
},
|
|
3614
|
-
"a-
|
|
3615
|
-
"description": "Triggered when the user
|
|
3619
|
+
"a-tabs/add": {
|
|
3620
|
+
"description": "Triggered when the user clicks the add button"
|
|
3616
3621
|
},
|
|
3617
|
-
"a-
|
|
3618
|
-
"description": "
|
|
3622
|
+
"a-tabs/delete": {
|
|
3623
|
+
"description": "Triggered when the user clicks the delete button"
|
|
3619
3624
|
},
|
|
3620
|
-
"a-
|
|
3621
|
-
"description": "
|
|
3625
|
+
"a-tabs/active-key": {
|
|
3626
|
+
"description": "The `key` of the currently selected label",
|
|
3627
|
+
"type": "string|number"
|
|
3622
3628
|
},
|
|
3623
|
-
"a-
|
|
3624
|
-
"description": "The
|
|
3629
|
+
"a-tabs/default-active-key": {
|
|
3630
|
+
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3631
|
+
"type": "string|number"
|
|
3625
3632
|
},
|
|
3626
|
-
"a-
|
|
3627
|
-
"description": "
|
|
3633
|
+
"a-tabs/position": {
|
|
3634
|
+
"description": "Position of the tab"
|
|
3628
3635
|
},
|
|
3629
|
-
"a-
|
|
3630
|
-
"description": "The
|
|
3636
|
+
"a-tabs/size": {
|
|
3637
|
+
"description": "The size of the tab"
|
|
3631
3638
|
},
|
|
3632
|
-
"a-
|
|
3633
|
-
"description": "
|
|
3634
|
-
"type": "boolean"
|
|
3639
|
+
"a-tabs/type": {
|
|
3640
|
+
"description": "The type of tab"
|
|
3635
3641
|
},
|
|
3636
|
-
"a-
|
|
3637
|
-
"description": "
|
|
3642
|
+
"a-tabs/direction": {
|
|
3643
|
+
"description": "The direction of tab"
|
|
3644
|
+
},
|
|
3645
|
+
"a-tabs/editable": {
|
|
3646
|
+
"description": "Whether to enable editable mode",
|
|
3638
3647
|
"type": "boolean"
|
|
3639
3648
|
},
|
|
3640
|
-
"a-
|
|
3641
|
-
"description": "Whether to
|
|
3649
|
+
"a-tabs/show-add-button": {
|
|
3650
|
+
"description": "Whether to display the add button (only available in editable mode)",
|
|
3642
3651
|
"type": "boolean"
|
|
3643
3652
|
},
|
|
3644
|
-
"a-
|
|
3645
|
-
"description": "Whether to
|
|
3653
|
+
"a-tabs/destroy-on-hide": {
|
|
3654
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3646
3655
|
"type": "boolean"
|
|
3647
3656
|
},
|
|
3648
|
-
"a-
|
|
3649
|
-
"description": "Whether
|
|
3657
|
+
"a-tabs/lazy-load": {
|
|
3658
|
+
"description": "Whether to mount the content when the label is first displayed",
|
|
3650
3659
|
"type": "boolean"
|
|
3651
3660
|
},
|
|
3652
|
-
"a-
|
|
3653
|
-
"description": "The
|
|
3661
|
+
"a-tabs/justify": {
|
|
3662
|
+
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3663
|
+
"type": "boolean"
|
|
3654
3664
|
},
|
|
3655
|
-
"a-
|
|
3656
|
-
"description": "
|
|
3657
|
-
"type": "
|
|
3665
|
+
"a-tabs/animation": {
|
|
3666
|
+
"description": "Whether to enable option content transition animation",
|
|
3667
|
+
"type": "boolean"
|
|
3658
3668
|
},
|
|
3659
|
-
"a-
|
|
3660
|
-
"description": "
|
|
3661
|
-
"type": "
|
|
3669
|
+
"a-tabs/header-padding": {
|
|
3670
|
+
"description": "Whether there is a horizontal margin on the header of the tab. Only valid for tabs with `type` equal to `line` and `text` type",
|
|
3671
|
+
"type": "boolean"
|
|
3672
|
+
},
|
|
3673
|
+
"a-tabs/auto-switch": {
|
|
3674
|
+
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3675
|
+
"type": "boolean"
|
|
3676
|
+
},
|
|
3677
|
+
"a-tabs/hide-content": {
|
|
3678
|
+
"description": "Whether to hide content",
|
|
3679
|
+
"type": "boolean"
|
|
3680
|
+
},
|
|
3681
|
+
"a-tabs/trigger": {
|
|
3682
|
+
"description": "Trigger method"
|
|
3683
|
+
},
|
|
3684
|
+
"a-tabs/scroll-position": {
|
|
3685
|
+
"description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
|
|
3686
|
+
},
|
|
3687
|
+
"a-tab-pane/title": {
|
|
3688
|
+
"description": "Title of the tab",
|
|
3689
|
+
"type": "string"
|
|
3690
|
+
},
|
|
3691
|
+
"a-tab-pane/disabled": {
|
|
3692
|
+
"description": "Whether to disable",
|
|
3693
|
+
"type": "boolean"
|
|
3694
|
+
},
|
|
3695
|
+
"a-tab-pane/closable": {
|
|
3696
|
+
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3697
|
+
"type": "boolean"
|
|
3698
|
+
},
|
|
3699
|
+
"a-tab-pane/destroy-on-hide": {
|
|
3700
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3701
|
+
"type": "boolean"
|
|
3702
|
+
},
|
|
3703
|
+
"a-radio/change": {
|
|
3704
|
+
"description": "Trigger when the value changes"
|
|
3705
|
+
},
|
|
3706
|
+
"a-radio/model-value": {
|
|
3707
|
+
"description": "Value",
|
|
3708
|
+
"type": "string | number | boolean"
|
|
3709
|
+
},
|
|
3710
|
+
"a-radio/default-checked": {
|
|
3711
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
3712
|
+
"type": "boolean"
|
|
3713
|
+
},
|
|
3714
|
+
"a-radio/value": {
|
|
3715
|
+
"description": "The `value` of the option",
|
|
3716
|
+
"type": "string | number | boolean"
|
|
3717
|
+
},
|
|
3718
|
+
"a-radio/type": {
|
|
3719
|
+
"description": "Radio type"
|
|
3720
|
+
},
|
|
3721
|
+
"a-radio/disabled": {
|
|
3722
|
+
"description": "Whether to disable",
|
|
3723
|
+
"type": "boolean"
|
|
3724
|
+
},
|
|
3725
|
+
"a-radio-group/change": {
|
|
3726
|
+
"description": "Trigger when the value changes"
|
|
3727
|
+
},
|
|
3728
|
+
"a-radio-group/model-value": {
|
|
3729
|
+
"description": "Value",
|
|
3730
|
+
"type": "string | number | boolean"
|
|
3731
|
+
},
|
|
3732
|
+
"a-radio-group/default-value": {
|
|
3733
|
+
"description": "Default value (uncontrolled state)",
|
|
3734
|
+
"type": "string | number | boolean"
|
|
3735
|
+
},
|
|
3736
|
+
"a-radio-group/type": {
|
|
3737
|
+
"description": "Types of radio group"
|
|
3738
|
+
},
|
|
3739
|
+
"a-radio-group/size": {
|
|
3740
|
+
"description": "The size of the radio group"
|
|
3741
|
+
},
|
|
3742
|
+
"a-radio-group/options": {
|
|
3743
|
+
"description": "Options"
|
|
3744
|
+
},
|
|
3745
|
+
"a-radio-group/direction": {
|
|
3746
|
+
"description": "The direction of the radio group"
|
|
3747
|
+
},
|
|
3748
|
+
"a-radio-group/disabled": {
|
|
3749
|
+
"description": "Whether to disable",
|
|
3750
|
+
"type": "boolean"
|
|
3662
3751
|
},
|
|
3663
3752
|
"a-tag/close": {
|
|
3664
3753
|
"description": "Emitted when the close button is clicked"
|
|
@@ -3709,144 +3798,63 @@
|
|
|
3709
3798
|
"description": "Tag content does not wrap",
|
|
3710
3799
|
"type": "boolean"
|
|
3711
3800
|
},
|
|
3712
|
-
"a-
|
|
3713
|
-
"description": "
|
|
3714
|
-
},
|
|
3715
|
-
"a-tree-select/popup-visible-change": {
|
|
3716
|
-
"description": "Triggered when the status of the drop-down box changes"
|
|
3717
|
-
},
|
|
3718
|
-
"a-tree-select/search": {
|
|
3719
|
-
"description": "Triggered when the search value changes"
|
|
3720
|
-
},
|
|
3721
|
-
"a-tree-select/clear": {
|
|
3722
|
-
"description": "Triggered when clear is clicked"
|
|
3723
|
-
},
|
|
3724
|
-
"a-tree-select/input-value-change": {
|
|
3725
|
-
"description": "Triggered when the value of the input changes"
|
|
3726
|
-
},
|
|
3727
|
-
"a-tree-select/disabled": {
|
|
3728
|
-
"description": "Whether to disable",
|
|
3729
|
-
"type": "boolean"
|
|
3730
|
-
},
|
|
3731
|
-
"a-tree-select/loading": {
|
|
3732
|
-
"description": "Whether it is loading state",
|
|
3733
|
-
"type": "boolean"
|
|
3734
|
-
},
|
|
3735
|
-
"a-tree-select/error": {
|
|
3736
|
-
"description": "Whether it is an error state",
|
|
3737
|
-
"type": "boolean"
|
|
3801
|
+
"a-textarea/input": {
|
|
3802
|
+
"description": "Emitted when the user enters"
|
|
3738
3803
|
},
|
|
3739
|
-
"a-
|
|
3740
|
-
"description": "
|
|
3804
|
+
"a-textarea/change": {
|
|
3805
|
+
"description": "Only emitted when the textarea is out of focus"
|
|
3741
3806
|
},
|
|
3742
|
-
"a-
|
|
3743
|
-
"description": "
|
|
3744
|
-
"type": "boolean"
|
|
3807
|
+
"a-textarea/clear": {
|
|
3808
|
+
"description": "Emitted when the clear button is clicked"
|
|
3745
3809
|
},
|
|
3746
|
-
"a-
|
|
3747
|
-
"description": "
|
|
3810
|
+
"a-textarea/focus": {
|
|
3811
|
+
"description": "Emitted when the textarea gets focus"
|
|
3748
3812
|
},
|
|
3749
|
-
"a-
|
|
3750
|
-
"description": "
|
|
3751
|
-
"type": "boolean"
|
|
3813
|
+
"a-textarea/blur": {
|
|
3814
|
+
"description": "Emitted when the textarea loses focus"
|
|
3752
3815
|
},
|
|
3753
|
-
"a-
|
|
3754
|
-
"description": "
|
|
3816
|
+
"a-textarea/model-value": {
|
|
3817
|
+
"description": "Value",
|
|
3755
3818
|
"type": "string"
|
|
3756
3819
|
},
|
|
3757
|
-
"a-
|
|
3758
|
-
"description": "
|
|
3759
|
-
"type": "number"
|
|
3760
|
-
},
|
|
3761
|
-
"a-tree-select/multiple": {
|
|
3762
|
-
"description": "Whether to support multiple selection",
|
|
3763
|
-
"type": "boolean"
|
|
3764
|
-
},
|
|
3765
|
-
"a-tree-select/default-value": {
|
|
3766
|
-
"description": "Default value"
|
|
3767
|
-
},
|
|
3768
|
-
"a-tree-select/model-value": {
|
|
3769
|
-
"description": "Value"
|
|
3770
|
-
},
|
|
3771
|
-
"a-tree-select/field-names": {
|
|
3772
|
-
"description": "Specify the field name in the node data"
|
|
3773
|
-
},
|
|
3774
|
-
"a-tree-select/data": {
|
|
3775
|
-
"description": "Data"
|
|
3776
|
-
},
|
|
3777
|
-
"a-tree-select/label-in-value": {
|
|
3778
|
-
"description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
|
|
3779
|
-
"type": "boolean"
|
|
3780
|
-
},
|
|
3781
|
-
"a-tree-select/tree-checkable": {
|
|
3782
|
-
"description": "Whether to show checkbox",
|
|
3783
|
-
"type": "boolean"
|
|
3784
|
-
},
|
|
3785
|
-
"a-tree-select/tree-check-strictly": {
|
|
3786
|
-
"description": "Whether the parent and child nodes are related",
|
|
3787
|
-
"type": "boolean"
|
|
3788
|
-
},
|
|
3789
|
-
"a-tree-select/tree-checked-strategy": {
|
|
3790
|
-
"description": "Customized echo method",
|
|
3820
|
+
"a-textarea/default-value": {
|
|
3821
|
+
"description": "Default value (uncontrolled state)",
|
|
3791
3822
|
"type": "string"
|
|
3792
3823
|
},
|
|
3793
|
-
"a-
|
|
3794
|
-
"description": "
|
|
3795
|
-
|
|
3796
|
-
"a-tree-select/trigger-props": {
|
|
3797
|
-
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
3824
|
+
"a-textarea/placeholder": {
|
|
3825
|
+
"description": "Placeholder",
|
|
3826
|
+
"type": "string"
|
|
3798
3827
|
},
|
|
3799
|
-
"a-
|
|
3800
|
-
"description": "Whether
|
|
3828
|
+
"a-textarea/disabled": {
|
|
3829
|
+
"description": "Whether to disable",
|
|
3801
3830
|
"type": "boolean"
|
|
3802
3831
|
},
|
|
3803
|
-
"a-
|
|
3804
|
-
"description": "Whether
|
|
3832
|
+
"a-textarea/error": {
|
|
3833
|
+
"description": "Whether it is an error state",
|
|
3805
3834
|
"type": "boolean"
|
|
3806
3835
|
},
|
|
3807
|
-
"a-
|
|
3808
|
-
"description": "
|
|
3809
|
-
},
|
|
3810
|
-
"a-tree-select/dropdown-class-name": {
|
|
3811
|
-
"description": "Drop-down box style class"
|
|
3812
|
-
},
|
|
3813
|
-
"a-tree-select/filter-tree-node": {
|
|
3814
|
-
"description": "Custom node filter function"
|
|
3815
|
-
},
|
|
3816
|
-
"a-tree-select/load-more": {
|
|
3817
|
-
"description": "Load data dynamically"
|
|
3836
|
+
"a-textarea/max-length": {
|
|
3837
|
+
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3818
3838
|
},
|
|
3819
|
-
"a-
|
|
3820
|
-
"description": "
|
|
3839
|
+
"a-textarea/show-word-limit": {
|
|
3840
|
+
"description": "Whether to display word count",
|
|
3821
3841
|
"type": "boolean"
|
|
3822
3842
|
},
|
|
3823
|
-
"a-
|
|
3824
|
-
"description": "
|
|
3825
|
-
},
|
|
3826
|
-
"a-tree-select/fallback-option": {
|
|
3827
|
-
"description": "Customize node data for keys that do not match options"
|
|
3828
|
-
},
|
|
3829
|
-
"a-tree-select/selectable": {
|
|
3830
|
-
"description": "Set the nodes that can be selected, all can be selected by default"
|
|
3831
|
-
},
|
|
3832
|
-
"a-tree-select/scrollbar": {
|
|
3833
|
-
"description": "Whether to enable virtual scroll bar"
|
|
3834
|
-
},
|
|
3835
|
-
"a-tree-select/show-header-on-empty": {
|
|
3836
|
-
"description": "Whether to display the header in the empty state",
|
|
3843
|
+
"a-textarea/allow-clear": {
|
|
3844
|
+
"description": "Whether to allow clearing the text",
|
|
3837
3845
|
"type": "boolean"
|
|
3838
3846
|
},
|
|
3839
|
-
"a-
|
|
3840
|
-
"description": "Whether to
|
|
3841
|
-
"type": "boolean"
|
|
3847
|
+
"a-textarea/auto-size": {
|
|
3848
|
+
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3842
3849
|
},
|
|
3843
|
-
"a-
|
|
3844
|
-
"description": "
|
|
3845
|
-
"type": "string"
|
|
3850
|
+
"a-textarea/word-length": {
|
|
3851
|
+
"description": "Calculation method of word length"
|
|
3846
3852
|
},
|
|
3847
|
-
"a-
|
|
3848
|
-
"description": "
|
|
3849
|
-
|
|
3853
|
+
"a-textarea/word-slice": {
|
|
3854
|
+
"description": "Character interception method, used together with wordLength"
|
|
3855
|
+
},
|
|
3856
|
+
"a-textarea/textarea-attrs": {
|
|
3857
|
+
"description": "Attributes passed to textarea"
|
|
3850
3858
|
},
|
|
3851
3859
|
"a-time-picker/change": {
|
|
3852
3860
|
"description": "The component value changes"
|
|
@@ -3935,157 +3943,407 @@
|
|
|
3935
3943
|
"description": "The pop-up box is opened or closed by default",
|
|
3936
3944
|
"type": "boolean"
|
|
3937
3945
|
},
|
|
3938
|
-
"a-time-picker/trigger-props": {
|
|
3939
|
-
"description": "You can pass in the parameters of the `Trigger` component"
|
|
3946
|
+
"a-time-picker/trigger-props": {
|
|
3947
|
+
"description": "You can pass in the parameters of the `Trigger` component"
|
|
3948
|
+
},
|
|
3949
|
+
"a-time-picker/unmount-on-close": {
|
|
3950
|
+
"description": "Whether to destroy the dom structure after closing",
|
|
3951
|
+
"type": "boolean"
|
|
3952
|
+
},
|
|
3953
|
+
"a-tooltip/popup-visible-change": {
|
|
3954
|
+
"description": "Emitted when the tooltip display status changes"
|
|
3955
|
+
},
|
|
3956
|
+
"a-tooltip/popup-visible": {
|
|
3957
|
+
"description": "Whether the tooltip is visible",
|
|
3958
|
+
"type": "boolean"
|
|
3959
|
+
},
|
|
3960
|
+
"a-tooltip/default-popup-visible": {
|
|
3961
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3962
|
+
"type": "boolean"
|
|
3963
|
+
},
|
|
3964
|
+
"a-tooltip/content": {
|
|
3965
|
+
"description": "Tooltip content",
|
|
3966
|
+
"type": "string"
|
|
3967
|
+
},
|
|
3968
|
+
"a-tooltip/position": {
|
|
3969
|
+
"description": "Popup position"
|
|
3970
|
+
},
|
|
3971
|
+
"a-tooltip/mini": {
|
|
3972
|
+
"description": "Whether to display as a mini size",
|
|
3973
|
+
"type": "boolean"
|
|
3974
|
+
},
|
|
3975
|
+
"a-tooltip/background-color": {
|
|
3976
|
+
"description": "Background color of the popover",
|
|
3977
|
+
"type": "string"
|
|
3978
|
+
},
|
|
3979
|
+
"a-tooltip/content-class": {
|
|
3980
|
+
"description": "The class name of the popup content"
|
|
3981
|
+
},
|
|
3982
|
+
"a-tooltip/content-style": {
|
|
3983
|
+
"description": "The style of the popup content"
|
|
3984
|
+
},
|
|
3985
|
+
"a-tooltip/arrow-class": {
|
|
3986
|
+
"description": "The class name of the popup arrow"
|
|
3987
|
+
},
|
|
3988
|
+
"a-tooltip/arrow-style": {
|
|
3989
|
+
"description": "The style of the popup arrow"
|
|
3990
|
+
},
|
|
3991
|
+
"a-tooltip/popup-container": {
|
|
3992
|
+
"description": "Mount container for popup"
|
|
3993
|
+
},
|
|
3994
|
+
"a-transfer/change": {
|
|
3995
|
+
"description": "Triggered when the value of the target selection box changes"
|
|
3996
|
+
},
|
|
3997
|
+
"a-transfer/select": {
|
|
3998
|
+
"description": "Triggered when the selected value changes"
|
|
3999
|
+
},
|
|
4000
|
+
"a-transfer/search": {
|
|
4001
|
+
"description": "Triggered when the user searches"
|
|
4002
|
+
},
|
|
4003
|
+
"a-transfer/data": {
|
|
4004
|
+
"description": "Data of the transfer"
|
|
4005
|
+
},
|
|
4006
|
+
"a-transfer/model-value": {
|
|
4007
|
+
"description": "Value in the target selection box"
|
|
4008
|
+
},
|
|
4009
|
+
"a-transfer/default-value": {
|
|
4010
|
+
"description": "The default value in the target selection box (uncontrolled state)"
|
|
4011
|
+
},
|
|
4012
|
+
"a-transfer/selected": {
|
|
4013
|
+
"description": "Selected option value"
|
|
4014
|
+
},
|
|
4015
|
+
"a-transfer/default-selected": {
|
|
4016
|
+
"description": "The option value selected by default (uncontrolled state)"
|
|
4017
|
+
},
|
|
4018
|
+
"a-transfer/disabled": {
|
|
4019
|
+
"description": "Whether to disable",
|
|
4020
|
+
"type": "boolean"
|
|
4021
|
+
},
|
|
4022
|
+
"a-transfer/simple": {
|
|
4023
|
+
"description": "Whether to open the simple mode (click the option to move)",
|
|
4024
|
+
"type": "boolean"
|
|
4025
|
+
},
|
|
4026
|
+
"a-transfer/one-way": {
|
|
4027
|
+
"description": "Whether to open the one-way mode (only move to the target selection box)",
|
|
4028
|
+
"type": "boolean"
|
|
4029
|
+
},
|
|
4030
|
+
"a-transfer/show-search": {
|
|
4031
|
+
"description": "Whether to show the search input",
|
|
4032
|
+
"type": "boolean"
|
|
4033
|
+
},
|
|
4034
|
+
"a-transfer/show-select-all": {
|
|
4035
|
+
"description": "Whether show select all checkbox on the header",
|
|
4036
|
+
"type": "boolean"
|
|
4037
|
+
},
|
|
4038
|
+
"a-transfer/title": {
|
|
4039
|
+
"description": "The title of the source and target selection boxes"
|
|
4040
|
+
},
|
|
4041
|
+
"a-transfer/source-input-search-props": {
|
|
4042
|
+
"description": "Search box configuration for source selection box",
|
|
4043
|
+
"type": "object"
|
|
4044
|
+
},
|
|
4045
|
+
"a-transfer/target-input-search-props": {
|
|
4046
|
+
"description": "Search box configuration for target selection box",
|
|
4047
|
+
"type": "object"
|
|
4048
|
+
},
|
|
4049
|
+
"a-timeline/reverse": {
|
|
4050
|
+
"description": "Whether reverse order",
|
|
4051
|
+
"type": "boolean"
|
|
4052
|
+
},
|
|
4053
|
+
"a-timeline/direction": {
|
|
4054
|
+
"description": "Timeline direction"
|
|
4055
|
+
},
|
|
4056
|
+
"a-timeline/mode": {
|
|
4057
|
+
"description": "The display mode of Timeline"
|
|
4058
|
+
},
|
|
4059
|
+
"a-timeline/pending": {
|
|
4060
|
+
"description": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content",
|
|
4061
|
+
"type": "boolean|string"
|
|
4062
|
+
},
|
|
4063
|
+
"a-timeline/label-position": {
|
|
4064
|
+
"description": "Position of label text"
|
|
4065
|
+
},
|
|
4066
|
+
"a-timeline-item/dot-color": {
|
|
4067
|
+
"description": "Dot color",
|
|
4068
|
+
"type": "string"
|
|
4069
|
+
},
|
|
4070
|
+
"a-timeline-item/dot-type": {
|
|
4071
|
+
"description": "Dot type"
|
|
4072
|
+
},
|
|
4073
|
+
"a-timeline-item/line-type": {
|
|
4074
|
+
"description": "Line type"
|
|
4075
|
+
},
|
|
4076
|
+
"a-timeline-item/line-color": {
|
|
4077
|
+
"description": "Line Color",
|
|
4078
|
+
"type": "string"
|
|
4079
|
+
},
|
|
4080
|
+
"a-timeline-item/label": {
|
|
4081
|
+
"description": "Label text",
|
|
4082
|
+
"type": "string"
|
|
4083
|
+
},
|
|
4084
|
+
"a-timeline-item/position": {
|
|
4085
|
+
"description": "Item position"
|
|
4086
|
+
},
|
|
4087
|
+
"a-tree/select": {
|
|
4088
|
+
"description": "Triggered when the tree node is clicked"
|
|
4089
|
+
},
|
|
4090
|
+
"a-tree/check": {
|
|
4091
|
+
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4092
|
+
},
|
|
4093
|
+
"a-tree/expand": {
|
|
4094
|
+
"description": "Expand/close"
|
|
4095
|
+
},
|
|
4096
|
+
"a-tree/drag-start": {
|
|
4097
|
+
"description": "Node starts dragging"
|
|
4098
|
+
},
|
|
4099
|
+
"a-tree/drag-end": {
|
|
4100
|
+
"description": "Node end drag"
|
|
4101
|
+
},
|
|
4102
|
+
"a-tree/drag-over": {
|
|
4103
|
+
"description": "The node is dragged to the releasable target"
|
|
4104
|
+
},
|
|
4105
|
+
"a-tree/drag-leave": {
|
|
4106
|
+
"description": "Node leaves to release the target"
|
|
4107
|
+
},
|
|
4108
|
+
"a-tree/drop": {
|
|
4109
|
+
"description": "The node is released on a releasable target"
|
|
4110
|
+
},
|
|
4111
|
+
"a-tree/size": {
|
|
4112
|
+
"description": "Size",
|
|
4113
|
+
"type": "string"
|
|
4114
|
+
},
|
|
4115
|
+
"a-tree/block-node": {
|
|
4116
|
+
"description": "Whether the node occupies a row",
|
|
4117
|
+
"type": "boolean"
|
|
4118
|
+
},
|
|
4119
|
+
"a-tree/default-expand-all": {
|
|
4120
|
+
"description": "Whether to expand the parent node by default",
|
|
4121
|
+
"type": "boolean"
|
|
4122
|
+
},
|
|
4123
|
+
"a-tree/multiple": {
|
|
4124
|
+
"description": "Whether to support multiple selection",
|
|
4125
|
+
"type": "boolean"
|
|
4126
|
+
},
|
|
4127
|
+
"a-tree/checkable": {
|
|
4128
|
+
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4129
|
+
},
|
|
4130
|
+
"a-tree/selectable": {
|
|
4131
|
+
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4132
|
+
},
|
|
4133
|
+
"a-tree/check-strictly": {
|
|
4134
|
+
"description": "Whether to cancel the parent-child node association",
|
|
4135
|
+
"type": "boolean"
|
|
4136
|
+
},
|
|
4137
|
+
"a-tree/checked-strategy": {
|
|
4138
|
+
"description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
|
|
4139
|
+
"type": "string"
|
|
4140
|
+
},
|
|
4141
|
+
"a-tree/default-selected-keys": {
|
|
4142
|
+
"description": "Tree node selected by default"
|
|
4143
|
+
},
|
|
4144
|
+
"a-tree/selected-keys": {
|
|
4145
|
+
"description": "Selected tree node"
|
|
4146
|
+
},
|
|
4147
|
+
"a-tree/default-checked-keys": {
|
|
4148
|
+
"description": "Tree node with checkbox selected by default"
|
|
4149
|
+
},
|
|
4150
|
+
"a-tree/checked-keys": {
|
|
4151
|
+
"description": "Tree node with check box selected"
|
|
4152
|
+
},
|
|
4153
|
+
"a-tree/default-expanded-keys": {
|
|
4154
|
+
"description": "Nodes expanded by default"
|
|
4155
|
+
},
|
|
4156
|
+
"a-tree/expanded-keys": {
|
|
4157
|
+
"description": "Expanded node"
|
|
4158
|
+
},
|
|
4159
|
+
"a-tree/data": {
|
|
4160
|
+
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4161
|
+
},
|
|
4162
|
+
"a-tree/field-names": {
|
|
4163
|
+
"description": "Specify the field name in the node data"
|
|
4164
|
+
},
|
|
4165
|
+
"a-tree/show-line": {
|
|
4166
|
+
"description": "Whether to display the connection line",
|
|
4167
|
+
"type": "boolean"
|
|
4168
|
+
},
|
|
4169
|
+
"a-tree/load-more": {
|
|
4170
|
+
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4171
|
+
},
|
|
4172
|
+
"a-tree/draggable": {
|
|
4173
|
+
"description": "Whether it can be dragged",
|
|
4174
|
+
"type": "boolean"
|
|
4175
|
+
},
|
|
4176
|
+
"a-tree/allow-drop": {
|
|
4177
|
+
"description": "Whether to allow release on a node when dragging"
|
|
4178
|
+
},
|
|
4179
|
+
"a-tree/virtual-list-props": {
|
|
4180
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4181
|
+
},
|
|
4182
|
+
"a-tree/default-expand-selected": {
|
|
4183
|
+
"description": "Whether to expand the parent node of the selected node by default",
|
|
4184
|
+
"type": "boolean"
|
|
4185
|
+
},
|
|
4186
|
+
"a-tree/default-expand-checked": {
|
|
4187
|
+
"description": "Whether to expand the parent node of the checked node by default",
|
|
4188
|
+
"type": "boolean"
|
|
4189
|
+
},
|
|
4190
|
+
"a-tree/auto-expand-parent": {
|
|
4191
|
+
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
4192
|
+
"type": "boolean"
|
|
4193
|
+
},
|
|
4194
|
+
"a-tree/half-checked-keys": {
|
|
4195
|
+
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
3940
4196
|
},
|
|
3941
|
-
"a-
|
|
3942
|
-
"description": "
|
|
4197
|
+
"a-tree/only-check-leaf": {
|
|
4198
|
+
"description": "When enabled, checkedKeys is only for checked leaf nodes, and the status of the parent node is determined by the child node.(Only valid when checkable and checkStrictly is false)",
|
|
3943
4199
|
"type": "boolean"
|
|
3944
4200
|
},
|
|
3945
|
-
"a-
|
|
3946
|
-
"description": "
|
|
4201
|
+
"a-tree/animation": {
|
|
4202
|
+
"description": "Whether to enable expand transition animation",
|
|
4203
|
+
"type": "boolean"
|
|
3947
4204
|
},
|
|
3948
|
-
"a-
|
|
3949
|
-
"description": "
|
|
4205
|
+
"a-tree/action-on-node-click": {
|
|
4206
|
+
"description": "The action triggered when the node is clicked"
|
|
3950
4207
|
},
|
|
3951
|
-
"a-
|
|
3952
|
-
"description": "
|
|
4208
|
+
"a-tree-select/change": {
|
|
4209
|
+
"description": "Trigger when the value changes"
|
|
3953
4210
|
},
|
|
3954
|
-
"a-
|
|
3955
|
-
"description": "Triggered
|
|
4211
|
+
"a-tree-select/popup-visible-change": {
|
|
4212
|
+
"description": "Triggered when the status of the drop-down box changes"
|
|
3956
4213
|
},
|
|
3957
|
-
"a-
|
|
3958
|
-
"description": "Triggered
|
|
4214
|
+
"a-tree-select/search": {
|
|
4215
|
+
"description": "Triggered when the search value changes"
|
|
3959
4216
|
},
|
|
3960
|
-
"a-
|
|
3961
|
-
"description": "Triggered
|
|
4217
|
+
"a-tree-select/clear": {
|
|
4218
|
+
"description": "Triggered when clear is clicked"
|
|
3962
4219
|
},
|
|
3963
|
-
"a-
|
|
3964
|
-
"description": "
|
|
4220
|
+
"a-tree-select/input-value-change": {
|
|
4221
|
+
"description": "Triggered when the value of the input changes"
|
|
4222
|
+
},
|
|
4223
|
+
"a-tree-select/disabled": {
|
|
4224
|
+
"description": "Whether to disable",
|
|
3965
4225
|
"type": "boolean"
|
|
3966
4226
|
},
|
|
3967
|
-
"a-
|
|
3968
|
-
"description": "Whether
|
|
4227
|
+
"a-tree-select/loading": {
|
|
4228
|
+
"description": "Whether it is loading state",
|
|
3969
4229
|
"type": "boolean"
|
|
3970
4230
|
},
|
|
3971
|
-
"a-
|
|
3972
|
-
"description": "
|
|
3973
|
-
"type": "
|
|
4231
|
+
"a-tree-select/error": {
|
|
4232
|
+
"description": "Whether it is an error state",
|
|
4233
|
+
"type": "boolean"
|
|
3974
4234
|
},
|
|
3975
|
-
"a-
|
|
3976
|
-
"description": "The
|
|
3977
|
-
"type": "number|string"
|
|
4235
|
+
"a-tree-select/size": {
|
|
4236
|
+
"description": "The size of the selection box."
|
|
3978
4237
|
},
|
|
3979
|
-
"a-
|
|
3980
|
-
"description": "Whether to show the
|
|
4238
|
+
"a-tree-select/border": {
|
|
4239
|
+
"description": "Whether to show the border",
|
|
3981
4240
|
"type": "boolean"
|
|
3982
4241
|
},
|
|
3983
|
-
"a-
|
|
3984
|
-
"description": "
|
|
3985
|
-
"type": "string"
|
|
4242
|
+
"a-tree-select/allow-search": {
|
|
4243
|
+
"description": "Whether to allow searching"
|
|
3986
4244
|
},
|
|
3987
|
-
"a-
|
|
3988
|
-
"description": "
|
|
4245
|
+
"a-tree-select/allow-clear": {
|
|
4246
|
+
"description": "Whether to allow clear",
|
|
4247
|
+
"type": "boolean"
|
|
4248
|
+
},
|
|
4249
|
+
"a-tree-select/placeholder": {
|
|
4250
|
+
"description": "Prompt copy",
|
|
3989
4251
|
"type": "string"
|
|
3990
4252
|
},
|
|
3991
|
-
"a-
|
|
3992
|
-
"description": "
|
|
3993
|
-
"type": "
|
|
4253
|
+
"a-tree-select/max-tag-count": {
|
|
4254
|
+
"description": "The maximum number of labels displayed, only valid in multi-select mode",
|
|
4255
|
+
"type": "number"
|
|
3994
4256
|
},
|
|
3995
|
-
"a-
|
|
3996
|
-
"description": "Whether to
|
|
4257
|
+
"a-tree-select/multiple": {
|
|
4258
|
+
"description": "Whether to support multiple selection",
|
|
3997
4259
|
"type": "boolean"
|
|
3998
4260
|
},
|
|
3999
|
-
"a-
|
|
4000
|
-
"description": "
|
|
4001
|
-
"type": "boolean"
|
|
4261
|
+
"a-tree-select/default-value": {
|
|
4262
|
+
"description": "Default value"
|
|
4002
4263
|
},
|
|
4003
|
-
"a-
|
|
4004
|
-
"description": "
|
|
4005
|
-
"type": "boolean"
|
|
4264
|
+
"a-tree-select/model-value": {
|
|
4265
|
+
"description": "Value"
|
|
4006
4266
|
},
|
|
4007
|
-
"a-
|
|
4008
|
-
"description": "
|
|
4267
|
+
"a-tree-select/field-names": {
|
|
4268
|
+
"description": "Specify the field name in the node data"
|
|
4269
|
+
},
|
|
4270
|
+
"a-tree-select/data": {
|
|
4271
|
+
"description": "Data"
|
|
4272
|
+
},
|
|
4273
|
+
"a-tree-select/label-in-value": {
|
|
4274
|
+
"description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
|
|
4009
4275
|
"type": "boolean"
|
|
4010
4276
|
},
|
|
4011
|
-
"a-
|
|
4012
|
-
"description": "Whether to show
|
|
4277
|
+
"a-tree-select/tree-checkable": {
|
|
4278
|
+
"description": "Whether to show checkbox",
|
|
4013
4279
|
"type": "boolean"
|
|
4014
4280
|
},
|
|
4015
|
-
"a-
|
|
4016
|
-
"description": "
|
|
4017
|
-
"type": "
|
|
4281
|
+
"a-tree-select/tree-check-strictly": {
|
|
4282
|
+
"description": "Whether the parent and child nodes are related",
|
|
4283
|
+
"type": "boolean"
|
|
4018
4284
|
},
|
|
4019
|
-
"a-
|
|
4020
|
-
"description": "
|
|
4285
|
+
"a-tree-select/tree-checked-strategy": {
|
|
4286
|
+
"description": "Customized echo method",
|
|
4021
4287
|
"type": "string"
|
|
4022
4288
|
},
|
|
4023
|
-
"a-
|
|
4024
|
-
"description": "
|
|
4025
|
-
"type": "boolean"
|
|
4026
|
-
},
|
|
4027
|
-
"a-modal/ok-button-props": {
|
|
4028
|
-
"description": "Props of confirm button"
|
|
4289
|
+
"a-tree-select/tree-props": {
|
|
4290
|
+
"description": "Can accept Props of all [Tree](/vue/component/tree) components"
|
|
4029
4291
|
},
|
|
4030
|
-
"a-
|
|
4031
|
-
"description": "Props of
|
|
4292
|
+
"a-tree-select/trigger-props": {
|
|
4293
|
+
"description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
|
|
4032
4294
|
},
|
|
4033
|
-
"a-
|
|
4034
|
-
"description": "Whether
|
|
4295
|
+
"a-tree-select/popup-visible": {
|
|
4296
|
+
"description": "Whether the pop-up box is visible",
|
|
4035
4297
|
"type": "boolean"
|
|
4036
4298
|
},
|
|
4037
|
-
"a-
|
|
4038
|
-
"description": "Whether the
|
|
4299
|
+
"a-tree-select/default-popup-visible": {
|
|
4300
|
+
"description": "Whether the default pop-up box is visible",
|
|
4039
4301
|
"type": "boolean"
|
|
4040
4302
|
},
|
|
4041
|
-
"a-
|
|
4042
|
-
"description": "
|
|
4303
|
+
"a-tree-select/dropdown-style": {
|
|
4304
|
+
"description": "Drop-down box style"
|
|
4043
4305
|
},
|
|
4044
|
-
"a-
|
|
4045
|
-
"description": "
|
|
4306
|
+
"a-tree-select/dropdown-class-name": {
|
|
4307
|
+
"description": "Drop-down box style class"
|
|
4046
4308
|
},
|
|
4047
|
-
"a-
|
|
4048
|
-
"description": "
|
|
4309
|
+
"a-tree-select/filter-tree-node": {
|
|
4310
|
+
"description": "Custom node filter function"
|
|
4049
4311
|
},
|
|
4050
|
-
"a-
|
|
4051
|
-
"description": "
|
|
4312
|
+
"a-tree-select/load-more": {
|
|
4313
|
+
"description": "Load data dynamically"
|
|
4052
4314
|
},
|
|
4053
|
-
"a-
|
|
4054
|
-
"description": "
|
|
4315
|
+
"a-tree-select/disable-filter": {
|
|
4316
|
+
"description": "Disable internal filtering logic",
|
|
4317
|
+
"type": "boolean"
|
|
4055
4318
|
},
|
|
4056
|
-
"a-
|
|
4057
|
-
"description": "
|
|
4319
|
+
"a-tree-select/popup-container": {
|
|
4320
|
+
"description": "Mount container for pop-up box"
|
|
4058
4321
|
},
|
|
4059
|
-
"a-
|
|
4060
|
-
"description": "
|
|
4061
|
-
"type": "boolean"
|
|
4322
|
+
"a-tree-select/fallback-option": {
|
|
4323
|
+
"description": "Customize node data for keys that do not match options"
|
|
4062
4324
|
},
|
|
4063
|
-
"a-
|
|
4064
|
-
"description": "
|
|
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",
|
|
4065
4333
|
"type": "boolean"
|
|
4066
4334
|
},
|
|
4067
|
-
"a-
|
|
4068
|
-
"description": "Whether to
|
|
4335
|
+
"a-tree-select/show-footer-on-empty": {
|
|
4336
|
+
"description": "Whether to display the footer in the empty state",
|
|
4069
4337
|
"type": "boolean"
|
|
4070
4338
|
},
|
|
4071
|
-
"a-
|
|
4072
|
-
"description": "
|
|
4339
|
+
"a-tree-select/input-value": {
|
|
4340
|
+
"description": "The value of the input",
|
|
4073
4341
|
"type": "string"
|
|
4074
4342
|
},
|
|
4075
|
-
"a-
|
|
4076
|
-
"description": "
|
|
4343
|
+
"a-tree-select/default-input-value": {
|
|
4344
|
+
"description": "The default value of the input (uncontrolled mode)",
|
|
4077
4345
|
"type": "string"
|
|
4078
4346
|
},
|
|
4079
|
-
"a-modal/body-class": {
|
|
4080
|
-
"description": "The classname of the modal"
|
|
4081
|
-
},
|
|
4082
|
-
"a-modal/body-style": {
|
|
4083
|
-
"description": "Modal style"
|
|
4084
|
-
},
|
|
4085
|
-
"a-modal/hide-title": {
|
|
4086
|
-
"description": "Whether to hide the title",
|
|
4087
|
-
"type": "boolean"
|
|
4088
|
-
},
|
|
4089
4347
|
"a-trigger/popup-visible-change": {
|
|
4090
4348
|
"description": "Emitted when the status of the popup changes"
|
|
4091
4349
|
},
|
|
@@ -4176,106 +4434,48 @@
|
|
|
4176
4434
|
"description": "Delay trigger time of mouseenter event (ms)",
|
|
4177
4435
|
"type": "number"
|
|
4178
4436
|
},
|
|
4179
|
-
"a-trigger/mouse-leave-delay": {
|
|
4180
|
-
"description": "Delay trigger time of mouseleave event (ms)",
|
|
4181
|
-
"type": "number"
|
|
4182
|
-
},
|
|
4183
|
-
"a-trigger/focus-delay": {
|
|
4184
|
-
"description": "Delay trigger time of focus event (ms)",
|
|
4185
|
-
"type": "number"
|
|
4186
|
-
},
|
|
4187
|
-
"a-trigger/auto-fit-popup-width": {
|
|
4188
|
-
"description": "Whether to set the width of the popup to the width of the trigger",
|
|
4189
|
-
"type": "boolean"
|
|
4190
|
-
},
|
|
4191
|
-
"a-trigger/auto-fit-popup-min-width": {
|
|
4192
|
-
"description": "Whether to set the minimum width of the popup to the trigger width",
|
|
4193
|
-
"type": "boolean"
|
|
4194
|
-
},
|
|
4195
|
-
"a-trigger/auto-fix-position": {
|
|
4196
|
-
"description": "When the size of the trigger changes, whether to recalculate the position of the popup",
|
|
4197
|
-
"type": "boolean"
|
|
4198
|
-
},
|
|
4199
|
-
"a-trigger/popup-container": {
|
|
4200
|
-
"description": "Mount container for popup"
|
|
4201
|
-
},
|
|
4202
|
-
"a-trigger/auto-fit-position": {
|
|
4203
|
-
"description": "Whether to automatically adjust the position of the popup to fit the window size",
|
|
4204
|
-
"type": "boolean"
|
|
4205
|
-
},
|
|
4206
|
-
"a-trigger/render-to-body": {
|
|
4207
|
-
"description": "Whether to mount under the `body` element",
|
|
4208
|
-
"type": "boolean"
|
|
4209
|
-
},
|
|
4210
|
-
"a-trigger/prevent-focus": {
|
|
4211
|
-
"description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
|
|
4212
|
-
"type": "boolean"
|
|
4213
|
-
},
|
|
4214
|
-
"a-trigger/scroll-to-close": {
|
|
4215
|
-
"description": "Whether to close the popover when scrolling",
|
|
4216
|
-
"type": "boolean"
|
|
4217
|
-
},
|
|
4218
|
-
"a-trigger/scroll-to-close-distance": {
|
|
4219
|
-
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4220
|
-
"type": "number"
|
|
4221
|
-
},
|
|
4222
|
-
"a-textarea/input": {
|
|
4223
|
-
"description": "Emitted when the user enters"
|
|
4224
|
-
},
|
|
4225
|
-
"a-textarea/change": {
|
|
4226
|
-
"description": "Only emitted when the textarea is out of focus"
|
|
4227
|
-
},
|
|
4228
|
-
"a-textarea/clear": {
|
|
4229
|
-
"description": "Emitted when the clear button is clicked"
|
|
4230
|
-
},
|
|
4231
|
-
"a-textarea/focus": {
|
|
4232
|
-
"description": "Emitted when the textarea gets focus"
|
|
4233
|
-
},
|
|
4234
|
-
"a-textarea/blur": {
|
|
4235
|
-
"description": "Emitted when the textarea loses focus"
|
|
4236
|
-
},
|
|
4237
|
-
"a-textarea/model-value": {
|
|
4238
|
-
"description": "Value",
|
|
4239
|
-
"type": "string"
|
|
4437
|
+
"a-trigger/mouse-leave-delay": {
|
|
4438
|
+
"description": "Delay trigger time of mouseleave event (ms)",
|
|
4439
|
+
"type": "number"
|
|
4240
4440
|
},
|
|
4241
|
-
"a-
|
|
4242
|
-
"description": "
|
|
4243
|
-
"type": "
|
|
4441
|
+
"a-trigger/focus-delay": {
|
|
4442
|
+
"description": "Delay trigger time of focus event (ms)",
|
|
4443
|
+
"type": "number"
|
|
4244
4444
|
},
|
|
4245
|
-
"a-
|
|
4246
|
-
"description": "
|
|
4247
|
-
"type": "
|
|
4445
|
+
"a-trigger/auto-fit-popup-width": {
|
|
4446
|
+
"description": "Whether to set the width of the popup to the width of the trigger",
|
|
4447
|
+
"type": "boolean"
|
|
4248
4448
|
},
|
|
4249
|
-
"a-
|
|
4250
|
-
"description": "Whether to
|
|
4449
|
+
"a-trigger/auto-fit-popup-min-width": {
|
|
4450
|
+
"description": "Whether to set the minimum width of the popup to the trigger width",
|
|
4251
4451
|
"type": "boolean"
|
|
4252
4452
|
},
|
|
4253
|
-
"a-
|
|
4254
|
-
"description": "
|
|
4453
|
+
"a-trigger/auto-fix-position": {
|
|
4454
|
+
"description": "When the size of the trigger changes, whether to recalculate the position of the popup",
|
|
4255
4455
|
"type": "boolean"
|
|
4256
4456
|
},
|
|
4257
|
-
"a-
|
|
4258
|
-
"description": "
|
|
4457
|
+
"a-trigger/popup-container": {
|
|
4458
|
+
"description": "Mount container for popup"
|
|
4259
4459
|
},
|
|
4260
|
-
"a-
|
|
4261
|
-
"description": "Whether to
|
|
4460
|
+
"a-trigger/auto-fit-position": {
|
|
4461
|
+
"description": "Whether to automatically adjust the position of the popup to fit the window size",
|
|
4262
4462
|
"type": "boolean"
|
|
4263
4463
|
},
|
|
4264
|
-
"a-
|
|
4265
|
-
"description": "Whether to
|
|
4464
|
+
"a-trigger/render-to-body": {
|
|
4465
|
+
"description": "Whether to mount under the `body` element",
|
|
4266
4466
|
"type": "boolean"
|
|
4267
4467
|
},
|
|
4268
|
-
"a-
|
|
4269
|
-
"description": "Whether to
|
|
4270
|
-
|
|
4271
|
-
"a-textarea/word-length": {
|
|
4272
|
-
"description": "Calculation method of word length"
|
|
4468
|
+
"a-trigger/prevent-focus": {
|
|
4469
|
+
"description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
|
|
4470
|
+
"type": "boolean"
|
|
4273
4471
|
},
|
|
4274
|
-
"a-
|
|
4275
|
-
"description": "
|
|
4472
|
+
"a-trigger/scroll-to-close": {
|
|
4473
|
+
"description": "Whether to close the popover when scrolling",
|
|
4474
|
+
"type": "boolean"
|
|
4276
4475
|
},
|
|
4277
|
-
"a-
|
|
4278
|
-
"description": "
|
|
4476
|
+
"a-trigger/scroll-to-close-distance": {
|
|
4477
|
+
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4478
|
+
"type": "number"
|
|
4279
4479
|
},
|
|
4280
4480
|
"a-common/edit-start": {
|
|
4281
4481
|
"description": "Edit start"
|
|
@@ -4538,44 +4738,6 @@
|
|
|
4538
4738
|
"a-verification-code/formatter": {
|
|
4539
4739
|
"description": "Formatter function, triggered when the user input value changes"
|
|
4540
4740
|
},
|
|
4541
|
-
"a-timeline/reverse": {
|
|
4542
|
-
"description": "Whether reverse order",
|
|
4543
|
-
"type": "boolean"
|
|
4544
|
-
},
|
|
4545
|
-
"a-timeline/direction": {
|
|
4546
|
-
"description": "Timeline direction"
|
|
4547
|
-
},
|
|
4548
|
-
"a-timeline/mode": {
|
|
4549
|
-
"description": "The display mode of Timeline"
|
|
4550
|
-
},
|
|
4551
|
-
"a-timeline/pending": {
|
|
4552
|
-
"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",
|
|
4553
|
-
"type": "boolean|string"
|
|
4554
|
-
},
|
|
4555
|
-
"a-timeline/label-position": {
|
|
4556
|
-
"description": "Position of label text"
|
|
4557
|
-
},
|
|
4558
|
-
"a-timeline-item/dot-color": {
|
|
4559
|
-
"description": "Dot color",
|
|
4560
|
-
"type": "string"
|
|
4561
|
-
},
|
|
4562
|
-
"a-timeline-item/dot-type": {
|
|
4563
|
-
"description": "Dot type"
|
|
4564
|
-
},
|
|
4565
|
-
"a-timeline-item/line-type": {
|
|
4566
|
-
"description": "Line type"
|
|
4567
|
-
},
|
|
4568
|
-
"a-timeline-item/line-color": {
|
|
4569
|
-
"description": "Line Color",
|
|
4570
|
-
"type": "string"
|
|
4571
|
-
},
|
|
4572
|
-
"a-timeline-item/label": {
|
|
4573
|
-
"description": "Label text",
|
|
4574
|
-
"type": "string"
|
|
4575
|
-
},
|
|
4576
|
-
"a-timeline-item/position": {
|
|
4577
|
-
"description": "Item position"
|
|
4578
|
-
},
|
|
4579
4741
|
"a-watermark/content": {
|
|
4580
4742
|
"description": "Watermark text content"
|
|
4581
4743
|
},
|
|
@@ -4627,167 +4789,5 @@
|
|
|
4627
4789
|
"a-watermark/staggered": {
|
|
4628
4790
|
"description": "Whether to stagger the arrangement layout",
|
|
4629
4791
|
"type": "boolean"
|
|
4630
|
-
},
|
|
4631
|
-
"a-tree/select": {
|
|
4632
|
-
"description": "Triggered when the tree node is clicked"
|
|
4633
|
-
},
|
|
4634
|
-
"a-tree/check": {
|
|
4635
|
-
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4636
|
-
},
|
|
4637
|
-
"a-tree/expand": {
|
|
4638
|
-
"description": "Expand/close"
|
|
4639
|
-
},
|
|
4640
|
-
"a-tree/drag-start": {
|
|
4641
|
-
"description": "Node starts dragging"
|
|
4642
|
-
},
|
|
4643
|
-
"a-tree/drag-end": {
|
|
4644
|
-
"description": "Node end drag"
|
|
4645
|
-
},
|
|
4646
|
-
"a-tree/drag-over": {
|
|
4647
|
-
"description": "The node is dragged to the releasable target"
|
|
4648
|
-
},
|
|
4649
|
-
"a-tree/drag-leave": {
|
|
4650
|
-
"description": "Node leaves to release the target"
|
|
4651
|
-
},
|
|
4652
|
-
"a-tree/drop": {
|
|
4653
|
-
"description": "The node is released on a releasable target"
|
|
4654
|
-
},
|
|
4655
|
-
"a-tree/size": {
|
|
4656
|
-
"description": "Size",
|
|
4657
|
-
"type": "string"
|
|
4658
|
-
},
|
|
4659
|
-
"a-tree/block-node": {
|
|
4660
|
-
"description": "Whether the node occupies a row",
|
|
4661
|
-
"type": "boolean"
|
|
4662
|
-
},
|
|
4663
|
-
"a-tree/default-expand-all": {
|
|
4664
|
-
"description": "Whether to expand the parent node by default",
|
|
4665
|
-
"type": "boolean"
|
|
4666
|
-
},
|
|
4667
|
-
"a-tree/multiple": {
|
|
4668
|
-
"description": "Whether to support multiple selection",
|
|
4669
|
-
"type": "boolean"
|
|
4670
|
-
},
|
|
4671
|
-
"a-tree/checkable": {
|
|
4672
|
-
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4673
|
-
},
|
|
4674
|
-
"a-tree/selectable": {
|
|
4675
|
-
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4676
|
-
},
|
|
4677
|
-
"a-tree/check-strictly": {
|
|
4678
|
-
"description": "Whether to cancel the parent-child node association",
|
|
4679
|
-
"type": "boolean"
|
|
4680
|
-
},
|
|
4681
|
-
"a-tree/checked-strategy": {
|
|
4682
|
-
"description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
|
|
4683
|
-
"type": "string"
|
|
4684
|
-
},
|
|
4685
|
-
"a-tree/default-selected-keys": {
|
|
4686
|
-
"description": "Tree node selected by default"
|
|
4687
|
-
},
|
|
4688
|
-
"a-tree/selected-keys": {
|
|
4689
|
-
"description": "Selected tree node"
|
|
4690
|
-
},
|
|
4691
|
-
"a-tree/default-checked-keys": {
|
|
4692
|
-
"description": "Tree node with checkbox selected by default"
|
|
4693
|
-
},
|
|
4694
|
-
"a-tree/checked-keys": {
|
|
4695
|
-
"description": "Tree node with check box selected"
|
|
4696
|
-
},
|
|
4697
|
-
"a-tree/default-expanded-keys": {
|
|
4698
|
-
"description": "Nodes expanded by default"
|
|
4699
|
-
},
|
|
4700
|
-
"a-tree/expanded-keys": {
|
|
4701
|
-
"description": "Expanded node"
|
|
4702
|
-
},
|
|
4703
|
-
"a-tree/data": {
|
|
4704
|
-
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4705
|
-
},
|
|
4706
|
-
"a-tree/field-names": {
|
|
4707
|
-
"description": "Specify the field name in the node data"
|
|
4708
|
-
},
|
|
4709
|
-
"a-tree/show-line": {
|
|
4710
|
-
"description": "Whether to display the connection line",
|
|
4711
|
-
"type": "boolean"
|
|
4712
|
-
},
|
|
4713
|
-
"a-tree/load-more": {
|
|
4714
|
-
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4715
|
-
},
|
|
4716
|
-
"a-tree/draggable": {
|
|
4717
|
-
"description": "Whether it can be dragged",
|
|
4718
|
-
"type": "boolean"
|
|
4719
|
-
},
|
|
4720
|
-
"a-tree/allow-drop": {
|
|
4721
|
-
"description": "Whether to allow release on a node when dragging"
|
|
4722
|
-
},
|
|
4723
|
-
"a-tree/virtual-list-props": {
|
|
4724
|
-
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4725
|
-
},
|
|
4726
|
-
"a-tree/default-expand-selected": {
|
|
4727
|
-
"description": "Whether to expand the parent node of the selected node by default",
|
|
4728
|
-
"type": "boolean"
|
|
4729
|
-
},
|
|
4730
|
-
"a-tree/default-expand-checked": {
|
|
4731
|
-
"description": "Whether to expand the parent node of the checked node by default",
|
|
4732
|
-
"type": "boolean"
|
|
4733
|
-
},
|
|
4734
|
-
"a-tree/auto-expand-parent": {
|
|
4735
|
-
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
4736
|
-
"type": "boolean"
|
|
4737
|
-
},
|
|
4738
|
-
"a-tree/half-checked-keys": {
|
|
4739
|
-
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
4740
|
-
},
|
|
4741
|
-
"a-tree/only-check-leaf": {
|
|
4742
|
-
"description": "When enabled, checkedKeys is only for checked leaf nodes, and the status of the parent node is determined by the child node.(Only valid when checkable and checkStrictly is false)",
|
|
4743
|
-
"type": "boolean"
|
|
4744
|
-
},
|
|
4745
|
-
"a-tree/animation": {
|
|
4746
|
-
"description": "Whether to enable expand transition animation",
|
|
4747
|
-
"type": "boolean"
|
|
4748
|
-
},
|
|
4749
|
-
"a-tree/action-on-node-click": {
|
|
4750
|
-
"description": "The action triggered when the node is clicked"
|
|
4751
|
-
},
|
|
4752
|
-
"a-tooltip/popup-visible-change": {
|
|
4753
|
-
"description": "Emitted when the tooltip display status changes"
|
|
4754
|
-
},
|
|
4755
|
-
"a-tooltip/popup-visible": {
|
|
4756
|
-
"description": "Whether the tooltip is visible",
|
|
4757
|
-
"type": "boolean"
|
|
4758
|
-
},
|
|
4759
|
-
"a-tooltip/default-popup-visible": {
|
|
4760
|
-
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
4761
|
-
"type": "boolean"
|
|
4762
|
-
},
|
|
4763
|
-
"a-tooltip/content": {
|
|
4764
|
-
"description": "Tooltip content",
|
|
4765
|
-
"type": "string"
|
|
4766
|
-
},
|
|
4767
|
-
"a-tooltip/position": {
|
|
4768
|
-
"description": "Popup position"
|
|
4769
|
-
},
|
|
4770
|
-
"a-tooltip/mini": {
|
|
4771
|
-
"description": "Whether to display as a mini size",
|
|
4772
|
-
"type": "boolean"
|
|
4773
|
-
},
|
|
4774
|
-
"a-tooltip/background-color": {
|
|
4775
|
-
"description": "Background color of the popover",
|
|
4776
|
-
"type": "string"
|
|
4777
|
-
},
|
|
4778
|
-
"a-tooltip/content-class": {
|
|
4779
|
-
"description": "The class name of the popup content"
|
|
4780
|
-
},
|
|
4781
|
-
"a-tooltip/content-style": {
|
|
4782
|
-
"description": "The style of the popup content"
|
|
4783
|
-
},
|
|
4784
|
-
"a-tooltip/arrow-class": {
|
|
4785
|
-
"description": "The class name of the popup arrow"
|
|
4786
|
-
},
|
|
4787
|
-
"a-tooltip/arrow-style": {
|
|
4788
|
-
"description": "The style of the popup arrow"
|
|
4789
|
-
},
|
|
4790
|
-
"a-tooltip/popup-container": {
|
|
4791
|
-
"description": "Mount container for popup"
|
|
4792
4792
|
}
|
|
4793
4793
|
}
|