bkui-vue 0.0.1-beta.464 → 0.0.1-beta.466

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 (352) hide show
  1. package/dist/index.cjs.js +63 -67
  2. package/dist/index.esm.js +15211 -14541
  3. package/dist/index.umd.js +65 -69
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.d.ts +1 -1
  7. package/lib/affix/index.d.ts +58 -34
  8. package/lib/alert/alert.d.ts +1 -1
  9. package/lib/alert/index.d.ts +60 -40
  10. package/lib/alert/index.js +1 -1
  11. package/lib/animate-number/animate-number.d.ts +3 -3
  12. package/lib/animate-number/index.d.ts +60 -27
  13. package/lib/backtop/backtop.d.ts +2 -2
  14. package/lib/backtop/index.d.ts +61 -43
  15. package/lib/badge/badge.d.ts +1 -1
  16. package/lib/badge/index.d.ts +63 -60
  17. package/lib/badge/index.js +1 -1
  18. package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
  19. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  20. package/lib/breadcrumb/index.d.ts +61 -39
  21. package/lib/button/button-group.d.ts +4 -4
  22. package/lib/button/button.d.ts +3 -3
  23. package/lib/button/index.d.ts +74 -68
  24. package/lib/button/index.js +1 -1
  25. package/lib/card/card.d.ts +1 -1
  26. package/lib/card/index.d.ts +63 -64
  27. package/lib/card/index.js +1 -1
  28. package/lib/cascader/cascader-panel.d.ts +1 -1
  29. package/lib/cascader/cascader.d.ts +2 -2
  30. package/lib/cascader/index.d.ts +81 -146
  31. package/lib/cascader/index.js +2 -1
  32. package/lib/cascader/index.js.LICENSE.txt +1 -0
  33. package/lib/checkbox/checkbox-group.d.ts +2 -2
  34. package/lib/checkbox/checkbox.d.ts +10 -10
  35. package/lib/checkbox/index.d.ts +76 -64
  36. package/lib/checkbox/index.js +1 -1
  37. package/lib/checkbox/type.d.ts +1 -1
  38. package/lib/code-diff/code-diff.d.ts +6 -6
  39. package/lib/code-diff/index.d.ts +30 -43
  40. package/lib/code-diff/index.js +1 -1
  41. package/lib/collapse/collapse-panel.d.ts +1 -1
  42. package/lib/collapse/collapse.d.ts +1 -1
  43. package/lib/collapse/index.d.ts +68 -74
  44. package/lib/collapse-transition/collapse-transition.d.ts +2 -2
  45. package/lib/color-picker/color-picker.d.ts +2 -2
  46. package/lib/color-picker/components/color-input.d.ts +2 -2
  47. package/lib/color-picker/components/hue-slider.d.ts +2 -2
  48. package/lib/color-picker/components/input-container.d.ts +2 -2
  49. package/lib/color-picker/components/recommend-colors.d.ts +2 -2
  50. package/lib/color-picker/components/saturation-panel.d.ts +2 -2
  51. package/lib/color-picker/index.d.ts +63 -62
  52. package/lib/color-picker/index.js +1 -1
  53. package/lib/config-provider/config-provider.d.ts +3 -3
  54. package/lib/config-provider/index.d.ts +175 -138
  55. package/lib/container/col.d.ts +2 -2
  56. package/lib/container/container.d.ts +2 -2
  57. package/lib/container/index.d.ts +29 -48
  58. package/lib/container/row.d.ts +2 -2
  59. package/lib/date-picker/base/confirm.d.ts +5 -5
  60. package/lib/date-picker/base/date-table.d.ts +3 -3
  61. package/lib/date-picker/base/month-table.d.ts +4 -4
  62. package/lib/date-picker/base/picker-dropdown.d.ts +4 -4
  63. package/lib/date-picker/base/time-spinner.d.ts +2 -2
  64. package/lib/date-picker/base/year-table.d.ts +4 -4
  65. package/lib/date-picker/date-picker.d.ts +37 -28
  66. package/lib/date-picker/index.d.ts +162 -209
  67. package/lib/date-picker/index.js +1 -1
  68. package/lib/date-picker/interface.d.ts +10 -10
  69. package/lib/date-picker/panel/date-range.d.ts +18 -15
  70. package/lib/date-picker/panel/date.d.ts +12 -12
  71. package/lib/date-picker/panel/time-range.d.ts +8 -2
  72. package/lib/date-picker/panel/time.d.ts +5 -2
  73. package/lib/date-picker/props.d.ts +3 -3
  74. package/lib/date-picker/time-picker.d.ts +11 -2
  75. package/lib/dialog/dialog.d.ts +2 -2
  76. package/lib/dialog/index.d.ts +90 -163
  77. package/lib/dialog/index.js +2 -1
  78. package/lib/dialog/index.js.LICENSE.txt +1 -0
  79. package/lib/directives/index.js +1 -1
  80. package/lib/divider/divider.d.ts +2 -2
  81. package/lib/divider/index.d.ts +61 -37
  82. package/lib/dropdown/dropdown-item.d.ts +1 -1
  83. package/lib/dropdown/dropdown-menu.d.ts +2 -2
  84. package/lib/dropdown/dropdown.d.ts +2 -2
  85. package/lib/dropdown/index.d.ts +66 -54
  86. package/lib/exception/exception.d.ts +2 -2
  87. package/lib/exception/index.d.ts +60 -29
  88. package/lib/exception/index.js +1 -1
  89. package/lib/exception/typings/index.d.ts +2 -2
  90. package/lib/fixed-navbar/fixed-navbar.d.ts +1 -1
  91. package/lib/fixed-navbar/index.d.ts +58 -34
  92. package/lib/form/compose-form-item.d.ts +2 -2
  93. package/lib/form/form-item.d.ts +3 -3
  94. package/lib/form/form.d.ts +3 -3
  95. package/lib/form/index.d.ts +62 -40
  96. package/lib/form/index.js +1 -1
  97. package/lib/icon/angle-double-down-line.js +1 -1
  98. package/lib/icon/angle-double-left-line.js +1 -1
  99. package/lib/icon/angle-double-left.js +1 -1
  100. package/lib/icon/angle-double-right-line.js +1 -1
  101. package/lib/icon/angle-double-right.js +1 -1
  102. package/lib/icon/angle-double-up-line.js +1 -1
  103. package/lib/icon/angle-down-fill.js +1 -1
  104. package/lib/icon/angle-down-line.js +1 -1
  105. package/lib/icon/angle-down.js +1 -1
  106. package/lib/icon/angle-left.js +1 -1
  107. package/lib/icon/angle-right.js +1 -1
  108. package/lib/icon/angle-up-fill.js +1 -1
  109. package/lib/icon/angle-up.js +1 -1
  110. package/lib/icon/archive-fill.js +1 -1
  111. package/lib/icon/arrows-left.js +1 -1
  112. package/lib/icon/arrows-right.js +1 -1
  113. package/lib/icon/audio-fill.js +1 -1
  114. package/lib/icon/bk.js +1 -1
  115. package/lib/icon/circle.js +1 -1
  116. package/lib/icon/close-line.js +1 -1
  117. package/lib/icon/close.js +1 -1
  118. package/lib/icon/code.js +1 -1
  119. package/lib/icon/cog-shape.js +1 -1
  120. package/lib/icon/collapse-left.js +1 -1
  121. package/lib/icon/copy-shape.js +1 -1
  122. package/lib/icon/copy.js +1 -1
  123. package/lib/icon/data-shape.js +1 -1
  124. package/lib/icon/del.js +1 -1
  125. package/lib/icon/doc-fill.js +1 -1
  126. package/lib/icon/done.js +1 -1
  127. package/lib/icon/down-shape.js +1 -1
  128. package/lib/icon/down-small.js +1 -1
  129. package/lib/icon/edit-line.js +1 -1
  130. package/lib/icon/ellipsis.js +1 -1
  131. package/lib/icon/enlarge-line.js +1 -1
  132. package/lib/icon/error.js +1 -1
  133. package/lib/icon/excel-fill.js +1 -1
  134. package/lib/icon/exclamation-circle-shape.js +1 -1
  135. package/lib/icon/eye.js +1 -1
  136. package/lib/icon/filliscreen-line.js +1 -1
  137. package/lib/icon/fix-line.js +1 -1
  138. package/lib/icon/fix-shape.js +1 -1
  139. package/lib/icon/folder-open.js +1 -1
  140. package/lib/icon/folder-shape-open.js +1 -1
  141. package/lib/icon/folder-shape.js +1 -1
  142. package/lib/icon/folder.js +1 -1
  143. package/lib/icon/funnel.js +1 -1
  144. package/lib/icon/help-document-fill.js +1 -1
  145. package/lib/icon/help-fill.js +1 -1
  146. package/lib/icon/help.js +1 -1
  147. package/lib/icon/image-fill.js +1 -1
  148. package/lib/icon/img-error.js +1 -1
  149. package/lib/icon/img-placehoulder.js +1 -1
  150. package/lib/icon/index.js +1 -1
  151. package/lib/icon/info-line.js +1 -1
  152. package/lib/icon/info.js +1 -1
  153. package/lib/icon/left-shape.js +1 -1
  154. package/lib/icon/left-turn-line.js +1 -1
  155. package/lib/icon/narrow-line.js +1 -1
  156. package/lib/icon/original.js +1 -1
  157. package/lib/icon/pdf-fill.js +1 -1
  158. package/lib/icon/play-shape.js +1 -1
  159. package/lib/icon/plus.js +1 -1
  160. package/lib/icon/ppt-fill.js +1 -1
  161. package/lib/icon/qq.js +1 -1
  162. package/lib/icon/right-shape.js +1 -1
  163. package/lib/icon/right-turn-line.js +1 -1
  164. package/lib/icon/search.js +1 -1
  165. package/lib/icon/share.js +1 -1
  166. package/lib/icon/spinner.js +1 -1
  167. package/lib/icon/success.js +1 -1
  168. package/lib/icon/switcher-loading.js +1 -1
  169. package/lib/icon/text-file.js +1 -1
  170. package/lib/icon/text-fill.js +1 -1
  171. package/lib/icon/transfer.js +1 -1
  172. package/lib/icon/tree-application-shape.js +1 -1
  173. package/lib/icon/unfull-screen.js +1 -1
  174. package/lib/icon/unvisible.js +1 -1
  175. package/lib/icon/up-shape.js +1 -1
  176. package/lib/icon/upload.js +1 -1
  177. package/lib/icon/video-fill.js +1 -1
  178. package/lib/icon/warn.js +1 -1
  179. package/lib/icon/weixin-pro.js +1 -1
  180. package/lib/icon/weixin.js +1 -1
  181. package/lib/image/image-viewer.d.ts +2 -2
  182. package/lib/image/image.d.ts +1 -1
  183. package/lib/image/index.d.ts +63 -57
  184. package/lib/info-box/index.d.ts +1 -1
  185. package/lib/info-box/index.js +2 -1
  186. package/lib/info-box/index.js.LICENSE.txt +1 -0
  187. package/lib/input/index.d.ts +82 -119
  188. package/lib/input/index.js +1 -1
  189. package/lib/input/input.d.ts +6 -6
  190. package/lib/link/index.d.ts +59 -40
  191. package/lib/link/link.d.ts +1 -1
  192. package/lib/loading/directive.d.ts +2 -2
  193. package/lib/loading/index.d.ts +67 -71
  194. package/lib/loading/index.js +1 -1
  195. package/lib/loading/loading.d.ts +3 -3
  196. package/lib/locale/lang/en.d.ts +1 -1
  197. package/lib/menu/index.d.ts +69 -32
  198. package/lib/menu/index.js +1 -1
  199. package/lib/menu/menu-group.d.ts +2 -2
  200. package/lib/menu/menu-item.d.ts +5 -1
  201. package/lib/menu/menu.d.ts +1 -1
  202. package/lib/menu/submenu.d.ts +5 -1
  203. package/lib/menu/utils.d.ts +1 -1
  204. package/lib/message/index.js +1 -1
  205. package/lib/message/messageConstructor.d.ts +5 -5
  206. package/lib/modal/index.d.ts +84 -123
  207. package/lib/modal/modal.d.ts +3 -3
  208. package/lib/navigation/index.d.ts +84 -65
  209. package/lib/navigation/index.js +1 -1
  210. package/lib/navigation/navigation-title.d.ts +6 -3
  211. package/lib/navigation/navigation.d.ts +10 -3
  212. package/lib/notify/index.js +1 -1
  213. package/lib/notify/notifyConstructor.d.ts +1 -1
  214. package/lib/overflow-title/components/overflow-title.d.ts +2 -2
  215. package/lib/overflow-title/index.d.ts +62 -37
  216. package/lib/overflow-title/props.d.ts +2 -2
  217. package/lib/pagination/index.d.ts +75 -94
  218. package/lib/pagination/index.js +1 -1
  219. package/lib/pagination/pagination.d.ts +6 -6
  220. package/lib/pagination/type.d.ts +1 -1
  221. package/lib/plugin-popover/index.js +1 -1
  222. package/lib/pop-confirm/index.d.ts +66 -63
  223. package/lib/pop-confirm/pop-confirm.d.ts +2 -2
  224. package/lib/popover/arrow.d.ts +1 -1
  225. package/lib/popover/content.d.ts +2 -2
  226. package/lib/popover/index.d.ts +93 -164
  227. package/lib/popover/index.js +1 -1
  228. package/lib/popover/plugin-popover.d.ts +1 -1
  229. package/lib/popover/popover.d.ts +7 -7
  230. package/lib/popover/props.d.ts +4 -4
  231. package/lib/popover/reference.d.ts +1 -1
  232. package/lib/popover/root.d.ts +13 -2
  233. package/lib/popover/use-floating.d.ts +3 -3
  234. package/lib/popover2/index.d.ts +55 -10
  235. package/lib/popover2/popover.d.ts +1 -1
  236. package/lib/process/index.d.ts +60 -46
  237. package/lib/process/index.js +2 -1
  238. package/lib/process/index.js.LICENSE.txt +1 -0
  239. package/lib/process/process.d.ts +2 -2
  240. package/lib/progress/index.d.ts +76 -103
  241. package/lib/progress/index.js +1 -1
  242. package/lib/progress/progress.d.ts +6 -6
  243. package/lib/radio/index.d.ts +63 -41
  244. package/lib/radio/index.js +1 -1
  245. package/lib/radio/radio-button.d.ts +5 -5
  246. package/lib/radio/radio-group.d.ts +2 -2
  247. package/lib/radio/radio.d.ts +2 -2
  248. package/lib/radio/type.d.ts +1 -1
  249. package/lib/rate/index.d.ts +61 -34
  250. package/lib/rate/rate.d.ts +3 -3
  251. package/lib/rate/star.d.ts +1 -1
  252. package/lib/resize-layout/index.d.ts +65 -66
  253. package/lib/resize-layout/index.js +1 -1
  254. package/lib/resize-layout/resize-layout.d.ts +1 -1
  255. package/lib/search-select/index.d.ts +70 -69
  256. package/lib/search-select/index.js +2 -1
  257. package/lib/search-select/index.js.LICENSE.txt +1 -0
  258. package/lib/search-select/input.d.ts +1 -1
  259. package/lib/search-select/menu.d.ts +1 -1
  260. package/lib/search-select/search-select.d.ts +2 -2
  261. package/lib/search-select/selected.d.ts +2 -2
  262. package/lib/search-select/utils.d.ts +4 -4
  263. package/lib/select/index.d.ts +308 -512
  264. package/lib/select/index.js +2 -1
  265. package/lib/select/index.js.LICENSE.txt +1 -0
  266. package/lib/select/option.d.ts +2 -2
  267. package/lib/select/optionGroup.d.ts +2 -2
  268. package/lib/select/select.d.ts +76 -66
  269. package/lib/select/selectTagInput.d.ts +2 -2
  270. package/lib/select/type.d.ts +3 -3
  271. package/lib/shared/index.d.ts +2 -2
  272. package/lib/shared/index.js +1 -1
  273. package/lib/shared/mask-manager.d.ts +2 -2
  274. package/lib/shared/popover.d.ts +1 -1
  275. package/lib/shared/vue-types.d.ts +7 -7
  276. package/lib/sideslider/index.d.ts +84 -125
  277. package/lib/sideslider/index.js +2 -1
  278. package/lib/sideslider/index.js.LICENSE.txt +1 -0
  279. package/lib/sideslider/sideslider.d.ts +3 -3
  280. package/lib/slider/index.d.ts +73 -103
  281. package/lib/slider/index.js +2 -1
  282. package/lib/slider/index.js.LICENSE.txt +1 -0
  283. package/lib/slider/slider-button.d.ts +1 -1
  284. package/lib/slider/slider.d.ts +1 -1
  285. package/lib/steps/index.d.ts +68 -62
  286. package/lib/steps/index.js +2 -1
  287. package/lib/steps/index.js.LICENSE.txt +1 -0
  288. package/lib/steps/steps.d.ts +5 -5
  289. package/lib/swiper/index.d.ts +60 -44
  290. package/lib/swiper/swiper.d.ts +1 -1
  291. package/lib/switcher/index.d.ts +72 -77
  292. package/lib/switcher/index.js +1 -1
  293. package/lib/switcher/switcher.d.ts +3 -3
  294. package/lib/tab/index.d.ts +81 -99
  295. package/lib/tab/index.js +1 -1
  296. package/lib/tab/props.d.ts +1 -1
  297. package/lib/tab/tab-nav.d.ts +2 -2
  298. package/lib/tab/tab-panel.d.ts +2 -2
  299. package/lib/tab/tab.d.ts +3 -3
  300. package/lib/table/components/table-cell.d.ts +2 -2
  301. package/lib/table/components/table-column.d.ts +18 -12
  302. package/lib/table/components/table-row.d.ts +1 -1
  303. package/lib/table/index.d.ts +213 -302
  304. package/lib/table/index.js +1 -1
  305. package/lib/table/plugins/body-empty.d.ts +1 -1
  306. package/lib/table/plugins/col-group.d.ts +2 -2
  307. package/lib/table/plugins/head-filter.d.ts +1 -1
  308. package/lib/table/plugins/head-sort.d.ts +1 -1
  309. package/lib/table/plugins/settings.d.ts +1 -1
  310. package/lib/table/plugins/use-active-columns.d.ts +3 -3
  311. package/lib/table/plugins/use-fixed-column.d.ts +3 -3
  312. package/lib/table/props.d.ts +19 -19
  313. package/lib/table/table.css +3 -0
  314. package/lib/table/table.d.ts +6 -6
  315. package/lib/table/table.less +4 -0
  316. package/lib/table/table.variable.css +3 -0
  317. package/lib/table/use-column.d.ts +4 -4
  318. package/lib/table/use-common.d.ts +1 -1
  319. package/lib/table-column/index.d.ts +113 -106
  320. package/lib/table-column/index.js +1 -1
  321. package/lib/tag/index.d.ts +68 -50
  322. package/lib/tag/index.js +1 -1
  323. package/lib/tag/tag.d.ts +5 -1
  324. package/lib/tag-input/index.d.ts +105 -317
  325. package/lib/tag-input/index.js +1 -1
  326. package/lib/tag-input/list-tag-render.d.ts +2 -2
  327. package/lib/tag-input/tag-input.d.ts +7 -7
  328. package/lib/tag-input/tag-input.less +11 -11
  329. package/lib/tag-input/tag-props.d.ts +3 -3
  330. package/lib/tag-input/tag-render.d.ts +2 -2
  331. package/lib/time-picker/index.d.ts +116 -187
  332. package/lib/timeline/index.d.ts +57 -28
  333. package/lib/timeline/timeline.d.ts +2 -2
  334. package/lib/transfer/index.d.ts +67 -82
  335. package/lib/transfer/transfer.d.ts +1 -1
  336. package/lib/tree/index.d.ts +84 -146
  337. package/lib/tree/index.js +1 -1
  338. package/lib/tree/props.d.ts +4 -4
  339. package/lib/tree/tree.d.ts +3 -3
  340. package/lib/upload/index.d.ts +93 -150
  341. package/lib/upload/index.js +2 -1
  342. package/lib/upload/index.js.LICENSE.txt +1 -0
  343. package/lib/upload/upload-list.d.ts +1 -1
  344. package/lib/upload/upload-trigger.d.ts +1 -1
  345. package/lib/upload/upload.d.ts +4 -4
  346. package/lib/upload/upload.type.d.ts +12 -12
  347. package/lib/upload/use-file-handler.d.ts +1 -24
  348. package/lib/virtual-render/index.d.ts +64 -160
  349. package/lib/virtual-render/index.js +1 -1
  350. package/lib/virtual-render/props.d.ts +1 -1
  351. package/lib/virtual-render/virtual-render.d.ts +16 -3
  352. package/package.json +38 -37
