@julingbase/jly-arco-design 0.0.1 → 0.0.2
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 +8 -113
- package/dist/arco-vue.js +6 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +2 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +3 -3
- package/es/_components/picker/input-range.d.ts +4 -4
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +1 -1
- package/es/cascader/cascader.d.ts +5 -5
- package/es/cascader/index.d.ts +15 -15
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +8 -8
- package/es/date-picker/picker.d.ts +6 -6
- package/es/date-picker/range-picker.d.ts +8 -8
- package/es/dropdown/dropdown-button.d.ts +9 -0
- package/es/dropdown/dropdown.d.ts +9 -0
- package/es/dropdown/dropdown.js +6 -1
- package/es/dropdown/index.d.ts +24 -0
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +12 -12
- package/es/input/input-password.d.ts +3 -3
- package/es/input/input.d.ts +3 -3
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +21 -21
- package/es/input-tag/input-tag.d.ts +7 -7
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +16 -16
- package/es/radio/index.d.ts +9 -9
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +16 -16
- package/es/select/option.d.ts +5 -5
- package/es/select/select.d.ts +4 -4
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/switch/index.d.ts +6 -6
- package/es/switch/switch.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +14 -14
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +18 -18
- package/es/time-picker/time-picker.d.ts +8 -8
- package/es/transfer/index.d.ts +16 -16
- package/es/transfer/transfer-view.d.ts +5 -5
- package/es/transfer/transfer.d.ts +7 -7
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +5 -5
- package/es/tree-select/tree-select.d.ts +2 -2
- package/es/typography/edit-content.d.ts +36 -36
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +849 -845
- package/json/vetur-tags.json +322 -321
- package/json/web-types.json +2602 -2594
- package/lib/dropdown/dropdown.js +6 -1
- package/package.json +2 -2
- package/README.zh-CN.md +0 -110
|
@@ -16,66 +16,58 @@
|
|
|
16
16
|
"a-affix/target-container": {
|
|
17
17
|
"description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
|
|
18
18
|
},
|
|
19
|
-
"a-
|
|
20
|
-
"description": "
|
|
21
|
-
},
|
|
22
|
-
"a-anchor/change": {
|
|
23
|
-
"description": "Triggered when the link changes"
|
|
19
|
+
"a-auto-complete/change": {
|
|
20
|
+
"description": "Emitted when the value changes"
|
|
24
21
|
},
|
|
25
|
-
"a-
|
|
26
|
-
"description": "
|
|
22
|
+
"a-auto-complete/search": {
|
|
23
|
+
"description": "Emitted when the user searches"
|
|
27
24
|
},
|
|
28
|
-
"a-
|
|
29
|
-
"description": "
|
|
30
|
-
"type": "boolean"
|
|
25
|
+
"a-auto-complete/select": {
|
|
26
|
+
"description": "Emitted when an option is selected"
|
|
31
27
|
},
|
|
32
|
-
"a-
|
|
33
|
-
"description": "
|
|
28
|
+
"a-auto-complete/clear": {
|
|
29
|
+
"description": "Triggered when the user clicks the clear button"
|
|
34
30
|
},
|
|
35
|
-
"a-
|
|
36
|
-
"description": "
|
|
37
|
-
"type": "boolean"
|
|
31
|
+
"a-auto-complete/dropdown-scroll": {
|
|
32
|
+
"description": "Triggered when the drop-down scrolls"
|
|
38
33
|
},
|
|
39
|
-
"a-
|
|
40
|
-
"description": "
|
|
41
|
-
"type": "boolean"
|
|
34
|
+
"a-auto-complete/dropdown-reach-bottom": {
|
|
35
|
+
"description": "Triggered when the drop-down menu is scrolled to the bottom"
|
|
42
36
|
},
|
|
43
|
-
"a-
|
|
44
|
-
"description": "
|
|
37
|
+
"a-auto-complete/model-value": {
|
|
38
|
+
"description": "Value",
|
|
45
39
|
"type": "string"
|
|
46
40
|
},
|
|
47
|
-
"a-
|
|
48
|
-
"description": "
|
|
41
|
+
"a-auto-complete/default-value": {
|
|
42
|
+
"description": "Default value (uncontrolled mode)",
|
|
49
43
|
"type": "string"
|
|
50
44
|
},
|
|
51
|
-
"a-
|
|
52
|
-
"description": "
|
|
45
|
+
"a-auto-complete/disabled": {
|
|
46
|
+
"description": "Whether to disable",
|
|
47
|
+
"type": "boolean"
|
|
53
48
|
},
|
|
54
|
-
"a-
|
|
55
|
-
"description": "
|
|
49
|
+
"a-auto-complete/data": {
|
|
50
|
+
"description": "Data used for auto-complete"
|
|
56
51
|
},
|
|
57
|
-
"a-
|
|
58
|
-
"description": "
|
|
52
|
+
"a-auto-complete/popup-container": {
|
|
53
|
+
"description": "Mount container for popup"
|
|
59
54
|
},
|
|
60
|
-
"a-
|
|
61
|
-
"description": "Whether
|
|
55
|
+
"a-auto-complete/strict": {
|
|
56
|
+
"description": "Whether it is strict verification mode",
|
|
62
57
|
"type": "boolean"
|
|
63
58
|
},
|
|
64
|
-
"a-
|
|
65
|
-
"description": "
|
|
66
|
-
"type": "boolean"
|
|
59
|
+
"a-auto-complete/filter-option": {
|
|
60
|
+
"description": "Custom option filtering method"
|
|
67
61
|
},
|
|
68
|
-
"a-
|
|
69
|
-
"description": "
|
|
70
|
-
"type": "string"
|
|
62
|
+
"a-auto-complete/trigger-props": {
|
|
63
|
+
"description": "trigger props"
|
|
71
64
|
},
|
|
72
|
-
"a-
|
|
73
|
-
"description": "Whether to
|
|
65
|
+
"a-auto-complete/allow-clear": {
|
|
66
|
+
"description": "Whether to allow the input to be cleared",
|
|
74
67
|
"type": "boolean"
|
|
75
68
|
},
|
|
76
|
-
"a-
|
|
77
|
-
"description": "
|
|
78
|
-
"type": "boolean"
|
|
69
|
+
"a-auto-complete/virtual-list-props": {
|
|
70
|
+
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
79
71
|
},
|
|
80
72
|
"a-avatar/click": {
|
|
81
73
|
"description": "Callback when clicked"
|
|
@@ -150,58 +142,95 @@
|
|
|
150
142
|
"description": "Duration of scroll animation",
|
|
151
143
|
"type": "number"
|
|
152
144
|
},
|
|
153
|
-
"a-
|
|
154
|
-
"description": "
|
|
145
|
+
"a-badge/text": {
|
|
146
|
+
"description": "Set the display text of the status dot",
|
|
147
|
+
"type": "string"
|
|
155
148
|
},
|
|
156
|
-
"a-
|
|
157
|
-
"description": "
|
|
149
|
+
"a-badge/dot": {
|
|
150
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
151
|
+
"type": "boolean"
|
|
158
152
|
},
|
|
159
|
-
"a-
|
|
160
|
-
"description": "
|
|
153
|
+
"a-badge/dot-style": {
|
|
154
|
+
"description": "Customize badge dot style",
|
|
155
|
+
"type": "object"
|
|
161
156
|
},
|
|
162
|
-
"a-
|
|
163
|
-
"description": "
|
|
157
|
+
"a-badge/max-count": {
|
|
158
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
159
|
+
"type": "number"
|
|
164
160
|
},
|
|
165
|
-
"a-
|
|
166
|
-
"description": "
|
|
161
|
+
"a-badge/offset": {
|
|
162
|
+
"description": "Set offset of the badge dot"
|
|
167
163
|
},
|
|
168
|
-
"a-
|
|
169
|
-
"description": "
|
|
164
|
+
"a-badge/color": {
|
|
165
|
+
"description": "Customize dot color"
|
|
170
166
|
},
|
|
171
|
-
"a-
|
|
172
|
-
"description": "
|
|
167
|
+
"a-badge/status": {
|
|
168
|
+
"description": "Badge status"
|
|
169
|
+
},
|
|
170
|
+
"a-badge/count": {
|
|
171
|
+
"description": "Number to show in badge",
|
|
172
|
+
"type": "number"
|
|
173
|
+
},
|
|
174
|
+
"a-anchor/select": {
|
|
175
|
+
"description": "Triggered when the user clicks on the link"
|
|
176
|
+
},
|
|
177
|
+
"a-anchor/change": {
|
|
178
|
+
"description": "Triggered when the link changes"
|
|
179
|
+
},
|
|
180
|
+
"a-anchor/boundary": {
|
|
181
|
+
"description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
|
|
182
|
+
},
|
|
183
|
+
"a-anchor/line-less": {
|
|
184
|
+
"description": "Whether to show the left axis",
|
|
185
|
+
"type": "boolean"
|
|
186
|
+
},
|
|
187
|
+
"a-anchor/scroll-container": {
|
|
188
|
+
"description": "Scroll container"
|
|
189
|
+
},
|
|
190
|
+
"a-anchor/change-hash": {
|
|
191
|
+
"description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
|
|
192
|
+
"type": "boolean"
|
|
193
|
+
},
|
|
194
|
+
"a-anchor/smooth": {
|
|
195
|
+
"description": "Whether to use smooth scrolling",
|
|
196
|
+
"type": "boolean"
|
|
197
|
+
},
|
|
198
|
+
"a-anchor-link/title": {
|
|
199
|
+
"description": "The text content of the anchor link",
|
|
173
200
|
"type": "string"
|
|
174
201
|
},
|
|
175
|
-
"a-
|
|
176
|
-
"description": "
|
|
202
|
+
"a-anchor-link/href": {
|
|
203
|
+
"description": "The address of the anchor link",
|
|
177
204
|
"type": "string"
|
|
178
205
|
},
|
|
179
|
-
"a-
|
|
180
|
-
"description": "
|
|
181
|
-
"type": "boolean"
|
|
206
|
+
"a-alert/close": {
|
|
207
|
+
"description": "Triggered when the close button is clicked"
|
|
182
208
|
},
|
|
183
|
-
"a-
|
|
184
|
-
"description": "
|
|
209
|
+
"a-alert/after-close": {
|
|
210
|
+
"description": "Triggered after the close animation ends"
|
|
185
211
|
},
|
|
186
|
-
"a-
|
|
187
|
-
"description": "
|
|
212
|
+
"a-alert/type": {
|
|
213
|
+
"description": "Type of the alert. 2.41.0 Added `normal` type"
|
|
188
214
|
},
|
|
189
|
-
"a-
|
|
190
|
-
"description": "Whether
|
|
215
|
+
"a-alert/show-icon": {
|
|
216
|
+
"description": "Whether to show the icon",
|
|
191
217
|
"type": "boolean"
|
|
192
218
|
},
|
|
193
|
-
"a-
|
|
194
|
-
"description": "
|
|
219
|
+
"a-alert/closable": {
|
|
220
|
+
"description": "Whether to show the close button",
|
|
221
|
+
"type": "boolean"
|
|
195
222
|
},
|
|
196
|
-
"a-
|
|
197
|
-
"description": "
|
|
223
|
+
"a-alert/title": {
|
|
224
|
+
"description": "The title of the alert",
|
|
225
|
+
"type": "string"
|
|
198
226
|
},
|
|
199
|
-
"a-
|
|
200
|
-
"description": "Whether to
|
|
227
|
+
"a-alert/banner": {
|
|
228
|
+
"description": "Whether to use as the top announcement (remove the border and rounded corners)",
|
|
201
229
|
"type": "boolean"
|
|
202
230
|
},
|
|
203
|
-
"a-
|
|
204
|
-
"description": "
|
|
231
|
+
"a-alert/center": {
|
|
232
|
+
"description": "Whether the content is displayed in the center",
|
|
233
|
+
"type": "boolean"
|
|
205
234
|
},
|
|
206
235
|
"a-breadcrumb/max-count": {
|
|
207
236
|
"description": "Maximum number of breadcrumbs displayed (0 means no limit)",
|
|
@@ -227,35 +256,6 @@
|
|
|
227
256
|
"a-breadcrumb-item/dropdown-props": {
|
|
228
257
|
"description": "Dropdown props"
|
|
229
258
|
},
|
|
230
|
-
"a-badge/text": {
|
|
231
|
-
"description": "Set the display text of the status dot",
|
|
232
|
-
"type": "string"
|
|
233
|
-
},
|
|
234
|
-
"a-badge/dot": {
|
|
235
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
236
|
-
"type": "boolean"
|
|
237
|
-
},
|
|
238
|
-
"a-badge/dot-style": {
|
|
239
|
-
"description": "Customize badge dot style",
|
|
240
|
-
"type": "object"
|
|
241
|
-
},
|
|
242
|
-
"a-badge/max-count": {
|
|
243
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
244
|
-
"type": "number"
|
|
245
|
-
},
|
|
246
|
-
"a-badge/offset": {
|
|
247
|
-
"description": "Set offset of the badge dot"
|
|
248
|
-
},
|
|
249
|
-
"a-badge/color": {
|
|
250
|
-
"description": "Customize dot color"
|
|
251
|
-
},
|
|
252
|
-
"a-badge/status": {
|
|
253
|
-
"description": "Badge status"
|
|
254
|
-
},
|
|
255
|
-
"a-badge/count": {
|
|
256
|
-
"description": "Number to show in badge",
|
|
257
|
-
"type": "number"
|
|
258
|
-
},
|
|
259
259
|
"a-button/click": {
|
|
260
260
|
"description": "Emitted when the button is clicked"
|
|
261
261
|
},
|
|
@@ -333,48 +333,6 @@
|
|
|
333
333
|
"a-calendar/modes": {
|
|
334
334
|
"description": "Displayed mode"
|
|
335
335
|
},
|
|
336
|
-
"a-card/bordered": {
|
|
337
|
-
"description": "Whether to render the border",
|
|
338
|
-
"type": "boolean"
|
|
339
|
-
},
|
|
340
|
-
"a-card/loading": {
|
|
341
|
-
"description": "Loading status",
|
|
342
|
-
"type": "boolean"
|
|
343
|
-
},
|
|
344
|
-
"a-card/hoverable": {
|
|
345
|
-
"description": "Can be hovered",
|
|
346
|
-
"type": "boolean"
|
|
347
|
-
},
|
|
348
|
-
"a-card/size": {
|
|
349
|
-
"description": "Size of card",
|
|
350
|
-
"type": "string"
|
|
351
|
-
},
|
|
352
|
-
"a-card/header-style": {
|
|
353
|
-
"description": "The additional css style to apply to card head"
|
|
354
|
-
},
|
|
355
|
-
"a-card/body-style": {
|
|
356
|
-
"description": "The additional css style to apply to card content"
|
|
357
|
-
},
|
|
358
|
-
"a-card/title": {
|
|
359
|
-
"description": "Title of card",
|
|
360
|
-
"type": "string"
|
|
361
|
-
},
|
|
362
|
-
"a-card/extra": {
|
|
363
|
-
"description": "Content to render in the top-right corner of the card",
|
|
364
|
-
"type": "string"
|
|
365
|
-
},
|
|
366
|
-
"a-card-meta/title": {
|
|
367
|
-
"description": "Title of card",
|
|
368
|
-
"type": "string"
|
|
369
|
-
},
|
|
370
|
-
"a-card-meta/description": {
|
|
371
|
-
"description": "Description of card",
|
|
372
|
-
"type": "string"
|
|
373
|
-
},
|
|
374
|
-
"a-card-grid/hoverable": {
|
|
375
|
-
"description": "Whether to hover",
|
|
376
|
-
"type": "boolean"
|
|
377
|
-
},
|
|
378
336
|
"a-carousel/change": {
|
|
379
337
|
"description": "Callback when slide changes"
|
|
380
338
|
},
|
|
@@ -600,11 +558,53 @@
|
|
|
600
558
|
"description": "whether to expand the submenu",
|
|
601
559
|
"type": "boolean"
|
|
602
560
|
},
|
|
603
|
-
"a-
|
|
604
|
-
"description": "
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
561
|
+
"a-card/bordered": {
|
|
562
|
+
"description": "Whether to render the border",
|
|
563
|
+
"type": "boolean"
|
|
564
|
+
},
|
|
565
|
+
"a-card/loading": {
|
|
566
|
+
"description": "Loading status",
|
|
567
|
+
"type": "boolean"
|
|
568
|
+
},
|
|
569
|
+
"a-card/hoverable": {
|
|
570
|
+
"description": "Can be hovered",
|
|
571
|
+
"type": "boolean"
|
|
572
|
+
},
|
|
573
|
+
"a-card/size": {
|
|
574
|
+
"description": "Size of card",
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"a-card/header-style": {
|
|
578
|
+
"description": "The additional css style to apply to card head"
|
|
579
|
+
},
|
|
580
|
+
"a-card/body-style": {
|
|
581
|
+
"description": "The additional css style to apply to card content"
|
|
582
|
+
},
|
|
583
|
+
"a-card/title": {
|
|
584
|
+
"description": "Title of card",
|
|
585
|
+
"type": "string"
|
|
586
|
+
},
|
|
587
|
+
"a-card/extra": {
|
|
588
|
+
"description": "Content to render in the top-right corner of the card",
|
|
589
|
+
"type": "string"
|
|
590
|
+
},
|
|
591
|
+
"a-card-meta/title": {
|
|
592
|
+
"description": "Title of card",
|
|
593
|
+
"type": "string"
|
|
594
|
+
},
|
|
595
|
+
"a-card-meta/description": {
|
|
596
|
+
"description": "Description of card",
|
|
597
|
+
"type": "string"
|
|
598
|
+
},
|
|
599
|
+
"a-card-grid/hoverable": {
|
|
600
|
+
"description": "Whether to hover",
|
|
601
|
+
"type": "boolean"
|
|
602
|
+
},
|
|
603
|
+
"a-checkbox/change": {
|
|
604
|
+
"description": "Trigger when the value changes"
|
|
605
|
+
},
|
|
606
|
+
"a-checkbox/model-value": {
|
|
607
|
+
"description": "Value"
|
|
608
608
|
},
|
|
609
609
|
"a-checkbox/default-checked": {
|
|
610
610
|
"description": "Whether checked by default (uncontrolled state)",
|
|
@@ -763,32 +763,6 @@
|
|
|
763
763
|
"description": "Alignment of `datetime` and `actions`",
|
|
764
764
|
"type": "string|object"
|
|
765
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
766
|
"a-common/change": {
|
|
793
767
|
"description": "Edit content change"
|
|
794
768
|
},
|
|
@@ -1066,117 +1040,72 @@
|
|
|
1066
1040
|
"description": "Whether to enable abbreviation",
|
|
1067
1041
|
"type": "boolean"
|
|
1068
1042
|
},
|
|
1069
|
-
"a-
|
|
1070
|
-
"description": "
|
|
1043
|
+
"a-descriptions/data": {
|
|
1044
|
+
"description": "Data for descriptions"
|
|
1071
1045
|
},
|
|
1072
|
-
"a-
|
|
1073
|
-
"description": "
|
|
1046
|
+
"a-descriptions/column": {
|
|
1047
|
+
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1074
1048
|
},
|
|
1075
|
-
"a-
|
|
1076
|
-
"description": "
|
|
1049
|
+
"a-descriptions/title": {
|
|
1050
|
+
"description": "Title of descriptions",
|
|
1051
|
+
"type": "string"
|
|
1077
1052
|
},
|
|
1078
|
-
"a-
|
|
1079
|
-
"description": "
|
|
1053
|
+
"a-descriptions/layout": {
|
|
1054
|
+
"description": "Arrangement of descriptions",
|
|
1055
|
+
"type": "string"
|
|
1080
1056
|
},
|
|
1081
|
-
"a-
|
|
1082
|
-
"description": "
|
|
1057
|
+
"a-descriptions/align": {
|
|
1058
|
+
"description": "Alignment position of text"
|
|
1083
1059
|
},
|
|
1084
|
-
"a-
|
|
1085
|
-
"description": "
|
|
1060
|
+
"a-descriptions/size": {
|
|
1061
|
+
"description": "The size of the descriptions"
|
|
1086
1062
|
},
|
|
1087
|
-
"a-
|
|
1088
|
-
"description": "Whether
|
|
1063
|
+
"a-descriptions/bordered": {
|
|
1064
|
+
"description": "Whether to show the border",
|
|
1089
1065
|
"type": "boolean"
|
|
1090
1066
|
},
|
|
1091
|
-
"a-
|
|
1092
|
-
"description": "
|
|
1093
|
-
"type": "boolean"
|
|
1067
|
+
"a-descriptions/label-style": {
|
|
1068
|
+
"description": "Data label style"
|
|
1094
1069
|
},
|
|
1095
|
-
"a-
|
|
1096
|
-
"description": "
|
|
1070
|
+
"a-descriptions/value-style": {
|
|
1071
|
+
"description": "Data content style"
|
|
1097
1072
|
},
|
|
1098
|
-
"a-
|
|
1099
|
-
"description": "
|
|
1073
|
+
"a-descriptions/table-layout": {
|
|
1074
|
+
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1100
1075
|
"type": "string"
|
|
1101
1076
|
},
|
|
1102
|
-
"a-
|
|
1103
|
-
"description": "
|
|
1104
|
-
"type": "
|
|
1105
|
-
},
|
|
1106
|
-
"a-drawer/mask-closable": {
|
|
1107
|
-
"description": "Click on the mask layer to be able to close",
|
|
1108
|
-
"type": "boolean"
|
|
1109
|
-
},
|
|
1110
|
-
"a-drawer/closable": {
|
|
1111
|
-
"description": "Whether to show the close button",
|
|
1112
|
-
"type": "boolean"
|
|
1077
|
+
"a-descriptions-item/span": {
|
|
1078
|
+
"description": "number of columns",
|
|
1079
|
+
"type": "number"
|
|
1113
1080
|
},
|
|
1114
|
-
"a-
|
|
1115
|
-
"description": "
|
|
1081
|
+
"a-descriptions-item/label": {
|
|
1082
|
+
"description": "Label",
|
|
1116
1083
|
"type": "string"
|
|
1117
1084
|
},
|
|
1118
|
-
"a-
|
|
1119
|
-
"description": "
|
|
1085
|
+
"a-config-provider/prefix-cls": {
|
|
1086
|
+
"description": "Component classname prefix",
|
|
1120
1087
|
"type": "string"
|
|
1121
1088
|
},
|
|
1122
|
-
"a-
|
|
1123
|
-
"description": "
|
|
1124
|
-
"type": "boolean"
|
|
1125
|
-
},
|
|
1126
|
-
"a-drawer/ok-button-props": {
|
|
1127
|
-
"description": "Props of confirm button"
|
|
1128
|
-
},
|
|
1129
|
-
"a-drawer/cancel-button-props": {
|
|
1130
|
-
"description": "Props of cancel button"
|
|
1131
|
-
},
|
|
1132
|
-
"a-drawer/unmount-on-close": {
|
|
1133
|
-
"description": "Whether to uninstall the node when close",
|
|
1134
|
-
"type": "boolean"
|
|
1135
|
-
},
|
|
1136
|
-
"a-drawer/width": {
|
|
1137
|
-
"description": "The width of the drawer (only available when placement is right, left)",
|
|
1138
|
-
"type": "number|string"
|
|
1139
|
-
},
|
|
1140
|
-
"a-drawer/height": {
|
|
1141
|
-
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
1142
|
-
"type": "number|string"
|
|
1143
|
-
},
|
|
1144
|
-
"a-drawer/popup-container": {
|
|
1145
|
-
"description": "Mount container for popup"
|
|
1146
|
-
},
|
|
1147
|
-
"a-drawer/drawer-style": {
|
|
1148
|
-
"description": "Drawer style"
|
|
1149
|
-
},
|
|
1150
|
-
"a-drawer/body-class": {
|
|
1151
|
-
"description": "The classname of the drawer body"
|
|
1152
|
-
},
|
|
1153
|
-
"a-drawer/body-style": {
|
|
1154
|
-
"description": "Drawer body style"
|
|
1155
|
-
},
|
|
1156
|
-
"a-drawer/before-ok": {
|
|
1157
|
-
"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."
|
|
1158
|
-
},
|
|
1159
|
-
"a-drawer/before-cancel": {
|
|
1160
|
-
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
1089
|
+
"a-config-provider/locale": {
|
|
1090
|
+
"description": "Configure language pack"
|
|
1161
1091
|
},
|
|
1162
|
-
"a-
|
|
1163
|
-
"description": "
|
|
1164
|
-
"type": "boolean"
|
|
1092
|
+
"a-config-provider/size": {
|
|
1093
|
+
"description": "Size"
|
|
1165
1094
|
},
|
|
1166
|
-
"a-
|
|
1167
|
-
"description": "
|
|
1095
|
+
"a-config-provider/global": {
|
|
1096
|
+
"description": "Is global effect",
|
|
1168
1097
|
"type": "boolean"
|
|
1169
1098
|
},
|
|
1170
|
-
"a-
|
|
1171
|
-
"description": "Whether to
|
|
1099
|
+
"a-config-provider/scroll-to-close": {
|
|
1100
|
+
"description": "Whether to close the popover when scrolling",
|
|
1172
1101
|
"type": "boolean"
|
|
1173
1102
|
},
|
|
1174
|
-
"a-
|
|
1175
|
-
"description": "Whether to
|
|
1103
|
+
"a-config-provider/exchange-time": {
|
|
1104
|
+
"description": "Whether to exchange time",
|
|
1176
1105
|
"type": "boolean"
|
|
1177
1106
|
},
|
|
1178
|
-
"a-
|
|
1179
|
-
"description": "
|
|
1107
|
+
"a-config-provider/rtl": {
|
|
1108
|
+
"description": "View starts from the right and ends on the left",
|
|
1180
1109
|
"type": "boolean"
|
|
1181
1110
|
},
|
|
1182
1111
|
"a-divider/direction": {
|
|
@@ -1198,49 +1127,299 @@
|
|
|
1198
1127
|
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
1199
1128
|
"type": "number | string"
|
|
1200
1129
|
},
|
|
1201
|
-
"a-
|
|
1202
|
-
"description": "Triggered when the
|
|
1130
|
+
"a-dropdown/popup-visible-change": {
|
|
1131
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1203
1132
|
},
|
|
1204
|
-
"a-
|
|
1205
|
-
"description": "Triggered when
|
|
1133
|
+
"a-dropdown/select": {
|
|
1134
|
+
"description": "Triggered when the user selects"
|
|
1206
1135
|
},
|
|
1207
|
-
"a-
|
|
1208
|
-
"description": "
|
|
1136
|
+
"a-dropdown/popup-visible": {
|
|
1137
|
+
"description": "Whether the popup is visible",
|
|
1138
|
+
"type": "boolean"
|
|
1209
1139
|
},
|
|
1210
|
-
"a-
|
|
1211
|
-
"description": "
|
|
1212
|
-
"type": "
|
|
1140
|
+
"a-dropdown/default-popup-visible": {
|
|
1141
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
1142
|
+
"type": "boolean"
|
|
1213
1143
|
},
|
|
1214
|
-
"a-
|
|
1215
|
-
"description": "
|
|
1144
|
+
"a-dropdown/trigger": {
|
|
1145
|
+
"description": "Trigger method"
|
|
1216
1146
|
},
|
|
1217
|
-
"a-
|
|
1218
|
-
"description": "
|
|
1147
|
+
"a-dropdown/position": {
|
|
1148
|
+
"description": "Popup position"
|
|
1219
1149
|
},
|
|
1220
|
-
"a-
|
|
1221
|
-
"description": "
|
|
1222
|
-
"type": "object"
|
|
1150
|
+
"a-dropdown/popup-container": {
|
|
1151
|
+
"description": "Mount container for popup"
|
|
1223
1152
|
},
|
|
1224
|
-
"a-
|
|
1225
|
-
"description": "
|
|
1226
|
-
"type": "
|
|
1153
|
+
"a-dropdown/popup-max-height": {
|
|
1154
|
+
"description": "Maximum height of the popup",
|
|
1155
|
+
"type": "boolean|number"
|
|
1227
1156
|
},
|
|
1228
|
-
"a-
|
|
1229
|
-
"description": "
|
|
1157
|
+
"a-dropdown/hide-on-select": {
|
|
1158
|
+
"description": "Whether to hide popup when the user selects",
|
|
1159
|
+
"type": "boolean"
|
|
1230
1160
|
},
|
|
1231
|
-
"a-
|
|
1232
|
-
"description": "
|
|
1161
|
+
"a-dropdown/trigger-auto-fix-position": {
|
|
1162
|
+
"description": "popups auto-adjust their display direction based on screen height",
|
|
1233
1163
|
"type": "boolean"
|
|
1234
1164
|
},
|
|
1235
|
-
"a-
|
|
1236
|
-
"description": "
|
|
1165
|
+
"a-doption/click": {
|
|
1166
|
+
"description": "Emitted when the button is clicked"
|
|
1237
1167
|
},
|
|
1238
|
-
"a-
|
|
1239
|
-
"description": "
|
|
1168
|
+
"a-doption/value": {
|
|
1169
|
+
"description": "Value",
|
|
1170
|
+
"type": "string|number|object"
|
|
1171
|
+
},
|
|
1172
|
+
"a-doption/disabled": {
|
|
1173
|
+
"description": "Whether to disable",
|
|
1240
1174
|
"type": "boolean"
|
|
1241
1175
|
},
|
|
1242
|
-
"a-
|
|
1243
|
-
"description": "
|
|
1176
|
+
"a-dgroup/title": {
|
|
1177
|
+
"description": "Group title",
|
|
1178
|
+
"type": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"a-dsubmenu/popup-visible-change": {
|
|
1181
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1182
|
+
},
|
|
1183
|
+
"a-dsubmenu/value": {
|
|
1184
|
+
"description": "Value (Not useful after version 2.16.0)",
|
|
1185
|
+
"type": "string|number"
|
|
1186
|
+
},
|
|
1187
|
+
"a-dsubmenu/disabled": {
|
|
1188
|
+
"description": "Whether to disable",
|
|
1189
|
+
"type": "boolean"
|
|
1190
|
+
},
|
|
1191
|
+
"a-dsubmenu/trigger": {
|
|
1192
|
+
"description": "Trigger method"
|
|
1193
|
+
},
|
|
1194
|
+
"a-dsubmenu/position": {
|
|
1195
|
+
"description": "Popup position",
|
|
1196
|
+
"type": "string"
|
|
1197
|
+
},
|
|
1198
|
+
"a-dsubmenu/popup-visible": {
|
|
1199
|
+
"description": "Whether the popup is visible",
|
|
1200
|
+
"type": "boolean"
|
|
1201
|
+
},
|
|
1202
|
+
"a-dsubmenu/default-popup-visible": {
|
|
1203
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
1204
|
+
"type": "boolean"
|
|
1205
|
+
},
|
|
1206
|
+
"a-dsubmenu/option-props": {
|
|
1207
|
+
"description": "Custom option properties",
|
|
1208
|
+
"type": "object"
|
|
1209
|
+
},
|
|
1210
|
+
"a-dropdown-button/popup-visible-change": {
|
|
1211
|
+
"description": "Triggered when the display status of the drop-down box changes"
|
|
1212
|
+
},
|
|
1213
|
+
"a-dropdown-button/click": {
|
|
1214
|
+
"description": "Emitted when the button is clicked"
|
|
1215
|
+
},
|
|
1216
|
+
"a-dropdown-button/select": {
|
|
1217
|
+
"description": "Triggered when the user selects"
|
|
1218
|
+
},
|
|
1219
|
+
"a-dropdown-button/popup-visible": {
|
|
1220
|
+
"description": "Whether the popup is visible",
|
|
1221
|
+
"type": "boolean"
|
|
1222
|
+
},
|
|
1223
|
+
"a-dropdown-button/default-popup-visible": {
|
|
1224
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
1225
|
+
"type": "boolean"
|
|
1226
|
+
},
|
|
1227
|
+
"a-dropdown-button/trigger": {
|
|
1228
|
+
"description": "Trigger method"
|
|
1229
|
+
},
|
|
1230
|
+
"a-dropdown-button/position": {
|
|
1231
|
+
"description": "Popup position"
|
|
1232
|
+
},
|
|
1233
|
+
"a-dropdown-button/popup-container": {
|
|
1234
|
+
"description": "Mount container for popup"
|
|
1235
|
+
},
|
|
1236
|
+
"a-dropdown-button/disabled": {
|
|
1237
|
+
"description": "Whether to disable",
|
|
1238
|
+
"type": "boolean"
|
|
1239
|
+
},
|
|
1240
|
+
"a-dropdown-button/type": {
|
|
1241
|
+
"description": "Button type",
|
|
1242
|
+
"type": "string"
|
|
1243
|
+
},
|
|
1244
|
+
"a-dropdown-button/size": {
|
|
1245
|
+
"description": "Button size",
|
|
1246
|
+
"type": "string"
|
|
1247
|
+
},
|
|
1248
|
+
"a-dropdown-button/button-props": {
|
|
1249
|
+
"description": "Button props"
|
|
1250
|
+
},
|
|
1251
|
+
"a-dropdown-button/hide-on-select": {
|
|
1252
|
+
"description": "Whether to hide popup when the user selects",
|
|
1253
|
+
"type": "boolean"
|
|
1254
|
+
},
|
|
1255
|
+
"a-drawer/ok": {
|
|
1256
|
+
"description": "Triggered when the OK button is clicked"
|
|
1257
|
+
},
|
|
1258
|
+
"a-drawer/cancel": {
|
|
1259
|
+
"description": "Triggered when the cancel or close button is clicked"
|
|
1260
|
+
},
|
|
1261
|
+
"a-drawer/open": {
|
|
1262
|
+
"description": "Triggered after the drawer is opened (the animation ends)"
|
|
1263
|
+
},
|
|
1264
|
+
"a-drawer/close": {
|
|
1265
|
+
"description": "Triggered when the drawer is closed (the animation ends)"
|
|
1266
|
+
},
|
|
1267
|
+
"a-drawer/before-open": {
|
|
1268
|
+
"description": "Triggered before drawer is opened"
|
|
1269
|
+
},
|
|
1270
|
+
"a-drawer/before-close": {
|
|
1271
|
+
"description": "Triggered before drawer is closed"
|
|
1272
|
+
},
|
|
1273
|
+
"a-drawer/visible": {
|
|
1274
|
+
"description": "Whether the drawer is visible",
|
|
1275
|
+
"type": "boolean"
|
|
1276
|
+
},
|
|
1277
|
+
"a-drawer/default-visible": {
|
|
1278
|
+
"description": "Whether the drawer is visible by default (uncontrolled mode)",
|
|
1279
|
+
"type": "boolean"
|
|
1280
|
+
},
|
|
1281
|
+
"a-drawer/placement": {
|
|
1282
|
+
"description": "Where the drawer is placed"
|
|
1283
|
+
},
|
|
1284
|
+
"a-drawer/title": {
|
|
1285
|
+
"description": "Title",
|
|
1286
|
+
"type": "string"
|
|
1287
|
+
},
|
|
1288
|
+
"a-drawer/mask": {
|
|
1289
|
+
"description": "Whether to show the mask",
|
|
1290
|
+
"type": "boolean"
|
|
1291
|
+
},
|
|
1292
|
+
"a-drawer/mask-closable": {
|
|
1293
|
+
"description": "Click on the mask layer to be able to close",
|
|
1294
|
+
"type": "boolean"
|
|
1295
|
+
},
|
|
1296
|
+
"a-drawer/closable": {
|
|
1297
|
+
"description": "Whether to show the close button",
|
|
1298
|
+
"type": "boolean"
|
|
1299
|
+
},
|
|
1300
|
+
"a-drawer/ok-text": {
|
|
1301
|
+
"description": "The content of the ok button",
|
|
1302
|
+
"type": "string"
|
|
1303
|
+
},
|
|
1304
|
+
"a-drawer/cancel-text": {
|
|
1305
|
+
"description": "The content of the cancel button",
|
|
1306
|
+
"type": "string"
|
|
1307
|
+
},
|
|
1308
|
+
"a-drawer/ok-loading": {
|
|
1309
|
+
"description": "Whether the ok button is in the loading state",
|
|
1310
|
+
"type": "boolean"
|
|
1311
|
+
},
|
|
1312
|
+
"a-drawer/ok-button-props": {
|
|
1313
|
+
"description": "Props of confirm button"
|
|
1314
|
+
},
|
|
1315
|
+
"a-drawer/cancel-button-props": {
|
|
1316
|
+
"description": "Props of cancel button"
|
|
1317
|
+
},
|
|
1318
|
+
"a-drawer/unmount-on-close": {
|
|
1319
|
+
"description": "Whether to uninstall the node when close",
|
|
1320
|
+
"type": "boolean"
|
|
1321
|
+
},
|
|
1322
|
+
"a-drawer/width": {
|
|
1323
|
+
"description": "The width of the drawer (only available when placement is right, left)",
|
|
1324
|
+
"type": "number|string"
|
|
1325
|
+
},
|
|
1326
|
+
"a-drawer/height": {
|
|
1327
|
+
"description": "The height of the drawer (only available when placement is top, bottom)",
|
|
1328
|
+
"type": "number|string"
|
|
1329
|
+
},
|
|
1330
|
+
"a-drawer/popup-container": {
|
|
1331
|
+
"description": "Mount container for popup"
|
|
1332
|
+
},
|
|
1333
|
+
"a-drawer/drawer-style": {
|
|
1334
|
+
"description": "Drawer style"
|
|
1335
|
+
},
|
|
1336
|
+
"a-drawer/body-class": {
|
|
1337
|
+
"description": "The classname of the drawer body"
|
|
1338
|
+
},
|
|
1339
|
+
"a-drawer/body-style": {
|
|
1340
|
+
"description": "Drawer body style"
|
|
1341
|
+
},
|
|
1342
|
+
"a-drawer/before-ok": {
|
|
1343
|
+
"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."
|
|
1344
|
+
},
|
|
1345
|
+
"a-drawer/before-cancel": {
|
|
1346
|
+
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
1347
|
+
},
|
|
1348
|
+
"a-drawer/esc-to-close": {
|
|
1349
|
+
"description": "Whether to support the ESC key to close the dialog",
|
|
1350
|
+
"type": "boolean"
|
|
1351
|
+
},
|
|
1352
|
+
"a-drawer/render-to-body": {
|
|
1353
|
+
"description": "Whether the drawer is mounted under the `body` element",
|
|
1354
|
+
"type": "boolean"
|
|
1355
|
+
},
|
|
1356
|
+
"a-drawer/header": {
|
|
1357
|
+
"description": "Whether to display high-quality content",
|
|
1358
|
+
"type": "boolean"
|
|
1359
|
+
},
|
|
1360
|
+
"a-drawer/footer": {
|
|
1361
|
+
"description": "Whether to display the bottom content",
|
|
1362
|
+
"type": "boolean"
|
|
1363
|
+
},
|
|
1364
|
+
"a-drawer/hide-cancel": {
|
|
1365
|
+
"description": "Whether to hide the cancel button",
|
|
1366
|
+
"type": "boolean"
|
|
1367
|
+
},
|
|
1368
|
+
"a-empty/description": {
|
|
1369
|
+
"description": "Description",
|
|
1370
|
+
"type": "string"
|
|
1371
|
+
},
|
|
1372
|
+
"a-empty/img-src": {
|
|
1373
|
+
"description": "The src of the Custom Image",
|
|
1374
|
+
"type": "string"
|
|
1375
|
+
},
|
|
1376
|
+
"a-empty/in-config-provider": {
|
|
1377
|
+
"description": "Whether to use in ConfigProvider",
|
|
1378
|
+
"type": "boolean"
|
|
1379
|
+
},
|
|
1380
|
+
"a-form/submit": {
|
|
1381
|
+
"description": "Triggered when the form is submitted"
|
|
1382
|
+
},
|
|
1383
|
+
"a-form/submit-success": {
|
|
1384
|
+
"description": "Triggered when verification is successful"
|
|
1385
|
+
},
|
|
1386
|
+
"a-form/submit-failed": {
|
|
1387
|
+
"description": "Triggered when verification failed"
|
|
1388
|
+
},
|
|
1389
|
+
"a-form/model": {
|
|
1390
|
+
"description": "Form data object",
|
|
1391
|
+
"type": "object"
|
|
1392
|
+
},
|
|
1393
|
+
"a-form/layout": {
|
|
1394
|
+
"description": "The layout of the form, including horizontal, vertical, and multi-column"
|
|
1395
|
+
},
|
|
1396
|
+
"a-form/size": {
|
|
1397
|
+
"description": "The size of the form"
|
|
1398
|
+
},
|
|
1399
|
+
"a-form/label-col-props": {
|
|
1400
|
+
"description": "Label element layout options. The parameters are the same as the `<col>` component",
|
|
1401
|
+
"type": "object"
|
|
1402
|
+
},
|
|
1403
|
+
"a-form/wrapper-col-props": {
|
|
1404
|
+
"description": "Form control layout options. The parameters are the same as the `<col>` component",
|
|
1405
|
+
"type": "object"
|
|
1406
|
+
},
|
|
1407
|
+
"a-form/label-align": {
|
|
1408
|
+
"description": "Alignment direction of the label"
|
|
1409
|
+
},
|
|
1410
|
+
"a-form/disabled": {
|
|
1411
|
+
"description": "Whether to disable the form",
|
|
1412
|
+
"type": "boolean"
|
|
1413
|
+
},
|
|
1414
|
+
"a-form/rules": {
|
|
1415
|
+
"description": "Form item validation rules"
|
|
1416
|
+
},
|
|
1417
|
+
"a-form/auto-label-width": {
|
|
1418
|
+
"description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
|
|
1419
|
+
"type": "boolean"
|
|
1420
|
+
},
|
|
1421
|
+
"a-form/id": {
|
|
1422
|
+
"description": "Form `id` attribute and form control `id` prefix",
|
|
1244
1423
|
"type": "string"
|
|
1245
1424
|
},
|
|
1246
1425
|
"a-form/scroll-to-first-error": {
|
|
@@ -1355,48 +1534,6 @@
|
|
|
1355
1534
|
"description": "Attributes of the form item element",
|
|
1356
1535
|
"type": "object"
|
|
1357
1536
|
},
|
|
1358
|
-
"a-descriptions/data": {
|
|
1359
|
-
"description": "Data for descriptions"
|
|
1360
|
-
},
|
|
1361
|
-
"a-descriptions/column": {
|
|
1362
|
-
"description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
|
|
1363
|
-
},
|
|
1364
|
-
"a-descriptions/title": {
|
|
1365
|
-
"description": "Title of descriptions",
|
|
1366
|
-
"type": "string"
|
|
1367
|
-
},
|
|
1368
|
-
"a-descriptions/layout": {
|
|
1369
|
-
"description": "Arrangement of descriptions",
|
|
1370
|
-
"type": "string"
|
|
1371
|
-
},
|
|
1372
|
-
"a-descriptions/align": {
|
|
1373
|
-
"description": "Alignment position of text"
|
|
1374
|
-
},
|
|
1375
|
-
"a-descriptions/size": {
|
|
1376
|
-
"description": "The size of the descriptions"
|
|
1377
|
-
},
|
|
1378
|
-
"a-descriptions/bordered": {
|
|
1379
|
-
"description": "Whether to show the border",
|
|
1380
|
-
"type": "boolean"
|
|
1381
|
-
},
|
|
1382
|
-
"a-descriptions/label-style": {
|
|
1383
|
-
"description": "Data label style"
|
|
1384
|
-
},
|
|
1385
|
-
"a-descriptions/value-style": {
|
|
1386
|
-
"description": "Data content style"
|
|
1387
|
-
},
|
|
1388
|
-
"a-descriptions/table-layout": {
|
|
1389
|
-
"description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
|
|
1390
|
-
"type": "string"
|
|
1391
|
-
},
|
|
1392
|
-
"a-descriptions-item/span": {
|
|
1393
|
-
"description": "number of columns",
|
|
1394
|
-
"type": "number"
|
|
1395
|
-
},
|
|
1396
|
-
"a-descriptions-item/label": {
|
|
1397
|
-
"description": "Label",
|
|
1398
|
-
"type": "string"
|
|
1399
|
-
},
|
|
1400
1537
|
"a-row/gutter": {
|
|
1401
1538
|
"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."
|
|
1402
1539
|
},
|
|
@@ -1637,6 +1774,93 @@
|
|
|
1637
1774
|
"description": "Whether to disable the action",
|
|
1638
1775
|
"type": "boolean"
|
|
1639
1776
|
},
|
|
1777
|
+
"a-input-number/change": {
|
|
1778
|
+
"description": "Triggered when the value changes"
|
|
1779
|
+
},
|
|
1780
|
+
"a-input-number/focus": {
|
|
1781
|
+
"description": "Triggered when the input gets focus"
|
|
1782
|
+
},
|
|
1783
|
+
"a-input-number/blur": {
|
|
1784
|
+
"description": "Triggered when the input box loses focus"
|
|
1785
|
+
},
|
|
1786
|
+
"a-input-number/clear": {
|
|
1787
|
+
"description": "Triggered when the user clicks the clear button"
|
|
1788
|
+
},
|
|
1789
|
+
"a-input-number/input": {
|
|
1790
|
+
"description": "Triggered on input"
|
|
1791
|
+
},
|
|
1792
|
+
"a-input-number/keydown": {
|
|
1793
|
+
"description": "Triggered on keydown"
|
|
1794
|
+
},
|
|
1795
|
+
"a-input-number/model-value": {
|
|
1796
|
+
"description": "Value",
|
|
1797
|
+
"type": "number"
|
|
1798
|
+
},
|
|
1799
|
+
"a-input-number/default-value": {
|
|
1800
|
+
"description": "Default value (uncontrolled mode)",
|
|
1801
|
+
"type": "number"
|
|
1802
|
+
},
|
|
1803
|
+
"a-input-number/mode": {
|
|
1804
|
+
"description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
|
|
1805
|
+
"type": "string"
|
|
1806
|
+
},
|
|
1807
|
+
"a-input-number/precision": {
|
|
1808
|
+
"description": "Precision",
|
|
1809
|
+
"type": "number"
|
|
1810
|
+
},
|
|
1811
|
+
"a-input-number/step": {
|
|
1812
|
+
"description": "Number change step",
|
|
1813
|
+
"type": "number"
|
|
1814
|
+
},
|
|
1815
|
+
"a-input-number/disabled": {
|
|
1816
|
+
"description": "Whether to disable",
|
|
1817
|
+
"type": "boolean"
|
|
1818
|
+
},
|
|
1819
|
+
"a-input-number/error": {
|
|
1820
|
+
"description": "Whether it is an error state",
|
|
1821
|
+
"type": "boolean"
|
|
1822
|
+
},
|
|
1823
|
+
"a-input-number/max": {
|
|
1824
|
+
"description": "Max",
|
|
1825
|
+
"type": "number"
|
|
1826
|
+
},
|
|
1827
|
+
"a-input-number/min": {
|
|
1828
|
+
"description": "Min",
|
|
1829
|
+
"type": "number"
|
|
1830
|
+
},
|
|
1831
|
+
"a-input-number/formatter": {
|
|
1832
|
+
"description": "Define the display value of the input"
|
|
1833
|
+
},
|
|
1834
|
+
"a-input-number/parser": {
|
|
1835
|
+
"description": "Convert from `formatter` to number, and use with `formatter`"
|
|
1836
|
+
},
|
|
1837
|
+
"a-input-number/placeholder": {
|
|
1838
|
+
"description": "Input prompt text",
|
|
1839
|
+
"type": "string"
|
|
1840
|
+
},
|
|
1841
|
+
"a-input-number/hide-button": {
|
|
1842
|
+
"description": "Whether to hide the button",
|
|
1843
|
+
"type": "boolean"
|
|
1844
|
+
},
|
|
1845
|
+
"a-input-number/size": {
|
|
1846
|
+
"description": "Input size"
|
|
1847
|
+
},
|
|
1848
|
+
"a-input-number/allow-clear": {
|
|
1849
|
+
"description": "Whether to allow the input to be cleared",
|
|
1850
|
+
"type": "boolean"
|
|
1851
|
+
},
|
|
1852
|
+
"a-input-number/model-event": {
|
|
1853
|
+
"description": "Trigger event for `v-model`",
|
|
1854
|
+
"type": "string"
|
|
1855
|
+
},
|
|
1856
|
+
"a-input-number/read-only": {
|
|
1857
|
+
"description": "Readonly",
|
|
1858
|
+
"type": "boolean"
|
|
1859
|
+
},
|
|
1860
|
+
"a-input-number/input-attrs": {
|
|
1861
|
+
"description": "Attributes of inner input elements",
|
|
1862
|
+
"type": "object"
|
|
1863
|
+
},
|
|
1640
1864
|
"a-input/input": {
|
|
1641
1865
|
"description": "Triggered when the user enters"
|
|
1642
1866
|
},
|
|
@@ -1751,105 +1975,85 @@
|
|
|
1751
1975
|
"a-input-search/button-props": {
|
|
1752
1976
|
"description": "Button props"
|
|
1753
1977
|
},
|
|
1754
|
-
"a-
|
|
1755
|
-
"description": "Description",
|
|
1756
|
-
"type": "string"
|
|
1757
|
-
},
|
|
1758
|
-
"a-empty/img-src": {
|
|
1759
|
-
"description": "The src of the Custom Image",
|
|
1760
|
-
"type": "string"
|
|
1761
|
-
},
|
|
1762
|
-
"a-empty/in-config-provider": {
|
|
1763
|
-
"description": "Whether to use in ConfigProvider",
|
|
1764
|
-
"type": "boolean"
|
|
1765
|
-
},
|
|
1766
|
-
"a-input-number/change": {
|
|
1978
|
+
"a-input-tag/change": {
|
|
1767
1979
|
"description": "Triggered when the value changes"
|
|
1768
1980
|
},
|
|
1769
|
-
"a-input-
|
|
1770
|
-
"description": "
|
|
1981
|
+
"a-input-tag/input-value-change": {
|
|
1982
|
+
"description": "Trigger when the input value changes"
|
|
1771
1983
|
},
|
|
1772
|
-
"a-input-
|
|
1773
|
-
"description": "Triggered when the
|
|
1984
|
+
"a-input-tag/press-enter": {
|
|
1985
|
+
"description": "Triggered when the enter key is pressed"
|
|
1774
1986
|
},
|
|
1775
|
-
"a-input-
|
|
1776
|
-
"description": "Triggered when the
|
|
1987
|
+
"a-input-tag/remove": {
|
|
1988
|
+
"description": "Triggered when the delete button of the label is clicked"
|
|
1777
1989
|
},
|
|
1778
|
-
"a-input-
|
|
1779
|
-
"description": "Triggered
|
|
1990
|
+
"a-input-tag/clear": {
|
|
1991
|
+
"description": "Triggered when the clear button is clicked"
|
|
1780
1992
|
},
|
|
1781
|
-
"a-input-
|
|
1782
|
-
"description": "Triggered
|
|
1993
|
+
"a-input-tag/focus": {
|
|
1994
|
+
"description": "Triggered when the input box gets focus"
|
|
1995
|
+
},
|
|
1996
|
+
"a-input-tag/blur": {
|
|
1997
|
+
"description": "Triggered when the input box loses focus"
|
|
1783
1998
|
},
|
|
1784
|
-
"a-input-
|
|
1785
|
-
"description": "Value"
|
|
1786
|
-
"type": "number"
|
|
1999
|
+
"a-input-tag/model-value": {
|
|
2000
|
+
"description": "Value"
|
|
1787
2001
|
},
|
|
1788
|
-
"a-input-
|
|
1789
|
-
"description": "Default value (uncontrolled
|
|
1790
|
-
"type": "number"
|
|
2002
|
+
"a-input-tag/default-value": {
|
|
2003
|
+
"description": "Default value (uncontrolled state)"
|
|
1791
2004
|
},
|
|
1792
|
-
"a-input-
|
|
1793
|
-
"description": "
|
|
2005
|
+
"a-input-tag/input-value": {
|
|
2006
|
+
"description": "The value of the input",
|
|
1794
2007
|
"type": "string"
|
|
1795
2008
|
},
|
|
1796
|
-
"a-input-
|
|
1797
|
-
"description": "
|
|
1798
|
-
"type": "
|
|
2009
|
+
"a-input-tag/default-input-value": {
|
|
2010
|
+
"description": "The default value of the input (uncontrolled state)",
|
|
2011
|
+
"type": "string"
|
|
1799
2012
|
},
|
|
1800
|
-
"a-input-
|
|
1801
|
-
"description": "
|
|
1802
|
-
"type": "
|
|
2013
|
+
"a-input-tag/placeholder": {
|
|
2014
|
+
"description": "Placeholder",
|
|
2015
|
+
"type": "string"
|
|
1803
2016
|
},
|
|
1804
|
-
"a-input-
|
|
2017
|
+
"a-input-tag/disabled": {
|
|
1805
2018
|
"description": "Whether to disable",
|
|
1806
2019
|
"type": "boolean"
|
|
1807
2020
|
},
|
|
1808
|
-
"a-input-
|
|
2021
|
+
"a-input-tag/error": {
|
|
1809
2022
|
"description": "Whether it is an error state",
|
|
1810
2023
|
"type": "boolean"
|
|
1811
2024
|
},
|
|
1812
|
-
"a-input-
|
|
1813
|
-
"description": "
|
|
1814
|
-
"type": "
|
|
1815
|
-
},
|
|
1816
|
-
"a-input-number/min": {
|
|
1817
|
-
"description": "Min",
|
|
1818
|
-
"type": "number"
|
|
2025
|
+
"a-input-tag/readonly": {
|
|
2026
|
+
"description": "Whether it is read-only mode",
|
|
2027
|
+
"type": "boolean"
|
|
1819
2028
|
},
|
|
1820
|
-
"a-input-
|
|
1821
|
-
"description": "
|
|
2029
|
+
"a-input-tag/allow-clear": {
|
|
2030
|
+
"description": "Whether to allow clear",
|
|
2031
|
+
"type": "boolean"
|
|
1822
2032
|
},
|
|
1823
|
-
"a-input-
|
|
1824
|
-
"description": "
|
|
2033
|
+
"a-input-tag/size": {
|
|
2034
|
+
"description": "The size of the input"
|
|
1825
2035
|
},
|
|
1826
|
-
"a-input-
|
|
1827
|
-
"description": "
|
|
1828
|
-
"type": "
|
|
2036
|
+
"a-input-tag/max-tag-count": {
|
|
2037
|
+
"description": "The maximum number of tags displayed, `0` means unlimited",
|
|
2038
|
+
"type": "number"
|
|
1829
2039
|
},
|
|
1830
|
-
"a-input-
|
|
1831
|
-
"description": "Whether to
|
|
1832
|
-
"type": "boolean"
|
|
2040
|
+
"a-input-tag/retain-input-value": {
|
|
2041
|
+
"description": "Whether to keep the content of the input box"
|
|
1833
2042
|
},
|
|
1834
|
-
"a-input-
|
|
1835
|
-
"description": "
|
|
2043
|
+
"a-input-tag/format-tag": {
|
|
2044
|
+
"description": "Format tag content"
|
|
1836
2045
|
},
|
|
1837
|
-
"a-input-
|
|
1838
|
-
"description": "Whether to
|
|
2046
|
+
"a-input-tag/unique-value": {
|
|
2047
|
+
"description": "Whether to create only unique values",
|
|
1839
2048
|
"type": "boolean"
|
|
1840
2049
|
},
|
|
1841
|
-
"a-input-
|
|
1842
|
-
"description": "
|
|
1843
|
-
"type": "string"
|
|
2050
|
+
"a-input-tag/field-names": {
|
|
2051
|
+
"description": "Customize fields in `TagData`"
|
|
1844
2052
|
},
|
|
1845
|
-
"a-input-
|
|
1846
|
-
"description": "
|
|
2053
|
+
"a-input-tag/tag-nowrap": {
|
|
2054
|
+
"description": "Tag content does not wrap",
|
|
1847
2055
|
"type": "boolean"
|
|
1848
2056
|
},
|
|
1849
|
-
"a-input-number/input-attrs": {
|
|
1850
|
-
"description": "Attributes of inner input elements",
|
|
1851
|
-
"type": "object"
|
|
1852
|
-
},
|
|
1853
2057
|
"a-layout/has-sider": {
|
|
1854
2058
|
"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.",
|
|
1855
2059
|
"type": "boolean"
|
|
@@ -1988,54 +2192,6 @@
|
|
|
1988
2192
|
"description": "Description",
|
|
1989
2193
|
"type": "string"
|
|
1990
2194
|
},
|
|
1991
|
-
"a-mention/change": {
|
|
1992
|
-
"description": "Triggered when the value changes"
|
|
1993
|
-
},
|
|
1994
|
-
"a-mention/search": {
|
|
1995
|
-
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
1996
|
-
},
|
|
1997
|
-
"a-mention/select": {
|
|
1998
|
-
"description": "Triggered when the drop-down option is selected"
|
|
1999
|
-
},
|
|
2000
|
-
"a-mention/clear": {
|
|
2001
|
-
"description": "Triggered when the user clicks the clear button"
|
|
2002
|
-
},
|
|
2003
|
-
"a-mention/focus": {
|
|
2004
|
-
"description": "Emitted when the text box gets focus"
|
|
2005
|
-
},
|
|
2006
|
-
"a-mention/blur": {
|
|
2007
|
-
"description": "Emitted when the text box loses focus"
|
|
2008
|
-
},
|
|
2009
|
-
"a-mention/model-value": {
|
|
2010
|
-
"description": "Value",
|
|
2011
|
-
"type": "string"
|
|
2012
|
-
},
|
|
2013
|
-
"a-mention/default-value": {
|
|
2014
|
-
"description": "Default value (uncontrolled state)",
|
|
2015
|
-
"type": "string"
|
|
2016
|
-
},
|
|
2017
|
-
"a-mention/data": {
|
|
2018
|
-
"description": "Data for automatic completion"
|
|
2019
|
-
},
|
|
2020
|
-
"a-mention/prefix": {
|
|
2021
|
-
"description": "Keywords that trigger auto-completion"
|
|
2022
|
-
},
|
|
2023
|
-
"a-mention/split": {
|
|
2024
|
-
"description": "Before and after the selected item separator",
|
|
2025
|
-
"type": "string"
|
|
2026
|
-
},
|
|
2027
|
-
"a-mention/type": {
|
|
2028
|
-
"description": "default input or textarea",
|
|
2029
|
-
"type": "string"
|
|
2030
|
-
},
|
|
2031
|
-
"a-mention/disabled": {
|
|
2032
|
-
"description": "Whether to disable",
|
|
2033
|
-
"type": "boolean"
|
|
2034
|
-
},
|
|
2035
|
-
"a-mention/allow-clear": {
|
|
2036
|
-
"description": "Whether to allow the input to be cleared",
|
|
2037
|
-
"type": "boolean"
|
|
2038
|
-
},
|
|
2039
2195
|
"a-menu/collapse": {
|
|
2040
2196
|
"description": "Triggered when the collapsed state changes"
|
|
2041
2197
|
},
|
|
@@ -2100,167 +2256,46 @@
|
|
|
2100
2256
|
"a-menu/scroll-config": {
|
|
2101
2257
|
"description": "Scroll to the configuration items in the visible area and receive all the parameters of [scroll-into-view-if-needed](https://github.com/stipsan/scroll-into-view-if-needed)"
|
|
2102
2258
|
},
|
|
2103
|
-
"a-menu/trigger-props": {
|
|
2104
|
-
"description": "Accept all `Props` of `Trigger` in pop-up mode"
|
|
2105
|
-
},
|
|
2106
|
-
"a-menu/tooltip-props": {
|
|
2107
|
-
"description": "Accept all `Props` of `ToolTip` in pop-up mode",
|
|
2108
|
-
"type": "object"
|
|
2109
|
-
},
|
|
2110
|
-
"a-menu/auto-open-selected": {
|
|
2111
|
-
"description": "Expand the selected menus by default",
|
|
2112
|
-
"type": "boolean"
|
|
2113
|
-
},
|
|
2114
|
-
"a-menu/breakpoint": {
|
|
2115
|
-
"description": "Responsive breakpoints, see [Responsive Grid](/vue/component/grid) for details",
|
|
2116
|
-
"type": "string"
|
|
2117
|
-
},
|
|
2118
|
-
"a-menu/popup-max-height": {
|
|
2119
|
-
"description": "The maximum height of popover",
|
|
2120
|
-
"type": "boolean | number"
|
|
2121
|
-
},
|
|
2122
|
-
"a-sub-menu/title": {
|
|
2123
|
-
"description": "The title of the submenu",
|
|
2124
|
-
"type": "string"
|
|
2125
|
-
},
|
|
2126
|
-
"a-sub-menu/selectable": {
|
|
2127
|
-
"description": "In the pop-up mode, whether the multi-level menu header is also used as a menu item to support the state such as click to select",
|
|
2128
|
-
"type": "boolean"
|
|
2129
|
-
},
|
|
2130
|
-
"a-sub-menu/popup": {
|
|
2131
|
-
"description": "Whether to force the use of pop-up mode, `level` indicates the level of the current submenu"
|
|
2132
|
-
},
|
|
2133
|
-
"a-sub-menu/popup-max-height": {
|
|
2134
|
-
"description": "The maximum height of popover",
|
|
2135
|
-
"type": "boolean | number"
|
|
2136
|
-
},
|
|
2137
|
-
"a-menu-item-group/title": {
|
|
2138
|
-
"description": "The title of the menu group",
|
|
2139
|
-
"type": "string"
|
|
2140
|
-
},
|
|
2141
|
-
"a-menu-item/disabled": {
|
|
2142
|
-
"description": "Whether to disable",
|
|
2143
|
-
"type": "boolean"
|
|
2144
|
-
},
|
|
2145
|
-
"a-dropdown/popup-visible-change": {
|
|
2146
|
-
"description": "Triggered when the display status of the drop-down box changes"
|
|
2147
|
-
},
|
|
2148
|
-
"a-dropdown/select": {
|
|
2149
|
-
"description": "Triggered when the user selects"
|
|
2150
|
-
},
|
|
2151
|
-
"a-dropdown/popup-visible": {
|
|
2152
|
-
"description": "Whether the popup is visible",
|
|
2153
|
-
"type": "boolean"
|
|
2154
|
-
},
|
|
2155
|
-
"a-dropdown/default-popup-visible": {
|
|
2156
|
-
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
2157
|
-
"type": "boolean"
|
|
2158
|
-
},
|
|
2159
|
-
"a-dropdown/trigger": {
|
|
2160
|
-
"description": "Trigger method"
|
|
2161
|
-
},
|
|
2162
|
-
"a-dropdown/position": {
|
|
2163
|
-
"description": "Popup position"
|
|
2164
|
-
},
|
|
2165
|
-
"a-dropdown/popup-container": {
|
|
2166
|
-
"description": "Mount container for popup"
|
|
2167
|
-
},
|
|
2168
|
-
"a-dropdown/popup-max-height": {
|
|
2169
|
-
"description": "Maximum height of the popup",
|
|
2170
|
-
"type": "boolean|number"
|
|
2171
|
-
},
|
|
2172
|
-
"a-dropdown/hide-on-select": {
|
|
2173
|
-
"description": "Whether to hide popup when the user selects",
|
|
2174
|
-
"type": "boolean"
|
|
2175
|
-
},
|
|
2176
|
-
"a-doption/click": {
|
|
2177
|
-
"description": "Emitted when the button is clicked"
|
|
2178
|
-
},
|
|
2179
|
-
"a-doption/value": {
|
|
2180
|
-
"description": "Value",
|
|
2181
|
-
"type": "string|number|object"
|
|
2182
|
-
},
|
|
2183
|
-
"a-doption/disabled": {
|
|
2184
|
-
"description": "Whether to disable",
|
|
2185
|
-
"type": "boolean"
|
|
2186
|
-
},
|
|
2187
|
-
"a-dgroup/title": {
|
|
2188
|
-
"description": "Group title",
|
|
2189
|
-
"type": "string"
|
|
2190
|
-
},
|
|
2191
|
-
"a-dsubmenu/popup-visible-change": {
|
|
2192
|
-
"description": "Triggered when the display status of the drop-down box changes"
|
|
2193
|
-
},
|
|
2194
|
-
"a-dsubmenu/value": {
|
|
2195
|
-
"description": "Value (Not useful after version 2.16.0)",
|
|
2196
|
-
"type": "string|number"
|
|
2197
|
-
},
|
|
2198
|
-
"a-dsubmenu/disabled": {
|
|
2199
|
-
"description": "Whether to disable",
|
|
2200
|
-
"type": "boolean"
|
|
2201
|
-
},
|
|
2202
|
-
"a-dsubmenu/trigger": {
|
|
2203
|
-
"description": "Trigger method"
|
|
2204
|
-
},
|
|
2205
|
-
"a-dsubmenu/position": {
|
|
2206
|
-
"description": "Popup position",
|
|
2207
|
-
"type": "string"
|
|
2208
|
-
},
|
|
2209
|
-
"a-dsubmenu/popup-visible": {
|
|
2210
|
-
"description": "Whether the popup is visible",
|
|
2211
|
-
"type": "boolean"
|
|
2212
|
-
},
|
|
2213
|
-
"a-dsubmenu/default-popup-visible": {
|
|
2214
|
-
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
2215
|
-
"type": "boolean"
|
|
2216
|
-
},
|
|
2217
|
-
"a-dsubmenu/option-props": {
|
|
2218
|
-
"description": "Custom option properties",
|
|
2219
|
-
"type": "object"
|
|
2220
|
-
},
|
|
2221
|
-
"a-dropdown-button/popup-visible-change": {
|
|
2222
|
-
"description": "Triggered when the display status of the drop-down box changes"
|
|
2223
|
-
},
|
|
2224
|
-
"a-dropdown-button/click": {
|
|
2225
|
-
"description": "Emitted when the button is clicked"
|
|
2226
|
-
},
|
|
2227
|
-
"a-dropdown-button/select": {
|
|
2228
|
-
"description": "Triggered when the user selects"
|
|
2259
|
+
"a-menu/trigger-props": {
|
|
2260
|
+
"description": "Accept all `Props` of `Trigger` in pop-up mode"
|
|
2229
2261
|
},
|
|
2230
|
-
"a-
|
|
2231
|
-
"description": "
|
|
2232
|
-
"type": "
|
|
2262
|
+
"a-menu/tooltip-props": {
|
|
2263
|
+
"description": "Accept all `Props` of `ToolTip` in pop-up mode",
|
|
2264
|
+
"type": "object"
|
|
2233
2265
|
},
|
|
2234
|
-
"a-
|
|
2235
|
-
"description": "
|
|
2266
|
+
"a-menu/auto-open-selected": {
|
|
2267
|
+
"description": "Expand the selected menus by default",
|
|
2236
2268
|
"type": "boolean"
|
|
2237
2269
|
},
|
|
2238
|
-
"a-
|
|
2239
|
-
"description": "
|
|
2270
|
+
"a-menu/breakpoint": {
|
|
2271
|
+
"description": "Responsive breakpoints, see [Responsive Grid](/vue/component/grid) for details",
|
|
2272
|
+
"type": "string"
|
|
2240
2273
|
},
|
|
2241
|
-
"a-
|
|
2242
|
-
"description": "
|
|
2274
|
+
"a-menu/popup-max-height": {
|
|
2275
|
+
"description": "The maximum height of popover",
|
|
2276
|
+
"type": "boolean | number"
|
|
2243
2277
|
},
|
|
2244
|
-
"a-
|
|
2245
|
-
"description": "
|
|
2278
|
+
"a-sub-menu/title": {
|
|
2279
|
+
"description": "The title of the submenu",
|
|
2280
|
+
"type": "string"
|
|
2246
2281
|
},
|
|
2247
|
-
"a-
|
|
2248
|
-
"description": "
|
|
2282
|
+
"a-sub-menu/selectable": {
|
|
2283
|
+
"description": "In the pop-up mode, whether the multi-level menu header is also used as a menu item to support the state such as click to select",
|
|
2249
2284
|
"type": "boolean"
|
|
2250
2285
|
},
|
|
2251
|
-
"a-
|
|
2252
|
-
"description": "
|
|
2253
|
-
"type": "string"
|
|
2286
|
+
"a-sub-menu/popup": {
|
|
2287
|
+
"description": "Whether to force the use of pop-up mode, `level` indicates the level of the current submenu"
|
|
2254
2288
|
},
|
|
2255
|
-
"a-
|
|
2256
|
-
"description": "
|
|
2257
|
-
"type": "
|
|
2289
|
+
"a-sub-menu/popup-max-height": {
|
|
2290
|
+
"description": "The maximum height of popover",
|
|
2291
|
+
"type": "boolean | number"
|
|
2258
2292
|
},
|
|
2259
|
-
"a-
|
|
2260
|
-
"description": "
|
|
2293
|
+
"a-menu-item-group/title": {
|
|
2294
|
+
"description": "The title of the menu group",
|
|
2295
|
+
"type": "string"
|
|
2261
2296
|
},
|
|
2262
|
-
"a-
|
|
2263
|
-
"description": "Whether to
|
|
2297
|
+
"a-menu-item/disabled": {
|
|
2298
|
+
"description": "Whether to disable",
|
|
2264
2299
|
"type": "boolean"
|
|
2265
2300
|
},
|
|
2266
2301
|
"a-modal/ok": {
|
|
@@ -2407,21 +2442,6 @@
|
|
|
2407
2442
|
"description": "Whether to hide the title",
|
|
2408
2443
|
"type": "boolean"
|
|
2409
2444
|
},
|
|
2410
|
-
"a-page-header/back": {
|
|
2411
|
-
"description": "Emitted when the back button is clicked"
|
|
2412
|
-
},
|
|
2413
|
-
"a-page-header/title": {
|
|
2414
|
-
"description": "Main title",
|
|
2415
|
-
"type": "string"
|
|
2416
|
-
},
|
|
2417
|
-
"a-page-header/subtitle": {
|
|
2418
|
-
"description": "Subtitle",
|
|
2419
|
-
"type": "string"
|
|
2420
|
-
},
|
|
2421
|
-
"a-page-header/show-back": {
|
|
2422
|
-
"description": "Whether to show the back button",
|
|
2423
|
-
"type": "boolean"
|
|
2424
|
-
},
|
|
2425
2445
|
"a-overflow-list/change": {
|
|
2426
2446
|
"description": "Triggered when the overflow quantity changes"
|
|
2427
2447
|
},
|
|
@@ -2437,6 +2457,21 @@
|
|
|
2437
2457
|
"description": "Overflow From",
|
|
2438
2458
|
"type": "string"
|
|
2439
2459
|
},
|
|
2460
|
+
"a-page-header/back": {
|
|
2461
|
+
"description": "Emitted when the back button is clicked"
|
|
2462
|
+
},
|
|
2463
|
+
"a-page-header/title": {
|
|
2464
|
+
"description": "Main title",
|
|
2465
|
+
"type": "string"
|
|
2466
|
+
},
|
|
2467
|
+
"a-page-header/subtitle": {
|
|
2468
|
+
"description": "Subtitle",
|
|
2469
|
+
"type": "string"
|
|
2470
|
+
},
|
|
2471
|
+
"a-page-header/show-back": {
|
|
2472
|
+
"description": "Whether to show the back button",
|
|
2473
|
+
"type": "boolean"
|
|
2474
|
+
},
|
|
2440
2475
|
"a-pagination/change": {
|
|
2441
2476
|
"description": "Triggered when page number changes"
|
|
2442
2477
|
},
|
|
@@ -2518,6 +2553,54 @@
|
|
|
2518
2553
|
"description": "Whether to adjust the page number when changing the number of data",
|
|
2519
2554
|
"type": "boolean"
|
|
2520
2555
|
},
|
|
2556
|
+
"a-mention/change": {
|
|
2557
|
+
"description": "Triggered when the value changes"
|
|
2558
|
+
},
|
|
2559
|
+
"a-mention/search": {
|
|
2560
|
+
"description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
|
|
2561
|
+
},
|
|
2562
|
+
"a-mention/select": {
|
|
2563
|
+
"description": "Triggered when the drop-down option is selected"
|
|
2564
|
+
},
|
|
2565
|
+
"a-mention/clear": {
|
|
2566
|
+
"description": "Triggered when the user clicks the clear button"
|
|
2567
|
+
},
|
|
2568
|
+
"a-mention/focus": {
|
|
2569
|
+
"description": "Emitted when the text box gets focus"
|
|
2570
|
+
},
|
|
2571
|
+
"a-mention/blur": {
|
|
2572
|
+
"description": "Emitted when the text box loses focus"
|
|
2573
|
+
},
|
|
2574
|
+
"a-mention/model-value": {
|
|
2575
|
+
"description": "Value",
|
|
2576
|
+
"type": "string"
|
|
2577
|
+
},
|
|
2578
|
+
"a-mention/default-value": {
|
|
2579
|
+
"description": "Default value (uncontrolled state)",
|
|
2580
|
+
"type": "string"
|
|
2581
|
+
},
|
|
2582
|
+
"a-mention/data": {
|
|
2583
|
+
"description": "Data for automatic completion"
|
|
2584
|
+
},
|
|
2585
|
+
"a-mention/prefix": {
|
|
2586
|
+
"description": "Keywords that trigger auto-completion"
|
|
2587
|
+
},
|
|
2588
|
+
"a-mention/split": {
|
|
2589
|
+
"description": "Before and after the selected item separator",
|
|
2590
|
+
"type": "string"
|
|
2591
|
+
},
|
|
2592
|
+
"a-mention/type": {
|
|
2593
|
+
"description": "default input or textarea",
|
|
2594
|
+
"type": "string"
|
|
2595
|
+
},
|
|
2596
|
+
"a-mention/disabled": {
|
|
2597
|
+
"description": "Whether to disable",
|
|
2598
|
+
"type": "boolean"
|
|
2599
|
+
},
|
|
2600
|
+
"a-mention/allow-clear": {
|
|
2601
|
+
"description": "Whether to allow the input to be cleared",
|
|
2602
|
+
"type": "boolean"
|
|
2603
|
+
},
|
|
2521
2604
|
"a-popconfirm/popup-visible-change": {
|
|
2522
2605
|
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2523
2606
|
},
|
|
@@ -2665,55 +2748,6 @@
|
|
|
2665
2748
|
"a-progress/status": {
|
|
2666
2749
|
"description": "Progress bar status"
|
|
2667
2750
|
},
|
|
2668
|
-
"a-radio/change": {
|
|
2669
|
-
"description": "Trigger when the value changes"
|
|
2670
|
-
},
|
|
2671
|
-
"a-radio/model-value": {
|
|
2672
|
-
"description": "Value",
|
|
2673
|
-
"type": "string | number | boolean"
|
|
2674
|
-
},
|
|
2675
|
-
"a-radio/default-checked": {
|
|
2676
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
2677
|
-
"type": "boolean"
|
|
2678
|
-
},
|
|
2679
|
-
"a-radio/value": {
|
|
2680
|
-
"description": "The `value` of the option",
|
|
2681
|
-
"type": "string | number | boolean"
|
|
2682
|
-
},
|
|
2683
|
-
"a-radio/type": {
|
|
2684
|
-
"description": "Radio type"
|
|
2685
|
-
},
|
|
2686
|
-
"a-radio/disabled": {
|
|
2687
|
-
"description": "Whether to disable",
|
|
2688
|
-
"type": "boolean"
|
|
2689
|
-
},
|
|
2690
|
-
"a-radio-group/change": {
|
|
2691
|
-
"description": "Trigger when the value changes"
|
|
2692
|
-
},
|
|
2693
|
-
"a-radio-group/model-value": {
|
|
2694
|
-
"description": "Value",
|
|
2695
|
-
"type": "string | number | boolean"
|
|
2696
|
-
},
|
|
2697
|
-
"a-radio-group/default-value": {
|
|
2698
|
-
"description": "Default value (uncontrolled state)",
|
|
2699
|
-
"type": "string | number | boolean"
|
|
2700
|
-
},
|
|
2701
|
-
"a-radio-group/type": {
|
|
2702
|
-
"description": "Types of radio group"
|
|
2703
|
-
},
|
|
2704
|
-
"a-radio-group/size": {
|
|
2705
|
-
"description": "The size of the radio group"
|
|
2706
|
-
},
|
|
2707
|
-
"a-radio-group/options": {
|
|
2708
|
-
"description": "Options"
|
|
2709
|
-
},
|
|
2710
|
-
"a-radio-group/direction": {
|
|
2711
|
-
"description": "The direction of the radio group"
|
|
2712
|
-
},
|
|
2713
|
-
"a-radio-group/disabled": {
|
|
2714
|
-
"description": "Whether to disable",
|
|
2715
|
-
"type": "boolean"
|
|
2716
|
-
},
|
|
2717
2751
|
"a-rate/change": {
|
|
2718
2752
|
"description": "Trigger when the value changes"
|
|
2719
2753
|
},
|
|
@@ -2804,6 +2838,55 @@
|
|
|
2804
2838
|
"a-scrollbar/outer-style": {
|
|
2805
2839
|
"description": "Outer style"
|
|
2806
2840
|
},
|
|
2841
|
+
"a-radio/change": {
|
|
2842
|
+
"description": "Trigger when the value changes"
|
|
2843
|
+
},
|
|
2844
|
+
"a-radio/model-value": {
|
|
2845
|
+
"description": "Value",
|
|
2846
|
+
"type": "string | number | boolean"
|
|
2847
|
+
},
|
|
2848
|
+
"a-radio/default-checked": {
|
|
2849
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
2850
|
+
"type": "boolean"
|
|
2851
|
+
},
|
|
2852
|
+
"a-radio/value": {
|
|
2853
|
+
"description": "The `value` of the option",
|
|
2854
|
+
"type": "string | number | boolean"
|
|
2855
|
+
},
|
|
2856
|
+
"a-radio/type": {
|
|
2857
|
+
"description": "Radio type"
|
|
2858
|
+
},
|
|
2859
|
+
"a-radio/disabled": {
|
|
2860
|
+
"description": "Whether to disable",
|
|
2861
|
+
"type": "boolean"
|
|
2862
|
+
},
|
|
2863
|
+
"a-radio-group/change": {
|
|
2864
|
+
"description": "Trigger when the value changes"
|
|
2865
|
+
},
|
|
2866
|
+
"a-radio-group/model-value": {
|
|
2867
|
+
"description": "Value",
|
|
2868
|
+
"type": "string | number | boolean"
|
|
2869
|
+
},
|
|
2870
|
+
"a-radio-group/default-value": {
|
|
2871
|
+
"description": "Default value (uncontrolled state)",
|
|
2872
|
+
"type": "string | number | boolean"
|
|
2873
|
+
},
|
|
2874
|
+
"a-radio-group/type": {
|
|
2875
|
+
"description": "Types of radio group"
|
|
2876
|
+
},
|
|
2877
|
+
"a-radio-group/size": {
|
|
2878
|
+
"description": "The size of the radio group"
|
|
2879
|
+
},
|
|
2880
|
+
"a-radio-group/options": {
|
|
2881
|
+
"description": "Options"
|
|
2882
|
+
},
|
|
2883
|
+
"a-radio-group/direction": {
|
|
2884
|
+
"description": "The direction of the radio group"
|
|
2885
|
+
},
|
|
2886
|
+
"a-radio-group/disabled": {
|
|
2887
|
+
"description": "Whether to disable",
|
|
2888
|
+
"type": "boolean"
|
|
2889
|
+
},
|
|
2807
2890
|
"a-select/change": {
|
|
2808
2891
|
"description": "Triggered when the value changes"
|
|
2809
2892
|
},
|
|
@@ -2967,53 +3050,22 @@
|
|
|
2967
3050
|
"type": "string"
|
|
2968
3051
|
},
|
|
2969
3052
|
"a-option/disabled": {
|
|
2970
|
-
"description": "Whether to disable",
|
|
2971
|
-
"type": "boolean"
|
|
2972
|
-
},
|
|
2973
|
-
"a-option/tag-props": {
|
|
2974
|
-
"description": "Displayed tag attributes"
|
|
2975
|
-
},
|
|
2976
|
-
"a-option/extra": {
|
|
2977
|
-
"description": "Extra data",
|
|
2978
|
-
"type": "object"
|
|
2979
|
-
},
|
|
2980
|
-
"a-option/index": {
|
|
2981
|
-
"description": "index for manually specifying option",
|
|
2982
|
-
"type": "number"
|
|
2983
|
-
},
|
|
2984
|
-
"a-optgroup/label": {
|
|
2985
|
-
"description": "Title of option group",
|
|
2986
|
-
"type": "string"
|
|
2987
|
-
},
|
|
2988
|
-
"a-skeleton/loading": {
|
|
2989
|
-
"description": "Whether to display the skeleton screen (loading state)",
|
|
2990
|
-
"type": "boolean"
|
|
2991
|
-
},
|
|
2992
|
-
"a-skeleton/animation": {
|
|
2993
|
-
"description": "Whether to enable skeleton screen animation",
|
|
2994
|
-
"type": "boolean"
|
|
2995
|
-
},
|
|
2996
|
-
"a-skeleton-line/rows": {
|
|
2997
|
-
"description": "Number of rows displayed",
|
|
2998
|
-
"type": "number"
|
|
3053
|
+
"description": "Whether to disable",
|
|
3054
|
+
"type": "boolean"
|
|
2999
3055
|
},
|
|
3000
|
-
"a-
|
|
3001
|
-
"description": "
|
|
3056
|
+
"a-option/tag-props": {
|
|
3057
|
+
"description": "Displayed tag attributes"
|
|
3002
3058
|
},
|
|
3003
|
-
"a-
|
|
3004
|
-
"description": "
|
|
3005
|
-
"type": "
|
|
3059
|
+
"a-option/extra": {
|
|
3060
|
+
"description": "Extra data",
|
|
3061
|
+
"type": "object"
|
|
3006
3062
|
},
|
|
3007
|
-
"a-
|
|
3008
|
-
"description": "
|
|
3063
|
+
"a-option/index": {
|
|
3064
|
+
"description": "index for manually specifying option",
|
|
3009
3065
|
"type": "number"
|
|
3010
3066
|
},
|
|
3011
|
-
"a-
|
|
3012
|
-
"description": "
|
|
3013
|
-
"type": "string"
|
|
3014
|
-
},
|
|
3015
|
-
"a-skeleton-shape/size": {
|
|
3016
|
-
"description": "The size of the shape skeleton",
|
|
3067
|
+
"a-optgroup/label": {
|
|
3068
|
+
"description": "Title of option group",
|
|
3017
3069
|
"type": "string"
|
|
3018
3070
|
},
|
|
3019
3071
|
"a-slider/change": {
|
|
@@ -3063,6 +3115,37 @@
|
|
|
3063
3115
|
"description": "Whether to show tooltip",
|
|
3064
3116
|
"type": "boolean"
|
|
3065
3117
|
},
|
|
3118
|
+
"a-skeleton/loading": {
|
|
3119
|
+
"description": "Whether to display the skeleton screen (loading state)",
|
|
3120
|
+
"type": "boolean"
|
|
3121
|
+
},
|
|
3122
|
+
"a-skeleton/animation": {
|
|
3123
|
+
"description": "Whether to enable skeleton screen animation",
|
|
3124
|
+
"type": "boolean"
|
|
3125
|
+
},
|
|
3126
|
+
"a-skeleton-line/rows": {
|
|
3127
|
+
"description": "Number of rows displayed",
|
|
3128
|
+
"type": "number"
|
|
3129
|
+
},
|
|
3130
|
+
"a-skeleton-line/widths": {
|
|
3131
|
+
"description": "The width of the line skeleton"
|
|
3132
|
+
},
|
|
3133
|
+
"a-skeleton-line/line-height": {
|
|
3134
|
+
"description": "Line height of the line skeleton",
|
|
3135
|
+
"type": "number"
|
|
3136
|
+
},
|
|
3137
|
+
"a-skeleton-line/line-spacing": {
|
|
3138
|
+
"description": "Line spacing of line skeleton",
|
|
3139
|
+
"type": "number"
|
|
3140
|
+
},
|
|
3141
|
+
"a-skeleton-shape/shape": {
|
|
3142
|
+
"description": "The shape of the shape skeleton",
|
|
3143
|
+
"type": "string"
|
|
3144
|
+
},
|
|
3145
|
+
"a-skeleton-shape/size": {
|
|
3146
|
+
"description": "The size of the shape skeleton",
|
|
3147
|
+
"type": "string"
|
|
3148
|
+
},
|
|
3066
3149
|
"a-space/align": {
|
|
3067
3150
|
"description": "Alignment",
|
|
3068
3151
|
"type": "string"
|
|
@@ -3082,6 +3165,26 @@
|
|
|
3082
3165
|
"description": "fill the block",
|
|
3083
3166
|
"type": "boolean"
|
|
3084
3167
|
},
|
|
3168
|
+
"a-spin/size": {
|
|
3169
|
+
"description": "Size",
|
|
3170
|
+
"type": "number"
|
|
3171
|
+
},
|
|
3172
|
+
"a-spin/loading": {
|
|
3173
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3174
|
+
"type": "boolean"
|
|
3175
|
+
},
|
|
3176
|
+
"a-spin/dot": {
|
|
3177
|
+
"description": "Whether to use dot type animation",
|
|
3178
|
+
"type": "boolean"
|
|
3179
|
+
},
|
|
3180
|
+
"a-spin/tip": {
|
|
3181
|
+
"description": "Prompt content",
|
|
3182
|
+
"type": "string"
|
|
3183
|
+
},
|
|
3184
|
+
"a-spin/hide-icon": {
|
|
3185
|
+
"description": "Whether to hide the icon",
|
|
3186
|
+
"type": "boolean"
|
|
3187
|
+
},
|
|
3085
3188
|
"a-split/move-start": {
|
|
3086
3189
|
"description": "Triggered before dragging"
|
|
3087
3190
|
},
|
|
@@ -3119,85 +3222,6 @@
|
|
|
3119
3222
|
"description": "Whether to disable",
|
|
3120
3223
|
"type": "boolean"
|
|
3121
3224
|
},
|
|
3122
|
-
"a-input-tag/change": {
|
|
3123
|
-
"description": "Triggered when the value changes"
|
|
3124
|
-
},
|
|
3125
|
-
"a-input-tag/input-value-change": {
|
|
3126
|
-
"description": "Trigger when the input value changes"
|
|
3127
|
-
},
|
|
3128
|
-
"a-input-tag/press-enter": {
|
|
3129
|
-
"description": "Triggered when the enter key is pressed"
|
|
3130
|
-
},
|
|
3131
|
-
"a-input-tag/remove": {
|
|
3132
|
-
"description": "Triggered when the delete button of the label is clicked"
|
|
3133
|
-
},
|
|
3134
|
-
"a-input-tag/clear": {
|
|
3135
|
-
"description": "Triggered when the clear button is clicked"
|
|
3136
|
-
},
|
|
3137
|
-
"a-input-tag/focus": {
|
|
3138
|
-
"description": "Triggered when the input box gets focus"
|
|
3139
|
-
},
|
|
3140
|
-
"a-input-tag/blur": {
|
|
3141
|
-
"description": "Triggered when the input box loses focus"
|
|
3142
|
-
},
|
|
3143
|
-
"a-input-tag/model-value": {
|
|
3144
|
-
"description": "Value"
|
|
3145
|
-
},
|
|
3146
|
-
"a-input-tag/default-value": {
|
|
3147
|
-
"description": "Default value (uncontrolled state)"
|
|
3148
|
-
},
|
|
3149
|
-
"a-input-tag/input-value": {
|
|
3150
|
-
"description": "The value of the input",
|
|
3151
|
-
"type": "string"
|
|
3152
|
-
},
|
|
3153
|
-
"a-input-tag/default-input-value": {
|
|
3154
|
-
"description": "The default value of the input (uncontrolled state)",
|
|
3155
|
-
"type": "string"
|
|
3156
|
-
},
|
|
3157
|
-
"a-input-tag/placeholder": {
|
|
3158
|
-
"description": "Placeholder",
|
|
3159
|
-
"type": "string"
|
|
3160
|
-
},
|
|
3161
|
-
"a-input-tag/disabled": {
|
|
3162
|
-
"description": "Whether to disable",
|
|
3163
|
-
"type": "boolean"
|
|
3164
|
-
},
|
|
3165
|
-
"a-input-tag/error": {
|
|
3166
|
-
"description": "Whether it is an error state",
|
|
3167
|
-
"type": "boolean"
|
|
3168
|
-
},
|
|
3169
|
-
"a-input-tag/readonly": {
|
|
3170
|
-
"description": "Whether it is read-only mode",
|
|
3171
|
-
"type": "boolean"
|
|
3172
|
-
},
|
|
3173
|
-
"a-input-tag/allow-clear": {
|
|
3174
|
-
"description": "Whether to allow clear",
|
|
3175
|
-
"type": "boolean"
|
|
3176
|
-
},
|
|
3177
|
-
"a-input-tag/size": {
|
|
3178
|
-
"description": "The size of the input"
|
|
3179
|
-
},
|
|
3180
|
-
"a-input-tag/max-tag-count": {
|
|
3181
|
-
"description": "The maximum number of tags displayed, `0` means unlimited",
|
|
3182
|
-
"type": "number"
|
|
3183
|
-
},
|
|
3184
|
-
"a-input-tag/retain-input-value": {
|
|
3185
|
-
"description": "Whether to keep the content of the input box"
|
|
3186
|
-
},
|
|
3187
|
-
"a-input-tag/format-tag": {
|
|
3188
|
-
"description": "Format tag content"
|
|
3189
|
-
},
|
|
3190
|
-
"a-input-tag/unique-value": {
|
|
3191
|
-
"description": "Whether to create only unique values",
|
|
3192
|
-
"type": "boolean"
|
|
3193
|
-
},
|
|
3194
|
-
"a-input-tag/field-names": {
|
|
3195
|
-
"description": "Customize fields in `TagData`"
|
|
3196
|
-
},
|
|
3197
|
-
"a-input-tag/tag-nowrap": {
|
|
3198
|
-
"description": "Tag content does not wrap",
|
|
3199
|
-
"type": "boolean"
|
|
3200
|
-
},
|
|
3201
3225
|
"a-statistic/title": {
|
|
3202
3226
|
"description": "Title of the numerical display",
|
|
3203
3227
|
"type": "string"
|
|
@@ -3274,26 +3298,6 @@
|
|
|
3274
3298
|
"a-countdown/value-style": {
|
|
3275
3299
|
"description": "Custom value style"
|
|
3276
3300
|
},
|
|
3277
|
-
"a-spin/size": {
|
|
3278
|
-
"description": "Size",
|
|
3279
|
-
"type": "number"
|
|
3280
|
-
},
|
|
3281
|
-
"a-spin/loading": {
|
|
3282
|
-
"description": "Whether it is loading state (Only effective in container mode)",
|
|
3283
|
-
"type": "boolean"
|
|
3284
|
-
},
|
|
3285
|
-
"a-spin/dot": {
|
|
3286
|
-
"description": "Whether to use dot type animation",
|
|
3287
|
-
"type": "boolean"
|
|
3288
|
-
},
|
|
3289
|
-
"a-spin/tip": {
|
|
3290
|
-
"description": "Prompt content",
|
|
3291
|
-
"type": "string"
|
|
3292
|
-
},
|
|
3293
|
-
"a-spin/hide-icon": {
|
|
3294
|
-
"description": "Whether to hide the icon",
|
|
3295
|
-
"type": "boolean"
|
|
3296
|
-
},
|
|
3297
3301
|
"a-steps/change": {
|
|
3298
3302
|
"description": "Triggered when the number of steps changes"
|
|
3299
3303
|
},
|
|
@@ -3886,47 +3890,6 @@
|
|
|
3886
3890
|
"a-timeline-item/position": {
|
|
3887
3891
|
"description": "Item position"
|
|
3888
3892
|
},
|
|
3889
|
-
"a-tooltip/popup-visible-change": {
|
|
3890
|
-
"description": "Emitted when the tooltip display status changes"
|
|
3891
|
-
},
|
|
3892
|
-
"a-tooltip/popup-visible": {
|
|
3893
|
-
"description": "Whether the tooltip is visible",
|
|
3894
|
-
"type": "boolean"
|
|
3895
|
-
},
|
|
3896
|
-
"a-tooltip/default-popup-visible": {
|
|
3897
|
-
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3898
|
-
"type": "boolean"
|
|
3899
|
-
},
|
|
3900
|
-
"a-tooltip/content": {
|
|
3901
|
-
"description": "Tooltip content",
|
|
3902
|
-
"type": "string"
|
|
3903
|
-
},
|
|
3904
|
-
"a-tooltip/position": {
|
|
3905
|
-
"description": "Popup position"
|
|
3906
|
-
},
|
|
3907
|
-
"a-tooltip/mini": {
|
|
3908
|
-
"description": "Whether to display as a mini size",
|
|
3909
|
-
"type": "boolean"
|
|
3910
|
-
},
|
|
3911
|
-
"a-tooltip/background-color": {
|
|
3912
|
-
"description": "Background color of the popover",
|
|
3913
|
-
"type": "string"
|
|
3914
|
-
},
|
|
3915
|
-
"a-tooltip/content-class": {
|
|
3916
|
-
"description": "The class name of the popup content"
|
|
3917
|
-
},
|
|
3918
|
-
"a-tooltip/content-style": {
|
|
3919
|
-
"description": "The style of the popup content"
|
|
3920
|
-
},
|
|
3921
|
-
"a-tooltip/arrow-class": {
|
|
3922
|
-
"description": "The class name of the popup arrow"
|
|
3923
|
-
},
|
|
3924
|
-
"a-tooltip/arrow-style": {
|
|
3925
|
-
"description": "The style of the popup arrow"
|
|
3926
|
-
},
|
|
3927
|
-
"a-tooltip/popup-container": {
|
|
3928
|
-
"description": "Mount container for popup"
|
|
3929
|
-
},
|
|
3930
3893
|
"a-time-picker/change": {
|
|
3931
3894
|
"description": "The component value changes"
|
|
3932
3895
|
},
|
|
@@ -4021,6 +3984,47 @@
|
|
|
4021
3984
|
"description": "Whether to destroy the dom structure after closing",
|
|
4022
3985
|
"type": "boolean"
|
|
4023
3986
|
},
|
|
3987
|
+
"a-tooltip/popup-visible-change": {
|
|
3988
|
+
"description": "Emitted when the tooltip display status changes"
|
|
3989
|
+
},
|
|
3990
|
+
"a-tooltip/popup-visible": {
|
|
3991
|
+
"description": "Whether the tooltip is visible",
|
|
3992
|
+
"type": "boolean"
|
|
3993
|
+
},
|
|
3994
|
+
"a-tooltip/default-popup-visible": {
|
|
3995
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3996
|
+
"type": "boolean"
|
|
3997
|
+
},
|
|
3998
|
+
"a-tooltip/content": {
|
|
3999
|
+
"description": "Tooltip content",
|
|
4000
|
+
"type": "string"
|
|
4001
|
+
},
|
|
4002
|
+
"a-tooltip/position": {
|
|
4003
|
+
"description": "Popup position"
|
|
4004
|
+
},
|
|
4005
|
+
"a-tooltip/mini": {
|
|
4006
|
+
"description": "Whether to display as a mini size",
|
|
4007
|
+
"type": "boolean"
|
|
4008
|
+
},
|
|
4009
|
+
"a-tooltip/background-color": {
|
|
4010
|
+
"description": "Background color of the popover",
|
|
4011
|
+
"type": "string"
|
|
4012
|
+
},
|
|
4013
|
+
"a-tooltip/content-class": {
|
|
4014
|
+
"description": "The class name of the popup content"
|
|
4015
|
+
},
|
|
4016
|
+
"a-tooltip/content-style": {
|
|
4017
|
+
"description": "The style of the popup content"
|
|
4018
|
+
},
|
|
4019
|
+
"a-tooltip/arrow-class": {
|
|
4020
|
+
"description": "The class name of the popup arrow"
|
|
4021
|
+
},
|
|
4022
|
+
"a-tooltip/arrow-style": {
|
|
4023
|
+
"description": "The style of the popup arrow"
|
|
4024
|
+
},
|
|
4025
|
+
"a-tooltip/popup-container": {
|
|
4026
|
+
"description": "Mount container for popup"
|
|
4027
|
+
},
|
|
4024
4028
|
"a-transfer/change": {
|
|
4025
4029
|
"description": "Triggered when the value of the target selection box changes"
|
|
4026
4030
|
},
|