bkui-vue 0.0.1-beta.12 → 0.0.1-beta.122

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 (524) hide show
  1. package/README.md +31 -19
  2. package/dist/index.cjs.js +57 -0
  3. package/dist/index.esm.js +28538 -0
  4. package/dist/index.umd.js +57 -0
  5. package/dist/style.css +1 -4051
  6. package/lib/affix/affix.css +3 -0
  7. package/lib/affix/affix.d.ts +47 -0
  8. package/lib/affix/affix.less +5 -0
  9. package/lib/affix/affix.variable.css +105 -0
  10. package/lib/affix/index.d.ts +143 -0
  11. package/lib/affix/index.js +1 -0
  12. package/lib/alert/alert.css +5 -3
  13. package/lib/alert/alert.d.ts +24 -15
  14. package/lib/alert/alert.less +7 -3
  15. package/lib/alert/alert.variable.css +22 -4
  16. package/lib/alert/index.d.ts +96 -60
  17. package/lib/alert/index.js +1 -1
  18. package/lib/animate-number/animate-number.d.ts +12 -7
  19. package/lib/animate-number/index.d.ts +48 -28
  20. package/lib/animate-number/index.js +1 -1
  21. package/lib/backtop/backtop.d.ts +28 -14
  22. package/lib/backtop/backtop.variable.css +17 -1
  23. package/lib/backtop/index.d.ts +111 -55
  24. package/lib/backtop/index.js +1 -1
  25. package/lib/badge/badge.css +5 -5
  26. package/lib/badge/badge.d.ts +64 -22
  27. package/lib/badge/badge.less +5 -6
  28. package/lib/badge/badge.variable.css +22 -6
  29. package/lib/badge/index.d.ts +202 -84
  30. package/lib/badge/index.js +1 -1
  31. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  32. package/lib/breadcrumb/breadcrumb.css +18 -1
  33. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  34. package/lib/breadcrumb/breadcrumb.less +13 -2
  35. package/lib/breadcrumb/breadcrumb.variable.css +35 -2
  36. package/lib/breadcrumb/index.d.ts +118 -46
  37. package/lib/breadcrumb/index.js +1 -1
  38. package/lib/button/button-group.d.ts +3 -5
  39. package/lib/button/button.css +88 -44
  40. package/lib/button/button.d.ts +77 -27
  41. package/lib/button/button.less +81 -45
  42. package/lib/button/button.variable.css +105 -45
  43. package/lib/button/index.d.ts +194 -105
  44. package/lib/button/index.js +1 -1
  45. package/lib/card/card.css +53 -1
  46. package/lib/card/card.d.ts +74 -18
  47. package/lib/card/card.less +50 -2
  48. package/lib/card/card.variable.css +70 -2
  49. package/lib/card/index.d.ts +225 -69
  50. package/lib/card/index.js +1 -1
  51. package/lib/cascader/cascader-panel.d.ts +48 -0
  52. package/lib/cascader/cascader.css +130 -0
  53. package/lib/cascader/cascader.d.ts +271 -0
  54. package/lib/cascader/cascader.less +146 -0
  55. package/lib/cascader/cascader.variable.css +232 -0
  56. package/lib/cascader/index.d.ts +721 -0
  57. package/lib/cascader/index.js +1 -0
  58. package/lib/cascader/interface.d.ts +44 -0
  59. package/lib/cascader/node.d.ts +24 -0
  60. package/lib/cascader/store.d.ts +15 -0
  61. package/lib/checkbox/checkbox-group.d.ts +13 -9
  62. package/lib/checkbox/checkbox.css +15 -2
  63. package/lib/checkbox/checkbox.d.ts +33 -30
  64. package/lib/checkbox/checkbox.less +20 -2
  65. package/lib/checkbox/checkbox.variable.css +32 -3
  66. package/lib/checkbox/common.d.ts +3 -3
  67. package/lib/checkbox/index.d.ts +136 -104
  68. package/lib/checkbox/index.js +1 -1
  69. package/lib/checkbox/type.d.ts +4 -8
  70. package/lib/code-diff/code-diff.css +186 -0
  71. package/lib/code-diff/code-diff.d.ts +80 -0
  72. package/lib/code-diff/code-diff.less +238 -0
  73. package/lib/code-diff/code-diff.variable.css +288 -0
  74. package/lib/code-diff/index.d.ts +154 -0
  75. package/lib/code-diff/index.js +1 -0
  76. package/lib/collapse/collapse.css +17 -1
  77. package/lib/collapse/collapse.d.ts +51 -22
  78. package/lib/collapse/collapse.less +24 -2
  79. package/lib/collapse/collapse.variable.css +119 -1
  80. package/lib/collapse/index.d.ts +127 -75
  81. package/lib/collapse/index.js +1 -1
  82. package/lib/collapse/utils.d.ts +11 -0
  83. package/lib/components.d.ts +25 -5
  84. package/lib/components.js +1 -0
  85. package/lib/container/col.d.ts +51 -0
  86. package/lib/container/container.css +48 -0
  87. package/lib/container/container.d.ts +83 -0
  88. package/lib/container/container.less +20 -0
  89. package/lib/container/container.variable.css +150 -0
  90. package/lib/container/index.d.ts +223 -0
  91. package/lib/container/index.js +1 -0
  92. package/lib/container/row.d.ts +4 -0
  93. package/lib/date-picker/date-picker.css +3 -2
  94. package/lib/date-picker/date-picker.d.ts +92 -137
  95. package/lib/date-picker/date-picker.less +5 -2
  96. package/lib/date-picker/date-picker.variable.css +20 -3
  97. package/lib/date-picker/index.d.ts +504 -276
  98. package/lib/date-picker/index.js +1 -1
  99. package/lib/date-picker/interface.d.ts +1 -1
  100. package/lib/date-picker/props.d.ts +118 -0
  101. package/lib/date-picker/utils.d.ts +1 -1
  102. package/lib/dialog/dialog.css +68 -16
  103. package/lib/dialog/dialog.d.ts +285 -52
  104. package/lib/dialog/dialog.less +43 -17
  105. package/lib/dialog/dialog.variable.css +68 -16
  106. package/lib/dialog/index.d.ts +665 -115
  107. package/lib/dialog/index.js +1 -1
  108. package/lib/directives/clickoutside.d.ts +3 -23
  109. package/lib/directives/index.js +2 -15
  110. package/lib/directives/index.js.LICENSE.txt +14 -0
  111. package/lib/directives/tooltips.d.ts +2 -1
  112. package/lib/dist.index.js +1 -0
  113. package/lib/divider/divider.d.ts +21 -13
  114. package/lib/divider/divider.variable.css +17 -1
  115. package/lib/divider/index.d.ts +84 -52
  116. package/lib/divider/index.js +1 -1
  117. package/lib/divider/props.d.ts +21 -0
  118. package/lib/dropdown/dropdown-item.d.ts +6 -5
  119. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  120. package/lib/dropdown/dropdown.css +4 -0
  121. package/lib/dropdown/dropdown.d.ts +29 -15
  122. package/lib/dropdown/dropdown.less +5 -0
  123. package/lib/dropdown/dropdown.variable.css +21 -1
  124. package/lib/dropdown/index.d.ts +112 -72
  125. package/lib/dropdown/index.js +1 -1
  126. package/lib/exception/exception.d.ts +11 -9
  127. package/lib/exception/exception.variable.css +17 -1
  128. package/lib/exception/index.d.ts +44 -36
  129. package/lib/exception/index.js +1 -1
  130. package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
  131. package/lib/fixed-navbar/fixed-navbar.variable.css +17 -1
  132. package/lib/fixed-navbar/index.d.ts +96 -37
  133. package/lib/fixed-navbar/index.js +1 -1
  134. package/lib/form/compose-form-item.d.ts +16 -0
  135. package/lib/form/form-item.d.ts +61 -45
  136. package/lib/form/form.css +96 -10
  137. package/lib/form/form.d.ts +45 -40
  138. package/lib/form/form.less +136 -34
  139. package/lib/form/form.variable.css +198 -10
  140. package/lib/form/index.d.ts +303 -3
  141. package/lib/form/index.js +1 -1
  142. package/lib/form/type.d.ts +8 -6
  143. package/lib/form/validator.d.ts +1 -0
  144. package/lib/icon/angle-double-down-line.d.ts +4 -0
  145. package/lib/icon/angle-double-down-line.js +1 -0
  146. package/lib/icon/angle-double-left-line.d.ts +4 -0
  147. package/lib/icon/angle-double-left-line.js +1 -0
  148. package/lib/icon/angle-double-left.js +1 -0
  149. package/lib/icon/angle-double-right-line.d.ts +4 -0
  150. package/lib/icon/angle-double-right-line.js +1 -0
  151. package/lib/icon/angle-double-right.js +1 -0
  152. package/lib/icon/angle-double-up-line.d.ts +4 -0
  153. package/lib/icon/angle-double-up-line.js +1 -0
  154. package/lib/icon/angle-down-fill.d.ts +4 -0
  155. package/lib/icon/angle-down-fill.js +1 -0
  156. package/lib/icon/angle-down-line.js +1 -0
  157. package/lib/icon/angle-down.js +1 -0
  158. package/lib/icon/angle-left.js +1 -0
  159. package/lib/icon/angle-right.js +1 -0
  160. package/lib/icon/angle-up-fill.d.ts +4 -0
  161. package/lib/icon/angle-up-fill.js +1 -0
  162. package/lib/icon/angle-up.js +1 -0
  163. package/lib/icon/archive-fill.d.ts +4 -0
  164. package/lib/icon/archive-fill.js +1 -0
  165. package/lib/icon/arrows-left.d.ts +4 -0
  166. package/lib/icon/arrows-left.js +1 -0
  167. package/lib/icon/arrows-right.d.ts +4 -0
  168. package/lib/icon/arrows-right.js +1 -0
  169. package/lib/icon/audio-fill.d.ts +4 -0
  170. package/lib/icon/audio-fill.js +1 -0
  171. package/lib/icon/bk.d.ts +4 -0
  172. package/lib/icon/bk.js +1 -0
  173. package/lib/icon/circle.js +1 -0
  174. package/lib/icon/close-line.d.ts +4 -0
  175. package/lib/icon/close-line.js +1 -0
  176. package/lib/icon/close.js +1 -0
  177. package/lib/icon/code.js +1 -0
  178. package/lib/icon/cog-shape.js +1 -0
  179. package/lib/icon/collapse-left.js +1 -0
  180. package/lib/icon/copy.js +1 -0
  181. package/lib/icon/data-shape.d.ts +4 -0
  182. package/lib/icon/data-shape.js +1 -0
  183. package/lib/icon/del.d.ts +4 -0
  184. package/lib/icon/del.js +1 -0
  185. package/lib/icon/doc-fill.d.ts +4 -0
  186. package/lib/icon/doc-fill.js +1 -0
  187. package/lib/icon/done.js +1 -0
  188. package/lib/icon/down-shape.js +1 -0
  189. package/lib/icon/down-small.js +1 -0
  190. package/lib/icon/edit-line.d.ts +4 -0
  191. package/lib/icon/edit-line.js +1 -0
  192. package/lib/icon/ellipsis.d.ts +4 -0
  193. package/lib/icon/ellipsis.js +1 -0
  194. package/lib/icon/error.js +1 -0
  195. package/lib/icon/excel-fill.d.ts +4 -0
  196. package/lib/icon/excel-fill.js +1 -0
  197. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  198. package/lib/icon/exclamation-circle-shape.js +1 -0
  199. package/lib/icon/eye.js +1 -0
  200. package/lib/icon/folder-open.js +1 -0
  201. package/lib/icon/folder-shape-open.js +1 -0
  202. package/lib/icon/folder-shape.js +1 -0
  203. package/lib/icon/funnel.d.ts +4 -0
  204. package/lib/icon/funnel.js +1 -0
  205. package/lib/icon/help-document-fill.js +1 -0
  206. package/lib/icon/help-fill.js +1 -0
  207. package/lib/icon/help.js +1 -0
  208. package/lib/icon/image-fill.d.ts +4 -0
  209. package/lib/icon/image-fill.js +1 -0
  210. package/lib/icon/index.d.ts +31 -0
  211. package/lib/icon/index.js +1 -15
  212. package/lib/icon/info-line.js +1 -0
  213. package/lib/icon/info.js +1 -0
  214. package/lib/icon/left-shape.d.ts +4 -0
  215. package/lib/icon/left-shape.js +1 -0
  216. package/lib/icon/pdf-fill.d.ts +4 -0
  217. package/lib/icon/pdf-fill.js +1 -0
  218. package/lib/icon/play-shape.js +1 -0
  219. package/lib/icon/plus.js +1 -0
  220. package/lib/icon/ppt-fill.d.ts +4 -0
  221. package/lib/icon/ppt-fill.js +1 -0
  222. package/lib/icon/qq.d.ts +4 -0
  223. package/lib/icon/qq.js +1 -0
  224. package/lib/icon/right-shape.js +1 -0
  225. package/lib/icon/search.js +1 -0
  226. package/lib/icon/share.js +1 -0
  227. package/lib/icon/spinner.d.ts +4 -0
  228. package/lib/icon/spinner.js +1 -0
  229. package/lib/icon/success.js +1 -0
  230. package/lib/icon/switcher-loading.js +1 -0
  231. package/lib/icon/text-file.js +1 -0
  232. package/lib/icon/text-fill.d.ts +4 -0
  233. package/lib/icon/text-fill.js +1 -0
  234. package/lib/icon/tree-application-shape.js +1 -0
  235. package/lib/icon/unvisible.js +1 -0
  236. package/lib/icon/up-shape.d.ts +4 -0
  237. package/lib/icon/up-shape.js +1 -0
  238. package/lib/icon/upload.d.ts +4 -0
  239. package/lib/icon/upload.js +1 -0
  240. package/lib/icon/video-fill.d.ts +4 -0
  241. package/lib/icon/video-fill.js +1 -0
  242. package/lib/icon/warn.js +1 -0
  243. package/lib/icon/weixin.d.ts +4 -0
  244. package/lib/icon/weixin.js +1 -0
  245. package/lib/index.d.ts +1 -1
  246. package/lib/index.js +1 -0
  247. package/lib/input/index.d.ts +462 -196
  248. package/lib/input/index.js +1 -15
  249. package/lib/input/input.css +178 -13
  250. package/lib/input/input.d.ts +182 -52
  251. package/lib/input/input.less +171 -18
  252. package/lib/input/input.variable.css +195 -13
  253. package/lib/link/index.d.ts +102 -54
  254. package/lib/link/index.js +1 -1
  255. package/lib/link/link.d.ts +25 -13
  256. package/lib/link/link.variable.css +17 -1
  257. package/lib/loading/index.d.ts +190 -57
  258. package/lib/loading/index.js +1 -1
  259. package/lib/loading/loading.css +136 -98
  260. package/lib/loading/loading.d.ts +115 -20
  261. package/lib/loading/loading.less +84 -73
  262. package/lib/loading/loading.variable.css +153 -99
  263. package/lib/menu/index.d.ts +82 -71
  264. package/lib/menu/index.js +1 -1
  265. package/lib/menu/menu-group.d.ts +6 -5
  266. package/lib/menu/menu-item.d.ts +6 -5
  267. package/lib/menu/menu.css +8 -0
  268. package/lib/menu/menu.d.ts +16 -21
  269. package/lib/menu/menu.variable.css +25 -1
  270. package/lib/menu/submenu.css +3 -0
  271. package/lib/menu/submenu.d.ts +6 -5
  272. package/lib/menu/submenu.less +1 -1
  273. package/lib/menu/submenu.variable.css +20 -1
  274. package/lib/menu/utils.d.ts +1 -1
  275. package/lib/message/index.js +1 -1
  276. package/lib/message/message.css +16 -2
  277. package/lib/message/message.less +18 -1
  278. package/lib/message/message.variable.css +33 -3
  279. package/lib/message/messageConstructor.d.ts +68 -20
  280. package/lib/modal/index.d.ts +517 -68
  281. package/lib/modal/index.js +1 -1
  282. package/lib/modal/modal.css +25 -1
  283. package/lib/modal/modal.d.ts +191 -24
  284. package/lib/modal/modal.less +33 -1
  285. package/lib/modal/modal.variable.css +25 -1
  286. package/lib/modal/props.mixin.d.ts +77 -10
  287. package/lib/navigation/index.d.ts +310 -1
  288. package/lib/navigation/index.js +1 -1
  289. package/lib/navigation/navigation-title.d.ts +10 -7
  290. package/lib/navigation/navigation.css +1 -1
  291. package/lib/navigation/navigation.d.ts +50 -24
  292. package/lib/navigation/navigation.less +1 -1
  293. package/lib/navigation/navigation.variable.css +18 -2
  294. package/lib/notify/index.js +1 -1
  295. package/lib/notify/notify.css +17 -1
  296. package/lib/notify/notify.less +19 -1
  297. package/lib/notify/notify.variable.css +34 -2
  298. package/lib/notify/notifyConstructor.d.ts +83 -23
  299. package/lib/pagination/index.d.ts +395 -0
  300. package/lib/pagination/index.js +1 -0
  301. package/lib/pagination/pagination.css +179 -0
  302. package/lib/pagination/pagination.d.ts +220 -0
  303. package/lib/pagination/pagination.less +201 -0
  304. package/lib/pagination/pagination.variable.css +281 -0
  305. package/lib/pagination/type.d.ts +6 -0
  306. package/lib/pagination/use-limit.d.ts +8 -0
  307. package/lib/pagination/use-list.d.ts +8 -0
  308. package/lib/pagination/use-small-list.d.ts +5 -0
  309. package/lib/pagination/use-total.d.ts +5 -0
  310. package/lib/popover/index.d.ts +322 -137
  311. package/lib/popover/index.js +1 -1
  312. package/lib/popover/popover.css +26 -13
  313. package/lib/popover/popover.d.ts +122 -45
  314. package/lib/popover/popover.less +59 -45
  315. package/lib/popover/popover.variable.css +43 -14
  316. package/lib/popover/props.d.ts +104 -0
  317. package/lib/popover2/arrow.d.ts +2 -0
  318. package/lib/popover2/const.d.ts +10 -0
  319. package/lib/popover2/content.d.ts +24 -0
  320. package/lib/popover2/index.d.ts +495 -0
  321. package/lib/popover2/index.js +1 -0
  322. package/lib/popover2/popover2.css +25 -0
  323. package/lib/popover2/popover2.d.ts +209 -0
  324. package/lib/popover2/popover2.less +35 -0
  325. package/lib/popover2/popover2.variable.css +127 -0
  326. package/lib/popover2/props.d.ts +108 -0
  327. package/lib/popover2/reference.d.ts +2 -0
  328. package/lib/popover2/root.d.ts +16 -0
  329. package/lib/popover2/use-floating.d.ts +20 -0
  330. package/lib/popover2/use-popper-id.d.ts +7 -0
  331. package/lib/preset.d.ts +2 -3
  332. package/lib/preset.js +1 -0
  333. package/lib/process/index.d.ts +205 -0
  334. package/lib/process/index.js +1 -0
  335. package/lib/process/process.css +138 -0
  336. package/lib/process/process.d.ts +131 -0
  337. package/lib/process/process.less +178 -0
  338. package/lib/process/process.variable.css +240 -0
  339. package/lib/progress/index.d.ts +305 -135
  340. package/lib/progress/index.js +1 -1
  341. package/lib/progress/progress.css +8 -3
  342. package/lib/progress/progress.d.ts +89 -36
  343. package/lib/progress/progress.less +0 -4
  344. package/lib/progress/progress.variable.css +25 -4
  345. package/lib/radio/common.d.ts +5 -5
  346. package/lib/radio/index.d.ts +146 -97
  347. package/lib/radio/index.js +1 -1
  348. package/lib/radio/radio-button.d.ts +28 -20
  349. package/lib/radio/radio-group.d.ts +11 -10
  350. package/lib/radio/radio.css +8 -8
  351. package/lib/radio/radio.d.ts +27 -17
  352. package/lib/radio/radio.less +9 -9
  353. package/lib/radio/radio.variable.css +26 -10
  354. package/lib/radio/type.d.ts +10 -5
  355. package/lib/rate/index.d.ts +52 -40
  356. package/lib/rate/index.js +1 -1
  357. package/lib/rate/rate.d.ts +13 -10
  358. package/lib/rate/star.d.ts +33 -16
  359. package/lib/resize-layout/index.d.ts +336 -0
  360. package/lib/resize-layout/index.js +1 -0
  361. package/lib/resize-layout/resize-layout.css +189 -0
  362. package/lib/resize-layout/resize-layout.d.ts +127 -0
  363. package/lib/resize-layout/resize-layout.less +233 -0
  364. package/lib/resize-layout/resize-layout.variable.css +291 -0
  365. package/lib/select/common.d.ts +20 -22
  366. package/lib/select/index.d.ts +1063 -707
  367. package/lib/select/index.js +1 -15
  368. package/lib/select/option.d.ts +23 -19
  369. package/lib/select/optionGroup.d.ts +36 -97
  370. package/lib/select/select.css +223 -70
  371. package/lib/select/select.d.ts +376 -192
  372. package/lib/select/select.less +257 -127
  373. package/lib/select/select.variable.css +240 -71
  374. package/lib/select/selectTagInput.d.ts +72 -0
  375. package/lib/select/type.d.ts +38 -0
  376. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  377. package/lib/shared/index.d.ts +26 -4
  378. package/lib/shared/index.js +1 -1
  379. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
  380. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
  381. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +50 -5
  382. package/lib/shared/token.d.ts +4 -0
  383. package/lib/shared/utils.d.ts +18 -0
  384. package/lib/shared/vue-types.d.ts +11 -7
  385. package/lib/sideslider/index.d.ts +424 -80
  386. package/lib/sideslider/index.js +1 -1
  387. package/lib/sideslider/sideslider.css +48 -3
  388. package/lib/sideslider/sideslider.d.ts +181 -30
  389. package/lib/sideslider/sideslider.less +65 -6
  390. package/lib/sideslider/sideslider.variable.css +65 -4
  391. package/lib/slider/index.d.ts +414 -1
  392. package/lib/slider/index.js +1 -15
  393. package/lib/slider/slider-button.d.ts +15 -7
  394. package/lib/slider/slider.d.ts +84 -42
  395. package/lib/slider/slider.variable.css +17 -1
  396. package/lib/steps/index.d.ts +162 -110
  397. package/lib/steps/index.js +1 -15
  398. package/lib/steps/steps.css +17 -3
  399. package/lib/steps/steps.d.ts +41 -28
  400. package/lib/steps/steps.less +27 -3
  401. package/lib/steps/steps.variable.css +34 -4
  402. package/lib/styles/index.d.ts +14 -0
  403. package/lib/styles/mixins/clearfix.css +8 -0
  404. package/lib/styles/mixins/clearfix.less +10 -0
  405. package/lib/styles/mixins/clearfix.variable.css +8 -0
  406. package/lib/styles/mixins/mixins.css +8 -0
  407. package/lib/styles/mixins/mixins.less +1 -0
  408. package/lib/styles/mixins/mixins.variable.css +8 -0
  409. package/lib/styles/themes/themes.less +25 -1
  410. package/lib/swiper/index.d.ts +181 -0
  411. package/lib/swiper/index.js +1 -0
  412. package/lib/swiper/swiper.css +91 -0
  413. package/lib/swiper/swiper.d.ts +65 -0
  414. package/lib/swiper/swiper.less +107 -0
  415. package/lib/swiper/swiper.variable.css +91 -0
  416. package/lib/switcher/index.d.ts +201 -137
  417. package/lib/switcher/index.js +1 -1
  418. package/lib/switcher/switcher.css +157 -135
  419. package/lib/switcher/switcher.d.ts +52 -36
  420. package/lib/switcher/switcher.less +211 -153
  421. package/lib/switcher/switcher.variable.css +174 -136
  422. package/lib/tab/index.d.ts +306 -282
  423. package/lib/tab/index.js +1 -1
  424. package/lib/tab/props.d.ts +194 -0
  425. package/lib/tab/tab-nav.d.ts +102 -87
  426. package/lib/tab/tab-panel.d.ts +53 -26
  427. package/lib/tab/tab.css +25 -1
  428. package/lib/tab/tab.d.ts +59 -51
  429. package/lib/tab/tab.less +31 -19
  430. package/lib/tab/tab.variable.css +42 -2
  431. package/lib/table/const.d.ts +49 -0
  432. package/lib/table/index.d.ts +498 -70
  433. package/lib/table/index.js +1 -1
  434. package/lib/table/plugins/head-filter.css +68 -0
  435. package/lib/table/plugins/head-filter.less +88 -0
  436. package/lib/table/plugins/head-filter.variable.css +170 -0
  437. package/lib/table/plugins/head-sort.css +22 -0
  438. package/lib/table/plugins/head-sort.less +28 -0
  439. package/lib/table/plugins/head-sort.variable.css +124 -0
  440. package/lib/table/plugins/settings.css +110 -0
  441. package/lib/table/plugins/settings.less +136 -0
  442. package/lib/table/plugins/settings.variable.css +212 -0
  443. package/lib/table/props.d.ts +204 -2
  444. package/lib/table/render.d.ts +76 -5
  445. package/lib/table/table.css +410 -15
  446. package/lib/table/table.d.ts +217 -14
  447. package/lib/table/table.less +246 -24
  448. package/lib/table/table.variable.css +428 -17
  449. package/lib/table/use-common.d.ts +55 -0
  450. package/lib/table/utils.d.ts +83 -1
  451. package/lib/tag/index.d.ts +165 -274
  452. package/lib/tag/index.js +1 -1
  453. package/lib/tag/tag.css +97 -0
  454. package/lib/tag/tag.d.ts +83 -53
  455. package/lib/tag/tag.less +110 -2
  456. package/lib/tag/tag.variable.css +114 -1
  457. package/lib/tag-input/common.d.ts +24 -0
  458. package/lib/tag-input/index.d.ts +894 -0
  459. package/lib/tag-input/index.js +1 -0
  460. package/lib/tag-input/list-tag-render.d.ts +47 -0
  461. package/lib/tag-input/tag-input.css +209 -0
  462. package/lib/tag-input/tag-input.d.ts +374 -0
  463. package/lib/tag-input/tag-input.less +251 -0
  464. package/lib/tag-input/tag-input.variable.css +311 -0
  465. package/lib/tag-input/tag-props.d.ts +131 -0
  466. package/lib/tag-input/tag-render.d.ts +38 -0
  467. package/lib/timeline/index.d.ts +129 -0
  468. package/lib/timeline/index.js +1 -0
  469. package/lib/timeline/timeline.css +235 -0
  470. package/lib/timeline/timeline.d.ts +81 -0
  471. package/lib/timeline/timeline.less +240 -0
  472. package/lib/timeline/timeline.variable.css +337 -0
  473. package/lib/transfer/const.d.ts +5 -0
  474. package/lib/transfer/index.d.ts +365 -0
  475. package/lib/transfer/index.js +1 -0
  476. package/lib/transfer/props.d.ts +54 -0
  477. package/lib/transfer/transfer.css +139 -0
  478. package/lib/transfer/transfer.d.ts +160 -0
  479. package/lib/transfer/transfer.less +144 -0
  480. package/lib/transfer/transfer.variable.css +241 -0
  481. package/lib/tree/constant.d.ts +43 -0
  482. package/lib/tree/index.d.ts +417 -94
  483. package/lib/tree/index.js +1 -1
  484. package/lib/tree/props.d.ts +168 -0
  485. package/lib/tree/tree.css +33 -15
  486. package/lib/tree/tree.d.ts +177 -31
  487. package/lib/tree/tree.less +49 -38
  488. package/lib/tree/tree.variable.css +135 -15
  489. package/lib/tree/use-empty.d.ts +6 -0
  490. package/lib/tree/use-node-action.d.ts +11 -0
  491. package/lib/tree/use-node-async.d.ts +5 -0
  492. package/lib/tree/use-node-attribute.d.ts +31 -0
  493. package/lib/tree/use-node-drag.d.ts +3 -0
  494. package/lib/tree/use-search.d.ts +11 -0
  495. package/lib/tree/use-tree-init.d.ts +15 -0
  496. package/lib/tree/util.d.ts +34 -57
  497. package/lib/upload/index.d.ts +2 -0
  498. package/lib/upload/index.js +1 -0
  499. package/lib/upload/props.d.ts +113 -0
  500. package/lib/upload/upload-list.d.ts +46 -0
  501. package/lib/upload/upload-trigger.d.ts +54 -0
  502. package/lib/upload/upload.css +374 -0
  503. package/lib/upload/upload.d.ts +252 -0
  504. package/lib/upload/upload.less +455 -0
  505. package/lib/upload/upload.type.d.ts +78 -0
  506. package/lib/upload/upload.variable.css +476 -0
  507. package/lib/upload/use-ajax-upload.d.ts +3 -0
  508. package/lib/upload/use-file-handler.d.ts +44 -0
  509. package/lib/virtual-render/index.d.ts +579 -0
  510. package/lib/virtual-render/index.js +1 -0
  511. package/lib/virtual-render/props.d.ts +167 -0
  512. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  513. package/lib/virtual-render/v-virtual-render.d.ts +6 -0
  514. package/lib/virtual-render/virtual-render.css +33 -0
  515. package/lib/virtual-render/virtual-render.d.ts +255 -0
  516. package/lib/virtual-render/virtual-render.less +43 -0
  517. package/lib/virtual-render/virtual-render.variable.css +33 -0
  518. package/lib/volar.components.d.ts +28 -0
  519. package/package.json +107 -84
  520. package/dist/bkui-vue.cjs.js +0 -9995
  521. package/dist/bkui-vue.esm.js +0 -9954
  522. package/dist/bkui-vue.umd.js +0 -9998
  523. package/lib/form/common.d.ts +0 -3
  524. package/lib/styles/index.js +0 -1
