bkui-vue 0.0.1-beta.47 → 0.0.1-beta.470

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 (686) hide show
  1. package/License.txt +14 -0
  2. package/dist/index.cjs.js +360 -36
  3. package/dist/index.esm.js +31133 -19791
  4. package/dist/index.umd.js +360 -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 +167 -0
  20. package/lib/affix/index.js +1 -0
  21. package/lib/alert/alert.css +9 -3
  22. package/lib/alert/alert.d.ts +6 -6
  23. package/lib/alert/alert.less +29 -20
  24. package/lib/alert/alert.variable.css +41 -7
  25. package/lib/alert/index.d.ts +68 -48
  26. package/lib/alert/index.js +1 -1
  27. package/lib/animate-number/animate-number.d.ts +2 -2
  28. package/lib/animate-number/index.d.ts +58 -25
  29. package/lib/backtop/backtop.css +8 -0
  30. package/lib/backtop/backtop.d.ts +5 -5
  31. package/lib/backtop/backtop.less +8 -0
  32. package/lib/backtop/backtop.variable.css +40 -4
  33. package/lib/backtop/index.d.ts +67 -49
  34. package/lib/backtop/index.js +1 -1
  35. package/lib/badge/badge.css +7 -10
  36. package/lib/badge/badge.d.ts +29 -8
  37. package/lib/badge/badge.less +9 -11
  38. package/lib/badge/badge.variable.css +39 -14
  39. package/lib/badge/index.d.ts +120 -67
  40. package/lib/badge/index.js +1 -1
  41. package/lib/breadcrumb/breadcrumb-item.d.ts +5 -3
  42. package/lib/breadcrumb/breadcrumb.css +51 -0
  43. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  44. package/lib/breadcrumb/breadcrumb.variable.css +88 -9
  45. package/lib/breadcrumb/index.d.ts +65 -41
  46. package/lib/breadcrumb/index.js +1 -1
  47. package/lib/button/button-group.d.ts +4 -4
  48. package/lib/button/button.css +85 -50
  49. package/lib/button/button.d.ts +47 -27
  50. package/lib/button/button.less +72 -42
  51. package/lib/button/button.variable.css +117 -54
  52. package/lib/button/index.d.ts +123 -87
  53. package/lib/button/index.js +1 -1
  54. package/lib/card/card.css +97 -2
  55. package/lib/card/card.d.ts +48 -7
  56. package/lib/card/card.less +50 -2
  57. package/lib/card/card.variable.css +133 -10
  58. package/lib/card/index.d.ts +153 -58
  59. package/lib/card/index.js +1 -1
  60. package/lib/cascader/cascader-panel.d.ts +102 -0
  61. package/lib/cascader/cascader.css +316 -0
  62. package/lib/cascader/cascader.d.ts +354 -0
  63. package/lib/cascader/cascader.less +283 -0
  64. package/lib/cascader/cascader.variable.css +438 -0
  65. package/lib/cascader/index.d.ts +923 -0
  66. package/lib/cascader/index.js +2 -0
  67. package/lib/cascader/index.js.LICENSE.txt +1 -0
  68. package/lib/cascader/interface.d.ts +51 -0
  69. package/lib/cascader/node.d.ts +31 -0
  70. package/lib/cascader/store.d.ts +27 -0
  71. package/lib/checkbox/checkbox-group.d.ts +18 -2
  72. package/lib/checkbox/checkbox.css +40 -12
  73. package/lib/checkbox/checkbox.d.ts +33 -15
  74. package/lib/checkbox/checkbox.less +70 -34
  75. package/lib/checkbox/checkbox.variable.css +72 -16
  76. package/lib/checkbox/common.d.ts +1 -0
  77. package/lib/checkbox/index.d.ts +113 -61
  78. package/lib/checkbox/index.js +1 -1
  79. package/lib/checkbox/type.d.ts +1 -1
  80. package/lib/code-diff/code-diff.css +27 -7
  81. package/lib/code-diff/code-diff.d.ts +7 -7
  82. package/lib/code-diff/code-diff.less +42 -7
  83. package/lib/code-diff/code-diff.variable.css +59 -11
  84. package/lib/code-diff/index.d.ts +30 -43
  85. package/lib/code-diff/index.js +1 -1
  86. package/lib/collapse/collapse-panel.d.ts +103 -0
  87. package/lib/collapse/collapse.css +69 -14
  88. package/lib/collapse/collapse.d.ts +67 -53
  89. package/lib/collapse/collapse.less +112 -30
  90. package/lib/collapse/collapse.variable.css +191 -14
  91. package/lib/collapse/index.d.ts +292 -52
  92. package/lib/collapse/index.js +1 -1
  93. package/lib/collapse/props.d.ts +131 -0
  94. package/lib/collapse/utils.d.ts +11 -0
  95. package/lib/collapse-transition/collapse-transition.css +93 -0
  96. package/lib/collapse-transition/collapse-transition.d.ts +15 -0
  97. package/lib/collapse-transition/collapse-transition.less +111 -0
  98. package/lib/collapse-transition/collapse-transition.variable.css +215 -0
  99. package/lib/collapse-transition/index.d.ts +2 -0
  100. package/lib/collapse-transition/index.js +1 -0
  101. package/lib/color-picker/color-picker.css +275 -0
  102. package/lib/color-picker/color-picker.d.ts +144 -0
  103. package/lib/color-picker/color-picker.less +325 -0
  104. package/lib/color-picker/color-picker.variable.css +397 -0
  105. package/lib/color-picker/components/color-input.d.ts +42 -0
  106. package/lib/color-picker/components/hue-slider.d.ts +41 -0
  107. package/lib/color-picker/components/input-container.d.ts +42 -0
  108. package/lib/color-picker/components/recommend-colors.d.ts +51 -0
  109. package/lib/color-picker/components/saturation-panel.d.ts +41 -0
  110. package/lib/color-picker/index.d.ts +255 -0
  111. package/lib/color-picker/index.js +1 -0
  112. package/lib/color-picker/utils.d.ts +37 -0
  113. package/lib/components.d.ts +31 -8
  114. package/lib/components.js +1 -0
  115. package/lib/config-provider/config-provider.css +0 -0
  116. package/lib/config-provider/config-provider.d.ts +402 -0
  117. package/lib/config-provider/config-provider.less +1 -0
  118. package/lib/config-provider/config-provider.variable.css +122 -0
  119. package/lib/config-provider/index.d.ts +646 -0
  120. package/lib/config-provider/index.js +1 -0
  121. package/lib/config-provider/token.d.ts +128 -0
  122. package/lib/config-provider/use-global-config.d.ts +5 -0
  123. package/lib/config-provider/use-locale.d.ts +3 -0
  124. package/lib/config-provider/use-prefix.d.ts +9 -0
  125. package/lib/container/col.d.ts +51 -0
  126. package/lib/container/container.css +91 -0
  127. package/lib/container/container.d.ts +83 -0
  128. package/lib/container/container.less +20 -0
  129. package/lib/container/container.variable.css +213 -0
  130. package/lib/container/index.d.ts +204 -0
  131. package/lib/container/index.js +1 -0
  132. package/lib/container/interface.d.ts +7 -0
  133. package/lib/container/row.d.ts +4 -0
  134. package/lib/date-picker/base/confirm.d.ts +74 -0
  135. package/lib/date-picker/base/date-table.d.ts +96 -0
  136. package/lib/date-picker/base/month-table.d.ts +117 -0
  137. package/lib/date-picker/base/picker-dropdown.d.ts +74 -0
  138. package/lib/date-picker/base/time-spinner.d.ts +170 -0
  139. package/lib/date-picker/base/year-table.d.ts +117 -0
  140. package/lib/date-picker/date-picker.css +31 -1
  141. package/lib/date-picker/date-picker.d.ts +73 -35
  142. package/lib/date-picker/date-picker.less +110 -74
  143. package/lib/date-picker/date-picker.variable.css +63 -5
  144. package/lib/date-picker/index.d.ts +231 -211
  145. package/lib/date-picker/index.js +1 -1
  146. package/lib/date-picker/interface.d.ts +20 -10
  147. package/lib/date-picker/panel/date-range.d.ts +345 -0
  148. package/lib/date-picker/panel/date.d.ts +206 -0
  149. package/lib/date-picker/panel/time-range.d.ts +495 -0
  150. package/lib/date-picker/panel/time.d.ts +451 -0
  151. package/lib/date-picker/props.d.ts +55 -5
  152. package/lib/date-picker/time-picker.d.ts +390 -0
  153. package/lib/date-picker/utils.d.ts +22 -2
  154. package/lib/dialog/dialog.css +135 -26
  155. package/lib/dialog/dialog.d.ts +219 -104
  156. package/lib/dialog/dialog.less +99 -41
  157. package/lib/dialog/dialog.variable.css +257 -26
  158. package/lib/dialog/index.d.ts +467 -276
  159. package/lib/dialog/index.js +2 -1
  160. package/lib/dialog/index.js.LICENSE.txt +1 -0
  161. package/lib/dialog/props.d.ts +122 -0
  162. package/lib/directives/ellipsis.d.ts +7 -0
  163. package/lib/directives/index.d.ts +2 -0
  164. package/lib/directives/index.js +1 -1
  165. package/lib/directives/tooltips.d.ts +2 -1
  166. package/lib/dist.index.js +1 -0
  167. package/lib/divider/divider.d.ts +17 -17
  168. package/lib/divider/divider.variable.css +32 -4
  169. package/lib/divider/index.d.ts +85 -61
  170. package/lib/divider/index.js +1 -1
  171. package/lib/divider/props.d.ts +6 -6
  172. package/lib/dropdown/dropdown-item.d.ts +1 -1
  173. package/lib/dropdown/dropdown-menu.d.ts +2 -2
  174. package/lib/dropdown/dropdown.css +38 -7
  175. package/lib/dropdown/dropdown.d.ts +47 -15
  176. package/lib/dropdown/dropdown.less +48 -34
  177. package/lib/dropdown/dropdown.variable.css +70 -11
  178. package/lib/dropdown/index.d.ts +141 -65
  179. package/lib/dropdown/index.js +1 -1
  180. package/lib/exception/exception.css +40 -14
  181. package/lib/exception/exception.d.ts +33 -13
  182. package/lib/exception/exception.less +59 -22
  183. package/lib/exception/exception.variable.css +72 -18
  184. package/lib/exception/index.d.ts +91 -43
  185. package/lib/exception/index.js +1 -1
  186. package/lib/exception/typings/index.d.ts +4 -0
  187. package/lib/fixed-navbar/fixed-navbar.d.ts +17 -3
  188. package/lib/fixed-navbar/fixed-navbar.variable.css +32 -4
  189. package/lib/fixed-navbar/index.d.ts +89 -30
  190. package/lib/fixed-navbar/index.js +1 -1
  191. package/lib/form/compose-form-item.d.ts +2 -2
  192. package/lib/form/form-item.d.ts +25 -10
  193. package/lib/form/form.css +34 -7
  194. package/lib/form/form.d.ts +50 -16
  195. package/lib/form/form.less +83 -51
  196. package/lib/form/form.variable.css +66 -11
  197. package/lib/form/index.d.ts +154 -61
  198. package/lib/form/index.js +1 -1
  199. package/lib/form/type.d.ts +11 -8
  200. package/lib/form/utils.d.ts +2 -0
  201. package/lib/form/validator.d.ts +1 -0
  202. package/lib/hooks.d.ts +1 -0
  203. package/lib/hooks.js +1 -0
  204. package/lib/icon/angle-double-down-line.js +1 -1
  205. package/lib/icon/angle-double-left-line.js +1 -1
  206. package/lib/icon/angle-double-left.js +1 -1
  207. package/lib/icon/angle-double-right-line.js +1 -1
  208. package/lib/icon/angle-double-right.js +1 -1
  209. package/lib/icon/angle-double-up-line.js +1 -1
  210. package/lib/icon/angle-down-fill.js +1 -1
  211. package/lib/icon/angle-down-line.js +1 -1
  212. package/lib/icon/angle-down.js +1 -1
  213. package/lib/icon/angle-left.js +1 -1
  214. package/lib/icon/angle-right.js +1 -1
  215. package/lib/icon/angle-up-fill.js +1 -1
  216. package/lib/icon/angle-up.js +1 -1
  217. package/lib/icon/archive-fill.d.ts +4 -0
  218. package/lib/icon/archive-fill.js +1 -0
  219. package/lib/icon/arrows-left.js +1 -1
  220. package/lib/icon/arrows-right.js +1 -1
  221. package/lib/icon/audio-fill.d.ts +4 -0
  222. package/lib/icon/audio-fill.js +1 -0
  223. package/lib/icon/bk.js +1 -1
  224. package/lib/icon/circle.js +1 -1
  225. package/lib/icon/close-line.d.ts +4 -0
  226. package/lib/icon/close-line.js +1 -0
  227. package/lib/icon/close.js +1 -1
  228. package/lib/icon/code.js +1 -1
  229. package/lib/icon/cog-shape.js +1 -1
  230. package/lib/icon/collapse-left.js +1 -1
  231. package/lib/icon/copy-shape.d.ts +4 -0
  232. package/lib/icon/copy-shape.js +1 -0
  233. package/lib/icon/copy.js +1 -1
  234. package/lib/icon/data-shape.d.ts +4 -0
  235. package/lib/icon/data-shape.js +1 -0
  236. package/lib/icon/del.d.ts +4 -0
  237. package/lib/icon/del.js +1 -0
  238. package/lib/icon/doc-fill.d.ts +4 -0
  239. package/lib/icon/doc-fill.js +1 -0
  240. package/lib/icon/done.js +1 -1
  241. package/lib/icon/down-shape.js +1 -1
  242. package/lib/icon/down-small.js +1 -1
  243. package/lib/icon/edit-line.d.ts +4 -0
  244. package/lib/icon/edit-line.js +1 -0
  245. package/lib/icon/ellipsis.js +1 -1
  246. package/lib/icon/enlarge-line.d.ts +4 -0
  247. package/lib/icon/enlarge-line.js +1 -0
  248. package/lib/icon/error.js +1 -1
  249. package/lib/icon/excel-fill.d.ts +4 -0
  250. package/lib/icon/excel-fill.js +1 -0
  251. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  252. package/lib/icon/exclamation-circle-shape.js +1 -0
  253. package/lib/icon/eye.js +1 -1
  254. package/lib/icon/filliscreen-line.d.ts +4 -0
  255. package/lib/icon/filliscreen-line.js +1 -0
  256. package/lib/icon/fix-line.d.ts +4 -0
  257. package/lib/icon/fix-line.js +1 -0
  258. package/lib/icon/fix-shape.d.ts +4 -0
  259. package/lib/icon/fix-shape.js +1 -0
  260. package/lib/icon/folder-open.js +1 -1
  261. package/lib/icon/folder-shape-open.js +1 -1
  262. package/lib/icon/folder-shape.js +1 -1
  263. package/lib/icon/folder.js +1 -1
  264. package/lib/icon/funnel.js +1 -1
  265. package/lib/icon/help-document-fill.js +1 -1
  266. package/lib/icon/help-fill.js +1 -1
  267. package/lib/icon/help.js +1 -1
  268. package/lib/icon/image-fill.d.ts +4 -0
  269. package/lib/icon/image-fill.js +1 -0
  270. package/lib/icon/img-error.d.ts +4 -0
  271. package/lib/icon/img-error.js +1 -0
  272. package/lib/icon/img-placehoulder.d.ts +4 -0
  273. package/lib/icon/img-placehoulder.js +1 -0
  274. package/lib/icon/index.d.ts +83 -54
  275. package/lib/icon/index.js +1 -1
  276. package/lib/icon/info-line.js +1 -1
  277. package/lib/icon/info.js +1 -1
  278. package/lib/icon/left-shape.js +1 -1
  279. package/lib/icon/left-turn-line.d.ts +4 -0
  280. package/lib/icon/left-turn-line.js +1 -0
  281. package/lib/icon/narrow-line.d.ts +4 -0
  282. package/lib/icon/narrow-line.js +1 -0
  283. package/lib/icon/original.d.ts +4 -0
  284. package/lib/icon/original.js +1 -0
  285. package/lib/icon/pdf-fill.d.ts +4 -0
  286. package/lib/icon/pdf-fill.js +1 -0
  287. package/lib/icon/play-shape.js +1 -1
  288. package/lib/icon/plus.js +1 -1
  289. package/lib/icon/ppt-fill.d.ts +4 -0
  290. package/lib/icon/ppt-fill.js +1 -0
  291. package/lib/icon/qq.js +1 -1
  292. package/lib/icon/right-shape.js +1 -1
  293. package/lib/icon/right-turn-line.d.ts +4 -0
  294. package/lib/icon/right-turn-line.js +1 -0
  295. package/lib/icon/search.js +1 -1
  296. package/lib/icon/share.js +1 -1
  297. package/lib/icon/spinner.js +1 -1
  298. package/lib/icon/success.js +1 -1
  299. package/lib/icon/switcher-loading.js +1 -1
  300. package/lib/icon/text-file.js +1 -1
  301. package/lib/icon/text-fill.d.ts +4 -0
  302. package/lib/icon/text-fill.js +1 -0
  303. package/lib/icon/transfer.d.ts +4 -0
  304. package/lib/icon/transfer.js +1 -0
  305. package/lib/icon/tree-application-shape.js +1 -1
  306. package/lib/icon/unfull-screen.d.ts +4 -0
  307. package/lib/icon/unfull-screen.js +1 -0
  308. package/lib/icon/unvisible.js +1 -1
  309. package/lib/icon/up-shape.js +1 -1
  310. package/lib/icon/upload.d.ts +4 -0
  311. package/lib/icon/upload.js +1 -0
  312. package/lib/icon/video-fill.d.ts +4 -0
  313. package/lib/icon/video-fill.js +1 -0
  314. package/lib/icon/warn.js +1 -1
  315. package/lib/icon/weixin-pro.d.ts +4 -0
  316. package/lib/icon/weixin-pro.js +1 -0
  317. package/lib/icon/weixin.js +1 -1
  318. package/lib/image/image-viewer.css +142 -0
  319. package/lib/image/image-viewer.d.ts +73 -0
  320. package/lib/image/image-viewer.less +168 -0
  321. package/lib/image/image-viewer.variable.css +142 -0
  322. package/lib/image/image.css +37 -0
  323. package/lib/image/image.d.ts +93 -0
  324. package/lib/image/image.less +44 -0
  325. package/lib/image/image.variable.css +37 -0
  326. package/lib/image/index.d.ts +252 -0
  327. package/lib/image/index.js +1 -0
  328. package/lib/image/props.d.ts +71 -0
  329. package/lib/index.d.ts +3 -1
  330. package/lib/index.js +1 -0
  331. package/lib/info-box/index.d.ts +7 -0
  332. package/lib/info-box/index.js +2 -0
  333. package/lib/info-box/index.js.LICENSE.txt +1 -0
  334. package/lib/info-box/info-box.css +37 -0
  335. package/lib/info-box/info-box.d.ts +29 -0
  336. package/lib/info-box/info-box.less +51 -0
  337. package/lib/info-box/info-box.variable.css +159 -0
  338. package/lib/input/index.d.ts +228 -180
  339. package/lib/input/index.js +1 -1
  340. package/lib/input/input.css +183 -19
  341. package/lib/input/input.d.ts +121 -38
  342. package/lib/input/input.less +112 -18
  343. package/lib/input/input.variable.css +246 -55
  344. package/lib/link/index.d.ts +82 -55
  345. package/lib/link/index.js +1 -1
  346. package/lib/link/link.css +12 -12
  347. package/lib/link/link.d.ts +11 -9
  348. package/lib/link/link.less +16 -14
  349. package/lib/link/link.variable.css +44 -16
  350. package/lib/loading/directive.d.ts +14 -0
  351. package/lib/loading/index.d.ts +166 -54
  352. package/lib/loading/index.js +1 -1
  353. package/lib/loading/loading.css +86 -33
  354. package/lib/loading/loading.d.ts +97 -15
  355. package/lib/loading/loading.less +27 -23
  356. package/lib/loading/loading.variable.css +134 -53
  357. package/lib/locale/index.d.ts +3 -0
  358. package/lib/locale/index.js +1 -0
  359. package/lib/locale/lang/en.d.ts +126 -0
  360. package/lib/locale/lang/zh-cn.d.ts +3 -0
  361. package/lib/menu/index.d.ts +81 -52
  362. package/lib/menu/index.js +1 -1
  363. package/lib/menu/menu-group.d.ts +2 -2
  364. package/lib/menu/menu-item.d.ts +5 -1
  365. package/lib/menu/menu.css +51 -0
  366. package/lib/menu/menu.d.ts +8 -17
  367. package/lib/menu/menu.variable.css +101 -22
  368. package/lib/menu/submenu.d.ts +5 -1
  369. package/lib/menu/submenu.variable.css +32 -4
  370. package/lib/menu/utils.d.ts +1 -1
  371. package/lib/message/index.js +2 -1
  372. package/lib/message/index.js.LICENSE.txt +6 -0
  373. package/lib/message/message.css +170 -6
  374. package/lib/message/message.less +222 -7
  375. package/lib/message/message.variable.css +202 -10
  376. package/lib/message/messageConstructor.d.ts +136 -27
  377. package/lib/modal/index.d.ts +399 -201
  378. package/lib/modal/index.js +1 -1
  379. package/lib/modal/modal.css +52 -10
  380. package/lib/modal/modal.d.ts +152 -64
  381. package/lib/modal/modal.less +36 -25
  382. package/lib/modal/modal.variable.css +174 -10
  383. package/lib/modal/props.mixin.d.ts +63 -28
  384. package/lib/navigation/index.d.ts +329 -1
  385. package/lib/navigation/index.js +1 -1
  386. package/lib/navigation/navigation-title.d.ts +6 -3
  387. package/lib/navigation/navigation.css +1 -1
  388. package/lib/navigation/navigation.d.ts +21 -5
  389. package/lib/navigation/navigation.less +1 -1
  390. package/lib/navigation/navigation.variable.css +33 -5
  391. package/lib/notify/index.js +1 -1
  392. package/lib/notify/notify.css +25 -5
  393. package/lib/notify/notify.less +29 -6
  394. package/lib/notify/notify.variable.css +57 -9
  395. package/lib/notify/notifyConstructor.d.ts +63 -22
  396. package/lib/overflow-title/components/overflow-title.d.ts +57 -0
  397. package/lib/overflow-title/directive/overflow-title.d.ts +3 -0
  398. package/lib/overflow-title/index.d.ts +195 -0
  399. package/lib/overflow-title/index.js +1 -0
  400. package/lib/overflow-title/overflow.css +11 -0
  401. package/lib/overflow-title/overflow.less +13 -0
  402. package/lib/overflow-title/overflow.variable.css +11 -0
  403. package/lib/overflow-title/props.d.ts +43 -0
  404. package/lib/overflow-title/utils/getActualWidthByCanvas.d.ts +3 -0
  405. package/lib/overflow-title/utils/getActualWidthByDom.d.ts +3 -0
  406. package/lib/pagination/index.d.ts +92 -96
  407. package/lib/pagination/index.js +1 -1
  408. package/lib/pagination/pagination.css +54 -28
  409. package/lib/pagination/pagination.d.ts +19 -9
  410. package/lib/pagination/pagination.less +59 -30
  411. package/lib/pagination/pagination.variable.css +86 -32
  412. package/lib/pagination/type.d.ts +1 -1
  413. package/lib/pagination/use-limit.d.ts +3 -1
  414. package/lib/pagination/use-total.d.ts +3 -1
  415. package/lib/plugin-popover/index.d.ts +27 -0
  416. package/lib/plugin-popover/index.js +1 -0
  417. package/lib/plugins/index.d.ts +1 -0
  418. package/lib/plugins/index.js +1 -0
  419. package/lib/pop-confirm/index.d.ts +249 -0
  420. package/lib/pop-confirm/index.js +1 -0
  421. package/lib/pop-confirm/pop-confirm.css +28 -0
  422. package/lib/pop-confirm/pop-confirm.d.ts +95 -0
  423. package/lib/pop-confirm/pop-confirm.less +34 -0
  424. package/lib/pop-confirm/pop-confirm.variable.css +150 -0
  425. package/lib/pop-confirm/props.d.ts +67 -0
  426. package/lib/popover/arrow.d.ts +2 -0
  427. package/lib/popover/const.d.ts +16 -0
  428. package/lib/popover/content.d.ts +43 -0
  429. package/lib/popover/index.d.ts +453 -148
  430. package/lib/popover/index.js +1 -1
  431. package/lib/popover/plugin-popover.d.ts +12 -0
  432. package/lib/popover/popover.css +10 -50
  433. package/lib/popover/popover.d.ts +212 -48
  434. package/lib/popover/popover.less +19 -66
  435. package/lib/popover/popover.variable.css +42 -54
  436. package/lib/popover/props.d.ts +103 -35
  437. package/lib/popover/reference.d.ts +2 -0
  438. package/lib/popover/root.d.ts +27 -0
  439. package/lib/popover/use-floating.d.ts +34 -0
  440. package/lib/popover/use-platform.d.ts +30 -0
  441. package/lib/popover/use-popover-init.d.ts +23 -0
  442. package/lib/popover/use-popper-id.d.ts +6 -0
  443. package/lib/popover/utils.d.ts +8 -0
  444. package/lib/popover2/index.d.ts +89 -0
  445. package/lib/popover2/index.js +1 -0
  446. package/lib/popover2/popover.d.ts +2 -0
  447. package/lib/preset.d.ts +264 -2
  448. package/lib/preset.js +1 -0
  449. package/lib/process/index.d.ts +66 -52
  450. package/lib/process/index.js +2 -1
  451. package/lib/process/index.js.LICENSE.txt +1 -0
  452. package/lib/process/process.css +22 -0
  453. package/lib/process/process.d.ts +4 -4
  454. package/lib/process/process.less +30 -2
  455. package/lib/process/process.variable.css +54 -4
  456. package/lib/progress/index.d.ts +92 -119
  457. package/lib/progress/index.js +1 -1
  458. package/lib/progress/progress.css +51 -0
  459. package/lib/progress/progress.d.ts +14 -14
  460. package/lib/progress/progress.variable.css +87 -8
  461. package/lib/radio/index.d.ts +81 -42
  462. package/lib/radio/index.js +1 -1
  463. package/lib/radio/radio-button.d.ts +5 -7
  464. package/lib/radio/radio-group.d.ts +28 -2
  465. package/lib/radio/radio.css +136 -65
  466. package/lib/radio/radio.d.ts +2 -2
  467. package/lib/radio/radio.less +262 -173
  468. package/lib/radio/radio.variable.css +171 -72
  469. package/lib/radio/type.d.ts +1 -1
  470. package/lib/rate/index.d.ts +78 -28
  471. package/lib/rate/index.js +1 -1
  472. package/lib/rate/rate.d.ts +14 -3
  473. package/lib/rate/star.d.ts +2 -2
  474. package/lib/resize-layout/index.d.ts +77 -78
  475. package/lib/resize-layout/index.js +1 -1
  476. package/lib/resize-layout/resize-layout.css +6 -15
  477. package/lib/resize-layout/resize-layout.d.ts +8 -8
  478. package/lib/resize-layout/resize-layout.less +10 -19
  479. package/lib/resize-layout/resize-layout.variable.css +38 -19
  480. package/lib/search-select/index.d.ts +892 -0
  481. package/lib/search-select/index.js +2 -0
  482. package/lib/search-select/index.js.LICENSE.txt +1 -0
  483. package/lib/search-select/input.d.ts +101 -0
  484. package/lib/search-select/menu.d.ts +77 -0
  485. package/lib/search-select/search-select.css +427 -0
  486. package/lib/search-select/search-select.d.ts +361 -0
  487. package/lib/search-select/search-select.less +384 -0
  488. package/lib/search-select/search-select.variable.css +549 -0
  489. package/lib/search-select/selected.d.ts +155 -0
  490. package/lib/search-select/utils.d.ts +88 -0
  491. package/lib/select/common.d.ts +5 -12
  492. package/lib/select/index.d.ts +1697 -760
  493. package/lib/select/index.js +2 -1
  494. package/lib/select/index.js.LICENSE.txt +1 -0
  495. package/lib/select/option.d.ts +22 -6
  496. package/lib/select/optionGroup.d.ts +3 -3
  497. package/lib/select/select.css +209 -113
  498. package/lib/select/select.d.ts +747 -162
  499. package/lib/select/select.less +342 -197
  500. package/lib/select/select.variable.css +241 -117
  501. package/lib/select/selectTagInput.d.ts +94 -0
  502. package/lib/select/type.d.ts +25 -15
  503. package/lib/shared/dom.d.ts +3 -0
  504. package/lib/shared/helper.d.ts +9 -0
  505. package/lib/shared/hooks/use-form-item.d.ts +2 -0
  506. package/lib/shared/hooks/use-form.d.ts +2 -0
  507. package/lib/shared/index.d.ts +33 -8
  508. package/lib/shared/index.js +1 -1
  509. package/lib/shared/mask-manager.d.ts +21 -7
  510. package/lib/shared/pop-manager.d.ts +16 -5
  511. package/lib/shared/popover.d.ts +7 -3
  512. package/lib/shared/token.d.ts +4 -0
  513. package/lib/shared/utils.d.ts +19 -0
  514. package/lib/shared/vue-types.d.ts +116 -9
  515. package/lib/sideslider/index.d.ts +294 -183
  516. package/lib/sideslider/index.js +2 -1
  517. package/lib/sideslider/index.js.LICENSE.txt +1 -0
  518. package/lib/sideslider/sideslider.css +58 -11
  519. package/lib/sideslider/sideslider.d.ts +136 -65
  520. package/lib/sideslider/sideslider.less +75 -14
  521. package/lib/sideslider/sideslider.variable.css +90 -15
  522. package/lib/slider/index.d.ts +384 -1
  523. package/lib/slider/index.js +2 -1
  524. package/lib/slider/index.js.LICENSE.txt +1 -0
  525. package/lib/slider/slider-button.d.ts +3 -2
  526. package/lib/slider/slider.d.ts +7 -7
  527. package/lib/slider/slider.variable.css +32 -4
  528. package/lib/steps/index.d.ts +102 -96
  529. package/lib/steps/index.js +2 -1
  530. package/lib/steps/index.js.LICENSE.txt +1 -0
  531. package/lib/steps/steps.css +15 -3
  532. package/lib/steps/steps.d.ts +34 -34
  533. package/lib/steps/steps.less +24 -3
  534. package/lib/steps/steps.variable.css +47 -7
  535. package/lib/styles/index.d.ts +10 -1
  536. package/lib/styles/mixins/clearfix.css +8 -0
  537. package/lib/styles/mixins/clearfix.less +10 -0
  538. package/lib/styles/mixins/clearfix.variable.css +8 -0
  539. package/lib/styles/mixins/mixins.css +51 -0
  540. package/lib/styles/mixins/mixins.less +2 -0
  541. package/lib/styles/mixins/mixins.variable.css +51 -0
  542. package/lib/styles/mixins/popper.css +1 -1
  543. package/lib/styles/mixins/popper.less +12 -11
  544. package/lib/styles/mixins/popper.variable.css +123 -1
  545. package/lib/styles/mixins/scroll.css +17 -0
  546. package/lib/styles/mixins/scroll.less +22 -0
  547. package/lib/styles/mixins/scroll.variable.css +139 -0
  548. package/lib/styles/reset.css +36 -0
  549. package/lib/styles/reset.less +26 -2
  550. package/lib/styles/reset.variable.css +36 -0
  551. package/lib/styles/themes/themes.less +42 -4
  552. package/lib/swiper/index.d.ts +60 -44
  553. package/lib/swiper/swiper.d.ts +1 -1
  554. package/lib/switcher/index.d.ts +99 -92
  555. package/lib/switcher/index.js +1 -1
  556. package/lib/switcher/switcher.css +57 -6
  557. package/lib/switcher/switcher.d.ts +20 -14
  558. package/lib/switcher/switcher.less +3 -26
  559. package/lib/switcher/switcher.variable.css +106 -27
  560. package/lib/tab/index.d.ts +170 -134
  561. package/lib/tab/index.js +1 -1
  562. package/lib/tab/props.d.ts +93 -41
  563. package/lib/tab/tab-nav.d.ts +51 -15
  564. package/lib/tab/tab-panel.d.ts +16 -9
  565. package/lib/tab/tab.css +151 -55
  566. package/lib/tab/tab.d.ts +44 -23
  567. package/lib/tab/tab.less +179 -86
  568. package/lib/tab/tab.variable.css +183 -59
  569. package/lib/table/cache.d.ts +6 -0
  570. package/lib/table/components/index.d.ts +3 -0
  571. package/lib/table/components/table-cell.d.ts +51 -0
  572. package/lib/table/components/table-column.d.ts +305 -0
  573. package/lib/table/components/table-row.d.ts +2 -0
  574. package/lib/table/const.d.ts +128 -1
  575. package/lib/table/index.d.ts +1364 -99
  576. package/lib/table/index.js +1 -1
  577. package/lib/table/plugins/body-empty.d.ts +36 -0
  578. package/lib/table/plugins/col-group.d.ts +38 -0
  579. package/lib/table/plugins/common.d.ts +6 -0
  580. package/lib/table/plugins/head-filter.css +30 -14
  581. package/lib/table/plugins/head-filter.d.ts +26 -0
  582. package/lib/table/plugins/head-filter.less +79 -52
  583. package/lib/table/plugins/head-filter.variable.css +62 -18
  584. package/lib/table/plugins/head-sort.css +7 -3
  585. package/lib/table/plugins/head-sort.d.ts +29 -0
  586. package/lib/table/plugins/head-sort.less +8 -4
  587. package/lib/table/plugins/head-sort.variable.css +39 -7
  588. package/lib/table/plugins/index.d.ts +5 -0
  589. package/lib/table/plugins/settings.css +147 -0
  590. package/lib/table/plugins/settings.d.ts +37 -0
  591. package/lib/table/plugins/settings.less +181 -0
  592. package/lib/table/plugins/settings.variable.css +269 -0
  593. package/lib/table/plugins/use-active-columns.d.ts +16 -0
  594. package/lib/table/plugins/use-column-resize.d.ts +15 -0
  595. package/lib/table/plugins/use-fixed-column.d.ts +26 -0
  596. package/lib/table/plugins/use-pagination.d.ts +16 -0
  597. package/lib/table/plugins/use-scroll-loading.d.ts +5 -0
  598. package/lib/table/props.d.ts +367 -19
  599. package/lib/table/render.d.ts +46 -18
  600. package/lib/table/table.css +1181 -33
  601. package/lib/table/table.d.ts +270 -19
  602. package/lib/table/table.less +314 -18
  603. package/lib/table/table.variable.css +1213 -37
  604. package/lib/table/use-column.d.ts +12 -0
  605. package/lib/table/use-common.d.ts +113 -0
  606. package/lib/table/utils.d.ts +52 -12
  607. package/lib/table-column/index.d.ts +797 -0
  608. package/lib/table-column/index.js +1 -0
  609. package/lib/tag/index.d.ts +89 -71
  610. package/lib/tag/index.js +1 -1
  611. package/lib/tag/tag.css +46 -13
  612. package/lib/tag/tag.d.ts +17 -13
  613. package/lib/tag/tag.less +46 -10
  614. package/lib/tag/tag.variable.css +78 -17
  615. package/lib/tag-input/common.d.ts +13 -1
  616. package/lib/tag-input/index.d.ts +1194 -1
  617. package/lib/tag-input/index.js +1 -1
  618. package/lib/tag-input/list-tag-render.d.ts +2 -5
  619. package/lib/tag-input/tag-input.css +23 -26
  620. package/lib/tag-input/tag-input.d.ts +303 -44
  621. package/lib/tag-input/tag-input.less +103 -105
  622. package/lib/tag-input/tag-input.variable.css +55 -30
  623. package/lib/tag-input/tag-props.d.ts +142 -8
  624. package/lib/tag-input/tag-render.d.ts +31 -5
  625. package/lib/time-picker/index.d.ts +833 -0
  626. package/lib/time-picker/index.js +1 -0
  627. package/lib/time-picker/time-picker.css +215 -0
  628. package/lib/time-picker/time-picker.less +260 -0
  629. package/lib/time-picker/time-picker.variable.css +337 -0
  630. package/lib/timeline/index.d.ts +61 -32
  631. package/lib/timeline/index.js +1 -1
  632. package/lib/timeline/timeline.css +16 -9
  633. package/lib/timeline/timeline.d.ts +3 -3
  634. package/lib/timeline/timeline.less +22 -9
  635. package/lib/timeline/timeline.variable.css +48 -13
  636. package/lib/transfer/const.d.ts +5 -0
  637. package/lib/transfer/index.d.ts +273 -191
  638. package/lib/transfer/index.js +1 -1
  639. package/lib/transfer/props.d.ts +59 -0
  640. package/lib/transfer/transfer.css +153 -92
  641. package/lib/transfer/transfer.d.ts +102 -96
  642. package/lib/transfer/transfer.less +142 -112
  643. package/lib/transfer/transfer.variable.css +191 -102
  644. package/lib/tree/constant.d.ts +63 -0
  645. package/lib/tree/index.d.ts +387 -107
  646. package/lib/tree/index.js +1 -1
  647. package/lib/tree/props.d.ts +138 -3
  648. package/lib/tree/tree.css +181 -9
  649. package/lib/tree/tree.d.ts +185 -21
  650. package/lib/tree/tree.less +54 -3
  651. package/lib/tree/tree.variable.css +213 -13
  652. package/lib/tree/use-empty.d.ts +6 -0
  653. package/lib/tree/use-node-action.d.ts +12 -0
  654. package/lib/tree/use-node-async.d.ts +5 -0
  655. package/lib/tree/use-node-attribute.d.ts +42 -0
  656. package/lib/tree/use-node-drag.d.ts +3 -0
  657. package/lib/tree/use-search.d.ts +11 -0
  658. package/lib/tree/use-tree-init.d.ts +15 -0
  659. package/lib/tree/util.d.ts +4 -6
  660. package/lib/upload/index.d.ts +509 -0
  661. package/lib/upload/index.js +2 -0
  662. package/lib/upload/index.js.LICENSE.txt +1 -0
  663. package/lib/upload/props.d.ts +111 -0
  664. package/lib/upload/upload-list.d.ts +47 -0
  665. package/lib/upload/upload-trigger.d.ts +51 -0
  666. package/lib/upload/upload.css +427 -0
  667. package/lib/upload/upload.d.ts +246 -0
  668. package/lib/upload/upload.less +466 -0
  669. package/lib/upload/upload.type.d.ts +78 -0
  670. package/lib/upload/upload.variable.css +549 -0
  671. package/lib/upload/use-ajax-upload.d.ts +3 -0
  672. package/lib/upload/use-file-handler.d.ts +21 -0
  673. package/lib/virtual-render/index.d.ts +117 -144
  674. package/lib/virtual-render/index.js +1 -1
  675. package/lib/virtual-render/props.d.ts +25 -1
  676. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  677. package/lib/virtual-render/v-virtual-render.d.ts +0 -1
  678. package/lib/virtual-render/virtual-render.css +17 -17
  679. package/lib/virtual-render/virtual-render.d.ts +50 -4
  680. package/lib/virtual-render/virtual-render.less +2 -23
  681. package/lib/virtual-render/virtual-render.variable.css +139 -17
  682. package/lib/volar.components.d.ts +102 -0
  683. package/package.json +64 -43
  684. package/LICENSE.txt +0 -22
  685. package/lib/form/common.d.ts +0 -3
  686. 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,15 +106,749 @@
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);
122
+ }
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;
94
847
  }
