@expcat/tigercat-vue 1.2.39 → 1.2.41

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 (209) hide show
  1. package/dist/{chunk-MD7S2A55.js → chunk-5TJI4HOT.js} +2 -2
  2. package/dist/{chunk-FKCZSBM6.js → chunk-7IVLFDZI.js} +17 -3
  3. package/dist/{chunk-5Z2OCSVJ.mjs → chunk-CHDKJDZQ.mjs} +38 -2
  4. package/dist/{chunk-O23S65U3.js → chunk-EWQJGR7E.js} +130 -15
  5. package/dist/{chunk-G7O3G2LI.mjs → chunk-FI2EIJIF.mjs} +1 -1
  6. package/dist/{chunk-YCYS6LAQ.js → chunk-GD2WAN62.js} +2 -2
  7. package/dist/{chunk-OKBZKBFP.mjs → chunk-GFQDHFAX.mjs} +121 -6
  8. package/dist/{chunk-JT2ANXUR.js → chunk-KGDRA475.js} +2 -2
  9. package/dist/{chunk-3KIIMXJC.mjs → chunk-KJ6VISRW.mjs} +1 -1
  10. package/dist/{chunk-SSMSRTEQ.js → chunk-LUAI6VXV.js} +2 -2
  11. package/dist/{chunk-JPZJZFC4.mjs → chunk-M4EP4OVR.mjs} +2 -1
  12. package/dist/{chunk-5BILS3SG.js → chunk-OFTAQ2A4.js} +37 -1
  13. package/dist/{chunk-5BGVVVVD.mjs → chunk-PT4Q7C2A.mjs} +1 -1
  14. package/dist/{chunk-NNFDOVVA.js → chunk-QOMWROWE.js} +2 -1
  15. package/dist/{chunk-FATIMV7O.mjs → chunk-ROMVD7LS.mjs} +1 -1
  16. package/dist/{chunk-NYH6GSP7.mjs → chunk-VKW2O36D.mjs} +17 -3
  17. package/dist/components/ActivityFeed.d.mts +6 -6
  18. package/dist/components/ActivityFeed.d.ts +6 -6
  19. package/dist/components/Alert.d.mts +3 -3
  20. package/dist/components/Alert.d.ts +3 -3
  21. package/dist/components/Anchor.d.mts +1 -1
  22. package/dist/components/Anchor.d.ts +1 -1
  23. package/dist/components/AreaChart.d.mts +2 -2
  24. package/dist/components/AreaChart.d.ts +2 -2
  25. package/dist/components/AutoComplete.d.mts +2 -2
  26. package/dist/components/AutoComplete.d.ts +2 -2
  27. package/dist/components/Avatar.d.mts +1 -1
  28. package/dist/components/Avatar.d.ts +1 -1
  29. package/dist/components/Badge.d.mts +3 -3
  30. package/dist/components/Badge.d.ts +3 -3
  31. package/dist/components/BarChart.d.mts +1 -1
  32. package/dist/components/BarChart.d.ts +1 -1
  33. package/dist/components/Breadcrumb.d.mts +2 -2
  34. package/dist/components/Breadcrumb.d.ts +2 -2
  35. package/dist/components/Button.d.mts +3 -3
  36. package/dist/components/Button.d.ts +3 -3
  37. package/dist/components/ButtonGroup.d.mts +1 -1
  38. package/dist/components/ButtonGroup.d.ts +1 -1
  39. package/dist/components/Calendar.d.mts +1 -1
  40. package/dist/components/Calendar.d.ts +1 -1
  41. package/dist/components/Card.d.mts +2 -2
  42. package/dist/components/Card.d.ts +2 -2
  43. package/dist/components/ChartGrid.d.mts +1 -1
  44. package/dist/components/ChartGrid.d.ts +1 -1
  45. package/dist/components/ChatWindow.d.mts +3 -3
  46. package/dist/components/ChatWindow.d.ts +3 -3
  47. package/dist/components/CodeEditor.d.mts +2 -2
  48. package/dist/components/CodeEditor.d.ts +2 -2
  49. package/dist/components/Collapse.d.mts +1 -1
  50. package/dist/components/Collapse.d.ts +1 -1
  51. package/dist/components/CollapsePanel.d.mts +1 -1
  52. package/dist/components/CollapsePanel.d.ts +1 -1
  53. package/dist/components/ColorSwatch.d.mts +1 -1
  54. package/dist/components/ColorSwatch.d.ts +1 -1
  55. package/dist/components/CommentThread.d.mts +2 -2
  56. package/dist/components/CommentThread.d.ts +2 -2
  57. package/dist/components/ConfigProvider.d.mts +1 -1
  58. package/dist/components/ConfigProvider.d.ts +1 -1
  59. package/dist/components/DataTableWithToolbar.d.mts +34 -10
  60. package/dist/components/DataTableWithToolbar.d.ts +34 -10
  61. package/dist/components/DataTableWithToolbar.js +6 -3
  62. package/dist/components/DataTableWithToolbar.mjs +5 -2
  63. package/dist/components/DatePicker.d.mts +2 -2
  64. package/dist/components/DatePicker.d.ts +2 -2
  65. package/dist/components/Descriptions.d.mts +2 -2
  66. package/dist/components/Descriptions.d.ts +2 -2
  67. package/dist/components/DonutChart.d.mts +2 -2
  68. package/dist/components/DonutChart.d.ts +2 -2
  69. package/dist/components/Drawer.d.mts +5 -5
  70. package/dist/components/Drawer.d.ts +5 -5
  71. package/dist/components/Dropdown.d.mts +19 -0
  72. package/dist/components/Dropdown.d.ts +19 -0
  73. package/dist/components/Dropdown.js +2 -2
  74. package/dist/components/Dropdown.mjs +1 -1
  75. package/dist/components/DropdownItem.js +3 -3
  76. package/dist/components/DropdownItem.mjs +2 -2
  77. package/dist/components/DropdownMenu.js +3 -3
  78. package/dist/components/DropdownMenu.mjs +1 -1
  79. package/dist/components/FileManager.d.mts +1 -1
  80. package/dist/components/FileManager.d.ts +1 -1
  81. package/dist/components/FloatButton.d.mts +3 -3
  82. package/dist/components/FloatButton.d.ts +3 -3
  83. package/dist/components/Form.d.mts +1 -1
  84. package/dist/components/Form.d.ts +1 -1
  85. package/dist/components/FormWizard.d.mts +5 -5
  86. package/dist/components/FormWizard.d.ts +5 -5
  87. package/dist/components/FunnelChart.d.mts +1 -1
  88. package/dist/components/FunnelChart.d.ts +1 -1
  89. package/dist/components/Gantt.d.mts +1 -1
  90. package/dist/components/Gantt.d.ts +1 -1
  91. package/dist/components/GaugeChart.d.mts +1 -1
  92. package/dist/components/GaugeChart.d.ts +1 -1
  93. package/dist/components/HeatmapChart.d.mts +2 -2
  94. package/dist/components/HeatmapChart.d.ts +2 -2
  95. package/dist/components/Image.d.mts +2 -2
  96. package/dist/components/Image.d.ts +2 -2
  97. package/dist/components/ImageAnnotation.d.mts +4 -4
  98. package/dist/components/ImageAnnotation.d.ts +4 -4
  99. package/dist/components/InfiniteScroll.d.mts +2 -2
  100. package/dist/components/InfiniteScroll.d.ts +2 -2
  101. package/dist/components/Input.d.mts +4 -4
  102. package/dist/components/Input.d.ts +4 -4
  103. package/dist/components/InputGroup.d.mts +1 -1
  104. package/dist/components/InputGroup.d.ts +1 -1
  105. package/dist/components/InputNumber.d.mts +1 -1
  106. package/dist/components/InputNumber.d.ts +1 -1
  107. package/dist/components/Kanban.d.mts +1 -1
  108. package/dist/components/Kanban.d.ts +1 -1
  109. package/dist/components/LineChart.d.mts +2 -2
  110. package/dist/components/LineChart.d.ts +2 -2
  111. package/dist/components/Link.d.mts +1 -1
  112. package/dist/components/Link.d.ts +1 -1
  113. package/dist/components/List.d.mts +6 -6
  114. package/dist/components/List.d.ts +6 -6
  115. package/dist/components/Loading.d.mts +5 -5
  116. package/dist/components/Loading.d.ts +5 -5
  117. package/dist/components/MarkdownEditor.d.mts +2 -2
  118. package/dist/components/MarkdownEditor.d.ts +2 -2
  119. package/dist/components/Mentions.d.mts +2 -2
  120. package/dist/components/Mentions.d.ts +2 -2
  121. package/dist/components/Menu.d.mts +5 -5
  122. package/dist/components/Menu.d.ts +5 -5
  123. package/dist/components/Modal.d.mts +8 -8
  124. package/dist/components/Modal.d.ts +8 -8
  125. package/dist/components/NotificationCenter.d.mts +5 -5
  126. package/dist/components/NotificationCenter.d.ts +5 -5
  127. package/dist/components/NumberKeyboard.d.mts +2 -2
  128. package/dist/components/NumberKeyboard.d.ts +2 -2
  129. package/dist/components/OrgChart.d.mts +1 -1
  130. package/dist/components/OrgChart.d.ts +1 -1
  131. package/dist/components/Pagination.d.mts +4 -4
  132. package/dist/components/Pagination.d.ts +4 -4
  133. package/dist/components/PieChart.d.mts +2 -2
  134. package/dist/components/PieChart.d.ts +2 -2
  135. package/dist/components/Popconfirm.d.mts +2 -2
  136. package/dist/components/Popconfirm.d.ts +2 -2
  137. package/dist/components/Popconfirm.js +3 -3
  138. package/dist/components/Popconfirm.mjs +2 -2
  139. package/dist/components/Popover.d.mts +1 -1
  140. package/dist/components/Popover.d.ts +1 -1
  141. package/dist/components/Popover.js +3 -3
  142. package/dist/components/Popover.mjs +2 -2
  143. package/dist/components/Progress.d.mts +3 -3
  144. package/dist/components/Progress.d.ts +3 -3
  145. package/dist/components/QRCode.d.mts +1 -1
  146. package/dist/components/QRCode.d.ts +1 -1
  147. package/dist/components/RadarChart.d.mts +2 -2
  148. package/dist/components/RadarChart.d.ts +2 -2
  149. package/dist/components/RichTextEditor.d.mts +1 -1
  150. package/dist/components/RichTextEditor.d.ts +1 -1
  151. package/dist/components/Row.d.mts +1 -1
  152. package/dist/components/Row.d.ts +1 -1
  153. package/dist/components/ScatterChart.d.mts +1 -1
  154. package/dist/components/ScatterChart.d.ts +1 -1
  155. package/dist/components/ScrollSpy.d.mts +2 -2
  156. package/dist/components/ScrollSpy.d.ts +2 -2
  157. package/dist/components/Select.d.mts +1 -1
  158. package/dist/components/Select.d.ts +1 -1
  159. package/dist/components/Signature.d.mts +2 -2
  160. package/dist/components/Signature.d.ts +2 -2
  161. package/dist/components/Skeleton.d.mts +1 -1
  162. package/dist/components/Skeleton.d.ts +1 -1
  163. package/dist/components/Space.d.mts +2 -2
  164. package/dist/components/Space.d.ts +2 -2
  165. package/dist/components/Splitter.d.mts +1 -1
  166. package/dist/components/Splitter.d.ts +1 -1
  167. package/dist/components/Spotlight.d.mts +4 -4
  168. package/dist/components/Spotlight.d.ts +4 -4
  169. package/dist/components/Steps.d.mts +2 -2
  170. package/dist/components/Steps.d.ts +2 -2
  171. package/dist/components/SunburstChart.d.mts +1 -1
  172. package/dist/components/SunburstChart.d.ts +1 -1
  173. package/dist/components/Table.d.mts +25 -5
  174. package/dist/components/Table.d.ts +25 -5
  175. package/dist/components/Table.js +2 -2
  176. package/dist/components/Table.mjs +1 -1
  177. package/dist/components/Tabs.d.mts +2 -2
  178. package/dist/components/Tabs.d.ts +2 -2
  179. package/dist/components/Tag.d.mts +1 -1
  180. package/dist/components/Tag.d.ts +1 -1
  181. package/dist/components/TaskBoard.d.mts +2 -2
  182. package/dist/components/TaskBoard.d.ts +2 -2
  183. package/dist/components/Text.d.mts +3 -3
  184. package/dist/components/Text.d.ts +3 -3
  185. package/dist/components/Textarea.d.mts +1 -1
  186. package/dist/components/Textarea.d.ts +1 -1
  187. package/dist/components/TimePicker.d.mts +3 -3
  188. package/dist/components/TimePicker.d.ts +3 -3
  189. package/dist/components/Timeline.d.mts +3 -3
  190. package/dist/components/Timeline.d.ts +3 -3
  191. package/dist/components/Tooltip.d.mts +1 -1
  192. package/dist/components/Tooltip.d.ts +1 -1
  193. package/dist/components/Tooltip.js +3 -3
  194. package/dist/components/Tooltip.mjs +2 -2
  195. package/dist/components/Tour.d.mts +2 -2
  196. package/dist/components/Tour.d.ts +2 -2
  197. package/dist/components/Tree.d.mts +2 -2
  198. package/dist/components/Tree.d.ts +2 -2
  199. package/dist/components/TreeMapChart.d.mts +1 -1
  200. package/dist/components/TreeMapChart.d.ts +1 -1
  201. package/dist/components/Upload.d.mts +4 -4
  202. package/dist/components/Upload.d.ts +4 -4
  203. package/dist/components/VirtualTable.d.mts +2 -2
  204. package/dist/components/VirtualTable.d.ts +2 -2
  205. package/dist/components/Watermark.d.mts +1 -1
  206. package/dist/components/Watermark.d.ts +1 -1
  207. package/dist/index.js +11 -11
  208. package/dist/index.mjs +10 -10
  209. package/package.json +2 -2
