@sdata/web-vue 1.7.1 → 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 (155) hide show
  1. package/dist/sd.css +182 -1
  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-allow-clear.d.ts +4 -0
  9. package/es/_hooks/use-allow-clear.js +20 -0
  10. package/es/_hooks/use-trigger.d.ts +4 -6
  11. package/es/_hooks/use-trigger.js +7 -5
  12. package/es/_utils/color.js +1 -18
  13. package/es/auto-complete/auto-complete.d.ts +1 -1
  14. package/es/auto-complete/auto-complete.js +4 -2
  15. package/es/auto-complete/index.d.ts +3 -3
  16. package/es/badge/badge.d.ts +1 -1
  17. package/es/badge/index.d.ts +3 -3
  18. package/es/carousel/carousel-arrow.vue.d.ts +1 -1
  19. package/es/carousel/carousel.d.ts +2 -2
  20. package/es/carousel/index.d.ts +6 -6
  21. package/es/cascader/cascader-panel.vue.d.ts +2 -2
  22. package/es/cascader/cascader.js +1 -1
  23. package/es/cascader/cascader.vue.d.ts +21 -11
  24. package/es/cascader/cascader.vue_vue_type_script_lang.js +4 -1
  25. package/es/cascader/index.d.ts +47 -26
  26. package/es/color-picker/color-picker.d.ts +115 -40
  27. package/es/color-picker/color-picker.js +146 -102
  28. package/es/color-picker/index.d.ts +217 -69
  29. package/es/color-picker/interface.d.ts +41 -0
  30. package/es/color-picker/palette.js +1 -1
  31. package/es/color-picker/panel.d.ts +73 -34
  32. package/es/color-picker/panel.js +423 -89
  33. package/es/color-picker/style/index.css +92 -1
  34. package/es/color-picker/style/index.scss +107 -1
  35. package/es/color-picker/utils.d.ts +89 -0
  36. package/es/color-picker/utils.js +456 -0
  37. package/es/config-provider/config-provider.vue.d.ts +10 -1
  38. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +6 -1
  39. package/es/config-provider/context.d.ts +1 -0
  40. package/es/config-provider/index.d.ts +18 -3
  41. package/es/date-picker/index.d.ts +7 -6
  42. package/es/date-picker/picker.js +1 -1
  43. package/es/date-picker/picker.vue.d.ts +7 -6
  44. package/es/date-picker/picker.vue_vue_type_script_lang.js +4 -1
  45. package/es/date-picker/range-picker.js +1 -1
  46. package/es/date-picker/range-picker.vue.d.ts +7 -6
  47. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +4 -1
  48. package/es/descriptions/descriptions.d.ts +2 -2
  49. package/es/descriptions/index.d.ts +6 -6
  50. package/es/drawer/drawer.vue_vue_type_script_lang.js +1 -1
  51. package/es/dropdown/dropdown-button.vue.d.ts +8 -8
  52. package/es/dropdown/dropdown-panel.vue.d.ts +2 -2
  53. package/es/dropdown/dropdown-submenu.vue.d.ts +8 -8
  54. package/es/dropdown/dropdown.vue.d.ts +8 -8
  55. package/es/dropdown/index.d.ts +32 -32
  56. package/es/ellipsis/ellipsis.vue.d.ts +13 -13
  57. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +1 -1
  58. package/es/ellipsis/index.d.ts +56 -56
  59. package/es/ellipsis/performant-ellipsis.vue.d.ts +14 -14
  60. package/es/form/form-item-label.vue.d.ts +12 -12
  61. package/es/form/form-item.vue.d.ts +12 -12
  62. package/es/form/index.d.ts +12 -12
  63. package/es/grid/grid.vue.d.ts +1 -1
  64. package/es/grid/index.d.ts +3 -3
  65. package/es/image/image.vue.d.ts +12 -12
  66. package/es/image/preview-action.d.ts +12 -12
  67. package/es/image/preview-group.vue.d.ts +12 -12
  68. package/es/image/preview-toolbar.vue.d.ts +12 -12
  69. package/es/image/preview.vue.d.ts +12 -12
  70. package/es/index.css +182 -1
  71. package/es/index.js +2 -2
  72. package/es/input/input.js +4 -2
  73. package/es/input-number/input-number.js +4 -2
  74. package/es/input-tag/index.d.ts +6 -6
  75. package/es/input-tag/input-tag.d.ts +3 -3
  76. package/es/input-tag/input-tag.js +183 -32
  77. package/es/input-tag/style/index.css +45 -0
  78. package/es/input-tag/style/input-tag.scss +53 -0
  79. package/es/list/index.d.ts +3 -3
  80. package/es/list/list.d.ts +1 -1
  81. package/es/mention/mention.js +4 -2
  82. package/es/menu/sub-menu-pop.vue.d.ts +6 -6
  83. package/es/modal/modal.vue_vue_type_script_lang.js +1 -1
  84. package/es/overflow-list/index.d.ts +3 -3
  85. package/es/overflow-list/overflow-list.d.ts +1 -1
  86. package/es/pagination/page-options.vue.d.ts +188 -98
  87. package/es/popconfirm/index.d.ts +12 -12
  88. package/es/popconfirm/popconfirm.vue.d.ts +6 -6
  89. package/es/popover/index.d.ts +12 -12
  90. package/es/popover/popover.vue.d.ts +6 -6
  91. package/es/progress/index.d.ts +5 -5
  92. package/es/progress/line.vue.d.ts +1 -1
  93. package/es/progress/progress.vue.d.ts +2 -2
  94. package/es/rate/rate.js +4 -2
  95. package/es/scrollbar/index.d.ts +2 -2
  96. package/es/scrollbar/scrollbar.vue.d.ts +1 -1
  97. package/es/scrollbar/thumb.vue.d.ts +1 -1
  98. package/es/sd-vue.js +2 -2
  99. package/es/select/hooks/use-options.d.ts +9 -4
  100. package/es/select/hooks/use-options.js +2 -2
  101. package/es/select/hooks/use-select.d.ts +9 -4
  102. package/es/select/index.d.ts +188 -98
  103. package/es/select/interface.d.ts +57 -46
  104. package/es/select/select-dropdown.vue.d.ts +2 -2
  105. package/es/select/select.d.ts +107 -59
  106. package/es/select/select.js +182 -126
  107. package/es/select/utils.d.ts +1 -1
  108. package/es/select/utils.js +28 -10
  109. package/es/skeleton/index.d.ts +1 -1
  110. package/es/skeleton/line.vue.d.ts +1 -1
  111. package/es/slider/index.d.ts +27 -27
  112. package/es/slider/slider-button.vue.d.ts +12 -12
  113. package/es/slider/slider.vue.d.ts +13 -13
  114. package/es/space/index.d.ts +3 -3
  115. package/es/space/space.d.ts +1 -1
  116. package/es/statistic/index.d.ts +6 -6
  117. package/es/statistic/statistic.vue.d.ts +2 -2
  118. package/es/table/index.d.ts +6 -6
  119. package/es/table/table.d.ts +2 -2
  120. package/es/tabs/index.d.ts +9 -9
  121. package/es/tabs/tabs.d.ts +3 -3
  122. package/es/tag/index.d.ts +3 -3
  123. package/es/tag/tag.vue.d.ts +1 -1
  124. package/es/textarea/index.d.ts +3 -3
  125. package/es/textarea/textarea.vue.d.ts +1 -1
  126. package/es/textarea/textarea.vue_vue_type_script_lang.js +6 -2
  127. package/es/time-picker/index.d.ts +15 -12
  128. package/es/time-picker/time-picker.js +1 -1
  129. package/es/time-picker/time-picker.vue.d.ts +7 -6
  130. package/es/time-picker/time-picker.vue_vue_type_script_lang.js +4 -1
  131. package/es/tooltip/index.d.ts +12 -12
  132. package/es/tooltip/tooltip.vue.d.ts +6 -6
  133. package/es/transfer/index.d.ts +10 -10
  134. package/es/transfer/transfer-view.vue.d.ts +5 -5
  135. package/es/transfer/transfer.vue.d.ts +5 -5
  136. package/es/tree/index.d.ts +6 -6
  137. package/es/tree/tree.vue.d.ts +2 -2
  138. package/es/tree-select/hooks/use-selected-state.d.ts +2 -0
  139. package/es/tree-select/hooks/use-selected-state.js +26 -8
  140. package/es/tree-select/index.d.ts +268 -61
  141. package/es/tree-select/interface.d.ts +16 -3
  142. package/es/tree-select/panel.d.ts +6 -6
  143. package/es/tree-select/tree-select.js +29 -16
  144. package/es/tree-select/tree-select.vue.d.ts +144 -30
  145. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +102 -22
  146. package/es/trigger/index.d.ts +6 -6
  147. package/es/trigger/trigger.d.ts +2 -2
  148. package/es/typography/operations.vue.d.ts +12 -12
  149. package/json/vetur-attributes.json +82 -178
  150. package/json/vetur-tags.json +24 -52
  151. package/json/web-types.json +164 -387
  152. package/package.json +9 -7
  153. package/es/color-picker/input-alpha.js +0 -32
  154. package/es/color-picker/input-hex.js +0 -73
  155. package/es/color-picker/input-rgb.js +0 -55
