bkui-vue 0.0.1-beta.10 → 0.0.1-beta.102

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 (571) hide show
  1. package/README.md +31 -19
  2. package/dist/index.cjs.js +57 -0
  3. package/dist/index.esm.js +26854 -0
  4. package/dist/index.umd.js +57 -0
  5. package/dist/style.css +1 -2348
  6. package/lib/affix/affix.css +3 -0
  7. package/lib/affix/affix.d.ts +47 -0
  8. package/lib/affix/affix.less +5 -0
  9. package/lib/affix/affix.variable.css +102 -0
  10. package/lib/affix/index.d.ts +143 -0
  11. package/lib/affix/index.js +1 -0
  12. package/lib/alert/alert.css +5 -3
  13. package/lib/alert/alert.d.ts +24 -15
  14. package/lib/alert/alert.less +7 -3
  15. package/lib/alert/alert.variable.css +34 -3
  16. package/lib/alert/index.d.ts +96 -60
  17. package/lib/alert/index.js +1 -1
  18. package/lib/animate-number/animate-number.d.ts +12 -7
  19. package/lib/animate-number/index.d.ts +48 -28
  20. package/lib/animate-number/index.js +1 -1
  21. package/lib/backtop/backtop.d.ts +27 -13
  22. package/lib/backtop/backtop.variable.css +29 -0
  23. package/lib/backtop/index.d.ts +108 -52
  24. package/lib/backtop/index.js +1 -1
  25. package/lib/badge/badge.css +5 -5
  26. package/lib/badge/badge.d.ts +64 -22
  27. package/lib/badge/badge.less +5 -6
  28. package/lib/badge/badge.variable.css +34 -5
  29. package/lib/badge/index.d.ts +202 -84
  30. package/lib/badge/index.js +1 -1
  31. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  32. package/lib/breadcrumb/breadcrumb.css +18 -1
  33. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  34. package/lib/breadcrumb/breadcrumb.less +13 -2
  35. package/lib/breadcrumb/breadcrumb.variable.css +47 -1
  36. package/lib/breadcrumb/index.d.ts +118 -46
  37. package/lib/breadcrumb/index.js +1 -1
  38. package/lib/button/button-group.d.ts +3 -5
  39. package/lib/button/button.css +73 -44
  40. package/lib/button/button.d.ts +67 -31
  41. package/lib/button/button.less +68 -47
  42. package/lib/button/button.variable.css +102 -44
  43. package/lib/button/index.d.ts +172 -108
  44. package/lib/button/index.js +1 -1
  45. package/lib/card/card.css +53 -1
  46. package/lib/card/card.d.ts +74 -18
  47. package/lib/card/card.less +50 -2
  48. package/lib/card/card.variable.css +82 -1
  49. package/lib/card/index.d.ts +225 -69
  50. package/lib/card/index.js +1 -1
  51. package/lib/cascader/cascader-panel.d.ts +48 -0
  52. package/lib/cascader/cascader.css +130 -0
  53. package/lib/cascader/cascader.d.ts +271 -0
  54. package/lib/cascader/cascader.less +146 -0
  55. package/lib/cascader/cascader.variable.css +229 -0
  56. package/lib/cascader/index.d.ts +721 -0
  57. package/lib/cascader/index.js +1 -0
  58. package/lib/cascader/interface.d.ts +44 -0
  59. package/lib/cascader/node.d.ts +24 -0
  60. package/lib/cascader/store.d.ts +15 -0
  61. package/lib/checkbox/checkbox-group.d.ts +13 -9
  62. package/lib/checkbox/checkbox.css +15 -2
  63. package/lib/checkbox/checkbox.d.ts +33 -30
  64. package/lib/checkbox/checkbox.less +20 -2
  65. package/lib/checkbox/checkbox.variable.css +44 -2
  66. package/lib/checkbox/common.d.ts +3 -3
  67. package/lib/checkbox/index.d.ts +136 -104
  68. package/lib/checkbox/index.js +1 -1
  69. package/lib/checkbox/type.d.ts +4 -8
  70. package/lib/code-diff/code-diff.css +186 -0
  71. package/lib/code-diff/code-diff.d.ts +80 -0
  72. package/lib/code-diff/code-diff.less +238 -0
  73. package/lib/code-diff/code-diff.variable.css +285 -0
  74. package/lib/code-diff/index.d.ts +154 -0
  75. package/lib/code-diff/index.js +1 -0
  76. package/lib/collapse/collapse.css +25 -1
  77. package/lib/collapse/collapse.d.ts +51 -22
  78. package/lib/collapse/collapse.less +34 -2
  79. package/lib/collapse/collapse.variable.css +124 -1
  80. package/lib/collapse/index.d.ts +127 -75
  81. package/lib/collapse/index.js +1 -1
  82. package/lib/collapse/utils.d.ts +11 -0
  83. package/lib/components.d.ts +28 -4
  84. package/lib/components.js +1 -0
  85. package/lib/container/col.d.ts +51 -0
  86. package/lib/container/container.css +48 -0
  87. package/lib/container/container.d.ts +83 -0
  88. package/lib/container/container.less +20 -0
  89. package/lib/container/container.variable.css +147 -0
  90. package/lib/container/index.d.ts +223 -0
  91. package/lib/container/index.js +1 -0
  92. package/lib/container/row.d.ts +4 -0
  93. package/lib/date-picker/date-picker.css +408 -0
  94. package/lib/date-picker/date-picker.d.ts +312 -0
  95. package/lib/date-picker/date-picker.less +527 -0
  96. package/lib/date-picker/date-picker.variable.css +507 -0
  97. package/lib/date-picker/fecha.d.ts +6 -0
  98. package/lib/date-picker/index.d.ts +753 -0
  99. package/lib/date-picker/index.js +1 -0
  100. package/lib/date-picker/interface.d.ts +22 -0
  101. package/lib/date-picker/props.d.ts +118 -0
  102. package/lib/date-picker/utils.d.ts +97 -0
  103. package/lib/dialog/dialog.css +66 -14
  104. package/lib/dialog/dialog.d.ts +305 -52
  105. package/lib/dialog/dialog.less +34 -14
  106. package/lib/dialog/dialog.variable.css +66 -14
  107. package/lib/dialog/index.d.ts +704 -115
  108. package/lib/dialog/index.js +1 -1
  109. package/lib/directives/clickoutside.d.ts +3 -23
  110. package/lib/directives/index.d.ts +1 -0
  111. package/lib/directives/index.js +2 -15
  112. package/lib/directives/index.js.LICENSE.txt +14 -0
  113. package/lib/directives/tooltips.d.ts +17 -0
  114. package/lib/dist.index.js +1 -0
  115. package/lib/divider/divider.css +38 -0
  116. package/lib/divider/divider.d.ts +48 -0
  117. package/lib/divider/divider.less +53 -0
  118. package/lib/divider/divider.variable.css +137 -0
  119. package/lib/divider/index.d.ts +142 -0
  120. package/lib/divider/index.js +1 -0
  121. package/lib/divider/props.d.ts +21 -0
  122. package/lib/dropdown/dropdown-item.d.ts +19 -0
  123. package/lib/dropdown/dropdown-menu.d.ts +16 -0
  124. package/lib/dropdown/dropdown.css +47 -0
  125. package/lib/dropdown/dropdown.d.ts +63 -0
  126. package/lib/dropdown/dropdown.less +59 -0
  127. package/lib/dropdown/dropdown.variable.css +146 -0
  128. package/lib/dropdown/index.d.ts +200 -0
  129. package/lib/dropdown/index.js +1 -0
  130. package/lib/exception/exception.d.ts +11 -9
  131. package/lib/exception/exception.variable.css +29 -0
  132. package/lib/exception/index.d.ts +44 -36
  133. package/lib/exception/index.js +1 -1
  134. package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
  135. package/lib/fixed-navbar/fixed-navbar.variable.css +29 -0
  136. package/lib/fixed-navbar/index.d.ts +96 -37
  137. package/lib/fixed-navbar/index.js +1 -1
  138. package/lib/form/compose-form-item.d.ts +16 -0
  139. package/lib/form/form-item.d.ts +155 -0
  140. package/lib/form/form.css +125 -0
  141. package/lib/form/form.d.ts +81 -0
  142. package/lib/form/form.less +152 -0
  143. package/lib/form/form.variable.css +224 -0
  144. package/lib/form/index.d.ts +303 -0
  145. package/lib/form/index.js +1 -0
  146. package/lib/form/type.d.ts +23 -0
  147. package/lib/form/validator.d.ts +9 -0
  148. package/lib/icon/angle-double-down-line.d.ts +4 -0
  149. package/lib/icon/angle-double-down-line.js +1 -0
  150. package/lib/icon/angle-double-left-line.d.ts +4 -0
  151. package/lib/icon/angle-double-left-line.js +1 -0
  152. package/lib/icon/angle-double-left.d.ts +4 -0
  153. package/lib/icon/angle-double-left.js +1 -0
  154. package/lib/icon/angle-double-right-line.d.ts +4 -0
  155. package/lib/icon/angle-double-right-line.js +1 -0
  156. package/lib/icon/angle-double-right.d.ts +4 -0
  157. package/lib/icon/angle-double-right.js +1 -0
  158. package/lib/icon/angle-double-up-line.d.ts +4 -0
  159. package/lib/icon/angle-double-up-line.js +1 -0
  160. package/lib/icon/angle-down-fill.d.ts +4 -0
  161. package/lib/icon/angle-down-fill.js +1 -0
  162. package/lib/icon/angle-down-line.d.ts +4 -0
  163. package/lib/icon/angle-down-line.js +1 -0
  164. package/lib/icon/angle-down.d.ts +4 -0
  165. package/lib/icon/angle-down.js +1 -0
  166. package/lib/icon/angle-left.d.ts +4 -0
  167. package/lib/icon/angle-left.js +1 -0
  168. package/lib/icon/angle-right.d.ts +4 -0
  169. package/lib/icon/angle-right.js +1 -0
  170. package/lib/icon/angle-up-fill.d.ts +4 -0
  171. package/lib/icon/angle-up-fill.js +1 -0
  172. package/lib/icon/angle-up.js +1 -0
  173. package/lib/icon/archive-fill.d.ts +4 -0
  174. package/lib/icon/archive-fill.js +1 -0
  175. package/lib/icon/arrows-left.d.ts +4 -0
  176. package/lib/icon/arrows-left.js +1 -0
  177. package/lib/icon/arrows-right.d.ts +4 -0
  178. package/lib/icon/arrows-right.js +1 -0
  179. package/lib/icon/audio-fill.d.ts +4 -0
  180. package/lib/icon/audio-fill.js +1 -0
  181. package/lib/icon/bk.d.ts +4 -0
  182. package/lib/icon/bk.js +1 -0
  183. package/lib/icon/circle.d.ts +4 -0
  184. package/lib/icon/circle.js +1 -0
  185. package/lib/icon/close-line.d.ts +4 -0
  186. package/lib/icon/close-line.js +1 -0
  187. package/lib/icon/close.js +1 -0
  188. package/lib/icon/code.d.ts +4 -0
  189. package/lib/icon/code.js +1 -0
  190. package/lib/icon/cog-shape.d.ts +4 -0
  191. package/lib/icon/cog-shape.js +1 -0
  192. package/lib/icon/collapse-left.d.ts +4 -0
  193. package/lib/icon/collapse-left.js +1 -0
  194. package/lib/icon/copy.d.ts +4 -0
  195. package/lib/icon/copy.js +1 -0
  196. package/lib/icon/data-shape.d.ts +4 -0
  197. package/lib/icon/data-shape.js +1 -0
  198. package/lib/icon/del.d.ts +4 -0
  199. package/lib/icon/del.js +1 -0
  200. package/lib/icon/doc-fill.d.ts +4 -0
  201. package/lib/icon/doc-fill.js +1 -0
  202. package/lib/icon/done.d.ts +4 -0
  203. package/lib/icon/done.js +1 -0
  204. package/lib/icon/down-shape.d.ts +4 -0
  205. package/lib/icon/down-shape.js +1 -0
  206. package/lib/icon/down-small.js +1 -0
  207. package/lib/icon/edit-line.d.ts +4 -0
  208. package/lib/icon/edit-line.js +1 -0
  209. package/lib/icon/ellipsis.d.ts +4 -0
  210. package/lib/icon/ellipsis.js +1 -0
  211. package/lib/icon/error.d.ts +4 -0
  212. package/lib/icon/error.js +1 -0
  213. package/lib/icon/excel-fill.d.ts +4 -0
  214. package/lib/icon/excel-fill.js +1 -0
  215. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  216. package/lib/icon/exclamation-circle-shape.js +1 -0
  217. package/lib/icon/eye.js +1 -0
  218. package/lib/icon/folder-open.d.ts +4 -0
  219. package/lib/icon/folder-open.js +1 -0
  220. package/lib/icon/folder-shape-open.d.ts +4 -0
  221. package/lib/icon/folder-shape-open.js +1 -0
  222. package/lib/icon/folder-shape.d.ts +4 -0
  223. package/lib/icon/folder-shape.js +1 -0
  224. package/lib/icon/folder.d.ts +4 -0
  225. package/lib/icon/folder.js +1 -0
  226. package/lib/icon/funnel.d.ts +4 -0
  227. package/lib/icon/help-document-fill.js +1 -0
  228. package/lib/icon/help-fill.js +1 -0
  229. package/lib/icon/help.js +1 -0
  230. package/lib/icon/image-fill.d.ts +4 -0
  231. package/lib/icon/image-fill.js +1 -0
  232. package/lib/icon/index.d.ts +58 -0
  233. package/lib/icon/index.js +1 -15
  234. package/lib/icon/info-line.js +1 -0
  235. package/lib/icon/info.d.ts +4 -0
  236. package/lib/icon/info.js +1 -0
  237. package/lib/icon/left-shape.d.ts +4 -0
  238. package/lib/icon/left-shape.js +1 -0
  239. package/lib/icon/pdf-fill.d.ts +4 -0
  240. package/lib/icon/pdf-fill.js +1 -0
  241. package/lib/icon/play-shape.d.ts +4 -0
  242. package/lib/icon/play-shape.js +1 -0
  243. package/lib/icon/plus.d.ts +4 -0
  244. package/lib/icon/plus.js +1 -0
  245. package/lib/icon/ppt-fill.d.ts +4 -0
  246. package/lib/icon/ppt-fill.js +1 -0
  247. package/lib/icon/qq.d.ts +4 -0
  248. package/lib/icon/qq.js +1 -0
  249. package/lib/icon/right-shape.d.ts +4 -0
  250. package/lib/icon/right-shape.js +1 -0
  251. package/lib/icon/search.js +1 -0
  252. package/lib/icon/share.d.ts +4 -0
  253. package/lib/icon/share.js +1 -0
  254. package/lib/icon/spinner.d.ts +4 -0
  255. package/lib/icon/spinner.js +1 -0
  256. package/lib/icon/success.d.ts +4 -0
  257. package/lib/icon/success.js +1 -0
  258. package/lib/icon/switcher-loading.js +1 -0
  259. package/lib/icon/text-file.d.ts +4 -0
  260. package/lib/icon/text-file.js +1 -0
  261. package/lib/icon/text-fill.d.ts +4 -0
  262. package/lib/icon/text-fill.js +1 -0
  263. package/lib/icon/tree-application-shape.d.ts +4 -0
  264. package/lib/icon/tree-application-shape.js +1 -0
  265. package/lib/icon/unvisible.js +1 -0
  266. package/lib/icon/up-shape.d.ts +4 -0
  267. package/lib/icon/up-shape.js +1 -0
  268. package/lib/icon/upload.d.ts +4 -0
  269. package/lib/icon/upload.js +1 -0
  270. package/lib/icon/video-fill.d.ts +4 -0
  271. package/lib/icon/video-fill.js +1 -0
  272. package/lib/icon/warn.d.ts +4 -0
  273. package/lib/icon/warn.js +1 -0
  274. package/lib/icon/weixin.d.ts +4 -0
  275. package/lib/icon/weixin.js +1 -0
  276. package/lib/index.d.ts +1 -1
  277. package/lib/index.js +1 -0
  278. package/lib/input/index.d.ts +459 -193
  279. package/lib/input/index.js +1 -15
  280. package/lib/input/input.css +85 -5
  281. package/lib/input/input.d.ts +181 -51
  282. package/lib/input/input.less +96 -9
  283. package/lib/input/input.variable.css +115 -5
  284. package/lib/link/index.d.ts +102 -54
  285. package/lib/link/index.js +1 -1
  286. package/lib/link/link.d.ts +25 -13
  287. package/lib/link/link.variable.css +29 -0
  288. package/lib/loading/index.d.ts +190 -57
  289. package/lib/loading/index.js +1 -1
  290. package/lib/loading/loading.css +118 -84
  291. package/lib/loading/loading.d.ts +115 -20
  292. package/lib/loading/loading.less +76 -71
  293. package/lib/loading/loading.variable.css +147 -84
  294. package/lib/menu/index.d.ts +176 -0
  295. package/lib/menu/index.js +1 -0
  296. package/lib/menu/menu-group.d.ts +14 -0
  297. package/lib/menu/menu-item.d.ts +16 -0
  298. package/lib/menu/menu.css +190 -0
  299. package/lib/menu/menu.d.ts +55 -0
  300. package/lib/menu/menu.less +180 -0
  301. package/lib/menu/menu.variable.css +289 -0
  302. package/lib/menu/submenu.css +3 -0
  303. package/lib/menu/submenu.d.ts +22 -0
  304. package/lib/menu/submenu.less +5 -0
  305. package/lib/menu/submenu.variable.css +102 -0
  306. package/lib/menu/utils.d.ts +41 -0
  307. package/lib/message/index.d.ts +1 -1
  308. package/lib/message/index.js +1 -1
  309. package/lib/message/message.css +27 -1
  310. package/lib/message/message.less +30 -1
  311. package/lib/message/message.variable.css +56 -1
  312. package/lib/message/messageConstructor.d.ts +71 -20
  313. package/lib/modal/index.d.ts +517 -67
  314. package/lib/modal/index.js +1 -1
  315. package/lib/modal/modal.css +30 -1
  316. package/lib/modal/modal.d.ts +195 -24
  317. package/lib/modal/modal.less +39 -1
  318. package/lib/modal/modal.variable.css +30 -1
  319. package/lib/modal/props.mixin.d.ts +82 -10
  320. package/lib/navigation/index.d.ts +311 -0
  321. package/lib/navigation/index.js +1 -0
  322. package/lib/navigation/navigation-title.d.ts +25 -0
  323. package/lib/navigation/navigation.css +184 -0
  324. package/lib/navigation/navigation.d.ts +120 -0
  325. package/lib/navigation/navigation.less +210 -0
  326. package/lib/navigation/navigation.variable.css +283 -0
  327. package/lib/notify/index.d.ts +2 -0
  328. package/lib/notify/index.js +1 -0
  329. package/lib/notify/notify.css +65 -0
  330. package/lib/notify/notify.less +76 -0
  331. package/lib/notify/notify.variable.css +164 -0
  332. package/lib/notify/notifyConstructor.d.ts +135 -0
  333. package/lib/pagination/index.d.ts +395 -0
  334. package/lib/pagination/index.js +1 -0
  335. package/lib/pagination/pagination.css +179 -0
  336. package/lib/pagination/pagination.d.ts +220 -0
  337. package/lib/pagination/pagination.less +201 -0
  338. package/lib/pagination/pagination.variable.css +278 -0
  339. package/lib/pagination/type.d.ts +6 -0
  340. package/lib/pagination/use-limit.d.ts +8 -0
  341. package/lib/pagination/use-list.d.ts +8 -0
  342. package/lib/pagination/use-small-list.d.ts +5 -0
  343. package/lib/pagination/use-total.d.ts +5 -0
  344. package/lib/popover/index.d.ts +322 -137
  345. package/lib/popover/index.js +1 -1
  346. package/lib/popover/popover.css +28 -16
  347. package/lib/popover/popover.d.ts +122 -45
  348. package/lib/popover/popover.less +59 -46
  349. package/lib/popover/popover.variable.css +57 -16
  350. package/lib/popover/props.d.ts +104 -0
  351. package/lib/popover2/arrow.d.ts +2 -0
  352. package/lib/popover2/const.d.ts +10 -0
  353. package/lib/popover2/content.d.ts +24 -0
  354. package/lib/popover2/index.d.ts +501 -0
  355. package/lib/popover2/index.js +1 -0
  356. package/lib/popover2/popover2.css +24 -0
  357. package/lib/popover2/popover2.d.ts +211 -0
  358. package/lib/popover2/popover2.less +34 -0
  359. package/lib/popover2/popover2.variable.css +123 -0
  360. package/lib/popover2/props.d.ts +105 -0
  361. package/lib/popover2/reference.d.ts +2 -0
  362. package/lib/popover2/use-floating.d.ts +17 -0
  363. package/lib/popover2/use-popper-id.d.ts +5 -0
  364. package/lib/preset.d.ts +2 -3
  365. package/lib/preset.js +1 -0
  366. package/lib/process/index.d.ts +205 -0
  367. package/lib/process/index.js +1 -0
  368. package/lib/process/process.css +138 -0
  369. package/lib/process/process.d.ts +131 -0
  370. package/lib/process/process.less +178 -0
  371. package/lib/process/process.variable.css +237 -0
  372. package/lib/progress/index.d.ts +305 -135
  373. package/lib/progress/index.js +1 -1
  374. package/lib/progress/progress.css +8 -3
  375. package/lib/progress/progress.d.ts +89 -36
  376. package/lib/progress/progress.less +0 -4
  377. package/lib/progress/progress.variable.css +37 -3
  378. package/lib/radio/common.d.ts +5 -5
  379. package/lib/radio/index.d.ts +146 -97
  380. package/lib/radio/index.js +1 -1
  381. package/lib/radio/radio-button.d.ts +28 -20
  382. package/lib/radio/radio-group.d.ts +11 -10
  383. package/lib/radio/radio.css +14 -8
  384. package/lib/radio/radio.d.ts +27 -17
  385. package/lib/radio/radio.less +16 -9
  386. package/lib/radio/radio.variable.css +44 -9
  387. package/lib/radio/type.d.ts +10 -5
  388. package/lib/rate/index.d.ts +52 -40
  389. package/lib/rate/index.js +1 -1
  390. package/lib/rate/rate.d.ts +13 -10
  391. package/lib/rate/star.d.ts +33 -16
  392. package/lib/resize-layout/index.d.ts +336 -0
  393. package/lib/resize-layout/index.js +1 -0
  394. package/lib/resize-layout/resize-layout.css +189 -0
  395. package/lib/resize-layout/resize-layout.d.ts +127 -0
  396. package/lib/resize-layout/resize-layout.less +233 -0
  397. package/lib/resize-layout/resize-layout.variable.css +288 -0
  398. package/lib/select/common.d.ts +23 -17
  399. package/lib/select/index.d.ts +1430 -478
  400. package/lib/select/index.js +1 -1
  401. package/lib/select/option.d.ts +15 -20
  402. package/lib/select/optionGroup.d.ts +54 -0
  403. package/lib/select/select.css +283 -50
  404. package/lib/select/select.d.ts +417 -157
  405. package/lib/select/select.less +243 -53
  406. package/lib/select/select.variable.css +312 -50
  407. package/lib/select/selectTagInput.d.ts +71 -0
  408. package/lib/select/type.d.ts +35 -0
  409. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  410. package/lib/shared/index.d.ts +33 -4
  411. package/lib/shared/index.js +1 -1
  412. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
  413. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
  414. package/lib/shared/popover.d.ts +131 -0
  415. package/lib/shared/token.d.ts +4 -0
  416. package/lib/shared/utils.d.ts +6 -0
  417. package/lib/shared/vue-types.d.ts +12 -7
  418. package/lib/shared/z-index-manager.d.ts +6 -1
  419. package/lib/sideslider/index.d.ts +474 -80
  420. package/lib/sideslider/index.js +1 -1
  421. package/lib/sideslider/sideslider.css +48 -3
  422. package/lib/sideslider/sideslider.d.ts +205 -30
  423. package/lib/sideslider/sideslider.less +65 -6
  424. package/lib/sideslider/sideslider.variable.css +77 -3
  425. package/lib/slider/index.d.ts +440 -0
  426. package/lib/slider/index.js +1 -0
  427. package/lib/slider/slider-button.d.ts +80 -0
  428. package/lib/slider/slider.css +149 -0
  429. package/lib/slider/slider.d.ts +201 -0
  430. package/lib/slider/slider.less +179 -0
  431. package/lib/slider/slider.variable.css +248 -0
  432. package/lib/steps/index.d.ts +164 -112
  433. package/lib/steps/index.js +1 -15
  434. package/lib/steps/steps.css +18 -4
  435. package/lib/steps/steps.d.ts +42 -29
  436. package/lib/steps/steps.less +28 -4
  437. package/lib/steps/steps.variable.css +47 -4
  438. package/lib/styles/index.d.ts +25 -0
  439. package/lib/styles/mixins/clearfix.css +8 -0
  440. package/lib/styles/mixins/clearfix.less +10 -0
  441. package/lib/styles/mixins/clearfix.variable.css +8 -0
  442. package/lib/styles/mixins/mixins.css +8 -0
  443. package/lib/styles/mixins/mixins.less +1 -0
  444. package/lib/styles/mixins/mixins.variable.css +8 -0
  445. package/lib/styles/mixins/popper.css +43 -0
  446. package/lib/styles/mixins/popper.less +52 -0
  447. package/lib/styles/mixins/popper.variable.css +43 -0
  448. package/lib/styles/mixins/size.less +9 -0
  449. package/lib/styles/reset.css +273 -0
  450. package/lib/styles/reset.less +313 -0
  451. package/lib/styles/reset.variable.css +273 -0
  452. package/lib/styles/themes/themes.less +45 -1
  453. package/lib/swiper/index.d.ts +181 -0
  454. package/lib/swiper/index.js +1 -0
  455. package/lib/swiper/swiper.css +91 -0
  456. package/lib/swiper/swiper.d.ts +65 -0
  457. package/lib/swiper/swiper.less +107 -0
  458. package/lib/swiper/swiper.variable.css +91 -0
  459. package/lib/switcher/index.d.ts +198 -134
  460. package/lib/switcher/index.js +1 -1
  461. package/lib/switcher/switcher.css +157 -135
  462. package/lib/switcher/switcher.d.ts +51 -35
  463. package/lib/switcher/switcher.less +211 -153
  464. package/lib/switcher/switcher.variable.css +186 -135
  465. package/lib/tab/index.d.ts +440 -0
  466. package/lib/tab/index.js +1 -0
  467. package/lib/tab/props.d.ts +194 -0
  468. package/lib/tab/tab-nav.d.ts +169 -0
  469. package/lib/tab/tab-panel.d.ts +73 -0
  470. package/lib/tab/tab.css +167 -0
  471. package/lib/tab/tab.d.ts +139 -0
  472. package/lib/tab/tab.less +228 -0
  473. package/lib/tab/tab.variable.css +266 -0
  474. package/lib/table/const.d.ts +49 -0
  475. package/lib/table/index.d.ts +491 -52
  476. package/lib/table/index.js +1 -1
  477. package/lib/table/plugins/head-filter.css +68 -0
  478. package/lib/table/plugins/head-filter.less +83 -0
  479. package/lib/table/plugins/head-filter.variable.css +167 -0
  480. package/lib/table/plugins/head-sort.css +22 -0
  481. package/lib/table/plugins/head-sort.less +28 -0
  482. package/lib/table/plugins/head-sort.variable.css +121 -0
  483. package/lib/table/plugins/settings.css +110 -0
  484. package/lib/table/plugins/settings.less +136 -0
  485. package/lib/table/plugins/settings.variable.css +209 -0
  486. package/lib/table/props.d.ts +243 -0
  487. package/lib/table/render.d.ts +118 -0
  488. package/lib/table/table.css +441 -0
  489. package/lib/table/table.d.ts +194 -32
  490. package/lib/table/table.less +288 -1
  491. package/lib/table/table.variable.css +470 -0
  492. package/lib/table/use-common.d.ts +54 -0
  493. package/lib/table/utils.d.ts +104 -0
  494. package/lib/tag/index.d.ts +165 -274
  495. package/lib/tag/index.js +1 -1
  496. package/lib/tag/tag.css +97 -0
  497. package/lib/tag/tag.d.ts +83 -53
  498. package/lib/tag/tag.less +110 -2
  499. package/lib/tag/tag.variable.css +126 -0
  500. package/lib/tag-input/common.d.ts +24 -0
  501. package/lib/tag-input/index.d.ts +894 -0
  502. package/lib/tag-input/index.js +1 -0
  503. package/lib/tag-input/list-tag-render.d.ts +47 -0
  504. package/lib/tag-input/tag-input.css +209 -0
  505. package/lib/tag-input/tag-input.d.ts +374 -0
  506. package/lib/tag-input/tag-input.less +251 -0
  507. package/lib/tag-input/tag-input.variable.css +308 -0
  508. package/lib/tag-input/tag-props.d.ts +131 -0
  509. package/lib/tag-input/tag-render.d.ts +38 -0
  510. package/lib/timeline/index.d.ts +129 -0
  511. package/lib/timeline/index.js +1 -0
  512. package/lib/timeline/timeline.css +235 -0
  513. package/lib/timeline/timeline.d.ts +81 -0
  514. package/lib/timeline/timeline.less +240 -0
  515. package/lib/timeline/timeline.variable.css +334 -0
  516. package/lib/transfer/const.d.ts +5 -0
  517. package/lib/transfer/index.d.ts +365 -0
  518. package/lib/transfer/index.js +1 -0
  519. package/lib/transfer/props.d.ts +54 -0
  520. package/lib/transfer/transfer.css +139 -0
  521. package/lib/transfer/transfer.d.ts +160 -0
  522. package/lib/transfer/transfer.less +144 -0
  523. package/lib/transfer/transfer.variable.css +238 -0
  524. package/lib/tree/constant.d.ts +43 -0
  525. package/lib/tree/index.d.ts +472 -0
  526. package/lib/tree/index.js +1 -0
  527. package/lib/tree/props.d.ts +168 -0
  528. package/lib/tree/tree.css +53 -0
  529. package/lib/tree/tree.d.ts +204 -0
  530. package/lib/tree/tree.less +66 -0
  531. package/lib/tree/tree.variable.css +152 -0
  532. package/lib/tree/use-empty.d.ts +6 -0
  533. package/lib/tree/use-node-action.d.ts +11 -0
  534. package/lib/tree/use-node-async.d.ts +5 -0
  535. package/lib/tree/use-node-attribute.d.ts +31 -0
  536. package/lib/tree/use-node-drag.d.ts +3 -0
  537. package/lib/tree/use-search.d.ts +11 -0
  538. package/lib/tree/use-tree-init.d.ts +15 -0
  539. package/lib/tree/util.d.ts +66 -0
  540. package/lib/upload/index.d.ts +2 -0
  541. package/lib/upload/index.js +1 -0
  542. package/lib/upload/props.d.ts +113 -0
  543. package/lib/upload/upload-list.d.ts +46 -0
  544. package/lib/upload/upload-trigger.d.ts +54 -0
  545. package/lib/upload/upload.css +374 -0
  546. package/lib/upload/upload.d.ts +252 -0
  547. package/lib/upload/upload.less +455 -0
  548. package/lib/upload/upload.type.d.ts +78 -0
  549. package/lib/upload/upload.variable.css +473 -0
  550. package/lib/upload/use-ajax-upload.d.ts +3 -0
  551. package/lib/upload/use-file-handler.d.ts +44 -0
  552. package/lib/use-message.d.ts +2 -0
  553. package/lib/virtual-render/index.d.ts +579 -0
  554. package/lib/virtual-render/index.js +1 -0
  555. package/lib/virtual-render/props.d.ts +167 -0
  556. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  557. package/lib/virtual-render/v-virtual-render.d.ts +6 -0
  558. package/lib/virtual-render/virtual-render.css +33 -0
  559. package/lib/virtual-render/virtual-render.d.ts +255 -0
  560. package/lib/virtual-render/virtual-render.less +43 -0
  561. package/lib/virtual-render/virtual-render.variable.css +33 -0
  562. package/package.json +109 -81
  563. package/dist/bkui-vue.cjs.js +0 -5171
  564. package/dist/bkui-vue.esm.js +0 -5137
  565. package/dist/bkui-vue.umd.js +0 -5174
  566. package/lib/message/message.d.ts +0 -2
  567. package/lib/shared/bk-popover.d.ts +0 -76
  568. package/lib/styles/index.js +0 -1
  569. package/lib/table/common.d.ts +0 -3
  570. package/lib/table/table-layout.d.ts +0 -14
  571. package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,753 @@