@@ -66,7 +66,7 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
66
66
  };
67
67
  }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
68
68
  [key: string]: any;
69
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("clear" | "change" | "update:modelValue" | "end" | "begin")[], "clear" | "change" | "update:modelValue" | "end" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
69
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "clear" | "update:modelValue" | "end" | "begin")[], "change" | "clear" | "update:modelValue" | "end" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
70
70
  modelValue: {
71
71
  type: StringConstructor;
72
72
  default: undefined;
@@ -136,13 +136,13 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
136
136
  }>, {
137
137
  className: string;
138
138
  style: Record<string, unknown>;
139
- backgroundColor: string;
140
139
  disabled: boolean;
141
140
  modelValue: string;
142
141
  clearable: boolean;
143
142
  width: number;
144
143
  height: number;
145
144
  penColor: string;
145
+ backgroundColor: string;
146
146
  lineWidth: number;
147
147
  readonly: boolean;
148
148
  exportType: SignatureExportType;
@@ -66,7 +66,7 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
66
66
  };
67
67
  }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
68
68
  [key: string]: any;
69
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("clear" | "change" | "update:modelValue" | "end" | "begin")[], "clear" | "change" | "update:modelValue" | "end" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
69
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "clear" | "update:modelValue" | "end" | "begin")[], "change" | "clear" | "update:modelValue" | "end" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
70
70
  modelValue: {
71
71
  type: StringConstructor;
72
72
  default: undefined;
@@ -136,13 +136,13 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
136
136
  }>, {
137
137
  className: string;
138
138
  style: Record<string, unknown>;
139
- backgroundColor: string;
140
139
  disabled: boolean;
141
140
  modelValue: string;
142
141
  clearable: boolean;
143
142
  width: number;
144
143
  height: number;
145
144
  penColor: string;
145
+ backgroundColor: string;
146
146
  lineWidth: number;
147
147
  readonly: boolean;
148
148
  exportType: SignatureExportType;
@@ -85,10 +85,10 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
85
85
  className: string;
86
86
  style: Record<string, string | number>;
87
87
  variant: SkeletonVariant;
88
- shape: SkeletonShape;
89
88
  width: string;
90
89
  height: string;
91
90
  rows: number;
91
+ shape: SkeletonShape;
92
92
  animation: SkeletonAnimation;
93
93
  paragraph: boolean;
94
94
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
@@ -85,10 +85,10 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
85
85
  className: string;
86
86
  style: Record<string, string | number>;
87
87
  variant: SkeletonVariant;
88
- shape: SkeletonShape;
89
88
  width: string;
90
89
  height: string;
91
90
  rows: number;
91
+ shape: SkeletonShape;
92
92
  animation: SkeletonAnimation;
93
93
  paragraph: boolean;
94
94
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
@@ -40,10 +40,10 @@ declare const Space: vue.DefineComponent<vue.ExtractPropTypes<{
40
40
  default: boolean;
41
41
  };
42
42
  }>> & Readonly<{}>, {
43
- size: SpaceSize;
44
43
  direction: SpaceDirection;
45
- align: SpaceAlign;
44
+ size: SpaceSize;
46
45
  wrap: boolean;
46
+ align: SpaceAlign;
47
47
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
48
48
 
49
49
  export { Space, type VueSpaceProps, Space as default };
@@ -40,10 +40,10 @@ declare const Space: vue.DefineComponent<vue.ExtractPropTypes<{
40
40
  default: boolean;
41
41
  };
42
42
  }>> & Readonly<{}>, {
43
- size: SpaceSize;
44
43
  direction: SpaceDirection;
45
- align: SpaceAlign;
44
+ size: SpaceSize;
46
45
  wrap: boolean;
46
+ align: SpaceAlign;
47
47
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
48
48
 
49
49
  export { Space, type VueSpaceProps, Space as default };
@@ -86,9 +86,9 @@ declare const Splitter: vue.DefineComponent<vue.ExtractPropTypes<{
86
86
  "onResize-start"?: ((...args: any[]) => any) | undefined;
87
87
  "onResize-end"?: ((...args: any[]) => any) | undefined;
88
88
  }>, {
89
+ direction: SplitDirection;
89
90
  className: string;
90
91
  style: Record<string, string | number>;
91
- direction: SplitDirection;
92
92
  disabled: boolean;
93
93
  min: number;
94
94
  max: number;
@@ -86,9 +86,9 @@ declare const Splitter: vue.DefineComponent<vue.ExtractPropTypes<{
86
86
  "onResize-start"?: ((...args: any[]) => any) | undefined;
87
87
  "onResize-end"?: ((...args: any[]) => any) | undefined;
88
88
  }>, {
89
+ direction: SplitDirection;
89
90
  className: string;
90
91
  style: Record<string, string | number>;
91
- direction: SplitDirection;
92
92
  disabled: boolean;
93
93
  min: number;
94
94
  max: number;
@@ -84,7 +84,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
84
84
  type: BooleanConstructor;
85
85
  default: boolean;
86
86
  };
87
- }>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("close" | "select" | "update:open" | "open-change" | "update:query" | "query-change")[], "close" | "select" | "update:open" | "open-change" | "update:query" | "query-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
87
+ }>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("select" | "close" | "update:open" | "open-change" | "update:query" | "query-change")[], "select" | "close" | "update:open" | "open-change" | "update:query" | "query-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
88
88
  open: {
89
89
  type: PropType<boolean | undefined>;
90
90
  default: undefined;
@@ -166,25 +166,24 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
166
166
  default: boolean;
167
167
  };
