@sdata/web-vue 1.8.0 → 1.9.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.
Files changed (120) hide show
  1. package/dist/sd.css +90 -0
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/input-label/input-label.js +30 -24
  4. package/es/_components/select-view/interface.d.ts +1 -0
  5. package/es/_components/select-view/select-view.d.ts +12 -3
  6. package/es/_components/select-view/select-view.js +38 -28
  7. package/es/_components/select-view/style/index.css +45 -0
  8. package/es/_hooks/use-trigger.d.ts +4 -6
  9. package/es/_hooks/use-trigger.js +7 -5
  10. package/es/auto-complete/auto-complete.d.ts +1 -1
  11. package/es/auto-complete/index.d.ts +3 -3
  12. package/es/badge/badge.d.ts +1 -1
  13. package/es/badge/index.d.ts +3 -3
  14. package/es/carousel/carousel-arrow.vue.d.ts +1 -1
  15. package/es/carousel/carousel.d.ts +2 -2
  16. package/es/carousel/index.d.ts +6 -6
  17. package/es/cascader/cascader-panel.vue.d.ts +2 -2
  18. package/es/cascader/cascader.vue.d.ts +20 -11
  19. package/es/cascader/index.d.ts +44 -26
  20. package/es/config-provider/config-provider.vue.d.ts +1 -1
  21. package/es/config-provider/index.d.ts +3 -3
  22. package/es/date-picker/index.d.ts +6 -6
  23. package/es/date-picker/picker.vue.d.ts +6 -6
  24. package/es/date-picker/range-picker.vue.d.ts +6 -6
  25. package/es/descriptions/descriptions.d.ts +2 -2
  26. package/es/descriptions/index.d.ts +6 -6
  27. package/es/drawer/drawer.vue_vue_type_script_lang.js +1 -1
  28. package/es/dropdown/dropdown-button.vue.d.ts +8 -8
  29. package/es/dropdown/dropdown-panel.vue.d.ts +2 -2
  30. package/es/dropdown/dropdown-submenu.vue.d.ts +8 -8
  31. package/es/dropdown/dropdown.vue.d.ts +8 -8
  32. package/es/dropdown/index.d.ts +32 -32
  33. package/es/ellipsis/ellipsis.vue.d.ts +13 -13
  34. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +1 -1
  35. package/es/ellipsis/index.d.ts +56 -56
  36. package/es/ellipsis/performant-ellipsis.vue.d.ts +14 -14
  37. package/es/form/form-item-label.vue.d.ts +12 -12
  38. package/es/form/form-item.vue.d.ts +12 -12
  39. package/es/form/index.d.ts +12 -12
  40. package/es/grid/grid.vue.d.ts +1 -1
  41. package/es/grid/index.d.ts +3 -3
  42. package/es/image/image.vue.d.ts +12 -12
  43. package/es/image/preview-action.d.ts +12 -12
  44. package/es/image/preview-group.vue.d.ts +12 -12
  45. package/es/image/preview-toolbar.vue.d.ts +12 -12
  46. package/es/image/preview.vue.d.ts +12 -12
  47. package/es/index.css +90 -0
  48. package/es/index.js +2 -2
  49. package/es/input-tag/index.d.ts +6 -6
  50. package/es/input-tag/input-tag.d.ts +3 -3
  51. package/es/input-tag/input-tag.js +179 -30
  52. package/es/input-tag/style/index.css +45 -0
  53. package/es/input-tag/style/input-tag.scss +53 -0
  54. package/es/list/index.d.ts +3 -3
  55. package/es/list/list.d.ts +1 -1
  56. package/es/menu/sub-menu-pop.vue.d.ts +6 -6
  57. package/es/modal/modal.vue_vue_type_script_lang.js +1 -1
  58. package/es/overflow-list/index.d.ts +3 -3
  59. package/es/overflow-list/overflow-list.d.ts +1 -1
  60. package/es/pagination/page-options.vue.d.ts +188 -98
  61. package/es/popconfirm/index.d.ts +12 -12
  62. package/es/popconfirm/popconfirm.vue.d.ts +6 -6
  63. package/es/popover/index.d.ts +12 -12
  64. package/es/popover/popover.vue.d.ts +6 -6
  65. package/es/progress/index.d.ts +5 -5
  66. package/es/progress/line.vue.d.ts +1 -1
  67. package/es/progress/progress.vue.d.ts +2 -2
  68. package/es/scrollbar/index.d.ts +2 -2
  69. package/es/scrollbar/scrollbar.vue.d.ts +1 -1
  70. package/es/scrollbar/thumb.vue.d.ts +1 -1
  71. package/es/sd-vue.js +2 -2
  72. package/es/select/hooks/use-options.d.ts +9 -4
  73. package/es/select/hooks/use-options.js +2 -2
  74. package/es/select/hooks/use-select.d.ts +9 -4
  75. package/es/select/index.d.ts +188 -98
  76. package/es/select/interface.d.ts +57 -46
  77. package/es/select/select-dropdown.vue.d.ts +2 -2
  78. package/es/select/select.d.ts +107 -59
  79. package/es/select/select.js +179 -125
  80. package/es/select/utils.d.ts +1 -1
  81. package/es/select/utils.js +28 -10
  82. package/es/skeleton/index.d.ts +1 -1
  83. package/es/skeleton/line.vue.d.ts +1 -1
  84. package/es/slider/index.d.ts +27 -27
  85. package/es/slider/slider-button.vue.d.ts +12 -12
  86. package/es/slider/slider.vue.d.ts +13 -13
  87. package/es/space/index.d.ts +3 -3
  88. package/es/space/space.d.ts +1 -1
  89. package/es/statistic/index.d.ts +6 -6
  90. package/es/statistic/statistic.vue.d.ts +2 -2
  91. package/es/table/index.d.ts +6 -6
  92. package/es/table/table.d.ts +2 -2
  93. package/es/tabs/index.d.ts +9 -9
  94. package/es/tabs/tabs.d.ts +3 -3
  95. package/es/tag/index.d.ts +3 -3
  96. package/es/tag/tag.vue.d.ts +1 -1
  97. package/es/time-picker/index.d.ts +12 -12
  98. package/es/time-picker/time-picker.vue.d.ts +6 -6
  99. package/es/tooltip/index.d.ts +12 -12
  100. package/es/tooltip/tooltip.vue.d.ts +6 -6
  101. package/es/transfer/index.d.ts +10 -10
  102. package/es/transfer/transfer-view.vue.d.ts +5 -5
  103. package/es/transfer/transfer.vue.d.ts +5 -5
  104. package/es/tree/index.d.ts +6 -6
  105. package/es/tree/tree.vue.d.ts +2 -2
  106. package/es/tree-select/hooks/use-selected-state.d.ts +2 -0
  107. package/es/tree-select/hooks/use-selected-state.js +26 -8
  108. package/es/tree-select/index.d.ts +265 -61
  109. package/es/tree-select/interface.d.ts +16 -3
  110. package/es/tree-select/panel.d.ts +6 -6
  111. package/es/tree-select/tree-select.js +28 -15
  112. package/es/tree-select/tree-select.vue.d.ts +143 -30
  113. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +100 -23
  114. package/es/trigger/index.d.ts +6 -6
  115. package/es/trigger/trigger.d.ts +2 -2
  116. package/es/typography/operations.vue.d.ts +12 -12
  117. package/json/vetur-attributes.json +36 -158
  118. package/json/vetur-tags.json +10 -46
  119. package/json/web-types.json +79 -366
  120. package/package.json +7 -7
