vft 0.0.149 → 0.0.151

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 (756) hide show
  1. package/es/app-components/button/button-custom.d.ts +2 -2
  2. package/es/app-components/button/use-button.d.ts +6 -6
  3. package/es/app-components/form/form-label-wrap.d.ts +2 -2
  4. package/es/app-components/form/hooks/use-form-common-props.d.ts +4 -5
  5. package/es/app-components/form/utils.d.ts +1 -1
  6. package/es/app-components/hooks/use-id.d.ts +1 -2
  7. package/es/components/affix/affix.d.ts +3 -3
  8. package/es/components/affix/affix.vue.d.ts +15 -15
  9. package/es/components/affix/affix.vue2.js +33 -33
  10. package/es/components/affix/index.d.ts +64 -135
  11. package/es/components/alert/alert.vue.d.ts +11 -52
  12. package/es/components/alert/alert.vue2.js +19 -19
  13. package/es/components/alert/index.d.ts +65 -122
  14. package/es/components/autocomplete/autocomplete.vue.d.ts +206 -188
  15. package/es/components/autocomplete/autocomplete.vue2.js +69 -69
  16. package/es/components/autocomplete/index.d.ts +1038 -761
  17. package/es/components/avatar/avatar.vue.d.ts +19 -40
  18. package/es/components/avatar/avatar.vue2.js +23 -23
  19. package/es/components/avatar/index.d.ts +53 -114
  20. package/es/components/backtop/backtop.vue.d.ts +11 -40
  21. package/es/components/backtop/backtop.vue2.js +20 -20
  22. package/es/components/backtop/index.d.ts +53 -114
  23. package/es/components/button/button-custom.d.ts +1 -1
  24. package/es/components/button/button-group.vue.d.ts +11 -15
  25. package/es/components/button/button.vue.d.ts +30 -139
  26. package/es/components/button/button.vue2.js +19 -19
  27. package/es/components/button/index.d.ts +215 -377
  28. package/es/components/button/use-button.d.ts +3 -3
  29. package/es/components/button/use-button.js +1 -1
  30. package/es/components/card/card.vue.d.ts +15 -21
  31. package/es/components/card/index.d.ts +27 -95
  32. package/es/components/carousel/carousel-item.vue.d.ts +10 -15
  33. package/es/components/carousel/carousel.vue.d.ts +45 -94
  34. package/es/components/carousel/carousel.vue2.js +37 -37
  35. package/es/components/carousel/index.d.ts +186 -354
  36. package/es/components/carousel/use-carousel.d.ts +2 -2
  37. package/es/components/check-tag/check-tag.vue.d.ts +11 -10
  38. package/es/components/check-tag/check-tag.vue2.js +16 -16
  39. package/es/components/check-tag/index.d.ts +24 -95
  40. package/es/components/checkbox/checkbox-button.vue.d.ts +13 -95
  41. package/es/components/checkbox/checkbox-group.vue.d.ts +28 -83
  42. package/es/components/checkbox/checkbox-group.vue2.js +37 -37
  43. package/es/components/checkbox/checkbox.vue.d.ts +25 -97
  44. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  45. package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
  46. package/es/components/checkbox/index.d.ts +591 -801
  47. package/es/components/clamp/clamp.vue.d.ts +25 -48
  48. package/es/components/clamp/clamp.vue2.js +35 -35
  49. package/es/components/clamp/index.d.ts +64 -122
  50. package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
  51. package/es/components/clamp-toggle/clamp-toggle.vue2.js +8 -8
  52. package/es/components/clamp-toggle/index.d.ts +1 -1
  53. package/es/components/col/col.vue.d.ts +30 -73
  54. package/es/components/col/index.d.ts +93 -136
  55. package/es/components/collapse-transition/index.d.ts +16 -166
  56. package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  57. package/es/components/collection/collection-item.vue.d.ts +1 -1
  58. package/es/components/collection/collection.vue.d.ts +1 -1
  59. package/es/components/color-picker/color-picker.vue.d.ts +26 -75
  60. package/es/components/color-picker/color-picker.vue2.js +67 -67
  61. package/es/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
  62. package/es/components/color-picker/components/hue-slider.vue.d.ts +1 -1
  63. package/es/components/color-picker/components/predefine.vue.d.ts +1 -1
  64. package/es/components/color-picker/components/sv-panel.vue.d.ts +1 -1
  65. package/es/components/color-picker/index.d.ts +8 -8
  66. package/es/components/config-provider/config-provider.vue.d.ts +10 -69
  67. package/es/components/config-provider/hooks/use-global-config.d.ts +2 -3
  68. package/es/components/config-provider/index.d.ts +77 -129
  69. package/es/components/container/aside.vue.d.ts +10 -9
  70. package/es/components/container/container.vue.d.ts +10 -9
  71. package/es/components/container/footer.vue.d.ts +10 -9
  72. package/es/components/container/header.vue.d.ts +10 -9
  73. package/es/components/container/index.d.ts +121 -775
  74. package/es/components/container/main.vue.d.ts +1 -1
  75. package/es/components/context-menu/context-menu.vue.d.ts +16 -27
  76. package/es/components/context-menu/context-menu.vue2.js +16 -16
  77. package/es/components/date-picker/composables/use-range-picker.d.ts +6 -6
  78. package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
  79. package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
  80. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +61 -61
  81. package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
  82. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +32 -32
  83. package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
  84. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +29 -29
  85. package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +10 -10
  86. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +170 -170
  87. package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -8
  88. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +59 -59
  89. package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
  90. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +34 -34
  91. package/es/components/date-picker/date-picker.d.ts +21 -5
  92. package/es/components/date-picker/index.d.ts +42 -10
  93. package/es/components/date-picker/panel-utils.d.ts +163 -347
  94. package/es/components/date-picker/props/date-picker.d.ts +9 -1
  95. package/es/components/date-picker/props/shared.d.ts +1 -1
  96. package/es/components/date-picker/utils.d.ts +1 -1
  97. package/es/components/date-time-select/date-time-select.vue.d.ts +11 -18
  98. package/es/components/date-time-select/date-time-select.vue2.js +27 -27
  99. package/es/components/date-time-select/index.d.ts +1 -1
  100. package/es/components/descriptions/description-item.vue.d.ts +20 -51
  101. package/es/components/descriptions/description.vue.d.ts +18 -39
  102. package/es/components/descriptions/descriptions-cell.d.ts +1 -1
  103. package/es/components/descriptions/descriptions-row.vue.d.ts +13 -9
  104. package/es/components/descriptions/index.d.ts +161 -339
  105. package/es/components/dialog/dialog-content.vue.d.ts +11 -52
  106. package/es/components/dialog/dialog.vue.d.ts +14 -146
  107. package/es/components/dialog/dialog.vue2.js +0 -1
  108. package/es/components/dialog/index.d.ts +180 -207
  109. package/es/components/divider/divider.vue.d.ts +10 -39
  110. package/es/components/divider/index.d.ts +47 -109
  111. package/es/components/drawer/drawer.vue.d.ts +14 -169
  112. package/es/components/drawer/index.d.ts +203 -222
  113. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
  114. package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
  115. package/es/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  116. package/es/components/dropdown/dropdown.vue.d.ts +50 -147
  117. package/es/components/dropdown/dropdown.vue2.js +65 -65
  118. package/es/components/dropdown/index.d.ts +223 -231
  119. package/es/components/empty/empty.vue.d.ts +10 -27
  120. package/es/components/empty/index.d.ts +31 -97
  121. package/es/components/exception/exception.vue.d.ts +15 -21
  122. package/es/components/exception/index.d.ts +1 -1
  123. package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
  124. package/es/components/focus-trap/utils.d.ts +1 -1
  125. package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
  126. package/es/components/footer-layout/index.d.ts +8 -83
  127. package/es/components/form/form-item.vue.d.ts +30 -79
  128. package/es/components/form/form-item.vue2.js +58 -58
  129. package/es/components/form/form-label-wrap.d.ts +1 -1
  130. package/es/components/form/form.vue.d.ts +11 -94
  131. package/es/components/form/form.vue2.js +47 -47
  132. package/es/components/form/hooks/use-form-common-props.d.ts +4 -6
  133. package/es/components/form/index.d.ts +350 -477
  134. package/es/components/full-screen/full-screen.vue.d.ts +11 -63
  135. package/es/components/full-screen/index.d.ts +1 -1
  136. package/es/components/header-layout/header-layout.vue.d.ts +10 -11
  137. package/es/components/header-layout/index.d.ts +17 -88
  138. package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
  139. package/es/components/horizontal-menu/horizontal-menu.vue2.js +40 -40
  140. package/es/components/horizontal-menu/index.d.ts +1 -1
  141. package/es/components/icon/icon.vue.d.ts +9 -46
  142. package/es/components/icon/index.d.ts +1 -1
  143. package/es/components/icon-text/icon-text.vue.d.ts +9 -64
  144. package/es/components/icon-text/index.d.ts +1 -1
  145. package/es/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
  146. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  147. package/es/components/iframe-layout/iframe-page.vue.d.ts +12 -10
  148. package/es/components/iframe-layout/index.d.ts +1 -1
  149. package/es/components/image/image.vue.d.ts +14 -79
  150. package/es/components/image/image.vue2.js +53 -52
  151. package/es/components/image/index.d.ts +106 -155
  152. package/es/components/image/p-image.vue.d.ts +21 -47
  153. package/es/components/image/p-image.vue2.js +18 -18
  154. package/es/components/image-viewer/image-viewer.vue.d.ts +11 -52
  155. package/es/components/image-viewer/image-viewer.vue2.js +60 -60
  156. package/es/components/image-viewer/index.d.ts +71 -128
  157. package/es/components/input/index.d.ts +232 -257
  158. package/es/components/input/input.vue.d.ts +17 -160
  159. package/es/components/input/input.vue2.js +124 -124
  160. package/es/components/input-number/index.d.ts +5 -5
  161. package/es/components/input-number/input-number.vue.d.ts +15 -110
  162. package/es/components/input-number/input-number.vue2.js +86 -86
  163. package/es/components/link/index.d.ts +53 -114
  164. package/es/components/link/link.vue.d.ts +19 -40
  165. package/es/components/link/link.vue2.js +26 -26
  166. package/es/components/list-cell/index.d.ts +1 -1
  167. package/es/components/list-cell/list-cell.vue.d.ts +11 -30
  168. package/es/components/list-cell/list-cell.vue2.js +37 -37
  169. package/es/components/loading/index.d.ts +9 -17
  170. package/es/components/loading/loading.d.ts +9 -17
  171. package/es/components/logo/index.d.ts +1 -1
  172. package/es/components/logo/logo.vue.d.ts +9 -24
  173. package/es/components/md-code-demo/index.d.ts +1 -1
  174. package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
  175. package/es/components/md-code-tabs/index.d.ts +1 -1
  176. package/es/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  177. package/es/components/md-comment/index.d.ts +1 -1
  178. package/es/components/md-comment/md-comment.vue.d.ts +1 -1
  179. package/es/components/md-container/index.d.ts +11 -86
  180. package/es/components/md-container/md-container.vue.d.ts +1 -1
  181. package/es/components/md-container/toc.d.ts +1 -1
  182. package/es/components/md-tabs/index.d.ts +1 -1
  183. package/es/components/md-tabs/md-tabs.d.ts +1 -1
  184. package/es/components/md-vue-playground/index.d.ts +1 -1
  185. package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
  186. package/es/components/menu/index.d.ts +203 -343
  187. package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  188. package/es/components/menu/menu-item-group.vue.d.ts +13 -9
  189. package/es/components/menu/menu-item.vue.d.ts +11 -64
  190. package/es/components/menu/menu-item.vue2.js +31 -31
  191. package/es/components/menu/menu.vue.d.ts +11 -64
  192. package/es/components/menu/menu.vue2.js +60 -60
  193. package/es/components/menu/sub-menu.vue.d.ts +11 -90
  194. package/es/components/menu/sub-menu.vue2.js +41 -41
  195. package/es/components/message/message.vue.d.ts +11 -104
  196. package/es/components/message/message.vue2.js +31 -31
  197. package/es/components/modal/index.d.ts +291 -264
  198. package/es/components/modal/modal-footer-action.vue.d.ts +11 -33
  199. package/es/components/modal/modal.vue.d.ts +64 -226
  200. package/es/components/modal/modal.vue2.js +32 -32
  201. package/es/components/multiple-tabs/index.d.ts +1 -1
  202. package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
  203. package/es/components/multiple-tabs/multiple-tabs.vue2.js +70 -100
  204. package/es/components/multiple-tabs/multiple-tabs.vue3.js +1 -4
  205. package/es/components/multiple-tabs/tab-content.vue.d.ts +16 -31
  206. package/es/components/multiple-tabs/tab-content.vue2.js +6 -6
  207. package/es/components/overlay/index.d.ts +1 -1
  208. package/es/components/overlay/overlay.vue.d.ts +18 -34
  209. package/es/components/overlay/overlay.vue2.js +18 -18
  210. package/es/components/page-wrapper/index.d.ts +15 -87
  211. package/es/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
  212. package/es/components/pagination/components/jumper.vue.d.ts +12 -10
  213. package/es/components/pagination/components/next.vue.d.ts +17 -28
  214. package/es/components/pagination/components/pager.vue.d.ts +17 -30
  215. package/es/components/pagination/components/pager.vue2.js +29 -29
  216. package/es/components/pagination/components/prev.vue.d.ts +16 -22
  217. package/es/components/pagination/components/prev.vue2.js +9 -9
  218. package/es/components/pagination/components/sizes.vue.d.ts +18 -34
  219. package/es/components/pagination/components/sizes.vue2.js +17 -17
  220. package/es/components/pagination/components/total.vue.d.ts +12 -10
  221. package/es/components/pagination/index.d.ts +1 -1
  222. package/es/components/pagination/pagination.vue.d.ts +11 -112
  223. package/es/components/pagination/pagination.vue2.js +41 -41
  224. package/es/components/popconfirm/index.d.ts +134 -166
  225. package/es/components/popconfirm/popconfirm.vue.d.ts +53 -94
  226. package/es/components/popconfirm/popconfirm.vue2.js +26 -26
  227. package/es/components/popover/index.d.ts +165 -196
  228. package/es/components/popover/popover.vue2.js +31 -31
  229. package/es/components/popper/arrow.vue.d.ts +14 -10
  230. package/es/components/popper/composables/use-content-dom.d.ts +1 -3
  231. package/es/components/popper/composables/use-content.d.ts +6 -70
  232. package/es/components/popper/content.vue2.js +55 -55
  233. package/es/components/popper/index.d.ts +24 -96
  234. package/es/components/popper/popper.vue.d.ts +15 -12
  235. package/es/components/popper/trigger.vue.d.ts +24 -70
  236. package/es/components/popper/utils.d.ts +2 -45
  237. package/es/components/progress/index.d.ts +97 -143
  238. package/es/components/progress/progress.vue.d.ts +10 -87
  239. package/es/components/progress-i/index.d.ts +1 -1
  240. package/es/components/progress-i/progress-i.vue.d.ts +1 -1
  241. package/es/components/qrcode/index.d.ts +1 -1
  242. package/es/components/qrcode/qrcode.vue.d.ts +24 -35
  243. package/es/components/qrcode/qrcode.vue2.js +33 -33
  244. package/es/components/radio/index.d.ts +336 -619
  245. package/es/components/radio/radio-button.vue.d.ts +10 -33
  246. package/es/components/radio/radio-button.vue2.js +1 -1
  247. package/es/components/radio/radio-group.vue.d.ts +24 -73
  248. package/es/components/radio/radio-group.vue2.js +33 -33
  249. package/es/components/radio/radio.vue.d.ts +12 -47
  250. package/es/components/radio/radio.vue2.js +30 -30
  251. package/es/components/radio/use-radio.d.ts +1 -1
  252. package/es/components/result/index.d.ts +1 -1
  253. package/es/components/result/result.vue.d.ts +15 -21
  254. package/es/components/router-view-content/index.d.ts +1 -1
  255. package/es/components/router-view-content/router-view-content.vue.d.ts +17 -42
  256. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  257. package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  258. package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  259. package/es/components/row/index.d.ts +31 -97
  260. package/es/components/row/row.vue.d.ts +10 -27
  261. package/es/components/scrollbar/bar.vue.d.ts +11 -34
  262. package/es/components/scrollbar/index.d.ts +104 -158
  263. package/es/components/scrollbar/scrollbar.vue.d.ts +11 -70
  264. package/es/components/scrollbar/scrollbar.vue2.js +53 -52
  265. package/es/components/scrollbar/thumb.vue.d.ts +9 -34
  266. package/es/components/search/index.d.ts +118 -171
  267. package/es/components/search/search.vue.d.ts +16 -67
  268. package/es/components/search/search.vue2.js +78 -78
  269. package/es/components/select/defaults.d.ts +3 -4
  270. package/es/components/select/group-item.vue.d.ts +1 -1
  271. package/es/components/select/index.d.ts +406 -194
  272. package/es/components/select/option-item.vue.d.ts +1 -1
  273. package/es/components/select/select-dropdown.d.ts +1 -1
  274. package/es/components/select/select.vue.d.ts +203 -97
  275. package/es/components/select/useSelect.d.ts +189 -83
  276. package/es/components/side-menu/index.d.ts +5 -9
  277. package/es/components/side-menu/side-menu.vue.d.ts +49 -158
  278. package/es/components/side-menu/side-menu.vue2.js +76 -76
  279. package/es/components/skeleton/index.d.ts +44 -108
  280. package/es/components/skeleton/skeleton-item.vue.d.ts +13 -9
  281. package/es/components/skeleton/skeleton.vue.d.ts +18 -34
  282. package/es/components/slider/button.vue.d.ts +11 -28
  283. package/es/components/slider/button.vue2.js +33 -33
  284. package/es/components/slider/composables/use-slide.d.ts +90 -221
  285. package/es/components/slider/index.d.ts +4 -4
  286. package/es/components/slider/marker.d.ts +1 -1
  287. package/es/components/slider/slider.d.ts +3 -3
  288. package/es/components/slider/slider.vue.d.ts +12 -161
  289. package/es/components/slider/slider.vue2.js +60 -60
  290. package/es/components/slot/only-child.d.ts +1 -1
  291. package/es/components/space/index.d.ts +4 -7
  292. package/es/components/space/item.d.ts +1 -1
  293. package/es/components/space/space.d.ts +5 -8
  294. package/es/components/super-form/index.d.ts +377 -327
  295. package/es/components/super-form/super-form-action.vue.d.ts +11 -46
  296. package/es/components/super-form/super-form-item.vue.d.ts +9 -54
  297. package/es/components/super-form/super-form.vue.d.ts +65 -296
  298. package/es/components/super-form/super-form.vue2.js +89 -89
  299. package/es/components/switch/index.d.ts +16 -16
  300. package/es/components/switch/switch.vue.d.ts +40 -149
  301. package/es/components/switch/switch.vue2.js +86 -86
  302. package/es/components/table/field.d.ts +2 -2
  303. package/es/components/table/index.d.ts +1145 -963
  304. package/es/components/table/table.vue.d.ts +78 -687
  305. package/es/components/table/table.vue2.js +79 -79
  306. package/es/components/table/use/use-columns.d.ts +3 -801
  307. package/es/components/table/use/use-data-source.js +3 -3
  308. package/es/components/tabs/index.d.ts +79 -207
  309. package/es/components/tabs/tab-bar.vue.d.ts +14 -45
  310. package/es/components/tabs/tab-nav.vue.d.ts +29 -106
  311. package/es/components/tabs/tab-nav.vue2.js +32 -32
  312. package/es/components/tabs/tab-pane.vue.d.ts +22 -33
  313. package/es/components/tabs/tabs.vue.d.ts +13 -90
  314. package/es/components/tabs/tabs.vue2.js +47 -47
  315. package/es/components/tag/index.d.ts +1 -1
  316. package/es/components/tag/tag.vue.d.ts +11 -52
  317. package/es/components/tag/tag.vue2.js +18 -18
  318. package/es/components/time-picker/common/picker.vue.d.ts +107 -92
  319. package/es/components/time-picker/common/picker.vue2.js +83 -83
  320. package/es/components/time-picker/common/props.d.ts +9 -2
  321. package/es/components/time-picker/composables/use-time-picker.d.ts +12 -12
  322. package/es/components/time-picker/index.d.ts +42 -10
  323. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
  324. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +44 -44
  325. package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
  326. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +55 -55
  327. package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
  328. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +93 -93
  329. package/es/components/time-picker/time-picker.d.ts +21 -5
  330. package/es/components/time-picker/utils.d.ts +1 -1
  331. package/es/components/time-select/time-select.vue.d.ts +44 -44
  332. package/es/components/time-select/time-select.vue2.js +1 -2
  333. package/es/components/tooltip/content.vue2.js +22 -22
  334. package/es/components/tooltip/index.d.ts +337 -315
  335. package/es/components/tooltip/tooltip.vue.d.ts +13 -288
  336. package/es/components/tooltip/tooltip.vue2.js +43 -42
  337. package/es/components/tooltip/trigger.vue.d.ts +18 -34
  338. package/es/components/tooltip/utils.d.ts +1 -1
  339. package/es/components/tree/index.d.ts +727 -735
  340. package/es/components/tree/tree-node-content.vue.d.ts +1 -1
  341. package/es/components/tree/tree-node.vue.d.ts +3 -3
  342. package/es/components/tree/tree.vue.d.ts +37 -176
  343. package/es/components/tree/tree.vue2.js +72 -72
  344. package/es/components/upload/index.d.ts +236 -233
  345. package/es/components/upload/upload-content.vue.d.ts +46 -173
  346. package/es/components/upload/upload-dragger.vue.d.ts +12 -10
  347. package/es/components/upload/upload-dragger.vue2.js +26 -26
  348. package/es/components/upload/upload-list.vue.d.ts +29 -36
  349. package/es/components/upload/upload-list.vue2.js +34 -34
  350. package/es/components/upload/upload.vue.d.ts +47 -185
  351. package/es/components/upload/use-handlers.d.ts +2 -11
  352. package/es/components/verify-code/index.d.ts +1 -1
  353. package/es/components/verify-code/useImageVerify.js +1 -1
  354. package/es/components/verify-code/verify-code.vue.d.ts +16 -22
  355. package/es/components/verify-code/verify-code.vue2.js +16 -16
  356. package/es/components/virtual-list/builders/build-grid.d.ts +3 -3
  357. package/es/components/virtual-list/builders/build-list.d.ts +5 -5
  358. package/es/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
  359. package/es/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
  360. package/es/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
  361. package/es/components/virtual-list/components/fixed-size-list.d.ts +5 -5
  362. package/es/components/virtual-list/components/scrollbar.d.ts +1 -1
  363. package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
  364. package/es/components/virtual-list/props.d.ts +3 -3
  365. package/es/hooks/use-id/index.d.ts +1 -2
  366. package/es/hooks/use-model-toggle/index.d.ts +2 -2
  367. package/es/hooks/use-popper/index.d.ts +7 -70
  368. package/es/hooks/use-same-target/index.d.ts +3 -3
  369. package/es/hooks/use-z-index/index.d.ts +1 -1
  370. package/es/package.json.d.ts +11 -11
  371. package/es/package.json.js +1 -1
  372. package/lib/app-components/button/button-custom.d.ts +2 -2
  373. package/lib/app-components/button/use-button.d.ts +6 -6
  374. package/lib/app-components/form/form-label-wrap.d.ts +2 -2
  375. package/lib/app-components/form/hooks/use-form-common-props.d.ts +4 -5
  376. package/lib/app-components/form/utils.d.ts +1 -1
  377. package/lib/app-components/hooks/use-id.d.ts +1 -2
  378. package/lib/components/affix/affix.d.ts +3 -3
  379. package/lib/components/affix/affix.vue.d.ts +15 -15
  380. package/lib/components/affix/affix.vue2.cjs +1 -1
  381. package/lib/components/affix/index.d.ts +64 -135
  382. package/lib/components/alert/alert.vue.d.ts +11 -52
  383. package/lib/components/alert/alert.vue2.cjs +1 -1
  384. package/lib/components/alert/index.d.ts +65 -122
  385. package/lib/components/autocomplete/autocomplete.vue.d.ts +206 -188
  386. package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
  387. package/lib/components/autocomplete/index.d.ts +1038 -761
  388. package/lib/components/avatar/avatar.vue.d.ts +19 -40
  389. package/lib/components/avatar/avatar.vue2.cjs +1 -1
  390. package/lib/components/avatar/index.d.ts +53 -114
  391. package/lib/components/backtop/backtop.vue.d.ts +11 -40
  392. package/lib/components/backtop/backtop.vue2.cjs +1 -1
  393. package/lib/components/backtop/index.d.ts +53 -114
  394. package/lib/components/button/button-custom.d.ts +1 -1
  395. package/lib/components/button/button-group.vue.d.ts +11 -15
  396. package/lib/components/button/button.vue.d.ts +30 -139
  397. package/lib/components/button/button.vue2.cjs +1 -1
  398. package/lib/components/button/index.d.ts +215 -377
  399. package/lib/components/button/use-button.cjs +1 -1
  400. package/lib/components/button/use-button.d.ts +3 -3
  401. package/lib/components/card/card.vue.d.ts +15 -21
  402. package/lib/components/card/index.d.ts +27 -95
  403. package/lib/components/carousel/carousel-item.vue.d.ts +10 -15
  404. package/lib/components/carousel/carousel.vue.d.ts +45 -94
  405. package/lib/components/carousel/carousel.vue2.cjs +1 -1
  406. package/lib/components/carousel/index.d.ts +186 -354
  407. package/lib/components/carousel/use-carousel.d.ts +2 -2
  408. package/lib/components/check-tag/check-tag.vue.d.ts +11 -10
  409. package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
  410. package/lib/components/check-tag/index.d.ts +24 -95
  411. package/lib/components/checkbox/checkbox-button.vue.d.ts +13 -95
  412. package/lib/components/checkbox/checkbox-group.vue.d.ts +28 -83
  413. package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
  414. package/lib/components/checkbox/checkbox.vue.d.ts +25 -97
  415. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  416. package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
  417. package/lib/components/checkbox/index.d.ts +591 -801
  418. package/lib/components/clamp/clamp.vue.d.ts +25 -48
  419. package/lib/components/clamp/clamp.vue2.cjs +1 -1
  420. package/lib/components/clamp/index.d.ts +64 -122
  421. package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
  422. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  423. package/lib/components/clamp-toggle/index.d.ts +1 -1
  424. package/lib/components/col/col.vue.d.ts +30 -73
  425. package/lib/components/col/index.d.ts +93 -136
  426. package/lib/components/collapse-transition/index.d.ts +16 -166
  427. package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  428. package/lib/components/collection/collection-item.vue.d.ts +1 -1
  429. package/lib/components/collection/collection.vue.d.ts +1 -1
  430. package/lib/components/color-picker/color-picker.vue.d.ts +26 -75
  431. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  432. package/lib/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
  433. package/lib/components/color-picker/components/hue-slider.vue.d.ts +1 -1
  434. package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
  435. package/lib/components/color-picker/components/sv-panel.vue.d.ts +1 -1
  436. package/lib/components/color-picker/index.d.ts +8 -8
  437. package/lib/components/config-provider/config-provider.vue.d.ts +10 -69
  438. package/lib/components/config-provider/hooks/use-global-config.d.ts +2 -3
  439. package/lib/components/config-provider/index.d.ts +77 -129
  440. package/lib/components/container/aside.vue.d.ts +10 -9
  441. package/lib/components/container/container.vue.d.ts +10 -9
  442. package/lib/components/container/footer.vue.d.ts +10 -9
  443. package/lib/components/container/header.vue.d.ts +10 -9
  444. package/lib/components/container/index.d.ts +121 -775
  445. package/lib/components/container/main.vue.d.ts +1 -1
  446. package/lib/components/context-menu/context-menu.vue.d.ts +16 -27
  447. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  448. package/lib/components/date-picker/composables/use-range-picker.d.ts +6 -6
  449. package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
  450. package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
  451. package/lib/components/date-picker/date-picker-com/basic-date-table.vue2.cjs +1 -1
  452. package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
  453. package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
  454. package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
  455. package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
  456. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +10 -10
  457. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
  458. package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -8
  459. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  460. package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
  461. package/lib/components/date-picker/date-picker-com/panel-month-range.vue2.cjs +1 -1
  462. package/lib/components/date-picker/date-picker.d.ts +21 -5
  463. package/lib/components/date-picker/index.d.ts +42 -10
  464. package/lib/components/date-picker/panel-utils.d.ts +163 -347
  465. package/lib/components/date-picker/props/date-picker.d.ts +9 -1
  466. package/lib/components/date-picker/props/shared.d.ts +1 -1
  467. package/lib/components/date-picker/utils.d.ts +1 -1
  468. package/lib/components/date-time-select/date-time-select.vue.d.ts +11 -18
  469. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  470. package/lib/components/date-time-select/index.d.ts +1 -1
  471. package/lib/components/descriptions/description-item.vue.d.ts +20 -51
  472. package/lib/components/descriptions/description.vue.d.ts +18 -39
  473. package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
  474. package/lib/components/descriptions/descriptions-row.vue.d.ts +13 -9
  475. package/lib/components/descriptions/index.d.ts +161 -339
  476. package/lib/components/dialog/dialog-content.vue.d.ts +11 -52
  477. package/lib/components/dialog/dialog.vue.d.ts +14 -146
  478. package/lib/components/dialog/index.d.ts +180 -207
  479. package/lib/components/divider/divider.vue.d.ts +10 -39
  480. package/lib/components/divider/index.d.ts +47 -109
  481. package/lib/components/drawer/drawer.vue.d.ts +14 -169
  482. package/lib/components/drawer/index.d.ts +203 -222
  483. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
  484. package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
  485. package/lib/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  486. package/lib/components/dropdown/dropdown.vue.d.ts +50 -147
  487. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  488. package/lib/components/dropdown/index.d.ts +223 -231
  489. package/lib/components/empty/empty.vue.d.ts +10 -27
  490. package/lib/components/empty/index.d.ts +31 -97
  491. package/lib/components/exception/exception.vue.d.ts +15 -21
  492. package/lib/components/exception/index.d.ts +1 -1
  493. package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
  494. package/lib/components/focus-trap/utils.d.ts +1 -1
  495. package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
  496. package/lib/components/footer-layout/index.d.ts +8 -83
  497. package/lib/components/form/form-item.vue.d.ts +30 -79
  498. package/lib/components/form/form-item.vue2.cjs +1 -1
  499. package/lib/components/form/form-label-wrap.d.ts +1 -1
  500. package/lib/components/form/form.vue.d.ts +11 -94
  501. package/lib/components/form/form.vue2.cjs +1 -1
  502. package/lib/components/form/hooks/use-form-common-props.d.ts +4 -6
  503. package/lib/components/form/index.d.ts +350 -477
  504. package/lib/components/full-screen/full-screen.vue.d.ts +11 -63
  505. package/lib/components/full-screen/index.d.ts +1 -1
  506. package/lib/components/header-layout/header-layout.vue.d.ts +10 -11
  507. package/lib/components/header-layout/index.d.ts +17 -88
  508. package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
  509. package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
  510. package/lib/components/horizontal-menu/index.d.ts +1 -1
  511. package/lib/components/icon/icon.vue.d.ts +9 -46
  512. package/lib/components/icon/index.d.ts +1 -1
  513. package/lib/components/icon-text/icon-text.vue.d.ts +9 -64
  514. package/lib/components/icon-text/index.d.ts +1 -1
  515. package/lib/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
  516. package/lib/components/iframe-layout/iframe-layout.vue2.cjs +1 -1
  517. package/lib/components/iframe-layout/iframe-page.vue.d.ts +12 -10
  518. package/lib/components/iframe-layout/index.d.ts +1 -1
  519. package/lib/components/image/image.vue.d.ts +14 -79
  520. package/lib/components/image/image.vue2.cjs +1 -1
  521. package/lib/components/image/index.d.ts +106 -155
  522. package/lib/components/image/p-image.vue.d.ts +21 -47
  523. package/lib/components/image/p-image.vue2.cjs +1 -1
  524. package/lib/components/image-viewer/image-viewer.vue.d.ts +11 -52
  525. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  526. package/lib/components/image-viewer/index.d.ts +71 -128
  527. package/lib/components/input/index.d.ts +232 -257
  528. package/lib/components/input/input.vue.d.ts +17 -160
  529. package/lib/components/input/input.vue2.cjs +1 -1
  530. package/lib/components/input-number/index.d.ts +5 -5
  531. package/lib/components/input-number/input-number.vue.d.ts +15 -110
  532. package/lib/components/input-number/input-number.vue2.cjs +1 -1
  533. package/lib/components/link/index.d.ts +53 -114
  534. package/lib/components/link/link.vue.d.ts +19 -40
  535. package/lib/components/link/link.vue2.cjs +1 -1
  536. package/lib/components/list-cell/index.d.ts +1 -1
  537. package/lib/components/list-cell/list-cell.vue.d.ts +11 -30
  538. package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
  539. package/lib/components/loading/index.d.ts +9 -17
  540. package/lib/components/loading/loading.d.ts +9 -17
  541. package/lib/components/logo/index.d.ts +1 -1
  542. package/lib/components/logo/logo.vue.d.ts +9 -24
  543. package/lib/components/md-code-demo/index.d.ts +1 -1
  544. package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
  545. package/lib/components/md-code-tabs/index.d.ts +1 -1
  546. package/lib/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  547. package/lib/components/md-comment/index.d.ts +1 -1
  548. package/lib/components/md-comment/md-comment.vue.d.ts +1 -1
  549. package/lib/components/md-container/index.d.ts +11 -86
  550. package/lib/components/md-container/md-container.vue.d.ts +1 -1
  551. package/lib/components/md-container/toc.d.ts +1 -1
  552. package/lib/components/md-tabs/index.d.ts +1 -1
  553. package/lib/components/md-tabs/md-tabs.d.ts +1 -1
  554. package/lib/components/md-vue-playground/index.d.ts +1 -1
  555. package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
  556. package/lib/components/menu/index.d.ts +203 -343
  557. package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  558. package/lib/components/menu/menu-item-group.vue.d.ts +13 -9
  559. package/lib/components/menu/menu-item.vue.d.ts +11 -64
  560. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  561. package/lib/components/menu/menu.vue.d.ts +11 -64
  562. package/lib/components/menu/menu.vue2.cjs +1 -1
  563. package/lib/components/menu/sub-menu.vue.d.ts +11 -90
  564. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  565. package/lib/components/message/message.vue.d.ts +11 -104
  566. package/lib/components/message/message.vue2.cjs +1 -1
  567. package/lib/components/modal/index.d.ts +291 -264
  568. package/lib/components/modal/modal-footer-action.vue.d.ts +11 -33
  569. package/lib/components/modal/modal.vue.d.ts +64 -226
  570. package/lib/components/modal/modal.vue2.cjs +1 -1
  571. package/lib/components/multiple-tabs/index.d.ts +1 -1
  572. package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
  573. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  574. package/lib/components/multiple-tabs/multiple-tabs.vue3.cjs +1 -1
  575. package/lib/components/multiple-tabs/tab-content.vue.d.ts +16 -31
  576. package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
  577. package/lib/components/overlay/index.d.ts +1 -1
  578. package/lib/components/overlay/overlay.vue.d.ts +18 -34
  579. package/lib/components/overlay/overlay.vue2.cjs +1 -1
  580. package/lib/components/page-wrapper/index.d.ts +15 -87
  581. package/lib/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
  582. package/lib/components/pagination/components/jumper.vue.d.ts +12 -10
  583. package/lib/components/pagination/components/next.vue.d.ts +17 -28
  584. package/lib/components/pagination/components/pager.vue.d.ts +17 -30
  585. package/lib/components/pagination/components/pager.vue2.cjs +1 -1
  586. package/lib/components/pagination/components/prev.vue.d.ts +16 -22
  587. package/lib/components/pagination/components/prev.vue2.cjs +1 -1
  588. package/lib/components/pagination/components/sizes.vue.d.ts +18 -34
  589. package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
  590. package/lib/components/pagination/components/total.vue.d.ts +12 -10
  591. package/lib/components/pagination/index.d.ts +1 -1
  592. package/lib/components/pagination/pagination.vue.d.ts +11 -112
  593. package/lib/components/pagination/pagination.vue2.cjs +1 -1
  594. package/lib/components/popconfirm/index.d.ts +134 -166
  595. package/lib/components/popconfirm/popconfirm.vue.d.ts +53 -94
  596. package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
  597. package/lib/components/popover/index.d.ts +165 -196
  598. package/lib/components/popover/popover.vue2.cjs +1 -1
  599. package/lib/components/popper/arrow.vue.d.ts +14 -10
  600. package/lib/components/popper/composables/use-content-dom.d.ts +1 -3
  601. package/lib/components/popper/composables/use-content.d.ts +6 -70
  602. package/lib/components/popper/content.vue2.cjs +1 -1
  603. package/lib/components/popper/index.d.ts +24 -96
  604. package/lib/components/popper/popper.vue.d.ts +15 -12
  605. package/lib/components/popper/trigger.vue.d.ts +24 -70
  606. package/lib/components/popper/utils.d.ts +2 -45
  607. package/lib/components/progress/index.d.ts +97 -143
  608. package/lib/components/progress/progress.vue.d.ts +10 -87
  609. package/lib/components/progress-i/index.d.ts +1 -1
  610. package/lib/components/progress-i/progress-i.vue.d.ts +1 -1
  611. package/lib/components/qrcode/index.d.ts +1 -1
  612. package/lib/components/qrcode/qrcode.vue.d.ts +24 -35
  613. package/lib/components/qrcode/qrcode.vue2.cjs +1 -1
  614. package/lib/components/radio/index.d.ts +336 -619
  615. package/lib/components/radio/radio-button.vue.d.ts +10 -33
  616. package/lib/components/radio/radio-button.vue2.cjs +1 -1
  617. package/lib/components/radio/radio-group.vue.d.ts +24 -73
  618. package/lib/components/radio/radio-group.vue2.cjs +1 -1
  619. package/lib/components/radio/radio.vue.d.ts +12 -47
  620. package/lib/components/radio/radio.vue2.cjs +1 -1
  621. package/lib/components/radio/use-radio.d.ts +1 -1
  622. package/lib/components/result/index.d.ts +1 -1
  623. package/lib/components/result/result.vue.d.ts +15 -21
  624. package/lib/components/router-view-content/index.d.ts +1 -1
  625. package/lib/components/router-view-content/router-view-content.vue.d.ts +17 -42
  626. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  627. package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  628. package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  629. package/lib/components/row/index.d.ts +31 -97
  630. package/lib/components/row/row.vue.d.ts +10 -27
  631. package/lib/components/scrollbar/bar.vue.d.ts +11 -34
  632. package/lib/components/scrollbar/index.d.ts +104 -158
  633. package/lib/components/scrollbar/scrollbar.vue.d.ts +11 -70
  634. package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
  635. package/lib/components/scrollbar/thumb.vue.d.ts +9 -34
  636. package/lib/components/search/index.d.ts +118 -171
  637. package/lib/components/search/search.vue.d.ts +16 -67
  638. package/lib/components/search/search.vue2.cjs +1 -1
  639. package/lib/components/select/defaults.d.ts +3 -4
  640. package/lib/components/select/group-item.vue.d.ts +1 -1
  641. package/lib/components/select/index.d.ts +406 -194
  642. package/lib/components/select/option-item.vue.d.ts +1 -1
  643. package/lib/components/select/select-dropdown.d.ts +1 -1
  644. package/lib/components/select/select.vue.d.ts +203 -97
  645. package/lib/components/select/useSelect.d.ts +189 -83
  646. package/lib/components/side-menu/index.d.ts +5 -9
  647. package/lib/components/side-menu/side-menu.vue.d.ts +49 -158
  648. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  649. package/lib/components/skeleton/index.d.ts +44 -108
  650. package/lib/components/skeleton/skeleton-item.vue.d.ts +13 -9
  651. package/lib/components/skeleton/skeleton.vue.d.ts +18 -34
  652. package/lib/components/slider/button.vue.d.ts +11 -28
  653. package/lib/components/slider/button.vue2.cjs +1 -1
  654. package/lib/components/slider/composables/use-slide.d.ts +90 -221
  655. package/lib/components/slider/index.d.ts +4 -4
  656. package/lib/components/slider/marker.d.ts +1 -1
  657. package/lib/components/slider/slider.d.ts +3 -3
  658. package/lib/components/slider/slider.vue.d.ts +12 -161
  659. package/lib/components/slider/slider.vue2.cjs +1 -1
  660. package/lib/components/slot/only-child.d.ts +1 -1
  661. package/lib/components/space/index.d.ts +4 -7
  662. package/lib/components/space/item.d.ts +1 -1
  663. package/lib/components/space/space.d.ts +5 -8
  664. package/lib/components/super-form/index.d.ts +377 -327
  665. package/lib/components/super-form/super-form-action.vue.d.ts +11 -46
  666. package/lib/components/super-form/super-form-item.vue.d.ts +9 -54
  667. package/lib/components/super-form/super-form.vue.d.ts +65 -296
  668. package/lib/components/super-form/super-form.vue2.cjs +1 -1
  669. package/lib/components/switch/index.d.ts +16 -16
  670. package/lib/components/switch/switch.vue.d.ts +40 -149
  671. package/lib/components/switch/switch.vue2.cjs +1 -1
  672. package/lib/components/table/field.d.ts +2 -2
  673. package/lib/components/table/index.d.ts +1145 -963
  674. package/lib/components/table/table.vue.d.ts +78 -687
  675. package/lib/components/table/table.vue2.cjs +1 -1
  676. package/lib/components/table/use/use-columns.d.ts +3 -801
  677. package/lib/components/tabs/index.d.ts +79 -207
  678. package/lib/components/tabs/tab-bar.vue.d.ts +14 -45
  679. package/lib/components/tabs/tab-nav.vue.d.ts +29 -106
  680. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  681. package/lib/components/tabs/tab-pane.vue.d.ts +22 -33
  682. package/lib/components/tabs/tabs.vue.d.ts +13 -90
  683. package/lib/components/tabs/tabs.vue2.cjs +1 -1
  684. package/lib/components/tag/index.d.ts +1 -1
  685. package/lib/components/tag/tag.vue.d.ts +11 -52
  686. package/lib/components/tag/tag.vue2.cjs +1 -1
  687. package/lib/components/time-picker/common/picker.vue.d.ts +107 -92
  688. package/lib/components/time-picker/common/picker.vue2.cjs +1 -1
  689. package/lib/components/time-picker/common/props.d.ts +9 -2
  690. package/lib/components/time-picker/composables/use-time-picker.d.ts +12 -12
  691. package/lib/components/time-picker/index.d.ts +42 -10
  692. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
  693. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
  694. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
  695. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
  696. package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
  697. package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
  698. package/lib/components/time-picker/time-picker.d.ts +21 -5
  699. package/lib/components/time-picker/utils.d.ts +1 -1
  700. package/lib/components/time-select/time-select.vue.d.ts +44 -44
  701. package/lib/components/time-select/time-select.vue2.cjs +1 -1
  702. package/lib/components/tooltip/content.vue2.cjs +1 -1
  703. package/lib/components/tooltip/index.d.ts +337 -315
  704. package/lib/components/tooltip/tooltip.vue.d.ts +13 -288
  705. package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
  706. package/lib/components/tooltip/trigger.vue.d.ts +18 -34
  707. package/lib/components/tooltip/utils.d.ts +1 -1
  708. package/lib/components/tree/index.d.ts +727 -735
  709. package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
  710. package/lib/components/tree/tree-node.vue.d.ts +3 -3
  711. package/lib/components/tree/tree.vue.d.ts +37 -176
  712. package/lib/components/tree/tree.vue2.cjs +1 -1
  713. package/lib/components/upload/index.d.ts +236 -233
  714. package/lib/components/upload/upload-content.vue.d.ts +46 -173
  715. package/lib/components/upload/upload-dragger.vue.d.ts +12 -10
  716. package/lib/components/upload/upload-dragger.vue2.cjs +1 -1
  717. package/lib/components/upload/upload-list.vue.d.ts +29 -36
  718. package/lib/components/upload/upload-list.vue2.cjs +1 -1
  719. package/lib/components/upload/upload.vue.d.ts +47 -185
  720. package/lib/components/upload/use-handlers.d.ts +2 -11
  721. package/lib/components/verify-code/index.d.ts +1 -1
  722. package/lib/components/verify-code/useImageVerify.cjs +1 -1
  723. package/lib/components/verify-code/verify-code.vue.d.ts +16 -22
  724. package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
  725. package/lib/components/virtual-list/builders/build-grid.d.ts +3 -3
  726. package/lib/components/virtual-list/builders/build-list.d.ts +5 -5
  727. package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
  728. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
  729. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
  730. package/lib/components/virtual-list/components/fixed-size-list.d.ts +5 -5
  731. package/lib/components/virtual-list/components/scrollbar.d.ts +1 -1
  732. package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
  733. package/lib/components/virtual-list/props.d.ts +3 -3
  734. package/lib/hooks/use-id/index.d.ts +1 -2
  735. package/lib/hooks/use-model-toggle/index.d.ts +2 -2
  736. package/lib/hooks/use-popper/index.d.ts +7 -70
  737. package/lib/hooks/use-same-target/index.d.ts +3 -3
  738. package/lib/hooks/use-z-index/index.d.ts +1 -1
  739. package/lib/package.json.cjs +1 -1
  740. package/lib/package.json.d.ts +11 -11
  741. package/package.json +14 -14
  742. package/web-types.json +1 -1
  743. package/es/app-components/super-form/types.d.ts +0 -177
  744. package/es/components/collection/collection.d.ts +0 -243
  745. package/es/components/popover/popover.vue.d.ts +0 -158
  746. package/es/components/popper/content.vue.d.ts +0 -184
  747. package/es/components/roving-focus-group/types.d.ts +0 -236
  748. package/es/components/super-form/types.d.ts +0 -176
  749. package/es/components/tooltip/content.vue.d.ts +0 -210
  750. package/lib/app-components/super-form/types.d.ts +0 -177
  751. package/lib/components/collection/collection.d.ts +0 -243
  752. package/lib/components/popover/popover.vue.d.ts +0 -158
  753. package/lib/components/popper/content.vue.d.ts +0 -184
  754. package/lib/components/roving-focus-group/types.d.ts +0 -236
  755. package/lib/components/super-form/types.d.ts +0 -176
  756. package/lib/components/tooltip/content.vue.d.ts +0 -210
