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
@@ -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,51 +1,51 @@
1
- import { defineComponent as ie, ref as k, computed as C, unref as r, onMounted as le, nextTick as F, watch as ae, openBlock as l, createElementBlock as a, normalizeClass as m, Fragment as u, renderList as D, createBlock as ue, withCtx as me, createTextVNode as $, toDisplayString as f, createCommentVNode as N, withDirectives as I, createVNode as j, createElementVNode as de } from "vue";
1
+ import { defineComponent as le, ref as k, computed as C, unref as r, onMounted as ae, nextTick as F, watch as ue, openBlock as l, createElementBlock as a, normalizeClass as m, Fragment as u, renderList as D, createBlock as me, withCtx as de, createTextVNode as $, toDisplayString as f, createCommentVNode as N, withDirectives as I, createVNode as j, createElementVNode as pe } from "vue";
2
2
  import { vRepeatClick as U } from "@vft/directives";
3
3
  import { VftIcon as q } from "../../icon/index.js";
4
- import { VftScrollbar as pe } from "../../scrollbar/index.js";
4
+ import { VftScrollbar as he } from "../../scrollbar/index.js";
5
5
  import "@vueuse/core";
6
6
  import "@vft/utils";
7
7
  import "../../../utils/ns-cover.js";
8
- import { debounce as he } from "lodash";
9
- import { useNamespace as fe } from "../../../hooks/use-namespace/index.js";
8
+ import { debounce as fe } from "lodash";
9
+ import { useNamespace as be } from "../../../hooks/use-namespace/index.js";
10
10
  import "@popperjs/core";
11
11
  import "../../../hooks/use-z-index/index.js";
12
- import { getTimeLists as be } from "../composables/use-time-picker.js";
12
+ import { getTimeLists as we } from "../composables/use-time-picker.js";
13
13
  import { timeUnits as z } from "../constants.js";
14
- import { basicTimeSpinnerProps as we } from "../props/basic-time-spinner.js";
14
+ import { basicTimeSpinnerProps as ve } from "../props/basic-time-spinner.js";
15
15
  import { buildTimeList as V } from "../utils.js";