@@ -373,12 +373,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
373
373
  defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
374
374
  loading: boolean;
375
375
  allowClear: boolean;
376
+ multiple: boolean;
376
377
  popupVisible: boolean;
377
378
  defaultPopupVisible: boolean;
378
379
  options: CascaderOption[];
379
380
  valueKey: string;
380
381
  inputValue: string;
381
- multiple: boolean;
382
+ expandTrigger: "hover" | "click";
382
383
  defaultInputValue: string;
383
384
  maxTagCount: number;
384
385
  tagNowrap: boolean;
@@ -387,7 +388,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
387
388
  checkStrictly: boolean;
388
389
  pathMode: boolean;
389
390
  expandChild: boolean;
390
- expandTrigger: "hover" | "click";
391
391
  searchOptionOnlyLabel: boolean;
392
392
  fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
393
393
  }, {}, {
@@ -537,10 +537,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
537
537
  };
538
538
  }>> & Readonly<{
539
539
  onResize?: (() => any) | undefined;
540
+ onHide?: (() => any) | undefined;
541
+ onShow?: (() => any) | undefined;
540
542
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
541
543
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
542
- onShow?: (() => any) | undefined;
543
- onHide?: (() => any) | undefined;
544
544
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
545
545
  'update:popupVisible': (_visible: boolean) => true;
546
546
  popupVisibleChange: (_visible: boolean) => true;
@@ -728,10 +728,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
728
728
  };
