@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
@@ -171,9 +171,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
171
171
  }>> & Readonly<{
172
172
  onScroll?: ((...args: any[]) => any) | undefined;
173
173
  }>, {
174
- both: boolean;
175
174
  direction: "horizontal" | "vertical";
176
175
  alwaysShow: boolean;
176
+ both: boolean;
177
177
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
178
178
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
179
179
  P: {};
@@ -351,9 +351,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
351
351
  }>> & Readonly<{
352
352
  onScroll?: ((...args: any[]) => any) | undefined;
353
353
  }>, {
354
- both: boolean;
355
354
  direction: "horizontal" | "vertical";
356
355
  alwaysShow: boolean;
356
+ both: boolean;
357
357
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
358
358
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
359
359
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
@@ -218,10 +218,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
218
218
  };
219
219
  }>> & Readonly<{
220
220
  onResize?: (() => any) | undefined;
221
+ onHide?: (() => any) | undefined;
222
+ onShow?: (() => any) | undefined;
221
223
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
222
224
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
223
- onShow?: (() => any) | undefined;
224
- onHide?: (() => any) | undefined;
225
225
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
226
226
  'update:popupVisible': (_visible: boolean) => true;
227
227
  popupVisibleChange: (_visible: boolean) => true;
@@ -409,10 +409,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
409
409
  };
410
410
  }>> & Readonly<{
411
411
  onResize?: (() => any) | undefined;
412
+ onHide?: (() => any) | undefined;
413
+ onShow?: (() => any) | undefined;
412
414
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
413
415
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
414
- onShow?: (() => any) | undefined;
415
- onHide?: (() => any) | undefined;
416
416
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
417
417
  disabled: boolean;
418
418
  unmountOnClose: boolean;
@@ -591,10 +591,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
591
591
  };
592
592
  }>> & Readonly<{
593
593
  onResize?: (() => any) | undefined;
594
+ onHide?: (() => any) | undefined;
595
+ onShow?: (() => any) | undefined;
594
596
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
595
597
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
596
- onShow?: (() => any) | undefined;
597
- onHide?: (() => any) | undefined;
598
598
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
599
599
  'update:popupVisible': (_visible: boolean) => true;
600
600
  popupVisibleChange: (_visible: boolean) => true;
@@ -802,9 +802,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
802
802
  }>> & Readonly<{
803
803
  onScroll?: ((...args: any[]) => any) | undefined;
804
804
  }>, {
805
- both: boolean;
806
805
  direction: "horizontal" | "vertical";
807
806
  alwaysShow: boolean;
807
+ both: boolean;
808
808
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
809
809
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
810
810
  P: {};
@@ -982,9 +982,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
982
982
  }>> & Readonly<{
983
983
  onScroll?: ((...args: any[]) => any) | undefined;
984
984
  }>, {
985
- both: boolean;
986
985
  direction: "horizontal" | "vertical";
987
986
  alwaysShow: boolean;
987
+ both: boolean;
988
988
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
989
989
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
990
990
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
@@ -225,10 +225,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
225
225
  };
226
226
  }>> & Readonly<{
227
227
  onResize?: (() => any) | undefined;
228
+ onHide?: (() => any) | undefined;
229
+ onShow?: (() => any) | undefined;
228
230
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
229
231
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
230
- onShow?: (() => any) | undefined;
231
- onHide?: (() => any) | undefined;
232
232
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
233
233
  'update:popupVisible': (_visible: boolean) => true;
234
234
  popupVisibleChange: (_visible: boolean) => true;
@@ -416,10 +416,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
416
416
  };
417
417
  }>> & Readonly<{
418
418
  onResize?: (() => any) | undefined;
419
+ onHide?: (() => any) | undefined;
420
+ onShow?: (() => any) | undefined;
419
421
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
420
422
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
421
- onShow?: (() => any) | undefined;
422
- onHide?: (() => any) | undefined;
423
423
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
424
424
  disabled: boolean;
425
425
  unmountOnClose: boolean;
@@ -598,10 +598,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
598
598
  };
