bkui-vue 0.0.2-beta.13 → 0.0.2-beta.130

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 (490) hide show
  1. package/dist/index.cjs.js +143 -161
  2. package/dist/index.esm.js +21271 -23100
  3. package/dist/index.umd.js +143 -161
  4. package/dist/locale/en.esm.js +1 -1
  5. package/dist/locale/en.esm.js.map +1 -1
  6. package/dist/locale/en.umd.js +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/zh-cn.esm.js +1 -1
  9. package/dist/locale/zh-cn.esm.js.map +1 -1
  10. package/dist/locale/zh-cn.umd.js +1 -1
  11. package/dist/locale/zh-cn.umd.js.map +1 -1
  12. package/dist/style.css +1 -1
  13. package/dist/style.variable.css +1 -1
  14. package/lib/affix/affix.d.ts +1 -1
  15. package/lib/affix/affix.variable.css +6 -2
  16. package/lib/affix/index.d.ts +4 -4
  17. package/lib/affix/index.js +321 -1
  18. package/lib/alert/alert.css +7 -0
  19. package/lib/alert/alert.d.ts +5 -5
  20. package/lib/alert/alert.less +16 -6
  21. package/lib/alert/alert.variable.css +13 -2
  22. package/lib/alert/index.d.ts +10 -10
  23. package/lib/alert/index.js +214 -1
  24. package/lib/animate-number/index.d.ts +1 -1
  25. package/lib/animate-number/index.js +155 -1
  26. package/lib/backtop/backtop.css +8 -8
  27. package/lib/backtop/backtop.less +3 -1
  28. package/lib/backtop/backtop.variable.css +17 -13
  29. package/lib/backtop/index.d.ts +1 -1
  30. package/lib/backtop/index.js +188 -1
  31. package/lib/badge/badge.css +8 -2
  32. package/lib/badge/badge.d.ts +2 -2
  33. package/lib/badge/badge.less +8 -4
  34. package/lib/badge/badge.variable.css +14 -4
  35. package/lib/badge/index.d.ts +7 -7
  36. package/lib/badge/index.js +235 -1
  37. package/lib/breadcrumb/breadcrumb.css +4 -4
  38. package/lib/breadcrumb/breadcrumb.variable.css +10 -6
  39. package/lib/breadcrumb/index.d.ts +2 -2
  40. package/lib/breadcrumb/index.js +309 -1
  41. package/lib/button/button-group.d.ts +2 -2
  42. package/lib/button/button.css +30 -7
  43. package/lib/button/button.less +29 -13
  44. package/lib/button/button.variable.css +44 -17
  45. package/lib/button/index.d.ts +4 -4
  46. package/lib/button/index.js +321 -1
  47. package/lib/card/card.css +11 -11
  48. package/lib/card/card.d.ts +1 -1
  49. package/lib/card/card.less +7 -7
  50. package/lib/card/card.variable.css +17 -13
  51. package/lib/card/index.d.ts +4 -4
  52. package/lib/card/index.js +285 -1
  53. package/lib/cascader/cascader-panel.d.ts +1 -0
  54. package/lib/cascader/cascader.css +6 -6
  55. package/lib/cascader/cascader.less +3 -5
  56. package/lib/cascader/cascader.variable.css +12 -8
  57. package/lib/cascader/index.d.ts +3 -2
  58. package/lib/cascader/index.js +2045 -2
  59. package/lib/cascader/interface.d.ts +1 -1
  60. package/lib/checkbox/checkbox-group.d.ts +6 -3
  61. package/lib/checkbox/checkbox.css +1 -1
  62. package/lib/checkbox/checkbox.d.ts +14 -12
  63. package/lib/checkbox/checkbox.less +1 -1
  64. package/lib/checkbox/checkbox.variable.css +7 -3
  65. package/lib/checkbox/index.d.ts +40 -31
  66. package/lib/checkbox/index.js +545 -1
  67. package/lib/code-diff/code-diff.variable.css +6 -2
  68. package/lib/code-diff/index.d.ts +1 -1
  69. package/lib/code-diff/index.js +5501 -1
  70. package/lib/collapse/collapse.variable.css +6 -2
  71. package/lib/collapse/index.d.ts +2 -2
  72. package/lib/collapse/index.js +570 -1
  73. package/lib/collapse-transition/collapse-transition.variable.css +6 -2
  74. package/lib/collapse-transition/index.d.ts +128 -2
  75. package/lib/collapse-transition/index.js +177 -1
  76. package/lib/color-picker/color-picker.d.ts +16 -0
  77. package/lib/color-picker/color-picker.variable.css +6 -2
  78. package/lib/color-picker/components/recommend-colors.d.ts +16 -0
  79. package/lib/color-picker/index.d.ts +19 -1
  80. package/lib/color-picker/index.js +2665 -1
  81. package/lib/components.js +530 -1
  82. package/lib/config-provider/config-provider.d.ts +21 -0
  83. package/lib/config-provider/config-provider.variable.css +6 -2
  84. package/lib/config-provider/index.d.ts +29 -1
  85. package/lib/config-provider/index.js +365 -1
  86. package/lib/config-provider/token.d.ts +7 -0
  87. package/lib/config-provider/use-global-config.d.ts +2 -0
  88. package/lib/config-provider/use-prefix.d.ts +2 -0
  89. package/lib/container/container.css +4 -4
  90. package/lib/container/container.variable.css +10 -6
  91. package/lib/container/index.d.ts +2 -2
  92. package/lib/container/index.js +391 -1
  93. package/lib/date-picker/date-picker.d.ts +6 -2
  94. package/lib/date-picker/date-picker.variable.css +6 -2
  95. package/lib/date-picker/index.d.ts +21 -8
  96. package/lib/date-picker/index.js +5609 -1
  97. package/lib/date-picker/panel/date-range.d.ts +2 -1
  98. package/lib/date-picker/time-picker.d.ts +3 -1
  99. package/lib/dialog/dialog.css +9 -6
  100. package/lib/dialog/dialog.less +7 -6
  101. package/lib/dialog/dialog.variable.css +15 -8
  102. package/lib/dialog/index.d.ts +1 -1
  103. package/lib/dialog/index.js +975 -2
  104. package/lib/directives/index.js +1387 -2
  105. package/lib/directives/tooltips.d.ts +3 -2
  106. package/lib/dist.index.js +87 -1
  107. package/lib/divider/divider.variable.css +6 -2
  108. package/lib/divider/index.d.ts +1 -1
  109. package/lib/divider/index.js +169 -1
  110. package/lib/dropdown/dropdown.css +2 -1
  111. package/lib/dropdown/dropdown.variable.css +8 -3
  112. package/lib/dropdown/index.d.ts +2 -2
  113. package/lib/dropdown/index.js +369 -1
  114. package/lib/exception/exception.variable.css +6 -2
  115. package/lib/exception/index.d.ts +2 -2
  116. package/lib/exception/index.js +385 -1
  117. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -2
  118. package/lib/fixed-navbar/index.d.ts +1 -1
  119. package/lib/fixed-navbar/index.js +154 -1
  120. package/lib/form/form.css +2 -1
  121. package/lib/form/form.less +3 -2
  122. package/lib/form/form.variable.css +8 -3
  123. package/lib/form/index.d.ts +3 -3
  124. package/lib/form/index.js +952 -1
  125. package/lib/hooks.d.ts +1 -1
  126. package/lib/hooks.js +73 -1
  127. package/lib/icon/angle-double-down-line.js +191 -1
  128. package/lib/icon/angle-double-left-line.js +191 -1
  129. package/lib/icon/angle-double-left.js +191 -1
  130. package/lib/icon/angle-double-right-line.js +191 -1
  131. package/lib/icon/angle-double-right.js +191 -1
  132. package/lib/icon/angle-double-up-line.js +191 -1
  133. package/lib/icon/angle-down-fill.js +191 -1
  134. package/lib/icon/angle-down-line.js +191 -1
  135. package/lib/icon/angle-down.js +191 -1
  136. package/lib/icon/angle-left.js +191 -1
  137. package/lib/icon/angle-right.js +191 -1
  138. package/lib/icon/angle-up-fill.js +191 -1
  139. package/lib/icon/angle-up.js +191 -1
  140. package/lib/icon/archive-fill.js +191 -1
  141. package/lib/icon/arrows-left.js +191 -1
  142. package/lib/icon/arrows-right.js +191 -1
  143. package/lib/icon/assistant.d.ts +4 -0
  144. package/lib/icon/assistant.js +191 -0
  145. package/lib/icon/audio-fill.js +191 -1
  146. package/lib/icon/bk.js +191 -1
  147. package/lib/icon/circle.js +191 -1
  148. package/lib/icon/close-line.js +191 -1
  149. package/lib/icon/close.js +191 -1
  150. package/lib/icon/code.js +191 -1
  151. package/lib/icon/cog-shape.js +191 -1
  152. package/lib/icon/collapse-left.js +191 -1
  153. package/lib/icon/copy-shape.js +191 -1
  154. package/lib/icon/copy.js +191 -1
  155. package/lib/icon/data-shape.js +191 -1
  156. package/lib/icon/del.js +191 -1
  157. package/lib/icon/doc-fill.js +191 -1
  158. package/lib/icon/done.js +191 -1
  159. package/lib/icon/down-shape.js +191 -1
  160. package/lib/icon/down-small.js +191 -1
  161. package/lib/icon/edit-line.js +191 -1
  162. package/lib/icon/ellipsis.js +191 -1
  163. package/lib/icon/enlarge-line.js +191 -1
  164. package/lib/icon/error.js +191 -1
  165. package/lib/icon/excel-fill.js +191 -1
  166. package/lib/icon/exclamation-circle-shape.js +191 -1
  167. package/lib/icon/eye.js +191 -1
  168. package/lib/icon/filliscreen-line.js +191 -1
  169. package/lib/icon/fix-line.js +191 -1
  170. package/lib/icon/fix-shape.js +191 -1
  171. package/lib/icon/folder-open.js +191 -1
  172. package/lib/icon/folder-shape-open.js +191 -1
  173. package/lib/icon/folder-shape.js +191 -1
  174. package/lib/icon/folder.js +191 -1
  175. package/lib/icon/funnel.js +191 -1
  176. package/lib/icon/help-document-fill.js +191 -1
  177. package/lib/icon/help-fill.js +191 -1
  178. package/lib/icon/help.js +191 -1
  179. package/lib/icon/image-fill.js +276 -1
  180. package/lib/icon/img-error.js +276 -1
  181. package/lib/icon/img-placehoulder.js +276 -1
  182. package/lib/icon/index.d.ts +1 -0
  183. package/lib/icon/index.js +2399 -1
  184. package/lib/icon/info-line.js +276 -1
  185. package/lib/icon/info.js +276 -1
  186. package/lib/icon/left-shape.js +276 -1
  187. package/lib/icon/left-turn-line.js +276 -1
  188. package/lib/icon/narrow-line.js +276 -1
  189. package/lib/icon/original.js +276 -1
  190. package/lib/icon/pdf-fill.js +276 -1
  191. package/lib/icon/play-shape.js +276 -1
  192. package/lib/icon/plus.js +276 -1
  193. package/lib/icon/ppt-fill.js +276 -1
  194. package/lib/icon/qq.js +276 -1
  195. package/lib/icon/right-shape.js +276 -1
  196. package/lib/icon/right-turn-line.js +276 -1
  197. package/lib/icon/search.js +276 -1
  198. package/lib/icon/share.js +276 -1
  199. package/lib/icon/spinner.js +276 -1
  200. package/lib/icon/success.js +276 -1
  201. package/lib/icon/switcher-loading.js +276 -1
  202. package/lib/icon/text-file.js +276 -1
  203. package/lib/icon/text-fill.js +276 -1
  204. package/lib/icon/transfer.js +276 -1
  205. package/lib/icon/tree-application-shape.js +276 -1
  206. package/lib/icon/unfull-screen.js +276 -1
  207. package/lib/icon/unvisible.js +276 -1
  208. package/lib/icon/up-shape.js +276 -1
  209. package/lib/icon/upload.js +276 -1
  210. package/lib/icon/video-fill.js +276 -1
  211. package/lib/icon/warn.js +276 -1
  212. package/lib/icon/weixin-pro.js +276 -1
  213. package/lib/icon/weixin.js +276 -1
  214. package/lib/image/image-viewer.variable.css +6 -2
  215. package/lib/image/image.variable.css +6 -2
  216. package/lib/image/index.d.ts +1 -1
  217. package/lib/image/index.js +641 -1
  218. package/lib/index.js +97 -1
  219. package/lib/info-box/index.js +1165 -2
  220. package/lib/info-box/info-box.css +2 -0
  221. package/lib/info-box/info-box.d.ts +4 -0
  222. package/lib/info-box/info-box.less +2 -1
  223. package/lib/info-box/info-box.variable.css +8 -2
  224. package/lib/input/index.d.ts +150 -54
  225. package/lib/input/index.js +1233 -1
  226. package/lib/input/input.css +59 -15
  227. package/lib/input/input.d.ts +103 -14
  228. package/lib/input/input.less +71 -13
  229. package/lib/input/input.variable.css +65 -17
  230. package/lib/input/util.d.ts +6 -0
  231. package/lib/link/index.d.ts +4 -4
  232. package/lib/link/index.js +160 -1
  233. package/lib/link/link.d.ts +1 -1
  234. package/lib/link/link.variable.css +6 -2
  235. package/lib/loading/index.d.ts +2 -2
  236. package/lib/loading/index.js +381 -1
  237. package/lib/loading/loading.css +13 -13
  238. package/lib/loading/loading.less +14 -9
  239. package/lib/loading/loading.variable.css +19 -15
  240. package/lib/locale/index.js +477 -1
  241. package/lib/locale/lang/en.d.ts +7 -0
  242. package/lib/menu/index.d.ts +2 -2
  243. package/lib/menu/index.js +724 -1
  244. package/lib/menu/menu.css +4 -4
  245. package/lib/menu/menu.variable.css +10 -6
  246. package/lib/menu/submenu.variable.css +6 -2
  247. package/lib/message/index.js +1795 -2
  248. package/lib/message/message.css +33 -9
  249. package/lib/message/message.less +78 -54
  250. package/lib/message/message.variable.css +39 -11
  251. package/lib/message/messageConstructor.d.ts +25 -4
  252. package/lib/modal/index.d.ts +2 -2
  253. package/lib/modal/index.js +396 -1
  254. package/lib/modal/modal.css +2 -0
  255. package/lib/modal/modal.variable.css +8 -2
  256. package/lib/navigation/index.d.ts +4 -1
  257. package/lib/navigation/index.js +367 -1
  258. package/lib/navigation/navigation.d.ts +1 -0
  259. package/lib/navigation/navigation.variable.css +6 -2
  260. package/lib/notify/index.js +397 -1
  261. package/lib/notify/notify.css +6 -6
  262. package/lib/notify/notify.less +6 -6
  263. package/lib/notify/notify.variable.css +12 -8
  264. package/lib/notify/notifyConstructor.d.ts +1 -1
  265. package/lib/overflow-title/components/overflow-title.d.ts +257 -1
  266. package/lib/overflow-title/index.d.ts +387 -2
  267. package/lib/overflow-title/index.js +461 -1
  268. package/lib/overflow-title/props.d.ts +129 -0
  269. package/lib/pagination/index.d.ts +6 -6
  270. package/lib/pagination/index.js +880 -1
  271. package/lib/pagination/pagination.css +1 -0
  272. package/lib/pagination/pagination.d.ts +3 -3
  273. package/lib/pagination/pagination.less +1 -0
  274. package/lib/pagination/pagination.variable.css +7 -2
  275. package/lib/plugin-popover/index.js +3833 -1
  276. package/lib/plugins/index.js +63 -1
  277. package/lib/pop-confirm/index.d.ts +43 -4
  278. package/lib/pop-confirm/index.js +285 -1
  279. package/lib/pop-confirm/pop-confirm.css +4 -4
  280. package/lib/pop-confirm/pop-confirm.d.ts +14 -1
  281. package/lib/pop-confirm/pop-confirm.less +4 -4
  282. package/lib/pop-confirm/pop-confirm.variable.css +10 -6
  283. package/lib/popover/content.d.ts +33 -0
  284. package/lib/popover/index.d.ts +74 -16
  285. package/lib/popover/index.js +3841 -1
  286. package/lib/popover/popover.css +2 -1
  287. package/lib/popover/popover.d.ts +40 -7
  288. package/lib/popover/popover.less +4 -3
  289. package/lib/popover/popover.variable.css +8 -3
  290. package/lib/popover/props.d.ts +25 -2
  291. package/lib/popover/use-floating.d.ts +1 -1
  292. package/lib/popover/use-popover-init.d.ts +2 -1
  293. package/lib/popover2/index.d.ts +1 -1
  294. package/lib/popover2/index.js +107 -1
  295. package/lib/preset.d.ts +14 -0
  296. package/lib/preset.js +93 -1
  297. package/lib/process/index.d.ts +1 -1
  298. package/lib/process/index.js +759 -2
  299. package/lib/process/process.variable.css +6 -2
  300. package/lib/progress/index.d.ts +5 -5
  301. package/lib/progress/index.js +431 -1
  302. package/lib/progress/progress.css +11 -7
  303. package/lib/progress/progress.d.ts +3 -3
  304. package/lib/progress/progress.less +8 -3
  305. package/lib/progress/progress.variable.css +17 -9
  306. package/lib/radio/common.d.ts +1 -0
  307. package/lib/radio/index.d.ts +31 -25
  308. package/lib/radio/index.js +635 -1
  309. package/lib/radio/radio-button.d.ts +8 -7
  310. package/lib/radio/radio-group.d.ts +7 -4
  311. package/lib/radio/radio.css +26 -12
  312. package/lib/radio/radio.d.ts +5 -4
  313. package/lib/radio/radio.less +42 -8
  314. package/lib/radio/radio.variable.css +26 -8
  315. package/lib/rate/index.d.ts +12 -8
  316. package/lib/rate/index.js +354 -1
  317. package/lib/rate/rate.d.ts +4 -3
  318. package/lib/rate/rate.variable.css +6 -2
  319. package/lib/rate/star.css +3 -0
  320. package/lib/rate/star.less +3 -0
  321. package/lib/rate/star.variable.css +9 -2
  322. package/lib/resize-layout/index.d.ts +4 -4
  323. package/lib/resize-layout/index.js +429 -1
  324. package/lib/resize-layout/resize-layout.css +14 -2
  325. package/lib/resize-layout/resize-layout.d.ts +1 -1
  326. package/lib/resize-layout/resize-layout.less +14 -2
  327. package/lib/resize-layout/resize-layout.variable.css +20 -4
  328. package/lib/search-select/index.d.ts +62 -29
  329. package/lib/search-select/index.js +2729 -2
  330. package/lib/search-select/input.d.ts +5 -1
  331. package/lib/search-select/menu.d.ts +33 -2
  332. package/lib/search-select/search-select.css +39 -21
  333. package/lib/search-select/search-select.d.ts +23 -20
  334. package/lib/search-select/search-select.less +44 -23
  335. package/lib/search-select/search-select.variable.css +45 -23
  336. package/lib/search-select/selected.d.ts +5 -1
  337. package/lib/search-select/utils.d.ts +13 -5
  338. package/lib/select/common.d.ts +4 -1
  339. package/lib/select/index.d.ts +284 -87
  340. package/lib/select/index.js +2380 -2
  341. package/lib/select/option.d.ts +12 -0
  342. package/lib/select/select.css +16 -5
  343. package/lib/select/select.d.ts +119 -38
  344. package/lib/select/select.less +14 -1
  345. package/lib/select/select.variable.css +46 -31
  346. package/lib/select/selectTagInput.d.ts +10 -5
  347. package/lib/select/type.d.ts +3 -0
  348. package/lib/shared/helper.d.ts +1 -1
  349. package/lib/shared/index.js +2690 -1
  350. package/lib/shared/mask-manager.d.ts +3 -4
  351. package/lib/shared/pop-manager.d.ts +6 -2
  352. package/lib/shared/popover.d.ts +2 -2
  353. package/lib/shared/vue-types.d.ts +4 -3
  354. package/lib/sideslider/index.d.ts +1 -1
  355. package/lib/sideslider/index.js +714 -2
  356. package/lib/sideslider/sideslider.variable.css +6 -2
  357. package/lib/slider/index.d.ts +1 -1
  358. package/lib/slider/index.js +1297 -2
  359. package/lib/slider/slider.css +2 -0
  360. package/lib/slider/slider.less +2 -0
  361. package/lib/slider/slider.variable.css +8 -2
  362. package/lib/steps/index.d.ts +5 -5
  363. package/lib/steps/index.js +825 -2
  364. package/lib/steps/steps.css +18 -6
  365. package/lib/steps/steps.d.ts +3 -3
  366. package/lib/steps/steps.less +26 -5
  367. package/lib/steps/steps.variable.css +24 -8
  368. package/lib/styles/mixins/animate.css +4 -4
  369. package/lib/styles/mixins/animate.less +10 -6
  370. package/lib/styles/mixins/animate.variable.css +130 -4
  371. package/lib/styles/mixins/mixins.css +4 -4
  372. package/lib/styles/mixins/mixins.variable.css +4 -4
  373. package/lib/styles/mixins/popper.less +6 -5
  374. package/lib/styles/mixins/popper.variable.css +6 -2
  375. package/lib/styles/mixins/scroll.variable.css +6 -2
  376. package/lib/styles/reset.variable.css +6 -2
  377. package/lib/styles/themes/themes.less +7 -3
  378. package/lib/swiper/index.d.ts +1 -1
  379. package/lib/swiper/index.js +336 -1
  380. package/lib/swiper/swiper.css +0 -6
  381. package/lib/swiper/swiper.less +0 -8
  382. package/lib/swiper/swiper.variable.css +6 -8
  383. package/lib/switcher/index.d.ts +34 -20
  384. package/lib/switcher/index.js +277 -1
  385. package/lib/switcher/switcher.css +4 -4
  386. package/lib/switcher/switcher.d.ts +76 -7
  387. package/lib/switcher/switcher.variable.css +10 -6
  388. package/lib/tab/index.d.ts +3 -3
  389. package/lib/tab/index.js +914 -1
  390. package/lib/tab/tab-nav.d.ts +12 -2
  391. package/lib/tab/tab-panel.d.ts +1 -1
  392. package/lib/tab/tab.variable.css +6 -2
  393. package/lib/table/components/table-cell.d.ts +22 -24
  394. package/lib/table/components/table-column.d.ts +129 -85
  395. package/lib/table/const.d.ts +24 -2
  396. package/lib/table/events.d.ts +26 -26
  397. package/lib/table/index.d.ts +332 -296
  398. package/lib/table/index.js +6510 -1
  399. package/lib/table/plugins/body-empty.d.ts +1 -1
  400. package/lib/table/plugins/head-filter.css +4 -28
  401. package/lib/table/plugins/head-filter.less +5 -34
  402. package/lib/table/plugins/head-filter.variable.css +10 -30
  403. package/lib/table/plugins/head-sort.variable.css +6 -2
  404. package/lib/table/plugins/settings.d.ts +2 -19
  405. package/lib/table/plugins/settings.variable.css +6 -2
  406. package/lib/table/plugins/use-column-resize.d.ts +30 -10
  407. package/lib/table/plugins/use-fixed-column.d.ts +9 -9
  408. package/lib/table/plugins/use-head-cell.d.ts +7 -0
  409. package/lib/table/plugins/use-pagination.d.ts +8 -4
  410. package/lib/table/props.d.ts +120 -59
  411. package/lib/table/table.css +105 -53
  412. package/lib/table/table.d.ts +96 -73
  413. package/lib/table/table.less +70 -26
  414. package/lib/table/table.variable.css +111 -55
  415. package/lib/table/use-attributes.d.ts +59 -0
  416. package/lib/table/use-column.d.ts +264 -49
  417. package/lib/table/use-common.d.ts +1607 -88
  418. package/lib/table/use-render.d.ts +11 -0
  419. package/lib/table/utils.d.ts +34 -31
  420. package/lib/table-column/index.d.ts +384 -401
  421. package/lib/table-column/index.js +775 -1
  422. package/lib/tag/index.d.ts +10 -10
  423. package/lib/tag/index.js +233 -1
  424. package/lib/tag/tag.d.ts +5 -5
  425. package/lib/tag/tag.variable.css +6 -2
  426. package/lib/tag-input/index.d.ts +49 -7
  427. package/lib/tag-input/index.js +1664 -1
  428. package/lib/tag-input/list-tag-render.d.ts +11 -0
  429. package/lib/tag-input/tag-input.css +8 -0
  430. package/lib/tag-input/tag-input.d.ts +32 -4
  431. package/lib/tag-input/tag-input.less +9 -0
  432. package/lib/tag-input/tag-input.variable.css +14 -2
  433. package/lib/tag-input/tag-props.d.ts +16 -2
  434. package/lib/time-picker/index.d.ts +10 -4
  435. package/lib/time-picker/index.js +71 -1
  436. package/lib/time-picker/time-picker.css +3 -3
  437. package/lib/time-picker/time-picker.less +4 -9
  438. package/lib/time-picker/time-picker.variable.css +9 -5
  439. package/lib/timeline/index.d.ts +1 -1
  440. package/lib/timeline/index.js +241 -1
  441. package/lib/timeline/timeline.variable.css +6 -2
  442. package/lib/transfer/index.d.ts +1 -1
  443. package/lib/transfer/index.js +673 -1
  444. package/lib/transfer/transfer.css +2 -2
  445. package/lib/transfer/transfer.less +2 -2
  446. package/lib/transfer/transfer.variable.css +8 -4
  447. package/lib/tree/constant.d.ts +2 -2
  448. package/lib/tree/index.d.ts +70 -40
  449. package/lib/tree/index.js +2584 -1
  450. package/lib/tree/props.d.ts +20 -10
  451. package/lib/tree/tree.css +1 -1
  452. package/lib/tree/tree.d.ts +42 -21
  453. package/lib/tree/tree.variable.css +7 -3
  454. package/lib/tree/use-empty.d.ts +1 -3
  455. package/lib/tree/use-node-action.d.ts +5 -3
  456. package/lib/tree/use-node-attribute.d.ts +17 -8
  457. package/lib/tree/use-search.d.ts +2 -2
  458. package/lib/tree/use-tree-init.d.ts +1 -2
  459. package/lib/tree/util.d.ts +9 -3
  460. package/lib/upload/index.d.ts +1 -1
  461. package/lib/upload/index.js +2874 -2
  462. package/lib/upload/upload.css +4 -4
  463. package/lib/upload/upload.type.d.ts +1 -1
  464. package/lib/upload/upload.variable.css +10 -6
  465. package/lib/upload/use-file-handler.d.ts +2 -2
  466. package/lib/virtual-render/index.d.ts +43 -1
  467. package/lib/virtual-render/index.js +901 -1
  468. package/lib/virtual-render/props.d.ts +15 -0
  469. package/lib/virtual-render/use-fix-top.d.ts +18 -0
  470. package/lib/virtual-render/v-virtual-render.d.ts +24 -1
  471. package/lib/virtual-render/virtual-render.d.ts +25 -0
  472. package/lib/virtual-render/virtual-render.variable.css +6 -2
  473. package/lib/volar.components.d.ts +24 -24
  474. package/package.json +33 -19
  475. package/dist/index.cjs.source.js +0 -45479
  476. package/dist/index.esm.source.js +0 -45479
  477. package/dist/index.umd.source.js +0 -45482
  478. package/lib/cascader/index.js.LICENSE.txt +0 -1
  479. package/lib/dialog/index.js.LICENSE.txt +0 -1
  480. package/lib/directives/index.js.LICENSE.txt +0 -14
  481. package/lib/info-box/index.js.LICENSE.txt +0 -1
  482. package/lib/message/index.js.LICENSE.txt +0 -6
  483. package/lib/process/index.js.LICENSE.txt +0 -1
  484. package/lib/search-select/index.js.LICENSE.txt +0 -1
  485. package/lib/select/index.js.LICENSE.txt +0 -1
  486. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  487. package/lib/slider/index.js.LICENSE.txt +0 -1
  488. package/lib/steps/index.js.LICENSE.txt +0 -1
  489. package/lib/table/render.d.ts +0 -140
  490. package/lib/upload/index.js.LICENSE.txt +0 -1
