bkui-vue 0.0.2-beta.8 → 0.0.2-table-refactor.1

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 (241) hide show
  1. package/dist/index.cjs.js +70 -62
  2. package/dist/index.esm.js +16711 -16319
  3. package/dist/index.umd.js +72 -64
  4. package/dist/locale/en.esm.js +1 -1
  5. package/dist/locale/en.esm.js.map +1 -1
  6. package/dist/locale/en.umd.js +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/zh-cn.esm.js +1 -1
  9. package/dist/locale/zh-cn.esm.js.map +1 -1
  10. package/dist/locale/zh-cn.umd.js +1 -1
  11. package/dist/locale/zh-cn.umd.js.map +1 -1
  12. package/dist/style.css +1 -1
  13. package/dist/style.variable.css +1 -1
  14. package/lib/affix/affix.d.ts +1 -1
  15. package/lib/affix/index.d.ts +4 -4
  16. package/lib/alert/alert.css +7 -0
  17. package/lib/alert/alert.d.ts +5 -5
  18. package/lib/alert/alert.less +16 -6
  19. package/lib/alert/alert.variable.css +7 -0
  20. package/lib/alert/index.d.ts +10 -10
  21. package/lib/animate-number/index.d.ts +1 -1
  22. package/lib/backtop/index.d.ts +1 -1
  23. package/lib/badge/badge.d.ts +2 -2
  24. package/lib/badge/index.d.ts +7 -7
  25. package/lib/breadcrumb/index.d.ts +2 -2
  26. package/lib/button/button.css +20 -0
  27. package/lib/button/button.less +105 -94
  28. package/lib/button/button.variable.css +20 -0
  29. package/lib/button/index.d.ts +2 -2
  30. package/lib/card/card.d.ts +1 -1
  31. package/lib/card/index.d.ts +4 -4
  32. package/lib/cascader/cascader.d.ts +1 -0
  33. package/lib/cascader/index.d.ts +5 -2
  34. package/lib/cascader/index.js +1 -1
  35. package/lib/cascader/interface.d.ts +1 -1
  36. package/lib/checkbox/checkbox-group.d.ts +6 -3
  37. package/lib/checkbox/checkbox.d.ts +4 -4
  38. package/lib/checkbox/index.d.ts +22 -19
  39. package/lib/checkbox/index.js +1 -1
  40. package/lib/code-diff/index.d.ts +1 -1
  41. package/lib/collapse/index.d.ts +2 -2
  42. package/lib/collapse-transition/index.d.ts +128 -2
  43. package/lib/collapse-transition/index.js +1 -1
  44. package/lib/color-picker/color-picker.d.ts +16 -0
  45. package/lib/color-picker/components/recommend-colors.d.ts +16 -0
  46. package/lib/color-picker/index.d.ts +19 -1
  47. package/lib/color-picker/index.js +1 -1
  48. package/lib/components.d.ts +1 -1
  49. package/lib/config-provider/config-provider.d.ts +3 -0
  50. package/lib/config-provider/index.d.ts +5 -1
  51. package/lib/config-provider/index.js +1 -1
  52. package/lib/config-provider/token.d.ts +1 -0
  53. package/lib/config-provider/use-global-config.d.ts +2 -0
  54. package/lib/config-provider/use-prefix.d.ts +2 -0
  55. package/lib/container/index.d.ts +2 -2
  56. package/lib/container/index.js +1 -1
  57. package/lib/date-picker/date-picker.d.ts +3 -1
  58. package/lib/date-picker/index.d.ts +12 -5
  59. package/lib/date-picker/index.js +1 -1
  60. package/lib/date-picker/panel/date-range.d.ts +2 -1
  61. package/lib/dialog/index.d.ts +1 -1
  62. package/lib/directives/index.js +1 -1
  63. package/lib/directives/tooltips.d.ts +3 -2
  64. package/lib/divider/index.d.ts +1 -1
  65. package/lib/dropdown/dropdown.css +1 -0
  66. package/lib/dropdown/dropdown.d.ts +1 -1
  67. package/lib/dropdown/dropdown.variable.css +1 -0
  68. package/lib/dropdown/index.d.ts +7 -7
  69. package/lib/exception/index.d.ts +2 -2
  70. package/lib/fixed-navbar/index.d.ts +1 -1
  71. package/lib/form/index.d.ts +3 -3
  72. package/lib/form/index.js +1 -1
  73. package/lib/hooks.d.ts +1 -1
  74. package/lib/hooks.js +1 -1
  75. package/lib/icon/assistant.d.ts +4 -0
  76. package/lib/icon/assistant.js +1 -0
  77. package/lib/icon/index.d.ts +1 -0
  78. package/lib/icon/index.js +1 -1
  79. package/lib/image/index.d.ts +1 -1
  80. package/lib/image/index.js +1 -1
  81. package/lib/info-box/index.js +1 -1
  82. package/lib/input/index.d.ts +146 -50
  83. package/lib/input/index.js +2 -1
  84. package/lib/input/index.js.LICENSE.txt +1 -0
  85. package/lib/input/input.css +34 -6
  86. package/lib/input/input.d.ts +100 -11
  87. package/lib/input/input.less +53 -14
  88. package/lib/input/input.variable.css +34 -6
  89. package/lib/input/util.d.ts +6 -0
  90. package/lib/link/index.d.ts +4 -4
  91. package/lib/link/link.d.ts +1 -1
  92. package/lib/loading/index.d.ts +2 -2
  93. package/lib/locale/index.js +1 -1
  94. package/lib/locale/lang/en.d.ts +1 -0
  95. package/lib/menu/index.d.ts +2 -2
  96. package/lib/message/index.js +1 -1
  97. package/lib/message/message.css +33 -9
  98. package/lib/message/message.less +78 -54
  99. package/lib/message/message.variable.css +33 -9
  100. package/lib/message/messageConstructor.d.ts +30 -8
  101. package/lib/modal/index.d.ts +2 -2
  102. package/lib/modal/index.js +1 -1
  103. package/lib/navigation/index.d.ts +4 -1
  104. package/lib/navigation/index.js +1 -1
  105. package/lib/navigation/navigation.d.ts +1 -0
  106. package/lib/notify/index.js +1 -1
  107. package/lib/notify/notifyConstructor.d.ts +1 -1
  108. package/lib/overflow-title/components/overflow-title.d.ts +257 -1
  109. package/lib/overflow-title/index.d.ts +387 -2
  110. package/lib/overflow-title/index.js +1 -1
  111. package/lib/overflow-title/props.d.ts +129 -0
  112. package/lib/pagination/index.d.ts +2 -2
  113. package/lib/plugin-popover/index.js +1 -1
  114. package/lib/pop-confirm/index.d.ts +1 -1
  115. package/lib/popover/const.d.ts +22 -9
  116. package/lib/popover/content.d.ts +33 -0
  117. package/lib/popover/index.d.ts +154 -61
  118. package/lib/popover/index.js +1 -1
  119. package/lib/popover/popover.css +1 -0
  120. package/lib/popover/popover.d.ts +64 -23
  121. package/lib/popover/popover.less +3 -2
  122. package/lib/popover/popover.variable.css +1 -0
  123. package/lib/popover/props.d.ts +29 -4
  124. package/lib/popover/use-floating.d.ts +2 -2
  125. package/lib/popover/use-popover-init.d.ts +2 -1
  126. package/lib/popover2/index.d.ts +1 -1
  127. package/lib/preset.d.ts +2 -0
  128. package/lib/process/index.d.ts +1 -1
  129. package/lib/progress/index.d.ts +1 -1
  130. package/lib/radio/index.d.ts +23 -23
  131. package/lib/radio/radio-button.d.ts +4 -4
  132. package/lib/radio/radio-group.d.ts +4 -4
  133. package/lib/radio/radio.d.ts +4 -4
  134. package/lib/rate/index.d.ts +8 -4
  135. package/lib/rate/index.js +1 -1
  136. package/lib/rate/rate.d.ts +2 -1
  137. package/lib/resize-layout/index.d.ts +4 -4
  138. package/lib/resize-layout/index.js +1 -1
  139. package/lib/resize-layout/resize-layout.css +12 -0
  140. package/lib/resize-layout/resize-layout.d.ts +1 -1
  141. package/lib/resize-layout/resize-layout.less +12 -0
  142. package/lib/resize-layout/resize-layout.variable.css +12 -0
  143. package/lib/search-select/index.d.ts +62 -29
  144. package/lib/search-select/index.js +1 -1
  145. package/lib/search-select/input.d.ts +5 -1
  146. package/lib/search-select/menu.d.ts +33 -2
  147. package/lib/search-select/search-select.css +31 -11
  148. package/lib/search-select/search-select.d.ts +23 -20
  149. package/lib/search-select/search-select.less +29 -10
  150. package/lib/search-select/search-select.variable.css +31 -11
  151. package/lib/search-select/selected.d.ts +5 -1
  152. package/lib/search-select/utils.d.ts +13 -5
  153. package/lib/select/index.d.ts +180 -84
  154. package/lib/select/index.js +1 -1
  155. package/lib/select/option.d.ts +11 -0
  156. package/lib/select/select.css +9 -1
  157. package/lib/select/select.d.ts +75 -37
  158. package/lib/select/select.less +11 -1
  159. package/lib/select/select.variable.css +9 -1
  160. package/lib/select/selectTagInput.d.ts +8 -5
  161. package/lib/shared/helper.d.ts +1 -1
  162. package/lib/shared/index.js +1 -1
  163. package/lib/shared/mask-manager.d.ts +3 -4
  164. package/lib/shared/pop-manager.d.ts +6 -2
  165. package/lib/shared/popover.d.ts +2 -2
  166. package/lib/shared/vue-types.d.ts +3 -2
  167. package/lib/sideslider/index.d.ts +1 -1
  168. package/lib/slider/index.d.ts +1 -1
  169. package/lib/slider/index.js +1 -1
  170. package/lib/steps/index.d.ts +1 -1
  171. package/lib/steps/index.js +1 -1
  172. package/lib/styles/mixins/popper.less +6 -5
  173. package/lib/swiper/index.d.ts +1 -1
  174. package/lib/swiper/index.js +1 -1
  175. package/lib/swiper/swiper.css +0 -6
  176. package/lib/swiper/swiper.less +0 -8
  177. package/lib/swiper/swiper.variable.css +0 -6
  178. package/lib/switcher/index.d.ts +30 -16
  179. package/lib/switcher/index.js +1 -1
  180. package/lib/switcher/switcher.d.ts +74 -5
  181. package/lib/tab/index.d.ts +3 -3
  182. package/lib/tab/tab-nav.d.ts +12 -2
  183. package/lib/tab/tab-panel.d.ts +1 -1
  184. package/lib/table/components/table-cell.d.ts +22 -15
  185. package/lib/table/components/table-column.d.ts +154 -219
  186. package/lib/table/const.d.ts +34 -56
  187. package/lib/table/events.d.ts +180 -0
  188. package/lib/table/index.d.ts +746 -440
  189. package/lib/table/index.js +1 -1
  190. package/lib/table/plugins/head-filter.css +3 -0
  191. package/lib/table/plugins/head-filter.d.ts +3 -7
  192. package/lib/table/plugins/head-filter.less +3 -0
  193. package/lib/table/plugins/head-filter.variable.css +3 -0
  194. package/lib/table/plugins/head-sort.d.ts +3 -7
  195. package/lib/table/plugins/settings.d.ts +12 -26
  196. package/lib/table/plugins/use-column-resize.d.ts +30 -10
  197. package/lib/table/plugins/use-fixed-column.d.ts +7 -5
  198. package/lib/table/plugins/use-pagination.d.ts +7 -4
  199. package/lib/table/props.d.ts +219 -181
  200. package/lib/table/render.d.ts +12 -20
  201. package/lib/table/table.css +85 -5
  202. package/lib/table/table.d.ts +227 -104
  203. package/lib/table/table.less +75 -8
  204. package/lib/table/table.variable.css +85 -5
  205. package/lib/table/use-attributes.d.ts +55 -0
  206. package/lib/table/use-column.d.ts +175 -3
  207. package/lib/table/use-common.d.ts +1609 -76
  208. package/lib/table/use-render.d.ts +11 -0
  209. package/lib/table/utils.d.ts +30 -28
  210. package/lib/table-column/index.d.ts +237 -527
  211. package/lib/table-column/index.js +1 -1
  212. package/lib/tag/index.d.ts +10 -10
  213. package/lib/tag/index.js +1 -1
  214. package/lib/tag/tag.d.ts +5 -5
  215. package/lib/tag-input/index.d.ts +49 -13
  216. package/lib/tag-input/index.js +1 -1
  217. package/lib/tag-input/tag-input.css +6 -1
  218. package/lib/tag-input/tag-input.d.ts +46 -10
  219. package/lib/tag-input/tag-input.less +9 -4
  220. package/lib/tag-input/tag-input.variable.css +6 -1
  221. package/lib/tag-input/tag-props.d.ts +16 -4
  222. package/lib/time-picker/index.d.ts +1 -1
  223. package/lib/timeline/index.d.ts +1 -1
  224. package/lib/transfer/index.d.ts +1 -1
  225. package/lib/tree/constant.d.ts +2 -2
  226. package/lib/tree/index.d.ts +37 -7
  227. package/lib/tree/index.js +1 -1
  228. package/lib/tree/props.d.ts +8 -1
  229. package/lib/tree/tree.d.ts +20 -2
  230. package/lib/tree/use-node-action.d.ts +3 -2
  231. package/lib/tree/use-node-attribute.d.ts +15 -8
  232. package/lib/tree/use-tree-init.d.ts +1 -2
  233. package/lib/tree/util.d.ts +7 -2
  234. package/lib/upload/index.d.ts +1 -1
  235. package/lib/virtual-render/index.d.ts +43 -1
  236. package/lib/virtual-render/index.js +1 -1
  237. package/lib/virtual-render/props.d.ts +15 -0
  238. package/lib/virtual-render/v-virtual-render.d.ts +1 -0
  239. package/lib/virtual-render/virtual-render.d.ts +27 -2
  240. package/lib/volar.components.d.ts +24 -24
  241. package/package.json +17 -16
@@ -0,0 +1,11 @@
1
+ import { SetupContext } from 'vue';
2
+ import { TablePropTypes } from './props';
3
+ import { ITableResponse } from './use-attributes';
4
+ declare const _default: (props: TablePropTypes, context: SetupContext<any>, tableResp: ITableResponse, styleRef: any) => {
5
+ renderTableHeadSchema: () => (string | JSX.Element)[];
6
+ renderTableBodySchema: (rows: any[]) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
+ [key: string]: any;
8
+ }>[] | JSX.Element;
9
+ renderTableFooter: (options: any) => JSX.Element;
10
+ };
11
+ export default _default;
@@ -1,4 +1,4 @@
1
- import { Column, GroupColumn, TablePropTypes } from './props';
1
+ import { Column, GroupColumn, ISortPropShape, TablePropTypes } from './props';
2
2
  /**
3
3
  * 解析Prop值 | 可能为多种类型 & 函数返回的场景
4
4
  * @param prop 当前Prop
@@ -44,14 +44,6 @@ export declare const resolvePropBorderToClassStr: (val: string | string[]) => st
44
44
  * @returns
45
45
  */
46
46
  export declare const getColumnReactWidth: (colmun: GroupColumn, orders?: string[]) => any;
47
- /**
48
- * 根据Props Column配置计算并设置列宽度
49
- * @param root 当前根元素
50
- * @param colgroups Columns配置
51
- * @param autoWidth 自动填充宽度
52
- * @param offsetWidth 需要减掉的偏移量(滚动条|外层边框)
53
- */
54
- export declare const resolveColumnWidth: (root: HTMLElement, colgroups: GroupColumn[], autoWidth?: number, offsetWidth?: number) => void;
55
47
  /**
56
48
  * 监听目标元素的Resize事件
57
49
  * @param root 目标元素
@@ -79,20 +71,23 @@ export declare const isPercentPixOrNumber: (val: string | number) => boolean;
79
71
  export declare const resolveHeadConfig: (props: TablePropTypes) => {
80
72
  isShow: boolean;
81
73
  height: number;
82
- } & {
83
- height?: Number;
84
- isShow?: boolean;
85
- cellFn?: Function;
86
- };
74
+ } & import("./props").Thead;
75
+ /**
76
+ * 获取当前行指定列的内容
77
+ * @param row 当前行
78
+ * @param key 指定列名
79
+ * @param column 列配置
80
+ * @param index 当前行Index
81
+ * @returns
82
+ */
83
+ export declare const getRowText: (row: any, key: string) => any;
87
84
  /**
88
- * 获取当前行指定列的内容
89
- * @param row 当前行
90
- * @param key 指定列名
91
- * @param column 列配置
92
- * @param index 当前行Index
93
- * @returns
94
- */
95
- export declare const getRowText: (row: any, key: string, column: Column) => any;
85
+ * 获取当前行指定列的值
86
+ * @param row 当前行
87
+ * @param key 指定列名
88
+ * @returns
89
+ */
90
+ export declare const getRowValue: (row: any, key: string) => any;
96
91
  /**
97
92
  * 格式化prop配置为标准数组格式
98
93
  * @param prop prop对象值
@@ -117,15 +112,22 @@ export declare const resolveCellSpan: (column: Column, colIndex: number, row: an
117
112
  rowspan: any;
118
113
  };
119
114
  export declare const skipThisColumn: (columns: Column[], colIndex: number, row: any, rowIndex: number) => boolean;
120
- export declare const getSortFn: (column: any, sortType: any) => (() => boolean) | ((_a: any, _b: any) => number);
115
+ export declare const getSortFn: (column: any, sortType: any) => ((_a: any, _b: any) => boolean) | ((_a: any, _b: any) => number);
121
116
  export declare const getNextSortType: (sortType: string) => string;
122
- export declare const resolveSort: (sort: string | boolean | any) => any;
117
+ export declare const resolveSort: (sort: ISortPropShape) => import("./props").ISortShape | {
118
+ sortFn?: Function;
119
+ sortScope?: import("./props").SortScope;
120
+ value: string;
121
+ };
123
122
  export declare const isRowSelectEnable: (props: any, { row, index, isCheckAll }: {
124
123
  row: any;
125
124
  index: any;
126
125
  isCheckAll: any;
127
126
  }) => any;
128
- export declare const getRowId: (row: any, index: any, props: any) => any;
129
- export declare const getRowSourceData: (row: any) => any;
130
- export declare const getColumnSourceData: (column: any) => any;
131
- export declare const getRowIndex: (row: any, index: any) => any;
127
+ export declare const getRowId: (row: any, defVal: any, props: any) => any;
128
+ export declare const resolveColumnSortProp: (col: Column, props: TablePropTypes) => {
129
+ type: string;
130
+ fn: Function;
131
+ scope: import("./props").SortScope;
132
+ active: boolean;
133
+ };