bkui-vue 0.0.1-beta.19 → 0.0.1-beta.191

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 (571) hide show
  1. package/README.md +7 -3
  2. package/dist/index.cjs.js +171 -0
  3. package/dist/index.esm.js +36112 -0
  4. package/dist/index.umd.js +171 -0
  5. package/dist/style.css +1 -4783
  6. package/dist/style.variable.css +1 -0
  7. package/lib/affix/affix.css +3 -0
  8. package/lib/affix/affix.d.ts +47 -0
  9. package/lib/affix/affix.less +5 -0
  10. package/lib/affix/affix.variable.css +116 -0
  11. package/lib/affix/index.d.ts +143 -0
  12. package/lib/affix/index.js +1 -0
  13. package/lib/alert/alert.css +5 -3
  14. package/lib/alert/alert.less +7 -3
  15. package/lib/alert/alert.variable.css +28 -6
  16. package/lib/alert/index.js +1 -1
  17. package/lib/animate-number/index.js +1 -1
  18. package/lib/backtop/backtop.css +8 -0
  19. package/lib/backtop/backtop.d.ts +2 -2
  20. package/lib/backtop/backtop.less +8 -0
  21. package/lib/backtop/backtop.variable.css +31 -3
  22. package/lib/backtop/index.d.ts +7 -7
  23. package/lib/backtop/index.js +1 -1
  24. package/lib/badge/badge.css +5 -5
  25. package/lib/badge/badge.d.ts +28 -7
  26. package/lib/badge/badge.less +5 -6
  27. package/lib/badge/badge.variable.css +28 -8
  28. package/lib/badge/index.d.ts +68 -18
  29. package/lib/badge/index.js +1 -1
  30. package/lib/breadcrumb/breadcrumb.css +51 -0
  31. package/lib/breadcrumb/breadcrumb.variable.css +74 -3
  32. package/lib/breadcrumb/index.js +1 -1
  33. package/lib/button/button.css +92 -45
  34. package/lib/button/button.d.ts +50 -5
  35. package/lib/button/button.less +88 -47
  36. package/lib/button/button.variable.css +115 -48
  37. package/lib/button/index.d.ts +82 -11
  38. package/lib/button/index.js +1 -1
  39. package/lib/card/card.css +96 -1
  40. package/lib/card/card.d.ts +47 -6
  41. package/lib/card/card.less +50 -2
  42. package/lib/card/card.variable.css +119 -4
  43. package/lib/card/index.d.ts +113 -17
  44. package/lib/card/index.js +1 -1
  45. package/lib/cascader/cascader-panel.d.ts +100 -0
  46. package/lib/cascader/cascader.css +173 -0
  47. package/lib/cascader/cascader.d.ts +303 -0
  48. package/lib/cascader/cascader.less +196 -0
  49. package/lib/cascader/cascader.variable.css +286 -0
  50. package/lib/cascader/index.d.ts +868 -0
  51. package/lib/cascader/index.js +1 -0
  52. package/lib/cascader/interface.d.ts +51 -0
  53. package/lib/cascader/node.d.ts +31 -0
  54. package/lib/cascader/store.d.ts +23 -0
  55. package/lib/checkbox/checkbox-group.d.ts +16 -0
  56. package/lib/checkbox/checkbox.css +38 -6
  57. package/lib/checkbox/checkbox.d.ts +16 -14
  58. package/lib/checkbox/checkbox.less +48 -6
  59. package/lib/checkbox/checkbox.variable.css +61 -9
  60. package/lib/checkbox/common.d.ts +3 -3
  61. package/lib/checkbox/index.d.ts +40 -23
  62. package/lib/checkbox/index.js +1 -1
  63. package/lib/checkbox/type.d.ts +3 -7
  64. package/lib/code-diff/code-diff.css +186 -0
  65. package/lib/code-diff/code-diff.d.ts +80 -0
  66. package/lib/code-diff/code-diff.less +238 -0
  67. package/lib/code-diff/code-diff.variable.css +299 -0
  68. package/lib/code-diff/index.d.ts +154 -0
  69. package/lib/code-diff/index.js +1 -0
  70. package/lib/collapse/collapse-panel.d.ts +75 -0
  71. package/lib/collapse/collapse.css +28 -12
  72. package/lib/collapse/collapse.d.ts +11 -52
  73. package/lib/collapse/collapse.less +54 -29
  74. package/lib/collapse/collapse.variable.css +141 -12
  75. package/lib/collapse/index.d.ts +116 -16
  76. package/lib/collapse/index.js +1 -1
  77. package/lib/collapse/props.d.ts +123 -0
  78. package/lib/collapse/utils.d.ts +11 -0
  79. package/lib/color-picker/color-picker.css +275 -0
  80. package/lib/color-picker/color-picker.d.ts +144 -0
  81. package/lib/color-picker/color-picker.less +325 -0
  82. package/lib/color-picker/color-picker.variable.css +388 -0
  83. package/lib/color-picker/index.d.ts +254 -0
  84. package/lib/color-picker/index.js +1 -0
  85. package/lib/color-picker/utils.d.ts +37 -0
  86. package/lib/components.d.ts +28 -7
  87. package/lib/components.js +1 -0
  88. package/lib/container/col.d.ts +51 -0
  89. package/lib/container/container.css +91 -0
  90. package/lib/container/container.d.ts +83 -0
  91. package/lib/container/container.less +20 -0
  92. package/lib/container/container.variable.css +204 -0
  93. package/lib/container/index.d.ts +223 -0
  94. package/lib/container/index.js +1 -0
  95. package/lib/container/row.d.ts +4 -0
  96. package/lib/date-picker/date-picker.css +18 -2
  97. package/lib/date-picker/date-picker.d.ts +53 -136
  98. package/lib/date-picker/date-picker.less +23 -2
  99. package/lib/date-picker/date-picker.variable.css +41 -5
  100. package/lib/date-picker/index.d.ts +87 -26
  101. package/lib/date-picker/index.js +1 -1
  102. package/lib/date-picker/interface.d.ts +10 -1
  103. package/lib/date-picker/props.d.ts +161 -0
  104. package/lib/date-picker/time-picker.d.ts +381 -0
  105. package/lib/date-picker/utils.d.ts +22 -1
  106. package/lib/dialog/dialog.css +132 -21
  107. package/lib/dialog/dialog.d.ts +266 -56
  108. package/lib/dialog/dialog.less +77 -22
  109. package/lib/dialog/dialog.variable.css +132 -21
  110. package/lib/dialog/index.d.ts +586 -124
  111. package/lib/dialog/index.js +1 -1
  112. package/lib/dialog/props.d.ts +135 -0
  113. package/lib/directives/clickoutside.d.ts +3 -23
  114. package/lib/directives/ellipsis.d.ts +7 -0
  115. package/lib/directives/index.d.ts +1 -0
  116. package/lib/directives/index.js +2 -15
  117. package/lib/directives/index.js.LICENSE.txt +14 -0
  118. package/lib/directives/tooltips.d.ts +1 -1
  119. package/lib/dist.index.js +1 -0
  120. package/lib/divider/divider.d.ts +1 -1
  121. package/lib/divider/divider.variable.css +23 -3
  122. package/lib/divider/index.d.ts +4 -4
  123. package/lib/divider/index.js +1 -1
  124. package/lib/divider/props.d.ts +21 -0
  125. package/lib/dropdown/const.d.ts +4 -0
  126. package/lib/dropdown/dropdown.css +13 -7
  127. package/lib/dropdown/dropdown.d.ts +35 -4
  128. package/lib/dropdown/dropdown.less +47 -34
  129. package/lib/dropdown/dropdown.variable.css +36 -10
  130. package/lib/dropdown/index.d.ts +75 -14
  131. package/lib/dropdown/index.js +1 -1
  132. package/lib/exception/exception.css +40 -14
  133. package/lib/exception/exception.d.ts +10 -3
  134. package/lib/exception/exception.less +59 -22
  135. package/lib/exception/exception.variable.css +63 -17
  136. package/lib/exception/index.d.ts +23 -8
  137. package/lib/exception/index.js +1 -1
  138. package/lib/fixed-navbar/fixed-navbar.d.ts +16 -2
  139. package/lib/fixed-navbar/fixed-navbar.variable.css +23 -3
  140. package/lib/fixed-navbar/index.d.ts +40 -5
  141. package/lib/fixed-navbar/index.js +1 -1
  142. package/lib/form/compose-form-item.d.ts +16 -0
  143. package/lib/form/form-item.d.ts +21 -24
  144. package/lib/form/form.css +102 -10
  145. package/lib/form/form.d.ts +37 -40
  146. package/lib/form/form.less +145 -34
  147. package/lib/form/form.variable.css +215 -10
  148. package/lib/form/index.d.ts +103 -85
  149. package/lib/form/index.js +1 -1
  150. package/lib/form/type.d.ts +8 -6
  151. package/lib/form/validator.d.ts +1 -0
  152. package/lib/icon/angle-double-down-line.js +1 -15
  153. package/lib/icon/angle-double-left-line.js +1 -15
  154. package/lib/icon/angle-double-left.js +1 -15
  155. package/lib/icon/angle-double-right-line.js +1 -15
  156. package/lib/icon/angle-double-right.js +1 -15
  157. package/lib/icon/angle-double-up-line.js +1 -15
  158. package/lib/icon/angle-down-fill.js +1 -15
  159. package/lib/icon/angle-down-line.js +1 -15
  160. package/lib/icon/angle-down.js +1 -15
  161. package/lib/icon/angle-left.js +1 -15
  162. package/lib/icon/angle-right.js +1 -15
  163. package/lib/icon/angle-up-fill.js +1 -15
  164. package/lib/icon/angle-up.js +1 -15
  165. package/lib/icon/archive-fill.d.ts +4 -0
  166. package/lib/icon/archive-fill.js +1 -0
  167. package/lib/icon/arrows-left.js +1 -15
  168. package/lib/icon/arrows-right.d.ts +4 -0
  169. package/lib/icon/arrows-right.js +1 -0
  170. package/lib/icon/audio-fill.d.ts +4 -0
  171. package/lib/icon/audio-fill.js +1 -0
  172. package/lib/icon/bk.d.ts +4 -0
  173. package/lib/icon/bk.js +1 -0
  174. package/lib/icon/circle.js +1 -15
  175. package/lib/icon/close-line.d.ts +4 -0
  176. package/lib/icon/close-line.js +1 -0
  177. package/lib/icon/close.js +1 -15
  178. package/lib/icon/code.js +1 -15
  179. package/lib/icon/cog-shape.js +1 -15
  180. package/lib/icon/collapse-left.js +1 -15
  181. package/lib/icon/copy.js +1 -15
  182. package/lib/icon/data-shape.d.ts +4 -0
  183. package/lib/icon/data-shape.js +1 -0
  184. package/lib/icon/del.d.ts +4 -0
  185. package/lib/icon/del.js +1 -0
  186. package/lib/icon/doc-fill.d.ts +4 -0
  187. package/lib/icon/doc-fill.js +1 -0
  188. package/lib/icon/done.js +1 -15
  189. package/lib/icon/down-shape.js +1 -15
  190. package/lib/icon/down-small.js +1 -15
  191. package/lib/icon/edit-line.d.ts +4 -0
  192. package/lib/icon/edit-line.js +1 -0
  193. package/lib/icon/ellipsis.js +1 -15
  194. package/lib/icon/enlarge-line.d.ts +4 -0
  195. package/lib/icon/enlarge-line.js +1 -0
  196. package/lib/icon/error.js +1 -15
  197. package/lib/icon/excel-fill.d.ts +4 -0
  198. package/lib/icon/excel-fill.js +1 -0
  199. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  200. package/lib/icon/exclamation-circle-shape.js +1 -0
  201. package/lib/icon/eye.js +1 -15
  202. package/lib/icon/filliscreen-line.d.ts +4 -0
  203. package/lib/icon/filliscreen-line.js +1 -0
  204. package/lib/icon/folder-open.js +1 -15
  205. package/lib/icon/folder-shape-open.js +1 -15
  206. package/lib/icon/folder-shape.js +1 -15
  207. package/lib/icon/folder.js +1 -15
  208. package/lib/icon/funnel.d.ts +4 -0
  209. package/lib/icon/funnel.js +1 -0
  210. package/lib/icon/help-document-fill.js +1 -15
  211. package/lib/icon/help-fill.js +1 -15
  212. package/lib/icon/help.js +1 -15
  213. package/lib/icon/image-fill.d.ts +4 -0
  214. package/lib/icon/image-fill.js +1 -0
  215. package/lib/icon/img-error.d.ts +4 -0
  216. package/lib/icon/img-error.js +1 -0
  217. package/lib/icon/img-placehoulder.d.ts +4 -0
  218. package/lib/icon/img-placehoulder.js +1 -0
  219. package/lib/icon/index.d.ts +29 -0
  220. package/lib/icon/index.js +1 -15
  221. package/lib/icon/info-line.js +1 -15
  222. package/lib/icon/info.js +1 -15
  223. package/lib/icon/left-shape.js +1 -15
  224. package/lib/icon/left-turn-line.d.ts +4 -0
  225. package/lib/icon/left-turn-line.js +1 -0
  226. package/lib/icon/narrow-line.d.ts +4 -0
  227. package/lib/icon/narrow-line.js +1 -0
  228. package/lib/icon/original .d.ts +4 -0
  229. package/lib/icon/original .js +1 -0
  230. package/lib/icon/pdf-fill.d.ts +4 -0
  231. package/lib/icon/pdf-fill.js +1 -0
  232. package/lib/icon/play-shape.js +1 -15
  233. package/lib/icon/plus.js +1 -15
  234. package/lib/icon/ppt-fill.d.ts +4 -0
  235. package/lib/icon/ppt-fill.js +1 -0
  236. package/lib/icon/qq.d.ts +4 -0
  237. package/lib/icon/qq.js +1 -0
  238. package/lib/icon/right-shape.js +1 -15
  239. package/lib/icon/right-turn-line.d.ts +4 -0
  240. package/lib/icon/right-turn-line.js +1 -0
  241. package/lib/icon/search.js +1 -15
  242. package/lib/icon/share.js +1 -15
  243. package/lib/icon/spinner.js +1 -15
  244. package/lib/icon/success.js +1 -15
  245. package/lib/icon/switcher-loading.js +1 -15
  246. package/lib/icon/text-file.js +1 -15
  247. package/lib/icon/text-fill.d.ts +4 -0
  248. package/lib/icon/text-fill.js +1 -0
  249. package/lib/icon/tree-application-shape.js +1 -15
  250. package/lib/icon/unfull-screen.d.ts +4 -0
  251. package/lib/icon/unfull-screen.js +1 -0
  252. package/lib/icon/unvisible.js +1 -15
  253. package/lib/icon/up-shape.js +1 -15
  254. package/lib/icon/upload.d.ts +4 -0
  255. package/lib/icon/upload.js +1 -0
  256. package/lib/icon/video-fill.d.ts +4 -0
  257. package/lib/icon/video-fill.js +1 -0
  258. package/lib/icon/warn.js +1 -15
  259. package/lib/icon/weixin.d.ts +4 -0
  260. package/lib/icon/weixin.js +1 -0
  261. package/lib/image/image-viewer.css +142 -0
  262. package/lib/image/image-viewer.d.ts +73 -0
  263. package/lib/image/image-viewer.less +168 -0
  264. package/lib/image/image-viewer.variable.css +142 -0
  265. package/lib/image/image.css +37 -0
  266. package/lib/image/image.d.ts +93 -0
  267. package/lib/image/image.less +44 -0
  268. package/lib/image/image.variable.css +37 -0
  269. package/lib/image/index.d.ts +246 -0
  270. package/lib/image/index.js +1 -0
  271. package/lib/image/props.d.ts +71 -0
  272. package/lib/index.d.ts +1 -1
  273. package/lib/index.js +1 -0
  274. package/lib/info-box/index.css +37 -0
  275. package/lib/info-box/index.d.ts +26 -0
  276. package/lib/info-box/index.js +1 -0
  277. package/lib/info-box/index.less +50 -0
  278. package/lib/info-box/index.variable.css +37 -0
  279. package/lib/input/index.d.ts +209 -44
  280. package/lib/input/index.js +1 -15
  281. package/lib/input/input.css +232 -17
  282. package/lib/input/input.d.ts +142 -12
  283. package/lib/input/input.less +180 -18
  284. package/lib/input/input.variable.css +252 -16
  285. package/lib/link/index.d.ts +4 -4
  286. package/lib/link/index.js +1 -1
  287. package/lib/link/link.css +12 -12
  288. package/lib/link/link.d.ts +1 -1
  289. package/lib/link/link.less +16 -14
  290. package/lib/link/link.variable.css +35 -15
  291. package/lib/loading/index.d.ts +135 -19
  292. package/lib/loading/index.js +1 -1
  293. package/lib/loading/loading.css +177 -98
  294. package/lib/loading/loading.d.ts +96 -12
  295. package/lib/loading/loading.less +84 -73
  296. package/lib/loading/loading.variable.css +200 -101
  297. package/lib/menu/index.d.ts +16 -24
  298. package/lib/menu/index.js +1 -1
  299. package/lib/menu/menu.css +51 -0
  300. package/lib/menu/menu.d.ts +7 -16
  301. package/lib/menu/menu.variable.css +74 -3
  302. package/lib/menu/submenu.variable.css +23 -3
  303. package/lib/menu/utils.d.ts +1 -1
  304. package/lib/message/index.js +1 -1
  305. package/lib/message/message.css +24 -3
  306. package/lib/message/message.less +27 -2
  307. package/lib/message/message.variable.css +47 -6
  308. package/lib/message/messageConstructor.d.ts +43 -7
  309. package/lib/modal/index.d.ts +483 -75
  310. package/lib/modal/index.js +1 -1
  311. package/lib/modal/modal.css +63 -1
  312. package/lib/modal/modal.d.ts +185 -29
  313. package/lib/modal/modal.less +36 -1
  314. package/lib/modal/modal.variable.css +63 -1
  315. package/lib/modal/props.mixin.d.ts +79 -13
  316. package/lib/navigation/index.d.ts +310 -1
  317. package/lib/navigation/index.js +1 -1
  318. package/lib/navigation/navigation.css +1 -1
  319. package/lib/navigation/navigation.d.ts +10 -1
  320. package/lib/navigation/navigation.less +1 -1
  321. package/lib/navigation/navigation.variable.css +24 -4
  322. package/lib/notify/index.js +1 -1
  323. package/lib/notify/notify.css +24 -4
  324. package/lib/notify/notify.less +27 -4
  325. package/lib/notify/notify.variable.css +47 -7
  326. package/lib/notify/notifyConstructor.d.ts +50 -6
  327. package/lib/pagination/index.d.ts +35 -20
  328. package/lib/pagination/index.js +1 -1
  329. package/lib/pagination/pagination.css +54 -28
  330. package/lib/pagination/pagination.d.ts +16 -6
  331. package/lib/pagination/pagination.less +58 -31
  332. package/lib/pagination/pagination.variable.css +77 -31
  333. package/lib/pagination/type.d.ts +1 -1
  334. package/lib/plugin-popover/index.d.ts +27 -0
  335. package/lib/plugin-popover/index.js +1 -0
  336. package/lib/plugins/index.d.ts +1 -0
  337. package/lib/plugins/index.js +1 -0
  338. package/lib/popover/index.d.ts +114 -14
  339. package/lib/popover/index.js +1 -1
  340. package/lib/popover/popover.css +3 -0
  341. package/lib/popover/popover.d.ts +53 -5
  342. package/lib/popover/popover.less +2 -0
  343. package/lib/popover/popover.variable.css +26 -3
  344. package/lib/popover/props.d.ts +28 -1
  345. package/lib/popover2/arrow.d.ts +2 -0
  346. package/lib/popover2/const.d.ts +10 -0
  347. package/lib/popover2/content.d.ts +24 -0
  348. package/lib/popover2/index.d.ts +524 -0
  349. package/lib/popover2/index.js +1 -0
  350. package/lib/popover2/plugin-popover.d.ts +12 -0
  351. package/lib/popover2/popover2.css +25 -0
  352. package/lib/popover2/popover2.d.ts +221 -0
  353. package/lib/popover2/popover2.less +35 -0
  354. package/lib/popover2/popover2.variable.css +138 -0
  355. package/lib/popover2/props.d.ts +118 -0
  356. package/lib/popover2/reference.d.ts +2 -0
  357. package/lib/popover2/root.d.ts +16 -0
  358. package/lib/popover2/use-floating.d.ts +20 -0
  359. package/lib/popover2/use-platform.d.ts +30 -0
  360. package/lib/popover2/use-popover-init.d.ts +13 -0
  361. package/lib/popover2/use-popper-id.d.ts +7 -0
  362. package/lib/popover2/utils.d.ts +1 -0
  363. package/lib/preset.js +1 -0
  364. package/lib/process/index.d.ts +7 -7
  365. package/lib/process/index.js +1 -15
  366. package/lib/process/process.d.ts +2 -2
  367. package/lib/process/process.variable.css +23 -3
  368. package/lib/progress/index.d.ts +7 -7
  369. package/lib/progress/index.js +1 -1
  370. package/lib/progress/progress.css +51 -0
  371. package/lib/progress/progress.d.ts +2 -2
  372. package/lib/progress/progress.variable.css +74 -3
  373. package/lib/radio/common.d.ts +5 -5
  374. package/lib/radio/index.d.ts +30 -19
  375. package/lib/radio/index.js +1 -1
  376. package/lib/radio/radio-button.d.ts +7 -8
  377. package/lib/radio/radio-group.d.ts +16 -0
  378. package/lib/radio/radio.css +62 -57
  379. package/lib/radio/radio.d.ts +4 -4
  380. package/lib/radio/radio.less +181 -172
  381. package/lib/radio/radio.variable.css +87 -62
  382. package/lib/radio/type.d.ts +10 -5
  383. package/lib/rate/index.d.ts +24 -1
  384. package/lib/rate/index.js +1 -1
  385. package/lib/rate/rate.d.ts +11 -0
  386. package/lib/rate/star.d.ts +1 -1
  387. package/lib/resize-layout/index.d.ts +336 -0
  388. package/lib/resize-layout/index.js +1 -0
  389. package/lib/resize-layout/resize-layout.css +189 -0
  390. package/lib/resize-layout/resize-layout.d.ts +127 -0
  391. package/lib/resize-layout/resize-layout.less +233 -0
  392. package/lib/resize-layout/resize-layout.variable.css +302 -0
  393. package/lib/select/common.d.ts +20 -31
  394. package/lib/select/index.d.ts +1410 -451
  395. package/lib/select/index.js +1 -15
  396. package/lib/select/option.d.ts +16 -4
  397. package/lib/select/optionGroup.d.ts +1 -77
  398. package/lib/select/select.css +263 -80
  399. package/lib/select/select.d.ts +549 -126
  400. package/lib/select/select.less +364 -185
  401. package/lib/select/select.variable.css +287 -84
  402. package/lib/select/selectTagInput.d.ts +92 -0
  403. package/lib/select/type.d.ts +38 -0
  404. package/lib/shared/dom.d.ts +3 -0
  405. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +0 -1
  406. package/lib/shared/index.d.ts +17 -4
  407. package/lib/shared/index.js +1 -1
  408. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +3 -2
  409. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +3 -2
  410. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +7 -3
  411. package/lib/shared/token.d.ts +4 -0
  412. package/lib/shared/utils.d.ts +13 -0
  413. package/lib/shared/vue-types.d.ts +9 -1
  414. package/lib/sideslider/index.d.ts +373 -73
  415. package/lib/sideslider/index.js +1 -1
  416. package/lib/sideslider/sideslider.css +54 -10
  417. package/lib/sideslider/sideslider.d.ts +173 -32
  418. package/lib/sideslider/sideslider.less +71 -13
  419. package/lib/sideslider/sideslider.variable.css +77 -13
  420. package/lib/slider/index.d.ts +414 -1
  421. package/lib/slider/index.js +1 -15
  422. package/lib/slider/slider-button.d.ts +5 -0
  423. package/lib/slider/slider.d.ts +14 -2
  424. package/lib/slider/slider.variable.css +23 -3
  425. package/lib/steps/index.d.ts +4 -4
  426. package/lib/steps/index.js +1 -15
  427. package/lib/steps/steps.css +14 -3
  428. package/lib/steps/steps.d.ts +1 -1
  429. package/lib/steps/steps.less +23 -3
  430. package/lib/steps/steps.variable.css +37 -6
  431. package/lib/styles/index.d.ts +12 -0
  432. package/lib/styles/mixins/clearfix.css +8 -0
  433. package/lib/styles/mixins/clearfix.less +10 -0
  434. package/lib/styles/mixins/clearfix.variable.css +8 -0
  435. package/lib/styles/mixins/mixins.css +51 -0
  436. package/lib/styles/mixins/mixins.less +2 -0
  437. package/lib/styles/mixins/mixins.variable.css +51 -0
  438. package/lib/styles/mixins/scroll.css +17 -0
  439. package/lib/styles/mixins/scroll.less +22 -0
  440. package/lib/styles/mixins/scroll.variable.css +130 -0
  441. package/lib/styles/reset.css +36 -0
  442. package/lib/styles/reset.less +26 -0
  443. package/lib/styles/reset.variable.css +36 -0
  444. package/lib/styles/themes/themes.less +29 -3
  445. package/lib/swiper/index.d.ts +181 -0
  446. package/lib/swiper/index.js +1 -0
  447. package/lib/swiper/swiper.css +91 -0
  448. package/lib/swiper/swiper.d.ts +65 -0
  449. package/lib/swiper/swiper.less +107 -0
  450. package/lib/swiper/swiper.variable.css +91 -0
  451. package/lib/switcher/index.d.ts +37 -14
  452. package/lib/switcher/index.js +1 -1
  453. package/lib/switcher/switcher.css +57 -6
  454. package/lib/switcher/switcher.d.ts +16 -5
  455. package/lib/switcher/switcher.less +5 -26
  456. package/lib/switcher/switcher.variable.css +80 -9
  457. package/lib/tab/index.d.ts +107 -219
  458. package/lib/tab/index.js +1 -1
  459. package/lib/tab/props.d.ts +194 -0
  460. package/lib/tab/tab-nav.d.ts +66 -87
  461. package/lib/tab/tab-panel.d.ts +40 -15
  462. package/lib/tab/tab.css +25 -1
  463. package/lib/tab/tab.d.ts +17 -41
  464. package/lib/tab/tab.less +31 -19
  465. package/lib/tab/tab.variable.css +48 -4
  466. package/lib/table/const.d.ts +80 -1
  467. package/lib/table/index.d.ts +774 -9
  468. package/lib/table/index.js +1 -1
  469. package/lib/table/plugins/head-filter.css +72 -0
  470. package/lib/table/plugins/head-filter.less +93 -0
  471. package/lib/table/plugins/head-filter.variable.css +185 -0
  472. package/lib/table/plugins/head-sort.css +22 -0
  473. package/lib/table/plugins/head-sort.less +28 -0
  474. package/lib/table/plugins/head-sort.variable.css +135 -0
  475. package/lib/table/plugins/settings.css +129 -0
  476. package/lib/table/plugins/settings.less +157 -0
  477. package/lib/table/plugins/settings.variable.css +242 -0
  478. package/lib/table/props.d.ts +257 -4
  479. package/lib/table/render.d.ts +64 -6
  480. package/lib/table/table.css +1128 -15
  481. package/lib/table/table.d.ts +197 -5
  482. package/lib/table/table.less +223 -24
  483. package/lib/table/table.variable.css +1162 -29
  484. package/lib/table/use-column.d.ts +11 -0
  485. package/lib/table/use-common.d.ts +94 -0
  486. package/lib/table/utils.d.ts +52 -3
  487. package/lib/table-column/index.d.ts +328 -0
  488. package/lib/table-column/index.js +1 -0
  489. package/lib/tag/index.d.ts +189 -22
  490. package/lib/tag/index.js +1 -1
  491. package/lib/tag/tag.css +112 -0
  492. package/lib/tag/tag.d.ts +83 -7
  493. package/lib/tag/tag.less +127 -2
  494. package/lib/tag/tag.variable.css +135 -3
  495. package/lib/tag-input/common.d.ts +24 -0
  496. package/lib/tag-input/index.d.ts +913 -0
  497. package/lib/tag-input/index.js +1 -0
  498. package/lib/tag-input/list-tag-render.d.ts +47 -0
  499. package/lib/tag-input/tag-input.css +209 -0
  500. package/lib/tag-input/tag-input.d.ts +383 -0
  501. package/lib/tag-input/tag-input.less +251 -0
  502. package/lib/tag-input/tag-input.variable.css +322 -0
  503. package/lib/tag-input/tag-props.d.ts +135 -0
  504. package/lib/tag-input/tag-render.d.ts +38 -0
  505. package/lib/time-picker/index.d.ts +904 -0
  506. package/lib/time-picker/index.js +1 -0
  507. package/lib/time-picker/time-picker.css +215 -0
  508. package/lib/time-picker/time-picker.less +260 -0
  509. package/lib/time-picker/time-picker.variable.css +328 -0
  510. package/lib/timeline/index.d.ts +4 -4
  511. package/lib/timeline/index.js +1 -1
  512. package/lib/timeline/timeline.css +5 -5
  513. package/lib/timeline/timeline.d.ts +1 -1
  514. package/lib/timeline/timeline.less +6 -5
  515. package/lib/timeline/timeline.variable.css +28 -8
  516. package/lib/transfer/const.d.ts +5 -0
  517. package/lib/transfer/index.d.ts +365 -0
  518. package/lib/transfer/index.js +1 -0
  519. package/lib/transfer/props.d.ts +54 -0
  520. package/lib/transfer/transfer.css +139 -0
  521. package/lib/transfer/transfer.d.ts +160 -0
  522. package/lib/transfer/transfer.less +144 -0
  523. package/lib/transfer/transfer.variable.css +252 -0
  524. package/lib/tree/constant.d.ts +45 -0
  525. package/lib/tree/index.d.ts +337 -41
  526. package/lib/tree/index.js +1 -1
  527. package/lib/tree/props.d.ts +114 -0
  528. package/lib/tree/tree.css +175 -14
  529. package/lib/tree/tree.d.ts +156 -14
  530. package/lib/tree/tree.less +70 -26
  531. package/lib/tree/tree.variable.css +288 -14
  532. package/lib/tree/use-empty.d.ts +6 -0
  533. package/lib/tree/use-node-action.d.ts +12 -0
  534. package/lib/tree/use-node-async.d.ts +5 -0
  535. package/lib/tree/use-node-attribute.d.ts +33 -0
  536. package/lib/tree/use-node-drag.d.ts +3 -0
  537. package/lib/tree/use-search.d.ts +11 -0
  538. package/lib/tree/use-tree-init.d.ts +15 -0
  539. package/lib/tree/util.d.ts +31 -13
  540. package/lib/upload/index.d.ts +580 -0
  541. package/lib/upload/index.js +1 -0
  542. package/lib/upload/props.d.ts +113 -0
  543. package/lib/upload/upload-list.d.ts +47 -0
  544. package/lib/upload/upload-trigger.d.ts +54 -0
  545. package/lib/upload/upload.css +422 -0
  546. package/lib/upload/upload.d.ts +252 -0
  547. package/lib/upload/upload.less +461 -0
  548. package/lib/upload/upload.type.d.ts +78 -0
  549. package/lib/upload/upload.variable.css +535 -0
  550. package/lib/upload/use-ajax-upload.d.ts +3 -0
  551. package/lib/upload/use-file-handler.d.ts +44 -0
  552. package/lib/virtual-render/index.d.ts +24 -1
  553. package/lib/virtual-render/index.js +1 -1
  554. package/lib/virtual-render/props.d.ts +10 -0
  555. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  556. package/lib/virtual-render/v-virtual-render.d.ts +0 -1
  557. package/lib/virtual-render/virtual-render.css +17 -24
  558. package/lib/virtual-render/virtual-render.d.ts +13 -2
  559. package/lib/virtual-render/virtual-render.less +2 -31
  560. package/lib/virtual-render/virtual-render.variable.css +130 -24
  561. package/lib/volar.components.d.ts +100 -0
  562. package/package.json +71 -51
  563. package/README_EN.md +0 -89
  564. package/dist/bkui-vue.cjs.js +0 -12407
  565. package/dist/bkui-vue.esm.js +0 -12357
  566. package/dist/bkui-vue.umd.js +0 -12410
  567. package/lib/form/common.d.ts +0 -3
  568. package/lib/icon/icon.js +0 -15
  569. package/lib/styles/index.js +0 -1
  570. package/lib/styles/mixins/animate.css +0 -21
  571. package/lib/use-form.d.ts +0 -3
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -18,7 +19,7 @@
18
19
  --line-height-large: 18px;
