@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
@@ -88,9 +88,9 @@ declare const Slider: {
88
88
  disabled: boolean;
89
89
  defaultValue: number | [number, number];
90
90
  modelValue: number | [number, number];
91
+ direction: "horizontal" | "vertical";
91
92
  range: boolean;
92
93
  max: number;
93
- direction: "horizontal" | "vertical";
94
94
  step: number;
95
95
  min: number;
96
96
  showTooltip: boolean;
@@ -377,10 +377,10 @@ declare const Slider: {
377
377
  };
378
378
  }>> & Readonly<{
379
379
  onResize?: (() => any) | undefined;
380
+ onHide?: (() => any) | undefined;
381
+ onShow?: (() => any) | undefined;
380
382
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
381
383
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
382
- onShow?: (() => any) | undefined;
383
- onHide?: (() => any) | undefined;
384
384
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
385
385
  'update:popupVisible': (_visible: boolean) => true;
386
386
  popupVisibleChange: (_visible: boolean) => true;
@@ -568,10 +568,10 @@ declare const Slider: {
568
568
  };
569
569
  }>> & Readonly<{
570
570
  onResize?: (() => any) | undefined;
571
+ onHide?: (() => any) | undefined;
572
+ onShow?: (() => any) | undefined;
571
573
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
572
574
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
573
- onShow?: (() => any) | undefined;
574
- onHide?: (() => any) | undefined;
575
575
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
576
576
  disabled: boolean;
577
577
  unmountOnClose: boolean;
@@ -750,10 +750,10 @@ declare const Slider: {
750
750
  };
751
751
  }>> & Readonly<{
752
752
  onResize?: (() => any) | undefined;
753
+ onHide?: (() => any) | undefined;
754
+ onShow?: (() => any) | undefined;
753
755
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
754
756
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
755
- onShow?: (() => any) | undefined;
756
- onHide?: (() => any) | undefined;
757
757
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
758
758
  'update:popupVisible': (_visible: boolean) => true;
759
759
  popupVisibleChange: (_visible: boolean) => true;
@@ -1067,10 +1067,10 @@ declare const Slider: {
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;
@@ -1258,10 +1258,10 @@ declare const Slider: {
1258
1258
  };
1259
1259
  }>> & Readonly<{
1260
1260
  onResize?: (() => any) | undefined;
1261
+ onHide?: (() => any) | undefined;
1262
+ onShow?: (() => any) | undefined;
1261
1263
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1262
1264
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1263
- onShow?: (() => any) | undefined;
1264
- onHide?: (() => any) | undefined;
1265
1265
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1266
1266
  disabled: boolean;
1267
1267
  unmountOnClose: boolean;
@@ -1440,10 +1440,10 @@ declare const Slider: {
1440
1440
  };
1441
1441
  }>> & Readonly<{
1442
1442
  onResize?: (() => any) | undefined;
1443
+ onHide?: (() => any) | undefined;
1444
+ onShow?: (() => any) | undefined;
1443
1445
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1444
1446
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1445
- onShow?: (() => any) | undefined;
1446
- onHide?: (() => any) | undefined;
1447
1447
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1448
1448
  'update:popupVisible': (_visible: boolean) => true;
1449
1449
  popupVisibleChange: (_visible: boolean) => true;
@@ -2049,9 +2049,9 @@ declare const Slider: {
2049
2049
  disabled: boolean;
2050
2050
  defaultValue: number | [number, number];
2051
2051
  modelValue: number | [number, number];
2052
+ direction: "horizontal" | "vertical";
2052
2053
  range: boolean;
2053
2054
  max: number;
2054
- direction: "horizontal" | "vertical";
2055
2055
  step: number;
2056
2056
  min: number;
2057
2057
  showTooltip: boolean;
@@ -2147,9 +2147,9 @@ declare const Slider: {
2147
2147
  disabled: boolean;
2148
2148
  defaultValue: number | [number, number];
2149
2149
  modelValue: number | [number, number];
2150
+ direction: "horizontal" | "vertical";
2150
2151
  range: boolean;
2151
2152
  max: number;
2152
- direction: "horizontal" | "vertical";
2153
2153
  step: number;
2154
2154
  min: number;
2155
2155
  showTooltip: boolean;
@@ -2436,10 +2436,10 @@ declare const Slider: {
2436
2436
  };
2437
2437
  }>> & Readonly<{
2438
2438
  onResize?: (() => any) | undefined;
2439
+ onHide?: (() => any) | undefined;
2440
+ onShow?: (() => any) | undefined;
2439
2441
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2440
2442
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2441
- onShow?: (() => any) | undefined;
2442
- onHide?: (() => any) | undefined;
2443
2443
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2444
2444
  'update:popupVisible': (_visible: boolean) => true;
2445
2445
  popupVisibleChange: (_visible: boolean) => true;
@@ -2627,10 +2627,10 @@ declare const Slider: {
2627
2627
  };
2628
2628
  }>> & Readonly<{
2629
2629
  onResize?: (() => any) | undefined;
2630
+ onHide?: (() => any) | undefined;
2631
+ onShow?: (() => any) | undefined;
2630
2632
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2631
2633
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2632
- onShow?: (() => any) | undefined;
2633
- onHide?: (() => any) | undefined;
2634
2634
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
2635
2635
  disabled: boolean;
2636
2636
  unmountOnClose: boolean;
@@ -2809,10 +2809,10 @@ declare const Slider: {
2809
2809
  };
2810
2810
  }>> & Readonly<{
2811
2811
  onResize?: (() => any) | undefined;
2812
+ onHide?: (() => any) | undefined;
2813
+ onShow?: (() => any) | undefined;
2812
2814
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2813
2815
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2814
- onShow?: (() => any) | undefined;
2815
- onHide?: (() => any) | undefined;
2816
2816
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2817
2817
  'update:popupVisible': (_visible: boolean) => true;
2818
2818
  popupVisibleChange: (_visible: boolean) => true;
@@ -3126,10 +3126,10 @@ declare const Slider: {
3126
3126
  };
3127
3127
  }>> & Readonly<{
3128
3128
  onResize?: (() => any) | undefined;
3129
+ onHide?: (() => any) | undefined;
3130
+ onShow?: (() => any) | undefined;
3129
3131
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3130
3132
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3131
- onShow?: (() => any) | undefined;
3132
- onHide?: (() => any) | undefined;
3133
3133
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3134
3134
  'update:popupVisible': (_visible: boolean) => true;
3135
3135
  popupVisibleChange: (_visible: boolean) => true;
@@ -3317,10 +3317,10 @@ declare const Slider: {
3317
3317
  };
3318
3318
  }>> & Readonly<{
3319
3319
  onResize?: (() => any) | undefined;
3320
+ onHide?: (() => any) | undefined;
3321
+ onShow?: (() => any) | undefined;
3320
3322
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3321
3323
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3322
- onShow?: (() => any) | undefined;
3323
- onHide?: (() => any) | undefined;
3324
3324
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
3325
3325
  disabled: boolean;
3326
3326
  unmountOnClose: boolean;
@@ -3499,10 +3499,10 @@ declare const Slider: {
3499
3499
  };
3500
3500
  }>> & Readonly<{
3501
3501
  onResize?: (() => any) | undefined;
3502
+ onHide?: (() => any) | undefined;
3503
+ onShow?: (() => any) | undefined;
3502
3504
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3503
3505
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3504
- onShow?: (() => any) | undefined;
3505
- onHide?: (() => any) | undefined;
3506
3506
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3507
3507
  'update:popupVisible': (_visible: boolean) => true;
3508
3508
  popupVisibleChange: (_visible: boolean) => true;
@@ -282,10 +282,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
282
282
  };
283
283
  }>> & Readonly<{
284
284
  onResize?: (() => any) | undefined;
285
+ onHide?: (() => any) | undefined;
286
+ onShow?: (() => any) | undefined;
285
287
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
286
288
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
287
- onShow?: (() => any) | undefined;
288
- onHide?: (() => any) | undefined;
289
289
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
290
290
  'update:popupVisible': (_visible: boolean) => true;
291
291
  popupVisibleChange: (_visible: boolean) => true;
@@ -473,10 +473,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
473
473
  };
474
474
  }>> & Readonly<{
475
475
  onResize?: (() => any) | undefined;
476
+ onHide?: (() => any) | undefined;
477
+ onShow?: (() => any) | undefined;
476
478
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
477
479
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
478
- onShow?: (() => any) | undefined;
479
- onHide?: (() => any) | undefined;
480
480
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
481
481
  disabled: boolean;
482
482
  unmountOnClose: boolean;
@@ -655,10 +655,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
655
655
  };
656
656
  }>> & Readonly<{
657
657
  onResize?: (() => any) | undefined;
658
+ onHide?: (() => any) | undefined;
659
+ onShow?: (() => any) | undefined;
658
660
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
659
661
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
660
- onShow?: (() => any) | undefined;
661
- onHide?: (() => any) | undefined;
662
662
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
663
663
  'update:popupVisible': (_visible: boolean) => true;
664
664
  popupVisibleChange: (_visible: boolean) => true;
@@ -972,10 +972,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
972
972
  };
