bkui-vue 2.0.1-beta.11 → 2.0.1-beta.111

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 (523) hide show
  1. package/README.md +15 -0
  2. package/dist/index.cjs.js +142 -168
  3. package/dist/index.esm.js +29125 -32074
  4. package/dist/index.umd.js +142 -168
  5. package/dist/style.css +1 -1
  6. package/dist/style.variable.css +1 -1
  7. package/lib/affix/affix.variable.css +1 -0
  8. package/lib/affix/index.d.ts +111 -57
  9. package/lib/affix/index.js +24 -24
  10. package/lib/alert/alert.d.ts +5 -12
  11. package/lib/alert/alert.variable.css +1 -0
  12. package/lib/alert/index.d.ts +131 -93
  13. package/lib/alert/index.js +25 -25
  14. package/lib/animate-number/index.d.ts +96 -33
  15. package/lib/animate-number/index.js +7 -8
  16. package/lib/backtop/backtop.d.ts +1 -1
  17. package/lib/backtop/backtop.variable.css +1 -0
  18. package/lib/backtop/index.d.ts +118 -70
  19. package/lib/backtop/index.js +16 -17
  20. package/lib/badge/badge.variable.css +1 -0
  21. package/lib/badge/index.d.ts +152 -119
  22. package/lib/badge/index.js +20 -20
  23. package/lib/breadcrumb/breadcrumb.variable.css +1 -0
  24. package/lib/breadcrumb/index.d.ts +119 -67
  25. package/lib/breadcrumb/index.js +17 -17
  26. package/lib/button/button.css +188 -144
  27. package/lib/button/button.d.ts +10 -10
  28. package/lib/button/button.less +74 -71
  29. package/lib/button/button.variable.css +189 -144
  30. package/lib/button/index.d.ts +160 -124
  31. package/lib/button/index.js +26 -26
  32. package/lib/card/card.variable.css +1 -0
  33. package/lib/card/index.d.ts +157 -128
  34. package/lib/card/index.js +22 -20
  35. package/lib/cascader/cascader-panel.d.ts +6 -1
  36. package/lib/cascader/cascader.css +4 -0
  37. package/lib/cascader/cascader.d.ts +8 -4
  38. package/lib/cascader/cascader.less +5 -0
  39. package/lib/cascader/cascader.variable.css +5 -0
  40. package/lib/cascader/index.d.ts +355 -393
  41. package/lib/cascader/index.js +377 -308
  42. package/lib/cascader/interface.d.ts +1 -1
  43. package/lib/checkbox/checkbox-group.d.ts +0 -16
  44. package/lib/checkbox/checkbox.css +8 -0
  45. package/lib/checkbox/checkbox.d.ts +40 -8
  46. package/lib/checkbox/checkbox.less +12 -0
  47. package/lib/checkbox/checkbox.variable.css +9 -0
  48. package/lib/checkbox/index.d.ts +194 -127
  49. package/lib/checkbox/index.js +65 -52
  50. package/lib/checkbox/type.d.ts +1 -1
  51. package/lib/code-diff/code-diff.variable.css +1 -0
  52. package/lib/code-diff/index.d.ts +82 -65
  53. package/lib/code-diff/index.js +446 -389
  54. package/lib/collapse/collapse-panel.d.ts +5 -5
  55. package/lib/collapse/collapse.variable.css +1 -0
  56. package/lib/collapse/index.d.ts +180 -161
  57. package/lib/collapse/index.js +31 -30
  58. package/lib/collapse/props.d.ts +2 -2
  59. package/lib/collapse/utils.d.ts +2 -2
  60. package/lib/collapse-transition/collapse-transition.variable.css +1 -0
  61. package/lib/collapse-transition/index.d.ts +94 -19
  62. package/lib/collapse-transition/index.js +3 -4
  63. package/lib/color-picker/color-picker.d.ts +17 -1
  64. package/lib/color-picker/color-picker.variable.css +1 -0
  65. package/lib/color-picker/index.d.ts +168 -124
  66. package/lib/color-picker/index.js +93 -88
  67. package/lib/components.d.ts +30 -32
  68. package/lib/components.js +29 -31
  69. package/lib/config-provider/config-provider.variable.css +1 -0
  70. package/lib/config-provider/index.d.ts +228 -161
  71. package/lib/config-provider/index.js +17 -17
  72. package/lib/container/container.d.ts +1 -1
  73. package/lib/container/container.variable.css +1 -0
  74. package/lib/container/index.d.ts +85 -74
  75. package/lib/container/index.js +32 -35
  76. package/lib/date-picker/base/date-table.d.ts +1 -1
  77. package/lib/date-picker/base/month-table.d.ts +1 -1
  78. package/lib/date-picker/base/picker-dropdown.d.ts +2 -2
  79. package/lib/date-picker/base/time-spinner.d.ts +3 -3
  80. package/lib/date-picker/base/year-table.d.ts +1 -1
  81. package/lib/date-picker/date-picker.d.ts +7 -15
  82. package/lib/date-picker/date-picker.variable.css +1 -0
  83. package/lib/date-picker/index.d.ts +356 -399
  84. package/lib/date-picker/index.js +343 -297
  85. package/lib/date-picker/interface.d.ts +9 -9
  86. package/lib/date-picker/panel/date-range.d.ts +6 -6
  87. package/lib/date-picker/panel/date.d.ts +2 -2
  88. package/lib/date-picker/panel/time-range.d.ts +3 -12
  89. package/lib/date-picker/panel/time.d.ts +3 -12
  90. package/lib/date-picker/props.d.ts +1 -5
  91. package/lib/date-picker/time-picker.d.ts +7 -14
  92. package/lib/date-picker/utils.d.ts +1 -1
  93. package/lib/dialog/dialog.d.ts +47 -31
  94. package/lib/dialog/dialog.variable.css +1 -0
  95. package/lib/dialog/index.d.ts +309 -305
  96. package/lib/dialog/index.js +252 -249
  97. package/lib/dialog/props.d.ts +20 -13
  98. package/lib/directives/index.d.ts +4 -3
  99. package/lib/directives/index.js +219 -197
  100. package/lib/directives/tooltips.d.ts +1 -1
  101. package/lib/dist.index.js +2 -4
  102. package/lib/divider/divider.d.ts +5 -5
  103. package/lib/divider/divider.variable.css +1 -0
  104. package/lib/divider/index.d.ts +116 -62
  105. package/lib/divider/index.js +4 -5
  106. package/lib/divider/props.d.ts +2 -2
  107. package/lib/dropdown/dropdown-item.d.ts +1 -1
  108. package/lib/dropdown/dropdown-menu.d.ts +1 -1
  109. package/lib/dropdown/dropdown.d.ts +7 -7
  110. package/lib/dropdown/dropdown.variable.css +1 -0
  111. package/lib/dropdown/index.d.ts +144 -102
  112. package/lib/dropdown/index.js +32 -32
  113. package/lib/exception/exception.d.ts +9 -9
  114. package/lib/exception/exception.variable.css +1 -0
  115. package/lib/exception/index.d.ts +107 -46
  116. package/lib/exception/index.js +31 -31
  117. package/lib/exception/typings/index.d.ts +1 -1
  118. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
  119. package/lib/fixed-navbar/index.d.ts +113 -59
  120. package/lib/fixed-navbar/index.js +4 -5
  121. package/lib/form/form-item.d.ts +7 -19
  122. package/lib/form/form.d.ts +3 -3
  123. package/lib/form/form.variable.css +1 -0
  124. package/lib/form/index.d.ts +139 -94
  125. package/lib/form/index.js +44 -42
  126. package/lib/form/type.d.ts +2 -2
  127. package/lib/icon/angle-double-down-line.js +17 -17
  128. package/lib/icon/angle-double-left-line.js +17 -17
  129. package/lib/icon/angle-double-left.js +17 -17
  130. package/lib/icon/angle-double-right-line.js +17 -17
  131. package/lib/icon/angle-double-right.js +17 -17
  132. package/lib/icon/angle-double-up-line.js +17 -17
  133. package/lib/icon/angle-down-fill.js +17 -17
  134. package/lib/icon/angle-down-line.js +17 -17
  135. package/lib/icon/angle-down.js +17 -17
  136. package/lib/icon/angle-left.js +17 -17
  137. package/lib/icon/angle-right.js +17 -17
  138. package/lib/icon/angle-up-fill.js +17 -17
  139. package/lib/icon/angle-up.js +17 -17
  140. package/lib/icon/archive-fill.js +17 -17
  141. package/lib/icon/arrows-left.js +17 -17
  142. package/lib/icon/arrows-right.js +17 -17
  143. package/lib/icon/assistant.js +17 -17
  144. package/lib/icon/audio-fill.js +17 -17
  145. package/lib/icon/bk.js +17 -17
  146. package/lib/icon/circle.js +17 -17
  147. package/lib/icon/close-line.js +17 -17
  148. package/lib/icon/close.js +17 -17
  149. package/lib/icon/code.js +17 -17
  150. package/lib/icon/cog-shape.js +17 -17
  151. package/lib/icon/collapse-left.js +17 -17
  152. package/lib/icon/copy-shape.js +17 -17
  153. package/lib/icon/copy.js +17 -17
  154. package/lib/icon/data-shape.js +17 -17
  155. package/lib/icon/del.js +17 -17
  156. package/lib/icon/doc-fill.js +17 -17
  157. package/lib/icon/done.js +17 -17
  158. package/lib/icon/down-shape.js +17 -17
  159. package/lib/icon/down-small.js +17 -17
  160. package/lib/icon/edit-line.js +17 -17
  161. package/lib/icon/ellipsis.js +17 -17
  162. package/lib/icon/enlarge-line.js +17 -17
  163. package/lib/icon/error.js +17 -17
  164. package/lib/icon/excel-fill.js +17 -17
  165. package/lib/icon/exclamation-circle-shape.js +17 -17
  166. package/lib/icon/eye.js +17 -17
  167. package/lib/icon/filliscreen-line.js +17 -17
  168. package/lib/icon/fix-line.js +17 -17
  169. package/lib/icon/fix-shape.js +17 -17
  170. package/lib/icon/folder-open.js +17 -17
  171. package/lib/icon/folder-shape-open.js +17 -17
  172. package/lib/icon/folder-shape.js +17 -17
  173. package/lib/icon/folder.js +17 -17
  174. package/lib/icon/funnel.js +17 -17
  175. package/lib/icon/grag-fill.js +17 -17
  176. package/lib/icon/help-document-fill.js +17 -17
  177. package/lib/icon/help-fill.js +17 -17
  178. package/lib/icon/help.js +17 -17
  179. package/lib/icon/image-fill.js +17 -17
  180. package/lib/icon/img-error.js +17 -17
  181. package/lib/icon/img-placehoulder.js +17 -17
  182. package/lib/icon/index.d.ts +11 -11
  183. package/lib/icon/index.js +11 -11
  184. package/lib/icon/info-line.js +17 -17
  185. package/lib/icon/info.js +17 -17
  186. package/lib/icon/left-shape.js +17 -17
  187. package/lib/icon/left-turn-line.js +17 -17
  188. package/lib/icon/loading.js +17 -17
  189. package/lib/icon/narrow-line.js +17 -17
  190. package/lib/icon/original.js +17 -17
  191. package/lib/icon/pdf-fill.js +17 -17
  192. package/lib/icon/play-shape.js +17 -17
  193. package/lib/icon/plus.js +17 -17
  194. package/lib/icon/ppt-fill.js +17 -17
  195. package/lib/icon/qq.js +17 -17
  196. package/lib/icon/right-shape.js +17 -17
  197. package/lib/icon/right-turn-line.js +17 -17
  198. package/lib/icon/search.js +17 -17
  199. package/lib/icon/share.js +17 -17
  200. package/lib/icon/spinner.js +17 -17
  201. package/lib/icon/success.js +17 -17
  202. package/lib/icon/switcher-loading.js +17 -17
  203. package/lib/icon/text-all.js +17 -17
  204. package/lib/icon/text-file.js +17 -17
  205. package/lib/icon/text-fill.js +17 -17
  206. package/lib/icon/transfer.js +17 -17
  207. package/lib/icon/tree-application-shape.js +17 -17
  208. package/lib/icon/unfull-screen.js +17 -17
  209. package/lib/icon/unvisible.js +17 -17
  210. package/lib/icon/up-shape.js +17 -17
  211. package/lib/icon/upload.js +17 -17
  212. package/lib/icon/video-fill.js +17 -17
  213. package/lib/icon/warn.js +17 -17
  214. package/lib/icon/weixin-pro.js +17 -17
  215. package/lib/icon/weixin.js +17 -17
  216. package/lib/image/image-viewer.d.ts +1 -1
  217. package/lib/image/image-viewer.variable.css +1 -0
  218. package/lib/image/image.variable.css +1 -0
  219. package/lib/image/index.d.ts +149 -113
  220. package/lib/image/index.js +46 -48
  221. package/lib/index.d.ts +9 -3
  222. package/lib/index.js +5 -29
  223. package/lib/info-box/index.js +250 -250
  224. package/lib/info-box/info-box.d.ts +15 -15
  225. package/lib/info-box/info-box.variable.css +1 -0
  226. package/lib/input/index.d.ts +299 -332
  227. package/lib/input/index.js +110 -561
  228. package/lib/input/input.css +23 -1
  229. package/lib/input/input.d.ts +15 -15
  230. package/lib/input/input.less +30 -1
  231. package/lib/input/input.variable.css +24 -1
  232. package/lib/link/index.d.ts +127 -78
  233. package/lib/link/index.js +5 -5
  234. package/lib/link/link.d.ts +5 -5
  235. package/lib/link/link.variable.css +1 -0
  236. package/lib/loading/index.d.ts +162 -135
  237. package/lib/loading/index.js +43 -40
  238. package/lib/loading/loading.d.ts +9 -9
  239. package/lib/loading/loading.variable.css +1 -0
  240. package/lib/locale/index.d.ts +1 -1
  241. package/lib/menu/index.d.ts +131 -51
  242. package/lib/menu/index.js +46 -27
  243. package/lib/menu/menu-group.d.ts +9 -0
  244. package/lib/menu/menu-item.d.ts +9 -0
  245. package/lib/menu/menu.css +29 -17
  246. package/lib/menu/menu.less +33 -18
  247. package/lib/menu/menu.variable.css +30 -17
  248. package/lib/menu/submenu.d.ts +1 -0
  249. package/lib/menu/submenu.variable.css +1 -0
  250. package/lib/menu/utils.d.ts +3 -3
  251. package/lib/message/index.js +43 -42
  252. package/lib/message/message.css +2 -1
  253. package/lib/message/message.less +3 -2
  254. package/lib/message/message.variable.css +3 -1
  255. package/lib/message/messageConstructor.d.ts +21 -21
  256. package/lib/modal/index.d.ts +214 -159
  257. package/lib/modal/index.js +68 -47
  258. package/lib/modal/modal.d.ts +24 -8
  259. package/lib/modal/modal.variable.css +1 -0
  260. package/lib/modal/props.mixin.d.ts +10 -3
  261. package/lib/navigation/index.d.ts +188 -152
  262. package/lib/navigation/index.js +27 -29
  263. package/lib/navigation/navigation.d.ts +1 -1
  264. package/lib/navigation/navigation.variable.css +1 -0
  265. package/lib/notify/index.js +25 -24
  266. package/lib/notify/notify.variable.css +1 -0
  267. package/lib/notify/notifyConstructor.d.ts +5 -5
  268. package/lib/overflow-title/components/overflow-title.d.ts +45 -16
  269. package/lib/overflow-title/index.d.ts +298 -328
  270. package/lib/overflow-title/index.js +85 -28
  271. package/lib/overflow-title/overflow-title.css +3 -0
  272. package/lib/overflow-title/overflow-title.less +4 -0
  273. package/lib/overflow-title/overflow-title.variable.css +3 -0
  274. package/lib/overflow-title/props.d.ts +36 -21
  275. package/lib/pagination/index.d.ts +198 -203
  276. package/lib/pagination/index.js +128 -68
  277. package/lib/pagination/pagination.css +8 -8
  278. package/lib/pagination/pagination.d.ts +0 -13
  279. package/lib/pagination/pagination.less +14 -13
  280. package/lib/pagination/pagination.variable.css +9 -8
  281. package/lib/pagination/type.d.ts +1 -1
  282. package/lib/pagination/use-limit.d.ts +1 -1
  283. package/lib/pagination/use-total.d.ts +1 -1
  284. package/lib/plugin-popover/index.js +328 -442
  285. package/lib/pop-confirm/index.d.ts +162 -148
  286. package/lib/pop-confirm/index.js +40 -35
  287. package/lib/pop-confirm/pop-confirm.css +3 -1
  288. package/lib/pop-confirm/pop-confirm.d.ts +10 -20
  289. package/lib/pop-confirm/pop-confirm.less +3 -1
  290. package/lib/pop-confirm/pop-confirm.variable.css +4 -1
  291. package/lib/pop-confirm/props.d.ts +8 -11
  292. package/lib/popover/const.d.ts +3 -3
  293. package/lib/popover/content.d.ts +6 -3
  294. package/lib/popover/index.d.ts +411 -380
  295. package/lib/popover/index.js +328 -442
  296. package/lib/popover/plugin-popover.d.ts +1 -1
  297. package/lib/popover/popover.d.ts +51 -8
  298. package/lib/popover/popover.variable.css +1 -0
  299. package/lib/popover/props.d.ts +28 -4
  300. package/lib/popover/use-floating.d.ts +2 -2
  301. package/lib/popover/use-popover-init.d.ts +2 -1
  302. package/lib/popover/utils.d.ts +2 -0
  303. package/lib/popover2/index.d.ts +83 -8
  304. package/lib/popover2/index.js +2 -2
  305. package/lib/preset.d.ts +0 -1
  306. package/lib/preset.js +0 -1
  307. package/lib/process/index.d.ts +137 -93
  308. package/lib/process/index.js +229 -229
  309. package/lib/process/process.variable.css +1 -0
  310. package/lib/progress/index.d.ts +192 -183
  311. package/lib/progress/index.js +31 -33
  312. package/lib/progress/progress.d.ts +9 -9
  313. package/lib/progress/progress.variable.css +1 -0
  314. package/lib/radio/index.d.ts +155 -106
  315. package/lib/radio/index.js +76 -63
  316. package/lib/radio/radio-button.d.ts +7 -7
  317. package/lib/radio/radio-group.d.ts +7 -7
  318. package/lib/radio/radio.d.ts +7 -7
  319. package/lib/radio/radio.variable.css +1 -0
  320. package/lib/radio/type.d.ts +1 -1
  321. package/lib/rate/index.d.ts +112 -55
  322. package/lib/rate/index.js +28 -27
  323. package/lib/rate/rate.variable.css +1 -0
  324. package/lib/resize-layout/index.d.ts +204 -157
  325. package/lib/resize-layout/index.js +54 -34
  326. package/lib/resize-layout/resize-layout.d.ts +18 -7
  327. package/lib/resize-layout/resize-layout.variable.css +1 -0
  328. package/lib/scrollbar/css/scrollbar.css +109 -0
  329. package/lib/scrollbar/css/scrollbar.less +139 -0
  330. package/lib/scrollbar/{scrollbar.variable.css → css/scrollbar.variable.css} +96 -61
  331. package/lib/scrollbar/handlers/click-rail.d.ts +2 -0
  332. package/lib/scrollbar/handlers/drag-thumb.d.ts +1 -0
  333. package/lib/scrollbar/handlers/keyboard.d.ts +2 -0
  334. package/lib/scrollbar/handlers/mouse-wheel.d.ts +2 -0
  335. package/lib/scrollbar/handlers/touch.d.ts +4 -0
  336. package/lib/scrollbar/helper/class-names.d.ts +21 -0
  337. package/lib/scrollbar/helper/css.d.ts +3 -0
  338. package/lib/scrollbar/helper/dom.d.ts +4 -0
  339. package/lib/scrollbar/helper/event-manager.d.ts +20 -0
  340. package/lib/scrollbar/helper/util.d.ts +11 -0
  341. package/lib/scrollbar/index.d.ts +133 -13
  342. package/lib/scrollbar/index.js +1380 -18482
  343. package/lib/scrollbar/process-scroll-diff.d.ts +1 -0
  344. package/lib/scrollbar/update-geometry.d.ts +8 -0
  345. package/lib/search-select/index.d.ts +946 -701
  346. package/lib/search-select/index.js +644 -486
  347. package/lib/search-select/input.d.ts +20 -8
  348. package/lib/search-select/menu.d.ts +13 -1
  349. package/lib/search-select/search-select.css +45 -47
  350. package/lib/search-select/search-select.d.ts +207 -160
  351. package/lib/search-select/search-select.less +41 -41
  352. package/lib/search-select/search-select.variable.css +46 -47
  353. package/lib/search-select/selected.d.ts +209 -127
  354. package/lib/search-select/utils.d.ts +6 -6
  355. package/lib/select/common.d.ts +4 -4
  356. package/lib/select/index.d.ts +1457 -1384
  357. package/lib/select/index.js +603 -477
  358. package/lib/select/option.d.ts +6 -6
  359. package/lib/select/select.css +9 -4
  360. package/lib/select/select.d.ts +285 -148
  361. package/lib/select/select.less +11 -4
  362. package/lib/select/select.variable.css +10 -4
  363. package/lib/select/selectTagInput.d.ts +9 -8
  364. package/lib/select/type.d.ts +10 -11
  365. package/lib/shared/frame-throttle.d.ts +15 -0
  366. package/lib/shared/index.d.ts +2 -1
  367. package/lib/shared/index.js +166 -101
  368. package/lib/shared/popover.d.ts +3 -3
  369. package/lib/shared/token.d.ts +1 -1
  370. package/lib/shared/vue-types.d.ts +50 -50
  371. package/lib/shared/z-index-manager.d.ts +6 -6
  372. package/lib/sideslider/index.d.ts +220 -182
  373. package/lib/sideslider/index.js +239 -237
  374. package/lib/sideslider/sideslider.css +7 -8
  375. package/lib/sideslider/sideslider.d.ts +24 -8
  376. package/lib/sideslider/sideslider.less +7 -8
  377. package/lib/sideslider/sideslider.variable.css +8 -8
  378. package/lib/slider/index.d.ts +210 -214
  379. package/lib/slider/index.js +246 -249
  380. package/lib/slider/slider.variable.css +1 -0
  381. package/lib/steps/index.d.ts +155 -131
  382. package/lib/steps/index.js +234 -234
  383. package/lib/steps/steps.d.ts +8 -18
  384. package/lib/steps/steps.variable.css +1 -0
  385. package/lib/styles/index.d.ts +1 -0
  386. package/lib/styles/mixins/animate.variable.css +1 -0
  387. package/lib/styles/mixins/popper.variable.css +1 -0
  388. package/lib/styles/mixins/scroll.variable.css +1 -0
  389. package/lib/styles/reset.variable.css +1 -0
  390. package/lib/styles/themes/themes.less +1 -0
  391. package/lib/swiper/index.d.ts +127 -81
  392. package/lib/swiper/index.js +23 -23
  393. package/lib/swiper/swiper.variable.css +1 -0
  394. package/lib/switcher/index.d.ts +179 -157
  395. package/lib/switcher/index.js +24 -22
  396. package/lib/switcher/switcher.d.ts +9 -9
  397. package/lib/switcher/switcher.variable.css +1 -0
  398. package/lib/tab/index.d.ts +220 -258
  399. package/lib/tab/index.js +79 -69
  400. package/lib/tab/props.d.ts +27 -52
  401. package/lib/tab/tab-nav.d.ts +26 -66
  402. package/lib/tab/tab-panel.d.ts +27 -5
  403. package/lib/tab/tab.css +64 -0
  404. package/lib/tab/tab.d.ts +10 -54
  405. package/lib/tab/tab.less +91 -4
  406. package/lib/tab/tab.variable.css +65 -0
  407. package/lib/table/components/ghost-body.d.ts +2 -0
  408. package/lib/table/components/table-cell.d.ts +22 -0
  409. package/lib/table/components/table-column.d.ts +24 -127
  410. package/lib/table/const.d.ts +23 -10
  411. package/lib/table/events.d.ts +16 -112
  412. package/lib/table/hooks/use-cell.d.ts +20 -0
  413. package/lib/table/hooks/use-checkbox-tooltip.d.ts +11 -0
  414. package/lib/table/hooks/use-column-resize.d.ts +7 -0
  415. package/lib/table/hooks/use-column-template.d.ts +5 -0
  416. package/lib/table/hooks/use-columns.d.ts +69 -0
  417. package/lib/table/{plugins → hooks}/use-draggable.d.ts +2 -2
  418. package/lib/table/hooks/use-fixed-column.d.ts +10 -0
  419. package/lib/table/hooks/use-head.d.ts +16 -0
  420. package/lib/table/hooks/use-layout.d.ts +25 -0
  421. package/lib/table/hooks/use-pagination.d.ts +16 -0
  422. package/lib/table/hooks/use-render.d.ts +21 -0
  423. package/lib/table/hooks/use-rows.d.ts +30 -0
  424. package/lib/table/hooks/use-settings.d.ts +138 -0
  425. package/lib/table/{plugins → hooks}/use-shift-key.d.ts +4 -2
  426. package/lib/table/index.d.ts +412 -1029
  427. package/lib/table/index.js +4698 -20825
  428. package/lib/table/plugins/head-filter.css +5 -0
  429. package/lib/table/plugins/head-filter.d.ts +2 -1
  430. package/lib/table/plugins/head-filter.less +4 -0
  431. package/lib/table/plugins/head-filter.variable.css +6 -0
  432. package/lib/table/plugins/head-sort.variable.css +1 -0
  433. package/lib/table/plugins/settings.css +11 -1
  434. package/lib/table/plugins/settings.less +12 -1
  435. package/lib/table/plugins/settings.variable.css +12 -1
  436. package/lib/table/props.d.ts +127 -62
  437. package/lib/table/table.css +503 -302
  438. package/lib/table/table.d.ts +51 -185
  439. package/lib/table/table.less +244 -112
  440. package/lib/table/table.variable.css +504 -302
  441. package/lib/table/utils.d.ts +44 -21
  442. package/lib/table-column/index.d.ts +156 -369
  443. package/lib/table-column/index.js +143 -62
  444. package/lib/tag/index.d.ts +147 -100
  445. package/lib/tag/index.js +21 -22
  446. package/lib/tag/tag.css +1 -1
  447. package/lib/tag/tag.d.ts +5 -5
  448. package/lib/tag/tag.less +1 -1
  449. package/lib/tag/tag.variable.css +2 -1
  450. package/lib/tag-input/common.d.ts +2 -2
  451. package/lib/tag-input/index.d.ts +595 -712
  452. package/lib/tag-input/index.js +150 -17391
  453. package/lib/tag-input/tag-input.css +12 -9
  454. package/lib/tag-input/tag-input.d.ts +60 -24
  455. package/lib/tag-input/tag-input.less +13 -9
  456. package/lib/tag-input/tag-input.variable.css +13 -9
  457. package/lib/tag-input/tag-props.d.ts +25 -2
  458. package/lib/time-picker/index.d.ts +391 -455
  459. package/lib/time-picker/time-picker.variable.css +1 -0
  460. package/lib/timeline/index.d.ts +131 -64
  461. package/lib/timeline/index.js +8 -8
  462. package/lib/timeline/timeline.variable.css +1 -0
  463. package/lib/transfer/const.d.ts +2 -2
  464. package/lib/transfer/index.d.ts +206 -191
  465. package/lib/transfer/index.js +3 -5
  466. package/lib/transfer/transfer.variable.css +1 -0
  467. package/lib/tree/constant.d.ts +22 -20
  468. package/lib/tree/index.d.ts +329 -357
  469. package/lib/tree/index.js +176 -17389
  470. package/lib/tree/props.d.ts +18 -11
  471. package/lib/tree/tree.css +103 -69
  472. package/lib/tree/tree.d.ts +16 -10
  473. package/lib/tree/tree.variable.css +104 -69
  474. package/lib/tree/use-empty.d.ts +1 -1
  475. package/lib/tree/use-node-action.d.ts +10 -9
  476. package/lib/tree/use-node-async.d.ts +2 -1
  477. package/lib/tree/use-node-attribute.d.ts +42 -34
  478. package/lib/tree/use-search.d.ts +1 -1
  479. package/lib/tree/use-tree-init.d.ts +8 -5
  480. package/lib/tree/util.d.ts +21 -21
  481. package/lib/upload/index.d.ts +294 -286
  482. package/lib/upload/index.js +398 -316
  483. package/lib/upload/props.d.ts +11 -2
  484. package/lib/upload/upload-list.d.ts +11 -1
  485. package/lib/upload/upload-trigger.d.ts +11 -1
  486. package/lib/upload/upload.d.ts +25 -4
  487. package/lib/upload/upload.type.d.ts +12 -6
  488. package/lib/upload/upload.variable.css +1 -0
  489. package/lib/upload/use-file-handler.d.ts +1 -1
  490. package/lib/virtual-render/index.d.ts +247 -373
  491. package/lib/virtual-render/index.js +223 -162
  492. package/lib/virtual-render/props.d.ts +2 -9
  493. package/lib/virtual-render/use-fix-top.d.ts +1 -1
  494. package/lib/virtual-render/use-scrollbar.d.ts +4 -17
  495. package/lib/virtual-render/v-virtual-render.d.ts +7 -1
  496. package/lib/virtual-render/virtual-render.css +96 -70
  497. package/lib/virtual-render/virtual-render.d.ts +7 -23
  498. package/lib/virtual-render/virtual-render.less +2 -11
  499. package/lib/virtual-render/virtual-render.variable.css +96 -69
  500. package/lib/volar.components.d.ts +2 -0
  501. package/package.json +17 -55
  502. package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +0 -2
  503. package/lib/scrollbar/scrollbar-core/helpers.d.ts +0 -5
  504. package/lib/scrollbar/scrollbar-core/index.d.ts +0 -241
  505. package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +0 -5
  506. package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +0 -1
  507. package/lib/scrollbar/scrollbar.css +0 -75
  508. package/lib/scrollbar/scrollbar.less +0 -94
  509. package/lib/table/plugins/col-group.d.ts +0 -38
  510. package/lib/table/plugins/settings.d.ts +0 -16
  511. package/lib/table/plugins/use-active-columns.d.ts +0 -16
  512. package/lib/table/plugins/use-column-resize.d.ts +0 -35
  513. package/lib/table/plugins/use-column-template.d.ts +0 -7
  514. package/lib/table/plugins/use-fixed-column.d.ts +0 -27
  515. package/lib/table/plugins/use-head-cell.d.ts +0 -7
  516. package/lib/table/plugins/use-pagination.d.ts +0 -23
  517. package/lib/table/use-attributes.d.ts +0 -62
  518. package/lib/table/use-column.d.ts +0 -275
  519. package/lib/table/use-common.d.ts +0 -1679
  520. package/lib/table/use-render.d.ts +0 -11
  521. /package/lib/table/{plugins → components}/body-empty.d.ts +0 -0
  522. /package/lib/table/{plugins → hooks}/use-observer-resize.d.ts +0 -0
  523. /package/lib/table/{plugins → hooks}/use-scroll-loading.d.ts +0 -0