@@ -1,17 +1,44 @@
1
- import { SetupContext } from 'vue';
2
- import { IColumnActive, IReactiveProp, TablePropTypes } from './props';
1
+ import { TablePlugins } from './plugins/index';
2
+ import { GroupColumn, IColumnActive, IReactiveProp, TablePropTypes } from './props';
3
3
  export default class TableRender {
4
4
  props: TablePropTypes;
5
- context: SetupContext;
5
+ context: any;
6
6
  reactiveProp: any;
7
- constructor(props: TablePropTypes, ctx: SetupContext, reactiveProp: IReactiveProp);
7
+ colgroups: GroupColumn[];
8
+ uuid: string;
9
+ events: Map<string, any[]>;
10
+ plugins: TablePlugins;
11
+ constructor(props: any, ctx: any, reactiveProp: IReactiveProp, colgroups: GroupColumn[]);
8
12
  get propActiveCols(): IColumnActive[];
13
+ /**
14
+ * 渲染Table Head
15
+ * @param activeColumns 当前选中的列
16
+ * @returns
17
+ */
18
+ renderTableHeadSchema(): (string | JSX.Element)[];
9
19
  /**
10
20
  * 渲染Table主体
11
21
  * @param activeColumns 当前选中的列
12
22
  * @returns
13
23
  */
14
- renderTableBodySchema(): JSX.Element;
24
+ renderTableBodySchema(rows: any[]): any;
25
+ renderTableFooter(options: any): JSX.Element;
26
+ getRowHeight: (row?: any, rowIndex?: number) => any;
27
+ /**
28
+ * 注册监听事件
29
+ * @param eventName
30
+ * @param wartcher
31
+ */
32
+ on(eventName: string, wartcher: Function): this;
33
+ destroy(): void;
34
+ /**
35
+ * 派发事件
36
+ * @param eventName
37
+ * @param args
38
+ */
39
+ private emitEvent;
40
+ private handlePageLimitChange;
41
+ private hanlePageChange;
15
42
  /**
16
43
  * 指定列选中状态
17
44
  * @param index 指定选中的列Index
@@ -23,6 +50,14 @@ export default class TableRender {
23
50
  * @param index 当前选中列Index
24
51
  */
25
52
  private handleColumnHeadClick;
53
+ /**
54
+ * 获取排序设置表头
55
+ * @param column 当前渲染排序列
56
+ * @param index 排序列所在index
57
+ * @returns
58
+ */
59
+ private getSortCell;
60
+ private getFilterCell;
26
61
  /**
27
62
  * 渲染Table Header
28
63
  * @returns
@@ -33,6 +68,34 @@ export default class TableRender {
33
68
  * @returns
34
69
  */
35
70
  private renderTBody;
71
+ private renderExpandRow;
72
+ private getColumnClass;
73
+ private getHeadColumnClass;
74
+ /**
75
+ * table row click handle
76
+ * @param e
77
+ * @param row
78
+ * @param index
79
+ * @param rows
80
+ */
81
+ private handleRowClick;
82
+ /**
83
+ * table row click handle
84
+ * @param e
85
+ * @param row
86
+ * @param index
87
+ * @param rows
88
+ */
89
+ private handleRowDblClick;
90
+ private getExpandCell;
91
+ private handleRowExpandClick;
92
+ /**
93
+ * 渲染表格Cell内容
94
+ * @param row 当前行
95
+ * @param column 当前列
96
+ * @returns
97
+ */
98
+ private renderCell;
36
99
  /**
37
100
  * 判定指定列是否为选中状态
38
101
  * @param colIndex 指定列Index
@@ -44,4 +107,12 @@ export default class TableRender {
44
107
  * @returns
45
108
  */
46
109
  private renderColGroup;
110
+ /**
111
+ * 过滤当前可渲染的列
112
+ */
113
+ private get filterColgroups();
114
+ /**
115
+ * 当前Table Setting
116
+ */
117
+ private get setting();
47
118
  }
