@sdata/web-vue 1.4.0 → 1.5.0

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.
@@ -45,6 +45,14 @@
45
45
  "description": "Whether the content is displayed in the center",
46
46
  "type": "boolean"
47
47
  },
48
+ "sd-anchor-link/title": {
49
+ "description": "The text content of the anchor link",
50
+ "type": "string"
51
+ },
52
+ "sd-anchor-link/href": {
53
+ "description": "The address of the anchor link",
54
+ "type": "string"
55
+ },
48
56
  "sd-anchor/select": {
49
57
  "description": "Triggered when the user clicks on the link"
50
58
  },
@@ -69,14 +77,6 @@
69
77
  "description": "Whether to use smooth scrolling",
70
78
  "type": "boolean"
71
79
  },
72
- "sd-anchor-link/title": {
73
- "description": "The text content of the anchor link",
74
- "type": "string"
75
- },
76
- "sd-anchor-link/href": {
77
- "description": "The address of the anchor link",
78
- "type": "string"
79
- },
80
80
  "sd-auto-complete/change": {
81
81
  "description": "Emitted when the value changes"
82
82
  },
@@ -130,6 +130,31 @@
130
130
  "sd-auto-complete/virtual-list-props": {
131
131
  "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
132
132
  },
133
+ "sd-avatar-group/shape": {
134
+ "description": "The shape of the avatar in the group, there are two kinds of circle (circle) and square (square)"
135
+ },
136
+ "sd-avatar-group/size": {
137
+ "description": "The size of the avatar in the group, the unit is `px`",
138
+ "type": "number"
139
+ },
140
+ "sd-avatar-group/auto-fix-font-size": {
141
+ "description": "Whether to automatically adjust the font size according to the size of the avatar.",
142
+ "type": "boolean"
143
+ },
144
+ "sd-avatar-group/max-count": {
145
+ "description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
146
+ "type": "number"
147
+ },
148
+ "sd-avatar-group/z-index-ascend": {
149
+ "description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
150
+ "type": "boolean"
151
+ },
152
+ "sd-avatar-group/max-style": {
153
+ "description": "Style for +x."
154
+ },
155
+ "sd-avatar-group/max-popover-trigger-props": {
156
+ "description": "TriggerProps for popover around +x."
157
+ },
133
158
  "sd-avatar/click": {
134
159
  "description": "Callback when clicked"
135
160
  },
@@ -163,30 +188,20 @@
163
188
  "sd-avatar/object-fit": {
164
189
  "description": "Object-fit type of the image in the container"
165
190
  },