168
168
  }>> & Readonly<{
169
- onClose?: ((...args: any[]) => any) | undefined;
170
169
  onSelect?: ((...args: any[]) => any) | undefined;
170
+ onClose?: ((...args: any[]) => any) | undefined;
171
171
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
172
172
  "onOpen-change"?: ((...args: any[]) => any) | undefined;
173
173
  "onUpdate:query"?: ((...args: any[]) => any) | undefined;
174
174
  "onQuery-change"?: ((...args: any[]) => any) | undefined;
175
175
  }>, {
176
- items: SpotlightItem[];
177
176
  emptyText: string;
178
177
  className: string;
179
178
  style: Record<string, unknown>;
180
179
  title: string;
181
- disableTeleport: boolean;
182
180
  placeholder: string;
183
181
  mask: boolean;
184
182
  open: boolean | undefined;
185
183
  limit: number;
186
184
  zIndex: number;
187
185
  maskClosable: boolean;
186
+ items: SpotlightItem[];
188
187
  defaultOpen: boolean;
189
188
  query: string | undefined;
190
189
  defaultQuery: string;
@@ -193,6 +192,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
193
192
  closeOnSelect: boolean;
194
193
  defaultActiveFirstItem: boolean;
195
194
  filterItem: SpotlightItemFilter;
195
+ disableTeleport: boolean;
196
196
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
197
197
 
198
198
  export { Spotlight, type VueSpotlightProps, Spotlight as default };
@@ -84,7 +84,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
84
84
  type: BooleanConstructor;
85
85
  default: boolean;
86
86
  };
