bkui-vue 1.0.3-beta.7 → 1.0.3-beta.70

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 (230) hide show
  1. package/dist/index.cjs.js +148 -150
  2. package/dist/index.esm.js +17965 -16537
  3. package/dist/index.umd.js +148 -150
  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.variable.css +3 -0
  15. package/lib/alert/alert.variable.css +3 -0
  16. package/lib/backtop/backtop.variable.css +3 -0
  17. package/lib/badge/badge.variable.css +3 -0
  18. package/lib/breadcrumb/breadcrumb.variable.css +3 -0
  19. package/lib/button/button.variable.css +3 -0
  20. package/lib/card/card.variable.css +3 -0
  21. package/lib/cascader/cascader.variable.css +3 -0
  22. package/lib/checkbox/checkbox.variable.css +3 -0
  23. package/lib/checkbox/index.js +4 -4
  24. package/lib/code-diff/code-diff.variable.css +3 -0
  25. package/lib/collapse/collapse.variable.css +3 -0
  26. package/lib/collapse-transition/collapse-transition.variable.css +3 -0
  27. package/lib/color-picker/color-picker.variable.css +3 -0
  28. package/lib/components.d.ts +1 -0
  29. package/lib/components.js +2 -5
  30. package/lib/config-provider/config-provider.d.ts +3 -0
  31. package/lib/config-provider/config-provider.variable.css +3 -0
  32. package/lib/config-provider/index.d.ts +4 -0
  33. package/lib/config-provider/token.d.ts +1 -0
  34. package/lib/container/container.variable.css +3 -0
  35. package/lib/date-picker/base/month-table.d.ts +2 -2
  36. package/lib/date-picker/date-picker.d.ts +1 -0
  37. package/lib/date-picker/date-picker.variable.css +3 -0
  38. package/lib/date-picker/index.d.ts +3 -0
  39. package/lib/date-picker/index.js +70 -32
  40. package/lib/date-picker/interface.d.ts +1 -1
  41. package/lib/date-picker/time-picker.d.ts +1 -0
  42. package/lib/date-picker/utils.d.ts +4 -0
  43. package/lib/dialog/dialog.css +93 -122
  44. package/lib/dialog/dialog.d.ts +39 -14
  45. package/lib/dialog/dialog.less +92 -98
  46. package/lib/dialog/dialog.variable.css +96 -122
  47. package/lib/dialog/index.d.ts +81 -30
  48. package/lib/dialog/index.js +146 -124
  49. package/lib/dialog/props.d.ts +18 -6
  50. package/lib/directives/index.js +0 -1
  51. package/lib/dist.index.js +0 -1
  52. package/lib/divider/divider.variable.css +3 -0
  53. package/lib/dropdown/dropdown.css +3 -1
  54. package/lib/dropdown/dropdown.variable.css +6 -1
  55. package/lib/exception/exception.variable.css +3 -0
  56. package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
  57. package/lib/form/form.variable.css +3 -0
  58. package/lib/form/index.js +3 -1
  59. package/lib/hooks.js +1 -8
  60. package/lib/icon/image-fill.js +82 -167
  61. package/lib/icon/img-error.js +82 -167
  62. package/lib/icon/img-placehoulder.js +82 -167
  63. package/lib/icon/index.d.ts +1 -0
  64. package/lib/icon/index.js +87 -2427
  65. package/lib/icon/info-line.js +82 -167
  66. package/lib/icon/info.js +82 -167
  67. package/lib/icon/left-shape.js +82 -167
  68. package/lib/icon/left-turn-line.js +82 -167
  69. package/lib/icon/loading.js +82 -167
  70. package/lib/icon/narrow-line.js +82 -167
  71. package/lib/icon/original.js +82 -167
  72. package/lib/icon/pdf-fill.js +82 -167
  73. package/lib/icon/play-shape.js +82 -167
  74. package/lib/icon/plus.js +82 -167
  75. package/lib/icon/ppt-fill.js +82 -167
  76. package/lib/icon/qq.js +82 -167
  77. package/lib/icon/right-shape.js +82 -167
  78. package/lib/icon/right-turn-line.js +82 -167
  79. package/lib/icon/search.js +82 -167
  80. package/lib/icon/share.js +82 -167
  81. package/lib/icon/spinner.js +82 -167
  82. package/lib/icon/success.js +82 -167
  83. package/lib/icon/switcher-loading.js +82 -167
  84. package/lib/icon/text-all.d.ts +4 -0
  85. package/lib/icon/text-all.js +191 -0
  86. package/lib/icon/text-file.js +82 -167
  87. package/lib/icon/text-fill.js +82 -167
  88. package/lib/icon/transfer.js +82 -167
  89. package/lib/icon/tree-application-shape.js +82 -167
  90. package/lib/icon/unfull-screen.js +82 -167
  91. package/lib/icon/unvisible.js +82 -167
  92. package/lib/icon/up-shape.js +82 -167
  93. package/lib/icon/upload.js +82 -167
  94. package/lib/icon/video-fill.js +82 -167
  95. package/lib/icon/warn.js +82 -167
  96. package/lib/icon/weixin-pro.js +82 -167
  97. package/lib/icon/weixin.js +82 -167
  98. package/lib/image/image-viewer.variable.css +3 -0
  99. package/lib/image/image.variable.css +3 -0
  100. package/lib/image/index.js +5 -2
  101. package/lib/index.js +0 -1
  102. package/lib/info-box/index.js +41 -455
  103. package/lib/info-box/info-box.css +6 -32
  104. package/lib/info-box/info-box.d.ts +1 -1
  105. package/lib/info-box/info-box.less +16 -47
  106. package/lib/info-box/info-box.variable.css +9 -32
  107. package/lib/input/index.js +5 -0
  108. package/lib/input/input.variable.css +3 -0
  109. package/lib/link/link.variable.css +3 -0
  110. package/lib/loading/loading.variable.css +3 -0
  111. package/lib/locale/index.js +4 -2
  112. package/lib/locale/lang/en.d.ts +1 -0
  113. package/lib/menu/menu.variable.css +3 -0
  114. package/lib/menu/submenu.variable.css +3 -0
  115. package/lib/message/message.variable.css +3 -0
  116. package/lib/modal/hooks.d.ts +6 -0
  117. package/lib/modal/index.d.ts +100 -52
  118. package/lib/modal/index.js +173 -74
  119. package/lib/modal/modal.css +41 -65
  120. package/lib/modal/modal.d.ts +40 -17
  121. package/lib/modal/modal.less +50 -57
  122. package/lib/modal/modal.variable.css +44 -65
  123. package/lib/modal/props.mixin.d.ts +12 -0
  124. package/lib/navigation/navigation.variable.css +3 -0
  125. package/lib/notify/notify.variable.css +3 -0
  126. package/lib/pagination/index.js +2 -1
  127. package/lib/pagination/pagination.variable.css +3 -0
  128. package/lib/plugin-popover/index.d.ts +1 -1
  129. package/lib/plugin-popover/index.js +45 -26
  130. package/lib/pop-confirm/index.js +8 -5
  131. package/lib/pop-confirm/pop-confirm.variable.css +3 -0
  132. package/lib/popover/content.d.ts +1 -1
  133. package/lib/popover/index.js +45 -26
  134. package/lib/popover/plugin-popover.d.ts +4 -1
  135. package/lib/popover/popover.css +3 -1
  136. package/lib/popover/popover.less +4 -1
  137. package/lib/popover/popover.variable.css +6 -1
  138. package/lib/preset.d.ts +2 -0
  139. package/lib/preset.js +14 -20
  140. package/lib/process/process.variable.css +3 -0
  141. package/lib/progress/progress.variable.css +3 -0
  142. package/lib/radio/index.js +5 -5
  143. package/lib/radio/radio.variable.css +3 -0
  144. package/lib/rate/rate.variable.css +3 -0
  145. package/lib/rate/star.variable.css +3 -0
  146. package/lib/resize-layout/index.js +1 -1
  147. package/lib/resize-layout/resize-layout.variable.css +3 -0
  148. package/lib/search-select/index.d.ts +375 -16
  149. package/lib/search-select/index.js +701 -366
  150. package/lib/search-select/input.d.ts +14 -5
  151. package/lib/search-select/search-select.css +20 -6
  152. package/lib/search-select/search-select.d.ts +129 -7
  153. package/lib/search-select/search-select.less +16 -12
  154. package/lib/search-select/search-select.variable.css +23 -6
  155. package/lib/search-select/selected.d.ts +116 -6
  156. package/lib/search-select/utils.d.ts +19 -6
  157. package/lib/select/index.d.ts +143 -6
  158. package/lib/select/index.js +1355 -78
  159. package/lib/select/option.d.ts +3 -1
  160. package/lib/select/pinyin/core.d.ts +14 -0
  161. package/lib/select/pinyin/dict.d.ts +34 -0
  162. package/lib/select/pinyin/index.d.ts +2 -0
  163. package/lib/select/select.css +55 -12
  164. package/lib/select/select.d.ts +59 -2
  165. package/lib/select/select.less +69 -19
  166. package/lib/select/select.variable.css +58 -12
  167. package/lib/select/selectTagInput.d.ts +7 -0
  168. package/lib/select/type.d.ts +2 -3
  169. package/lib/shared/index.js +67 -3
  170. package/lib/shared/utils.d.ts +12 -0
  171. package/lib/shared/vue-types.d.ts +5 -0
  172. package/lib/sideslider/index.d.ts +55 -9
  173. package/lib/sideslider/index.js +26 -25
  174. package/lib/sideslider/sideslider.css +51 -46
  175. package/lib/sideslider/sideslider.d.ts +25 -3
  176. package/lib/sideslider/sideslider.less +108 -104
  177. package/lib/sideslider/sideslider.variable.css +54 -46
  178. package/lib/slider/slider.variable.css +3 -0
  179. package/lib/steps/steps.variable.css +3 -0
  180. package/lib/styles/mixins/animate.variable.css +3 -0
  181. package/lib/styles/mixins/popper.variable.css +3 -0
  182. package/lib/styles/mixins/scroll.variable.css +3 -0
  183. package/lib/styles/reset.css +1 -3
  184. package/lib/styles/reset.less +3 -6
  185. package/lib/styles/reset.variable.css +4 -3
  186. package/lib/styles/themes/themes.less +5 -0
  187. package/lib/swiper/swiper.variable.css +3 -0
  188. package/lib/switcher/switcher.variable.css +3 -0
  189. package/lib/tab/tab.variable.css +3 -0
  190. package/lib/table/cache.d.ts +11 -3
  191. package/lib/table/components/table-column.d.ts +111 -5
  192. package/lib/table/index.d.ts +51 -5
  193. package/lib/table/index.js +504 -261
  194. package/lib/table/plugins/head-filter.variable.css +3 -0
  195. package/lib/table/plugins/head-sort.variable.css +3 -0
  196. package/lib/table/plugins/settings.variable.css +3 -0
  197. package/lib/table/plugins/use-draggable.d.ts +2 -2
  198. package/lib/table/plugins/use-observer-resize.d.ts +5 -0
  199. package/lib/table/props.d.ts +6 -4
  200. package/lib/table/table.css +6 -12
  201. package/lib/table/table.less +12 -9
  202. package/lib/table/table.variable.css +9 -12
  203. package/lib/table/use-attributes.d.ts +4 -42
  204. package/lib/table/utils.d.ts +2 -2
  205. package/lib/table-column/index.d.ts +235 -119
  206. package/lib/table-column/index.js +217 -30
  207. package/lib/tag/tag.variable.css +3 -0
  208. package/lib/tag-input/index.d.ts +4 -4
  209. package/lib/tag-input/tag-input.d.ts +2 -2
  210. package/lib/tag-input/tag-input.variable.css +3 -0
  211. package/lib/tag-input/tag-props.d.ts +1 -1
  212. package/lib/tag-input/tag-render.d.ts +1 -1
  213. package/lib/time-picker/index.d.ts +38 -35
  214. package/lib/time-picker/time-picker.variable.css +3 -0
  215. package/lib/timeline/index.d.ts +80 -44
  216. package/lib/timeline/index.js +54 -65
  217. package/lib/timeline/timeline.d.ts +46 -29
  218. package/lib/timeline/timeline.variable.css +3 -0
  219. package/lib/transfer/transfer.variable.css +3 -0
  220. package/lib/tree/tree.variable.css +3 -0
  221. package/lib/upload/index.d.ts +12 -0
  222. package/lib/upload/index.js +21 -30
  223. package/lib/upload/props.d.ts +3 -0
  224. package/lib/upload/upload-trigger.d.ts +6 -0
  225. package/lib/upload/upload.d.ts +6 -0
  226. package/lib/upload/upload.variable.css +3 -0
  227. package/lib/virtual-render/index.d.ts +9 -9
  228. package/lib/virtual-render/virtual-render.d.ts +3 -3
  229. package/lib/virtual-render/virtual-render.variable.css +3 -0
  230. package/package.json +3 -2
