@sdata/web-vue 1.1.0 → 1.2.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,88 @@
45
45
  "description": "Whether the content is displayed in the center",
46
46
  "type": "boolean"
47
47
  },
48
+ "a-auto-complete/change": {
49
+ "description": "Emitted when the value changes"
50
+ },
51
+ "a-auto-complete/search": {
52
+ "description": "Emitted when the user searches"
53
+ },
54
+ "a-auto-complete/select": {
55
+ "description": "Emitted when an option is selected"
56
+ },
57
+ "a-auto-complete/clear": {
58
+ "description": "Triggered when the user clicks the clear button"
59
+ },
60
+ "a-auto-complete/dropdown-scroll": {
61
+ "description": "Triggered when the drop-down scrolls"
62
+ },
63
+ "a-auto-complete/dropdown-reach-bottom": {
64
+ "description": "Triggered when the drop-down menu is scrolled to the bottom"
65
+ },
66
+ "a-auto-complete/model-value": {
67
+ "description": "Value",
68
+ "type": "string"
69
+ },
70
+ "a-auto-complete/default-value": {
71
+ "description": "Default value (uncontrolled mode)",
72
+ "type": "string"
73
+ },
74
+ "a-auto-complete/disabled": {
75
+ "description": "Whether to disable",
76
+ "type": "boolean"
77
+ },
78
+ "a-auto-complete/data": {
79
+ "description": "Data used for auto-complete"
80
+ },
81
+ "a-auto-complete/popup-container": {
82
+ "description": "Mount container for popup"
83
+ },
84
+ "a-auto-complete/strict": {
85
+ "description": "Whether it is strict verification mode",
86
+ "type": "boolean"
87
+ },
88
+ "a-auto-complete/filter-option": {
89
+ "description": "Custom option filtering method"
90
+ },
91
+ "a-auto-complete/trigger-props": {
92
+ "description": "trigger props"
93
+ },
94
+ "a-auto-complete/allow-clear": {
95
+ "description": "Whether to allow the input to be cleared",
96
+ "type": "boolean"
97
+ },
98
+ "a-auto-complete/virtual-list-props": {
99
+ "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
100
+ },
101
+ "a-badge/text": {
102
+ "description": "Set the display text of the status dot",
103
+ "type": "string"
104
+ },
105
+ "a-badge/dot": {
106
+ "description": "Whether to display a red dot instead of `count`",
107
+ "type": "boolean"
108
+ },
109
+ "a-badge/dot-style": {
110
+ "description": "Customize badge dot style",
111
+ "type": "object"
112
+ },
113
+ "a-badge/max-count": {
114
+ "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
115
+ "type": "number"
116
+ },
117
+ "a-badge/offset": {
118
+ "description": "Set offset of the badge dot"
119
+ },
120
+ "a-badge/color": {
121
+ "description": "Customize dot color"
122
+ },
123
+ "a-badge/status": {
124
+ "description": "Badge status"
125
+ },
126
+ "a-badge/count": {
127
+ "description": "Number to show in badge",
128
+ "type": "number"
129
+ },
48
130
  "a-anchor/select": {
49
131
  "description": "Triggered when the user clicks on the link"
50
132
  },
@@ -92,35 +174,6 @@
92
174
  "description": "Duration of scroll animation",
93
175
  "type": "number"
94
176
  },
95
- "a-badge/text": {
96
- "description": "Set the display text of the status dot",
97
- "type": "string"
98
- },
99
- "a-badge/dot": {
100
- "description": "Whether to display a red dot instead of `count`",
101
- "type": "boolean"
102
- },
103
- "a-badge/dot-style": {
104
- "description": "Customize badge dot style",
105
- "type": "object"
106
- },
107
- "a-badge/max-count": {
108
- "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
109
- "type": "number"
110
- },
111
- "a-badge/offset": {
112
- "description": "Set offset of the badge dot"
113
- },
114
- "a-badge/color": {
115
- "description": "Customize dot color"
116
- },
117
- "a-badge/status": {
118
- "description": "Badge status"
119
- },
120
- "a-badge/count": {
121
- "description": "Number to show in badge",
122
- "type": "number"
123
- },
124
177
  "a-avatar/click": {
125
178
  "description": "Callback when clicked"
126
179
  },
@@ -203,59 +256,6 @@
203
256
  "a-breadcrumb-item/dropdown-props": {
204
257
  "description": "Dropdown props"
205
258
  },
206
- "a-auto-complete/change": {
207
- "description": "Emitted when the value changes"
208
- },
209
- "a-auto-complete/search": {
210
- "description": "Emitted when the user searches"
211
- },
212
- "a-auto-complete/select": {
213
- "description": "Emitted when an option is selected"
214
- },
215
- "a-auto-complete/clear": {
216
- "description": "Triggered when the user clicks the clear button"
217
- },
218
- "a-auto-complete/dropdown-scroll": {
219
- "description": "Triggered when the drop-down scrolls"
220
- },
221
- "a-auto-complete/dropdown-reach-bottom": {
222
- "description": "Triggered when the drop-down menu is scrolled to the bottom"
223
- },
224
- "a-auto-complete/model-value": {
225
- "description": "Value",
226
- "type": "string"
227
- },
228
- "a-auto-complete/default-value": {
229
- "description": "Default value (uncontrolled mode)",
230
- "type": "string"
231
- },
232
- "a-auto-complete/disabled": {
233
- "description": "Whether to disable",
234
- "type": "boolean"
235
- },
236
- "a-auto-complete/data": {
237
- "description": "Data used for auto-complete"
238
- },
239
- "a-auto-complete/popup-container": {
240
- "description": "Mount container for popup"
241
- },
242
- "a-auto-complete/strict": {
243
- "description": "Whether it is strict verification mode",
244
- "type": "boolean"
245
- },
246
- "a-auto-complete/filter-option": {
247
- "description": "Custom option filtering method"
248
- },
249
- "a-auto-complete/trigger-props": {
250
- "description": "trigger props"
251
- },
252
- "a-auto-complete/allow-clear": {
253
- "description": "Whether to allow the input to be cleared",
254
- "type": "boolean"
255
- },
256
- "a-auto-complete/virtual-list-props": {
257
- "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
258
- },
259
259
  "a-button/click": {
260
260
  "description": "Emitted when the button is clicked"
261
261
  },
@@ -359,6 +359,29 @@
359
359
  "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)",
360
360
  "type": "string"
361
361
  },
362
+ "a-calendar/change": {
363
+ "description": "Emitted when the button is clicked"
364
+ },
365
+ "a-calendar/panel-change": {
366
+ "description": "Emitted when the button is clicked"
367
+ },
368
+ "a-calendar/model-value": {
369
+ "description": "Value"
370
+ },
371
+ "a-calendar/default-value": {
372
+ "description": "Default value (uncontrolled state)"
373
+ },
374
+ "a-calendar/mode": {
375
+ "description": "Mode",
376
+ "type": "string"
377
+ },
378
+ "a-calendar/default-mode": {
379
+ "description": "Default Mode",
380
+ "type": "string"
381
+ },
382
+ "a-calendar/modes": {
383
+ "description": "Displayed mode"
384
+ },
362
385
  "a-card/bordered": {
363
386
  "description": "Whether to render the border",
364
387
  "type": "boolean"
@@ -446,6 +469,50 @@
446
469
  "description": "Whether to disable",
447
470
  "type": "boolean"
448
471
  },
472
+ "a-collapse/change": {
473
+ "description": "Emitted when the expanded panel changes"
474
+ },
475
+ "a-collapse/active-key": {
476
+ "description": "The `key` of the currently expanded panel"
477
+ },
478
+ "a-collapse/default-active-key": {
479
+ "description": "The `key` of the panel expanded by default (uncontrolled mode)"
480
+ },
481
+ "a-collapse/accordion": {
482
+ "description": "Whether to enable accordion mode",
483
+ "type": "boolean"
484
+ },
485
+ "a-collapse/show-expand-icon": {
486
+ "description": "Whether to show the expand icon",
487
+ "type": "boolean"
488
+ },
489
+ "a-collapse/expand-icon-position": {
490
+ "description": "The location where the expand icon is displayed"
491
+ },
492
+ "a-collapse/bordered": {
493
+ "description": "Whether to show the border",
494
+ "type": "boolean"
495
+ },
496
+ "a-collapse/destroy-on-hide": {
497
+ "description": "Whether to destroy content when hidden",
498
+ "type": "boolean"
499
+ },
500
+ "a-collapse-item/header": {
501
+ "description": "The title of the panel",
502
+ "type": "string"
503
+ },
504
+ "a-collapse-item/disabled": {
505
+ "description": "Whether to disable",
506
+ "type": "boolean"
507
+ },
508
+ "a-collapse-item/show-expand-icon": {
509
+ "description": "Whether to show the expand icon",
510
+ "type": "boolean"
511
+ },
512
+ "a-collapse-item/destroy-on-hide": {
513
+ "description": "Whether to destroy content when hidden",
514
+ "type": "boolean"
515
+ },
449
516
  "a-cascader/change": {
450
517
  "description": "Triggered when the selected value changes"
451
518
  },
@@ -625,72 +692,59 @@
625
692
  "description": "whether to expand the submenu",
626
693
  "type": "boolean"
627
694
  },