1
+ declare const BkDatePicker: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ placement: import("@popperjs/core").ComputedPlacement;
7
+ options: Record<string, any>;
8
+ type: import("./interface").PickerTypeType;
9
+ disabled: boolean;
10
+ placeholder: string;
11
+ fontSize: "large" | "normal" | "medium";
12
+ open: boolean;
13
+ multiple: boolean;
14
+ clearable: boolean;
15
+ readonly: boolean;
16
+ behavior: "normal" | "simplicity";
17
+ extPopoverCls: string;
18
+ editable: boolean;
19
+ timePickerOptions: {};
20
+ splitPanels: boolean;
21
+ transfer: boolean;
22
+ appendToBody: boolean;
23
+ shortcuts: import("./interface").DatePickerShortcutsType;
24
+ shortcutClose: boolean;
25
+ upToNow: boolean;
26
+ useShortcutText: boolean;
27
+ shortcutSelectedIndex: number;
28
+ headerSlotCls: string;
29
+ footerSlotCls: string;
30
+ allowCrossDay: boolean;
31
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
32
+ readonly type: {
33
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
34
+ readonly default: "date";
35
+ readonly validator: (value: any) => boolean;
36
+ };
37
+ readonly extPopoverCls: {
38
+ readonly type: StringConstructor;
39
+ readonly default: "";
40
+ };
41
+ readonly format: StringConstructor;
42
+ readonly readonly: {
43
+ readonly type: BooleanConstructor;
44
+ readonly default: false;
45
+ };
46
+ readonly disabled: {
47
+ readonly type: BooleanConstructor;
48
+ readonly default: false;
49
+ };
50
+ readonly editable: {
51
+ readonly type: BooleanConstructor;
52
+ readonly default: true;
53
+ };
54
+ readonly clearable: {
55
+ readonly type: BooleanConstructor;
56
+ readonly default: true;
57
+ };
58
+ readonly open: {
59
+ readonly type: BooleanConstructor;
60
+ readonly default: any;
61
+ };
62
+ readonly multiple: {
63
+ readonly type: BooleanConstructor;
64
+ readonly default: false;
65
+ };
66
+ readonly timePickerOptions: {
67
+ readonly type: import("vue").PropType<Record<string, any>>;
68
+ readonly default: () => {};
69
+ };
70
+ readonly splitPanels: {
71
+ readonly type: BooleanConstructor;
72
+ readonly default: true;
73
+ };
74
+ readonly startDate: DateConstructor;
75
+ readonly placeholder: {
76
+ readonly type: StringConstructor;
77
+ readonly default: "";
78
+ };
79
+ readonly placement: {
80
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
81
+ readonly default: "bottom-start";
82
+ readonly validator: (value: any) => boolean;
83
+ };
84
+ readonly transfer: {
85
+ readonly type: BooleanConstructor;
86
+ readonly default: false;
87
+ };
88
+ readonly appendToBody: {
89
+ readonly type: BooleanConstructor;
90
+ readonly default: false;
91
+ };
92
+ readonly shortcuts: {
93
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
94
+ readonly default: () => any[];
95
+ };
96
+ readonly shortcutClose: {
97
+ readonly type: BooleanConstructor;
98
+ readonly default: false;
99
+ };
100
+ readonly modelValue: {
101
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
102
+ };
103
+ readonly value: {
104
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
105
+ };
106
+ readonly options: {
107
+ readonly type: ObjectConstructor;
108
+ readonly default: () => {};
109
+ };
110
+ readonly fontSize: {
111
+ readonly type: import("vue").PropType<"large" | "normal" | "medium">;
112
+ readonly default: "normal";
113
+ };
114
+ readonly upToNow: {
115
+ readonly type: BooleanConstructor;
116
+ readonly default: false;
117
+ };
118
+ readonly useShortcutText: {
119
+ readonly type: BooleanConstructor;
120
+ readonly default: false;
121
+ };
122
+ readonly shortcutSelectedIndex: {
123
+ readonly type: NumberConstructor;
124
+ readonly default: -1;
125
+ };
126
+ readonly headerSlotCls: {
127
+ readonly type: StringConstructor;
128
+ readonly default: "";
129
+ };
130
+ readonly footerSlotCls: {
131
+ readonly type: StringConstructor;
132
+ readonly default: "";
133
+ };
134
+ readonly allowCrossDay: {
135
+ readonly type: BooleanConstructor;
136
+ readonly default: false;
137
+ };
138
+ readonly behavior: {
139
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
140
+ readonly default: "normal";
141
+ readonly validator: (v: any) => boolean;
142
+ };
143
+ readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
144
+ }>> & {
145
+ onChange?: (...args: any[]) => any;
146
+ onInput?: (...args: any[]) => any;
147
+ "onUpdate:modelValue"?: (...args: any[]) => any;
148
+ onClear?: (...args: any[]) => any;
149
+ "onPick-success"?: (...args: any[]) => any;
150
+ "onOpen-change"?: (...args: any[]) => any;
151
+ "onShortcut-change"?: (...args: any[]) => any;
152
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "type" | "disabled" | "placeholder" | "fontSize" | "open" | "multiple" | "clearable" | "readonly" | "behavior" | "extPopoverCls" | "editable" | "timePickerOptions" | "splitPanels" | "transfer" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "headerSlotCls" | "footerSlotCls" | "allowCrossDay">;
153
+ $attrs: {
154
+ [x: string]: unknown;
155
+ };
156
+ $refs: {
157
+ [x: string]: unknown;
158
+ };
159
+ $slots: Readonly<{
160
+ [name: string]: import("vue").Slot;
161
+ }>;
162
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
163
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
164
+ $emit: (event: "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", ...args: any[]) => void;
165
+ $el: any;
166
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
167
+ readonly type: {
168
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
169
+ readonly default: "date";
170
+ readonly validator: (value: any) => boolean;
171
+ };
172
+ readonly extPopoverCls: {
173
+ readonly type: StringConstructor;
174
+ readonly default: "";
175
+ };
176
+ readonly format: StringConstructor;
177
+ readonly readonly: {
178
+ readonly type: BooleanConstructor;
179
+ readonly default: false;
180
+ };
181
+ readonly disabled: {
182
+ readonly type: BooleanConstructor;
183
+ readonly default: false;
184
+ };
185
+ readonly editable: {
186
+ readonly type: BooleanConstructor;
187
+ readonly default: true;
188
+ };
189
+ readonly clearable: {
190
+ readonly type: BooleanConstructor;
191
+ readonly default: true;
192
+ };
193
+ readonly open: {
194
+ readonly type: BooleanConstructor;
195
+ readonly default: any;
196
+ };
197
+ readonly multiple: {
198
+ readonly type: BooleanConstructor;
199
+ readonly default: false;
200
+ };
201
+ readonly timePickerOptions: {
202
+ readonly type: import("vue").PropType<Record<string, any>>;
203
+ readonly default: () => {};
204
+ };
205
+ readonly splitPanels: {
206
+ readonly type: BooleanConstructor;
207
+ readonly default: true;
208
+ };
209
+ readonly startDate: DateConstructor;
210
+ readonly placeholder: {
211
+ readonly type: StringConstructor;
212
+ readonly default: "";
213
+ };
214
+ readonly placement: {
215
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
216
+ readonly default: "bottom-start";
217
+ readonly validator: (value: any) => boolean;
218
+ };
219
+ readonly transfer: {
220
+ readonly type: BooleanConstructor;
221
+ readonly default: false;
222
+ };
223
+ readonly appendToBody: {
224
+ readonly type: BooleanConstructor;
225
+ readonly default: false;
226
+ };
227
+ readonly shortcuts: {
228
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
229
+ readonly default: () => any[];
230
+ };
231
+ readonly shortcutClose: {
232
+ readonly type: BooleanConstructor;
233
+ readonly default: false;
234
+ };
235
+ readonly modelValue: {
236
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
237
+ };
238
+ readonly value: {
239
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
240
+ };
241
+ readonly options: {
242
+ readonly type: ObjectConstructor;
243
+ readonly default: () => {};
244
+ };
245
+ readonly fontSize: {
246
+ readonly type: import("vue").PropType<"large" | "normal" | "medium">;
247
+ readonly default: "normal";
248
+ };
249
+ readonly upToNow: {
250
+ readonly type: BooleanConstructor;
251
+ readonly default: false;
252
+ };
253
+ readonly useShortcutText: {
254
+ readonly type: BooleanConstructor;
255
+ readonly default: false;
256
+ };
257
+ readonly shortcutSelectedIndex: {
258
+ readonly type: NumberConstructor;
259
+ readonly default: -1;
260
+ };
261
+ readonly headerSlotCls: {
262
+ readonly type: StringConstructor;
263
+ readonly default: "";
264
+ };
265
+ readonly footerSlotCls: {
266
+ readonly type: StringConstructor;
267
+ readonly default: "";
268
+ };
269
+ readonly allowCrossDay: {
270
+ readonly type: BooleanConstructor;
271
+ readonly default: false;
272
+ };
273
+ readonly behavior: {
274
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
275
+ readonly default: "normal";
276
+ readonly validator: (v: any) => boolean;
277
+ };
278
+ readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
279
+ }>> & {
280
+ onChange?: (...args: any[]) => any;
281
+ onInput?: (...args: any[]) => any;
282
+ "onUpdate:modelValue"?: (...args: any[]) => any;
283
+ onClear?: (...args: any[]) => any;
284
+ "onPick-success"?: (...args: any[]) => any;
285
+ "onOpen-change"?: (...args: any[]) => any;
286
+ "onShortcut-change"?: (...args: any[]) => any;
287
+ }, {
288
+ panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
289
+ publicStringValue: import("vue").ComputedRef<any>;
290
+ opened: import("vue").ComputedRef<boolean>;
291
+ visualValue: import("vue").ComputedRef<any>;
292
+ displayValue: import("vue").ComputedRef<any>;
293
+ isConfirm: import("vue").ComputedRef<boolean>;
294
+ hasHeader: import("vue").ComputedRef<boolean>;
295
+ hasFooter: import("vue").ComputedRef<boolean>;
296
+ hasShortcuts: import("vue").ComputedRef<boolean>;
297
+ fontSizeCls: import("vue").ComputedRef<string>;
298
+ longWidthCls: import("vue").ComputedRef<string>;
299
+ localReadonly: import("vue").ComputedRef<boolean>;
300
+ allowCrossDayProp: import("vue").ComputedRef<boolean>;
301
+ pickerDropdownRef: any;
302
+ inputRef: any;
303
+ triggerRef: import("vue").Ref<HTMLElement>;
304
+ pickerPanelRef: any;
305
+ handleClose: (e?: Event) => boolean;
306
+ handleIconClick: () => void;
307
+ handleInputMouseenter: () => void;
308
+ handleInputMouseleave: (e: any) => void;
309
+ handleFocus: (e: any) => void;
310
+ handleBlur: (e: any) => void;
311
+ handleKeydown: (e: KeyboardEvent) => void;
312
+ handleInputChange: (e: any) => void;
313
+ handleClear: () => void;
314
+ handleTransferClick: () => void;
315
+ onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
316
+ onPickSuccess: () => void;
317
+ showClose: import("vue").Ref<boolean>;
318
+ visible: import("vue").Ref<boolean>;
319
+ internalValue: import("vue").Ref<any>;
320
+ disableClickOutSide: import("vue").Ref<boolean>;
321
+ disableCloseUnderTransfer: import("vue").Ref<boolean>;
322
+ selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
323
+ forceInputRerender: import("vue").Ref<number>;
324
+ isFocused: import("vue").Ref<boolean>;
325
+ focusedDate: import("vue").Ref<any>;
326
+ focusedTime: import("vue").Ref<{
327
+ column: number;
328
+ picker: number;
329
+ time: any;
330
+ active: boolean;
331
+ }>;
332
+ internalFocus: import("vue").Ref<boolean>;
333
+ timeEnterMode: import("vue").Ref<boolean>;
334
+ shortcut: import("vue").Ref<any>;
335
+ onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
336
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
337
+ placement: import("@popperjs/core").ComputedPlacement;
338
+ options: Record<string, any>;
339
+ type: import("./interface").PickerTypeType;
340
+ disabled: boolean;
341
+ placeholder: string;
342
+ fontSize: "large" | "normal" | "medium";
343
+ open: boolean;
344
+ multiple: boolean;
345
+ clearable: boolean;
346
+ readonly: boolean;
347
+ behavior: "normal" | "simplicity";
348
+ extPopoverCls: string;
349
+ editable: boolean;
350
+ timePickerOptions: {};
351
+ splitPanels: boolean;
352
+ transfer: boolean;
353
+ appendToBody: boolean;
354
+ shortcuts: import("./interface").DatePickerShortcutsType;
355
+ shortcutClose: boolean;
356
+ upToNow: boolean;
357
+ useShortcutText: boolean;
358
+ shortcutSelectedIndex: number;
359
+ headerSlotCls: string;
360
+ footerSlotCls: string;
361
+ allowCrossDay: boolean;
362
+ }> & {
363
+ beforeCreate?: (() => void) | (() => void)[];
364
+ created?: (() => void) | (() => void)[];
365
+ beforeMount?: (() => void) | (() => void)[];
366
+ mounted?: (() => void) | (() => void)[];
367
+ beforeUpdate?: (() => void) | (() => void)[];
368
+ updated?: (() => void) | (() => void)[];
369
+ activated?: (() => void) | (() => void)[];
370
+ deactivated?: (() => void) | (() => void)[];
371
+ beforeDestroy?: (() => void) | (() => void)[];
372
+ beforeUnmount?: (() => void) | (() => void)[];
373
+ destroyed?: (() => void) | (() => void)[];
374
+ unmounted?: (() => void) | (() => void)[];
375
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
376
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
377
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
378
+ };
379
+ $forceUpdate: () => void;
380
+ $nextTick: typeof import("vue").nextTick;
381
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
382
+ } & Readonly<import("vue").ExtractPropTypes<{
383
+ readonly type: {
384
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
385
+ readonly default: "date";
386
+ readonly validator: (value: any) => boolean;
387
+ };
388
+ readonly extPopoverCls: {
389
+ readonly type: StringConstructor;
390
+ readonly default: "";
391
+ };
392
+ readonly format: StringConstructor;
393
+ readonly readonly: {
394
+ readonly type: BooleanConstructor;
395
+ readonly default: false;
396
+ };
397
+ readonly disabled: {
398
+ readonly type: BooleanConstructor;
399
+ readonly default: false;
400
+ };
401
+ readonly editable: {
402
+ readonly type: BooleanConstructor;
403
+ readonly default: true;
404
+ };
405
+ readonly clearable: {
406
+ readonly type: BooleanConstructor;
407
+ readonly default: true;
408
+ };
409
+ readonly open: {
410
+ readonly type: BooleanConstructor;
411
+ readonly default: any;
412
+ };
413
+ readonly multiple: {
414
+ readonly type: BooleanConstructor;
415
+ readonly default: false;
416
+ };
417
+ readonly timePickerOptions: {
418
+ readonly type: import("vue").PropType<Record<string, any>>;
419
+ readonly default: () => {};
420
+ };
421
+ readonly splitPanels: {
422
+ readonly type: BooleanConstructor;
423
+ readonly default: true;
424
+ };
425
+ readonly startDate: DateConstructor;
426
+ readonly placeholder: {
427
+ readonly type: StringConstructor;
428
+ readonly default: "";
429
+ };
430
+ readonly placement: {
431
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
432
+ readonly default: "bottom-start";
433
+ readonly validator: (value: any) => boolean;
434
+ };
435
+ readonly transfer: {
436
+ readonly type: BooleanConstructor;
437
+ readonly default: false;
438
+ };
439
+ readonly appendToBody: {
440
+ readonly type: BooleanConstructor;
441
+ readonly default: false;
442
+ };
443
+ readonly shortcuts: {
444
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
445
+ readonly default: () => any[];
446
+ };
447
+ readonly shortcutClose: {
448
+ readonly type: BooleanConstructor;
449
+ readonly default: false;
450
+ };
451
+ readonly modelValue: {
452
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
453
+ };
454
+ readonly value: {
455
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
456
+ };
457
+ readonly options: {
458
+ readonly type: ObjectConstructor;
459
+ readonly default: () => {};
460
+ };
461
+ readonly fontSize: {
462
+ readonly type: import("vue").PropType<"large" | "normal" | "medium">;
463
+ readonly default: "normal";
464
+ };
465
+ readonly upToNow: {
466
+ readonly type: BooleanConstructor;
467
+ readonly default: false;
468
+ };
469
+ readonly useShortcutText: {
470
+ readonly type: BooleanConstructor;
471
+ readonly default: false;
472
+ };
473
+ readonly shortcutSelectedIndex: {
474
+ readonly type: NumberConstructor;
475
+ readonly default: -1;
476
+ };
477
+ readonly headerSlotCls: {
478
+ readonly type: StringConstructor;
479
+ readonly default: "";
480
+ };
481
+ readonly footerSlotCls: {
482
+ readonly type: StringConstructor;
483
+ readonly default: "";
484
+ };
485
+ readonly allowCrossDay: {
486
+ readonly type: BooleanConstructor;
487
+ readonly default: false;
488
+ };
489
+ readonly behavior: {
490
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
491
+ readonly default: "normal";
492
+ readonly validator: (v: any) => boolean;
493
+ };
494
+ readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
495
+ }>> & {
496
+ onChange?: (...args: any[]) => any;
497
+ onInput?: (...args: any[]) => any;
498
+ "onUpdate:modelValue"?: (...args: any[]) => any;
499
+ onClear?: (...args: any[]) => any;
500
+ "onPick-success"?: (...args: any[]) => any;
501
+ "onOpen-change"?: (...args: any[]) => any;
502
+ "onShortcut-change"?: (...args: any[]) => any;
503
+ } & import("vue").ShallowUnwrapRef<{
504
+ panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
505
+ publicStringValue: import("vue").ComputedRef<any>;
506
+ opened: import("vue").ComputedRef<boolean>;
507
+ visualValue: import("vue").ComputedRef<any>;
508
+ displayValue: import("vue").ComputedRef<any>;
509
+ isConfirm: import("vue").ComputedRef<boolean>;
510
+ hasHeader: import("vue").ComputedRef<boolean>;
511
+ hasFooter: import("vue").ComputedRef<boolean>;
512
+ hasShortcuts: import("vue").ComputedRef<boolean>;
513
+ fontSizeCls: import("vue").ComputedRef<string>;
514
+ longWidthCls: import("vue").ComputedRef<string>;
515
+ localReadonly: import("vue").ComputedRef<boolean>;
516
+ allowCrossDayProp: import("vue").ComputedRef<boolean>;
517
+ pickerDropdownRef: any;
518
+ inputRef: any;
519
+ triggerRef: import("vue").Ref<HTMLElement>;
520
+ pickerPanelRef: any;
521
+ handleClose: (e?: Event) => boolean;
522
+ handleIconClick: () => void;
523
+ handleInputMouseenter: () => void;
524
+ handleInputMouseleave: (e: any) => void;
525
+ handleFocus: (e: any) => void;
526
+ handleBlur: (e: any) => void;
527
+ handleKeydown: (e: KeyboardEvent) => void;
528
+ handleInputChange: (e: any) => void;
529
+ handleClear: () => void;
530
+ handleTransferClick: () => void;
531
+ onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
532
+ onPickSuccess: () => void;
533
+ showClose: import("vue").Ref<boolean>;
534
+ visible: import("vue").Ref<boolean>;
535
+ internalValue: import("vue").Ref<any>;
536
+ disableClickOutSide: import("vue").Ref<boolean>;
537
+ disableCloseUnderTransfer: import("vue").Ref<boolean>;
538
+ selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
539
+ forceInputRerender: import("vue").Ref<number>;
540
+ isFocused: import("vue").Ref<boolean>;
541
+ focusedDate: import("vue").Ref<any>;
542
+ focusedTime: import("vue").Ref<{
543
+ column: number;
544
+ picker: number;
545
+ time: any;
546
+ active: boolean;
547
+ }>;
548
+ internalFocus: import("vue").Ref<boolean>;
549
+ timeEnterMode: import("vue").Ref<boolean>;
550
+ shortcut: import("vue").Ref<any>;
551
+ onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
552
+ }> & {} & {} & import("vue").ComponentCustomProperties;
553
+ __isFragment?: never;
554
+ __isTeleport?: never;
555
+ __isSuspense?: never;
556
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
557
+ readonly type: {
558
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
559
+ readonly default: "date";
560
+ readonly validator: (value: any) => boolean;
561
+ };
562
+ readonly extPopoverCls: {
563
+ readonly type: StringConstructor;
564
+ readonly default: "";
565
+ };
566
+ readonly format: StringConstructor;
567
+ readonly readonly: {
568
+ readonly type: BooleanConstructor;
569
+ readonly default: false;
570
+ };
571
+ readonly disabled: {
572
+ readonly type: BooleanConstructor;
573
+ readonly default: false;
574
+ };
575
+ readonly editable: {
576
+ readonly type: BooleanConstructor;
577
+ readonly default: true;
578
+ };
579
+ readonly clearable: {
580
+ readonly type: BooleanConstructor;
581
+ readonly default: true;
582
+ };
583
+ readonly open: {
584
+ readonly type: BooleanConstructor;
585
+ readonly default: any;
586
+ };
587
+ readonly multiple: {
588
+ readonly type: BooleanConstructor;
589
+ readonly default: false;
590
+ };
591
+ readonly timePickerOptions: {
592
+ readonly type: import("vue").PropType<Record<string, any>>;
593
+ readonly default: () => {};
594
+ };
595
+ readonly splitPanels: {
596
+ readonly type: BooleanConstructor;
597
+ readonly default: true;
598
+ };
599
+ readonly startDate: DateConstructor;
600
+ readonly placeholder: {
601
+ readonly type: StringConstructor;
602
+ readonly default: "";
603
+ };
604
+ readonly placement: {
605
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
606
+ readonly default: "bottom-start";
607
+ readonly validator: (value: any) => boolean;
608
+ };
609
+ readonly transfer: {
610
+ readonly type: BooleanConstructor;
611
+ readonly default: false;
612
+ };
613
+ readonly appendToBody: {
614
+ readonly type: BooleanConstructor;
615
+ readonly default: false;
616
+ };
617
+ readonly shortcuts: {
618
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
619
+ readonly default: () => any[];
620
+ };
621
+ readonly shortcutClose: {
622
+ readonly type: BooleanConstructor;
623
+ readonly default: false;
624
+ };
625
+ readonly modelValue: {
626
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
627
+ };
628
+ readonly value: {
629
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
630
+ };
631
+ readonly options: {
632
+ readonly type: ObjectConstructor;
633
+ readonly default: () => {};
634
+ };
635
+ readonly fontSize: {
636
+ readonly type: import("vue").PropType<"large" | "normal" | "medium">;
637
+ readonly default: "normal";
638
+ };
639
+ readonly upToNow: {
640
+ readonly type: BooleanConstructor;
641
+ readonly default: false;
642
+ };
643
+ readonly useShortcutText: {
644
+ readonly type: BooleanConstructor;
645
+ readonly default: false;
646
+ };
647
+ readonly shortcutSelectedIndex: {
648
+ readonly type: NumberConstructor;
649
+ readonly default: -1;
650
+ };
651
+ readonly headerSlotCls: {
652
+ readonly type: StringConstructor;
653
+ readonly default: "";
654
+ };
655
+ readonly footerSlotCls: {
656
+ readonly type: StringConstructor;
657
+ readonly default: "";
658
+ };
659
+ readonly allowCrossDay: {
660
+ readonly type: BooleanConstructor;
661
+ readonly default: false;
662
+ };
663
+ readonly behavior: {
664
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
665
+ readonly default: "normal";
666
+ readonly validator: (v: any) => boolean;
667
+ };
668
+ readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
669
+ }>> & {
670
+ onChange?: (...args: any[]) => any;
671
+ onInput?: (...args: any[]) => any;
672
+ "onUpdate:modelValue"?: (...args: any[]) => any;
673
+ onClear?: (...args: any[]) => any;
674
+ "onPick-success"?: (...args: any[]) => any;
675
+ "onOpen-change"?: (...args: any[]) => any;
676
+ "onShortcut-change"?: (...args: any[]) => any;
677
+ }, {
678
+ panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
679
+ publicStringValue: import("vue").ComputedRef<any>;
680
+ opened: import("vue").ComputedRef<boolean>;
681
+ visualValue: import("vue").ComputedRef<any>;
682
+ displayValue: import("vue").ComputedRef<any>;
683
+ isConfirm: import("vue").ComputedRef<boolean>;
684
+ hasHeader: import("vue").ComputedRef<boolean>;
685
+ hasFooter: import("vue").ComputedRef<boolean>;
686
+ hasShortcuts: import("vue").ComputedRef<boolean>;
687
+ fontSizeCls: import("vue").ComputedRef<string>;
688
+ longWidthCls: import("vue").ComputedRef<string>;
689
+ localReadonly: import("vue").ComputedRef<boolean>;
690
+ allowCrossDayProp: import("vue").ComputedRef<boolean>;
691
+ pickerDropdownRef: any;
692
+ inputRef: any;
693
+ triggerRef: import("vue").Ref<HTMLElement>;
694
+ pickerPanelRef: any;
695
+ handleClose: (e?: Event) => boolean;
696
+ handleIconClick: () => void;
697
+ handleInputMouseenter: () => void;
698
+ handleInputMouseleave: (e: any) => void;
699
+ handleFocus: (e: any) => void;
700
+ handleBlur: (e: any) => void;
701
+ handleKeydown: (e: KeyboardEvent) => void;
702
+ handleInputChange: (e: any) => void;
703
+ handleClear: () => void;
704
+ handleTransferClick: () => void;
705
+ onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
706
+ onPickSuccess: () => void;
707
+ showClose: import("vue").Ref<boolean>;
708
+ visible: import("vue").Ref<boolean>;
709
+ internalValue: import("vue").Ref<any>;
710
+ disableClickOutSide: import("vue").Ref<boolean>;
711
+ disableCloseUnderTransfer: import("vue").Ref<boolean>;
712
+ selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
713
+ forceInputRerender: import("vue").Ref<number>;
714
+ isFocused: import("vue").Ref<boolean>;
715
+ focusedDate: import("vue").Ref<any>;
716
+ focusedTime: import("vue").Ref<{
717
+ column: number;
718
+ picker: number;
719
+ time: any;
720
+ active: boolean;
721
+ }>;
722
+ internalFocus: import("vue").Ref<boolean>;
723
+ timeEnterMode: import("vue").Ref<boolean>;
724
+ shortcut: import("vue").Ref<any>;
725
+ onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
726
+ }, 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", {
727
+ placement: import("@popperjs/core").ComputedPlacement;
728
+ options: Record<string, any>;
729
+ type: import("./interface").PickerTypeType;
730
+ disabled: boolean;
731
+ placeholder: string;
732
+ fontSize: "large" | "normal" | "medium";
733
+ open: boolean;
734
+ multiple: boolean;
735
+ clearable: boolean;
736
+ readonly: boolean;
737
+ behavior: "normal" | "simplicity";
738
+ extPopoverCls: string;
739
+ editable: boolean;
740
+ timePickerOptions: {};
741
+ splitPanels: boolean;
742
+ transfer: boolean;
743
+ appendToBody: boolean;
744
+ shortcuts: import("./interface").DatePickerShortcutsType;
745
+ shortcutClose: boolean;
746
+ upToNow: boolean;
747
+ useShortcutText: boolean;
748
+ shortcutSelectedIndex: number;
749
+ headerSlotCls: string;
750
+ footerSlotCls: string;
751
+ allowCrossDay: boolean;
752
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
753
+ export default BkDatePicker;