16
- const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
16
+ const ge = ["onClick"], Se = ["onMouseenter"], Be = /* @__PURE__ */ le({
17
17
  __name: "basic-time-spinner",
18
- props: we,
18
+ props: ve,
19
19
  emits: ["change", "select-range", "set-option"],
20
- setup(G, { emit: v }) {
21
- const c = G, i = fe("time"), { getHoursList: J, getMinutesList: K, getSecondsList: O } = be(
20
+ setup(G, { emit: J }) {
21
+ const c = G, v = J, i = be("time"), { getHoursList: K, getMinutesList: O, getSecondsList: Q } = we(
22
22
  c.disabledHours,
23
23
  c.disabledMinutes,
24
24
  c.disabledSeconds
25
25
  );
26
26
  let _ = !1;
27
- const g = k(), Q = k(), W = k(), X = k(), h = {
28
- hours: Q,
29
- minutes: W,
30
- seconds: X
27
+ const g = k(), W = k(), X = k(), Y = k(), h = {
28
+ hours: W,
29
+ minutes: X,
30
+ seconds: Y
31
31
  }, x = C(() => c.showSeconds ? z : z.slice(0, 2)), d = C(() => {
32
32
  const { spinnerDate: e } = c, s = e.hour(), o = e.minute(), n = e.second();
33
33
  return { hours: s, minutes: o, seconds: n };
34
34
  }), S = C(() => {
35
35
  const { hours: e, minutes: s } = r(d);
36
36
  return {
37
- hours: J(c.role),
38
- minutes: K(e, c.role),
39
- seconds: O(e, s, c.role)
37
+ hours: K(c.role),
38
+ minutes: O(e, c.role),
39
+ seconds: Q(e, s, c.role)
40
40
  };
41
- }), Y = C(() => {
41
+ }), Z = C(() => {
42
42
  const { hours: e, minutes: s, seconds: o } = r(d);
43
43
  return {
44
44
  hours: V(e, 23),
45
45
  minutes: V(s, 59),
46
46
  seconds: V(o, 59)
47
47
  };
48
- }), Z = he((e) => {
48
+ }), y = fe((e) => {
49
49
  _ = !1, b(e);
50
50
  }, 200), A = (e) => {
51
51
  if (!!!c.amPmMode)
@@ -83,15 +83,15 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
83
83
  }, T = (e) => {
84
84
  const s = r(h[e]);
85
85
  return (s == null ? void 0 : s.$el.querySelector("li").offsetHeight) || 0;
86
- }, y = () => {
87
- L(1);
88
86
  }, ee = () => {
87
+ L(1);
88
+ }, se = () => {
89
89
  L(-1);
90
90
  }, L = (e) => {
91
91
  g.value || p("hours");
92
- const s = g.value, o = r(d)[s], n = g.value === "hours" ? 24 : 60, t = se(s, o, e, n);
92
+ const s = g.value, o = r(d)[s], n = g.value === "hours" ? 24 : 60, t = oe(s, o, e, n);
93
93
  H(s, t), R(s, t), F(() => p(s));
94
- }, se = (e, s, o, n) => {
94
+ }, oe = (e, s, o, n) => {
95
95
  let t = (s + o + n) % n;
96
96
  const w = r(S)[e];
97
97
  for (; w[t] && t !== s; )
@@ -114,35 +114,35 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
114
114
  break;
115
115
  }
116
116
  v("change", M);
117
- }, oe = (e, { value: s, disabled: o }) => {
117
+ }, ne = (e, { value: s, disabled: o }) => {
118
118
  o || (H(e, s), p(e), R(e, s));
119
- }, ne = (e) => {
120
- _ = !0, Z(e);
119
+ }, re = (e) => {
120
+ _ = !0, y(e);
121
121
  const s = Math.min(
122
122
  Math.round(
123
- (P(r(h[e]).$el).scrollTop - (re(e) * 0.5 - 10) / T(e) + 3) / T(e)
123
+ (P(r(h[e]).$el).scrollTop - (te(e) * 0.5 - 10) / T(e) + 3) / T(e)
124
124
  ),
125
125
  e === "hours" ? 23 : 59
126
126
  );
127
127
  H(e, s);
128
- }, re = (e) => r(h[e]).$el.offsetHeight, te = () => {
128
+ }, te = (e) => r(h[e]).$el.offsetHeight, ce = () => {
129
129
  const e = (s) => {
130
130
  const o = r(h[s]);
131
131
  o && o.$el && (P(o.$el).onscroll = () => {
132
- ne(s);
132
+ re(s);
133
133
  });
134
134
  };
135
135
  e("hours"), e("minutes"), e("seconds");
136
136
  };
137
- le(() => {
137
+ ae(() => {
138
138
  F(() => {
139
- !c.arrowControl && te(), B(), c.role === "start" && p("hours");
139
+ !c.arrowControl && ce(), B(), c.role === "start" && p("hours");
140
140
  });
141
141
  });
142
- const ce = (e, s) => {
142
+ const ie = (e, s) => {
143
143
  h[s].value = e;
144
144
  };
145
- return v("set-option", [`${c.role}_scrollDown`, L]), v("set-option", [`${c.role}_emitSelectRange`, p]), ae(
145
+ return v("set-option", [`${c.role}_scrollDown`, L]), v("set-option", [`${c.role}_emitSelectRange`, p]), ue(
146
146
  () => c.spinnerDate,
147
147
  () => {
148
148
  _ || B();
@@ -150,10 +150,10 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
150
150
  ), (e, s) => (l(), a("div", {
151
151
  class: m([r(i).b("spinner"), { "has-seconds": e.showSeconds }])
152
152
  }, [
153
- e.arrowControl ? N("", !0) : (l(!0), a(u, { key: 0 }, D(x.value, (o) => (l(), ue(r(pe), {
153
+ e.arrowControl ? N("", !0) : (l(!0), a(u, { key: 0 }, D(x.value, (o) => (l(), me(r(he), {
154
154
  key: o,
155
155
  ref_for: !0,
156
- ref: (n) => ce(n, o),
156
+ ref: (n) => ie(n, o),
157
157
  class: m(r(i).be("spinner", "wrapper")),
158
158
  "wrap-style": "max-height: inherit;",
159
159
  "view-class": r(i).be("spinner", "list"),
@@ -162,7 +162,7 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
162
162
  onMouseenter: (n) => p(o),
163
163
  onMousemove: (n) => b(o)
164
164
  }, {
165
- default: me(() => [
165
+ default: de(() => [
166
166
  (l(!0), a(u, null, D(S.value[o], (n, t) => (l(), a("li", {
167
167
  key: t,
168
168
  class: m([
@@ -170,14 +170,14 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
170
170
  r(i).is("active", t === d.value[o]),
171
171
  r(i).is("disabled", n)
172
172
  ]),
173
- onClick: (w) => oe(o, { value: t, disabled: n })
173
+ onClick: (w) => ne(o, { value: t, disabled: n })
174
174
  }, [
175
175
  o === "hours" ? (l(), a(u, { key: 0 }, [
176
176
  $(f(("0" + (e.amPmMode ? t % 12 || 12 : t)).slice(-2)) + f(A(t)), 1)
177
177
  ], 64)) : (l(), a(u, { key: 1 }, [
178
178
  $(f(("0" + t).slice(-2)), 1)
179
179
  ], 64))
180
- ], 10, ve))), 128))
180
+ ], 10, ge))), 128))
181
181
  ]),
182
182
  _: 2
183
183
  }, 1032, ["class", "view-class", "onMouseenter", "onMousemove"]))), 128)),
@@ -190,18 +190,18 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
190
190
  icon: "icon-arrow-up",
191
191
  class: m(["arrow-up", r(i).be("spinner", "arrow")])
192
192
  }, null, 8, ["class"]), [
193
- [r(U), ee]
193
+ [r(U), se]
194
194
  ]),
195
195
  I(j(r(q), {
196
196
  icon: "icon-arrow-down",
197
197
  class: m(["arrow-down", r(i).be("spinner", "arrow")])
198
198
  }, null, 8, ["class"]), [
199
- [r(U), y]
199
+ [r(U), ee]
200
200
  ]),
201
- de("ul", {
201
+ pe("ul", {
202
202
  class: m(r(i).be("spinner", "list"))
203
203
  }, [
204
- (l(!0), a(u, null, D(Y.value[o], (n, t) => (l(), a("li", {
204
+ (l(!0), a(u, null, D(Z.value[o], (n, t) => (l(), a("li", {
205
205
  key: t,
206
206
  class: m([
207
207
  r(i).be("spinner", "item"),
@@ -218,10 +218,10 @@ const ve = ["onClick"], ge = ["onMouseenter"], Ae = /* @__PURE__ */ ie({
218
218
  ], 64)) : N("", !0)
219
219
  ], 2))), 128))
220
220
  ], 2)
221
- ], 42, ge))), 128)) : N("", !0)
221
+ ], 42, Se))), 128)) : N("", !0)
222
222
  ], 2));
223
223
  }
224
224
  });
225
225
  export {
226
- Ae as default
226
+ Be as default
227
227
  };
@@ -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,107 +1,107 @@
1
- import { defineComponent as J, inject as L, ref as C, computed as m, openBlock as w, createBlock as Q, Transition as W, withCtx as X, createElementBlock as Y, normalizeClass as l, unref as s, createElementVNode as u, createVNode as Z, createCommentVNode as ee } from "vue";
2
- import { isUndefined as te } from "@vft/utils";
3
- import { EVENT_CODE as ne } from "../../../constants/aria.js";
1
+ import { defineComponent as L, inject as Q, ref as C, computed as d, openBlock as w, createBlock as W, Transition as X, withCtx as Y, createElementBlock as Z, normalizeClass as r, unref as s, createElementVNode as u, createVNode as ee, createCommentVNode as te } from "vue";
2
+ import { isUndefined as ne } from "@vft/utils";
3
+ import { EVENT_CODE as oe } from "../../../constants/aria.js";
4
4
  import "@vueuse/core";
5
5
  import "../../../utils/ns-cover.js";
6
6
  import "lodash";
7
- import { useNamespace as oe } from "../../../hooks/use-namespace/index.js";
7
+ import { useNamespace as se } from "../../../hooks/use-namespace/index.js";
8
8
  import "@popperjs/core";
9
9
  import "../../../hooks/use-z-index/index.js";
10
10
  import f from "dayjs";
11
- import { useTimePanel as se } from "../composables/use-time-panel.js";
12
- import { useOldValue as ae, buildAvailableTimeSlotGetter as re } from "../composables/use-time-picker.js";
11
+ import { useTimePanel as ae } from "../composables/use-time-panel.js";
12
+ import { useOldValue as ie, buildAvailableTimeSlotGetter as re } from "../composables/use-time-picker.js";
13
13
  import { panelTimePickerProps as le } from "../props/panel-time-picker.js";
14
- import ie from "./basic-time-spinner.vue2.js";
15
- const we = /* @__PURE__ */ J({
14
+ import ce from "./basic-time-spinner.vue2.js";
15
+ const Ae = /* @__PURE__ */ L({
16
16
  __name: "panel-time-pick",
17
17
  props: le,
18
18
  emits: ["pick", "select-range", "set-picker-option"],
19
- setup(A, { emit: n }) {
20
- const o = A, R = L("EP_PICKER_BASE"), {
21
- arrowControl: T,
19
+ setup(A, { emit: R }) {
20
+ const n = A, o = R, T = Q("EP_PICKER_BASE"), {
21
+ arrowControl: E,
22
22
  disabledHours: b,
23
23
  disabledMinutes: g,
24
24
  disabledSeconds: v,
25
- defaultValue: E
26
- } = R.props, { getAvailableHours: _, getAvailableMinutes: D, getAvailableSeconds: O } = re(b, g, v), r = oe("time"), p = C("zh-cn"), k = C([0, 2]), P = ae(o), y = m(() => te(o.actualVisible) ? `${r.namespace.value}-zoom-in-top` : ""), i = m(() => o.format.includes("ss")), N = m(() => o.format.includes("A") ? "A" : o.format.includes("a") ? "a" : ""), B = (e) => {
27
- const t = f(e).locale(p.value), a = d(t);
25
+ defaultValue: _
26
+ } = T.props, { getAvailableHours: D, getAvailableMinutes: O, getAvailableSeconds: P } = re(b, g, v), i = se("time"), p = C("zh-cn"), k = C([0, 2]), y = ie(n), N = d(() => ne(n.actualVisible) ? `${i.namespace.value}-zoom-in-top` : ""), l = d(() => n.format.includes("ss")), B = d(() => n.format.includes("A") ? "A" : n.format.includes("a") ? "a" : ""), I = (e) => {
27
+ const t = f(e).locale(p.value), a = m(t);
28
28
  return t.isSame(a);
29
- }, I = () => {
30
- n("pick", P.value, !1);
31
- }, x = (e = !1, t = !1) => {
32
- t || n("pick", o.parsedValue, e);
33
- }, z = (e) => {
34
- if (!o.visible)
29
+ }, x = () => {
30
+ o("pick", y.value, !1);
31
+ }, z = (e = !1, t = !1) => {
32
+ t || o("pick", n.parsedValue, e);
33
+ }, K = (e) => {
34
+ if (!n.visible)
35
35
  return;
36
- const t = d(e).millisecond(0);
37
- n("pick", t, !0);
38
- }, K = (e, t) => {
39
- n("select-range", e, t), k.value = [e, t];
40
- }, M = (e) => {
41
- const t = [0, 3].concat(i.value ? [6] : []), a = ["hours", "minutes"].concat(
42
- i.value ? ["seconds"] : []
36
+ const t = m(e).millisecond(0);
37
+ o("pick", t, !0);
38
+ }, M = (e, t) => {
39
+ o("select-range", e, t), k.value = [e, t];
40
+ }, U = (e) => {
41
+ const t = [0, 3].concat(l.value ? [6] : []), a = ["hours", "minutes"].concat(
42
+ l.value ? ["seconds"] : []
43
43
  ), c = (t.indexOf(k.value[0]) + e + t.length) % t.length;
44
44
  h.start_emitSelectRange(a[c]);
45
- }, U = (e) => {
46
- const t = e.code, { left: a, right: V, up: c, down: F } = ne;
45
+ }, $ = (e) => {
46
+ const t = e.code, { left: a, right: V, up: c, down: J } = oe;
47
47
  if ([a, V].includes(t)) {
48
- M(t === a ? -1 : 1), e.preventDefault();
48
+ U(t === a ? -1 : 1), e.preventDefault();
49
49
  return;
50
50
  }
51
- if ([c, F].includes(t)) {
51
+ if ([c, J].includes(t)) {
52
52
  const S = t === c ? -1 : 1;
53
53
  h.start_scrollDown(S), e.preventDefault();
54
54
  return;
55
55
  }
56
- }, { timePickerOptions: h, onSetOption: $, getAvailableTime: j } = se({
57
- getAvailableHours: _,
58
- getAvailableMinutes: D,
59
- getAvailableSeconds: O
60
- }), d = (e) => j(e, o.datetimeRole || "", !0), H = (e) => e ? f(e, o.format).locale(p.value) : null, G = (e) => e ? e.format(o.format) : null, q = () => f(E).locale(p.value);
61
- return n("set-picker-option", ["isValidValue", B]), n("set-picker-option", ["formatToString", G]), n("set-picker-option", ["parseUserInput", H]), n("set-picker-option", ["handleKeydownInput", U]), n("set-picker-option", ["getRangeAvailableTime", d]), n("set-picker-option", ["getDefaultValue", q]), (e, t) => (w(), Q(W, { name: y.value }, {
62
- default: X(() => [
63
- e.actualVisible || e.visible ? (w(), Y("div", {
56
+ }, { timePickerOptions: h, onSetOption: j, getAvailableTime: H } = ae({
57
+ getAvailableHours: D,
58
+ getAvailableMinutes: O,
59
+ getAvailableSeconds: P
60
+ }), m = (e) => H(e, n.datetimeRole || "", !0), G = (e) => e ? f(e, n.format).locale(p.value) : null, q = (e) => e ? e.format(n.format) : null, F = () => f(_).locale(p.value);
61
+ return o("set-picker-option", ["isValidValue", I]), o("set-picker-option", ["formatToString", q]), o("set-picker-option", ["parseUserInput", G]), o("set-picker-option", ["handleKeydownInput", $]), o("set-picker-option", ["getRangeAvailableTime", m]), o("set-picker-option", ["getDefaultValue", F]), (e, t) => (w(), W(X, { name: N.value }, {
62
+ default: Y(() => [
63
+ e.actualVisible || e.visible ? (w(), Z("div", {
64
64
  key: 0,
65
- class: l(s(r).b("panel"))
65
+ class: r(s(i).b("panel"))
66
66
  }, [
67
67
  u("div", {
68
- class: l([s(r).be("panel", "content"), { "has-seconds": i.value }])
68
+ class: r([s(i).be("panel", "content"), { "has-seconds": l.value }])
69
69
  }, [
70
- Z(ie, {
70
+ ee(ce, {
71
71
  ref: "spinner",
72
72
  role: e.datetimeRole || "start",
73
- "arrow-control": s(T),
74
- "show-seconds": i.value,
75
- "am-pm-mode": N.value,
73
+ "arrow-control": s(E),
74
+ "show-seconds": l.value,
75
+ "am-pm-mode": B.value,
76
76
  "spinner-date": e.parsedValue,
77
77
  "disabled-hours": s(b),
78
78
  "disabled-minutes": s(g),
79
79
  "disabled-seconds": s(v),
80
- onChange: z,
81
- onSetOption: s($),
82
- onSelectRange: K
80
+ onChange: K,
81
+ onSetOption: s(j),
82
+ onSelectRange: M
83
83
  }, null, 8, ["role", "arrow-control", "show-seconds", "am-pm-mode", "spinner-date", "disabled-hours", "disabled-minutes", "disabled-seconds", "onSetOption"])
84
84
  ], 2),
85
85
  u("div", {
86
- class: l(s(r).be("panel", "footer"))
86
+ class: r(s(i).be("panel", "footer"))
87
87
  }, [
88
88
  u("button", {
89
89
  type: "button",
90
- class: l([s(r).be("panel", "btn"), "cancel"]),
91
- onClick: I
90
+ class: r([s(i).be("panel", "btn"), "cancel"]),
91
+ onClick: x
92
92
  }, " 取消 ", 2),
93
93
  u("button", {
94
94
  type: "button",
95
- class: l([s(r).be("panel", "btn"), "confirm"]),
96
- onClick: t[0] || (t[0] = (a) => x())
95
+ class: r([s(i).be("panel", "btn"), "confirm"]),
96
+ onClick: t[0] || (t[0] = (a) => z())
97
97
  }, " 确认 ", 2)
98
98
  ], 2)
99
- ], 2)) : ee("", !0)
99
+ ], 2)) : te("", !0)
100
100
  ]),
101
101
  _: 1
102
102
  }, 8, ["name"]));
103
103
  }
104
104
  });
105
105
  export {
106
- we as default
106
+ Ae as default
107
107
  };
@@ -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;