973
973
  }>> & Readonly<{
974
974
  onResize?: (() => any) | undefined;
975
+ onHide?: (() => any) | undefined;
976
+ onShow?: (() => any) | undefined;
975
977
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
976
978
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
977
- onShow?: (() => any) | undefined;
978
- onHide?: (() => any) | undefined;
979
979
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
980
980
  'update:popupVisible': (_visible: boolean) => true;
981
981
  popupVisibleChange: (_visible: boolean) => true;
@@ -1163,10 +1163,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1163
1163
  };
1164
1164
  }>> & Readonly<{
1165
1165
  onResize?: (() => any) | undefined;
1166
+ onHide?: (() => any) | undefined;
1167
+ onShow?: (() => any) | undefined;
1166
1168
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1167
1169
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1168
- onShow?: (() => any) | undefined;
1169
- onHide?: (() => any) | undefined;
1170
1170
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1171
1171
  disabled: boolean;
1172
1172
  unmountOnClose: boolean;
@@ -1345,10 +1345,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1345
1345
  };
1346
1346
  }>> & Readonly<{
1347
1347
  onResize?: (() => any) | undefined;
1348
+ onHide?: (() => any) | undefined;
1349
+ onShow?: (() => any) | undefined;
1348
1350
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1349
1351
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1350
- onShow?: (() => any) | undefined;
1351
- onHide?: (() => any) | undefined;
1352
1352
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1353
1353
  'update:popupVisible': (_visible: boolean) => true;
1354
1354
  popupVisibleChange: (_visible: boolean) => true;
@@ -139,9 +139,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
139
139
  disabled: boolean;
140
140
  defaultValue: number | [number, number];
141
141
  modelValue: number | [number, number];
142
+ direction: "horizontal" | "vertical";
142
143
  range: boolean;
143
144
  max: number;
144
- direction: "horizontal" | "vertical";
145
145
  step: number;
146
146
  min: number;
147
147
  showTooltip: boolean;
@@ -428,10 +428,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
428
428
  };