@@ -1,201 +1,105 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
2
  import { tableProps } from './props';
3
- export declare type TableProps = Partial<ExtractPropTypes<typeof tableProps>>;
3
+ export type TableProps = Partial<ExtractPropTypes<typeof tableProps>>;
4
4
  export type { Column as TableIColumn, Settings as TableSettings, TableColumnProps } from './props';
5
5
  declare const BkTable: {
6
6
  new (...args: any[]): {
7
7
  $: import("vue").ComponentInternalInstance;
8
8
  $data: {};
9
- $props: Partial<{
10
- pagination: boolean | {
9
+ $props: {
10
+ pagination?: boolean | {
11
11
  [key: string]: any;
12
12
  };
13
- data: any[];
14
- height: string | number;
15
- maxHeight: string | number;
16
- border: string | ("col" | "none" | "horizontal" | "row" | "outer")[];
17
- minHeight: string | number;
18
- columns: import("./props").Column[];
19
- rowKey: any;
20
- scrollLoading: boolean | {
13
+ data?: any[];
14
+ height?: string | number;
15
+ maxHeight?: string | number;
16
+ border?: string | ("col" | "none" | "horizontal" | "row" | "outer")[];
17
+ minHeight?: string | number;
18
+ columns?: import("./props").Column[];
19
+ rowKey?: any;
20
+ scrollLoading?: boolean | {
21
21
  [key: string]: any;
22
22
  };
23
- showOverflowTooltip: boolean | import("./props").IOverflowTooltip;
24
- columnPick: "disabled" | "single" | "multi";
25
- rowHeight: any;
26
- headHeight: number;
27
- showHead: boolean;
28
- virtualEnabled: boolean;
29
- paginationHeight: number;
30
- remotePagination: boolean;
31
- emptyText: string;
32
- settings: boolean | {
23
+ showOverflowTooltip?: boolean | import("./props").IOverflowTooltip;
24
+ columnPick?: "disabled" | "single" | "multi";
25
+ rowHeight?: any;
26
+ headHeight?: number;
27
+ showHead?: boolean;
28
+ virtualEnabled?: boolean;
29
+ paginationHeight?: number;
30
+ remotePagination?: boolean;
31
+ emptyText?: string;
32
+ settings?: boolean | {
33
33
  fields: import("./props").Field[] | (() => import("./props").Field[]);
34
34
  checked: string[] | (() => string[]);
35
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
35
+ limit: number;
36
36
  size: "small" | "medium" | "large";
37
37
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
38
38
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
39
39
  };
40
- rowClass: any;
41
- rowStyle: any;
42
- cellStyle: any;
43
- cellClass: any;
44
- reserveExpand: boolean;
45
- selectionKey: string;
46
- isSelectedFn: (...args: any[]) => any;
47
- asyncData: boolean;
48
- rowHover: import("./const").ROW_HOVER;
49
- defaultSort: import("./props").ISortOption;
50
- isRowSelectEnable: any;
51
- observerResize: boolean;
52
- prependStyle: import("vue").CSSProperties;
53
- }> & Omit<Readonly<ExtractPropTypes<{
54
- data: import("vue-types").VueTypeDef<any[]> & {
55
- default: () => any[];
56
- };
57
- columns: import("vue-types").VueTypeDef<import("./props").Column[]> & {
58
- default: () => import("./props").Column[];
59
- };
60
- activeColumn: import("vue-types").VueTypeDef<number | number[]>;
61
- columnPick: import("vue-types").VueTypeDef<"disabled" | "single" | "multi"> & {
62
- default: "disabled" | "single" | "multi";
63
- };
64
- height: import("vue-types").VueTypeDef<string | number> & {
65
- default: string | number;
66
- };
67
- minHeight: import("vue-types").VueTypeDef<string | number> & {
68
- default: string | number;
69
- };
70
- maxHeight: import("vue-types").VueTypeDef<string | number> & {
71
- default: string | number;
72
- };
73
- rowHeight: import("vue-types").VueTypeDef<any> & {
74
- default: any;
75
- };
76
- headHeight: import("vue-types").VueTypeValidableDef<number> & {
77
- default: number;
78
- } & {
79
- default: number;
80
- };
81
- showHead: import("vue-types").VueTypeValidableDef<boolean> & {
82
- default: boolean;
83
- } & {
84
- default: boolean;
85
- };
86
- thead: import("vue-types").VueTypeShape<import("./props").Thead>;
87
- virtualEnabled: import("vue-types").VueTypeValidableDef<boolean> & {
88
- default: boolean;
89
- } & {
90
- default: boolean;
91
- };
92
- border: import("vue-types").VueTypeDef<string | ("col" | "none" | "horizontal" | "row" | "outer")[]> & {
93
- default: string | (() => ("col" | "none" | "horizontal" | "row" | "outer")[]);
94
- };
95
- pagination: import("vue-types").VueTypeDef<boolean | {
40
+ rowClass?: any;
41
+ rowStyle?: any;
42
+ cellStyle?: any;
43
+ cellClass?: any;
44
+ reserveExpand?: boolean;
45
+ selectionKey?: string;
46
+ isSelectedFn?: (...args: any[]) => any;
47
+ asyncData?: boolean;
48
+ rowHover?: import("./const").ROW_HOVER;
49
+ defaultSort?: import("./props").ISortOption;
50
+ isRowSelectEnable?: any;
51
+ observerResize?: boolean;
52
+ prependStyle?: import("vue").CSSProperties;
53
+ class?: unknown;
54
+ style?: unknown;
55
+ readonly thead?: import("./props").Thead;
56
+ onSelect?: (...args: any[]) => any;
57
+ key?: string | number | symbol;
58
+ ref?: import("vue").VNodeRef;
59
+ ref_for?: boolean;
60
+ ref_key?: string;
61
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
96
62
  [key: string]: any;
97
- }> & {
98
- default: boolean | (() => {
99
- [key: string]: any;
100
- });
101
- };
102
- paginationHeight: import("vue-types").VueTypeValidableDef<number> & {
103
- default: number;
104
- } & {
105
- default: number;
106
- };
107
- remotePagination: import("vue-types").VueTypeValidableDef<boolean> & {
108
- default: boolean;
109
- } & {
110
- default: boolean;
111
- };
112
- emptyText: import("vue-types").VueTypeValidableDef<string> & {
113
- default: string;
114
- };
115
- settings: import("vue-types").VueTypeDef<boolean | {
116
- fields: import("./props").Field[] | (() => import("./props").Field[]);
117
- checked: string[] | (() => string[]);
118
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
119
- size: "small" | "medium" | "large";
120
- sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
121
- showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
122
- }> & {
123
- default: boolean | (() => {
124
- fields: import("./props").Field[] | (() => import("./props").Field[]);
125
- checked: string[] | (() => string[]);
126
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
127
- size: "small" | "medium" | "large";
128
- sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
129
- showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
130
- });
131
- };
132
- rowClass: import("vue-types").VueTypeDef<any> & {
133
- default: any;
134
- };
135
- rowStyle: import("vue-types").VueTypeDef<any> & {
136
- default: any;
137
- };
138
- cellStyle: import("vue-types").VueTypeDef<any> & {
139
- default: any;
140
- };
141
- cellClass: import("vue-types").VueTypeDef<any> & {
142
- default: any;
143
- };
144
- scrollLoading: import("vue-types").VueTypeDef<boolean | {
63
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
145
64
  [key: string]: any;
146
- }> & {
147
- default: boolean | (() => {
148
- [key: string]: any;
149
- });
150
- };
151
- reserveExpand: import("vue-types").VueTypeValidableDef<boolean> & {
152
- default: boolean;
153
- } & {
154
- default: boolean;
155
- };
156
- selectionKey: import("vue-types").VueTypeValidableDef<string> & {
157
- default: string;
158
- } & {
159
- default: string;
160
- };
161
- isSelectedFn: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
162
- default: (...args: any[]) => any;
163
- } & {
164
- default: (...args: any[]) => any;
165
- };
166
- rowKey: import("vue-types").VueTypeDef<any> & {
167
- default: any;
168
- };
169
- showOverflowTooltip: import("vue-types").VueTypeDef<boolean | import("./props").IOverflowTooltip> & {
170
- default: boolean | (() => import("./props").IOverflowTooltip);
171
- };
172
- asyncData: import("vue-types").VueTypeValidableDef<boolean> & {
173
- default: boolean;
174
- } & {
175
- default: boolean;
176
- };
177
- rowHover: import("vue-types").VueTypeDef<import("./const").ROW_HOVER> & {
178
- default: import("./const").ROW_HOVER;
179
- };
180
- defaultSort: import("vue-types").VueTypeShape<import("./props").ISortOption> & {
181
- default: () => Partial<import("./props").ISortOption>;
182
- };
183
- isRowSelectEnable: import("vue-types").VueTypeDef<any> & {
184
- default: any;
185
- };
186
- resizerWay: import("vue-types").VueTypeDef<"debounce" | "throttle">;
187
- observerResize: import("vue-types").VueTypeValidableDef<boolean> & {
188
- default: boolean;
189
- } & {
190
- default: boolean;
191
- };
192
- align: import("vue-types").VueTypeDef<"" | "left" | "center" | "right">;
193
- headerAlign: import("vue-types").VueTypeDef<"" | "left" | "center" | "right">;
194
- prependStyle: import("vue-types").VueTypeDef<import("vue").CSSProperties> & {
195
- default: () => import("vue").CSSProperties;
196
- };
197
- }>> & {
198
- onSelect?: (...args: any[]) => any;
65
+ }>) => void)[];
66
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
67
+ [key: string]: any;
68
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
+ [key: string]: any;
70
+ }>) => void)[];
71
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
72
+ [key: string]: any;
73
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
+ [key: string]: any;
75
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
76
+ [key: string]: any;
77
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
78
+ [key: string]: any;
79
+ }>) => void)[];
80
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
81
+ [key: string]: any;
82
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
+ [key: string]: any;
84
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
85
+ [key: string]: any;
86
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
87
+ [key: string]: any;
88
+ }>) => void)[];
89
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
90
+ [key: string]: any;
91
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
92
+ [key: string]: any;
93
+ }>) => void)[];
94
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
95
+ [key: string]: any;
96
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
97
+ [key: string]: any;
98
+ }>) => void)[];
99
+ readonly headerAlign?: "" | "left" | "center" | "right";
100
+ readonly align?: "" | "left" | "center" | "right";
101
+ readonly activeColumn?: number | number[];
102
+ readonly resizerWay?: "debounce" | "throttle";
199
103
  onColumnPick?: (...args: any[]) => any;