87
- }>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("close" | "select" | "update:open" | "open-change" | "update:query" | "query-change")[], "close" | "select" | "update:open" | "open-change" | "update:query" | "query-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
87
+ }>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("select" | "close" | "update:open" | "open-change" | "update:query" | "query-change")[], "select" | "close" | "update:open" | "open-change" | "update:query" | "query-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
88
88
  open: {
89
89
  type: PropType<boolean | undefined>;
90
90
  default: undefined;
@@ -166,25 +166,24 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
166
166
  default: boolean;
167
167
  };
168
168
  }>> & Readonly<{
169
- onClose?: ((...args: any[]) => any) | undefined;
170
169
  onSelect?: ((...args: any[]) => any) | undefined;
170
+ onClose?: ((...args: any[]) => any) | undefined;
171
171
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
172
172
  "onOpen-change"?: ((...args: any[]) => any) | undefined;
173
173
  "onUpdate:query"?: ((...args: any[]) => any) | undefined;
174
174
  "onQuery-change"?: ((...args: any[]) => any) | undefined;
175
175
  }>, {
176
- items: SpotlightItem[];
177
176
  emptyText: string;
178
177
  className: string;
179
178
  style: Record<string, unknown>;
180
179
  title: string;
181
- disableTeleport: boolean;
182
180
  placeholder: string;
183
181
  mask: boolean;
184
182
  open: boolean | undefined;
185
183
  limit: number;
186
184
  zIndex: number;
187
185
  maskClosable: boolean;
186
+ items: SpotlightItem[];
188
187
  defaultOpen: boolean;
189
188
  query: string | undefined;
190
189
  defaultQuery: string;
@@ -193,6 +192,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
193
192
  closeOnSelect: boolean;
194
193
  defaultActiveFirstItem: boolean;
195
194
  filterItem: SpotlightItemFilter;
195
+ disableTeleport: boolean;
196
196
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
197
197
 
198
198
  export { Spotlight, type VueSpotlightProps, Spotlight as default };
@@ -153,8 +153,8 @@ declare const StepsItem: vue.DefineComponent<vue.ExtractPropTypes<{
153
153
  className: string;
154
154
  style: Record<string, unknown>;
155
155
  disabled: boolean;
156
- status: StepStatus;
157
156
  icon: undefined;
157
+ status: StepStatus;
158
158
  description: string;
159
159
  stepIndex: number;
160
160
  isLast: boolean;
@@ -285,10 +285,10 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
285
285
  onChange?: ((...args: any[]) => any) | undefined;
286
286
  "onUpdate:current"?: ((...args: any[]) => any) | undefined;
287
287
  }>, {
288
+ direction: StepsDirection;
288
289
  size: StepSize;
289
290
  className: string;
290
291
  style: Record<string, unknown>;
291
- direction: StepsDirection;
292
292
  status: StepStatus;
293
293
  simple: boolean;
294
294
  current: number;
@@ -153,8 +153,8 @@ declare const StepsItem: vue.DefineComponent<vue.ExtractPropTypes<{
153
153
  className: string;
154
154
  style: Record<string, unknown>;
155
155
  disabled: boolean;
156
- status: StepStatus;
157
156
  icon: undefined;
157
+ status: StepStatus;
158
158
  description: string;
159
159
  stepIndex: number;
160
160
  isLast: boolean;
@@ -285,10 +285,10 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
285
285
  onChange?: ((...args: any[]) => any) | undefined;
286
286
  "onUpdate:current"?: ((...args: any[]) => any) | undefined;
287
287
  }>, {
288
+ direction: StepsDirection;
288
289
  size: StepSize;
289
290
  className: string;
290
291
  style: Record<string, unknown>;
291
- direction: StepsDirection;
292
292
  status: StepStatus;
293
293
  simple: boolean;
294
294
  current: number;
@@ -190,11 +190,11 @@ declare const SunburstChart: vue.DefineComponent<vue.ExtractPropTypes<{
190
190
  "onArc-click"?: ((...args: any[]) => any) | undefined;
191
191
  "onArc-hover"?: ((...args: any[]) => any) | undefined;
192
192
  }>, {
193
- hoverable: boolean;
194
193
  width: number;
195
194
  height: number;
196
195
  padding: ChartPadding;
197
196
  gradient: boolean;
197
+ hoverable: boolean;
198
198
  showLabels: boolean;
199
199
  selectable: boolean;
200
200
  hoveredIndex: number | null;
@@ -190,11 +190,11 @@ declare const SunburstChart: vue.DefineComponent<vue.ExtractPropTypes<{
190
190
  "onArc-click"?: ((...args: any[]) => any) | undefined;
191
191
  "onArc-hover"?: ((...args: any[]) => any) | undefined;
192
192
  }>, {
193
- hoverable: boolean;
194
193
  width: number;
195
194
  height: number;
196
195
  padding: ChartPadding;
197
196
  gradient: boolean;
197
+ hoverable: boolean;
198
198
  showLabels: boolean;
199
199
  selectable: boolean;
200
200
  hoveredIndex: number | null;
@@ -9,6 +9,8 @@ interface VueTableProps {
9
9
  columns: TableColumn[];
10
10
  columnLockable?: boolean;
11
11
  dataSource?: Record<string, unknown>[];
12
+ hiddenColumnKeys?: string[];
13
+ defaultHiddenColumnKeys?: string[];
12
14
  sort?: SortState;
13
15
  defaultSort?: SortState;
14
16
  filters?: Record<string, unknown>;
@@ -68,6 +70,14 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
68
70
  readonly type: vue.PropType<Record<string, unknown>[]>;
69
71
  readonly default: () => never[];
70
72
  };
73
+ readonly hiddenColumnKeys: {
74
+ readonly type: vue.PropType<string[]>;
75
+ readonly default: undefined;
76
+ };
77
+ readonly defaultHiddenColumnKeys: {
78
+ readonly type: vue.PropType<string[]>;
79
+ readonly default: undefined;
80
+ };
71
81
  readonly sort: {
72
82
  readonly type: vue.PropType<_expcat_tigercat_core.SortState>;
73
83
  };
@@ -247,6 +257,14 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
247
257
  readonly type: vue.PropType<Record<string, unknown>[]>;
248
258
  readonly default: () => never[];
249
259
  };
260
+ readonly hiddenColumnKeys: {
261
+ readonly type: vue.PropType<string[]>;
262
+ readonly default: undefined;
263
+ };
264
+ readonly defaultHiddenColumnKeys: {
265
+ readonly type: vue.PropType<string[]>;
266
+ readonly default: undefined;
267
+ };
250
268
  readonly sort: {
251
269
  readonly type: vue.PropType<_expcat_tigercat_core.SortState>;
252
270
  };
@@ -414,21 +432,23 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
414
432
  }>> & Readonly<{
415
433
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
416
434
  }>, {
435
+ readonly pagination: false | _expcat_tigercat_core.PaginationConfig;
436
+ readonly emptyText: string;
417
437
  readonly size: _expcat_tigercat_core.TableSize;
418
438
  readonly loading: boolean;
419
- readonly emptyText: string;
420
- readonly bordered: boolean;
421
- readonly hoverable: boolean;
422
- readonly pagination: false | _expcat_tigercat_core.PaginationConfig;
423
439
  readonly virtual: boolean;
424
440
  readonly dataSource: Record<string, unknown>[];
425
441
  readonly columnLockable: boolean;
442
+ readonly hiddenColumnKeys: string[];
443
+ readonly defaultHiddenColumnKeys: string[];
426
444
  readonly defaultSort: _expcat_tigercat_core.SortState;
427
445
  readonly defaultFilters: Record<string, unknown>;
446
+ readonly bordered: boolean;
428
447
  readonly striped: boolean;
448
+ readonly hoverable: boolean;
429
449
  readonly rowKey: string | ((record: Record<string, unknown>) => string | number);
430
450
  readonly stickyHeader: boolean;
431
- readonly tableLayout: "fixed" | "auto";
451
+ readonly tableLayout: "auto" | "fixed";
432
452
  readonly responsiveMode: _expcat_tigercat_core.TableResponsiveMode;
433
453
  readonly cardBreakpoint: _expcat_tigercat_core.TableCardBreakpoint;
434
454
  readonly autoVirtual: boolean;
@@ -9,6 +9,8 @@ interface VueTableProps {
9
9
  columns: TableColumn[];
10
10
  columnLockable?: boolean;
11
11
  dataSource?: Record<string, unknown>[];
12
+ hiddenColumnKeys?: string[];
13
+ defaultHiddenColumnKeys?: string[];
12
14
  sort?: SortState;
13
15
  defaultSort?: SortState;
14
16
  filters?: Record<string, unknown>;
@@ -68,6 +70,14 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
68
70
  readonly type: vue.PropType<Record<string, unknown>[]>;
69
71
  readonly default: () => never[];
70
72
  };
73
+ readonly hiddenColumnKeys: {
74
+ readonly type: vue.PropType<string[]>;
75
+ readonly default: undefined;
76
+ };
77
+ readonly defaultHiddenColumnKeys: {
78
+ readonly type: vue.PropType<string[]>;
79
+ readonly default: undefined;
80
+ };
71
81
  readonly sort: {
72
82
  readonly type: vue.PropType<_expcat_tigercat_core.SortState>;
73
83
  };
@@ -247,6 +257,14 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
247
257
  readonly type: vue.PropType<Record<string, unknown>[]>;
248
258
  readonly default: () => never[];
249
259
  };
260
+ readonly hiddenColumnKeys: {
261
+ readonly type: vue.PropType<string[]>;
262
+ readonly default: undefined;
263
+ };
264
+ readonly defaultHiddenColumnKeys: {
265
+ readonly type: vue.PropType<string[]>;
266
+ readonly default: undefined;
267
+ };
250
268
  readonly sort: {
251
269
  readonly type: vue.PropType<_expcat_tigercat_core.SortState>;
252
270
  };
@@ -414,21 +432,23 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
414
432
  }>> & Readonly<{
415
433
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
416
434
  }>, {
435
+ readonly pagination: false | _expcat_tigercat_core.PaginationConfig;
436
+ readonly emptyText: string;
417
437
  readonly size: _expcat_tigercat_core.TableSize;
418
438
  readonly loading: boolean;
419
- readonly emptyText: string;
420
- readonly bordered: boolean;
421
- readonly hoverable: boolean;
422
- readonly pagination: false | _expcat_tigercat_core.PaginationConfig;
423
439
  readonly virtual: boolean;
424
440
  readonly dataSource: Record<string, unknown>[];
425
441
  readonly columnLockable: boolean;
442
+ readonly hiddenColumnKeys: string[];
443
+ readonly defaultHiddenColumnKeys: string[];
426
444
  readonly defaultSort: _expcat_tigercat_core.SortState;
427
445
  readonly defaultFilters: Record<string, unknown>;
446
+ readonly bordered: boolean;
428
447
  readonly striped: boolean;
448
+ readonly hoverable: boolean;
429
449
  readonly rowKey: string | ((record: Record<string, unknown>) => string | number);
430
450
  readonly stickyHeader: boolean;
431
- readonly tableLayout: "fixed" | "auto";
451
+ readonly tableLayout: "auto" | "fixed";
432
452
  readonly responsiveMode: _expcat_tigercat_core.TableResponsiveMode;
433
453
  readonly cardBreakpoint: _expcat_tigercat_core.TableCardBreakpoint;
434
454
  readonly autoVirtual: boolean;
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk5BILS3SGjs = require('../chunk-5BILS3SG.js');
4
+ var _chunkOFTAQ2A4js = require('../chunk-OFTAQ2A4.js');
5
5
  require('../chunk-BGMAWKWV.js');
6
6
  require('../chunk-3QV2D54H.js');
7
7
  require('../chunk-FC7RXQTM.js');
@@ -12,4 +12,4 @@ require('../chunk-Q4MH333P.js');
12
12
 
13
13
 
14
14
 
15
- exports.Table = _chunk5BILS3SGjs.Table; exports.default = _chunk5BILS3SGjs.Table_default;
15
+ exports.Table = _chunkOFTAQ2A4js.Table; exports.default = _chunkOFTAQ2A4js.Table_default;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Table,
3
3
  Table_default
4
- } from "../chunk-5Z2OCSVJ.mjs";
4
+ } from "../chunk-CHDKJDZQ.mjs";
5
5
  import "../chunk-PYT5DTQQ.mjs";
6
6
  import "../chunk-YZP4K6KI.mjs";
7
7
  import "../chunk-Y4V7BOVR.mjs";
@@ -186,10 +186,10 @@ declare const TabPane: vue.DefineComponent<vue.ExtractPropTypes<{
186
186
  className: string;
187
187
  style: Record<string, string | number>;
188
188
  disabled: boolean;
189
- closable: boolean;
190
189
  icon: string | VNode<vue.RendererNode, vue.RendererElement, {
191
190
  [key: string]: any;
192
191
  }>;
192
+ closable: boolean;
193
193
  tabIndex: number;
194
194
  renderMode: "tab" | "pane";
195
195
  tabId: string;
@@ -391,10 +391,10 @@ declare const Tabs: vue.DefineComponent<vue.ExtractPropTypes<{
391
391
  onEdit?: ((...args: any[]) => any) | undefined;
392
392
  "onTab-click"?: ((...args: any[]) => any) | undefined;
393
393
  }>, {
394
+ type: TabType;
394
395
  size: TabSize;
395
396
  className: string;
396
397
  style: Record<string, string | number>;
397
- type: TabType;
398
398
  closable: boolean;
399
399
  lazy: boolean;
400
400
  activeKey: string | number;
@@ -186,10 +186,10 @@ declare const TabPane: vue.DefineComponent<vue.ExtractPropTypes<{
186
186
  className: string;
187
187
  style: Record<string, string | number>;
188
188
  disabled: boolean;
189
- closable: boolean;
190
189
  icon: string | VNode<vue.RendererNode, vue.RendererElement, {
191
190
  [key: string]: any;
192
191
  }>;
192
+ closable: boolean;
193
193
  tabIndex: number;
194
194
  renderMode: "tab" | "pane";
195
195
  tabId: string;
@@ -391,10 +391,10 @@ declare const Tabs: vue.DefineComponent<vue.ExtractPropTypes<{
391
391
  onEdit?: ((...args: any[]) => any) | undefined;
392
392
  "onTab-click"?: ((...args: any[]) => any) | undefined;
393
393
  }>, {
394
+ type: TabType;
394
395
  size: TabSize;
395
396
  className: string;
396
397
  style: Record<string, string | number>;
397
- type: TabType;
398
398
  closable: boolean;
399
399
  lazy: boolean;
400
400
  activeKey: string | number;
@@ -109,12 +109,12 @@ declare const Tag: vue.DefineComponent<vue.ExtractPropTypes<{
109
109
  }>> & Readonly<{
110
110
  onClose?: ((...args: any[]) => any) | undefined;
111
111
  }>, {
112
+ closeAriaLabel: string;
112
113
  size: TagSize;
113
114
  className: string;
114
115
  style: Record<string, string | number>;
115
116
  variant: TagVariant;
116
117
  closable: boolean;
117
- closeAriaLabel: string;
118
118
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
119
119
 
120
120
  export { Tag, type VueTagProps, Tag as default };
@@ -109,12 +109,12 @@ declare const Tag: vue.DefineComponent<vue.ExtractPropTypes<{
109
109
  }>> & Readonly<{
110
110
  onClose?: ((...args: any[]) => any) | undefined;
111
111
  }>, {
112
+ closeAriaLabel: string;
112
113
  size: TagSize;
113
114
  className: string;
114
115
  style: Record<string, string | number>;
115
116
  variant: TagVariant;
116
117
  closable: boolean;
117
- closeAriaLabel: string;
118
118
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
119
119
 
120
120
  export { Tag, type VueTagProps, Tag as default };
@@ -168,10 +168,10 @@ declare const TaskBoard: vue.DefineComponent<vue.ExtractPropTypes<{
168
168
  "onColumn-add"?: ((...args: any[]) => any) | undefined;
169
169
  "onUpdate:columns"?: ((...args: any[]) => any) | undefined;
170
170
  }>, {
171
- className: string;
172
- style: Record<string, string | number>;
173
171
  locale: Partial<TigerLocale>;
174
172
  labels: Partial<TigerLocaleTaskBoard>;
173
+ className: string;
174
+ style: Record<string, string | number>;
175
175
  columns: TaskBoardColumn[];
176
176
  columnDraggable: boolean;
177
177
  draggable: boolean;
@@ -168,10 +168,10 @@ declare const TaskBoard: vue.DefineComponent<vue.ExtractPropTypes<{
168
168
  "onColumn-add"?: ((...args: any[]) => any) | undefined;
169
169
  "onUpdate:columns"?: ((...args: any[]) => any) | undefined;
170
170
  }>, {
171
- className: string;
172
- style: Record<string, string | number>;
173
171
  locale: Partial<TigerLocale>;
174
172
  labels: Partial<TigerLocaleTaskBoard>;
173
+ className: string;
174
+ style: Record<string, string | number>;
175
175
  columns: TaskBoardColumn[];
176
176
  columnDraggable: boolean;
177
177
  draggable: boolean;
@@ -149,12 +149,12 @@ declare const Text: vue.DefineComponent<vue.ExtractPropTypes<{
149
149
  };
150
150
  }>> & Readonly<{}>, {
151
151
  size: TextSize;
152
- tag: TextTag;
153
- weight: TextWeight;
154
152
  color: TextColor;
155
- truncate: boolean;
156
153
  italic: boolean;
154
+ weight: TextWeight;
157
155
  underline: boolean;
156
+ tag: TextTag;
157
+ truncate: boolean;
158
158
  lineThrough: boolean;
159
159
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
160
160
 
@@ -149,12 +149,12 @@ declare const Text: vue.DefineComponent<vue.ExtractPropTypes<{
149
149
  };
150
150
  }>> & Readonly<{}>, {
151
151
  size: TextSize;
152
- tag: TextTag;
153
- weight: TextWeight;
154
152
  color: TextColor;
155
- truncate: boolean;
156
153
  italic: boolean;
154
+ weight: TextWeight;
157
155
  underline: boolean;
156
+ tag: TextTag;
157
+ truncate: boolean;
158
158
  lineThrough: boolean;
159
159
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
160
160
 
@@ -288,10 +288,10 @@ declare const Textarea: vue.DefineComponent<vue.ExtractPropTypes<{
288
288
  type: PropType<Record<string, string | number>>;
289
289
  };
290
290
  }>> & Readonly<{
291
+ onInput?: ((...args: any[]) => any) | undefined;
291
292
  onBlur?: ((...args: any[]) => any) | undefined;
292
293
  onChange?: ((...args: any[]) => any) | undefined;
293
294
  onFocus?: ((...args: any[]) => any) | undefined;
294
- onInput?: ((...args: any[]) => any) | undefined;
295
295
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
296
296
  }>, {
297
297
  size: TextareaSize;
@@ -288,10 +288,10 @@ declare const Textarea: vue.DefineComponent<vue.ExtractPropTypes<{
288
288
  type: PropType<Record<string, string | number>>;
289
289
  };
290
290
  }>> & Readonly<{
291
+ onInput?: ((...args: any[]) => any) | undefined;
291
292
  onBlur?: ((...args: any[]) => any) | undefined;
292
293
  onChange?: ((...args: any[]) => any) | undefined;
293
294
  onFocus?: ((...args: any[]) => any) | undefined;
294
- onInput?: ((...args: any[]) => any) | undefined;
295
295
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
296
296
  }>, {
297
297
  size: TextareaSize;
@@ -344,16 +344,16 @@ declare const TimePicker: vue.DefineComponent<vue.ExtractPropTypes<{
344
344
  default: undefined;
345
345
  };
346
346
  }>> & Readonly<{
347
- onClear?: (() => any) | undefined;
348
347
  onChange?: ((value: TimePickerModelValue) => any) | undefined;
348
+ onClear?: (() => any) | undefined;
349
349
  "onUpdate:modelValue"?: ((value: TimePickerModelValue) => any) | undefined;
350
350
  }>, {
351
+ locale: string;
352
+ labels: Partial<TimePickerLabels>;
351
353
  size: TimePickerSize;
352
354
  className: string;
353
355
  style: Record<string, string | number>;
354
356
  disabled: boolean;
355
- locale: string;
356
- labels: Partial<TimePickerLabels>;
357
357
  range: boolean;
358
358
  modelValue: string | [string | null, string | null] | null;
359
359
  placeholder: string;