429
429
  }>> & Readonly<{
430
430
  onResize?: (() => any) | undefined;
431
+ onHide?: (() => any) | undefined;
432
+ onShow?: (() => any) | undefined;
431
433
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
432
434
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
433
- onShow?: (() => any) | undefined;
434
- onHide?: (() => any) | undefined;
435
435
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
436
436
  'update:popupVisible': (_visible: boolean) => true;
437
437
  popupVisibleChange: (_visible: boolean) => true;
@@ -619,10 +619,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
619
619
  };
620
620
  }>> & Readonly<{
621
621
  onResize?: (() => any) | undefined;
622
+ onHide?: (() => any) | undefined;
623
+ onShow?: (() => any) | undefined;
622
624
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
623
625
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
624
- onShow?: (() => any) | undefined;
625
- onHide?: (() => any) | undefined;
626
626
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
627
627
  disabled: boolean;
628
628
  unmountOnClose: boolean;
@@ -801,10 +801,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
801
801
  };
802
802
  }>> & Readonly<{
803
803
  onResize?: (() => any) | undefined;
804
+ onHide?: (() => any) | undefined;
805
+ onShow?: (() => any) | undefined;
804
806
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
805
807
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
806
- onShow?: (() => any) | undefined;
807
- onHide?: (() => any) | undefined;
808
808
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
809
809
  'update:popupVisible': (_visible: boolean) => true;
810
810
  popupVisibleChange: (_visible: boolean) => true;
@@ -1118,10 +1118,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1118
1118
  };
1119
1119
  }>> & Readonly<{
1120
1120
  onResize?: (() => any) | undefined;
1121
+ onHide?: (() => any) | undefined;
1122
+ onShow?: (() => any) | undefined;
1121
1123
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1122
1124
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1123
- onShow?: (() => any) | undefined;
1124
- onHide?: (() => any) | undefined;
1125
1125
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1126
1126
  'update:popupVisible': (_visible: boolean) => true;
1127
1127
  popupVisibleChange: (_visible: boolean) => true;
@@ -1309,10 +1309,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1309
1309
  };
1310
1310
  }>> & Readonly<{
1311
1311
  onResize?: (() => any) | undefined;
1312
+ onHide?: (() => any) | undefined;
1313
+ onShow?: (() => any) | undefined;
1312
1314
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1313
1315
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1314
- onShow?: (() => any) | undefined;
1315
- onHide?: (() => any) | undefined;
1316
1316
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1317
1317
  disabled: boolean;
1318
1318
  unmountOnClose: boolean;
@@ -1491,10 +1491,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
1491
1491
  };
1492
1492
  }>> & Readonly<{
1493
1493
  onResize?: (() => any) | undefined;
1494
+ onHide?: (() => any) | undefined;
1495
+ onShow?: (() => any) | undefined;
1494
1496
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1495
1497
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1496
- onShow?: (() => any) | undefined;
1497
- onHide?: (() => any) | undefined;
1498
1498
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1499
1499
  'update:popupVisible': (_visible: boolean) => true;
1500
1500
  popupVisibleChange: (_visible: boolean) => true;
@@ -23,8 +23,8 @@ declare const Space: {
23
23
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
24
24
  size: number | "mini" | "small" | "medium" | "large" | [number | "mini" | "small" | "medium" | "large", number | "mini" | "small" | "medium" | "large"];
25
25
  fill: boolean;
26
- wrap: boolean;
27
26
  direction: "horizontal" | "vertical";
27
+ wrap: boolean;
28
28
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
29
29
  P: {};
30
30
  B: {};
@@ -53,8 +53,8 @@ declare const Space: {
53
53
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
54
54
  size: number | "mini" | "small" | "medium" | "large" | [number | "mini" | "small" | "medium" | "large", number | "mini" | "small" | "medium" | "large"];
55
55
  fill: boolean;
56
- wrap: boolean;
57
56
  direction: "horizontal" | "vertical";
57
+ wrap: boolean;
58
58
  }>;
59
59
  __isFragment?: never;
60
60
  __isTeleport?: never;
@@ -80,8 +80,8 @@ declare const Space: {
80
80
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
81
81
  size: number | "mini" | "small" | "medium" | "large" | [number | "mini" | "small" | "medium" | "large", number | "mini" | "small" | "medium" | "large"];
82
82
  fill: boolean;
83
- wrap: boolean;
84
83
  direction: "horizontal" | "vertical";
84
+ wrap: boolean;
85
85
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
86
86
  install: (app: App, options?: SDOptions) => void;
87
87
  };
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
39
39
  }>> & Readonly<{}>, {
40
40
  size: number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize];
41
41
  fill: boolean;
42
- wrap: boolean;
43
42
  direction: "horizontal" | "vertical";
43
+ wrap: boolean;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
45
  export default _default;
@@ -60,10 +60,10 @@ declare const Statistic: {
60
60
  }>;
61
61
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
62
62
  start: boolean;
63
- precision: number;
64
- format: string;
65
63
  animationDuration: number;
66
64
  animation: boolean;
65
+ precision: number;
66
+ format: string;
67
67
  showGroupSeparator: boolean;
68
68
  valueFrom: number;
69
69
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -130,10 +130,10 @@ declare const Statistic: {
130
130
  }>;
131
131
  }, {}, {}, {}, {
132
132
  start: boolean;
133
- precision: number;
134
- format: string;
135
133
  animationDuration: number;
136
134
  animation: boolean;
135
+ precision: number;
136
+ format: string;
137
137
  showGroupSeparator: boolean;
138
138
  valueFrom: number;
139
139
  }>;