@@ -1,42 +1,437 @@
1
+ .bk-table-head-action {
2
+ display: flex;
3
+ width: 32px;
4
+ height: var(--row-height);
5
+ margin-left: 4px;
6
+ font-size: 12px;
7
+ color: #c4c6cc;
8
+ cursor: pointer;
9
+ align-items: center;
10
+ }
11
+ .bk-table-head-action.active {
12
+ color: #3a84ff;
13
+ }
14
+ .bk-table-head-action.opened {
15
+ color: inherit;
16
+ }
17
+ .bk-popover2.bk-pop2-content.bk-table-head-filter {
18
+ padding: 5px 0 0 0;
19
+ background-color: #fff;
20
+ border-radius: 2px;
21
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
22
+ }
23
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-list {
24
+ max-width: 200px;
25
+ min-width: 140px;
26
+ overflow: auto;
27
+ }
28
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-list .list-item {
29
+ width: 100%;
30
+ height: 32px;
31
+ padding: 0 10px;
32
+ font-size: 12px;
33
+ line-height: 32px;
34
+ color: #63656e;
35
+ text-align: left;
36
+ }
37
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-list .list-item:hover {
38
+ background: #f0f1f5;
39
+ }
40
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer {
41
+ display: flex;
42
+ height: 42px;
43
+ padding: 0 10px;
44
+ border-top: solid 1px #dcdee5;
45
+ justify-content: center;
46
+ align-items: center;
47
+ }
48
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span {
49
+ display: inline-flex;
50
+ height: 100%;
51
+ padding: 6px 12px;
52
+ font-size: 14px;
53
+ line-height: 22px;
54
+ color: #3a84ff;
55
+ cursor: pointer;
56
+ align-items: center;
57
+ }
58
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-split {
59
+ width: 1px;
60
+ height: calc(100% - 12px);
61
+ padding: 6px 0;
62
+ cursor: default;
63
+ background: #f0f1f5;
64
+ }
65
+ .bk-popover2.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-reset.disable {
66
+ color: #979ba5;
67
+ cursor: not-allowed;
68
+ }
69
+ .bk-head-cell-sort {
70
+ display: flex;
71
+ flex-direction: column;
72
+ margin-left: 4px;
73
+ font-size: 10px;
74
+ }
75
+ .bk-head-cell-sort .sort-action {
76
+ display: flex;
77
+ width: 18px;
78
+ height: calc(var(--row-height)/2);
79
+ color: #c0c4cc;
80
+ cursor: pointer;
81
+ }
82
+ .bk-head-cell-sort .sort-action.active {
83
+ color: #3a84ff;
84
+ }
85
+ .bk-head-cell-sort .sort-action.sort-asc {
86
+ align-items: flex-end;
87
+ }
88
+ .bk-head-cell-sort .sort-action.sort-desc {
89
+ align-items: flex-start;
90
+ }
91
+ .bk-table-settings[data-bk-table-settings-theme='true'] {
92
+ padding: 0;
93
+ }
94
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content {
95
+ width: 515px;
96
+ border: 1px solid #dcdee5;
97
+ border-radius: 2px;
98
+ opacity: 1;
99
+ }
100
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head {
101
+ position: relative;
102
+ display: flex;
103
+ padding: 0 24px;
104
+ margin: 0;
105
+ font-size: 16px;
106
+ font-weight: 400;
107
+ line-height: 32px;
108
+ color: #313238;
109
+ }
110
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .icon-close-action {
111
+ position: absolute;
112
+ top: 10px;
113
+ right: 15px;
114
+ cursor: pointer;
115
+ }
116
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
117
+ padding: 0 24px;
118
+ }
119
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title {
120
+ display: flex;
121
+ font-size: 14px;
122
+ line-height: 19px;
123
+ color: #63656e;
124
+ justify-content: space-between;
125
+ }
126
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
127
+ color: #c4c6cc;
128
+ }
129
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .check-all {
130
+ color: #3a84ff;
131
+ cursor: pointer;
132
+ }
133
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields {
134
+ display: flex;
135
+ max-height: 150px;
136
+ align-items: flex-start;
137
+ flex-wrap: wrap;
138
+ }
139
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
140
+ width: 150px;
141
+ height: 42px;
142
+ line-height: 42px;
143
+ }
144
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
145
+ overflow: hidden;
146
+ text-overflow: ellipsis;
147
+ white-space: nowrap;
148
+ }
149
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height {
150
+ display: flex;
151
+ height: 76px;
152
+ font-size: 14px;
153
+ border-top: solid 1px #f0f1f5;
154
+ align-items: center;
155
+ }
156
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size {
157
+ display: flex;
158
+ width: 68px;
159
+ height: 26px;
160
+ color: #63656e;
161
+ cursor: pointer;
162
+ border: 1px solid #c4c6cc;
163
+ justify-content: center;
164
+ align-items: center;
165
+ }
166
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size.active {
167
+ color: #3a84ff;
168
+ background: #e1ecff;
169
+ border: 1px solid #a3c5fd;
170
+ }
171
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:not(.active) {
172
+ border-right: none;
173
+ border-left: none;
174
+ }
175
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child {
176
+ border-right: 1px solid #c4c6cc;
177
+ border-left: 1px solid #c4c6cc;
178
+ border-bottom-left-radius: 2px;
179
+ border-top-left-radius: 2px;
180
+ }
181
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:first-child.is-default {
182
+ border-right: none;
183
+ }
184
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child {
185
+ border-right: 1px solid #c4c6cc;
186
+ border-left: 1px solid #c4c6cc;
187
+ border-top-right-radius: 2px;
188
+ border-bottom-right-radius: 2px;
189
+ }
190
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height .line-size:last-child.is-default {
191
+ border-left: none;
192
+ }
193
+ .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
194
+ display: flex;
195
+ height: 56px;
196
+ padding: 0 24px;
197
+ background-color: #fafbfd;
198
+ justify-content: flex-end;
199
+ align-items: center;
200
+ }
201
+ .bk-table {
202
+ position: relative;
203
+ height: auto;
204
+ overflow: hidden;
205
+ border-top: 1px solid #dcdee5;
206
+ }
207
+ .bk-table.has-scroll-y {
208
+ border-bottom: 1px solid #dcdee5;
209
+ }
210
+ .bk-table.has-scroll-y .bk-table-head {
211
+ padding-right: 4px;
212
+ }
213
+ .bk-table.has-scroll-y.is-scroll-bottom {
214
+ border-bottom: 1px solid transparent;
215
+ }
1
216
  .bk-table .bk-table-body {
2
- height: 500px;
217
+ position: relative;
3
218
  overflow: auto;
219
+ }
220
+ .bk-table .bk-table-body::-webkit-scrollbar {
221
+ height: 6px;
222
+ }
223
+ .bk-table .bk-table-head,
224
+ .bk-table .bk-table-body {
4
225
  background: white;
5
226
  }