19
20
  --component-size-small: 26px;
20
21
  --component-size-base: 32px;
21
- --component-size-large: 38px;
22
+ --component-size-large: 40px;
22
23
  --border-width-base: 1px;
23
24
  --border-style-base: solid;
24
25
  --border-radius-base: 2px;
@@ -31,8 +32,9 @@
31
32
  --input-broder-radius: 3px;
32
33
  --input-shadow-color: #a3c5fd;
33
34
  --input-horizontal-padding: 10px;
34
- --input-block-color: #f4f6fa;
35
- --input-icon-size: var(--font-size-large);
35
+ --input-block-color: #f5f7fa;
36
+ --input-block-hover-color: #eaebf0;
37
+ --input-icon-size: var(--font-size-medium);
36
38
  --input-maxlength-color: #979ba5;
37
39
  --button-primary-hover-color: #5594fa;
38
40
  --button-danger-hover-color: #ff5656;
@@ -43,6 +45,15 @@
43
45
  --button-danger-active-color: #db2626;
44
46
  --button-success-active-color: #1ab943;
45
47
  --button-warning-active-color: #eb9000;
48
+ --button-selected-bg-color: #e1ecff;
49
+ --button-disabled-selected-bg-color: #f0f1f5;
50
+ --radio-font-color: #63656e;
51
+ --radio-active-color: #5594fa;
52
+ --radio-hover-border-color: #979ba5;
53
+ --radio-disabled-border: #dcdee5;
54
+ --radio-disabled-font-color: #c4c6c;
55
+ --radio-distable-checked-bg: #fafbfd;
56
+ --radio-button-checked-bg: #e1ecff;
46
57
  --fixed-navbar-background: #fff;