729
729
  }>> & Readonly<{
730
730
  onResize?: (() => any) | undefined;
731
+ onHide?: (() => any) | undefined;
732
+ onShow?: (() => any) | undefined;
731
733
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
732
734
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
733
- onShow?: (() => any) | undefined;
734
- onHide?: (() => any) | undefined;
735
735
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
736
736
  disabled: boolean;
737
737
  unmountOnClose: boolean;
@@ -910,10 +910,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
910
910
  };
911
911
  }>> & Readonly<{
912
912
  onResize?: (() => any) | undefined;
913
+ onHide?: (() => any) | undefined;
914
+ onShow?: (() => any) | undefined;
913
915
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
914
916
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
915
- onShow?: (() => any) | undefined;
916
- onHide?: (() => any) | undefined;
917
917
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
918
918
  'update:popupVisible': (_visible: boolean) => true;
919
919
  popupVisibleChange: (_visible: boolean) => true;
@@ -994,12 +994,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
994
994
  type: BooleanConstructor;
995
995
  default: boolean;
996
996
  };
997
+ showArrow: {
998
+ type: BooleanConstructor;
999
+ default: boolean;
1000
+ };
997
1001
  allowSearch: {
998
1002
  type: BooleanConstructor;
999
1003
  default: (props: Data) => boolean;
1000
1004
  };
1001
1005
  maxTagCount: {
1002
- type: NumberConstructor;
1006
+ type: PropType<number | "responsive">;
1003
1007
  default: number;
1004
1008
  };
1005
1009
  tagNowrap: {
@@ -1060,12 +1064,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1060
1064
  type: BooleanConstructor;
1061
1065
  default: boolean;
1062
1066
  };
1067
+ showArrow: {
1068
+ type: BooleanConstructor;
1069
+ default: boolean;
1070
+ };
1063
1071
  allowSearch: {
1064
1072
  type: BooleanConstructor;
1065
1073
  default: (props: Data) => boolean;
1066
1074
  };
1067
1075
  maxTagCount: {
1068
- type: NumberConstructor;
1076
+ type: PropType<number | "responsive">;
1069
1077
  default: number;
1070
1078
  };