@@ -1,8 +1,8 @@
1
1
  declare const BkTableColumn: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
4
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
5
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
3
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
4
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
5
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
6
6
  width: import("vue-types").VueTypeDef<string | number>;
7
7
  minWidth: import("vue-types").VueTypeDef<string | number> & {
8
8
  default: string | number;
@@ -12,8 +12,8 @@ declare const BkTableColumn: {
12
12
  } & {
13
13
  default: string;
14
14
  };
15
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
16
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
15
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
16
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
17
17
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
18
18
  default: boolean;
19
19
  } & {
@@ -22,9 +22,9 @@ declare const BkTableColumn: {
22
22
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
23
23
  default: boolean | "right" | "left";
24
24
  };
25
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
26
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
27
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
25
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
26
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
27
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
28
28
  default: (({ column, colIndex, row, rowIndex }: {
29
29
  column: any;
30
30
  colIndex: any;
@@ -32,7 +32,7 @@ declare const BkTableColumn: {
32
32
  rowIndex: any;
33
33
  }) => number) | (() => Number);
34
34
  };
35
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
35
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
36
36
  default: (({ column, colIndex, row, rowIndex }: {
37
37
  column: any;
38
38
  colIndex: any;
@@ -41,14 +41,27 @@ declare const BkTableColumn: {
41
41
  }) => number) | (() => Number);
42
42
  };
43
43
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
44
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
45
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
44
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
45
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
46
46
  index: import("vue-types").VueTypeValidableDef<number> & {
47
47
  default: number;
48
48
  } & {
49
49
  default: number;
50
50
  };
51
+ uniqueId: import("vue-types").VueTypeValidableDef<{
52
+ [key: string]: any;
53
+ }> & {
54
+ default: () => {
55
+ [key: string]: any;
56
+ };
57
+ } & {
58
+ default: () => {
59
+ [key: string]: any;
60
+ };
61
+ };
51
62
  }>>, {
63
+ isIndexPropChanged: import("vue").Ref<boolean>;
64
+ setIsIndexChanged: (val: boolean) => void;
52
65
  initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
53
66
  bkTableCache: {
54
67
  queueStack: (_: any, fn: any) => any;
@@ -91,27 +104,30 @@ declare const BkTableColumn: {
91
104
  (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
92
105
  };
93
106
  };
94
- render?: import("../../table/src/props").RenderFunctionString;
107
+ uniqueId?: {
108
+ [key: string]: any;
109
+ };
110
+ render?: import("../table/props").RenderFunctionString;
95
111
  sort?: string | boolean | {
96
112
  sortFn?: Function;
97
- sortScope?: import("../../table/src/props").SortScope;
98
- value?: import("../../table/src/const").SORT_OPTION;
113
+ sortScope?: import("../table/props").SortScope;
114
+ value?: import("../table/const").SORT_OPTION;
99
115
  };
100
116
  filter?: string | boolean | {
101
117
  list: any[];
102
118
  filterFn?: Function;
103
- match?: import("../../table/src/props").FullEnum;
119
+ match?: import("../table/props").FullEnum;
104
120
  checked?: any[];
105
- filterScope?: import("../../table/src/props").SortScope;
121
+ filterScope?: import("../table/props").SortScope;
106
122
  btnSave?: string | boolean;
107
123
  btnReset?: string | boolean;
108
124
  height?: number;
109
125
  maxHeight?: number;
110
126
  };
111
- type?: "none" | "index" | "selection" | "expand";
112
- label?: import("../../table/src/props").LabelFunctionString;
127
+ type?: "index" | "selection" | "expand" | "__COL_TYPE_NONE";
128
+ label?: import("../table/props").LabelFunctionString;
113
129
  width?: string | number;
114
- className?: import("../../table/src/props").RowClassFunctionString;
130
+ className?: import("../table/props").RowClassFunctionString;
115
131
  align?: "" | "right" | "left" | "center";
116
132
  showOverflowTooltip?: boolean | {
117
133
  content: string | Function;
@@ -119,18 +135,18 @@ declare const BkTableColumn: {
119
135
  watchCellResize?: boolean;
120
136
  mode?: "auto" | "static";
121
137
  popoverOption?: any;
122
- resizerWay?: import("../../table/src/props").ResizerWay;
138
+ resizerWay?: import("../table/props").ResizerWay;
123
139
  showHead?: boolean;
124
140
  };
125
- field: import("../../table/src/props").LabelFunctionString;
126
- prop?: import("../../table/src/props").LabelFunctionString;
141
+ field: import("../table/props").LabelFunctionString;
142
+ prop?: import("../table/props").LabelFunctionString;
127
143
  };
128
144
  }, unknown, {}, {
129
145
  updateColumnDefine(unmounted?: boolean): void;
130
146
  copyProps(props: Partial<import("vue").ExtractPropTypes<{
131
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
132
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
133
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
147
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
148
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
149
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
134
150
  width: import("vue-types").VueTypeDef<string | number>;
135
151
  minWidth: import("vue-types").VueTypeDef<string | number> & {
136
152
  default: string | number;
@@ -140,8 +156,8 @@ declare const BkTableColumn: {
140
156
  } & {
141
157
  default: string;
142
158
  };
143
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
144
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
159
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
160
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
145
161
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
146
162
  default: boolean;
147
163
  } & {
@@ -150,9 +166,9 @@ declare const BkTableColumn: {
150
166
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
151
167
  default: boolean | "right" | "left";
152
168
  };
153
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
154
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
155
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
169
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
170
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
171
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
156
172
  default: (({ column, colIndex, row, rowIndex }: {
157
173
  column: any;
158
174
  colIndex: any;
@@ -160,7 +176,7 @@ declare const BkTableColumn: {
160
176
  rowIndex: any;
161
177
  }) => number) | (() => Number);
162
178
  };
163
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
179
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
164
180
  default: (({ column, colIndex, row, rowIndex }: {
165
181
  column: any;
166
182
  colIndex: any;
@@ -169,20 +185,36 @@ declare const BkTableColumn: {
169
185
  }) => number) | (() => Number);
170
186
  };
171
187
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
172
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
173
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
188
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
189
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
174
190
  index: import("vue-types").VueTypeValidableDef<number> & {
175
191
  default: number;
176
192
  } & {
177
193
  default: number;
178
194
  };
179
- }>>): {};
195
+ uniqueId: import("vue-types").VueTypeValidableDef<{
196
+ [key: string]: any;
197
+ }> & {
198
+ default: () => {
199
+ [key: string]: any;
200
+ };
201
+ } & {
202
+ default: () => {
203
+ [key: string]: any;
204
+ };
205
+ };
206
+ }>> | {
207
+ [key: string]: any;
208
+ }): {};
209
+ rsolveIndexedColumn(): boolean;
210
+ setNodeUid(): void;
211
+ getNodeCtxUid(ctx: any): any;
180
212
  updateColumnDefineByParent(): void;
181
213
  unmountColumn(): void;
182
214
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
183
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
184
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
185
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
215
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
216
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
217
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
186
218
  width: import("vue-types").VueTypeDef<string | number>;
187
219
  minWidth: import("vue-types").VueTypeDef<string | number> & {
188
220
  default: string | number;
@@ -192,8 +224,8 @@ declare const BkTableColumn: {
192
224
  } & {
193
225
  default: string;
194
226
  };
195
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
196
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
227
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
228
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
197
229
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
198
230
  default: boolean;
199
231
  } & {
@@ -202,9 +234,9 @@ declare const BkTableColumn: {
202
234
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
203
235
  default: boolean | "right" | "left";
204
236
  };
205
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
206
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
207
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
237
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
238
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
239
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
208
240
  default: (({ column, colIndex, row, rowIndex }: {
209
241
  column: any;
210
242
  colIndex: any;
@@ -212,7 +244,7 @@ declare const BkTableColumn: {
212
244
  rowIndex: any;
213
245
  }) => number) | (() => Number);
214
246
  };
215
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
247
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
216
248
  default: (({ column, colIndex, row, rowIndex }: {
217
249
  column: any;
218
250
  colIndex: any;
@@ -221,21 +253,35 @@ declare const BkTableColumn: {
221
253
  }) => number) | (() => Number);
222
254
  };
223
255
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
224
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
225
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
256
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
257
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
226
258
  index: import("vue-types").VueTypeValidableDef<number> & {
227
259
  default: number;
228
260
  } & {
229
261
  default: number;
230
262
  };
263
+ uniqueId: import("vue-types").VueTypeValidableDef<{
264
+ [key: string]: any;
265
+ }> & {
266
+ default: () => {
267
+ [key: string]: any;
268
+ };
269
+ } & {
270
+ default: () => {
271
+ [key: string]: any;
272
+ };
273
+ };
231
274
  }>>, {
232
275
  fixed: boolean | "right" | "left";
233
276
  resizable: boolean;
234
277
  minWidth: string | number;
235
278
  index: number;
236
279
  columnKey: string;
237
- colspan: import("../../table/src/props").SpanFunctionString;
238
- rowspan: import("../../table/src/props").SpanFunctionString;
280
+ colspan: import("../table/props").SpanFunctionString;
281
+ rowspan: import("../table/props").SpanFunctionString;
282
+ uniqueId: {
283
+ [key: string]: any;
284
+ };
239
285
  }, true, {}, {}, {
240
286
  P: {};
241
287
  B: {};
@@ -244,9 +290,9 @@ declare const BkTableColumn: {
244
290
  M: {};
245
291
  Defaults: {};
246
292
  }, Readonly<import("vue").ExtractPropTypes<{
247
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
248
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
249
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
293
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
294
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
295
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
250
296
  width: import("vue-types").VueTypeDef<string | number>;
251
297
  minWidth: import("vue-types").VueTypeDef<string | number> & {
252
298
  default: string | number;
@@ -256,8 +302,8 @@ declare const BkTableColumn: {
256
302
  } & {
257
303
  default: string;
258
304
  };
259
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
260
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
305
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
306
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
261
307
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
262
308
  default: boolean;
263
309
  } & {
@@ -266,9 +312,9 @@ declare const BkTableColumn: {
266
312
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
267
313
  default: boolean | "right" | "left";
268
314
  };
269
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
270
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
271
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
315
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
316
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
317
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
272
318
  default: (({ column, colIndex, row, rowIndex }: {
273
319
  column: any;
274
320
  colIndex: any;
@@ -276,7 +322,7 @@ declare const BkTableColumn: {
276
322
  rowIndex: any;
277
323
  }) => number) | (() => Number);
278
324
  };
279
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
325
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
280
326
  default: (({ column, colIndex, row, rowIndex }: {
281
327
  column: any;
282
328
  colIndex: any;
@@ -285,14 +331,27 @@ declare const BkTableColumn: {
285
331
  }) => number) | (() => Number);
286
332
  };
287
333
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
288
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
289
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
334
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
335
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
290
336
  index: import("vue-types").VueTypeValidableDef<number> & {
291
337
  default: number;
292
338
  } & {
293
339
  default: number;
294
340
  };
341
+ uniqueId: import("vue-types").VueTypeValidableDef<{
342
+ [key: string]: any;
343
+ }> & {
344
+ default: () => {
345
+ [key: string]: any;
346
+ };
347
+ } & {
348
+ default: () => {
349
+ [key: string]: any;
350
+ };
351
+ };
295
352
  }>>, {
353
+ isIndexPropChanged: import("vue").Ref<boolean>;
354
+ setIsIndexChanged: (val: boolean) => void;
296
355
  initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
297
356
  bkTableCache: {
298
357
  queueStack: (_: any, fn: any) => any;
@@ -335,27 +394,30 @@ declare const BkTableColumn: {
335
394
  (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
336
395
  };
337
396
  };
338
- render?: import("../../table/src/props").RenderFunctionString;
397
+ uniqueId?: {
398
+ [key: string]: any;
399
+ };
400
+ render?: import("../table/props").RenderFunctionString;
339
401
  sort?: string | boolean | {
340
402
  sortFn?: Function;
341
- sortScope?: import("../../table/src/props").SortScope;
342
- value?: import("../../table/src/const").SORT_OPTION;
403
+ sortScope?: import("../table/props").SortScope;
404
+ value?: import("../table/const").SORT_OPTION;
343
405
  };
344
406
  filter?: string | boolean | {
345
407
  list: any[];
346
408
  filterFn?: Function;
347
- match?: import("../../table/src/props").FullEnum;
409
+ match?: import("../table/props").FullEnum;
348
410
  checked?: any[];
349
- filterScope?: import("../../table/src/props").SortScope;
411
+ filterScope?: import("../table/props").SortScope;
350
412
  btnSave?: string | boolean;
351
413
  btnReset?: string | boolean;
352
414
  height?: number;
353
415
  maxHeight?: number;
354
416
  };
355
- type?: "none" | "index" | "selection" | "expand";
356
- label?: import("../../table/src/props").LabelFunctionString;
417
+ type?: "index" | "selection" | "expand" | "__COL_TYPE_NONE";
418
+ label?: import("../table/props").LabelFunctionString;
357
419
  width?: string | number;
358
- className?: import("../../table/src/props").RowClassFunctionString;
420
+ className?: import("../table/props").RowClassFunctionString;
359
421
  align?: "" | "right" | "left" | "center";
360
422
  showOverflowTooltip?: boolean | {
361
423
  content: string | Function;
@@ -363,18 +425,18 @@ declare const BkTableColumn: {
363
425
  watchCellResize?: boolean;
364
426
  mode?: "auto" | "static";
365
427
  popoverOption?: any;
366
- resizerWay?: import("../../table/src/props").ResizerWay;
428
+ resizerWay?: import("../table/props").ResizerWay;
367
429
  showHead?: boolean;
368
430
  };
369
- field: import("../../table/src/props").LabelFunctionString;
370
- prop?: import("../../table/src/props").LabelFunctionString;
431
+ field: import("../table/props").LabelFunctionString;
432
+ prop?: import("../table/props").LabelFunctionString;
371
433
  };
372
434
  }, {}, {}, {
373
435
  updateColumnDefine(unmounted?: boolean): void;
374
436
  copyProps(props: Partial<import("vue").ExtractPropTypes<{
375
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
376
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
377
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
437
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
438
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
439
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
378
440
  width: import("vue-types").VueTypeDef<string | number>;
379
441
  minWidth: import("vue-types").VueTypeDef<string | number> & {
380
442
  default: string | number;
@@ -384,8 +446,8 @@ declare const BkTableColumn: {
384
446
  } & {
385
447
  default: string;
386
448
  };
387
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
388
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
449
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
450
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
389
451
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
390
452
  default: boolean;
391
453
  } & {
@@ -394,9 +456,9 @@ declare const BkTableColumn: {
394
456
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
395
457
  default: boolean | "right" | "left";
396
458
  };
397
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
398
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
399
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
459
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
460
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
461
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
400
462
  default: (({ column, colIndex, row, rowIndex }: {
401
463
  column: any;
402
464
  colIndex: any;
@@ -404,7 +466,7 @@ declare const BkTableColumn: {
404
466
  rowIndex: any;
405
467
  }) => number) | (() => Number);
406
468
  };
407
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
469
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
408
470
  default: (({ column, colIndex, row, rowIndex }: {
409
471
  column: any;
410
472
  colIndex: any;
@@ -413,14 +475,30 @@ declare const BkTableColumn: {
413
475
  }) => number) | (() => Number);
414
476
  };
415
477
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
416
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
417
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
478
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
479
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
418
480
  index: import("vue-types").VueTypeValidableDef<number> & {
419
481
  default: number;
420
482
  } & {
421
483
  default: number;
422
484
  };
423
- }>>): {};
485
+ uniqueId: import("vue-types").VueTypeValidableDef<{
486
+ [key: string]: any;
487
+ }> & {
488
+ default: () => {
489
+ [key: string]: any;
490
+ };
491
+ } & {
492
+ default: () => {
493
+ [key: string]: any;
494
+ };
495
+ };
496
+ }>> | {
497
+ [key: string]: any;
498
+ }): {};
499
+ rsolveIndexedColumn(): boolean;
500
+ setNodeUid(): void;
501
+ getNodeCtxUid(ctx: any): any;
424
502
  updateColumnDefineByParent(): void;
425
503
  unmountColumn(): void;
426
504
  }, {
@@ -429,16 +507,19 @@ declare const BkTableColumn: {
429
507
  minWidth: string | number;
430
508
  index: number;
431
509
  columnKey: string;
432
- colspan: import("../../table/src/props").SpanFunctionString;
433
- rowspan: import("../../table/src/props").SpanFunctionString;
510
+ colspan: import("../table/props").SpanFunctionString;
511
+ rowspan: import("../table/props").SpanFunctionString;
512
+ uniqueId: {
513
+ [key: string]: any;
514
+ };
434
515
  }>;
435
516
  __isFragment?: never;
436
517
  __isTeleport?: never;
437
518
  __isSuspense?: never;
438
519
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
439
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
440
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
441
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
520
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
521
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
522
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
442
523
  width: import("vue-types").VueTypeDef<string | number>;
443
524
  minWidth: import("vue-types").VueTypeDef<string | number> & {
444
525
  default: string | number;
@@ -448,8 +529,8 @@ declare const BkTableColumn: {
448
529
  } & {
449
530
  default: string;
450
531
  };
451
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
452
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
532
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
533
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
453
534
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
454
535
  default: boolean;
455
536
  } & {
@@ -458,9 +539,9 @@ declare const BkTableColumn: {
458
539
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
459
540
  default: boolean | "right" | "left";
460
541
  };
461
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
462
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
463
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
542
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
543
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
544
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
464
545
  default: (({ column, colIndex, row, rowIndex }: {
465
546
  column: any;
466
547
  colIndex: any;
@@ -468,7 +549,7 @@ declare const BkTableColumn: {
468
549
  rowIndex: any;
469
550
  }) => number) | (() => Number);
470
551
  };
471
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
552
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
472
553
  default: (({ column, colIndex, row, rowIndex }: {
473
554
  column: any;
474
555
  colIndex: any;
@@ -477,14 +558,27 @@ declare const BkTableColumn: {
477
558
  }) => number) | (() => Number);
478
559
  };
479
560
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
480
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
481
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
561
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
562
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
482
563
  index: import("vue-types").VueTypeValidableDef<number> & {
483
564
  default: number;
484
565
  } & {
485
566
  default: number;
486
567
  };
568
+ uniqueId: import("vue-types").VueTypeValidableDef<{
569
+ [key: string]: any;
570
+ }> & {
571
+ default: () => {
572
+ [key: string]: any;
573
+ };
574
+ } & {
575
+ default: () => {
576
+ [key: string]: any;
577
+ };
578
+ };
487
579
  }>>, {
580
+ isIndexPropChanged: import("vue").Ref<boolean>;
581
+ setIsIndexChanged: (val: boolean) => void;
488
582
  initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
489
583
  bkTableCache: {
490
584
  queueStack: (_: any, fn: any) => any;
@@ -527,27 +621,30 @@ declare const BkTableColumn: {
527
621
  (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
528
622
  };
529
623
  };
530
- render?: import("../../table/src/props").RenderFunctionString;
624
+ uniqueId?: {
625
+ [key: string]: any;
626
+ };
627
+ render?: import("../table/props").RenderFunctionString;
531
628
  sort?: string | boolean | {
532
629
  sortFn?: Function;
533
- sortScope?: import("../../table/src/props").SortScope;
534
- value?: import("../../table/src/const").SORT_OPTION;
630
+ sortScope?: import("../table/props").SortScope;
631
+ value?: import("../table/const").SORT_OPTION;
535
632
  };
536
633
  filter?: string | boolean | {
537
634
  list: any[];
538
635
  filterFn?: Function;
539
- match?: import("../../table/src/props").FullEnum;
636
+ match?: import("../table/props").FullEnum;
540
637
  checked?: any[];
541
- filterScope?: import("../../table/src/props").SortScope;
638
+ filterScope?: import("../table/props").SortScope;
542
639
  btnSave?: string | boolean;
543
640
  btnReset?: string | boolean;
544
641
  height?: number;
545
642
  maxHeight?: number;
546
643
  };
547
- type?: "none" | "index" | "selection" | "expand";
548
- label?: import("../../table/src/props").LabelFunctionString;
644
+ type?: "index" | "selection" | "expand" | "__COL_TYPE_NONE";
645
+ label?: import("../table/props").LabelFunctionString;
549
646
  width?: string | number;
550
- className?: import("../../table/src/props").RowClassFunctionString;
647
+ className?: import("../table/props").RowClassFunctionString;
551
648
  align?: "" | "right" | "left" | "center";
552
649
  showOverflowTooltip?: boolean | {
553
650
  content: string | Function;
@@ -555,18 +652,18 @@ declare const BkTableColumn: {
555
652
  watchCellResize?: boolean;
556
653
  mode?: "auto" | "static";
557
654
  popoverOption?: any;
558
- resizerWay?: import("../../table/src/props").ResizerWay;
655
+ resizerWay?: import("../table/props").ResizerWay;
559
656
  showHead?: boolean;
560
657
  };
561
- field: import("../../table/src/props").LabelFunctionString;
562
- prop?: import("../../table/src/props").LabelFunctionString;
658
+ field: import("../table/props").LabelFunctionString;
659
+ prop?: import("../table/props").LabelFunctionString;
563
660
  };
564
661
  }, unknown, {}, {
565
662
  updateColumnDefine(unmounted?: boolean): void;
566
663
  copyProps(props: Partial<import("vue").ExtractPropTypes<{
567
- label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
568
- field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
569
- render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
664
+ label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
665
+ field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
666
+ render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
570
667
  width: import("vue-types").VueTypeDef<string | number>;
571
668
  minWidth: import("vue-types").VueTypeDef<string | number> & {
572
669
  default: string | number;
@@ -576,8 +673,8 @@ declare const BkTableColumn: {
576
673
  } & {
577
674
  default: string;
578
675
  };
579
- showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
580
- type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
676
+ showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
677
+ type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
581
678
  resizable: import("vue-types").VueTypeValidableDef<boolean> & {
582
679
  default: boolean;
583
680
  } & {
@@ -586,9 +683,9 @@ declare const BkTableColumn: {
586
683
  fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
587
684
  default: boolean | "right" | "left";
588
685
  };
589
- sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
590
- filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
591
- colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
686
+ sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
687
+ filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
688
+ colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
592
689
  default: (({ column, colIndex, row, rowIndex }: {
593
690
  column: any;
594
691
  colIndex: any;
@@ -596,7 +693,7 @@ declare const BkTableColumn: {
596
693
  rowIndex: any;
597
694
  }) => number) | (() => Number);
598
695
  };
599
- rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
696
+ rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
600
697
  default: (({ column, colIndex, row, rowIndex }: {
601
698
  column: any;
602
699
  colIndex: any;
@@ -605,14 +702,30 @@ declare const BkTableColumn: {
605
702
  }) => number) | (() => Number);
606
703
  };
607
704
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
608
- className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
609
- prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
705
+ className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
706
+ prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
610
707
  index: import("vue-types").VueTypeValidableDef<number> & {
611
708
  default: number;
612
709
  } & {
613
710
  default: number;
614
711
  };
615
- }>>): {};
712
+ uniqueId: import("vue-types").VueTypeValidableDef<{
713
+ [key: string]: any;
714
+ }> & {
715
+ default: () => {
716
+ [key: string]: any;
717
+ };
718
+ } & {
719
+ default: () => {
720
+ [key: string]: any;
721
+ };
722
+ };
723
+ }>> | {
724
+ [key: string]: any;
725
+ }): {};
726
+ rsolveIndexedColumn(): boolean;
727
+ setNodeUid(): void;
728
+ getNodeCtxUid(ctx: any): any;
616
729
  updateColumnDefineByParent(): void;
617
730
  unmountColumn(): void;
618
731
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
@@ -621,7 +734,10 @@ declare const BkTableColumn: {
621
734
  minWidth: string | number;
622
735
  index: number;
623
736
  columnKey: string;
624
- colspan: import("../../table/src/props").SpanFunctionString;
625
- rowspan: import("../../table/src/props").SpanFunctionString;
737
+ colspan: import("../table/props").SpanFunctionString;
738
+ rowspan: import("../table/props").SpanFunctionString;
739
+ uniqueId: {
740
+ [key: string]: any;
741
+ };
626
742
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
627
743
  export default BkTableColumn;