47
58
  --fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
48
59
  --switch-default-color: #fff;
@@ -63,12 +74,16 @@
63
74
  --message-color: var(--default-color);
64
75
  --message-primary-bg-color: #f0f8ff;
65
76
  --message-primary-border-color: #e1ecff;
77
+ --message-primary-shadow-color: #e1e8f4;
66
78
  --message-warning-bg-color: #fff4e2;
67
79
  --message-warning-border-color: #ffe8c3;
80
+ --message-warning-shadow-color: #ede6db;
68
81
  --message-success-bg-color: #f2fff4;
69
82
  --message-success-border-color: #dcffe2;
83
+ --message-success-shadow-color: #cef0d7;
70
84
  --message-danger-bg-color: #ffeded;
71
85
  --message-danger-border-color: #ffdddd;
86
+ --message-danger-shadow-color: #f6dada;
72
87
  --slider-default-bg: #dcdee5;
73
88
  --slider-disable-bar-bg: #979ba5;
74
89
  --menu-bg-color: #182132;
@@ -90,47 +105,1079 @@
90
105
  --table-head-font-color: #313238;
91
106
  --table-body-font-color: #575961;
92
107
  --table-row-hover-bg-color: #f5f7fa;
108
+ --table-row-active-bg-color: #f0f1f5;
109
+ --cascader-panel-border-color: #dcdee5;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
+ --cascader-panel-disabled-bg: #fff;
113
+ }
114
+ .bk-F-scroll-x {
115
+ overflow-x: auto;
116
+ scrollbar-color: #a0a0a0 transparent;
117
+ scrollbar-width: thin;
118
+ }
119
+ .bk-F-scroll-x::-webkit-scrollbar {
120
+ height: 6px;
121
+ }
122
+ .bk-F-scroll-y {
123
+ overflow-y: auto;
124
+ }
125
+ .bk-F-scroll-y::-webkit-scrollbar {
126
+ width: 4px;
127
+ }
128
+ .bk-F-scroll-y::-webkit-scrollbar-thumb {
129
+ border-radius: 4px;
130
+ }
131
+ .bk-virtual-render {
132
+ position: relative;
133
+ }
134
+ .bk-virtual-render .bk-virtual-content,
135
+ .bk-virtual-render.bk-virtual-content {
136
+ position: absolute;
137
+ top: 0;
138
+ bottom: 0;
139
+ left: 0;
140
+ width: 100%;
141
+ height: 100%;
142
+ }
143
+ .bk-virtual-render .bk-virtual-section {
144
+ width: 1px;
145
+ background: transparent;
146
+ }
147
+ .bk-checkbox {
148
+ display: inline-flex;
149
+ justify-self: center;
150
+ font-size: 14px;
151
+ line-height: 18px;
152
+ letter-spacing: normal;
153
+ color: #63656e;
154
+ cursor: pointer;
155
+ user-select: none;
156
+ }
157
+ .bk-checkbox ~ .bk-checkbox {
158
+ margin-left: 30px;
159
+ }
160
+ .bk-checkbox.is-checked .bk-checkbox-input {
161
+ background: #3a84ff;
162
+ border-color: #3a84ff;
163
+ transition: all 0.1s;
164
+ }
165
+ .bk-checkbox.is-checked .bk-checkbox-input.small::after {
166
+ width: 3px;
167
+ height: 6px;
168
+ }
169
+ .bk-checkbox.is-checked .bk-checkbox-input::after {
170
+ position: absolute;
171
+ top: 50%;
172
+ left: 50%;
173
+ width: 4px;
174
+ height: 8px;
175
+ border: 2px solid #fff;
176
+ border-top: 0;
177
+ border-left: 0;
178
+ content: '';
179
+ transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
180
+ transform-origin: center;
181
+ }
182
+ .bk-checkbox.is-indeterminated .bk-checkbox-input {
183
+ background: #3a84ff;
184
+ border-color: #3a84ff;
185
+ transition: all 0.1s;
186
+ }
187
+ .bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
188
+ width: 6px;
189
+ height: 2px;
190
+ }
191
+ .bk-checkbox.is-indeterminated .bk-checkbox-input::after {
192
+ position: absolute;
193
+ top: 50%;
194
+ left: 50%;
195
+ width: 8px;
196
+ height: 2px;
197
+ background: #fff;
198
+ border: none;
199
+ border-radius: 2px;
200
+ content: '';
201
+ transform: translate(-50%, -50%);
202
+ }
203
+ .bk-checkbox.is-disabled {
204
+ color: #c4c6cc;
205
+ cursor: not-allowed;
206
+ }
207
+ .bk-checkbox.is-disabled .bk-checkbox-input {
208
+ background: #fafbfd;
209
+ border-color: #dcdee5;
210
+ }
211
+ .bk-checkbox.is-disabled .bk-checkbox-input::after {
212
+ background: #dcdee5;
213
+ }
214
+ .bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
215
+ background: #dcdee5;
216
+ }
217
+ .bk-checkbox .bk-checkbox-input {
218
+ position: relative;
219
+ display: inline-block;
220
+ width: 16px;
221
+ height: 16px;
222
+ margin-right: 5px;
223
+ vertical-align: middle;
224
+ border: 1px solid #979ba5;
225
+ border-radius: 2px;
226
+ }
227
+ .bk-checkbox .bk-checkbox-input.small {
228
+ width: 14px;
229
+ height: 14px;
230
+ }
231
+ .bk-checkbox .bk-checkbox-original {
232
+ position: absolute;
233
+ top: 0;
234
+ left: 0;
235
+ z-index: -1;
236
+ width: 0;
237
+ height: 0;
238
+ }
239
+ .bk-checkbox .bk-checkbox-label {
240
+ display: inline-block;
241
+ vertical-align: middle;
242
+ }
243
+ .bk-button {
244
+ display: inline-flex;
245
+ height: 32px;
246
+ padding: 5px 12px;
247
+ font-size: 14px;
248
+ color: #63656e;
249
+ text-decoration: none;
250
+ white-space: nowrap;
251
+ cursor: pointer;
252
+ background-color: white;
253
+ border: 1px solid #c4c6cc;
254
+ border-radius: 2px;
255
+ outline: none;
256
+ box-sizing: border-box;
257
+ transition: background-color ease 0.3s;
258
+ appearance: none;
259
+ align-items: center;
260
+ justify-content: center;
261
+ }
262
+ .bk-button.bk-button-primary {
263
+ background-color: #3a84ff;
264
+ color: white;
265
+ border-color: #3a84ff;
266
+ }
267
+ .bk-button.bk-button-primary:hover {
268
+ background-color: #5594fa;
269
+ border-color: #5594fa;
270
+ }
271
+ .bk-button.bk-button-primary:active {
272
+ background-color: #2c77f4;
273
+ border-color: #2c77f4;
274
+ color: white;
275
+ }
276
+ .bk-button.bk-button-primary.is-outline {
277
+ color: #3a84ff;
278
+ border-color: #3a84ff;
279
+ background-color: white;
280
+ }
281
+ .bk-button.bk-button-primary.is-outline:hover {
282
+ background-color: #5594fa;
283
+ border-color: #5594fa;
284
+ color: white;
285
+ }
286
+ .bk-button.bk-button-primary.is-text {
287
+ color: #3a84ff;
288
+ background-color: transparent;
289
+ border: none;
290
+ }
291
+ .bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
292
+ color: #5594fa;
293
+ }
294
+ .bk-button.bk-button-primary.is-disabled {
295
+ color: #dcdee5;
296
+ cursor: not-allowed;
297
+ }
298
+ .bk-button.bk-button-primary.is-disabled:not(.is-text) {
299
+ background-color: #dcdee5;
300
+ color: white;
301
+ border-color: #dcdee5;
302
+ }
303
+ .bk-button.bk-button-hover-primary:hover {
304
+ background-color: #5594fa;
305
+ border-color: #5594fa;
306
+ color: white;
307
+ }
308
+ .bk-button.bk-button-warning {
309
+ background-color: #ff9c01;
310
+ color: white;
311
+ border-color: #ff9c01;
312
+ }
313
+ .bk-button.bk-button-warning:hover {
314
+ background-color: #ffb848;
315
+ border-color: #ffb848;
316
+ }
317
+ .bk-button.bk-button-warning:active {
318
+ background-color: #eb9000;
319
+ border-color: #eb9000;
320
+ color: white;
321
+ }
322
+ .bk-button.bk-button-warning.is-outline {
323
+ color: #ff9c01;
324
+ border-color: #ff9c01;
325
+ background-color: white;
326
+ }
327
+ .bk-button.bk-button-warning.is-outline:hover {
328
+ background-color: #ffb848;
329
+ border-color: #ffb848;
330
+ color: white;
331
+ }
332
+ .bk-button.bk-button-warning.is-text {
333
+ color: #ff9c01;
334
+ background-color: transparent;
335
+ border: none;
336
+ }
337
+ .bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
338
+ color: #ffb848;
339
+ }
340
+ .bk-button.bk-button-warning.is-disabled {
341
+ color: #dcdee5;
342
+ cursor: not-allowed;
343
+ }
344
+ .bk-button.bk-button-warning.is-disabled:not(.is-text) {
345
+ background-color: #dcdee5;
346
+ color: white;
347
+ border-color: #dcdee5;
348
+ }
349
+ .bk-button.bk-button-hover-warning:hover {
350
+ background-color: #ffb848;
351
+ border-color: #ffb848;
352
+ color: white;
353
+ }
354
+ .bk-button.bk-button-success {
355
+ background-color: #2dcb56;
356
+ color: white;
357
+ border-color: #2dcb56;
358
+ }
359
+ .bk-button.bk-button-success:hover {
360
+ background-color: #45e35f;
361
+ border-color: #45e35f;
362
+ }
363
+ .bk-button.bk-button-success:active {
364
+ background-color: #1ab943;
365
+ border-color: #1ab943;
366
+ color: white;
367
+ }
368
+ .bk-button.bk-button-success.is-outline {
369
+ color: #2dcb56;
370
+ border-color: #2dcb56;
371
+ background-color: white;
372
+ }
373
+ .bk-button.bk-button-success.is-outline:hover {
374
+ background-color: #45e35f;
375
+ border-color: #45e35f;
376
+ color: white;
377
+ }
378
+ .bk-button.bk-button-success.is-text {
379
+ color: #2dcb56;
380
+ background-color: transparent;
381
+ border: none;
382
+ }
383
+ .bk-button.bk-button-success.is-text:not(.is-disabled):hover {
384
+ color: #45e35f;
385
+ }
386
+ .bk-button.bk-button-success.is-disabled {
387
+ color: #dcdee5;
388
+ cursor: not-allowed;
389
+ }
390
+ .bk-button.bk-button-success.is-disabled:not(.is-text) {
391
+ background-color: #dcdee5;
392
+ color: white;
393
+ border-color: #dcdee5;
394
+ }
395
+ .bk-button.bk-button-hover-success:hover {
396
+ background-color: #45e35f;
397
+ border-color: #45e35f;
398
+ color: white;
399
+ }
400
+ .bk-button.bk-button-danger {
401
+ background-color: #ea3636;
402
+ color: white;
403
+ border-color: #ea3636;
404
+ }
405
+ .bk-button.bk-button-danger:hover {
406
+ background-color: #ff5656;
407
+ border-color: #ff5656;
408
+ }
409
+ .bk-button.bk-button-danger:active {
410
+ background-color: #db2626;
411
+ border-color: #db2626;
412
+ color: white;
413
+ }
414
+ .bk-button.bk-button-danger.is-outline {
415
+ color: #ea3636;
416
+ border-color: #ea3636;
417
+ background-color: white;
418
+ }
419
+ .bk-button.bk-button-danger.is-outline:hover {
420
+ background-color: #ff5656;
421
+ border-color: #ff5656;
422
+ color: white;
423
+ }
424
+ .bk-button.bk-button-danger.is-text {
425
+ color: #ea3636;
426
+ background-color: transparent;
427
+ border: none;
428
+ }
429
+ .bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
430
+ color: #ff5656;
431
+ }
432
+ .bk-button.bk-button-danger.is-disabled {
433
+ color: #dcdee5;
434
+ cursor: not-allowed;
435
+ }
436
+ .bk-button.bk-button-danger.is-disabled:not(.is-text) {
437
+ background-color: #dcdee5;
438
+ color: white;
439
+ border-color: #dcdee5;
440
+ }
441
+ .bk-button.bk-button-hover-danger:hover {
442
+ background-color: #ff5656;
443
+ border-color: #ff5656;
444
+ color: white;
445
+ }
446
+ .bk-button.bk-button-small {
447
+ height: 26px;
448
+ padding: 3px 12px;
449
+ font-size: 12px;
450
+ }
451
+ .bk-button.bk-button-large {
452
+ height: 38px;
453
+ padding: 8px 20px;
454
+ font-size: 16px;
455
+ }
456
+ .bk-button .bk-button-text {
457
+ display: inline-flex;
458
+ align-items: center;
459
+ line-height: 1;
460
+ }
461
+ .bk-button.is-loading {
462
+ position: relative;
463
+ }
464
+ .bk-button.is-loading .bk-button-loading:not(:last-child) {
465
+ position: absolute;
466
+ }
467
+ .bk-button.is-loading .bk-button-text {
468
+ visibility: hidden;
469
+ }
470
+ .bk-button:hover {
471
+ border-color: #979ba5;
472
+ }
473
+ .bk-button:active {
474
+ color: #3a84ff;
475
+ border-color: #3a84ff;
476
+ }
477
+ .bk-button.is-text {
478
+ height: auto;
479
+ padding: 0;
480
+ font-size: inherit;
481
+ color: #63656e;
482
+ text-decoration: none;
483
+ cursor: pointer;
484
+ background-color: transparent;
485
+ border: none;
486
+ outline: none;
487
+ }
488
+ .bk-button.is-disabled {
489
+ color: #dcdee5;
490
+ cursor: not-allowed;
491
+ border-color: #dcdee5;
492
+ }
493
+ .bk-button-group {
494
+ display: inline-block;
495
+ font-size: 0;
496
+ }
497
+ .bk-button-group.bk-button-group-small .bk-button {
498
+ height: 26px;
499
+ padding: 3px 12px;
500
+ font-size: 12px;
501
+ }
502
+ .bk-button-group.bk-button-group-large .bk-button {
503
+ height: 38px;
504
+ padding: 8px 20px;
505
+ font-size: 16px;
506
+ }
507
+ .bk-button-group .bk-button {
508
+ height: 32px;
509
+ margin: 0 0 0 -1px;
510
+ border-radius: 0;
511
+ }
512
+ .bk-button-group .bk-button:not(.is-disabled) {
513
+ color: #63656e;
514
+ background-color: white;
515
+ border-color: #c4c6cc;
516
+ }
517
+ .bk-button-group .bk-button.is-disabled {
518
+ color: #c4c6cc;
519
+ }
520
+ .bk-button-group .bk-button:first-child {
521
+ border-radius: 2px 0 0 2px;
522
+ }
523
+ .bk-button-group .bk-button:last-child {
524
+ border-radius: 0 2px 2px 0;
525
+ }
526
+ .bk-button-group .bk-button:only-child {
527
+ border-radius: 2px;
528
+ }
529
+ .bk-button-group .bk-button:hover:not(.is-disabled),
530
+ .bk-button-group .bk-button.is-selected:not(.is-disabled) {
531
+ position: relative;
532
+ z-index: 1;
533
+ color: #3a84ff;
534
+ background-color: white;
535
+ border-color: #3a84ff;
536
+ }
537
+ .bk-button-group .bk-button.is-selected:not(.is-disabled) {
538
+ background-color: #e1ecff;
539
+ }
540
+ .bk-button-group .bk-button.is-selected.is-disabled {
541
+ background-color: #f0f1f5;
542
+ }
543
+ .bk-exception {
544
+ position: relative;
545
+ display: flex;
546
+ width: 100%;
547
+ align-items: center;
548
+ flex-direction: column;
549
+ text-align: center;
550
+ }
551
+ .bk-exception-img {
552
+ display: flex;
553
+ align-items: center;
554
+ justify-content: center;
555
+ }
556
+ .bk-exception-img .exception-image {
557
+ display: block;
558
+ height: 100%;
559
+ object-fit: contain;
560
+ }
561
+ .bk-exception-title {
562
+ color: #313238;
563
+ }
564
+ .bk-exception-description {
565
+ color: #63656e;
566
+ }
567
+ .bk-exception-page .bk-exception-img {
568
+ width: 480px;
569
+ height: 240px;
570
+ }
571
+ .bk-exception-page .bk-exception-title {
572
+ margin-top: 18px;
573
+ font-size: 24px;
574
+ line-height: 32px;
575
+ }
576
+ .bk-exception-page .bk-exception-description {
577
+ margin-top: 16px;
578
+ font-size: 14px;
579
+ line-height: 22px;
580
+ }
581
+ .bk-exception-page .bk-exception-footer {
582
+ margin-top: 24px;
583
+ }
584
+ .bk-exception-part .bk-exception-img {
585
+ width: 120px;
586
+ height: 100px;
587
+ }
588
+ .bk-exception-part .bk-exception-title {
589
+ margin-top: 8px;
590
+ font-size: 14px;
591
+ line-height: 22px;
592
+ }
593
+ .bk-exception-part .bk-exception-description {
594
+ margin-top: 8px;
595
+ font-size: 12px;
596
+ line-height: 20px;
597
+ }
598
+ .bk-exception-part .bk-exception-footer {
599
+ margin-top: 8px;
600
+ }
601
+ .bk-pagination {
602
+ display: flex;
603
+ align-items: center;
604
+ font-size: 12px;
605
+ letter-spacing: normal;
606
+ color: #63656e;
607
+ user-select: none;
608
+ }
609
+ .bk-pagination.is-disabled {
610
+ cursor: not-allowed;
611
+ }
612
+ .bk-pagination.is-align-left {
613
+ justify-content: flex-start;
614
+ }
615
+ .bk-pagination.is-align-center {
616
+ justify-content: center;
617
+ }
618
+ .bk-pagination.is-align-right {
619
+ justify-content: flex-end;
620
+ }
621
+ .bk-pagination > * {
622
+ margin: 0 6px;
623
+ }
624
+ .bk-pagination > .is-first {
625
+ margin-left: 0;
626
+ }
627
+ .bk-pagination > .is-last {
628
+ margin-right: 0;
629
+ }
630
+ .bk-pagination-total {
631
+ display: flex;
632
+ user-select: none;
633
+ }
634
+ .bk-pagination-total-num {
635
+ padding: 0 2px;
636
+ }
637
+ .bk-pagination-list {
638
+ display: flex;
639
+ }
640
+ .bk-pagination-list-pre-batch,
641
+ .bk-pagination-list-next-batch,
642
+ .bk-pagination-list-pre,
643
+ .bk-pagination-list-next,
644
+ .bk-pagination-list-item {
645
+ display: flex;
646
+ align-items: center;
647
+ justify-content: center;
648
+ height: 32px;
649
+ min-width: 32px;
650
+ padding: 0 4px;
651
+ margin-right: 2px;
652
+ margin-left: 2px;
653
+ color: #63656e;
654
+ cursor: pointer;
655
+ background: #fff;
656
+ border-radius: 2px;
657
+ user-select: none;
658
+ }
659
+ .bk-pagination-list-pre-batch.is-active,
660
+ .bk-pagination-list-next-batch.is-active,
661
+ .bk-pagination-list-pre.is-active,
662
+ .bk-pagination-list-next.is-active,
663
+ .bk-pagination-list-item.is-active {
664
+ color: #3a84ff;
665
+ background: #e1ecff;
666
+ }
667
+ .bk-pagination-list-pre-batch:hover,
668
+ .bk-pagination-list-next-batch:hover,
669
+ .bk-pagination-list-pre:hover,
670
+ .bk-pagination-list-next:hover,
671
+ .bk-pagination-list-item:hover {
672
+ background: #f0f1f5;
673
+ }
674
+ .bk-pagination-list-pre-batch.is-disabled,
675
+ .bk-pagination-list-next-batch.is-disabled,
676
+ .bk-pagination-list-pre.is-disabled,
677
+ .bk-pagination-list-next.is-disabled,
678
+ .bk-pagination-list-item.is-disabled {
679
+ color: #c4c6cc;
680
+ cursor: not-allowed;
681
+ background-color: #fafbfd;
682
+ border-color: #dcdee5;
683
+ }
684
+ .bk-pagination-list-pre,
685
+ .bk-pagination-list-next {
686
+ font-size: 20px;
687
+ color: #979ba5;
688
+ }
689
+ .bk-pagination-list-pre.is-disabled,
690
+ .bk-pagination-list-next.is-disabled {
691
+ color: #dcdee5;
692
+ cursor: not-allowed;
693
+ background-color: transparent;
694
+ }
695
+ .bk-pagination-list-item {
696
+ margin-right: 2px;
697
+ margin-left: 2px;
698
+ }
699
+ .bk-pagination-limit {
700
+ display: flex;
701
+ align-items: center;
702
+ user-select: none;
703
+ }
704
+ .bk-pagination-limit-select {
705
+ width: 60px;
706
+ margin: 0 4px;
707
+ }
708
+ .bk-pagination-limit-select .bk-input {
709
+ border-color: #f0f1f5;
710
+ }
711
+ .bk-pagination-limit-select .bk-input--text {
712
+ background-color: #f0f1f5;
713
+ }
714
+ .bk-pagination-limit-select:hover .bk-input {
715
+ border-color: #eaebf0;
716
+ }
717
+ .bk-pagination-limit-select:hover .bk-input--text {
718
+ background-color: #eaebf0;
719
+ }
720
+ .bk-pagination-limit-select .bk-input.is-focused {
721
+ border-color: #3a84ff;
722
+ }
723
+ .bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
724
+ background-color: #fff;
725
+ }
726
+ .bk-pagination-small-list {
727
+ display: flex;
728
+ align-items: center;
729
+ }
730
+ .bk-pagination-small-list .bk-pagination-picker {
731
+ display: flex;
732
+ height: 26px;
733
+ margin: 0 4px;
734
+ cursor: pointer;
735
+ background-color: #f0f1f5;
736
+ border: 1px solid #f0f1f5;
737
+ border-radius: 2px;
738
+ align-items: center;
739
+ }
740
+ .bk-pagination-small-list .bk-pagination-picker:hover {
741
+ background-color: #eaebf0;
742
+ border-color: #eaebf0;
743
+ }
744
+ .bk-pagination-small-list .bk-pagination-picker.is-focused {
745
+ background-color: #fff;
746
+ border-color: #3a84ff;
747
+ box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
748
+ }
749
+ .bk-pagination-editor {
750
+ height: 16px;
751
+ min-width: 23px;
752
+ padding-right: 4px;
753
+ padding-left: 8px;
754
+ line-height: 16px;
755
+ text-align: center;
756
+ background-color: transparent;
757
+ border: 0;
758
+ border-radius: 2px;
759
+ outline: none;
760
+ transition: all 0.15s;
761
+ }
762
+ .bk-pagination-small-list-total {
763
+ padding-right: 8px;
764
+ padding-left: 4px;
765
+ }
766
+ .bk-pagination-btn-pre,
767
+ .bk-pagination-btn-next {
768
+ display: flex;
769
+ width: 26px;
770
+ height: 26px;
771
+ font-size: 20px;
772
+ color: #979ba5;
773
+ cursor: pointer;
774
+ justify-content: center;
775
+ align-items: center;
776
+ }
777
+ .bk-pagination-btn-pre:hover,
778
+ .bk-pagination-btn-next:hover {
779
+ color: #3a84ff;
780
+ background: #f0f1f5;
781
+ }
782
+ .bk-pagination-btn-pre.is-disabled,
783
+ .bk-pagination-btn-next.is-disabled {
784
+ color: #dcdee5;
785
+ cursor: not-allowed;
786
+ }
787
+ .bk-pagination-picker-list {
788
+ max-height: 216px;
789
+ padding: 7px 0;
790
+ margin: -7px -14px;
791
+ overflow: auto;
792
+ }
793
+ .bk-pagination-picker-list .item {
794
+ height: 32px;
795
+ padding: 0 10px;
796
+ font-size: 12px;
797
+ line-height: 32px;
798
+ color: #63656e;
799
+ cursor: pointer;
800
+ }
801
+ .bk-pagination-picker-list .item:hover,
802
+ .bk-pagination-picker-list .item.is-actived {
803
+ color: #3a84ff;
804
+ background: #f4f6fa;
805
+ }
806
+ .bk-popover2.bk-pop2-content {
807
+ position: absolute;
808
+ display: none;
809
+ padding: 7px 14px;
810
+ font-size: 12px;
811
+ color: #fff;
812
+ background: #26323d;
813
+ border-radius: 4px;
814
+ box-sizing: border-box;
815
+ }
816
+ .bk-popover2.bk-pop2-content .bk-pop2-arrow {
817
+ position: absolute;
818
+ width: 8px;
819
+ height: 8px;
820
+ background: #333;
821
+ transform: rotate(45deg);
822
+ }
823
+ .bk-popover2.bk-pop2-content[data-theme^='light'] {
824
+ color: #26323d;
825
+ background-color: #fff;
826
+ box-shadow: 0 0 6px 0 #dcdee5;
827
+ }
828
+ .bk-popover2.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
829
+ background-color: #fff;
830
+ }
831
+ .bk-table-head-action {
832
+ display: flex;
833
+ width: 32px;
834
+ height: var(--row-height);
835
+ margin-left: 4px;
836
+ font-size: 12px;
837
+ color: #c4c6cc;
838
+ cursor: pointer;
839
+ align-items: center;
840
+ }
841
+ .bk-table-head-action.active {
842
+ color: #3a84ff;
843
+ }
844
+ .bk-table-head-action.opened {
845
+ color: inherit;
846
+ }
847
+ .bk-popover2.bk-pop2-content.bk-table-head-filter {
848
+ padding: 5px 0 0 0;
849
+ background-color: #fff;
850
+ border-radius: 2px;
851
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
852
+ }
853
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-list {
854
+ max-width: 200px;
855
+ min-width: 140px;
856
+ overflow: auto;
857
+ }
858
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-list .list-item {
859
+ width: 100%;
860
+ height: 32px;
861
+ padding: 0 10px;
862
+ font-size: 12px;
863
+ line-height: 32px;
864
+ color: #63656e;
865
+ text-align: left;
866
+ }
867
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-list .list-item:hover {
868
+ background: #f0f1f5;
869
+ }
870
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer {
871
+ display: flex;
872
+ height: 42px;
873
+ padding: 0 10px;
874
+ border-top: solid 1px #dcdee5;
875
+ justify-content: center;
876
+ align-items: center;
877
+ }
878
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span {
879
+ display: inline-flex;
880
+ height: 100%;
881
+ padding: 6px 12px;
882
+ font-size: 14px;
883
+ line-height: 22px;
884
+ color: #3a84ff;
885
+ cursor: pointer;
886
+ align-items: center;
887
+ }
888
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span.disabled {
889
+ color: transparent;
890
+ cursor: auto;
891
+ }
892
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-split {
893
+ width: 1px;
894
+ height: calc(100% - 12px);
895
+ padding: 6px 0;
896
+ cursor: default;
897
+ background: #f0f1f5;
898
+ }
899
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-reset.disable {
900
+ color: #979ba5;
901
+ cursor: not-allowed;
902
+ }
903
+ .bk-head-cell-sort {
904
+ display: flex;
905
+ flex-direction: column;
906
+ margin-left: 4px;
907
+ font-size: 10px;
908
+ }
909
+ .bk-head-cell-sort .sort-action {
910
+ display: flex;
911
+ width: 18px;
912
+ height: calc(var(--row-height)/2);
913
+ color: #c0c4cc;
914
+ cursor: pointer;
915
+ }
916
+ .bk-head-cell-sort .sort-action.active {
917
+ color: #3a84ff;
918
+ }
919
+ .bk-head-cell-sort .sort-action.sort-asc {
920
+ align-items: flex-end;
921
+ }
922
+ .bk-head-cell-sort .sort-action.sort-desc {
923
+ align-items: flex-start;
924
+ }
925
+ .bk-table-settings[data-bk-table-settings-theme='true'] {
926
+ padding: 0;
927
+ }
928
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content {
929
+ width: 515px;
930
+ border: 1px solid #dcdee5;
931
+ border-radius: 2px;
932
+ opacity: 1;
933
+ }
934
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head {
935
+ position: relative;
936
+ display: flex;
937
+ padding: 0 24px;
938
+ margin: 0;
939
+ font-size: 16px;
940
+ font-weight: 400;
941
+ line-height: 32px;
942
+ color: #313238;
943
+ }
944
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .icon-close-action {
945
+ position: absolute;
946
+ top: 10px;
947
+ right: 15px;
948
+ cursor: pointer;
949
+ }
950
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
951
+ display: inline-block;
952
+ height: 26px;
953
+ margin: 24px 0;
954
+ font-size: 20px;
955
+ line-height: 26px;
956
+ color: #313238;
957
+ }
958
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
959
+ padding: 0 24px;
960
+ }
961
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title {
962
+ display: flex;
963
+ font-size: 14px;
964
+ line-height: 19px;
965
+ color: #63656e;
966
+ justify-content: space-between;
967
+ }
968
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
969
+ height: 22px;
970
+ font-size: 14px;
971
+ line-height: 22px;
972
+ color: #313238;
973
+ text-align: left;
974
+ }
975
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
976
+ color: #c4c6cc;
977
+ }
978
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .check-all {
979
+ color: #3a84ff;
980
+ cursor: pointer;
981
+ }
982
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields {
983
+ display: flex;
984
+ max-height: 150px;
985
+ align-items: flex-start;
986
+ flex-wrap: wrap;
987
+ margin-bottom: 16px;
988
+ }
989
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
990
+ width: 150px;
991
+ height: 16px;
992
+ margin-top: 16px;
993
+ line-height: 16px;
994
+ }
995
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
996
+ overflow: hidden;
997
+ text-overflow: ellipsis;
998
+ white-space: nowrap;
999
+ }
1000
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height {
1001
+ display: flex;
1002
+ height: 76px;
1003
+ font-size: 14px;
1004
+ border-top: solid 1px #f0f1f5;
1005
+ align-items: center;
1006
+ }
1007
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size {
1008
+ display: flex;
1009
+ width: 68px;
1010
+ height: 26px;
1011
+ color: #63656e;
1012
+ cursor: pointer;
1013
+ border: 1px solid #c4c6cc;
1014
+ justify-content: center;
1015
+ align-items: center;
1016
+ }
1017
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size.active {
1018
+ color: #3a84ff;
1019
+ background: #e1ecff;
1020
+ border: 1px solid #a3c5fd;
1021
+ }
1022
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:not(.active) {
1023
+ border-right: none;
1024
+ border-left: none;
1025
+ }
1026
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child {
1027
+ border-right: 1px solid #c4c6cc;
1028
+ border-left: 1px solid #c4c6cc;
1029
+ border-bottom-left-radius: 2px;
1030
+ border-top-left-radius: 2px;
1031
+ }
1032
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-medium {
1033
+ border-right: none;
1034
+ }
1035
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child {
1036
+ border-right: 1px solid #c4c6cc;
1037
+ border-left: 1px solid #c4c6cc;
1038
+ border-top-right-radius: 2px;
1039
+ border-bottom-right-radius: 2px;
1040
+ }
1041
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-medium {
1042
+ border-left: none;
1043
+ }
1044
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
1045
+ display: flex;
1046
+ height: 50px;
1047
+ padding: 0 24px;
1048
+ background: #fafbfd;
1049
+ border: 1px solid #dcdee5;
1050
+ border-radius: 0px 0px 2px 2px;
1051
+ justify-content: flex-end;
1052
+ align-items: center;
93
1053
  }
