bkui-vue 0.0.2-beta.13 → 0.0.2-beta.131

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 (495) hide show
  1. package/dist/index.cjs.js +143 -161
  2. package/dist/index.esm.js +19886 -21684
  3. package/dist/index.umd.js +143 -161
  4. package/dist/locale/en.esm.js +1 -1
  5. package/dist/locale/en.esm.js.map +1 -1
  6. package/dist/locale/en.umd.js +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/zh-cn.esm.js +1 -1
  9. package/dist/locale/zh-cn.esm.js.map +1 -1
  10. package/dist/locale/zh-cn.umd.js +1 -1
  11. package/dist/locale/zh-cn.umd.js.map +1 -1
  12. package/dist/style.css +1 -1
  13. package/dist/style.variable.css +1 -1
  14. package/lib/affix/affix.d.ts +1 -1
  15. package/lib/affix/affix.variable.css +6 -2
  16. package/lib/affix/index.d.ts +4 -4
  17. package/lib/affix/index.js +321 -1
  18. package/lib/alert/alert.css +7 -0
  19. package/lib/alert/alert.d.ts +5 -5
  20. package/lib/alert/alert.less +16 -6
  21. package/lib/alert/alert.variable.css +13 -2
  22. package/lib/alert/index.d.ts +10 -10
  23. package/lib/alert/index.js +214 -1
  24. package/lib/animate-number/index.d.ts +1 -1
  25. package/lib/animate-number/index.js +155 -1
  26. package/lib/backtop/backtop.css +8 -8
  27. package/lib/backtop/backtop.less +3 -1
  28. package/lib/backtop/backtop.variable.css +17 -13
  29. package/lib/backtop/index.d.ts +1 -1
  30. package/lib/backtop/index.js +188 -1
  31. package/lib/badge/badge.css +8 -2
  32. package/lib/badge/badge.d.ts +2 -2
  33. package/lib/badge/badge.less +8 -4
  34. package/lib/badge/badge.variable.css +14 -4
  35. package/lib/badge/index.d.ts +7 -7
  36. package/lib/badge/index.js +235 -1
  37. package/lib/breadcrumb/breadcrumb.css +4 -4
  38. package/lib/breadcrumb/breadcrumb.variable.css +10 -6
  39. package/lib/breadcrumb/index.d.ts +2 -2
  40. package/lib/breadcrumb/index.js +309 -1
  41. package/lib/button/button-group.d.ts +2 -2
  42. package/lib/button/button.css +30 -7
  43. package/lib/button/button.d.ts +1 -1
  44. package/lib/button/button.less +29 -13
  45. package/lib/button/button.variable.css +44 -17
  46. package/lib/button/index.d.ts +7 -7
  47. package/lib/button/index.js +321 -1
  48. package/lib/card/card.css +11 -11
  49. package/lib/card/card.d.ts +1 -1
  50. package/lib/card/card.less +7 -7
  51. package/lib/card/card.variable.css +17 -13
  52. package/lib/card/index.d.ts +4 -4
  53. package/lib/card/index.js +285 -1
  54. package/lib/cascader/cascader-panel.d.ts +1 -0
  55. package/lib/cascader/cascader.css +6 -6
  56. package/lib/cascader/cascader.less +3 -5
  57. package/lib/cascader/cascader.variable.css +12 -8
  58. package/lib/cascader/index.d.ts +3 -2
  59. package/lib/cascader/index.js +2045 -2
  60. package/lib/cascader/interface.d.ts +1 -1
  61. package/lib/checkbox/checkbox-group.d.ts +6 -3
  62. package/lib/checkbox/checkbox.css +13 -1
  63. package/lib/checkbox/checkbox.d.ts +15 -12
  64. package/lib/checkbox/checkbox.less +15 -1
  65. package/lib/checkbox/checkbox.variable.css +19 -3
  66. package/lib/checkbox/common.d.ts +1 -0
  67. package/lib/checkbox/index.d.ts +43 -31
  68. package/lib/checkbox/index.js +569 -1
  69. package/lib/code-diff/code-diff.variable.css +6 -2
  70. package/lib/code-diff/index.d.ts +1 -1
  71. package/lib/code-diff/index.js +5501 -1
  72. package/lib/collapse/collapse.variable.css +6 -2
  73. package/lib/collapse/index.d.ts +2 -2
  74. package/lib/collapse/index.js +570 -1
  75. package/lib/collapse-transition/collapse-transition.variable.css +6 -2
  76. package/lib/collapse-transition/index.d.ts +128 -2
  77. package/lib/collapse-transition/index.js +177 -1
  78. package/lib/color-picker/color-picker.d.ts +16 -0
  79. package/lib/color-picker/color-picker.variable.css +6 -2
  80. package/lib/color-picker/components/recommend-colors.d.ts +16 -0
  81. package/lib/color-picker/index.d.ts +19 -1
  82. package/lib/color-picker/index.js +2665 -1
  83. package/lib/components.js +530 -1
  84. package/lib/config-provider/config-provider.d.ts +21 -0
  85. package/lib/config-provider/config-provider.variable.css +6 -2
  86. package/lib/config-provider/index.d.ts +29 -1
  87. package/lib/config-provider/index.js +365 -1
  88. package/lib/config-provider/token.d.ts +7 -0
  89. package/lib/config-provider/use-global-config.d.ts +2 -0
  90. package/lib/config-provider/use-prefix.d.ts +2 -0
  91. package/lib/container/container.css +4 -4
  92. package/lib/container/container.variable.css +10 -6
  93. package/lib/container/index.d.ts +2 -2
  94. package/lib/container/index.js +391 -1
  95. package/lib/date-picker/date-picker.d.ts +6 -2
  96. package/lib/date-picker/date-picker.variable.css +6 -2
  97. package/lib/date-picker/index.d.ts +21 -8
  98. package/lib/date-picker/index.js +5609 -1
  99. package/lib/date-picker/panel/date-range.d.ts +2 -1
  100. package/lib/date-picker/time-picker.d.ts +3 -1
  101. package/lib/dialog/dialog.css +9 -6
  102. package/lib/dialog/dialog.less +7 -6
  103. package/lib/dialog/dialog.variable.css +15 -8
  104. package/lib/dialog/index.d.ts +1 -1
  105. package/lib/dialog/index.js +975 -2
  106. package/lib/directives/index.js +1387 -2
  107. package/lib/directives/tooltips.d.ts +3 -2
  108. package/lib/dist.index.js +87 -1
  109. package/lib/divider/divider.variable.css +6 -2
  110. package/lib/divider/index.d.ts +1 -1
  111. package/lib/divider/index.js +169 -1
  112. package/lib/dropdown/dropdown.css +2 -1
  113. package/lib/dropdown/dropdown.variable.css +8 -3
  114. package/lib/dropdown/index.d.ts +2 -2
  115. package/lib/dropdown/index.js +369 -1
  116. package/lib/exception/exception.variable.css +6 -2
  117. package/lib/exception/index.d.ts +2 -2
  118. package/lib/exception/index.js +385 -1
  119. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -2
  120. package/lib/fixed-navbar/index.d.ts +1 -1
  121. package/lib/fixed-navbar/index.js +154 -1
  122. package/lib/form/form.css +2 -1
  123. package/lib/form/form.less +3 -2
  124. package/lib/form/form.variable.css +8 -3
  125. package/lib/form/index.d.ts +3 -3
  126. package/lib/form/index.js +952 -1
  127. package/lib/hooks.d.ts +1 -1
  128. package/lib/hooks.js +73 -1
  129. package/lib/icon/angle-double-down-line.js +191 -1
  130. package/lib/icon/angle-double-left-line.js +191 -1
  131. package/lib/icon/angle-double-left.js +191 -1
  132. package/lib/icon/angle-double-right-line.js +191 -1
  133. package/lib/icon/angle-double-right.js +191 -1
  134. package/lib/icon/angle-double-up-line.js +191 -1
  135. package/lib/icon/angle-down-fill.js +191 -1
  136. package/lib/icon/angle-down-line.js +191 -1
  137. package/lib/icon/angle-down.js +191 -1
  138. package/lib/icon/angle-left.js +191 -1
  139. package/lib/icon/angle-right.js +191 -1
  140. package/lib/icon/angle-up-fill.js +191 -1
  141. package/lib/icon/angle-up.js +191 -1
  142. package/lib/icon/archive-fill.js +191 -1
  143. package/lib/icon/arrows-left.js +191 -1
  144. package/lib/icon/arrows-right.js +191 -1
  145. package/lib/icon/assistant.d.ts +4 -0
  146. package/lib/icon/assistant.js +191 -0
  147. package/lib/icon/audio-fill.js +191 -1
  148. package/lib/icon/bk.js +191 -1
  149. package/lib/icon/circle.js +191 -1
  150. package/lib/icon/close-line.js +191 -1
  151. package/lib/icon/close.js +191 -1
  152. package/lib/icon/code.js +191 -1
  153. package/lib/icon/cog-shape.js +191 -1
  154. package/lib/icon/collapse-left.js +191 -1
  155. package/lib/icon/copy-shape.js +191 -1
  156. package/lib/icon/copy.js +191 -1
  157. package/lib/icon/data-shape.js +191 -1
  158. package/lib/icon/del.js +191 -1
  159. package/lib/icon/doc-fill.js +191 -1
  160. package/lib/icon/done.js +191 -1
  161. package/lib/icon/down-shape.js +191 -1
  162. package/lib/icon/down-small.js +191 -1
  163. package/lib/icon/edit-line.js +191 -1
  164. package/lib/icon/ellipsis.js +191 -1
  165. package/lib/icon/enlarge-line.js +191 -1
  166. package/lib/icon/error.js +191 -1
  167. package/lib/icon/excel-fill.js +191 -1
  168. package/lib/icon/exclamation-circle-shape.js +191 -1
  169. package/lib/icon/eye.js +191 -1
  170. package/lib/icon/filliscreen-line.js +191 -1
  171. package/lib/icon/fix-line.js +191 -1
  172. package/lib/icon/fix-shape.js +191 -1
  173. package/lib/icon/folder-open.js +191 -1
  174. package/lib/icon/folder-shape-open.js +191 -1
  175. package/lib/icon/folder-shape.js +191 -1
  176. package/lib/icon/folder.js +191 -1
  177. package/lib/icon/funnel.js +191 -1
  178. package/lib/icon/help-document-fill.js +191 -1
  179. package/lib/icon/help-fill.js +191 -1
  180. package/lib/icon/help.js +191 -1
  181. package/lib/icon/image-fill.js +276 -1
  182. package/lib/icon/img-error.js +276 -1
  183. package/lib/icon/img-placehoulder.js +276 -1
  184. package/lib/icon/index.d.ts +2 -0
  185. package/lib/icon/index.js +2432 -1
  186. package/lib/icon/info-line.js +276 -1
  187. package/lib/icon/info.js +276 -1
  188. package/lib/icon/left-shape.js +276 -1
  189. package/lib/icon/left-turn-line.js +276 -1
  190. package/lib/icon/loading.d.ts +4 -0
  191. package/lib/icon/loading.js +276 -0
  192. package/lib/icon/narrow-line.js +276 -1
  193. package/lib/icon/original.js +276 -1
  194. package/lib/icon/pdf-fill.js +276 -1
  195. package/lib/icon/play-shape.js +276 -1
  196. package/lib/icon/plus.js +276 -1
  197. package/lib/icon/ppt-fill.js +276 -1
  198. package/lib/icon/qq.js +276 -1
  199. package/lib/icon/right-shape.js +276 -1
  200. package/lib/icon/right-turn-line.js +276 -1
  201. package/lib/icon/search.js +276 -1
  202. package/lib/icon/share.js +276 -1
  203. package/lib/icon/spinner.js +276 -1
  204. package/lib/icon/success.js +276 -1
  205. package/lib/icon/switcher-loading.js +276 -1
  206. package/lib/icon/text-file.js +276 -1
  207. package/lib/icon/text-fill.js +276 -1
  208. package/lib/icon/transfer.js +276 -1
  209. package/lib/icon/tree-application-shape.js +276 -1
  210. package/lib/icon/unfull-screen.js +276 -1
  211. package/lib/icon/unvisible.js +276 -1
  212. package/lib/icon/up-shape.js +276 -1
  213. package/lib/icon/upload.js +276 -1
  214. package/lib/icon/video-fill.js +276 -1
  215. package/lib/icon/warn.js +276 -1
  216. package/lib/icon/weixin-pro.js +276 -1
  217. package/lib/icon/weixin.js +276 -1
  218. package/lib/image/image-viewer.variable.css +6 -2
  219. package/lib/image/image.variable.css +6 -2
  220. package/lib/image/index.d.ts +1 -1
  221. package/lib/image/index.js +641 -1
  222. package/lib/index.js +97 -1
  223. package/lib/info-box/index.js +1165 -2
  224. package/lib/info-box/info-box.css +2 -0
  225. package/lib/info-box/info-box.d.ts +4 -0
  226. package/lib/info-box/info-box.less +2 -1
  227. package/lib/info-box/info-box.variable.css +8 -2
  228. package/lib/input/index.d.ts +150 -54
  229. package/lib/input/index.js +1233 -1
  230. package/lib/input/input.css +59 -15
  231. package/lib/input/input.d.ts +103 -14
  232. package/lib/input/input.less +71 -13
  233. package/lib/input/input.variable.css +65 -17
  234. package/lib/input/util.d.ts +6 -0
  235. package/lib/link/index.d.ts +4 -4
  236. package/lib/link/index.js +160 -1
  237. package/lib/link/link.d.ts +1 -1
  238. package/lib/link/link.variable.css +6 -2
  239. package/lib/loading/index.d.ts +5 -5
  240. package/lib/loading/index.js +381 -1
  241. package/lib/loading/loading.css +13 -13
  242. package/lib/loading/loading.d.ts +1 -1
  243. package/lib/loading/loading.less +14 -9
  244. package/lib/loading/loading.variable.css +19 -15
  245. package/lib/locale/index.js +477 -1
  246. package/lib/locale/lang/en.d.ts +7 -0
  247. package/lib/menu/index.d.ts +2 -2
  248. package/lib/menu/index.js +724 -1
  249. package/lib/menu/menu.css +4 -4
  250. package/lib/menu/menu.variable.css +10 -6
  251. package/lib/menu/submenu.variable.css +6 -2
  252. package/lib/message/index.js +1795 -2
  253. package/lib/message/message.css +33 -9
  254. package/lib/message/message.less +78 -54
  255. package/lib/message/message.variable.css +39 -11
  256. package/lib/message/messageConstructor.d.ts +25 -4
  257. package/lib/modal/index.d.ts +2 -2
  258. package/lib/modal/index.js +396 -1
  259. package/lib/modal/modal.css +2 -0
  260. package/lib/modal/modal.variable.css +8 -2
  261. package/lib/navigation/index.d.ts +4 -1
  262. package/lib/navigation/index.js +367 -1
  263. package/lib/navigation/navigation.d.ts +1 -0
  264. package/lib/navigation/navigation.variable.css +6 -2
  265. package/lib/notify/index.js +397 -1
  266. package/lib/notify/notify.css +6 -6
  267. package/lib/notify/notify.less +6 -6
  268. package/lib/notify/notify.variable.css +12 -8
  269. package/lib/notify/notifyConstructor.d.ts +1 -1
  270. package/lib/overflow-title/components/overflow-title.d.ts +257 -1
  271. package/lib/overflow-title/index.d.ts +387 -2
  272. package/lib/overflow-title/index.js +461 -1
  273. package/lib/overflow-title/props.d.ts +129 -0
  274. package/lib/pagination/index.d.ts +6 -6
  275. package/lib/pagination/index.js +880 -1
  276. package/lib/pagination/pagination.css +1 -0
  277. package/lib/pagination/pagination.d.ts +3 -3
  278. package/lib/pagination/pagination.less +1 -0
  279. package/lib/pagination/pagination.variable.css +7 -2
  280. package/lib/plugin-popover/index.js +3833 -1
  281. package/lib/plugins/index.js +63 -1
  282. package/lib/pop-confirm/index.d.ts +43 -4
  283. package/lib/pop-confirm/index.js +285 -1
  284. package/lib/pop-confirm/pop-confirm.css +4 -4
  285. package/lib/pop-confirm/pop-confirm.d.ts +14 -1
  286. package/lib/pop-confirm/pop-confirm.less +4 -4
  287. package/lib/pop-confirm/pop-confirm.variable.css +10 -6
  288. package/lib/popover/content.d.ts +33 -0
  289. package/lib/popover/index.d.ts +74 -16
  290. package/lib/popover/index.js +3841 -1
  291. package/lib/popover/popover.css +2 -1
  292. package/lib/popover/popover.d.ts +40 -7
  293. package/lib/popover/popover.less +4 -3
  294. package/lib/popover/popover.variable.css +8 -3
  295. package/lib/popover/props.d.ts +25 -2
  296. package/lib/popover/use-floating.d.ts +1 -1
  297. package/lib/popover/use-popover-init.d.ts +2 -1
  298. package/lib/popover2/index.d.ts +1 -1
  299. package/lib/popover2/index.js +107 -1
  300. package/lib/preset.d.ts +14 -0
  301. package/lib/preset.js +93 -1
  302. package/lib/process/index.d.ts +1 -1
  303. package/lib/process/index.js +759 -2
  304. package/lib/process/process.variable.css +6 -2
  305. package/lib/progress/index.d.ts +5 -5
  306. package/lib/progress/index.js +431 -1
  307. package/lib/progress/progress.css +11 -7
  308. package/lib/progress/progress.d.ts +3 -3
  309. package/lib/progress/progress.less +8 -3
  310. package/lib/progress/progress.variable.css +17 -9
  311. package/lib/radio/common.d.ts +1 -0
  312. package/lib/radio/index.d.ts +31 -25
  313. package/lib/radio/index.js +635 -1
  314. package/lib/radio/radio-button.d.ts +8 -7
  315. package/lib/radio/radio-group.d.ts +7 -4
  316. package/lib/radio/radio.css +26 -12
  317. package/lib/radio/radio.d.ts +5 -4
  318. package/lib/radio/radio.less +42 -8
  319. package/lib/radio/radio.variable.css +26 -8
  320. package/lib/rate/index.d.ts +12 -8
  321. package/lib/rate/index.js +354 -1
  322. package/lib/rate/rate.d.ts +4 -3
  323. package/lib/rate/rate.variable.css +6 -2
  324. package/lib/rate/star.css +3 -0
  325. package/lib/rate/star.less +3 -0
  326. package/lib/rate/star.variable.css +9 -2
  327. package/lib/resize-layout/index.d.ts +4 -4
  328. package/lib/resize-layout/index.js +429 -1
  329. package/lib/resize-layout/resize-layout.css +14 -2
  330. package/lib/resize-layout/resize-layout.d.ts +1 -1
  331. package/lib/resize-layout/resize-layout.less +14 -2
  332. package/lib/resize-layout/resize-layout.variable.css +20 -4
  333. package/lib/search-select/index.d.ts +62 -29
  334. package/lib/search-select/index.js +2729 -2
  335. package/lib/search-select/input.d.ts +5 -1
  336. package/lib/search-select/menu.d.ts +33 -2
  337. package/lib/search-select/search-select.css +39 -21
  338. package/lib/search-select/search-select.d.ts +23 -20
  339. package/lib/search-select/search-select.less +44 -23
  340. package/lib/search-select/search-select.variable.css +45 -23
  341. package/lib/search-select/selected.d.ts +5 -1
  342. package/lib/search-select/utils.d.ts +13 -5
  343. package/lib/select/common.d.ts +4 -1
  344. package/lib/select/index.d.ts +287 -90
  345. package/lib/select/index.js +2380 -2
  346. package/lib/select/option.d.ts +12 -0
  347. package/lib/select/select.css +16 -5
  348. package/lib/select/select.d.ts +120 -39
  349. package/lib/select/select.less +14 -1
  350. package/lib/select/select.variable.css +46 -31
  351. package/lib/select/selectTagInput.d.ts +10 -5
  352. package/lib/select/type.d.ts +3 -0
  353. package/lib/shared/helper.d.ts +1 -1
  354. package/lib/shared/index.js +2690 -1
  355. package/lib/shared/mask-manager.d.ts +3 -4
  356. package/lib/shared/pop-manager.d.ts +6 -2
  357. package/lib/shared/popover.d.ts +2 -2
  358. package/lib/shared/vue-types.d.ts +4 -3
  359. package/lib/sideslider/index.d.ts +1 -1
  360. package/lib/sideslider/index.js +714 -2
  361. package/lib/sideslider/sideslider.variable.css +6 -2
  362. package/lib/slider/index.d.ts +1 -1
  363. package/lib/slider/index.js +1297 -2
  364. package/lib/slider/slider.css +2 -0
  365. package/lib/slider/slider.less +2 -0
  366. package/lib/slider/slider.variable.css +8 -2
  367. package/lib/steps/index.d.ts +5 -5
  368. package/lib/steps/index.js +825 -2
  369. package/lib/steps/steps.css +18 -6
  370. package/lib/steps/steps.d.ts +3 -3
  371. package/lib/steps/steps.less +26 -5
  372. package/lib/steps/steps.variable.css +24 -8
  373. package/lib/styles/mixins/animate.css +4 -4
  374. package/lib/styles/mixins/animate.less +10 -6
  375. package/lib/styles/mixins/animate.variable.css +130 -4
  376. package/lib/styles/mixins/mixins.css +4 -4
  377. package/lib/styles/mixins/mixins.variable.css +4 -4
  378. package/lib/styles/mixins/popper.less +6 -5
  379. package/lib/styles/mixins/popper.variable.css +6 -2
  380. package/lib/styles/mixins/scroll.variable.css +6 -2
  381. package/lib/styles/reset.variable.css +6 -2
  382. package/lib/styles/themes/themes.less +7 -3
  383. package/lib/swiper/index.d.ts +1 -1
  384. package/lib/swiper/index.js +336 -1
  385. package/lib/swiper/swiper.css +0 -6
  386. package/lib/swiper/swiper.less +0 -8
  387. package/lib/swiper/swiper.variable.css +6 -8
  388. package/lib/switcher/index.d.ts +34 -20
  389. package/lib/switcher/index.js +277 -1
  390. package/lib/switcher/switcher.css +4 -4
  391. package/lib/switcher/switcher.d.ts +76 -7
  392. package/lib/switcher/switcher.variable.css +10 -6
  393. package/lib/tab/index.d.ts +3 -3
  394. package/lib/tab/index.js +914 -1
  395. package/lib/tab/tab-nav.d.ts +12 -2
  396. package/lib/tab/tab-panel.d.ts +1 -1
  397. package/lib/tab/tab.variable.css +6 -2
  398. package/lib/table/components/table-cell.d.ts +22 -24
  399. package/lib/table/components/table-column.d.ts +129 -85
  400. package/lib/table/const.d.ts +24 -2
  401. package/lib/table/events.d.ts +26 -26
  402. package/lib/table/index.d.ts +332 -296
  403. package/lib/table/index.js +6510 -1
  404. package/lib/table/plugins/body-empty.d.ts +1 -1
  405. package/lib/table/plugins/head-filter.css +4 -28
  406. package/lib/table/plugins/head-filter.less +5 -34
  407. package/lib/table/plugins/head-filter.variable.css +10 -30
  408. package/lib/table/plugins/head-sort.variable.css +6 -2
  409. package/lib/table/plugins/settings.d.ts +2 -19
  410. package/lib/table/plugins/settings.variable.css +6 -2
  411. package/lib/table/plugins/use-column-resize.d.ts +30 -10
  412. package/lib/table/plugins/use-fixed-column.d.ts +9 -9
  413. package/lib/table/plugins/use-head-cell.d.ts +7 -0
  414. package/lib/table/plugins/use-pagination.d.ts +8 -4
  415. package/lib/table/props.d.ts +120 -59
  416. package/lib/table/table.css +117 -53
  417. package/lib/table/table.d.ts +96 -73
  418. package/lib/table/table.less +70 -26
  419. package/lib/table/table.variable.css +123 -55
  420. package/lib/table/use-attributes.d.ts +59 -0
  421. package/lib/table/use-column.d.ts +264 -49
  422. package/lib/table/use-common.d.ts +1607 -88
  423. package/lib/table/use-render.d.ts +11 -0
  424. package/lib/table/utils.d.ts +34 -31
  425. package/lib/table-column/index.d.ts +384 -401
  426. package/lib/table-column/index.js +775 -1
  427. package/lib/tag/index.d.ts +10 -10
  428. package/lib/tag/index.js +233 -1
  429. package/lib/tag/tag.d.ts +5 -5
  430. package/lib/tag/tag.variable.css +6 -2
  431. package/lib/tag-input/index.d.ts +49 -7
  432. package/lib/tag-input/index.js +1664 -1
  433. package/lib/tag-input/list-tag-render.d.ts +11 -0
  434. package/lib/tag-input/tag-input.css +8 -0
  435. package/lib/tag-input/tag-input.d.ts +32 -4
  436. package/lib/tag-input/tag-input.less +9 -0
  437. package/lib/tag-input/tag-input.variable.css +14 -2
  438. package/lib/tag-input/tag-props.d.ts +16 -2
  439. package/lib/time-picker/index.d.ts +10 -4
  440. package/lib/time-picker/index.js +71 -1
  441. package/lib/time-picker/time-picker.css +3 -3
  442. package/lib/time-picker/time-picker.less +4 -9
  443. package/lib/time-picker/time-picker.variable.css +9 -5
  444. package/lib/timeline/index.d.ts +1 -1
  445. package/lib/timeline/index.js +241 -1
  446. package/lib/timeline/timeline.variable.css +6 -2
  447. package/lib/transfer/index.d.ts +1 -1
  448. package/lib/transfer/index.js +673 -1
  449. package/lib/transfer/transfer.css +2 -2
  450. package/lib/transfer/transfer.less +2 -2
  451. package/lib/transfer/transfer.variable.css +8 -4
  452. package/lib/tree/constant.d.ts +2 -2
  453. package/lib/tree/index.d.ts +70 -40
  454. package/lib/tree/index.js +2584 -1
  455. package/lib/tree/props.d.ts +20 -10
  456. package/lib/tree/tree.css +13 -1
  457. package/lib/tree/tree.d.ts +42 -21
  458. package/lib/tree/tree.variable.css +19 -3
  459. package/lib/tree/use-empty.d.ts +1 -3
  460. package/lib/tree/use-node-action.d.ts +5 -3
  461. package/lib/tree/use-node-attribute.d.ts +17 -8
  462. package/lib/tree/use-search.d.ts +2 -2
  463. package/lib/tree/use-tree-init.d.ts +1 -2
  464. package/lib/tree/util.d.ts +9 -3
  465. package/lib/upload/index.d.ts +1 -1
  466. package/lib/upload/index.js +2874 -2
  467. package/lib/upload/upload.css +4 -4
  468. package/lib/upload/upload.type.d.ts +1 -1
  469. package/lib/upload/upload.variable.css +10 -6
  470. package/lib/upload/use-file-handler.d.ts +2 -2
  471. package/lib/virtual-render/index.d.ts +43 -1
  472. package/lib/virtual-render/index.js +901 -1
  473. package/lib/virtual-render/props.d.ts +15 -0
  474. package/lib/virtual-render/use-fix-top.d.ts +18 -0
  475. package/lib/virtual-render/v-virtual-render.d.ts +24 -1
  476. package/lib/virtual-render/virtual-render.d.ts +25 -0
  477. package/lib/virtual-render/virtual-render.variable.css +6 -2
  478. package/lib/volar.components.d.ts +24 -24
  479. package/package.json +33 -19
  480. package/dist/index.cjs.source.js +0 -45479
  481. package/dist/index.esm.source.js +0 -45479
  482. package/dist/index.umd.source.js +0 -45482
  483. package/lib/cascader/index.js.LICENSE.txt +0 -1
  484. package/lib/dialog/index.js.LICENSE.txt +0 -1
  485. package/lib/directives/index.js.LICENSE.txt +0 -14
  486. package/lib/info-box/index.js.LICENSE.txt +0 -1
  487. package/lib/message/index.js.LICENSE.txt +0 -6
  488. package/lib/process/index.js.LICENSE.txt +0 -1
  489. package/lib/search-select/index.js.LICENSE.txt +0 -1
  490. package/lib/select/index.js.LICENSE.txt +0 -1
  491. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  492. package/lib/slider/index.js.LICENSE.txt +0 -1
  493. package/lib/steps/index.js.LICENSE.txt +0 -1
  494. package/lib/table/render.d.ts +0 -140
  495. package/lib/upload/index.js.LICENSE.txt +0 -1