@@ -912,10 +912,10 @@ declare const Form: {
912
912
  };
913
913
  }>> & Readonly<{
914
914
  onResize?: (() => any) | undefined;
915
+ onHide?: (() => any) | undefined;
916
+ onShow?: (() => any) | undefined;
915
917
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
916
918
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
917
- onShow?: (() => any) | undefined;
918
- onHide?: (() => any) | undefined;
919
919
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
920
920
  'update:popupVisible': (_visible: boolean) => true;
921
921
  popupVisibleChange: (_visible: boolean) => true;
@@ -1103,10 +1103,10 @@ declare const Form: {
1103
1103
  };
1104
1104
  }>> & Readonly<{
1105
1105
  onResize?: (() => any) | undefined;
1106
+ onHide?: (() => any) | undefined;
1107
+ onShow?: (() => any) | undefined;
1106
1108
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1107
1109
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1108
- onShow?: (() => any) | undefined;
1109
- onHide?: (() => any) | undefined;
1110
1110
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1111
1111
  disabled: boolean;
1112
1112
  unmountOnClose: boolean;
@@ -1285,10 +1285,10 @@ declare const Form: {
1285
1285
  };
1286
1286
  }>> & Readonly<{
1287
1287
  onResize?: (() => any) | undefined;
1288
+ onHide?: (() => any) | undefined;
1289
+ onShow?: (() => any) | undefined;
1288
1290
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1289
1291
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1290
- onShow?: (() => any) | undefined;
1291
- onHide?: (() => any) | undefined;
1292
1292
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1293
1293
  'update:popupVisible': (_visible: boolean) => true;
1294
1294
  popupVisibleChange: (_visible: boolean) => true;
@@ -1602,10 +1602,10 @@ declare const Form: {
1602
1602
  };
1603
1603
  }>> & Readonly<{
1604
1604
  onResize?: (() => any) | undefined;
1605
+ onHide?: (() => any) | undefined;
1606
+ onShow?: (() => any) | undefined;
1605
1607
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1606
1608
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1607
- onShow?: (() => any) | undefined;
1608
- onHide?: (() => any) | undefined;
1609
1609
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1610
1610
  'update:popupVisible': (_visible: boolean) => true;
1611
1611
  popupVisibleChange: (_visible: boolean) => true;
@@ -1793,10 +1793,10 @@ declare const Form: {
1793
1793
  };
1794
1794
  }>> & Readonly<{
1795
1795
  onResize?: (() => any) | undefined;
1796
+ onHide?: (() => any) | undefined;
1797
+ onShow?: (() => any) | undefined;
1796
1798
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1797
1799
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1798
- onShow?: (() => any) | undefined;
1799
- onHide?: (() => any) | undefined;
1800
1800
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1801
1801
  disabled: boolean;
1802
1802
  unmountOnClose: boolean;
@@ -1975,10 +1975,10 @@ declare const Form: {
1975
1975
  };
1976
1976
  }>> & Readonly<{
1977
1977
  onResize?: (() => any) | undefined;
1978
+ onHide?: (() => any) | undefined;
1979
+ onShow?: (() => any) | undefined;
1978
1980
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1979
1981
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1980
- onShow?: (() => any) | undefined;
1981
- onHide?: (() => any) | undefined;
1982
1982
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1983
1983
  'update:popupVisible': (_visible: boolean) => true;
1984
1984
  popupVisibleChange: (_visible: boolean) => true;
@@ -51,9 +51,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
51
51
  default: number;
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
+ rowGap: number | ResponsiveValue;
54
55
  cols: number | ResponsiveValue;
55
56
  colGap: number | ResponsiveValue;
56
- rowGap: number | ResponsiveValue;
57
57
  collapsed: boolean;
58
58
  collapsedRows: number;
59
59
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -33,9 +33,9 @@ declare const Grid: {
33
33
  'grid-template-columns': string;
34
34
  }[]>;
35
35
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
36
+ rowGap: number | import("./interface").ResponsiveValue;
36
37
  cols: number | import("./interface").ResponsiveValue;
37
38
  colGap: number | import("./interface").ResponsiveValue;
38
- rowGap: number | import("./interface").ResponsiveValue;
39
39
  collapsed: boolean;
40
40
  collapsedRows: number;
41
41
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -73,9 +73,9 @@ declare const Grid: {
73
73
  'grid-template-columns': string;
74
74
  }[]>;
75
75
  }, {}, {}, {}, {
76
+ rowGap: number | import("./interface").ResponsiveValue;
76
77
  cols: number | import("./interface").ResponsiveValue;
77
78
  colGap: number | import("./interface").ResponsiveValue;
78
- rowGap: number | import("./interface").ResponsiveValue;
79
79
  collapsed: boolean;
80
80
  collapsedRows: number;
81
81
  }>;