1071
1079
  tagNowrap: {
@@ -1087,8 +1095,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1087
1095
  loading: boolean;
1088
1096
  allowClear: boolean;
1089
1097
  multiple: boolean;
1098
+ showArrow: boolean;
1090
1099
  bordered: boolean;
1091
- maxTagCount: number;
1100
+ maxTagCount: number | "responsive";
1092
1101
  retainInputValue: boolean;
1093
1102
  tagNowrap: boolean;
1094
1103
  opened: boolean;
@@ -253,12 +253,13 @@ declare const Cascader: {
253
253
  defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
254
254
  loading: boolean;
255
255
  allowClear: boolean;
256
+ multiple: boolean;
256
257
  popupVisible: boolean;
257
258
  defaultPopupVisible: boolean;
258
259
  options: import("./interface").CascaderOption[];
259
260
  valueKey: string;
260
261
  inputValue: string;
261
- multiple: boolean;
262
+ expandTrigger: "hover" | "click";
262
263
  defaultInputValue: string;
263
264
  maxTagCount: number;
264
265
  tagNowrap: boolean;
@@ -267,7 +268,6 @@ declare const Cascader: {
267
268
  checkStrictly: boolean;
268
269
  pathMode: boolean;
269
270
  expandChild: boolean;
270
- expandTrigger: "hover" | "click";
271
271
  searchOptionOnlyLabel: boolean;
272
272
  fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
273
273
  }, true, {}, {}, {
@@ -417,10 +417,10 @@ declare const Cascader: {
417
417
  };
418
418
  }>> & Readonly<{
419
419
  onResize?: (() => any) | undefined;
420
+ onHide?: (() => any) | undefined;
421
+ onShow?: (() => any) | undefined;
420
422
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
421
423
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
422
- onShow?: (() => any) | undefined;
423
- onHide?: (() => any) | undefined;
424
424
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
425
425
  'update:popupVisible': (_visible: boolean) => true;
426
426
  popupVisibleChange: (_visible: boolean) => true;
@@ -608,10 +608,10 @@ declare const Cascader: {
608
608
  };
609
609
  }>> & Readonly<{
610
610
  onResize?: (() => any) | undefined;
611
+ onHide?: (() => any) | undefined;
612
+ onShow?: (() => any) | undefined;
611
613
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
612
614
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
613
- onShow?: (() => any) | undefined;
614
- onHide?: (() => any) | undefined;
615
615
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
616
616
  disabled: boolean;
617
617
  unmountOnClose: boolean;
@@ -790,10 +790,10 @@ declare const Cascader: {
790
790
  };
791
791
  }>> & Readonly<{
792
792
  onResize?: (() => any) | undefined;
793
+ onHide?: (() => any) | undefined;
794
+ onShow?: (() => any) | undefined;
793
795
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
794
796
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
795
- onShow?: (() => any) | undefined;
796
- onHide?: (() => any) | undefined;
797
797
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
798
798
  'update:popupVisible': (_visible: boolean) => true;
799
799
  popupVisibleChange: (_visible: boolean) => true;
@@ -874,12 +874,16 @@ declare const Cascader: {
874
874
  type: BooleanConstructor;
875
875
  default: boolean;
876
876
  };
877
+ showArrow: {
878
+ type: BooleanConstructor;
879
+ default: boolean;
880
+ };
877
881
  allowSearch: {
878
882
  type: BooleanConstructor;
879
883
  default: (props: import("../_utils/types").Data) => boolean;
880
884
  };
881
885
  maxTagCount: {
882
- type: NumberConstructor;
886
+ type: import("vue").PropType<number | "responsive">;
883
887
  default: number;
884
888
  };
885
889
  tagNowrap: {
@@ -940,12 +944,16 @@ declare const Cascader: {
940
944
  type: BooleanConstructor;
941
945
  default: boolean;
942
946
  };
947
+ showArrow: {
948
+ type: BooleanConstructor;
949
+ default: boolean;
950
+ };
943
951
  allowSearch: {
944
952
  type: BooleanConstructor;
945
953
  default: (props: import("../_utils/types").Data) => boolean;
946
954
  };
947
955
  maxTagCount: {
948
- type: NumberConstructor;
956
+ type: import("vue").PropType<number | "responsive">;
949
957
  default: number;
950
958
  };
951
959
  tagNowrap: {
@@ -967,8 +975,9 @@ declare const Cascader: {
967
975
  loading: boolean;
968
976
  allowClear: boolean;
969
977
  multiple: boolean;
978
+ showArrow: boolean;
970
979
  bordered: boolean;
971
- maxTagCount: number;
980
+ maxTagCount: number | "responsive";
972
981
  retainInputValue: boolean;
973
982
  tagNowrap: boolean;
974
983
  opened: boolean;
@@ -1296,12 +1305,13 @@ declare const Cascader: {
1296
1305
  defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
1297
1306
  loading: boolean;
1298
1307
  allowClear: boolean;
1308
+ multiple: boolean;
1299
1309
  popupVisible: boolean;
1300
1310
  defaultPopupVisible: boolean;
1301
1311
  options: import("./interface").CascaderOption[];
1302
1312
  valueKey: string;
1303
1313
  inputValue: string;
1304
- multiple: boolean;
1314
+ expandTrigger: "hover" | "click";
1305
1315
  defaultInputValue: string;
1306
1316
  maxTagCount: number;
1307
1317
  tagNowrap: boolean;
@@ -1310,7 +1320,6 @@ declare const Cascader: {
1310
1320
  checkStrictly: boolean;
1311
1321
  pathMode: boolean;
1312
1322
  expandChild: boolean;
1313
- expandTrigger: "hover" | "click";
1314
1323
  searchOptionOnlyLabel: boolean;
1315
1324
  fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
1316
1325
  }>;
@@ -1567,12 +1576,13 @@ declare const Cascader: {
1567
1576
  defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
1568
1577
  loading: boolean;
1569
1578
  allowClear: boolean;
1579
+ multiple: boolean;
1570
1580
  popupVisible: boolean;
1571
1581
  defaultPopupVisible: boolean;
1572
1582
  options: import("./interface").CascaderOption[];
1573
1583
  valueKey: string;
1574
1584
  inputValue: string;
1575
- multiple: boolean;
1585
+ expandTrigger: "hover" | "click";
1576
1586
  defaultInputValue: string;
1577
1587
  maxTagCount: number;
1578
1588
  tagNowrap: boolean;
@@ -1581,7 +1591,6 @@ declare const Cascader: {
1581
1591
  checkStrictly: boolean;
1582
1592
  pathMode: boolean;
1583
1593
  expandChild: boolean;
1584
- expandTrigger: "hover" | "click";
1585
1594
  searchOptionOnlyLabel: boolean;
1586
1595
  fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
1587
1596
  }, {}, string, {}, {
@@ -1731,10 +1740,10 @@ declare const Cascader: {
1731
1740
  };
1732
1741
  }>> & Readonly<{
1733
1742
  onResize?: (() => any) | undefined;
1743
+ onHide?: (() => any) | undefined;
1744
+ onShow?: (() => any) | undefined;
1734
1745
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1735
1746
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1736
- onShow?: (() => any) | undefined;
1737
- onHide?: (() => any) | undefined;
1738
1747
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1739
1748
  'update:popupVisible': (_visible: boolean) => true;
1740
1749
  popupVisibleChange: (_visible: boolean) => true;
@@ -1922,10 +1931,10 @@ declare const Cascader: {
1922
1931
  };
1923
1932
  }>> & Readonly<{
1924
1933
  onResize?: (() => any) | undefined;
1934
+ onHide?: (() => any) | undefined;
1935
+ onShow?: (() => any) | undefined;
1925
1936
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1926
1937
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1927
- onShow?: (() => any) | undefined;
1928
- onHide?: (() => any) | undefined;
1929
1938
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1930
1939
  disabled: boolean;
1931
1940
  unmountOnClose: boolean;
@@ -2104,10 +2113,10 @@ declare const Cascader: {
2104
2113
  };
2105
2114
  }>> & Readonly<{
2106
2115
  onResize?: (() => any) | undefined;
2116
+ onHide?: (() => any) | undefined;
2117
+ onShow?: (() => any) | undefined;
2107
2118
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2108
2119
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2109
- onShow?: (() => any) | undefined;
2110
- onHide?: (() => any) | undefined;
2111
2120
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2112
2121
  'update:popupVisible': (_visible: boolean) => true;
2113
2122
  popupVisibleChange: (_visible: boolean) => true;
@@ -2188,12 +2197,16 @@ declare const Cascader: {
2188
2197
  type: BooleanConstructor;
2189
2198
  default: boolean;
2190
2199
  };
2200
+ showArrow: {
2201
+ type: BooleanConstructor;
2202
+ default: boolean;
2203
+ };
2191
2204
  allowSearch: {
2192
2205
  type: BooleanConstructor;
2193
2206
  default: (props: import("../_utils/types").Data) => boolean;
2194
2207
  };
2195
2208
  maxTagCount: {
2196
- type: NumberConstructor;
2209
+ type: import("vue").PropType<number | "responsive">;
2197
2210
  default: number;
2198
2211
  };
2199
2212
  tagNowrap: {
@@ -2254,12 +2267,16 @@ declare const Cascader: {
2254
2267
  type: BooleanConstructor;
2255
2268
  default: boolean;
2256
2269
  };
2270
+ showArrow: {
2271
+ type: BooleanConstructor;
2272
+ default: boolean;
2273
+ };
2257
2274
  allowSearch: {
2258
2275
  type: BooleanConstructor;
2259
2276
  default: (props: import("../_utils/types").Data) => boolean;
2260
2277
  };
2261
2278
  maxTagCount: {
2262
- type: NumberConstructor;
2279
+ type: import("vue").PropType<number | "responsive">;
2263
2280
  default: number;
2264
2281
  };
2265
2282
  tagNowrap: {
@@ -2281,8 +2298,9 @@ declare const Cascader: {
2281
2298
  loading: boolean;
2282
2299
  allowClear: boolean;
2283
2300
  multiple: boolean;
2301
+ showArrow: boolean;
2284
2302
  bordered: boolean;
2285
- maxTagCount: number;
2303
+ maxTagCount: number | "responsive";
2286
2304
  retainInputValue: boolean;
2287
2305
  tagNowrap: boolean;
2288
2306
  opened: boolean;
@@ -2551,13 +2569,13 @@ declare const Cascader: {
2551
2569
  "onUpdate:modelValue"?: ((_value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
2552
2570
  }>, {
2553
2571
  defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
2572
+ multiple: boolean;
2554
2573
  options: import("./interface").CascaderOption[];
2555
2574
  valueKey: string;
2556
- multiple: boolean;
2575
+ expandTrigger: string;
2557
2576
  checkStrictly: boolean;
2558
2577
  pathMode: boolean;
2559
2578
  expandChild: boolean;
2560
- expandTrigger: string;
2561
2579
  }, {}, {
2562
2580
  BaseCascaderPanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2563
2581
  displayColumns: {
@@ -89,9 +89,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
89
89
  }>> & Readonly<{}>, {
90
90
  prefixCls: string;
91
91
  allowClear: boolean;
92
+ rtl: boolean;
92
93
  updateAtScroll: boolean;
93
94
  scrollToClose: boolean;
94
- rtl: boolean;
95
95
  global: boolean;
96
96
  exchangeTime: boolean;
97
97
  }, {}, {
@@ -46,9 +46,9 @@ declare const ConfigProvider: {
46
46
  }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
47
47
  prefixCls: string;
48
48
  allowClear: boolean;
49
+ rtl: boolean;
49
50
  updateAtScroll: boolean;
50
51
  scrollToClose: boolean;
51
- rtl: boolean;
52
52
  global: boolean;
53
53
  exchangeTime: boolean;
54
54
  }, true, {}, {}, {
@@ -149,9 +149,9 @@ declare const ConfigProvider: {
149
149
  }>> & Readonly<{}>, {}, {}, {}, {}, {
150
150
  prefixCls: string;
151
151
  allowClear: boolean;
152
+ rtl: boolean;
152
153
  updateAtScroll: boolean;
153
154
  scrollToClose: boolean;
154
- rtl: boolean;
155
155
  global: boolean;
156
156
  exchangeTime: boolean;
157
157
  }>;
@@ -202,9 +202,9 @@ declare const ConfigProvider: {
202
202
  }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
203
203
  prefixCls: string;
204
204
  allowClear: boolean;
205
+ rtl: boolean;
205
206
  updateAtScroll: boolean;
206
207
  scrollToClose: boolean;
207
- rtl: boolean;
208
208
  global: boolean;
209
209
  exchangeTime: boolean;
210
210
  }, {}, string, {}, {
@@ -9188,10 +9188,10 @@ declare const DatePicker: {
9188
9188
  };
9189
9189
  }>> & Readonly<{
9190
9190
  onResize?: (() => any) | undefined;
9191
+ onHide?: (() => any) | undefined;
9192
+ onShow?: (() => any) | undefined;
9191
9193
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9192
9194
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9193
- onShow?: (() => any) | undefined;
9194
- onHide?: (() => any) | undefined;
9195
9195
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9196
9196
  'update:popupVisible': (_visible: boolean) => true;
9197
9197
  popupVisibleChange: (_visible: boolean) => true;
@@ -9379,10 +9379,10 @@ declare const DatePicker: {
9379
9379
  };
9380
9380
  }>> & Readonly<{
9381
9381
  onResize?: (() => any) | undefined;
9382
+ onHide?: (() => any) | undefined;
9383
+ onShow?: (() => any) | undefined;
9382
9384
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9383
9385
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9384
- onShow?: (() => any) | undefined;
9385
- onHide?: (() => any) | undefined;
9386
9386
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
9387
9387
  disabled: boolean;
9388
9388
  unmountOnClose: boolean;
@@ -9561,10 +9561,10 @@ declare const DatePicker: {
9561
9561
  };
9562
9562
  }>> & Readonly<{
9563
9563
  onResize?: (() => any) | undefined;
9564
+ onHide?: (() => any) | undefined;
9565
+ onShow?: (() => any) | undefined;
9564
9566
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9565
9567
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9566
- onShow?: (() => any) | undefined;
9567
- onHide?: (() => any) | undefined;
9568
9568
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9569
9569
  'update:popupVisible': (_visible: boolean) => true;
9570
9570
  popupVisibleChange: (_visible: boolean) => true;
@@ -1233,10 +1233,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1233
1233
  };
1234
1234
  }>> & Readonly<{
1235
1235
  onResize?: (() => any) | undefined;
1236
+ onHide?: (() => any) | undefined;
1237
+ onShow?: (() => any) | undefined;
1236
1238
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1237
1239
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1238
- onShow?: (() => any) | undefined;
1239
- onHide?: (() => any) | undefined;
1240
1240
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1241
1241
  'update:popupVisible': (_visible: boolean) => true;
1242
1242
  popupVisibleChange: (_visible: boolean) => true;
@@ -1424,10 +1424,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1424
1424
  };
1425
1425
  }>> & Readonly<{
1426
1426
  onResize?: (() => any) | undefined;
1427
+ onHide?: (() => any) | undefined;
1428
+ onShow?: (() => any) | undefined;
1427
1429
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1428
1430
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1429
- onShow?: (() => any) | undefined;
1430
- onHide?: (() => any) | undefined;
1431
1431
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1432
1432
  disabled: boolean;
1433
1433
  unmountOnClose: boolean;
@@ -1606,10 +1606,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1606
1606
  };
1607
1607
  }>> & Readonly<{
1608
1608
  onResize?: (() => any) | undefined;
1609
+ onHide?: (() => any) | undefined;
1610
+ onShow?: (() => any) | undefined;
1609
1611
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1610
1612
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1611
- onShow?: (() => any) | undefined;
1612
- onHide?: (() => any) | undefined;
1613
1613
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1614
1614
  'update:popupVisible': (_visible: boolean) => true;
1615
1615
  popupVisibleChange: (_visible: boolean) => true;
@@ -8935,10 +8935,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
8935
8935
  };
8936
8936
  }>> & Readonly<{
8937
8937
  onResize?: (() => any) | undefined;
8938
+ onHide?: (() => any) | undefined;
8939
+ onShow?: (() => any) | undefined;
8938
8940
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
8939
8941
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
8940
- onShow?: (() => any) | undefined;
8941
- onHide?: (() => any) | undefined;
8942
8942
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8943
8943
  'update:popupVisible': (_visible: boolean) => true;
8944
8944
  popupVisibleChange: (_visible: boolean) => true;
@@ -9126,10 +9126,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
9126
9126
  };
9127
9127
  }>> & Readonly<{
9128
9128
  onResize?: (() => any) | undefined;
9129
+ onHide?: (() => any) | undefined;
9130
+ onShow?: (() => any) | undefined;
9129
9131
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9130
9132
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9131
- onShow?: (() => any) | undefined;
9132
- onHide?: (() => any) | undefined;
9133
9133
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
9134
9134
  disabled: boolean;
9135
9135
  unmountOnClose: boolean;
@@ -9308,10 +9308,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
9308
9308
  };
9309
9309
  }>> & Readonly<{
9310
9310
  onResize?: (() => any) | undefined;
9311
+ onHide?: (() => any) | undefined;
9312
+ onShow?: (() => any) | undefined;
9311
9313
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9312
9314
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9313
- onShow?: (() => any) | undefined;
9314
- onHide?: (() => any) | undefined;
9315
9315
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9316
9316
  'update:popupVisible': (_visible: boolean) => true;
9317
9317
  popupVisibleChange: (_visible: boolean) => true;
@@ -80,13 +80,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
80
  };
81
81
  }>> & Readonly<{}>, {
82
82
  data: DescData[];
83
- bordered: boolean;
84
83
  column: number | ResponsiveValue;
85
84
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
85
+ bordered: boolean;
86
+ tableLayout: "fixed" | "auto";
86
87
  align: "left" | "right" | "center" | {
87
88
  label?: TextAlign;
88
89
  value?: TextAlign;
89
90
  };
90
- tableLayout: "fixed" | "auto";
91
91
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
92
92
  export default _default;
@@ -43,14 +43,14 @@ declare const Descriptions: {
43
43
  };
44
44
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
45
45
  data: import("./interface").DescData[];
46
- bordered: boolean;
47
46
  column: number | import("..").ResponsiveValue;
48
47
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
48
+ bordered: boolean;
49
+ tableLayout: "fixed" | "auto";
49
50
  align: "left" | "right" | "center" | {
50
51
  label?: import("../_utils/constant").TextAlign;
51
52
  value?: import("../_utils/constant").TextAlign;
52
53
  };
53
- tableLayout: "fixed" | "auto";
54
54
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
55
55
  P: {};
56
56
  B: {};
@@ -98,14 +98,14 @@ declare const Descriptions: {
98
98
  };
99
99
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
100
100
  data: import("./interface").DescData[];
101
- bordered: boolean;
102
101
  column: number | import("..").ResponsiveValue;
103
102
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
103
+ bordered: boolean;
104
+ tableLayout: "fixed" | "auto";
104
105
  align: "left" | "right" | "center" | {
105
106
  label?: import("../_utils/constant").TextAlign;
106
107
  value?: import("../_utils/constant").TextAlign;
107
108
  };
108
- tableLayout: "fixed" | "auto";
109
109
  }>;
110
110
  __isFragment?: never;
111
111
  __isTeleport?: never;
@@ -150,14 +150,14 @@ declare const Descriptions: {
150
150
  };
151
151
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
152
152
  data: import("./interface").DescData[];
153
- bordered: boolean;
154
153
  column: number | import("..").ResponsiveValue;
155
154
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
155
+ bordered: boolean;
156
+ tableLayout: "fixed" | "auto";
156
157
  align: "left" | "right" | "center" | {
157
158
  label?: import("../_utils/constant").TextAlign;
158
159
  value?: import("../_utils/constant").TextAlign;
159
160
  };
160
- tableLayout: "fixed" | "auto";
161
161
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
162
162
  DescriptionsItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
163
163
  span: {
@@ -10,8 +10,8 @@ import { useI18n } from "../locale/index.js";
10
10
  import client_only_default from "../_components/client-only.js";
11
11
  import usePopupManager from "../_hooks/use-popup-manager.js";
12
12
  import { useTeleportContainer } from "../_hooks/use-teleport-container.js";
13
- import { useOverflow } from "../_hooks/use-overflow.js";
14
13
  import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.124.0/helpers/asyncToGenerator.js";
14
+ import { useOverflow } from "../_hooks/use-overflow.js";
15
15
  import { computed, defineComponent, onBeforeUnmount, onMounted, ref, toRefs, watch } from "vue";
16
16
  //#region components/drawer/drawer.vue?vue&type=script&lang.ts
17
17
  var DRAWER_PLACEMENTS = [
@@ -917,10 +917,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
917
917
  };
918
918
  }>> & Readonly<{
919
919
  onResize?: (() => any) | undefined;
920
+ onHide?: (() => any) | undefined;
921
+ onShow?: (() => any) | undefined;
920
922
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
921
923
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
922
- onShow?: (() => any) | undefined;
923
- onHide?: (() => any) | undefined;
924
924
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
925
925
  'update:popupVisible': (_visible: boolean) => true;
926
926
  popupVisibleChange: (_visible: boolean) => true;
@@ -1108,10 +1108,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1108
1108
  };
1109
1109
  }>> & Readonly<{
1110
1110
  onResize?: (() => any) | undefined;
1111
+ onHide?: (() => any) | undefined;
1112
+ onShow?: (() => any) | undefined;
1111
1113
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1112
1114
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1113
- onShow?: (() => any) | undefined;
1114
- onHide?: (() => any) | undefined;
1115
1115
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1116
1116
  disabled: boolean;
1117
1117
  unmountOnClose: boolean;
@@ -1290,10 +1290,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1290
1290
  };
1291
1291
  }>> & Readonly<{
1292
1292
  onResize?: (() => any) | undefined;
1293
+ onHide?: (() => any) | undefined;
1294
+ onShow?: (() => any) | undefined;
1293
1295
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1294
1296
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1295
- onShow?: (() => any) | undefined;
1296
- onHide?: (() => any) | undefined;
1297
1297
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1298
1298
  'update:popupVisible': (_visible: boolean) => true;
1299
1299
  popupVisibleChange: (_visible: boolean) => true;
@@ -1501,9 +1501,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1501
1501
  }>> & Readonly<{
1502
1502
  onScroll?: ((...args: any[]) => any) | undefined;
1503
1503
  }>, {
1504
- both: boolean;
1505
1504
  direction: "horizontal" | "vertical";
1506
1505
  alwaysShow: boolean;
1506
+ both: boolean;
1507
1507
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1508
1508
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1509
1509
  P: {};
@@ -1681,9 +1681,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1681
1681
  }>> & Readonly<{
1682
1682
  onScroll?: ((...args: any[]) => any) | undefined;
1683
1683
  }>, {
1684
- both: boolean;
1685
1684
  direction: "horizontal" | "vertical";
1686
1685
  alwaysShow: boolean;
1686
+ both: boolean;
1687
1687
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1688
1688
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1689
1689
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;