@@ -16,6 +16,11 @@ declare const _default: import("vue").DefineComponent<{
16
16
  tpl: {
17
17
  type: FunctionConstructor;
18
18
  };
19
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
20
+ default: boolean;
21
+ } & {
22
+ default: boolean;
23
+ };
19
24
  }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
25
  node: import("vue-types").VueTypeValidableDef<{
21
26
  [key: string]: any;
@@ -34,7 +39,13 @@ declare const _default: import("vue").DefineComponent<{
34
39
  tpl: {
35
40
  type: FunctionConstructor;
36
41
  };
42
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
43
+ default: boolean;
44
+ } & {
45
+ default: boolean;
46
+ };
37
47
  }>>, {
48
+ disabled: boolean;
38
49
  displayKey: string;
39
50
  node: {
40
51
  [key: string]: any;
@@ -69,6 +69,9 @@
69
69
  border-radius: 2px;
70
70
  box-sizing: border-box;
71
71
  }
72
+ .bk-tag-input .bk-tag-input-trigger .tag-list .text:hover {
73
+ background-color: #dcdee5;
74
+ }
72
75
  .bk-tag-input .bk-tag-input-trigger .tag-list .tag-input {
73
76
  width: 10px;
74
77
  height: 22px;
@@ -81,11 +84,16 @@
81
84
  .bk-tag-input .bk-tag-input-trigger .placeholder {
82
85
  position: absolute;
83
86
  top: 0;
87
+ right: 8px;
84
88
  left: 8px;
89
+ height: 30px;
85
90
  padding: 0;
86
91
  margin: 0;
92
+ overflow: hidden;
87
93
  line-height: 30px;
88
94
  color: #c4c6cc;
95
+ text-overflow: ellipsis;
96
+ white-space: nowrap;
89
97
  }
90
98
  .bk-tag-input .bk-tag-input-trigger .clear-icon {
91
99
  margin-right: 5px;
@@ -161,12 +161,16 @@ declare const _default: import("vue").DefineComponent<{
161
161
  height: import("vue-types").VueTypeDef<string | number> & {
162
162
  default: string | number;
163
163
  };
164
- maxHeight: import("vue-types").VueTypeDef<string | number> & {
164
+ maxWidth: import("vue-types").VueTypeDef<string | number> & {
165
165
  default: string | number;
166
166
  };
167
- content: import("vue-types").VueTypeDef<string | number> & {
167
+ maxHeight: import("vue-types").VueTypeDef<string | number> & {
168
168
  default: string | number;
169
169
  };
170
+ content: import("vue-types").VueTypeDef<string | number | HTMLElement | JSX.Element> & {
171
+ default: string | number | (() => HTMLElement) | (() => JSX.Element);
172
+ };
173
+ target: import("vue-types").VueTypeDef<string | HTMLElement | PointerEvent>;
170
174
  allowHtml: import("vue-types").VueTypeValidableDef<boolean> & {
171
175
  default: boolean;
172
176
  } & {
@@ -252,6 +256,16 @@ declare const _default: import("vue").DefineComponent<{
252
256
  } & {
253
257
  default: string;
254
258
  };
259
+ componentEventDelay: import("vue-types").VueTypeValidableDef<number> & {
260
+ default: number;
261
+ } & {
262
+ default: number;
263
+ };
264
+ forceClickoutside: import("vue-types").VueTypeValidableDef<boolean> & {
265
+ default: boolean;
266
+ } & {
267
+ default: boolean;
268
+ };
255
269
  }>>>>;
256
270
  default: () => {};
257
271
  };
@@ -480,12 +494,16 @@ declare const _default: import("vue").DefineComponent<{
480
494
  height: import("vue-types").VueTypeDef<string | number> & {
481
495
  default: string | number;
482
496
  };
483
- maxHeight: import("vue-types").VueTypeDef<string | number> & {
497
+ maxWidth: import("vue-types").VueTypeDef<string | number> & {
484
498
  default: string | number;
485
499
  };
486
- content: import("vue-types").VueTypeDef<string | number> & {
500
+ maxHeight: import("vue-types").VueTypeDef<string | number> & {
487
501
  default: string | number;
488
502
  };
503
+ content: import("vue-types").VueTypeDef<string | number | HTMLElement | JSX.Element> & {
504
+ default: string | number | (() => HTMLElement) | (() => JSX.Element);
505
+ };
506
+ target: import("vue-types").VueTypeDef<string | HTMLElement | PointerEvent>;
489
507
  allowHtml: import("vue-types").VueTypeValidableDef<boolean> & {
490
508
  default: boolean;
491
509
  } & {
@@ -571,6 +589,16 @@ declare const _default: import("vue").DefineComponent<{
571
589
  } & {
572
590
  default: string;
573
591
  };
592
+ componentEventDelay: import("vue-types").VueTypeValidableDef<number> & {
593
+ default: number;
594
+ } & {
595
+ default: number;
596
+ };
597
+ forceClickoutside: import("vue-types").VueTypeValidableDef<boolean> & {
598
+ default: boolean;
599
+ } & {
600
+ default: boolean;
601
+ };
574
602
  }>>>>;
575
603
  default: () => {};
576
604
  };
@@ -79,6 +79,10 @@
79
79
  background-color: #f0f1f5;
80
80
  border-radius: 2px;
81
81
  box-sizing: border-box;
82
+
83
+ &:hover {
84
+ background-color: #dcdee5;;
85
+ }
82
86
  }
83
87
 
84
88
  .tag-input {
@@ -95,11 +99,16 @@
95
99
  .placeholder {
96
100
  position: absolute;
97
101
  top: 0;
102
+ right: 8px;
98
103
  left: 8px;
104
+ height: 30px;
99
105
  padding: 0;
100
106
  margin: 0;
107
+ overflow: hidden;
101
108
  line-height: 30px;
102
109
  color: @light-gray;
110
+ text-overflow: ellipsis;
111
+ white-space: nowrap;
103
112
  }
104
113
 
105
114
  .clear-icon {
@@ -11,6 +11,7 @@
11
11
  --white-color: white;
12
12
  --whitesmoke-color: #fafbfd;
13
13
  --disable-color: #dcdee5;
14
+ --disable-bg-color: #f9fafd;
14
15
  --font-size-base: 12px;
15
16
  --font-size-medium: 14px;
16
17
  --font-size-large: 16px;
@@ -20,6 +21,9 @@
20
21
  --component-size-small: 26px;
21
22
  --component-size-base: 32px;
22
23
  --component-size-large: 40px;
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
23
27
  --border-width-base: 1px;
24
28
  --border-style-base: solid;
25
29
  --border-radius-base: 2px;
@@ -32,7 +36,7 @@
32
36
  --input-border-color: var(--light-gray);
33
37
  --input-broder-radius: 3px;
34
38
  --input-shadow-color: #a3c5fd;
35
- --input-horizontal-padding: 10px;
39
+ --input-horizontal-padding: 8px;
36
40
  --input-block-color: #f5f7fa;
37
41
  --input-block-hover-color: #eaebf0;
38
42
  --input-icon-size: var(--font-size-medium);
@@ -49,7 +53,7 @@
49
53
  --button-selected-bg-color: #e1ecff;
50
54
  --button-disabled-selected-bg-color: #f0f1f5;
51
55
  --radio-font-color: #63656e;
52
- --radio-active-color: #5594fa;
56
+ --radio-active-color: #3a84ff;
53
57
  --radio-hover-border-color: #979ba5;
54
58
  --radio-disabled-border: #dcdee5;
55
59
  --radio-disabled-font-color: #c4c6cc;
@@ -191,6 +195,9 @@
191
195
  border-radius: 2px;
192
196
  box-sizing: border-box;
193
197
  }
198
+ .bk-tag-input .bk-tag-input-trigger .tag-list .text:hover {
199
+ background-color: #dcdee5;
200
+ }
194
201
  .bk-tag-input .bk-tag-input-trigger .tag-list .tag-input {
195
202
  width: 10px;
196
203
  height: 22px;
@@ -203,11 +210,16 @@
203
210
  .bk-tag-input .bk-tag-input-trigger .placeholder {
204
211
  position: absolute;
205
212
  top: 0;
213
+ right: 8px;
206
214
  left: 8px;
215
+ height: 30px;
207
216
  padding: 0;
208
217
  margin: 0;
218
+ overflow: hidden;
209
219
  line-height: 30px;
210
220
  color: var(--light-gray);
221
+ text-overflow: ellipsis;
222
+ white-space: nowrap;
211
223
  }
212
224
  .bk-tag-input .bk-tag-input-trigger .clear-icon {
213
225
  margin-right: 5px;
@@ -154,12 +154,16 @@ declare const tagProps: () => {
154
154
  height: import("vue-types").VueTypeDef<string | number> & {
155
155
  default: string | number;
156
156
  };
157
- maxHeight: import("vue-types").VueTypeDef<string | number> & {
157
+ maxWidth: import("vue-types").VueTypeDef<string | number> & {
158
158
  default: string | number;
159
159
  };
160
- content: import("vue-types").VueTypeDef<string | number> & {
160
+ maxHeight: import("vue-types").VueTypeDef<string | number> & {
161
161
  default: string | number;
162
162
  };
163
+ content: import("vue-types").VueTypeDef<string | number | HTMLElement | JSX.Element> & {
164
+ default: string | number | (() => HTMLElement) | (() => JSX.Element);
165
+ };
166
+ target: import("vue-types").VueTypeDef<string | HTMLElement | PointerEvent>;
163
167
  allowHtml: import("vue-types").VueTypeValidableDef<boolean> & {
164
168
  default: boolean;
165
169
  } & {
@@ -245,6 +249,16 @@ declare const tagProps: () => {
245
249
  } & {
246
250
  default: string;
247
251
  };
252
+ componentEventDelay: import("vue-types").VueTypeValidableDef<number> & {
253
+ default: number;
254
+ } & {
255
+ default: number;
256
+ };
257
+ forceClickoutside: import("vue-types").VueTypeValidableDef<boolean> & {
258
+ default: boolean;
259
+ } & {
260
+ default: boolean;
261
+ };
248
262
  }>>>>;
249
263
  default: () => {};
250
264
  };
@@ -39,8 +39,8 @@ declare const BkTimePicker: {
39
39
  style?: unknown;
40
40
  onChange?: (...args: any[]) => any;
41
41
  onInput?: (...args: any[]) => any;
42
- key?: string | number | symbol;
43
42
  ref?: import("vue").VNodeRef;
43
+ key?: string | number | symbol;
44
44
  ref_for?: boolean;
45
45
  ref_key?: string;
46
46
  onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -100,7 +100,7 @@ declare const BkTimePicker: {
100
100
  };
101
101
  $slots: Readonly<{
102
102
  header?: () => any;
103
- trigger?: () => any;
103
+ trigger?: (displayValue: string) => any;
104
104
  footer?: () => any;
105
105
  shortcuts?: (arg?: {
106
106
  change: Function;
@@ -292,6 +292,7 @@ declare const BkTimePicker: {
292
292
  handleBlur: (e: any) => void;
293
293
  handleKeydown: (e: KeyboardEvent) => void;
294
294
  handleInputChange: (e: any) => void;
295
+ handleInputInput: (e: any) => void;
295
296
  handleClear: () => void;
296
297
  handleTransferClick: () => void;
297
298
  onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
@@ -316,6 +317,7 @@ declare const BkTimePicker: {
316
317
  timeEnterMode: import("vue").Ref<boolean>;
317
318
  shortcut: import("vue").Ref<any>;
318
319
  onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
320
+ tmpValue: import("vue").Ref<any>;
319
321
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
320
322
  type: import("../../date-picker/src/interface").PickerTypeType;
321
323
  width: number;
@@ -351,7 +353,7 @@ declare const BkTimePicker: {
351
353
  enterMode: boolean;
352
354
  }, {}, string, import("vue").SlotsType<{
353
355
  header?: () => any;
354
- trigger?: () => any;
356
+ trigger?: (displayValue: string) => any;
355
357
  footer?: () => any;
356
358
  shortcuts?: (arg?: {
357
359
  change: Function;
@@ -558,6 +560,7 @@ declare const BkTimePicker: {
558
560
  handleBlur: (e: any) => void;
559
561
  handleKeydown: (e: KeyboardEvent) => void;
560
562
  handleInputChange: (e: any) => void;
563
+ handleInputInput: (e: any) => void;
561
564
  handleClear: () => void;
562
565
  handleTransferClick: () => void;
563
566
  onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
@@ -582,6 +585,7 @@ declare const BkTimePicker: {
582
585
  timeEnterMode: import("vue").Ref<boolean>;
583
586
  shortcut: import("vue").Ref<any>;
584
587
  onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
588
+ tmpValue: import("vue").Ref<any>;
585
589
  }> & {} & import("vue").ComponentCustomProperties & {};
586
590
  __isFragment?: never;
587
591
  __isTeleport?: never;
@@ -767,6 +771,7 @@ declare const BkTimePicker: {
767
771
  handleBlur: (e: any) => void;
768
772
  handleKeydown: (e: KeyboardEvent) => void;
769
773
  handleInputChange: (e: any) => void;
774
+ handleInputInput: (e: any) => void;
770
775
  handleClear: () => void;
771
776
  handleTransferClick: () => void;
772
777
  onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
@@ -791,6 +796,7 @@ declare const BkTimePicker: {
791
796
  timeEnterMode: import("vue").Ref<boolean>;
792
797
  shortcut: import("vue").Ref<any>;
793
798
  onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
799
+ tmpValue: import("vue").Ref<any>;
794
800
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", {
795
801
  type: import("../../date-picker/src/interface").PickerTypeType;
796
802
  width: number;
@@ -826,7 +832,7 @@ declare const BkTimePicker: {
826
832
  enterMode: boolean;
827
833
  }, {}, string, import("vue").SlotsType<{
828
834
  header?: () => any;
829
- trigger?: () => any;
835
+ trigger?: (displayValue: string) => any;
830
836
  footer?: () => any;
831
837
  shortcuts?: (arg?: {
832
838
  change: Function;
@@ -1 +1,71 @@
1
- !function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("../date-picker"),require("../shared"));else if("function"==typeof define&&define.amd)define(["../date-picker","../shared"],r);else{var t="object"==typeof exports?r(require("../date-picker"),require("../shared")):r(e["../date-picker"],e["../shared"]);for(var o in t)("object"==typeof exports?exports:e)[o]=t[o]}}(self,((e,r)=>(()=>{"use strict";var t={3082:r=>{r.exports=e},4212:e=>{e.exports=r}},o={};function i(e){var r=o[e];if(void 0!==r)return r.exports;var a=o[e]={exports:{}};return t[e](a,a.exports,i),a.exports}i.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return i.d(r,{a:r}),r},i.d=(e,r)=>{for(var t in r)i.o(r,t)&&!i.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},i.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{i.r(a),i.d(a,{default:()=>r});var e=i(3082);const r=(0,i(4212).withInstall)(e.TimePicker)})(),a})()));
1
+ import * as __WEBPACK_EXTERNAL_MODULE__date_picker_5900b182__ from "../date-picker";
2
+ import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
3
+ /******/ // The require scope
4
+ /******/ var __webpack_require__ = {};
5
+ /******/
6
+ /************************************************************************/
7
+ /******/ /* webpack/runtime/define property getters */
8
+ /******/ (() => {
9
+ /******/ // define getter functions for harmony exports
10
+ /******/ __webpack_require__.d = (exports, definition) => {
11
+ /******/ for(var key in definition) {
12
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14
+ /******/ }
15
+ /******/ }
16
+ /******/ };
17
+ /******/ })();
18
+ /******/
19
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
20
+ /******/ (() => {
21
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
22
+ /******/ })();
23
+ /******/
24
+ /************************************************************************/
25
+ var __webpack_exports__ = {};
26
+
27
+ // EXPORTS
28
+ __webpack_require__.d(__webpack_exports__, {
29
+ Z: () => (/* binding */ src)
30
+ });
31
+
32
+ ;// CONCATENATED MODULE: external "../date-picker"
33
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
34
+ var y = x => () => x
35
+ const external_date_picker_namespaceObject = x({ ["TimePicker"]: () => __WEBPACK_EXTERNAL_MODULE__date_picker_5900b182__.TimePicker });
36
+ ;// CONCATENATED MODULE: external "../shared"
37
+ var external_shared_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
38
+ var external_shared_y = x => () => x
39
+ const external_shared_namespaceObject = external_shared_x({ ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
40
+ ;// CONCATENATED MODULE: ../../packages/time-picker/src/index.ts
41
+ /*
42
+ * Tencent is pleased to support the open source community by making
43
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
44
+ *
45
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
46
+ *
47
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
48
+ *
49
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
50
+ *
51
+ * ---------------------------------------------------
52
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
53
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
54
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
55
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
56
+ *
57
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
58
+ * the Software.
59
+ *
60
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
61
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
62
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
63
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
64
+ * IN THE SOFTWARE.
65
+ */
66
+
67
+
68
+ var BkTimePicker = (0,external_shared_namespaceObject.withInstall)(external_date_picker_namespaceObject.TimePicker);
69
+ /* harmony default export */ const src = (BkTimePicker);
70
+ var __webpack_exports__default = __webpack_exports__.Z;
71
+ export { __webpack_exports__default as default };
@@ -91,7 +91,7 @@
91
91
  position: relative;
92
92
  float: left;
93
93
  width: 33.33%;
94
- max-height: 192px;
94
+ max-height: 200px;
95
95
  overflow: hidden;
96
96
  }
97
97
  .bk-time-picker-cells-list:hover {
@@ -115,7 +115,7 @@
115
115
  }
116
116
  .bk-time-picker-cells-list .bk-time-picker-cells-ul {
117
117
  width: 100%;
118
- padding: 0 0 160px 0;
118
+ padding: 0 0 168px 0;
119
119
  margin: 0;
120
120
  list-style: none;
121
121
  }
@@ -167,7 +167,7 @@
167
167
  .bk-time-picker-with-range .bk-picker-panel-content:after {
168
168
  position: absolute;
169
169
  top: 45px;
170
- right: -1px;
170
+ right: 0;
171
171
  bottom: 0;
172
172
  z-index: 1;
173
173
  display: block;
@@ -105,8 +105,8 @@
105
105
  position: relative;
106
106
  float: left;
107
107
  width: 33.33%;
108
- max-height: 192px;
109
- overflow: hidden
108
+ max-height: 200px;
109
+ overflow: hidden;
110
110
  }
111
111
 
112
112
  .@{bk-prefix}-time-picker-cells-list:hover {
@@ -135,7 +135,7 @@
135
135
 
136
136
  .@{bk-prefix}-time-picker-cells-list .@{bk-prefix}-time-picker-cells-ul {
137
137
  width: 100%;
138
- padding: 0 0 160px 0;
138
+ padding: 0 0 168px 0;
139
139
  margin: 0;
140
140
  list-style: none;
141
141
  }
@@ -153,13 +153,8 @@
153
153
  list-style: none;
154
154
  cursor: pointer;
155
155
  box-sizing: content-box;
156
- box-sizing: content-box;
157
156
  transition: background .2s ease-in-out;
158
- transition: background .2s ease-in-out;
159
- user-select: none;
160
- user-select: none;
161
157
  user-select: none;
162
- user-select: none
163
158
  }
164
159
 
165
160
  .@{bk-prefix}-time-picker-cells-list .@{bk-prefix}-time-picker-cells-ul .@{bk-prefix}-time-picker-cells-cell:hover {
@@ -200,7 +195,7 @@
200
195
  .@{bk-prefix}-time-picker-with-range .@{bk-prefix}-picker-panel-content:after {
201
196
  position: absolute;
202
197
  top: 45px;
203
- right: -1px;
198
+ right: 0;
204
199
  bottom: 0;
205
200
  z-index: 1;
206
201
  display: block;
@@ -11,6 +11,7 @@
11
11
  --white-color: white;
12
12
  --whitesmoke-color: #fafbfd;
13
13
  --disable-color: #dcdee5;
14
+ --disable-bg-color: #f9fafd;
14
15
  --font-size-base: 12px;
15
16
  --font-size-medium: 14px;
16
17
  --font-size-large: 16px;
@@ -20,6 +21,9 @@
20
21
  --component-size-small: 26px;
21
22
  --component-size-base: 32px;
22
23
  --component-size-large: 40px;
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
23
27
  --border-width-base: 1px;
24
28
  --border-style-base: solid;
25
29
  --border-radius-base: 2px;
@@ -32,7 +36,7 @@
32
36
  --input-border-color: var(--light-gray);
33
37
  --input-broder-radius: 3px;
34
38
  --input-shadow-color: #a3c5fd;
35
- --input-horizontal-padding: 10px;
39
+ --input-horizontal-padding: 8px;
36
40
  --input-block-color: #f5f7fa;
37
41
  --input-block-hover-color: #eaebf0;
38
42
  --input-icon-size: var(--font-size-medium);
@@ -49,7 +53,7 @@
49
53
  --button-selected-bg-color: #e1ecff;
50
54
  --button-disabled-selected-bg-color: #f0f1f5;
51
55
  --radio-font-color: #63656e;
52
- --radio-active-color: #5594fa;
56
+ --radio-active-color: #3a84ff;
53
57
  --radio-hover-border-color: #979ba5;
54
58
  --radio-disabled-border: #dcdee5;
55
59
  --radio-disabled-font-color: #c4c6cc;
@@ -213,7 +217,7 @@
213
217
  position: relative;
214
218
  float: left;
215
219
  width: 33.33%;
216
- max-height: 192px;
220
+ max-height: 200px;
217
221
  overflow: hidden;
218
222
  }
219
223
  .bk-time-picker-cells-list:hover {
@@ -237,7 +241,7 @@
237
241
  }
238
242
  .bk-time-picker-cells-list .bk-time-picker-cells-ul {
239
243
  width: 100%;
240
- padding: 0 0 160px 0;
244
+ padding: 0 0 168px 0;
241
245
  margin: 0;
242
246
  list-style: none;
243
247
  }
@@ -289,7 +293,7 @@
289
293
  .bk-time-picker-with-range .bk-picker-panel-content:after {
290
294
  position: absolute;
291
295
  top: 45px;
292
- right: -1px;
296
+ right: 0;
293
297
  bottom: 0;
294
298
  z-index: 1;
295
299
  display: block;
@@ -9,8 +9,8 @@ declare const BkTimeline: {
9
9
  class?: unknown;
10
10
  style?: unknown;
11
11
  onSelect?: (...args: any[]) => any;
12
- key?: string | number | symbol;
13
12
  ref?: import("vue").VNodeRef;
13
+ key?: string | number | symbol;
14
14
  ref_for?: boolean;
15
15
  ref_key?: string;
16
16
  onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {