antdv-next 1.5.2 → 1.5.3
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/dist/_util/statusUtils.d.ts +1 -1
- package/dist/antd-with-locales.esm.js +8866 -8848
- package/dist/antd-with-locales.js +11 -11
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +4273 -4255
- package/dist/antd.js +11 -11
- package/dist/auto-complete/index.d.ts +1 -1
- package/dist/auto-complete/index.js +13 -10
- package/dist/breadcrumb/BreadcrumbItem.js +2 -1
- package/dist/button/buttonHelper.d.ts +1 -1
- package/dist/card/Card.js +5 -4
- package/dist/card/CardMeta.js +4 -3
- package/dist/checkbox/Checkbox.js +1 -1
- package/dist/config-provider/context.d.ts +5 -2
- package/dist/date-picker/util.d.ts +4 -4
- package/dist/descriptions/hooks/useItems.d.ts +4 -4
- package/dist/float-button/FloatButton.js +2 -1
- package/dist/form/FormItemLabel.js +2 -1
- package/dist/form/context.d.ts +1 -1
- package/dist/form/hooks/useVariant.d.ts +1 -1
- package/dist/grid/row.js +9 -16
- package/dist/image/PreviewGroup.js +1 -1
- package/dist/image/hooks/usePreviewConfig.d.ts +4 -4
- package/dist/menu/style/vertical.js +8 -5
- package/dist/package.js +1 -1
- package/dist/segmented/index.js +2 -1
- package/dist/select/index.d.ts +2 -2
- package/dist/steps/PanelArrow.js +3 -2
- package/dist/table/hooks/useSorter.js +7 -9
- package/dist/tag/CheckableTagGroup.d.ts +3 -0
- package/dist/tag/CheckableTagGroup.js +2 -2
- package/dist/tag/hooks/useColor.d.ts +1 -1
- package/dist/tag/index.js +2 -1
- package/dist/tour/panelRender.js +8 -2
- package/dist/transfer/Section.js +1 -1
- package/dist/upload/utils.js +8 -6
- package/package.json +3 -3
- package/web-tags.json +1681 -1681
- package/web-types.json +5390 -5420
package/web-tags.json
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.3",
|
|
3
3
|
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "a-affix",
|
|
6
|
+
"description": "(ZH) 将页面元素钉在可视范围。\n\n(EN) Stick an element to the viewport.",
|
|
7
|
+
"attributes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "offset-top",
|
|
10
|
+
"description": "Default: 0\n\nOffset from the top of the viewport (in pixels)"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "offset-bottom",
|
|
14
|
+
"description": "Default: -\n\nOffset from the bottom of the viewport (in pixels)"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "target",
|
|
18
|
+
"description": "Default: () => window\n\nSpecifies the scrollable area DOM node"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
4
22
|
{
|
|
5
23
|
"name": "a-alert",
|
|
6
24
|
"description": "(ZH) 警告提示,展现需要关注的信息。\n\n(EN) Display warning messages that require attention.",
|
|
@@ -11,7 +29,7 @@
|
|
|
11
29
|
},
|
|
12
30
|
{
|
|
13
31
|
"name": "closable",
|
|
14
|
-
"description": "Default: false\n\nThe config of closable
|
|
32
|
+
"description": "Default: false\n\nThe config of closable"
|
|
15
33
|
},
|
|
16
34
|
{
|
|
17
35
|
"name": "title",
|
|
@@ -137,24 +155,6 @@
|
|
|
137
155
|
}
|
|
138
156
|
]
|
|
139
157
|
},
|
|
140
|
-
{
|
|
141
|
-
"name": "a-affix",
|
|
142
|
-
"description": "(ZH) 将页面元素钉在可视范围。\n\n(EN) Stick an element to the viewport.",
|
|
143
|
-
"attributes": [
|
|
144
|
-
{
|
|
145
|
-
"name": "offset-top",
|
|
146
|
-
"description": "Default: 0\n\nOffset from the top of the viewport (in pixels)"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "offset-bottom",
|
|
150
|
-
"description": "Default: -\n\nOffset from the bottom of the viewport (in pixels)"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "target",
|
|
154
|
-
"description": "Default: () => window\n\nSpecifies the scrollable area DOM node"
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
158
|
{
|
|
159
159
|
"name": "a-app",
|
|
160
160
|
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
@@ -174,70 +174,92 @@
|
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
|
-
"name": "a-
|
|
178
|
-
"description": "(ZH)
|
|
177
|
+
"name": "a-auto-complete",
|
|
178
|
+
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
179
179
|
"attributes": [
|
|
180
180
|
{
|
|
181
|
-
"name": "
|
|
182
|
-
"description": "Default:
|
|
181
|
+
"name": "allow-clear",
|
|
182
|
+
"description": "Default: false\n\nShow clear button"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"name": "
|
|
186
|
-
"description": "Default:
|
|
185
|
+
"name": "backfill",
|
|
186
|
+
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
|
-
"name": "
|
|
190
|
-
"description": "Default:
|
|
189
|
+
"name": "classes",
|
|
190
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
|
-
"name": "
|
|
194
|
-
"description": "Default:
|
|
193
|
+
"name": "default-active-first-option",
|
|
194
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"name": "
|
|
198
|
-
"description": "Default:
|
|
197
|
+
"name": "disabled",
|
|
198
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"name": "
|
|
202
|
-
"description": "Default:
|
|
201
|
+
"name": "get-popup-container",
|
|
202
|
+
"description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
|
-
"name": "
|
|
206
|
-
"description": "Default: -\n\
|
|
205
|
+
"name": "label-render",
|
|
206
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"name": "
|
|
210
|
-
"description": "Default: -\n\
|
|
209
|
+
"name": "not-found-content",
|
|
210
|
+
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
|
-
"name": "
|
|
214
|
-
"description": "Default: -\n\
|
|
213
|
+
"name": "open",
|
|
214
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
|
-
"name": "
|
|
218
|
-
"description": "Default: -\n\
|
|
219
|
-
}
|
|
220
|
-
]
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "a-avatar-group",
|
|
224
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
225
|
-
"attributes": [
|
|
217
|
+
"name": "options",
|
|
218
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
219
|
+
},
|
|
226
220
|
{
|
|
227
|
-
"name": "
|
|
228
|
-
"description": "Default: -\n\
|
|
221
|
+
"name": "option-render",
|
|
222
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
229
223
|
},
|
|
230
224
|
{
|
|
231
|
-
"name": "
|
|
232
|
-
"description": "Default: -\n\
|
|
225
|
+
"name": "placeholder",
|
|
226
|
+
"description": "Default: -\n\nThe placeholder of input"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "popup-match-select-width",
|
|
230
|
+
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "popup-render",
|
|
234
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "show-search",
|
|
238
|
+
"description": "Default: true\n\nSearch configuration"
|
|
233
239
|
},
|
|
234
240
|
{
|
|
235
241
|
"name": "size",
|
|
236
|
-
"description": "Default:
|
|
242
|
+
"description": "Default: -\n\nThe size of the input box"
|
|
237
243
|
},
|
|
238
244
|
{
|
|
239
|
-
"name": "
|
|
240
|
-
"description": "Default:
|
|
245
|
+
"name": "status",
|
|
246
|
+
"description": "Default: -\n\nSet validation status"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "styles",
|
|
250
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "value",
|
|
254
|
+
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "variant",
|
|
258
|
+
"description": "Default: outlined\n\nVariants of input"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "virtual",
|
|
262
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
241
263
|
}
|
|
242
264
|
]
|
|
243
265
|
},
|
|
@@ -300,92 +322,36 @@
|
|
|
300
322
|
]
|
|
301
323
|
},
|
|
302
324
|
{
|
|
303
|
-
"name": "a-
|
|
304
|
-
"description": "(ZH)
|
|
325
|
+
"name": "a-breadcrumb",
|
|
326
|
+
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
305
327
|
"attributes": [
|
|
306
|
-
{
|
|
307
|
-
"name": "allow-clear",
|
|
308
|
-
"description": "Default: false\n\nShow clear button"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "backfill",
|
|
312
|
-
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
313
|
-
},
|
|
314
328
|
{
|
|
315
329
|
"name": "classes",
|
|
316
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"name": "default-active-first-option",
|
|
320
|
-
"description": "Default: true\n\nWhether active first option by default"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "disabled",
|
|
324
|
-
"description": "Default: false\n\nWhether disabled select"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "get-popup-container",
|
|
328
|
-
"description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "label-render",
|
|
332
|
-
"description": "Default: -\n\nCustomize selected label render"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "not-found-content",
|
|
336
|
-
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "open",
|
|
340
|
-
"description": "Default: -\n\nControlled open state of dropdown"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "options",
|
|
344
|
-
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "option-render",
|
|
348
|
-
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "placeholder",
|
|
352
|
-
"description": "Default: -\n\nThe placeholder of input"
|
|
330
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
353
331
|
},
|
|
354
332
|
{
|
|
355
|
-
"name": "
|
|
356
|
-
"description": "Default:
|
|
333
|
+
"name": "dropdown-icon",
|
|
334
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
357
335
|
},
|
|
358
336
|
{
|
|
359
|
-
"name": "
|
|
360
|
-
"description": "Default: -\n\
|
|
337
|
+
"name": "item-render",
|
|
338
|
+
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
361
339
|
},
|
|
362
340
|
{
|
|
363
|
-
"name": "
|
|
364
|
-
"description": "Default:
|
|
341
|
+
"name": "params",
|
|
342
|
+
"description": "Default: -\n\nRouting parameters"
|
|
365
343
|
},
|
|
366
344
|
{
|
|
367
|
-
"name": "
|
|
368
|
-
"description": "Default: -\n\nThe
|
|
345
|
+
"name": "items",
|
|
346
|
+
"description": "Default: -\n\nThe routing stack information of router"
|
|
369
347
|
},
|
|
370
348
|
{
|
|
371
|
-
"name": "
|
|
372
|
-
"description": "Default:
|
|
349
|
+
"name": "separator",
|
|
350
|
+
"description": "Default: /\n\nCustom separator"
|
|
373
351
|
},
|
|
374
352
|
{
|
|
375
353
|
"name": "styles",
|
|
376
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "value",
|
|
380
|
-
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "variant",
|
|
384
|
-
"description": "Default: outlined\n\nVariants of input"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "virtual",
|
|
388
|
-
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
354
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
389
355
|
}
|
|
390
356
|
]
|
|
391
357
|
},
|
|
@@ -579,40 +545,6 @@
|
|
|
579
545
|
}
|
|
580
546
|
]
|
|
581
547
|
},
|
|
582
|
-
{
|
|
583
|
-
"name": "a-breadcrumb",
|
|
584
|
-
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
585
|
-
"attributes": [
|
|
586
|
-
{
|
|
587
|
-
"name": "classes",
|
|
588
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"name": "dropdown-icon",
|
|
592
|
-
"description": "Default: -\n\nCustom dropdown icon"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "item-render",
|
|
596
|
-
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "params",
|
|
600
|
-
"description": "Default: -\n\nRouting parameters"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"name": "items",
|
|
604
|
-
"description": "Default: -\n\nThe routing stack information of router"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "separator",
|
|
608
|
-
"description": "Default: /\n\nCustom separator"
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"name": "styles",
|
|
612
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
613
|
-
}
|
|
614
|
-
]
|
|
615
|
-
},
|
|
616
548
|
{
|
|
617
549
|
"name": "a-card",
|
|
618
550
|
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
@@ -790,12 +722,118 @@
|
|
|
790
722
|
]
|
|
791
723
|
},
|
|
792
724
|
{
|
|
793
|
-
"name": "a-
|
|
794
|
-
"description": "(ZH)
|
|
725
|
+
"name": "a-cascader",
|
|
726
|
+
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
795
727
|
"attributes": [
|
|
796
728
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "Default:
|
|
729
|
+
"name": "allow-clear",
|
|
730
|
+
"description": "Default: true\n\nShow clear button"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "change-on-select",
|
|
734
|
+
"description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "classes",
|
|
738
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "disabled",
|
|
742
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "expand-trigger",
|
|
746
|
+
"description": "Default: click\n\nexpand current item when click or hover, one of click hover"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "field-names",
|
|
750
|
+
"description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "get-popup-container",
|
|
754
|
+
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "load-data",
|
|
758
|
+
"description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "max-tag-count",
|
|
762
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "max-tag-placeholder",
|
|
766
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "max-tag-text-length",
|
|
770
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "multiple",
|
|
774
|
+
"description": "Default: -\n\nSupport multiple or not"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "open",
|
|
778
|
+
"description": "Default: -\n\nSet visible of cascader popup"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "options",
|
|
782
|
+
"description": "Default: -\n\nThe data options of cascade"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "placeholder",
|
|
786
|
+
"description": "Default: -\n\nThe input placeholder"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "placement",
|
|
790
|
+
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "popup-menu-column-style",
|
|
794
|
+
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "show-checked-strategy",
|
|
798
|
+
"description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "show-search",
|
|
802
|
+
"description": "Default: false\n\nWhether show search input in single mode"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "~~search-value~~",
|
|
806
|
+
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "size",
|
|
810
|
+
"description": "Default: -\n\nThe input size"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "status",
|
|
814
|
+
"description": "Default: -\n\nSet validation status"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "styles",
|
|
818
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "value",
|
|
822
|
+
"description": "Default: -\n\nThe selected value, support v-model:value"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "variant",
|
|
826
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
827
|
+
}
|
|
828
|
+
]
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "a-checkbox",
|
|
832
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
833
|
+
"attributes": [
|
|
834
|
+
{
|
|
835
|
+
"name": "checked",
|
|
836
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
799
837
|
},
|
|
800
838
|
{
|
|
801
839
|
"name": "checked-value",
|
|
@@ -853,6 +891,98 @@
|
|
|
853
891
|
}
|
|
854
892
|
]
|
|
855
893
|
},
|
|
894
|
+
{
|
|
895
|
+
"name": "a-collapse",
|
|
896
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
897
|
+
"attributes": [
|
|
898
|
+
{
|
|
899
|
+
"name": "active-key",
|
|
900
|
+
"description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "default-active-key",
|
|
904
|
+
"description": "Default: -\n\nKey of the initial active panel"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "accordion",
|
|
908
|
+
"description": "Default: false\n\nIf true, Collapse renders as Accordion"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "destroy-on-hidden",
|
|
912
|
+
"description": "Default: false\n\nDestroy Inactive Panel"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "root-class",
|
|
916
|
+
"description": "Default: -\n\nRoot container class"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "bordered",
|
|
920
|
+
"description": "Default: true\n\nToggles rendering of the border around the collapse block"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "expand-icon",
|
|
924
|
+
"description": "Default: -\n\nAllow to customize collapse icon"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "expand-icon-placement",
|
|
928
|
+
"description": "Default: start\n\nSet expand icon placement"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "ghost",
|
|
932
|
+
"description": "Default: false\n\nMake the collapse borderless and its background transparent"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "size",
|
|
936
|
+
"description": "Default: middle\n\nSet the size of collapse"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "collapsible",
|
|
940
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "label-render",
|
|
944
|
+
"description": "Default: -\n\nCustom render label"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "content-render",
|
|
948
|
+
"description": "Default: -\n\nCustom render content"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "classes",
|
|
952
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "styles",
|
|
956
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "items",
|
|
960
|
+
"description": "Default: -\n\nCollapse items content"
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "a-collapse-panel",
|
|
966
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
967
|
+
"attributes": [
|
|
968
|
+
{
|
|
969
|
+
"name": "header",
|
|
970
|
+
"description": "Default: -\n\n-"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "show-arrow",
|
|
974
|
+
"description": "Default: true\n\n-"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "extra",
|
|
978
|
+
"description": "Default: -\n\n-"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "collapsible",
|
|
982
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
983
|
+
}
|
|
984
|
+
]
|
|
985
|
+
},
|
|
856
986
|
{
|
|
857
987
|
"name": "a-color-picker",
|
|
858
988
|
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
@@ -1025,64 +1155,6 @@
|
|
|
1025
1155
|
}
|
|
1026
1156
|
]
|
|
1027
1157
|
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "a-descriptions",
|
|
1030
|
-
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1031
|
-
"attributes": [
|
|
1032
|
-
{
|
|
1033
|
-
"name": "bordered",
|
|
1034
|
-
"description": "Default: false\n\nWhether to display the border"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"name": "size",
|
|
1038
|
-
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"name": "title",
|
|
1042
|
-
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "extra",
|
|
1046
|
-
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "label-render",
|
|
1050
|
-
"description": "Default: -\n\n-"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"name": "content-render",
|
|
1054
|
-
"description": "Default: -\n\n-"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "column",
|
|
1058
|
-
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"name": "layout",
|
|
1062
|
-
"description": "Default: horizontal\n\nDefine description layout"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "colon",
|
|
1066
|
-
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "styles",
|
|
1070
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"name": "classes",
|
|
1074
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "items",
|
|
1078
|
-
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "id",
|
|
1082
|
-
"description": "Default: -\n\n-"
|
|
1083
|
-
}
|
|
1084
|
-
]
|
|
1085
|
-
},
|
|
1086
1158
|
{
|
|
1087
1159
|
"name": "a-localization",
|
|
1088
1160
|
"description": "To select or input a date.",
|
|
@@ -1144,108 +1216,60 @@
|
|
|
1144
1216
|
"attributes": []
|
|
1145
1217
|
},
|
|
1146
1218
|
{
|
|
1147
|
-
"name": "a-
|
|
1148
|
-
"description": "(ZH)
|
|
1219
|
+
"name": "a-descriptions",
|
|
1220
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1149
1221
|
"attributes": [
|
|
1150
1222
|
{
|
|
1151
|
-
"name": "
|
|
1152
|
-
"description": "Default:
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"name": "change-on-select",
|
|
1156
|
-
"description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "classes",
|
|
1160
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"name": "disabled",
|
|
1164
|
-
"description": "Default: false\n\nWhether disabled select"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "expand-trigger",
|
|
1168
|
-
"description": "Default: click\n\nexpand current item when click or hover, one of click hover"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"name": "field-names",
|
|
1172
|
-
"description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"name": "get-popup-container",
|
|
1176
|
-
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "load-data",
|
|
1180
|
-
"description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"name": "max-tag-count",
|
|
1184
|
-
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "max-tag-placeholder",
|
|
1188
|
-
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "max-tag-text-length",
|
|
1192
|
-
"description": "Default: -\n\nMax tag text length to show"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"name": "multiple",
|
|
1196
|
-
"description": "Default: -\n\nSupport multiple or not"
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"name": "open",
|
|
1200
|
-
"description": "Default: -\n\nSet visible of cascader popup"
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"name": "options",
|
|
1204
|
-
"description": "Default: -\n\nThe data options of cascade"
|
|
1223
|
+
"name": "bordered",
|
|
1224
|
+
"description": "Default: false\n\nWhether to display the border"
|
|
1205
1225
|
},
|
|
1206
1226
|
{
|
|
1207
|
-
"name": "
|
|
1208
|
-
"description": "Default: -\n\
|
|
1227
|
+
"name": "size",
|
|
1228
|
+
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1209
1229
|
},
|
|
1210
1230
|
{
|
|
1211
|
-
"name": "
|
|
1212
|
-
"description": "Default:
|
|
1231
|
+
"name": "title",
|
|
1232
|
+
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1213
1233
|
},
|
|
1214
1234
|
{
|
|
1215
|
-
"name": "
|
|
1216
|
-
"description": "Default: -\n\nThe
|
|
1235
|
+
"name": "extra",
|
|
1236
|
+
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1217
1237
|
},
|
|
1218
1238
|
{
|
|
1219
|
-
"name": "
|
|
1220
|
-
"description": "Default:
|
|
1239
|
+
"name": "label-render",
|
|
1240
|
+
"description": "Default: -\n\n-"
|
|
1221
1241
|
},
|
|
1222
1242
|
{
|
|
1223
|
-
"name": "
|
|
1224
|
-
"description": "Default:
|
|
1243
|
+
"name": "content-render",
|
|
1244
|
+
"description": "Default: -\n\n-"
|
|
1225
1245
|
},
|
|
1226
1246
|
{
|
|
1227
|
-
"name": "
|
|
1228
|
-
"description": "Default:
|
|
1247
|
+
"name": "column",
|
|
1248
|
+
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1229
1249
|
},
|
|
1230
1250
|
{
|
|
1231
|
-
"name": "
|
|
1232
|
-
"description": "Default:
|
|
1251
|
+
"name": "layout",
|
|
1252
|
+
"description": "Default: horizontal\n\nDefine description layout"
|
|
1233
1253
|
},
|
|
1234
1254
|
{
|
|
1235
|
-
"name": "
|
|
1236
|
-
"description": "Default:
|
|
1255
|
+
"name": "colon",
|
|
1256
|
+
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1237
1257
|
},
|
|
1238
1258
|
{
|
|
1239
1259
|
"name": "styles",
|
|
1240
1260
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1241
1261
|
},
|
|
1242
1262
|
{
|
|
1243
|
-
"name": "
|
|
1244
|
-
"description": "Default: -\n\
|
|
1263
|
+
"name": "classes",
|
|
1264
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1245
1265
|
},
|
|
1246
1266
|
{
|
|
1247
|
-
"name": "
|
|
1248
|
-
"description": "Default:
|
|
1267
|
+
"name": "items",
|
|
1268
|
+
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "id",
|
|
1272
|
+
"description": "Default: -\n\n-"
|
|
1249
1273
|
}
|
|
1250
1274
|
]
|
|
1251
1275
|
},
|
|
@@ -1394,94 +1418,88 @@
|
|
|
1394
1418
|
]
|
|
1395
1419
|
},
|
|
1396
1420
|
{
|
|
1397
|
-
"name": "a-
|
|
1398
|
-
"description": "(ZH)
|
|
1421
|
+
"name": "a-dropdown",
|
|
1422
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1399
1423
|
"attributes": [
|
|
1400
1424
|
{
|
|
1401
|
-
"name": "
|
|
1402
|
-
"description": "Default:
|
|
1425
|
+
"name": "classes",
|
|
1426
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1403
1427
|
},
|
|
1404
1428
|
{
|
|
1405
|
-
"name": "
|
|
1406
|
-
"description": "Default: -\n\
|
|
1429
|
+
"name": "styles",
|
|
1430
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1407
1431
|
},
|
|
1408
1432
|
{
|
|
1409
|
-
"name": "
|
|
1410
|
-
"description": "Default:
|
|
1433
|
+
"name": "menu",
|
|
1434
|
+
"description": "Default: -\n\nThe menu props"
|
|
1411
1435
|
},
|
|
1412
1436
|
{
|
|
1413
|
-
"name": "
|
|
1414
|
-
"description": "Default:
|
|
1437
|
+
"name": "auto-focus",
|
|
1438
|
+
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1415
1439
|
},
|
|
1416
1440
|
{
|
|
1417
|
-
"name": "
|
|
1418
|
-
"description": "Default:
|
|
1441
|
+
"name": "arrow",
|
|
1442
|
+
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1419
1443
|
},
|
|
1420
1444
|
{
|
|
1421
|
-
"name": "
|
|
1422
|
-
"description": "Default:
|
|
1445
|
+
"name": "trigger",
|
|
1446
|
+
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1423
1447
|
},
|
|
1424
1448
|
{
|
|
1425
|
-
"name": "
|
|
1426
|
-
"description": "Default: -\n\
|
|
1449
|
+
"name": "popup-render",
|
|
1450
|
+
"description": "Default: -\n\nCustomize popup content"
|
|
1427
1451
|
},
|
|
1428
1452
|
{
|
|
1429
|
-
"name": "
|
|
1430
|
-
"description": "Default:
|
|
1453
|
+
"name": "open",
|
|
1454
|
+
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1431
1455
|
},
|
|
1432
1456
|
{
|
|
1433
|
-
"name": "
|
|
1434
|
-
"description": "Default:
|
|
1457
|
+
"name": "disabled",
|
|
1458
|
+
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1435
1459
|
},
|
|
1436
1460
|
{
|
|
1437
|
-
"name": "
|
|
1438
|
-
"description": "Default:
|
|
1461
|
+
"name": "destroy-on-hidden",
|
|
1462
|
+
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1439
1463
|
},
|
|
1440
1464
|
{
|
|
1441
|
-
"name": "
|
|
1442
|
-
"description": "Default: -\n\
|
|
1465
|
+
"name": "align",
|
|
1466
|
+
"description": "Default: -\n\nPopup align config"
|
|
1443
1467
|
},
|
|
1444
1468
|
{
|
|
1445
|
-
"name": "
|
|
1446
|
-
"description": "Default:
|
|
1469
|
+
"name": "get-popup-container",
|
|
1470
|
+
"description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
|
|
1447
1471
|
},
|
|
1448
1472
|
{
|
|
1449
|
-
"name": "
|
|
1450
|
-
"description": "Default: -\n\
|
|
1473
|
+
"name": "prefix-cls",
|
|
1474
|
+
"description": "Default: -\n\nCustomize prefix class name"
|
|
1451
1475
|
},
|
|
1452
1476
|
{
|
|
1453
|
-
"name": "
|
|
1454
|
-
"description": "Default: -\n\
|
|
1477
|
+
"name": "transition-name",
|
|
1478
|
+
"description": "Default: -\n\nMotion name of dropdown"
|
|
1455
1479
|
},
|
|
1456
1480
|
{
|
|
1457
|
-
"name": "
|
|
1458
|
-
"description": "Default:
|
|
1481
|
+
"name": "placement",
|
|
1482
|
+
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight left leftTop leftBottom right rightTop rightBottom"
|
|
1459
1483
|
},
|
|
1460
1484
|
{
|
|
1461
|
-
"name": "
|
|
1462
|
-
"description": "Default: -\n\
|
|
1463
|
-
}
|
|
1464
|
-
]
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "a-collapse-panel",
|
|
1468
|
-
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
1469
|
-
"attributes": [
|
|
1485
|
+
"name": "force-render",
|
|
1486
|
+
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1487
|
+
},
|
|
1470
1488
|
{
|
|
1471
|
-
"name": "
|
|
1472
|
-
"description": "Default:
|
|
1489
|
+
"name": "mouse-enter-delay",
|
|
1490
|
+
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1473
1491
|
},
|
|
1474
1492
|
{
|
|
1475
|
-
"name": "
|
|
1476
|
-
"description": "Default:
|
|
1493
|
+
"name": "mouse-leave-delay",
|
|
1494
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1477
1495
|
},
|
|
1478
1496
|
{
|
|
1479
|
-
"name": "
|
|
1480
|
-
"description": "Default: -\n\
|
|
1497
|
+
"name": "open-class-name",
|
|
1498
|
+
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1481
1499
|
},
|
|
1482
1500
|
{
|
|
1483
|
-
"name": "
|
|
1484
|
-
"description": "Default:
|
|
1501
|
+
"name": "auto-adjust-overflow",
|
|
1502
|
+
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1485
1503
|
}
|
|
1486
1504
|
]
|
|
1487
1505
|
},
|
|
@@ -1525,56 +1543,270 @@
|
|
|
1525
1543
|
"attributes": []
|
|
1526
1544
|
},
|
|
1527
1545
|
{
|
|
1528
|
-
"name": "a-
|
|
1529
|
-
"description": "(ZH)
|
|
1546
|
+
"name": "a-float-button-group",
|
|
1547
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1530
1548
|
"attributes": [
|
|
1531
1549
|
{
|
|
1532
|
-
"name": "
|
|
1533
|
-
"description": "Default:
|
|
1550
|
+
"name": "shape",
|
|
1551
|
+
"description": "Default: circle\n\nSetting button shape of children"
|
|
1534
1552
|
},
|
|
1535
1553
|
{
|
|
1536
|
-
"name": "
|
|
1537
|
-
"description": "Default: -\n\
|
|
1554
|
+
"name": "trigger",
|
|
1555
|
+
"description": "Default: -\n\nWhich action can trigger menu open/close"
|
|
1538
1556
|
},
|
|
1539
1557
|
{
|
|
1540
|
-
"name": "
|
|
1541
|
-
"description": "Default:
|
|
1558
|
+
"name": "open",
|
|
1559
|
+
"description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
|
|
1542
1560
|
},
|
|
1543
1561
|
{
|
|
1544
|
-
"name": "
|
|
1545
|
-
"description": "Default: -\n\
|
|
1562
|
+
"name": "close-icon",
|
|
1563
|
+
"description": "Default: -\n\nCustomize close button icon"
|
|
1546
1564
|
},
|
|
1547
1565
|
{
|
|
1548
|
-
"name": "
|
|
1549
|
-
"description": "Default:
|
|
1566
|
+
"name": "placement",
|
|
1567
|
+
"description": "Default: top\n\nCustomize menu animation placement"
|
|
1550
1568
|
},
|
|
1551
1569
|
{
|
|
1552
|
-
"name": "
|
|
1553
|
-
"description": "Default:
|
|
1570
|
+
"name": "classes",
|
|
1571
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1554
1572
|
},
|
|
1555
1573
|
{
|
|
1556
|
-
"name": "
|
|
1557
|
-
"description": "Default:
|
|
1558
|
-
}
|
|
1574
|
+
"name": "styles",
|
|
1575
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1576
|
+
}
|
|
1577
|
+
]
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "a-float-button",
|
|
1581
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1582
|
+
"attributes": [
|
|
1559
1583
|
{
|
|
1560
|
-
"name": "
|
|
1561
|
-
"description": "Default: -\n\
|
|
1584
|
+
"name": "icon",
|
|
1585
|
+
"description": "Default: -\n\nSet the icon component of button"
|
|
1562
1586
|
},
|
|
1563
1587
|
{
|
|
1564
|
-
"name": "
|
|
1565
|
-
"description": "Default: -\n\
|
|
1588
|
+
"name": "content",
|
|
1589
|
+
"description": "Default: -\n\nText and other"
|
|
1566
1590
|
},
|
|
1567
1591
|
{
|
|
1568
|
-
"name": "
|
|
1569
|
-
"description": "Default: -\n\
|
|
1592
|
+
"name": "~~description~~",
|
|
1593
|
+
"description": "Default: -\n\nPlease use content instead"
|
|
1570
1594
|
},
|
|
1571
1595
|
{
|
|
1572
|
-
"name": "
|
|
1573
|
-
"description": "Default: -\n\
|
|
1596
|
+
"name": "tooltip",
|
|
1597
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
1574
1598
|
},
|
|
1575
1599
|
{
|
|
1576
|
-
"name": "
|
|
1577
|
-
"description": "Default:
|
|
1600
|
+
"name": "type",
|
|
1601
|
+
"description": "Default: default\n\nSetting button type"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "shape",
|
|
1605
|
+
"description": "Default: circle\n\nSetting button shape"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "href",
|
|
1609
|
+
"description": "Default: -\n\nThe target of hyperlink"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "target",
|
|
1613
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"name": "html-type",
|
|
1617
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "badge",
|
|
1621
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "classes",
|
|
1625
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"name": "styles",
|
|
1629
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "a-float-back-top",
|
|
1635
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1636
|
+
"attributes": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "duration",
|
|
1639
|
+
"description": "Default: 450\n\nTime to return to top (ms). This property is ignored when reduced motion (prefers-reduced-motion: reduce) is enabled"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "show-progress",
|
|
1643
|
+
"description": "Default: false\n\nShow the current scroll progress ring around the BackTop button edge"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"name": "target",
|
|
1647
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "visibility-height",
|
|
1651
|
+
"description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "badge",
|
|
1655
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "html-type",
|
|
1659
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "aria-label",
|
|
1663
|
+
"description": "Default: -\n\n-"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "style",
|
|
1667
|
+
"description": "Default: -\n\n-"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "classes",
|
|
1671
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "styles",
|
|
1675
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1676
|
+
}
|
|
1677
|
+
]
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "a-row",
|
|
1681
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1682
|
+
"attributes": [
|
|
1683
|
+
{
|
|
1684
|
+
"name": "align",
|
|
1685
|
+
"description": "Default: top\n\nVertical alignment"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "gutter",
|
|
1689
|
+
"description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "justify",
|
|
1693
|
+
"description": "Default: start\n\nHorizontal arrangement"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "wrap",
|
|
1697
|
+
"description": "Default: true\n\nAuto wrap line"
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "a-col",
|
|
1703
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1704
|
+
"attributes": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "flex",
|
|
1707
|
+
"description": "Default: -\n\nFlex layout style. Number for 'flex: n n auto', string is applied directly (e.g. pure number string 'n' for 'flex: n 1 0')"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"name": "offset",
|
|
1711
|
+
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "order",
|
|
1715
|
+
"description": "Default: 0\n\nRaster order"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "pull",
|
|
1719
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "push",
|
|
1723
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "span",
|
|
1727
|
+
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "xs",
|
|
1731
|
+
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "sm",
|
|
1735
|
+
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "md",
|
|
1739
|
+
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "lg",
|
|
1743
|
+
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "xl",
|
|
1747
|
+
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "xxl",
|
|
1751
|
+
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "xxxl",
|
|
1755
|
+
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1756
|
+
}
|
|
1757
|
+
]
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "a-form",
|
|
1761
|
+
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1762
|
+
"attributes": [
|
|
1763
|
+
{
|
|
1764
|
+
"name": "classes",
|
|
1765
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "styles",
|
|
1769
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "colon",
|
|
1773
|
+
"description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "name",
|
|
1777
|
+
"description": "Default: -\n\nForm name. Will be the prefix of Field id"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "layout",
|
|
1781
|
+
"description": "Default: horizontal\n\nForm layout"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "label-align",
|
|
1785
|
+
"description": "Default: right\n\nThe text align of label of all items"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "label-wrap",
|
|
1789
|
+
"description": "Default: false\n\nwhether label can be wrap"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "label-col",
|
|
1793
|
+
"description": "Default: -\n\nLabel layout, like Col component. Set span offset value like {span: 3, offset: 12} or sm: {span: 3, offset: 12}"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "wrapper-col",
|
|
1797
|
+
"description": "Default: -\n\nThe layout for input controls, same as labelCol"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "feedback-icons",
|
|
1801
|
+
"description": "Default: -\n\nCan be passed custom icons while Form.Item element has hasFeedback"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "size",
|
|
1805
|
+
"description": "Default: -\n\nSet field component size (antd components only)"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "disabled",
|
|
1809
|
+
"description": "Default: false\n\nSet form component disable, only available for antd components"
|
|
1578
1810
|
},
|
|
1579
1811
|
{
|
|
1580
1812
|
"name": "scroll-to-first-error",
|
|
@@ -1730,258 +1962,70 @@
|
|
|
1730
1962
|
"attributes": []
|
|
1731
1963
|
},
|
|
1732
1964
|
{
|
|
1733
|
-
"name": "a-
|
|
1734
|
-
"description": "(ZH)
|
|
1965
|
+
"name": "a-avatar",
|
|
1966
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
1735
1967
|
"attributes": [
|
|
1736
1968
|
{
|
|
1737
|
-
"name": "
|
|
1738
|
-
"description": "Default:
|
|
1969
|
+
"name": "shape",
|
|
1970
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
1739
1971
|
},
|
|
1740
1972
|
{
|
|
1741
|
-
"name": "
|
|
1742
|
-
"description": "Default:
|
|
1973
|
+
"name": "size",
|
|
1974
|
+
"description": "Default: medium\n\nThe size of the avatar"
|
|
1743
1975
|
},
|
|
1744
1976
|
{
|
|
1745
|
-
"name": "
|
|
1746
|
-
"description": "Default:
|
|
1977
|
+
"name": "gap",
|
|
1978
|
+
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
1747
1979
|
},
|
|
1748
1980
|
{
|
|
1749
|
-
"name": "
|
|
1750
|
-
"description": "Default:
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"name": "a-col",
|
|
1756
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1757
|
-
"attributes": [
|
|
1981
|
+
"name": "src",
|
|
1982
|
+
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
1983
|
+
},
|
|
1758
1984
|
{
|
|
1759
|
-
"name": "
|
|
1760
|
-
"description": "Default: -\n\
|
|
1985
|
+
"name": "src-set",
|
|
1986
|
+
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
1761
1987
|
},
|
|
1762
1988
|
{
|
|
1763
|
-
"name": "
|
|
1764
|
-
"description": "Default:
|
|
1989
|
+
"name": "draggable",
|
|
1990
|
+
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
1765
1991
|
},
|
|
1766
1992
|
{
|
|
1767
|
-
"name": "
|
|
1768
|
-
"description": "Default:
|
|
1993
|
+
"name": "icon",
|
|
1994
|
+
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
1769
1995
|
},
|
|
1770
1996
|
{
|
|
1771
|
-
"name": "
|
|
1772
|
-
"description": "Default:
|
|
1997
|
+
"name": "alt",
|
|
1998
|
+
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
1773
1999
|
},
|
|
1774
2000
|
{
|
|
1775
|
-
"name": "
|
|
1776
|
-
"description": "Default:
|
|
2001
|
+
"name": "cross-origin",
|
|
2002
|
+
"description": "Default: -\n\nCORS settings attributes"
|
|
1777
2003
|
},
|
|
1778
2004
|
{
|
|
1779
|
-
"name": "
|
|
1780
|
-
"description": "Default:
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"name": "xs",
|
|
1784
|
-
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"name": "sm",
|
|
1788
|
-
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"name": "md",
|
|
1792
|
-
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"name": "lg",
|
|
1796
|
-
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"name": "xl",
|
|
1800
|
-
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "xxl",
|
|
1804
|
-
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "xxxl",
|
|
1808
|
-
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1809
|
-
}
|
|
1810
|
-
]
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "a-float-button-group",
|
|
1814
|
-
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1815
|
-
"attributes": [
|
|
1816
|
-
{
|
|
1817
|
-
"name": "shape",
|
|
1818
|
-
"description": "Default: circle\n\nSetting button shape of children"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "trigger",
|
|
1822
|
-
"description": "Default: -\n\nWhich action can trigger menu open/close"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "open",
|
|
1826
|
-
"description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "close-icon",
|
|
1830
|
-
"description": "Default: -\n\nCustomize close button icon"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "placement",
|
|
1834
|
-
"description": "Default: top\n\nCustomize menu animation placement"
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "classes",
|
|
1838
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "styles",
|
|
1842
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1843
|
-
}
|
|
1844
|
-
]
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"name": "a-float-button",
|
|
1848
|
-
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1849
|
-
"attributes": [
|
|
1850
|
-
{
|
|
1851
|
-
"name": "icon",
|
|
1852
|
-
"description": "Default: -\n\nSet the icon component of button"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"name": "content",
|
|
1856
|
-
"description": "Default: -\n\nText and other"
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"name": "~~description~~",
|
|
1860
|
-
"description": "Default: -\n\nPlease use content instead"
|
|
1861
|
-
},
|
|
1862
|
-
{
|
|
1863
|
-
"name": "tooltip",
|
|
1864
|
-
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"name": "type",
|
|
1868
|
-
"description": "Default: default\n\nSetting button type"
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"name": "shape",
|
|
1872
|
-
"description": "Default: circle\n\nSetting button shape"
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"name": "href",
|
|
1876
|
-
"description": "Default: -\n\nThe target of hyperlink"
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
"name": "target",
|
|
1880
|
-
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"name": "html-type",
|
|
1884
|
-
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"name": "badge",
|
|
1888
|
-
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "classes",
|
|
1892
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"name": "styles",
|
|
1896
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2005
|
+
"name": "on-error",
|
|
2006
|
+
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
1897
2007
|
}
|
|
1898
2008
|
]
|
|
1899
2009
|
},
|
|
1900
2010
|
{
|
|
1901
|
-
"name": "a-
|
|
1902
|
-
"description": "(ZH)
|
|
2011
|
+
"name": "a-avatar-group",
|
|
2012
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
1903
2013
|
"attributes": [
|
|
1904
2014
|
{
|
|
1905
|
-
"name": "
|
|
1906
|
-
"description": "Default: 450\n\nTime to return to top (ms). This property is ignored when reduced motion (prefers-reduced-motion: reduce) is enabled"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "show-progress",
|
|
1910
|
-
"description": "Default: false\n\nShow the current scroll progress ring around the BackTop button edge"
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "target",
|
|
1914
|
-
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"name": "visibility-height",
|
|
1918
|
-
"description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "badge",
|
|
1922
|
-
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "html-type",
|
|
1926
|
-
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "aria-label",
|
|
1930
|
-
"description": "Default: -\n\n-"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "style",
|
|
2015
|
+
"name": "prefix-cls",
|
|
1934
2016
|
"description": "Default: -\n\n-"
|
|
1935
2017
|
},
|
|
1936
2018
|
{
|
|
1937
|
-
"name": "
|
|
1938
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "styles",
|
|
1942
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1943
|
-
}
|
|
1944
|
-
]
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"name": "a-image",
|
|
1948
|
-
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
1949
|
-
"attributes": [
|
|
1950
|
-
{
|
|
1951
|
-
"name": "preview",
|
|
1952
|
-
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"name": "wrapper-style",
|
|
1956
|
-
"description": "Default: -\n\nDeprecated."
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"name": "classes",
|
|
1960
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"name": "styles",
|
|
1964
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"name": "root-class",
|
|
2019
|
+
"name": "max",
|
|
1968
2020
|
"description": "Default: -\n\n-"
|
|
1969
2021
|
},
|
|
1970
2022
|
{
|
|
1971
|
-
"name": "
|
|
1972
|
-
"description": "Default:
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "height",
|
|
1976
|
-
"description": "Default: -\n\nImage height"
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"name": "src",
|
|
1980
|
-
"description": "Default: -\n\nImage URL"
|
|
2023
|
+
"name": "size",
|
|
2024
|
+
"description": "Default: default\n\nThe size of the avatar"
|
|
1981
2025
|
},
|
|
1982
2026
|
{
|
|
1983
|
-
"name": "
|
|
1984
|
-
"description": "Default:
|
|
2027
|
+
"name": "shape",
|
|
2028
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
1985
2029
|
}
|
|
1986
2030
|
]
|
|
1987
2031
|
},
|
|
@@ -2046,161 +2090,246 @@
|
|
|
2046
2090
|
"attributes": []
|
|
2047
2091
|
},
|
|
2048
2092
|
{
|
|
2049
|
-
"name": "a-
|
|
2050
|
-
"description": "(ZH)
|
|
2093
|
+
"name": "a-image",
|
|
2094
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
2051
2095
|
"attributes": [
|
|
2096
|
+
{
|
|
2097
|
+
"name": "preview",
|
|
2098
|
+
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "wrapper-style",
|
|
2102
|
+
"description": "Default: -\n\nDeprecated."
|
|
2103
|
+
},
|
|
2052
2104
|
{
|
|
2053
2105
|
"name": "classes",
|
|
2054
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
2106
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2055
2107
|
},
|
|
2056
2108
|
{
|
|
2057
2109
|
"name": "styles",
|
|
2058
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
2110
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2059
2111
|
},
|
|
2060
2112
|
{
|
|
2061
|
-
"name": "
|
|
2062
|
-
"description": "Default: -\n\
|
|
2113
|
+
"name": "root-class",
|
|
2114
|
+
"description": "Default: -\n\n-"
|
|
2063
2115
|
},
|
|
2064
2116
|
{
|
|
2065
|
-
"name": "
|
|
2066
|
-
"description": "Default: -\n\
|
|
2117
|
+
"name": "alt",
|
|
2118
|
+
"description": "Default: -\n\nImage description"
|
|
2067
2119
|
},
|
|
2068
2120
|
{
|
|
2069
|
-
"name": "
|
|
2070
|
-
"description": "Default:
|
|
2121
|
+
"name": "height",
|
|
2122
|
+
"description": "Default: -\n\nImage height"
|
|
2071
2123
|
},
|
|
2072
2124
|
{
|
|
2073
|
-
"name": "
|
|
2074
|
-
"description": "Default:
|
|
2125
|
+
"name": "src",
|
|
2126
|
+
"description": "Default: -\n\nImage URL"
|
|
2075
2127
|
},
|
|
2076
2128
|
{
|
|
2077
|
-
"name": "
|
|
2078
|
-
"description": "Default: -\n\
|
|
2129
|
+
"name": "width",
|
|
2130
|
+
"description": "Default: -\n\nImage width"
|
|
2131
|
+
}
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "a-input",
|
|
2136
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2137
|
+
"attributes": [
|
|
2138
|
+
{
|
|
2139
|
+
"name": "allow-clear",
|
|
2140
|
+
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
2079
2141
|
},
|
|
2080
2142
|
{
|
|
2081
|
-
"name": "
|
|
2082
|
-
"description": "Default: -\n\
|
|
2143
|
+
"name": "classes",
|
|
2144
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "count",
|
|
2148
|
+
"description": "Default: -\n\nCharacter count config"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "default-value",
|
|
2152
|
+
"description": "Default: -\n\nThe initial input content"
|
|
2083
2153
|
},
|
|
2084
2154
|
{
|
|
2085
2155
|
"name": "disabled",
|
|
2086
|
-
"description": "Default:
|
|
2156
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
2087
2157
|
},
|
|
2088
2158
|
{
|
|
2089
|
-
"name": "
|
|
2090
|
-
"description": "Default:
|
|
2159
|
+
"name": "id",
|
|
2160
|
+
"description": "Default: -\n\nThe ID for input"
|
|
2091
2161
|
},
|
|
2092
2162
|
{
|
|
2093
|
-
"name": "
|
|
2094
|
-
"description": "Default: -\n\
|
|
2163
|
+
"name": "maxlength",
|
|
2164
|
+
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
2095
2165
|
},
|
|
2096
2166
|
{
|
|
2097
|
-
"name": "
|
|
2098
|
-
"description": "Default:
|
|
2167
|
+
"name": "prefix",
|
|
2168
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "show-count",
|
|
2172
|
+
"description": "Default: false\n\nWhether to show character count"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "status",
|
|
2176
|
+
"description": "Default: -\n\nSet validation status"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "styles",
|
|
2180
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2099
2181
|
},
|
|
2100
2182
|
{
|
|
2101
|
-
"name": "
|
|
2102
|
-
"description": "Default: -\n\
|
|
2183
|
+
"name": "size",
|
|
2184
|
+
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
2103
2185
|
},
|
|
2104
2186
|
{
|
|
2105
|
-
"name": "
|
|
2106
|
-
"description": "Default: -\n\
|
|
2187
|
+
"name": "suffix",
|
|
2188
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2107
2189
|
},
|
|
2108
2190
|
{
|
|
2109
|
-
"name": "
|
|
2110
|
-
"description": "Default:
|
|
2191
|
+
"name": "type",
|
|
2192
|
+
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
2111
2193
|
},
|
|
2112
2194
|
{
|
|
2113
|
-
"name": "
|
|
2114
|
-
"description": "Default: -\n\
|
|
2195
|
+
"name": "value",
|
|
2196
|
+
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
2115
2197
|
},
|
|
2116
2198
|
{
|
|
2117
|
-
"name": "
|
|
2118
|
-
"description": "Default:
|
|
2119
|
-
}
|
|
2199
|
+
"name": "variant",
|
|
2200
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "a-text-area",
|
|
2206
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2207
|
+
"attributes": [
|
|
2120
2208
|
{
|
|
2121
|
-
"name": "
|
|
2122
|
-
"description": "Default:
|
|
2209
|
+
"name": "auto-size",
|
|
2210
|
+
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
2123
2211
|
},
|
|
2124
2212
|
{
|
|
2125
|
-
"name": "
|
|
2126
|
-
"description": "Default: -\n\
|
|
2213
|
+
"name": "classes",
|
|
2214
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2127
2215
|
},
|
|
2128
2216
|
{
|
|
2129
|
-
"name": "
|
|
2130
|
-
"description": "Default:
|
|
2217
|
+
"name": "styles",
|
|
2218
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2131
2219
|
}
|
|
2132
2220
|
]
|
|
2133
2221
|
},
|
|
2134
2222
|
{
|
|
2135
|
-
"name": "a-input-
|
|
2136
|
-
"description": "(ZH)
|
|
2223
|
+
"name": "a-input-search",
|
|
2224
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2137
2225
|
"attributes": [
|
|
2138
2226
|
{
|
|
2139
|
-
"name": "
|
|
2140
|
-
"description": "Default: -\n\
|
|
2227
|
+
"name": "classes",
|
|
2228
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2141
2229
|
},
|
|
2142
2230
|
{
|
|
2143
|
-
"name": "
|
|
2144
|
-
"description": "Default:
|
|
2231
|
+
"name": "enter-button",
|
|
2232
|
+
"description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
|
|
2145
2233
|
},
|
|
2146
2234
|
{
|
|
2147
|
-
"name": "
|
|
2148
|
-
"description": "Default: false\n\
|
|
2235
|
+
"name": "loading",
|
|
2236
|
+
"description": "Default: false\n\nSearch box with loading"
|
|
2149
2237
|
},
|
|
2150
2238
|
{
|
|
2151
|
-
"name": "
|
|
2152
|
-
"description": "Default: -\n\
|
|
2239
|
+
"name": "styles",
|
|
2240
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2153
2241
|
},
|
|
2154
2242
|
{
|
|
2155
|
-
"name": "
|
|
2156
|
-
"description": "Default:
|
|
2157
|
-
}
|
|
2243
|
+
"name": "variant",
|
|
2244
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2245
|
+
}
|
|
2246
|
+
]
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "a-input-password",
|
|
2250
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2251
|
+
"attributes": [
|
|
2158
2252
|
{
|
|
2159
|
-
"name": "
|
|
2160
|
-
"description": "Default: -\n\
|
|
2253
|
+
"name": "classes",
|
|
2254
|
+
"description": "Default: -\n\nSemantic DOM class"
|
|
2161
2255
|
},
|
|
2162
2256
|
{
|
|
2163
|
-
"name": "
|
|
2164
|
-
"description": "Default:
|
|
2257
|
+
"name": "icon-render",
|
|
2258
|
+
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
2165
2259
|
},
|
|
2166
2260
|
{
|
|
2167
|
-
"name": "
|
|
2168
|
-
"description": "Default: -\n\
|
|
2261
|
+
"name": "styles",
|
|
2262
|
+
"description": "Default: -\n\nSemantic DOM style"
|
|
2169
2263
|
},
|
|
2170
2264
|
{
|
|
2171
2265
|
"name": "variant",
|
|
2172
2266
|
"description": "Default: outlined\n\nVariants of Input"
|
|
2173
2267
|
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "visibility-toggle",
|
|
2270
|
+
"description": "Default: true\n\nWhether show toggle button or control password visible"
|
|
2271
|
+
}
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "a-input-otp",
|
|
2276
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2277
|
+
"attributes": [
|
|
2174
2278
|
{
|
|
2175
2279
|
"name": "classes",
|
|
2176
2280
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2177
2281
|
},
|
|
2282
|
+
{
|
|
2283
|
+
"name": "default-value",
|
|
2284
|
+
"description": "Default: -\n\nDefault value"
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "disabled",
|
|
2288
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"name": "formatter",
|
|
2292
|
+
"description": "Default: -\n\nFormat display, blank fields will be filled with"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "separator",
|
|
2296
|
+
"description": "Default: -\n\nrender the separator after the input box of the specified index"
|
|
2297
|
+
},
|
|
2178
2298
|
{
|
|
2179
2299
|
"name": "styles",
|
|
2180
2300
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2181
2301
|
},
|
|
2182
2302
|
{
|
|
2183
|
-
"name": "
|
|
2184
|
-
"description": "Default:
|
|
2303
|
+
"name": "mask",
|
|
2304
|
+
"description": "Default: false\n\nCustom display, the original value will not be modified"
|
|
2185
2305
|
},
|
|
2186
2306
|
{
|
|
2187
|
-
"name": "
|
|
2188
|
-
"description": "Default:
|
|
2307
|
+
"name": "length",
|
|
2308
|
+
"description": "Default: 6\n\nThe number of input elements"
|
|
2189
2309
|
},
|
|
2190
2310
|
{
|
|
2191
|
-
"name": "
|
|
2192
|
-
"description": "Default:
|
|
2311
|
+
"name": "status",
|
|
2312
|
+
"description": "Default: -\n\nSet validation status"
|
|
2193
2313
|
},
|
|
2194
2314
|
{
|
|
2195
|
-
"name": "
|
|
2196
|
-
"description": "Default:
|
|
2315
|
+
"name": "size",
|
|
2316
|
+
"description": "Default: middle\n\nThe size of the input box"
|
|
2197
2317
|
},
|
|
2198
2318
|
{
|
|
2199
|
-
"name": "
|
|
2200
|
-
"description": "Default:
|
|
2319
|
+
"name": "variant",
|
|
2320
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "value",
|
|
2324
|
+
"description": "Default: -\n\nThe input content value"
|
|
2201
2325
|
}
|
|
2202
2326
|
]
|
|
2203
2327
|
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "a-types",
|
|
2330
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2331
|
+
"attributes": []
|
|
2332
|
+
},
|
|
2204
2333
|
{
|
|
2205
2334
|
"name": "a-layout",
|
|
2206
2335
|
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
@@ -2261,42 +2390,166 @@
|
|
|
2261
2390
|
}
|
|
2262
2391
|
]
|
|
2263
2392
|
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "a-mentions",
|
|
2395
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2396
|
+
"attributes": [
|
|
2397
|
+
{
|
|
2398
|
+
"name": "loading",
|
|
2399
|
+
"description": "Default: -\n\n-"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "status",
|
|
2403
|
+
"description": "Default: -\n\nSet validation status"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "options",
|
|
2407
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "popup-class-name",
|
|
2411
|
+
"description": "Default: -\n\n-"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"name": "popup-render",
|
|
2415
|
+
"description": "Default: -\n\nCustomize the dropdown menu rendering"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "variant",
|
|
2419
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"name": "classes",
|
|
2423
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"name": "styles",
|
|
2427
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"name": "size",
|
|
2431
|
+
"description": "Default: -\n\n-"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "label-render",
|
|
2435
|
+
"description": "Default: -\n\n-"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "allow-clear",
|
|
2439
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"name": "disabled",
|
|
2443
|
+
"description": "Default: -\n\n-"
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "a-masonry",
|
|
2449
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2450
|
+
"attributes": [
|
|
2451
|
+
{
|
|
2452
|
+
"name": "classes",
|
|
2453
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "styles",
|
|
2457
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "columns",
|
|
2461
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "fresh",
|
|
2465
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "gutter",
|
|
2469
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "items",
|
|
2473
|
+
"description": "Default: -\n\nMasonry items"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "item-render",
|
|
2477
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2478
|
+
}
|
|
2479
|
+
]
|
|
2480
|
+
},
|
|
2264
2481
|
{
|
|
2265
2482
|
"name": "a-listy",
|
|
2266
2483
|
"description": "(ZH) 高性能列表,支持分组,并可为长列表开启虚拟滚动。\n\n(EN) A high-performance list that supports grouping and can virtualize long data sets.",
|
|
2267
2484
|
"attributes": []
|
|
2268
2485
|
},
|
|
2269
2486
|
{
|
|
2270
|
-
"name": "a-
|
|
2271
|
-
"description": "(ZH)
|
|
2487
|
+
"name": "a-input-number",
|
|
2488
|
+
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2272
2489
|
"attributes": [
|
|
2490
|
+
{
|
|
2491
|
+
"name": "size",
|
|
2492
|
+
"description": "Default: -\n\nThe height of input box"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "status",
|
|
2496
|
+
"description": "Default: -\n\nSet validation status"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "disabled",
|
|
2500
|
+
"description": "Default: false\n\nIf the input is disabled"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "addon-before",
|
|
2504
|
+
"description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"name": "addon-after",
|
|
2508
|
+
"description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "prefix",
|
|
2512
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"name": "suffix",
|
|
2516
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "bordered",
|
|
2520
|
+
"description": "Default: -\n\nDeprecated."
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"name": "variant",
|
|
2524
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2525
|
+
},
|
|
2273
2526
|
{
|
|
2274
2527
|
"name": "classes",
|
|
2275
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2528
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2276
2529
|
},
|
|
2277
2530
|
{
|
|
2278
2531
|
"name": "styles",
|
|
2279
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2532
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2280
2533
|
},
|
|
2281
2534
|
{
|
|
2282
|
-
"name": "
|
|
2283
|
-
"description": "Default:
|
|
2535
|
+
"name": "controls",
|
|
2536
|
+
"description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
|
|
2284
2537
|
},
|
|
2285
2538
|
{
|
|
2286
|
-
"name": "
|
|
2287
|
-
"description": "Default:
|
|
2539
|
+
"name": "type",
|
|
2540
|
+
"description": "Default: -\n\n-"
|
|
2288
2541
|
},
|
|
2289
2542
|
{
|
|
2290
|
-
"name": "
|
|
2291
|
-
"description": "Default:
|
|
2543
|
+
"name": "max",
|
|
2544
|
+
"description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
|
|
2292
2545
|
},
|
|
2293
2546
|
{
|
|
2294
|
-
"name": "
|
|
2295
|
-
"description": "Default:
|
|
2547
|
+
"name": "min",
|
|
2548
|
+
"description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
|
|
2296
2549
|
},
|
|
2297
2550
|
{
|
|
2298
|
-
"name": "
|
|
2299
|
-
"description": "Default:
|
|
2551
|
+
"name": "step",
|
|
2552
|
+
"description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
|
|
2300
2553
|
}
|
|
2301
2554
|
]
|
|
2302
2555
|
},
|
|
@@ -2410,205 +2663,6 @@
|
|
|
2410
2663
|
}
|
|
2411
2664
|
]
|
|
2412
2665
|
},
|
|
2413
|
-
{
|
|
2414
|
-
"name": "a-input",
|
|
2415
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2416
|
-
"attributes": [
|
|
2417
|
-
{
|
|
2418
|
-
"name": "allow-clear",
|
|
2419
|
-
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"name": "classes",
|
|
2423
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "count",
|
|
2427
|
-
"description": "Default: -\n\nCharacter count config"
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"name": "default-value",
|
|
2431
|
-
"description": "Default: -\n\nThe initial input content"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"name": "disabled",
|
|
2435
|
-
"description": "Default: false\n\nWhether the input is disabled"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"name": "id",
|
|
2439
|
-
"description": "Default: -\n\nThe ID for input"
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "maxlength",
|
|
2443
|
-
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"name": "prefix",
|
|
2447
|
-
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "show-count",
|
|
2451
|
-
"description": "Default: false\n\nWhether to show character count"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"name": "status",
|
|
2455
|
-
"description": "Default: -\n\nSet validation status"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"name": "styles",
|
|
2459
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "size",
|
|
2463
|
-
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"name": "suffix",
|
|
2467
|
-
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"name": "type",
|
|
2471
|
-
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"name": "value",
|
|
2475
|
-
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"name": "variant",
|
|
2479
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "a-text-area",
|
|
2485
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2486
|
-
"attributes": [
|
|
2487
|
-
{
|
|
2488
|
-
"name": "auto-size",
|
|
2489
|
-
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "classes",
|
|
2493
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "styles",
|
|
2497
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2498
|
-
}
|
|
2499
|
-
]
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "a-input-search",
|
|
2503
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2504
|
-
"attributes": [
|
|
2505
|
-
{
|
|
2506
|
-
"name": "classes",
|
|
2507
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"name": "enter-button",
|
|
2511
|
-
"description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "loading",
|
|
2515
|
-
"description": "Default: false\n\nSearch box with loading"
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"name": "styles",
|
|
2519
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"name": "variant",
|
|
2523
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2524
|
-
}
|
|
2525
|
-
]
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"name": "a-input-password",
|
|
2529
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2530
|
-
"attributes": [
|
|
2531
|
-
{
|
|
2532
|
-
"name": "classes",
|
|
2533
|
-
"description": "Default: -\n\nSemantic DOM class"
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"name": "icon-render",
|
|
2537
|
-
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"name": "styles",
|
|
2541
|
-
"description": "Default: -\n\nSemantic DOM style"
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "variant",
|
|
2545
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"name": "visibility-toggle",
|
|
2549
|
-
"description": "Default: true\n\nWhether show toggle button or control password visible"
|
|
2550
|
-
}
|
|
2551
|
-
]
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"name": "a-input-otp",
|
|
2555
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2556
|
-
"attributes": [
|
|
2557
|
-
{
|
|
2558
|
-
"name": "classes",
|
|
2559
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "default-value",
|
|
2563
|
-
"description": "Default: -\n\nDefault value"
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"name": "disabled",
|
|
2567
|
-
"description": "Default: false\n\nWhether the input is disabled"
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"name": "formatter",
|
|
2571
|
-
"description": "Default: -\n\nFormat display, blank fields will be filled with"
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"name": "separator",
|
|
2575
|
-
"description": "Default: -\n\nrender the separator after the input box of the specified index"
|
|
2576
|
-
},
|
|
2577
|
-
{
|
|
2578
|
-
"name": "styles",
|
|
2579
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "mask",
|
|
2583
|
-
"description": "Default: false\n\nCustom display, the original value will not be modified"
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"name": "length",
|
|
2587
|
-
"description": "Default: 6\n\nThe number of input elements"
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"name": "status",
|
|
2591
|
-
"description": "Default: -\n\nSet validation status"
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "size",
|
|
2595
|
-
"description": "Default: middle\n\nThe size of the input box"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"name": "variant",
|
|
2599
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "value",
|
|
2603
|
-
"description": "Default: -\n\nThe input content value"
|
|
2604
|
-
}
|
|
2605
|
-
]
|
|
2606
|
-
},
|
|
2607
|
-
{
|
|
2608
|
-
"name": "a-types",
|
|
2609
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2610
|
-
"attributes": []
|
|
2611
|
-
},
|
|
2612
2666
|
{
|
|
2613
2667
|
"name": "a-static-methods",
|
|
2614
2668
|
"description": "Prompt notification message globally.",
|
|
@@ -2916,28 +2970,6 @@
|
|
|
2916
2970
|
}
|
|
2917
2971
|
]
|
|
2918
2972
|
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "a-popover",
|
|
2921
|
-
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2922
|
-
"attributes": [
|
|
2923
|
-
{
|
|
2924
|
-
"name": "title",
|
|
2925
|
-
"description": "Default: -\n\nTitle of the card"
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "content",
|
|
2929
|
-
"description": "Default: -\n\nContent of the card"
|
|
2930
|
-
},
|
|
2931
|
-
{
|
|
2932
|
-
"name": "classes",
|
|
2933
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2934
|
-
},
|
|
2935
|
-
{
|
|
2936
|
-
"name": "styles",
|
|
2937
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2938
|
-
}
|
|
2939
|
-
]
|
|
2940
|
-
},
|
|
2941
2973
|
{
|
|
2942
2974
|
"name": "a-popconfirm",
|
|
2943
2975
|
"description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
|
|
@@ -2993,19 +3025,26 @@
|
|
|
2993
3025
|
]
|
|
2994
3026
|
},
|
|
2995
3027
|
{
|
|
2996
|
-
"name": "a-
|
|
2997
|
-
"description": "(ZH)
|
|
2998
|
-
"attributes": [
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3028
|
+
"name": "a-popover",
|
|
3029
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
3030
|
+
"attributes": [
|
|
3031
|
+
{
|
|
3032
|
+
"name": "title",
|
|
3033
|
+
"description": "Default: -\n\nTitle of the card"
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"name": "content",
|
|
3037
|
+
"description": "Default: -\n\nContent of the card"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "classes",
|
|
3041
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "styles",
|
|
3045
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3046
|
+
}
|
|
3047
|
+
]
|
|
3009
3048
|
},
|
|
3010
3049
|
{
|
|
3011
3050
|
"name": "a-progress",
|
|
@@ -3227,6 +3266,48 @@
|
|
|
3227
3266
|
}
|
|
3228
3267
|
]
|
|
3229
3268
|
},
|
|
3269
|
+
{
|
|
3270
|
+
"name": "a-rate",
|
|
3271
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3272
|
+
"attributes": [
|
|
3273
|
+
{
|
|
3274
|
+
"name": "allow-clear",
|
|
3275
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"name": "allow-half",
|
|
3279
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "character",
|
|
3283
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "count",
|
|
3287
|
+
"description": "Default: 5\n\nStar count"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "disabled",
|
|
3291
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"name": "keyboard",
|
|
3295
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "size",
|
|
3299
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "tooltips",
|
|
3303
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"name": "value",
|
|
3307
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3308
|
+
}
|
|
3309
|
+
]
|
|
3310
|
+
},
|
|
3230
3311
|
{
|
|
3231
3312
|
"name": "a-result",
|
|
3232
3313
|
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
@@ -3262,98 +3343,246 @@
|
|
|
3262
3343
|
]
|
|
3263
3344
|
},
|
|
3264
3345
|
{
|
|
3265
|
-
"name": "a-
|
|
3266
|
-
"description": "(ZH)
|
|
3346
|
+
"name": "a-segmented",
|
|
3347
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3348
|
+
"attributes": [
|
|
3349
|
+
{
|
|
3350
|
+
"name": "block",
|
|
3351
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"name": "classes",
|
|
3355
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"name": "default-value",
|
|
3359
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "disabled",
|
|
3363
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"name": "options",
|
|
3367
|
+
"description": "Default: []\n\nSet children optional"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "orientation",
|
|
3371
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "size",
|
|
3375
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "styles",
|
|
3379
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"name": "vertical",
|
|
3383
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "value",
|
|
3387
|
+
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "shape",
|
|
3391
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "name",
|
|
3395
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3396
|
+
}
|
|
3397
|
+
]
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "a-select",
|
|
3401
|
+
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
3267
3402
|
"attributes": [
|
|
3268
3403
|
{
|
|
3269
3404
|
"name": "allow-clear",
|
|
3270
|
-
"description": "Default:
|
|
3405
|
+
"description": "Default: false\n\nShow clear button"
|
|
3271
3406
|
},
|
|
3272
3407
|
{
|
|
3273
|
-
"name": "
|
|
3274
|
-
"description": "Default:
|
|
3408
|
+
"name": "auto-clear-search-value",
|
|
3409
|
+
"description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
|
|
3275
3410
|
},
|
|
3276
3411
|
{
|
|
3277
|
-
"name": "
|
|
3278
|
-
"description": "Default: -\n\
|
|
3412
|
+
"name": "classes",
|
|
3413
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3279
3414
|
},
|
|
3280
3415
|
{
|
|
3281
|
-
"name": "
|
|
3282
|
-
"description": "Default:
|
|
3416
|
+
"name": "default-active-first-option",
|
|
3417
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
3283
3418
|
},
|
|
3284
3419
|
{
|
|
3285
3420
|
"name": "disabled",
|
|
3286
|
-
"description": "Default: false\n\
|
|
3421
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
3287
3422
|
},
|
|
3288
3423
|
{
|
|
3289
|
-
"name": "
|
|
3290
|
-
"description": "Default:
|
|
3424
|
+
"name": "dropdown-class-name",
|
|
3425
|
+
"description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3291
3426
|
},
|
|
3292
3427
|
{
|
|
3293
|
-
"name": "
|
|
3294
|
-
"description": "Default:
|
|
3428
|
+
"name": "dropdown-match-select-width",
|
|
3429
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "dropdown-render",
|
|
3433
|
+
"description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "dropdown-style",
|
|
3437
|
+
"description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"name": "field-names",
|
|
3441
|
+
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "filter-option",
|
|
3445
|
+
"description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"name": "filter-sort",
|
|
3449
|
+
"description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "get-popup-container",
|
|
3453
|
+
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "label-in-value",
|
|
3457
|
+
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "list-height",
|
|
3461
|
+
"description": "Default: 256\n\nConfig popup height"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "loading",
|
|
3465
|
+
"description": "Default: false\n\nIndicate loading state"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "max-count",
|
|
3469
|
+
"description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "max-tag-count",
|
|
3473
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "max-tag-placeholder",
|
|
3477
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"name": "max-tag-text-length",
|
|
3481
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "menu-item-selected-icon",
|
|
3485
|
+
"description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "mode",
|
|
3489
|
+
"description": "Default: -\n\nSet mode of Select"
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "not-found-content",
|
|
3493
|
+
"description": "Default: No data\n\nSpecify content to show when no result matches"
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"name": "open",
|
|
3497
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"name": "option-filter-prop",
|
|
3501
|
+
"description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"name": "options",
|
|
3505
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"name": "option-render",
|
|
3509
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "placeholder",
|
|
3513
|
+
"description": "Default: -\n\nThe placeholder of select"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "placement",
|
|
3517
|
+
"description": "Default: bottomLeft\n\nThe position where the selection box pops up"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "popup-class-name",
|
|
3521
|
+
"description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "popup-match-select-width",
|
|
3525
|
+
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
"name": "popup-render",
|
|
3529
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
3295
3530
|
},
|
|
3296
3531
|
{
|
|
3297
|
-
"name": "
|
|
3298
|
-
"description": "Default: -\n\
|
|
3532
|
+
"name": "prefix",
|
|
3533
|
+
"description": "Default: -\n\nThe custom prefix"
|
|
3299
3534
|
},
|
|
3300
3535
|
{
|
|
3301
|
-
"name": "
|
|
3302
|
-
"description": "Default: -\n\nThe
|
|
3303
|
-
}
|
|
3304
|
-
]
|
|
3305
|
-
},
|
|
3306
|
-
{
|
|
3307
|
-
"name": "a-mentions",
|
|
3308
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
3309
|
-
"attributes": [
|
|
3536
|
+
"name": "remove-icon",
|
|
3537
|
+
"description": "Default: -\n\nThe custom remove icon"
|
|
3538
|
+
},
|
|
3310
3539
|
{
|
|
3311
|
-
"name": "
|
|
3312
|
-
"description": "Default: -\n\
|
|
3540
|
+
"name": "search-value",
|
|
3541
|
+
"description": "Default: -\n\nThe current input \"search\" text"
|
|
3313
3542
|
},
|
|
3314
3543
|
{
|
|
3315
|
-
"name": "
|
|
3316
|
-
"description": "Default:
|
|
3544
|
+
"name": "show-search",
|
|
3545
|
+
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3317
3546
|
},
|
|
3318
3547
|
{
|
|
3319
|
-
"name": "
|
|
3320
|
-
"description": "Default:
|
|
3548
|
+
"name": "size",
|
|
3549
|
+
"description": "Default: -\n\nSize of Select input"
|
|
3321
3550
|
},
|
|
3322
3551
|
{
|
|
3323
|
-
"name": "
|
|
3324
|
-
"description": "Default: -\n\
|
|
3552
|
+
"name": "status",
|
|
3553
|
+
"description": "Default: -\n\nSet validation status"
|
|
3325
3554
|
},
|
|
3326
3555
|
{
|
|
3327
|
-
"name": "
|
|
3328
|
-
"description": "Default: -\n\nCustomize the
|
|
3556
|
+
"name": "styles",
|
|
3557
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3329
3558
|
},
|
|
3330
3559
|
{
|
|
3331
|
-
"name": "
|
|
3332
|
-
"description": "Default:
|
|
3560
|
+
"name": "suffix-icon",
|
|
3561
|
+
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3333
3562
|
},
|
|
3334
3563
|
{
|
|
3335
|
-
"name": "
|
|
3336
|
-
"description": "Default: -\n\nCustomize
|
|
3564
|
+
"name": "tag-render",
|
|
3565
|
+
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3337
3566
|
},
|
|
3338
3567
|
{
|
|
3339
|
-
"name": "
|
|
3340
|
-
"description": "Default: -\n\nCustomize
|
|
3568
|
+
"name": "label-render",
|
|
3569
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
3341
3570
|
},
|
|
3342
3571
|
{
|
|
3343
|
-
"name": "
|
|
3344
|
-
"description": "Default: -\n\
|
|
3572
|
+
"name": "token-separators",
|
|
3573
|
+
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3345
3574
|
},
|
|
3346
3575
|
{
|
|
3347
|
-
"name": "
|
|
3348
|
-
"description": "Default: -\n\
|
|
3576
|
+
"name": "value",
|
|
3577
|
+
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3349
3578
|
},
|
|
3350
3579
|
{
|
|
3351
|
-
"name": "
|
|
3352
|
-
"description": "Default:
|
|
3580
|
+
"name": "variant",
|
|
3581
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
3353
3582
|
},
|
|
3354
3583
|
{
|
|
3355
|
-
"name": "
|
|
3356
|
-
"description": "Default:
|
|
3584
|
+
"name": "virtual",
|
|
3585
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3357
3586
|
}
|
|
3358
3587
|
]
|
|
3359
3588
|
},
|
|
@@ -3534,246 +3763,76 @@
|
|
|
3534
3763
|
]
|
|
3535
3764
|
},
|
|
3536
3765
|
{
|
|
3537
|
-
"name": "a-
|
|
3538
|
-
"description": "(ZH)
|
|
3766
|
+
"name": "a-slider",
|
|
3767
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3539
3768
|
"attributes": [
|
|
3540
|
-
{
|
|
3541
|
-
"name": "allow-clear",
|
|
3542
|
-
"description": "Default: false\n\nShow clear button"
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"name": "auto-clear-search-value",
|
|
3546
|
-
"description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
|
|
3547
|
-
},
|
|
3548
3769
|
{
|
|
3549
3770
|
"name": "classes",
|
|
3550
3771
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3551
3772
|
},
|
|
3552
3773
|
{
|
|
3553
|
-
"name": "default-
|
|
3554
|
-
"description": "Default:
|
|
3774
|
+
"name": "default-value",
|
|
3775
|
+
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3555
3776
|
},
|
|
3556
3777
|
{
|
|
3557
3778
|
"name": "disabled",
|
|
3558
|
-
"description": "Default: false\n\
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "dropdown-class-name",
|
|
3562
|
-
"description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"name": "dropdown-match-select-width",
|
|
3566
|
-
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3567
|
-
},
|
|
3568
|
-
{
|
|
3569
|
-
"name": "dropdown-render",
|
|
3570
|
-
"description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"name": "dropdown-style",
|
|
3574
|
-
"description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"name": "field-names",
|
|
3578
|
-
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"name": "filter-option",
|
|
3582
|
-
"description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"name": "filter-sort",
|
|
3586
|
-
"description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"name": "get-popup-container",
|
|
3590
|
-
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
|
|
3591
|
-
},
|
|
3592
|
-
{
|
|
3593
|
-
"name": "label-in-value",
|
|
3594
|
-
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"name": "list-height",
|
|
3598
|
-
"description": "Default: 256\n\nConfig popup height"
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"name": "loading",
|
|
3602
|
-
"description": "Default: false\n\nIndicate loading state"
|
|
3603
|
-
},
|
|
3604
|
-
{
|
|
3605
|
-
"name": "max-count",
|
|
3606
|
-
"description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"name": "max-tag-count",
|
|
3610
|
-
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
3611
|
-
},
|
|
3612
|
-
{
|
|
3613
|
-
"name": "max-tag-placeholder",
|
|
3614
|
-
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
3615
|
-
},
|
|
3616
|
-
{
|
|
3617
|
-
"name": "max-tag-text-length",
|
|
3618
|
-
"description": "Default: -\n\nMax tag text length to show"
|
|
3619
|
-
},
|
|
3620
|
-
{
|
|
3621
|
-
"name": "menu-item-selected-icon",
|
|
3622
|
-
"description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"name": "mode",
|
|
3626
|
-
"description": "Default: -\n\nSet mode of Select"
|
|
3627
|
-
},
|
|
3628
|
-
{
|
|
3629
|
-
"name": "not-found-content",
|
|
3630
|
-
"description": "Default: No data\n\nSpecify content to show when no result matches"
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"name": "open",
|
|
3634
|
-
"description": "Default: -\n\nControlled open state of dropdown"
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"name": "option-filter-prop",
|
|
3638
|
-
"description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
|
|
3639
|
-
},
|
|
3640
|
-
{
|
|
3641
|
-
"name": "options",
|
|
3642
|
-
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
3643
|
-
},
|
|
3644
|
-
{
|
|
3645
|
-
"name": "option-render",
|
|
3646
|
-
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"name": "placeholder",
|
|
3650
|
-
"description": "Default: -\n\nThe placeholder of select"
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"name": "placement",
|
|
3654
|
-
"description": "Default: bottomLeft\n\nThe position where the selection box pops up"
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"name": "popup-class-name",
|
|
3658
|
-
"description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"name": "popup-match-select-width",
|
|
3662
|
-
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"name": "popup-render",
|
|
3666
|
-
"description": "Default: -\n\nCustomize dropdown content"
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"name": "prefix",
|
|
3670
|
-
"description": "Default: -\n\nThe custom prefix"
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"name": "remove-icon",
|
|
3674
|
-
"description": "Default: -\n\nThe custom remove icon"
|
|
3675
|
-
},
|
|
3676
|
-
{
|
|
3677
|
-
"name": "search-value",
|
|
3678
|
-
"description": "Default: -\n\nThe current input \"search\" text"
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"name": "show-search",
|
|
3682
|
-
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"name": "size",
|
|
3686
|
-
"description": "Default: -\n\nSize of Select input"
|
|
3687
|
-
},
|
|
3688
|
-
{
|
|
3689
|
-
"name": "status",
|
|
3690
|
-
"description": "Default: -\n\nSet validation status"
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"name": "styles",
|
|
3694
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"name": "suffix-icon",
|
|
3698
|
-
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3699
|
-
},
|
|
3700
|
-
{
|
|
3701
|
-
"name": "tag-render",
|
|
3702
|
-
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"name": "label-render",
|
|
3706
|
-
"description": "Default: -\n\nCustomize selected label render"
|
|
3707
|
-
},
|
|
3708
|
-
{
|
|
3709
|
-
"name": "token-separators",
|
|
3710
|
-
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
"name": "value",
|
|
3714
|
-
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3779
|
+
"description": "Default: false\n\nIf true, the slider will not be interactive. Pass boolean[] to disable specific handles individually in Range mode"
|
|
3715
3780
|
},
|
|
3716
3781
|
{
|
|
3717
|
-
"name": "
|
|
3718
|
-
"description": "Default:
|
|
3782
|
+
"name": "dots",
|
|
3783
|
+
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3719
3784
|
},
|
|
3720
3785
|
{
|
|
3721
|
-
"name": "
|
|
3722
|
-
"description": "Default: true\n\
|
|
3723
|
-
}
|
|
3724
|
-
]
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"name": "a-segmented",
|
|
3728
|
-
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3729
|
-
"attributes": [
|
|
3730
|
-
{
|
|
3731
|
-
"name": "block",
|
|
3732
|
-
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3786
|
+
"name": "included",
|
|
3787
|
+
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3733
3788
|
},
|
|
3734
3789
|
{
|
|
3735
|
-
"name": "
|
|
3736
|
-
"description": "Default:
|
|
3790
|
+
"name": "keyboard",
|
|
3791
|
+
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3737
3792
|
},
|
|
3738
3793
|
{
|
|
3739
|
-
"name": "
|
|
3740
|
-
"description": "Default:
|
|
3794
|
+
"name": "marks",
|
|
3795
|
+
"description": "Default: { number: VueNode } | { number: { style: CSSProperties, label: VueNode } }\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
|
|
3741
3796
|
},
|
|
3742
3797
|
{
|
|
3743
|
-
"name": "
|
|
3744
|
-
"description": "Default:
|
|
3798
|
+
"name": "max",
|
|
3799
|
+
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3745
3800
|
},
|
|
3746
3801
|
{
|
|
3747
|
-
"name": "
|
|
3748
|
-
"description": "Default:
|
|
3802
|
+
"name": "min",
|
|
3803
|
+
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3749
3804
|
},
|
|
3750
3805
|
{
|
|
3751
3806
|
"name": "orientation",
|
|
3752
|
-
"description": "Default: horizontal\n\nOrientation"
|
|
3807
|
+
"description": "Default: horizontal\n\nOrientation direction"
|
|
3753
3808
|
},
|
|
3754
3809
|
{
|
|
3755
|
-
"name": "
|
|
3756
|
-
"description": "Default:
|
|
3810
|
+
"name": "range",
|
|
3811
|
+
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3757
3812
|
},
|
|
3758
3813
|
{
|
|
3759
|
-
"name": "
|
|
3760
|
-
"description": "Default:
|
|
3814
|
+
"name": "reverse",
|
|
3815
|
+
"description": "Default: false\n\nReverse the component"
|
|
3761
3816
|
},
|
|
3762
3817
|
{
|
|
3763
|
-
"name": "
|
|
3764
|
-
"description": "Default:
|
|
3818
|
+
"name": "step",
|
|
3819
|
+
"description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
|
|
3765
3820
|
},
|
|
3766
3821
|
{
|
|
3767
|
-
"name": "
|
|
3768
|
-
"description": "Default: -\n\
|
|
3822
|
+
"name": "styles",
|
|
3823
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3769
3824
|
},
|
|
3770
3825
|
{
|
|
3771
|
-
"name": "
|
|
3772
|
-
"description": "Default:
|
|
3826
|
+
"name": "tooltip",
|
|
3827
|
+
"description": "Default: -\n\nThe tooltip related props"
|
|
3773
3828
|
},
|
|
3774
3829
|
{
|
|
3775
|
-
"name": "
|
|
3776
|
-
"description": "Default: -\n\nThe
|
|
3830
|
+
"name": "value",
|
|
3831
|
+
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"name": "vertical",
|
|
3835
|
+
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3777
3836
|
}
|
|
3778
3837
|
]
|
|
3779
3838
|
},
|
|
@@ -3843,126 +3902,135 @@
|
|
|
3843
3902
|
]
|
|
3844
3903
|
},
|
|
3845
3904
|
{
|
|
3846
|
-
"name": "a-
|
|
3847
|
-
"description": "(ZH)
|
|
3905
|
+
"name": "a-splitter",
|
|
3906
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3848
3907
|
"attributes": [
|
|
3849
3908
|
{
|
|
3850
|
-
"name": "
|
|
3851
|
-
"description": "Default:
|
|
3909
|
+
"name": "classes",
|
|
3910
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3852
3911
|
},
|
|
3853
3912
|
{
|
|
3854
|
-
"name": "
|
|
3855
|
-
"description": "Default:
|
|
3913
|
+
"name": "collapsible-icon",
|
|
3914
|
+
"description": "Default: -\n\nCustom collapsible icon"
|
|
3856
3915
|
},
|
|
3857
3916
|
{
|
|
3858
|
-
"name": "
|
|
3859
|
-
"description": "Default: -\n\
|
|
3917
|
+
"name": "dragger-icon",
|
|
3918
|
+
"description": "Default: -\n\nCustom dragger icon"
|
|
3860
3919
|
},
|
|
3861
3920
|
{
|
|
3862
|
-
"name": "
|
|
3863
|
-
"description": "Default:
|
|
3921
|
+
"name": "lazy",
|
|
3922
|
+
"description": "Default: false\n\nLazy rendering mode"
|
|
3864
3923
|
},
|
|
3865
3924
|
{
|
|
3866
|
-
"name": "
|
|
3867
|
-
"description": "Default:
|
|
3925
|
+
"name": "orientation",
|
|
3926
|
+
"description": "Default: horizontal\n\nLayout direction"
|
|
3868
3927
|
},
|
|
3869
3928
|
{
|
|
3870
|
-
"name": "
|
|
3871
|
-
"description": "Default: -\n\
|
|
3929
|
+
"name": "styles",
|
|
3930
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3872
3931
|
},
|
|
3873
3932
|
{
|
|
3874
|
-
"name": "
|
|
3875
|
-
"description": "Default:
|
|
3933
|
+
"name": "vertical",
|
|
3934
|
+
"description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
|
|
3935
|
+
}
|
|
3936
|
+
]
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "a-splitter-panel",
|
|
3940
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3941
|
+
"attributes": [
|
|
3942
|
+
{
|
|
3943
|
+
"name": "collapsible",
|
|
3944
|
+
"description": "Default: false\n\nEnable collapsible"
|
|
3876
3945
|
},
|
|
3877
3946
|
{
|
|
3878
|
-
"name": "
|
|
3879
|
-
"description": "Default:
|
|
3947
|
+
"name": "default-size",
|
|
3948
|
+
"description": "Default: -\n\nInitial panel size, supports px and percentage"
|
|
3880
3949
|
},
|
|
3881
3950
|
{
|
|
3882
|
-
"name": "
|
|
3883
|
-
"description": "Default: -\n\
|
|
3951
|
+
"name": "max",
|
|
3952
|
+
"description": "Default: -\n\nMaximum threshold, supports px and percentage"
|
|
3884
3953
|
},
|
|
3885
3954
|
{
|
|
3886
|
-
"name": "
|
|
3887
|
-
"description": "Default: -\n\
|
|
3955
|
+
"name": "min",
|
|
3956
|
+
"description": "Default: -\n\nMinimum threshold, supports px and percentage"
|
|
3888
3957
|
},
|
|
3889
3958
|
{
|
|
3890
|
-
"name": "
|
|
3891
|
-
"description": "Default:
|
|
3959
|
+
"name": "resizable",
|
|
3960
|
+
"description": "Default: true\n\nWhether to enable resize"
|
|
3892
3961
|
},
|
|
3893
3962
|
{
|
|
3894
|
-
"name": "
|
|
3895
|
-
"description": "Default: -\n\
|
|
3963
|
+
"name": "size",
|
|
3964
|
+
"description": "Default: -\n\nControlled panel size, supports px and percentage"
|
|
3896
3965
|
}
|
|
3897
3966
|
]
|
|
3898
3967
|
},
|
|
3899
3968
|
{
|
|
3900
|
-
"name": "a-
|
|
3901
|
-
"description": "(ZH)
|
|
3969
|
+
"name": "a-args-props",
|
|
3970
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
3971
|
+
"attributes": []
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "a-notification-use-notification",
|
|
3975
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
3976
|
+
"attributes": []
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"name": "a-closable-type",
|
|
3980
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
3981
|
+
"attributes": []
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"name": "a-spin",
|
|
3985
|
+
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3902
3986
|
"attributes": [
|
|
3903
3987
|
{
|
|
3904
|
-
"name": "
|
|
3905
|
-
"description": "Default:
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"name": "current",
|
|
3909
|
-
"description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
|
|
3988
|
+
"name": "spinning",
|
|
3989
|
+
"description": "Default: true\n\nWhether Spin is visible"
|
|
3910
3990
|
},
|
|
3911
3991
|
{
|
|
3912
|
-
"name": "
|
|
3913
|
-
"description": "Default:
|
|
3992
|
+
"name": "size",
|
|
3993
|
+
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3914
3994
|
},
|
|
3915
3995
|
{
|
|
3916
|
-
"name": "
|
|
3917
|
-
"description": "Default:
|
|
3996
|
+
"name": "~~tip~~",
|
|
3997
|
+
"description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
|
|
3918
3998
|
},
|
|
3919
3999
|
{
|
|
3920
|
-
"name": "
|
|
3921
|
-
"description": "Default:
|
|
4000
|
+
"name": "description",
|
|
4001
|
+
"description": "Default: -\n\nCustomize description content"
|
|
3922
4002
|
},
|
|
3923
4003
|
{
|
|
3924
|
-
"name": "
|
|
3925
|
-
"description": "Default: -\n\
|
|
4004
|
+
"name": "delay",
|
|
4005
|
+
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3926
4006
|
},
|
|
3927
4007
|
{
|
|
3928
|
-
"name": "
|
|
3929
|
-
"description": "Default:
|
|
4008
|
+
"name": "wrapper-class-name",
|
|
4009
|
+
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3930
4010
|
},
|
|
3931
4011
|
{
|
|
3932
|
-
"name": "
|
|
3933
|
-
"description": "Default: -\n\
|
|
4012
|
+
"name": "indicator",
|
|
4013
|
+
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3934
4014
|
},
|
|
3935
4015
|
{
|
|
3936
|
-
"name": "
|
|
3937
|
-
"description": "Default: false\n\
|
|
4016
|
+
"name": "fullscreen",
|
|
4017
|
+
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3938
4018
|
},
|
|
3939
4019
|
{
|
|
3940
|
-
"name": "
|
|
3941
|
-
"description": "Default:
|
|
4020
|
+
"name": "percent",
|
|
4021
|
+
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3942
4022
|
},
|
|
3943
4023
|
{
|
|
3944
|
-
"name": "
|
|
3945
|
-
"description": "Default:
|
|
4024
|
+
"name": "root-class",
|
|
4025
|
+
"description": "Default: -\n\nRoot container class"
|
|
3946
4026
|
},
|
|
3947
4027
|
{
|
|
3948
|
-
"name": "
|
|
3949
|
-
"description": "Default:
|
|
4028
|
+
"name": "classes",
|
|
4029
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3950
4030
|
},
|
|
3951
4031
|
{
|
|
3952
4032
|
"name": "styles",
|
|
3953
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
"name": "title-placement",
|
|
3957
|
-
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"name": "type",
|
|
3961
|
-
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
"name": "variant",
|
|
3965
|
-
"description": "Default: filled\n\nConfig style variant"
|
|
4033
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3966
4034
|
}
|
|
3967
4035
|
]
|
|
3968
4036
|
},
|
|
@@ -4026,128 +4094,134 @@
|
|
|
4026
4094
|
"attributes": []
|
|
4027
4095
|
},
|
|
4028
4096
|
{
|
|
4029
|
-
"name": "a-
|
|
4030
|
-
"description": "(ZH)
|
|
4097
|
+
"name": "a-switch",
|
|
4098
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
4031
4099
|
"attributes": [
|
|
4032
4100
|
{
|
|
4033
|
-
"name": "
|
|
4034
|
-
"description": "Default:
|
|
4101
|
+
"name": "auto-focus",
|
|
4102
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4035
4103
|
},
|
|
4036
4104
|
{
|
|
4037
|
-
"name": "
|
|
4038
|
-
"description": "Default:
|
|
4105
|
+
"name": "checked",
|
|
4106
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4039
4107
|
},
|
|
4040
4108
|
{
|
|
4041
|
-
"name": "
|
|
4042
|
-
"description": "Default: -\n\
|
|
4109
|
+
"name": "checked-children",
|
|
4110
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4043
4111
|
},
|
|
4044
4112
|
{
|
|
4045
|
-
"name": "
|
|
4046
|
-
"description": "Default:
|
|
4113
|
+
"name": "checked-value",
|
|
4114
|
+
"description": "Default: true\n\nThe value when checked"
|
|
4047
4115
|
},
|
|
4048
4116
|
{
|
|
4049
|
-
"name": "
|
|
4050
|
-
"description": "Default:
|
|
4117
|
+
"name": "classes",
|
|
4118
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4051
4119
|
},
|
|
4052
4120
|
{
|
|
4053
|
-
"name": "
|
|
4054
|
-
"description": "Default:
|
|
4121
|
+
"name": "default-checked",
|
|
4122
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
4055
4123
|
},
|
|
4056
4124
|
{
|
|
4057
|
-
"name": "
|
|
4058
|
-
"description": "Default:
|
|
4059
|
-
}
|
|
4060
|
-
]
|
|
4061
|
-
},
|
|
4062
|
-
{
|
|
4063
|
-
"name": "a-splitter-panel",
|
|
4064
|
-
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
4065
|
-
"attributes": [
|
|
4125
|
+
"name": "default-value",
|
|
4126
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4127
|
+
},
|
|
4066
4128
|
{
|
|
4067
|
-
"name": "
|
|
4068
|
-
"description": "Default: false\n\
|
|
4129
|
+
"name": "disabled",
|
|
4130
|
+
"description": "Default: false\n\nDisable switch"
|
|
4069
4131
|
},
|
|
4070
4132
|
{
|
|
4071
|
-
"name": "
|
|
4072
|
-
"description": "Default:
|
|
4133
|
+
"name": "loading",
|
|
4134
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
4073
4135
|
},
|
|
4074
4136
|
{
|
|
4075
|
-
"name": "
|
|
4076
|
-
"description": "Default:
|
|
4137
|
+
"name": "size",
|
|
4138
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4077
4139
|
},
|
|
4078
4140
|
{
|
|
4079
|
-
"name": "
|
|
4080
|
-
"description": "Default: -\n\
|
|
4141
|
+
"name": "styles",
|
|
4142
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4081
4143
|
},
|
|
4082
4144
|
{
|
|
4083
|
-
"name": "
|
|
4084
|
-
"description": "Default:
|
|
4145
|
+
"name": "un-checked-children",
|
|
4146
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4085
4147
|
},
|
|
4086
4148
|
{
|
|
4087
|
-
"name": "
|
|
4088
|
-
"description": "Default:
|
|
4149
|
+
"name": "un-checked-value",
|
|
4150
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "value",
|
|
4154
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4089
4155
|
}
|
|
4090
4156
|
]
|
|
4091
4157
|
},
|
|
4092
4158
|
{
|
|
4093
|
-
"name": "a-
|
|
4094
|
-
"description": "(ZH)
|
|
4159
|
+
"name": "a-steps",
|
|
4160
|
+
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
4095
4161
|
"attributes": [
|
|
4096
4162
|
{
|
|
4097
|
-
"name": "
|
|
4098
|
-
"description": "Default:
|
|
4163
|
+
"name": "classes",
|
|
4164
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4099
4165
|
},
|
|
4100
4166
|
{
|
|
4101
|
-
"name": "
|
|
4102
|
-
"description": "Default:
|
|
4167
|
+
"name": "current",
|
|
4168
|
+
"description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
|
|
4103
4169
|
},
|
|
4104
4170
|
{
|
|
4105
|
-
"name": "
|
|
4106
|
-
"description": "Default: -\n\
|
|
4171
|
+
"name": "icon-render",
|
|
4172
|
+
"description": "Default: -\n\nCustom render icon, please use items.icon first"
|
|
4107
4173
|
},
|
|
4108
4174
|
{
|
|
4109
|
-
"name": "
|
|
4110
|
-
"description": "Default:
|
|
4175
|
+
"name": "initial",
|
|
4176
|
+
"description": "Default: 0\n\nSet the initial step, counting from 0"
|
|
4111
4177
|
},
|
|
4112
4178
|
{
|
|
4113
|
-
"name": "
|
|
4114
|
-
"description": "Default:
|
|
4179
|
+
"name": "items",
|
|
4180
|
+
"description": "Default: []\n\nStepItem content"
|
|
4115
4181
|
},
|
|
4116
4182
|
{
|
|
4117
|
-
"name": "
|
|
4118
|
-
"description": "Default:
|
|
4183
|
+
"name": "max-count",
|
|
4184
|
+
"description": "Default: -\n\nMaximum number of step items to display (>= 3). Hidden step ranges are collapsed into disabled ellipsis steps"
|
|
4119
4185
|
},
|
|
4120
4186
|
{
|
|
4121
|
-
"name": "
|
|
4122
|
-
"description": "Default:
|
|
4187
|
+
"name": "orientation",
|
|
4188
|
+
"description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
|
|
4123
4189
|
},
|
|
4124
4190
|
{
|
|
4125
|
-
"name": "
|
|
4126
|
-
"description": "Default:
|
|
4191
|
+
"name": "percent",
|
|
4192
|
+
"description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
|
|
4127
4193
|
},
|
|
4128
4194
|
{
|
|
4129
|
-
"name": "
|
|
4130
|
-
"description": "Default: false\n\
|
|
4195
|
+
"name": "progress-dot",
|
|
4196
|
+
"description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "responsive",
|
|
4200
|
+
"description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
|
|
4131
4201
|
},
|
|
4132
4202
|
{
|
|
4133
4203
|
"name": "size",
|
|
4134
|
-
"description": "Default: default\n\
|
|
4204
|
+
"description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "status",
|
|
4208
|
+
"description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
|
|
4135
4209
|
},
|
|
4136
4210
|
{
|
|
4137
4211
|
"name": "styles",
|
|
4138
4212
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4139
4213
|
},
|
|
4140
4214
|
{
|
|
4141
|
-
"name": "
|
|
4142
|
-
"description": "Default:
|
|
4215
|
+
"name": "title-placement",
|
|
4216
|
+
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
4143
4217
|
},
|
|
4144
4218
|
{
|
|
4145
|
-
"name": "
|
|
4146
|
-
"description": "Default:
|
|
4219
|
+
"name": "type",
|
|
4220
|
+
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
4147
4221
|
},
|
|
4148
4222
|
{
|
|
4149
|
-
"name": "
|
|
4150
|
-
"description": "Default:
|
|
4223
|
+
"name": "variant",
|
|
4224
|
+
"description": "Default: filled\n\nConfig style variant"
|
|
4151
4225
|
}
|
|
4152
4226
|
]
|
|
4153
4227
|
},
|
|
@@ -4266,84 +4340,95 @@
|
|
|
4266
4340
|
]
|
|
4267
4341
|
},
|
|
4268
4342
|
{
|
|
4269
|
-
"name": "a-
|
|
4270
|
-
"description": "(ZH)
|
|
4343
|
+
"name": "a-tabs",
|
|
4344
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4271
4345
|
"attributes": [
|
|
4272
4346
|
{
|
|
4273
|
-
"name": "
|
|
4274
|
-
"description": "Default: -\n\
|
|
4347
|
+
"name": "active-key",
|
|
4348
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4275
4349
|
},
|
|
4276
4350
|
{
|
|
4277
|
-
"name": "
|
|
4278
|
-
"description": "Default:
|
|
4351
|
+
"name": "add-icon",
|
|
4352
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4279
4353
|
},
|
|
4280
4354
|
{
|
|
4281
|
-
"name": "
|
|
4282
|
-
"description": "Default:
|
|
4355
|
+
"name": "animated",
|
|
4356
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4283
4357
|
},
|
|
4284
4358
|
{
|
|
4285
|
-
"name": "
|
|
4286
|
-
"description": "Default: false\n\
|
|
4359
|
+
"name": "centered",
|
|
4360
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4287
4361
|
},
|
|
4288
4362
|
{
|
|
4289
|
-
"name": "
|
|
4290
|
-
"description": "Default:
|
|
4363
|
+
"name": "classes",
|
|
4364
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4291
4365
|
},
|
|
4292
4366
|
{
|
|
4293
|
-
"name": "
|
|
4294
|
-
"description": "Default:
|
|
4367
|
+
"name": "default-active-key",
|
|
4368
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4295
4369
|
},
|
|
4296
4370
|
{
|
|
4297
|
-
"name": "
|
|
4298
|
-
"description": "Default:
|
|
4371
|
+
"name": "hide-add",
|
|
4372
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4299
4373
|
},
|
|
4300
4374
|
{
|
|
4301
|
-
"name": "
|
|
4302
|
-
"description": "Default:
|
|
4375
|
+
"name": "indicator",
|
|
4376
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4303
4377
|
},
|
|
4304
4378
|
{
|
|
4305
|
-
"name": "
|
|
4306
|
-
"description": "Default:
|
|
4379
|
+
"name": "items",
|
|
4380
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4307
4381
|
},
|
|
4308
4382
|
{
|
|
4309
|
-
"name": "
|
|
4310
|
-
"description": "Default:
|
|
4383
|
+
"name": "more",
|
|
4384
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4311
4385
|
},
|
|
4312
4386
|
{
|
|
4313
|
-
"name": "
|
|
4314
|
-
"description": "Default:
|
|
4387
|
+
"name": "more-icon",
|
|
4388
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4315
4389
|
},
|
|
4316
4390
|
{
|
|
4317
|
-
"name": "
|
|
4318
|
-
"description": "Default:
|
|
4391
|
+
"name": "remove-icon",
|
|
4392
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4319
4393
|
},
|
|
4320
4394
|
{
|
|
4321
|
-
"name": "
|
|
4322
|
-
"description": "Default:
|
|
4395
|
+
"name": "render-tab-bar",
|
|
4396
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "size",
|
|
4400
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4323
4401
|
},
|
|
4324
4402
|
{
|
|
4325
4403
|
"name": "styles",
|
|
4326
4404
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4327
4405
|
},
|
|
4328
4406
|
{
|
|
4329
|
-
"name": "
|
|
4330
|
-
"description": "Default: -\n\
|
|
4407
|
+
"name": "tab-bar-extra-content",
|
|
4408
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4331
4409
|
},
|
|
4332
4410
|
{
|
|
4333
|
-
"name": "
|
|
4334
|
-
"description": "Default: -\n\nThe
|
|
4411
|
+
"name": "tab-bar-gutter",
|
|
4412
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4335
4413
|
},
|
|
4336
4414
|
{
|
|
4337
|
-
"name": "
|
|
4338
|
-
"description": "Default:
|
|
4415
|
+
"name": "tab-bar-style",
|
|
4416
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "tab-placement",
|
|
4420
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "destroy-on-hidden",
|
|
4424
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "type",
|
|
4428
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4339
4429
|
}
|
|
4340
4430
|
]
|
|
4341
4431
|
},
|
|
4342
|
-
{
|
|
4343
|
-
"name": "a-time-picker",
|
|
4344
|
-
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4345
|
-
"attributes": []
|
|
4346
|
-
},
|
|
4347
4432
|
{
|
|
4348
4433
|
"name": "a-tag",
|
|
4349
4434
|
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
@@ -4416,128 +4501,43 @@
|
|
|
4416
4501
|
"name": "default-value",
|
|
4417
4502
|
"description": "Default: -\n\nInitial value"
|
|
4418
4503
|
},
|
|
4419
|
-
{
|
|
4420
|
-
"name": "disabled",
|
|
4421
|
-
"description": "Default: false\n\nDisable check/uncheck"
|
|
4422
|
-
},
|
|
4423
|
-
{
|
|
4424
|
-
"name": "multiple",
|
|
4425
|
-
"description": "Default: false\n\nMultiple select mode"
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
4428
|
-
"name": "options",
|
|
4429
|
-
"description": "Default: -\n\nOption list"
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"name": "styles",
|
|
4433
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4434
|
-
},
|
|
4435
|
-
{
|
|
4436
|
-
"name": "value",
|
|
4437
|
-
"description": "Default: -\n\nValue of checked tag(s), support v-model:value"
|
|
4438
|
-
}
|
|
4439
|
-
]
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
"name": "a-tag-checkable-tag",
|
|
4443
|
-
"description": "进行标记和分类的小标签。",
|
|
4444
|
-
"attributes": []
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"name": "a-tag-checkable-tag-group",
|
|
4448
|
-
"description": "进行标记和分类的小标签。",
|
|
4449
|
-
"attributes": []
|
|
4450
|
-
},
|
|
4451
|
-
{
|
|
4452
|
-
"name": "a-tabs",
|
|
4453
|
-
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4454
|
-
"attributes": [
|
|
4455
|
-
{
|
|
4456
|
-
"name": "active-key",
|
|
4457
|
-
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"name": "add-icon",
|
|
4461
|
-
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4462
|
-
},
|
|
4463
|
-
{
|
|
4464
|
-
"name": "animated",
|
|
4465
|
-
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4466
|
-
},
|
|
4467
|
-
{
|
|
4468
|
-
"name": "centered",
|
|
4469
|
-
"description": "Default: false\n\nCenters tabs"
|
|
4470
|
-
},
|
|
4471
|
-
{
|
|
4472
|
-
"name": "classes",
|
|
4473
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4474
|
-
},
|
|
4475
|
-
{
|
|
4476
|
-
"name": "default-active-key",
|
|
4477
|
-
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4478
|
-
},
|
|
4479
|
-
{
|
|
4480
|
-
"name": "hide-add",
|
|
4481
|
-
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4482
|
-
},
|
|
4483
|
-
{
|
|
4484
|
-
"name": "indicator",
|
|
4485
|
-
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4486
|
-
},
|
|
4487
|
-
{
|
|
4488
|
-
"name": "items",
|
|
4489
|
-
"description": "Default: []\n\nConfigure tab content"
|
|
4490
|
-
},
|
|
4491
|
-
{
|
|
4492
|
-
"name": "more",
|
|
4493
|
-
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4494
|
-
},
|
|
4495
|
-
{
|
|
4496
|
-
"name": "more-icon",
|
|
4497
|
-
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4498
|
-
},
|
|
4499
|
-
{
|
|
4500
|
-
"name": "remove-icon",
|
|
4501
|
-
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4502
|
-
},
|
|
4503
|
-
{
|
|
4504
|
-
"name": "render-tab-bar",
|
|
4505
|
-
"description": "Default: -\n\nReplace the TabBar"
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"name": "size",
|
|
4509
|
-
"description": "Default: middle\n\nPreset tab bar size"
|
|
4510
|
-
},
|
|
4511
|
-
{
|
|
4512
|
-
"name": "styles",
|
|
4513
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4514
|
-
},
|
|
4515
|
-
{
|
|
4516
|
-
"name": "tab-bar-extra-content",
|
|
4517
|
-
"description": "Default: -\n\nExtra content in tab bar"
|
|
4518
|
-
},
|
|
4519
|
-
{
|
|
4520
|
-
"name": "tab-bar-gutter",
|
|
4521
|
-
"description": "Default: -\n\nThe gap between tabs"
|
|
4504
|
+
{
|
|
4505
|
+
"name": "disabled",
|
|
4506
|
+
"description": "Default: false\n\nDisable check/uncheck"
|
|
4522
4507
|
},
|
|
4523
4508
|
{
|
|
4524
|
-
"name": "
|
|
4525
|
-
"description": "Default:
|
|
4509
|
+
"name": "multiple",
|
|
4510
|
+
"description": "Default: false\n\nMultiple select mode"
|
|
4526
4511
|
},
|
|
4527
4512
|
{
|
|
4528
|
-
"name": "
|
|
4529
|
-
"description": "Default:
|
|
4513
|
+
"name": "options",
|
|
4514
|
+
"description": "Default: -\n\nOption list"
|
|
4530
4515
|
},
|
|
4531
4516
|
{
|
|
4532
|
-
"name": "
|
|
4533
|
-
"description": "Default:
|
|
4517
|
+
"name": "styles",
|
|
4518
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4534
4519
|
},
|
|
4535
4520
|
{
|
|
4536
|
-
"name": "
|
|
4537
|
-
"description": "Default:
|
|
4521
|
+
"name": "value",
|
|
4522
|
+
"description": "Default: -\n\nValue of checked tag(s), support v-model:value"
|
|
4538
4523
|
}
|
|
4539
4524
|
]
|
|
4540
4525
|
},
|
|
4526
|
+
{
|
|
4527
|
+
"name": "a-tag-checkable-tag",
|
|
4528
|
+
"description": "进行标记和分类的小标签。",
|
|
4529
|
+
"attributes": []
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"name": "a-tag-checkable-tag-group",
|
|
4533
|
+
"description": "进行标记和分类的小标签。",
|
|
4534
|
+
"attributes": []
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "a-time-picker",
|
|
4538
|
+
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4539
|
+
"attributes": []
|
|
4540
|
+
},
|
|
4541
4541
|
{
|
|
4542
4542
|
"name": "a-tooltip",
|
|
4543
4543
|
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
@@ -4640,88 +4640,6 @@
|
|
|
4640
4640
|
}
|
|
4641
4641
|
]
|
|
4642
4642
|
},
|
|
4643
|
-
{
|
|
4644
|
-
"name": "a-tour",
|
|
4645
|
-
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4646
|
-
"attributes": [
|
|
4647
|
-
{
|
|
4648
|
-
"name": "steps",
|
|
4649
|
-
"description": "Default: -\n\nTour steps"
|
|
4650
|
-
},
|
|
4651
|
-
{
|
|
4652
|
-
"name": "open",
|
|
4653
|
-
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4654
|
-
},
|
|
4655
|
-
{
|
|
4656
|
-
"name": "current",
|
|
4657
|
-
"description": "Default: -\n\nWhat is the current step"
|
|
4658
|
-
},
|
|
4659
|
-
{
|
|
4660
|
-
"name": "arrow",
|
|
4661
|
-
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4662
|
-
},
|
|
4663
|
-
{
|
|
4664
|
-
"name": "close-icon",
|
|
4665
|
-
"description": "Default: true\n\nCustomize close icon"
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"name": "disabled-interaction",
|
|
4669
|
-
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4670
|
-
},
|
|
4671
|
-
{
|
|
4672
|
-
"name": "gap",
|
|
4673
|
-
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
"name": "placement",
|
|
4677
|
-
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4678
|
-
},
|
|
4679
|
-
{
|
|
4680
|
-
"name": "mask",
|
|
4681
|
-
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4682
|
-
},
|
|
4683
|
-
{
|
|
4684
|
-
"name": "type",
|
|
4685
|
-
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"name": "scroll-into-view-options",
|
|
4689
|
-
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4690
|
-
},
|
|
4691
|
-
{
|
|
4692
|
-
"name": "indicators-render",
|
|
4693
|
-
"description": "Default: -\n\nCustom indicator"
|
|
4694
|
-
},
|
|
4695
|
-
{
|
|
4696
|
-
"name": "actions-render",
|
|
4697
|
-
"description": "Default: -\n\nCustom action"
|
|
4698
|
-
},
|
|
4699
|
-
{
|
|
4700
|
-
"name": "z-index",
|
|
4701
|
-
"description": "Default: 1001\n\nTour zIndex"
|
|
4702
|
-
},
|
|
4703
|
-
{
|
|
4704
|
-
"name": "get-popup-container",
|
|
4705
|
-
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4706
|
-
},
|
|
4707
|
-
{
|
|
4708
|
-
"name": "classes",
|
|
4709
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4710
|
-
},
|
|
4711
|
-
{
|
|
4712
|
-
"name": "styles",
|
|
4713
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4714
|
-
},
|
|
4715
|
-
{
|
|
4716
|
-
"name": "root-class",
|
|
4717
|
-
"description": "Default: -\n\nRoot container class"
|
|
4718
|
-
},
|
|
4719
|
-
{
|
|
4720
|
-
"name": "prefix-cls",
|
|
4721
|
-
"description": "Default: -\n\n-"
|
|
4722
|
-
}
|
|
4723
|
-
]
|
|
4724
|
-
},
|
|
4725
4643
|
{
|
|
4726
4644
|
"name": "a-timeline",
|
|
4727
4645
|
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
@@ -4769,101 +4687,87 @@
|
|
|
4769
4687
|
]
|
|
4770
4688
|
},
|
|
4771
4689
|
{
|
|
4772
|
-
"name": "a-
|
|
4773
|
-
"description": "(ZH)
|
|
4690
|
+
"name": "a-tour",
|
|
4691
|
+
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4774
4692
|
"attributes": [
|
|
4775
4693
|
{
|
|
4776
|
-
"name": "
|
|
4777
|
-
"description": "Default:
|
|
4778
|
-
},
|
|
4779
|
-
{
|
|
4780
|
-
"name": "classes",
|
|
4781
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4694
|
+
"name": "steps",
|
|
4695
|
+
"description": "Default: -\n\nTour steps"
|
|
4782
4696
|
},
|
|
4783
4697
|
{
|
|
4784
|
-
"name": "
|
|
4785
|
-
"description": "Default:
|
|
4698
|
+
"name": "open",
|
|
4699
|
+
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4786
4700
|
},
|
|
4787
4701
|
{
|
|
4788
|
-
"name": "
|
|
4789
|
-
"description": "Default:
|
|
4702
|
+
"name": "current",
|
|
4703
|
+
"description": "Default: -\n\nWhat is the current step"
|
|
4790
4704
|
},
|
|
4791
4705
|
{
|
|
4792
|
-
"name": "
|
|
4793
|
-
"description": "Default:
|
|
4706
|
+
"name": "arrow",
|
|
4707
|
+
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4794
4708
|
},
|
|
4795
4709
|
{
|
|
4796
|
-
"name": "
|
|
4797
|
-
"description": "Default:
|
|
4710
|
+
"name": "close-icon",
|
|
4711
|
+
"description": "Default: true\n\nCustomize close icon"
|
|
4798
4712
|
},
|
|
4799
4713
|
{
|
|
4800
|
-
"name": "
|
|
4801
|
-
"description": "Default:
|
|
4714
|
+
"name": "disabled-interaction",
|
|
4715
|
+
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4802
4716
|
},
|
|
4803
4717
|
{
|
|
4804
|
-
"name": "
|
|
4805
|
-
"description": "Default:
|
|
4718
|
+
"name": "gap",
|
|
4719
|
+
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4806
4720
|
},
|
|
4807
4721
|
{
|
|
4808
|
-
"name": "
|
|
4809
|
-
"description": "Default:
|
|
4722
|
+
"name": "placement",
|
|
4723
|
+
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4810
4724
|
},
|
|
4811
4725
|
{
|
|
4812
|
-
"name": "
|
|
4813
|
-
"description": "Default:
|
|
4726
|
+
"name": "mask",
|
|
4727
|
+
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4814
4728
|
},
|
|
4815
4729
|
{
|
|
4816
|
-
"name": "
|
|
4817
|
-
"description": "Default:
|
|
4730
|
+
"name": "type",
|
|
4731
|
+
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4818
4732
|
},
|
|
4819
4733
|
{
|
|
4820
|
-
"name": "
|
|
4821
|
-
"description": "Default:
|
|
4734
|
+
"name": "scroll-into-view-options",
|
|
4735
|
+
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4822
4736
|
},
|
|
4823
4737
|
{
|
|
4824
|
-
"name": "
|
|
4825
|
-
"description": "Default:
|
|
4738
|
+
"name": "indicators-render",
|
|
4739
|
+
"description": "Default: -\n\nCustom indicator"
|
|
4826
4740
|
},
|
|
4827
4741
|
{
|
|
4828
|
-
"name": "
|
|
4829
|
-
"description": "Default: -\n\nCustom
|
|
4742
|
+
"name": "actions-render",
|
|
4743
|
+
"description": "Default: -\n\nCustom action"
|
|
4830
4744
|
},
|
|
4831
4745
|
{
|
|
4832
|
-
"name": "
|
|
4833
|
-
"description": "Default:
|
|
4746
|
+
"name": "z-index",
|
|
4747
|
+
"description": "Default: 1001\n\nTour zIndex"
|
|
4834
4748
|
},
|
|
4835
4749
|
{
|
|
4836
|
-
"name": "
|
|
4837
|
-
"description": "Default:
|
|
4750
|
+
"name": "get-popup-container",
|
|
4751
|
+
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4838
4752
|
},
|
|
4839
4753
|
{
|
|
4840
|
-
"name": "
|
|
4841
|
-
"description": "Default: -\n\
|
|
4754
|
+
"name": "classes",
|
|
4755
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4842
4756
|
},
|
|
4843
4757
|
{
|
|
4844
4758
|
"name": "styles",
|
|
4845
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4759
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4846
4760
|
},
|
|
4847
4761
|
{
|
|
4848
|
-
"name": "
|
|
4849
|
-
"description": "Default:
|
|
4762
|
+
"name": "root-class",
|
|
4763
|
+
"description": "Default: -\n\nRoot container class"
|
|
4850
4764
|
},
|
|
4851
4765
|
{
|
|
4852
|
-
"name": "
|
|
4853
|
-
"description": "Default: -\n\
|
|
4766
|
+
"name": "prefix-cls",
|
|
4767
|
+
"description": "Default: -\n\n-"
|
|
4854
4768
|
}
|
|
4855
4769
|
]
|
|
4856
4770
|
},
|
|
4857
|
-
{
|
|
4858
|
-
"name": "a-tree-select-props",
|
|
4859
|
-
"description": "Tree selection control.",
|
|
4860
|
-
"attributes": []
|
|
4861
|
-
},
|
|
4862
|
-
{
|
|
4863
|
-
"name": "a-tree-select",
|
|
4864
|
-
"description": "树型选择控件。",
|
|
4865
|
-
"attributes": []
|
|
4866
|
-
},
|
|
4867
4771
|
{
|
|
4868
4772
|
"name": "a-tree",
|
|
4869
4773
|
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
@@ -5056,154 +4960,98 @@
|
|
|
5056
4960
|
"attributes": []
|
|
5057
4961
|
},
|
|
5058
4962
|
{
|
|
5059
|
-
"name": "a-
|
|
5060
|
-
"description": "
|
|
5061
|
-
"attributes": [
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
"name": "height",
|
|
5068
|
-
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5069
|
-
},
|
|
5070
|
-
{
|
|
5071
|
-
"name": "inherit",
|
|
5072
|
-
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5073
|
-
},
|
|
5074
|
-
{
|
|
5075
|
-
"name": "rotate",
|
|
5076
|
-
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5077
|
-
},
|
|
5078
|
-
{
|
|
5079
|
-
"name": "z-index",
|
|
5080
|
-
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5081
|
-
},
|
|
5082
|
-
{
|
|
5083
|
-
"name": "image",
|
|
5084
|
-
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5085
|
-
},
|
|
5086
|
-
{
|
|
5087
|
-
"name": "content",
|
|
5088
|
-
"description": "Default: -\n\nWatermark text content. Pass a WatermarkText object to set per-line font styles"
|
|
5089
|
-
},
|
|
5090
|
-
{
|
|
5091
|
-
"name": "font",
|
|
5092
|
-
"description": "Default: Font\n\nText style"
|
|
5093
|
-
},
|
|
5094
|
-
{
|
|
5095
|
-
"name": "gap",
|
|
5096
|
-
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5097
|
-
},
|
|
5098
|
-
{
|
|
5099
|
-
"name": "offset",
|
|
5100
|
-
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5101
|
-
}
|
|
5102
|
-
]
|
|
4963
|
+
"name": "a-tree-select-props",
|
|
4964
|
+
"description": "Tree selection control.",
|
|
4965
|
+
"attributes": []
|
|
4966
|
+
},
|
|
4967
|
+
{
|
|
4968
|
+
"name": "a-tree-select",
|
|
4969
|
+
"description": "树型选择控件。",
|
|
4970
|
+
"attributes": []
|
|
5103
4971
|
},
|
|
5104
4972
|
{
|
|
5105
|
-
"name": "a-
|
|
5106
|
-
"description": "(ZH)
|
|
4973
|
+
"name": "a-transfer",
|
|
4974
|
+
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
5107
4975
|
"attributes": [
|
|
5108
4976
|
{
|
|
5109
|
-
"name": "
|
|
5110
|
-
"description": "Default:
|
|
5111
|
-
},
|
|
5112
|
-
{
|
|
5113
|
-
"name": "action",
|
|
5114
|
-
"description": "Default: -\n\nUploading URL"
|
|
5115
|
-
},
|
|
5116
|
-
{
|
|
5117
|
-
"name": "before-upload",
|
|
5118
|
-
"description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
|
|
5119
|
-
},
|
|
5120
|
-
{
|
|
5121
|
-
"name": "custom-request",
|
|
5122
|
-
"description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
4977
|
+
"name": "actions",
|
|
4978
|
+
"description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
|
|
5123
4979
|
},
|
|
5124
4980
|
{
|
|
5125
4981
|
"name": "classes",
|
|
5126
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
5127
|
-
},
|
|
5128
|
-
{
|
|
5129
|
-
"name": "data",
|
|
5130
|
-
"description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
|
|
4982
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
5131
4983
|
},
|
|
5132
4984
|
{
|
|
5133
|
-
"name": "
|
|
5134
|
-
"description": "Default:
|
|
4985
|
+
"name": "data-source",
|
|
4986
|
+
"description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
|
|
5135
4987
|
},
|
|
5136
4988
|
{
|
|
5137
4989
|
"name": "disabled",
|
|
5138
|
-
"description": "Default: false\n\
|
|
5139
|
-
},
|
|
5140
|
-
{
|
|
5141
|
-
"name": "file-list",
|
|
5142
|
-
"description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
|
|
4990
|
+
"description": "Default: false\n\nWhether disabled transfer"
|
|
5143
4991
|
},
|
|
5144
4992
|
{
|
|
5145
|
-
"name": "
|
|
5146
|
-
"description": "Default: -\n\
|
|
4993
|
+
"name": "filter-option",
|
|
4994
|
+
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
5147
4995
|
},
|
|
5148
4996
|
{
|
|
5149
|
-
"name": "
|
|
5150
|
-
"description": "Default: -\n\
|
|
4997
|
+
"name": "footer",
|
|
4998
|
+
"description": "Default: -\n\nA function used for rendering the footer"
|
|
5151
4999
|
},
|
|
5152
5000
|
{
|
|
5153
|
-
"name": "
|
|
5154
|
-
"description": "Default:
|
|
5001
|
+
"name": "locale",
|
|
5002
|
+
"description": "Default: { itemUnit: item, itemsUnit: items, notFoundContent: No data, searchPlaceholder: Search here }\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
5155
5003
|
},
|
|
5156
5004
|
{
|
|
5157
|
-
"name": "
|
|
5158
|
-
"description": "Default:
|
|
5005
|
+
"name": "one-way",
|
|
5006
|
+
"description": "Default: false\n\nDisplay as single direction style"
|
|
5159
5007
|
},
|
|
5160
5008
|
{
|
|
5161
|
-
"name": "
|
|
5162
|
-
"description": "Default:
|
|
5009
|
+
"name": "pagination",
|
|
5010
|
+
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
5163
5011
|
},
|
|
5164
5012
|
{
|
|
5165
|
-
"name": "
|
|
5166
|
-
"description": "Default: -\n\
|
|
5013
|
+
"name": "render",
|
|
5014
|
+
"description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
|
|
5167
5015
|
},
|
|
5168
5016
|
{
|
|
5169
|
-
"name": "
|
|
5170
|
-
"description": "Default:
|
|
5017
|
+
"name": "row-key",
|
|
5018
|
+
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
5171
5019
|
},
|
|
5172
5020
|
{
|
|
5173
|
-
"name": "
|
|
5174
|
-
"description": "Default:
|
|
5021
|
+
"name": "select-all-labels",
|
|
5022
|
+
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
5175
5023
|
},
|
|
5176
5024
|
{
|
|
5177
|
-
"name": "
|
|
5178
|
-
"description": "Default:
|
|
5025
|
+
"name": "selected-keys",
|
|
5026
|
+
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
5179
5027
|
},
|
|
5180
5028
|
{
|
|
5181
|
-
"name": "
|
|
5182
|
-
"description": "Default:
|
|
5029
|
+
"name": "selections-icon",
|
|
5030
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
5183
5031
|
},
|
|
5184
5032
|
{
|
|
5185
|
-
"name": "
|
|
5186
|
-
"description": "Default: false\n\
|
|
5033
|
+
"name": "show-search",
|
|
5034
|
+
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
5187
5035
|
},
|
|
5188
5036
|
{
|
|
5189
|
-
"name": "
|
|
5190
|
-
"description": "Default:
|
|
5037
|
+
"name": "show-select-all",
|
|
5038
|
+
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
5191
5039
|
},
|
|
5192
5040
|
{
|
|
5193
|
-
"name": "
|
|
5194
|
-
"description": "Default:
|
|
5041
|
+
"name": "status",
|
|
5042
|
+
"description": "Default: -\n\nSet validation status"
|
|
5195
5043
|
},
|
|
5196
5044
|
{
|
|
5197
|
-
"name": "
|
|
5198
|
-
"description": "Default:
|
|
5045
|
+
"name": "styles",
|
|
5046
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
5199
5047
|
},
|
|
5200
5048
|
{
|
|
5201
|
-
"name": "
|
|
5202
|
-
"description": "Default:
|
|
5049
|
+
"name": "target-keys",
|
|
5050
|
+
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
5203
5051
|
},
|
|
5204
5052
|
{
|
|
5205
|
-
"name": "
|
|
5206
|
-
"description": "Default:
|
|
5053
|
+
"name": "titles",
|
|
5054
|
+
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
5207
5055
|
}
|
|
5208
5056
|
]
|
|
5209
5057
|
},
|
|
@@ -5395,6 +5243,158 @@
|
|
|
5395
5243
|
}
|
|
5396
5244
|
]
|
|
5397
5245
|
},
|
|
5246
|
+
{
|
|
5247
|
+
"name": "a-upload",
|
|
5248
|
+
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
5249
|
+
"attributes": [
|
|
5250
|
+
{
|
|
5251
|
+
"name": "accept",
|
|
5252
|
+
"description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "action",
|
|
5256
|
+
"description": "Default: -\n\nUploading URL"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "before-upload",
|
|
5260
|
+
"description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"name": "custom-request",
|
|
5264
|
+
"description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"name": "classes",
|
|
5268
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"name": "data",
|
|
5272
|
+
"description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "directory",
|
|
5276
|
+
"description": "Default: false\n\nSupport upload whole directory (caniuse)"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"name": "disabled",
|
|
5280
|
+
"description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"name": "file-list",
|
|
5284
|
+
"description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"name": "headers",
|
|
5288
|
+
"description": "Default: -\n\nSet request headers, valid above IE10"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "icon-render",
|
|
5292
|
+
"description": "Default: -\n\nCustom show icon"
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"name": "is-image-url",
|
|
5296
|
+
"description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"name": "item-render",
|
|
5300
|
+
"description": "Default: -\n\nCustom item of uploadList"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "list-type",
|
|
5304
|
+
"description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
|
|
5305
|
+
},
|
|
5306
|
+
{
|
|
5307
|
+
"name": "max-count",
|
|
5308
|
+
"description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
"name": "method",
|
|
5312
|
+
"description": "Default: post\n\nThe http method of upload request"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"name": "multiple",
|
|
5316
|
+
"description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"name": "name",
|
|
5320
|
+
"description": "Default: file\n\nThe name of uploading file"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"name": "open-file-dialog-on-click",
|
|
5324
|
+
"description": "Default: true\n\nClick open file dialog"
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
"name": "pastable",
|
|
5328
|
+
"description": "Default: false\n\nSupport paste file"
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"name": "preview-file",
|
|
5332
|
+
"description": "Default: -\n\nCustomize preview file logic"
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"name": "progress",
|
|
5336
|
+
"description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"name": "show-upload-list",
|
|
5340
|
+
"description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"name": "styles",
|
|
5344
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"name": "with-credentials",
|
|
5348
|
+
"description": "Default: false\n\nThe ajax upload with cookie sent"
|
|
5349
|
+
}
|
|
5350
|
+
]
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"name": "a-watermark",
|
|
5354
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5355
|
+
"attributes": [
|
|
5356
|
+
{
|
|
5357
|
+
"name": "width",
|
|
5358
|
+
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"name": "height",
|
|
5362
|
+
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "inherit",
|
|
5366
|
+
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"name": "rotate",
|
|
5370
|
+
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"name": "z-index",
|
|
5374
|
+
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"name": "image",
|
|
5378
|
+
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"name": "content",
|
|
5382
|
+
"description": "Default: -\n\nWatermark text content. Pass a WatermarkText object to set per-line font styles"
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"name": "font",
|
|
5386
|
+
"description": "Default: Font\n\nText style"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"name": "gap",
|
|
5390
|
+
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"name": "offset",
|
|
5394
|
+
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5395
|
+
}
|
|
5396
|
+
]
|
|
5397
|
+
},
|
|
5398
5398
|
{
|
|
5399
5399
|
"name": "a-menu-item",
|
|
5400
5400
|
"description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",
|