@@ -68,7 +68,15 @@ declare const _TimePicker: import("vue").DefineComponent<{
68
68
  readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
69
69
  disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
70
70
  placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
71
- popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
71
+ popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
72
+ (): Options;
73
+ new (): any;
74
+ readonly prototype: any;
75
+ } | ((new (...args: any[]) => any) | (() => Options) | {
76
+ (): Options;
77
+ new (): any;
78
+ readonly prototype: any;
79
+ })[], unknown, unknown, () => {}, boolean>;
72
80
  modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
73
81
  rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
74
82
  startPlaceholder: StringConstructor;
@@ -85,7 +93,7 @@ declare const _TimePicker: import("vue").DefineComponent<{
85
93
  readonly validator: ((val: unknown) => boolean) | undefined;
86
94
  __epPropKey: true;
87
95
  };
88
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
96
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
89
97
  isRange: {
90
98
  type: BooleanConstructor;
91
99
  default: boolean;
@@ -150,7 +158,15 @@ declare const _TimePicker: import("vue").DefineComponent<{
150
158
  readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
151
159
  disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
152
160
  placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
153
- popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
161
+ popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
162
+ (): Options;
163
+ new (): any;
164
+ readonly prototype: any;
165
+ } | ((new (...args: any[]) => any) | (() => Options) | {
166
+ (): Options;
167
+ new (): any;
168
+ readonly prototype: any;
169
+ })[], unknown, unknown, () => {}, boolean>;
154
170
  modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
155
171
  rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
156
172
  startPlaceholder: StringConstructor;
@@ -176,13 +192,13 @@ declare const _TimePicker: import("vue").DefineComponent<{
176
192
  modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
177
193
  readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
178
194
  disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
195
+ tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
179
196
  placeholder: string;
180
197
  clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
181
198
  prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
182
199
  clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
183
- tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
184
200
  validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
185
- popperOptions: Partial<import("@popperjs/core").Options>;
201
+ popperOptions: any;
186
202
  popperClass: string;
187
203
  editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
188
204
  rangeSeparator: string;
@@ -258,7 +274,15 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
258
274
  readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
259
275
  disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
260
276
  placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
261
- popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
277
+ popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
278
+ (): Options;
279
+ new (): any;
280
+ readonly prototype: any;
281
+ } | ((new (...args: any[]) => any) | (() => Options) | {
282
+ (): Options;
283
+ new (): any;
284
+ readonly prototype: any;
285
+ })[], unknown, unknown, () => {}, boolean>;
262
286
  modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
263
287
  rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
264
288
  startPlaceholder: StringConstructor;
@@ -275,7 +299,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
275
299
  readonly validator: ((val: unknown) => boolean) | undefined;
276
300
  __epPropKey: true;
277
301
  };