94
1054
  .bk-table {
1055
+ position: relative;
1056
+ height: auto;
1057
+ overflow: hidden;
1058
+ border-top: 1px solid #dcdee5;
1059
+ }
1060
+ .bk-table.has-scroll-y .bk-table-head {
1061
+ padding-right: 4px;
1062
+ }
1063
+ .bk-table .bk-table-body {
1064
+ position: relative;
95
1065
  overflow: auto;
96
- border-top: 1px solid var(--table-border-color);
97
- border-bottom: 1px solid var(--table-border-color);
1066
+ }
1067
+ .bk-table .bk-fixed-bottom-border {
1068
+ position: sticky;
1069
+ bottom: 0;
1070
+ left: 0;
1071
+ width: 100%;
1072
+ border-top: 1px solid #dcdee5;
1073
+ transform: translateX(var(--scroll-head-left));
1074
+ }
1075
+ .bk-table .bk-fixed-bottom-border._is-empty {
1076
+ display: none;
98
1077
  }
99
1078
  .bk-table .bk-table-head,
100
1079
  .bk-table .bk-table-body {
101
- background: var(--table-bg-color);
1080
+ background: white;
1081
+ }
1082
+ .bk-table .bk-table-head.__is-empty,
1083
+ .bk-table .bk-table-body.__is-empty {
1084
+ display: flex;
1085
+ height: 100%;
1086
+ justify-content: center;
1087
+ align-items: center;
1088
+ }
1089
+ .bk-table .bk-table-head.__is-empty .bk-table-body-content,
1090
+ .bk-table .bk-table-body.__is-empty .bk-table-body-content {
1091
+ display: flex;
1092
+ width: 100%;
1093
+ height: 100%;
1094
+ padding-bottom: 20px;
102
1095
  }