@@ -1,4 +1,4 @@
1
- import { ExtractPropTypes, Slot } from 'vue';
1
+ import { ExtractPropTypes } from 'vue';
2
2
  import { IHeadColor, ROW_HOVER, SORT_OPTION } from './const';
3
3
  export declare enum SortScope {
4
4
  CURRENT = "current",
@@ -25,7 +25,7 @@ export declare enum TableAlignEnum {
25
25
  CENTER = "center",
26
26
  NONE = ""
27
27
  }
28
- export declare const columnType: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
28
+ export declare const columnType: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
29
29
  export declare const TableAlign: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
30
30
  export declare enum FullEnum {
31
31
  FULL = "full",
@@ -43,35 +43,20 @@ export declare enum FixedEnum {
43
43
  RIGHT = "right"
44
44
  }
45
45
  export declare const fixedType: import("vue-types").VueTypeValidableDef<"right" | "left">;
46
- export type IOverflowTooltip = {
47
- content: string | Function;
48
- disabled?: boolean;
49
- watchCellResize?: boolean;
50
- mode?: `${OverflowModeEnum}`;
51
- };
52
46
  export type IOverflowTooltipProp = {
53
47
  content: string | Function;
54
- disabled?: boolean;
48
+ disabled?: (col: Column, row: any) => boolean | boolean;
55
49
  watchCellResize?: boolean;
56
50
  mode?: `${OverflowModeEnum}`;
51
+ popoverOption?: any;
52
+ resizerWay?: ResizerWay;
57
53
  } | boolean;
58
- export declare const IOverflowTooltipPropType: import("vue-types").VueTypeDef<IOverflowTooltipProp> & {
59
- default: boolean | (() => {
60
- content: string | Function;
61
- disabled?: boolean;
62
- watchCellResize?: boolean;
63
- mode?: `${OverflowModeEnum}`;
64
- });
65
- };
66
- export declare const IOverflowTooltipType: import("vue-types").VueTypeDef<IOverflowTooltip> & {
67
- default: () => IOverflowTooltip;
68
- };
54
+ export type IOverflowTooltip = IOverflowTooltipProp;
55
+ export declare const IOverflowTooltipPropType: import("vue-types").VueTypeDef<IOverflowTooltipProp>;
69
56
  export type ISortOption = {
70
57
  [key: string]: SORT_OPTION;
71
58
  };
72
- export declare const ISortType: import("vue-types").VueTypeDef<ISortPropShape> & {
73
- default: string | boolean | (() => ISortShape);
74
- };
59
+ export declare const ISortType: import("vue-types").VueTypeDef<ISortPropShape>;
75
60
  export type ISortShape = {
76
61
  sortFn?: Function;
77
62
  sortScope?: SortScope;
@@ -86,11 +71,11 @@ export type IFilterShape = {
86
71
  filterScope?: SortScope;
87
72
  btnSave?: boolean | string;
88
73
  btnReset?: boolean | string;
74
+ height?: number;
75
+ maxHeight?: number;
89
76
  };
90
77
  export type IFilterPropShape = IFilterShape | boolean | string;
91
- export declare const IFilterType: import("vue-types").VueTypeDef<IFilterPropShape> & {
92
- default: string | boolean | (() => IFilterShape);
93
- };
78
+ export declare const IFilterType: import("vue-types").VueTypeDef<IFilterPropShape>;
94
79
  export declare enum ColumnPickEnum {
95
80
  MULTI = "multi",
96
81
  SINGLE = "single",
@@ -101,9 +86,7 @@ export declare enum ResizerWay {
101
86
  THROTTLE = "throttle"
102
87
  }
103
88
  export declare const IColumnType: import("vue-types").VueTypeDef<Column>;
104
- export declare const ITableSettings: import("vue-types").VueTypeDef<ISettingPropType> & {
105
- default: boolean | (() => Settings);
106
- };
89
+ export declare const ITableSettings: import("vue-types").VueTypeDef<ISettingPropType>;
107
90
  /**
108
91
  * 配置自定义行高选项
109
92
  */
@@ -119,6 +102,7 @@ export type Settings = {
119
102
  size?: string;
120
103
  sizeList?: SizeItem[];
121
104
  showLineHeight?: boolean;
105
+ trigger: 'manual';
122
106
  };
123
107
  export type ISettingPropType = Settings | boolean;
124
108
  export type Field = {
@@ -128,10 +112,46 @@ export type Field = {
128
112
  id?: string;
129
113
  name?: string;
130
114
  };
115
+ export type LabelFunctionString = ((_column: any, _index: any) => string | number | boolean | JSX.Element) | string | number | boolean;
116
+ export declare const LabelFunctionStringType: import("vue-types").VueTypeDef<LabelFunctionString>;
117
+ export type RenderFunctionString = ({ cell, data, row, column, index, rows, }: {
118
+ cell: any;
119
+ data: any;
120
+ row: any;
121
+ column: any;
122
+ index: any;
123
+ rows: any;
124
+ }) => string | number | boolean | JSX.Element;
125
+ export declare const RenderFunctionStringType: import("vue-types").VueTypeDef<RenderFunctionString>;
126
+ export type SpanFunctionString = (({ column, colIndex, row, rowIndex }: {
127
+ column: any;
128
+ colIndex: any;
129
+ row: any;
130
+ rowIndex: any;
131
+ }) => number) | Number;
132
+ export declare const SpanFunctionStringType: import("vue-types").VueTypeDef<SpanFunctionString>;
133
+ export type RowClassFunctionString = ((row: any) => string) | string;
134
+ export declare const RowClassFunctionStringType: import("vue-types").VueTypeDef<RowClassFunctionString>;
135
+ export type RowHeightFunctionNumber = ((_type: string, _row: any, _rowIndex: number, _size?: any) => number) | number;
136
+ export declare const RowHeightFunctionNumberType: import("vue-types").VueTypeDef<RowHeightFunctionNumber>;
137
+ type FunctionNumber = Function | number;
138
+ export declare const FunctionNumberType: import("vue-types").VueTypeDef<FunctionNumber>;
139
+ type StringNumber = string | number;
140
+ export declare const StringNumberType: (val: number | string) => import("vue-types").VueTypeDef<StringNumber> & {
141
+ default: StringNumber;
142
+ };
143
+ /**
144
+ * 表格字段解释说明
145
+ */
146
+ export type IColumnExplain = {
147
+ content: LabelFunctionString;
148
+ head: LabelFunctionString | boolean;
149
+ } | boolean;
131
150
  export type Column = {
132
- label: Function | string;
133
- field?: Function | string;
134
- render?: Function | string | Slot;
151
+ label: LabelFunctionString;
152
+ field?: LabelFunctionString;
153
+ render?: RenderFunctionString;
154
+ renderHead?: RenderFunctionString;
135
155
  width?: number | string;
136
156
  minWidth?: number | string;
137
157
  columnKey?: string;
@@ -141,17 +161,16 @@ export type Column = {
141
161
  resizable?: boolean;
142
162
  sort?: ISortShape | boolean | string;
143
163
  filter?: IFilterShape | boolean | string;
144
- colspan?: Function | Number;
145
- rowspan?: Function | Number;
146
- textAlign?: String;
147
- className?: string | Function;
164
+ colspan?: SpanFunctionString;
165
+ rowspan?: SpanFunctionString;
166
+ textAlign?: string;
167
+ className?: RowClassFunctionString;
148
168
  align?: string;
149
- prop?: string;
169
+ prop?: LabelFunctionString;
150
170
  index?: Number;
171
+ explain?: IColumnExplain;
151
172
  };
152
- export declare const IColumnProp: import("vue-types").VueTypeDef<Column> & {
153
- default: () => Column;
154
- };
173
+ export declare const IColumnProp: import("vue-types").VueTypeDef<Column>;
155
174
  export type Thead = {
156
175
  height?: Number;
157
176
  isShow?: boolean;
@@ -188,6 +207,16 @@ export type Colgroups = Column & {
188
207
  resizeWidth: number;
189
208
  listeners: Map<string, Function>;
190
209
  };
210
+ export declare enum IColSortBehavior {
211
+ /**
212
+ * 列排序是相互依赖的
213
+ */
214
+ interdependent = "interdependent",
215
+ /**
216
+ * 列与列之间的排序是独立的,互斥的
217
+ */
218
+ independent = "independent"
219
+ }
191
220
  export declare const tableProps: {
192
221
  /**
193
222
  * 渲染列表
@@ -219,8 +248,8 @@ export declare const tableProps: {
219
248
  * 默认:auto 根据行数自动填充高度
220
249
  * 100%,依赖初始化时父级容器高度
221
250
  */
222
- height: import("vue-types").VueTypeDef<string | number> & {
223
- default: string | number;
251
+ height: import("vue-types").VueTypeDef<StringNumber> & {
252
+ default: StringNumber;
224
253
  };
225
254
  /**
226
255
  * 是否为斑马纹 Table
@@ -234,22 +263,22 @@ export declare const tableProps: {
234
263
  * 设置表格最小高度
235
264
  * 默认:300
236
265
  */
237
- minHeight: import("vue-types").VueTypeDef<string | number> & {
238
- default: string | number;
266
+ minHeight: import("vue-types").VueTypeDef<StringNumber> & {
267
+ default: StringNumber;
239
268
  };
240
269
  /**
241
270
  * 设置表格最d大高度
242
271
  * 默认:auto,依赖外层高度
243
272
  */
244
- maxHeight: import("vue-types").VueTypeDef<string | number> & {
245
- default: string | number;
273
+ maxHeight: import("vue-types").VueTypeDef<StringNumber> & {
274
+ default: StringNumber;
246
275
  };
247
276
  /**
248
277
  * 行高,可以为固定数值类型
249
278
  * 可以是函数,返回当前行的高度,返回值为数值类型
250
279
  */
251
- rowHeight: import("vue-types").VueTypeDef<any> & {
252
- default: any;
280
+ rowHeight: import("vue-types").VueTypeDef<RowHeightFunctionNumber> & {
281
+ default: RowHeightFunctionNumber;
253
282
  };
254
283
  /**
255
284
  * Thead行高,可以为固定数值类型
@@ -320,6 +349,14 @@ export declare const tableProps: {
320
349
  } & {
321
350
  default: boolean;
322
351
  };
352
+ /**
353
+ * 是否支持跨页全选
354
+ */
355
+ acrossAll: import("vue-types").VueTypeValidableDef<boolean> & {
356
+ default: boolean;
357
+ } & {
358
+ default: boolean;
359
+ };
323
360
  /**
324
361
  * 空数据展示
325
362
  */
@@ -327,11 +364,15 @@ export declare const tableProps: {
327
364
  default: string;
328
365
  };
329
366
  /**
330
- * bk-table-setting-content
367
+ * 单元格数据为空展示
331
368
  */
332
- settings: import("vue-types").VueTypeDef<ISettingPropType> & {
333
- default: boolean | (() => Settings);
369
+ emptyCellText: import("vue-types").VueTypeDef<any> & {
370
+ default: any;
334
371
  };
372
+ /**
373
+ * bk-table-setting-content
374
+ */
375
+ settings: import("vue-types").VueTypeDef<ISettingPropType>;
335
376
  /**
336
377
  * 行的 class 的回调方法,也可以使用一个固定的 Object 为所有行设置一样的 Style
337
378
  */
@@ -385,6 +426,17 @@ export declare const tableProps: {
385
426
  } & {
386
427
  default: string;
387
428
  };
429
+ /**
430
+ * 默认选中行
431
+ * 仅对设置了selection的情况下生效
432
+ * 值可以为 [key1, key2, key3, ...] 或者 [row1, row2, row3, ...]
433
+ * 如果设置为key,则 selectionKey 必须设置,内部匹配逻辑为:row[selectionKey] === key
434
+ */
435
+ checked: import("vue-types").VueTypeValidableDef<unknown[]> & {
436
+ default: () => unknown[];
437
+ } & {
438
+ default: () => unknown[];
439
+ };
388
440
  /**
389
441
  * 提供自定义判定当前行是否选中
390
442
  * 如果设置了此属性,其他判定均不生效
@@ -408,14 +460,7 @@ export declare const tableProps: {
408
460
  * 当内容过长被隐藏时显示 tooltip, 此处为全局配置, 如果只配置此处,整个table都启用
409
461
  * column内部可以单个配置覆盖此配置
410
462
  */
411
- showOverflowTooltip: import("vue-types").VueTypeDef<IOverflowTooltipProp> & {
412
- default: boolean | (() => {
413
- content: string | Function;
414
- disabled?: boolean;
415
- watchCellResize?: boolean;
416
- mode?: `${OverflowModeEnum}`;
417
- });
418
- };
463
+ showOverflowTooltip: import("vue-types").VueTypeDef<IOverflowTooltipProp>;
419
464
  /**
420
465
  * 为避免不必要的数据修改导致的不可控组件更新
421
466
  * 默认组件不会对传入组件的data进行任何修改
@@ -475,4 +520,20 @@ export declare const tableProps: {
475
520
  prependStyle: import("vue-types").VueTypeDef<import("vue").CSSProperties> & {
476
521
  default: () => import("vue").CSSProperties;
477
522
  };
523
+ /**
524
+ * 列排序行为
525
+ * independent:列与列之间的排序是独立的,互斥的
526
+ * interdependent:列排序是相互影响、依赖的
527
+ *
528
+ */
529
+ colSortBehavior: import("vue-types").VueTypeDef<IColSortBehavior>;
530
+ /**
531
+ * 是否采用flex布局表格
532
+ */
533
+ isFlex: import("vue-types").VueTypeValidableDef<boolean> & {
534
+ default: boolean;
535
+ } & {
536
+ default: boolean;
537
+ };
478
538
  };
539
+ export {};
@@ -46,7 +46,7 @@
46
46
  user-select: none;
47
47
  }
48
48
  .bk-checkbox ~ .bk-checkbox {
49
- margin-left: 30px;
49
+ margin-left: 24px;
50
50
  }
51
51
  .bk-checkbox.is-checked .bk-checkbox-input {
52
52
  background: #3a84ff;
@@ -138,7 +138,7 @@
138
138
  .bk-button {
139
139
  display: inline-flex;
140
140
  height: 32px;
141
- padding: 5px 12px;
141
+ padding: var(--component-size-base-padding);
142
142
  font-size: 14px;
143
143
  color: #63656e;
144
144
  text-decoration: none;
@@ -178,6 +178,11 @@
178
178
  border-color: #5594fa;
179
179
  color: white;
180
180
  }
181
+ .bk-button.bk-button-primary.is-outline:active {
182
+ background-color: #2c77f4;
183
+ border-color: #2c77f4;
184
+ color: white;
185
+ }
181
186
  .bk-button.bk-button-primary.is-text {
182
187
  color: #3a84ff;
183
188
  background-color: transparent;
@@ -224,6 +229,11 @@
224
229
  border-color: #ffb848;
225
230
  color: white;
226
231
  }
232
+ .bk-button.bk-button-warning.is-outline:active {
233
+ background-color: #eb9000;
234
+ border-color: #eb9000;
235
+ color: white;
236
+ }
227
237
  .bk-button.bk-button-warning.is-text {
228
238
  color: #ff9c01;
229
239
  background-color: transparent;
@@ -270,6 +280,11 @@
270
280
  border-color: #45e35f;
271
281
  color: white;
272
282
  }
283
+ .bk-button.bk-button-success.is-outline:active {
284
+ background-color: #1ab943;
285
+ border-color: #1ab943;
286
+ color: white;
287
+ }
273
288
  .bk-button.bk-button-success.is-text {
274
289
  color: #2dcb56;
275
290
  background-color: transparent;
@@ -316,6 +331,11 @@
316
331
  border-color: #ff5656;
317
332
  color: white;
318
333
  }
334
+ .bk-button.bk-button-danger.is-outline:active {
335
+ background-color: #db2626;
336
+ border-color: #db2626;
337
+ color: white;
338
+ }
319
339
  .bk-button.bk-button-danger.is-text {
320
340
  color: #ea3636;
321
341
  background-color: transparent;
@@ -340,12 +360,12 @@
340
360
  }
341
361
  .bk-button.bk-button-small {
342
362
  height: 26px;
343
- padding: 3px 12px;
363
+ padding: var(--component-size-small-padding);
344
364
  font-size: 12px;
345
365
  }
346
366
  .bk-button.bk-button-large {
347
- height: 38px;
348
- padding: 8px 20px;
367
+ height: 40px;
368
+ padding: var(--component-size-large-padding);
349
369
  font-size: 16px;
350
370
  }
351
371
  .bk-button .bk-button-text {
@@ -385,18 +405,21 @@
385
405
  cursor: not-allowed;
386
406
  border-color: #dcdee5;
387
407
  }
408
+ .bk-button.is-disabled:not(.is-text) {
409
+ background-color: #f9fafd;
410
+ }
388
411
  .bk-button-group {
389
412
  display: inline-block;
390
413
  font-size: 0;
391
414
  }
392
415
  .bk-button-group.bk-button-group-small .bk-button {
393
416
  height: 26px;
394
- padding: 3px 12px;
417
+ padding: var(--component-size-small-padding);
395
418
  font-size: 12px;
396
419
  }
397
420
  .bk-button-group.bk-button-group-large .bk-button {
398
- height: 38px;
399
- padding: 8px 20px;
421
+ height: 40px;
422
+ padding: var(--component-size-large-padding);
400
423
  font-size: 16px;
401
424
  }
402
425
  .bk-button-group .bk-button {
@@ -531,6 +554,7 @@
531
554
  }
532
555
  .bk-pagination-list {
533
556
  display: flex;
557
+ margin-right: 8px;
534
558
  }
535
559
  .bk-pagination-list-pre-batch,
536
560
  .bk-pagination-list-next-batch,
@@ -701,7 +725,7 @@
701
725
  .bk-popover.bk-pop2-content {
702
726
  position: absolute;
703
727
  display: none;
704
- padding: 7px 14px;
728
+ padding: 12px;
705
729
  font-size: 12px;
706
730
  color: #fff;
707
731
  background: #26323d;
@@ -710,6 +734,7 @@
710
734
  }
711
735
  .bk-popover.bk-pop2-content .bk-pop2-arrow {
712
736
  position: absolute;
737
+ z-index: -1;
713
738
  width: 8px;
714
739
  height: 8px;
715
740
  background: #333;
@@ -732,6 +757,9 @@
732
757
  cursor: pointer;
733
758
  align-items: center;
734
759
  }
760
+ .bk-table-head-action:last-of-type {
761
+ margin-right: -10px;
762
+ }
735
763
  .bk-table-head-action.active {
736
764
  color: #3a84ff;
737
765
  }
@@ -776,37 +804,10 @@
776
804
  }
777
805
  .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer {
778
806
  display: flex;
779
- height: 42px;
780
- padding: 0 10px;
807
+ padding: 12px;
781
808
  border-top: solid 1px #dcdee5;
782
- justify-content: center;
783
- align-items: center;
784
- }
785
- .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span {
786
- display: inline-flex;
787
- height: 100%;
788
- padding: 6px 12px;
789
- font-size: 14px;
790
- line-height: 22px;
791
- color: #3a84ff;
792
- cursor: pointer;
793
809
  align-items: center;
794
810
  }
795
- .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.disabled {
796
- color: transparent;
797
- cursor: auto;
798
- }
799
- .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-split {
800
- width: 1px;
801
- height: calc(100% - 12px);
802
- padding: 6px 0;
803
- cursor: default;
804
- background: #f0f1f5;
805
- }
806
- .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-reset.disable {
807
- color: #979ba5;
808
- cursor: not-allowed;
809
- }
810
811
  .bk-head-cell-sort {
811
812
  display: flex;
812
813
  height: 100%;
@@ -985,15 +986,25 @@
985
986
  height: auto;
986
987
  overflow: hidden;
987
988
  }
989
+ .bk-table-flex {
990
+ display: flex;
991
+ flex-direction: column;
992
+ max-height: fit-content;
993
+ }
994
+ .bk-table-flex .bk-table-body {
995
+ flex: 1;
996
+ overflow: auto;
997
+ }
988
998
  .bk-table.has-scroll-y .bk-table-head {
989
999
  padding-right: 4px;
990
1000
  }
991
1001
  .bk-table .bk-table-body {
992
1002
  position: relative;
993
1003
  overflow: auto;
1004
+ scrollbar-gutter: stable;
994
1005
  }
995
1006
  .bk-table .bk-table-body::-webkit-scrollbar {
996
- width: 6px;
1007
+ width: 5px;
997
1008
  height: 6px;
998
1009
  }
999
1010
  .bk-table .bk-table-body::-webkit-scrollbar-thumb {
@@ -1005,7 +1016,7 @@
1005
1016
  transform: translateX(var(--prepend-left));
1006
1017
  }
1007
1018
  .bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
1008
- background-color: #FAFBFD;
1019
+ background-color: #fafbfd;
1009
1020
  }
1010
1021
  .bk-table .bk-table-body-content.bk-stripe table tbody tr td {
1011
1022
  border-bottom: none;
@@ -1025,11 +1036,12 @@
1025
1036
  .bk-table .bk-table-head,
1026
1037
  .bk-table .bk-table-body {
1027
1038
  background: white;
1039
+ transform: translateZ(0);
1028
1040
  }
1029
1041
  .bk-table .bk-table-head::-webkit-scrollbar,
1030
1042
  .bk-table .bk-table-body::-webkit-scrollbar {
1031
- width: 4px;
1032
- height: 4px;
1043
+ width: 5px;
1044
+ height: 5px;
1033
1045
  }
1034
1046
  .bk-table .bk-table-head::-webkit-scrollbar-thumb,
1035
1047
  .bk-table .bk-table-body::-webkit-scrollbar-thumb {
@@ -1046,16 +1058,17 @@
1046
1058
  }
1047
1059
  .bk-table .bk-table-head.__is-empty .bk-table-body-content,
1048
1060
  .bk-table .bk-table-body.__is-empty .bk-table-body-content {
1061
+ position: relative;
1049
1062
  display: flex;
1050
1063
  width: 100%;
1051
1064
  height: 100%;
1052
1065
  padding-bottom: 20px;
1053
- position: relative;
1054
1066
  }
1055
1067
  .bk-table .bk-table-head table,
1056
1068
  .bk-table .bk-table-body table {
1057
1069
  width: 100%;
1058
1070
  border-collapse: collapse;
1071
+ transform: translateZ(0);
1059
1072
  table-layout: fixed;
1060
1073
  align-self: flex-start;
1061
1074
  }
@@ -1066,7 +1079,6 @@
1066
1079
  height: var(--row-height);
1067
1080
  min-width: 30px;
1068
1081
  clear: both;
1069
- background-color: #fff;
1070
1082
  }
1071
1083
  .bk-table .bk-table-head table th.expand-row .expand-btn-action,
1072
1084
  .bk-table .bk-table-body table th.expand-row .expand-btn-action,
@@ -1091,6 +1103,13 @@
1091
1103
  .bk-table .bk-table-body table td .cell.has-sort {
1092
1104
  cursor: pointer;
1093
1105
  }
1106
+ .bk-table .bk-table-head table th .cell.explain,
1107
+ .bk-table .bk-table-body table th .cell.explain,
1108
+ .bk-table .bk-table-head table td .cell.explain,
1109
+ .bk-table .bk-table-body table td .cell.explain {
1110
+ text-decoration-style: dashed;
1111
+ text-decoration-line: underline;
1112
+ }
1094
1113
  .bk-table .bk-table-head table th .cell .head-text,
1095
1114
  .bk-table .bk-table-body table th .cell .head-text,
1096
1115
  .bk-table .bk-table-head table td .cell .head-text,
@@ -1180,7 +1199,22 @@
1180
1199
  }
1181
1200
  .bk-table .bk-table-head table thead th,
1182
1201
  .bk-table .bk-table-body table thead th {
1202
+ position: relative;
1183
1203
  font-weight: 400;
1204
+ background-color: var(--background-color);
1205
+ }
1206
+ .bk-table .bk-table-head table thead th.col-resize-hover::after,
1207
+ .bk-table .bk-table-body table thead th.col-resize-hover::after {
1208
+ position: absolute;
1209
+ top: 0;
1210
+ right: 0;
1211
+ bottom: 0;
1212
+ z-index: 1;
1213
+ width: 6px;
1214
+ pointer-events: none;
1215
+ background-color: #3785ff;
1216
+ content: '';
1217
+ transform: translateX(50%);
1184
1218
  }
1185
1219
  .bk-table .bk-table-head table thead th .cell,
1186
1220
  .bk-table .bk-table-body table thead th .cell {
@@ -1193,12 +1227,17 @@
1193
1227
  .bk-table .bk-table-body table thead th.active,
1194
1228
  .bk-table .bk-table-head table thead th:hover,
1195
1229
  .bk-table .bk-table-body table thead th:hover {
1230
+ cursor: pointer;
1196
1231
  background: #f0f1f5;
1197
1232
  }
1198
1233
  .bk-table .bk-table-head table thead th.column_fixed,
1199
1234
  .bk-table .bk-table-body table thead th.column_fixed {
1200
1235
  transform: translateX(var(--scroll-left));
1201
1236
  }
1237
+ .bk-table .bk-table-head table tbody tr td,
1238
+ .bk-table .bk-table-body table tbody tr td {
1239
+ background-color: #fff;
1240
+ }
1202
1241
  .bk-table .bk-table-head table tbody tr td.empty-cell,
1203
1242
  .bk-table .bk-table-body table tbody tr td.empty-cell {
1204
1243
  padding-bottom: 30px;
@@ -1222,6 +1261,21 @@
1222
1261
  }
1223
1262
  .bk-table .bk-table-head {
1224
1263
  position: relative;
1264
+ z-index: 2;
1265
+ scrollbar-gutter: stable;
1266
+ overflow: hidden;
1267
+ }
1268
+ .bk-table .bk-table-head .col-resize-drag {
1269
+ position: absolute;
1270
+ top: 0;
1271
+ right: 0;
1272
+ bottom: 0;
1273
+ z-index: 1;
1274
+ width: 6px;
1275
+ background-color: #3785ff;
1276
+ transform: translateX(-50%);
1277
+ }
1278
+ .bk-table .bk-table-head thead {
1225
1279
  transform: translateX(var(--scroll-head-left));
1226
1280
  }
1227
1281
  .bk-table .bk-table-head .table-head-settings {
@@ -1244,15 +1298,14 @@
1244
1298
  }
1245
1299
  .bk-table .bk-table-head .table-head-settings > span {
1246
1300
  display: flex;
1247
- width: 1rem;
1248
- height: 1rem;
1249
- }
1250
- .bk-table .bk-table-head .bk-table-fixed .column_fixed.column_fixed_right.shadow {
1251
- box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.12);
1301
+ width: 1em;
1302
+ height: 1em;
1252
1303
  }
1253
1304
  .bk-table .bk-table-footer {
1305
+ display: flex;
1306
+ width: 100%;
1254
1307
  height: var(--footer-height);
1255
- line-height: var(--footer-height);
1308
+ align-items: center;
1256
1309
  }
1257
1310
  .bk-table .bk-table-footer.is-hidden {
1258
1311
  display: none;
@@ -1301,13 +1354,13 @@
1301
1354
  position: absolute;
1302
1355
  top: 0;
1303
1356
  right: 0;
1304
- bottom: 0;
1357
+ bottom: var(--footer-height);
1305
1358
  left: 0;
1306
1359
  pointer-events: none;
1307
1360
  }
1308
1361
  .bk-table .bk-table-fixed .column_fixed {
1309
1362
  position: absolute;
1310
- transform: translate(var(--var-scroll-left), var(--var-scroll-top));
1363
+ z-index: 2;
1311
1364
  }
1312
1365
  .bk-table .bk-table-fixed .column_fixed.column_fixed_left {
1313
1366
  top: 0;
@@ -1319,7 +1372,6 @@
1319
1372
  .bk-table .bk-table-fixed .column_fixed.column_fixed_right {
1320
1373
  top: 0;
1321
1374
  right: 0;
1322
- z-index: 1;
1323
1375
  }
1324
1376
  .bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
1325
1377
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
@@ -1343,5 +1395,5 @@
1343
1395
  margin-left: auto;
1344
1396
  }
1345
1397
  .bk-table .stripe-row {
1346
- background: #FAFBFD;
1398
+ background: #fafbfd;
1347
1399
  }