@sdata/web-vue 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json/vetur-attributes.json +675 -675
- package/json/vetur-tags.json +307 -307
- package/json/web-types.json +1800 -1800
- package/package.json +1 -1
|
@@ -130,6 +130,50 @@
|
|
|
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-back-top/visible-height": {
|
|
134
|
+
"description": "Display the trigger scroll height of the back to top button",
|
|
135
|
+
"type": "number"
|
|
136
|
+
},
|
|
137
|
+
"sd-back-top/target-container": {
|
|
138
|
+
"description": "Scroll event listener container"
|
|
139
|
+
},
|
|
140
|
+
"sd-back-top/easing": {
|
|
141
|
+
"description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"sd-back-top/duration": {
|
|
145
|
+
"description": "Duration of scroll animation",
|
|
146
|
+
"type": "number"
|
|
147
|
+
},
|
|
148
|
+
"sd-badge/text": {
|
|
149
|
+
"description": "Set the display text of the status dot",
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
"sd-badge/dot": {
|
|
153
|
+
"description": "Whether to display a red dot instead of `count`",
|
|
154
|
+
"type": "boolean"
|
|
155
|
+
},
|
|
156
|
+
"sd-badge/dot-style": {
|
|
157
|
+
"description": "Customize badge dot style",
|
|
158
|
+
"type": "object"
|
|
159
|
+
},
|
|
160
|
+
"sd-badge/max-count": {
|
|
161
|
+
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
162
|
+
"type": "number"
|
|
163
|
+
},
|
|
164
|
+
"sd-badge/offset": {
|
|
165
|
+
"description": "Set offset of the badge dot"
|
|
166
|
+
},
|
|
167
|
+
"sd-badge/color": {
|
|
168
|
+
"description": "Customize dot color"
|
|
169
|
+
},
|
|
170
|
+
"sd-badge/status": {
|
|
171
|
+
"description": "Badge status"
|
|
172
|
+
},
|
|
173
|
+
"sd-badge/count": {
|
|
174
|
+
"description": "Number to show in badge",
|
|
175
|
+
"type": "number"
|
|
176
|
+
},
|
|
133
177
|
"sd-avatar/click": {
|
|
134
178
|
"description": "Callback when clicked"
|
|
135
179
|
},
|
|
@@ -188,50 +232,6 @@
|
|
|
188
232
|
"sd-avatar-group/max-popover-trigger-props": {
|
|
189
233
|
"description": "TriggerProps for popover around +x."
|
|
190
234
|
},
|
|
191
|
-
"sd-badge/text": {
|
|
192
|
-
"description": "Set the display text of the status dot",
|
|
193
|
-
"type": "string"
|
|
194
|
-
},
|
|
195
|
-
"sd-badge/dot": {
|
|
196
|
-
"description": "Whether to display a red dot instead of `count`",
|
|
197
|
-
"type": "boolean"
|
|
198
|
-
},
|
|
199
|
-
"sd-badge/dot-style": {
|
|
200
|
-
"description": "Customize badge dot style",
|
|
201
|
-
"type": "object"
|
|
202
|
-
},
|
|
203
|
-
"sd-badge/max-count": {
|
|
204
|
-
"description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
|
|
205
|
-
"type": "number"
|
|
206
|
-
},
|
|
207
|
-
"sd-badge/offset": {
|
|
208
|
-
"description": "Set offset of the badge dot"
|
|
209
|
-
},
|
|
210
|
-
"sd-badge/color": {
|
|
211
|
-
"description": "Customize dot color"
|
|
212
|
-
},
|
|
213
|
-
"sd-badge/status": {
|
|
214
|
-
"description": "Badge status"
|
|
215
|
-
},
|
|
216
|
-
"sd-badge/count": {
|
|
217
|
-
"description": "Number to show in badge",
|
|
218
|
-
"type": "number"
|
|
219
|
-
},
|
|
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,29 +256,6 @@
|
|
|
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"
|
|
267
|
-
},
|
|
268
|
-
"sd-calendar/default-value": {
|
|
269
|
-
"description": "Default value (uncontrolled state)"
|
|
270
|
-
},
|
|
271
|
-
"sd-calendar/mode": {
|
|
272
|
-
"description": "Mode",
|
|
273
|
-
"type": "string"
|
|
274
|
-
},
|
|
275
|
-
"sd-calendar/default-mode": {
|
|
276
|
-
"description": "Default Mode",
|
|
277
|
-
"type": "string"
|
|
278
|
-
},
|
|
279
|
-
"sd-calendar/modes": {
|
|
280
|
-
"description": "Displayed mode"
|
|
281
|
-
},
|
|
282
259
|
"sd-button/click": {
|
|
283
260
|
"description": "Emitted when the button is clicked"
|
|
284
261
|
},
|
|
@@ -333,6 +310,29 @@
|
|
|
333
310
|
"description": "All children whether the button is disabled",
|
|
334
311
|
"type": "boolean"
|
|
335
312
|
},
|
|
313
|
+
"sd-calendar/change": {
|
|
314
|
+
"description": "Emitted when the button is clicked"
|
|
315
|
+
},
|
|
316
|
+
"sd-calendar/panel-change": {
|
|
317
|
+
"description": "Emitted when the button is clicked"
|
|
318
|
+
},
|
|
319
|
+
"sd-calendar/model-value": {
|
|
320
|
+
"description": "Value"
|
|
321
|
+
},
|
|
322
|
+
"sd-calendar/default-value": {
|
|
323
|
+
"description": "Default value (uncontrolled state)"
|
|
324
|
+
},
|
|
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
336
|
"sd-carousel/change": {
|
|
337
337
|
"description": "Callback when slide changes"
|
|
338
338
|
},
|
|
@@ -424,51 +424,6 @@
|
|
|
424
424
|
"description": "Whether to hover",
|
|
425
425
|
"type": "boolean"
|
|
426
426
|
},
|
|
427
|
-
"sd-checkbox/change": {
|
|
428
|
-
"description": "Trigger when the value changes"
|
|
429
|
-
},
|
|
430
|
-
"sd-checkbox/model-value": {
|
|
431
|
-
"description": "Value"
|
|
432
|
-
},
|
|
433
|
-
"sd-checkbox/default-checked": {
|
|
434
|
-
"description": "Whether checked by default (uncontrolled state)",
|
|
435
|
-
"type": "boolean"
|
|
436
|
-
},
|
|
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
427
|
"sd-cascader/change": {
|
|
473
428
|
"description": "Triggered when the selected value changes"
|
|
474
429
|
},
|
|
@@ -648,6 +603,51 @@
|
|
|
648
603
|
"description": "whether to expand the submenu",
|
|
649
604
|
"type": "boolean"
|
|
650
605
|
},
|
|
606
|
+
"sd-checkbox/change": {
|
|
607
|
+
"description": "Trigger when the value changes"
|
|
608
|
+
},
|
|
609
|
+
"sd-checkbox/model-value": {
|
|
610
|
+
"description": "Value"
|
|
611
|
+
},
|
|
612
|
+
"sd-checkbox/default-checked": {
|
|
613
|
+
"description": "Whether checked by default (uncontrolled state)",
|
|
614
|
+
"type": "boolean"
|
|
615
|
+
},
|
|
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",
|
|
622
|
+
"type": "boolean"
|
|
623
|
+
},
|
|
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": {
|
|
632
|
+
"description": "Value"
|
|
633
|
+
},
|
|
634
|
+
"sd-checkbox-group/default-value": {
|
|
635
|
+
"description": "Default value (uncontrolled state)"
|
|
636
|
+
},
|
|
637
|
+
"sd-checkbox-group/max": {
|
|
638
|
+
"description": "Support the maximum number of selections",
|
|
639
|
+
"type": "number"
|
|
640
|
+
},
|
|
641
|
+
"sd-checkbox-group/options": {
|
|
642
|
+
"description": "Options"
|
|
643
|
+
},
|
|
644
|
+
"sd-checkbox-group/direction": {
|
|
645
|
+
"description": "Arrangement direction of checkboxes"
|
|
646
|
+
},
|
|
647
|
+
"sd-checkbox-group/disabled": {
|
|
648
|
+
"description": "Whether to disable",
|
|
649
|
+
"type": "boolean"
|
|
650
|
+
},
|
|
651
651
|
"sd-collapse/change": {
|
|
652
652
|
"description": "Emitted when the expanded panel changes"
|
|
653
653
|
},
|
|
@@ -746,26 +746,6 @@
|
|
|
746
746
|
"sd-color-picker/preset-colors": {
|
|
747
747
|
"description": "Color array of preset colors"
|
|
748
748
|
},
|
|
749
|
-
"sd-comment/author": {
|
|
750
|
-
"description": "Display as the comment author",
|
|
751
|
-
"type": "string"
|
|
752
|
-
},
|
|
753
|
-
"sd-comment/avatar": {
|
|
754
|
-
"description": "Display as the comment avatar",
|
|
755
|
-
"type": "string"
|
|
756
|
-
},
|
|
757
|
-
"sd-comment/content": {
|
|
758
|
-
"description": "The content of the comment",
|
|
759
|
-
"type": "string"
|
|
760
|
-
},
|
|
761
|
-
"sd-comment/datetime": {
|
|
762
|
-
"description": "Display as the comment datetime",
|
|
763
|
-
"type": "string"
|
|
764
|
-
},
|
|
765
|
-
"sd-comment/align": {
|
|
766
|
-
"description": "Alignment of `datetime` and `actions`",
|
|
767
|
-
"type": "string|object"
|
|
768
|
-
},
|
|
769
749
|
"sd-config-provider/prefix-cls": {
|
|
770
750
|
"description": "Component classname prefix",
|
|
771
751
|
"type": "string"
|
|
@@ -792,47 +772,25 @@
|
|
|
792
772
|
"description": "View starts from the right and ends on the left",
|
|
793
773
|
"type": "boolean"
|
|
794
774
|
},
|
|
795
|
-
"sd-
|
|
796
|
-
"description": "
|
|
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"
|
|
775
|
+
"sd-comment/author": {
|
|
776
|
+
"description": "Display as the comment author",
|
|
777
|
+
"type": "string"
|
|
800
778
|
},
|
|
801
|
-
"sd-
|
|
802
|
-
"description": "
|
|
779
|
+
"sd-comment/avatar": {
|
|
780
|
+
"description": "Display as the comment avatar",
|
|
803
781
|
"type": "string"
|
|
804
782
|
},
|
|
805
|
-
"sd-
|
|
806
|
-
"description": "
|
|
783
|
+
"sd-comment/content": {
|
|
784
|
+
"description": "The content of the comment",
|
|
807
785
|
"type": "string"
|
|
808
786
|
},
|
|
809
|
-
"sd-
|
|
810
|
-
"description": "
|
|
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`.",
|
|
787
|
+
"sd-comment/datetime": {
|
|
788
|
+
"description": "Display as the comment datetime",
|
|
827
789
|
"type": "string"
|
|
828
790
|
},
|
|
829
|
-
"sd-
|
|
830
|
-
"description": "
|
|
831
|
-
"type": "
|
|
832
|
-
},
|
|
833
|
-
"sd-descriptions-item/label": {
|
|
834
|
-
"description": "Label",
|
|
835
|
-
"type": "string"
|
|
791
|
+
"sd-comment/align": {
|
|
792
|
+
"description": "Alignment of `datetime` and `actions`",
|
|
793
|
+
"type": "string|object"
|
|
836
794
|
},
|
|
837
795
|
"sd-range-picker/change": {
|
|
838
796
|
"description": "The component value changes"
|
|
@@ -916,6 +874,48 @@
|
|
|
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
919
|
"sd-drawer/ok": {
|
|
920
920
|
"description": "Triggered when the OK button is clicked"
|
|
921
921
|
},
|
|
@@ -1048,18 +1048,6 @@
|
|
|
1048
1048
|
"description": "Margin up and down the split line (left and right margin in vertical direction)",
|
|
1049
1049
|
"type": "number | string"
|
|
1050
1050
|
},
|
|
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
1051
|
"sd-dropdown/popup-visible-change": {
|
|
1064
1052
|
"description": "Triggered when the display status of the drop-down box changes"
|
|
1065
1053
|
},
|
|
@@ -1181,6 +1169,18 @@
|
|
|
1181
1169
|
"description": "Whether to hide popup when the user selects",
|
|
1182
1170
|
"type": "boolean"
|
|
1183
1171
|
},
|
|
1172
|
+
"sd-empty/description": {
|
|
1173
|
+
"description": "Description",
|
|
1174
|
+
"type": "string"
|
|
1175
|
+
},
|
|
1176
|
+
"sd-empty/img-src": {
|
|
1177
|
+
"description": "The src of the Custom Image",
|
|
1178
|
+
"type": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"sd-empty/in-config-provider": {
|
|
1181
|
+
"description": "Whether to use in ConfigProvider",
|
|
1182
|
+
"type": "boolean"
|
|
1183
|
+
},
|
|
1184
1184
|
"sd-form/submit": {
|
|
1185
1185
|
"description": "Triggered when the form is submitted"
|
|
1186
1186
|
},
|
|
@@ -2150,21 +2150,6 @@
|
|
|
2150
2150
|
"description": "Whether to disable",
|
|
2151
2151
|
"type": "boolean"
|
|
2152
2152
|
},
|
|
2153
|
-
"sd-overflow-list/change": {
|
|
2154
|
-
"description": "Triggered when the overflow quantity changes"
|
|
2155
|
-
},
|
|
2156
|
-
"sd-overflow-list/min": {
|
|
2157
|
-
"description": "Minimum number of elements to display",
|
|
2158
|
-
"type": "number"
|
|
2159
|
-
},
|
|
2160
|
-
"sd-overflow-list/margin": {
|
|
2161
|
-
"description": "Item Margin",
|
|
2162
|
-
"type": "number"
|
|
2163
|
-
},
|
|
2164
|
-
"sd-overflow-list/from": {
|
|
2165
|
-
"description": "Overflow From",
|
|
2166
|
-
"type": "string"
|
|
2167
|
-
},
|
|
2168
2153
|
"sd-modal/ok": {
|
|
2169
2154
|
"description": "Triggered when the OK button is clicked"
|
|
2170
2155
|
},
|
|
@@ -2390,6 +2375,36 @@
|
|
|
2390
2375
|
"description": "Whether to adjust the page number when changing the number of data",
|
|
2391
2376
|
"type": "boolean"
|
|
2392
2377
|
},
|
|
2378
|
+
"sd-page-header/back": {
|
|
2379
|
+
"description": "Emitted when the back button is clicked"
|
|
2380
|
+
},
|
|
2381
|
+
"sd-page-header/title": {
|
|
2382
|
+
"description": "Main title",
|
|
2383
|
+
"type": "string"
|
|
2384
|
+
},
|
|
2385
|
+
"sd-page-header/subtitle": {
|
|
2386
|
+
"description": "Subtitle",
|
|
2387
|
+
"type": "string"
|
|
2388
|
+
},
|
|
2389
|
+
"sd-page-header/show-back": {
|
|
2390
|
+
"description": "Whether to show the back button",
|
|
2391
|
+
"type": "boolean"
|
|
2392
|
+
},
|
|
2393
|
+
"sd-overflow-list/change": {
|
|
2394
|
+
"description": "Triggered when the overflow quantity changes"
|
|
2395
|
+
},
|
|
2396
|
+
"sd-overflow-list/min": {
|
|
2397
|
+
"description": "Minimum number of elements to display",
|
|
2398
|
+
"type": "number"
|
|
2399
|
+
},
|
|
2400
|
+
"sd-overflow-list/margin": {
|
|
2401
|
+
"description": "Item Margin",
|
|
2402
|
+
"type": "number"
|
|
2403
|
+
},
|
|
2404
|
+
"sd-overflow-list/from": {
|
|
2405
|
+
"description": "Overflow From",
|
|
2406
|
+
"type": "string"
|
|
2407
|
+
},
|
|
2393
2408
|
"sd-popconfirm/popup-visible-change": {
|
|
2394
2409
|
"description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
|
|
2395
2410
|
},
|
|
@@ -2456,21 +2471,6 @@
|
|
|
2456
2471
|
"sd-popconfirm/before-cancel": {
|
|
2457
2472
|
"description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
|
|
2458
2473
|
},
|
|
2459
|
-
"sd-page-header/back": {
|
|
2460
|
-
"description": "Emitted when the back button is clicked"
|
|
2461
|
-
},
|
|
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
2474
|
"sd-popover/popup-visible-change": {
|
|
2475
2475
|
"description": "Triggered when the text bubble display status changes"
|
|
2476
2476
|
},
|
|
@@ -2950,6 +2950,26 @@
|
|
|
2950
2950
|
"description": "Whether to show tooltip",
|
|
2951
2951
|
"type": "boolean"
|
|
2952
2952
|
},
|
|
2953
|
+
"sd-spin/size": {
|
|
2954
|
+
"description": "Size",
|
|
2955
|
+
"type": "number"
|
|
2956
|
+
},
|
|
2957
|
+
"sd-spin/loading": {
|
|
2958
|
+
"description": "Whether it is loading state (Only effective in container mode)",
|
|
2959
|
+
"type": "boolean"
|
|
2960
|
+
},
|
|
2961
|
+
"sd-spin/dot": {
|
|
2962
|
+
"description": "Whether to use dot type animation",
|
|
2963
|
+
"type": "boolean"
|
|
2964
|
+
},
|
|
2965
|
+
"sd-spin/tip": {
|
|
2966
|
+
"description": "Prompt content",
|
|
2967
|
+
"type": "string"
|
|
2968
|
+
},
|
|
2969
|
+
"sd-spin/hide-icon": {
|
|
2970
|
+
"description": "Whether to hide the icon",
|
|
2971
|
+
"type": "boolean"
|
|
2972
|
+
},
|
|
2953
2973
|
"sd-space/align": {
|
|
2954
2974
|
"description": "Alignment",
|
|
2955
2975
|
"type": "string"
|
|
@@ -2969,24 +2989,41 @@
|
|
|
2969
2989
|
"description": "fill the block",
|
|
2970
2990
|
"type": "boolean"
|
|
2971
2991
|
},
|
|
2972
|
-
"sd-
|
|
2973
|
-
"description": "
|
|
2974
|
-
"type": "number"
|
|
2992
|
+
"sd-split/move-start": {
|
|
2993
|
+
"description": "Triggered before dragging"
|
|
2975
2994
|
},
|
|
2976
|
-
"sd-
|
|
2977
|
-
"description": "
|
|
2978
|
-
"type": "boolean"
|
|
2995
|
+
"sd-split/moving": {
|
|
2996
|
+
"description": "Triggered when dragging"
|
|
2979
2997
|
},
|
|
2980
|
-
"sd-
|
|
2981
|
-
"description": "
|
|
2982
|
-
"type": "boolean"
|
|
2998
|
+
"sd-split/move-end": {
|
|
2999
|
+
"description": "Triggered after dragging ends"
|
|
2983
3000
|
},
|
|
2984
|
-
"sd-
|
|
2985
|
-
"description": "
|
|
3001
|
+
"sd-split/component": {
|
|
3002
|
+
"description": "The html tag of the split box",
|
|
2986
3003
|
"type": "string"
|
|
2987
3004
|
},
|
|
2988
|
-
"sd-
|
|
2989
|
-
"description": "
|
|
3005
|
+
"sd-split/direction": {
|
|
3006
|
+
"description": "Direction of division",
|
|
3007
|
+
"type": "string"
|
|
3008
|
+
},
|
|
3009
|
+
"sd-split/size": {
|
|
3010
|
+
"description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3011
|
+
"type": "number|string"
|
|
3012
|
+
},
|
|
3013
|
+
"sd-split/default-size": {
|
|
3014
|
+
"description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3015
|
+
"type": "number|string"
|
|
3016
|
+
},
|
|
3017
|
+
"sd-split/min": {
|
|
3018
|
+
"description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3019
|
+
"type": "number|string"
|
|
3020
|
+
},
|
|
3021
|
+
"sd-split/max": {
|
|
3022
|
+
"description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
|
|
3023
|
+
"type": "number|string"
|
|
3024
|
+
},
|
|
3025
|
+
"sd-split/disabled": {
|
|
3026
|
+
"description": "Whether to disable",
|
|
2990
3027
|
"type": "boolean"
|
|
2991
3028
|
},
|
|
2992
3029
|
"sd-statistic/title": {
|
|
@@ -3175,29 +3212,119 @@
|
|
|
3175
3212
|
"description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
|
|
3176
3213
|
"type": "string"
|
|
3177
3214
|
},
|
|
3178
|
-
"sd-
|
|
3179
|
-
"description": "Triggered when
|
|
3180
|
-
},
|
|
3181
|
-
"sd-table/expanded-change": {
|
|
3182
|
-
"description": "Triggered when the expanded data row changes"
|
|
3215
|
+
"sd-tabs/change": {
|
|
3216
|
+
"description": "Triggered when the current tag value changes"
|
|
3183
3217
|
},
|
|
3184
|
-
"sd-
|
|
3185
|
-
"description": "Triggered when the
|
|
3218
|
+
"sd-tabs/tab-click": {
|
|
3219
|
+
"description": "Triggered when the user clicks on the tab"
|
|
3186
3220
|
},
|
|
3187
|
-
"sd-
|
|
3188
|
-
"description": "Triggered when the
|
|
3221
|
+
"sd-tabs/add": {
|
|
3222
|
+
"description": "Triggered when the user clicks the add button"
|
|
3189
3223
|
},
|
|
3190
|
-
"sd-
|
|
3191
|
-
"description": "Triggered when the
|
|
3224
|
+
"sd-tabs/delete": {
|
|
3225
|
+
"description": "Triggered when the user clicks the delete button"
|
|
3192
3226
|
},
|
|
3193
|
-
"sd-
|
|
3194
|
-
"description": "
|
|
3227
|
+
"sd-tabs/active-key": {
|
|
3228
|
+
"description": "The `key` of the currently selected label",
|
|
3229
|
+
"type": "string|number"
|
|
3195
3230
|
},
|
|
3196
|
-
"sd-
|
|
3197
|
-
"description": "
|
|
3231
|
+
"sd-tabs/default-active-key": {
|
|
3232
|
+
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3233
|
+
"type": "string|number"
|
|
3198
3234
|
},
|
|
3199
|
-
"sd-
|
|
3200
|
-
"description": "
|
|
3235
|
+
"sd-tabs/position": {
|
|
3236
|
+
"description": "Position of the tab"
|
|
3237
|
+
},
|
|
3238
|
+
"sd-tabs/size": {
|
|
3239
|
+
"description": "The size of the tab"
|
|
3240
|
+
},
|
|
3241
|
+
"sd-tabs/type": {
|
|
3242
|
+
"description": "The type of tab"
|
|
3243
|
+
},
|
|
3244
|
+
"sd-tabs/direction": {
|
|
3245
|
+
"description": "The direction of tab"
|
|
3246
|
+
},
|
|
3247
|
+
"sd-tabs/editable": {
|
|
3248
|
+
"description": "Whether to enable editable mode",
|
|
3249
|
+
"type": "boolean"
|
|
3250
|
+
},
|
|
3251
|
+
"sd-tabs/show-add-button": {
|
|
3252
|
+
"description": "Whether to display the add button (only available in editable mode)",
|
|
3253
|
+
"type": "boolean"
|
|
3254
|
+
},
|
|
3255
|
+
"sd-tabs/destroy-on-hide": {
|
|
3256
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3257
|
+
"type": "boolean"
|
|
3258
|
+
},
|
|
3259
|
+
"sd-tabs/lazy-load": {
|
|
3260
|
+
"description": "Whether to mount the content when the label is first displayed",
|
|
3261
|
+
"type": "boolean"
|
|
3262
|
+
},
|
|
3263
|
+
"sd-tabs/justify": {
|
|
3264
|
+
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3265
|
+
"type": "boolean"
|
|
3266
|
+
},
|
|
3267
|
+
"sd-tabs/animation": {
|
|
3268
|
+
"description": "Whether to enable option content transition animation",
|
|
3269
|
+
"type": "boolean"
|
|
3270
|
+
},
|
|
3271
|
+
"sd-tabs/header-padding": {
|
|
3272
|
+
"description": "Whether there is a horizontal margin on the header of the tab. Only valid for tabs with `type` equal to `line` and `text` type",
|
|
3273
|
+
"type": "boolean"
|
|
3274
|
+
},
|
|
3275
|
+
"sd-tabs/auto-switch": {
|
|
3276
|
+
"description": "Whether to switch to a new tab after creating a tab (the last one)",
|
|
3277
|
+
"type": "boolean"
|
|
3278
|
+
},
|
|
3279
|
+
"sd-tabs/hide-content": {
|
|
3280
|
+
"description": "Whether to hide content",
|
|
3281
|
+
"type": "boolean"
|
|
3282
|
+
},
|
|
3283
|
+
"sd-tabs/trigger": {
|
|
3284
|
+
"description": "Trigger method"
|
|
3285
|
+
},
|
|
3286
|
+
"sd-tabs/scroll-position": {
|
|
3287
|
+
"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"
|
|
3288
|
+
},
|
|
3289
|
+
"sd-tab-pane/title": {
|
|
3290
|
+
"description": "Title of the tab",
|
|
3291
|
+
"type": "string"
|
|
3292
|
+
},
|
|
3293
|
+
"sd-tab-pane/disabled": {
|
|
3294
|
+
"description": "Whether to disable",
|
|
3295
|
+
"type": "boolean"
|
|
3296
|
+
},
|
|
3297
|
+
"sd-tab-pane/closable": {
|
|
3298
|
+
"description": "Whether to allow this tab to be closed (only effective in editable mode)",
|
|
3299
|
+
"type": "boolean"
|
|
3300
|
+
},
|
|
3301
|
+
"sd-tab-pane/destroy-on-hide": {
|
|
3302
|
+
"description": "Whether to destroy the content when the label is not displayed",
|
|
3303
|
+
"type": "boolean"
|
|
3304
|
+
},
|
|
3305
|
+
"sd-table/expand": {
|
|
3306
|
+
"description": "Triggered when a row is clicked to expand"
|
|
3307
|
+
},
|
|
3308
|
+
"sd-table/expanded-change": {
|
|
3309
|
+
"description": "Triggered when the expanded data row changes"
|
|
3310
|
+
},
|
|
3311
|
+
"sd-table/select": {
|
|
3312
|
+
"description": "Triggered when the row selector is clicked"
|
|
3313
|
+
},
|
|
3314
|
+
"sd-table/select-all": {
|
|
3315
|
+
"description": "Triggered when the select all selector is clicked"
|
|
3316
|
+
},
|
|
3317
|
+
"sd-table/selection-change": {
|
|
3318
|
+
"description": "Triggered when the selected data row changes"
|
|
3319
|
+
},
|
|
3320
|
+
"sd-table/sorter-change": {
|
|
3321
|
+
"description": "Triggered when the collation changes"
|
|
3322
|
+
},
|
|
3323
|
+
"sd-table/filter-change": {
|
|
3324
|
+
"description": "Triggered when the filter options are changed"
|
|
3325
|
+
},
|
|
3326
|
+
"sd-table/page-change": {
|
|
3327
|
+
"description": "Triggered when the table pagination changes"
|
|
3201
3328
|
},
|
|
3202
3329
|
"sd-table/page-size-change": {
|
|
3203
3330
|
"description": "Triggered when the number of data per page of the table changes"
|
|
@@ -3422,132 +3549,63 @@
|
|
|
3422
3549
|
"description": "Whether to show text hints when omitted",
|
|
3423
3550
|
"type": "boolean|object"
|
|
3424
3551
|
},
|
|
3425
|
-
"sd-
|
|
3426
|
-
"description": "
|
|
3427
|
-
},
|
|
3428
|
-
"sd-split/moving": {
|
|
3429
|
-
"description": "Triggered when dragging"
|
|
3552
|
+
"sd-textarea/input": {
|
|
3553
|
+
"description": "Emitted when the user enters"
|
|
3430
3554
|
},
|
|
3431
|
-
"sd-
|
|
3432
|
-
"description": "
|
|
3555
|
+
"sd-textarea/change": {
|
|
3556
|
+
"description": "Only emitted when the textarea is out of focus"
|
|
3433
3557
|
},
|
|
3434
|
-
"sd-
|
|
3435
|
-
"description": "
|
|
3436
|
-
"type": "string"
|
|
3558
|
+
"sd-textarea/clear": {
|
|
3559
|
+
"description": "Emitted when the clear button is clicked"
|
|
3437
3560
|
},
|
|
3438
|
-
"sd-
|
|
3439
|
-
"description": "
|
|
3440
|
-
"type": "string"
|
|
3561
|
+
"sd-textarea/focus": {
|
|
3562
|
+
"description": "Emitted when the textarea gets focus"
|
|
3441
3563
|
},
|
|
3442
|
-
"sd-
|
|
3443
|
-
"description": "
|
|
3444
|
-
"type": "number|string"
|
|
3564
|
+
"sd-textarea/blur": {
|
|
3565
|
+
"description": "Emitted when the textarea loses focus"
|
|
3445
3566
|
},
|
|
3446
|
-
"sd-
|
|
3447
|
-
"description": "
|
|
3448
|
-
"type": "
|
|
3567
|
+
"sd-textarea/model-value": {
|
|
3568
|
+
"description": "Value",
|
|
3569
|
+
"type": "string"
|
|
3449
3570
|
},
|
|
3450
|
-
"sd-
|
|
3451
|
-
"description": "
|
|
3452
|
-
"type": "
|
|
3571
|
+
"sd-textarea/default-value": {
|
|
3572
|
+
"description": "Default value (uncontrolled state)",
|
|
3573
|
+
"type": "string"
|
|
3453
3574
|
},
|
|
3454
|
-
"sd-
|
|
3455
|
-
"description": "
|
|
3456
|
-
"type": "
|
|
3575
|
+
"sd-textarea/placeholder": {
|
|
3576
|
+
"description": "Placeholder",
|
|
3577
|
+
"type": "string"
|
|
3457
3578
|
},
|
|
3458
|
-
"sd-
|
|
3579
|
+
"sd-textarea/disabled": {
|
|
3459
3580
|
"description": "Whether to disable",
|
|
3460
3581
|
"type": "boolean"
|
|
3461
3582
|
},
|
|
3462
|
-
"sd-
|
|
3463
|
-
"description": "
|
|
3464
|
-
},
|
|
3465
|
-
"sd-tabs/tab-click": {
|
|
3466
|
-
"description": "Triggered when the user clicks on the tab"
|
|
3467
|
-
},
|
|
3468
|
-
"sd-tabs/add": {
|
|
3469
|
-
"description": "Triggered when the user clicks the add button"
|
|
3470
|
-
},
|
|
3471
|
-
"sd-tabs/delete": {
|
|
3472
|
-
"description": "Triggered when the user clicks the delete button"
|
|
3473
|
-
},
|
|
3474
|
-
"sd-tabs/active-key": {
|
|
3475
|
-
"description": "The `key` of the currently selected label",
|
|
3476
|
-
"type": "string|number"
|
|
3477
|
-
},
|
|
3478
|
-
"sd-tabs/default-active-key": {
|
|
3479
|
-
"description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
|
|
3480
|
-
"type": "string|number"
|
|
3481
|
-
},
|
|
3482
|
-
"sd-tabs/position": {
|
|
3483
|
-
"description": "Position of the tab"
|
|
3484
|
-
},
|
|
3485
|
-
"sd-tabs/size": {
|
|
3486
|
-
"description": "The size of the tab"
|
|
3487
|
-
},
|
|
3488
|
-
"sd-tabs/type": {
|
|
3489
|
-
"description": "The type of tab"
|
|
3490
|
-
},
|
|
3491
|
-
"sd-tabs/direction": {
|
|
3492
|
-
"description": "The direction of tab"
|
|
3493
|
-
},
|
|
3494
|
-
"sd-tabs/editable": {
|
|
3495
|
-
"description": "Whether to enable editable mode",
|
|
3496
|
-
"type": "boolean"
|
|
3497
|
-
},
|
|
3498
|
-
"sd-tabs/show-add-button": {
|
|
3499
|
-
"description": "Whether to display the add button (only available in editable mode)",
|
|
3500
|
-
"type": "boolean"
|
|
3501
|
-
},
|
|
3502
|
-
"sd-tabs/destroy-on-hide": {
|
|
3503
|
-
"description": "Whether to destroy the content when the label is not displayed",
|
|
3504
|
-
"type": "boolean"
|
|
3505
|
-
},
|
|
3506
|
-
"sd-tabs/lazy-load": {
|
|
3507
|
-
"description": "Whether to mount the content when the label is first displayed",
|
|
3508
|
-
"type": "boolean"
|
|
3509
|
-
},
|
|
3510
|
-
"sd-tabs/justify": {
|
|
3511
|
-
"description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
|
|
3512
|
-
"type": "boolean"
|
|
3513
|
-
},
|
|
3514
|
-
"sd-tabs/animation": {
|
|
3515
|
-
"description": "Whether to enable option content transition animation",
|
|
3583
|
+
"sd-textarea/error": {
|
|
3584
|
+
"description": "Whether it is an error state",
|
|
3516
3585
|
"type": "boolean"
|
|
3517
3586
|
},
|
|
3518
|
-
"sd-
|
|
3519
|
-
"description": "
|
|
3520
|
-
"type": "boolean"
|
|
3587
|
+
"sd-textarea/max-length": {
|
|
3588
|
+
"description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
|
|
3521
3589
|
},
|
|
3522
|
-
"sd-
|
|
3523
|
-
"description": "Whether to
|
|
3590
|
+
"sd-textarea/show-word-limit": {
|
|
3591
|
+
"description": "Whether to display word count",
|
|
3524
3592
|
"type": "boolean"
|
|
3525
3593
|
},
|
|
3526
|
-
"sd-
|
|
3527
|
-
"description": "Whether to
|
|
3594
|
+
"sd-textarea/allow-clear": {
|
|
3595
|
+
"description": "Whether to allow clearing the text",
|
|
3528
3596
|
"type": "boolean"
|
|
3529
3597
|
},
|
|
3530
|
-
"sd-
|
|
3531
|
-
"description": "
|
|
3532
|
-
},
|
|
3533
|
-
"sd-tabs/scroll-position": {
|
|
3534
|
-
"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
|
-
},
|
|
3536
|
-
"sd-tab-pane/title": {
|
|
3537
|
-
"description": "Title of the tab",
|
|
3538
|
-
"type": "string"
|
|
3598
|
+
"sd-textarea/auto-size": {
|
|
3599
|
+
"description": "Whether to make the textarea adapt to the height of the content"
|
|
3539
3600
|
},
|
|
3540
|
-
"sd-
|
|
3541
|
-
"description": "
|
|
3542
|
-
"type": "boolean"
|
|
3601
|
+
"sd-textarea/word-length": {
|
|
3602
|
+
"description": "Calculation method of word length"
|
|
3543
3603
|
},
|
|
3544
|
-
"sd-
|
|
3545
|
-
"description": "
|
|
3546
|
-
"type": "boolean"
|
|
3604
|
+
"sd-textarea/word-slice": {
|
|
3605
|
+
"description": "Character interception method, used together with wordLength"
|
|
3547
3606
|
},
|
|
3548
|
-
"sd-
|
|
3549
|
-
"description": "
|
|
3550
|
-
"type": "boolean"
|
|
3607
|
+
"sd-textarea/textarea-attrs": {
|
|
3608
|
+
"description": "Attributes passed to textarea"
|
|
3551
3609
|
},
|
|
3552
3610
|
"sd-tag/close": {
|
|
3553
3611
|
"description": "Emitted when the close button is clicked"
|
|
@@ -3598,63 +3656,88 @@
|
|
|
3598
3656
|
"description": "Tag content does not wrap",
|
|
3599
3657
|
"type": "boolean"
|
|
3600
3658
|
},
|
|
3601
|
-
"sd-
|
|
3602
|
-
"description": "Emitted when the
|
|
3603
|
-
},
|
|
3604
|
-
"sd-textarea/change": {
|
|
3605
|
-
"description": "Only emitted when the textarea is out of focus"
|
|
3659
|
+
"sd-tooltip/popup-visible-change": {
|
|
3660
|
+
"description": "Emitted when the tooltip display status changes"
|
|
3606
3661
|
},
|
|
3607
|
-
"sd-
|
|
3608
|
-
"description": "
|
|
3662
|
+
"sd-tooltip/popup-visible": {
|
|
3663
|
+
"description": "Whether the tooltip is visible",
|
|
3664
|
+
"type": "boolean"
|
|
3609
3665
|
},
|
|
3610
|
-
"sd-
|
|
3611
|
-
"description": "
|
|
3666
|
+
"sd-tooltip/default-popup-visible": {
|
|
3667
|
+
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3668
|
+
"type": "boolean"
|
|
3612
3669
|
},
|
|
3613
|
-
"sd-
|
|
3614
|
-
"description": "
|
|
3670
|
+
"sd-tooltip/disabled": {
|
|
3671
|
+
"description": "Whether to disable the tooltip",
|
|
3672
|
+
"type": "boolean"
|
|
3615
3673
|
},
|
|
3616
|
-
"sd-
|
|
3617
|
-
"description": "
|
|
3674
|
+
"sd-tooltip/content": {
|
|
3675
|
+
"description": "Tooltip content",
|
|
3618
3676
|
"type": "string"
|
|
3619
3677
|
},
|
|
3620
|
-
"sd-
|
|
3621
|
-
"description": "
|
|
3622
|
-
"type": "string"
|
|
3678
|
+
"sd-tooltip/position": {
|
|
3679
|
+
"description": "Popup position"
|
|
3623
3680
|
},
|
|
3624
|
-
"sd-
|
|
3625
|
-
"description": "
|
|
3681
|
+
"sd-tooltip/mini": {
|
|
3682
|
+
"description": "Whether to display as a mini size",
|
|
3683
|
+
"type": "boolean"
|
|
3684
|
+
},
|
|
3685
|
+
"sd-tooltip/background-color": {
|
|
3686
|
+
"description": "Background color of the popover",
|
|
3626
3687
|
"type": "string"
|
|
3627
3688
|
},
|
|
3628
|
-
"sd-
|
|
3629
|
-
"description": "
|
|
3630
|
-
"type": "boolean"
|
|
3689
|
+
"sd-tooltip/content-class": {
|
|
3690
|
+
"description": "The class name of the popup content"
|
|
3631
3691
|
},
|
|
3632
|
-
"sd-
|
|
3633
|
-
"description": "
|
|
3634
|
-
"type": "boolean"
|
|
3692
|
+
"sd-tooltip/content-style": {
|
|
3693
|
+
"description": "The style of the popup content"
|
|
3635
3694
|
},
|
|
3636
|
-
"sd-
|
|
3637
|
-
"description": "
|
|
3695
|
+
"sd-tooltip/arrow-class": {
|
|
3696
|
+
"description": "The class name of the popup arrow"
|
|
3638
3697
|
},
|
|
3639
|
-
"sd-
|
|
3640
|
-
"description": "
|
|
3641
|
-
"type": "boolean"
|
|
3698
|
+
"sd-tooltip/arrow-style": {
|
|
3699
|
+
"description": "The style of the popup arrow"
|
|
3642
3700
|
},
|
|
3643
|
-
"sd-
|
|
3644
|
-
"description": "
|
|
3701
|
+
"sd-tooltip/popup-container": {
|
|
3702
|
+
"description": "Mount container for popup"
|
|
3703
|
+
},
|
|
3704
|
+
"sd-timeline/reverse": {
|
|
3705
|
+
"description": "Whether reverse order",
|
|
3645
3706
|
"type": "boolean"
|
|
3646
3707
|
},
|
|
3647
|
-
"sd-
|
|
3648
|
-
"description": "
|
|
3708
|
+
"sd-timeline/direction": {
|
|
3709
|
+
"description": "Timeline direction"
|
|
3649
3710
|
},
|
|
3650
|
-
"sd-
|
|
3651
|
-
"description": "
|
|
3711
|
+
"sd-timeline/mode": {
|
|
3712
|
+
"description": "The display mode of Timeline"
|
|
3713
|
+
},
|
|
3714
|
+
"sd-timeline/pending": {
|
|
3715
|
+
"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",
|
|
3716
|
+
"type": "boolean|string"
|
|
3717
|
+
},
|
|
3718
|
+
"sd-timeline/label-position": {
|
|
3719
|
+
"description": "Position of label text"
|
|
3720
|
+
},
|
|
3721
|
+
"sd-timeline-item/dot-color": {
|
|
3722
|
+
"description": "Dot color",
|
|
3723
|
+
"type": "string"
|
|
3724
|
+
},
|
|
3725
|
+
"sd-timeline-item/dot-type": {
|
|
3726
|
+
"description": "Dot type"
|
|
3727
|
+
},
|
|
3728
|
+
"sd-timeline-item/line-type": {
|
|
3729
|
+
"description": "Line type"
|
|
3730
|
+
},
|
|
3731
|
+
"sd-timeline-item/line-color": {
|
|
3732
|
+
"description": "Line Color",
|
|
3733
|
+
"type": "string"
|
|
3652
3734
|
},
|
|
3653
|
-
"sd-
|
|
3654
|
-
"description": "
|
|
3735
|
+
"sd-timeline-item/label": {
|
|
3736
|
+
"description": "Label text",
|
|
3737
|
+
"type": "string"
|
|
3655
3738
|
},
|
|
3656
|
-
"sd-
|
|
3657
|
-
"description": "
|
|
3739
|
+
"sd-timeline-item/position": {
|
|
3740
|
+
"description": "Item position"
|
|
3658
3741
|
},
|
|
3659
3742
|
"sd-time-picker/change": {
|
|
3660
3743
|
"description": "The component value changes"
|
|
@@ -3750,51 +3833,6 @@
|
|
|
3750
3833
|
"description": "Whether to destroy the dom structure after closing",
|
|
3751
3834
|
"type": "boolean"
|
|
3752
3835
|
},
|
|
3753
|
-
"sd-tooltip/popup-visible-change": {
|
|
3754
|
-
"description": "Emitted when the tooltip display status changes"
|
|
3755
|
-
},
|
|
3756
|
-
"sd-tooltip/popup-visible": {
|
|
3757
|
-
"description": "Whether the tooltip is visible",
|
|
3758
|
-
"type": "boolean"
|
|
3759
|
-
},
|
|
3760
|
-
"sd-tooltip/default-popup-visible": {
|
|
3761
|
-
"description": "Whether the tooltip is visible by default (uncontrolled mode)",
|
|
3762
|
-
"type": "boolean"
|
|
3763
|
-
},
|
|
3764
|
-
"sd-tooltip/disabled": {
|
|
3765
|
-
"description": "Whether to disable the tooltip",
|
|
3766
|
-
"type": "boolean"
|
|
3767
|
-
},
|
|
3768
|
-
"sd-tooltip/content": {
|
|
3769
|
-
"description": "Tooltip content",
|
|
3770
|
-
"type": "string"
|
|
3771
|
-
},
|
|
3772
|
-
"sd-tooltip/position": {
|
|
3773
|
-
"description": "Popup position"
|
|
3774
|
-
},
|
|
3775
|
-
"sd-tooltip/mini": {
|
|
3776
|
-
"description": "Whether to display as a mini size",
|
|
3777
|
-
"type": "boolean"
|
|
3778
|
-
},
|
|
3779
|
-
"sd-tooltip/background-color": {
|
|
3780
|
-
"description": "Background color of the popover",
|
|
3781
|
-
"type": "string"
|
|
3782
|
-
},
|
|
3783
|
-
"sd-tooltip/content-class": {
|
|
3784
|
-
"description": "The class name of the popup content"
|
|
3785
|
-
},
|
|
3786
|
-
"sd-tooltip/content-style": {
|
|
3787
|
-
"description": "The style of the popup content"
|
|
3788
|
-
},
|
|
3789
|
-
"sd-tooltip/arrow-class": {
|
|
3790
|
-
"description": "The class name of the popup arrow"
|
|
3791
|
-
},
|
|
3792
|
-
"sd-tooltip/arrow-style": {
|
|
3793
|
-
"description": "The style of the popup arrow"
|
|
3794
|
-
},
|
|
3795
|
-
"sd-tooltip/popup-container": {
|
|
3796
|
-
"description": "Mount container for popup"
|
|
3797
|
-
},
|
|
3798
3836
|
"sd-transfer/change": {
|
|
3799
3837
|
"description": "Triggered when the value of the target selection box changes"
|
|
3800
3838
|
},
|
|
@@ -3850,165 +3888,6 @@
|
|
|
3850
3888
|
"description": "Search box configuration for target selection box",
|
|
3851
3889
|
"type": "object"
|
|
3852
3890
|
},
|
|
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"
|
|
3905
|
-
},
|
|
3906
|
-
"sd-tree/drag-over": {
|
|
3907
|
-
"description": "The node is dragged to the releasable target"
|
|
3908
|
-
},
|
|
3909
|
-
"sd-tree/drag-leave": {
|
|
3910
|
-
"description": "Node leaves to release the target"
|
|
3911
|
-
},
|
|
3912
|
-
"sd-tree/drop": {
|
|
3913
|
-
"description": "The node is released on a releasable target"
|
|
3914
|
-
},
|
|
3915
|
-
"sd-tree/size": {
|
|
3916
|
-
"description": "Size",
|
|
3917
|
-
"type": "string"
|
|
3918
|
-
},
|
|
3919
|
-
"sd-tree/block-node": {
|
|
3920
|
-
"description": "Whether the node occupies a row",
|
|
3921
|
-
"type": "boolean"
|
|
3922
|
-
},
|
|
3923
|
-
"sd-tree/default-expand-all": {
|
|
3924
|
-
"description": "Whether to expand the parent node by default",
|
|
3925
|
-
"type": "boolean"
|
|
3926
|
-
},
|
|
3927
|
-
"sd-tree/multiple": {
|
|
3928
|
-
"description": "Whether to support multiple selection",
|
|
3929
|
-
"type": "boolean"
|
|
3930
|
-
},
|
|
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`"
|
|
3936
|
-
},
|
|
3937
|
-
"sd-tree/check-strictly": {
|
|
3938
|
-
"description": "Whether to cancel the parent-child node association",
|
|
3939
|
-
"type": "boolean"
|
|
3940
|
-
},
|
|
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"
|
|
3947
|
-
},
|
|
3948
|
-
"sd-tree/selected-keys": {
|
|
3949
|
-
"description": "Selected tree node"
|
|
3950
|
-
},
|
|
3951
|
-
"sd-tree/default-checked-keys": {
|
|
3952
|
-
"description": "Tree node with checkbox selected by default"
|
|
3953
|
-
},
|
|
3954
|
-
"sd-tree/checked-keys": {
|
|
3955
|
-
"description": "Tree node with check box selected"
|
|
3956
|
-
},
|
|
3957
|
-
"sd-tree/default-expanded-keys": {
|
|
3958
|
-
"description": "Nodes expanded by default"
|
|
3959
|
-
},
|
|
3960
|
-
"sd-tree/expanded-keys": {
|
|
3961
|
-
"description": "Expanded node"
|
|
3962
|
-
},
|
|
3963
|
-
"sd-tree/data": {
|
|
3964
|
-
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
3965
|
-
},
|
|
3966
|
-
"sd-tree/field-names": {
|
|
3967
|
-
"description": "Specify the field name in the node data"
|
|
3968
|
-
},
|
|
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`"
|
|
3975
|
-
},
|
|
3976
|
-
"sd-tree/draggable": {
|
|
3977
|
-
"description": "Whether it can be dragged",
|
|
3978
|
-
"type": "boolean"
|
|
3979
|
-
},
|
|
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",
|
|
3988
|
-
"type": "boolean"
|
|
3989
|
-
},
|
|
3990
|
-
"sd-tree/default-expand-checked": {
|
|
3991
|
-
"description": "Whether to expand the parent node of the checked node by default",
|
|
3992
|
-
"type": "boolean"
|
|
3993
|
-
},
|
|
3994
|
-
"sd-tree/auto-expand-parent": {
|
|
3995
|
-
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
3996
|
-
"type": "boolean"
|
|
3997
|
-
},
|
|
3998
|
-
"sd-tree/half-checked-keys": {
|
|
3999
|
-
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
4000
|
-
},
|
|
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"
|
|
4004
|
-
},
|
|
4005
|
-
"sd-tree/animation": {
|
|
4006
|
-
"description": "Whether to enable expand transition animation",
|
|
4007
|
-
"type": "boolean"
|
|
4008
|
-
},
|
|
4009
|
-
"sd-tree/action-on-node-click": {
|
|
4010
|
-
"description": "The action triggered when the node is clicked"
|
|
4011
|
-
},
|
|
4012
3891
|
"sd-typography-title/edit-start": {
|
|
4013
3892
|
"description": "Edit start"
|
|
4014
3893
|
},
|
|
@@ -4264,138 +4143,126 @@
|
|
|
4264
4143
|
"description": "Copy button question prompt configuration",
|
|
4265
4144
|
"type": "object"
|
|
4266
4145
|
},
|
|
4267
|
-
"sd-
|
|
4268
|
-
"description": "
|
|
4269
|
-
},
|
|
4270
|
-
"sd-trigger/show": {
|
|
4271
|
-
"description": "Triggered after the trigger is shown (the animation ends)"
|
|
4146
|
+
"sd-tree/select": {
|
|
4147
|
+
"description": "Triggered when the tree node is clicked"
|
|
4272
4148
|
},
|
|
4273
|
-
"sd-
|
|
4274
|
-
"description": "Triggered
|
|
4149
|
+
"sd-tree/check": {
|
|
4150
|
+
"description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
|
|
4275
4151
|
},
|
|
4276
|
-
"sd-
|
|
4277
|
-
"description": "
|
|
4278
|
-
"type": "boolean"
|
|
4152
|
+
"sd-tree/expand": {
|
|
4153
|
+
"description": "Expand/close"
|
|
4279
4154
|
},
|
|
4280
|
-
"sd-
|
|
4281
|
-
"description": "
|
|
4282
|
-
"type": "boolean"
|
|
4155
|
+
"sd-tree/drag-start": {
|
|
4156
|
+
"description": "Node starts dragging"
|
|
4283
4157
|
},
|
|
4284
|
-
"sd-
|
|
4285
|
-
"description": "
|
|
4158
|
+
"sd-tree/drag-end": {
|
|
4159
|
+
"description": "Node end drag"
|
|
4286
4160
|
},
|
|
4287
|
-
"sd-
|
|
4288
|
-
"description": "
|
|
4161
|
+
"sd-tree/drag-over": {
|
|
4162
|
+
"description": "The node is dragged to the releasable target"
|
|
4289
4163
|
},
|
|
4290
|
-
"sd-
|
|
4291
|
-
"description": "
|
|
4292
|
-
"type": "boolean"
|
|
4164
|
+
"sd-tree/drag-leave": {
|
|
4165
|
+
"description": "Node leaves to release the target"
|
|
4293
4166
|
},
|
|
4294
|
-
"sd-
|
|
4295
|
-
"description": "The
|
|
4296
|
-
"type": "number"
|
|
4167
|
+
"sd-tree/drop": {
|
|
4168
|
+
"description": "The node is released on a releasable target"
|
|
4297
4169
|
},
|
|
4298
|
-
"sd-
|
|
4299
|
-
"description": "
|
|
4170
|
+
"sd-tree/size": {
|
|
4171
|
+
"description": "Size",
|
|
4172
|
+
"type": "string"
|
|
4300
4173
|
},
|
|
4301
|
-
"sd-
|
|
4302
|
-
"description": "Whether the
|
|
4174
|
+
"sd-tree/block-node": {
|
|
4175
|
+
"description": "Whether the node occupies a row",
|
|
4303
4176
|
"type": "boolean"
|
|
4304
4177
|
},
|
|
4305
|
-
"sd-
|
|
4306
|
-
"description": "Whether the
|
|
4178
|
+
"sd-tree/default-expand-all": {
|
|
4179
|
+
"description": "Whether to expand the parent node by default",
|
|
4307
4180
|
"type": "boolean"
|
|
4308
4181
|
},
|
|
4309
|
-
"sd-
|
|
4310
|
-
"description": "Whether to
|
|
4182
|
+
"sd-tree/multiple": {
|
|
4183
|
+
"description": "Whether to support multiple selection",
|
|
4311
4184
|
"type": "boolean"
|
|
4312
4185
|
},
|
|
4313
|
-
"sd-
|
|
4314
|
-
"description": "Whether to
|
|
4315
|
-
"type": "boolean"
|
|
4186
|
+
"sd-tree/checkable": {
|
|
4187
|
+
"description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
|
|
4316
4188
|
},
|
|
4317
|
-
"sd-
|
|
4318
|
-
"description": "Whether to
|
|
4319
|
-
"type": "boolean"
|
|
4189
|
+
"sd-tree/selectable": {
|
|
4190
|
+
"description": "Whether to support selection, function format is supported since `2.27.0`"
|
|
4320
4191
|
},
|
|
4321
|
-
"sd-
|
|
4322
|
-
"description": "Whether to
|
|
4192
|
+
"sd-tree/check-strictly": {
|
|
4193
|
+
"description": "Whether to cancel the parent-child node association",
|
|
4323
4194
|
"type": "boolean"
|
|
4324
4195
|
},
|
|
4325
|
-
"sd-
|
|
4326
|
-
"description": "
|
|
4327
|
-
"type": "
|
|
4196
|
+
"sd-tree/checked-strategy": {
|
|
4197
|
+
"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",
|
|
4198
|
+
"type": "string"
|
|
4328
4199
|
},
|
|
4329
|
-
"sd-
|
|
4330
|
-
"description": "
|
|
4331
|
-
"type": "string|array|object"
|
|
4200
|
+
"sd-tree/default-selected-keys": {
|
|
4201
|
+
"description": "Tree node selected by default"
|
|
4332
4202
|
},
|
|
4333
|
-
"sd-
|
|
4334
|
-
"description": "
|
|
4203
|
+
"sd-tree/selected-keys": {
|
|
4204
|
+
"description": "Selected tree node"
|
|
4335
4205
|
},
|
|
4336
|
-
"sd-
|
|
4337
|
-
"description": "
|
|
4338
|
-
"type": "string|array|object"
|
|
4206
|
+
"sd-tree/default-checked-keys": {
|
|
4207
|
+
"description": "Tree node with checkbox selected by default"
|
|
4339
4208
|
},
|
|
4340
|
-
"sd-
|
|
4341
|
-
"description": "
|
|
4209
|
+
"sd-tree/checked-keys": {
|
|
4210
|
+
"description": "Tree node with check box selected"
|
|
4342
4211
|
},
|
|
4343
|
-
"sd-
|
|
4344
|
-
"description": "
|
|
4212
|
+
"sd-tree/default-expanded-keys": {
|
|
4213
|
+
"description": "Nodes expanded by default"
|
|
4345
4214
|
},
|
|
4346
|
-
"sd-
|
|
4347
|
-
"description": "
|
|
4348
|
-
"type": "string"
|
|
4215
|
+
"sd-tree/expanded-keys": {
|
|
4216
|
+
"description": "Expanded node"
|
|
4349
4217
|
},
|
|
4350
|
-
"sd-
|
|
4351
|
-
"description": "
|
|
4218
|
+
"sd-tree/data": {
|
|
4219
|
+
"description": "Pass in `data` to generate the corresponding tree structure"
|
|
4352
4220
|
},
|
|
4353
|
-
"sd-
|
|
4354
|
-
"description": "
|
|
4355
|
-
"type": "number"
|
|
4221
|
+
"sd-tree/field-names": {
|
|
4222
|
+
"description": "Specify the field name in the node data"
|
|
4356
4223
|
},
|
|
4357
|
-
"sd-
|
|
4358
|
-
"description": "
|
|
4359
|
-
"type": "
|
|
4224
|
+
"sd-tree/show-line": {
|
|
4225
|
+
"description": "Whether to display the connection line",
|
|
4226
|
+
"type": "boolean"
|
|
4360
4227
|
},
|
|
4361
|
-
"sd-
|
|
4362
|
-
"description": "
|
|
4363
|
-
"type": "number"
|
|
4228
|
+
"sd-tree/load-more": {
|
|
4229
|
+
"description": "A callback for loading data asynchronously, returning a `Promise`"
|
|
4364
4230
|
},
|
|
4365
|
-
"sd-
|
|
4366
|
-
"description": "Whether
|
|
4231
|
+
"sd-tree/draggable": {
|
|
4232
|
+
"description": "Whether it can be dragged",
|
|
4367
4233
|
"type": "boolean"
|
|
4368
4234
|
},
|
|
4369
|
-
"sd-
|
|
4370
|
-
"description": "Whether to
|
|
4371
|
-
"type": "boolean"
|
|
4235
|
+
"sd-tree/allow-drop": {
|
|
4236
|
+
"description": "Whether to allow release on a node when dragging"
|
|
4372
4237
|
},
|
|
4373
|
-
"sd-
|
|
4374
|
-
"description": "
|
|
4375
|
-
"type": "boolean"
|
|
4238
|
+
"sd-tree/virtual-list-props": {
|
|
4239
|
+
"description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
|
|
4376
4240
|
},
|
|
4377
|
-
"sd-
|
|
4378
|
-
"description": "
|
|
4241
|
+
"sd-tree/default-expand-selected": {
|
|
4242
|
+
"description": "Whether to expand the parent node of the selected node by default",
|
|
4243
|
+
"type": "boolean"
|
|
4379
4244
|
},
|
|
4380
|
-
"sd-
|
|
4381
|
-
"description": "Whether to
|
|
4245
|
+
"sd-tree/default-expand-checked": {
|
|
4246
|
+
"description": "Whether to expand the parent node of the checked node by default",
|
|
4382
4247
|
"type": "boolean"
|
|
4383
4248
|
},
|
|
4384
|
-
"sd-
|
|
4385
|
-
"description": "Whether to
|
|
4249
|
+
"sd-tree/auto-expand-parent": {
|
|
4250
|
+
"description": "Whether to automatically expand the parent node of the expanded node",
|
|
4386
4251
|
"type": "boolean"
|
|
4387
4252
|
},
|
|
4388
|
-
"sd-
|
|
4389
|
-
"description": "
|
|
4253
|
+
"sd-tree/half-checked-keys": {
|
|
4254
|
+
"description": "The keys of half checked. Only valid when checkable and checkStrictly"
|
|
4255
|
+
},
|
|
4256
|
+
"sd-tree/only-check-leaf": {
|
|
4257
|
+
"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)",
|
|
4390
4258
|
"type": "boolean"
|
|
4391
4259
|
},
|
|
4392
|
-
"sd-
|
|
4393
|
-
"description": "Whether to
|
|
4260
|
+
"sd-tree/animation": {
|
|
4261
|
+
"description": "Whether to enable expand transition animation",
|
|
4394
4262
|
"type": "boolean"
|
|
4395
4263
|
},
|
|
4396
|
-
"sd-
|
|
4397
|
-
"description": "
|
|
4398
|
-
"type": "number"
|
|
4264
|
+
"sd-tree/action-on-node-click": {
|
|
4265
|
+
"description": "The action triggered when the node is clicked"
|
|
4399
4266
|
},
|
|
4400
4267
|
"sd-upload/exceed-limit": {
|
|
4401
4268
|
"description": "Triggered when the uploaded file exceeds the limit"
|
|
@@ -4762,5 +4629,138 @@
|
|
|
4762
4629
|
"sd-watermark/staggered": {
|
|
4763
4630
|
"description": "Whether to stagger the arrangement layout",
|
|
4764
4631
|
"type": "boolean"
|
|
4632
|
+
},
|
|
4633
|
+
"sd-trigger/popup-visible-change": {
|
|
4634
|
+
"description": "Emitted when the status of the popup changes"
|
|
4635
|
+
},
|
|
4636
|
+
"sd-trigger/show": {
|
|
4637
|
+
"description": "Triggered after the trigger is shown (the animation ends)"
|
|
4638
|
+
},
|
|
4639
|
+
"sd-trigger/hide": {
|
|
4640
|
+
"description": "Triggered after the popup is hidden (the animation ends)"
|
|
4641
|
+
},
|
|
4642
|
+
"sd-trigger/popup-visible": {
|
|
4643
|
+
"description": "Whether the popup is visible",
|
|
4644
|
+
"type": "boolean"
|
|
4645
|
+
},
|
|
4646
|
+
"sd-trigger/default-popup-visible": {
|
|
4647
|
+
"description": "Whether the popup is visible by default (uncontrolled mode)",
|
|
4648
|
+
"type": "boolean"
|
|
4649
|
+
},
|
|
4650
|
+
"sd-trigger/trigger": {
|
|
4651
|
+
"description": "Trigger method"
|
|
4652
|
+
},
|
|
4653
|
+
"sd-trigger/position": {
|
|
4654
|
+
"description": "Popup position"
|
|
4655
|
+
},
|
|
4656
|
+
"sd-trigger/disabled": {
|
|
4657
|
+
"description": "Whether the trigger is disabled",
|
|
4658
|
+
"type": "boolean"
|
|
4659
|
+
},
|
|
4660
|
+
"sd-trigger/popup-offset": {
|
|
4661
|
+
"description": "The offset of the popup (the offset distance of the popup from the trigger)",
|
|
4662
|
+
"type": "number"
|
|
4663
|
+
},
|
|
4664
|
+
"sd-trigger/popup-translate": {
|
|
4665
|
+
"description": "The moving distance of the popup"
|
|
4666
|
+
},
|
|
4667
|
+
"sd-trigger/show-arrow": {
|
|
4668
|
+
"description": "Whether the popup shows an arrow",
|
|
4669
|
+
"type": "boolean"
|
|
4670
|
+
},
|
|
4671
|
+
"sd-trigger/align-point": {
|
|
4672
|
+
"description": "Whether the popup follows the mouse",
|
|
4673
|
+
"type": "boolean"
|
|
4674
|
+
},
|
|
4675
|
+
"sd-trigger/popup-hover-stay": {
|
|
4676
|
+
"description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
|
|
4677
|
+
"type": "boolean"
|
|
4678
|
+
},
|
|
4679
|
+
"sd-trigger/blur-to-close": {
|
|
4680
|
+
"description": "Whether to close the popup when the trigger loses focus",
|
|
4681
|
+
"type": "boolean"
|
|
4682
|
+
},
|
|
4683
|
+
"sd-trigger/click-to-close": {
|
|
4684
|
+
"description": "Whether to close the popup when the trigger is clicked",
|
|
4685
|
+
"type": "boolean"
|
|
4686
|
+
},
|
|
4687
|
+
"sd-trigger/click-outside-to-close": {
|
|
4688
|
+
"description": "Whether to close the popup when clicking on the outer area",
|
|
4689
|
+
"type": "boolean"
|
|
4690
|
+
},
|
|
4691
|
+
"sd-trigger/unmount-on-close": {
|
|
4692
|
+
"description": "Whether to uninstall the popup node when closing",
|
|
4693
|
+
"type": "boolean"
|
|
4694
|
+
},
|
|
4695
|
+
"sd-trigger/content-class": {
|
|
4696
|
+
"description": "The class name of the popup content",
|
|
4697
|
+
"type": "string|array|object"
|
|
4698
|
+
},
|
|
4699
|
+
"sd-trigger/content-style": {
|
|
4700
|
+
"description": "The style of the popup content"
|
|
4701
|
+
},
|
|
4702
|
+
"sd-trigger/arrow-class": {
|
|
4703
|
+
"description": "The class name of the popup arrow",
|
|
4704
|
+
"type": "string|array|object"
|
|
4705
|
+
},
|
|
4706
|
+
"sd-trigger/arrow-style": {
|
|
4707
|
+
"description": "The style of the popup arrow"
|
|
4708
|
+
},
|
|
4709
|
+
"sd-trigger/popup-style": {
|
|
4710
|
+
"description": "The style of the popup"
|
|
4711
|
+
},
|
|
4712
|
+
"sd-trigger/animation-name": {
|
|
4713
|
+
"description": "The name of the popup animation",
|
|
4714
|
+
"type": "string"
|
|
4715
|
+
},
|
|
4716
|
+
"sd-trigger/duration": {
|
|
4717
|
+
"description": "The duration of the popup animation"
|
|
4718
|
+
},
|
|
4719
|
+
"sd-trigger/mouse-enter-delay": {
|
|
4720
|
+
"description": "Delay trigger time of mouseenter event (ms)",
|
|
4721
|
+
"type": "number"
|
|
4722
|
+
},
|
|
4723
|
+
"sd-trigger/mouse-leave-delay": {
|
|
4724
|
+
"description": "Delay trigger time of mouseleave event (ms)",
|
|
4725
|
+
"type": "number"
|
|
4726
|
+
},
|
|
4727
|
+
"sd-trigger/focus-delay": {
|
|
4728
|
+
"description": "Delay trigger time of focus event (ms)",
|
|
4729
|
+
"type": "number"
|
|
4730
|
+
},
|
|
4731
|
+
"sd-trigger/auto-fit-popup-width": {
|
|
4732
|
+
"description": "Whether to set the width of the popup to the width of the trigger",
|
|
4733
|
+
"type": "boolean"
|
|
4734
|
+
},
|
|
4735
|
+
"sd-trigger/auto-fit-popup-min-width": {
|
|
4736
|
+
"description": "Whether to set the minimum width of the popup to the trigger width",
|
|
4737
|
+
"type": "boolean"
|
|
4738
|
+
},
|
|
4739
|
+
"sd-trigger/auto-fix-position": {
|
|
4740
|
+
"description": "When the size of the trigger changes, whether to recalculate the position of the popup",
|
|
4741
|
+
"type": "boolean"
|
|
4742
|
+
},
|
|
4743
|
+
"sd-trigger/popup-container": {
|
|
4744
|
+
"description": "Mount container for popup"
|
|
4745
|
+
},
|
|
4746
|
+
"sd-trigger/auto-fit-position": {
|
|
4747
|
+
"description": "Whether to automatically adjust the position of the popup to fit the window size",
|
|
4748
|
+
"type": "boolean"
|
|
4749
|
+
},
|
|
4750
|
+
"sd-trigger/render-to-body": {
|
|
4751
|
+
"description": "Whether to mount under the `body` element",
|
|
4752
|
+
"type": "boolean"
|
|
4753
|
+
},
|
|
4754
|
+
"sd-trigger/prevent-focus": {
|
|
4755
|
+
"description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
|
|
4756
|
+
"type": "boolean"
|
|
4757
|
+
},
|
|
4758
|
+
"sd-trigger/scroll-to-close": {
|
|
4759
|
+
"description": "Whether to close the popover when scrolling",
|
|
4760
|
+
"type": "boolean"
|
|
4761
|
+
},
|
|
4762
|
+
"sd-trigger/scroll-to-close-distance": {
|
|
4763
|
+
"description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
|
|
4764
|
+
"type": "number"
|
|
4765
4765
|
}
|
|
4766
4766
|
}
|