@@ -109,6 +109,7 @@
109
109
  --date-picker-dropdown-bg: #fff;
110
110
  --table-bg-color: var(--white-color);
111
111
  --table-border-color: #dcdee5;
112
+ --table-strip-color: #fafbfd;
112
113
  --table-head-bg-color: #fafbfd;
113
114
  --table-head-font-color: #313238;
114
115
  --table-body-font-color: #63656E;
@@ -144,92 +145,118 @@
144
145
  .bk-F-scroll-y::-webkit-scrollbar-thumb {
145
146
  border-radius: 4px;
146
147
  }
147
- .bk-scrollbar-wrapper {
148
- position: relative;
149
- overflow: hidden;
148
+ .bk-scrollbar {
149
+ overflow: hidden !important;
150
+ overflow-anchor: none;
151
+ touch-action: auto;
152
+ /*
153
+ * Scrollbar rail styles
154
+ */
155
+ /*
156
+ * Scrollbar thumb styles
157
+ */
158
+ }
159
+ .bk-scrollbar.bk--active-x > .bk__rail-x,
160
+ .bk-scrollbar.bk--active-y > .bk__rail-y {
161
+ display: block;
150
162
  }
151
- .bk-scrollbar-wrapper .bk-scrollbar-content-el {
152
- display: inline-flex;
153
- flex-direction: column;
154
- width: 100%;
163
+ .bk-scrollbar .bk__rail-x:hover,
164
+ .bk-scrollbar .bk__rail-y:hover,
165
+ .bk-scrollbar .bk__rail-x:focus,
166
+ .bk-scrollbar .bk__rail-y:focus,
167
+ .bk-scrollbar .bk__rail-x.bk--clicking,
168
+ .bk-scrollbar .bk__rail-y.bk--clicking {
169
+ background-color: #f0f1f5;
155
170
  }
156
- .bk-scrollbar-wrapper .bk-scrollbar-track {
157
- z-index: 1;
171
+ .bk-scrollbar .bk__rail-x {
172
+ display: none;
173
+ opacity: 0;
174
+ transition: background-color 0.2s linear, opacity 0.2s linear;
175
+ height: 10px;
176
+ bottom: 0px;
158
177
  position: absolute;
159
- right: 0;
160
- bottom: 0;
161
- pointer-events: none;
162
- overflow: hidden;
163
178
  }
164
- .bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-hover {
165
- background-color: #F0F1F5;
166
- cursor: pointer;
179
+ .bk-scrollbar .bk__rail-x.bk-size-small {
180
+ height: 8px;
167
181
  }
168
- .bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-hover .bk-scrollbar::before {
169
- background-color: #979BA5;
182
+ .bk-scrollbar .bk__rail-x.bk-size-small .bk__thumb-x {
183
+ height: 6px;
170
184
  }
171
- .bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-vertical {
172
- top: 0;
173
- width: 8px;
174
- transform: translate(var(--scroll-offset-x), var(--scroll-offset-y));
185
+ .bk-scrollbar .bk__rail-y {
186
+ display: none;
187
+ opacity: 0;
188
+ transition: background-color 0.2s linear, opacity 0.2s linear;
189
+ width: 10px;
190
+ right: 0px;
191
+ position: absolute;
192
+ margin-right: 2px;
175
193
  }
176
- .bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-horizontal {
177
- left: 0;
178
- height: 8px;
179
- transform: translate(var(--scroll-offset-x), var(--scroll-offset-y));
194
+ .bk-scrollbar .bk__rail-y.bk-size-small {
195
+ width: 8px;
180
196
  }
181
- .bk-scrollbar-wrapper .bk-scrollbar-track.bk-scrollbar-horizontal.bk-scrollbar {
182
- right: auto;
183
- left: 0;
184
- top: 0;
185
- bottom: 0;
186
- min-height: 0;
187
- min-width: 8px;
188
- width: auto;
197
+ .bk-scrollbar .bk__rail-y.bk-size-small .bk__thumb-y {
198
+ width: 6px;
189
199
  }
190
- .bk-scrollbar-wrapper .bk-scrollbar-dragging {
191
- pointer-events: none;
192
- -webkit-touch-callout: none;
193
- -webkit-user-select: none;
194
- -khtml-user-select: none;
195
- -moz-user-select: none;
196
- -ms-user-select: none;
197
- user-select: none;
200
+ .bk-scrollbar:hover > .bk__rail-x,
201
+ .bk-scrollbar:hover > .bk__rail-y,
202
+ .bk-scrollbar.bk--focus > .bk__rail-x,
203
+ .bk-scrollbar.bk--focus > .bk__rail-y,
204
+ .bk-scrollbar.bk--scrolling-x > .bk__rail-x,
205
+ .bk-scrollbar.bk--scrolling-y > .bk__rail-y {
206
+ opacity: 0.9;
198
207
  }
199
- .bk-scrollbar-wrapper .bk-scrollbar {
208
+ .bk-scrollbar .bk__thumb-x {
209
+ background-color: #dcdee5;
210
+ border-radius: 8px;
211
+ transition: background-color 0.2s linear, height 0.2s ease-in-out;
212
+ height: 8px;
213
+ bottom: 0px;
200
214
  position: absolute;
201
- left: 0;
202
- right: 0;
203
- min-height: 8px;
204
215
  }
205
- .bk-scrollbar-wrapper .bk-scrollbar::before {
216
+ .bk-scrollbar .bk__thumb-y {
217
+ background-color: #dcdee5;
218
+ border-radius: 8px;
219
+ transition: background-color 0.2s linear, width 0.2s ease-in-out;
220
+ width: 8px;
221
+ right: 0px;
206
222
  position: absolute;
207
- content: '';
208
- background: #DCDEE5;
209
- border-radius: 6px;
210
- left: 1px;
211
- right: 1px;
212
- top: 1px;
213
- bottom: 1px;
214
- opacity: 0;
215
- transition: opacity 0.2s 0.9s linear;
216
223
  }
217
- .bk-scrollbar-wrapper .bk-scrollbar.bk-scrollbar-visible::before {
218
- opacity: 0.9;
219
- transition-delay: 0s;
220
- transition-duration: 0s;
224
+ .bk-scrollbar .bk__rail-x:hover > .bk__thumb-x,
225
+ .bk-scrollbar .bk__rail-x:focus > .bk__thumb-x,
226
+ .bk-scrollbar .bk__rail-x.bk--clicking .bk__thumb-x {
227
+ background-color: #979ba5;
228
+ height: 10px;
229
+ }
230
+ .bk-scrollbar .bk__rail-y:hover > .bk__thumb-y,
231
+ .bk-scrollbar .bk__rail-y:focus > .bk__thumb-y,
232
+ .bk-scrollbar .bk__rail-y.bk--clicking .bk__thumb-y {
233
+ background-color: #979ba5;
234
+ width: 10px;
235
+ }
236
+ .bk-scrollbar .bk-size-small > .bk__thumb-x,
237
+ .bk-scrollbar .bk-size-small > .bk__thumb-x,
238
+ .bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-x {
239
+ height: 8px;
240
+ }
241
+ .bk-scrollbar .bk-size-small:hover > .bk__thumb-y,
242
+ .bk-scrollbar .bk-size-small:focus > .bk__thumb-y,
243
+ .bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-y {
244
+ width: 8px;
245
+ }
246
+ /* MS supports */
247
+ @supports (-ms-overflow-style: none) {
248
+ .bk-scrollbar {
249
+ overflow: auto !important;
250
+ }
251
+ }
252
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
253
+ .bk-scrollbar {
254
+ overflow: auto !important;
255
+ }
221
256
  }
222
257
  .bk-virtual-render {
223
258
  position: relative;
224
259
  }
225
- .bk-virtual-render .bk-virtual-content {
226
- position: absolute;
227
- top: 0;
228
- bottom: 0;
229
- left: 0;
230
- width: 100%;
231
- height: 100%;
232
- }
233
260
  .bk-virtual-render .bk-virtual-section {
234
261
  width: 1px;
235
262
  background: transparent;
@@ -251,6 +278,14 @@
251
278
  .bk-checkbox ~ .bk-checkbox {
252
279
  margin-left: 24px;
253
280
  }
281
+ .bk-checkbox.is-checked.is-outline .bk-checkbox-input {
282
+ background: #fff;
283
+ }
284
+ .bk-checkbox.is-checked.is-outline .bk-checkbox-input::after {
285
+ border: 2px solid #3a84ff;
286
+ border-top: 0;
287
+ border-left: 0;
288
+ }
254
289
  .bk-checkbox.is-checked .bk-checkbox-input {
255
290
  background: #3a84ff;
256
291
  border-color: #3a84ff;
@@ -369,310 +404,354 @@
369
404
  align-items: center;
370
405
  justify-content: center;
371
406
  }
372
- .bk-button.bk-button-primary {
407
+ .bk-button.bk-button-small {
408
+ height: 26px;
409
+ padding: 0 12px;
410
+ font-size: 12px;
411
+ }
412
+ .bk-button.bk-button-large {
413
+ height: 40px;
414
+ padding: 0 16px;
415
+ font-size: 16px;
416
+ }
417
+ .bk-button .bk-button-text {
418
+ display: inline-flex;
419
+ align-items: center;
420
+ line-height: 1;
421
+ }
422
+ .bk-button.is-loading {
423
+ position: relative;
424
+ }
425
+ .bk-button.is-loading .bk-button-loading:not(:last-child) {
426
+ position: absolute;
427
+ }
428
+ .bk-button.is-loading .bk-button-text {
429
+ visibility: hidden;
430
+ }
431
+ .bk-button:hover {
432
+ border-color: #979ba5;
433
+ }
434
+ .bk-button:active {
435
+ color: #3a84ff;
436
+ border-color: #3a84ff;
437
+ }
438
+ .bk-button.is-text {
439
+ height: auto;
440
+ padding: 0;
441
+ font-size: inherit;
442
+ color: #63656e;
443
+ text-decoration: none;
444
+ cursor: pointer;
445
+ background-color: transparent;
446
+ border: none;
447
+ outline: none;
448
+ }
449
+ .bk-button.is-disabled {
450
+ color: #dcdee5;
451
+ cursor: not-allowed;
452
+ border-color: #dcdee5;
453
+ }
454
+ .bk-button.is-disabled:not(.is-text) {
455
+ background-color: #f9fafd;
456
+ }
457
+ .bk-button-group {
458
+ display: inline-block;
459
+ font-size: 0;
460
+ }
461
+ .bk-button-group.bk-button-group-small .bk-button {
462
+ height: 26px;
463
+ padding: 0 12px;
464
+ font-size: 12px;
465
+ }
466
+ .bk-button-group.bk-button-group-large .bk-button {
467
+ height: 40px;
468
+ padding: 0 16px;
469
+ font-size: 16px;
470
+ }
471
+ .bk-button-group .bk-button {
472
+ height: 32px;
473
+ margin: 0 0 0 -1px;
474
+ border-radius: 0;
475
+ }
476
+ .bk-button-group .bk-button:not(.is-disabled) {
477
+ color: #63656e;
478
+ background-color: white;
479
+ border-color: #c4c6cc;
480
+ }
481
+ .bk-button-group .bk-button.is-disabled {
482
+ color: #c4c6cc;
483
+ }
484
+ .bk-button-group .bk-button:first-child {
485
+ border-radius: 2px 0 0 2px;
486
+ }
487
+ .bk-button-group .bk-button:last-child {
488
+ border-radius: 0 2px 2px 0;
489
+ }
490
+ .bk-button-group .bk-button:only-child {
491
+ border-radius: 2px;
492
+ }
493
+ .bk-button-group .bk-button:hover:not(.is-disabled),
494
+ .bk-button-group .bk-button.is-selected:not(.is-disabled) {
495
+ position: relative;
496
+ z-index: 1;
497
+ color: #3a84ff;
498
+ background-color: white;
499
+ border-color: #3a84ff;
500
+ }
501
+ .bk-button-group .bk-button.is-selected:not(.is-disabled) {
502
+ background-color: #e1ecff;
503
+ }
504
+ .bk-button-group .bk-button.is-selected.is-disabled {
505
+ background-color: #f0f1f5;
506
+ }
507
+ .bk-button.bk-button-primary,
508
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary {
373
509
  background-color: #3a84ff;
374
510
  color: white;
375
511
  border-color: #3a84ff;
376
512
  }
377
- .bk-button.bk-button-primary:hover {
513
+ .bk-button.bk-button-primary:hover,
514
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary:hover {
378
515
  background-color: #5594fa;
379
516
  border-color: #5594fa;
380
517
  }
381
- .bk-button.bk-button-primary:active {
518
+ .bk-button.bk-button-primary:active,
519
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary:active {
382
520
  background-color: #2c77f4;
383
521
  border-color: #2c77f4;
384
522
  color: white;
385
523
  }
386
- .bk-button.bk-button-primary.is-outline {
524
+ .bk-button.bk-button-primary.is-outline,
525
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline {
387
526
  color: #3a84ff;
388
527
  border-color: #3a84ff;
389
528
  background-color: white;
390
529
  }
391
- .bk-button.bk-button-primary.is-outline:hover {
530
+ .bk-button.bk-button-primary.is-outline:hover,
531
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:hover {
392
532
  background-color: #5594fa;
393
533
  border-color: #5594fa;
394
534
  color: white;
395
535
  }
396
- .bk-button.bk-button-primary.is-outline:active {
536
+ .bk-button.bk-button-primary.is-outline:active,
537
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:active {
397
538
  background-color: #2c77f4;
398
539
  border-color: #2c77f4;
399
540
  color: white;
400
541
  }
401
- .bk-button.bk-button-primary.is-text {
542
+ .bk-button.bk-button-primary.is-text,
543
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text {
402
544
  color: #3a84ff;
403
545
  background-color: transparent;
404
546
  border: none;
405
547
  }
406
- .bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
548
+ .bk-button.bk-button-primary.is-text:not(.is-disabled):hover,
549
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text:not(.is-disabled):hover {
407
550
  color: #5594fa;
408
551
  }
409
- .bk-button.bk-button-primary.is-disabled {
552
+ .bk-button.bk-button-primary.is-disabled,
553
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled {
410
554
  color: #dcdee5;
411
555
  cursor: not-allowed;
412
556
  }
413
- .bk-button.bk-button-primary.is-disabled:not(.is-text) {
557
+ .bk-button.bk-button-primary.is-disabled:not(.is-text),
558
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled:not(.is-text) {
414
559
  background-color: #dcdee5;
415
560
  color: white;
416
561
  border-color: #dcdee5;
417
562
  }
418
- .bk-button.bk-button-hover-primary:hover {
563
+ .bk-button.bk-button-hover-primary:hover,
564
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-hover-primary:hover {
419
565
  background-color: #5594fa;
420
566
  border-color: #5594fa;
421
567
  color: white;
422
568
  }
423
- .bk-button.bk-button-warning {
569
+ .bk-button.bk-button-warning,
570
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning {
424
571
  background-color: #ff9c01;
425
572
  color: white;
426
573
  border-color: #ff9c01;
427
574
  }
428
- .bk-button.bk-button-warning:hover {
575
+ .bk-button.bk-button-warning:hover,
576
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning:hover {
429
577
  background-color: #ffb848;
430
578
  border-color: #ffb848;
431
579
  }
432
- .bk-button.bk-button-warning:active {
580
+ .bk-button.bk-button-warning:active,
581
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning:active {
433
582
  background-color: #eb9000;
434
583
  border-color: #eb9000;
435
584
  color: white;
436
585
  }
437
- .bk-button.bk-button-warning.is-outline {
586
+ .bk-button.bk-button-warning.is-outline,
587
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline {
438
588
  color: #ff9c01;
439
589
  border-color: #ff9c01;
440
590
  background-color: white;
441
591
  }
442
- .bk-button.bk-button-warning.is-outline:hover {
592
+ .bk-button.bk-button-warning.is-outline:hover,
593
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:hover {
443
594
  background-color: #ffb848;
444
595
  border-color: #ffb848;
445
596
  color: white;
446
597
  }
447
- .bk-button.bk-button-warning.is-outline:active {
598
+ .bk-button.bk-button-warning.is-outline:active,
599
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:active {
448
600
  background-color: #eb9000;
449
601
  border-color: #eb9000;
450
602
  color: white;
451
603
  }
452
- .bk-button.bk-button-warning.is-text {
604
+ .bk-button.bk-button-warning.is-text,
605
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text {
453
606
  color: #ff9c01;
454
607
  background-color: transparent;
455
608
  border: none;
456
609
  }
457
- .bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
610
+ .bk-button.bk-button-warning.is-text:not(.is-disabled):hover,
611
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text:not(.is-disabled):hover {
458
612
  color: #ffb848;
459
613
  }
460
- .bk-button.bk-button-warning.is-disabled {
614
+ .bk-button.bk-button-warning.is-disabled,
615
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled {
461
616
  color: #dcdee5;
462
617
  cursor: not-allowed;
463
618
  }
464
- .bk-button.bk-button-warning.is-disabled:not(.is-text) {
619
+ .bk-button.bk-button-warning.is-disabled:not(.is-text),
620
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled:not(.is-text) {
465
621
  background-color: #dcdee5;
466
622
  color: white;
467
623
  border-color: #dcdee5;
468
624
  }
469
- .bk-button.bk-button-hover-warning:hover {
625
+ .bk-button.bk-button-hover-warning:hover,
626
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-hover-warning:hover {
470
627
  background-color: #ffb848;
471
628
  border-color: #ffb848;
472
629
  color: white;
473
630
  }
474
- .bk-button.bk-button-success {
631
+ .bk-button.bk-button-success,
632
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success {
475
633
  background-color: #2dcb56;
476
634
  color: white;
477
635
  border-color: #2dcb56;
478
636
  }
479
- .bk-button.bk-button-success:hover {
637
+ .bk-button.bk-button-success:hover,
638
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success:hover {
480
639
  background-color: #45e35f;
481
640
  border-color: #45e35f;
482
641
  }
483
- .bk-button.bk-button-success:active {
642
+ .bk-button.bk-button-success:active,
643
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success:active {
484
644
  background-color: #1ab943;
485
645
  border-color: #1ab943;
486
646
  color: white;
487
647
  }
488
- .bk-button.bk-button-success.is-outline {
648
+ .bk-button.bk-button-success.is-outline,
649
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline {
489
650
  color: #2dcb56;
490
651
  border-color: #2dcb56;
491
652
  background-color: white;
492
653
  }
493
- .bk-button.bk-button-success.is-outline:hover {
654
+ .bk-button.bk-button-success.is-outline:hover,
655
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:hover {
494
656
  background-color: #45e35f;
495
657
  border-color: #45e35f;
496
658
  color: white;
497
659
  }
498
- .bk-button.bk-button-success.is-outline:active {
660
+ .bk-button.bk-button-success.is-outline:active,
661
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:active {
499
662
  background-color: #1ab943;
500
663
  border-color: #1ab943;
501
664
  color: white;
502
665
  }
503
- .bk-button.bk-button-success.is-text {
666
+ .bk-button.bk-button-success.is-text,
667
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text {
504
668
  color: #2dcb56;
505
669
  background-color: transparent;
506
670
  border: none;
507
671
  }
508
- .bk-button.bk-button-success.is-text:not(.is-disabled):hover {
672
+ .bk-button.bk-button-success.is-text:not(.is-disabled):hover,
673
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text:not(.is-disabled):hover {
509
674
  color: #45e35f;
510
675
  }
511
- .bk-button.bk-button-success.is-disabled {
676
+ .bk-button.bk-button-success.is-disabled,
677
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled {
512
678
  color: #dcdee5;
513
679
  cursor: not-allowed;
514
680
  }
515
- .bk-button.bk-button-success.is-disabled:not(.is-text) {
681
+ .bk-button.bk-button-success.is-disabled:not(.is-text),
682
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled:not(.is-text) {
516
683
  background-color: #dcdee5;
517
684
  color: white;
518
685
  border-color: #dcdee5;
519
686
  }
520
- .bk-button.bk-button-hover-success:hover {
687
+ .bk-button.bk-button-hover-success:hover,
688
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-hover-success:hover {
521
689
  background-color: #45e35f;
522
690
  border-color: #45e35f;
523
691
  color: white;
524
692
  }
525
- .bk-button.bk-button-danger {
693
+ .bk-button.bk-button-danger,
694
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger {
526
695
  background-color: #ea3636;
527
696
  color: white;
528
697
  border-color: #ea3636;
529
698
  }
530
- .bk-button.bk-button-danger:hover {
699
+ .bk-button.bk-button-danger:hover,
700
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger:hover {
531
701
  background-color: #ff5656;
532
702
  border-color: #ff5656;
533
703
  }
534
- .bk-button.bk-button-danger:active {
704
+ .bk-button.bk-button-danger:active,
705
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger:active {
535
706
  background-color: #db2626;
536
707
  border-color: #db2626;
537
708
  color: white;
538
709
  }
539
- .bk-button.bk-button-danger.is-outline {
710
+ .bk-button.bk-button-danger.is-outline,
711
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline {
540
712
  color: #ea3636;
541
713
  border-color: #ea3636;
542
714
  background-color: white;
543
715
  }
544
- .bk-button.bk-button-danger.is-outline:hover {
716
+ .bk-button.bk-button-danger.is-outline:hover,
717
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:hover {
545
718
  background-color: #ff5656;
546
719
  border-color: #ff5656;
547
720
  color: white;
548
721
  }
549
- .bk-button.bk-button-danger.is-outline:active {
722
+ .bk-button.bk-button-danger.is-outline:active,
723
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:active {
550
724
  background-color: #db2626;
551
725
  border-color: #db2626;
552
726
  color: white;
553
727
  }
554
- .bk-button.bk-button-danger.is-text {
728
+ .bk-button.bk-button-danger.is-text,
729
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text {
555
730
  color: #ea3636;
556
731
  background-color: transparent;
557
732
  border: none;
558
733
  }
559
- .bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
734
+ .bk-button.bk-button-danger.is-text:not(.is-disabled):hover,
735
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text:not(.is-disabled):hover {
560
736
  color: #ff5656;
561
737
  }
562
- .bk-button.bk-button-danger.is-disabled {
738
+ .bk-button.bk-button-danger.is-disabled,
739
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled {
563
740
  color: #dcdee5;
564
741
  cursor: not-allowed;
565
742
  }
566
- .bk-button.bk-button-danger.is-disabled:not(.is-text) {
743
+ .bk-button.bk-button-danger.is-disabled:not(.is-text),
744
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled:not(.is-text) {
567
745
  background-color: #dcdee5;
568
746
  color: white;
569
747
  border-color: #dcdee5;
570
748
  }
571
- .bk-button.bk-button-hover-danger:hover {
749
+ .bk-button.bk-button-hover-danger:hover,
750
+ .bk-button-group .is-selected:not(.is-disabled).bk-button-hover-danger:hover {
572
751
  background-color: #ff5656;
573
752
  border-color: #ff5656;
574
753
  color: white;
575
754
  }
576
- .bk-button.bk-button-small {
577
- height: 26px;
578
- padding: 0 12px;
579
- font-size: 12px;
580
- }
581
- .bk-button.bk-button-large {
582
- height: 40px;
583
- padding: 0 16px;
584
- font-size: 16px;
585
- }
586
- .bk-button .bk-button-text {
587
- display: inline-flex;
588
- align-items: center;
589
- line-height: 1;
590
- }
591
- .bk-button.is-loading {
592
- position: relative;
593
- }
594
- .bk-button.is-loading .bk-button-loading:not(:last-child) {
595
- position: absolute;
596
- }
597
- .bk-button.is-loading .bk-button-text {
598
- visibility: hidden;
599
- }
600
- .bk-button:hover {
601
- border-color: #979ba5;
602
- }
603
- .bk-button:active {
604
- color: #3a84ff;
605
- border-color: #3a84ff;
606
- }
607
- .bk-button.is-text {
608
- height: auto;
609
- padding: 0;
610
- font-size: inherit;
611
- color: #63656e;
612
- text-decoration: none;
613
- cursor: pointer;
614
- background-color: transparent;
615
- border: none;
616
- outline: none;
617
- }
618
- .bk-button.is-disabled {
619
- color: #dcdee5;
620
- cursor: not-allowed;
621
- border-color: #dcdee5;
622
- }
623
- .bk-button.is-disabled:not(.is-text) {
624
- background-color: #f9fafd;
625
- }
626
- .bk-button-group {
627
- display: inline-block;
628
- font-size: 0;
629
- }
630
- .bk-button-group.bk-button-group-small .bk-button {
631
- height: 26px;
632
- padding: 0 12px;
633
- font-size: 12px;
634
- }
635
- .bk-button-group.bk-button-group-large .bk-button {
636
- height: 40px;
637
- padding: 0 16px;
638
- font-size: 16px;
639
- }
640
- .bk-button-group .bk-button {
641
- height: 32px;
642
- margin: 0 0 0 -1px;
643
- border-radius: 0;
644
- }
645
- .bk-button-group .bk-button:not(.is-disabled) {
646
- color: #63656e;
647
- background-color: white;
648
- border-color: #c4c6cc;
649
- }
650
- .bk-button-group .bk-button.is-disabled {
651
- color: #c4c6cc;
652
- }
653
- .bk-button-group .bk-button:first-child {
654
- border-radius: 2px 0 0 2px;
655
- }
656
- .bk-button-group .bk-button:last-child {
657
- border-radius: 0 2px 2px 0;
658
- }
659
- .bk-button-group .bk-button:only-child {
660
- border-radius: 2px;
661
- }
662
- .bk-button-group .bk-button:hover:not(.is-disabled),
663
- .bk-button-group .bk-button.is-selected:not(.is-disabled) {
664
- position: relative;
665
- z-index: 1;
666
- color: #3a84ff;
667
- background-color: white;
668
- border-color: #3a84ff;
669
- }
670
- .bk-button-group .bk-button.is-selected:not(.is-disabled) {
671
- background-color: #e1ecff;
672
- }
673
- .bk-button-group .bk-button.is-selected.is-disabled {
674
- background-color: #f0f1f5;
675
- }
676
755
  .bk-exception {
677
756
  position: relative;
678
757
  display: flex;
@@ -735,11 +814,11 @@
735
814
  display: flex;
736
815
  align-items: center;
737
816
  font-size: 12px;
738
- letter-spacing: normal;
739
817
  color: #63656e;
818
+ letter-spacing: normal;
740
819
  user-select: none;
741
820
  }
742
- .bk-pagination.is-disabled {
821
+ .bk-pagination.is-disabled * {
743
822
  cursor: not-allowed;
744
823
  }
745
824
  .bk-pagination.is-align-left {
@@ -779,16 +858,16 @@
779
858
  display: flex;
780
859
  align-items: center;
781
860
  justify-content: center;
782
- height: 32px;
783
861
  min-width: 32px;
862
+ height: 32px;
784
863
  padding: 0 4px;
785
864
  margin-right: 2px;
786
865
  margin-left: 2px;
787
866
  color: #63656e;
788
867
  cursor: pointer;
868
+ user-select: none;
789
869
  background: #fff;
790
870
  border-radius: 2px;
791
- user-select: none;
792
871
  }
793
872
  .bk-pagination-list-pre-batch.is-active,
794
873
  .bk-pagination-list-next-batch.is-active,
@@ -863,13 +942,13 @@
863
942
  }
864
943
  .bk-pagination-small-list .bk-pagination-picker {
865
944
  display: flex;
945
+ align-items: center;
866
946
  height: 26px;
867
947
  margin: 0 4px;
868
948
  cursor: pointer;
869
949
  background-color: #f0f1f5;
870
950
  border: 1px solid #f0f1f5;
871
951
  border-radius: 2px;
872
- align-items: center;
873
952
  }
874
953
  .bk-pagination-small-list .bk-pagination-picker:hover {
875
954
  background-color: #eaebf0;
@@ -881,8 +960,8 @@
881
960
  box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
882
961
  }
883
962
  .bk-pagination-editor {
884
- height: 16px;
885
963
  min-width: 23px;
964
+ height: 16px;
886
965
  padding-right: 4px;
887
966
  padding-left: 8px;
888
967
  line-height: 16px;
@@ -900,13 +979,13 @@
900
979
  .bk-pagination-btn-pre,
901
980
  .bk-pagination-btn-next {
902
981
  display: flex;
982
+ align-items: center;
983
+ justify-content: center;
903
984
  width: 26px;
904
985
  height: 26px;
905
986
  font-size: 20px;
906
987
  color: #979ba5;
907
988
  cursor: pointer;
908
- justify-content: center;
909
- align-items: center;
910
989
  }
911
990
  .bk-pagination-btn-pre:hover,
912
991
  .bk-pagination-btn-next:hover {
@@ -994,6 +1073,10 @@
994
1073
  max-width: 300px;
995
1074
  min-width: 200px;
996
1075
  }
1076
+ .bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
1077
+ max-height: 200px;
1078
+ overflow: auto;
1079
+ }
997
1080
  .bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
998
1081
  width: 100%;
999
1082
  height: 32px;
@@ -1019,6 +1102,7 @@
1019
1102
  white-space: nowrap;
1020
1103
  text-overflow: ellipsis;
1021
1104
  overflow: hidden;
1105
+ max-width: calc(100% - 22px);
1022
1106
  }
1023
1107
  .bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
1024
1108
  margin-left: 0;
@@ -1136,6 +1220,7 @@
1136
1220
  align-items: flex-start;
1137
1221
  flex-wrap: wrap;
1138
1222
  margin-bottom: 16px;
1223
+ overflow: auto;
1139
1224
  }
1140
1225
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
1141
1226
  width: 150px;
@@ -1143,10 +1228,19 @@
1143
1228
  margin-top: 16px;
1144
1229
  line-height: 16px;
1145
1230
  }
1146
- .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
1231
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label,
1232
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item .bk-checkbox-label {
1233
+ max-width: calc(100% - 22px);
1147
1234
  overflow: hidden;
1148
1235
  text-overflow: ellipsis;
1149
1236
  white-space: nowrap;
1237
+ word-break: break-all;
1238
+ }
1239
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
1240
+ max-width: 100%;
1241
+ }
1242
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label .bk-checkbox-label {
1243
+ max-width: max-content;
1150
1244
  }
1151
1245
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height {
1152
1246
  display: flex;
@@ -1205,28 +1299,40 @@
1205
1299
  .bk-table {
1206
1300
  position: relative;
1207
1301
  width: 100%;
1208
- height: auto;
1302
+ height: 100%;
1209
1303
  overflow: hidden;
1210
- }
1211
- .bk-table-flex {
1304
+ border-spacing: 0;
1212
1305
  display: flex;
1213
1306
  flex-direction: column;
1214
1307
  max-height: fit-content;
1215
1308
  }
1216
- .bk-table-flex .bk-table-body {
1217
- flex: 1;
1309
+ .bk-table .bk-table-body {
1310
+ position: relative;
1218
1311
  overflow: auto;
1219
1312
  }
1220
- .bk-table.has-scroll-y .bk-table-head {
1221
- padding-right: 4px;
1313
+ .bk-table .bk-table-body::-webkit-scrollbar {
1314
+ width: 8px;
1315
+ height: 8px;
1222
1316
  }
1223
- .bk-table .bk-table-body {
1224
- position: relative;
1317
+ .bk-table .bk-table-body::-webkit-scrollbar-thumb {
1318
+ background: #ddd;
1319
+ border-radius: 20px;
1320
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
1321
+ }
1322
+ .bk-table .bk-table-body.is-bk-scrollbar {
1225
1323
  overflow: hidden;
1226
- border-bottom: 1px solid #dcdee5;
1227
1324
  }
1228
1325
  .bk-table .bk-table-body .prepend-row {
1229
- transform: translateX(var(--prepend-left));
1326
+ transform: translate(var(--translate-x), 0);
1327
+ }
1328
+ .bk-table .bk-table-body .resize-column {
1329
+ position: absolute;
1330
+ top: 0;
1331
+ bottom: 0;
1332
+ left: 0;
1333
+ width: 1px;
1334
+ background-color: #3785ff;
1335
+ transform: translate(var(--drag-offset-x), var(--translate-y));
1230
1336
  }
1231
1337
  .bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
1232
1338
  background-color: #fafbfd;
@@ -1234,18 +1340,6 @@
1234
1340
  .bk-table .bk-table-body-content.bk-stripe table tbody tr td {
1235
1341
  border-bottom: none;
1236
1342
  }
1237
- .bk-table .bk-fixed-bottom-border {
1238
- position: sticky;
1239
- bottom: 0;
1240
- left: 0;
1241
- z-index: 1;
1242
- width: 100%;
1243
- border-top: 1px solid #dcdee5;
1244
- transform: translateX(var(--scroll-head-left));
1245
- }
1246
- .bk-table .bk-fixed-bottom-border._is-empty {
1247
- display: none;
1248
- }
1249
1343
  .bk-table .bk-table-head,
1250
1344
  .bk-table .bk-table-body {
1251
1345
  background: white;
@@ -1269,11 +1363,15 @@
1269
1363
  .bk-table .bk-table-head table,
1270
1364
  .bk-table .bk-table-body table {
1271
1365
  width: 100%;
1272
- border-collapse: collapse;
1366
+ border-collapse: separate;
1273
1367
  transform: translateZ(0);
1274
1368
  table-layout: fixed;
1275
1369
  align-self: flex-start;
1276
1370
  }
1371
+ .bk-table .bk-table-head table.bk-table-col-resizing th,
1372
+ .bk-table .bk-table-body table.bk-table-col-resizing th {
1373
+ cursor: col-resize !important;
1374
+ }
1277
1375
  .bk-table .bk-table-head table th,
1278
1376
  .bk-table .bk-table-body table th,
1279
1377
  .bk-table .bk-table-head table td,
@@ -1333,6 +1431,10 @@
1333
1431
  .bk-table .bk-table-body table td .cell.selection {
1334
1432
  padding: 0;
1335
1433
  text-align: center;
1434
+ display: flex;
1435
+ align-items: center;
1436
+ justify-content: center;
1437
+ height: 100%;
1336
1438
  }
1337
1439
  .bk-table .bk-table-head table th .cell.expand-cell,
1338
1440
  .bk-table .bk-table-body table th .cell.expand-cell,
@@ -1360,18 +1462,6 @@
1360
1462
  position: sticky;
1361
1463
  z-index: 1;
1362
1464
  }
1363
- .bk-table .bk-table-head table th.column_fixed.column_fixed_left,
1364
- .bk-table .bk-table-body table th.column_fixed.column_fixed_left,
1365
- .bk-table .bk-table-head table td.column_fixed.column_fixed_left,
1366
- .bk-table .bk-table-body table td.column_fixed.column_fixed_left {
1367
- left: 0;
1368
- }
1369
- .bk-table .bk-table-head table th.column_fixed.column_fixed_right,
1370
- .bk-table .bk-table-body table th.column_fixed.column_fixed_right,
1371
- .bk-table .bk-table-head table td.column_fixed.column_fixed_right,
1372
- .bk-table .bk-table-body table td.column_fixed.column_fixed_right {
1373
- right: 0;
1374
- }
1375
1465
  .bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
1376
1466
  .bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
1377
1467
  .bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
@@ -1385,6 +1475,7 @@
1385
1475
  .bk-table .bk-table-head table .left .cell,
1386
1476
  .bk-table .bk-table-body table .left .cell {
1387
1477
  justify-content: start;
1478
+ text-align: left;
1388
1479
  }
1389
1480
  .bk-table .bk-table-head table .center,
1390
1481
  .bk-table .bk-table-body table .center {
@@ -1393,6 +1484,7 @@
1393
1484
  .bk-table .bk-table-head table .center .cell,
1394
1485
  .bk-table .bk-table-body table .center .cell {
1395
1486
  justify-content: center;
1487
+ text-align: center;
1396
1488
  }
1397
1489
  .bk-table .bk-table-head table .right,
1398
1490
  .bk-table .bk-table-body table .right {
@@ -1401,6 +1493,7 @@
1401
1493
  .bk-table .bk-table-head table .right .cell,
1402
1494
  .bk-table .bk-table-body table .right .cell {
1403
1495
  justify-content: end;
1496
+ text-align: right;
1404
1497
  }
1405
1498
  .bk-table .bk-table-head table thead,
1406
1499
  .bk-table .bk-table-body table thead {
@@ -1412,18 +1505,58 @@
1412
1505
  font-weight: 400;
1413
1506
  background-color: var(--background-color);
1414
1507
  }
1415
- .bk-table .bk-table-head table thead th.col-resize-hover::after,
1416
- .bk-table .bk-table-body table thead th.col-resize-hover::after {
1508
+ .bk-table .bk-table-head table thead th.col-pointer-hover.poiner-right::after,
1509
+ .bk-table .bk-table-body table thead th.col-pointer-hover.poiner-right::after {
1510
+ content: '';
1417
1511
  position: absolute;
1418
1512
  top: 0;
1419
- right: 0;
1420
1513
  bottom: 0;
1421
- z-index: 1;
1422
- width: 6px;
1514
+ right: 0;
1515
+ width: 3px;
1516
+ background-color: #3785ff;
1517
+ transform: translateX(1px);
1423
1518
  pointer-events: none;
1519
+ }
1520
+ .bk-table .bk-table-head table thead th.col-pointer-hover.poiner-left::after,
1521
+ .bk-table .bk-table-body table thead th.col-pointer-hover.poiner-left::after {
1522
+ content: '';
1523
+ position: absolute;
1524
+ top: 0;
1525
+ bottom: 0;
1526
+ left: 0;
1527
+ width: 3px;
1528
+ transform: translateX(-1px);
1424
1529
  background-color: #3785ff;
1530
+ pointer-events: none;
1531
+ }
1532
+ .bk-table .bk-table-head table thead th .across-page-cell,
1533
+ .bk-table .bk-table-body table thead th .across-page-cell {
1534
+ position: relative;
1535
+ }
1536
+ .bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon,
1537
+ .bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon {
1538
+ display: block;
1539
+ position: absolute;
1540
+ width: 16px;
1541
+ height: 16px;
1542
+ top: 50%;
1543
+ right: 0;
1544
+ transform: translate(18px, -50%);
1545
+ }
1546
+ .bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon::after,
1547
+ .bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon::after {
1548
+ position: absolute;
1549
+ top: 50%;
1550
+ right: 0;
1551
+ left: 50%;
1552
+ width: 5px;
1553
+ height: 5px;
1554
+ border: 1px solid #63656e;
1555
+ border-top: 0;
1556
+ border-left: 0;
1557
+ transform: translate(-50%, -100%) scaleY(1) rotate(45deg);
1558
+ transform-origin: center;
1425
1559
  content: '';
1426
- transform: translateX(50%);
1427
1560
  }
1428
1561
  .bk-table .bk-table-head table thead th .cell,
1429
1562
  .bk-table .bk-table-body table thead th .cell {
@@ -1432,23 +1565,35 @@
1432
1565
  height: calc(var(--row-height) - 2px);
1433
1566
  color: #313238;
1434
1567
  }
1435
- .bk-table .bk-table-head table thead th.active,
1436
- .bk-table .bk-table-body table thead th.active,
1437
- .bk-table .bk-table-head table thead th:hover,
1438
- .bk-table .bk-table-body table thead th:hover {
1439
- cursor: pointer;
1440
- background: #f0f1f5;
1568
+ .bk-table .bk-table-head table thead th .cell.cell-resize,
1569
+ .bk-table .bk-table-body table thead th .cell.cell-resize {
1570
+ cursor: col-resize;
1441
1571
  }
1442
1572
  .bk-table .bk-table-head table thead th.column_fixed,
1443
1573
  .bk-table .bk-table-body table thead th.column_fixed {
1444
- transform: translateX(var(--scroll-left));
1574
+ transform: translateX(var(--translate-x));
1575
+ }
1576
+ .bk-table .bk-table-head table:not(.col-resize-hover) thead th.active,
1577
+ .bk-table .bk-table-body table:not(.col-resize-hover) thead th.active,
1578
+ .bk-table .bk-table-head table:not(.col-resize-hover) thead th:hover,
1579
+ .bk-table .bk-table-body table:not(.col-resize-hover) thead th:hover {
1580
+ cursor: pointer;
1581
+ background: #f0f1f5;
1582
+ }
1583
+ .bk-table .bk-table-head table tbody tr.stripe-row,
1584
+ .bk-table .bk-table-body table tbody tr.stripe-row {
1585
+ background: #fafbfd;
1586
+ }
1587
+ .bk-table .bk-table-head table tbody tr.stripe-row td,
1588
+ .bk-table .bk-table-body table tbody tr.stripe-row td {
1589
+ background-color: #fafbfd;
1445
1590
  }
1446
1591
  .bk-table .bk-table-head table tbody tr td,
1447
1592
  .bk-table .bk-table-body table tbody tr td {
1448
1593
  background-color: #fff;
1449
- border-top: 1px solid transparent;
1450
- border-bottom: 1px solid transparent;
1451
- border-right: 1px solid transparent;
1594
+ border-top: 1px solid white;
1595
+ border-bottom: 1px solid white;
1596
+ border-right: 1px solid white;
1452
1597
  box-sizing: border-box;
1453
1598
  }
1454
1599
  .bk-table .bk-table-head table tbody tr td.empty-cell,
@@ -1459,9 +1604,8 @@
1459
1604
  .bk-table .bk-table-body table tbody tr td .cell {
1460
1605
  display: block;
1461
1606
  width: 100%;
1462
- line-height: calc(var(--row-height) - 2px);
1607
+ line-height: calc(var(--row-height) - 4px);
1463
1608
  box-sizing: border-box;
1464
- align-items: center;
1465
1609
  }
1466
1610
  .bk-table .bk-table-head table tbody tr td .cell.drag,
1467
1611
  .bk-table .bk-table-body table tbody tr td .cell.drag {
@@ -1471,6 +1615,7 @@
1471
1615
  .bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
1472
1616
  .bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
1473
1617
  background: #f5f7fa;
1618
+ border-right-color: #f5f7fa;
1474
1619
  }
1475
1620
  .bk-table .bk-table-head table tbody tr.--drag-start td,
1476
1621
  .bk-table .bk-table-body table tbody tr.--drag-start td {
@@ -1481,19 +1626,34 @@
1481
1626
  z-index: 2;
1482
1627
  overflow: hidden;
1483
1628
  background-color: var(--background-color);
1629
+ height: var(--row-height);
1630
+ min-height: var(--row-height);
1631
+ }
1632
+ .bk-table .bk-table-head.has-group .is-head-group {
1633
+ border-bottom: 1px solid #dcdee5;
1634
+ }
1635
+ .bk-table .bk-table-head.has-group th {
1636
+ border-right: 1px solid #dcdee5;
1637
+ }
1638
+ .bk-table .bk-table-head.has-group th.is-last-child {
1639
+ border-right: none;
1484
1640
  }
1485
1641
  .bk-table .bk-table-head .col-resize-drag {
1486
1642
  position: absolute;
1487
1643
  top: 0;
1488
- right: 0;
1644
+ left: 0;
1489
1645
  bottom: 0;
1490
1646
  z-index: 1;
1491
1647
  width: 6px;
1492
1648
  background-color: #3785ff;
1493
- transform: translateX(-50%);
1649
+ transform: translate3d(var(--drag-offset-h-x), 0, 0);
1650
+ pointer-events: none;
1651
+ }
1652
+ .bk-table .bk-table-head .bk-table-fixed {
1653
+ transform: translate(0, 0);
1494
1654
  }
1495
1655
  .bk-table .bk-table-head thead {
1496
- transform: translateX(var(--scroll-head-left));
1656
+ transform: translate(var(--translate-x-1), 0);
1497
1657
  }
1498
1658
  .bk-table .bk-table-head .table-head-settings {
1499
1659
  position: absolute;
@@ -1520,6 +1680,7 @@
1520
1680
  display: flex;
1521
1681
  width: 100%;
1522
1682
  height: var(--footer-height);
1683
+ min-height: var(--footer-height);
1523
1684
  align-items: center;
1524
1685
  padding: 0 16px 0 22px;
1525
1686
  }
@@ -1532,9 +1693,6 @@
1532
1693
  .bk-table.bordered-row .bk-table-body tbody tr td {
1533
1694
  border-bottom-color: #dcdee5;
1534
1695
  }
1535
- .bk-table.bordered-row .bk-table-body tbody tr:last-child td {
1536
- border-bottom: none;
1537
- }
1538
1696
  .bk-table.bordered-outer {
1539
1697
  border-top: 1px solid #dcdee5;
1540
1698
  border-right: 1px solid #dcdee5;
@@ -1545,34 +1703,50 @@
1545
1703
  }
1546
1704
  .bk-table.bordered-horizontal {
1547
1705
  border-top: 1px solid #dcdee5;
1548
- }
1549
- .bk-table.bordered-horizontal .bk-table-footer {
1550
1706
  border-bottom: 1px solid #dcdee5;
1551
1707
  }
1552
1708
  .bk-table.bordered-outer .__is-empty .bk-table-body-content,
1553
1709
  .bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
1554
1710
  border-bottom: 1px solid #dcdee5;
1555
1711
  }
1712
+ .bk-table.bordered-col .bk-table-head {
1713
+ border-right: 1px solid #dcdee5;
1714
+ }
1715
+ .bk-table.bordered-col .bk-table-head .is-head-group {
1716
+ border-bottom: 1px solid #dcdee5;
1717
+ }
1556
1718
  .bk-table.bordered-col th {
1557
1719
  border-right: 1px solid #dcdee5;
1558
1720
  }
1559
1721
  .bk-table.bordered-col th:last-child {
1560
1722
  border-right: none;
1561
1723
  }
1724
+ .bk-table.bordered-col .bk-table-body {
1725
+ border-right: 1px solid #dcdee5;
1726
+ }
1562
1727
  .bk-table.bordered-col .bk-table-body tbody tr td {
1563
1728
  border-right-color: #dcdee5;
1564
1729
  }
1565
1730
  .bk-table.bordered-col .bk-table-body tbody tr td:last-child {
1566
- border-right-color: transparent;
1731
+ border-right: none;
1732
+ }
1733
+ .bk-table.bordered-col .bk-table-body tbody tr:hover.hover-highlight td:not(.empty-cell) {
1734
+ border-right-color: #dcdee5;
1567
1735
  }
1568
1736
  .bk-table th,
1569
1737
  .bk-table td {
1570
- border-right: 1px solid transparent;
1738
+ border-right: 1px solid white;
1571
1739
  }
1572
1740
  .bk-table.bordered-none th,
1573
1741
  .bk-table.bordered-none td {
1574
1742
  border-top: none;
1575
- border-right: 1px solid transparent;
1743
+ border-right: 1px solid white;
1744
+ border-bottom: none;
1745
+ border-left: none;
1746
+ }
1747
+ .bk-table.bordered-none .bk-table-body table tbody tr td {
1748
+ border-top: none;
1749
+ border-right: 1px solid white;
1576
1750
  border-bottom: none;
1577
1751
  border-left: none;
1578
1752
  }
@@ -1580,27 +1754,25 @@
1580
1754
  position: absolute;
1581
1755
  top: 0;
1582
1756
  right: 0;
1583
- bottom: var(--footer-height);
1757
+ bottom: 0;
1584
1758
  left: 0;
1585
1759
  pointer-events: none;
1760
+ transform: translate(var(--translate-x), var(--translate-y));
1586
1761
  }
1587
- .bk-table .bk-table-fixed .column_fixed {
1588
- position: absolute;
1589
- z-index: 2;
1762
+ .bk-table .bk-table-fixed.has-virtual-scroll {
1763
+ transform: translate(var(--translate-x), 0);
1590
1764
  }
1591
- .bk-table .bk-table-fixed .column_fixed.column_fixed_left {
1592
- top: 0;
1593
- left: 0;
1765
+ .bk-table .bk-table-fixed .column_fixed_right {
1766
+ box-shadow: var(--shadow-right);
1594
1767
  }
1595
- .bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
1596
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
1768
+ .bk-table .bk-table-fixed .column_fixed_left {
1769
+ box-shadow: var(--shadow-left);
1597
1770
  }
1598
- .bk-table .bk-table-fixed .column_fixed.column_fixed_right {
1771
+ .bk-table .bk-table-fixed .column_fixed {
1772
+ position: absolute;
1773
+ z-index: 2;
1774
+ bottom: 0;
1599
1775
  top: 0;
1600
- right: 0;
1601
- }
1602
- .bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
1603
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
1604
1776
  }
1605
1777
  .bk-table .bk-table-fixed .scroll-loading._bottom {
1606
1778
  position: absolute;
@@ -1610,6 +1782,13 @@
1610
1782
  display: flex;
1611
1783
  justify-content: center;
1612
1784
  }
1785
+ .bk-table .bk-table-fixed-bottom {
1786
+ position: absolute;
1787
+ right: 0;
1788
+ bottom: 0;
1789
+ left: 0;
1790
+ text-align: center;
1791
+ }
1613
1792
  .bk-table colgroup col {
1614
1793
  background: white;
1615
1794
  }
@@ -1620,6 +1799,29 @@
1620
1799
  .bk-table .bk-pagination .is-last {
1621
1800
  margin-left: auto;
1622
1801
  }
1623
- .bk-table .stripe-row {
1624
- background: #fafbfd;
1802
+ .bk-across-page-popover {
1803
+ padding: 0!important;
1804
+ }
1805
+ .bk-across-page-popover .dropwn-content {
1806
+ min-width: 100%;
1807
+ padding: 5px 0;
1808
+ margin: 0;
1809
+ background: #fff;
1810
+ border: 1px solid #dcdee5;
1811
+ border-radius: 2px;
1812
+ box-sizing: border-box;
1813
+ }
1814
+ .bk-across-page-popover .dropwn-content > div {
1815
+ display: block;
1816
+ height: 32px;
1817
+ padding: 0 16px;
1818
+ font-size: 12px;
1819
+ line-height: 33px;
1820
+ color: #63656e;
1821
+ white-space: nowrap;
1822
+ list-style: none;
1823
+ cursor: pointer;
1824
+ }
1825
+ .bk-across-page-popover .dropwn-content > div:hover {
1826
+ background-color: #f5f7fa;
1625
1827
  }