@@ -110,9 +110,9 @@ declare const Grid: {
110
110
  'grid-template-columns': string;
111
111
  }[]>;
112
112
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
113
+ rowGap: number | import("./interface").ResponsiveValue;
113
114
  cols: number | import("./interface").ResponsiveValue;
114
115
  colGap: number | import("./interface").ResponsiveValue;
115
- rowGap: number | import("./interface").ResponsiveValue;
116
116
  collapsed: boolean;
117
117
  collapsedRows: number;
118
118
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -1094,10 +1094,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1094
1094
  };
1095
1095
  }>> & Readonly<{
1096
1096
  onResize?: (() => any) | undefined;
1097
+ onHide?: (() => any) | undefined;
1098
+ onShow?: (() => any) | undefined;
1097
1099
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1098
1100
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1099
- onShow?: (() => any) | undefined;
1100
- onHide?: (() => any) | undefined;
1101
1101
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1102
1102
  'update:popupVisible': (_visible: boolean) => true;
1103
1103
  popupVisibleChange: (_visible: boolean) => true;
@@ -1285,10 +1285,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1285
1285
  };
1286
1286
  }>> & Readonly<{
1287
1287
  onResize?: (() => any) | undefined;
1288
+ onHide?: (() => any) | undefined;
1289
+ onShow?: (() => any) | undefined;
1288
1290
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1289
1291
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1290
- onShow?: (() => any) | undefined;
1291
- onHide?: (() => any) | undefined;
1292
1292
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1293
1293
  disabled: boolean;
1294
1294
  unmountOnClose: boolean;
@@ -1467,10 +1467,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1467
1467
  };