278
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
302
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
279
303
  isRange: {
280
304
  type: BooleanConstructor;
281
305
  default: boolean;
@@ -340,7 +364,15 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
340
364
  readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
341
365
  disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
342
366
  placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
343
- popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
367
+ popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
368
+ (): Options;
369
+ new (): any;
370
+ readonly prototype: any;
371
+ } | ((new (...args: any[]) => any) | (() => Options) | {
372
+ (): Options;
373
+ new (): any;
374
+ readonly prototype: any;
375
+ })[], unknown, unknown, () => {}, boolean>;
344
376
  modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
345
377
  rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
346
378
  startPlaceholder: StringConstructor;
@@ -366,13 +398,13 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
366
398
  modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
367
399
  readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
368
400
  disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
401
+ tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
369
402
  placeholder: string;
370
403
  clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
371
404
  prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
372
405
  clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
373
- tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
374
406
  validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
375
- popperOptions: Partial<import("@popperjs/core").Options>;
407
+ popperOptions: any;
376
408
  popperClass: string;
377
409
  editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
378
410
  rangeSeparator: string;
@@ -1,82 +1,82 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- disabledHours: {
2
+ readonly disabledHours: {
3
3
  readonly type: globalThis.PropType<import("../props/shared").GetDisabledHours>;
4
4
  readonly required: false;
5
5
  readonly validator: ((val: unknown) => boolean) | undefined;
6
6
  __epPropKey: true;
7
7
  };
8
- disabledMinutes: {
8
+ readonly disabledMinutes: {
9
9
  readonly type: globalThis.PropType<import("../props/shared").GetDisabledMinutes>;
10
10
  readonly required: false;
11
11
  readonly validator: ((val: unknown) => boolean) | undefined;
12
12
  __epPropKey: true;
13
13
  };
14
- disabledSeconds: {
14
+ readonly disabledSeconds: {
15
15
  readonly type: globalThis.PropType<import("../props/shared").GetDisabledSeconds>;
16
16
  readonly required: false;
17
17
  readonly validator: ((val: unknown) => boolean) | undefined;
18
18
  __epPropKey: true;
19
19
  };
20
- role: {
20
+ readonly role: {
21
21
  readonly type: globalThis.PropType<string>;
22
22
  readonly required: true;
23
23
  readonly validator: ((val: unknown) => boolean) | undefined;
24
24
  __epPropKey: true;
25
25
  };
26
- spinnerDate: {
26
+ readonly spinnerDate: {
27
27
  readonly type: globalThis.PropType<import("dayjs").Dayjs>;
28
28
  readonly required: true;
29
29
  readonly validator: ((val: unknown) => boolean) | undefined;
30
30
  __epPropKey: true;
31
31
  };
32
- showSeconds: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
33
- arrowControl: BooleanConstructor;
34
- amPmMode: import("../../../utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
32
+ readonly showSeconds: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
33
+ readonly arrowControl: BooleanConstructor;
34
+ readonly amPmMode: import("../../../utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
35
35
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
36
  change: (...args: any[]) => void;
37
37
  "select-range": (...args: any[]) => void;
38
38
  "set-option": (...args: any[]) => void;
39
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
40
- disabledHours: {
39
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
40
+ readonly disabledHours: {
41
41
  readonly type: globalThis.PropType<import("../props/shared").GetDisabledHours>;
42
42
  readonly required: false;
43
43
  readonly validator: ((val: unknown) => boolean) | undefined;
44
44
  __epPropKey: true;
45
45
  };
46
- disabledMinutes: {
46
+ readonly disabledMinutes: {
47
47
  readonly type: globalThis.PropType<import("../props/shared").GetDisabledMinutes>;
48
48
  readonly required: false;
49
49
  readonly validator: ((val: unknown) => boolean) | undefined;
50
50
  __epPropKey: true;
51
51
  };
52
- disabledSeconds: {
52
+ readonly disabledSeconds: {
53
53
  readonly type: globalThis.PropType<import("../props/shared").GetDisabledSeconds>;
54
54
  readonly required: false;
55
55
  readonly validator: ((val: unknown) => boolean) | undefined;
56
56
  __epPropKey: true;
57
57
  };
58
- role: {
58
+ readonly role: {
59
59
  readonly type: globalThis.PropType<string>;
60
60
  readonly required: true;
61
61
  readonly validator: ((val: unknown) => boolean) | undefined;
62
62
  __epPropKey: true;
63
63
  };
64
- spinnerDate: {
64
+ readonly spinnerDate: {
65
65
  readonly type: globalThis.PropType<import("dayjs").Dayjs>;
66
66
  readonly required: true;
67
67
  readonly validator: ((val: unknown) => boolean) | undefined;
68
68
  __epPropKey: true;
69
69
  };
70
- showSeconds: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
71
- arrowControl: BooleanConstructor;
72
- amPmMode: import("../../../utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
70
+ readonly showSeconds: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
71
+ readonly arrowControl: BooleanConstructor;
72
+ readonly amPmMode: import("../../../utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
73
73
  }>> & {
74
74
  onChange?: ((...args: any[]) => any) | undefined;
75
75
  "onSelect-range"?: ((...args: any[]) => any) | undefined;
76
76
  "onSet-option"?: ((...args: any[]) => any) | undefined;
77
77
  }, {
78
- arrowControl: boolean;
79
- showSeconds: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
80
- amPmMode: import("../../../utils").EpPropMergeType<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown>;
78
+ readonly arrowControl: boolean;
79
+ readonly showSeconds: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
80
+ readonly amPmMode: import("../../../utils").EpPropMergeType<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown>;
81
81
  }, {}>;
82
82
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),E=require("@vft/directives"),$=require("../../icon/index.cjs"),K=require("../../scrollbar/index.cjs");require("@vueuse/core");require("@vft/utils");require("../../../utils/ns-cover.cjs");const Q=require("lodash"),W=require("../../../hooks/use-namespace/index.cjs");require("@popperjs/core");require("../../../hooks/use-z-index/index.cjs");const X=require("../composables/use-time-picker.cjs"),L=require("../constants.cjs"),Y=require("../props/basic-time-spinner.cjs"),C=require("../utils.cjs"),Z=["onClick"],ee=["onMouseenter"],ne=e.defineComponent({__name:"basic-time-spinner",props:Y.basicTimeSpinnerProps,emits:["change","select-range","set-option"],setup(V,{emit:f}){const c=V,l=W.useNamespace("time"),{getHoursList:_,getMinutesList:F,getSecondsList:N}=X.getTimeLists(c.disabledHours,c.disabledMinutes,c.disabledSeconds);let b=!1;const p=e.ref(),x=e.ref(),P=e.ref(),R=e.ref(),u={hours:x,minutes:P,seconds:R},D=e.computed(()=>c.showSeconds?L.timeUnits:L.timeUnits.slice(0,2)),i=e.computed(()=>{const{spinnerDate:n}=c,r=n.hour(),s=n.minute(),o=n.second();return{hours:r,minutes:s,seconds:o}}),h=e.computed(()=>{const{hours:n,minutes:r}=e.unref(i);return{hours:_(c.role),minutes:F(n,c.role),seconds:N(n,r,c.role)}}),z=e.computed(()=>{const{hours:n,minutes:r,seconds:s}=e.unref(i);return{hours:C.buildTimeList(n,23),minutes:C.buildTimeList(r,59),seconds:C.buildTimeList(s,59)}}),H=Q.debounce(n=>{b=!1,d(n)},200),M=n=>{if(!!!c.amPmMode)return"";const s=c.amPmMode==="A";let o=n<12?" am":" pm";return s&&(o=o.toUpperCase()),o},a=n=>{let r;switch(n){case"hours":r=[0,2];break;case"minutes":r=[3,5];break;case"seconds":r=[6,8];break}const[s,o]=r;f("select-range",s,o),p.value=n},d=n=>{w(n,e.unref(i)[n])},T=()=>{d("hours"),d("minutes"),d("seconds")},g=n=>n.querySelector(`.${l.namespace.value}-scrollbar__wrap`),w=(n,r)=>{if(c.arrowControl)return;const s=e.unref(u[n]);s&&s.$el&&(g(s.$el).scrollTop=Math.max(0,r*v(n)))},v=n=>{const r=e.unref(u[n]);return(r==null?void 0:r.$el.querySelector("li").offsetHeight)||0},I=()=>{S(1)},j=()=>{S(-1)},S=n=>{p.value||a("hours");const r=p.value,s=e.unref(i)[r],o=p.value==="hours"?24:60,t=A(r,s,n,o);B(r,t),w(r,t),e.nextTick(()=>a(r))},A=(n,r,s,o)=>{let t=(r+s+o)%o;const m=e.unref(h)[n];for(;m[t]&&t!==r;)t=(t+s+o)%o;return t},B=(n,r)=>{if(e.unref(h)[n][r])return;const{hours:t,minutes:m,seconds:q}=e.unref(i);let k;switch(n){case"hours":k=c.spinnerDate.hour(r).minute(m).second(q);break;case"minutes":k=c.spinnerDate.hour(t).minute(r).second(q);break;case"seconds":k=c.spinnerDate.hour(t).minute(m).second(r);break}f("change",k)},U=(n,{value:r,disabled:s})=>{s||(B(n,r),a(n),w(n,r))},y=n=>{b=!0,H(n);const r=Math.min(Math.round((g(e.unref(u[n]).$el).scrollTop-(O(n)*.5-10)/v(n)+3)/v(n)),n==="hours"?23:59);B(n,r)},O=n=>e.unref(u[n]).$el.offsetHeight,G=()=>{const n=r=>{const s=e.unref(u[r]);s&&s.$el&&(g(s.$el).onscroll=()=>{y(r)})};n("hours"),n("minutes"),n("seconds")};e.onMounted(()=>{e.nextTick(()=>{!c.arrowControl&&G(),T(),c.role==="start"&&a("hours")})});const J=(n,r)=>{u[r].value=n};return f("set-option",[`${c.role}_scrollDown`,S]),f("set-option",[`${c.role}_emitSelectRange`,a]),e.watch(()=>c.spinnerDate,()=>{b||T()}),(n,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(l).b("spinner"),{"has-seconds":n.showSeconds}])},[n.arrowControl?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(D.value,s=>(e.openBlock(),e.createBlock(e.unref(K.VftScrollbar),{key:s,ref_for:!0,ref:o=>J(o,s),class:e.normalizeClass(e.unref(l).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":e.unref(l).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:o=>a(s),onMousemove:o=>d(s)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value[s],(o,t)=>(e.openBlock(),e.createElementBlock("li",{key:t,class:e.normalizeClass([e.unref(l).be("spinner","item"),e.unref(l).is("active",t===i.value[s]),e.unref(l).is("disabled",o)]),onClick:m=>U(s,{value:t,disabled:o})},[s==="hours"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(("0"+(n.amPmMode?t%12||12:t)).slice(-2))+e.toDisplayString(M(t)),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(("0"+t).slice(-2)),1)],64))],10,Z))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),n.arrowControl?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(D.value,s=>(e.openBlock(),e.createElementBlock("div",{key:s,class:e.normalizeClass([e.unref(l).be("spinner","wrapper"),e.unref(l).is("arrow")]),onMouseenter:o=>a(s)},[e.withDirectives(e.createVNode(e.unref($.VftIcon),{icon:"icon-arrow-up",class:e.normalizeClass(["arrow-up",e.unref(l).be("spinner","arrow")])},null,8,["class"]),[[e.unref(E.vRepeatClick),j]]),e.withDirectives(e.createVNode(e.unref($.VftIcon),{icon:"icon-arrow-down",class:e.normalizeClass(["arrow-down",e.unref(l).be("spinner","arrow")])},null,8,["class"]),[[e.unref(E.vRepeatClick),I]]),e.createElementVNode("ul",{class:e.normalizeClass(e.unref(l).be("spinner","list"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(z.value[s],(o,t)=>(e.openBlock(),e.createElementBlock("li",{key:t,class:e.normalizeClass([e.unref(l).be("spinner","item"),e.unref(l).is("active",o===i.value[s]),e.unref(l).is("disabled",h.value[s][o])])},[typeof o=="number"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[s==="hours"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(("0"+(n.amPmMode?o%12||12:o)).slice(-2))+e.toDisplayString(M(o)),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(("0"+o).slice(-2)),1)],64))],64)):e.createCommentVNode("",!0)],2))),128))],2)],42,ee))),128)):e.createCommentVNode("",!0)],2))}});exports.default=ne;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),E=require("@vft/directives"),$=require("../../icon/index.cjs"),Q=require("../../scrollbar/index.cjs");require("@vueuse/core");require("@vft/utils");require("../../../utils/ns-cover.cjs");const W=require("lodash"),X=require("../../../hooks/use-namespace/index.cjs");require("@popperjs/core");require("../../../hooks/use-z-index/index.cjs");const Y=require("../composables/use-time-picker.cjs"),L=require("../constants.cjs"),Z=require("../props/basic-time-spinner.cjs"),C=require("../utils.cjs"),ee=["onClick"],ne=["onMouseenter"],re=e.defineComponent({__name:"basic-time-spinner",props:Z.basicTimeSpinnerProps,emits:["change","select-range","set-option"],setup(V,{emit:_}){const c=V,f=_,l=X.useNamespace("time"),{getHoursList:F,getMinutesList:N,getSecondsList:x}=Y.getTimeLists(c.disabledHours,c.disabledMinutes,c.disabledSeconds);let b=!1;const p=e.ref(),P=e.ref(),R=e.ref(),z=e.ref(),u={hours:P,minutes:R,seconds:z},D=e.computed(()=>c.showSeconds?L.timeUnits:L.timeUnits.slice(0,2)),i=e.computed(()=>{const{spinnerDate:n}=c,r=n.hour(),s=n.minute(),o=n.second();return{hours:r,minutes:s,seconds:o}}),h=e.computed(()=>{const{hours:n,minutes:r}=e.unref(i);return{hours:F(c.role),minutes:N(n,c.role),seconds:x(n,r,c.role)}}),H=e.computed(()=>{const{hours:n,minutes:r,seconds:s}=e.unref(i);return{hours:C.buildTimeList(n,23),minutes:C.buildTimeList(r,59),seconds:C.buildTimeList(s,59)}}),I=W.debounce(n=>{b=!1,m(n)},200),M=n=>{if(!!!c.amPmMode)return"";const s=c.amPmMode==="A";let o=n<12?" am":" pm";return s&&(o=o.toUpperCase()),o},a=n=>{let r;switch(n){case"hours":r=[0,2];break;case"minutes":r=[3,5];break;case"seconds":r=[6,8];break}const[s,o]=r;f("select-range",s,o),p.value=n},m=n=>{w(n,e.unref(i)[n])},T=()=>{m("hours"),m("minutes"),m("seconds")},g=n=>n.querySelector(`.${l.namespace.value}-scrollbar__wrap`),w=(n,r)=>{if(c.arrowControl)return;const s=e.unref(u[n]);s&&s.$el&&(g(s.$el).scrollTop=Math.max(0,r*v(n)))},v=n=>{const r=e.unref(u[n]);return(r==null?void 0:r.$el.querySelector("li").offsetHeight)||0},j=()=>{S(1)},A=()=>{S(-1)},S=n=>{p.value||a("hours");const r=p.value,s=e.unref(i)[r],o=p.value==="hours"?24:60,t=U(r,s,n,o);B(r,t),w(r,t),e.nextTick(()=>a(r))},U=(n,r,s,o)=>{let t=(r+s+o)%o;const d=e.unref(h)[n];for(;d[t]&&t!==r;)t=(t+s+o)%o;return t},B=(n,r)=>{if(e.unref(h)[n][r])return;const{hours:t,minutes:d,seconds:q}=e.unref(i);let k;switch(n){case"hours":k=c.spinnerDate.hour(r).minute(d).second(q);break;case"minutes":k=c.spinnerDate.hour(t).minute(r).second(q);break;case"seconds":k=c.spinnerDate.hour(t).minute(d).second(r);break}f("change",k)},y=(n,{value:r,disabled:s})=>{s||(B(n,r),a(n),w(n,r))},O=n=>{b=!0,I(n);const r=Math.min(Math.round((g(e.unref(u[n]).$el).scrollTop-(G(n)*.5-10)/v(n)+3)/v(n)),n==="hours"?23:59);B(n,r)},G=n=>e.unref(u[n]).$el.offsetHeight,J=()=>{const n=r=>{const s=e.unref(u[r]);s&&s.$el&&(g(s.$el).onscroll=()=>{O(r)})};n("hours"),n("minutes"),n("seconds")};e.onMounted(()=>{e.nextTick(()=>{!c.arrowControl&&J(),T(),c.role==="start"&&a("hours")})});const K=(n,r)=>{u[r].value=n};return f("set-option",[`${c.role}_scrollDown`,S]),f("set-option",[`${c.role}_emitSelectRange`,a]),e.watch(()=>c.spinnerDate,()=>{b||T()}),(n,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(l).b("spinner"),{"has-seconds":n.showSeconds}])},[n.arrowControl?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(D.value,s=>(e.openBlock(),e.createBlock(e.unref(Q.VftScrollbar),{key:s,ref_for:!0,ref:o=>K(o,s),class:e.normalizeClass(e.unref(l).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":e.unref(l).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:o=>a(s),onMousemove:o=>m(s)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value[s],(o,t)=>(e.openBlock(),e.createElementBlock("li",{key:t,class:e.normalizeClass([e.unref(l).be("spinner","item"),e.unref(l).is("active",t===i.value[s]),e.unref(l).is("disabled",o)]),onClick:d=>y(s,{value:t,disabled:o})},[s==="hours"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(("0"+(n.amPmMode?t%12||12:t)).slice(-2))+e.toDisplayString(M(t)),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(("0"+t).slice(-2)),1)],64))],10,ee))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),n.arrowControl?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(D.value,s=>(e.openBlock(),e.createElementBlock("div",{key:s,class:e.normalizeClass([e.unref(l).be("spinner","wrapper"),e.unref(l).is("arrow")]),onMouseenter:o=>a(s)},[e.withDirectives(e.createVNode(e.unref($.VftIcon),{icon:"icon-arrow-up",class:e.normalizeClass(["arrow-up",e.unref(l).be("spinner","arrow")])},null,8,["class"]),[[e.unref(E.vRepeatClick),A]]),e.withDirectives(e.createVNode(e.unref($.VftIcon),{icon:"icon-arrow-down",class:e.normalizeClass(["arrow-down",e.unref(l).be("spinner","arrow")])},null,8,["class"]),[[e.unref(E.vRepeatClick),j]]),e.createElementVNode("ul",{class:e.normalizeClass(e.unref(l).be("spinner","list"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(H.value[s],(o,t)=>(e.openBlock(),e.createElementBlock("li",{key:t,class:e.normalizeClass([e.unref(l).be("spinner","item"),e.unref(l).is("active",o===i.value[s]),e.unref(l).is("disabled",h.value[s][o])])},[typeof o=="number"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[s==="hours"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(("0"+(n.amPmMode?o%12||12:o)).slice(-2))+e.toDisplayString(M(o)),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(("0"+o).slice(-2)),1)],64))],64)):e.createCommentVNode("",!0)],2))),128))],2)],42,ne))),128)):e.createCommentVNode("",!0)],2))}});exports.default=re;
@@ -1,37 +1,37 @@
1
1
  import type { Dayjs } from 'dayjs';
