xkit-ui 2.0.0-alpha.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 (309) hide show
  1. package/lib/assets/icon-add-circle-fill.vue.d.ts +3 -0
  2. package/lib/assets/icon-add-circle-fill.vue.d.ts.map +1 -0
  3. package/lib/assets/icon-close-line.vue.d.ts +3 -0
  4. package/lib/assets/icon-close-line.vue.d.ts.map +1 -0
  5. package/lib/assets/icon-drag.vue.d.ts +3 -0
  6. package/lib/assets/icon-drag.vue.d.ts.map +1 -0
  7. package/lib/assets/icon-minus-circle.vue.d.ts +3 -0
  8. package/lib/assets/icon-minus-circle.vue.d.ts.map +1 -0
  9. package/lib/components/_public/form-item-cols.vue.d.ts +17 -0
  10. package/lib/components/_public/form-item-cols.vue.d.ts.map +1 -0
  11. package/lib/components/button/type.d.ts +85 -0
  12. package/lib/components/button/type.d.ts.map +1 -0
  13. package/lib/components/cascader/index.vue.d.ts +66 -0
  14. package/lib/components/cascader/index.vue.d.ts.map +1 -0
  15. package/lib/components/cascader/type.d.ts +125 -0
  16. package/lib/components/cascader/type.d.ts.map +1 -0
  17. package/lib/components/checkbox/index.vue.d.ts +30 -0
  18. package/lib/components/checkbox/index.vue.d.ts.map +1 -0
  19. package/lib/components/checkbox/type.d.ts +36 -0
  20. package/lib/components/checkbox/type.d.ts.map +1 -0
  21. package/lib/components/checkboxes/index.vue.d.ts +42 -0
  22. package/lib/components/checkboxes/index.vue.d.ts.map +1 -0
  23. package/lib/components/checkboxes/type.d.ts +56 -0
  24. package/lib/components/checkboxes/type.d.ts.map +1 -0
  25. package/lib/components/component/index.d.ts +7 -0
  26. package/lib/components/component/index.d.ts.map +1 -0
  27. package/lib/components/condition-builder/condition-node.vue.d.ts +32 -0
  28. package/lib/components/condition-builder/condition-node.vue.d.ts.map +1 -0
  29. package/lib/components/condition-builder/group-bracket.vue.d.ts +19 -0
  30. package/lib/components/condition-builder/group-bracket.vue.d.ts.map +1 -0
  31. package/lib/components/condition-builder/group-indent.vue.d.ts +19 -0
  32. package/lib/components/condition-builder/group-indent.vue.d.ts.map +1 -0
  33. package/lib/components/condition-builder/index.vue.d.ts +160 -0
  34. package/lib/components/condition-builder/index.vue.d.ts.map +1 -0
  35. package/lib/components/condition-builder/type.d.ts +88 -0
  36. package/lib/components/condition-builder/type.d.ts.map +1 -0
  37. package/lib/components/crud/action-type.d.ts +80 -0
  38. package/lib/components/crud/action-type.d.ts.map +1 -0
  39. package/lib/components/crud/index.vue.d.ts +78 -0
  40. package/lib/components/crud/index.vue.d.ts.map +1 -0
  41. package/lib/components/crud/multi-action.vue.d.ts +8 -0
  42. package/lib/components/crud/multi-action.vue.d.ts.map +1 -0
  43. package/lib/components/crud/single-action.vue.d.ts +7 -0
  44. package/lib/components/crud/single-action.vue.d.ts.map +1 -0
  45. package/lib/components/crud/type.d.ts +171 -0
  46. package/lib/components/crud/type.d.ts.map +1 -0
  47. package/lib/components/crud-form/index.vue.d.ts +22 -0
  48. package/lib/components/crud-form/index.vue.d.ts.map +1 -0
  49. package/lib/components/crud-form/type.d.ts +65 -0
  50. package/lib/components/crud-form/type.d.ts.map +1 -0
  51. package/lib/components/date-picker/index.vue.d.ts +35 -0
  52. package/lib/components/date-picker/index.vue.d.ts.map +1 -0
  53. package/lib/components/date-picker/type.d.ts +139 -0
  54. package/lib/components/date-picker/type.d.ts.map +1 -0
  55. package/lib/components/date-range-picker/index.vue.d.ts +15 -0
  56. package/lib/components/date-range-picker/index.vue.d.ts.map +1 -0
  57. package/lib/components/date-range-picker/type.d.ts +137 -0
  58. package/lib/components/date-range-picker/type.d.ts.map +1 -0
  59. package/lib/components/date-range-picker-v2/index.vue.d.ts +22 -0
  60. package/lib/components/date-range-picker-v2/index.vue.d.ts.map +1 -0
  61. package/lib/components/date-range-picker-v2/type.d.ts +37 -0
  62. package/lib/components/date-range-picker-v2/type.d.ts.map +1 -0
  63. package/lib/components/description/index.vue.d.ts +28 -0
  64. package/lib/components/description/index.vue.d.ts.map +1 -0
  65. package/lib/components/description/type.d.ts +120 -0
  66. package/lib/components/description/type.d.ts.map +1 -0
  67. package/lib/components/dialog/type.d.ts +100 -0
  68. package/lib/components/dialog/type.d.ts.map +1 -0
  69. package/lib/components/dropdown/type.d.ts +62 -0
  70. package/lib/components/dropdown/type.d.ts.map +1 -0
  71. package/lib/components/ellipsis/index.vue.d.ts +34 -0
  72. package/lib/components/ellipsis/index.vue.d.ts.map +1 -0
  73. package/lib/components/ellipsis/type.d.ts +26 -0
  74. package/lib/components/ellipsis/type.d.ts.map +1 -0
  75. package/lib/components/event-menu/index.vue.d.ts +25 -0
  76. package/lib/components/event-menu/index.vue.d.ts.map +1 -0
  77. package/lib/components/form/form-item.type.d.ts +304 -0
  78. package/lib/components/form/form-item.type.d.ts.map +1 -0
  79. package/lib/components/form/form-item.vue.d.ts +50 -0
  80. package/lib/components/form/form-item.vue.d.ts.map +1 -0
  81. package/lib/components/form/form-layout-renderer.vue.d.ts +71 -0
  82. package/lib/components/form/form-layout-renderer.vue.d.ts.map +1 -0
  83. package/lib/components/form/index.vue.d.ts +220 -0
  84. package/lib/components/form/index.vue.d.ts.map +1 -0
  85. package/lib/components/form/query-form.d.ts +4 -0
  86. package/lib/components/form/query-form.d.ts.map +1 -0
  87. package/lib/components/form/type.d.ts +312 -0
  88. package/lib/components/form/type.d.ts.map +1 -0
  89. package/lib/components/group/group-item.vue.d.ts +9 -0
  90. package/lib/components/group/group-item.vue.d.ts.map +1 -0
  91. package/lib/components/group/index.vue.d.ts +24 -0
  92. package/lib/components/group/index.vue.d.ts.map +1 -0
  93. package/lib/components/group/type.d.ts +119 -0
  94. package/lib/components/group/type.d.ts.map +1 -0
  95. package/lib/components/icon-select/__tests__/icon-sources.test.d.ts +2 -0
  96. package/lib/components/icon-select/__tests__/icon-sources.test.d.ts.map +1 -0
  97. package/lib/components/icon-select/icon-parser.vue.d.ts +41 -0
  98. package/lib/components/icon-select/icon-parser.vue.d.ts.map +1 -0
  99. package/lib/components/icon-select/icon-sources.d.ts +22 -0
  100. package/lib/components/icon-select/icon-sources.d.ts.map +1 -0
  101. package/lib/components/icon-select/index.vue.d.ts +15 -0
  102. package/lib/components/icon-select/index.vue.d.ts.map +1 -0
  103. package/lib/components/icon-select/type.d.ts +24 -0
  104. package/lib/components/icon-select/type.d.ts.map +1 -0
  105. package/lib/components/index.d.ts +107 -0
  106. package/lib/components/index.d.ts.map +1 -0
  107. package/lib/components/input/index.vue.d.ts +20 -0
  108. package/lib/components/input/index.vue.d.ts.map +1 -0
  109. package/lib/components/input/type.d.ts +121 -0
  110. package/lib/components/input/type.d.ts.map +1 -0
  111. package/lib/components/input-array/__tests__/layout.test.d.ts +2 -0
  112. package/lib/components/input-array/__tests__/layout.test.d.ts.map +1 -0
  113. package/lib/components/input-array/index.vue.d.ts +28 -0
  114. package/lib/components/input-array/index.vue.d.ts.map +1 -0
  115. package/lib/components/input-array/layout.d.ts +11 -0
  116. package/lib/components/input-array/layout.d.ts.map +1 -0
  117. package/lib/components/input-array/type.d.ts +89 -0
  118. package/lib/components/input-array/type.d.ts.map +1 -0
  119. package/lib/components/input-collapse/index.vue.d.ts +7 -0
  120. package/lib/components/input-collapse/index.vue.d.ts.map +1 -0
  121. package/lib/components/input-collapse/type.d.ts +50 -0
  122. package/lib/components/input-collapse/type.d.ts.map +1 -0
  123. package/lib/components/input-linked/index.vue.d.ts +13 -0
  124. package/lib/components/input-linked/index.vue.d.ts.map +1 -0
  125. package/lib/components/input-linked/type.d.ts +32 -0
  126. package/lib/components/input-linked/type.d.ts.map +1 -0
  127. package/lib/components/input-number/index.vue.d.ts +29 -0
  128. package/lib/components/input-number/index.vue.d.ts.map +1 -0
  129. package/lib/components/input-number/type.d.ts +57 -0
  130. package/lib/components/input-number/type.d.ts.map +1 -0
  131. package/lib/components/input-number-range/index.vue.d.ts +28 -0
  132. package/lib/components/input-number-range/index.vue.d.ts.map +1 -0
  133. package/lib/components/input-number-range/type.d.ts +49 -0
  134. package/lib/components/input-number-range/type.d.ts.map +1 -0
  135. package/lib/components/input-table/index.vue.d.ts +25 -0
  136. package/lib/components/input-table/index.vue.d.ts.map +1 -0
  137. package/lib/components/input-table/type.d.ts +37 -0
  138. package/lib/components/input-table/type.d.ts.map +1 -0
  139. package/lib/components/input-upload/index.vue.d.ts +11 -0
  140. package/lib/components/input-upload/index.vue.d.ts.map +1 -0
  141. package/lib/components/input-upload/type.d.ts +59 -0
  142. package/lib/components/input-upload/type.d.ts.map +1 -0
  143. package/lib/components/json/index.vue.d.ts +10 -0
  144. package/lib/components/json/index.vue.d.ts.map +1 -0
  145. package/lib/components/link/index.vue.d.ts +21 -0
  146. package/lib/components/link/index.vue.d.ts.map +1 -0
  147. package/lib/components/link/type.d.ts +28 -0
  148. package/lib/components/link/type.d.ts.map +1 -0
  149. package/lib/components/radios/index.vue.d.ts +42 -0
  150. package/lib/components/radios/index.vue.d.ts.map +1 -0
  151. package/lib/components/radios/type.d.ts +36 -0
  152. package/lib/components/radios/type.d.ts.map +1 -0
  153. package/lib/components/search-bar/index.vue.d.ts +37 -0
  154. package/lib/components/search-bar/index.vue.d.ts.map +1 -0
  155. package/lib/components/select/index.vue.d.ts +48 -0
  156. package/lib/components/select/index.vue.d.ts.map +1 -0
  157. package/lib/components/select/type.d.ts +222 -0
  158. package/lib/components/select/type.d.ts.map +1 -0
  159. package/lib/components/static/options-viewer.vue.d.ts +16 -0
  160. package/lib/components/static/options-viewer.vue.d.ts.map +1 -0
  161. package/lib/components/static/rich-text-viewer.vue.d.ts +8 -0
  162. package/lib/components/static/rich-text-viewer.vue.d.ts.map +1 -0
  163. package/lib/components/static/textarea-viewer.vue.d.ts +6 -0
  164. package/lib/components/static/textarea-viewer.vue.d.ts.map +1 -0
  165. package/lib/components/switch/index.vue.d.ts +38 -0
  166. package/lib/components/switch/index.vue.d.ts.map +1 -0
  167. package/lib/components/switch/type.d.ts +72 -0
  168. package/lib/components/switch/type.d.ts.map +1 -0
  169. package/lib/components/table/index.vue.d.ts +1317 -0
  170. package/lib/components/table/index.vue.d.ts.map +1 -0
  171. package/lib/components/table/table-column.vue.d.ts +44 -0
  172. package/lib/components/table/table-column.vue.d.ts.map +1 -0
  173. package/lib/components/table/type.d.ts +306 -0
  174. package/lib/components/table/type.d.ts.map +1 -0
  175. package/lib/components/table-select/const.d.ts +14 -0
  176. package/lib/components/table-select/const.d.ts.map +1 -0
  177. package/lib/components/table-select/index.vue.d.ts +22471 -0
  178. package/lib/components/table-select/index.vue.d.ts.map +1 -0
  179. package/lib/components/table-select/table-selector-main.vue.d.ts +4795 -0
  180. package/lib/components/table-select/table-selector-main.vue.d.ts.map +1 -0
  181. package/lib/components/table-select/type.d.ts +71 -0
  182. package/lib/components/table-select/type.d.ts.map +1 -0
  183. package/lib/components/tabs/index.vue.d.ts +6 -0
  184. package/lib/components/tabs/index.vue.d.ts.map +1 -0
  185. package/lib/components/tabs/type.d.ts +23 -0
  186. package/lib/components/tabs/type.d.ts.map +1 -0
  187. package/lib/components/text/index.vue.d.ts +7 -0
  188. package/lib/components/text/index.vue.d.ts.map +1 -0
  189. package/lib/components/text/type.d.ts +7 -0
  190. package/lib/components/text/type.d.ts.map +1 -0
  191. package/lib/components/textarea/type.d.ts +79 -0
  192. package/lib/components/textarea/type.d.ts.map +1 -0
  193. package/lib/components/toolbar/index.vue.d.ts +15 -0
  194. package/lib/components/toolbar/index.vue.d.ts.map +1 -0
  195. package/lib/components/transitions/TransitionHeight.vue.d.ts +30 -0
  196. package/lib/components/transitions/TransitionHeight.vue.d.ts.map +1 -0
  197. package/lib/components/tree/index.vue.d.ts +17 -0
  198. package/lib/components/tree/index.vue.d.ts.map +1 -0
  199. package/lib/components/tree/tree-node.vue.d.ts +8 -0
  200. package/lib/components/tree/tree-node.vue.d.ts.map +1 -0
  201. package/lib/components/tree/tree-state.d.ts +35 -0
  202. package/lib/components/tree/tree-state.d.ts.map +1 -0
  203. package/lib/components/tree/type.d.ts +50 -0
  204. package/lib/components/tree/type.d.ts.map +1 -0
  205. package/lib/components/tree-select/index.vue.d.ts +94 -0
  206. package/lib/components/tree-select/index.vue.d.ts.map +1 -0
  207. package/lib/components/tree-select/type.d.ts +156 -0
  208. package/lib/components/tree-select/type.d.ts.map +1 -0
  209. package/lib/components/tree-select-crud/index.vue.d.ts +3102 -0
  210. package/lib/components/tree-select-crud/index.vue.d.ts.map +1 -0
  211. package/lib/components/tree-select-crud/type.d.ts +88 -0
  212. package/lib/components/tree-select-crud/type.d.ts.map +1 -0
  213. package/lib/components/upload/index.vue.d.ts +54 -0
  214. package/lib/components/upload/index.vue.d.ts.map +1 -0
  215. package/lib/composables/__tests__/use-option-static.test.d.ts +2 -0
  216. package/lib/composables/__tests__/use-option-static.test.d.ts.map +1 -0
  217. package/lib/composables/index.d.ts +3 -0
  218. package/lib/composables/index.d.ts.map +1 -0
  219. package/lib/composables/use-action.d.ts +21 -0
  220. package/lib/composables/use-action.d.ts.map +1 -0
  221. package/lib/composables/use-component.d.ts +74 -0
  222. package/lib/composables/use-component.d.ts.map +1 -0
  223. package/lib/composables/use-config.d.ts +76 -0
  224. package/lib/composables/use-config.d.ts.map +1 -0
  225. package/lib/composables/use-draggable.d.ts +22 -0
  226. package/lib/composables/use-draggable.d.ts.map +1 -0
  227. package/lib/composables/use-input-array.d.ts +45 -0
  228. package/lib/composables/use-input-array.d.ts.map +1 -0
  229. package/lib/composables/use-label.d.ts +2 -0
  230. package/lib/composables/use-label.d.ts.map +1 -0
  231. package/lib/composables/use-loading.d.ts +6 -0
  232. package/lib/composables/use-loading.d.ts.map +1 -0
  233. package/lib/composables/use-option-static.d.ts +51 -0
  234. package/lib/composables/use-option-static.d.ts.map +1 -0
  235. package/lib/composables/use-options.d.ts +66 -0
  236. package/lib/composables/use-options.d.ts.map +1 -0
  237. package/lib/composables/use-paging.d.ts +134 -0
  238. package/lib/composables/use-paging.d.ts.map +1 -0
  239. package/lib/composables/use-scaffold.d.ts +54 -0
  240. package/lib/composables/use-scaffold.d.ts.map +1 -0
  241. package/lib/composables/use-toggle.d.ts +11 -0
  242. package/lib/composables/use-toggle.d.ts.map +1 -0
  243. package/lib/composables/use-tree-static-path.d.ts +45 -0
  244. package/lib/composables/use-tree-static-path.d.ts.map +1 -0
  245. package/lib/composables/use-visible.d.ts +11 -0
  246. package/lib/composables/use-visible.d.ts.map +1 -0
  247. package/lib/config/layout.d.ts +9 -0
  248. package/lib/config/layout.d.ts.map +1 -0
  249. package/lib/constants/injection.d.ts +11 -0
  250. package/lib/constants/injection.d.ts.map +1 -0
  251. package/lib/directives/highlight.d.ts +7 -0
  252. package/lib/directives/highlight.d.ts.map +1 -0
  253. package/lib/directives/index.d.ts +2 -0
  254. package/lib/directives/index.d.ts.map +1 -0
  255. package/lib/favicon.ico +0 -0
  256. package/lib/index.d.ts +59 -0
  257. package/lib/index.d.ts.map +1 -0
  258. package/lib/ri/icons.json +8728 -0
  259. package/lib/ri/metadata.json +2938 -0
  260. package/lib/types/api.d.ts +8 -0
  261. package/lib/types/api.d.ts.map +1 -0
  262. package/lib/types/base.d.ts +306 -0
  263. package/lib/types/base.d.ts.map +1 -0
  264. package/lib/types/form.d.ts +82 -0
  265. package/lib/types/form.d.ts.map +1 -0
  266. package/lib/types/index.d.ts +6 -0
  267. package/lib/types/index.d.ts.map +1 -0
  268. package/lib/types/option.d.ts +115 -0
  269. package/lib/types/option.d.ts.map +1 -0
  270. package/lib/types/pagination.d.ts +35 -0
  271. package/lib/types/pagination.d.ts.map +1 -0
  272. package/lib/types/table.d.ts +34 -0
  273. package/lib/types/table.d.ts.map +1 -0
  274. package/lib/types/util.d.ts +6 -0
  275. package/lib/types/util.d.ts.map +1 -0
  276. package/lib/utils/__tests__/condition.test.d.ts +2 -0
  277. package/lib/utils/__tests__/condition.test.d.ts.map +1 -0
  278. package/lib/utils/__tests__/editor-container.test.d.ts +2 -0
  279. package/lib/utils/__tests__/editor-container.test.d.ts.map +1 -0
  280. package/lib/utils/__tests__/form.test.d.ts +2 -0
  281. package/lib/utils/__tests__/form.test.d.ts.map +1 -0
  282. package/lib/utils/__tests__/tree.test.d.ts +2 -0
  283. package/lib/utils/__tests__/tree.test.d.ts.map +1 -0
  284. package/lib/utils/common.d.ts +13 -0
  285. package/lib/utils/common.d.ts.map +1 -0
  286. package/lib/utils/computed-state-manager.d.ts +3 -0
  287. package/lib/utils/computed-state-manager.d.ts.map +1 -0
  288. package/lib/utils/condition.d.ts +4 -0
  289. package/lib/utils/condition.d.ts.map +1 -0
  290. package/lib/utils/editor-container.d.ts +25 -0
  291. package/lib/utils/editor-container.d.ts.map +1 -0
  292. package/lib/utils/form-item.d.ts +23 -0
  293. package/lib/utils/form-item.d.ts.map +1 -0
  294. package/lib/utils/form.d.ts +75 -0
  295. package/lib/utils/form.d.ts.map +1 -0
  296. package/lib/utils/id.d.ts +24 -0
  297. package/lib/utils/id.d.ts.map +1 -0
  298. package/lib/utils/options.d.ts +14 -0
  299. package/lib/utils/options.d.ts.map +1 -0
  300. package/lib/utils/reactive.d.ts +13 -0
  301. package/lib/utils/reactive.d.ts.map +1 -0
  302. package/lib/utils/style.d.ts +5 -0
  303. package/lib/utils/style.d.ts.map +1 -0
  304. package/lib/utils/tree.d.ts +51 -0
  305. package/lib/utils/tree.d.ts.map +1 -0
  306. package/lib/xkit-ui.css +2 -0
  307. package/lib/xkit-ui.js +7478 -0
  308. package/lib/xkit-ui.umd.cjs +3 -0
  309. package/package.json +66 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.vue"],"names":[],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ import { Component } from 'vue';