95
848
  .bk-table-head-action {
96
849
  display: flex;
97
- width: 32px;
98
850
  height: var(--row-height);
99
- margin-left: 4px;
851
+ padding: 0 10px 0 6px;
100
852
  font-size: 12px;
101
853
  color: #c4c6cc;
102
854
  cursor: pointer;
@@ -108,18 +860,22 @@
108
860
  .bk-table-head-action.opened {
109
861
  color: inherit;
110
862
  }
111
- .bk-table-head-filter {
863
+ .bk-popover.bk-pop2-content.bk-table-head-filter {
112
864
  padding: 5px 0 0 0;
113
865
  background-color: #fff;
114
866
  border-radius: 2px;
115
- box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
867
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
116
868
  }
117
- .bk-table-head-filter .content-list {
118
- max-width: 200px;
119
- min-width: 140px;
120
- overflow: auto;
869
+ .bk-popover.bk-pop2-content.bk-table-head-filter .content-list {
870
+ display: inline-block;
871
+ max-width: 300px;
872
+ min-width: 200px;
121
873
  }
122
- .bk-table-head-filter .content-list .list-item {
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 {
123
879
  width: 100%;
124
880
  height: 32px;
125
881
  padding: 0 10px;
@@ -128,10 +884,19 @@
128
884
  color: #63656e;
129
885
  text-align: left;
130
886
  }
131
- .bk-table-head-filter .content-list .list-item:hover {
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 {
132
891
  background: #f0f1f5;
133
892
  }
134
- .bk-table-head-filter .content-footer {
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 {
135
900
  display: flex;
136
901
  height: 42px;
137
902
  padding: 0 10px;
@@ -139,7 +904,7 @@
139
904
  justify-content: center;
140
905
  align-items: center;
141
906
  }
142
- .bk-table-head-filter .content-footer span {
907
+ .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span {
143
908
  display: inline-flex;
144
909
  height: 100%;
145
910
  padding: 6px 12px;
@@ -149,27 +914,35 @@
149
914
  cursor: pointer;
150
915
  align-items: center;
151
916
  }
152
- .bk-table-head-filter .content-footer span.btn-filter-split {
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 {
153
922
  width: 1px;
154
923
  height: calc(100% - 12px);
155
924
  padding: 6px 0;
156
925
  cursor: default;
157
926
  background: #f0f1f5;
158
927
  }
159
- .bk-table-head-filter .content-footer span.btn-filter-reset.disable {
928
+ .bk-popover.bk-pop2-content.bk-table-head-filter .content-footer span.btn-filter-reset.disable {
160
929
  color: #979ba5;
161
930
  cursor: not-allowed;
162
931
  }
163
932
  .bk-head-cell-sort {
164
933
  display: flex;
165
- flex-direction: column;
934
+ height: 100%;
935
+ padding: 0 4px;
166
936
  margin-left: 4px;
167
937
  font-size: 10px;
938
+ cursor: pointer;
939
+ flex-direction: column;
940
+ justify-content: center;
941
+ align-items: center;
168
942
  }
169
943
  .bk-head-cell-sort .sort-action {
170
944
  display: flex;
171
- width: 18px;
172
- height: calc(var(--row-height)/2);
945
+ height: 50%;
173
946
  color: #c0c4cc;
174
947
  cursor: pointer;
175
948
  }
@@ -182,49 +955,354 @@
182
955
  .bk-head-cell-sort .sort-action.sort-desc {
183
956
  align-items: flex-start;
184
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 {
1047
+ overflow: hidden;
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
+ }
185
1105
  .bk-table {
186
- height: 100%;
1106
+ position: relative;
1107
+ height: auto;
187
1108
  overflow: hidden;
188
- border-top: 1px solid #dcdee5;
189
- border-bottom: 1px solid #dcdee5;
1109
+ }
1110
+ .bk-table.has-scroll-y .bk-table-head {
1111
+ padding-right: 4px;
190
1112
  }
191
1113
  .bk-table .bk-table-body {
1114
+ position: relative;
192
1115
  overflow: auto;
193
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-table-body .prepend-row {
1127
+ transform: translateX(var(--prepend-left));
1128
+ }
1129
+ .bk-table .bk-fixed-bottom-border {
1130
+ position: sticky;
1131
+ bottom: 0;
1132
+ left: 0;
1133
+ z-index: 1;
1134
+ width: 100%;
1135
+ border-top: 1px solid #dcdee5;
1136
+ transform: translateX(var(--scroll-head-left));
1137
+ }
1138
+ .bk-table .bk-fixed-bottom-border._is-empty {
1139
+ display: none;
1140
+ }
194
1141
  .bk-table .bk-table-head,
195
1142
  .bk-table .bk-table-body {
196
1143
  background: white;
197
1144
  }
1145
+ .bk-table .bk-table-head::-webkit-scrollbar,
1146
+ .bk-table .bk-table-body::-webkit-scrollbar {
1147
+ width: 4px;
1148
+ height: 4px;
1149
+ }
1150
+ .bk-table .bk-table-head::-webkit-scrollbar-thumb,
1151
+ .bk-table .bk-table-body::-webkit-scrollbar-thumb {
1152
+ background: #ddd;
1153
+ border-radius: 20px;
1154
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
1155
+ }
1156
+ .bk-table .bk-table-head.__is-empty,
1157
+ .bk-table .bk-table-body.__is-empty {
1158
+ display: flex;
1159
+ height: 100%;
1160
+ justify-content: center;
1161
+ align-items: center;
1162
+ }
1163
+ .bk-table .bk-table-head.__is-empty .bk-table-body-content,
1164
+ .bk-table .bk-table-body.__is-empty .bk-table-body-content {
1165
+ display: flex;
1166
+ width: 100%;
1167
+ height: 100%;
1168
+ padding-bottom: 20px;
1169
+ }
198
1170
  .bk-table .bk-table-head table,
199
1171
  .bk-table .bk-table-body table {
200
1172
  width: 100%;
201
1173
  border-collapse: collapse;
202
1174
  table-layout: fixed;
1175
+ align-self: flex-start;
203
1176
  }
204
1177
  .bk-table .bk-table-head table th,
205
1178
  .bk-table .bk-table-body table th,
206
1179
  .bk-table .bk-table-head table td,
207
1180
  .bk-table .bk-table-body table td {
208
- min-width: 80px;
1181
+ height: var(--row-height);
1182
+ min-width: 30px;
1183
+ clear: both;
1184
+ }
1185
+ .bk-table .bk-table-head table th.expand-row .expand-btn-action,
1186
+ .bk-table .bk-table-body table th.expand-row .expand-btn-action,
1187
+ .bk-table .bk-table-head table td.expand-row .expand-btn-action,
1188
+ .bk-table .bk-table-body table td.expand-row .expand-btn-action {
1189
+ color: #575961;
209
1190
  }
210
1191
  .bk-table .bk-table-head table th .cell,
211
1192
  .bk-table .bk-table-body table th .cell,
212
1193
  .bk-table .bk-table-head table td .cell,
213
1194
  .bk-table .bk-table-body table td .cell {
214
- display: flex;
215
- align-items: center;
216
- padding: 0 15px;
1195
+ padding: 0 16px;
1196
+ overflow: hidden;
1197
+ font-size: 12px;
1198
+ color: #63656E;
1199
+ text-overflow: ellipsis;
1200
+ white-space: nowrap;
1201
+ }
1202
+ .bk-table .bk-table-head table th .cell.has-sort,
1203
+ .bk-table .bk-table-body table th .cell.has-sort,
1204
+ .bk-table .bk-table-head table td .cell.has-sort,
1205
+ .bk-table .bk-table-body table td .cell.has-sort {
1206
+ cursor: pointer;
1207
+ }
1208
+ .bk-table .bk-table-head table th .cell .head-text,
1209
+ .bk-table .bk-table-body table th .cell .head-text,
1210
+ .bk-table .bk-table-head table td .cell .head-text,
1211
+ .bk-table .bk-table-body table td .cell .head-text {
217
1212
  overflow: hidden;
218
- line-height: var(--row-height);
219
- color: #575961;
220
- text-align: left;
221
1213
  text-overflow: ellipsis;
222
1214
  white-space: nowrap;
223
1215
  }
1216
+ .bk-table .bk-table-head table th .cell.selection,
1217
+ .bk-table .bk-table-body table th .cell.selection,
1218
+ .bk-table .bk-table-head table td .cell.selection,
1219
+ .bk-table .bk-table-body table td .cell.selection {
1220
+ padding: 0;
1221
+ text-align: center;
1222
+ }
1223
+ .bk-table .bk-table-head table th .cell.expand-cell,
1224
+ .bk-table .bk-table-body table th .cell.expand-cell,
1225
+ .bk-table .bk-table-head table td .cell.expand-cell,
1226
+ .bk-table .bk-table-body table td .cell.expand-cell {
1227
+ display: flex;
1228
+ padding: 0;
1229
+ text-overflow: unset;
1230
+ align-items: center;
1231
+ justify-content: center;
1232
+ }
1233
+ .bk-table .bk-table-head table th .expand-btn-action,
1234
+ .bk-table .bk-table-body table th .expand-btn-action,
1235
+ .bk-table .bk-table-head table td .expand-btn-action,
1236
+ .bk-table .bk-table-body table td .expand-btn-action {
1237
+ display: flex;
1238
+ padding: 0 16px;
1239
+ color: #c4c6cc;
1240
+ cursor: pointer;
1241
+ }
1242
+ .bk-table .bk-table-head table th.column_fixed,
1243
+ .bk-table .bk-table-body table th.column_fixed,
1244
+ .bk-table .bk-table-head table td.column_fixed,
1245
+ .bk-table .bk-table-body table td.column_fixed {
1246
+ position: sticky;
1247
+ z-index: 1;
1248
+ background: #fff;
1249
+ }
1250
+ .bk-table .bk-table-head table th.column_fixed.column_fixed_left,
1251
+ .bk-table .bk-table-body table th.column_fixed.column_fixed_left,
1252
+ .bk-table .bk-table-head table td.column_fixed.column_fixed_left,
1253
+ .bk-table .bk-table-body table td.column_fixed.column_fixed_left {
1254
+ left: 0;
1255
+ }
1256
+ .bk-table .bk-table-head table th.column_fixed.column_fixed_right,
1257
+ .bk-table .bk-table-body table th.column_fixed.column_fixed_right,
1258
+ .bk-table .bk-table-head table td.column_fixed.column_fixed_right,
1259
+ .bk-table .bk-table-body table td.column_fixed.column_fixed_right {
1260
+ right: 0;
1261
+ }
1262
+ .bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
1263
+ .bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
1264
+ .bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
1265
+ .bk-table .bk-table-body table td.row_expend .expand-cell-ctx {
1266
+ min-height: 30px;
1267
+ }
1268
+ .bk-table .bk-table-head table .left,
1269
+ .bk-table .bk-table-body table .left {
1270
+ text-align: left;
1271
+ }
1272
+ .bk-table .bk-table-head table .left .cell,
1273
+ .bk-table .bk-table-body table .left .cell {
1274
+ justify-content: start;
1275
+ }
1276
+ .bk-table .bk-table-head table .center,
1277
+ .bk-table .bk-table-body table .center {
1278
+ text-align: center;
1279
+ }
1280
+ .bk-table .bk-table-head table .center .cell,
1281
+ .bk-table .bk-table-body table .center .cell {
1282
+ justify-content: center;
1283
+ }
1284
+ .bk-table .bk-table-head table .right,
1285
+ .bk-table .bk-table-body table .right {
1286
+ text-align: right;
1287
+ }
1288
+ .bk-table .bk-table-head table .right .cell,
1289
+ .bk-table .bk-table-body table .right .cell {
1290
+ justify-content: end;
1291
+ }
1292
+ .bk-table .bk-table-head table thead,
1293
+ .bk-table .bk-table-body table thead {
1294
+ background-color: #fafbfd;
1295
+ }
224
1296
  .bk-table .bk-table-head table thead th,
225
1297
  .bk-table .bk-table-body table thead th {
1298
+ font-weight: 400;
1299
+ }
1300
+ .bk-table .bk-table-head table thead th .cell,
1301
+ .bk-table .bk-table-body table thead th .cell {
1302
+ display: flex;
1303
+ align-items: center;
1304
+ height: calc(var(--row-height) - 1px);
226
1305
  color: #313238;
227
- background-color: #fafbfd;
228
1306
  }
229
1307
  .bk-table .bk-table-head table thead th.active,
230
1308
  .bk-table .bk-table-body table thead th.active,
@@ -232,26 +1310,90 @@
232
1310
  .bk-table .bk-table-body table thead th:hover {
233
1311
  background: #f0f1f5;
234
1312
  }
1313
+ .bk-table .bk-table-head table thead th.column_fixed,
1314
+ .bk-table .bk-table-body table thead th.column_fixed {
1315
+ transform: translateX(var(--scroll-left));
1316
+ }
1317
+ .bk-table .bk-table-head table tbody tr td.empty-cell,
1318
+ .bk-table .bk-table-body table tbody tr td.empty-cell {
1319
+ padding-bottom: 30px;
1320
+ }
1321
+ .bk-table .bk-table-head table tbody tr td.is-last,
1322
+ .bk-table .bk-table-body table tbody tr td.is-last {
1323
+ border-bottom: none;
1324
+ }
235
1325
  .bk-table .bk-table-head table tbody tr td .cell,
236
1326
  .bk-table .bk-table-body table tbody tr td .cell {
237
- display: inline-block;
1327
+ display: block;
238
1328
  width: 100%;
1329
+ height: 100%;
1330
+ line-height: calc(var(--row-height) - 1px);
1331
+ box-sizing: border-box;
1332
+ align-items: center;
239
1333
  }
240
- .bk-table .bk-table-head table tbody tr:hover td,
241
- .bk-table .bk-table-body table tbody tr:hover td {
1334
+ .bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
1335
+ .bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
242
1336
  background: #f5f7fa;
243
1337
  }
1338
+ .bk-table .bk-table-head {
1339
+ position: relative;
1340
+ transform: translateX(var(--scroll-head-left));
1341
+ }
1342
+ .bk-table .bk-table-head .table-head-settings {
1343
+ position: absolute;
1344
+ top: 0;
1345
+ right: 1px;
1346
+ bottom: 0;
1347
+ z-index: 2;
1348
+ display: flex;
1349
+ width: calc(var(--row-height));
1350
+ font-size: 14px;
1351
+ cursor: pointer;
1352
+ background: #fafbfd;
1353
+ border-bottom: 1px solid #dcdee5;
1354
+ border-left: 1px solid #dcdee5;
1355
+ border-radius: 0 2px 0 0;
1356
+ transform: translateX(var(--scroll-left));
1357
+ justify-content: center;
1358
+ align-items: center;
1359
+ }
1360
+ .bk-table .bk-table-head .table-head-settings > span {
1361
+ display: flex;
1362
+ width: 1rem;
1363
+ height: 1rem;
1364
+ }
244
1365
  .bk-table .bk-table-footer {
245
- line-height: 40px;
1366
+ height: var(--footer-height);
1367
+ line-height: var(--footer-height);
1368
+ }
1369
+ .bk-table .bk-table-footer.is-hidden {
1370
+ display: none;
246
1371
  }
247
1372
  .bk-table.bordered-row td,
248
1373
  .bk-table.bordered-row th {
249
1374
  border-bottom: 1px solid #dcdee5;
250
1375
  }
1376
+ .bk-table.bordered-row tr:last-child td {
1377
+ border-bottom: none;
1378
+ }
251
1379
  .bk-table.bordered-outer {
1380
+ border-top: 1px solid #dcdee5;
252
1381
  border-right: 1px solid #dcdee5;
253
1382
  border-left: 1px solid #dcdee5;
254
1383
  }
1384
+ .bk-table.bordered-outer .bk-table-footer {
1385
+ border-bottom: 1px solid #dcdee5;
1386
+ }
1387
+ .bk-table.bordered-horizontal {
1388
+ border-top: 1px solid #dcdee5;
1389
+ }
1390
+ .bk-table.bordered-horizontal .bk-table-footer {
1391
+ border-bottom: 1px solid #dcdee5;
1392
+ }
1393
+ .bk-table.bordered-outer .__is-empty .bk-table-body-content,
1394
+ .bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
1395
+ border-bottom: 1px solid #dcdee5;
1396
+ }
255
1397
  .bk-table.bordered-col th,
256
1398
  .bk-table.bordered-col td {
257
1399
  border-right: 1px solid #dcdee5;
@@ -268,7 +1410,38 @@
268
1410
  border-left: none;
269
1411
  }
270
1412
  .bk-table .bk-table-fixed {
271
- width: 100%;
1413
+ position: absolute;
1414
+ top: 0;
1415
+ right: 0;
1416
+ bottom: var(--footer-height);
1417
+ left: 0;
1418
+ pointer-events: none;
1419
+ }
1420
+ .bk-table .bk-table-fixed .column_fixed {
1421
+ position: absolute;
1422
+ }
1423
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_left {
1424
+ top: 0;
1425
+ left: 0;
1426
+ }
1427
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
1428
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
1429
+ }
1430
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_right {
1431
+ top: 0;
1432
+ right: 0;
1433
+ z-index: 1;
1434
+ }
1435
+ .bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
1436
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
1437
+ }
1438
+ .bk-table .bk-table-fixed .scroll-loading._bottom {
1439
+ position: absolute;
1440
+ right: 0;
1441
+ bottom: 0;
1442
+ left: 0;
1443
+ display: flex;
1444
+ justify-content: center;
272
1445
  }
273
1446
  .bk-table colgroup col {
274
1447
  background: white;
@@ -277,3 +1450,6 @@
277
1450
  position: relative;
278
1451
  background: #f0f1f5;
279
1452
  }
1453
+ .bk-table .bk-pagination .is-last {
1454
+ margin-left: auto;
1455
+ }