2
2
  declare const _default: import("vue").DefineComponent<{
3
- datetimeRole: StringConstructor;
4
- parsedValue: {
3
+ readonly datetimeRole: StringConstructor;
4
+ readonly parsedValue: {
5
5
  readonly type: globalThis.PropType<Dayjs>;
6
6
  readonly required: false;
7
7
  readonly validator: ((val: unknown) => boolean) | undefined;
8
8
  __epPropKey: true;
9
9
  };
10
- visible: BooleanConstructor;
11
- actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
12
- format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
+ readonly visible: BooleanConstructor;
11
+ readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
12
+ readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
13
13
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  pick: (...args: any[]) => void;
15
15
  "select-range": (...args: any[]) => void;
16
16
  "set-picker-option": (...args: any[]) => void;
17
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
18
- datetimeRole: StringConstructor;
19
- parsedValue: {
17
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ readonly datetimeRole: StringConstructor;
19
+ readonly parsedValue: {
20
20
  readonly type: globalThis.PropType<Dayjs>;
21
21
  readonly required: false;
22
22
  readonly validator: ((val: unknown) => boolean) | undefined;
23
23
  __epPropKey: true;
24
24
  };
25
- visible: BooleanConstructor;
26
- actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
27
- format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
25
+ readonly visible: BooleanConstructor;
26
+ readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
27
+ readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
28
28
  }>> & {
29
29
  onPick?: ((...args: any[]) => any) | undefined;
30
30
  "onSelect-range"?: ((...args: any[]) => any) | undefined;
31
31
  "onSet-picker-option"?: ((...args: any[]) => any) | undefined;
32
32
  }, {
33
- visible: boolean;
34
- format: string;
35
- actualVisible: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
33
+ readonly visible: boolean;
34
+ readonly format: string;
35
+ readonly actualVisible: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
36
36
  }, {}>;
37
37
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),H=require("@vft/utils"),$=require("../../../constants/aria.cjs");require("@vueuse/core");require("../../../utils/ns-cover.cjs");require("lodash");const G=require("../../../hooks/use-namespace/index.cjs");require("@popperjs/core");require("../../../hooks/use-z-index/index.cjs");const d=require("dayjs"),F=require("../composables/use-time-panel.cjs"),V=require("../composables/use-time-picker.cjs"),J=require("../props/panel-time-picker.cjs"),L=require("./basic-time-spinner.vue2.cjs"),Q=e.defineComponent({__name:"panel-time-pick",props:J.panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(h,{emit:s}){const o=h,S=e.inject("EP_PICKER_BASE"),{arrowControl:C,disabledHours:p,disabledMinutes:m,disabledSeconds:f,defaultValue:T}=S.props,{getAvailableHours:_,getAvailableMinutes:q,getAvailableSeconds:w}=V.buildAvailableTimeSlotGetter(p,m,f),a=G.useNamespace("time"),c=e.ref("zh-cn"),b=e.ref([0,2]),E=V.useOldValue(o),P=e.computed(()=>H.isUndefined(o.actualVisible)?`${a.namespace.value}-zoom-in-top`:""),l=e.computed(()=>o.format.includes("ss")),A=e.computed(()=>o.format.includes("A")?"A":o.format.includes("a")?"a":""),R=n=>{const t=d(n).locale(c.value),r=u(t);return t.isSame(r)},N=()=>{s("pick",E.value,!1)},y=(n=!1,t=!1)=>{t||s("pick",o.parsedValue,n)},O=n=>{if(!o.visible)return;const t=u(n).millisecond(0);s("pick",t,!0)},z=(n,t)=>{s("select-range",n,t),b.value=[n,t]},D=n=>{const t=[0,3].concat(l.value?[6]:[]),r=["hours","minutes"].concat(l.value?["seconds"]:[]),i=(t.indexOf(b.value[0])+n+t.length)%t.length;g.start_emitSelectRange(r[i])},B=n=>{const t=n.code,{left:r,right:v,up:i,down:U}=$.EVENT_CODE;if([r,v].includes(t)){D(t===r?-1:1),n.preventDefault();return}if([i,U].includes(t)){const k=t===i?-1:1;g.start_scrollDown(k),n.preventDefault();return}},{timePickerOptions:g,onSetOption:M,getAvailableTime:I}=F.useTimePanel({getAvailableHours:_,getAvailableMinutes:q,getAvailableSeconds:w}),u=n=>I(n,o.datetimeRole||"",!0),j=n=>n?d(n,o.format).locale(c.value):null,x=n=>n?n.format(o.format):null,K=()=>d(T).locale(c.value);return s("set-picker-option",["isValidValue",R]),s("set-picker-option",["formatToString",x]),s("set-picker-option",["parseUserInput",j]),s("set-picker-option",["handleKeydownInput",B]),s("set-picker-option",["getRangeAvailableTime",u]),s("set-picker-option",["getDefaultValue",K]),(n,t)=>(e.openBlock(),e.createBlock(e.Transition,{name:P.value},{default:e.withCtx(()=>[n.actualVisible||n.visible?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(a).b("panel"))},[e.createElementVNode("div",{class:e.normalizeClass([e.unref(a).be("panel","content"),{"has-seconds":l.value}])},[e.createVNode(L.default,{ref:"spinner",role:n.datetimeRole||"start","arrow-control":e.unref(C),"show-seconds":l.value,"am-pm-mode":A.value,"spinner-date":n.parsedValue,"disabled-hours":e.unref(p),"disabled-minutes":e.unref(m),"disabled-seconds":e.unref(f),onChange:O,onSetOption:e.unref(M),onSelectRange:z},null,8,["role","arrow-control","show-seconds","am-pm-mode","spinner-date","disabled-hours","disabled-minutes","disabled-seconds","onSetOption"])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).be("panel","footer"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).be("panel","btn"),"cancel"]),onClick:N}," 取消 ",2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).be("panel","btn"),"confirm"]),onClick:t[0]||(t[0]=r=>y())}," 确认 ",2)],2)],2)):e.createCommentVNode("",!0)]),_:1},8,["name"]))}});exports.default=Q;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),$=require("@vft/utils"),G=require("../../../constants/aria.cjs");require("@vueuse/core");require("../../../utils/ns-cover.cjs");require("lodash");const F=require("../../../hooks/use-namespace/index.cjs");require("@popperjs/core");require("../../../hooks/use-z-index/index.cjs");const d=require("dayjs"),J=require("../composables/use-time-panel.cjs"),V=require("../composables/use-time-picker.cjs"),L=require("../props/panel-time-picker.cjs"),Q=require("./basic-time-spinner.vue2.cjs"),W=e.defineComponent({__name:"panel-time-pick",props:L.panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(h,{emit:S}){const s=h,o=S,C=e.inject("EP_PICKER_BASE"),{arrowControl:T,disabledHours:p,disabledMinutes:m,disabledSeconds:f,defaultValue:_}=C.props,{getAvailableHours:q,getAvailableMinutes:w,getAvailableSeconds:E}=V.buildAvailableTimeSlotGetter(p,m,f),a=F.useNamespace("time"),c=e.ref("zh-cn"),b=e.ref([0,2]),P=V.useOldValue(s),A=e.computed(()=>$.isUndefined(s.actualVisible)?`${a.namespace.value}-zoom-in-top`:""),i=e.computed(()=>s.format.includes("ss")),R=e.computed(()=>s.format.includes("A")?"A":s.format.includes("a")?"a":""),N=n=>{const t=d(n).locale(c.value),r=u(t);return t.isSame(r)},y=()=>{o("pick",P.value,!1)},O=(n=!1,t=!1)=>{t||o("pick",s.parsedValue,n)},z=n=>{if(!s.visible)return;const t=u(n).millisecond(0);o("pick",t,!0)},D=(n,t)=>{o("select-range",n,t),b.value=[n,t]},B=n=>{const t=[0,3].concat(i.value?[6]:[]),r=["hours","minutes"].concat(i.value?["seconds"]:[]),l=(t.indexOf(b.value[0])+n+t.length)%t.length;g.start_emitSelectRange(r[l])},M=n=>{const t=n.code,{left:r,right:v,up:l,down:H}=G.EVENT_CODE;if([r,v].includes(t)){B(t===r?-1:1),n.preventDefault();return}if([l,H].includes(t)){const k=t===l?-1:1;g.start_scrollDown(k),n.preventDefault();return}},{timePickerOptions:g,onSetOption:I,getAvailableTime:j}=J.useTimePanel({getAvailableHours:q,getAvailableMinutes:w,getAvailableSeconds:E}),u=n=>j(n,s.datetimeRole||"",!0),x=n=>n?d(n,s.format).locale(c.value):null,K=n=>n?n.format(s.format):null,U=()=>d(_).locale(c.value);return o("set-picker-option",["isValidValue",N]),o("set-picker-option",["formatToString",K]),o("set-picker-option",["parseUserInput",x]),o("set-picker-option",["handleKeydownInput",M]),o("set-picker-option",["getRangeAvailableTime",u]),o("set-picker-option",["getDefaultValue",U]),(n,t)=>(e.openBlock(),e.createBlock(e.Transition,{name:A.value},{default:e.withCtx(()=>[n.actualVisible||n.visible?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(a).b("panel"))},[e.createElementVNode("div",{class:e.normalizeClass([e.unref(a).be("panel","content"),{"has-seconds":i.value}])},[e.createVNode(Q.default,{ref:"spinner",role:n.datetimeRole||"start","arrow-control":e.unref(T),"show-seconds":i.value,"am-pm-mode":R.value,"spinner-date":n.parsedValue,"disabled-hours":e.unref(p),"disabled-minutes":e.unref(m),"disabled-seconds":e.unref(f),onChange:z,onSetOption:e.unref(I),onSelectRange:D},null,8,["role","arrow-control","show-seconds","am-pm-mode","spinner-date","disabled-hours","disabled-minutes","disabled-seconds","onSetOption"])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).be("panel","footer"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).be("panel","btn"),"cancel"]),onClick:y}," 取消 ",2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).be("panel","btn"),"confirm"]),onClick:t[0]||(t[0]=r=>O())}," 确认 ",2)],2)],2)):e.createCommentVNode("",!0)]),_:1},8,["name"]))}});exports.default=W;
@@ -1,35 +1,35 @@
1
1
  import type { Dayjs } from 'dayjs';