103
1096
  .bk-table .bk-table-head table,
104
1097
  .bk-table .bk-table-body table {
105
1098
  width: 100%;
106
1099
  border-collapse: collapse;
1100
+ table-layout: fixed;
1101
+ align-self: flex-start;
107
1102
  }
108
1103
  .bk-table .bk-table-head table th,
109
1104
  .bk-table .bk-table-body table th,
110
1105
  .bk-table .bk-table-head table td,
111
1106
  .bk-table .bk-table-body table td {
1107
+ height: var(--row-height);
112
1108
  min-width: 80px;
1109
+ clear: both;
1110
+ }
1111
+ .bk-table .bk-table-head table th.expand-row .expand-btn-action,
1112
+ .bk-table .bk-table-body table th.expand-row .expand-btn-action,
1113
+ .bk-table .bk-table-head table td.expand-row .expand-btn-action,
1114
+ .bk-table .bk-table-body table td.expand-row .expand-btn-action {
1115
+ color: #575961;
113
1116
  }
114
1117
  .bk-table .bk-table-head table th .cell,
115
1118
  .bk-table .bk-table-body table th .cell,
116
1119
  .bk-table .bk-table-head table td .cell,
117
1120
  .bk-table .bk-table-body table td .cell {
118
- height: var(--row-height);
119
1121
  padding: 0 15px;
120
1122
  overflow: hidden;
121
- line-height: var(--row-height);
122
- color: var(--table-body-font-color);
1123
+ font-size: 12px;
1124
+ color: #575961;
123
1125
  text-align: left;
124
1126
  text-overflow: ellipsis;
125
1127
  white-space: nowrap;
126
1128
  }
