bkui-vue 0.0.1-beta.46 → 0.0.1-beta.461

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