2
+ import { XTableColumnBase } from './type';
3
+ export type XTableColumnProp = XTableColumnBase & {
4
+ component?: string | Component;
5
+ };
6
+ export interface SlotProps {
7
+ row: any;
8
+ value: any;
9
+ prop?: string;
10
+ $index?: number;
11
+ index?: number;
12
+ }
13
+ declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
15
+ slots: Partial<Record<string, (_: {
16
+ row: any;
17
+ value: any;
18
+ prop: string;
19
+ index: number;
20
+ }) => any>> & Partial<Record<string, (_: {
21
+ prop: string;
22
+ value: string;
23
+ row: {};
24
+ index: any;
25
+ }) => any>>;
26
+ refs: {};
27
+ rootEl: any;
28
+ };
29
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
+ declare const __VLS_component: import('vue').DefineComponent<XTableColumnProp, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
+ rowEdit: (...args: any[]) => void;
32
+ }, string, import('vue').PublicProps, Readonly<XTableColumnProp> & Readonly<{
33
+ onRowEdit?: (...args: any[]) => any;
34
+ }>, {
35
+ contentVisible: import('../../types/base').ConditionValue<any, any>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
38
+ export default _default;
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=table-column.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-column.vue.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-column.vue"],"names":[],"mappings":"AAwEA;AA4NA,OAAO,EAAqD,KAAK,SAAS,EAAY,MAAM,KAAK,CAAA;AAOjG,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,QAAQ,CAAA;AAM9C,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAAG;IAChD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC/B,CAAA;AACD,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,GAAG,CAAA;IACR,KAAK,EAAE,GAAG,CAAA;IACV,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AA0HD,iBAAS,cAAc;WA0LT,OAAO,IAA6B;;;;;;UAZqC,GAAG;;;;;UACrB,GAAG;;;EAgBvE;AA+BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;4EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,306 @@
1
+ import { ISelectable, ConditionValue, AlignEnum } from '../../types';
2
+ import { XInputTableItem } from '../form/type';
3
+ import { ElTooltipProps, FormItemRule, Sort, TableColumnCtx, TreeNode } from 'element-plus';
4
+ import { CSSProperties, MaybeRefOrGetter, StyleValue, VNode } from 'vue';
5
+ import { XEllipsisSchema } from '../ellipsis/type';
6
+ import { SingleActionItem } from '../crud/action-type';
7
+ export interface ElTableSchema {
8
+ /**
9
+ * 是否带有纵向边框
10
+ */
11
+ border?: boolean;
12
+ /**
13
+ * table 的高度。 默认为自动高度。 如果 height 为 number 类型,单位 px;如果 height 为 string 类型,则这个高度会设置为 Table 的 style.height 的值,Table 的高度会受控于外部样式。
14
+ */
15
+ height?: MaybeRefOrGetter<string | number>;
16
+ /**
17
+ * table 的最大高度。 合法的值为数字或者单位为 px 的高度。
18
+ */
19
+ maxHeight?: MaybeRefOrGetter<string | number>;
20
+ /**
21
+ * 列的宽度是否自撑开
22
+ */
23
+ fit?: boolean;
24
+ /**
25
+ * 是否开启斑马纹
26
+ */
27
+ stripe?: boolean;
28
+ /**
29
+ * 表格尺寸
30
+ */
31
+ size?: '' | 'large' | 'default' | 'small';
32
+ /**
33
+ * 是否显示表头,默认为true
34
+ */
35
+ showHeader?: boolean;
36
+ /**
37
+ * 是否要高亮当前行
38
+ */
39
+ highlightCurrentRow?: boolean;
40
+ /**
41
+ * 当前行的 key,只写属性
42
+ */
43
+ currentRowKey?: string | number;
44
+ /**
45
+ * 行的类名(class),支持字符串或返回字符串的函数
46
+ */
47
+ rowClassName?: string | ((data: {
48
+ row: any;
49
+ rowIndex: number;
50
+ }) => string);
51
+ /**
52
+ * 行样式,支持对象和返回样式对象的函数
53
+ */
54
+ rowStyle?: ((data: {
55
+ row: any;
56
+ rowIndex: number;
57
+ }) => CSSProperties) | CSSProperties;
58
+ /**
59
+ * 单元格样式,支持字符串或返回字符串的函数
60
+ */
61
+ cellClassName?: string | ((data: {
62
+ row: any;
63
+ column: any;
64
+ rowIndex: number;
65
+ columnIndex: number;
66
+ }) => string);
67
+ /**
68
+ * 单元格样式,支持对象或返回对象的函数
69
+ */
70
+ cellStyle?: CSSProperties | ((data: {
71
+ row: any;
72
+ column: any;
73
+ rowIndex: number;
74
+ columnIndex: number;
75
+ }) => CSSProperties);
76
+ /**
77
+ * 表头行的类名(class),字符串或返回字符串的函数
78
+ */
79
+ headerRowClassName?: string | ((data: {
80
+ row: any;
81
+ rowIndex: number;
82
+ }) => string);
83
+ /**
84
+ * 表头行的样式,样式对象或返回样式对象的函数
85
+ */
86
+ headerRowStyle?: CSSProperties | ((data: {
87
+ row: any;
88
+ rowIndex: number;
89
+ }) => CSSProperties);
90
+ /**
91
+ * 表头单元格类名(class),字符串或返回字符串的函数
92
+ */
93
+ headerCellClassName?: string | ((data: {
94
+ row: any;
95
+ column: any;
96
+ rowIndex: number;
97
+ columnIndex: number;
98
+ }) => string);
99
+ /**
100
+ * 表头单元格样式,对象或返回对象的函数
101
+ */
102
+ headerCellStyle?: CSSProperties | ((data: {
103
+ row: any;
104
+ column: any;
105
+ rowIndex: number;
106
+ columnIndex: number;
107
+ }) => CSSProperties);
108
+ /**
109
+ * 行数据的 Key,用来优化 Table 的渲染; 在使用reserve-selection功能与显示树形数据时,该属性是必填的。 类型为 String 时,支持多层访问:user.info.id,但不支持 user.info[0].id,此种情况请使用 Function。
110
+ */
111
+ rowKey?: string | ((row: any) => string);
112
+ /**
113
+ * 空数据时显示的文本内容, 也可以通过 #empty 设置
114
+ */
115
+ emptyText?: string;
116
+ /**
117
+ * 是否默认展开所有行,当 Table 包含展开行存在或者为树形表格时有效
118
+ */
119
+ defaultExpandAll?: string;
120
+ /**
121
+ * 可以通过该属性设置 Table 目前的展开行,需要设置 row-key 属性才能使用,该属性为展开行的 keys 数组。
122
+ */
123
+ expandRowKeys?: string[];
124
+ /**
125
+ * 默认的排序列的 prop 和顺序。 它的 prop 属性指定默认的排序的列,order 指定默认排序的顺序
126
+ */
127
+ defaultSort?: Sort;
128
+ /**
129
+ * 溢出的 tooltip 的 effect,默认dark
130
+ */
131
+ tooltipEffect?: 'dark' | 'light';
132
+ /**
133
+ * 溢出的 tooltip 的属性配置
134
+ */
135
+ tooltipOptions?: Partial<Pick<ElTooltipProps, 'effect' | 'enterable' | 'hideAfter' | 'offset' | 'placement' | 'popperClass' | 'popperOptions' | 'showAfter' | 'showArrow'>> & {
136
+ /**
137
+ * 最大宽度
138
+ */
139
+ maxWidth?: string;
140
+ };
141
+ /**
142
+ * 挂载到哪个 DOM 元素
143
+ */
144
+ appendFilterPanelTo?: string;
145
+ /**
146
+ * 是否在表尾显示合计行
147
+ */
148
+ showSummary?: boolean;
149
+ /**
150
+ * 显示摘要行第一列的文本
151
+ */
152
+ sumText?: string;
153
+ /**
154
+ * 自定义的合计计算方法
155
+ */
156
+ summaryMethod?: (data: {
157
+ columns: any[];
158
+ data: any[];
159
+ }) => (VNode | string)[];
160
+ /**
161
+ * 合并行或列的计算方法
162
+ */
163
+ spanMethod?: (data: {
164
+ row: any;
165
+ column: any;
166
+ rowIndex: number;
167
+ columnIndex: number;
168
+ }) => number[] | {
169
+ rowspan: number;
170
+ colspan: number;
171
+ } | void;
172
+ /**
173
+ * 在多选表格中,当仅有部分行被选中时,点击表头的多选框时的行为。 若为 true,则选中所有行;若为 false,则取消选择所有行
174
+ */
175
+ selectOnIndeterminate?: boolean;
176
+ /**
177
+ * 展示树形数据时,树节点的缩进
178
+ */
179
+ indent?: number;
180
+ /**
181
+ * 是否懒加载子节点数据
182
+ */
183
+ lazy?: boolean;
184
+ /**
185
+ * 加载子节点数据的函数,lazy 为 true 时生效
186
+ * @param row
187
+ * @param treeNode
188
+ * @param resolve
189
+ * @returns
190
+ */
191
+ load?: (row: any, treeNode: TreeNode, resolve: (data: any[]) => void) => void;
192
+ /**
193
+ * 渲染嵌套数据的配置选项
194
+ */
195
+ treeProps?: {
196
+ hasChildren?: string;
197
+ children?: string;
198
+ checkStrictly?: boolean;
199
+ };
200
+ /**
201
+ * 设置表格单元、行和列的布局方式
202
+ */
203
+ tableLayout?: 'fixed' | 'auto';
204
+ /**
205
+ * 是否始终显示滚动条
206
+ */
207
+ scrollbarAlwaysOn?: boolean;
208
+ /**
209
+ * 是否隐藏额外内容并在单元格悬停时使用 Tooltip 显示它们。这将影响全部列的展示
210
+ */
211
+ showOverflowTooltip?: boolean;
212
+ /**
213
+ * 确保主轴的最小尺寸,以便不超过内容,默认false
214
+ */
215
+ flexible?: boolean;
216
+ /**
217
+ * body 的滚动条的包裹容器 tabindex
218
+ */
219
+ scrollbarTabindex?: string | number;
220
+ }
221
+ export interface ITableBase {
222
+ columns: XTableColumnSchema[];
223
+ /**
224
+ * 给td统一设置对齐方式
225
+ */
226
+ align?: AlignEnum;
227
+ /**
228
+ * 给th统一设置对齐方式
229
+ */
230
+ headerAlign?: AlignEnum;
231
+ /**
232
+ * 表单输入模式
233
+ */
234
+ inputMode?: boolean;
235
+ }
236
+ export interface XTableProps extends ElTableSchema, ITableBase {
237
+ }
238
+ export interface XTableColumnBase<T = any, Context = any> extends ISelectable<T, Context> {
239
+ /**
240
+ * 列字段名
241
+ */
242
+ name?: string;
243
+ /**
244
+ * 列标题
245
+ */
246
+ label?: string;
247
+ /**
248
+ * 组件名
249
+ */
250
+ type?: string;
251
+ /**
252
+ * 自定义渲染插槽名称
253
+ */
254
+ customRenderer?: string;
255
+ /**
256
+ * 自定义表头插槽名称
257
+ */
258
+ headerRenderer?: string;
259
+ /**
260
+ * 列是否显示
261
+ */
262
+ visible?: ConditionValue<T, Context>;
263
+ /**
264
+ * 内容是否显示
265
+ */
266
+ contentVisible?: ConditionValue<T, Context>;
267
+ /**
268
+ * 是否禁用,返回布尔值,或者返回可以转换成`true/false`的值
269
+ */
270
+ disabled?: ConditionValue<T, Context>;
271
+ /**
272
+ * @deprecated 请使用attrs
273
+ */
274
+ el?: any | ((row: T, context: Context) => any);
275
+ attrs?: any | ((row: T, context: Context) => any);
276
+ children?: XTableColumnSchema<T, Context>[];
277
+ static?: boolean;
278
+ style?: StyleValue;
279
+ }
280
+ export interface TableIndexColSchema {
281
+ type?: 'index';
282
+ }
283
+ export interface TableSelectionColSchema {
284
+ type?: 'selection';
285
+ }
286
+ export interface TableOperationColSchema {
287
+ type?: 'operation';
288
+ /**
289
+ * 动作
290
+ */
291
+ actions?: (SingleActionItem | string)[];
292
+ }
293
+ export type XTableComponentProps<T = any, Context = any> = XInputTableItem<T, Context> | TableOperationColSchema | TableIndexColSchema | TableSelectionColSchema | XEllipsisSchema;
294
+ export type XTableColumnSchema<T = any, Context = any> = XTableComponentProps<T, Context> & XTableColumnBase<T, Context> & Partial<Omit<TableColumnCtx<T>, 'type' | 'prop'>> & {
295
+ /**
296
+ * 校验规则
297
+ */
298
+ rules?: FormItemRule | FormItemRule[];
299
+ /**
300
+ * 监听事件配置
301
+ */
302
+ on?: {
303
+ [event: string]: (...args: any[]) => void;
304
+ };
305
+ };
306
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/components/table/type.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * 当前所在表格类型,values(选中值的表格),options(选项的表格)。用于环境变量中,给使用者区分。
3
+ */
4
+ export declare const TABLE_SELECT_TABLE_TYPE: {
5
+ /**
6
+ * 选中值的表格
7
+ */
8
+ readonly VALUES: "values";
9
+ /**
10
+ * 选项的表格
11
+ */
12
+ readonly OPTIONS: "options";
13
+ };
14
+ //# sourceMappingURL=const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../src/components/table-select/const.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,uBAAuB;IAClC;;OAEG;;IAEH;;OAEG;;CAEK,CAAA"}