599
599
  }>> & Readonly<{
600
600
  onResize?: (() => any) | undefined;
601
+ onHide?: (() => any) | undefined;
602
+ onShow?: (() => any) | undefined;
601
603
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
602
604
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
603
- onShow?: (() => any) | undefined;
604
- onHide?: (() => any) | undefined;
605
605
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
606
606
  'update:popupVisible': (_visible: boolean) => true;
607
607
  popupVisibleChange: (_visible: boolean) => true;
@@ -809,9 +809,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
809
809
  }>> & Readonly<{
810
810
  onScroll?: ((...args: any[]) => any) | undefined;
811
811
  }>, {
812
- both: boolean;
813
812
  direction: "horizontal" | "vertical";
814
813
  alwaysShow: boolean;
814
+ both: boolean;
815
815
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
816
816
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
817
817
  P: {};
@@ -989,9 +989,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
989
989
  }>> & Readonly<{
990
990
  onScroll?: ((...args: any[]) => any) | undefined;
991
991
  }>, {
992
- both: boolean;
993
992
  direction: "horizontal" | "vertical";
994
993
  alwaysShow: boolean;
994
+ both: boolean;
995
995
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
996
996
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
997
997
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
@@ -200,10 +200,10 @@ declare const Dropdown: {
200
200
  };
201
201
  }>> & Readonly<{
202
202
  onResize?: (() => any) | undefined;
203
+ onHide?: (() => any) | undefined;
204
+ onShow?: (() => any) | undefined;
203
205
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
204
206
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
205
- onShow?: (() => any) | undefined;
206
- onHide?: (() => any) | undefined;
207
207
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
208
208
  'update:popupVisible': (_visible: boolean) => true;
209
209
  popupVisibleChange: (_visible: boolean) => true;
@@ -391,10 +391,10 @@ declare const Dropdown: {
391
391
  };
392
392
  }>> & Readonly<{
393
393
  onResize?: (() => any) | undefined;
394
+ onHide?: (() => any) | undefined;
395
+ onShow?: (() => any) | undefined;
394
396
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
395
397
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
396
- onShow?: (() => any) | undefined;
397
- onHide?: (() => any) | undefined;
398
398
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
399
399
  disabled: boolean;
400
400
  unmountOnClose: boolean;
@@ -573,10 +573,10 @@ declare const Dropdown: {
573
573
  };
574
574
  }>> & Readonly<{
575
575
  onResize?: (() => any) | undefined;
576
+ onHide?: (() => any) | undefined;
577
+ onShow?: (() => any) | undefined;
576
578
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
577
579
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
578
- onShow?: (() => any) | undefined;
579
- onHide?: (() => any) | undefined;
580
580
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
581
581
  'update:popupVisible': (_visible: boolean) => true;
582
582
  popupVisibleChange: (_visible: boolean) => true;
@@ -784,9 +784,9 @@ declare const Dropdown: {
784
784
  }>> & Readonly<{
785
785
  onScroll?: ((...args: any[]) => any) | undefined;
786
786
  }>, {
787
- both: boolean;
788
787
  direction: "horizontal" | "vertical";
789
788
  alwaysShow: boolean;
789
+ both: boolean;
790
790
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
791
791
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
792
792
  P: {};
@@ -964,9 +964,9 @@ declare const Dropdown: {
964
964
  }>> & Readonly<{
965
965
  onScroll?: ((...args: any[]) => any) | undefined;
966
966
  }>, {
967
- both: boolean;
968
967
  direction: "horizontal" | "vertical";
969
968
  alwaysShow: boolean;
969
+ both: boolean;
970
970
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
971
971
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
972
972
  install: (app: App, options?: SDOptions) => void;
@@ -1268,10 +1268,10 @@ declare const Dropdown: {
1268
1268
  };
1269
1269
  }>> & Readonly<{
1270
1270
  onResize?: (() => any) | undefined;
1271
+ onHide?: (() => any) | undefined;
1272
+ onShow?: (() => any) | undefined;
1271
1273
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1272
1274
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1273
- onShow?: (() => any) | undefined;
1274
- onHide?: (() => any) | undefined;
1275
1275
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1276
1276
  'update:popupVisible': (_visible: boolean) => true;
1277
1277
  popupVisibleChange: (_visible: boolean) => true;
@@ -1459,10 +1459,10 @@ declare const Dropdown: {
1459
1459
  };
1460
1460
  }>> & Readonly<{
1461
1461
  onResize?: (() => any) | undefined;
1462
+ onHide?: (() => any) | undefined;
1463
+ onShow?: (() => any) | undefined;
1462
1464
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1463
1465
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1464
- onShow?: (() => any) | undefined;
1465
- onHide?: (() => any) | undefined;
1466
1466
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1467
1467
  disabled: boolean;
1468
1468
  unmountOnClose: boolean;
@@ -1641,10 +1641,10 @@ declare const Dropdown: {
1641
1641
  };
1642
1642
  }>> & Readonly<{
1643
1643
  onResize?: (() => any) | undefined;
1644
+ onHide?: (() => any) | undefined;
1645
+ onShow?: (() => any) | undefined;
1644
1646
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1645
1647
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1646
- onShow?: (() => any) | undefined;
1647
- onHide?: (() => any) | undefined;
1648
1648
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1649
1649
  'update:popupVisible': (_visible: boolean) => true;
1650
1650
  popupVisibleChange: (_visible: boolean) => true;
@@ -1852,9 +1852,9 @@ declare const Dropdown: {
1852
1852
  }>> & Readonly<{
1853
1853
  onScroll?: ((...args: any[]) => any) | undefined;
1854
1854
  }>, {
1855
- both: boolean;
1856
1855
  direction: "horizontal" | "vertical";
1857
1856
  alwaysShow: boolean;
1857
+ both: boolean;
1858
1858
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1859
1859
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1860
1860
  P: {};
@@ -2032,9 +2032,9 @@ declare const Dropdown: {
2032
2032
  }>> & Readonly<{
2033
2033
  onScroll?: ((...args: any[]) => any) | undefined;
2034
2034
  }>, {
2035
- both: boolean;
2036
2035
  direction: "horizontal" | "vertical";
2037
2036
  alwaysShow: boolean;
2037
+ both: boolean;
2038
2038
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2039
2039
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2040
2040
  install: (app: App, options?: SDOptions) => void;
@@ -2349,10 +2349,10 @@ declare const Dropdown: {
2349
2349
  };
2350
2350
  }>> & Readonly<{
2351
2351
  onResize?: (() => any) | undefined;
2352
+ onHide?: (() => any) | undefined;
2353
+ onShow?: (() => any) | undefined;
2352
2354
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2353
2355
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2354
- onShow?: (() => any) | undefined;
2355
- onHide?: (() => any) | undefined;
2356
2356
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2357
2357
  'update:popupVisible': (_visible: boolean) => true;
2358
2358
  popupVisibleChange: (_visible: boolean) => true;
@@ -2540,10 +2540,10 @@ declare const Dropdown: {
2540
2540
  };
2541
2541
  }>> & Readonly<{
2542
2542
  onResize?: (() => any) | undefined;
2543
+ onHide?: (() => any) | undefined;
2544
+ onShow?: (() => any) | undefined;
2543
2545
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2544
2546
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2545
- onShow?: (() => any) | undefined;
2546
- onHide?: (() => any) | undefined;
2547
2547
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
2548
2548
  disabled: boolean;
2549
2549
  unmountOnClose: boolean;
@@ -2722,10 +2722,10 @@ declare const Dropdown: {
2722
2722
  };
2723
2723
  }>> & Readonly<{
2724
2724
  onResize?: (() => any) | undefined;
2725
+ onHide?: (() => any) | undefined;
2726
+ onShow?: (() => any) | undefined;
2725
2727
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2726
2728
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2727
- onShow?: (() => any) | undefined;
2728
- onHide?: (() => any) | undefined;
2729
2729
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2730
2730
  'update:popupVisible': (_visible: boolean) => true;
2731
2731
  popupVisibleChange: (_visible: boolean) => true;
@@ -2933,9 +2933,9 @@ declare const Dropdown: {
2933
2933
  }>> & Readonly<{
2934
2934
  onScroll?: ((...args: any[]) => any) | undefined;
2935
2935
  }>, {
2936
- both: boolean;
2937
2936
  direction: "horizontal" | "vertical";
2938
2937
  alwaysShow: boolean;
2938
+ both: boolean;
2939
2939
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2940
2940
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2941
2941
  P: {};
@@ -3113,9 +3113,9 @@ declare const Dropdown: {
3113
3113
  }>> & Readonly<{
3114
3114
  onScroll?: ((...args: any[]) => any) | undefined;
3115
3115
  }>, {
3116
- both: boolean;
3117
3116
  direction: "horizontal" | "vertical";
3118
3117
  alwaysShow: boolean;
3118
+ both: boolean;
3119
3119
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3120
3120
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
3121
3121
  install: (app: App, options?: SDOptions) => void;
@@ -4237,10 +4237,10 @@ declare const Dropdown: {
4237
4237
  };
4238
4238
  }>> & Readonly<{
4239
4239
  onResize?: (() => any) | undefined;
4240
+ onHide?: (() => any) | undefined;
4241
+ onShow?: (() => any) | undefined;
4240
4242
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4241
4243
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4242
- onShow?: (() => any) | undefined;
4243
- onHide?: (() => any) | undefined;
4244
4244
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4245
4245
  'update:popupVisible': (_visible: boolean) => true;
4246
4246
  popupVisibleChange: (_visible: boolean) => true;
@@ -4428,10 +4428,10 @@ declare const Dropdown: {
4428
4428
  };
4429
4429
  }>> & Readonly<{
4430
4430
  onResize?: (() => any) | undefined;
4431
+ onHide?: (() => any) | undefined;
4432
+ onShow?: (() => any) | undefined;
4431
4433
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4432
4434
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4433
- onShow?: (() => any) | undefined;
4434
- onHide?: (() => any) | undefined;
4435
4435
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
4436
4436
  disabled: boolean;
4437
4437
  unmountOnClose: boolean;
@@ -4610,10 +4610,10 @@ declare const Dropdown: {
4610
4610
  };
4611
4611
  }>> & Readonly<{
4612
4612
  onResize?: (() => any) | undefined;
4613
+ onHide?: (() => any) | undefined;
4614
+ onShow?: (() => any) | undefined;
4613
4615
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4614
4616
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4615
- onShow?: (() => any) | undefined;
4616
- onHide?: (() => any) | undefined;
4617
4617
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4618
4618
  'update:popupVisible': (_visible: boolean) => true;
4619
4619
  popupVisibleChange: (_visible: boolean) => true;
@@ -4821,9 +4821,9 @@ declare const Dropdown: {
4821
4821
  }>> & Readonly<{
4822
4822
  onScroll?: ((...args: any[]) => any) | undefined;
4823
4823
  }>, {
4824
- both: boolean;
4825
4824
  direction: "horizontal" | "vertical";
4826
4825
  alwaysShow: boolean;
4826
+ both: boolean;
4827
4827
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4828
4828
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4829
4829
  P: {};
@@ -5001,9 +5001,9 @@ declare const Dropdown: {
5001
5001
  }>> & Readonly<{
5002
5002
  onScroll?: ((...args: any[]) => any) | undefined;
5003
5003
  }>, {
5004
- both: boolean;
5005
5004
  direction: "horizontal" | "vertical";
5006
5005
  alwaysShow: boolean;
5006
+ both: boolean;
5007
5007
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5008
5008
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
5009
5009
  install: (app: App, options?: SDOptions) => void;
@@ -84,8 +84,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
84
84
  };
85
85
  }>> & Readonly<{}>, {
86
86
  tooltip: boolean | EllipsisTooltipProps;
87
- expandTrigger: "click";
88
87
  lineClamp: string | number;
88
+ expandTrigger: "click";
89
89
  }, {}, {
90
90
  ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
91
91
  watchOnUpdated: BooleanConstructor;
@@ -306,10 +306,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
306
306
  };
307
307
  }>> & Readonly<{
308
308
  onResize?: (() => any) | undefined;
309
+ onHide?: (() => any) | undefined;
310
+ onShow?: (() => any) | undefined;
309
311
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
310
312
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
311
- onShow?: (() => any) | undefined;
312
- onHide?: (() => any) | undefined;
313
313
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
314
314
  'update:popupVisible': (_visible: boolean) => true;
315
315
  popupVisibleChange: (_visible: boolean) => true;
@@ -497,10 +497,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
497
497
  };
498
498
  }>> & Readonly<{
499
499
  onResize?: (() => any) | undefined;
500
+ onHide?: (() => any) | undefined;
501
+ onShow?: (() => any) | undefined;
500
502
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
501
503
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
502
- onShow?: (() => any) | undefined;
503
- onHide?: (() => any) | undefined;
504
504
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
505
505
  disabled: boolean;
506
506
  unmountOnClose: boolean;
@@ -679,10 +679,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
679
679
  };
680
680
  }>> & Readonly<{
681
681
  onResize?: (() => any) | undefined;
682
+ onHide?: (() => any) | undefined;
683
+ onShow?: (() => any) | undefined;
682
684
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
683
685
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
684
- onShow?: (() => any) | undefined;
685
- onHide?: (() => any) | undefined;
686
686
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
687
687
  'update:popupVisible': (_visible: boolean) => true;
688
688
  popupVisibleChange: (_visible: boolean) => true;
@@ -996,10 +996,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
996
996
  };
997
997
  }>> & Readonly<{
998
998
  onResize?: (() => any) | undefined;
999
+ onHide?: (() => any) | undefined;
1000
+ onShow?: (() => any) | undefined;
999
1001
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1000
1002
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1001
- onShow?: (() => any) | undefined;
1002
- onHide?: (() => any) | undefined;
1003
1003
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1004
1004
  'update:popupVisible': (_visible: boolean) => true;
1005
1005
  popupVisibleChange: (_visible: boolean) => true;
@@ -1187,10 +1187,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1187
1187
  };
1188
1188
  }>> & Readonly<{
1189
1189
  onResize?: (() => any) | undefined;
1190
+ onHide?: (() => any) | undefined;
1191
+ onShow?: (() => any) | undefined;
1190
1192
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1191
1193
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1192
- onShow?: (() => any) | undefined;
1193
- onHide?: (() => any) | undefined;
1194
1194
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1195
1195
  disabled: boolean;
1196
1196
  unmountOnClose: boolean;
@@ -1369,10 +1369,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1369
1369
  };
1370
1370
  }>> & Readonly<{
1371
1371
  onResize?: (() => any) | undefined;
1372
+ onHide?: (() => any) | undefined;
1373
+ onShow?: (() => any) | undefined;
1372
1374
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1373
1375
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1374
- onShow?: (() => any) | undefined;
1375
- onHide?: (() => any) | undefined;
1376
1376
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1377
1377
  'update:popupVisible': (_visible: boolean) => true;
1378
1378
  popupVisibleChange: (_visible: boolean) => true;
@@ -1,9 +1,9 @@
1
1
  import { getPrefixCls } from "../_utils/global-config.js";
2
2
  import { isObject } from "../_utils/is.js";
3
3
  import resize_observer_v2_default from "../_components/resize-observer-v2.js";
4
- import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.124.0/helpers/asyncToGenerator.js";
5
4
  import Tooltip from "../tooltip/index.js";
6
5
  import { _objectWithoutProperties } from "../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectWithoutProperties.js";
6
+ import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.124.0/helpers/asyncToGenerator.js";
7
7
  import { computed, defineComponent, nextTick, onMounted, onUpdated, ref, watch } from "vue";
8
8
  //#region components/ellipsis/ellipsis.vue?vue&type=script&lang.ts
9
9
  var _excluded = ["disabled"];