1468
1468
  }>> & Readonly<{
1469
1469
  onResize?: (() => any) | undefined;
1470
+ onHide?: (() => any) | undefined;
1471
+ onShow?: (() => any) | undefined;
1470
1472
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1471
1473
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1472
- onShow?: (() => any) | undefined;
1473
- onHide?: (() => any) | undefined;
1474
1474
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1475
1475
  'update:popupVisible': (_visible: boolean) => true;
1476
1476
  popupVisibleChange: (_visible: boolean) => true;
@@ -1784,10 +1784,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1784
1784
  };
1785
1785
  }>> & Readonly<{
1786
1786
  onResize?: (() => any) | undefined;
1787
+ onHide?: (() => any) | undefined;
1788
+ onShow?: (() => any) | undefined;
1787
1789
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1788
1790
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1789
- onShow?: (() => any) | undefined;
1790
- onHide?: (() => any) | undefined;
1791
1791
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1792
1792
  'update:popupVisible': (_visible: boolean) => true;
1793
1793
  popupVisibleChange: (_visible: boolean) => true;
@@ -1975,10 +1975,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1975
1975
  };
1976
1976
  }>> & Readonly<{
1977
1977
  onResize?: (() => any) | undefined;
1978
+ onHide?: (() => any) | undefined;
1979
+ onShow?: (() => any) | undefined;
1978
1980
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1979
1981
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1980
- onShow?: (() => any) | undefined;
1981
- onHide?: (() => any) | undefined;
1982
1982
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1983
1983
  disabled: boolean;
1984
1984
  unmountOnClose: boolean;
@@ -2157,10 +2157,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
2157
2157
  };