227
+ .bk-table .bk-table-head.__is-empty,
228
+ .bk-table .bk-table-body.__is-empty {
229
+ display: flex;
230
+ height: 100%;
231
+ justify-content: center;
232
+ align-items: center;
233
+ }
234
+ .bk-table .bk-table-head.__is-empty .bk-table-body-content,
235
+ .bk-table .bk-table-body.__is-empty .bk-table-body-content {
236
+ display: flex;
237
+ height: 100%;
238
+ }
239
+ .bk-table .bk-table-head table,
6
240
  .bk-table .bk-table-body table {
7
241
  width: 100%;
8
242
  border-collapse: collapse;
243
+ table-layout: fixed;
244
+ align-self: flex-start;
245
+ }
246
+ .bk-table .bk-table-head table th,
247
+ .bk-table .bk-table-body table th,
248
+ .bk-table .bk-table-head table td,
249
+ .bk-table .bk-table-body table td {
250
+ min-width: 80px;
251
+ clear: both;
9
252
  }
10
- .bk-table .bk-table-body table .cell {
11
- height: 40px;
253
+ .bk-table .bk-table-head table th .cell,
254
+ .bk-table .bk-table-body table th .cell,
255
+ .bk-table .bk-table-head table td .cell,
256
+ .bk-table .bk-table-body table td .cell {
257
+ height: var(--row-height);
12
258
  padding: 0 15px;
13
259
  overflow: hidden;
14
- line-height: 40px;
260
+ line-height: var(--row-height);
261
+ color: #575961;
262
+ text-align: left;
15
263
  text-overflow: ellipsis;
16
264
  white-space: nowrap;
17
265
  }
18
- .bk-table .bk-table-body table th,
19
- .bk-table .bk-table-body table td {
20
- min-width: 80px;
21
- border-bottom: 1px solid #dfe0e5;
266
+ .bk-table .bk-table-head table th .cell.expand-cell,
267
+ .bk-table .bk-table-body table th .cell.expand-cell,
268
+ .bk-table .bk-table-head table td .cell.expand-cell,
269
+ .bk-table .bk-table-body table td .cell.expand-cell {
270
+ padding: 0;
271
+ text-overflow: unset;
22
272
  }
23
- .bk-table .bk-table-body table thead th {
273
+ .bk-table .bk-table-head table th .cell .expand-btn-action,
274
+ .bk-table .bk-table-body table th .cell .expand-btn-action,
275
+ .bk-table .bk-table-head table td .cell .expand-btn-action,
276
+ .bk-table .bk-table-body table td .cell .expand-btn-action {
277
+ display: flex;
278
+ padding: 0 15px;
279
+ cursor: pointer;
280
+ }
281
+ .bk-table .bk-table-head table th.column_fixed,
282
+ .bk-table .bk-table-body table th.column_fixed,
283
+ .bk-table .bk-table-head table td.column_fixed,
284
+ .bk-table .bk-table-body table td.column_fixed {
24
285
  position: sticky;
25
- top: 0;
26
- z-index: 1;
27
- background-color: #fff;
286
+ background: #fff;
287
+ }
288
+ .bk-table .bk-table-head table th.column_fixed.column_fixed_left,
289
+ .bk-table .bk-table-body table th.column_fixed.column_fixed_left,
290
+ .bk-table .bk-table-head table td.column_fixed.column_fixed_left,
291
+ .bk-table .bk-table-body table td.column_fixed.column_fixed_left {
292
+ left: 0;
293
+ }
294
+ .bk-table .bk-table-head table th.column_fixed.column_fixed_right,
295
+ .bk-table .bk-table-body table th.column_fixed.column_fixed_right,
296
+ .bk-table .bk-table-head table td.column_fixed.column_fixed_right,
297
+ .bk-table .bk-table-body table td.column_fixed.column_fixed_right {
298
+ right: 0;
299
+ }
300
+ .bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
301
+ .bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
302
+ .bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
303
+ .bk-table .bk-table-body table td.row_expend .expand-cell-ctx {
304
+ min-height: 30px;
28
305
  }
29
- .bk-table .bk-table-body table thead th.active {
306
+ .bk-table .bk-table-head table thead th,
307
+ .bk-table .bk-table-body table thead th {
308
+ font-weight: 400;
309
+ color: #313238;
310
+ background-color: #fafbfd;
311
+ }
312
+ .bk-table .bk-table-head table thead th .cell,
313
+ .bk-table .bk-table-body table thead th .cell {
314
+ display: flex;
315
+ align-items: center;
316
+ }
317
+ .bk-table .bk-table-head table thead th.active,
318
+ .bk-table .bk-table-body table thead th.active,
319
+ .bk-table .bk-table-head table thead th:hover,
320
+ .bk-table .bk-table-body table thead th:hover {
30
321
  background: #f0f1f5;
31
322
  }
32
- .bk-table .bk-table-body table tbody tr:hover td {
323
+ .bk-table .bk-table-head table thead th.column_fixed,
324
+ .bk-table .bk-table-body table thead th.column_fixed {
325
+ transform: translateX(var(--scroll-left));
326
+ }
327
+ .bk-table .bk-table-head table tbody tr td.empty-cell,
328
+ .bk-table .bk-table-body table tbody tr td.empty-cell {
329
+ padding-bottom: 30px;
330
+ }
331
+ .bk-table .bk-table-head table tbody tr td .cell,
332
+ .bk-table .bk-table-body table tbody tr td .cell {
333
+ display: block;
334
+ width: 100%;
335
+ align-items: center;
336
+ box-sizing: border-box;
337
+ }
338
+ .bk-table .bk-table-head table tbody tr:hover td:not(.empty-cell),
339
+ .bk-table .bk-table-body table tbody tr:hover td:not(.empty-cell) {
33
340
  background: #f5f7fa;
34
341
  }
342
+ .bk-table .bk-table-head {
343
+ position: relative;
344
+ transform: translateX(var(--scroll-head-left));
345
+ }
346
+ .bk-table .bk-table-head .table-head-settings {
347
+ position: absolute;
348
+ top: 0;
349
+ right: 1px;
350
+ bottom: 1px;
351
+ display: block;
352
+ display: flex;
353
+ width: calc(var(--row-height));
354
+ font-size: 18px;
355
+ cursor: pointer;
356
+ background: #f0f1f5;
357
+ border-right: 1px solid #dcdee5;
358
+ border-left: 1px solid #dcdee5;
359
+ border-radius: 0px 2px 0px 0px;
360
+ justify-content: center;
361
+ align-items: center;
362
+ }
363
+ .bk-table .bk-table-footer {
364
+ line-height: 40px;
365
+ border-top: 1px solid #dcdee5;
366
+ border-bottom: 1px solid #dcdee5;
367
+ }
368
+ .bk-table .bk-table-footer.is-hidden {
369
+ display: none;
370
+ }
371
+ .bk-table.bordered-row td .cell,
372
+ .bk-table.bordered-row th .cell {
373
+ border-bottom: 1px solid #dcdee5;
374
+ }
375
+ .bk-table.bordered-row.has-footer {
376
+ border-bottom: none;
377
+ }
378
+ .bk-table.bordered-row.has-footer.has-scroll-y tr:last-child td .cell {
379
+ border-bottom: none;
380
+ }
381
+ .bk-table.bordered-outer {
382
+ border-right: 1px solid #dcdee5;
383
+ border-left: 1px solid #dcdee5;
384
+ }
385
+ .bk-table.bordered-col th,
386
+ .bk-table.bordered-col td {
387
+ border-right: 1px solid #dcdee5;
388
+ }
389
+ .bk-table.bordered-col th:last-child,
390
+ .bk-table.bordered-col td:last-child {
391
+ border-right: none;
392
+ }
393
+ .bk-table.bordered-none th,
394
+ .bk-table.bordered-none td {
395
+ border-top: none;
396
+ border-right: none;
397
+ border-left: none;
398
+ }
399
+ .bk-table.bordered-none th .cell,
400
+ .bk-table.bordered-none td .cell {
401
+ border-bottom: none;
402
+ }
35
403
  .bk-table .bk-table-fixed {
404
+ position: absolute;
405
+ top: 0;
406
+ right: 0;
407
+ bottom: 0;
408
+ left: 0;
36
409
  width: 100%;
410
+ pointer-events: none;
411
+ }
412
+ .bk-table .bk-table-fixed .column_fixed {
413
+ position: absolute;
414
+ }
415
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_left {
416
+ top: 0;
417
+ left: 0;
418
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
419
+ }
420
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_right {
421
+ top: 0;
422
+ right: 0;
423
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
424
+ }
425
+ .bk-table .bk-table-fixed .scroll-loading._bottom {
426
+ position: absolute;
427
+ right: 0;
428
+ bottom: 0;
429
+ left: 0;
430
+ display: flex;
431
+ justify-content: center;
37
432
  }
38
433
  .bk-table colgroup col {
39
- background: #fff;
434
+ background: white;
40
435
  }
41
436
  .bk-table colgroup col.active {
42
437
  position: relative;