166
- "sd-avatar-group/shape": {
167
- "description": "The shape of the avatar in the group, there are two kinds of circle (circle) and square (square)"
168
- },
169
- "sd-avatar-group/size": {
170
- "description": "The size of the avatar in the group, the unit is `px`",
171
- "type": "number"
172
- },
173
- "sd-avatar-group/auto-fix-font-size": {
174
- "description": "Whether to automatically adjust the font size according to the size of the avatar.",
175
- "type": "boolean"
176
- },
177
- "sd-avatar-group/max-count": {
178
- "description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
191
+ "sd-back-top/visible-height": {
192
+ "description": "Display the trigger scroll height of the back to top button",
179
193
  "type": "number"
180
194
  },
181
- "sd-avatar-group/z-index-ascend": {
182
- "description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
183
- "type": "boolean"
195
+ "sd-back-top/target-container": {
196
+ "description": "Scroll event listener container"
184
197
  },
185
- "sd-avatar-group/max-style": {
186
- "description": "Style for +x."
198
+ "sd-back-top/easing": {
199
+ "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
200
+ "type": "string"
187
201
  },
188
- "sd-avatar-group/max-popover-trigger-props": {
189
- "description": "TriggerProps for popover around +x."
202
+ "sd-back-top/duration": {
203
+ "description": "Duration of scroll animation",
204
+ "type": "number"
190
205
  },
191
206
  "sd-badge/text": {
192
207
  "description": "Set the display text of the status dot",
@@ -217,21 +232,6 @@
217
232
  "description": "Number to show in badge",
218
233
  "type": "number"
219
234
  },
220
- "sd-back-top/visible-height": {
221
- "description": "Display the trigger scroll height of the back to top button",
222
- "type": "number"
223
- },
224
- "sd-back-top/target-container": {
225
- "description": "Scroll event listener container"
226
- },
227
- "sd-back-top/easing": {
228
- "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
229
- "type": "string"
230
- },
231
- "sd-back-top/duration": {
232
- "description": "Duration of scroll animation",
233
- "type": "number"
234
- },
235
235
  "sd-breadcrumb/max-count": {
236
236
  "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
237
237
  "type": "number"
@@ -256,28 +256,21 @@
256
256
  "sd-breadcrumb-item/dropdown-props": {
257
257
  "description": "Dropdown props"
258
258
  },
259
- "sd-calendar/change": {
260
- "description": "Emitted when the button is clicked"
261
- },
262
- "sd-calendar/panel-change": {
263
- "description": "Emitted when the button is clicked"
264
- },
265
- "sd-calendar/model-value": {
266
- "description": "Value"
259
+ "sd-button-group/type": {
260
+ "description": "Children button types are divided into five types: secondary, primary, dashed, outline and text."
267
261
  },
268
- "sd-calendar/default-value": {
269
- "description": "Default value (uncontrolled state)"
262
+ "sd-button-group/status": {
263
+ "description": "Children button state"
270
264
  },
271
- "sd-calendar/mode": {
272
- "description": "Mode",
273
- "type": "string"
265
+ "sd-button-group/shape": {
266
+ "description": "Button shape"
274
267
  },
275
- "sd-calendar/default-mode": {
276
- "description": "Default Mode",
277
- "type": "string"
268
+ "sd-button-group/size": {
269
+ "description": "Children button size"
278
270
  },
279
- "sd-calendar/modes": {
280
- "description": "Displayed mode"
271
+ "sd-button-group/disabled": {
272
+ "description": "All children whether the button is disabled",
273
+ "type": "boolean"
281
274
  },
282
275
  "sd-button/click": {
283
276
  "description": "Emitted when the button is clicked"
@@ -317,22 +310,71 @@
317
310
  "description": "Set up a jump link. When this property is set, the button is rendered as `<a>`",
318
311
  "type": "string"
319
312
  },
320
- "sd-button-group/type": {
321
- "description": "Children button types are divided into five types: secondary, primary, dashed, outline and text."
313
+ "sd-calendar/change": {
314
+ "description": "Emitted when the button is clicked"
322
315
  },
323
- "sd-button-group/status": {
324
- "description": "Children button state"
316
+ "sd-calendar/panel-change": {
317
+ "description": "Emitted when the button is clicked"
325
318
  },
326
- "sd-button-group/shape": {
327
- "description": "Button shape"
319
+ "sd-calendar/model-value": {
320
+ "description": "Value"
328
321
  },
329
- "sd-button-group/size": {
330
- "description": "Children button size"
322
+ "sd-calendar/default-value": {
323
+ "description": "Default value (uncontrolled state)"
331
324
  },
332
- "sd-button-group/disabled": {
333
- "description": "All children whether the button is disabled",
325
+ "sd-calendar/mode": {
326
+ "description": "Mode",
327
+ "type": "string"
328
+ },
329
+ "sd-calendar/default-mode": {
330
+ "description": "Default Mode",
331
+ "type": "string"
332
+ },
333
+ "sd-calendar/modes": {
334
+ "description": "Displayed mode"
335
+ },
336
+ "sd-card/bordered": {
337
+ "description": "Whether to render the border",
338
+ "type": "boolean"
339
+ },
340
+ "sd-card/loading": {
341
+ "description": "Loading status",
342
+ "type": "boolean"
343
+ },
344
+ "sd-card/hoverable": {
345
+ "description": "Can be hovered",
346
+ "type": "boolean"
347
+ },
348
+ "sd-card/size": {
349
+ "description": "Size of card",
350
+ "type": "string"
351
+ },
352
+ "sd-card/header-style": {
353
+ "description": "The additional css style to apply to card head"
354
+ },
355
+ "sd-card/body-style": {
356
+ "description": "The additional css style to apply to card content"
357
+ },
358
+ "sd-card/title": {
359
+ "description": "Title of card",
360
+ "type": "string"
361
+ },
362
+ "sd-card/extra": {
363
+ "description": "Content to render in the top-right corner of the card",
364
+ "type": "string"
365
+ },
366
+ "sd-card-grid/hoverable": {
367
+ "description": "Whether to hover",
334
368
  "type": "boolean"
335
369
  },
370
+ "sd-card-meta/title": {
371
+ "description": "Title of card",
372
+ "type": "string"
373
+ },
374
+ "sd-card-meta/description": {
375
+ "description": "Description of card",
376
+ "type": "string"
377
+ },
336
378
  "sd-carousel/change": {
337
379
  "description": "Callback when slide changes"
338
380
  },
@@ -382,104 +424,59 @@
382
424
  "description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
383
425
  "type": "string"
384
426
  },
385
- "sd-card/bordered": {
386
- "description": "Whether to render the border",
387
- "type": "boolean"
427
+ "sd-cascader-panel/change": {
428
+ "description": "Triggered when the selected value changes"
388
429
  },
389
- "sd-card/loading": {
390
- "description": "Loading status",
430
+ "sd-cascader-panel/path-mode": {
431
+ "description": "Whether the value is a path",
391
432
  "type": "boolean"
392
433
  },
393
- "sd-card/hoverable": {
394
- "description": "Can be hovered",
434
+ "sd-cascader-panel/multiple": {
435
+ "description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
395
436
  "type": "boolean"
396
437
  },
397
- "sd-card/size": {
398
- "description": "Size of card",
399
- "type": "string"
438
+ "sd-cascader-panel/model-value": {
439
+ "description": "Value"
400
440
  },
401
- "sd-card/header-style": {
402
- "description": "The additional css style to apply to card head"
441
+ "sd-cascader-panel/default-value": {
442
+ "description": "Default value (uncontrolled state)"
403
443
  },
404
- "sd-card/body-style": {
405
- "description": "The additional css style to apply to card content"
444
+ "sd-cascader-panel/options": {
445
+ "description": "Options for cascader"
406
446
  },
407
- "sd-card/title": {
408
- "description": "Title of card",
447
+ "sd-cascader-panel/expand-trigger": {
448
+ "description": "Expand the trigger method of the next level",
409
449
  "type": "string"
410
450
  },
411
- "sd-card/extra": {
412
- "description": "Content to render in the top-right corner of the card",
413
- "type": "string"
451
+ "sd-cascader-panel/check-strictly": {
452
+ "description": "Whether to enable strict selection mode",
453
+ "type": "boolean"
414
454
  },
415
- "sd-card-meta/title": {
416
- "description": "Title of card",
417
- "type": "string"
455
+ "sd-cascader-panel/load-more": {
456
+ "description": "Data lazy loading function, open the lazy loading function when it is passed in"
418
457
  },
419
- "sd-card-meta/description": {
420
- "description": "Description of card",
458
+ "sd-cascader-panel/field-names": {
459
+ "description": "Customize fields in `CascaderOption`"
460
+ },
461
+ "sd-cascader-panel/value-key": {
462
+ "description": "Used to determine the option key value attribute name",
421
463
  "type": "string"
422
464
  },
423
- "sd-card-grid/hoverable": {
424
- "description": "Whether to hover",
465
+ "sd-cascader-panel/expand-child": {
466
+ "description": "whether to expand the submenu",
425
467
  "type": "boolean"
426
468
  },
427
- "sd-checkbox/change": {
428
- "description": "Trigger when the value changes"
469
+ "sd-cascader/change": {
470
+ "description": "Triggered when the selected value changes"
429
471
  },
430
- "sd-checkbox/model-value": {
431
- "description": "Value"
472
+ "sd-cascader/input-value-change": {
473
+ "description": "Triggered when the input value changes"
432
474
  },
433
- "sd-checkbox/default-checked": {
434
- "description": "Whether checked by default (uncontrolled state)",
435
- "type": "boolean"
475
+ "sd-cascader/clear": {
476
+ "description": "Triggered when the clear button is clicked"
436
477
  },
437
- "sd-checkbox/value": {
438
- "description": "The `value` of the option",
439
- "type": "string|number|boolean"
440
- },
441
- "sd-checkbox/disabled": {
442
- "description": "Whether to disable",
443
- "type": "boolean"
444
- },
445
- "sd-checkbox/indeterminate": {
446
- "description": "Whether it is half-selected",
447
- "type": "boolean"
448
- },
449
- "sd-checkbox-group/change": {
450
- "description": "Trigger when the value changes"
451
- },
452
- "sd-checkbox-group/model-value": {
453
- "description": "Value"
454
- },
455
- "sd-checkbox-group/default-value": {
456
- "description": "Default value (uncontrolled state)"
457
- },
458
- "sd-checkbox-group/max": {
459
- "description": "Support the maximum number of selections",
460
- "type": "number"
461
- },
462
- "sd-checkbox-group/options": {
463
- "description": "Options"
464
- },
465
- "sd-checkbox-group/direction": {
466
- "description": "Arrangement direction of checkboxes"
467
- },
468
- "sd-checkbox-group/disabled": {
469
- "description": "Whether to disable",
470
- "type": "boolean"
471
- },
472
- "sd-cascader/change": {
473
- "description": "Triggered when the selected value changes"
474
- },
475
- "sd-cascader/input-value-change": {
476
- "description": "Triggered when the input value changes"
477
- },
478
- "sd-cascader/clear": {
479
- "description": "Triggered when the clear button is clicked"
480
- },
481
- "sd-cascader/search": {
482
- "description": "Triggered when the user searches"
478
+ "sd-cascader/search": {
479
+ "description": "Triggered when the user searches"
483
480
  },
484
481
  "sd-cascader/popup-visible-change": {
485
482
  "description": "Triggered when the display state of the dropdown changes"
@@ -606,46 +603,65 @@
606
603
  "description": "Tag content does not wrap",
607
604
  "type": "boolean"
608
605
  },
609
- "sd-cascader-panel/change": {
610
- "description": "Triggered when the selected value changes"
606
+ "sd-checkbox/change": {
607
+ "description": "Trigger when the value changes"
611
608
  },
612
- "sd-cascader-panel/path-mode": {
613
- "description": "Whether the value is a path",
609
+ "sd-checkbox/model-value": {
610
+ "description": "Value"
611
+ },
612
+ "sd-checkbox/default-checked": {
613
+ "description": "Whether checked by default (uncontrolled state)",
614
614
  "type": "boolean"
615
615
  },
616
- "sd-cascader-panel/multiple": {
617
- "description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
616
+ "sd-checkbox/value": {
617
+ "description": "The `value` of the option",
618
+ "type": "string|number|boolean"
619
+ },
620
+ "sd-checkbox/disabled": {
621
+ "description": "Whether to disable",
618
622
  "type": "boolean"
619
623
  },
620
- "sd-cascader-panel/model-value": {
624
+ "sd-checkbox/indeterminate": {
625
+ "description": "Whether it is half-selected",
626
+ "type": "boolean"
627
+ },
628
+ "sd-checkbox-group/change": {
629
+ "description": "Trigger when the value changes"
630
+ },
631
+ "sd-checkbox-group/model-value": {
621
632
  "description": "Value"
622
633
  },
623
- "sd-cascader-panel/default-value": {
634
+ "sd-checkbox-group/default-value": {
624
635
  "description": "Default value (uncontrolled state)"
625
636
  },
626
- "sd-cascader-panel/options": {
627
- "description": "Options for cascader"
637
+ "sd-checkbox-group/max": {
638
+ "description": "Support the maximum number of selections",
639
+ "type": "number"
628
640
  },
629
- "sd-cascader-panel/expand-trigger": {
630
- "description": "Expand the trigger method of the next level",
631
- "type": "string"
641
+ "sd-checkbox-group/options": {
642
+ "description": "Options"
632
643
  },
633
- "sd-cascader-panel/check-strictly": {
634
- "description": "Whether to enable strict selection mode",
644
+ "sd-checkbox-group/direction": {
645
+ "description": "Arrangement direction of checkboxes"
646
+ },
647
+ "sd-checkbox-group/disabled": {
648
+ "description": "Whether to disable",
635
649
  "type": "boolean"
636
650
  },
637
- "sd-cascader-panel/load-more": {
638
- "description": "Data lazy loading function, open the lazy loading function when it is passed in"
651
+ "sd-collapse-item/header": {
652
+ "description": "The title of the panel",
653
+ "type": "string"
639
654
  },
640
- "sd-cascader-panel/field-names": {
641
- "description": "Customize fields in `CascaderOption`"
655
+ "sd-collapse-item/disabled": {
656
+ "description": "Whether to disable",
657
+ "type": "boolean"
642
658
  },
643
- "sd-cascader-panel/value-key": {
644
- "description": "Used to determine the option key value attribute name",
645
- "type": "string"
659
+ "sd-collapse-item/show-expand-icon": {
660
+ "description": "Whether to show the expand icon",
661
+ "type": "boolean"
646
662
  },
647
- "sd-cascader-panel/expand-child": {
648
- "description": "whether to expand the submenu",
663
+ "sd-collapse-item/destroy-on-hide": {
664
+ "description": "Whether to destroy content when hidden",
649
665
  "type": "boolean"
650
666
  },
651
667
  "sd-collapse/change": {
@@ -676,22 +692,6 @@
676
692
  "description": "Whether to destroy content when hidden",
677
693
  "type": "boolean"
678
694
  },
679
- "sd-collapse-item/header": {
680
- "description": "The title of the panel",
681
- "type": "string"
682
- },
683
- "sd-collapse-item/disabled": {
684
- "description": "Whether to disable",
685
- "type": "boolean"
686
- },
687
- "sd-collapse-item/show-expand-icon": {
688
- "description": "Whether to show the expand icon",
689
- "type": "boolean"
690
- },
691
- "sd-collapse-item/destroy-on-hide": {
692
- "description": "Whether to destroy content when hidden",
693
- "type": "boolean"
694
- },
695
695
  "sd-color-picker/change": {
696
696
  "description": "Triggered when the color value changes"
697
697
  },
@@ -792,48 +792,6 @@
792
792
  "description": "View starts from the right and ends on the left",
793
793
  "type": "boolean"
794
794
  },
795
- "sd-descriptions/data": {
796
- "description": "Data for descriptions"
797
- },
798
- "sd-descriptions/column": {
799
- "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
800
- },
801
- "sd-descriptions/title": {
802
- "description": "Title of descriptions",
803
- "type": "string"
804
- },
805
- "sd-descriptions/layout": {
806
- "description": "Arrangement of descriptions",
807
- "type": "string"
808
- },
809
- "sd-descriptions/align": {
810
- "description": "Alignment position of text"
811
- },
812
- "sd-descriptions/size": {
813
- "description": "The size of the descriptions"
814
- },
815
- "sd-descriptions/bordered": {
816
- "description": "Whether to show the border",
817
- "type": "boolean"
818
- },
819
- "sd-descriptions/label-style": {
820
- "description": "Data label style"
821
- },
822
- "sd-descriptions/value-style": {
823
- "description": "Data content style"
824
- },
825
- "sd-descriptions/table-layout": {
826
- "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
827
- "type": "string"
828
- },
829
- "sd-descriptions-item/span": {
830
- "description": "number of columns",
831
- "type": "number"
832
- },
833
- "sd-descriptions-item/label": {
834
- "description": "Label",
835
- "type": "string"
836
- },
837
795
  "sd-range-picker/change": {
838
796
  "description": "The component value changes"
839
797
  },
@@ -916,6 +874,67 @@
916
874
  "description": "Whether to enable abbreviation",
917
875
  "type": "boolean"
918
876
  },
877
+ "sd-descriptions/data": {
878
+ "description": "Data for descriptions"
879
+ },
880
+ "sd-descriptions/column": {
881
+ "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
882
+ },
883
+ "sd-descriptions/title": {
884
+ "description": "Title of descriptions",
885
+ "type": "string"
886
+ },
887
+ "sd-descriptions/layout": {
888
+ "description": "Arrangement of descriptions",
889
+ "type": "string"
890
+ },
891
+ "sd-descriptions/align": {
892
+ "description": "Alignment position of text"
893
+ },
894
+ "sd-descriptions/size": {
895
+ "description": "The size of the descriptions"
896
+ },
897
+ "sd-descriptions/bordered": {
898
+ "description": "Whether to show the border",
899
+ "type": "boolean"
900
+ },
901
+ "sd-descriptions/label-style": {
902
+ "description": "Data label style"
903
+ },
904
+ "sd-descriptions/value-style": {
905
+ "description": "Data content style"
906
+ },
907
+ "sd-descriptions/table-layout": {
908
+ "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
909
+ "type": "string"
910
+ },
911
+ "sd-descriptions-item/span": {
912
+ "description": "number of columns",
913
+ "type": "number"
914
+ },
915
+ "sd-descriptions-item/label": {
916
+ "description": "Label",
917
+ "type": "string"
918
+ },
919
+ "sd-divider/direction": {
920
+ "description": "The direction of the dividing line. Can be horizontal or vertical"
921
+ },
922
+ "sd-divider/orientation": {
923
+ "description": "The position of the dividing line text",
924
+ "type": "string"
925
+ },
926
+ "sd-divider/type": {
927
+ "description": "Dividing line style type",
928
+ "type": "string"
929
+ },
930
+ "sd-divider/size": {
931
+ "description": "The wide/height of the dividing line",
932
+ "type": "number"
933
+ },
934
+ "sd-divider/margin": {
935
+ "description": "Margin up and down the split line (left and right margin in vertical direction)",
936
+ "type": "number | string"
937
+ },
919
938
  "sd-drawer/ok": {
920
939
  "description": "Triggered when the OK button is clicked"
921
940
  },
@@ -1029,68 +1048,55 @@
1029
1048
  "description": "Whether to hide the cancel button",
1030
1049
  "type": "boolean"
1031
1050
  },
1032
- "sd-divider/direction": {
1033
- "description": "The direction of the dividing line. Can be horizontal or vertical"
1051
+ "sd-dropdown-button/popup-visible-change": {
1052
+ "description": "Triggered when the display status of the drop-down box changes"
1034
1053
  },
1035
- "sd-divider/orientation": {
1036
- "description": "The position of the dividing line text",
1037
- "type": "string"
1054
+ "sd-dropdown-button/click": {
1055
+ "description": "Emitted when the button is clicked"
1038
1056
  },
1039
- "sd-divider/type": {
1040
- "description": "Dividing line style type",
1041
- "type": "string"
1057
+ "sd-dropdown-button/select": {
1058
+ "description": "Triggered when the user selects"
1042
1059
  },
1043
- "sd-divider/size": {
1044
- "description": "The wide/height of the dividing line",
1045
- "type": "number"
1060
+ "sd-dropdown-button/popup-visible": {
1061
+ "description": "Whether the popup is visible",
1062
+ "type": "boolean"
1046
1063
  },
1047
- "sd-divider/margin": {
1048
- "description": "Margin up and down the split line (left and right margin in vertical direction)",
1049
- "type": "number | string"
1064
+ "sd-dropdown-button/default-popup-visible": {
1065
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1066
+ "type": "boolean"
1050
1067
  },
1051
- "sd-empty/description": {
1052
- "description": "Description",
1053
- "type": "string"
1054
- },
1055
- "sd-empty/img-src": {
1056
- "description": "The src of the Custom Image",
1057
- "type": "string"
1058
- },
1059
- "sd-empty/in-config-provider": {
1060
- "description": "Whether to use in ConfigProvider",
1061
- "type": "boolean"
1062
- },
1063
- "sd-dropdown/popup-visible-change": {
1064
- "description": "Triggered when the display status of the drop-down box changes"
1068
+ "sd-dropdown-button/trigger": {
1069
+ "description": "Trigger method"
1065
1070
  },
1066
- "sd-dropdown/select": {
1067
- "description": "Triggered when the user selects"
1071
+ "sd-dropdown-button/position": {
1072
+ "description": "Popup position"
1068
1073
  },
1069
- "sd-dropdown/popup-visible": {
1070
- "description": "Whether the popup is visible",
1071
- "type": "boolean"
1074
+ "sd-dropdown-button/popup-container": {
1075
+ "description": "Mount container for popup"
1072
1076
  },
1073
- "sd-dropdown/default-popup-visible": {
1074
- "description": "Whether the popup is visible by default (uncontrolled mode)",
1077
+ "sd-dropdown-button/disabled": {
1078
+ "description": "Whether to disable",
1075
1079
  "type": "boolean"
1076
1080
  },
1077
- "sd-dropdown/trigger": {
1078
- "description": "Trigger method"
1079
- },
1080
- "sd-dropdown/position": {
1081
- "description": "Popup position"
1081
+ "sd-dropdown-button/type": {
1082
+ "description": "Button type",
1083
+ "type": "string"
1082
1084
  },
1083
- "sd-dropdown/popup-container": {
1084
- "description": "Mount container for popup"
1085
+ "sd-dropdown-button/size": {
1086
+ "description": "Button size",
1087
+ "type": "string"
1085
1088
  },
1086
- "sd-dropdown/popup-max-height": {
1087
- "description": "Maximum height of the popup",
1088
- "type": "boolean|number"
1089
+ "sd-dropdown-button/button-props": {
1090
+ "description": "Button props"
1089
1091
  },
1090
- "sd-dropdown/hide-on-select": {
1092
+ "sd-dropdown-button/hide-on-select": {
1091
1093
  "description": "Whether to hide popup when the user selects",
1092
1094
  "type": "boolean"
1093
1095
  },
1096
+ "sd-dgroup/title": {
1097
+ "description": "Group title",
1098
+ "type": "string"
1099
+ },
1094
1100
  "sd-doption/click": {
1095
1101
  "description": "Emitted when the button is clicked"
1096
1102
  },
@@ -1102,10 +1108,6 @@
1102
1108
  "description": "Whether to disable",
1103
1109
  "type": "boolean"
1104
1110
  },
1105
- "sd-dgroup/title": {
1106
- "description": "Group title",
1107
- "type": "string"
1108
- },
1109
1111
  "sd-dsubmenu/popup-visible-change": {
1110
1112
  "description": "Triggered when the display status of the drop-down box changes"
1111
1113
  },
@@ -1136,98 +1138,67 @@
1136
1138
  "description": "Custom option properties",
1137
1139
  "type": "object"
1138
1140
  },
1139
- "sd-dropdown-button/popup-visible-change": {
1141
+ "sd-dropdown/popup-visible-change": {
1140
1142
  "description": "Triggered when the display status of the drop-down box changes"
1141
1143
  },
1142
- "sd-dropdown-button/click": {
1143
- "description": "Emitted when the button is clicked"
1144
- },
1145
- "sd-dropdown-button/select": {
1144
+ "sd-dropdown/select": {
1146
1145
  "description": "Triggered when the user selects"
1147
1146
  },
1148
- "sd-dropdown-button/popup-visible": {
1147
+ "sd-dropdown/popup-visible": {
1149
1148
  "description": "Whether the popup is visible",
1150
1149
  "type": "boolean"
1151
1150
  },
1152
- "sd-dropdown-button/default-popup-visible": {
1151
+ "sd-dropdown/default-popup-visible": {
1153
1152
  "description": "Whether the popup is visible by default (uncontrolled mode)",
1154
1153
  "type": "boolean"
1155
1154
  },
1156
- "sd-dropdown-button/trigger": {
1155
+ "sd-dropdown/trigger": {
1157
1156
  "description": "Trigger method"
1158
1157
  },
1159
- "sd-dropdown-button/position": {
1158
+ "sd-dropdown/position": {
1160
1159
  "description": "Popup position"
1161
1160
  },
1162
- "sd-dropdown-button/popup-container": {
1161
+ "sd-dropdown/popup-container": {
1163
1162
  "description": "Mount container for popup"
1164
1163
  },
1165
- "sd-dropdown-button/disabled": {
1166
- "description": "Whether to disable",
1167
- "type": "boolean"
1168
- },
1169
- "sd-dropdown-button/type": {
1170
- "description": "Button type",
1171
- "type": "string"
1172
- },
1173
- "sd-dropdown-button/size": {
1174
- "description": "Button size",
1175
- "type": "string"
1176
- },
1177
- "sd-dropdown-button/button-props": {
1178
- "description": "Button props"
1164
+ "sd-dropdown/popup-max-height": {
1165
+ "description": "Maximum height of the popup",
1166
+ "type": "boolean|number"
1179
1167
  },
1180
- "sd-dropdown-button/hide-on-select": {
1168
+ "sd-dropdown/hide-on-select": {
1181
1169
  "description": "Whether to hide popup when the user selects",
1182
1170
  "type": "boolean"
1183
1171
  },
1184
- "sd-form/submit": {
1185
- "description": "Triggered when the form is submitted"
1186
- },
1187
- "sd-form/submit-success": {
1188
- "description": "Triggered when verification is successful"
1189
- },
1190
- "sd-form/submit-failed": {
1191
- "description": "Triggered when verification failed"
1192
- },
1193
- "sd-form/model": {
1194
- "description": "Form data object",
1195
- "type": "object"
1196
- },
1197
- "sd-form/layout": {
1198
- "description": "The layout of the form, including horizontal, vertical, and multi-column"
1199
- },
1200
- "sd-form/size": {
1201
- "description": "The size of the form"
1172
+ "sd-ellipsis/line-clamp": {
1173
+ "description": "Maximum number of displayed lines. Single-line ellipsis is used by default.",
1174
+ "type": "number | string"
1202
1175
  },
1203
- "sd-form/label-col-props": {
1204
- "description": "Label element layout options. The parameters are the same as the `<col>` component",
1205
- "type": "object"
1176
+ "sd-ellipsis/expand-trigger": {
1177
+ "description": "Trigger mode for expansion"
1206
1178
  },
1207
- "sd-form/wrapper-col-props": {
1208
- "description": "Form control layout options. The parameters are the same as the `<col>` component",
1209
- "type": "object"
1179
+ "sd-ellipsis/tooltip": {
1180
+ "description": "Whether to show a tooltip when ellipsis is active. Tooltip props are supported."
1210
1181
  },
1211
- "sd-form/label-align": {
1212
- "description": "Alignment direction of the label"
1182
+ "sd-performant-ellipsis/line-clamp": {
1183
+ "description": "Maximum number of displayed lines. Single-line ellipsis is used by default.",
1184
+ "type": "number | string"
1213
1185
  },
1214
- "sd-form/disabled": {
1215
- "description": "Whether to disable the form",
1216
- "type": "boolean"
1186
+ "sd-performant-ellipsis/expand-trigger": {
1187
+ "description": "Trigger mode for expansion"
1217
1188
  },
1218
- "sd-form/rules": {
1219
- "description": "Form item validation rules"
1189
+ "sd-performant-ellipsis/tooltip": {
1190
+ "description": "Whether to show a tooltip when ellipsis is active. Tooltip props are supported."
1220
1191
  },
1221
- "sd-form/auto-label-width": {
1222
- "description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
1223
- "type": "boolean"
1192
+ "sd-empty/description": {
1193
+ "description": "Description",
1194
+ "type": "string"
1224
1195
  },
1225
- "sd-form/id": {
1226
- "description": "Form `id` attribute and form control `id` prefix",
1196
+ "sd-empty/img-src": {
1197
+ "description": "The src of the Custom Image",
1227
1198
  "type": "string"
1228
1199
  },
1229
- "sd-form/scroll-to-first-error": {
1230
- "description": "Scroll to the first error field after verification fails",
1200
+ "sd-empty/in-config-provider": {
1201
+ "description": "Whether to use in ConfigProvider",
1231
1202
  "type": "boolean"
1232
1203
  },
1233
1204
  "sd-form-item/field": {
@@ -1338,23 +1309,53 @@
1338
1309
  "description": "Attributes of the form item element",
1339
1310
  "type": "object"
1340
1311
  },
1341
- "sd-row/gutter": {
1342
- "description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
1312
+ "sd-form/submit": {
1313
+ "description": "Triggered when the form is submitted"
1343
1314
  },
1344
- "sd-row/justify": {
1345
- "description": "Horizontal alignment (`justify-content`)",
1346
- "type": "string"
1315
+ "sd-form/submit-success": {
1316
+ "description": "Triggered when verification is successful"
1347
1317
  },
1348
- "sd-row/align": {
1349
- "description": "Vertical alignment (`align-items`)",
1350
- "type": "string"
1318
+ "sd-form/submit-failed": {
1319
+ "description": "Triggered when verification failed"
1351
1320
  },
1352
- "sd-row/div": {
1353
- "description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
1321
+ "sd-form/model": {
1322
+ "description": "Form data object",
1323
+ "type": "object"
1324
+ },
1325
+ "sd-form/layout": {
1326
+ "description": "The layout of the form, including horizontal, vertical, and multi-column"
1327
+ },
1328
+ "sd-form/size": {
1329
+ "description": "The size of the form"
1330
+ },
1331
+ "sd-form/label-col-props": {
1332
+ "description": "Label element layout options. The parameters are the same as the `<col>` component",
1333
+ "type": "object"
1334
+ },
1335
+ "sd-form/wrapper-col-props": {
1336
+ "description": "Form control layout options. The parameters are the same as the `<col>` component",
1337
+ "type": "object"
1338
+ },
1339
+ "sd-form/label-align": {
1340
+ "description": "Alignment direction of the label"
1341
+ },
1342
+ "sd-form/disabled": {
1343
+ "description": "Whether to disable the form",
1354
1344
  "type": "boolean"
1355
1345
  },
1356
- "sd-row/wrap": {
1357
- "description": "Whether `Col` can wrap onto multiple lines",
1346
+ "sd-form/rules": {
1347
+ "description": "Form item validation rules"
1348
+ },
1349
+ "sd-form/auto-label-width": {
1350
+ "description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
1351
+ "type": "boolean"
1352
+ },
1353
+ "sd-form/id": {
1354
+ "description": "Form `id` attribute and form control `id` prefix",
1355
+ "type": "string"
1356
+ },
1357
+ "sd-form/scroll-to-first-error": {
1358
+ "description": "Scroll to the first error field after verification fails",
1358
1359
  "type": "boolean"
1359
1360
  },
1360
1361
  "sd-col/span": {
@@ -1390,6 +1391,35 @@
1390
1391
  "sd-col/flex": {
1391
1392
  "description": "Set flex layout properties"
1392
1393
  },
1394
+ "sd-grid-item/span": {
1395
+ "description": "Number of grids spanned"
1396
+ },
1397
+ "sd-grid-item/offset": {
1398
+ "description": "Number of grids on the left"
1399
+ },
1400
+ "sd-grid-item/suffix": {
1401
+ "description": "Is it a suffix element",
1402
+ "type": "boolean"
1403
+ },
1404
+ "sd-row/gutter": {
1405
+ "description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
1406
+ },
1407
+ "sd-row/justify": {
1408
+ "description": "Horizontal alignment (`justify-content`)",
1409
+ "type": "string"
1410
+ },
1411
+ "sd-row/align": {
1412
+ "description": "Vertical alignment (`align-items`)",
1413
+ "type": "string"
1414
+ },
1415
+ "sd-row/div": {
1416
+ "description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
1417
+ "type": "boolean"
1418
+ },
1419
+ "sd-row/wrap": {
1420
+ "description": "Whether `Col` can wrap onto multiple lines",
1421
+ "type": "boolean"
1422
+ },
1393
1423
  "sd-grid/cols": {
1394
1424
  "description": "Number of columns displayed in each row"
1395
1425
  },
@@ -1407,16 +1437,6 @@
1407
1437
  "description": "Number of rows displayed when collapsed",
1408
1438
  "type": "number"
1409
1439
  },
1410
- "sd-grid-item/span": {
1411
- "description": "Number of grids spanned"
1412
- },
1413
- "sd-grid-item/offset": {
1414
- "description": "Number of grids on the left"
1415
- },
1416
- "sd-grid-item/suffix": {
1417
- "description": "Is it a suffix element",
1418
- "type": "boolean"
1419
- },
1420
1440
  "sd-image/preview-visible-change": {
1421
1441
  "description": "Preview opening and closing events"
1422
1442
  },
@@ -1478,63 +1498,22 @@
1478
1498
  "description": "The class name of the bottom display area",
1479
1499
  "type": "string|array|object"
1480
1500
  },
1481
- "sd-image-preview/close": {
1482
- "description": "Close event"
1483
- },
1484
- "sd-image-preview/src": {
1485
- "description": "Image src",
1501
+ "sd-image-preview-action/name": {
1502
+ "description": "the name of the action",
1486
1503
  "type": "string"
1487
1504
  },
1488
- "sd-image-preview/visible": {
1489
- "description": "Whether is visible",
1505
+ "sd-image-preview-action/disabled": {
1506
+ "description": "Whether to disable the action",
1490
1507
  "type": "boolean"
1491
1508
  },
1492
- "sd-image-preview/default-visible": {
1493
- "description": "Default visibility",
1494
- "type": "boolean"
1509
+ "sd-image-preview-group/change": {
1510
+ "description": "Image switch"
1495
1511
  },
1496
- "sd-image-preview/mask-closable": {
1497
- "description": "Whether to close the modal when mask is clicked",
1498
- "type": "boolean"
1512
+ "sd-image-preview-group/visible-change": {
1513
+ "description": "Preview visibility change"
1499
1514
  },
1500
- "sd-image-preview/closable": {
1501
- "description": "Whether to show close button",
1502
- "type": "boolean"
1503
- },
1504
- "sd-image-preview/actions-layout": {
1505
- "description": "Layout of action list"
1506
- },
1507
- "sd-image-preview/popup-container": {
1508
- "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1509
- },
1510
- "sd-image-preview/esc-to-close": {
1511
- "description": "Whether to support the ESC key to close the preview",
1512
- "type": "boolean"
1513
- },
1514
- "sd-image-preview/wheel-zoom": {
1515
- "description": "Whether to enable wheel zoom",
1516
- "type": "boolean"
1517
- },
1518
- "sd-image-preview/keyboard": {
1519
- "description": "Whether to enable keyboard shortcuts",
1520
- "type": "boolean"
1521
- },
1522
- "sd-image-preview/default-scale": {
1523
- "description": "Default scale",
1524
- "type": "number"
1525
- },
1526
- "sd-image-preview/zoom-rate": {
1527
- "description": "Zoom rate, only for scroll zoom",
1528
- "type": "number"
1529
- },
1530
- "sd-image-preview-group/change": {
1531
- "description": "Image switch"
1532
- },
1533
- "sd-image-preview-group/visible-change": {
1534
- "description": "Preview visibility change"
1535
- },
1536
- "sd-image-preview-group/src-list": {
1537
- "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
1515
+ "sd-image-preview-group/src-list": {
1516
+ "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
1538
1517
  },
1539
1518
  "sd-image-preview-group/current": {
1540
1519
  "description": "The index of the currently displayed image",
@@ -1570,127 +1549,54 @@
1570
1549
  "sd-image-preview-group/popup-container": {
1571
1550
  "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1572
1551
  },
1573
- "sd-image-preview-action/name": {
1574
- "description": "the name of the action",
1575
- "type": "string"
1576
- },
1577
- "sd-image-preview-action/disabled": {
1578
- "description": "Whether to disable the action",
1579
- "type": "boolean"
1580
- },
1581
- "sd-input/input": {
1582
- "description": "Triggered when the user enters"
1583
- },
1584
- "sd-input/change": {
1585
- "description": "Only triggered when the input box is out of focus or when you press Enter"
1586
- },
1587
- "sd-input/press-enter": {
1588
- "description": "Triggered when the user presses enter"
1589
- },
1590
- "sd-input/clear": {
1591
- "description": "Triggered when the user clicks the clear button"
1592
- },
1593
- "sd-input/focus": {
1594
- "description": "Triggered when the input box gets focus"
1595
- },
1596
- "sd-input/blur": {
1597
- "description": "Triggered when the input box loses focus"
1598
- },
1599
- "sd-input/model-value": {
1600
- "description": "Value",
1601
- "type": "string"
1552
+ "sd-image-preview/close": {
1553
+ "description": "Close event"
1602
1554
  },
1603
- "sd-input/default-value": {
1604
- "description": "Default value (uncontrolled state)",
1555
+ "sd-image-preview/src": {
1556
+ "description": "Image src",
1605
1557
  "type": "string"
1606
1558
  },
1607
- "sd-input/size": {
1608
- "description": "Input size"
1609
- },
1610
- "sd-input/allow-clear": {
1611
- "description": "Whether to allow the input to be cleared",
1612
- "type": "boolean"
1613
- },
1614
- "sd-input/disabled": {
1615
- "description": "Whether to disable",
1616
- "type": "boolean"
1617
- },
1618
- "sd-input/readonly": {
1619
- "description": "Whether it is read-only",
1620
- "type": "boolean"
1621
- },
1622
- "sd-input/error": {
1623
- "description": "Whether it is an error state",
1559
+ "sd-image-preview/visible": {
1560
+ "description": "Whether is visible",
1624
1561
  "type": "boolean"
1625
1562
  },
1626
- "sd-input/placeholder": {
1627
- "description": "Prompt text",
1628
- "type": "string"
1629
- },
1630
- "sd-input/max-length": {
1631
- "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1632
- },
1633
- "sd-input/show-word-limit": {
1634
- "description": "Whether to display word count",
1563
+ "sd-image-preview/default-visible": {
1564
+ "description": "Default visibility",
1635
1565
  "type": "boolean"
1636
1566
  },
1637
- "sd-input/word-length": {
1638
- "description": "Calculation method of word length"
1639
- },
1640
- "sd-input/word-slice": {
1641
- "description": "Character interception method, used together with wordLength"
1642
- },
1643
- "sd-input/input-attrs": {
1644
- "description": "Attributes of inner input elements",
1645
- "type": "object"
1646
- },
1647
- "sd-input/prepend": {
1648
- "description": "Prepend",
1649
- "type": "string"
1650
- },
1651
- "sd-input/append": {
1652
- "description": "Append",
1653
- "type": "string"
1654
- },
1655
- "sd-input-password/visibility-change": {
1656
- "description": "Callback when visibility changes"
1657
- },
1658
- "sd-input-password/visibility": {
1659
- "description": "Whether is visible",
1567
+ "sd-image-preview/mask-closable": {
1568
+ "description": "Whether to close the modal when mask is clicked",
1660
1569
  "type": "boolean"
1661
1570
  },
1662
- "sd-input-password/default-visibility": {
1663
- "description": "Default visibility",
1571
+ "sd-image-preview/closable": {
1572
+ "description": "Whether to show close button",
1664
1573
  "type": "boolean"
1665
1574
  },
1666
- "sd-input-password/invisible-button": {
1667
- "description": "Whether to show visible buttons",
1668
- "type": "boolean"
1575
+ "sd-image-preview/actions-layout": {
1576
+ "description": "Layout of action list"
1669
1577
  },
1670
- "sd-input-search/search": {
1671
- "description": "Triggered when the search button is clicked"
1578
+ "sd-image-preview/popup-container": {
1579
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1672
1580
  },
1673
- "sd-input-search/search-button": {
1674
- "description": "Whether it is the rear button mode",
1581
+ "sd-image-preview/esc-to-close": {
1582
+ "description": "Whether to support the ESC key to close the preview",
1675
1583
  "type": "boolean"
1676
1584
  },
1677
- "sd-input-search/loading": {
1678
- "description": "Whether it is loading state",
1585
+ "sd-image-preview/wheel-zoom": {
1586
+ "description": "Whether to enable wheel zoom",
1679
1587
  "type": "boolean"
1680
1588
  },
1681
- "sd-input-search/disabled": {
1682
- "description": "Whether to disable",
1589
+ "sd-image-preview/keyboard": {
1590
+ "description": "Whether to enable keyboard shortcuts",
1683
1591
  "type": "boolean"
1684
1592
  },
1685
- "sd-input-search/size": {
1686
- "description": "Input size"
1687
- },
1688
- "sd-input-search/button-text": {
1689
- "description": "The text of the search button will replace the original icon after use",
1690
- "type": "string"
1593
+ "sd-image-preview/default-scale": {
1594
+ "description": "Default scale",
1595
+ "type": "number"
1691
1596
  },
1692
- "sd-input-search/button-props": {
1693
- "description": "Button props"
1597
+ "sd-image-preview/zoom-rate": {
1598
+ "description": "Zoom rate, only for scroll zoom",
1599
+ "type": "number"
1694
1600
  },
1695
1601
  "sd-input-number/change": {
1696
1602
  "description": "Triggered when the value changes"
@@ -1858,78 +1764,192 @@
1858
1764
  "description": "Tag content does not wrap",
1859
1765
  "type": "boolean"
1860
1766
  },
1861
- "sd-layout/has-sider": {
1862
- "description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
1863
- "type": "boolean"
1767
+ "sd-input/input": {
1768
+ "description": "Triggered when the user enters"
1864
1769
  },
1865
- "sd-layout-sider/collapse": {
1866
- "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1770
+ "sd-input/change": {
1771
+ "description": "Only triggered when the input box is out of focus or when you press Enter"
1867
1772
  },
1868
- "sd-layout-sider/breakpoint": {
1869
- "description": "Events when a responsive layout breakpoint is triggered"
1773
+ "sd-input/press-enter": {
1774
+ "description": "Triggered when the user presses enter"
1870
1775
  },
1871
- "sd-layout-sider/theme": {
1872
- "description": "Theme",
1873
- "type": "string"
1776
+ "sd-input/clear": {
1777
+ "description": "Triggered when the user clicks the clear button"
1874
1778
  },
1875
- "sd-layout-sider/collapsed": {
1876
- "description": "Current collapsed state",
1877
- "type": "boolean"
1779
+ "sd-input/focus": {
1780
+ "description": "Triggered when the input box gets focus"
1878
1781
  },
1879
- "sd-layout-sider/default-collapsed": {
1880
- "description": "The default collapsed state",
1881
- "type": "boolean"
1782
+ "sd-input/blur": {
1783
+ "description": "Triggered when the input box loses focus"
1882
1784
  },
1883
- "sd-layout-sider/collapsible": {
1884
- "description": "Whether is collapsible",
1885
- "type": "boolean"
1785
+ "sd-input/model-value": {
1786
+ "description": "Value",
1787
+ "type": "string"
1886
1788
  },
1887
- "sd-layout-sider/width": {
1888
- "description": "Width",
1889
- "type": "number"
1789
+ "sd-input/default-value": {
1790
+ "description": "Default value (uncontrolled state)",
1791
+ "type": "string"
1890
1792
  },
1891
- "sd-layout-sider/collapsed-width": {
1892
- "description": "Collapsed width",
1893
- "type": "number"
1793
+ "sd-input/size": {
1794
+ "description": "Input size"
1894
1795
  },
1895
- "sd-layout-sider/reverse-arrow": {
1896
- "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
1796
+ "sd-input/allow-clear": {
1797
+ "description": "Whether to allow the input to be cleared",
1897
1798
  "type": "boolean"
1898
1799
  },
1899
- "sd-layout-sider/resize-directions": {
1900
- "description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
1800
+ "sd-input/disabled": {
1801
+ "description": "Whether to disable",
1802
+ "type": "boolean"
1901
1803
  },
1902
- "sd-layout-sider/hide-trigger": {
1903
- "description": "Whether to hide the bottom fold trigger",
1804
+ "sd-input/readonly": {
1805
+ "description": "Whether it is read-only",
1904
1806
  "type": "boolean"
1905
1807
  },
1906
- "sd-link/click": {
1907
- "description": "Emitted when the link is clicked"
1808
+ "sd-input/error": {
1809
+ "description": "Whether it is an error state",
1810
+ "type": "boolean"
1908
1811
  },
1909
- "sd-link/href": {
1910
- "description": "Link address",
1812
+ "sd-input/placeholder": {
1813
+ "description": "Prompt text",
1911
1814
  "type": "string"
1912
1815
  },
1913
- "sd-link/status": {
1914
- "description": "Link status"
1816
+ "sd-input/max-length": {
1817
+ "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1915
1818
  },
1916
- "sd-link/hoverable": {
1917
- "description": "Whether to hide background when hover",
1819
+ "sd-input/show-word-limit": {
1820
+ "description": "Whether to display word count",
1918
1821
  "type": "boolean"
1919
1822
  },
1920
- "sd-link/icon": {
1921
- "description": "icon",
1922
- "type": "boolean"
1823
+ "sd-input/word-length": {
1824
+ "description": "Calculation method of word length"
1923
1825
  },
1924
- "sd-link/loading": {
1925
- "description": "Whether the link is in the loading state",
1926
- "type": "boolean"
1826
+ "sd-input/word-slice": {
1827
+ "description": "Character interception method, used together with wordLength"
1927
1828
  },
1928
- "sd-link/disabled": {
1929
- "description": "Whether the link is disabled",
1930
- "type": "boolean"
1829
+ "sd-input/input-attrs": {
1830
+ "description": "Attributes of inner input elements",
1831
+ "type": "object"
1931
1832
  },
1932
- "sd-list/scroll": {
1833
+ "sd-input/prepend": {
1834
+ "description": "Prepend",
1835
+ "type": "string"
1836
+ },
1837
+ "sd-input/append": {
1838
+ "description": "Append",
1839
+ "type": "string"
1840
+ },
1841
+ "sd-input-password/visibility-change": {
1842
+ "description": "Callback when visibility changes"
1843
+ },
1844
+ "sd-input-password/visibility": {
1845
+ "description": "Whether is visible",
1846
+ "type": "boolean"
1847
+ },
1848
+ "sd-input-password/default-visibility": {
1849
+ "description": "Default visibility",
1850
+ "type": "boolean"
1851
+ },
1852
+ "sd-input-password/invisible-button": {
1853
+ "description": "Whether to show visible buttons",
1854
+ "type": "boolean"
1855
+ },
1856
+ "sd-input-search/search": {
1857
+ "description": "Triggered when the search button is clicked"
1858
+ },
1859
+ "sd-input-search/search-button": {
1860
+ "description": "Whether it is the rear button mode",
1861
+ "type": "boolean"
1862
+ },
1863
+ "sd-input-search/loading": {
1864
+ "description": "Whether it is loading state",
1865
+ "type": "boolean"
1866
+ },
1867
+ "sd-input-search/disabled": {
1868
+ "description": "Whether to disable",
1869
+ "type": "boolean"
1870
+ },
1871
+ "sd-input-search/size": {
1872
+ "description": "Input size"
1873
+ },
1874
+ "sd-input-search/button-text": {
1875
+ "description": "The text of the search button will replace the original icon after use",
1876
+ "type": "string"
1877
+ },
1878
+ "sd-input-search/button-props": {
1879
+ "description": "Button props"
1880
+ },
1881
+ "sd-layout/has-sider": {
1882
+ "description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
1883
+ "type": "boolean"
1884
+ },
1885
+ "sd-layout-sider/collapse": {
1886
+ "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1887
+ },
1888
+ "sd-layout-sider/breakpoint": {
1889
+ "description": "Events when a responsive layout breakpoint is triggered"
1890
+ },
1891
+ "sd-layout-sider/theme": {
1892
+ "description": "Theme",
1893
+ "type": "string"
1894
+ },
1895
+ "sd-layout-sider/collapsed": {
1896
+ "description": "Current collapsed state",
1897
+ "type": "boolean"
1898
+ },
1899
+ "sd-layout-sider/default-collapsed": {
1900
+ "description": "The default collapsed state",
1901
+ "type": "boolean"
1902
+ },
1903
+ "sd-layout-sider/collapsible": {
1904
+ "description": "Whether is collapsible",
1905
+ "type": "boolean"
1906
+ },
1907
+ "sd-layout-sider/width": {
1908
+ "description": "Width",
1909
+ "type": "number"
1910
+ },
1911
+ "sd-layout-sider/collapsed-width": {
1912
+ "description": "Collapsed width",
1913
+ "type": "number"
1914
+ },
1915
+ "sd-layout-sider/reverse-arrow": {
1916
+ "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
1917
+ "type": "boolean"
1918
+ },
1919
+ "sd-layout-sider/resize-directions": {
1920
+ "description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
1921
+ },
1922
+ "sd-layout-sider/hide-trigger": {
1923
+ "description": "Whether to hide the bottom fold trigger",
1924
+ "type": "boolean"
1925
+ },
1926
+ "sd-link/click": {
1927
+ "description": "Emitted when the link is clicked"
1928
+ },
1929
+ "sd-link/href": {
1930
+ "description": "Link address",
1931
+ "type": "string"
1932
+ },
1933
+ "sd-link/status": {
1934
+ "description": "Link status"
1935
+ },
1936
+ "sd-link/hoverable": {
1937
+ "description": "Whether to hide background when hover",
1938
+ "type": "boolean"
1939
+ },
1940
+ "sd-link/icon": {
1941
+ "description": "icon",
1942
+ "type": "boolean"
1943
+ },
1944
+ "sd-link/loading": {
1945
+ "description": "Whether the link is in the loading state",
1946
+ "type": "boolean"
1947
+ },
1948
+ "sd-link/disabled": {
1949
+ "description": "Whether the link is disabled",
1950
+ "type": "boolean"
1951
+ },
1952
+ "sd-list/scroll": {
1933
1953
  "description": "Triggered when the list scrolls"
1934
1954
  },
1935
1955
  "sd-list/reach-bottom": {
@@ -2044,89 +2064,14 @@
2044
2064
  "description": "Whether to allow the input to be cleared",
2045
2065
  "type": "boolean"
2046
2066
  },
2047
- "sd-menu/collapse": {
2048
- "description": "Triggered when the collapsed state changes"
2049
- },
2050
- "sd-menu/menu-item-click": {
2051
- "description": "Triggered when the menu item is clicked"
2052
- },
2053
- "sd-menu/sub-menu-click": {
2054
- "description": "Triggered when the submenu is clicked"
2055
- },
2056
- "sd-menu/theme": {
2057
- "description": "Menu theme",
2058
- "type": "string"
2059
- },
2060
- "sd-menu/mode": {
2061
- "description": "The mode of menu",
2062
- "type": "string"
2063
- },
2064
- "sd-menu/level-indent": {
2065
- "description": "Indentation between levels",
2066
- "type": "number"
2067
- },
2068
- "sd-menu/auto-open": {
2069
- "description": "Expand all multi-level menus by default",
2070
- "type": "boolean"
2071
- },
2072
- "sd-menu/collapsed": {
2073
- "description": "Whether to collapse the menu",
2074
- "type": "boolean"
2075
- },
2076
- "sd-menu/default-collapsed": {
2077
- "description": "Whether to collapse the menu by default",
2078
- "type": "boolean"
2079
- },
2080
- "sd-menu/collapsed-width": {
2081
- "description": "Collapse menu width",
2082
- "type": "number"
2083
- },
2084
- "sd-menu/accordion": {
2085
- "description": "Turn on the accordion effect",
2086
- "type": "boolean"
2087
- },
2088
- "sd-menu/auto-scroll-into-view": {
2089
- "description": "Whether to automatically scroll the selected item to the visible area",
2090
- "type": "boolean"
2091
- },
2092
- "sd-menu/show-collapse-button": {
2093
- "description": "Whether built-in folding button",
2094
- "type": "boolean"
2095
- },
2096
- "sd-menu/selected-keys": {
2097
- "description": "The selected menu item key array"
2098
- },
2099
- "sd-menu/default-selected-keys": {
2100
- "description": "The key array of the menu items selected by default"
2101
- },
2102
- "sd-menu/open-keys": {
2103
- "description": "Expanded submenu key array"
2104
- },
2105
- "sd-menu/default-open-keys": {
2106
- "description": "The default expanded submenu key array"
2107
- },
2108
- "sd-menu/scroll-config": {
2109
- "description": "Scroll to the configuration items in the visible area and receive all the parameters of [scroll-into-view-if-needed](https://github.com/stipsan/scroll-into-view-if-needed)"
2110
- },
2111
- "sd-menu/trigger-props": {
2112
- "description": "Accept all `Props` of `Trigger` in pop-up mode"
2113
- },
2114
- "sd-menu/tooltip-props": {
2115
- "description": "Accept all `Props` of `ToolTip` in pop-up mode",
2116
- "type": "object"
2117
- },
2118
- "sd-menu/auto-open-selected": {
2119
- "description": "Expand the selected menus by default",
2067
+ "sd-menu-item/disabled": {
2068
+ "description": "Whether to disable",
2120
2069
  "type": "boolean"
2121
2070
  },
2122
- "sd-menu/breakpoint": {
2123
- "description": "Responsive breakpoints, see [Responsive Grid](/vue/component/grid) for details",
2071
+ "sd-menu-item-group/title": {
2072
+ "description": "The title of the menu group",
2124
2073
  "type": "string"
2125
2074
  },
2126
- "sd-menu/popup-max-height": {
2127
- "description": "The maximum height of popover",
2128
- "type": "boolean | number"
2129
- },
2130
2075
  "sd-sub-menu/title": {
2131
2076
  "description": "The title of the submenu",
2132
2077
  "type": "string"
@@ -2142,14 +2087,6 @@
2142
2087
  "description": "The maximum height of popover",
2143
2088
  "type": "boolean | number"
2144
2089
  },
2145
- "sd-menu-item-group/title": {
2146
- "description": "The title of the menu group",
2147
- "type": "string"
2148
- },
2149
- "sd-menu-item/disabled": {
2150
- "description": "Whether to disable",
2151
- "type": "boolean"
2152
- },
2153
2090
  "sd-overflow-list/change": {
2154
2091
  "description": "Triggered when the overflow quantity changes"
2155
2092
  },
@@ -2165,148 +2102,19 @@
2165
2102
  "description": "Overflow From",
2166
2103
  "type": "string"
2167
2104
  },
2168
- "sd-modal/ok": {
2169
- "description": "Triggered when the OK button is clicked"
2170
- },
2171
- "sd-modal/cancel": {
2172
- "description": "Triggered when the cancel/close button is clicked"
2173
- },
2174
- "sd-modal/open": {
2175
- "description": "Triggered after the modal is opened (the animation ends)"
2176
- },
2177
- "sd-modal/close": {
2178
- "description": "Triggered after the modal is closed (the animation ends)"
2179
- },
2180
- "sd-modal/before-open": {
2181
- "description": "Triggered before dialog is opened"
2182
- },
2183
- "sd-modal/before-close": {
2184
- "description": "Triggered before dialog is closed"
2185
- },
2186
- "sd-modal/visible": {
2187
- "description": "Whether the modal is visible",
2188
- "type": "boolean"
2189
- },
2190
- "sd-modal/default-visible": {
2191
- "description": "Whether the modal is visible by default (uncontrolled state)",
2192
- "type": "boolean"
2193
- },
2194
- "sd-modal/width": {
2195
- "description": "The width of the dialog box, if not set, the width value in the style will be used",
2196
- "type": "number|string"
2197
- },
2198
- "sd-modal/top": {
2199
- "description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
2200
- "type": "number|string"
2201
- },
2202
- "sd-modal/mask": {
2203
- "description": "Whether to show the mask",
2204
- "type": "boolean"
2205
- },
2206
- "sd-modal/title": {
2207
- "description": "Title",
2208
- "type": "string"
2209
- },
2210
- "sd-modal/title-align": {
2211
- "description": "horizontal alignment of the title",
2212
- "type": "string"
2213
- },
2214
- "sd-modal/align-center": {
2215
- "description": "Whether the dialog box is displayed in the center",
2216
- "type": "boolean"
2217
- },
2218
- "sd-modal/unmount-on-close": {
2219
- "description": "Whether to uninstall the node when close",
2220
- "type": "boolean"
2221
- },
2222
- "sd-modal/mask-closable": {
2223
- "description": "Whether to close the modal when click the mask",
2224
- "type": "boolean"
2225
- },
2226
- "sd-modal/hide-cancel": {
2227
- "description": "Whether to hide the cancel button",
2228
- "type": "boolean"
2229
- },
2230
- "sd-modal/simple": {
2231
- "description": "Whether to enable simple mode",
2232
- "type": "boolean"
2233
- },
2234
- "sd-modal/closable": {
2235
- "description": "Whether to show the close button",
2236
- "type": "boolean"
2237
- },
2238
- "sd-modal/ok-text": {
2239
- "description": "The content of the confirm button",
2240
- "type": "string"
2241
- },
2242
- "sd-modal/cancel-text": {
2243
- "description": "The content of the cancel button",
2244
- "type": "string"
2245
- },
2246
- "sd-modal/ok-loading": {
2247
- "description": "Whether the confirm button is in the loading state",
2248
- "type": "boolean"
2249
- },
2250
- "sd-modal/ok-button-props": {
2251
- "description": "Props of confirm button"
2252
- },
2253
- "sd-modal/cancel-button-props": {
2254
- "description": "Props of cancel button"
2255
- },
2256
- "sd-modal/footer": {
2257
- "description": "Whether to show the footer",
2258
- "type": "boolean"
2259
- },
2260
- "sd-modal/render-to-body": {
2261
- "description": "Whether the modal is mounted under the `body` element",
2262
- "type": "boolean"
2263
- },
2264
- "sd-modal/popup-container": {
2265
- "description": "Mount container for modal"
2266
- },
2267
- "sd-modal/mask-style": {
2268
- "description": "Mask style"
2269
- },
2270
- "sd-modal/modal-class": {
2271
- "description": "The classname of the modal"
2272
- },
2273
- "sd-modal/modal-style": {
2274
- "description": "Modal style"
2275
- },
2276
- "sd-modal/before-ok": {
2277
- "description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
2278
- },
2279
- "sd-modal/before-cancel": {
2280
- "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2281
- },
2282
- "sd-modal/esc-to-close": {
2283
- "description": "Whether to support the ESC key to close the dialog",
2284
- "type": "boolean"
2285
- },
2286
- "sd-modal/draggable": {
2287
- "description": "Whether to support drag",
2288
- "type": "boolean"
2289
- },
2290
- "sd-modal/fullscreen": {
2291
- "description": "Whether to enable full screen",
2292
- "type": "boolean"
2105
+ "sd-page-header/back": {
2106
+ "description": "Emitted when the back button is clicked"
2293
2107
  },
2294
- "sd-modal/mask-animation-name": {
2295
- "description": "Mask layer animation name",
2108
+ "sd-page-header/title": {
2109
+ "description": "Main title",
2296
2110
  "type": "string"
2297
2111
  },
2298
- "sd-modal/modal-animation-name": {
2299
- "description": "Modal animation name",
2112
+ "sd-page-header/subtitle": {
2113
+ "description": "Subtitle",
2300
2114
  "type": "string"
2301
2115
  },
2302
- "sd-modal/body-class": {
2303
- "description": "The classname of the modal"
2304
- },
2305
- "sd-modal/body-style": {
2306
- "description": "Modal style"
2307
- },
2308
- "sd-modal/hide-title": {
2309
- "description": "Whether to hide the title",
2116
+ "sd-page-header/show-back": {
2117
+ "description": "Whether to show the back button",
2310
2118
  "type": "boolean"
2311
2119
  },
2312
2120
  "sd-pagination/change": {
@@ -2456,27 +2264,12 @@
2456
2264
  "sd-popconfirm/before-cancel": {
2457
2265
  "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2458
2266
  },
2459
- "sd-page-header/back": {
2460
- "description": "Emitted when the back button is clicked"
2267
+ "sd-popover/popup-visible-change": {
2268
+ "description": "Triggered when the text bubble display status changes"
2461
2269
  },
2462
- "sd-page-header/title": {
2463
- "description": "Main title",
2464
- "type": "string"
2465
- },
2466
- "sd-page-header/subtitle": {
2467
- "description": "Subtitle",
2468
- "type": "string"
2469
- },
2470
- "sd-page-header/show-back": {
2471
- "description": "Whether to show the back button",
2472
- "type": "boolean"
2473
- },
2474
- "sd-popover/popup-visible-change": {
2475
- "description": "Triggered when the text bubble display status changes"
2476
- },
2477
- "sd-popover/popup-visible": {
2478
- "description": "Whether the popover is visible",
2479
- "type": "boolean"
2270
+ "sd-popover/popup-visible": {
2271
+ "description": "Whether the popover is visible",
2272
+ "type": "boolean"
2480
2273
  },
2481
2274
  "sd-popover/default-popup-visible": {
2482
2275
  "description": "Whether the popover is visible by default (uncontrolled mode)",
@@ -2691,6 +2484,33 @@
2691
2484
  "sd-scrollbar/outer-style": {
2692
2485
  "description": "Outer style"
2693
2486
  },
2487
+ "sd-optgroup/label": {
2488
+ "description": "Title of option group",
2489
+ "type": "string"
2490
+ },
2491
+ "sd-option/value": {
2492
+ "description": "Option value (if not filled, it will be obtained from the content)",
2493
+ "type": "string|number|boolean|object"
2494
+ },
2495
+ "sd-option/label": {
2496
+ "description": "Option label (if not filled, it will be obtained from the content)",
2497
+ "type": "string"
2498
+ },
2499
+ "sd-option/disabled": {
2500
+ "description": "Whether to disable",
2501
+ "type": "boolean"
2502
+ },
2503
+ "sd-option/tag-props": {
2504
+ "description": "Displayed tag attributes"
2505
+ },
2506
+ "sd-option/extra": {
2507
+ "description": "Extra data",
2508
+ "type": "object"
2509
+ },
2510
+ "sd-option/index": {
2511
+ "description": "index for manually specifying option",
2512
+ "type": "number"
2513
+ },
2694
2514
  "sd-select/change": {
2695
2515
  "description": "Triggered when the value changes"
2696
2516
  },
@@ -2845,41 +2665,6 @@
2845
2665
  "description": "Tag content does not wrap",
2846
2666
  "type": "boolean"
2847
2667
  },
2848
- "sd-option/value": {
2849
- "description": "Option value (if not filled, it will be obtained from the content)",
2850
- "type": "string|number|boolean|object"
2851
- },
2852
- "sd-option/label": {
2853
- "description": "Option label (if not filled, it will be obtained from the content)",
2854
- "type": "string"
2855
- },
2856
- "sd-option/disabled": {
2857
- "description": "Whether to disable",
2858
- "type": "boolean"
2859
- },
2860
- "sd-option/tag-props": {
2861
- "description": "Displayed tag attributes"
2862
- },
2863
- "sd-option/extra": {
2864
- "description": "Extra data",
2865
- "type": "object"
2866
- },
2867
- "sd-option/index": {
2868
- "description": "index for manually specifying option",
2869
- "type": "number"
2870
- },
2871
- "sd-optgroup/label": {
2872
- "description": "Title of option group",
2873
- "type": "string"
2874
- },
2875
- "sd-skeleton/loading": {
2876
- "description": "Whether to display the skeleton screen (loading state)",
2877
- "type": "boolean"
2878
- },
2879
- "sd-skeleton/animation": {
2880
- "description": "Whether to enable skeleton screen animation",
2881
- "type": "boolean"
2882
- },
2883
2668
  "sd-skeleton-line/rows": {
2884
2669
  "description": "Number of rows displayed",
2885
2670
  "type": "number"
@@ -2903,6 +2688,14 @@
2903
2688
  "description": "The size of the shape skeleton",
2904
2689
  "type": "string"
2905
2690
  },
2691
+ "sd-skeleton/loading": {
2692
+ "description": "Whether to display the skeleton screen (loading state)",
2693
+ "type": "boolean"
2694
+ },
2695
+ "sd-skeleton/animation": {
2696
+ "description": "Whether to enable skeleton screen animation",
2697
+ "type": "boolean"
2698
+ },
2906
2699
  "sd-slider/change": {
2907
2700
  "description": "Trigger when the value changes"
2908
2701
  },
@@ -2989,6 +2782,69 @@
2989
2782
  "description": "Whether to hide the icon",
2990
2783
  "type": "boolean"
2991
2784
  },
2785
+ "sd-split/move-start": {
2786
+ "description": "Triggered before dragging"
2787
+ },
2788
+ "sd-split/moving": {
2789
+ "description": "Triggered when dragging"
2790
+ },
2791
+ "sd-split/move-end": {
2792
+ "description": "Triggered after dragging ends"
2793
+ },
2794
+ "sd-split/component": {
2795
+ "description": "The html tag of the split box",
2796
+ "type": "string"
2797
+ },
2798
+ "sd-split/direction": {
2799
+ "description": "Direction of division",
2800
+ "type": "string"
2801
+ },
2802
+ "sd-split/size": {
2803
+ "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2804
+ "type": "number|string"
2805
+ },
2806
+ "sd-split/default-size": {
2807
+ "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2808
+ "type": "number|string"
2809
+ },
2810
+ "sd-split/min": {
2811
+ "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2812
+ "type": "number|string"
2813
+ },
2814
+ "sd-split/max": {
2815
+ "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2816
+ "type": "number|string"
2817
+ },
2818
+ "sd-split/disabled": {
2819
+ "description": "Whether to disable",
2820
+ "type": "boolean"
2821
+ },
2822
+ "sd-countdown/finish": {
2823
+ "description": "Callback at the end of the countdown"
2824
+ },
2825
+ "sd-countdown/title": {
2826
+ "description": "Countdown title",
2827
+ "type": "string"
2828
+ },
2829
+ "sd-countdown/value": {
2830
+ "description": "Countdown value",
2831
+ "type": "number"
2832
+ },
2833
+ "sd-countdown/now": {
2834
+ "description": "Used to correct the incorrect display of the initialization time",
2835
+ "type": "number"
2836
+ },
2837
+ "sd-countdown/format": {
2838
+ "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
2839
+ "type": "string"
2840
+ },
2841
+ "sd-countdown/start": {
2842
+ "description": "Whether to start the countdown",
2843
+ "type": "boolean"
2844
+ },
2845
+ "sd-countdown/value-style": {
2846
+ "description": "Custom value style"
2847
+ },
2992
2848
  "sd-statistic/title": {
2993
2849
  "description": "Title of the numerical display",
2994
2850
  "type": "string"
@@ -3039,31 +2895,20 @@
3039
2895
  "sd-statistic/value-style": {
3040
2896
  "description": "Custom value style"
3041
2897
  },
3042
- "sd-countdown/finish": {
3043
- "description": "Callback at the end of the countdown"
3044
- },
3045
- "sd-countdown/title": {
3046
- "description": "Countdown title",
2898
+ "sd-step/title": {
2899
+ "description": "Title of the step",
3047
2900
  "type": "string"
3048
2901
  },
3049
- "sd-countdown/value": {
3050
- "description": "Countdown value",
3051
- "type": "number"
3052
- },
3053
- "sd-countdown/now": {
3054
- "description": "Used to correct the incorrect display of the initialization time",
3055
- "type": "number"
3056
- },
3057
- "sd-countdown/format": {
3058
- "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
2902
+ "sd-step/description": {
2903
+ "description": "Description of the step",
3059
2904
  "type": "string"
3060
2905
  },
3061
- "sd-countdown/start": {
3062
- "description": "Whether to start the countdown",
3063
- "type": "boolean"
2906
+ "sd-step/status": {
2907
+ "description": "Status of the step"
3064
2908
  },
3065
- "sd-countdown/value-style": {
3066
- "description": "Custom value style"
2909
+ "sd-step/disabled": {
2910
+ "description": "Whether to disable",
2911
+ "type": "boolean"
3067
2912
  },
3068
2913
  "sd-steps/change": {
3069
2914
  "description": "Triggered when the number of steps changes"
@@ -3100,21 +2945,6 @@
3100
2945
  "description": "Whether you can click to switch",
3101
2946
  "type": "boolean"
3102
2947
  },
3103
- "sd-step/title": {
3104
- "description": "Title of the step",
3105
- "type": "string"
3106
- },
3107
- "sd-step/description": {
3108
- "description": "Description of the step",
3109
- "type": "string"
3110
- },
3111
- "sd-step/status": {
3112
- "description": "Status of the step"
3113
- },
3114
- "sd-step/disabled": {
3115
- "description": "Whether to disable",
3116
- "type": "boolean"
3117
- },
3118
2948
  "sd-switch/change": {
3119
2949
  "description": "Trigger when the value changes"
3120
2950
  },
@@ -3422,41 +3252,20 @@
3422
3252
  "description": "Whether to show text hints when omitted",
3423
3253
  "type": "boolean|object"
3424
3254
  },
3425
- "sd-split/move-start": {
3426
- "description": "Triggered before dragging"
3427
- },
3428
- "sd-split/moving": {
3429
- "description": "Triggered when dragging"
3430
- },
3431
- "sd-split/move-end": {
3432
- "description": "Triggered after dragging ends"
3433
- },
3434
- "sd-split/component": {
3435
- "description": "The html tag of the split box",
3436
- "type": "string"
3437
- },
3438
- "sd-split/direction": {
3439
- "description": "Direction of division",
3255
+ "sd-tab-pane/title": {
3256
+ "description": "Title of the tab",
3440
3257
  "type": "string"
3441
3258
  },
3442
- "sd-split/size": {
3443
- "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3444
- "type": "number|string"
3445
- },
3446
- "sd-split/default-size": {
3447
- "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3448
- "type": "number|string"
3449
- },
3450
- "sd-split/min": {
3451
- "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3452
- "type": "number|string"
3259
+ "sd-tab-pane/disabled": {
3260
+ "description": "Whether to disable",
3261
+ "type": "boolean"
3453
3262
  },
3454
- "sd-split/max": {
3455
- "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3456
- "type": "number|string"
3263
+ "sd-tab-pane/closable": {
3264
+ "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3265
+ "type": "boolean"
3457
3266
  },
3458
- "sd-split/disabled": {
3459
- "description": "Whether to disable",
3267
+ "sd-tab-pane/destroy-on-hide": {
3268
+ "description": "Whether to destroy the content when the label is not displayed",
3460
3269
  "type": "boolean"
3461
3270
  },
3462
3271
  "sd-tabs/change": {
@@ -3533,22 +3342,6 @@
3533
3342
  "sd-tabs/scroll-position": {
3534
3343
  "description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
3535
3344
  },
3536
- "sd-tab-pane/title": {
3537
- "description": "Title of the tab",
3538
- "type": "string"
3539
- },
3540
- "sd-tab-pane/disabled": {
3541
- "description": "Whether to disable",
3542
- "type": "boolean"
3543
- },
3544
- "sd-tab-pane/closable": {
3545
- "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3546
- "type": "boolean"
3547
- },
3548
- "sd-tab-pane/destroy-on-hide": {
3549
- "description": "Whether to destroy the content when the label is not displayed",
3550
- "type": "boolean"
3551
- },
3552
3345
  "sd-tag/close": {
3553
3346
  "description": "Emitted when the close button is clicked"
3554
3347
  },
@@ -3750,12 +3543,50 @@
3750
3543
  "description": "Whether to destroy the dom structure after closing",
3751
3544
  "type": "boolean"
3752
3545
  },
3753
- "sd-tooltip/popup-visible-change": {
3754
- "description": "Emitted when the tooltip display status changes"
3546
+ "sd-timeline-item/dot-color": {
3547
+ "description": "Dot color",
3548
+ "type": "string"
3755
3549
  },
3756
- "sd-tooltip/popup-visible": {
3757
- "description": "Whether the tooltip is visible",
3758
- "type": "boolean"
3550
+ "sd-timeline-item/dot-type": {
3551
+ "description": "Dot type"
3552
+ },
3553
+ "sd-timeline-item/line-type": {
3554
+ "description": "Line type"
3555
+ },
3556
+ "sd-timeline-item/line-color": {
3557
+ "description": "Line Color",
3558
+ "type": "string"
3559
+ },
3560
+ "sd-timeline-item/label": {
3561
+ "description": "Label text",
3562
+ "type": "string"
3563
+ },
3564
+ "sd-timeline-item/position": {
3565
+ "description": "Item position"
3566
+ },
3567
+ "sd-timeline/reverse": {
3568
+ "description": "Whether reverse order",
3569
+ "type": "boolean"
3570
+ },
3571
+ "sd-timeline/direction": {
3572
+ "description": "Timeline direction"
3573
+ },
3574
+ "sd-timeline/mode": {
3575
+ "description": "The display mode of Timeline"
3576
+ },
3577
+ "sd-timeline/pending": {
3578
+ "description": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content",
3579
+ "type": "boolean|string"
3580
+ },
3581
+ "sd-timeline/label-position": {
3582
+ "description": "Position of label text"
3583
+ },
3584
+ "sd-tooltip/popup-visible-change": {
3585
+ "description": "Emitted when the tooltip display status changes"
3586
+ },
3587
+ "sd-tooltip/popup-visible": {
3588
+ "description": "Whether the tooltip is visible",
3589
+ "type": "boolean"
3759
3590
  },
3760
3591
  "sd-tooltip/default-popup-visible": {
3761
3592
  "description": "Whether the tooltip is visible by default (uncontrolled mode)",
@@ -3850,419 +3681,265 @@
3850
3681
  "description": "Search box configuration for target selection box",
3851
3682
  "type": "object"
3852
3683
  },
3853
- "sd-timeline/reverse": {
3854
- "description": "Whether reverse order",
3855
- "type": "boolean"
3856
- },
3857
- "sd-timeline/direction": {
3858
- "description": "Timeline direction"
3859
- },
3860
- "sd-timeline/mode": {
3861
- "description": "The display mode of Timeline"
3862
- },
3863
- "sd-timeline/pending": {
3864
- "description": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content",
3865
- "type": "boolean|string"
3866
- },
3867
- "sd-timeline/label-position": {
3868
- "description": "Position of label text"
3869
- },
3870
- "sd-timeline-item/dot-color": {
3871
- "description": "Dot color",
3872
- "type": "string"
3873
- },
3874
- "sd-timeline-item/dot-type": {
3875
- "description": "Dot type"
3876
- },
3877
- "sd-timeline-item/line-type": {
3878
- "description": "Line type"
3879
- },
3880
- "sd-timeline-item/line-color": {
3881
- "description": "Line Color",
3882
- "type": "string"
3883
- },
3884
- "sd-timeline-item/label": {
3885
- "description": "Label text",
3886
- "type": "string"
3887
- },
3888
- "sd-timeline-item/position": {
3889
- "description": "Item position"
3890
- },
3891
- "sd-tree/select": {
3892
- "description": "Triggered when the tree node is clicked"
3893
- },
3894
- "sd-tree/check": {
3895
- "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
3896
- },
3897
- "sd-tree/expand": {
3898
- "description": "Expand/close"
3899
- },
3900
- "sd-tree/drag-start": {
3901
- "description": "Node starts dragging"
3902
- },
3903
- "sd-tree/drag-end": {
3904
- "description": "Node end drag"
3684
+ "sd-tree-select/change": {
3685
+ "description": "Trigger when the value changes"
3905
3686
  },
3906
- "sd-tree/drag-over": {
3907
- "description": "The node is dragged to the releasable target"
3687
+ "sd-tree-select/popup-visible-change": {
3688
+ "description": "Triggered when the status of the drop-down box changes"
3908
3689
  },
3909
- "sd-tree/drag-leave": {
3910
- "description": "Node leaves to release the target"
3690
+ "sd-tree-select/search": {
3691
+ "description": "Triggered when the search value changes"
3911
3692
  },
3912
- "sd-tree/drop": {
3913
- "description": "The node is released on a releasable target"
3693
+ "sd-tree-select/clear": {
3694
+ "description": "Triggered when clear is clicked"
3914
3695
  },
3915
- "sd-tree/size": {
3916
- "description": "Size",
3917
- "type": "string"
3696
+ "sd-tree-select/input-value-change": {
3697
+ "description": "Triggered when the value of the input changes"
3918
3698
  },
3919
- "sd-tree/block-node": {
3920
- "description": "Whether the node occupies a row",
3699
+ "sd-tree-select/disabled": {
3700
+ "description": "Whether to disable",
3921
3701
  "type": "boolean"
3922
3702
  },
3923
- "sd-tree/default-expand-all": {
3924
- "description": "Whether to expand the parent node by default",
3703
+ "sd-tree-select/loading": {
3704
+ "description": "Whether it is loading state",
3925
3705
  "type": "boolean"
3926
3706
  },
3927
- "sd-tree/multiple": {
3928
- "description": "Whether to support multiple selection",
3707
+ "sd-tree-select/error": {
3708
+ "description": "Whether it is an error state",
3929
3709
  "type": "boolean"
3930
3710
  },
3931
- "sd-tree/checkable": {
3932
- "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
3933
- },
3934
- "sd-tree/selectable": {
3935
- "description": "Whether to support selection, function format is supported since `2.27.0`"
3711
+ "sd-tree-select/size": {
3712
+ "description": "The size of the selection box."
3936
3713
  },
3937
- "sd-tree/check-strictly": {
3938
- "description": "Whether to cancel the parent-child node association",
3714
+ "sd-tree-select/border": {
3715
+ "description": "Whether to show the border",
3939
3716
  "type": "boolean"
3940
3717
  },
3941
- "sd-tree/checked-strategy": {
3942
- "description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
3943
- "type": "string"
3944
- },
3945
- "sd-tree/default-selected-keys": {
3946
- "description": "Tree node selected by default"
3718
+ "sd-tree-select/allow-search": {
3719
+ "description": "Whether to allow searching"
3947
3720
  },
3948
- "sd-tree/selected-keys": {
3949
- "description": "Selected tree node"
3721
+ "sd-tree-select/allow-clear": {
3722
+ "description": "Whether to allow clear",
3723
+ "type": "boolean"
3950
3724
  },
3951
- "sd-tree/default-checked-keys": {
3952
- "description": "Tree node with checkbox selected by default"
3725
+ "sd-tree-select/placeholder": {
3726
+ "description": "Prompt copy",
3727
+ "type": "string"
3953
3728
  },
3954
- "sd-tree/checked-keys": {
3955
- "description": "Tree node with check box selected"
3729
+ "sd-tree-select/max-tag-count": {
3730
+ "description": "The maximum number of labels displayed, only valid in multi-select mode",
3731
+ "type": "number"
3956
3732
  },
3957
- "sd-tree/default-expanded-keys": {
3958
- "description": "Nodes expanded by default"
3733
+ "sd-tree-select/multiple": {
3734
+ "description": "Whether to support multiple selection",
3735
+ "type": "boolean"
3959
3736
  },
3960
- "sd-tree/expanded-keys": {
3961
- "description": "Expanded node"
3737
+ "sd-tree-select/default-value": {
3738
+ "description": "Default value"
3962
3739
  },
3963
- "sd-tree/data": {
3964
- "description": "Pass in `data` to generate the corresponding tree structure"
3740
+ "sd-tree-select/model-value": {
3741
+ "description": "Value"
3965
3742
  },
3966
- "sd-tree/field-names": {
3743
+ "sd-tree-select/field-names": {
3967
3744
  "description": "Specify the field name in the node data"
3968
3745
  },
3969
- "sd-tree/show-line": {
3970
- "description": "Whether to display the connection line",
3971
- "type": "boolean"
3972
- },
3973
- "sd-tree/load-more": {
3974
- "description": "A callback for loading data asynchronously, returning a `Promise`"
3746
+ "sd-tree-select/data": {
3747
+ "description": "Data"
3975
3748
  },
3976
- "sd-tree/draggable": {
3977
- "description": "Whether it can be dragged",
3749
+ "sd-tree-select/label-in-value": {
3750
+ "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
3978
3751
  "type": "boolean"
3979
3752
  },
3980
- "sd-tree/allow-drop": {
3981
- "description": "Whether to allow release on a node when dragging"
3982
- },
3983
- "sd-tree/virtual-list-props": {
3984
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
3985
- },
3986
- "sd-tree/default-expand-selected": {
3987
- "description": "Whether to expand the parent node of the selected node by default",
3753
+ "sd-tree-select/tree-checkable": {
3754
+ "description": "Whether to show checkbox",
3988
3755
  "type": "boolean"
3989
3756
  },
3990
- "sd-tree/default-expand-checked": {
3991
- "description": "Whether to expand the parent node of the checked node by default",
3757
+ "sd-tree-select/tree-check-strictly": {
3758
+ "description": "Whether the parent and child nodes are related",
3992
3759
  "type": "boolean"
3993
3760
  },
3994
- "sd-tree/auto-expand-parent": {
3995
- "description": "Whether to automatically expand the parent node of the expanded node",
3996
- "type": "boolean"
3761
+ "sd-tree-select/tree-checked-strategy": {
3762
+ "description": "Customized echo method",
3763
+ "type": "string"
3997
3764
  },
3998
- "sd-tree/half-checked-keys": {
3999
- "description": "The keys of half checked. Only valid when checkable and checkStrictly"
3765
+ "sd-tree-select/tree-props": {
3766
+ "description": "Can accept Props of all [Tree](/vue/component/tree) components"
4000
3767
  },
4001
- "sd-tree/only-check-leaf": {
4002
- "description": "When enabled, checkedKeys is only for checked leaf nodes, and the status of the parent node is determined by the child node.(Only valid when checkable and checkStrictly is false)",
4003
- "type": "boolean"
3768
+ "sd-tree-select/trigger-props": {
3769
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
4004
3770
  },
4005
- "sd-tree/animation": {
4006
- "description": "Whether to enable expand transition animation",
3771
+ "sd-tree-select/popup-visible": {
3772
+ "description": "Whether the pop-up box is visible",
4007
3773
  "type": "boolean"
4008
3774
  },
4009
- "sd-tree/action-on-node-click": {
4010
- "description": "The action triggered when the node is clicked"
4011
- },
4012
- "sd-typography-title/edit-start": {
4013
- "description": "Edit start"
4014
- },
4015
- "sd-typography-title/change": {
4016
- "description": "Edit content change"
4017
- },
4018
- "sd-typography-title/edit-end": {
4019
- "description": "Edit end"
4020
- },
4021
- "sd-typography-title/copy": {
4022
- "description": "Copy"
4023
- },
4024
- "sd-typography-title/ellipsis": {
4025
- "description": "Ellipsis change"
4026
- },
4027
- "sd-typography-title/expand": {
4028
- "description": "Expand collapse event"
4029
- },
4030
- "sd-typography-title/heading": {
4031
- "description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
4032
- "type": "string"
3775
+ "sd-tree-select/default-popup-visible": {
3776
+ "description": "Whether the default pop-up box is visible",
3777
+ "type": "boolean"
4033
3778
  },
4034
- "sd-typography-title/type": {
4035
- "description": "Text type",
4036
- "type": "string"
3779
+ "sd-tree-select/dropdown-style": {
3780
+ "description": "Drop-down box style"
4037
3781
  },
4038
- "sd-typography-title/bold": {
4039
- "description": "Whether enable bold style",
4040
- "type": "boolean"
3782
+ "sd-tree-select/dropdown-class-name": {
3783
+ "description": "Drop-down box style class"
4041
3784
  },
4042
- "sd-typography-title/mark": {
4043
- "description": "Mark style"
3785
+ "sd-tree-select/filter-tree-node": {
3786
+ "description": "Custom node filter function"
4044
3787
  },
4045
- "sd-typography-title/underline": {
4046
- "description": "Whether enable underline style",
4047
- "type": "boolean"
3788
+ "sd-tree-select/load-more": {
3789
+ "description": "Load data dynamically"
4048
3790
  },
4049
- "sd-typography-title/delete": {
4050
- "description": "Whether enable delete style",
3791
+ "sd-tree-select/disable-filter": {
3792
+ "description": "Disable internal filtering logic",
4051
3793
  "type": "boolean"
4052
3794
  },
4053
- "sd-typography-title/code": {
4054
- "description": "Whether enable code style",
4055
- "type": "boolean"
3795
+ "sd-tree-select/popup-container": {
3796
+ "description": "Mount container for pop-up box"
4056
3797
  },
4057
- "sd-typography-title/disabled": {
4058
- "description": "Whether disabled",
4059
- "type": "boolean"
3798
+ "sd-tree-select/fallback-option": {
3799
+ "description": "Customize node data for keys that do not match options"
4060
3800
  },
4061
- "sd-typography-title/editable": {
4062
- "description": "Whether it's editable",
4063
- "type": "boolean"
3801
+ "sd-tree-select/selectable": {
3802
+ "description": "Set the nodes that can be selected, all can be selected by default"
4064
3803
  },
4065
- "sd-typography-title/editing": {
4066
- "description": "Whether it's editing",
4067
- "type": "boolean"
3804
+ "sd-tree-select/scrollbar": {
3805
+ "description": "Whether to enable virtual scroll bar"
4068
3806
  },
4069
- "sd-typography-title/default-editing": {
4070
- "description": "Default editing state",
3807
+ "sd-tree-select/show-header-on-empty": {
3808
+ "description": "Whether to display the header in the empty state",
4071
3809
  "type": "boolean"
4072
3810
  },
4073
- "sd-typography-title/edit-text": {
4074
- "description": "Edit text",
4075
- "type": "string"
4076
- },
4077
- "sd-typography-title/copyable": {
4078
- "description": "Whether turn on copy functionality",
3811
+ "sd-tree-select/show-footer-on-empty": {
3812
+ "description": "Whether to display the footer in the empty state",
4079
3813
  "type": "boolean"
4080
3814
  },
4081
- "sd-typography-title/copy-text": {
4082
- "description": "Copied text",
3815
+ "sd-tree-select/input-value": {
3816
+ "description": "The value of the input",
4083
3817
  "type": "string"
4084
3818
  },
4085
- "sd-typography-title/copy-delay": {
4086
- "description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
4087
- "type": "number"
4088
- },
4089
- "sd-typography-title/edit-tooltip-props": {
4090
- "description": "Edit button question prompt configuration",
4091
- "type": "object"
4092
- },
4093
- "sd-typography-title/copy-tooltip-props": {
4094
- "description": "Copy button question prompt configuration",
4095
- "type": "object"
4096
- },
4097
- "sd-typography-paragraph/edit-start": {
4098
- "description": "Edit start"
4099
- },
4100
- "sd-typography-paragraph/change": {
4101
- "description": "Edit content change"
4102
- },
4103
- "sd-typography-paragraph/edit-end": {
4104
- "description": "Edit end"
4105
- },
4106
- "sd-typography-paragraph/copy": {
4107
- "description": "Copy"
4108
- },
4109
- "sd-typography-paragraph/ellipsis": {
4110
- "description": "Ellipsis change"
3819
+ "sd-tree-select/default-input-value": {
3820
+ "description": "The default value of the input (uncontrolled mode)",
3821
+ "type": "string"
4111
3822
  },
4112
- "sd-typography-paragraph/expand": {
4113
- "description": "Expand collapse event"
3823
+ "sd-tree/select": {
3824
+ "description": "Triggered when the tree node is clicked"
4114
3825
  },
4115
- "sd-typography-paragraph/blockquote": {
4116
- "description": "Whether enable blockquote",
4117
- "type": "boolean"
3826
+ "sd-tree/check": {
3827
+ "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
4118
3828
  },
4119
- "sd-typography-paragraph/spacing": {
4120
- "description": "The line height of the paragraph, the default line height is recommended for long text (more than 5 lines). `close` line height is recommended for short text (less than or equal to 3 lines).",
4121
- "type": "string"
3829
+ "sd-tree/expand": {
3830
+ "description": "Expand/close"
4122
3831
  },
4123
- "sd-typography-paragraph/type": {
4124
- "description": "Text type",
4125
- "type": "string"
3832
+ "sd-tree/drag-start": {
3833
+ "description": "Node starts dragging"
4126
3834
  },
4127
- "sd-typography-paragraph/bold": {
4128
- "description": "Whether enable bold style",
4129
- "type": "boolean"
3835
+ "sd-tree/drag-end": {
3836
+ "description": "Node end drag"
4130
3837
  },
4131
- "sd-typography-paragraph/mark": {
4132
- "description": "Mark style"
3838
+ "sd-tree/drag-over": {
3839
+ "description": "The node is dragged to the releasable target"
4133
3840
  },
4134
- "sd-typography-paragraph/underline": {
4135
- "description": "Whether enable underline style",
4136
- "type": "boolean"
3841
+ "sd-tree/drag-leave": {
3842
+ "description": "Node leaves to release the target"
4137
3843
  },
4138
- "sd-typography-paragraph/delete": {
4139
- "description": "Whether enable delete style",
4140
- "type": "boolean"
3844
+ "sd-tree/drop": {
3845
+ "description": "The node is released on a releasable target"
4141
3846
  },
4142
- "sd-typography-paragraph/code": {
4143
- "description": "Whether enable code style",
4144
- "type": "boolean"
3847
+ "sd-tree/size": {
3848
+ "description": "Size",
3849
+ "type": "string"
4145
3850
  },
4146
- "sd-typography-paragraph/disabled": {
4147
- "description": "Whether disabled",
3851
+ "sd-tree/block-node": {
3852
+ "description": "Whether the node occupies a row",
4148
3853
  "type": "boolean"
4149
3854
  },
4150
- "sd-typography-paragraph/editable": {
4151
- "description": "Whether it's editable",
3855
+ "sd-tree/default-expand-all": {
3856
+ "description": "Whether to expand the parent node by default",
4152
3857
  "type": "boolean"
4153
3858
  },
4154
- "sd-typography-paragraph/editing": {
4155
- "description": "Whether it's editing",
3859
+ "sd-tree/multiple": {
3860
+ "description": "Whether to support multiple selection",
4156
3861
  "type": "boolean"
4157
3862
  },
4158
- "sd-typography-paragraph/default-editing": {
4159
- "description": "Default editing state",
4160
- "type": "boolean"
3863
+ "sd-tree/checkable": {
3864
+ "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4161
3865
  },
4162
- "sd-typography-paragraph/edit-text": {
4163
- "description": "Edit text",
4164
- "type": "string"
3866
+ "sd-tree/selectable": {
3867
+ "description": "Whether to support selection, function format is supported since `2.27.0`"
4165
3868
  },
4166
- "sd-typography-paragraph/copyable": {
4167
- "description": "Whether turn on copy functionality",
3869
+ "sd-tree/check-strictly": {
3870
+ "description": "Whether to cancel the parent-child node association",
4168
3871
  "type": "boolean"
4169
3872
  },
4170
- "sd-typography-paragraph/copy-text": {
4171
- "description": "Copied text",
3873
+ "sd-tree/checked-strategy": {
3874
+ "description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
4172
3875
  "type": "string"
4173
3876
  },
4174
- "sd-typography-paragraph/copy-delay": {
4175
- "description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
4176
- "type": "number"
4177
- },
4178
- "sd-typography-paragraph/edit-tooltip-props": {
4179
- "description": "Edit button question prompt configuration",
4180
- "type": "object"
4181
- },
4182
- "sd-typography-paragraph/copy-tooltip-props": {
4183
- "description": "Copy button question prompt configuration",
4184
- "type": "object"
3877
+ "sd-tree/default-selected-keys": {
3878
+ "description": "Tree node selected by default"
4185
3879
  },
4186
- "sd-typography-text/edit-start": {
4187
- "description": "Edit start"
3880
+ "sd-tree/selected-keys": {
3881
+ "description": "Selected tree node"
4188
3882
  },
4189
- "sd-typography-text/change": {
4190
- "description": "Edit content change"
3883
+ "sd-tree/default-checked-keys": {
3884
+ "description": "Tree node with checkbox selected by default"
4191
3885
  },
4192
- "sd-typography-text/edit-end": {
4193
- "description": "Edit end"
3886
+ "sd-tree/checked-keys": {
3887
+ "description": "Tree node with check box selected"
4194
3888
  },
4195
- "sd-typography-text/copy": {
4196
- "description": "Copy"
3889
+ "sd-tree/default-expanded-keys": {
3890
+ "description": "Nodes expanded by default"
4197
3891
  },
4198
- "sd-typography-text/ellipsis": {
4199
- "description": "Ellipsis change"
3892
+ "sd-tree/expanded-keys": {
3893
+ "description": "Expanded node"
4200
3894
  },
4201
- "sd-typography-text/expand": {
4202
- "description": "Expand collapse event"
3895
+ "sd-tree/data": {
3896
+ "description": "Pass in `data` to generate the corresponding tree structure"
4203
3897
  },
4204
- "sd-typography-text/type": {
4205
- "description": "Text type",
4206
- "type": "string"
3898
+ "sd-tree/field-names": {
3899
+ "description": "Specify the field name in the node data"
4207
3900
  },
4208
- "sd-typography-text/bold": {
4209
- "description": "Whether enable bold style",
3901
+ "sd-tree/show-line": {
3902
+ "description": "Whether to display the connection line",
4210
3903
  "type": "boolean"
4211
3904
  },
4212
- "sd-typography-text/mark": {
4213
- "description": "Mark style"
4214
- },
4215
- "sd-typography-text/underline": {
4216
- "description": "Whether enable underline style",
4217
- "type": "boolean"
3905
+ "sd-tree/load-more": {
3906
+ "description": "A callback for loading data asynchronously, returning a `Promise`"
4218
3907
  },
4219
- "sd-typography-text/delete": {
4220
- "description": "Whether enable delete style",
3908
+ "sd-tree/draggable": {
3909
+ "description": "Whether it can be dragged",
4221
3910
  "type": "boolean"
4222
3911
  },
4223
- "sd-typography-text/code": {
4224
- "description": "Whether enable code style",
4225
- "type": "boolean"
3912
+ "sd-tree/allow-drop": {
3913
+ "description": "Whether to allow release on a node when dragging"
4226
3914
  },
4227
- "sd-typography-text/disabled": {
4228
- "description": "Whether disabled",
4229
- "type": "boolean"
3915
+ "sd-tree/virtual-list-props": {
3916
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4230
3917
  },
4231
- "sd-typography-text/editable": {
4232
- "description": "Whether it's editable",
3918
+ "sd-tree/default-expand-selected": {
3919
+ "description": "Whether to expand the parent node of the selected node by default",
4233
3920
  "type": "boolean"
4234
3921
  },
4235
- "sd-typography-text/editing": {
4236
- "description": "Whether it's editing",
3922
+ "sd-tree/default-expand-checked": {
3923
+ "description": "Whether to expand the parent node of the checked node by default",
4237
3924
  "type": "boolean"
4238
3925
  },
4239
- "sd-typography-text/default-editing": {
4240
- "description": "Default editing state",
3926
+ "sd-tree/auto-expand-parent": {
3927
+ "description": "Whether to automatically expand the parent node of the expanded node",
4241
3928
  "type": "boolean"
4242
3929
  },
4243
- "sd-typography-text/edit-text": {
4244
- "description": "Edit text",
4245
- "type": "string"
3930
+ "sd-tree/half-checked-keys": {
3931
+ "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4246
3932
  },
4247
- "sd-typography-text/copyable": {
4248
- "description": "Whether turn on copy functionality",
3933
+ "sd-tree/only-check-leaf": {
3934
+ "description": "When enabled, checkedKeys is only for checked leaf nodes, and the status of the parent node is determined by the child node.(Only valid when checkable and checkStrictly is false)",
4249
3935
  "type": "boolean"
4250
3936
  },
4251
- "sd-typography-text/copy-text": {
4252
- "description": "Copied text",
4253
- "type": "string"
4254
- },
4255
- "sd-typography-text/copy-delay": {
4256
- "description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
4257
- "type": "number"
4258
- },
4259
- "sd-typography-text/edit-tooltip-props": {
4260
- "description": "Edit button question prompt configuration",
4261
- "type": "object"
3937
+ "sd-tree/animation": {
3938
+ "description": "Whether to enable expand transition animation",
3939
+ "type": "boolean"
4262
3940
  },
4263
- "sd-typography-text/copy-tooltip-props": {
4264
- "description": "Copy button question prompt configuration",
4265
- "type": "object"
3941
+ "sd-tree/action-on-node-click": {
3942
+ "description": "The action triggered when the node is clicked"
4266
3943
  },
4267
3944
  "sd-trigger/popup-visible-change": {
4268
3945
  "description": "Emitted when the status of the popup changes"
@@ -4397,6 +4074,18 @@
4397
4074
  "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4398
4075
  "type": "number"
4399
4076
  },
4077
+ "sd-typography-paragraph/blockquote": {
4078
+ "description": "Whether enable blockquote",
4079
+ "type": "boolean"
4080
+ },
4081
+ "sd-typography-paragraph/spacing": {
4082
+ "description": "The line height of the paragraph, the default line height is recommended for long text (more than 5 lines). `close` line height is recommended for short text (less than or equal to 3 lines).",
4083
+ "type": "string"
4084
+ },
4085
+ "sd-typography-title/heading": {
4086
+ "description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
4087
+ "type": "string"
4088
+ },
4400
4089
  "sd-upload/exceed-limit": {
4401
4090
  "description": "Triggered when the uploaded file exceeds the limit"
4402
4091
  },
@@ -4526,145 +4215,6 @@
4526
4215
  "sd-upload/button-click": {
4527
4216
  "description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
4528
4217
  },
4529
- "sd-tree-select/change": {
4530
- "description": "Trigger when the value changes"
4531
- },
4532
- "sd-tree-select/popup-visible-change": {
4533
- "description": "Triggered when the status of the drop-down box changes"
4534
- },
4535
- "sd-tree-select/search": {
4536
- "description": "Triggered when the search value changes"
4537
- },
4538
- "sd-tree-select/clear": {
4539
- "description": "Triggered when clear is clicked"
4540
- },
4541
- "sd-tree-select/input-value-change": {
4542
- "description": "Triggered when the value of the input changes"
4543
- },
4544
- "sd-tree-select/disabled": {
4545
- "description": "Whether to disable",
4546
- "type": "boolean"
4547
- },
4548
- "sd-tree-select/loading": {
4549
- "description": "Whether it is loading state",
4550
- "type": "boolean"
4551
- },
4552
- "sd-tree-select/error": {
4553
- "description": "Whether it is an error state",
4554
- "type": "boolean"
4555
- },
4556
- "sd-tree-select/size": {
4557
- "description": "The size of the selection box."
4558
- },
4559
- "sd-tree-select/border": {
4560
- "description": "Whether to show the border",
4561
- "type": "boolean"
4562
- },
4563
- "sd-tree-select/allow-search": {
4564
- "description": "Whether to allow searching"
4565
- },
4566
- "sd-tree-select/allow-clear": {
4567
- "description": "Whether to allow clear",
4568
- "type": "boolean"
4569
- },
4570
- "sd-tree-select/placeholder": {
4571
- "description": "Prompt copy",
4572
- "type": "string"
4573
- },
4574
- "sd-tree-select/max-tag-count": {
4575
- "description": "The maximum number of labels displayed, only valid in multi-select mode",
4576
- "type": "number"
4577
- },
4578
- "sd-tree-select/multiple": {
4579
- "description": "Whether to support multiple selection",
4580
- "type": "boolean"
4581
- },
4582
- "sd-tree-select/default-value": {
4583
- "description": "Default value"
4584
- },
4585
- "sd-tree-select/model-value": {
4586
- "description": "Value"
4587
- },
4588
- "sd-tree-select/field-names": {
4589
- "description": "Specify the field name in the node data"
4590
- },
4591
- "sd-tree-select/data": {
4592
- "description": "Data"
4593
- },
4594
- "sd-tree-select/label-in-value": {
4595
- "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
4596
- "type": "boolean"
4597
- },
4598
- "sd-tree-select/tree-checkable": {
4599
- "description": "Whether to show checkbox",
4600
- "type": "boolean"
4601
- },
4602
- "sd-tree-select/tree-check-strictly": {
4603
- "description": "Whether the parent and child nodes are related",
4604
- "type": "boolean"
4605
- },
4606
- "sd-tree-select/tree-checked-strategy": {
4607
- "description": "Customized echo method",
4608
- "type": "string"
4609
- },
4610
- "sd-tree-select/tree-props": {
4611
- "description": "Can accept Props of all [Tree](/vue/component/tree) components"
4612
- },
4613
- "sd-tree-select/trigger-props": {
4614
- "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
4615
- },
4616
- "sd-tree-select/popup-visible": {
4617
- "description": "Whether the pop-up box is visible",
4618
- "type": "boolean"
4619
- },
4620
- "sd-tree-select/default-popup-visible": {
4621
- "description": "Whether the default pop-up box is visible",
4622
- "type": "boolean"
4623
- },
4624
- "sd-tree-select/dropdown-style": {
4625
- "description": "Drop-down box style"
4626
- },
4627
- "sd-tree-select/dropdown-class-name": {
4628
- "description": "Drop-down box style class"
4629
- },
4630
- "sd-tree-select/filter-tree-node": {
4631
- "description": "Custom node filter function"
4632
- },
4633
- "sd-tree-select/load-more": {
4634
- "description": "Load data dynamically"
4635
- },
4636
- "sd-tree-select/disable-filter": {
4637
- "description": "Disable internal filtering logic",
4638
- "type": "boolean"
4639
- },
4640
- "sd-tree-select/popup-container": {
4641
- "description": "Mount container for pop-up box"
4642
- },
4643
- "sd-tree-select/fallback-option": {
4644
- "description": "Customize node data for keys that do not match options"
4645
- },
4646
- "sd-tree-select/selectable": {
4647
- "description": "Set the nodes that can be selected, all can be selected by default"
4648
- },
4649
- "sd-tree-select/scrollbar": {
4650
- "description": "Whether to enable virtual scroll bar"
4651
- },
4652
- "sd-tree-select/show-header-on-empty": {
4653
- "description": "Whether to display the header in the empty state",
4654
- "type": "boolean"
4655
- },
4656
- "sd-tree-select/show-footer-on-empty": {
4657
- "description": "Whether to display the footer in the empty state",
4658
- "type": "boolean"
4659
- },
4660
- "sd-tree-select/input-value": {
4661
- "description": "The value of the input",
4662
- "type": "string"
4663
- },
4664
- "sd-tree-select/default-input-value": {
4665
- "description": "The default value of the input (uncontrolled mode)",
4666
- "type": "string"
4667
- },
4668
4218
  "sd-verification-code/change": {
4669
4219
  "description": "Triggered when the value changes"
4670
4220
  },