2158
2158
  }>> & Readonly<{
2159
2159
  onResize?: (() => any) | undefined;
2160
+ onHide?: (() => any) | undefined;
2161
+ onShow?: (() => any) | undefined;
2160
2162
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2161
2163
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2162
- onShow?: (() => any) | undefined;
2163
- onHide?: (() => any) | undefined;
2164
2164
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2165
2165
  'update:popupVisible': (_visible: boolean) => true;
2166
2166
  popupVisibleChange: (_visible: boolean) => true;
@@ -223,10 +223,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
223
223
  };
224
224
  }>> & Readonly<{
225
225
  onResize?: (() => any) | undefined;
226
+ onHide?: (() => any) | undefined;
227
+ onShow?: (() => any) | undefined;
226
228
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
227
229
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
228
- onShow?: (() => any) | undefined;
229
- onHide?: (() => any) | undefined;
230
230
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
231
231
  'update:popupVisible': (_visible: boolean) => true;
232
232
  popupVisibleChange: (_visible: boolean) => true;
@@ -414,10 +414,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
414
414
  };
415
415
  }>> & Readonly<{
416
416
  onResize?: (() => any) | undefined;
417
+ onHide?: (() => any) | undefined;
418
+ onShow?: (() => any) | undefined;
417
419
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
418
420
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
419
- onShow?: (() => any) | undefined;
420
- onHide?: (() => any) | undefined;
421
421
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
422
422
  disabled: boolean;
423
423
  unmountOnClose: boolean;
@@ -596,10 +596,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
596
596
  };
597
597
  }>> & Readonly<{
598
598
  onResize?: (() => any) | undefined;
599
+ onHide?: (() => any) | undefined;
600
+ onShow?: (() => any) | undefined;
599
601
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
600
602
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
601
- onShow?: (() => any) | undefined;
602
- onHide?: (() => any) | undefined;
603
603
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
604
604
  'update:popupVisible': (_visible: boolean) => true;
605
605
  popupVisibleChange: (_visible: boolean) => true;
@@ -913,10 +913,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
913
913
  };
914
914
  }>> & Readonly<{
915
915
  onResize?: (() => any) | undefined;
916
+ onHide?: (() => any) | undefined;
917
+ onShow?: (() => any) | undefined;
916
918
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
917
919
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
918
- onShow?: (() => any) | undefined;
919
- onHide?: (() => any) | undefined;
920
920
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
921
921
  'update:popupVisible': (_visible: boolean) => true;
922
922
  popupVisibleChange: (_visible: boolean) => true;
@@ -1104,10 +1104,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1104
1104
  };
1105
1105
  }>> & Readonly<{
1106
1106
  onResize?: (() => any) | undefined;
1107
+ onHide?: (() => any) | undefined;
1108
+ onShow?: (() => any) | undefined;
1107
1109
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1108
1110
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1109
- onShow?: (() => any) | undefined;
1110
- onHide?: (() => any) | undefined;
1111
1111
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1112
1112
  disabled: boolean;
1113
1113
  unmountOnClose: boolean;
@@ -1286,10 +1286,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1286
1286
  };
1287
1287
  }>> & Readonly<{
1288
1288
  onResize?: (() => any) | undefined;
1289
+ onHide?: (() => any) | undefined;
1290
+ onShow?: (() => any) | undefined;
1289
1291
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1290
1292
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1291
- onShow?: (() => any) | undefined;
1292
- onHide?: (() => any) | undefined;
1293
1293
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1294
1294
  'update:popupVisible': (_visible: boolean) => true;
1295
1295
  popupVisibleChange: (_visible: boolean) => true;
@@ -803,10 +803,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
803
803
  };
804
804
  }>> & Readonly<{
805
805
  onResize?: (() => any) | undefined;
806
+ onHide?: (() => any) | undefined;
807
+ onShow?: (() => any) | undefined;
806
808
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
807
809
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
808
- onShow?: (() => any) | undefined;
809
- onHide?: (() => any) | undefined;
810
810
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
811
811
  'update:popupVisible': (_visible: boolean) => true;
812
812
  popupVisibleChange: (_visible: boolean) => true;
@@ -994,10 +994,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
994
994
  };