@@ -197,10 +197,10 @@ declare const Statistic: {
197
197
  }>;
198
198
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
199
199
  start: boolean;
200
- precision: number;
201
- format: string;
202
200
  animationDuration: number;
203
201
  animation: boolean;
202
+ precision: number;
203
+ format: string;
204
204
  showGroupSeparator: boolean;
205
205
  valueFrom: number;
206
206
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -99,10 +99,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
99
99
  };
100
100
  }>> & Readonly<{}>, {
101
101
  start: boolean;
102
- precision: number;
103
- format: string;
104
102
  animationDuration: number;
105
103
  animation: boolean;
104
+ precision: number;
105
+ format: string;
106
106
  showGroupSeparator: boolean;
107
107
  valueFrom: number;
108
108
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -237,10 +237,10 @@ declare const Table: {
237
237
  size: "mini" | "small" | "medium" | "large";
238
238
  loading: boolean | Record<string, any>;
239
239
  data: import("./interface").TableData[];
240
- bordered: boolean | import("./interface").TableBorder;
241
240
  scrollbar: boolean | import("..").ScrollbarProps;
242
- hoverable: boolean;
241
+ bordered: boolean | import("./interface").TableBorder;
243
242
  columns: import("./interface").TableColumnData[];
243
+ hoverable: boolean;
244
244
  defaultExpandAllRows: boolean;
245
245
  indentSize: number;
246
246
  filterIconAlignLeft: boolean;
@@ -469,10 +469,10 @@ declare const Table: {
469
469
  size: "mini" | "small" | "medium" | "large";
470
470
  loading: boolean | Record<string, any>;
471
471
  data: import("./interface").TableData[];
472
- bordered: boolean | import("./interface").TableBorder;
473
472
  scrollbar: boolean | import("..").ScrollbarProps;
474
- hoverable: boolean;
473
+ bordered: boolean | import("./interface").TableBorder;
475
474
  columns: import("./interface").TableColumnData[];
475
+ hoverable: boolean;
476
476
  defaultExpandAllRows: boolean;
477
477
  indentSize: number;
478
478
  filterIconAlignLeft: boolean;
@@ -721,10 +721,10 @@ declare const Table: {
721
721
  size: "mini" | "small" | "medium" | "large";
722
722
  loading: boolean | Record<string, any>;
723
723
  data: import("./interface").TableData[];
724
- bordered: boolean | import("./interface").TableBorder;
725
724
  scrollbar: boolean | import("..").ScrollbarProps;
726
- hoverable: boolean;
725
+ bordered: boolean | import("./interface").TableBorder;
727
726
  columns: import("./interface").TableColumnData[];
727
+ hoverable: boolean;
728
728
  defaultExpandAllRows: boolean;
729
729
  indentSize: number;
730
730
  filterIconAlignLeft: boolean;
@@ -394,10 +394,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
394
394
  size: "mini" | "small" | "medium" | "large";
395
395
  loading: boolean | Record<string, any>;
396
396
  data: TableData[];
397
- bordered: boolean | TableBorder;
398
397
  scrollbar: boolean | ScrollbarProps;
399
- hoverable: boolean;
398
+ bordered: boolean | TableBorder;
400
399
  columns: TableColumnData[];
400
+ hoverable: boolean;
401
401
  defaultExpandAllRows: boolean;
402
402
  indentSize: number;
403
403
  filterIconAlignLeft: boolean;
@@ -86,13 +86,13 @@ declare const Tabs: {
86
86
  }, import("vue").PublicProps, {
87
87
  type: import("./interface").TabsType;
88
88
  position: import("./interface").TabsPosition;
89
- trigger: import("./interface").TabTriggerEvent;
90
- justify: boolean;
91
89
  direction: "horizontal" | "vertical";
90
+ justify: boolean;
91
+ trigger: import("./interface").TabTriggerEvent;
92
+ animation: boolean;
92
93
  activeKey: string | number;
93
94
  destroyOnHide: boolean;
94
95
  defaultActiveKey: string | number;
95
- animation: boolean;
96
96
  lazyLoad: boolean;
97
97
  editable: boolean;
98
98
  showAddButton: boolean;
@@ -184,13 +184,13 @@ declare const Tabs: {
184
184
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
185
185
  type: import("./interface").TabsType;
186
186
  position: import("./interface").TabsPosition;
187
- trigger: import("./interface").TabTriggerEvent;
188
- justify: boolean;
189
187
  direction: "horizontal" | "vertical";
188
+ justify: boolean;
189
+ trigger: import("./interface").TabTriggerEvent;
190
+ animation: boolean;
190
191
  activeKey: string | number;
191
192
  destroyOnHide: boolean;
192
193
  defaultActiveKey: string | number;
193
- animation: boolean;
194
194
  lazyLoad: boolean;
195
195
  editable: boolean;
196
196
  showAddButton: boolean;
@@ -285,13 +285,13 @@ declare const Tabs: {
285
285
  }, string, {
286
286
  type: import("./interface").TabsType;
287
287
  position: import("./interface").TabsPosition;
288
- trigger: import("./interface").TabTriggerEvent;
289
- justify: boolean;
290
288
  direction: "horizontal" | "vertical";
289
+ justify: boolean;
290
+ trigger: import("./interface").TabTriggerEvent;
291
+ animation: boolean;
291
292
  activeKey: string | number;
292
293
  destroyOnHide: boolean;
293
294
  defaultActiveKey: string | number;
294
- animation: boolean;
295
295
  lazyLoad: boolean;
296
296
  editable: boolean;
297
297
  showAddButton: boolean;
package/es/tabs/tabs.d.ts CHANGED
@@ -152,13 +152,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
152
152
  }>, {
153
153
  type: TabsType;
154
154
  position: TabsPosition;
155
- trigger: TabTriggerEvent;
156
- justify: boolean;
157
155
  direction: "horizontal" | "vertical";
156
+ justify: boolean;
157
+ trigger: TabTriggerEvent;
158
+ animation: boolean;
158
159
  activeKey: string | number;
159
160
  destroyOnHide: boolean;
160
161
  defaultActiveKey: string | number;
161
- animation: boolean;
162
162
  lazyLoad: boolean;
163
163
  editable: boolean;
164
164
  showAddButton: boolean;
package/es/tag/index.d.ts CHANGED
@@ -70,11 +70,11 @@ declare const Tag: {
70
70
  visible: boolean;
71
71
  defaultVisible: boolean;
72
72
  closable: boolean;
73
+ nowrap: boolean;
73
74
  bordered: boolean;
74
75
  checkable: boolean;
75
76
  checked: boolean;
76
77
  defaultChecked: boolean;
77
- nowrap: boolean;
78
78
  }, true, {}, {}, {
79
79
  IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
80
80
  prefix: {
@@ -412,11 +412,11 @@ declare const Tag: {
412
412
  visible: boolean;
413
413
  defaultVisible: boolean;
414
414
  closable: boolean;
415
+ nowrap: boolean;
415
416
  bordered: boolean;
416
417
  checkable: boolean;
417
418
  checked: boolean;
418
419
  defaultChecked: boolean;
419
- nowrap: boolean;
420
420
  }>;
421
421
  __isFragment?: never;
422
422
  __isTeleport?: never;
@@ -489,11 +489,11 @@ declare const Tag: {
489
489
  visible: boolean;
490
490
  defaultVisible: boolean;
491
491
  closable: boolean;
492
+ nowrap: boolean;
492
493
  bordered: boolean;
493
494
  checkable: boolean;
494
495
  checked: boolean;
495
496
  defaultChecked: boolean;
496
- nowrap: boolean;
497
497
  }, {}, string, {}, {
498
498
  IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
499
499
  prefix: {
@@ -113,11 +113,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
113
113
  visible: boolean;
114
114
  defaultVisible: boolean;
115
115
  closable: boolean;
116
+ nowrap: boolean;
116
117
  bordered: boolean;
117
118
  checkable: boolean;
118
119
  checked: boolean;
119
120
  defaultChecked: boolean;
120
- nowrap: boolean;
121
121
  }, {}, {
122
122
  IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
123
123
  prefix: {