@koi-design/uxd-ui 14.0.4 → 14.0.6

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 (146) hide show
  1. package/es/components/Calendar/Calendar.vue.d.ts +15 -0
  2. package/es/components/Calendar/Header.vue.d.ts +15 -0
  3. package/es/components/Calendar/index.d.ts +30 -0
  4. package/es/components/Radio/Radio.mjs +5 -4
  5. package/es/components/Radio/Radio.mjs.map +1 -1
  6. package/es/components/Radio/Radio.type.d.ts +4 -0
  7. package/es/components/Radio/Radio.type.mjs +4 -0
  8. package/es/components/Radio/Radio.type.mjs.map +1 -1
  9. package/es/components/Radio/Radio.vue.d.ts +9 -0
  10. package/es/components/Radio/index.d.ts +15 -0
  11. package/es/components/Table/BaseTable.mjs +20 -6
  12. package/es/components/Table/BaseTable.mjs.map +1 -1
  13. package/es/components/Table/BaseTable.vue.d.ts +44 -9
  14. package/es/components/Table/BodyTable.vue.d.ts +44 -9
  15. package/es/components/Table/HeadTable.vue.d.ts +44 -9
  16. package/es/components/Table/Table.mjs +8 -9
  17. package/es/components/Table/Table.mjs.map +1 -1
  18. package/es/components/Table/Table.type.d.ts +7 -5
  19. package/es/components/Table/Table.type.mjs.map +1 -1
  20. package/es/components/Table/Table.vue.d.ts +88 -18
  21. package/es/components/Table/TableBox.vue.d.ts +88 -18
  22. package/es/components/Table/hooks/useTableResize.d.ts +1 -1
  23. package/es/components/Table/hooks/useTableResize.mjs +13 -71
  24. package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
  25. package/es/components/Table/tableUnits/ColGroup.mjs +8 -5
  26. package/es/components/Table/tableUnits/ColGroup.mjs.map +1 -1
  27. package/es/components/Table/tableUnits/ExpandIcon.mjs +2 -2
  28. package/es/components/Table/tableUnits/ExpandIcon.mjs.map +1 -1
  29. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +3 -3
  30. package/es/components/Table/tableUnits/ExpandRows.mjs.map +1 -1
  31. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +21 -3
  32. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +15 -0
  33. package/es/components/Table/tableUnits/TableBody.vue.d.ts +42 -6
  34. package/es/components/Table/tableUnits/TableCell.mjs +108 -95
  35. package/es/components/Table/tableUnits/TableCell.mjs.map +1 -1
  36. package/es/components/Table/tableUnits/TableCell.vue.d.ts +21 -3
  37. package/es/components/Table/tableUnits/TableRow.vue.d.ts +21 -3
  38. package/es/components/Tabs/TabNav.mjs +4 -5
  39. package/es/components/Tabs/TabNav.mjs.map +1 -1
  40. package/es/components/Tabs/TabNav.vue.d.ts +1 -1
  41. package/es/components/Tabs/Tabs.d.ts +1 -1
  42. package/es/components/Tabs/index.d.ts +3 -3
  43. package/es/components/base/ResizeObserver.mjs +1 -1
  44. package/es/components/base/ResizeObserver.mjs.map +1 -1
  45. package/lib/components/Calendar/Calendar.vue.d.ts +15 -0
  46. package/lib/components/Calendar/Header.vue.d.ts +15 -0
  47. package/lib/components/Calendar/index.d.ts +30 -0
  48. package/lib/components/Radio/Radio.js +4 -3
  49. package/lib/components/Radio/Radio.js.map +1 -1
  50. package/lib/components/Radio/Radio.type.d.ts +4 -0
  51. package/lib/components/Radio/Radio.type.js +4 -0
  52. package/lib/components/Radio/Radio.type.js.map +1 -1
  53. package/lib/components/Radio/Radio.vue.d.ts +9 -0
  54. package/lib/components/Radio/index.d.ts +15 -0
  55. package/lib/components/Table/BaseTable.js +20 -6
  56. package/lib/components/Table/BaseTable.js.map +1 -1
  57. package/lib/components/Table/BaseTable.vue.d.ts +44 -9
  58. package/lib/components/Table/BodyTable.vue.d.ts +44 -9
  59. package/lib/components/Table/HeadTable.vue.d.ts +44 -9
  60. package/lib/components/Table/Table.js +7 -8
  61. package/lib/components/Table/Table.js.map +1 -1
  62. package/lib/components/Table/Table.type.d.ts +7 -5
  63. package/lib/components/Table/Table.type.js.map +1 -1
  64. package/lib/components/Table/Table.vue.d.ts +88 -18
  65. package/lib/components/Table/TableBox.vue.d.ts +88 -18
  66. package/lib/components/Table/hooks/useTableResize.d.ts +1 -1
  67. package/lib/components/Table/hooks/useTableResize.js +11 -69
  68. package/lib/components/Table/hooks/useTableResize.js.map +1 -1
  69. package/lib/components/Table/tableUnits/ColGroup.js +8 -5
  70. package/lib/components/Table/tableUnits/ColGroup.js.map +1 -1
  71. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  72. package/lib/components/Table/tableUnits/ExpandIcon.js.map +1 -1
  73. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +3 -3
  74. package/lib/components/Table/tableUnits/ExpandRows.js.map +1 -1
  75. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +21 -3
  76. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +15 -0
  77. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +42 -6
  78. package/lib/components/Table/tableUnits/TableCell.js +107 -94
  79. package/lib/components/Table/tableUnits/TableCell.js.map +1 -1
  80. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +21 -3
  81. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +21 -3
  82. package/lib/components/Tabs/TabNav.js +3 -4
  83. package/lib/components/Tabs/TabNav.js.map +1 -1
  84. package/lib/components/Tabs/TabNav.vue.d.ts +1 -1
  85. package/lib/components/Tabs/Tabs.d.ts +1 -1
  86. package/lib/components/Tabs/index.d.ts +3 -3
  87. package/lib/components/base/ResizeObserver.js +1 -1
  88. package/lib/components/base/ResizeObserver.js.map +1 -1
  89. package/package.json +1 -1
  90. package/styles/components/alert/index.css +1 -1
  91. package/styles/components/autoComplete/index.css +1 -1
  92. package/styles/components/avatar/index.css +1 -1
  93. package/styles/components/button/index.css +1 -1
  94. package/styles/components/carousel/index.css +1 -1
  95. package/styles/components/cascader/index.css +1 -1
  96. package/styles/components/datePicker/index.css +1 -1
  97. package/styles/components/dropdown/index.css +1 -1
  98. package/styles/components/dropdown/index.less +2 -3
  99. package/styles/components/form/index.css +1 -1
  100. package/styles/components/icon/index.css +1 -1
  101. package/styles/components/input/index.css +1 -1
  102. package/styles/components/inputNumber/index.css +1 -1
  103. package/styles/components/link/index.css +1 -1
  104. package/styles/components/mentions/index.css +1 -1
  105. package/styles/components/modal/index.css +1 -1
  106. package/styles/components/select/index.css +1 -1
  107. package/styles/components/spin/index.css +1 -1
  108. package/styles/components/table/index.css +1 -1
  109. package/styles/components/table/index.less +106 -242
  110. package/styles/components/table/var.less +16 -31
  111. package/styles/components/tabs/borderCard.less +23 -27
  112. package/styles/components/tabs/card.less +18 -37
  113. package/styles/components/tabs/index.css +1 -1
  114. package/styles/components/tabs/index.less +103 -72
  115. package/styles/components/tabs/var.less +16 -71
  116. package/styles/components/timePicker/index.css +1 -1
  117. package/styles/cssVariable.css +1 -1
  118. package/styles/cssVariable.less +1 -1
  119. package/styles/index.css +1 -1
  120. package/types/components/Calendar/Calendar.vue.d.ts +15 -0
  121. package/types/components/Calendar/Header.vue.d.ts +15 -0
  122. package/types/components/Calendar/index.d.ts +30 -0
  123. package/types/components/Radio/Radio.type.d.ts +4 -0
  124. package/types/components/Radio/Radio.vue.d.ts +9 -0
  125. package/types/components/Radio/index.d.ts +15 -0
  126. package/types/components/Table/BaseTable.vue.d.ts +44 -9
  127. package/types/components/Table/BodyTable.vue.d.ts +44 -9
  128. package/types/components/Table/HeadTable.vue.d.ts +44 -9
  129. package/types/components/Table/Table.type.d.ts +7 -5
  130. package/types/components/Table/Table.vue.d.ts +88 -18
  131. package/types/components/Table/TableBox.vue.d.ts +88 -18
  132. package/types/components/Table/hooks/useTableResize.d.ts +1 -1
  133. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +3 -3
  134. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +21 -3
  135. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +15 -0
  136. package/types/components/Table/tableUnits/TableBody.vue.d.ts +42 -6
  137. package/types/components/Table/tableUnits/TableCell.vue.d.ts +21 -3
  138. package/types/components/Table/tableUnits/TableRow.vue.d.ts +21 -3
  139. package/types/components/Tabs/TabNav.vue.d.ts +1 -1
  140. package/types/components/Tabs/Tabs.d.ts +1 -1
  141. package/types/components/Tabs/index.d.ts +3 -3
  142. package/uxd-ui.css +1 -1
  143. package/uxd-ui.esm.min.mjs +6 -6
  144. package/uxd-ui.esm.mjs +164 -191
  145. package/uxd-ui.umd.js +164 -191
  146. package/uxd-ui.umd.min.js +6 -6