995
995
  }>> & Readonly<{
996
996
  onResize?: (() => any) | undefined;
997
+ onHide?: (() => any) | undefined;
998
+ onShow?: (() => any) | undefined;
997
999
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
998
1000
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
999
- onShow?: (() => any) | undefined;
1000
- onHide?: (() => any) | undefined;
1001
1001
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1002
1002
  disabled: boolean;
1003
1003
  unmountOnClose: boolean;
@@ -1176,10 +1176,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1176
1176
  };
1177
1177
  }>> & Readonly<{
1178
1178
  onResize?: (() => any) | undefined;
1179
+ onHide?: (() => any) | undefined;
1180
+ onShow?: (() => any) | undefined;
1179
1181
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1180
1182
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1181
- onShow?: (() => any) | undefined;
1182
- onHide?: (() => any) | undefined;
1183
1183
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1184
1184
  'update:popupVisible': (_visible: boolean) => true;
1185
1185
  popupVisibleChange: (_visible: boolean) => true;
@@ -1493,10 +1493,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1493
1493
  };
1494
1494
  }>> & Readonly<{
1495
1495
  onResize?: (() => any) | undefined;
1496
+ onHide?: (() => any) | undefined;
1497
+ onShow?: (() => any) | undefined;
1496
1498
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1497
1499
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1498
- onShow?: (() => any) | undefined;
1499
- onHide?: (() => any) | undefined;
1500
1500
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1501
1501
  'update:popupVisible': (_visible: boolean) => true;
1502
1502
  popupVisibleChange: (_visible: boolean) => true;
@@ -1684,10 +1684,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1684
1684
  };
1685
1685
  }>> & Readonly<{
1686
1686
  onResize?: (() => any) | undefined;
1687
+ onHide?: (() => any) | undefined;
1688
+ onShow?: (() => any) | undefined;
1687
1689
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1688
1690
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1689
- onShow?: (() => any) | undefined;
1690
- onHide?: (() => any) | undefined;
1691
1691
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1692
1692
  disabled: boolean;
1693
1693
  unmountOnClose: boolean;
@@ -1866,10 +1866,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1866
1866
  };
1867
1867
  }>> & Readonly<{
1868
1868
  onResize?: (() => any) | undefined;
1869
+ onHide?: (() => any) | undefined;
1870
+ onShow?: (() => any) | undefined;
1869
1871
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1870
1872
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1871
- onShow?: (() => any) | undefined;
1872
- onHide?: (() => any) | undefined;
1873
1873
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1874
1874
  'update:popupVisible': (_visible: boolean) => true;
1875
1875
  popupVisibleChange: (_visible: boolean) => true;
@@ -270,10 +270,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
270
270
  };
271
271
  }>> & Readonly<{
272
272
  onResize?: (() => any) | undefined;
273
+ onHide?: (() => any) | undefined;
274
+ onShow?: (() => any) | undefined;
273
275
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
274
276
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
275
- onShow?: (() => any) | undefined;
276
- onHide?: (() => any) | undefined;
277
277
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
278
278
  'update:popupVisible': (_visible: boolean) => true;
279
279
  popupVisibleChange: (_visible: boolean) => true;
@@ -461,10 +461,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
461
461
  };
462
462
  }>> & Readonly<{
463
463
  onResize?: (() => any) | undefined;
464
+ onHide?: (() => any) | undefined;
465
+ onShow?: (() => any) | undefined;
464
466
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
465
467
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
466
- onShow?: (() => any) | undefined;
467
- onHide?: (() => any) | undefined;
468
468
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
469
469
  disabled: boolean;
470
470
  unmountOnClose: boolean;
@@ -643,10 +643,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
643
643
  };
644
644
  }>> & Readonly<{
645
645
  onResize?: (() => any) | undefined;
646
+ onHide?: (() => any) | undefined;
647
+ onShow?: (() => any) | undefined;
646
648
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
647
649
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
648
- onShow?: (() => any) | undefined;
649
- onHide?: (() => any) | undefined;
650
650
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
651
651
  'update:popupVisible': (_visible: boolean) => true;
652
652
  popupVisibleChange: (_visible: boolean) => true;
@@ -960,10 +960,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
960
960
  };
961
961
  }>> & Readonly<{
962
962
  onResize?: (() => any) | undefined;
963
+ onHide?: (() => any) | undefined;
964
+ onShow?: (() => any) | undefined;
963
965
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
964
966
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
965
- onShow?: (() => any) | undefined;
966
- onHide?: (() => any) | undefined;
967
967
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
968
968
  'update:popupVisible': (_visible: boolean) => true;
969
969
  popupVisibleChange: (_visible: boolean) => true;
@@ -1151,10 +1151,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1151
1151
  };