1129
+ .bk-table .bk-table-head table th .cell.expand-cell,
1130
+ .bk-table .bk-table-body table th .cell.expand-cell,
1131
+ .bk-table .bk-table-head table td .cell.expand-cell,
1132
+ .bk-table .bk-table-body table td .cell.expand-cell {
1133
+ padding: 0;
1134
+ text-overflow: unset;
1135
+ }
1136
+ .bk-table .bk-table-head table th .expand-btn-action,
1137
+ .bk-table .bk-table-body table th .expand-btn-action,
1138
+ .bk-table .bk-table-head table td .expand-btn-action,
1139
+ .bk-table .bk-table-body table td .expand-btn-action {
1140
+ display: flex;
1141
+ padding: 0 15px;
1142
+ color: #c4c6cc;
1143
+ cursor: pointer;
1144
+ }
1145
+ .bk-table .bk-table-head table th.column_fixed,
1146
+ .bk-table .bk-table-body table th.column_fixed,
1147
+ .bk-table .bk-table-head table td.column_fixed,
1148
+ .bk-table .bk-table-body table td.column_fixed {
1149
+ position: sticky;
1150
+ background: #fff;
1151
+ }
1152
+ .bk-table .bk-table-head table th.column_fixed.column_fixed_left,
1153
+ .bk-table .bk-table-body table th.column_fixed.column_fixed_left,
1154
+ .bk-table .bk-table-head table td.column_fixed.column_fixed_left,
1155
+ .bk-table .bk-table-body table td.column_fixed.column_fixed_left {
1156
+ left: 0;
1157
+ }
1158
+ .bk-table .bk-table-head table th.column_fixed.column_fixed_right,
1159
+ .bk-table .bk-table-body table th.column_fixed.column_fixed_right,
1160
+ .bk-table .bk-table-head table td.column_fixed.column_fixed_right,
1161
+ .bk-table .bk-table-body table td.column_fixed.column_fixed_right {
1162
+ right: 0;
1163
+ }
1164
+ .bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
1165
+ .bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
1166
+ .bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
1167
+ .bk-table .bk-table-body table td.row_expend .expand-cell-ctx {
1168
+ min-height: 30px;
1169
+ }
127
1170
  .bk-table .bk-table-head table thead th,