@@ -67,8 +67,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
67
67
  title?: string;
68
68
  dataIndex?: string;
69
69
  width?: string | number;
70
- minWidth?: string | number;
71
- maxWidth?: string | number;
70
+ minWidth?: number;
72
71
  fixed?: import("./Table.type").ColumnFixed;
73
72
  align?: import("./Table.type").ColumnAlign;
74
73
  ellipsis?: boolean;
@@ -79,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
78
  filterable?: boolean;
80
79
  filters?: import("./Table.type").ColumnFilter[];
81
80
  filterFn?: import("./Table.type").ColumnFilterFn;
82
- filterIcon?: string;
81
+ filterIcon?: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
83
82
  filterIconStyle?: import("vue").CSSProperties;
84
83
  filterMultiple?: boolean;
85
84
  filteredValue?: (string | number)[];
@@ -4463,6 +4462,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4463
4462
  cellRef: import("vue").Ref<any, any>;
4464
4463
  ellipsisSpanRef: import("vue").Ref<any, any>;
4465
4464
  isOverflow: import("vue").Ref<boolean, boolean>;
4465
+ debouncedHandleResize: import("../../utils").DebounceReturn;
4466
4466
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4467
4467
  prefixCls: {
4468
4468
  type: StringConstructor;
@@ -4519,7 +4519,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4519
4519
  };
4520
4520
  expandIcon: {
4521
4521
  type: PropType<import("../..").IconPropType>;
4522
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4522
+ default: any;
4523
4523
  };
4524
4524
  needIndentSpaced: {
4525
4525
  type: BooleanConstructor;
@@ -4545,7 +4545,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4545
4545
  };
4546
4546
  expandIcon: {
4547
4547
  type: PropType<import("../..").IconPropType>;
4548
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4548
+ default: any;
4549
4549
  };
4550
4550
  needIndentSpaced: {
4551
4551
  type: BooleanConstructor;
@@ -4560,7 +4560,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4560
4560
  "onAsync-expand"?: (...args: any[]) => any;
4561
4561
  }>, {
4562
4562
  expanded: boolean;
4563
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4563
+ expandIcon: any;
4564
4564
  expandable: boolean;
4565
4565
  needIndentSpaced: boolean;
4566
4566
  needLoading: boolean;
@@ -5537,6 +5537,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5537
5537
  }, {}, {
5538
5538
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5539
5539
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5540
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5541
+ disabled: {
5542
+ type: BooleanConstructor;
5543
+ default: boolean;
5544
+ };
5545
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5546
+ [key: string]: any;
5547
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5548
+ disabled: {
5549
+ type: BooleanConstructor;
5550
+ default: boolean;
5551
+ };
5552
+ }>> & Readonly<{
5553
+ onResize?: (...args: any[]) => any;
5554
+ }>, {
5555
+ disabled: boolean;
5556
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5540
5557
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5541
5558
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5542
5559
  ExpandRows: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -5744,6 +5761,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5744
5761
  cellRef: import("vue").Ref<any, any>;
5745
5762
  ellipsisSpanRef: import("vue").Ref<any, any>;
5746
5763
  isOverflow: import("vue").Ref<boolean, boolean>;
5764
+ debouncedHandleResize: import("../../utils").DebounceReturn;
5747
5765
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5748
5766
  prefixCls: {
5749
5767
  type: StringConstructor;
@@ -5800,7 +5818,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5800
5818
  };
5801
5819
  expandIcon: {
5802
5820
  type: PropType<import("../..").IconPropType>;
5803
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5821
+ default: any;
5804
5822
  };
5805
5823
  needIndentSpaced: {
5806
5824
  type: BooleanConstructor;
@@ -5826,7 +5844,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5826
5844
  };
5827
5845
  expandIcon: {
5828
5846
  type: PropType<import("../..").IconPropType>;
5829
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5847
+ default: any;
5830
5848
  };
5831
5849
  needIndentSpaced: {
5832
5850
  type: BooleanConstructor;
@@ -5841,7 +5859,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5841
5859
  "onAsync-expand"?: (...args: any[]) => any;
5842
5860
  }>, {
5843
5861
  expanded: boolean;
5844
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5862
+ expandIcon: any;
5845
5863
  expandable: boolean;
5846
5864
  needIndentSpaced: boolean;
5847
5865
  needLoading: boolean;
@@ -6818,6 +6836,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6818
6836
  }, {}, {
6819
6837
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
6820
6838
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6839
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6840
+ disabled: {
6841
+ type: BooleanConstructor;
6842
+ default: boolean;
6843
+ };
6844
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6845
+ [key: string]: any;
6846
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6847
+ disabled: {
6848
+ type: BooleanConstructor;
6849
+ default: boolean;
6850
+ };
6851
+ }>> & Readonly<{
6852
+ onResize?: (...args: any[]) => any;
6853
+ }>, {
6854
+ disabled: boolean;
6855
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6821
6856
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6822
6857
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6823
6858
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -6989,8 +7024,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6989
7024
  title?: string;
6990
7025
  dataIndex?: string;
6991
7026
  width?: string | number;
6992
- minWidth?: string | number;
6993
- maxWidth?: string | number;
7027
+ minWidth?: number;
6994
7028
  fixed?: import("./Table.type").ColumnFixed;
6995
7029
  align?: import("./Table.type").ColumnAlign;
6996
7030
  ellipsis?: boolean;
@@ -7001,7 +7035,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7001
7035
  filterable?: boolean;
7002
7036
  filters?: import("./Table.type").ColumnFilter[];
7003
7037
  filterFn?: import("./Table.type").ColumnFilterFn;
7004
- filterIcon?: string;
7038
+ filterIcon?: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
7005
7039
  filterIconStyle?: import("vue").CSSProperties;
7006
7040
  filterMultiple?: boolean;
7007
7041
  filteredValue?: (string | number)[];
@@ -11385,6 +11419,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11385
11419
  cellRef: import("vue").Ref<any, any>;
11386
11420
  ellipsisSpanRef: import("vue").Ref<any, any>;
11387
11421
  isOverflow: import("vue").Ref<boolean, boolean>;
11422
+ debouncedHandleResize: import("../../utils").DebounceReturn;
11388
11423
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11389
11424
  prefixCls: {
11390
11425
  type: StringConstructor;
@@ -11441,7 +11476,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11441
11476
  };
11442
11477
  expandIcon: {
11443
11478
  type: PropType<import("../..").IconPropType>;
11444
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11479
+ default: any;
11445
11480
  };
11446
11481
  needIndentSpaced: {
11447
11482
  type: BooleanConstructor;
@@ -11467,7 +11502,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11467
11502
  };
11468
11503
  expandIcon: {
11469
11504
  type: PropType<import("../..").IconPropType>;
11470
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11505
+ default: any;
11471
11506
  };
11472
11507
  needIndentSpaced: {
11473
11508
  type: BooleanConstructor;
@@ -11482,7 +11517,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11482
11517
  "onAsync-expand"?: (...args: any[]) => any;
11483
11518
  }>, {
11484
11519
  expanded: boolean;
11485
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11520
+ expandIcon: any;
11486
11521
  expandable: boolean;
11487
11522
  needIndentSpaced: boolean;
11488
11523
  needLoading: boolean;
@@ -12459,6 +12494,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12459
12494
  }, {}, {
12460
12495
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12461
12496
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12497
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12498
+ disabled: {
12499
+ type: BooleanConstructor;
12500
+ default: boolean;
12501
+ };
12502
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12503
+ [key: string]: any;
12504
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12505
+ disabled: {
12506
+ type: BooleanConstructor;
12507
+ default: boolean;
12508
+ };
12509
+ }>> & Readonly<{
12510
+ onResize?: (...args: any[]) => any;
12511
+ }>, {
12512
+ disabled: boolean;
12513
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12462
12514
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12463
12515
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12464
12516
  ExpandRows: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -12666,6 +12718,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12666
12718
  cellRef: import("vue").Ref<any, any>;
12667
12719
  ellipsisSpanRef: import("vue").Ref<any, any>;
12668
12720
  isOverflow: import("vue").Ref<boolean, boolean>;
12721
+ debouncedHandleResize: import("../../utils").DebounceReturn;
12669
12722
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12670
12723
  prefixCls: {
12671
12724
  type: StringConstructor;
@@ -12722,7 +12775,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12722
12775
  };
12723
12776
  expandIcon: {
12724
12777
  type: PropType<import("../..").IconPropType>;
12725
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12778
+ default: any;
12726
12779
  };
12727
12780
  needIndentSpaced: {
12728
12781
  type: BooleanConstructor;
@@ -12748,7 +12801,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12748
12801
  };
12749
12802
  expandIcon: {
12750
12803
  type: PropType<import("../..").IconPropType>;
12751
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12804
+ default: any;
12752
12805
  };
12753
12806
  needIndentSpaced: {
12754
12807
  type: BooleanConstructor;
@@ -12763,7 +12816,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12763
12816
  "onAsync-expand"?: (...args: any[]) => any;
12764
12817
  }>, {
12765
12818
  expanded: boolean;
12766
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12819
+ expandIcon: any;
12767
12820
  expandable: boolean;
12768
12821
  needIndentSpaced: boolean;
12769
12822
  needLoading: boolean;
@@ -13740,6 +13793,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13740
13793
  }, {}, {
13741
13794
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
13742
13795
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13796
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13797
+ disabled: {
13798
+ type: BooleanConstructor;
13799
+ default: boolean;
13800
+ };
13801
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13802
+ [key: string]: any;
13803
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13804
+ disabled: {
13805
+ type: BooleanConstructor;
13806
+ default: boolean;
13807
+ };
13808
+ }>> & Readonly<{
13809
+ onResize?: (...args: any[]) => any;
13810
+ }>, {
13811
+ disabled: boolean;
13812
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13743
13813
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13744
13814
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13745
13815
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2,10 +2,10 @@ import type { ComputedRef, Ref } from 'vue';
2
2
  import type { InnerColumn, TableProps, TableRefs } from '../Table.type';
3
3
  export declare function getWidth(width: string | number, tableWidth: number): number;
4
4
  export default function useTableResize(updatedColumns: Ref<InnerColumn[]>, tableRefs: TableRefs, prefixCls: Ref<string>, isColumnFixed: ComputedRef<boolean>, props: TableProps): {
5
- sizesMap: Record<string, number>;
6
5
  tableWidth: Ref<number, number>;
7
6
  isScrollX: ComputedRef<boolean>;
8
7
  scrollPosition: Ref<string, string>;
8
+ resizeColumns: import("vue").ShallowRef<InnerColumn[], InnerColumn[]>;
9
9
  handleResize: () => void;
10
10
  setScrollPositionClass: () => void;
11
11
  resetScrollX: () => void;
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  };
12
12
  expandIcon: {
13
13
  type: PropType<IconPropType>;
14
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
14
+ default: any;
15
15
  };
16
16
  needIndentSpaced: {
17
17
  type: BooleanConstructor;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  };
38
38
  expandIcon: {
39
39
  type: PropType<IconPropType>;
40
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
40
+ default: any;
41
41
  };
42
42
  needIndentSpaced: {
43
43
  type: BooleanConstructor;
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
52
  "onAsync-expand"?: (...args: any[]) => any;
53
53
  }>, {
54
54
  expanded: boolean;
55
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
55
+ expandIcon: any;
56
56
  expandable: boolean;
57
57
  needIndentSpaced: boolean;
58
58
  needLoading: boolean;
@@ -205,6 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
205
205
  cellRef: import("vue").Ref<any, any>;
206
206
  ellipsisSpanRef: import("vue").Ref<any, any>;
207
207
  isOverflow: import("vue").Ref<boolean, boolean>;
208
+ debouncedHandleResize: import("../../../utils").DebounceReturn;
208
209
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
209
210
  prefixCls: {
210
211
  type: StringConstructor;
@@ -261,7 +262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
261
262
  };
262
263
  expandIcon: {
263
264
  type: PropType<import("../../..").IconPropType>;
264
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
265
+ default: any;
265
266
  };
266
267
  needIndentSpaced: {
267
268
  type: BooleanConstructor;
@@ -287,7 +288,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
287
288
  };
288
289
  expandIcon: {
289
290
  type: PropType<import("../../..").IconPropType>;
290
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
291
+ default: any;
291
292
  };
292
293
  needIndentSpaced: {
293
294
  type: BooleanConstructor;
@@ -302,7 +303,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
302
303
  "onAsync-expand"?: (...args: any[]) => any;
303
304
  }>, {
304
305
  expanded: boolean;
305
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
306
+ expandIcon: any;
306
307
  expandable: boolean;
307
308
  needIndentSpaced: boolean;
308
309
  needLoading: boolean;
@@ -1279,6 +1280,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1279
1280
  }, {}, {
1280
1281
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1281
1282
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1283
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1284
+ disabled: {
1285
+ type: BooleanConstructor;
1286
+ default: boolean;
1287
+ };
1288
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1289
+ [key: string]: any;
1290
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1291
+ disabled: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ }>> & Readonly<{
1296
+ onResize?: (...args: any[]) => any;
1297
+ }>, {
1298
+ disabled: boolean;
1299
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1282
1300
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1283
1301
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1284
1302
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -978,6 +978,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
978
978
  type: (StringConstructor | NumberConstructor)[];
979
979
  default: string;
980
980
  };
981
+ label: {
982
+ type: StringConstructor;
983
+ default: string;
984
+ };
981
985
  disabled: {
982
986
  type: BooleanConstructor;
983
987
  default: boolean;
@@ -1014,6 +1018,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1014
1018
  size: "small" | "default" | "large";
1015
1019
  disabled: boolean;
1016
1020
  modelValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
1021
+ label: string;
1017
1022
  value: string | number;
1018
1023
  trueValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
1019
1024
  falseValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
@@ -1041,6 +1046,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1041
1046
  type: (StringConstructor | NumberConstructor)[];
1042
1047
  default: string;
1043
1048
  };
1049
+ label: {
1050
+ type: StringConstructor;
1051
+ default: string;
1052
+ };
1044
1053
  disabled: {
1045
1054
  type: BooleanConstructor;
1046
1055
  default: boolean;
@@ -1074,6 +1083,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1074
1083
  size: "small" | "default" | "large";
1075
1084
  disabled: boolean;
1076
1085
  modelValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
1086
+ label: string;
1077
1087
  value: string | number;
1078
1088
  trueValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
1079
1089
  falseValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
@@ -1098,6 +1108,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1098
1108
  type: (StringConstructor | NumberConstructor)[];
1099
1109
  default: string;
1100
1110
  };
1111
+ label: {
1112
+ type: StringConstructor;
1113
+ default: string;
1114
+ };
1101
1115
  disabled: {
1102
1116
  type: BooleanConstructor;
1103
1117
  default: boolean;
@@ -1134,6 +1148,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1134
1148
  size: "small" | "default" | "large";
1135
1149
  disabled: boolean;
1136
1150
  modelValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
1151
+ label: string;
1137
1152
  value: string | number;
1138
1153
  trueValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
1139
1154
  falseValue: import("@koi-design/uxd-ui/es/components/Radio").RadioValueType;
@@ -170,6 +170,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
170
170
  cellRef: import("vue").Ref<any, any>;
171
171
  ellipsisSpanRef: import("vue").Ref<any, any>;
172
172
  isOverflow: import("vue").Ref<boolean, boolean>;
173
+ debouncedHandleResize: import("../../../utils").DebounceReturn;
173
174
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
174
175
  prefixCls: {
175
176
  type: StringConstructor;
@@ -226,7 +227,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
226
227
  };
227
228
  expandIcon: {
228
229
  type: PropType<import("../../..").IconPropType>;
229
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
230
+ default: any;
230
231
  };
231
232
  needIndentSpaced: {
232
233
  type: BooleanConstructor;
@@ -252,7 +253,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
252
253
  };
253
254
  expandIcon: {
254
255
  type: PropType<import("../../..").IconPropType>;
255
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
256
+ default: any;
256
257
  };
257
258
  needIndentSpaced: {
258
259
  type: BooleanConstructor;
@@ -267,7 +268,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
267
268
  "onAsync-expand"?: (...args: any[]) => any;
268
269
  }>, {
269
270
  expanded: boolean;
270
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
271
+ expandIcon: any;
271
272
  expandable: boolean;
272
273
  needIndentSpaced: boolean;
273
274
  needLoading: boolean;
@@ -1244,6 +1245,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1244
1245
  }, {}, {
1245
1246
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1246
1247
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1248
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1249
+ disabled: {
1250
+ type: BooleanConstructor;
1251
+ default: boolean;
1252
+ };
1253
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1254
+ [key: string]: any;
1255
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1256
+ disabled: {
1257
+ type: BooleanConstructor;
1258
+ default: boolean;
1259
+ };
1260
+ }>> & Readonly<{
1261
+ onResize?: (...args: any[]) => any;
1262
+ }>, {
1263
+ disabled: boolean;
1264
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1247
1265
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1248
1266
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1249
1267
  ExpandRows: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1451,6 +1469,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1451
1469
  cellRef: import("vue").Ref<any, any>;
1452
1470
  ellipsisSpanRef: import("vue").Ref<any, any>;
1453
1471
  isOverflow: import("vue").Ref<boolean, boolean>;
1472
+ debouncedHandleResize: import("../../../utils").DebounceReturn;
1454
1473
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1455
1474
  prefixCls: {
1456
1475
  type: StringConstructor;
@@ -1507,7 +1526,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1507
1526
  };
1508
1527
  expandIcon: {
1509
1528
  type: PropType<import("../../..").IconPropType>;
1510
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1529
+ default: any;
1511
1530
  };
1512
1531
  needIndentSpaced: {
1513
1532
  type: BooleanConstructor;
@@ -1533,7 +1552,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1533
1552
  };
1534
1553
  expandIcon: {
1535
1554
  type: PropType<import("../../..").IconPropType>;
1536
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1555
+ default: any;
1537
1556
  };
1538
1557
  needIndentSpaced: {
1539
1558
  type: BooleanConstructor;
@@ -1548,7 +1567,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1548
1567
  "onAsync-expand"?: (...args: any[]) => any;
1549
1568
  }>, {
1550
1569
  expanded: boolean;
1551
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1570
+ expandIcon: any;
1552
1571
  expandable: boolean;
1553
1572
  needIndentSpaced: boolean;
1554
1573
  needLoading: boolean;
@@ -2525,6 +2544,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2525
2544
  }, {}, {
2526
2545
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2527
2546
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2547
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2548
+ disabled: {
2549
+ type: BooleanConstructor;
2550
+ default: boolean;
2551
+ };
2552
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2553
+ [key: string]: any;
2554
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2555
+ disabled: {
2556
+ type: BooleanConstructor;
2557
+ default: boolean;
2558
+ };
2559
+ }>> & Readonly<{
2560
+ onResize?: (...args: any[]) => any;
2561
+ }>, {
2562
+ disabled: boolean;
2563
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2528
2564
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2529
2565
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2530
2566
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -52,6 +52,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
52
  cellRef: import("vue").Ref<any, any>;
53
53
  ellipsisSpanRef: import("vue").Ref<any, any>;
54
54
  isOverflow: import("vue").Ref<boolean, boolean>;
55
+ debouncedHandleResize: import("../../../utils").DebounceReturn;
55
56
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
57
  prefixCls: {
57
58
  type: StringConstructor;
@@ -108,7 +109,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
108
109
  };
109
110
  expandIcon: {
110
111
  type: PropType<import("../../../utils").IconPropType>;
111
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
112
+ default: any;
112
113
  };
113
114
  needIndentSpaced: {
114
115
  type: BooleanConstructor;
@@ -134,7 +135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
135
  };
135
136
  expandIcon: {
136
137
  type: PropType<import("../../../utils").IconPropType>;
137
- default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
138
+ default: any;
138
139
  };
139
140
  needIndentSpaced: {
140
141
  type: BooleanConstructor;
@@ -149,7 +150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
149
150
  "onAsync-expand"?: (...args: any[]) => any;
150
151
  }>, {
151
152
  expanded: boolean;
152
- expandIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
153
+ expandIcon: any;
153
154
  expandable: boolean;
154
155
  needIndentSpaced: boolean;
155
156
  needLoading: boolean;
@@ -1126,5 +1127,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1126
1127
  }, {}, {
1127
1128
  ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1128
1129
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1130
+ ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1131
+ disabled: {
1132
+ type: BooleanConstructor;
1133
+ default: boolean;
1134
+ };
1135
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1136
+ [key: string]: any;
1137
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1138
+ disabled: {
1139
+ type: BooleanConstructor;
1140
+ default: boolean;
1141
+ };
1142
+ }>> & Readonly<{
1143
+ onResize?: (...args: any[]) => any;
1144
+ }>, {
1145
+ disabled: boolean;
1146
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1129
1147
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1130
1148
  export default _default;