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

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