bkui-vue 0.0.1-beta.6 → 0.0.1-beta.60

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 (506) hide show
  1. package/README.md +31 -19
  2. package/dist/index.cjs.js +57 -0
  3. package/dist/index.esm.js +21606 -0
  4. package/dist/index.umd.js +57 -0
  5. package/dist/style.css +1 -2009
  6. package/lib/alert/alert.d.ts +24 -15
  7. package/lib/alert/alert.variable.css +33 -0
  8. package/lib/alert/index.d.ts +180 -0
  9. package/lib/alert/index.js +1 -1
  10. package/lib/animate-number/animate-number.d.ts +12 -7
  11. package/lib/animate-number/index.d.ts +97 -0
  12. package/lib/animate-number/index.js +1 -1
  13. package/lib/backtop/backtop.d.ts +27 -13
  14. package/lib/backtop/backtop.variable.css +33 -0
  15. package/lib/backtop/index.d.ts +166 -0
  16. package/lib/backtop/index.js +1 -1
  17. package/lib/badge/badge.css +5 -5
  18. package/lib/badge/badge.d.ts +64 -22
  19. package/lib/badge/badge.less +5 -6
  20. package/lib/badge/badge.variable.css +38 -5
  21. package/lib/badge/index.d.ts +267 -0
  22. package/lib/badge/index.js +1 -1
  23. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  24. package/lib/breadcrumb/breadcrumb.css +18 -1
  25. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  26. package/lib/breadcrumb/breadcrumb.less +13 -2
  27. package/lib/breadcrumb/breadcrumb.variable.css +51 -1
  28. package/lib/breadcrumb/index.d.ts +194 -0
  29. package/lib/breadcrumb/index.js +1 -1
  30. package/lib/button/button-group.d.ts +3 -5
  31. package/lib/button/button.css +41 -21
  32. package/lib/button/button.d.ts +66 -30
  33. package/lib/button/button.less +44 -28
  34. package/lib/button/button.variable.css +74 -21
  35. package/lib/button/index.d.ts +237 -0
  36. package/lib/button/index.js +1 -1
  37. package/lib/card/card.css +53 -1
  38. package/lib/card/card.d.ts +74 -18
  39. package/lib/card/card.less +50 -2
  40. package/lib/card/card.variable.css +86 -1
  41. package/lib/card/index.d.ts +283 -0
  42. package/lib/card/index.js +1 -1
  43. package/lib/checkbox/checkbox-group.d.ts +13 -9
  44. package/lib/checkbox/checkbox.css +12 -0
  45. package/lib/checkbox/checkbox.d.ts +33 -30
  46. package/lib/checkbox/checkbox.less +17 -0
  47. package/lib/checkbox/checkbox.variable.css +45 -0
  48. package/lib/checkbox/common.d.ts +3 -3
  49. package/lib/checkbox/index.d.ts +253 -0
  50. package/lib/checkbox/index.js +1 -1
  51. package/lib/checkbox/type.d.ts +9 -12
  52. package/lib/code-diff/code-diff.css +186 -0
  53. package/lib/code-diff/code-diff.d.ts +80 -0
  54. package/lib/code-diff/code-diff.less +238 -0
  55. package/lib/code-diff/code-diff.variable.css +280 -0
  56. package/lib/code-diff/index.d.ts +154 -0
  57. package/lib/code-diff/index.js +1 -0
  58. package/lib/collapse/collapse.css +8 -0
  59. package/lib/collapse/collapse.d.ts +50 -18
  60. package/lib/collapse/collapse.less +10 -0
  61. package/lib/collapse/collapse.variable.css +8 -0
  62. package/lib/collapse/index.d.ts +166 -0
  63. package/lib/collapse/index.js +1 -1
  64. package/lib/components.d.ts +42 -0
  65. package/lib/components.js +1 -0
  66. package/lib/container/col.d.ts +51 -0
  67. package/lib/container/container.css +48 -0
  68. package/lib/container/container.d.ts +83 -0
  69. package/lib/container/container.less +20 -0
  70. package/lib/container/container.variable.css +142 -0
  71. package/lib/container/index.d.ts +223 -0
  72. package/lib/container/index.js +1 -0
  73. package/lib/container/row.d.ts +4 -0
  74. package/lib/date-picker/date-picker.css +407 -0
  75. package/lib/date-picker/date-picker.d.ts +294 -0
  76. package/lib/date-picker/date-picker.less +526 -0
  77. package/lib/date-picker/date-picker.variable.css +501 -0
  78. package/lib/date-picker/fecha.d.ts +6 -0
  79. package/lib/date-picker/index.d.ts +713 -0
  80. package/lib/date-picker/index.js +1 -0
  81. package/lib/date-picker/interface.d.ts +22 -0
  82. package/lib/date-picker/props.d.ts +111 -0
  83. package/lib/date-picker/utils.d.ts +97 -0
  84. package/lib/dialog/dialog.css +40 -0
  85. package/lib/dialog/dialog.d.ts +226 -51
  86. package/lib/dialog/dialog.less +16 -0
  87. package/lib/dialog/dialog.variable.css +40 -0
  88. package/lib/dialog/index.d.ts +608 -0
  89. package/lib/dialog/index.js +1 -1
  90. package/lib/directives/clickoutside.d.ts +3 -0
  91. package/lib/directives/index.d.ts +3 -0
  92. package/lib/directives/index.js +2 -15
  93. package/lib/directives/index.js.LICENSE.txt +14 -0
  94. package/lib/directives/tooltips.d.ts +17 -0
  95. package/lib/dist.index.js +1 -0
  96. package/lib/divider/divider.css +38 -0
  97. package/lib/divider/divider.d.ts +48 -0
  98. package/lib/divider/divider.less +53 -0
  99. package/lib/divider/divider.variable.css +132 -0
  100. package/lib/divider/index.d.ts +142 -0
  101. package/lib/divider/index.js +1 -0
  102. package/lib/divider/props.d.ts +21 -0
  103. package/lib/dropdown/dropdown-item.d.ts +19 -0
  104. package/lib/dropdown/dropdown-menu.d.ts +16 -0
  105. package/lib/dropdown/dropdown.css +43 -0
  106. package/lib/dropdown/dropdown.d.ts +63 -0
  107. package/lib/dropdown/dropdown.less +54 -0
  108. package/lib/dropdown/dropdown.variable.css +137 -0
  109. package/lib/dropdown/index.d.ts +200 -0
  110. package/lib/dropdown/index.js +1 -0
  111. package/lib/exception/exception.d.ts +11 -9
  112. package/lib/exception/exception.variable.css +33 -0
  113. package/lib/exception/index.d.ts +96 -0
  114. package/lib/exception/index.js +1 -1
  115. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  116. package/lib/fixed-navbar/fixed-navbar.variable.css +33 -0
  117. package/lib/fixed-navbar/index.d.ts +112 -0
  118. package/lib/fixed-navbar/index.js +1 -1
  119. package/lib/form/common.d.ts +3 -0
  120. package/lib/form/compose-form-item.d.ts +16 -0
  121. package/lib/form/form-item.d.ts +145 -0
  122. package/lib/form/form.css +113 -0
  123. package/lib/form/form.d.ts +64 -0
  124. package/lib/form/form.less +141 -0
  125. package/lib/form/form.variable.css +207 -0
  126. package/lib/form/index.d.ts +262 -0
  127. package/lib/form/index.js +1 -0
  128. package/lib/form/type.d.ts +21 -0
  129. package/lib/form/validator.d.ts +8 -0
  130. package/lib/icon/angle-double-down-line.d.ts +4 -0
  131. package/lib/icon/angle-double-down-line.js +1 -0
  132. package/lib/icon/angle-double-left-line.d.ts +4 -0
  133. package/lib/icon/angle-double-left-line.js +1 -0
  134. package/lib/icon/angle-double-left.d.ts +4 -0
  135. package/lib/icon/angle-double-left.js +1 -0
  136. package/lib/icon/angle-double-right-line.d.ts +4 -0
  137. package/lib/icon/angle-double-right-line.js +1 -0
  138. package/lib/icon/angle-double-right.d.ts +4 -0
  139. package/lib/icon/angle-double-right.js +1 -0
  140. package/lib/icon/angle-double-up-line.d.ts +4 -0
  141. package/lib/icon/angle-double-up-line.js +1 -0
  142. package/lib/icon/angle-down-fill.d.ts +4 -0
  143. package/lib/icon/angle-down-fill.js +1 -0
  144. package/lib/icon/angle-down-line.d.ts +4 -0
  145. package/lib/icon/angle-down-line.js +1 -0
  146. package/lib/icon/angle-down.d.ts +4 -0
  147. package/lib/icon/angle-down.js +1 -0
  148. package/lib/icon/angle-left.d.ts +4 -0
  149. package/lib/icon/angle-left.js +1 -0
  150. package/lib/icon/angle-right.d.ts +4 -0
  151. package/lib/icon/angle-right.js +1 -0
  152. package/lib/icon/angle-up-fill.d.ts +4 -0
  153. package/lib/icon/angle-up-fill.js +1 -0
  154. package/lib/icon/angle-up.d.ts +4 -0
  155. package/lib/icon/angle-up.js +1 -0
  156. package/lib/icon/arrows-left.d.ts +4 -0
  157. package/lib/icon/arrows-left.js +1 -0
  158. package/lib/icon/arrows-right.d.ts +4 -0
  159. package/lib/icon/arrows-right.js +1 -0
  160. package/lib/icon/bk.d.ts +4 -0
  161. package/lib/icon/bk.js +1 -0
  162. package/lib/icon/circle.d.ts +4 -0
  163. package/lib/icon/circle.js +1 -0
  164. package/lib/icon/close-line.d.ts +4 -0
  165. package/lib/icon/close-line.js +1 -0
  166. package/lib/icon/close.d.ts +4 -0
  167. package/lib/icon/close.js +1 -0
  168. package/lib/icon/code.d.ts +4 -0
  169. package/lib/icon/code.js +1 -0
  170. package/lib/icon/cog-shape.d.ts +4 -0
  171. package/lib/icon/cog-shape.js +1 -0
  172. package/lib/icon/collapse-left.d.ts +4 -0
  173. package/lib/icon/collapse-left.js +1 -0
  174. package/lib/icon/copy.d.ts +4 -0
  175. package/lib/icon/copy.js +1 -0
  176. package/lib/icon/data-shape.d.ts +4 -0
  177. package/lib/icon/data-shape.js +1 -0
  178. package/lib/icon/done.d.ts +4 -0
  179. package/lib/icon/done.js +1 -0
  180. package/lib/icon/down-shape.d.ts +4 -0
  181. package/lib/icon/down-shape.js +1 -0
  182. package/lib/icon/down-small.d.ts +4 -0
  183. package/lib/icon/down-small.js +1 -0
  184. package/lib/icon/edit-line.d.ts +4 -0
  185. package/lib/icon/edit-line.js +1 -0
  186. package/lib/icon/ellipsis.d.ts +4 -0
  187. package/lib/icon/ellipsis.js +1 -0
  188. package/lib/icon/error.d.ts +4 -0
  189. package/lib/icon/error.js +1 -0
  190. package/lib/icon/eye.d.ts +4 -0
  191. package/lib/icon/eye.js +1 -0
  192. package/lib/icon/folder-open.d.ts +4 -0
  193. package/lib/icon/folder-open.js +1 -0
  194. package/lib/icon/folder-shape-open.d.ts +4 -0
  195. package/lib/icon/folder-shape-open.js +1 -0
  196. package/lib/icon/folder-shape.d.ts +4 -0
  197. package/lib/icon/folder-shape.js +1 -0
  198. package/lib/icon/folder.d.ts +4 -0
  199. package/lib/icon/folder.js +1 -0
  200. package/lib/icon/funnel.d.ts +4 -0
  201. package/lib/icon/help-document-fill.d.ts +4 -0
  202. package/lib/icon/help-document-fill.js +1 -0
  203. package/lib/icon/help-fill.d.ts +4 -0
  204. package/lib/icon/help-fill.js +1 -0
  205. package/lib/icon/help.d.ts +4 -0
  206. package/lib/icon/help.js +1 -0
  207. package/lib/icon/icon.d.ts +12 -0
  208. package/lib/icon/index.d.ts +57 -0
  209. package/lib/icon/index.js +1 -15
  210. package/lib/icon/info-line.d.ts +4 -0
  211. package/lib/icon/info-line.js +1 -0
  212. package/lib/icon/info.d.ts +4 -0
  213. package/lib/icon/info.js +1 -0
  214. package/lib/icon/left-shape.d.ts +4 -0
  215. package/lib/icon/left-shape.js +1 -0
  216. package/lib/icon/play-shape.d.ts +4 -0
  217. package/lib/icon/play-shape.js +1 -0
  218. package/lib/icon/plus.d.ts +4 -0
  219. package/lib/icon/plus.js +1 -0
  220. package/lib/icon/qq.d.ts +4 -0
  221. package/lib/icon/qq.js +1 -0
  222. package/lib/icon/right-shape.d.ts +4 -0
  223. package/lib/icon/right-shape.js +1 -0
  224. package/lib/icon/search.d.ts +4 -0
  225. package/lib/icon/search.js +1 -0
  226. package/lib/icon/share.d.ts +4 -0
  227. package/lib/icon/share.js +1 -0
  228. package/lib/icon/spinner.d.ts +4 -0
  229. package/lib/icon/spinner.js +1 -0
  230. package/lib/icon/success.d.ts +4 -0
  231. package/lib/icon/success.js +1 -0
  232. package/lib/icon/switcher-loading.d.ts +4 -0
  233. package/lib/icon/switcher-loading.js +1 -0
  234. package/lib/icon/text-file.d.ts +4 -0
  235. package/lib/icon/text-file.js +1 -0
  236. package/lib/icon/tree-application-shape.d.ts +4 -0
  237. package/lib/icon/tree-application-shape.js +1 -0
  238. package/lib/icon/unvisible.d.ts +4 -0
  239. package/lib/icon/unvisible.js +1 -0
  240. package/lib/icon/up-shape.d.ts +4 -0
  241. package/lib/icon/up-shape.js +1 -0
  242. package/lib/icon/warn.d.ts +4 -0
  243. package/lib/icon/warn.js +1 -0
  244. package/lib/icon/weixin.d.ts +4 -0
  245. package/lib/icon/weixin.js +1 -0
  246. package/lib/index.d.ts +3 -0
  247. package/lib/index.js +1 -0
  248. package/lib/input/index.d.ts +451 -0
  249. package/lib/input/index.js +1 -15
  250. package/lib/input/input.css +75 -4
  251. package/lib/input/input.d.ts +118 -43
  252. package/lib/input/input.less +86 -8
  253. package/lib/input/input.variable.css +109 -4
  254. package/lib/link/index.d.ts +164 -0
  255. package/lib/link/index.js +1 -1
  256. package/lib/link/link.d.ts +25 -13
  257. package/lib/link/link.variable.css +33 -0
  258. package/lib/loading/index.d.ts +172 -0
  259. package/lib/loading/index.js +1 -1
  260. package/lib/loading/loading.css +118 -73
  261. package/lib/loading/loading.d.ts +67 -20
  262. package/lib/loading/loading.less +75 -58
  263. package/lib/loading/loading.variable.css +151 -73
  264. package/lib/menu/index.d.ts +188 -0
  265. package/lib/menu/index.js +1 -0
  266. package/lib/menu/menu-group.d.ts +14 -0
  267. package/lib/menu/menu-item.d.ts +16 -0
  268. package/lib/menu/menu.css +190 -0
  269. package/lib/menu/menu.d.ts +64 -0
  270. package/lib/menu/menu.less +180 -0
  271. package/lib/menu/menu.variable.css +284 -0
  272. package/lib/menu/submenu.css +3 -0
  273. package/lib/menu/submenu.d.ts +22 -0
  274. package/lib/menu/submenu.less +5 -0
  275. package/lib/menu/submenu.variable.css +97 -0
  276. package/lib/menu/utils.d.ts +41 -0
  277. package/lib/message/index.d.ts +2 -0
  278. package/lib/message/index.js +1 -0
  279. package/lib/message/message.css +62 -0
  280. package/lib/message/message.less +72 -0
  281. package/lib/message/message.variable.css +156 -0
  282. package/lib/message/messageConstructor.d.ts +106 -0
  283. package/lib/modal/index.d.ts +374 -0
  284. package/lib/modal/index.js +1 -1
  285. package/lib/modal/modal.css +20 -0
  286. package/lib/modal/modal.d.ts +108 -27
  287. package/lib/modal/modal.less +27 -0
  288. package/lib/modal/modal.variable.css +20 -0
  289. package/lib/modal/props.mixin.d.ts +44 -11
  290. package/lib/navigation/index.d.ts +2 -0
  291. package/lib/navigation/index.js +1 -0
  292. package/lib/navigation/navigation-title.d.ts +25 -0
  293. package/lib/navigation/navigation.css +184 -0
  294. package/lib/navigation/navigation.d.ts +111 -0
  295. package/lib/navigation/navigation.less +210 -0
  296. package/lib/navigation/navigation.variable.css +278 -0
  297. package/lib/notify/index.d.ts +2 -0
  298. package/lib/notify/index.js +1 -0
  299. package/lib/notify/notify.css +49 -0
  300. package/lib/notify/notify.less +58 -0
  301. package/lib/notify/notify.variable.css +143 -0
  302. package/lib/notify/notifyConstructor.d.ts +91 -0
  303. package/lib/pagination/index.d.ts +395 -0
  304. package/lib/pagination/index.js +1 -0
  305. package/lib/pagination/pagination.css +179 -0
  306. package/lib/pagination/pagination.d.ts +220 -0
  307. package/lib/pagination/pagination.less +201 -0
  308. package/lib/pagination/pagination.variable.css +273 -0
  309. package/lib/pagination/type.d.ts +6 -0
  310. package/lib/pagination/use-limit.d.ts +8 -0
  311. package/lib/pagination/use-list.d.ts +8 -0
  312. package/lib/pagination/use-small-list.d.ts +5 -0
  313. package/lib/pagination/use-total.d.ts +5 -0
  314. package/lib/popover/index.d.ts +318 -0
  315. package/lib/popover/index.js +1 -1
  316. package/lib/popover/popover.css +23 -14
  317. package/lib/popover/popover.d.ts +90 -46
  318. package/lib/popover/popover.less +57 -46
  319. package/lib/popover/popover.variable.css +56 -14
  320. package/lib/popover/props.d.ts +89 -0
  321. package/lib/preset.d.ts +7 -0
  322. package/lib/preset.js +1 -0
  323. package/lib/process/index.d.ts +205 -0
  324. package/lib/process/index.js +1 -0
  325. package/lib/process/process.css +138 -0
  326. package/lib/process/process.d.ts +131 -0
  327. package/lib/process/process.less +178 -0
  328. package/lib/process/process.variable.css +232 -0
  329. package/lib/progress/index.d.ts +398 -0
  330. package/lib/progress/index.js +1 -1
  331. package/lib/progress/progress.css +8 -3
  332. package/lib/progress/progress.d.ts +88 -35
  333. package/lib/progress/progress.less +0 -4
  334. package/lib/progress/progress.variable.css +41 -3
  335. package/lib/radio/common.d.ts +5 -5
  336. package/lib/radio/index.d.ts +278 -0
  337. package/lib/radio/index.js +1 -1
  338. package/lib/radio/radio-button.d.ts +29 -20
  339. package/lib/radio/radio-group.d.ts +11 -10
  340. package/lib/radio/radio.css +8 -2
  341. package/lib/radio/radio.d.ts +27 -17
  342. package/lib/radio/radio.less +9 -2
  343. package/lib/radio/radio.variable.css +41 -2
  344. package/lib/radio/type.d.ts +10 -5
  345. package/lib/rate/index.d.ts +113 -0
  346. package/lib/rate/index.js +1 -1
  347. package/lib/rate/rate.d.ts +13 -10
  348. package/lib/rate/star.d.ts +33 -16
  349. package/lib/resize-layout/index.d.ts +336 -0
  350. package/lib/resize-layout/index.js +1 -0
  351. package/lib/resize-layout/resize-layout.css +189 -0
  352. package/lib/resize-layout/resize-layout.d.ts +127 -0
  353. package/lib/resize-layout/resize-layout.less +233 -0
  354. package/lib/resize-layout/resize-layout.variable.css +283 -0
  355. package/lib/select/common.d.ts +23 -17
  356. package/lib/select/index.d.ts +1377 -0
  357. package/lib/select/index.js +1 -1
  358. package/lib/select/option.d.ts +12 -19
  359. package/lib/select/optionGroup.d.ts +54 -0
  360. package/lib/select/select.css +248 -17
  361. package/lib/select/select.d.ts +282 -156
  362. package/lib/select/select.less +251 -46
  363. package/lib/select/select.variable.css +281 -17
  364. package/lib/select/type.d.ts +31 -0
  365. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  366. package/lib/shared/index.d.ts +52 -0
  367. package/lib/shared/index.js +1 -1
  368. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +32 -3
  369. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +8 -1
  370. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +57 -6
  371. package/lib/shared/utils.d.ts +6 -0
  372. package/lib/shared/vue-types.d.ts +8 -7
  373. package/lib/shared/z-index-manager.d.ts +6 -1
  374. package/lib/sideslider/index.d.ts +337 -0
  375. package/lib/sideslider/index.js +1 -1
  376. package/lib/sideslider/sideslider.d.ts +114 -30
  377. package/lib/sideslider/sideslider.variable.css +33 -0
  378. package/lib/slider/index.d.ts +27 -0
  379. package/lib/slider/index.js +1 -0
  380. package/lib/slider/slider-button.d.ts +80 -0
  381. package/lib/slider/slider.css +149 -0
  382. package/lib/slider/slider.d.ts +201 -0
  383. package/lib/slider/slider.less +179 -0
  384. package/lib/slider/slider.variable.css +243 -0
  385. package/lib/steps/index.d.ts +250 -0
  386. package/lib/steps/index.js +1 -0
  387. package/lib/steps/steps.css +288 -0
  388. package/lib/steps/steps.d.ts +161 -0
  389. package/lib/steps/steps.less +324 -0
  390. package/lib/steps/steps.variable.css +382 -0
  391. package/lib/styles/index.d.ts +48 -0
  392. package/lib/styles/mixins/clearfix.css +8 -0
  393. package/lib/styles/mixins/clearfix.less +10 -0
  394. package/lib/styles/mixins/clearfix.variable.css +8 -0
  395. package/lib/styles/mixins/mixins.css +8 -0
  396. package/lib/styles/mixins/mixins.less +1 -0
  397. package/lib/styles/mixins/mixins.variable.css +8 -0
  398. package/lib/styles/mixins/popper.css +43 -0
  399. package/lib/styles/mixins/popper.less +52 -0
  400. package/lib/styles/mixins/popper.variable.css +43 -0
  401. package/lib/styles/mixins/size.less +9 -0
  402. package/lib/styles/reset.css +273 -0
  403. package/lib/styles/reset.less +313 -0
  404. package/lib/styles/reset.variable.css +273 -0
  405. package/lib/styles/themes/themes.less +53 -2
  406. package/lib/swiper/index.d.ts +181 -0
  407. package/lib/swiper/index.js +1 -0
  408. package/lib/swiper/swiper.css +91 -0
  409. package/lib/swiper/swiper.d.ts +65 -0
  410. package/lib/swiper/swiper.less +107 -0
  411. package/lib/swiper/swiper.variable.css +91 -0
  412. package/lib/switcher/index.d.ts +286 -0
  413. package/lib/switcher/index.js +1 -1
  414. package/lib/switcher/switcher.css +157 -135
  415. package/lib/switcher/switcher.d.ts +48 -32
  416. package/lib/switcher/switcher.less +211 -153
  417. package/lib/switcher/switcher.variable.css +190 -135
  418. package/lib/tab/index.d.ts +443 -0
  419. package/lib/tab/index.js +1 -0
  420. package/lib/tab/props.d.ts +191 -0
  421. package/lib/tab/tab-nav.d.ts +165 -0
  422. package/lib/tab/tab-panel.d.ts +73 -0
  423. package/lib/tab/tab.css +148 -0
  424. package/lib/tab/tab.d.ts +140 -0
  425. package/lib/tab/tab.less +222 -0
  426. package/lib/tab/tab.variable.css +242 -0
  427. package/lib/table/const.d.ts +4 -0
  428. package/lib/table/index.d.ts +359 -0
  429. package/lib/table/index.js +1 -1
  430. package/lib/table/plugins/head-filter.css +68 -0
  431. package/lib/table/plugins/head-filter.less +83 -0
  432. package/lib/table/plugins/head-filter.variable.css +162 -0
  433. package/lib/table/plugins/head-sort.css +22 -0
  434. package/lib/table/plugins/head-sort.less +28 -0
  435. package/lib/table/plugins/head-sort.variable.css +116 -0
  436. package/lib/table/plugins/settings.css +110 -0
  437. package/lib/table/plugins/settings.less +136 -0
  438. package/lib/table/plugins/settings.variable.css +204 -0
  439. package/lib/table/props.d.ts +184 -0
  440. package/lib/table/render.d.ts +120 -0
  441. package/lib/table/table.css +321 -0
  442. package/lib/table/table.d.ts +114 -36
  443. package/lib/table/table.less +160 -1
  444. package/lib/table/table.variable.css +354 -0
  445. package/lib/table/use-common.d.ts +20 -0
  446. package/lib/table/utils.d.ts +83 -0
  447. package/lib/tag/index.d.ts +229 -0
  448. package/lib/tag/index.js +1 -1
  449. package/lib/tag/tag.css +97 -0
  450. package/lib/tag/tag.d.ts +83 -53
  451. package/lib/tag/tag.less +110 -2
  452. package/lib/tag/tag.variable.css +130 -0
  453. package/lib/tag-input/common.d.ts +24 -0
  454. package/lib/tag-input/index.d.ts +2 -0
  455. package/lib/tag-input/index.js +1 -0
  456. package/lib/tag-input/list-tag-render.d.ts +47 -0
  457. package/lib/tag-input/tag-input.css +208 -0
  458. package/lib/tag-input/tag-input.d.ts +374 -0
  459. package/lib/tag-input/tag-input.less +250 -0
  460. package/lib/tag-input/tag-input.variable.css +302 -0
  461. package/lib/tag-input/tag-props.d.ts +131 -0
  462. package/lib/tag-input/tag-render.d.ts +38 -0
  463. package/lib/timeline/index.d.ts +129 -0
  464. package/lib/timeline/index.js +1 -0
  465. package/lib/timeline/timeline.css +235 -0
  466. package/lib/timeline/timeline.d.ts +81 -0
  467. package/lib/timeline/timeline.less +239 -0
  468. package/lib/timeline/timeline.variable.css +329 -0
  469. package/lib/transfer/index.d.ts +351 -0
  470. package/lib/transfer/index.js +1 -0
  471. package/lib/transfer/transfer.css +158 -0
  472. package/lib/transfer/transfer.d.ts +185 -0
  473. package/lib/transfer/transfer.less +171 -0
  474. package/lib/transfer/transfer.variable.css +252 -0
  475. package/lib/tree/index.d.ts +266 -0
  476. package/lib/tree/index.js +1 -0
  477. package/lib/tree/props.d.ts +99 -0
  478. package/lib/tree/tree.css +50 -0
  479. package/lib/tree/tree.d.ts +110 -0
  480. package/lib/tree/tree.less +63 -0
  481. package/lib/tree/tree.variable.css +144 -0
  482. package/lib/tree/use-async.d.ts +5 -0
  483. package/lib/tree/use-node-action.d.ts +6 -0
  484. package/lib/tree/use-node-attribute.d.ts +13 -0
  485. package/lib/tree/util.d.ts +70 -0
  486. package/lib/use-form.d.ts +3 -0
  487. package/lib/use-message.d.ts +2 -0
  488. package/lib/virtual-render/index.d.ts +556 -0
  489. package/lib/virtual-render/index.js +1 -0
  490. package/lib/virtual-render/props.d.ts +157 -0
  491. package/lib/virtual-render/v-virtual-render.d.ts +7 -0
  492. package/lib/virtual-render/virtual-render.css +33 -0
  493. package/lib/virtual-render/virtual-render.d.ts +244 -0
  494. package/lib/virtual-render/virtual-render.less +43 -0
  495. package/lib/virtual-render/virtual-render.variable.css +33 -0
  496. package/package.json +108 -79
  497. package/dist/bkui-vue.cjs.js +0 -4887
  498. package/dist/bkui-vue.esm.js +0 -4883
  499. package/dist/bkui-vue.umd.js +0 -4890
  500. package/lib/checkbox-group/index.js +0 -1
  501. package/lib/radio-button/index.js +0 -1
  502. package/lib/radio-group/index.js +0 -1
  503. package/lib/styles/index.js +0 -1
  504. package/lib/table/common.d.ts +0 -3
  505. package/lib/table/table-layout.d.ts +0 -14
  506. package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,407 @@