200
104
  onColumnSort?: (...args: any[]) => any;
201
105
  onColumnFilter?: (...args: any[]) => any;
@@ -213,7 +117,7 @@ declare const BkTable: {
213
117
  onSelectionChange?: (...args: any[]) => any;
214
118
  onCellClick?: (...args: any[]) => any;
215
119
  onCellDblclick?: (...args: any[]) => any;
216
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "pagination" | "data" | "height" | "maxHeight" | "border" | "minHeight" | "columns" | "rowKey" | "scrollLoading" | "showOverflowTooltip" | "columnPick" | "rowHeight" | "headHeight" | "showHead" | "virtualEnabled" | "paginationHeight" | "remotePagination" | "emptyText" | "settings" | "rowClass" | "rowStyle" | "cellStyle" | "cellClass" | "reserveExpand" | "selectionKey" | "isSelectedFn" | "asyncData" | "rowHover" | "defaultSort" | "isRowSelectEnable" | "observerResize" | "prependStyle">;
120
+ };
217
121
  $attrs: {
218
122
  [x: string]: unknown;
219
123
  };
@@ -221,10 +125,10 @@ declare const BkTable: {
221
125
  [x: string]: unknown;
222
126
  };
223
127
  $slots: Readonly<{
224
- [name: string]: import("vue").Slot;
128
+ [name: string]: import("vue").Slot<any>;
225
129
  }>;