1152
1152
  }>> & Readonly<{
1153
1153
  onResize?: (() => any) | undefined;
1154
+ onHide?: (() => any) | undefined;
1155
+ onShow?: (() => any) | undefined;
1154
1156
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1155
1157
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1156
- onShow?: (() => any) | undefined;
1157
- onHide?: (() => any) | undefined;
1158
1158
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1159
1159
  disabled: boolean;
1160
1160
  unmountOnClose: boolean;
@@ -1333,10 +1333,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1333
1333
  };
1334
1334
  }>> & Readonly<{
1335
1335
  onResize?: (() => any) | undefined;
1336
+ onHide?: (() => any) | undefined;
1337
+ onShow?: (() => any) | undefined;
1336
1338
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1337
1339
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1338
- onShow?: (() => any) | undefined;
1339
- onHide?: (() => any) | undefined;
1340
1340
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1341
1341
  'update:popupVisible': (_visible: boolean) => true;
1342
1342
  popupVisibleChange: (_visible: boolean) => true;
@@ -694,10 +694,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
694
694
  };
695
695
  }>> & Readonly<{
696
696
  onResize?: (() => any) | undefined;
697
+ onHide?: (() => any) | undefined;
698
+ onShow?: (() => any) | undefined;
697
699
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
698
700
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
699
- onShow?: (() => any) | undefined;
700
- onHide?: (() => any) | undefined;
701
701
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
702
702
  'update:popupVisible': (_visible: boolean) => true;
703
703
  popupVisibleChange: (_visible: boolean) => true;
@@ -885,10 +885,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
885
885
  };
886
886
  }>> & Readonly<{
887
887
  onResize?: (() => any) | undefined;
888
+ onHide?: (() => any) | undefined;
889
+ onShow?: (() => any) | undefined;
888
890
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
889
891
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
890
- onShow?: (() => any) | undefined;
891
- onHide?: (() => any) | undefined;
892
892
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
893
893
  disabled: boolean;
894
894
  unmountOnClose: boolean;
@@ -1067,10 +1067,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1067
1067
  };
1068
1068
  }>> & Readonly<{
1069
1069
  onResize?: (() => any) | undefined;
1070
+ onHide?: (() => any) | undefined;
1071
+ onShow?: (() => any) | undefined;
1070
1072
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1071
1073
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1072
- onShow?: (() => any) | undefined;
1073
- onHide?: (() => any) | undefined;
1074
1074
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1075
1075
  'update:popupVisible': (_visible: boolean) => true;
1076
1076
  popupVisibleChange: (_visible: boolean) => true;
@@ -1384,10 +1384,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1384
1384
  };
1385
1385
  }>> & Readonly<{
1386
1386
  onResize?: (() => any) | undefined;
1387
+ onHide?: (() => any) | undefined;
1388
+ onShow?: (() => any) | undefined;
1387
1389
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1388
1390
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1389
- onShow?: (() => any) | undefined;
1390
- onHide?: (() => any) | undefined;
1391
1391
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1392
1392
  'update:popupVisible': (_visible: boolean) => true;
1393
1393
  popupVisibleChange: (_visible: boolean) => true;
@@ -1575,10 +1575,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1575
1575
  };
1576
1576
  }>> & Readonly<{
1577
1577
  onResize?: (() => any) | undefined;
1578
+ onHide?: (() => any) | undefined;
1579
+ onShow?: (() => any) | undefined;
1578
1580
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1579
1581
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1580
- onShow?: (() => any) | undefined;
1581
- onHide?: (() => any) | undefined;
1582
1582
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1583
1583
  disabled: boolean;
1584
1584
  unmountOnClose: boolean;
@@ -1757,10 +1757,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1757
1757
  };
1758
1758
  }>> & Readonly<{
1759
1759
  onResize?: (() => any) | undefined;
1760
+ onHide?: (() => any) | undefined;
1761
+ onShow?: (() => any) | undefined;
1760
1762
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1761
1763
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1762
- onShow?: (() => any) | undefined;
1763
- onHide?: (() => any) | undefined;
1764
1764
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1765
1765
  'update:popupVisible': (_visible: boolean) => true;
1766
1766
  popupVisibleChange: (_visible: boolean) => true;