1
+ .bk-date-picker {
2
+ display: inline-block;
3
+ width: 261px;
4
+ line-height: normal;
5
+ }
6
+ .bk-date-picker.long {
7
+ width: 342px;
8
+ }
9
+ .bk-date-picker.medium-width {
10
+ width: 362px;
11
+ }
12
+ .bk-date-picker.large-width {
13
+ width: 402px;
14
+ }
15
+ .bk-date-picker-rel {
16
+ position: relative;
17
+ }
18
+ .bk-date-picker-rel .bk-date-picker-editor {
19
+ display: block;
20
+ width: 100%;
21
+ height: 32px;
22
+ padding: 0 10px 0 30px;
23
+ font-size: 12px;
24
+ line-height: 32px;
25
+ color: #63656e;
26
+ cursor: pointer;
27
+ border: 1px solid #c4c6cc;
28
+ border-radius: 2px;
29
+ outline: none;
30
+ }
31
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border {
32
+ border-color: transparent transparent #c4c6cc transparent;
33
+ }
34
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border:focus {
35
+ border-color: transparent transparent #3a84ff transparent;
36
+ box-shadow: none;
37
+ }
38
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border[disabled],
39
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border.readonly {
40
+ border-color: transparent transparent #dcdee5 transparent;
41
+ }
42
+ .bk-date-picker-rel .bk-date-picker-editor:focus {
43
+ border: 1px solid #3a84ff;
44
+ }
45
+ .bk-date-picker-rel .bk-date-picker-editor::placeholder {
46
+ color: #c4c6cc;
47
+ }
48
+ .bk-date-picker-rel .bk-date-picker-editor[disabled] {
49
+ color: #c4c6cc;
50
+ cursor: not-allowed;
51
+ background-color: #fafbfd;
52
+ border-color: #c4c6cc;
53
+ }
54
+ .bk-date-picker-rel .bk-date-picker-editor.readonly {
55
+ background-color: #fafbfd;
56
+ border-color: #c4c6cc;
57
+ }
58
+ .bk-date-picker-rel .bk-date-picker-editor.medium-font {
59
+ font-size: 14px;
60
+ }
61
+ .bk-date-picker-rel .bk-date-picker-editor.large-font {
62
+ font-size: 16px;
63
+ }
64
+ .bk-date-picker-rel .clear-action {
65
+ position: absolute;
66
+ top: 50%;
67
+ right: 10px;
68
+ font-size: 14px;
69
+ color: #c4c6cc;
70
+ cursor: pointer;
71
+ transform: translateY(-50%);
72
+ }
73
+ .bk-date-picker-rel .clear-action:hover {
74
+ color: #979ba5;
75
+ }
76
+ .bk-date-picker-rel .icon-wrapper {
77
+ position: absolute;
78
+ top: 0;
79
+ left: 0;
80
+ display: inline-block;
81
+ width: 32px;
82
+ height: 32px;
83
+ color: #c4c6cc;
84
+ cursor: pointer;
85
+ background-color: transparent;
86
+ }
87
+ .bk-date-picker-rel .icon-wrapper.disabled {
88
+ cursor: not-allowed;
89
+ }
90
+ .bk-date-picker-rel .icon-wrapper i.icon-clock {
91
+ position: absolute;
92
+ top: 50%;
93
+ left: 50%;
94
+ transform: translate(-50%, -50%);
95
+ }
96
+ .bk-date-picker-rel .icon-wrapper .picker-icon {
97
+ position: absolute;
98
+ top: 50%;
99
+ left: 50%;
100
+ width: 18px;
101
+ height: 18px;
102
+ transform: translate(-50%, -50%);
103
+ }
104
+ .bk-date-picker-dropdown {
105
+ position: absolute;
106
+ z-index: 900;
107
+ padding: 5px 0 0 0;
108
+ overflow: auto;
109
+ background-color: #fff;
110
+ border: 1px solid #dcdee5;
111
+ border-radius: 2px;
112
+ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
113
+ box-sizing: border-box;
114
+ }
115
+ .bk-date-picker .bk-select-dropdown {
116
+ max-height: none;
117
+ padding: 0;
118
+ overflow: visible;
119
+ }
120
+ .bk-date-picker-footer-wrapper {
121
+ clear: both;
122
+ font-size: 14px;
123
+ color: #979ba5;
124
+ background-color: #fafbfd;
125
+ border-top: 1px solid #dcdee5;
126
+ }
127
+ .bk-date-picker-top-wrapper {
128
+ margin-top: -5px;
129
+ clear: both;
130
+ font-size: 14px;
131
+ color: #979ba5;
132
+ }
133
+ .bk-picker-panel-body-wrapper.bk-picker-panel-with-sidebar {
134
+ padding-right: 140px;
135
+ }
136
+ .bk-picker-panel-sidebar {
137
+ position: absolute;
138
+ top: 0;
139
+ right: 0;
140
+ bottom: 0;
141
+ width: 140px;
142
+ padding: 12px 0;
143
+ overflow: auto;
144
+ font-size: 14px;
145
+ color: #3a84ff;
146
+ background-color: #fafbfd;
147
+ border-left: 1px solid #dcdee5;
148
+ }
149
+ .bk-picker-panel-sidebar .bk-picker-panel-shortcut {
150
+ /* &:nth-of-type(1) {
151
+ padding-top: 18px;
152
+ }
153
+ &:last-child {
154
+ padding-bottom: 18px;
155
+ } */
156
+ padding: 6px 21px;
157
+ overflow: hidden;
158
+ text-overflow: ellipsis;
159
+ white-space: nowrap;
160
+ cursor: pointer;
161
+ }
162
+ .bk-picker-panel-sidebar .bk-picker-panel-shortcut:hover {
163
+ background-color: #e1ecff;
164
+ }
165
+ .bk-picker-panel-body {
166
+ float: left;
167
+ }
168
+ .bk-picker-confirm {
169
+ height: 42px;
170
+ padding: 0 20px;
171
+ clear: both;
172
+ font-size: 14px;
173
+ line-height: 41px;
174
+ text-align: right;
175
+ background-color: #fafbfd;
176
+ border-top: 1px solid #dcdee5;
177
+ }
178
+ .bk-picker-confirm a {
179
+ color: #979ba5;
180
+ }
181
+ .bk-picker-confirm a.confirm {
182
+ margin-left: 10px;
183
+ color: #3a84ff;
184
+ }
185
+ .bk-picker-confirm a[disabled] {
186
+ color: #c4c6cc;
187
+ cursor: not-allowed;
188
+ }
189
+ .bk-picker-confirm .bk-picker-confirm-time {
190
+ float: left;
191
+ }
192
+ .bk-date-picker-header {
193
+ height: 46px;
194
+ font-size: 14px;
195
+ font-weight: 700;
196
+ line-height: 46px;
197
+ color: #63656e;
198
+ text-align: center;
199
+ border-bottom: 1px solid #dcdee5;
200
+ }
201
+ .bk-date-picker-header .bk-date-picker-header-label {
202
+ cursor: pointer;
203
+ }
204
+ .bk-date-picker-header .bk-date-picker-header-label:hover {
205
+ color: #3a84ff;
206
+ }
207
+ .bk-date-picker-header .up-to-now {
208
+ margin-left: 3px;
209
+ font-weight: 400;
210
+ cursor: pointer;
211
+ }
212
+ .bk-date-picker-header .up-to-now.disabled {
213
+ color: #c4c6cc;
214
+ cursor: not-allowed;
215
+ }
216
+ .bk-date-picker-cells {
217
+ margin: 9px;
218
+ font-size: 12px;
219
+ color: #63656e;
220
+ white-space: normal;
221
+ }
222
+ .bk-date-picker-cells span {
223
+ display: inline-block;
224
+ width: 34px;
225
+ height: 32px;
226
+ line-height: 32px;
227
+ text-align: center;
228
+ }
229
+ .bk-date-picker-cells span em {
230
+ display: inline-block;
231
+ width: 34px;
232
+ height: 32px;
233
+ font-style: normal;
234
+ line-height: 32px;
235
+ cursor: pointer;
236
+ }
237
+ .bk-date-picker-cells .bk-date-picker-cells-header {
238
+ text-align: center;
239
+ }
240
+ .bk-date-picker-cells .bk-date-picker-cells-header span {
241
+ width: 28px;
242
+ height: 26px;
243
+ margin: 3px;
244
+ line-height: 26px;
245
+ color: #63656e;
246
+ text-align: center;
247
+ cursor: default;
248
+ }
249
+ .bk-date-picker-cells-cell:hover em {
250
+ /* background-color: #e1ecff; */
251
+ background-color: #f0f1f5;
252
+ }
253
+ .bk-date-picker-cells-focused em {
254
+ color: #3a84ff;
255
+ box-shadow: 0 0 0 1px #a3c5fd inset;
256
+ }
257
+ .bk-date-picker-cells-cell-prev-month em,
258
+ .bk-date-picker-cells-cell-next-month em {
259
+ color: #c4c6cc;
260
+ }
261
+ .bk-date-picker-cells-cell-prev-month:hover em,
262
+ .bk-date-picker-cells-cell-next-month:hover em {
263
+ background: transparent;
264
+ }
265
+ span.bk-date-picker-cells-cell-week-label,
266
+ span.bk-date-picker-cells-cell-week-label:hover,
267
+ span.bk-date-picker-cells-cell-disabled,
268
+ span.bk-date-picker-cells-cell-disabled:hover {
269
+ color: #c4c6cc;
270
+ cursor: not-allowed;
271
+ }
272
+ span.bk-date-picker-cells-cell-week-label em,
273
+ span.bk-date-picker-cells-cell-week-label:hover em,
274
+ span.bk-date-picker-cells-cell-disabled em,
275
+ span.bk-date-picker-cells-cell-disabled:hover em {
276
+ color: inherit;
277
+ cursor: not-allowed;
278
+ background: inherit;
279
+ }
280
+ span.bk-date-picker-cells-cell-disabled,
281
+ span.bk-date-picker-cells-cell-disabled:hover {
282
+ background-color: #f0f1f5;
283
+ }
284
+ .bk-date-picker-cells-cell-today em {
285
+ position: relative;
286
+ color: #3a84ff;
287
+ box-shadow: 0 0 0 1px #a3c5fd inset;
288
+ }
289
+ .bk-date-picker-cells-cell-range {
290
+ position: relative;
291
+ }
292
+ .bk-date-picker-cells-cell-range:before {
293
+ position: absolute;
294
+ top: 0;
295
+ right: 0;
296
+ bottom: 0;
297
+ left: 0;
298
+ display: block;
299
+ background: #e1ecff;
300
+ border: 0;
301
+ border-radius: 0;
302
+ content: '';
303
+ }
304
+ .bk-date-picker-cells-cell-range em {
305
+ position: relative;
306
+ z-index: 1;
307
+ }
308
+ .bk-date-picker-cells-cell-selected em,
309
+ .bk-date-picker-cells-cell-selected:hover em {
310
+ color: #fff;
311
+ background-color: #3a84ff;
312
+ box-shadow: 0 0 0 1px #3a84ff inset;
313
+ }
314
+ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
315
+ color: #f7f7f7;
316
+ background: #c4c6cc;
317
+ }
318
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:after {
319
+ background: #fff;
320
+ }
321
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em,
322
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:hover {
323
+ box-shadow: 0 0 0 1px #3a84ff inset;
324
+ }
325
+ .bk-date-picker-cells-year,
326
+ .bk-date-picker-cells-month {
327
+ margin-top: 7px;
328
+ }
329
+ .bk-date-picker-cells-year span,
330
+ .bk-date-picker-cells-month span {
331
+ width: 36px;
332
+ height: 32px;
333
+ margin: 10px 12px;
334
+ line-height: 32px;
335
+ text-align: center;
336
+ border-radius: 3px;
337
+ }
338
+ .bk-date-picker-cells-year span em,
339
+ .bk-date-picker-cells-month span em {
340
+ width: 36px;
341
+ height: 32px;
342
+ line-height: 32px;
343
+ text-align: center;
344
+ }
345
+ .bk-picker-panel-icon-btn {
346
+ display: inline-block;
347
+ width: 20px;
348
+ height: 46px;
349
+ line-height: 44px;
350
+ color: #979ba5;
351
+ text-align: center;
352
+ cursor: pointer;
353
+ transition: color 0.2s ease-in-out;
354
+ }
355
+ .bk-picker-panel-icon-btn:hover {
356
+ color: #2d8cf0;
357
+ }
358
+ .bk-picker-panel-icon-btn i {
359
+ font-size: 20px;
360
+ }
361
+ .bk-date-picker-prev-btn {
362
+ float: left;
363
+ }
364
+ .bk-date-picker-prev-btn-arrow-double {
365
+ margin-left: 10px;
366
+ }
367
+ .bk-date-picker-prev-btn-arrow-double i:after {
368
+ margin-left: -8px;
369
+ }
370
+ .bk-date-picker-next-btn {
371
+ float: right;
372
+ }
373
+ .bk-date-picker-next-btn-arrow-double {
374
+ margin-right: 10px;
375
+ }
376
+ .bk-date-picker-next-btn-arrow-double i:after {
377
+ margin-left: -8px;
378
+ }
379
+ .bk-date-picker-with-range .bk-picker-panel-body {
380
+ min-width: 532px;
381
+ }
382
+ .bk-date-picker-with-range .bk-picker-panel-content {
383
+ float: left;
384
+ }
385
+ .bk-date-picker-with-range .bk-picker-cells-show-week-numbers {
386
+ min-width: 492px;
387
+ }
388
+ .bk-date-picker-transfer {
389
+ z-index: 1060;
390
+ max-height: none;
391
+ }
392
+ .bk-fade-down-transition-enter-from,
393
+ .bk-fade-down-transition-leave-to {
394
+ opacity: 0;
395
+ transform: translateY(-20px);
396
+ }
397
+ .bk-fade-down-transition-enter-to,
398
+ .bk-fade-down-transition-leave-from {
399
+ opacity: 1;
400
+ transform: translateY(0);
401
+ }
402
+ .bk-fade-down-transition-enter-active {
403
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
404
+ }
405
+ .bk-fade-down-transition-leave-active {
406
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
407
+ }
@@ -0,0 +1,294 @@
1
+ import type { DatePickerPanelType, SelectionModeType } from './interface';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ readonly type: {
4
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
5
+ readonly default: "date";
6
+ readonly validator: (value: any) => boolean;
7
+ };
8
+ readonly extPopoverCls: {
9
+ readonly type: StringConstructor;
10
+ readonly default: "";
11
+ };
12
+ readonly format: StringConstructor;
13
+ readonly readonly: {
14
+ readonly type: BooleanConstructor;
15
+ readonly default: false;
16
+ };
17
+ readonly disabled: {
18
+ readonly type: BooleanConstructor;
19
+ readonly default: false;
20
+ };
21
+ readonly editable: {
22
+ readonly type: BooleanConstructor;
23
+ readonly default: true;
24
+ };
25
+ readonly clearable: {
26
+ readonly type: BooleanConstructor;
27
+ readonly default: true;
28
+ };
29
+ readonly open: {
30
+ readonly type: BooleanConstructor;
31
+ readonly default: any;
32
+ };
33
+ readonly multiple: {
34
+ readonly type: BooleanConstructor;
35
+ readonly default: false;
36
+ };
37
+ readonly timePickerOptions: {
38
+ readonly type: import("vue").PropType<Record<string, any>>;
39
+ readonly default: () => {};
40
+ };
41
+ readonly splitPanels: {
42
+ readonly type: BooleanConstructor;
43
+ readonly default: true;
44
+ };
45
+ readonly startDate: DateConstructor;
46
+ readonly placeholder: {
47
+ readonly type: StringConstructor;
48
+ readonly default: "";
49
+ };
50
+ readonly placement: {
51
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
52
+ readonly default: "bottom-start";
53
+ readonly validator: (value: any) => boolean;
54
+ };
55
+ readonly transfer: {
56
+ readonly type: BooleanConstructor;
57
+ readonly default: false;
58
+ };
59
+ readonly appendToBody: {
60
+ readonly type: BooleanConstructor;
61
+ readonly default: false;
62
+ };
63
+ readonly shortcuts: {
64
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
65
+ readonly default: () => any[];
66
+ };
67
+ readonly shortcutClose: {
68
+ readonly type: BooleanConstructor;
69
+ readonly default: false;
70
+ };
71
+ readonly modelValue: {
72
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
73
+ };
74
+ readonly options: {
75
+ readonly type: ObjectConstructor;
76
+ readonly default: () => {};
77
+ };
78
+ readonly fontSize: {
79
+ readonly type: import("vue").PropType<"large" | "normal" | "medium">;
80
+ readonly default: "normal";
81
+ };
82
+ readonly upToNow: {
83
+ readonly type: BooleanConstructor;
84
+ readonly default: false;
85
+ };
86
+ readonly useShortcutText: {
87
+ readonly type: BooleanConstructor;
88
+ readonly default: false;
89
+ };
90
+ readonly shortcutSelectedIndex: {
91
+ readonly type: NumberConstructor;
92
+ readonly default: -1;
93
+ };
94
+ readonly footerSlotCls: {
95
+ readonly type: StringConstructor;
96
+ readonly default: "";
97
+ };
98
+ readonly allowCrossDay: {
99
+ readonly type: BooleanConstructor;
100
+ readonly default: false;
101
+ };
102
+ readonly behavior: {
103
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
104
+ readonly default: "normal";
105
+ readonly validator: (v: any) => boolean;
106
+ };
107
+ readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
108
+ }, {
109
+ panel: import("vue").ComputedRef<DatePickerPanelType>;
110
+ publicStringValue: import("vue").ComputedRef<any>;
111
+ opened: import("vue").ComputedRef<boolean>;
112
+ visualValue: import("vue").ComputedRef<any>;
113
+ displayValue: import("vue").ComputedRef<any>;
114
+ isConfirm: import("vue").ComputedRef<boolean>;
115
+ fontSizeCls: import("vue").ComputedRef<string>;
116
+ longWidthCls: import("vue").ComputedRef<string>;
117
+ localReadonly: import("vue").ComputedRef<boolean>;
118
+ hasFooter: import("vue").ComputedRef<boolean>;
119
+ allowCrossDayProp: import("vue").ComputedRef<boolean>;
120
+ pickerDropdownRef: any;
121
+ inputRef: any;
122
+ triggerRef: import("vue").Ref<HTMLElement>;
123
+ pickerPanelRef: any;
124
+ handleClose: (e?: Event) => boolean;
125
+ handleIconClick: () => void;
126
+ handleInputMouseenter: () => void;
127
+ handleInputMouseleave: (e: any) => void;
128
+ handleFocus: (e: any) => void;
129
+ handleBlur: (e: any) => void;
130
+ handleKeydown: (e: KeyboardEvent) => void;
131
+ handleInputChange: (e: any) => void;
132
+ handleClear: () => void;
133
+ handleTransferClick: () => void;
134
+ onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
135
+ showClose: import("vue").Ref<boolean>;
136
+ visible: import("vue").Ref<boolean>;
137
+ internalValue: import("vue").Ref<any>;
138
+ disableClickOutSide: import("vue").Ref<boolean>;
139
+ disableCloseUnderTransfer: import("vue").Ref<boolean>;
140
+ selectionMode: import("vue").Ref<SelectionModeType>;
141
+ forceInputRerender: import("vue").Ref<number>;
142
+ isFocused: import("vue").Ref<boolean>;
143
+ focusedDate: import("vue").Ref<any>;
144
+ focusedTime: import("vue").Ref<{
145
+ column: number;
146
+ picker: number;
147
+ time: any;
148
+ active: boolean;
149
+ }>;
150
+ internalFocus: import("vue").Ref<boolean>;
151
+ timeEnterMode: import("vue").Ref<boolean>;
152
+ shortcut: import("vue").Ref<any>;
153
+ onSelectionModeChange: import("vue").Ref<(_type: any) => SelectionModeType>;
154
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
155
+ readonly type: {
156
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
157
+ readonly default: "date";
158
+ readonly validator: (value: any) => boolean;
159
+ };
160
+ readonly extPopoverCls: {
161
+ readonly type: StringConstructor;
162
+ readonly default: "";
163
+ };
164
+ readonly format: StringConstructor;
165
+ readonly readonly: {
166
+ readonly type: BooleanConstructor;
167
+ readonly default: false;
168
+ };
169
+ readonly disabled: {
170
+ readonly type: BooleanConstructor;
171
+ readonly default: false;
172
+ };
173
+ readonly editable: {
174
+ readonly type: BooleanConstructor;
175
+ readonly default: true;
176
+ };
177
+ readonly clearable: {
178
+ readonly type: BooleanConstructor;
179
+ readonly default: true;
180
+ };
181
+ readonly open: {
182
+ readonly type: BooleanConstructor;
183
+ readonly default: any;
184
+ };
185
+ readonly multiple: {
186
+ readonly type: BooleanConstructor;
187
+ readonly default: false;
188
+ };
189
+ readonly timePickerOptions: {
190
+ readonly type: import("vue").PropType<Record<string, any>>;
191
+ readonly default: () => {};
192
+ };
193
+ readonly splitPanels: {
194
+ readonly type: BooleanConstructor;
195
+ readonly default: true;
196
+ };
197
+ readonly startDate: DateConstructor;
198
+ readonly placeholder: {
199
+ readonly type: StringConstructor;
200
+ readonly default: "";
201
+ };
202
+ readonly placement: {
203
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
204
+ readonly default: "bottom-start";
205
+ readonly validator: (value: any) => boolean;
206
+ };
207
+ readonly transfer: {
208
+ readonly type: BooleanConstructor;
209
+ readonly default: false;
210
+ };
211
+ readonly appendToBody: {
212
+ readonly type: BooleanConstructor;
213
+ readonly default: false;
214
+ };
215
+ readonly shortcuts: {
216
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
217
+ readonly default: () => any[];
218
+ };
219
+ readonly shortcutClose: {
220
+ readonly type: BooleanConstructor;
221
+ readonly default: false;
222
+ };
223
+ readonly modelValue: {
224
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
225
+ };
226
+ readonly options: {
227
+ readonly type: ObjectConstructor;
228
+ readonly default: () => {};
229
+ };
230
+ readonly fontSize: {
231
+ readonly type: import("vue").PropType<"large" | "normal" | "medium">;
232
+ readonly default: "normal";
233
+ };
234
+ readonly upToNow: {
235
+ readonly type: BooleanConstructor;
236
+ readonly default: false;
237
+ };
238
+ readonly useShortcutText: {
239
+ readonly type: BooleanConstructor;
240
+ readonly default: false;
241
+ };
242
+ readonly shortcutSelectedIndex: {
243
+ readonly type: NumberConstructor;
244
+ readonly default: -1;
245
+ };
246
+ readonly footerSlotCls: {
247
+ readonly type: StringConstructor;
248
+ readonly default: "";
249
+ };
250
+ readonly allowCrossDay: {
251
+ readonly type: BooleanConstructor;
252
+ readonly default: false;
253
+ };
254
+ readonly behavior: {
255
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
256
+ readonly default: "normal";
257
+ readonly validator: (v: any) => boolean;
258
+ };
259
+ readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
260
+ }>> & {
261
+ onChange?: (...args: any[]) => any;
262
+ onInput?: (...args: any[]) => any;
263
+ onClear?: (...args: any[]) => any;
264
+ "onUpdate:modelValue"?: (...args: any[]) => any;
265
+ "onPick-success"?: (...args: any[]) => any;
266
+ "onOpen-change"?: (...args: any[]) => any;
267
+ "onShortcut-change"?: (...args: any[]) => any;
268
+ }, {
269
+ type: import("./interface").PickerTypeType;
270
+ placeholder: string;
271
+ placement: import("@popperjs/core").ComputedPlacement;
272
+ options: Record<string, any>;
273
+ fontSize: "large" | "normal" | "medium";
274
+ open: boolean;
275
+ multiple: boolean;
276
+ disabled: boolean;
277
+ clearable: boolean;
278
+ readonly: boolean;
279
+ behavior: "normal" | "simplicity";
280
+ extPopoverCls: string;
281
+ editable: boolean;
282
+ timePickerOptions: {};
283
+ splitPanels: boolean;
284
+ transfer: boolean;
285
+ appendToBody: boolean;
286
+ shortcuts: import("./interface").DatePickerShortcutsType;
287
+ shortcutClose: boolean;
288
+ upToNow: boolean;
289
+ useShortcutText: boolean;
290
+ shortcutSelectedIndex: number;
291
+ footerSlotCls: string;
292
+ allowCrossDay: boolean;
293
+ }>;
294
+ export default _default;