bkui-vue 2.0.1-beta.7 → 2.0.1-beta.70.search.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 (153) hide show
  1. package/dist/index.cjs.js +71 -71
  2. package/dist/index.esm.js +19703 -20587
  3. package/dist/index.umd.js +71 -71
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/cascader/cascader.css +3 -3
  7. package/lib/cascader/cascader.less +3 -3
  8. package/lib/cascader/cascader.variable.css +3 -3
  9. package/lib/cascader/index.js +4 -4
  10. package/lib/collapse/collapse.css +0 -11
  11. package/lib/collapse/collapse.d.ts +0 -11
  12. package/lib/collapse/collapse.less +1 -15
  13. package/lib/collapse/collapse.variable.css +0 -11
  14. package/lib/collapse/index.d.ts +0 -23
  15. package/lib/collapse/index.js +1 -9
  16. package/lib/collapse/props.d.ts +0 -8
  17. package/lib/color-picker/color-picker.css +3 -3
  18. package/lib/color-picker/color-picker.less +3 -3
  19. package/lib/color-picker/color-picker.variable.css +3 -3
  20. package/lib/color-picker/index.js +1 -1
  21. package/lib/components.d.ts +0 -1
  22. package/lib/components.js +0 -1
  23. package/lib/date-picker/base/year-table.d.ts +2 -2
  24. package/lib/date-picker/index.js +36 -111
  25. package/lib/date-picker/interface.d.ts +1 -1
  26. package/lib/date-picker/panel/date-range.d.ts +63 -1
  27. package/lib/date-picker/utils.d.ts +0 -4
  28. package/lib/dialog/dialog.css +84 -135
  29. package/lib/dialog/dialog.d.ts +132 -38
  30. package/lib/dialog/dialog.less +76 -9
  31. package/lib/dialog/dialog.variable.css +84 -135
  32. package/lib/dialog/index.d.ts +311 -96
  33. package/lib/dialog/index.js +221 -197
  34. package/lib/dialog/props.d.ts +47 -10
  35. package/lib/info-box/index.d.ts +2 -2
  36. package/lib/info-box/index.js +173 -328
  37. package/lib/info-box/info-box.css +7 -63
  38. package/lib/info-box/info-box.d.ts +16 -18
  39. package/lib/info-box/info-box.less +14 -76
  40. package/lib/info-box/info-box.variable.css +7 -63
  41. package/lib/input/index.js +1 -2
  42. package/lib/modal/hooks.d.ts +1 -1
  43. package/lib/modal/index.d.ts +345 -29
  44. package/lib/modal/index.js +703 -218
  45. package/lib/modal/modal.css +32 -131
  46. package/lib/modal/modal.d.ts +132 -11
  47. package/lib/modal/modal.less +29 -83
  48. package/lib/modal/modal.variable.css +32 -131
  49. package/lib/modal/props.mixin.d.ts +52 -4
  50. package/lib/overflow-title/index.js +52 -46
  51. package/lib/radio/index.d.ts +0 -29
  52. package/lib/radio/index.js +16 -34
  53. package/lib/radio/radio-button.d.ts +0 -10
  54. package/lib/radio/radio-group.d.ts +0 -10
  55. package/lib/radio/radio.d.ts +0 -10
  56. package/lib/rate/rate.css +0 -27
  57. package/lib/rate/rate.less +0 -33
  58. package/lib/rate/rate.variable.css +0 -27
  59. package/lib/rate/star.css +27 -0
  60. package/lib/rate/star.less +34 -0
  61. package/lib/{scrollbar/scrollbar.variable.css → rate/star.variable.css} +19 -67
  62. package/lib/search-select/index.d.ts +58 -78
  63. package/lib/search-select/index.js +311 -211
  64. package/lib/search-select/input.d.ts +6 -5
  65. package/lib/search-select/menu.d.ts +1 -1
  66. package/lib/search-select/search-select.d.ts +19 -43
  67. package/lib/search-select/selected.d.ts +12 -10
  68. package/lib/search-select/utils.d.ts +6 -6
  69. package/lib/select/index.d.ts +19 -0
  70. package/lib/select/index.js +21 -8
  71. package/lib/select/select.css +2 -1
  72. package/lib/select/select.d.ts +9 -0
  73. package/lib/select/select.less +2 -1
  74. package/lib/select/select.variable.css +2 -1
  75. package/lib/shared/index.d.ts +1 -0
  76. package/lib/shared/index.js +48 -4
  77. package/lib/shared/mask.d.ts +11 -0
  78. package/lib/sideslider/index.d.ts +218 -42
  79. package/lib/sideslider/index.js +40 -65
  80. package/lib/sideslider/sideslider.css +86 -17
  81. package/lib/sideslider/sideslider.d.ts +104 -20
  82. package/lib/sideslider/sideslider.less +107 -27
  83. package/lib/sideslider/sideslider.variable.css +86 -17
  84. package/lib/slider/index.d.ts +0 -19
  85. package/lib/slider/index.js +5 -45
  86. package/lib/slider/slider.css +0 -14
  87. package/lib/slider/slider.d.ts +0 -9
  88. package/lib/slider/slider.less +0 -15
  89. package/lib/slider/slider.variable.css +0 -14
  90. package/lib/styles/index.d.ts +1 -0
  91. package/lib/table/components/table-cell.d.ts +2 -3
  92. package/lib/table/components/table-column.d.ts +119 -3
  93. package/lib/table/const.d.ts +4 -4
  94. package/lib/table/index.d.ts +107 -26
  95. package/lib/table/index.js +578 -17818
  96. package/lib/table/plugins/head-filter.css +4 -8
  97. package/lib/table/plugins/head-filter.less +3 -6
  98. package/lib/table/plugins/head-filter.variable.css +4 -8
  99. package/lib/table/plugins/use-active-columns.d.ts +2 -2
  100. package/lib/table/plugins/use-fixed-column.d.ts +1 -1
  101. package/lib/table/plugins/use-pagination.d.ts +1 -3
  102. package/lib/table/props.d.ts +4 -12
  103. package/lib/table/table.css +46 -106
  104. package/lib/table/table.d.ts +0 -11
  105. package/lib/table/table.less +58 -43
  106. package/lib/table/table.variable.css +46 -106
  107. package/lib/table/use-attributes.d.ts +1 -2
  108. package/lib/table/use-column.d.ts +10 -9
  109. package/lib/table/use-common.d.ts +1 -1
  110. package/lib/table/use-render.d.ts +1 -1
  111. package/lib/table-column/index.d.ts +299 -9
  112. package/lib/table-column/index.js +283 -25
  113. package/lib/transfer/index.js +14 -16
  114. package/lib/transfer/transfer.css +9 -9
  115. package/lib/transfer/transfer.less +3 -3
  116. package/lib/transfer/transfer.variable.css +9 -9
  117. package/lib/tree/constant.d.ts +1 -3
  118. package/lib/tree/index.d.ts +0 -44
  119. package/lib/tree/index.js +35 -17554
  120. package/lib/tree/props.d.ts +0 -18
  121. package/lib/tree/tree.css +2 -76
  122. package/lib/tree/tree.d.ts +2 -28
  123. package/lib/tree/tree.less +1 -1
  124. package/lib/tree/tree.variable.css +2 -76
  125. package/lib/tree/use-node-attribute.d.ts +0 -9
  126. package/lib/tree/util.d.ts +1 -1
  127. package/lib/upload/index.js +9 -16
  128. package/lib/upload/upload.type.d.ts +1 -1
  129. package/lib/virtual-render/index.d.ts +0 -27
  130. package/lib/virtual-render/index.js +80 -295
  131. package/lib/virtual-render/props.d.ts +0 -16
  132. package/lib/virtual-render/use-fix-top.d.ts +7 -2
  133. package/lib/virtual-render/v-virtual-render.d.ts +1 -2
  134. package/lib/virtual-render/virtual-render.css +2 -76
  135. package/lib/virtual-render/virtual-render.d.ts +0 -13
  136. package/lib/virtual-render/virtual-render.less +3 -3
  137. package/lib/virtual-render/virtual-render.variable.css +2 -76
  138. package/package.json +1 -1
  139. package/lib/info-box/render-component.d.ts +0 -4
  140. package/lib/modal/mask.d.ts +0 -6
  141. package/lib/scrollbar/index.d.ts +0 -15
  142. package/lib/scrollbar/index.js +0 -18763
  143. package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +0 -2
  144. package/lib/scrollbar/scrollbar-core/helpers.d.ts +0 -5
  145. package/lib/scrollbar/scrollbar-core/index.d.ts +0 -241
  146. package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +0 -5
  147. package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +0 -1
  148. package/lib/scrollbar/scrollbar.css +0 -75
  149. package/lib/scrollbar/scrollbar.less +0 -94
  150. package/lib/table/plugins/use-column-template.d.ts +0 -7
  151. package/lib/table/plugins/use-shift-key.d.ts +0 -13
  152. package/lib/tree/use-intersection-observer.d.ts +0 -27
  153. package/lib/virtual-render/use-scrollbar.d.ts +0 -24
@@ -1,4 +1,5 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
+ import { Column } from '../props';
2
3
  declare const TableColumnProp: {
3
4
  label: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
4
5
  field: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
@@ -48,6 +49,17 @@ declare const TableColumnProp: {
48
49
  } & {
49
50
  default: number;
50
51
  };
52
+ uniqueId: import("vue-types").VueTypeValidableDef<{
53
+ [key: string]: any;
54
+ }> & {
55
+ default: () => {
56
+ [key: string]: any;
57
+ };
58
+ } & {
59
+ default: () => {
60
+ [key: string]: any;
61
+ };
62
+ };
51
63
  };
52
64
  export type ITableColumn = Partial<ExtractPropTypes<typeof TableColumnProp>>;
53
65
  declare const _default: import("vue").DefineComponent<{
@@ -99,7 +111,24 @@ declare const _default: import("vue").DefineComponent<{
99
111
  } & {
100
112
  default: number;
101
113
  };
114
+ uniqueId: import("vue-types").VueTypeValidableDef<{
115
+ [key: string]: any;
116
+ }> & {
117
+ default: () => {
118
+ [key: string]: any;
119
+ };
120
+ } & {
121
+ default: () => {
122
+ [key: string]: any;
123
+ };
124
+ };
102
125
  }, {
126
+ isIndexPropChanged: import("vue").Ref<boolean>;
127
+ setIsIndexChanged: (val: boolean) => void;
128
+ initColumns: (_col: Column | Column[], _rm?: boolean) => void;
129
+ bkTableCache: {
130
+ queueStack: (_: any, fn: any) => any;
131
+ };
103
132
  column: {
104
133
  fixed?: boolean | "right" | "left";
105
134
  resizable?: boolean;
@@ -138,6 +167,9 @@ declare const _default: import("vue").DefineComponent<{
138
167
  (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
139
168
  };
140
169
  };
170
+ uniqueId?: {
171
+ [key: string]: any;
172
+ };
141
173
  render?: import("../props").RenderFunctionString;
142
174
  sort?: string | boolean | {
143
175
  sortFn?: Function;
@@ -161,8 +193,8 @@ declare const _default: import("vue").DefineComponent<{
161
193
  className?: import("../props").RowClassFunctionString;
162
194
  align?: "" | "right" | "left" | "center";
163
195
  showOverflowTooltip?: boolean | {
164
- content: string | ((col: import("../props").Column, row: any) => string);
165
- disabled?: boolean | ((col: import("../props").Column, row: any) => boolean);
196
+ content: string | Function;
197
+ disabled?: (col: Column, row: any) => boolean;
166
198
  watchCellResize?: boolean;
167
199
  mode?: "auto" | "static";
168
200
  popoverOption?: any;
@@ -172,7 +204,77 @@ declare const _default: import("vue").DefineComponent<{
172
204
  field: import("../props").LabelFunctionString;
173
205
  prop?: import("../props").LabelFunctionString;
174
206
  };
175
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
207
+ }, unknown, {}, {
208
+ updateColumnDefine(unmounted?: boolean): void;
209
+ copyProps(props: Partial<ExtractPropTypes<{
210
+ label: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
211
+ field: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
212
+ render: import("vue-types").VueTypeDef<import("../props").RenderFunctionString>;
213
+ width: import("vue-types").VueTypeDef<string | number>;
214
+ minWidth: import("vue-types").VueTypeDef<string | number> & {
215
+ default: string | number;
216
+ };
217
+ columnKey: import("vue-types").VueTypeValidableDef<string> & {
218
+ default: string;
219
+ } & {
220
+ default: string;
221
+ };
222
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../props").IOverflowTooltipProp>;
223
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
224
+ resizable: import("vue-types").VueTypeValidableDef<boolean> & {
225
+ default: boolean;
226
+ } & {
227
+ default: boolean;
228
+ };
229
+ fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
230
+ default: boolean | "right" | "left";
231
+ };
232
+ sort: import("vue-types").VueTypeDef<import("../props").ISortPropShape>;
233
+ filter: import("vue-types").VueTypeDef<import("../props").IFilterPropShape>;
234
+ colspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
235
+ default: (({ column, colIndex, row, rowIndex }: {
236
+ column: any;
237
+ colIndex: any;
238
+ row: any;
239
+ rowIndex: any;
240
+ }) => number) | (() => Number);
241
+ };
242
+ rowspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
243
+ default: (({ column, colIndex, row, rowIndex }: {
244
+ column: any;
245
+ colIndex: any;
246
+ row: any;
247
+ rowIndex: any;
248
+ }) => number) | (() => Number);
249
+ };
250
+ align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
251
+ className: import("vue-types").VueTypeDef<import("../props").RowClassFunctionString>;
252
+ prop: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
253
+ index: import("vue-types").VueTypeValidableDef<number> & {
254
+ default: number;
255
+ } & {
256
+ default: number;
257
+ };
258
+ uniqueId: import("vue-types").VueTypeValidableDef<{
259
+ [key: string]: any;
260
+ }> & {
261
+ default: () => {
262
+ [key: string]: any;
263
+ };
264
+ } & {
265
+ default: () => {
266
+ [key: string]: any;
267
+ };
268
+ };
269
+ }>> | {
270
+ [key: string]: any;
271
+ }): {};
272
+ rsolveIndexedColumn(): boolean;
273
+ setNodeUid(): void;
274
+ getNodeCtxUid(ctx: any): any;
275
+ updateColumnDefineByParent(): void;
276
+ unmountColumn(): void;
277
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
176
278
  label: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
177
279
  field: import("vue-types").VueTypeDef<import("../props").LabelFunctionString>;
178
280
  render: import("vue-types").VueTypeDef<import("../props").RenderFunctionString>;
@@ -221,6 +323,17 @@ declare const _default: import("vue").DefineComponent<{
221
323
  } & {
222
324
  default: number;
223
325
  };
326
+ uniqueId: import("vue-types").VueTypeValidableDef<{
327
+ [key: string]: any;
328
+ }> & {
329
+ default: () => {
330
+ [key: string]: any;
331
+ };
332
+ } & {
333
+ default: () => {
334
+ [key: string]: any;
335
+ };
336
+ };
224
337
  }>>, {
225
338
  fixed: boolean | "right" | "left";
226
339
  resizable: boolean;
@@ -229,5 +342,8 @@ declare const _default: import("vue").DefineComponent<{
229
342
  columnKey: string;
230
343
  colspan: import("../props").SpanFunctionString;
231
344
  rowspan: import("../props").SpanFunctionString;
345
+ uniqueId: {
346
+ [key: string]: any;
347
+ };
232
348
  }, {}>;
233
349
  export default _default;
@@ -53,7 +53,7 @@ export declare const COLUMN_ATTRIBUTE: {
53
53
  /**
54
54
  * Y 轴滚动条宽度
55
55
  */
56
- export declare const SCROLLY_WIDTH = 0;
56
+ export declare const SCROLLY_WIDTH = 6;
57
57
  /**
58
58
  * 默认行高
59
59
  */
@@ -82,9 +82,9 @@ export declare const createDefaultSizeList: (t: ComputedRef<Language['table']>)
82
82
  /**
83
83
  * Provide key: init column when use <column { ...props }> template
84
84
  */
85
- export declare const PROVIDE_KEY_INIT_COL: unique symbol;
86
- export declare const PROVIDE_KEY_TB_CACHE: unique symbol;
87
- export declare const BK_COLUMN_UPDATE_DEFINE: unique symbol;
85
+ export declare const PROVIDE_KEY_INIT_COL = "InitColumns";
86
+ export declare const PROVIDE_KEY_TB_CACHE = "BKTableCahce";
87
+ export declare const BK_COLUMN_UPDATE_DEFINE = "Bk_COlumn_Update_Define";
88
88
  /**
89
89
  * 表格底部高度
90
90
  * 分页组件
@@ -162,11 +162,6 @@ declare const BkTable: {
162
162
  rowDraggable: import("vue-types").VueTypeDef<any> & {
163
163
  default: any;
164
164
  };
165
- shiftMultiChecked: import("vue-types").VueTypeValidableDef<boolean> & {
166
- default: boolean;
167
- } & {
168
- default: boolean;
169
- };
170
165
  }>> & {
171
166
  onDragend?: (_args: {
172
167
  sourceEvent: DragEvent;
@@ -491,11 +486,6 @@ declare const BkTable: {
491
486
  rowDraggable: import("vue-types").VueTypeDef<any> & {
492
487
  default: any;
493
488
  };
494
- shiftMultiChecked: import("vue-types").VueTypeValidableDef<boolean> & {
495
- default: boolean;
496
- } & {
497
- default: boolean;
498
- };
499
489
  }>> & {
500
490
  onDragend?: (_args: {
501
491
  sourceEvent: DragEvent;
@@ -622,7 +612,6 @@ declare const BkTable: {
622
612
  prependStyle: import("vue").CSSProperties;
623
613
  isFlex: boolean;
624
614
  rowDraggable: any;
625
- shiftMultiChecked: boolean;
626
615
  }, true, {}, {}, {
627
616
  P: {};
628
617
  B: {};
@@ -788,11 +777,6 @@ declare const BkTable: {
788
777
  rowDraggable: import("vue-types").VueTypeDef<any> & {
789
778
  default: any;
790
779
  };
791
- shiftMultiChecked: import("vue-types").VueTypeValidableDef<boolean> & {
792
- default: boolean;
793
- } & {
794
- default: boolean;
795
- };
796
780
  }>> & {
797
781
  onDragend?: (_args: {
798
782
  sourceEvent: DragEvent;
@@ -919,7 +903,6 @@ declare const BkTable: {
919
903
  prependStyle: import("vue").CSSProperties;
920
904
  isFlex: boolean;
921
905
  rowDraggable: any;
922
- shiftMultiChecked: boolean;
923
906
  }>;
924
907
  __isFragment?: never;
925
908
  __isTeleport?: never;
@@ -1082,11 +1065,6 @@ declare const BkTable: {
1082
1065
  rowDraggable: import("vue-types").VueTypeDef<any> & {
1083
1066
  default: any;
1084
1067
  };
1085
- shiftMultiChecked: import("vue-types").VueTypeValidableDef<boolean> & {
1086
- default: boolean;
1087
- } & {
1088
- default: boolean;
1089
- };
1090
1068
  }>> & {
1091
1069
  onDragend?: (_args: {
1092
1070
  sourceEvent: DragEvent;
@@ -1296,7 +1274,6 @@ declare const BkTable: {
1296
1274
  prependStyle: import("vue").CSSProperties;
1297
1275
  isFlex: boolean;
1298
1276
  rowDraggable: any;
1299
- shiftMultiChecked: boolean;
1300
1277
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
1301
1278
  Column: import("vue").DefineComponent<{
1302
1279
  label: import("vue-types").VueTypeDef<import("./props").LabelFunctionString>;
@@ -1347,7 +1324,24 @@ declare const BkTable: {
1347
1324
  } & {
1348
1325
  default: number;
1349
1326
  };
1327
+ uniqueId: import("vue-types").VueTypeValidableDef<{
1328
+ [key: string]: any;
1329
+ }> & {
1330
+ default: () => {
1331
+ [key: string]: any;
1332
+ };
1333
+ } & {
1334
+ default: () => {
1335
+ [key: string]: any;
1336
+ };
1337
+ };
1350
1338
  }, {
1339
+ isIndexPropChanged: import("vue").Ref<boolean>;
1340
+ setIsIndexChanged: (val: boolean) => void;
1341
+ initColumns: (_col: import("./props").Column | import("./props").Column[], _rm?: boolean) => void;
1342
+ bkTableCache: {
1343
+ queueStack: (_: any, fn: any) => any;
1344
+ };
1351
1345
  column: {
1352
1346
  fixed?: boolean | "right" | "left";
1353
1347
  resizable?: boolean;
@@ -1386,6 +1380,9 @@ declare const BkTable: {
1386
1380
  (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1387
1381
  };
1388
1382
  };
1383
+ uniqueId?: {
1384
+ [key: string]: any;
1385
+ };
1389
1386
  render?: import("./props").RenderFunctionString;
1390
1387
  sort?: string | boolean | {
1391
1388
  sortFn?: Function;
@@ -1409,8 +1406,8 @@ declare const BkTable: {
1409
1406
  className?: import("./props").RowClassFunctionString;
1410
1407
  align?: "" | "right" | "left" | "center";
1411
1408
  showOverflowTooltip?: boolean | {
1412
- content: string | ((col: import("./props").Column, row: any) => string);
1413
- disabled?: boolean | ((col: import("./props").Column, row: any) => boolean);
1409
+ content: string | Function;
1410
+ disabled?: (col: import("./props").Column, row: any) => boolean;
1414
1411
  watchCellResize?: boolean;
1415
1412
  mode?: "auto" | "static";
1416
1413
  popoverOption?: any;
@@ -1420,7 +1417,77 @@ declare const BkTable: {
1420
1417
  field: import("./props").LabelFunctionString;
1421
1418
  prop?: import("./props").LabelFunctionString;
1422
1419
  };
1423
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
1420
+ }, unknown, {}, {
1421
+ updateColumnDefine(unmounted?: boolean): void;
1422
+ copyProps(props: Partial<ExtractPropTypes<{
1423
+ label: import("vue-types").VueTypeDef<import("./props").LabelFunctionString>;
1424
+ field: import("vue-types").VueTypeDef<import("./props").LabelFunctionString>;
1425
+ render: import("vue-types").VueTypeDef<import("./props").RenderFunctionString>;
1426
+ width: import("vue-types").VueTypeDef<string | number>;
1427
+ minWidth: import("vue-types").VueTypeDef<string | number> & {
1428
+ default: string | number;
1429
+ };
1430
+ columnKey: import("vue-types").VueTypeValidableDef<string> & {
1431
+ default: string;
1432
+ } & {
1433
+ default: string;
1434
+ };
1435
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("./props").IOverflowTooltipProp>;
1436
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
1437
+ resizable: import("vue-types").VueTypeValidableDef<boolean> & {
1438
+ default: boolean;
1439
+ } & {
1440
+ default: boolean;
1441
+ };
1442
+ fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
1443
+ default: boolean | "right" | "left";
1444
+ };
1445
+ sort: import("vue-types").VueTypeDef<import("./props").ISortPropShape>;
1446
+ filter: import("vue-types").VueTypeDef<import("./props").IFilterPropShape>;
1447
+ colspan: import("vue-types").VueTypeDef<import("./props").SpanFunctionString> & {
1448
+ default: (({ column, colIndex, row, rowIndex }: {
1449
+ column: any;
1450
+ colIndex: any;
1451
+ row: any;
1452
+ rowIndex: any;
1453
+ }) => number) | (() => Number);
1454
+ };
1455
+ rowspan: import("vue-types").VueTypeDef<import("./props").SpanFunctionString> & {
1456
+ default: (({ column, colIndex, row, rowIndex }: {
1457
+ column: any;
1458
+ colIndex: any;
1459
+ row: any;
1460
+ rowIndex: any;
1461
+ }) => number) | (() => Number);
1462
+ };
1463
+ align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
1464
+ className: import("vue-types").VueTypeDef<import("./props").RowClassFunctionString>;
1465
+ prop: import("vue-types").VueTypeDef<import("./props").LabelFunctionString>;
1466
+ index: import("vue-types").VueTypeValidableDef<number> & {
1467
+ default: number;
1468
+ } & {
1469
+ default: number;
1470
+ };
1471
+ uniqueId: import("vue-types").VueTypeValidableDef<{
1472
+ [key: string]: any;
1473
+ }> & {
1474
+ default: () => {
1475
+ [key: string]: any;
1476
+ };
1477
+ } & {
1478
+ default: () => {
1479
+ [key: string]: any;
1480
+ };
1481
+ };
1482
+ }>> | {
1483
+ [key: string]: any;
1484
+ }): {};
1485
+ rsolveIndexedColumn(): boolean;
1486
+ setNodeUid(): void;
1487
+ getNodeCtxUid(ctx: any): any;
1488
+ updateColumnDefineByParent(): void;
1489
+ unmountColumn(): void;
1490
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
1424
1491
  label: import("vue-types").VueTypeDef<import("./props").LabelFunctionString>;
1425
1492
  field: import("vue-types").VueTypeDef<import("./props").LabelFunctionString>;
1426
1493
  render: import("vue-types").VueTypeDef<import("./props").RenderFunctionString>;
@@ -1469,6 +1536,17 @@ declare const BkTable: {
1469
1536
  } & {
1470
1537
  default: number;
1471
1538
  };
1539
+ uniqueId: import("vue-types").VueTypeValidableDef<{
1540
+ [key: string]: any;
1541
+ }> & {
1542
+ default: () => {
1543
+ [key: string]: any;
1544
+ };
1545
+ } & {
1546
+ default: () => {
1547
+ [key: string]: any;
1548
+ };
1549
+ };
1472
1550
  }>>, {
1473
1551
  fixed: boolean | "right" | "left";
1474
1552
  resizable: boolean;
@@ -1477,6 +1555,9 @@ declare const BkTable: {
1477
1555
  columnKey: string;
1478
1556
  colspan: import("./props").SpanFunctionString;
1479
1557
  rowspan: import("./props").SpanFunctionString;
1558
+ uniqueId: {
1559
+ [key: string]: any;
1560
+ };
1480
1561
  }, {}>;
1481
1562
  }>;
1482
1563
  export default BkTable;