628
- "a-collapse/change": {
629
- "description": "Emitted when the expanded panel changes"
695
+ "a-color-picker/change": {
696
+ "description": "Triggered when the color value changes"
630
697
  },
631
- "a-collapse/active-key": {
632
- "description": "The `key` of the currently expanded panel"
698
+ "a-color-picker/popup-visible-change": {
699
+ "description": "Triggered when the color panel is expanded and collapsed"
633
700
  },
634
- "a-collapse/default-active-key": {
635
- "description": "The `key` of the panel expanded by default (uncontrolled mode)"
701
+ "a-color-picker/model-value": {
702
+ "description": "Value",
703
+ "type": "string"
636
704
  },
637
- "a-collapse/accordion": {
638
- "description": "Whether to enable accordion mode",
639
- "type": "boolean"
705
+ "a-color-picker/default-value": {
706
+ "description": "Default value (uncontrolled state)",
707
+ "type": "string"
640
708
  },
641
- "a-collapse/show-expand-icon": {
642
- "description": "Whether to show the expand icon",
643
- "type": "boolean"
709
+ "a-color-picker/format": {
710
+ "description": "Color value format",
711
+ "type": "string"
644
712
  },
645
- "a-collapse/expand-icon-position": {
646
- "description": "The location where the expand icon is displayed"
713
+ "a-color-picker/size": {
714
+ "description": "Size"
647
715
  },
648
- "a-collapse/bordered": {
649
- "description": "Whether to show the border",
716
+ "a-color-picker/show-text": {
717
+ "description": "Show color value",
650
718
  "type": "boolean"
651
719
  },
652
- "a-collapse/destroy-on-hide": {
653
- "description": "Whether to destroy content when hidden",
720
+ "a-color-picker/show-history": {
721
+ "description": "Show history colors",
654
722
  "type": "boolean"
655
723
  },
656
- "a-collapse-item/header": {
657
- "description": "The title of the panel",
658
- "type": "string"
659
- },
660
- "a-collapse-item/disabled": {
661
- "description": "Whether to disable",
724
+ "a-color-picker/show-preset": {
725
+ "description": "Show preset colors",
662
726
  "type": "boolean"
663
727
  },
664
- "a-collapse-item/show-expand-icon": {
665
- "description": "Whether to show the expand icon",
728
+ "a-color-picker/disabled": {
729
+ "description": "disabled",
666
730
  "type": "boolean"
667
731
  },
668
- "a-collapse-item/destroy-on-hide": {
669
- "description": "Whether to destroy content when hidden",
732
+ "a-color-picker/disabled-alpha": {
733
+ "description": "Disable transparency channel",
670
734
  "type": "boolean"
671
735
  },
672
- "a-calendar/change": {
673
- "description": "Emitted when the button is clicked"
674
- },
675
- "a-calendar/panel-change": {
676
- "description": "Emitted when the button is clicked"
677
- },
678
- "a-calendar/model-value": {
679
- "description": "Value"
680
- },
681
- "a-calendar/default-value": {
682
- "description": "Default value (uncontrolled state)"
736
+ "a-color-picker/hide-trigger": {
737
+ "description": "There is no trigger element, only the color panel is displayed",
738
+ "type": "boolean"
683
739
  },
684
- "a-calendar/mode": {
685
- "description": "Mode",
686
- "type": "string"
740
+ "a-color-picker/trigger-props": {
741
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
687
742
  },
688
- "a-calendar/default-mode": {
689
- "description": "Default Mode",
690
- "type": "string"
743
+ "a-color-picker/history-colors": {
744
+ "description": "Color array of historical colors"
691
745
  },
692
- "a-calendar/modes": {
693
- "description": "Displayed mode"
746
+ "a-color-picker/preset-colors": {
747
+ "description": "Color array of preset colors"
694
748
  },
695
749
  "a-comment/author": {
696
750
  "description": "Display as the comment author",
@@ -820,78 +874,179 @@
820
874
  "description": "View starts from the right and ends on the left",
821
875
  "type": "boolean"
822
876
  },
823
- "a-divider/direction": {
824
- "description": "The direction of the dividing line. Can be horizontal or vertical"
877
+ "a-descriptions/data": {
878
+ "description": "Data for descriptions"
825
879
  },
826
- "a-divider/orientation": {
827
- "description": "The position of the dividing line text",
880
+ "a-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
+ "a-descriptions/title": {
884
+ "description": "Title of descriptions",
828
885
  "type": "string"
829
886
  },
830
- "a-divider/type": {
831
- "description": "Dividing line style type",
887
+ "a-descriptions/layout": {
888
+ "description": "Arrangement of descriptions",
832
889
  "type": "string"
833
890
  },
834
- "a-divider/size": {
835
- "description": "The wide/height of the dividing line",
891
+ "a-descriptions/align": {
892
+ "description": "Alignment position of text"
893
+ },
894
+ "a-descriptions/size": {
895
+ "description": "The size of the descriptions"
896
+ },
897
+ "a-descriptions/bordered": {
898
+ "description": "Whether to show the border",
899
+ "type": "boolean"
900
+ },
901
+ "a-descriptions/label-style": {
902
+ "description": "Data label style"
903
+ },
904
+ "a-descriptions/value-style": {
905
+ "description": "Data content style"
906
+ },
907
+ "a-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
+ "a-descriptions-item/span": {
912
+ "description": "number of columns",
836
913
  "type": "number"
837
914
  },
838
- "a-divider/margin": {
839
- "description": "Margin up and down the split line (left and right margin in vertical direction)",
840
- "type": "number | string"
915
+ "a-descriptions-item/label": {
916
+ "description": "Label",
917
+ "type": "string"
841
918
  },
842
- "a-color-picker/change": {
843
- "description": "Triggered when the color value changes"
919
+ "a-drawer/ok": {
920
+ "description": "Triggered when the OK button is clicked"
844
921
  },
845
- "a-color-picker/popup-visible-change": {
846
- "description": "Triggered when the color panel is expanded and collapsed"
922
+ "a-drawer/cancel": {
923
+ "description": "Triggered when the cancel or close button is clicked"
847
924
  },
848
- "a-color-picker/model-value": {
849
- "description": "Value",
925
+ "a-drawer/open": {
926
+ "description": "Triggered after the drawer is opened (the animation ends)"
927
+ },
928
+ "a-drawer/close": {
929
+ "description": "Triggered when the drawer is closed (the animation ends)"
930
+ },
931
+ "a-drawer/before-open": {
932
+ "description": "Triggered before drawer is opened"
933
+ },
934
+ "a-drawer/before-close": {
935
+ "description": "Triggered before drawer is closed"
936
+ },
937
+ "a-drawer/visible": {
938
+ "description": "Whether the drawer is visible",
939
+ "type": "boolean"
940
+ },
941
+ "a-drawer/default-visible": {
942
+ "description": "Whether the drawer is visible by default (uncontrolled mode)",
943
+ "type": "boolean"
944
+ },
945
+ "a-drawer/placement": {
946
+ "description": "Where the drawer is placed"
947
+ },
948
+ "a-drawer/title": {
949
+ "description": "Title",
850
950
  "type": "string"
851
951
  },
852
- "a-color-picker/default-value": {
853
- "description": "Default value (uncontrolled state)",
952
+ "a-drawer/mask": {
953
+ "description": "Whether to show the mask",
954
+ "type": "boolean"
955
+ },
956
+ "a-drawer/mask-closable": {
957
+ "description": "Click on the mask layer to be able to close",
958
+ "type": "boolean"
959
+ },
960
+ "a-drawer/closable": {
961
+ "description": "Whether to show the close button",
962
+ "type": "boolean"
963
+ },
964
+ "a-drawer/ok-text": {
965
+ "description": "The content of the ok button",
854
966
  "type": "string"
855
967
  },
856
- "a-color-picker/format": {
857
- "description": "Color value format",
968
+ "a-drawer/cancel-text": {
969
+ "description": "The content of the cancel button",
858
970
  "type": "string"
859
971
  },
860
- "a-color-picker/size": {
861
- "description": "Size"
972
+ "a-drawer/ok-loading": {
973
+ "description": "Whether the ok button is in the loading state",
974
+ "type": "boolean"
862
975
  },
863
- "a-color-picker/show-text": {
864
- "description": "Show color value",
976
+ "a-drawer/ok-button-props": {
977
+ "description": "Props of confirm button"
978
+ },
979
+ "a-drawer/cancel-button-props": {
980
+ "description": "Props of cancel button"
981
+ },
982
+ "a-drawer/unmount-on-close": {
983
+ "description": "Whether to uninstall the node when close",
865
984
  "type": "boolean"
866
985
  },
867
- "a-color-picker/show-history": {
868
- "description": "Show history colors",
986
+ "a-drawer/width": {
987
+ "description": "The width of the drawer (only available when placement is right, left)",
988
+ "type": "number|string"
989
+ },
990
+ "a-drawer/height": {
991
+ "description": "The height of the drawer (only available when placement is top, bottom)",
992
+ "type": "number|string"
993
+ },
994
+ "a-drawer/popup-container": {
995
+ "description": "Mount container for popup"
996
+ },
997
+ "a-drawer/drawer-style": {
998
+ "description": "Drawer style"
999
+ },
1000
+ "a-drawer/body-class": {
1001
+ "description": "The classname of the drawer body"
1002
+ },
1003
+ "a-drawer/body-style": {
1004
+ "description": "Drawer body style"
1005
+ },
1006
+ "a-drawer/before-ok": {
1007
+ "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."
1008
+ },
1009
+ "a-drawer/before-cancel": {
1010
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
1011
+ },
1012
+ "a-drawer/esc-to-close": {
1013
+ "description": "Whether to support the ESC key to close the dialog",
869
1014
  "type": "boolean"
870
1015
  },
871
- "a-color-picker/show-preset": {
872
- "description": "Show preset colors",
1016
+ "a-drawer/render-to-body": {
1017
+ "description": "Whether the drawer is mounted under the `body` element",
873
1018
  "type": "boolean"
874
1019
  },
875
- "a-color-picker/disabled": {
876
- "description": "disabled",
1020
+ "a-drawer/header": {
1021
+ "description": "Whether to display high-quality content",
877
1022
  "type": "boolean"
878
1023
  },
879
- "a-color-picker/disabled-alpha": {
880
- "description": "Disable transparency channel",
1024
+ "a-drawer/footer": {
1025
+ "description": "Whether to display the bottom content",
881
1026
  "type": "boolean"
882
1027
  },
883
- "a-color-picker/hide-trigger": {
884
- "description": "There is no trigger element, only the color panel is displayed",
1028
+ "a-drawer/hide-cancel": {
1029
+ "description": "Whether to hide the cancel button",
885
1030
  "type": "boolean"
886
1031
  },
887
- "a-color-picker/trigger-props": {
888
- "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
1032
+ "a-divider/direction": {
1033
+ "description": "The direction of the dividing line. Can be horizontal or vertical"
889
1034
  },
890
- "a-color-picker/history-colors": {
891
- "description": "Color array of historical colors"
1035
+ "a-divider/orientation": {
1036
+ "description": "The position of the dividing line text",
1037
+ "type": "string"
892
1038
  },
893
- "a-color-picker/preset-colors": {
894
- "description": "Color array of preset colors"
1039
+ "a-divider/type": {
1040
+ "description": "Dividing line style type",
1041
+ "type": "string"
1042
+ },
1043
+ "a-divider/size": {
1044
+ "description": "The wide/height of the dividing line",
1045
+ "type": "number"
1046
+ },
1047
+ "a-divider/margin": {
1048
+ "description": "Margin up and down the split line (left and right margin in vertical direction)",
1049
+ "type": "number | string"
895
1050
  },
896
1051
  "a-dropdown/popup-visible-change": {
897
1052
  "description": "Triggered when the display status of the drop-down box changes"
@@ -1014,172 +1169,17 @@
1014
1169
  "description": "Whether to hide popup when the user selects",
1015
1170
  "type": "boolean"
1016
1171
  },
1017
- "a-drawer/ok": {
1018
- "description": "Triggered when the OK button is clicked"
1172
+ "a-empty/description": {
1173
+ "description": "Description",
1174
+ "type": "string"
1019
1175
  },
1020
- "a-drawer/cancel": {
1021
- "description": "Triggered when the cancel or close button is clicked"
1176
+ "a-empty/img-src": {
1177
+ "description": "The src of the Custom Image",
1178
+ "type": "string"
1022
1179
  },
1023
- "a-drawer/open": {
1024
- "description": "Triggered after the drawer is opened (the animation ends)"
1025
- },
1026
- "a-drawer/close": {
1027
- "description": "Triggered when the drawer is closed (the animation ends)"
1028
- },
1029
- "a-drawer/before-open": {
1030
- "description": "Triggered before drawer is opened"
1031
- },
1032
- "a-drawer/before-close": {
1033
- "description": "Triggered before drawer is closed"
1034
- },
1035
- "a-drawer/visible": {
1036
- "description": "Whether the drawer is visible",
1037
- "type": "boolean"
1038
- },
1039
- "a-drawer/default-visible": {
1040
- "description": "Whether the drawer is visible by default (uncontrolled mode)",
1041
- "type": "boolean"
1042
- },
1043
- "a-drawer/placement": {
1044
- "description": "Where the drawer is placed"
1045
- },
1046
- "a-drawer/title": {
1047
- "description": "Title",
1048
- "type": "string"
1049
- },
1050
- "a-drawer/mask": {
1051
- "description": "Whether to show the mask",
1052
- "type": "boolean"
1053
- },
1054
- "a-drawer/mask-closable": {
1055
- "description": "Click on the mask layer to be able to close",
1056
- "type": "boolean"
1057
- },
1058
- "a-drawer/closable": {
1059
- "description": "Whether to show the close button",
1060
- "type": "boolean"
1061
- },
1062
- "a-drawer/ok-text": {
1063
- "description": "The content of the ok button",
1064
- "type": "string"
1065
- },
1066
- "a-drawer/cancel-text": {
1067
- "description": "The content of the cancel button",
1068
- "type": "string"
1069
- },
1070
- "a-drawer/ok-loading": {
1071
- "description": "Whether the ok button is in the loading state",
1072
- "type": "boolean"
1073
- },
1074
- "a-drawer/ok-button-props": {
1075
- "description": "Props of confirm button"
1076
- },
1077
- "a-drawer/cancel-button-props": {
1078
- "description": "Props of cancel button"
1079
- },
1080
- "a-drawer/unmount-on-close": {
1081
- "description": "Whether to uninstall the node when close",
1082
- "type": "boolean"
1083
- },
1084
- "a-drawer/width": {
1085
- "description": "The width of the drawer (only available when placement is right, left)",
1086
- "type": "number|string"
1087
- },
1088
- "a-drawer/height": {
1089
- "description": "The height of the drawer (only available when placement is top, bottom)",
1090
- "type": "number|string"
1091
- },
1092
- "a-drawer/popup-container": {
1093
- "description": "Mount container for popup"
1094
- },
1095
- "a-drawer/drawer-style": {
1096
- "description": "Drawer style"
1097
- },
1098
- "a-drawer/body-class": {
1099
- "description": "The classname of the drawer body"
1100
- },
1101
- "a-drawer/body-style": {
1102
- "description": "Drawer body style"
1103
- },
1104
- "a-drawer/before-ok": {
1105
- "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."
1106
- },
1107
- "a-drawer/before-cancel": {
1108
- "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
1109
- },
1110
- "a-drawer/esc-to-close": {
1111
- "description": "Whether to support the ESC key to close the dialog",
1112
- "type": "boolean"
1113
- },
1114
- "a-drawer/render-to-body": {
1115
- "description": "Whether the drawer is mounted under the `body` element",
1116
- "type": "boolean"
1117
- },
1118
- "a-drawer/header": {
1119
- "description": "Whether to display high-quality content",
1120
- "type": "boolean"
1121
- },
1122
- "a-drawer/footer": {
1123
- "description": "Whether to display the bottom content",
1124
- "type": "boolean"
1125
- },
1126
- "a-drawer/hide-cancel": {
1127
- "description": "Whether to hide the cancel button",
1128
- "type": "boolean"
1129
- },
1130
- "a-descriptions/data": {
1131
- "description": "Data for descriptions"
1132
- },
1133
- "a-descriptions/column": {
1134
- "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
1135
- },
1136
- "a-descriptions/title": {
1137
- "description": "Title of descriptions",
1138
- "type": "string"
1139
- },
1140
- "a-descriptions/layout": {
1141
- "description": "Arrangement of descriptions",
1142
- "type": "string"
1143
- },
1144
- "a-descriptions/align": {
1145
- "description": "Alignment position of text"
1146
- },
1147
- "a-descriptions/size": {
1148
- "description": "The size of the descriptions"
1149
- },
1150
- "a-descriptions/bordered": {
1151
- "description": "Whether to show the border",
1152
- "type": "boolean"
1153
- },
1154
- "a-descriptions/label-style": {
1155
- "description": "Data label style"
1156
- },
1157
- "a-descriptions/value-style": {
1158
- "description": "Data content style"
1159
- },
1160
- "a-descriptions/table-layout": {
1161
- "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
1162
- "type": "string"
1163
- },
1164
- "a-descriptions-item/span": {
1165
- "description": "number of columns",
1166
- "type": "number"
1167
- },
1168
- "a-descriptions-item/label": {
1169
- "description": "Label",
1170
- "type": "string"
1171
- },
1172
- "a-empty/description": {
1173
- "description": "Description",
1174
- "type": "string"
1175
- },
1176
- "a-empty/img-src": {
1177
- "description": "The src of the Custom Image",
1178
- "type": "string"
1179
- },
1180
- "a-empty/in-config-provider": {
1181
- "description": "Whether to use in ConfigProvider",
1182
- "type": "boolean"
1180
+ "a-empty/in-config-provider": {
1181
+ "description": "Whether to use in ConfigProvider",
1182
+ "type": "boolean"
1183
1183
  },
1184
1184
  "a-row/gutter": {
1185
1185
  "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."
@@ -1260,167 +1260,6 @@
1260
1260
  "description": "Is it a suffix element",
1261
1261
  "type": "boolean"
1262
1262
  },
1263
- "a-image/preview-visible-change": {
1264
- "description": "Preview opening and closing events"
1265
- },
1266
- "a-image/src": {
1267
- "description": "Image src",
1268
- "type": "string"
1269
- },
1270
- "a-image/width": {
1271
- "description": "Image width",
1272
- "type": "string | number"
1273
- },
1274
- "a-image/height": {
1275
- "description": "Image height",
1276
- "type": "string | number"
1277
- },
1278
- "a-image/title": {
1279
- "description": "Title",
1280
- "type": "string"
1281
- },
1282
- "a-image/description": {
1283
- "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
1284
- "type": "string"
1285
- },
1286
- "a-image/fit": {
1287
- "description": "indicate how the image should be resized to fit its container",
1288
- "type": "string"
1289
- },
1290
- "a-image/alt": {
1291
- "description": "Text description of the image",
1292
- "type": "string"
1293
- },
1294
- "a-image/hide-footer": {
1295
- "description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
1296
- },
1297
- "a-image/footer-position": {
1298
- "description": "The position shown at the bottom",
1299
- "type": "string"
1300
- },
1301
- "a-image/show-loader": {
1302
- "description": "Whether to show the loading effect",
1303
- "type": "boolean"
1304
- },
1305
- "a-image/preview": {
1306
- "description": "Whether to enable preview",
1307
- "type": "boolean"
1308
- },
1309
- "a-image/preview-visible": {
1310
- "description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
1311
- "type": "boolean"
1312
- },
1313
- "a-image/default-preview-visible": {
1314
- "description": "The default open state of the preview",
1315
- "type": "boolean"
1316
- },
1317
- "a-image/preview-props": {
1318
- "description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
1319
- },
1320
- "a-image/footer-class": {
1321
- "description": "The class name of the bottom display area",
1322
- "type": "string|array|object"
1323
- },
1324
- "a-image-preview/close": {
1325
- "description": "Close event"
1326
- },
1327
- "a-image-preview/src": {
1328
- "description": "Image src",
1329
- "type": "string"
1330
- },
1331
- "a-image-preview/visible": {
1332
- "description": "Whether is visible",
1333
- "type": "boolean"
1334
- },
1335
- "a-image-preview/default-visible": {
1336
- "description": "Default visibility",
1337
- "type": "boolean"
1338
- },
1339
- "a-image-preview/mask-closable": {
1340
- "description": "Whether to close the modal when mask is clicked",
1341
- "type": "boolean"
1342
- },
1343
- "a-image-preview/closable": {
1344
- "description": "Whether to show close button",
1345
- "type": "boolean"
1346
- },
1347
- "a-image-preview/actions-layout": {
1348
- "description": "Layout of action list"
1349
- },
1350
- "a-image-preview/popup-container": {
1351
- "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1352
- },
1353
- "a-image-preview/esc-to-close": {
1354
- "description": "Whether to support the ESC key to close the preview",
1355
- "type": "boolean"
1356
- },
1357
- "a-image-preview/wheel-zoom": {
1358
- "description": "Whether to enable wheel zoom",
1359
- "type": "boolean"
1360
- },
1361
- "a-image-preview/keyboard": {
1362
- "description": "Whether to enable keyboard shortcuts",
1363
- "type": "boolean"
1364
- },
1365
- "a-image-preview/default-scale": {
1366
- "description": "Default scale",
1367
- "type": "number"
1368
- },
1369
- "a-image-preview/zoom-rate": {
1370
- "description": "Zoom rate, only for scroll zoom",
1371
- "type": "number"
1372
- },
1373
- "a-image-preview-group/change": {
1374
- "description": "Image switch"
1375
- },
1376
- "a-image-preview-group/visible-change": {
1377
- "description": "Preview visibility change"
1378
- },
1379
- "a-image-preview-group/src-list": {
1380
- "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
1381
- },
1382
- "a-image-preview-group/current": {
1383
- "description": "The index of the currently displayed image",
1384
- "type": "number"
1385
- },
1386
- "a-image-preview-group/default-current": {
1387
- "description": "The index of the first image shown",
1388
- "type": "number"
1389
- },
1390
- "a-image-preview-group/infinite": {
1391
- "description": "Whether to loop infinitely",
1392
- "type": "boolean"
1393
- },
1394
- "a-image-preview-group/visible": {
1395
- "description": "Whether is visible",
1396
- "type": "boolean"
1397
- },
1398
- "a-image-preview-group/default-visible": {
1399
- "description": "Default visibility",
1400
- "type": "boolean"
1401
- },
1402
- "a-image-preview-group/mask-closable": {
1403
- "description": "Whether to close the modal when mask is clicked",
1404
- "type": "boolean"
1405
- },
1406
- "a-image-preview-group/closable": {
1407
- "description": "Whether to show close button",
1408
- "type": "boolean"
1409
- },
1410
- "a-image-preview-group/actions-layout": {
1411
- "description": "Layout of action list"
1412
- },
1413
- "a-image-preview-group/popup-container": {
1414
- "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1415
- },
1416
- "a-image-preview-action/name": {
1417
- "description": "the name of the action",
1418
- "type": "string"
1419
- },
1420
- "a-image-preview-action/disabled": {
1421
- "description": "Whether to disable the action",
1422
- "type": "boolean"
1423
- },
1424
1263
  "a-form/submit": {
1425
1264
  "description": "Triggered when the form is submitted"
1426
1265
  },
@@ -1665,119 +1504,237 @@
1665
1504
  "description": "Attributes of inner input elements",
1666
1505
  "type": "object"
1667
1506
  },
1668
- "a-input/input": {
1669
- "description": "Triggered when the user enters"
1507
+ "a-image/preview-visible-change": {
1508
+ "description": "Preview opening and closing events"
1670
1509
  },
1671
- "a-input/change": {
1672
- "description": "Only triggered when the input box is out of focus or when you press Enter"
1510
+ "a-image/src": {
1511
+ "description": "Image src",
1512
+ "type": "string"
1673
1513
  },
1674
- "a-input/press-enter": {
1675
- "description": "Triggered when the user presses enter"
1514
+ "a-image/width": {
1515
+ "description": "Image width",
1516
+ "type": "string | number"
1676
1517
  },
1677
- "a-input/clear": {
1678
- "description": "Triggered when the user clicks the clear button"
1518
+ "a-image/height": {
1519
+ "description": "Image height",
1520
+ "type": "string | number"
1679
1521
  },
1680
- "a-input/focus": {
1681
- "description": "Triggered when the input box gets focus"
1522
+ "a-image/title": {
1523
+ "description": "Title",
1524
+ "type": "string"
1682
1525
  },
1683
- "a-input/blur": {
1684
- "description": "Triggered when the input box loses focus"
1526
+ "a-image/description": {
1527
+ "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
1528
+ "type": "string"
1685
1529
  },
1686
- "a-input/model-value": {
1687
- "description": "Value",
1530
+ "a-image/fit": {
1531
+ "description": "indicate how the image should be resized to fit its container",
1688
1532
  "type": "string"
1689
1533
  },
1690
- "a-input/default-value": {
1691
- "description": "Default value (uncontrolled state)",
1534
+ "a-image/alt": {
1535
+ "description": "Text description of the image",
1692
1536
  "type": "string"
1693
1537
  },
1694
- "a-input/size": {
1695
- "description": "Input size"
1538
+ "a-image/hide-footer": {
1539
+ "description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
1696
1540
  },
1697
- "a-input/allow-clear": {
1698
- "description": "Whether to allow the input to be cleared",
1541
+ "a-image/footer-position": {
1542
+ "description": "The position shown at the bottom",
1543
+ "type": "string"
1544
+ },
1545
+ "a-image/show-loader": {
1546
+ "description": "Whether to show the loading effect",
1699
1547
  "type": "boolean"
1700
1548
  },
1701
- "a-input/disabled": {
1702
- "description": "Whether to disable",
1549
+ "a-image/preview": {
1550
+ "description": "Whether to enable preview",
1703
1551
  "type": "boolean"
1704
1552
  },
1705
- "a-input/readonly": {
1706
- "description": "Whether it is read-only",
1553
+ "a-image/preview-visible": {
1554
+ "description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
1707
1555
  "type": "boolean"
1708
1556
  },
1709
- "a-input/error": {
1710
- "description": "Whether it is an error state",
1557
+ "a-image/default-preview-visible": {
1558
+ "description": "The default open state of the preview",
1711
1559
  "type": "boolean"
1712
1560
  },
1713
- "a-input/placeholder": {
1714
- "description": "Prompt text",
1561
+ "a-image/preview-props": {
1562
+ "description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
1563
+ },
1564
+ "a-image/footer-class": {
1565
+ "description": "The class name of the bottom display area",
1566
+ "type": "string|array|object"
1567
+ },
1568
+ "a-image-preview/close": {
1569
+ "description": "Close event"
1570
+ },
1571
+ "a-image-preview/src": {
1572
+ "description": "Image src",
1715
1573
  "type": "string"
1716
1574
  },
1717
- "a-input/max-length": {
1718
- "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1575
+ "a-image-preview/visible": {
1576
+ "description": "Whether is visible",
1577
+ "type": "boolean"
1719
1578
  },
1720
- "a-input/show-word-limit": {
1721
- "description": "Whether to display word count",
1579
+ "a-image-preview/default-visible": {
1580
+ "description": "Default visibility",
1722
1581
  "type": "boolean"
1723
1582
  },
1724
- "a-input/word-length": {
1725
- "description": "Calculation method of word length"
1583
+ "a-image-preview/mask-closable": {
1584
+ "description": "Whether to close the modal when mask is clicked",
1585
+ "type": "boolean"
1726
1586
  },
1727
- "a-input/word-slice": {
1728
- "description": "Character interception method, used together with wordLength"
1587
+ "a-image-preview/closable": {
1588
+ "description": "Whether to show close button",
1589
+ "type": "boolean"
1729
1590
  },
1730
- "a-input/input-attrs": {
1731
- "description": "Attributes of inner input elements",
1732
- "type": "object"
1591
+ "a-image-preview/actions-layout": {
1592
+ "description": "Layout of action list"
1733
1593
  },
1734
- "a-input/prepend": {
1735
- "description": "Prepend",
1736
- "type": "string"
1594
+ "a-image-preview/popup-container": {
1595
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1737
1596
  },
1738
- "a-input/append": {
1739
- "description": "Append",
1740
- "type": "string"
1597
+ "a-image-preview/esc-to-close": {
1598
+ "description": "Whether to support the ESC key to close the preview",
1599
+ "type": "boolean"
1741
1600
  },
1742
- "a-input-password/visibility-change": {
1743
- "description": "Callback when visibility changes"
1601
+ "a-image-preview/wheel-zoom": {
1602
+ "description": "Whether to enable wheel zoom",
1603
+ "type": "boolean"
1744
1604
  },
1745
- "a-input-password/visibility": {
1605
+ "a-image-preview/keyboard": {
1606
+ "description": "Whether to enable keyboard shortcuts",
1607
+ "type": "boolean"
1608
+ },
1609
+ "a-image-preview/default-scale": {
1610
+ "description": "Default scale",
1611
+ "type": "number"
1612
+ },
1613
+ "a-image-preview/zoom-rate": {
1614
+ "description": "Zoom rate, only for scroll zoom",
1615
+ "type": "number"
1616
+ },
1617
+ "a-image-preview-group/change": {
1618
+ "description": "Image switch"
1619
+ },
1620
+ "a-image-preview-group/visible-change": {
1621
+ "description": "Preview visibility change"
1622
+ },
1623
+ "a-image-preview-group/src-list": {
1624
+ "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
1625
+ },
1626
+ "a-image-preview-group/current": {
1627
+ "description": "The index of the currently displayed image",
1628
+ "type": "number"
1629
+ },
1630
+ "a-image-preview-group/default-current": {
1631
+ "description": "The index of the first image shown",
1632
+ "type": "number"
1633
+ },
1634
+ "a-image-preview-group/infinite": {
1635
+ "description": "Whether to loop infinitely",
1636
+ "type": "boolean"
1637
+ },
1638
+ "a-image-preview-group/visible": {
1746
1639
  "description": "Whether is visible",
1747
1640
  "type": "boolean"
1748
1641
  },
1749
- "a-input-password/default-visibility": {
1750
- "description": "Default visibility",
1642
+ "a-image-preview-group/default-visible": {
1643
+ "description": "Default visibility",
1644
+ "type": "boolean"
1645
+ },
1646
+ "a-image-preview-group/mask-closable": {
1647
+ "description": "Whether to close the modal when mask is clicked",
1648
+ "type": "boolean"
1649
+ },
1650
+ "a-image-preview-group/closable": {
1651
+ "description": "Whether to show close button",
1652
+ "type": "boolean"
1653
+ },
1654
+ "a-image-preview-group/actions-layout": {
1655
+ "description": "Layout of action list"
1656
+ },
1657
+ "a-image-preview-group/popup-container": {
1658
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1659
+ },
1660
+ "a-image-preview-action/name": {
1661
+ "description": "the name of the action",
1662
+ "type": "string"
1663
+ },
1664
+ "a-image-preview-action/disabled": {
1665
+ "description": "Whether to disable the action",
1666
+ "type": "boolean"
1667
+ },
1668
+ "a-layout/has-sider": {
1669
+ "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.",
1670
+ "type": "boolean"
1671
+ },
1672
+ "a-layout-sider/collapse": {
1673
+ "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1674
+ },
1675
+ "a-layout-sider/breakpoint": {
1676
+ "description": "Events when a responsive layout breakpoint is triggered"
1677
+ },
1678
+ "a-layout-sider/theme": {
1679
+ "description": "Theme",
1680
+ "type": "string"
1681
+ },
1682
+ "a-layout-sider/collapsed": {
1683
+ "description": "Current collapsed state",
1684
+ "type": "boolean"
1685
+ },
1686
+ "a-layout-sider/default-collapsed": {
1687
+ "description": "The default collapsed state",
1751
1688
  "type": "boolean"
1752
1689
  },
1753
- "a-input-password/invisible-button": {
1754
- "description": "Whether to show visible buttons",
1690
+ "a-layout-sider/collapsible": {
1691
+ "description": "Whether is collapsible",
1755
1692
  "type": "boolean"
1756
1693
  },
1757
- "a-input-search/search": {
1758
- "description": "Triggered when the search button is clicked"
1694
+ "a-layout-sider/width": {
1695
+ "description": "Width",
1696
+ "type": "number"
1759
1697
  },
1760
- "a-input-search/search-button": {
1761
- "description": "Whether it is the rear button mode",
1762
- "type": "boolean"
1698
+ "a-layout-sider/collapsed-width": {
1699
+ "description": "Collapsed width",
1700
+ "type": "number"
1763
1701
  },
1764
- "a-input-search/loading": {
1765
- "description": "Whether it is loading state",
1702
+ "a-layout-sider/reverse-arrow": {
1703
+ "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
1766
1704
  "type": "boolean"
1767
1705
  },
1768
- "a-input-search/disabled": {
1769
- "description": "Whether to disable",
1706
+ "a-layout-sider/resize-directions": {
1707
+ "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)"
1708
+ },
1709
+ "a-layout-sider/hide-trigger": {
1710
+ "description": "Whether to hide the bottom fold trigger",
1770
1711
  "type": "boolean"
1771
1712
  },
1772
- "a-input-search/size": {
1773
- "description": "Input size"
1713
+ "a-link/click": {
1714
+ "description": "Emitted when the link is clicked"
1774
1715
  },
1775
- "a-input-search/button-text": {
1776
- "description": "The text of the search button will replace the original icon after use",
1716
+ "a-link/href": {
1717
+ "description": "Link address",
1777
1718
  "type": "string"
1778
1719
  },
1779
- "a-input-search/button-props": {
1780
- "description": "Button props"
1720
+ "a-link/status": {
1721
+ "description": "Link status"
1722
+ },
1723
+ "a-link/hoverable": {
1724
+ "description": "Whether to hide background when hover",
1725
+ "type": "boolean"
1726
+ },
1727
+ "a-link/icon": {
1728
+ "description": "icon",
1729
+ "type": "boolean"
1730
+ },
1731
+ "a-link/loading": {
1732
+ "description": "Whether the link is in the loading state",
1733
+ "type": "boolean"
1734
+ },
1735
+ "a-link/disabled": {
1736
+ "description": "Whether the link is disabled",
1737
+ "type": "boolean"
1781
1738
  },
1782
1739
  "a-input-tag/change": {
1783
1740
  "description": "Triggered when the value changes"
@@ -1858,77 +1815,6 @@
1858
1815
  "description": "Tag content does not wrap",
1859
1816
  "type": "boolean"
1860
1817
  },
1861
- "a-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"
1864
- },
1865
- "a-layout-sider/collapse": {
1866
- "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1867
- },
1868
- "a-layout-sider/breakpoint": {
1869
- "description": "Events when a responsive layout breakpoint is triggered"
1870
- },
1871
- "a-layout-sider/theme": {
1872
- "description": "Theme",
1873
- "type": "string"
1874
- },
1875
- "a-layout-sider/collapsed": {
1876
- "description": "Current collapsed state",
1877
- "type": "boolean"
1878
- },
1879
- "a-layout-sider/default-collapsed": {
1880
- "description": "The default collapsed state",
1881
- "type": "boolean"
1882
- },
1883
- "a-layout-sider/collapsible": {
1884
- "description": "Whether is collapsible",
1885
- "type": "boolean"
1886
- },
1887
- "a-layout-sider/width": {
1888
- "description": "Width",
1889
- "type": "number"
1890
- },
1891
- "a-layout-sider/collapsed-width": {
1892
- "description": "Collapsed width",
1893
- "type": "number"
1894
- },
1895
- "a-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",
1897
- "type": "boolean"
1898
- },
1899
- "a-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)"
1901
- },
1902
- "a-layout-sider/hide-trigger": {
1903
- "description": "Whether to hide the bottom fold trigger",
1904
- "type": "boolean"
1905
- },
1906
- "a-link/click": {
1907
- "description": "Emitted when the link is clicked"
1908
- },
1909
- "a-link/href": {
1910
- "description": "Link address",
1911
- "type": "string"
1912
- },
1913
- "a-link/status": {
1914
- "description": "Link status"
1915
- },
1916
- "a-link/hoverable": {
1917
- "description": "Whether to hide background when hover",
1918
- "type": "boolean"
1919
- },
1920
- "a-link/icon": {
1921
- "description": "icon",
1922
- "type": "boolean"
1923
- },
1924
- "a-link/loading": {
1925
- "description": "Whether the link is in the loading state",
1926
- "type": "boolean"
1927
- },
1928
- "a-link/disabled": {
1929
- "description": "Whether the link is disabled",
1930
- "type": "boolean"
1931
- },
1932
1818
  "a-list/scroll": {
1933
1819
  "description": "Triggered when the list scrolls"
1934
1820
  },
@@ -2044,6 +1930,120 @@
2044
1930
  "description": "Whether to allow the input to be cleared",
2045
1931
  "type": "boolean"
2046
1932
  },
1933
+ "a-input/input": {
1934
+ "description": "Triggered when the user enters"
1935
+ },
1936
+ "a-input/change": {
1937
+ "description": "Only triggered when the input box is out of focus or when you press Enter"
1938
+ },
1939
+ "a-input/press-enter": {
1940
+ "description": "Triggered when the user presses enter"
1941
+ },
1942
+ "a-input/clear": {
1943
+ "description": "Triggered when the user clicks the clear button"
1944
+ },
1945
+ "a-input/focus": {
1946
+ "description": "Triggered when the input box gets focus"
1947
+ },
1948
+ "a-input/blur": {
1949
+ "description": "Triggered when the input box loses focus"
1950
+ },
1951
+ "a-input/model-value": {
1952
+ "description": "Value",
1953
+ "type": "string"
1954
+ },
1955
+ "a-input/default-value": {
1956
+ "description": "Default value (uncontrolled state)",
1957
+ "type": "string"
1958
+ },
1959
+ "a-input/size": {
1960
+ "description": "Input size"
1961
+ },
1962
+ "a-input/allow-clear": {
1963
+ "description": "Whether to allow the input to be cleared",
1964
+ "type": "boolean"
1965
+ },
1966
+ "a-input/disabled": {
1967
+ "description": "Whether to disable",
1968
+ "type": "boolean"
1969
+ },
1970
+ "a-input/readonly": {
1971
+ "description": "Whether it is read-only",
1972
+ "type": "boolean"
1973
+ },
1974
+ "a-input/error": {
1975
+ "description": "Whether it is an error state",
1976
+ "type": "boolean"
1977
+ },
1978
+ "a-input/placeholder": {
1979
+ "description": "Prompt text",
1980
+ "type": "string"
1981
+ },
1982
+ "a-input/max-length": {
1983
+ "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1984
+ },
1985
+ "a-input/show-word-limit": {
1986
+ "description": "Whether to display word count",
1987
+ "type": "boolean"
1988
+ },
1989
+ "a-input/word-length": {
1990
+ "description": "Calculation method of word length"
1991
+ },
1992
+ "a-input/word-slice": {
1993
+ "description": "Character interception method, used together with wordLength"
1994
+ },
1995
+ "a-input/input-attrs": {
1996
+ "description": "Attributes of inner input elements",
1997
+ "type": "object"
1998
+ },
1999
+ "a-input/prepend": {
2000
+ "description": "Prepend",
2001
+ "type": "string"
2002
+ },
2003
+ "a-input/append": {
2004
+ "description": "Append",
2005
+ "type": "string"
2006
+ },
2007
+ "a-input-password/visibility-change": {
2008
+ "description": "Callback when visibility changes"
2009
+ },
2010
+ "a-input-password/visibility": {
2011
+ "description": "Whether is visible",
2012
+ "type": "boolean"
2013
+ },
2014
+ "a-input-password/default-visibility": {
2015
+ "description": "Default visibility",
2016
+ "type": "boolean"
2017
+ },
2018
+ "a-input-password/invisible-button": {
2019
+ "description": "Whether to show visible buttons",
2020
+ "type": "boolean"
2021
+ },
2022
+ "a-input-search/search": {
2023
+ "description": "Triggered when the search button is clicked"
2024
+ },
2025
+ "a-input-search/search-button": {
2026
+ "description": "Whether it is the rear button mode",
2027
+ "type": "boolean"
2028
+ },
2029
+ "a-input-search/loading": {
2030
+ "description": "Whether it is loading state",
2031
+ "type": "boolean"
2032
+ },
2033
+ "a-input-search/disabled": {
2034
+ "description": "Whether to disable",
2035
+ "type": "boolean"
2036
+ },
2037
+ "a-input-search/size": {
2038
+ "description": "Input size"
2039
+ },
2040
+ "a-input-search/button-text": {
2041
+ "description": "The text of the search button will replace the original icon after use",
2042
+ "type": "string"
2043
+ },
2044
+ "a-input-search/button-props": {
2045
+ "description": "Button props"
2046
+ },
2047
2047
  "a-menu/collapse": {
2048
2048
  "description": "Triggered when the collapsed state changes"
2049
2049
  },
@@ -2150,6 +2150,21 @@
2150
2150
  "description": "Whether to disable",
2151
2151
  "type": "boolean"
2152
2152
  },
2153
+ "a-overflow-list/change": {
2154
+ "description": "Triggered when the overflow quantity changes"
2155
+ },
2156
+ "a-overflow-list/min": {
2157
+ "description": "Minimum number of elements to display",
2158
+ "type": "number"
2159
+ },
2160
+ "a-overflow-list/margin": {
2161
+ "description": "Item Margin",
2162
+ "type": "number"
2163
+ },
2164
+ "a-overflow-list/from": {
2165
+ "description": "Overflow From",
2166
+ "type": "string"
2167
+ },
2153
2168
  "a-modal/ok": {
2154
2169
  "description": "Triggered when the OK button is clicked"
2155
2170
  },
@@ -2294,21 +2309,6 @@
2294
2309
  "description": "Whether to hide the title",
2295
2310
  "type": "boolean"
2296
2311
  },
2297
- "a-overflow-list/change": {
2298
- "description": "Triggered when the overflow quantity changes"
2299
- },
2300
- "a-overflow-list/min": {
2301
- "description": "Minimum number of elements to display",
2302
- "type": "number"
2303
- },
2304
- "a-overflow-list/margin": {
2305
- "description": "Item Margin",
2306
- "type": "number"
2307
- },
2308
- "a-overflow-list/from": {
2309
- "description": "Overflow From",
2310
- "type": "string"
2311
- },
2312
2312
  "a-page-header/back": {
2313
2313
  "description": "Emitted when the back button is clicked"
2314
2314
  },
@@ -2430,46 +2430,86 @@
2430
2430
  "a-popover/popup-container": {
2431
2431
  "description": "Mount container for pop-up box"
2432
2432
  },
2433
- "a-rate/change": {
2434
- "description": "Trigger when the value changes"
2433
+ "a-pagination/change": {
2434
+ "description": "Triggered when page number changes"
2435
2435
  },
2436
- "a-rate/hover-change": {
2437
- "description": "Triggered when the mouse moves over the value"
2436
+ "a-pagination/page-size-change": {
2437
+ "description": "Triggered when the number of data items changes"
2438
2438
  },
2439
- "a-rate/count": {
2440
- "description": "Total number of rate",
2439
+ "a-pagination/total": {
2440
+ "description": "Total number of data",
2441
2441
  "type": "number"
2442
2442
  },
2443
- "a-rate/model-value": {
2444
- "description": "Value",
2443
+ "a-pagination/current": {
2444
+ "description": "Current page number",
2445
2445
  "type": "number"
2446
2446
  },
2447
- "a-rate/default-value": {
2448
- "description": "Default Value",
2447
+ "a-pagination/default-current": {
2448
+ "description": "The default number of pages (uncontrolled state)",
2449
2449
  "type": "number"
2450
2450
  },
2451
- "a-rate/allow-half": {
2452
- "description": "Whether to allow half selection",
2451
+ "a-pagination/page-size": {
2452
+ "description": "Number of data items displayed per page",
2453
+ "type": "number"
2454
+ },
2455
+ "a-pagination/default-page-size": {
2456
+ "description": "The number of data items displayed per page by default (uncontrolled state)",
2457
+ "type": "number"
2458
+ },
2459
+ "a-pagination/disabled": {
2460
+ "description": "Whether to disable",
2453
2461
  "type": "boolean"
2454
2462
  },
2455
- "a-rate/allow-clear": {
2456
- "description": "Whether to allow clear",
2463
+ "a-pagination/hide-on-single-page": {
2464
+ "description": "Whether to hide pagination when single page",
2457
2465
  "type": "boolean"
2458
2466
  },
2459
- "a-rate/grading": {
2460
- "description": "Whether to enable smile grading",
2467
+ "a-pagination/simple": {
2468
+ "description": "Whether it is simple mode",
2461
2469
  "type": "boolean"
2462
2470
  },
2463
- "a-rate/readonly": {
2464
- "description": "Whether it is readonly",
2471
+ "a-pagination/show-total": {
2472
+ "description": "Whether to display the total number of data",
2465
2473
  "type": "boolean"
2466
2474
  },
2467
- "a-rate/disabled": {
2468
- "description": "Whether to disable",
2475
+ "a-pagination/show-more": {
2476
+ "description": "Whether to show more buttons",
2469
2477
  "type": "boolean"
2470
2478
  },
2471
- "a-rate/color": {
2472
- "description": "Color"
2479
+ "a-pagination/show-jumper": {
2480
+ "description": "Whether to show jump",
2481
+ "type": "boolean"
2482
+ },
2483
+ "a-pagination/show-page-size": {
2484
+ "description": "Whether to display the data number selector",
2485
+ "type": "boolean"
2486
+ },
2487
+ "a-pagination/page-size-options": {
2488
+ "description": "Selection list of data number selector"
2489
+ },
2490
+ "a-pagination/page-size-props": {
2491
+ "description": "Props of data number selector"
2492
+ },
2493
+ "a-pagination/size": {
2494
+ "description": "The size of the page selector"
2495
+ },
2496
+ "a-pagination/page-item-style": {
2497
+ "description": "The style of the paging button"
2498
+ },
2499
+ "a-pagination/active-page-item-style": {
2500
+ "description": "The style of the current paging button"
2501
+ },
2502
+ "a-pagination/base-size": {
2503
+ "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
2504
+ "type": "number"
2505
+ },
2506
+ "a-pagination/buffer-size": {
2507
+ "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
2508
+ "type": "number"
2509
+ },
2510
+ "a-pagination/auto-adjust": {
2511
+ "description": "Whether to adjust the page number when changing the number of data",
2512
+ "type": "boolean"
2473
2513
  },
2474
2514
  "a-progress/type": {
2475
2515
  "description": "The type of progress bar"
@@ -2561,16 +2601,46 @@
2561
2601
  "description": "Whether to disable",
2562
2602
  "type": "boolean"
2563
2603
  },
2564
- "a-result/status": {
2565
- "description": "The status displayed on the result page"
2604
+ "a-rate/change": {
2605
+ "description": "Trigger when the value changes"
2566
2606
  },
2567
- "a-result/title": {
2568
- "description": "Title",
2569
- "type": "string"
2607
+ "a-rate/hover-change": {
2608
+ "description": "Triggered when the mouse moves over the value"
2570
2609
  },
2571
- "a-result/subtitle": {
2572
- "description": "Subtitle",
2573
- "type": "string"
2610
+ "a-rate/count": {
2611
+ "description": "Total number of rate",
2612
+ "type": "number"
2613
+ },
2614
+ "a-rate/model-value": {
2615
+ "description": "Value",
2616
+ "type": "number"
2617
+ },
2618
+ "a-rate/default-value": {
2619
+ "description": "Default Value",
2620
+ "type": "number"
2621
+ },
2622
+ "a-rate/allow-half": {
2623
+ "description": "Whether to allow half selection",
2624
+ "type": "boolean"
2625
+ },
2626
+ "a-rate/allow-clear": {
2627
+ "description": "Whether to allow clear",
2628
+ "type": "boolean"
2629
+ },
2630
+ "a-rate/grading": {
2631
+ "description": "Whether to enable smile grading",
2632
+ "type": "boolean"
2633
+ },
2634
+ "a-rate/readonly": {
2635
+ "description": "Whether it is readonly",
2636
+ "type": "boolean"
2637
+ },
2638
+ "a-rate/disabled": {
2639
+ "description": "Whether to disable",
2640
+ "type": "boolean"
2641
+ },
2642
+ "a-rate/color": {
2643
+ "description": "Color"
2574
2644
  },
2575
2645
  "a-resize-box/moving-start": {
2576
2646
  "description": "Triggered when dragging starts"
@@ -2596,6 +2666,17 @@
2596
2666
  "a-resize-box/directions": {
2597
2667
  "description": "Can be stretched side, there are up, down, left and right can be used"
2598
2668
  },
2669
+ "a-result/status": {
2670
+ "description": "The status displayed on the result page"
2671
+ },
2672
+ "a-result/title": {
2673
+ "description": "Title",
2674
+ "type": "string"
2675
+ },
2676
+ "a-result/subtitle": {
2677
+ "description": "Subtitle",
2678
+ "type": "string"
2679
+ },
2599
2680
  "a-select/change": {
2600
2681
  "description": "Triggered when the value changes"
2601
2682
  },
@@ -2748,129 +2829,34 @@
2748
2829
  },
2749
2830
  "a-select/tag-nowrap": {
2750
2831
  "description": "Tag content does not wrap",
2751
- "type": "boolean"
2752
- },
2753
- "a-option/value": {
2754
- "description": "Option value (if not filled, it will be obtained from the content)",
2755
- "type": "string|number|boolean|object"
2756
- },
2757
- "a-option/label": {
2758
- "description": "Option label (if not filled, it will be obtained from the content)",
2759
- "type": "string"
2760
- },
2761
- "a-option/disabled": {
2762
- "description": "Whether to disable",
2763
- "type": "boolean"
2764
- },
2765
- "a-option/tag-props": {
2766
- "description": "Displayed tag attributes"
2767
- },
2768
- "a-option/extra": {
2769
- "description": "Extra data",
2770
- "type": "object"
2771
- },
2772
- "a-option/index": {
2773
- "description": "index for manually specifying option",
2774
- "type": "number"
2775
- },
2776
- "a-optgroup/label": {
2777
- "description": "Title of option group",
2778
- "type": "string"
2779
- },
2780
- "a-pagination/change": {
2781
- "description": "Triggered when page number changes"
2782
- },
2783
- "a-pagination/page-size-change": {
2784
- "description": "Triggered when the number of data items changes"
2785
- },
2786
- "a-pagination/total": {
2787
- "description": "Total number of data",
2788
- "type": "number"
2789
- },
2790
- "a-pagination/current": {
2791
- "description": "Current page number",
2792
- "type": "number"
2793
- },
2794
- "a-pagination/default-current": {
2795
- "description": "The default number of pages (uncontrolled state)",
2796
- "type": "number"
2797
- },
2798
- "a-pagination/page-size": {
2799
- "description": "Number of data items displayed per page",
2800
- "type": "number"
2801
- },
2802
- "a-pagination/default-page-size": {
2803
- "description": "The number of data items displayed per page by default (uncontrolled state)",
2804
- "type": "number"
2805
- },
2806
- "a-pagination/disabled": {
2807
- "description": "Whether to disable",
2808
- "type": "boolean"
2809
- },
2810
- "a-pagination/hide-on-single-page": {
2811
- "description": "Whether to hide pagination when single page",
2812
- "type": "boolean"
2813
- },
2814
- "a-pagination/simple": {
2815
- "description": "Whether it is simple mode",
2816
- "type": "boolean"
2817
- },
2818
- "a-pagination/show-total": {
2819
- "description": "Whether to display the total number of data",
2820
- "type": "boolean"
2821
- },
2822
- "a-pagination/show-more": {
2823
- "description": "Whether to show more buttons",
2824
- "type": "boolean"
2825
- },
2826
- "a-pagination/show-jumper": {
2827
- "description": "Whether to show jump",
2828
- "type": "boolean"
2829
- },
2830
- "a-pagination/show-page-size": {
2831
- "description": "Whether to display the data number selector",
2832
- "type": "boolean"
2833
- },
2834
- "a-pagination/page-size-options": {
2835
- "description": "Selection list of data number selector"
2836
- },
2837
- "a-pagination/page-size-props": {
2838
- "description": "Props of data number selector"
2839
- },
2840
- "a-pagination/size": {
2841
- "description": "The size of the page selector"
2842
- },
2843
- "a-pagination/page-item-style": {
2844
- "description": "The style of the paging button"
2845
- },
2846
- "a-pagination/active-page-item-style": {
2847
- "description": "The style of the current paging button"
2832
+ "type": "boolean"
2848
2833
  },
2849
- "a-pagination/base-size": {
2850
- "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
2851
- "type": "number"
2834
+ "a-option/value": {
2835
+ "description": "Option value (if not filled, it will be obtained from the content)",
2836
+ "type": "string|number|boolean|object"
2852
2837
  },
2853
- "a-pagination/buffer-size": {
2854
- "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
2855
- "type": "number"
2838
+ "a-option/label": {
2839
+ "description": "Option label (if not filled, it will be obtained from the content)",
2840
+ "type": "string"
2856
2841
  },
2857
- "a-pagination/auto-adjust": {
2858
- "description": "Whether to adjust the page number when changing the number of data",
2842
+ "a-option/disabled": {
2843
+ "description": "Whether to disable",
2859
2844
  "type": "boolean"
2860
2845
  },
2861
- "a-scrollbar/scroll": {
2862
- "description": "Triggered when scroll"
2846
+ "a-option/tag-props": {
2847
+ "description": "Displayed tag attributes"
2863
2848
  },
2864
- "a-scrollbar/type": {
2865
- "description": "Type",
2866
- "type": "string"
2849
+ "a-option/extra": {
2850
+ "description": "Extra data",
2851
+ "type": "object"
2867
2852
  },
2868
- "a-scrollbar/outer-class": {
2869
- "description": "Outer class",
2870
- "type": "string|object|array"
2853
+ "a-option/index": {
2854
+ "description": "index for manually specifying option",
2855
+ "type": "number"
2871
2856
  },
2872
- "a-scrollbar/outer-style": {
2873
- "description": "Outer style"
2857
+ "a-optgroup/label": {
2858
+ "description": "Title of option group",
2859
+ "type": "string"
2874
2860
  },
2875
2861
  "a-skeleton/loading": {
2876
2862
  "description": "Whether to display the skeleton screen (loading state)",
@@ -2969,6 +2955,127 @@
2969
2955
  "description": "fill the block",
2970
2956
  "type": "boolean"
2971
2957
  },
2958
+ "a-scrollbar/scroll": {
2959
+ "description": "Triggered when scroll"
2960
+ },
2961
+ "a-scrollbar/type": {
2962
+ "description": "Type",
2963
+ "type": "string"
2964
+ },
2965
+ "a-scrollbar/outer-class": {
2966
+ "description": "Outer class",
2967
+ "type": "string|object|array"
2968
+ },
2969
+ "a-scrollbar/outer-style": {
2970
+ "description": "Outer style"
2971
+ },
2972
+ "a-spin/size": {
2973
+ "description": "Size",
2974
+ "type": "number"
2975
+ },
2976
+ "a-spin/loading": {
2977
+ "description": "Whether it is loading state (Only effective in container mode)",
2978
+ "type": "boolean"
2979
+ },
2980
+ "a-spin/dot": {
2981
+ "description": "Whether to use dot type animation",
2982
+ "type": "boolean"
2983
+ },
2984
+ "a-spin/tip": {
2985
+ "description": "Prompt content",
2986
+ "type": "string"
2987
+ },
2988
+ "a-spin/hide-icon": {
2989
+ "description": "Whether to hide the icon",
2990
+ "type": "boolean"
2991
+ },
2992
+ "a-split/move-start": {
2993
+ "description": "Triggered before dragging"
2994
+ },
2995
+ "a-split/moving": {
2996
+ "description": "Triggered when dragging"
2997
+ },
2998
+ "a-split/move-end": {
2999
+ "description": "Triggered after dragging ends"
3000
+ },
3001
+ "a-split/component": {
3002
+ "description": "The html tag of the split box",
3003
+ "type": "string"
3004
+ },
3005
+ "a-split/direction": {
3006
+ "description": "Direction of division",
3007
+ "type": "string"
3008
+ },
3009
+ "a-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
+ "a-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
+ "a-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
+ "a-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
+ "a-split/disabled": {
3026
+ "description": "Whether to disable",
3027
+ "type": "boolean"
3028
+ },
3029
+ "a-steps/change": {
3030
+ "description": "Triggered when the number of steps changes"
3031
+ },
3032
+ "a-steps/type": {
3033
+ "description": "The type of the steps"
3034
+ },
3035
+ "a-steps/direction": {
3036
+ "description": "The direction of the steps"
3037
+ },
3038
+ "a-steps/label-placement": {
3039
+ "description": "The location where the label description is placed."
3040
+ },
3041
+ "a-steps/current": {
3042
+ "description": "Number of current step",
3043
+ "type": "number"
3044
+ },
3045
+ "a-steps/default-current": {
3046
+ "description": "The default number of step (uncontrolled state)",
3047
+ "type": "number"
3048
+ },
3049
+ "a-steps/status": {
3050
+ "description": "The status of the current step"
3051
+ },
3052
+ "a-steps/line-less": {
3053
+ "description": "Whether to use the connectionless style",
3054
+ "type": "boolean"
3055
+ },
3056
+ "a-steps/small": {
3057
+ "description": "Whether to use a small step bar",
3058
+ "type": "boolean"
3059
+ },
3060
+ "a-steps/changeable": {
3061
+ "description": "Whether you can click to switch",
3062
+ "type": "boolean"
3063
+ },
3064
+ "a-step/title": {
3065
+ "description": "Title of the step",
3066
+ "type": "string"
3067
+ },
3068
+ "a-step/description": {
3069
+ "description": "Description of the step",
3070
+ "type": "string"
3071
+ },
3072
+ "a-step/status": {
3073
+ "description": "Status of the step"
3074
+ },
3075
+ "a-step/disabled": {
3076
+ "description": "Whether to disable",
3077
+ "type": "boolean"
3078
+ },
2972
3079
  "a-statistic/title": {
2973
3080
  "description": "Title of the numerical display",
2974
3081
  "type": "string"
@@ -3045,43 +3152,6 @@
3045
3152
  "a-countdown/value-style": {
3046
3153
  "description": "Custom value style"
3047
3154
  },
3048
- "a-split/move-start": {
3049
- "description": "Triggered before dragging"
3050
- },
3051
- "a-split/moving": {
3052
- "description": "Triggered when dragging"
3053
- },
3054
- "a-split/move-end": {
3055
- "description": "Triggered after dragging ends"
3056
- },
3057
- "a-split/component": {
3058
- "description": "The html tag of the split box",
3059
- "type": "string"
3060
- },
3061
- "a-split/direction": {
3062
- "description": "Direction of division",
3063
- "type": "string"
3064
- },
3065
- "a-split/size": {
3066
- "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3067
- "type": "number|string"
3068
- },
3069
- "a-split/default-size": {
3070
- "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3071
- "type": "number|string"
3072
- },
3073
- "a-split/min": {
3074
- "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3075
- "type": "number|string"
3076
- },
3077
- "a-split/max": {
3078
- "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3079
- "type": "number|string"
3080
- },
3081
- "a-split/disabled": {
3082
- "description": "Whether to disable",
3083
- "type": "boolean"
3084
- },
3085
3155
  "a-switch/change": {
3086
3156
  "description": "Trigger when the value changes"
3087
3157
  },
@@ -3123,93 +3193,162 @@
3123
3193
  "description": "Value when unchecked",
3124
3194
  "type": "string|number|boolean"
3125
3195
  },
3126
- "a-switch/checked-color": {
3127
- "description": "The color of the switch when checked",
3128
- "type": "string"
3196
+ "a-switch/checked-color": {
3197
+ "description": "The color of the switch when checked",
3198
+ "type": "string"
3199
+ },
3200
+ "a-switch/unchecked-color": {
3201
+ "description": "The color of the switch when unchecked",
3202
+ "type": "string"
3203
+ },
3204
+ "a-switch/before-change": {
3205
+ "description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
3206
+ },
3207
+ "a-switch/checked-text": {
3208
+ "description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
3209
+ "type": "string"
3210
+ },
3211
+ "a-switch/unchecked-text": {
3212
+ "description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
3213
+ "type": "string"
3214
+ },
3215
+ "a-tag/close": {
3216
+ "description": "Emitted when the close button is clicked"
3217
+ },
3218
+ "a-tag/check": {
3219
+ "description": "Emitted when the user check (emit only in the checkable mode)"
3220
+ },
3221
+ "a-tag/color": {
3222
+ "description": "Label color"
3223
+ },
3224
+ "a-tag/size": {
3225
+ "description": "Label size",
3226
+ "type": "string"
3227
+ },
3228
+ "a-tag/bordered": {
3229
+ "description": "Whether the tag is bordered",
3230
+ "type": "boolean"
3231
+ },
3232
+ "a-tag/visible": {
3233
+ "description": "Whether the tag is visible",
3234
+ "type": "boolean"
3235
+ },
3236
+ "a-tag/default-visible": {
3237
+ "description": "Whether the tag is visible by default",
3238
+ "type": "boolean"
3239
+ },
3240
+ "a-tag/loading": {
3241
+ "description": "Whether the tag is loading state",
3242
+ "type": "boolean"
3243
+ },
3244
+ "a-tag/closable": {
3245
+ "description": "Whether the tag can be closed",
3246
+ "type": "boolean"
3247
+ },
3248
+ "a-tag/checkable": {
3249
+ "description": "Whether the tag can be checked",
3250
+ "type": "boolean"
3251
+ },
3252
+ "a-tag/checked": {
3253
+ "description": "Whether the tag is checked (available when the tag is checkable)",
3254
+ "type": "boolean"
3255
+ },
3256
+ "a-tag/default-checked": {
3257
+ "description": "Whether the tag is checked by default (available when the tag is checkable)",
3258
+ "type": "boolean"
3129
3259
  },
3130
- "a-switch/unchecked-color": {
3131
- "description": "The color of the switch when unchecked",
3132
- "type": "string"
3260
+ "a-tag/nowrap": {
3261
+ "description": "Tag content does not wrap",
3262
+ "type": "boolean"
3133
3263
  },
3134
- "a-switch/before-change": {
3135
- "description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
3264
+ "a-tabs/change": {
3265
+ "description": "Triggered when the current tag value changes"
3136
3266
  },
3137
- "a-switch/checked-text": {
3138
- "description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
3139
- "type": "string"
3267
+ "a-tabs/tab-click": {
3268
+ "description": "Triggered when the user clicks on the tab"
3140
3269
  },
3141
- "a-switch/unchecked-text": {
3142
- "description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
3143
- "type": "string"
3270
+ "a-tabs/add": {
3271
+ "description": "Triggered when the user clicks the add button"
3144
3272
  },
3145
- "a-steps/change": {
3146
- "description": "Triggered when the number of steps changes"
3273
+ "a-tabs/delete": {
3274
+ "description": "Triggered when the user clicks the delete button"
3147
3275
  },
3148
- "a-steps/type": {
3149
- "description": "The type of the steps"
3276
+ "a-tabs/active-key": {
3277
+ "description": "The `key` of the currently selected label",
3278
+ "type": "string|number"
3150
3279
  },
3151
- "a-steps/direction": {
3152
- "description": "The direction of the steps"
3280
+ "a-tabs/default-active-key": {
3281
+ "description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
3282
+ "type": "string|number"
3153
3283
  },
3154
- "a-steps/label-placement": {
3155
- "description": "The location where the label description is placed."
3284
+ "a-tabs/position": {
3285
+ "description": "Position of the tab"
3156
3286
  },
3157
- "a-steps/current": {
3158
- "description": "Number of current step",
3159
- "type": "number"
3287
+ "a-tabs/size": {
3288
+ "description": "The size of the tab"
3160
3289
  },
3161
- "a-steps/default-current": {
3162
- "description": "The default number of step (uncontrolled state)",
3163
- "type": "number"
3290
+ "a-tabs/type": {
3291
+ "description": "The type of tab"
3164
3292
  },
3165
- "a-steps/status": {
3166
- "description": "The status of the current step"
3293
+ "a-tabs/direction": {
3294
+ "description": "The direction of tab"
3167
3295
  },
3168
- "a-steps/line-less": {
3169
- "description": "Whether to use the connectionless style",
3296
+ "a-tabs/editable": {
3297
+ "description": "Whether to enable editable mode",
3170
3298
  "type": "boolean"
3171
3299
  },
3172
- "a-steps/small": {
3173
- "description": "Whether to use a small step bar",
3300
+ "a-tabs/show-add-button": {
3301
+ "description": "Whether to display the add button (only available in editable mode)",
3174
3302
  "type": "boolean"
3175
3303
  },
3176
- "a-steps/changeable": {
3177
- "description": "Whether you can click to switch",
3304
+ "a-tabs/destroy-on-hide": {
3305
+ "description": "Whether to destroy the content when the label is not displayed",
3178
3306
  "type": "boolean"
3179
3307
  },
3180
- "a-step/title": {
3181
- "description": "Title of the step",
3182
- "type": "string"
3183
- },
3184
- "a-step/description": {
3185
- "description": "Description of the step",
3186
- "type": "string"
3308
+ "a-tabs/lazy-load": {
3309
+ "description": "Whether to mount the content when the label is first displayed",
3310
+ "type": "boolean"
3187
3311
  },
3188
- "a-step/status": {
3189
- "description": "Status of the step"
3312
+ "a-tabs/justify": {
3313
+ "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3314
+ "type": "boolean"
3190
3315
  },
3191
- "a-step/disabled": {
3192
- "description": "Whether to disable",
3316
+ "a-tabs/animation": {
3317
+ "description": "Whether to enable option content transition animation",
3193
3318
  "type": "boolean"
3194
3319
  },
3195
- "a-spin/size": {
3196
- "description": "Size",
3197
- "type": "number"
3320
+ "a-tabs/header-padding": {
3321
+ "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",
3322
+ "type": "boolean"
3198
3323
  },
3199
- "a-spin/loading": {
3200
- "description": "Whether it is loading state (Only effective in container mode)",
3324
+ "a-tabs/auto-switch": {
3325
+ "description": "Whether to switch to a new tab after creating a tab (the last one)",
3201
3326
  "type": "boolean"
3202
3327
  },
3203
- "a-spin/dot": {
3204
- "description": "Whether to use dot type animation",
3328
+ "a-tabs/hide-content": {
3329
+ "description": "Whether to hide content",
3205
3330
  "type": "boolean"
3206
3331
  },
3207
- "a-spin/tip": {
3208
- "description": "Prompt content",
3332
+ "a-tabs/trigger": {
3333
+ "description": "Trigger method"
3334
+ },
3335
+ "a-tabs/scroll-position": {
3336
+ "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"
3337
+ },
3338
+ "a-tab-pane/title": {
3339
+ "description": "Title of the tab",
3209
3340
  "type": "string"
3210
3341
  },
3211
- "a-spin/hide-icon": {
3212
- "description": "Whether to hide the icon",
3342
+ "a-tab-pane/disabled": {
3343
+ "description": "Whether to disable",
3344
+ "type": "boolean"
3345
+ },
3346
+ "a-tab-pane/closable": {
3347
+ "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3348
+ "type": "boolean"
3349
+ },
3350
+ "a-tab-pane/destroy-on-hide": {
3351
+ "description": "Whether to destroy the content when the label is not displayed",
3213
3352
  "type": "boolean"
3214
3353
  },
3215
3354
  "a-table/expand": {
@@ -3514,137 +3653,9 @@
3514
3653
  "a-textarea/word-slice": {
3515
3654
  "description": "Character interception method, used together with wordLength"
3516
3655
  },
3517
- "a-textarea/textarea-attrs": {
3518
- "description": "Attributes passed to textarea"
3519
- },
3520
- "a-timeline/reverse": {
3521
- "description": "Whether reverse order",
3522
- "type": "boolean"
3523
- },
3524
- "a-timeline/direction": {
3525
- "description": "Timeline direction"
3526
- },
3527
- "a-timeline/mode": {
3528
- "description": "The display mode of Timeline"
3529
- },
3530
- "a-timeline/pending": {
3531
- "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",
3532
- "type": "boolean|string"
3533
- },
3534
- "a-timeline/label-position": {
3535
- "description": "Position of label text"
3536
- },
3537
- "a-timeline-item/dot-color": {
3538
- "description": "Dot color",
3539
- "type": "string"
3540
- },
3541
- "a-timeline-item/dot-type": {
3542
- "description": "Dot type"
3543
- },
3544
- "a-timeline-item/line-type": {
3545
- "description": "Line type"
3546
- },
3547
- "a-timeline-item/line-color": {
3548
- "description": "Line Color",
3549
- "type": "string"
3550
- },
3551
- "a-timeline-item/label": {
3552
- "description": "Label text",
3553
- "type": "string"
3554
- },
3555
- "a-timeline-item/position": {
3556
- "description": "Item position"
3557
- },
3558
- "a-tabs/change": {
3559
- "description": "Triggered when the current tag value changes"
3560
- },
3561
- "a-tabs/tab-click": {
3562
- "description": "Triggered when the user clicks on the tab"
3563
- },
3564
- "a-tabs/add": {
3565
- "description": "Triggered when the user clicks the add button"
3566
- },
3567
- "a-tabs/delete": {
3568
- "description": "Triggered when the user clicks the delete button"
3569
- },
3570
- "a-tabs/active-key": {
3571
- "description": "The `key` of the currently selected label",
3572
- "type": "string|number"
3573
- },
3574
- "a-tabs/default-active-key": {
3575
- "description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
3576
- "type": "string|number"
3577
- },
3578
- "a-tabs/position": {
3579
- "description": "Position of the tab"
3580
- },
3581
- "a-tabs/size": {
3582
- "description": "The size of the tab"
3583
- },
3584
- "a-tabs/type": {
3585
- "description": "The type of tab"
3586
- },
3587
- "a-tabs/direction": {
3588
- "description": "The direction of tab"
3589
- },
3590
- "a-tabs/editable": {
3591
- "description": "Whether to enable editable mode",
3592
- "type": "boolean"
3593
- },
3594
- "a-tabs/show-add-button": {
3595
- "description": "Whether to display the add button (only available in editable mode)",
3596
- "type": "boolean"
3597
- },
3598
- "a-tabs/destroy-on-hide": {
3599
- "description": "Whether to destroy the content when the label is not displayed",
3600
- "type": "boolean"
3601
- },
3602
- "a-tabs/lazy-load": {
3603
- "description": "Whether to mount the content when the label is first displayed",
3604
- "type": "boolean"
3605
- },
3606
- "a-tabs/justify": {
3607
- "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3608
- "type": "boolean"
3609
- },
3610
- "a-tabs/animation": {
3611
- "description": "Whether to enable option content transition animation",
3612
- "type": "boolean"
3613
- },
3614
- "a-tabs/header-padding": {
3615
- "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",
3616
- "type": "boolean"
3617
- },
3618
- "a-tabs/auto-switch": {
3619
- "description": "Whether to switch to a new tab after creating a tab (the last one)",
3620
- "type": "boolean"
3621
- },
3622
- "a-tabs/hide-content": {
3623
- "description": "Whether to hide content",
3624
- "type": "boolean"
3625
- },
3626
- "a-tabs/trigger": {
3627
- "description": "Trigger method"
3628
- },
3629
- "a-tabs/scroll-position": {
3630
- "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"
3631
- },
3632
- "a-tab-pane/title": {
3633
- "description": "Title of the tab",
3634
- "type": "string"
3635
- },
3636
- "a-tab-pane/disabled": {
3637
- "description": "Whether to disable",
3638
- "type": "boolean"
3639
- },
3640
- "a-tab-pane/closable": {
3641
- "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3642
- "type": "boolean"
3643
- },
3644
- "a-tab-pane/destroy-on-hide": {
3645
- "description": "Whether to destroy the content when the label is not displayed",
3646
- "type": "boolean"
3647
- },
3656
+ "a-textarea/textarea-attrs": {
3657
+ "description": "Attributes passed to textarea"
3658
+ },
3648
3659
  "a-time-picker/change": {
3649
3660
  "description": "The component value changes"
3650
3661
  },
@@ -3739,6 +3750,89 @@
3739
3750
  "description": "Whether to destroy the dom structure after closing",
3740
3751
  "type": "boolean"
3741
3752
  },
3753
+ "a-timeline/reverse": {
3754
+ "description": "Whether reverse order",
3755
+ "type": "boolean"
3756
+ },
3757
+ "a-timeline/direction": {
3758
+ "description": "Timeline direction"
3759
+ },
3760
+ "a-timeline/mode": {
3761
+ "description": "The display mode of Timeline"
3762
+ },
3763
+ "a-timeline/pending": {
3764
+ "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",
3765
+ "type": "boolean|string"
3766
+ },
3767
+ "a-timeline/label-position": {
3768
+ "description": "Position of label text"
3769
+ },
3770
+ "a-timeline-item/dot-color": {
3771
+ "description": "Dot color",
3772
+ "type": "string"
3773
+ },
3774
+ "a-timeline-item/dot-type": {
3775
+ "description": "Dot type"
3776
+ },
3777
+ "a-timeline-item/line-type": {
3778
+ "description": "Line type"
3779
+ },
3780
+ "a-timeline-item/line-color": {
3781
+ "description": "Line Color",
3782
+ "type": "string"
3783
+ },
3784
+ "a-timeline-item/label": {
3785
+ "description": "Label text",
3786
+ "type": "string"
3787
+ },
3788
+ "a-timeline-item/position": {
3789
+ "description": "Item position"
3790
+ },
3791
+ "a-tooltip/popup-visible-change": {
3792
+ "description": "Emitted when the tooltip display status changes"
3793
+ },
3794
+ "a-tooltip/popup-visible": {
3795
+ "description": "Whether the tooltip is visible",
3796
+ "type": "boolean"
3797
+ },
3798
+ "a-tooltip/default-popup-visible": {
3799
+ "description": "Whether the tooltip is visible by default (uncontrolled mode)",
3800
+ "type": "boolean"
3801
+ },
3802
+ "a-tooltip/disabled": {
3803
+ "description": "Whether to disable the tooltip",
3804
+ "type": "boolean"
3805
+ },
3806
+ "a-tooltip/content": {
3807
+ "description": "Tooltip content",
3808
+ "type": "string"
3809
+ },
3810
+ "a-tooltip/position": {
3811
+ "description": "Popup position"
3812
+ },
3813
+ "a-tooltip/mini": {
3814
+ "description": "Whether to display as a mini size",
3815
+ "type": "boolean"
3816
+ },
3817
+ "a-tooltip/background-color": {
3818
+ "description": "Background color of the popover",
3819
+ "type": "string"
3820
+ },
3821
+ "a-tooltip/content-class": {
3822
+ "description": "The class name of the popup content"
3823
+ },
3824
+ "a-tooltip/content-style": {
3825
+ "description": "The style of the popup content"
3826
+ },
3827
+ "a-tooltip/arrow-class": {
3828
+ "description": "The class name of the popup arrow"
3829
+ },
3830
+ "a-tooltip/arrow-style": {
3831
+ "description": "The style of the popup arrow"
3832
+ },
3833
+ "a-tooltip/popup-container": {
3834
+ "description": "Mount container for popup"
3835
+ },
3742
3836
  "a-transfer/change": {
3743
3837
  "description": "Triggered when the value of the target selection box changes"
3744
3838
  },
@@ -3933,232 +4027,126 @@
3933
4027
  "description": "The default value of the input (uncontrolled mode)",
3934
4028
  "type": "string"
3935
4029
  },
3936
- "a-tag/close": {
3937
- "description": "Emitted when the close button is clicked"
3938
- },
3939
- "a-tag/check": {
3940
- "description": "Emitted when the user check (emit only in the checkable mode)"
3941
- },
3942
- "a-tag/color": {
3943
- "description": "Label color"
3944
- },
3945
- "a-tag/size": {
3946
- "description": "Label size",
3947
- "type": "string"
3948
- },
3949
- "a-tag/bordered": {
3950
- "description": "Whether the tag is bordered",
3951
- "type": "boolean"
3952
- },
3953
- "a-tag/visible": {
3954
- "description": "Whether the tag is visible",
3955
- "type": "boolean"
3956
- },
3957
- "a-tag/default-visible": {
3958
- "description": "Whether the tag is visible by default",
3959
- "type": "boolean"
3960
- },
3961
- "a-tag/loading": {
3962
- "description": "Whether the tag is loading state",
3963
- "type": "boolean"
3964
- },
3965
- "a-tag/closable": {
3966
- "description": "Whether the tag can be closed",
3967
- "type": "boolean"
3968
- },
3969
- "a-tag/checkable": {
3970
- "description": "Whether the tag can be checked",
3971
- "type": "boolean"
3972
- },
3973
- "a-tag/checked": {
3974
- "description": "Whether the tag is checked (available when the tag is checkable)",
3975
- "type": "boolean"
3976
- },
3977
- "a-tag/default-checked": {
3978
- "description": "Whether the tag is checked by default (available when the tag is checkable)",
3979
- "type": "boolean"
3980
- },
3981
- "a-tag/nowrap": {
3982
- "description": "Tag content does not wrap",
3983
- "type": "boolean"
3984
- },
3985
- "a-trigger/popup-visible-change": {
3986
- "description": "Emitted when the status of the popup changes"
3987
- },
3988
- "a-trigger/show": {
3989
- "description": "Triggered after the trigger is shown (the animation ends)"
3990
- },
3991
- "a-trigger/hide": {
3992
- "description": "Triggered after the popup is hidden (the animation ends)"
4030
+ "a-tree/select": {
4031
+ "description": "Triggered when the tree node is clicked"
3993
4032
  },
3994
- "a-trigger/popup-visible": {
3995
- "description": "Whether the popup is visible",
3996
- "type": "boolean"
4033
+ "a-tree/check": {
4034
+ "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
3997
4035
  },
3998
- "a-trigger/default-popup-visible": {
3999
- "description": "Whether the popup is visible by default (uncontrolled mode)",
4000
- "type": "boolean"
4036
+ "a-tree/expand": {
4037
+ "description": "Expand/close"
4001
4038
  },
4002
- "a-trigger/trigger": {
4003
- "description": "Trigger method"
4039
+ "a-tree/drag-start": {
4040
+ "description": "Node starts dragging"
4004
4041
  },
4005
- "a-trigger/position": {
4006
- "description": "Popup position"
4042
+ "a-tree/drag-end": {
4043
+ "description": "Node end drag"
4007
4044
  },
4008
- "a-trigger/disabled": {
4009
- "description": "Whether the trigger is disabled",
4010
- "type": "boolean"
4045
+ "a-tree/drag-over": {
4046
+ "description": "The node is dragged to the releasable target"
4011
4047
  },
4012
- "a-trigger/popup-offset": {
4013
- "description": "The offset of the popup (the offset distance of the popup from the trigger)",
4014
- "type": "number"
4048
+ "a-tree/drag-leave": {
4049
+ "description": "Node leaves to release the target"
4015
4050
  },
4016
- "a-trigger/popup-translate": {
4017
- "description": "The moving distance of the popup"
4051
+ "a-tree/drop": {
4052
+ "description": "The node is released on a releasable target"
4018
4053
  },
4019
- "a-trigger/show-arrow": {
4020
- "description": "Whether the popup shows an arrow",
4021
- "type": "boolean"
4054
+ "a-tree/size": {
4055
+ "description": "Size",
4056
+ "type": "string"
4022
4057
  },
4023
- "a-trigger/align-point": {
4024
- "description": "Whether the popup follows the mouse",
4058
+ "a-tree/block-node": {
4059
+ "description": "Whether the node occupies a row",
4025
4060
  "type": "boolean"
4026
4061
  },
4027
- "a-trigger/popup-hover-stay": {
4028
- "description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
4062
+ "a-tree/default-expand-all": {
4063
+ "description": "Whether to expand the parent node by default",
4029
4064
  "type": "boolean"
4030
4065
  },
4031
- "a-trigger/blur-to-close": {
4032
- "description": "Whether to close the popup when the trigger loses focus",
4066
+ "a-tree/multiple": {
4067
+ "description": "Whether to support multiple selection",
4033
4068
  "type": "boolean"
4034
4069
  },
4035
- "a-trigger/click-to-close": {
4036
- "description": "Whether to close the popup when the trigger is clicked",
4037
- "type": "boolean"
4070
+ "a-tree/checkable": {
4071
+ "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4038
4072
  },
4039
- "a-trigger/click-outside-to-close": {
4040
- "description": "Whether to close the popup when clicking on the outer area",
4041
- "type": "boolean"
4073
+ "a-tree/selectable": {
4074
+ "description": "Whether to support selection, function format is supported since `2.27.0`"
4042
4075
  },
4043
- "a-trigger/unmount-on-close": {
4044
- "description": "Whether to uninstall the popup node when closing",
4076
+ "a-tree/check-strictly": {
4077
+ "description": "Whether to cancel the parent-child node association",
4045
4078
  "type": "boolean"
4046
4079
  },
4047
- "a-trigger/content-class": {
4048
- "description": "The class name of the popup content",
4049
- "type": "string|array|object"
4050
- },
4051
- "a-trigger/content-style": {
4052
- "description": "The style of the popup content"
4053
- },
4054
- "a-trigger/arrow-class": {
4055
- "description": "The class name of the popup arrow",
4056
- "type": "string|array|object"
4057
- },
4058
- "a-trigger/arrow-style": {
4059
- "description": "The style of the popup arrow"
4060
- },
4061
- "a-trigger/popup-style": {
4062
- "description": "The style of the popup"
4063
- },
4064
- "a-trigger/animation-name": {
4065
- "description": "The name of the popup animation",
4080
+ "a-tree/checked-strategy": {
4081
+ "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",
4066
4082
  "type": "string"
4067
4083
  },
4068
- "a-trigger/duration": {
4069
- "description": "The duration of the popup animation"
4070
- },
4071
- "a-trigger/mouse-enter-delay": {
4072
- "description": "Delay trigger time of mouseenter event (ms)",
4073
- "type": "number"
4074
- },
4075
- "a-trigger/mouse-leave-delay": {
4076
- "description": "Delay trigger time of mouseleave event (ms)",
4077
- "type": "number"
4078
- },
4079
- "a-trigger/focus-delay": {
4080
- "description": "Delay trigger time of focus event (ms)",
4081
- "type": "number"
4082
- },
4083
- "a-trigger/auto-fit-popup-width": {
4084
- "description": "Whether to set the width of the popup to the width of the trigger",
4085
- "type": "boolean"
4086
- },
4087
- "a-trigger/auto-fit-popup-min-width": {
4088
- "description": "Whether to set the minimum width of the popup to the trigger width",
4089
- "type": "boolean"
4090
- },
4091
- "a-trigger/auto-fix-position": {
4092
- "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
4093
- "type": "boolean"
4084
+ "a-tree/default-selected-keys": {
4085
+ "description": "Tree node selected by default"
4094
4086
  },
4095
- "a-trigger/popup-container": {
4096
- "description": "Mount container for popup"
4087
+ "a-tree/selected-keys": {
4088
+ "description": "Selected tree node"
4097
4089
  },
4098
- "a-trigger/auto-fit-position": {
4099
- "description": "Whether to automatically adjust the position of the popup to fit the window size",
4100
- "type": "boolean"
4090
+ "a-tree/default-checked-keys": {
4091
+ "description": "Tree node with checkbox selected by default"
4101
4092
  },
4102
- "a-trigger/render-to-body": {
4103
- "description": "Whether to mount under the `body` element",
4104
- "type": "boolean"
4093
+ "a-tree/checked-keys": {
4094
+ "description": "Tree node with check box selected"
4105
4095
  },
4106
- "a-trigger/prevent-focus": {
4107
- "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
4108
- "type": "boolean"
4096
+ "a-tree/default-expanded-keys": {
4097
+ "description": "Nodes expanded by default"
4109
4098
  },
4110
- "a-trigger/scroll-to-close": {
4111
- "description": "Whether to close the popover when scrolling",
4112
- "type": "boolean"
4099
+ "a-tree/expanded-keys": {
4100
+ "description": "Expanded node"
4113
4101
  },
4114
- "a-trigger/scroll-to-close-distance": {
4115
- "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4116
- "type": "number"
4102
+ "a-tree/data": {
4103
+ "description": "Pass in `data` to generate the corresponding tree structure"
4117
4104
  },
4118
- "a-tooltip/popup-visible-change": {
4119
- "description": "Emitted when the tooltip display status changes"
4105
+ "a-tree/field-names": {
4106
+ "description": "Specify the field name in the node data"
4120
4107
  },
4121
- "a-tooltip/popup-visible": {
4122
- "description": "Whether the tooltip is visible",
4108
+ "a-tree/show-line": {
4109
+ "description": "Whether to display the connection line",
4123
4110
  "type": "boolean"
4124
4111
  },
4125
- "a-tooltip/default-popup-visible": {
4126
- "description": "Whether the tooltip is visible by default (uncontrolled mode)",
4127
- "type": "boolean"
4112
+ "a-tree/load-more": {
4113
+ "description": "A callback for loading data asynchronously, returning a `Promise`"
4128
4114
  },
4129
- "a-tooltip/disabled": {
4130
- "description": "Whether to disable the tooltip",
4115
+ "a-tree/draggable": {
4116
+ "description": "Whether it can be dragged",
4131
4117
  "type": "boolean"
4132
4118
  },
4133
- "a-tooltip/content": {
4134
- "description": "Tooltip content",
4135
- "type": "string"
4119
+ "a-tree/allow-drop": {
4120
+ "description": "Whether to allow release on a node when dragging"
4136
4121
  },
4137
- "a-tooltip/position": {
4138
- "description": "Popup position"
4122
+ "a-tree/virtual-list-props": {
4123
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4139
4124
  },
4140
- "a-tooltip/mini": {
4141
- "description": "Whether to display as a mini size",
4125
+ "a-tree/default-expand-selected": {
4126
+ "description": "Whether to expand the parent node of the selected node by default",
4142
4127
  "type": "boolean"
4143
4128
  },
4144
- "a-tooltip/background-color": {
4145
- "description": "Background color of the popover",
4146
- "type": "string"
4129
+ "a-tree/default-expand-checked": {
4130
+ "description": "Whether to expand the parent node of the checked node by default",
4131
+ "type": "boolean"
4147
4132
  },
4148
- "a-tooltip/content-class": {
4149
- "description": "The class name of the popup content"
4133
+ "a-tree/auto-expand-parent": {
4134
+ "description": "Whether to automatically expand the parent node of the expanded node",
4135
+ "type": "boolean"
4150
4136
  },
4151
- "a-tooltip/content-style": {
4152
- "description": "The style of the popup content"
4137
+ "a-tree/half-checked-keys": {
4138
+ "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4153
4139
  },
4154
- "a-tooltip/arrow-class": {
4155
- "description": "The class name of the popup arrow"
4140
+ "a-tree/only-check-leaf": {
4141
+ "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)",
4142
+ "type": "boolean"
4156
4143
  },
4157
- "a-tooltip/arrow-style": {
4158
- "description": "The style of the popup arrow"
4144
+ "a-tree/animation": {
4145
+ "description": "Whether to enable expand transition animation",
4146
+ "type": "boolean"
4159
4147
  },
4160
- "a-tooltip/popup-container": {
4161
- "description": "Mount container for popup"
4148
+ "a-tree/action-on-node-click": {
4149
+ "description": "The action triggered when the node is clicked"
4162
4150
  },
4163
4151
  "a-typography-title/edit-start": {
4164
4152
  "description": "Edit start"
@@ -4642,125 +4630,137 @@
4642
4630
  "description": "Whether to stagger the arrangement layout",
4643
4631
  "type": "boolean"
4644
4632
  },
4645
- "a-tree/select": {
4646
- "description": "Triggered when the tree node is clicked"
4633
+ "a-trigger/popup-visible-change": {
4634
+ "description": "Emitted when the status of the popup changes"
4647
4635
  },
4648
- "a-tree/check": {
4649
- "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
4636
+ "a-trigger/show": {
4637
+ "description": "Triggered after the trigger is shown (the animation ends)"
4650
4638
  },
4651
- "a-tree/expand": {
4652
- "description": "Expand/close"
4639
+ "a-trigger/hide": {
4640
+ "description": "Triggered after the popup is hidden (the animation ends)"
4653
4641
  },
4654
- "a-tree/drag-start": {
4655
- "description": "Node starts dragging"
4642
+ "a-trigger/popup-visible": {
4643
+ "description": "Whether the popup is visible",
4644
+ "type": "boolean"
4656
4645
  },
4657
- "a-tree/drag-end": {
4658
- "description": "Node end drag"
4646
+ "a-trigger/default-popup-visible": {
4647
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
4648
+ "type": "boolean"
4659
4649
  },
4660
- "a-tree/drag-over": {
4661
- "description": "The node is dragged to the releasable target"
4650
+ "a-trigger/trigger": {
4651
+ "description": "Trigger method"
4662
4652
  },
4663
- "a-tree/drag-leave": {
4664
- "description": "Node leaves to release the target"
4653
+ "a-trigger/position": {
4654
+ "description": "Popup position"
4665
4655
  },
4666
- "a-tree/drop": {
4667
- "description": "The node is released on a releasable target"
4656
+ "a-trigger/disabled": {
4657
+ "description": "Whether the trigger is disabled",
4658
+ "type": "boolean"
4668
4659
  },
4669
- "a-tree/size": {
4670
- "description": "Size",
4671
- "type": "string"
4660
+ "a-trigger/popup-offset": {
4661
+ "description": "The offset of the popup (the offset distance of the popup from the trigger)",
4662
+ "type": "number"
4672
4663
  },
4673
- "a-tree/block-node": {
4674
- "description": "Whether the node occupies a row",
4664
+ "a-trigger/popup-translate": {
4665
+ "description": "The moving distance of the popup"
4666
+ },
4667
+ "a-trigger/show-arrow": {
4668
+ "description": "Whether the popup shows an arrow",
4675
4669
  "type": "boolean"
4676
4670
  },
4677
- "a-tree/default-expand-all": {
4678
- "description": "Whether to expand the parent node by default",
4671
+ "a-trigger/align-point": {
4672
+ "description": "Whether the popup follows the mouse",
4679
4673
  "type": "boolean"
4680
4674
  },
4681
- "a-tree/multiple": {
4682
- "description": "Whether to support multiple selection",
4675
+ "a-trigger/popup-hover-stay": {
4676
+ "description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
4683
4677
  "type": "boolean"
4684
4678
  },
4685
- "a-tree/checkable": {
4686
- "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4679
+ "a-trigger/blur-to-close": {
4680
+ "description": "Whether to close the popup when the trigger loses focus",
4681
+ "type": "boolean"
4687
4682
  },
4688
- "a-tree/selectable": {
4689
- "description": "Whether to support selection, function format is supported since `2.27.0`"
4683
+ "a-trigger/click-to-close": {
4684
+ "description": "Whether to close the popup when the trigger is clicked",
4685
+ "type": "boolean"
4690
4686
  },
4691
- "a-tree/check-strictly": {
4692
- "description": "Whether to cancel the parent-child node association",
4687
+ "a-trigger/click-outside-to-close": {
4688
+ "description": "Whether to close the popup when clicking on the outer area",
4693
4689
  "type": "boolean"
4694
4690
  },
4695
- "a-tree/checked-strategy": {
4696
- "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",
4697
- "type": "string"
4691
+ "a-trigger/unmount-on-close": {
4692
+ "description": "Whether to uninstall the popup node when closing",
4693
+ "type": "boolean"
4698
4694
  },
4699
- "a-tree/default-selected-keys": {
4700
- "description": "Tree node selected by default"
4695
+ "a-trigger/content-class": {
4696
+ "description": "The class name of the popup content",
4697
+ "type": "string|array|object"
4701
4698
  },
4702
- "a-tree/selected-keys": {
4703
- "description": "Selected tree node"
4699
+ "a-trigger/content-style": {
4700
+ "description": "The style of the popup content"
4704
4701
  },
4705
- "a-tree/default-checked-keys": {
4706
- "description": "Tree node with checkbox selected by default"
4702
+ "a-trigger/arrow-class": {
4703
+ "description": "The class name of the popup arrow",
4704
+ "type": "string|array|object"
4707
4705
  },
4708
- "a-tree/checked-keys": {
4709
- "description": "Tree node with check box selected"
4706
+ "a-trigger/arrow-style": {
4707
+ "description": "The style of the popup arrow"
4710
4708
  },
4711
- "a-tree/default-expanded-keys": {
4712
- "description": "Nodes expanded by default"
4709
+ "a-trigger/popup-style": {
4710
+ "description": "The style of the popup"
4713
4711
  },
4714
- "a-tree/expanded-keys": {
4715
- "description": "Expanded node"
4712
+ "a-trigger/animation-name": {
4713
+ "description": "The name of the popup animation",
4714
+ "type": "string"
4716
4715
  },
4717
- "a-tree/data": {
4718
- "description": "Pass in `data` to generate the corresponding tree structure"
4716
+ "a-trigger/duration": {
4717
+ "description": "The duration of the popup animation"
4719
4718
  },
4720
- "a-tree/field-names": {
4721
- "description": "Specify the field name in the node data"
4719
+ "a-trigger/mouse-enter-delay": {
4720
+ "description": "Delay trigger time of mouseenter event (ms)",
4721
+ "type": "number"
4722
4722
  },
4723
- "a-tree/show-line": {
4724
- "description": "Whether to display the connection line",
4725
- "type": "boolean"
4723
+ "a-trigger/mouse-leave-delay": {
4724
+ "description": "Delay trigger time of mouseleave event (ms)",
4725
+ "type": "number"
4726
4726
  },
4727
- "a-tree/load-more": {
4728
- "description": "A callback for loading data asynchronously, returning a `Promise`"
4727
+ "a-trigger/focus-delay": {
4728
+ "description": "Delay trigger time of focus event (ms)",
4729
+ "type": "number"
4729
4730
  },
4730
- "a-tree/draggable": {
4731
- "description": "Whether it can be dragged",
4731
+ "a-trigger/auto-fit-popup-width": {
4732
+ "description": "Whether to set the width of the popup to the width of the trigger",
4732
4733
  "type": "boolean"
4733
4734
  },
4734
- "a-tree/allow-drop": {
4735
- "description": "Whether to allow release on a node when dragging"
4736
- },
4737
- "a-tree/virtual-list-props": {
4738
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4739
- },
4740
- "a-tree/default-expand-selected": {
4741
- "description": "Whether to expand the parent node of the selected node by default",
4735
+ "a-trigger/auto-fit-popup-min-width": {
4736
+ "description": "Whether to set the minimum width of the popup to the trigger width",
4742
4737
  "type": "boolean"
4743
4738
  },
4744
- "a-tree/default-expand-checked": {
4745
- "description": "Whether to expand the parent node of the checked node by default",
4739
+ "a-trigger/auto-fix-position": {
4740
+ "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
4746
4741
  "type": "boolean"
4747
4742
  },
4748
- "a-tree/auto-expand-parent": {
4749
- "description": "Whether to automatically expand the parent node of the expanded node",
4743
+ "a-trigger/popup-container": {
4744
+ "description": "Mount container for popup"
4745
+ },
4746
+ "a-trigger/auto-fit-position": {
4747
+ "description": "Whether to automatically adjust the position of the popup to fit the window size",
4750
4748
  "type": "boolean"
4751
4749
  },
4752
- "a-tree/half-checked-keys": {
4753
- "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4750
+ "a-trigger/render-to-body": {
4751
+ "description": "Whether to mount under the `body` element",
4752
+ "type": "boolean"
4754
4753
  },
4755
- "a-tree/only-check-leaf": {
4756
- "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)",
4754
+ "a-trigger/prevent-focus": {
4755
+ "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
4757
4756
  "type": "boolean"
4758
4757
  },
4759
- "a-tree/animation": {
4760
- "description": "Whether to enable expand transition animation",
4758
+ "a-trigger/scroll-to-close": {
4759
+ "description": "Whether to close the popover when scrolling",
4761
4760
  "type": "boolean"
4762
4761
  },
4763
- "a-tree/action-on-node-click": {
4764
- "description": "The action triggered when the node is clicked"
4762
+ "a-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
  }