bkui-vue 0.0.1-beta.16 → 0.0.1-beta.160

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