226
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
227
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
130
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
131
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
228
132
  $emit: ((event: import("./const").EMIT_EVENTS.COLUMN_PICK, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.COLUMN_SORT, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.COLUMN_FILTER, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.COLUMN_FILTER_SAVE, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_CLICK, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_DBL_CLICK, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_EXPAND_CLICK, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_MOUSE_ENTER, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_MOUSE_LEAVE, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.PAGE_LIMIT_CHANGE, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.PAGE_VALUE_CHANGE, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.SETTING_CHANGE, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.SCROLL_BOTTOM, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_SELECT, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_SELECT_ALL, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.ROW_SELECT_CHANGE, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.CELL_CLICK, ...args: any[]) => void) & ((event: import("./const").EMIT_EVENTS.CELL_DBL_CLICK, ...args: any[]) => void);
229
133
  $el: any;
230
134
  $options: import("vue").ComponentOptionsBase<Readonly<ExtractPropTypes<{
@@ -292,7 +196,7 @@ declare const BkTable: {
292
196
  settings: import("vue-types").VueTypeDef<boolean | {
293
197
  fields: import("./props").Field[] | (() => import("./props").Field[]);
294
198
  checked: string[] | (() => string[]);
295
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
199
+ limit: number;
296
200
  size: "small" | "medium" | "large";
297
201
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
298
202
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -300,7 +204,7 @@ declare const BkTable: {
300
204
  default: boolean | (() => {
301
205
  fields: import("./props").Field[] | (() => import("./props").Field[]);
302
206
  checked: string[] | (() => string[]);
303
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
207
+ limit: number;
304
208
  size: "small" | "medium" | "large";
305
209
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
306
210
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -435,7 +339,7 @@ declare const BkTable: {
435
339
  settings: boolean | {
436
340
  fields: import("./props").Field[] | (() => import("./props").Field[]);
437
341
  checked: string[] | (() => string[]);
438
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
342
+ limit: number;
439
343
  size: "small" | "medium" | "large";
440
344
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
441
345
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -453,7 +357,7 @@ declare const BkTable: {
453
357
  isRowSelectEnable: any;
454
358
  observerResize: boolean;
455
359
  prependStyle: import("vue").CSSProperties;
456
- }> & {
360
+ }, {}, string, {}> & {
457
361
  beforeCreate?: (() => void) | (() => void)[];
458
362
  created?: (() => void) | (() => void)[];
459
363
  beforeMount?: (() => void) | (() => void)[];
@@ -468,11 +372,11 @@ declare const BkTable: {
468
372
  unmounted?: (() => void) | (() => void)[];
469
373
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
470
374
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
471
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
375
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
472
376
  };
473
377
  $forceUpdate: () => void;
474
378
  $nextTick: typeof import("vue").nextTick;
475
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
379
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
476
380
  } & Readonly<ExtractPropTypes<{
477
381
  data: import("vue-types").VueTypeDef<any[]> & {
478
382
  default: () => any[];
@@ -538,7 +442,7 @@ declare const BkTable: {
538
442
  settings: import("vue-types").VueTypeDef<boolean | {
539
443
  fields: import("./props").Field[] | (() => import("./props").Field[]);
540
444
  checked: string[] | (() => string[]);
541
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
445
+ limit: number;
542
446
  size: "small" | "medium" | "large";
543
447
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
544
448
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -546,7 +450,7 @@ declare const BkTable: {
546
450
  default: boolean | (() => {
547
451
  fields: import("./props").Field[] | (() => import("./props").Field[]);
548
452
  checked: string[] | (() => string[]);
549
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
453
+ limit: number;
550
454
  size: "small" | "medium" | "large";
551
455
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
552
456
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -636,7 +540,7 @@ declare const BkTable: {
636
540
  onSelectionChange?: (...args: any[]) => any;
637
541
  onCellClick?: (...args: any[]) => any;
638
542
  onCellDblclick?: (...args: any[]) => any;
639
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
543
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
640
544
  __isFragment?: never;
641
545
  __isTeleport?: never;
642
546
  __isSuspense?: never;
@@ -705,7 +609,7 @@ declare const BkTable: {
705
609
  settings: import("vue-types").VueTypeDef<boolean | {
706
610
  fields: import("./props").Field[] | (() => import("./props").Field[]);
707
611
  checked: string[] | (() => string[]);
708
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
612
+ limit: number;
709
613
  size: "small" | "medium" | "large";
710
614
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
711
615
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -713,7 +617,7 @@ declare const BkTable: {
713
617
  default: boolean | (() => {
714
618
  fields: import("./props").Field[] | (() => import("./props").Field[]);
715
619
  checked: string[] | (() => string[]);
716
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
620
+ limit: number;
717
621
  size: "small" | "medium" | "large";
718
622
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
719
623
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -848,7 +752,7 @@ declare const BkTable: {
848
752
  settings: boolean | {
849
753
  fields: import("./props").Field[] | (() => import("./props").Field[]);
850
754
  checked: string[] | (() => string[]);
851
- limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
755
+ limit: number;
852
756
  size: "small" | "medium" | "large";
853
757
  sizeList: import("./props").SizeItem[] | (object & (() => import("./props").SizeItem[]));
854
758
  showLineHeight: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
@@ -866,76 +770,19 @@ declare const BkTable: {
866
770
  isRowSelectEnable: any;
867
771
  observerResize: boolean;
868
772
  prependStyle: import("vue").CSSProperties;
869
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
773
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
870
774
  export default BkTable;
871
775
  declare const BkColumn: {
872
776
  new (...args: any[]): {
873
777
  $: import("vue").ComponentInternalInstance;
874
778
  $data: {};
875
- $props: Partial<{
876
- fixed: boolean | "left" | "right";
877
- sort: string | boolean | {
878
- sortFn: any;
879
- sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
880
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
881
- };
882
- filter: string | boolean | {
883
- list: any[] | (object & (() => any[]));
884
- filterFn: any;
885
- match: "full" | "fuzzy";
886
- checked: any[] | (object & (() => any[]));
887
- filterScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
888
- btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
889
- btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
890
- };
891
- minWidth: string | number;
892
- index: number;
893
- columnKey: string;
894
- showOverflowTooltip: boolean | import("./props").IOverflowTooltip;
895
- resizable: boolean;
896
- }> & Omit<Readonly<ExtractPropTypes<{
897
- prop: import("vue-types").VueTypeDef<any>;
898
- index: import("vue-types").VueTypeValidableDef<number> & {
899
- default: number;
900
- } & {
901
- default: number;
902
- };
903
- label: import("vue-types").VueTypeDef<any>;
904
- field: import("vue-types").VueTypeDef<any>;
905
- render: import("vue-types").VueTypeDef<any>;
906
- width: import("vue-types").VueTypeDef<string | number>;
907
- minWidth: import("vue-types").VueTypeDef<string | number> & {
908
- default: string | number;
909
- };
910
- columnKey: import("vue-types").VueTypeValidableDef<string> & {
911
- default: string;
912
- } & {
913
- default: string;
914
- };
915
- showOverflowTooltip: import("vue-types").VueTypeDef<boolean | import("./props").IOverflowTooltip> & {
916
- default: boolean | (() => import("./props").IOverflowTooltip);
917
- };
918
- type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
919
- resizable: import("vue-types").VueTypeValidableDef<boolean> & {
920
- default: boolean;
921
- } & {
922
- default: boolean;
923
- };
924
- fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
925
- default: boolean | "left" | "right";
926
- };
927
- sort: import("vue-types").VueTypeDef<string | boolean | {
779
+ $props: {
780
+ sort?: string | boolean | {
928
781
  sortFn: any;
929
782
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
930
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
931
- }> & {
932
- default: string | boolean | (() => {
933
- sortFn: any;
934
- sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
935
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
936
- });
783
+ value: string;
937
784
  };
938
- filter: import("vue-types").VueTypeDef<string | boolean | {
785
+ filter?: string | boolean | {
939
786
  list: any[] | (object & (() => any[]));
940
787
  filterFn: any;
941
788
  match: "full" | "fuzzy";
@@ -943,22 +790,68 @@ declare const BkColumn: {
943
790
  filterScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
944
791
  btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
945
792
  btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
946
- }> & {
947
- default: string | boolean | (() => {
948
- list: any[] | (object & (() => any[]));
949
- filterFn: any;
950
- match: "full" | "fuzzy";
951
- checked: any[] | (object & (() => any[]));
952
- filterScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
953
- btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
954
- btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
955
- });
956
793
  };
957
- colspan: import("vue-types").VueTypeDef<any>;
958
- rowspan: import("vue-types").VueTypeDef<any>;
959
- align: import("vue-types").VueTypeDef<"" | "left" | "center" | "right">;
960
- className: import("vue-types").VueTypeDef<any>;
961
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fixed" | "sort" | "filter" | "minWidth" | "index" | "columnKey" | "showOverflowTooltip" | "resizable">;
794
+ fixed?: boolean | "left" | "right";
795
+ minWidth?: string | number;
796
+ index?: number;
797
+ columnKey?: string;
798
+ showOverflowTooltip?: boolean | import("./props").IOverflowTooltip;
799
+ resizable?: boolean;
800
+ readonly render?: any;
801
+ readonly type?: "none" | "selection" | "index" | "expand";
802
+ class?: unknown;
803
+ readonly label?: any;
804
+ style?: unknown;
805
+ readonly width?: string | number;
806
+ key?: string | number | symbol;
807
+ ref?: import("vue").VNodeRef;
808
+ ref_for?: boolean;
809
+ ref_key?: string;
810
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
811
+ [key: string]: any;
812
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
813
+ [key: string]: any;
814
+ }>) => void)[];
815
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
816
+ [key: string]: any;
817
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
818
+ [key: string]: any;
819
+ }>) => void)[];
820
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
821
+ [key: string]: any;
822
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
823
+ [key: string]: any;
824
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
825
+ [key: string]: any;
826
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
827
+ [key: string]: any;
828
+ }>) => void)[];
829
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
830
+ [key: string]: any;
831
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
832
+ [key: string]: any;
833
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
834
+ [key: string]: any;
835
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
836
+ [key: string]: any;
837
+ }>) => void)[];
838
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
839
+ [key: string]: any;
840
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
841
+ [key: string]: any;
842
+ }>) => void)[];
843
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
844
+ [key: string]: any;
845
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
846
+ [key: string]: any;
847
+ }>) => void)[];
848
+ readonly className?: any;
849
+ readonly field?: any;
850
+ readonly colspan?: any;
851
+ readonly rowspan?: any;
852
+ readonly align?: "" | "left" | "center" | "right";
853
+ readonly prop?: any;
854
+ };
962
855
  $attrs: {
963
856
  [x: string]: unknown;
964
857
  };
@@ -966,10 +859,10 @@ declare const BkColumn: {
966
859
  [x: string]: unknown;
967
860
  };
968
861
  $slots: Readonly<{
969
- [name: string]: import("vue").Slot;
862
+ [name: string]: import("vue").Slot<any>;
970
863
  }>;
971
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
972
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
864
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
865
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
973
866
  $emit: (event: string, ...args: any[]) => void;
974
867
  $el: any;
975
868
  $options: import("vue").ComponentOptionsBase<Readonly<ExtractPropTypes<{
@@ -1006,12 +899,12 @@ declare const BkColumn: {
1006
899
  sort: import("vue-types").VueTypeDef<string | boolean | {
1007
900
  sortFn: any;
1008
901
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1009
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
902
+ value: string;
1010
903
  }> & {
1011
904
  default: string | boolean | (() => {
1012
905
  sortFn: any;
1013
906
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1014
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
907
+ value: string;
1015
908
  });
1016
909
  };
1017
910
  filter: import("vue-types").VueTypeDef<string | boolean | {
@@ -1045,7 +938,7 @@ declare const BkColumn: {
1045
938
  column: {
1046
939
  field: string | Function;
1047
940
  label: string | Function;
1048
- render?: string | Function | import("vue").Slot;
941
+ render?: string | Function | import("vue").Slot<any>;
1049
942
  width?: string | number;
1050
943
  minWidth?: string | number;
1051
944
  columnKey?: string;
@@ -1074,7 +967,10 @@ declare const BkColumn: {
1074
967
  toExponential: (fractionDigits?: number) => string;
1075
968
  toPrecision: (precision?: number) => string;
1076
969
  valueOf: () => number;
1077
- toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
970
+ toLocaleString: {
971
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
972
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
973
+ };
1078
974
  };
1079
975
  rowspan?: Function | {
1080
976
  toString: (radix?: number) => string;
@@ -1082,7 +978,10 @@ declare const BkColumn: {
1082
978
  toExponential: (fractionDigits?: number) => string;
1083
979
  toPrecision: (precision?: number) => string;
1084
980
  valueOf: () => number;
1085
- toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
981
+ toLocaleString: {
982
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
983
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
984
+ };
1086
985
  };
1087
986
  textAlign?: {
1088
987
  [x: number]: string;
@@ -1178,12 +1077,11 @@ declare const BkColumn: {
1178
1077
  updateColumnDefine(unmounted?: boolean): void;
1179
1078
  updateColumnDefineByParent(): void;
1180
1079
  updateColumnDefineByIndex(unmounted?: boolean): void;
1181
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1182
- fixed: boolean | "left" | "right";
1080
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1183
1081
  sort: string | boolean | {
1184
1082
  sortFn: any;
1185
1083
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1186
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
1084
+ value: string;
1187
1085
  };
1188
1086
  filter: string | boolean | {
1189
1087
  list: any[] | (object & (() => any[]));
@@ -1194,12 +1092,13 @@ declare const BkColumn: {
1194
1092
  btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
1195
1093
  btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
1196
1094
  };
1095
+ fixed: boolean | "left" | "right";
1197
1096
  minWidth: string | number;
1198
1097
  index: number;
1199
1098
  columnKey: string;
1200
1099
  showOverflowTooltip: boolean | import("./props").IOverflowTooltip;
1201
1100
  resizable: boolean;
1202
- }> & {
1101
+ }, {}, string, {}> & {
1203
1102
  beforeCreate?: (() => void) | (() => void)[];
1204
1103
  created?: (() => void) | (() => void)[];
1205
1104
  beforeMount?: (() => void) | (() => void)[];
@@ -1214,11 +1113,11 @@ declare const BkColumn: {
1214
1113
  unmounted?: (() => void) | (() => void)[];
1215
1114
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1216
1115
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1217
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
1116
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
1218
1117
  };
1219
1118
  $forceUpdate: () => void;
1220
1119
  $nextTick: typeof import("vue").nextTick;
1221
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1120
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1222
1121
  } & Readonly<ExtractPropTypes<{
1223
1122
  prop: import("vue-types").VueTypeDef<any>;
1224
1123
  index: import("vue-types").VueTypeValidableDef<number> & {
@@ -1253,12 +1152,12 @@ declare const BkColumn: {
1253
1152
  sort: import("vue-types").VueTypeDef<string | boolean | {
1254
1153
  sortFn: any;
1255
1154
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1256
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
1155
+ value: string;
1257
1156
  }> & {
1258
1157
  default: string | boolean | (() => {
1259
1158
  sortFn: any;
1260
1159
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1261
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
1160
+ value: string;
1262
1161
  });
1263
1162
  };
1264
1163
  filter: import("vue-types").VueTypeDef<string | boolean | {
@@ -1292,7 +1191,7 @@ declare const BkColumn: {
1292
1191
  column: {
1293
1192
  field: string | Function;
1294
1193
  label: string | Function;
1295
- render?: string | Function | import("vue").Slot;
1194
+ render?: string | Function | import("vue").Slot<any>;
1296
1195
  width?: string | number;
1297
1196
  minWidth?: string | number;
1298
1197
  columnKey?: string;
@@ -1321,7 +1220,10 @@ declare const BkColumn: {
1321
1220
  toExponential: (fractionDigits?: number) => string;
1322
1221
  toPrecision: (precision?: number) => string;
1323
1222
  valueOf: () => number;
1324
- toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
1223
+ toLocaleString: {
1224
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1225
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1226
+ };
1325
1227
  };
1326
1228
  rowspan?: Function | {
1327
1229
  toString: (radix?: number) => string;
@@ -1329,7 +1231,10 @@ declare const BkColumn: {
1329
1231
  toExponential: (fractionDigits?: number) => string;
1330
1232
  toPrecision: (precision?: number) => string;
1331
1233
  valueOf: () => number;
1332
- toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
1234
+ toLocaleString: {
1235
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1236
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1237
+ };
1333
1238
  };
1334
1239
  textAlign?: {
1335
1240
  [x: number]: string;
@@ -1421,11 +1326,11 @@ declare const BkColumn: {
1421
1326
  prop?: string | Function;
1422
1327
  index?: number;
1423
1328
  };
1424
- }> & {} & {} & {
1329
+ }> & {} & {
1425
1330
  updateColumnDefine(unmounted?: boolean): void;
1426
1331
  updateColumnDefineByParent(): void;
1427
1332
  updateColumnDefineByIndex(unmounted?: boolean): void;
1428
- } & import("vue").ComponentCustomProperties;
1333
+ } & import("vue").ComponentCustomProperties & {};
1429
1334
  __isFragment?: never;
1430
1335
  __isTeleport?: never;
1431
1336
  __isSuspense?: never;
@@ -1463,12 +1368,12 @@ declare const BkColumn: {
1463
1368
  sort: import("vue-types").VueTypeDef<string | boolean | {
1464
1369
  sortFn: any;
1465
1370
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1466
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
1371
+ value: string;
1467
1372
  }> & {
1468
1373
  default: string | boolean | (() => {
1469
1374
  sortFn: any;
1470
1375
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1471
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
1376
+ value: string;
1472
1377
  });
1473
1378
  };
1474
1379
  filter: import("vue-types").VueTypeDef<string | boolean | {
@@ -1502,7 +1407,7 @@ declare const BkColumn: {
1502
1407
  column: {
1503
1408
  field: string | Function;
1504
1409
  label: string | Function;
1505
- render?: string | Function | import("vue").Slot;
1410
+ render?: string | Function | import("vue").Slot<any>;
1506
1411
  width?: string | number;
1507
1412
  minWidth?: string | number;
1508
1413
  columnKey?: string;
@@ -1531,7 +1436,10 @@ declare const BkColumn: {
1531
1436
  toExponential: (fractionDigits?: number) => string;
1532
1437
  toPrecision: (precision?: number) => string;
1533
1438
  valueOf: () => number;
1534
- toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
1439
+ toLocaleString: {
1440
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1441
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1442
+ };
1535
1443
  };
1536
1444
  rowspan?: Function | {
1537
1445
  toString: (radix?: number) => string;
@@ -1539,7 +1447,10 @@ declare const BkColumn: {
1539
1447
  toExponential: (fractionDigits?: number) => string;
1540
1448
  toPrecision: (precision?: number) => string;
1541
1449
  valueOf: () => number;
1542
- toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
1450
+ toLocaleString: {
1451
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1452
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1453
+ };
1543
1454
  };
1544
1455
  textAlign?: {
1545
1456
  [x: number]: string;
@@ -1635,12 +1546,11 @@ declare const BkColumn: {
1635
1546
  updateColumnDefine(unmounted?: boolean): void;
1636
1547
  updateColumnDefineByParent(): void;
1637
1548
  updateColumnDefineByIndex(unmounted?: boolean): void;
1638
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1639
- fixed: boolean | "left" | "right";
1549
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1640
1550
  sort: string | boolean | {
1641
1551
  sortFn: any;
1642
1552
  sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
1643
- value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
1553
+ value: string;
1644
1554
  };
1645
1555
  filter: string | boolean | {
1646
1556
  list: any[] | (object & (() => any[]));
@@ -1651,10 +1561,11 @@ declare const BkColumn: {
1651
1561
  btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
1652
1562
  btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
1653
1563
  };
1564
+ fixed: boolean | "left" | "right";
1654
1565
  minWidth: string | number;
1655
1566
  index: number;
1656
1567
  columnKey: string;
1657
1568
  showOverflowTooltip: boolean | import("./props").IOverflowTooltip;
1658
1569
  resizable: boolean;
1659
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
1570
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1660
1571
  export { BkColumn };