128
1171
  .bk-table .bk-table-body table thead th {
129
- position: sticky;
130
- top: 0;
131
- z-index: 1;
132
- color: var(--table-head-font-color);
133
- background-color: var(--table-head-bg-color);
1172
+ font-weight: 400;
1173
+ color: #313238;
1174
+ background-color: #fafbfd;
1175
+ }
1176
+ .bk-table .bk-table-head table thead th .cell,
1177
+ .bk-table .bk-table-body table thead th .cell {
1178
+ display: flex;
1179
+ align-items: center;
1180
+ height: calc(var(--row-height) - 1px);
134
1181
  }
135
1182
  .bk-table .bk-table-head table thead th.active,
136
1183
  .bk-table .bk-table-body table thead th.active,
@@ -138,37 +1185,123 @@
138
1185
  .bk-table .bk-table-body table thead th:hover {
139
1186
  background: #f0f1f5;
140
1187
  }
141
- .bk-table .bk-table-head table tbody tr:hover td,
142
- .bk-table .bk-table-body table tbody tr:hover td {
143
- background: var(--table-row-hover-bg-color);
1188
+ .bk-table .bk-table-head table thead th.column_fixed,
1189
+ .bk-table .bk-table-body table thead th.column_fixed {
1190
+ transform: translateX(var(--scroll-left));
1191
+ }
1192
+ .bk-table .bk-table-head table tbody tr td.empty-cell,
1193
+ .bk-table .bk-table-body table tbody tr td.empty-cell {
1194
+ padding-bottom: 30px;
1195
+ }
1196
+ .bk-table .bk-table-head table tbody tr td .cell,
1197
+ .bk-table .bk-table-body table tbody tr td .cell {
1198
+ display: block;
1199
+ width: 100%;
1200
+ height: 100%;
1201
+ line-height: calc(var(--row-height) - 1px);
1202
+ box-sizing: border-box;
1203
+ align-items: center;
1204
+ }
1205
+ .bk-table .bk-table-head table tbody tr:hover td:not(.empty-cell),
1206
+ .bk-table .bk-table-body table tbody tr:hover td:not(.empty-cell) {
1207
+ background: #f5f7fa;
1208
+ }
1209
+ .bk-table .bk-table-head {
1210
+ position: relative;
1211
+ transform: translateX(var(--scroll-head-left));
1212
+ }
1213
+ .bk-table .bk-table-head .table-head-settings {
1214
+ position: absolute;
1215
+ top: 0;
1216
+ right: 1px;
1217
+ bottom: 0px;
1218
+ display: block;
1219
+ display: flex;
1220
+ width: calc(var(--row-height));
1221
+ font-size: 14px;
1222
+ cursor: pointer;
1223
+ background: #fafbfd;
1224
+ border-right: 1px solid #dcdee5;
1225
+ border-bottom: 1px solid #dcdee5;
1226
+ border-left: 1px solid #dcdee5;
1227
+ border-radius: 0px 2px 0px 0px;
1228
+ justify-content: center;
1229
+ align-items: center;
1230
+ }
1231
+ .bk-table .bk-table-head .table-head-settings > span {
1232
+ display: flex;
1233
+ width: 1rem;
1234
+ height: 1rem;
1235
+ }
1236
+ .bk-table .bk-table-footer {
1237
+ line-height: 40px;
1238
+ border-bottom: 1px solid #dcdee5;
144
1239
  }
145
- .bk-table.bordered-row .cell {
146
- border-bottom: 1px solid var(--table-border-color);
1240
+ .bk-table .bk-table-footer.is-hidden {
1241
+ display: none;
1242
+ }
1243
+ .bk-table.bordered-row td,
1244
+ .bk-table.bordered-row th {
1245
+ border-bottom: 1px solid #dcdee5;
1246
+ }
1247
+ .bk-table.bordered-row tr:last-child td {
1248
+ border-bottom: none;
147
1249
  }
148
1250
  .bk-table.bordered-outer {
149
- border-right: 1px solid var(--table-border-color);
150
- border-left: 1px solid var(--table-border-color);
1251
+ border-right: 1px solid #dcdee5;
1252
+ border-left: 1px solid #dcdee5;
151
1253
  }
152
- .bk-table.bordered-col th .cell,
153
- .bk-table.bordered-col td .cell {
154
- border-right: 1px solid var(--table-border-color);
1254
+ .bk-table.bordered-col th,
1255
+ .bk-table.bordered-col td {
1256
+ border-right: 1px solid #dcdee5;
155
1257
  }
156
- .bk-table.bordered-col th:last-child .cell,
157
- .bk-table.bordered-col td:last-child .cell {
1258
+ .bk-table.bordered-col th:last-child,
1259
+ .bk-table.bordered-col td:last-child {
158
1260
  border-right: none;
159
1261
  }
160
- .bk-table.bordered-none th .cell,
161
- .bk-table.bordered-none td .cell {
1262
+ .bk-table.bordered-none th,
1263
+ .bk-table.bordered-none td {
162
1264
  border-top: none;
163
1265
  border-right: none;
164
1266
  border-bottom: none;
165
1267
  border-left: none;
166
1268
  }
167
1269
  .bk-table .bk-table-fixed {
1270
+ position: absolute;
1271
+ top: 0;
1272
+ right: 0;
1273
+ bottom: 0;
1274
+ left: 0;
168
1275
  width: 100%;
1276
+ pointer-events: none;
1277
+ }
1278
+ .bk-table .bk-table-fixed .column_fixed {
1279
+ position: absolute;
1280
+ }
1281
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_left {
1282
+ top: 0;
1283
+ left: 0;
1284
+ }
1285
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
1286
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
1287
+ }
1288
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_right {
1289
+ top: 0;
1290
+ right: 0;
1291
+ }
1292
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
1293
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
1294
+ }
1295
+ .bk-table .bk-table-fixed .scroll-loading._bottom {
1296
+ position: absolute;
1297
+ right: 0;
1298
+ bottom: 0;
1299
+ left: 0;
1300
+ display: flex;
1301
+ justify-content: center;
169
1302
  }
170
1303
  .bk-table colgroup col {
171
- background: var(--table-bg-color);
1304
+ background: white;
172
1305
  }
173
1306
  .bk-table colgroup col.active {
174
1307
  position: relative;