2
2
  declare const _default: import("vue").DefineComponent<{
3
- parsedValue: {
3
+ readonly parsedValue: {
4
4
  readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
5
5
  readonly required: false;
6
6
  readonly validator: ((val: unknown) => boolean) | undefined;
7
7
  __epPropKey: true;
8
8
  };
9
- visible: BooleanConstructor;
10
- actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
11
- format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
9
+ readonly visible: BooleanConstructor;
10
+ readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
11
+ readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
12
12
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  pick: (...args: any[]) => void;
14
14
  "select-range": (...args: any[]) => void;
15
15
  "set-picker-option": (...args: any[]) => void;
16
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
17
- parsedValue: {
16
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
+ readonly parsedValue: {
18
18
  readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
19
19
  readonly required: false;
20
20
  readonly validator: ((val: unknown) => boolean) | undefined;
21
21
  __epPropKey: true;
22
22
  };
23
- visible: BooleanConstructor;
24
- actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
25
- format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
23
+ readonly visible: BooleanConstructor;
24
+ readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
25
+ readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
26
26
  }>> & {
27
27
  onPick?: ((...args: any[]) => any) | undefined;
28
28
  "onSelect-range"?: ((...args: any[]) => any) | undefined;
29
29
  "onSet-picker-option"?: ((...args: any[]) => any) | undefined;
30
30
  }, {
31
- visible: boolean;
32
- format: string;
33
- actualVisible: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
+ readonly visible: boolean;
32
+ readonly format: string;
33
+ readonly actualVisible: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
34
  }, {}>;
35
35
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),T=require("@vft/utils"),ce=require("../../../constants/aria.cjs");require("@vueuse/core");require("../../../utils/ns-cover.cjs");const w=require("lodash"),H=require("../../../hooks/use-namespace/index.cjs");require("@popperjs/core");require("../../../hooks/use-z-index/index.cjs");const g=require("dayjs"),ie=require("../composables/use-time-panel.cjs"),B=require("../composables/use-time-picker.cjs"),ue=require("../props/panel-time-range.cjs"),I=require("./basic-time-spinner.vue2.cjs"),de=["disabled"],pe=e.defineComponent({__name:"panel-time-range",props:ue.panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(j,{emit:c}){const i=j,f=(n,t)=>{const a=[];for(let s=n;s<=t;s++)a.push(s);return a},b=e.ref("zh-cn"),o=H.useNamespace("time"),K=H.useNamespace("picker"),$=e.inject("EP_PICKER_BASE"),{arrowControl:h,disabledHours:N,disabledMinutes:q,disabledSeconds:R,defaultValue:k}=$.props,d=e.computed(()=>i.parsedValue[0]),p=e.computed(()=>i.parsedValue[1]),U=B.useOldValue(i),G=()=>{c("pick",U.value,!1)},m=e.computed(()=>i.format.includes("ss")),A=e.computed(()=>i.format.includes("A")?"A":i.format.includes("a")?"a":""),F=(n=!1)=>{c("pick",[d.value,p.value],n)},J=n=>{x(n.millisecond(0),p.value)},L=n=>{x(d.value,n.millisecond(0))},Q=n=>{const t=n.map(s=>g(s).locale(b.value)),a=M(t);return t[0].isSame(a[0])&&t[1].isSame(a[1])},x=(n,t)=>{c("pick",[n,t],!0)},W=e.computed(()=>d.value>p.value),S=e.ref([0,2]),X=(n,t)=>{c("select-range",n,t,"min"),S.value=[n,t]},z=e.computed(()=>m.value?11:8),Y=(n,t)=>{c("select-range",n,t,"max");const a=e.unref(z);S.value=[n+a,t+a]},Z=n=>{const t=m.value?[0,3,6,11,14,17]:[0,3,8,11],a=["hours","minutes"].concat(m.value?["seconds"]:[]),r=(t.indexOf(S.value[0])+n+t.length)%t.length,l=t.length/2;r<l?D.start_emitSelectRange(a[r]):D.end_emitSelectRange(a[r-l])},ee=n=>{const t=n.code,{left:a,right:s,up:r,down:l}=ce.EVENT_CODE;if([a,s].includes(t)){Z(t===a?-1:1),n.preventDefault();return}if([r,l].includes(t)){const u=t===r?-1:1,v=S.value[0]<z.value?"start":"end";D[`${v}_scrollDown`](u),n.preventDefault();return}},C=(n,t)=>{const a=N?N(n):[],s=n==="start",l=(t||(s?p.value:d.value)).hour(),u=s?f(l+1,23):f(0,l-1);return w.union(a,u)},V=(n,t,a)=>{const s=q?q(n,t):[],r=t==="start",l=a||(r?p.value:d.value),u=l.hour();if(n!==u)return s;const v=l.minute(),E=r?f(v+1,59):f(0,v-1);return w.union(s,E)},_=(n,t,a,s)=>{const r=R?R(n,t,a):[],l=a==="start",u=s||(l?p.value:d.value),v=u.hour(),E=u.minute();if(n!==v||t!==E)return r;const y=u.second(),le=l?f(y+1,59):f(0,y-1);return w.union(r,le)},M=([n,t])=>[O(n,"start",!0,t),O(t,"end",!1,n)],{getAvailableHours:ne,getAvailableMinutes:te,getAvailableSeconds:ae}=B.buildAvailableTimeSlotGetter(C,V,_),{timePickerOptions:D,getAvailableTime:O,onSetOption:P}=ie.useTimePanel({getAvailableHours:ne,getAvailableMinutes:te,getAvailableSeconds:ae}),se=n=>n?T.isArray(n)?n.map(t=>g(t,i.format).locale(b.value)):g(n,i.format).locale(b.value):null,oe=n=>n?T.isArray(n)?n.map(t=>t.format(i.format)):n.format(i.format):null,re=()=>{if(T.isArray(k))return k.map(t=>g(t).locale(b.value));const n=g(k).locale(b.value);return[n,n.add(60,"m")]};return c("set-picker-option",["formatToString",oe]),c("set-picker-option",["parseUserInput",se]),c("set-picker-option",["isValidValue",Q]),c("set-picker-option",["handleKeydownInput",ee]),c("set-picker-option",["getDefaultValue",re]),c("set-picker-option",["getRangeAvailableTime",M]),(n,t)=>n.actualVisible?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([e.unref(o).b("range-picker"),e.unref(K).b("panel")])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","content"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","cell"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","header"))}," 开始时间 ",2),e.createElementVNode("div",{class:e.normalizeClass([e.unref(o).be("range-picker","body"),e.unref(o).be("panel","content"),e.unref(o).is("arrow",e.unref(h)),{"has-seconds":m.value}])},[e.createVNode(I.default,{ref:"minSpinner",role:"start","show-seconds":m.value,"am-pm-mode":A.value,"arrow-control":e.unref(h),"spinner-date":d.value,"disabled-hours":C,"disabled-minutes":V,"disabled-seconds":_,onChange:J,onSetOption:e.unref(P),onSelectRange:X},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","cell"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","header"))}," 结束时间 ",2),e.createElementVNode("div",{class:e.normalizeClass([e.unref(o).be("range-picker","body"),e.unref(o).be("panel","content"),e.unref(o).is("arrow",e.unref(h)),{"has-seconds":m.value}])},[e.createVNode(I.default,{ref:"maxSpinner",role:"end","show-seconds":m.value,"am-pm-mode":A.value,"arrow-control":e.unref(h),"spinner-date":p.value,"disabled-hours":C,"disabled-minutes":V,"disabled-seconds":_,onChange:L,onSetOption:e.unref(P),onSelectRange:Y},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("panel","footer"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(o).be("panel","btn"),"cancel"]),onClick:t[0]||(t[0]=a=>G())}," 取消 ",2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(o).be("panel","btn"),"confirm"]),disabled:W.value,onClick:t[1]||(t[1]=a=>F())}," 确认 ",10,de)],2)],2)):e.createCommentVNode("",!0)}});exports.default=pe;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),T=require("@vft/utils"),ce=require("../../../constants/aria.cjs");require("@vueuse/core");require("../../../utils/ns-cover.cjs");const w=require("lodash"),H=require("../../../hooks/use-namespace/index.cjs");require("@popperjs/core");require("../../../hooks/use-z-index/index.cjs");const g=require("dayjs"),ue=require("../composables/use-time-panel.cjs"),B=require("../composables/use-time-picker.cjs"),de=require("../props/panel-time-range.cjs"),I=require("./basic-time-spinner.vue2.cjs"),me=["disabled"],pe=e.defineComponent({__name:"panel-time-range",props:de.panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(j,{emit:K}){const c=j,i=K,f=(n,t)=>{const a=[];for(let s=n;s<=t;s++)a.push(s);return a},b=e.ref("zh-cn"),o=H.useNamespace("time"),$=H.useNamespace("picker"),U=e.inject("EP_PICKER_BASE"),{arrowControl:h,disabledHours:N,disabledMinutes:q,disabledSeconds:R,defaultValue:k}=U.props,d=e.computed(()=>c.parsedValue[0]),m=e.computed(()=>c.parsedValue[1]),G=B.useOldValue(c),F=()=>{i("pick",G.value,!1)},p=e.computed(()=>c.format.includes("ss")),A=e.computed(()=>c.format.includes("A")?"A":c.format.includes("a")?"a":""),J=(n=!1)=>{i("pick",[d.value,m.value],n)},L=n=>{x(n.millisecond(0),m.value)},Q=n=>{x(d.value,n.millisecond(0))},W=n=>{const t=n.map(s=>g(s).locale(b.value)),a=M(t);return t[0].isSame(a[0])&&t[1].isSame(a[1])},x=(n,t)=>{i("pick",[n,t],!0)},X=e.computed(()=>d.value>m.value),S=e.ref([0,2]),Y=(n,t)=>{i("select-range",n,t,"min"),S.value=[n,t]},z=e.computed(()=>p.value?11:8),Z=(n,t)=>{i("select-range",n,t,"max");const a=e.unref(z);S.value=[n+a,t+a]},ee=n=>{const t=p.value?[0,3,6,11,14,17]:[0,3,8,11],a=["hours","minutes"].concat(p.value?["seconds"]:[]),r=(t.indexOf(S.value[0])+n+t.length)%t.length,l=t.length/2;r<l?D.start_emitSelectRange(a[r]):D.end_emitSelectRange(a[r-l])},ne=n=>{const t=n.code,{left:a,right:s,up:r,down:l}=ce.EVENT_CODE;if([a,s].includes(t)){ee(t===a?-1:1),n.preventDefault();return}if([r,l].includes(t)){const u=t===r?-1:1,v=S.value[0]<z.value?"start":"end";D[`${v}_scrollDown`](u),n.preventDefault();return}},C=(n,t)=>{const a=N?N(n):[],s=n==="start",l=(t||(s?m.value:d.value)).hour(),u=s?f(l+1,23):f(0,l-1);return w.union(a,u)},V=(n,t,a)=>{const s=q?q(n,t):[],r=t==="start",l=a||(r?m.value:d.value),u=l.hour();if(n!==u)return s;const v=l.minute(),E=r?f(v+1,59):f(0,v-1);return w.union(s,E)},_=(n,t,a,s)=>{const r=R?R(n,t,a):[],l=a==="start",u=s||(l?m.value:d.value),v=u.hour(),E=u.minute();if(n!==v||t!==E)return r;const y=u.second(),ie=l?f(y+1,59):f(0,y-1);return w.union(r,ie)},M=([n,t])=>[O(n,"start",!0,t),O(t,"end",!1,n)],{getAvailableHours:te,getAvailableMinutes:ae,getAvailableSeconds:se}=B.buildAvailableTimeSlotGetter(C,V,_),{timePickerOptions:D,getAvailableTime:O,onSetOption:P}=ue.useTimePanel({getAvailableHours:te,getAvailableMinutes:ae,getAvailableSeconds:se}),oe=n=>n?T.isArray(n)?n.map(t=>g(t,c.format).locale(b.value)):g(n,c.format).locale(b.value):null,re=n=>n?T.isArray(n)?n.map(t=>t.format(c.format)):n.format(c.format):null,le=()=>{if(T.isArray(k))return k.map(t=>g(t).locale(b.value));const n=g(k).locale(b.value);return[n,n.add(60,"m")]};return i("set-picker-option",["formatToString",re]),i("set-picker-option",["parseUserInput",oe]),i("set-picker-option",["isValidValue",W]),i("set-picker-option",["handleKeydownInput",ne]),i("set-picker-option",["getDefaultValue",le]),i("set-picker-option",["getRangeAvailableTime",M]),(n,t)=>n.actualVisible?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([e.unref(o).b("range-picker"),e.unref($).b("panel")])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","content"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","cell"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","header"))}," 开始时间 ",2),e.createElementVNode("div",{class:e.normalizeClass([e.unref(o).be("range-picker","body"),e.unref(o).be("panel","content"),e.unref(o).is("arrow",e.unref(h)),{"has-seconds":p.value}])},[e.createVNode(I.default,{ref:"minSpinner",role:"start","show-seconds":p.value,"am-pm-mode":A.value,"arrow-control":e.unref(h),"spinner-date":d.value,"disabled-hours":C,"disabled-minutes":V,"disabled-seconds":_,onChange:L,onSetOption:e.unref(P),onSelectRange:Y},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","cell"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("range-picker","header"))}," 结束时间 ",2),e.createElementVNode("div",{class:e.normalizeClass([e.unref(o).be("range-picker","body"),e.unref(o).be("panel","content"),e.unref(o).is("arrow",e.unref(h)),{"has-seconds":p.value}])},[e.createVNode(I.default,{ref:"maxSpinner",role:"end","show-seconds":p.value,"am-pm-mode":A.value,"arrow-control":e.unref(h),"spinner-date":m.value,"disabled-hours":C,"disabled-minutes":V,"disabled-seconds":_,onChange:Q,onSetOption:e.unref(P),onSelectRange:Z},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o).be("panel","footer"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(o).be("panel","btn"),"cancel"]),onClick:t[0]||(t[0]=a=>F())}," 取消 ",2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(o).be("panel","btn"),"confirm"]),disabled:X.value,onClick:t[1]||(t[1]=a=>J())}," 确认 ",10,me)],2)],2)):e.createCommentVNode("",!0)}});exports.default=pe;
@@ -66,7 +66,15 @@ declare const _default: import("vue").DefineComponent<{
66
66
  readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
67
67
  disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
68
68
  placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
69
- popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
69
+ popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
70
+ (): Options;
71
+ new (): any;
72
+ readonly prototype: any;
73
+ } | ((new (...args: any[]) => any) | (() => Options) | {
74
+ (): Options;
75
+ new (): any;
76
+ readonly prototype: any;
77
+ })[], unknown, unknown, () => {}, boolean>;
70
78
  modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
71
79
  rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
72
80
  startPlaceholder: StringConstructor;
@@ -83,7 +91,7 @@ declare const _default: import("vue").DefineComponent<{
83
91
  readonly validator: ((val: unknown) => boolean) | undefined;
84
92
  __epPropKey: true;
85
93
  };
86
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
94
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
87
95
  /**
88
96
  * @description whether to pick a time range
89
97
  */
@@ -151,7 +159,15 @@ declare const _default: import("vue").DefineComponent<{
151
159
  readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
152
160
  disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
153
161
  placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
154
- popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
162
+ popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
163
+ (): Options;
164
+ new (): any;
165
+ readonly prototype: any;
166
+ } | ((new (...args: any[]) => any) | (() => Options) | {
167
+ (): Options;
168
+ new (): any;
169
+ readonly prototype: any;
170
+ })[], unknown, unknown, () => {}, boolean>;
155
171
  modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
156
172
  rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
157
173
  startPlaceholder: StringConstructor;
@@ -177,13 +193,13 @@ declare const _default: import("vue").DefineComponent<{
177
193
  modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
178
194
  readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
179
195
  disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
196
+ tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
180
197
  placeholder: string;
181
198
  clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
182
199
  prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
183
200
  clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
184
- tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
185
201
  validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
186
- popperOptions: Partial<import("@popperjs/core").Options>;
202
+ popperOptions: any;
187
203
  popperClass: string;
188
204
  editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
189
205
  rangeSeparator: string;
@@ -5,7 +5,7 @@ export declare const rangeArr: (n: number) => number[];
5
5
  export declare const extractDateFormat: (format: string) => string;
6
6
  export declare const extractTimeFormat: (format: string) => string;
7
7
  export declare const dateEquals: (a: Date | unknown, b: Date | unknown) => boolean;
8
- export declare const valueEquals: (a: Array<Date> | unknown, b: Array<Date> | unknown) => boolean;
8
+ export declare const valueEquals: (a: Array<Date> | unknown, b: Array<Date> | unknown) => any;
9
9
  export declare const parseDate: (date: string | number | Date, format: string | undefined, lang: string) => Dayjs | undefined;
10
10
  export declare const formatter: (date: string | number | Date | Dayjs, format: string | undefined, lang: string) => string | number | Date | Dayjs;
11
11
  export declare const makeList: (total: number, method?: () => number[]) => boolean[];