vft 0.0.148 → 0.0.150

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 (640) hide show
  1. package/es/app-components/button/button-custom.d.ts +1 -1
  2. package/es/app-components/button/use-button.d.ts +6 -6
  3. package/es/app-components/form/form-label-wrap.d.ts +1 -1
  4. package/es/app-components/form/utils.d.ts +1 -1
  5. package/es/components/affix/affix.vue.d.ts +1 -1
  6. package/es/components/affix/index.d.ts +22 -22
  7. package/es/components/alert/alert.vue.d.ts +17 -17
  8. package/es/components/alert/index.d.ts +46 -46
  9. package/es/components/autocomplete/autocomplete.vue.d.ts +158 -158
  10. package/es/components/autocomplete/index.d.ts +445 -445
  11. package/es/components/avatar/avatar.vue.d.ts +13 -13
  12. package/es/components/avatar/index.d.ts +40 -40
  13. package/es/components/backtop/backtop.vue.d.ts +13 -13
  14. package/es/components/backtop/index.d.ts +40 -40
  15. package/es/components/backtop/use-backtop.d.ts +1 -1
  16. package/es/components/button/button-custom.d.ts +1 -1
  17. package/es/components/button/button-group.vue.d.ts +5 -5
  18. package/es/components/button/button.vue.d.ts +48 -48
  19. package/es/components/button/index.d.ts +159 -159
  20. package/es/components/button/use-button.d.ts +6 -6
  21. package/es/components/card/card.vue.d.ts +7 -7
  22. package/es/components/card/index.d.ts +31 -31
  23. package/es/components/carousel/carousel-item.vue.d.ts +5 -5
  24. package/es/components/carousel/carousel.vue.d.ts +23 -23
  25. package/es/components/carousel/index.d.ts +111 -111
  26. package/es/components/carousel/use-carousel-item.d.ts +10 -10
  27. package/es/components/carousel/use-carousel.d.ts +8 -8
  28. package/es/components/check-tag/check-tag.vue.d.ts +3 -3
  29. package/es/components/check-tag/index.d.ts +25 -25
  30. package/es/components/checkbox/checkbox-button.vue.d.ts +31 -31
  31. package/es/components/checkbox/checkbox-group.vue.d.ts +25 -25
  32. package/es/components/checkbox/checkbox.vue.d.ts +31 -31
  33. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +2 -2
  34. package/es/components/checkbox/composables/use-checkbox-model.d.ts +3 -3
  35. package/es/components/checkbox/composables/use-checkbox-status.d.ts +5 -5
  36. package/es/components/checkbox/composables/use-checkbox.d.ts +9 -9
  37. package/es/components/checkbox/index.d.ts +317 -317
  38. package/es/components/clamp/clamp.vue.d.ts +15 -15
  39. package/es/components/clamp/index.d.ts +43 -43
  40. package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +25 -25
  41. package/es/components/clamp-toggle/index.d.ts +25 -25
  42. package/es/components/col/col.vue.d.ts +21 -21
  43. package/es/components/col/index.d.ts +52 -52
  44. package/es/components/collapse-transition/index.d.ts +44 -44
  45. package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  46. package/es/components/collection/collection-item.vue.d.ts +1 -1
  47. package/es/components/collection/collection.d.ts +44 -44
  48. package/es/components/collection/collection.vue.d.ts +1 -1
  49. package/es/components/color-picker/color-picker.vue.d.ts +24 -24
  50. package/es/components/color-picker/components/alpha-slider.vue.d.ts +5 -5
  51. package/es/components/color-picker/components/hue-slider.vue.d.ts +7 -7
  52. package/es/components/color-picker/components/predefine.vue.d.ts +1 -1
  53. package/es/components/color-picker/components/sv-panel.vue.d.ts +6 -6
  54. package/es/components/color-picker/composables/use-alpha-slider.d.ts +5 -5
  55. package/es/components/color-picker/index.d.ts +24 -24
  56. package/es/components/config-provider/config-provider.vue.d.ts +23 -23
  57. package/es/components/config-provider/hooks/use-global-config.d.ts +3 -3
  58. package/es/components/config-provider/index.d.ts +55 -55
  59. package/es/components/container/aside.vue.d.ts +3 -3
  60. package/es/components/container/container.vue.d.ts +3 -3
  61. package/es/components/container/footer.vue.d.ts +3 -3
  62. package/es/components/container/header.vue.d.ts +3 -3
  63. package/es/components/container/index.d.ts +219 -219
  64. package/es/components/container/main.vue.d.ts +1 -1
  65. package/es/components/context-menu/context-menu.vue.d.ts +9 -9
  66. package/es/components/date-picker/composables/use-month-range-header.d.ts +4 -4
  67. package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +4 -4
  68. package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +13 -13
  69. package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
  70. package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +7 -7
  71. package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
  72. package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +6 -6
  73. package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +3 -3
  74. package/es/components/date-picker/date-picker.d.ts +25 -25
  75. package/es/components/date-picker/index.d.ts +50 -50
  76. package/es/components/date-picker/panel-utils.d.ts +92 -92
  77. package/es/components/date-picker/props/basic-cell.d.ts +1 -1
  78. package/es/components/date-picker/props/basic-date-table.d.ts +6 -6
  79. package/es/components/date-picker/props/basic-month-table.d.ts +5 -5
  80. package/es/components/date-picker/props/basic-year-table.d.ts +3 -3
  81. package/es/components/date-picker/props/date-picker.d.ts +11 -11
  82. package/es/components/date-picker/props/panel-date-pick.d.ts +3 -3
  83. package/es/components/date-picker/props/panel-date-range.d.ts +2 -2
  84. package/es/components/date-picker/props/panel-month-range.d.ts +1 -1
  85. package/es/components/date-picker/props/shared.d.ts +7 -7
  86. package/es/components/date-time-select/date-time-select.vue.d.ts +5 -5
  87. package/es/components/date-time-select/index.d.ts +5 -5
  88. package/es/components/descriptions/description-item.vue.d.ts +17 -17
  89. package/es/components/descriptions/description.vue.d.ts +13 -13
  90. package/es/components/descriptions/descriptions-cell.d.ts +1 -1
  91. package/es/components/descriptions/descriptions-row.vue.d.ts +3 -3
  92. package/es/components/descriptions/index.d.ts +132 -132
  93. package/es/components/dialog/dialog-content.vue.d.ts +17 -17
  94. package/es/components/dialog/dialog.vue.d.ts +49 -49
  95. package/es/components/dialog/hooks/use-dialog.d.ts +2 -2
  96. package/es/components/dialog/index.d.ts +97 -97
  97. package/es/components/divider/divider.vue.d.ts +13 -13
  98. package/es/components/divider/index.d.ts +40 -40
  99. package/es/components/drawer/drawer.vue.d.ts +55 -55
  100. package/es/components/drawer/index.d.ts +103 -103
  101. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +5 -5
  102. package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
  103. package/es/components/dropdown/dropdown-menu.vue.d.ts +8 -8
  104. package/es/components/dropdown/dropdown.vue.d.ts +39 -39
  105. package/es/components/dropdown/index.d.ts +101 -101
  106. package/es/components/dropdown/useDropdown.d.ts +1 -1
  107. package/es/components/empty/empty.vue.d.ts +9 -9
  108. package/es/components/empty/index.d.ts +34 -34
  109. package/es/components/exception/exception.vue.d.ts +7 -7
  110. package/es/components/exception/index.d.ts +7 -7
  111. package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
  112. package/es/components/focus-trap/utils.d.ts +3 -3
  113. package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
  114. package/es/components/footer-layout/index.d.ts +22 -22
  115. package/es/components/form/form-item.vue.d.ts +26 -26
  116. package/es/components/form/form-label-wrap.d.ts +1 -1
  117. package/es/components/form/form.vue.d.ts +31 -31
  118. package/es/components/form/hooks/use-form-common-props.d.ts +4 -4
  119. package/es/components/form/index.d.ts +195 -195
  120. package/es/components/form/utils.d.ts +1 -1
  121. package/es/components/full-screen/full-screen.vue.d.ts +21 -21
  122. package/es/components/full-screen/index.d.ts +21 -21
  123. package/es/components/header-layout/header-layout.vue.d.ts +3 -3
  124. package/es/components/header-layout/index.d.ts +25 -25
  125. package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +22 -22
  126. package/es/components/horizontal-menu/index.d.ts +22 -22
  127. package/es/components/icon/icon.vue.d.ts +15 -15
  128. package/es/components/icon/index.d.ts +15 -15
  129. package/es/components/icon-text/icon-text.vue.d.ts +21 -21
  130. package/es/components/icon-text/index.d.ts +21 -21
  131. package/es/components/iframe-layout/iframe-layout.vue.d.ts +3 -3
  132. package/es/components/iframe-layout/iframe-page.vue.d.ts +3 -3
  133. package/es/components/iframe-layout/index.d.ts +3 -3
  134. package/es/components/image/image.vue.d.ts +25 -25
  135. package/es/components/image/index.d.ts +73 -73
  136. package/es/components/image/p-image.vue.d.ts +15 -15
  137. package/es/components/image-viewer/image-viewer.vue.d.ts +17 -17
  138. package/es/components/image-viewer/index.d.ts +46 -46
  139. package/es/components/infinite-scroll/index.d.ts +2 -2
  140. package/es/components/input/index.d.ts +100 -100
  141. package/es/components/input/input.vue.d.ts +51 -51
  142. package/es/components/input-number/index.d.ts +35 -35
  143. package/es/components/input-number/input-number.vue.d.ts +35 -35
  144. package/es/components/link/index.d.ts +40 -40
  145. package/es/components/link/link.vue.d.ts +13 -13
  146. package/es/components/list-cell/index.d.ts +9 -9
  147. package/es/components/list-cell/list-cell.vue.d.ts +9 -9
  148. package/es/components/loading/index.d.ts +19 -19
  149. package/es/components/loading/loading.d.ts +19 -19
  150. package/es/components/logo/index.d.ts +7 -7
  151. package/es/components/logo/logo.vue.d.ts +7 -7
  152. package/es/components/md-code-demo/index.d.ts +4 -4
  153. package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
  154. package/es/components/md-code-tabs/index.d.ts +4 -4
  155. package/es/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  156. package/es/components/md-comment/index.d.ts +1 -1
  157. package/es/components/md-comment/md-comment.vue.d.ts +1 -1
  158. package/es/components/md-container/index.d.ts +22 -22
  159. package/es/components/md-container/md-container.vue.d.ts +1 -1
  160. package/es/components/md-container/toc.d.ts +1 -1
  161. package/es/components/md-tabs/index.d.ts +4 -4
  162. package/es/components/md-tabs/md-tabs.d.ts +1 -1
  163. package/es/components/md-vue-playground/index.d.ts +7 -7
  164. package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +7 -7
  165. package/es/components/menu/index.d.ts +205 -205
  166. package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  167. package/es/components/menu/menu-item-group.vue.d.ts +3 -3
  168. package/es/components/menu/menu-item.vue.d.ts +21 -21
  169. package/es/components/menu/menu.vue.d.ts +23 -23
  170. package/es/components/menu/sub-menu.vue.d.ts +30 -30
  171. package/es/components/menu/use-menu-css-var.d.ts +1 -1
  172. package/es/components/menu/use-menu.d.ts +2 -2
  173. package/es/components/message/message.vue.d.ts +31 -31
  174. package/es/components/modal/index.d.ts +112 -112
  175. package/es/components/modal/modal-footer-action.vue.d.ts +11 -11
  176. package/es/components/modal/modal.vue.d.ts +61 -61
  177. package/es/components/multiple-tabs/index.d.ts +11 -11
  178. package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -11
  179. package/es/components/multiple-tabs/tab-content.vue.d.ts +11 -10
  180. package/es/components/multiple-tabs/use/use-tab-dropdown.d.ts +1 -1
  181. package/es/components/overlay/index.d.ts +11 -11
  182. package/es/components/overlay/overlay.vue.d.ts +11 -11
  183. package/es/components/page-wrapper/index.d.ts +25 -25
  184. package/es/components/page-wrapper/page-wrapper.vue.d.ts +3 -3
  185. package/es/components/pagination/components/jumper.vue.d.ts +3 -3
  186. package/es/components/pagination/components/next.vue.d.ts +9 -9
  187. package/es/components/pagination/components/pager.vue.d.ts +9 -9
  188. package/es/components/pagination/components/prev.vue.d.ts +7 -7
  189. package/es/components/pagination/components/sizes.vue.d.ts +11 -11
  190. package/es/components/pagination/components/total.vue.d.ts +3 -3
  191. package/es/components/pagination/index.d.ts +37 -37
  192. package/es/components/pagination/pagination.vue.d.ts +37 -37
  193. package/es/components/popconfirm/index.d.ts +58 -58
  194. package/es/components/popconfirm/popconfirm.vue.d.ts +25 -25
  195. package/es/components/popover/index.d.ts +88 -88
  196. package/es/components/popover/popover.vue.d.ts +44 -44
  197. package/es/components/popper/arrow.vue.d.ts +4 -4
  198. package/es/components/popper/composables/use-content-dom.d.ts +6 -6
  199. package/es/components/popper/composables/use-content.d.ts +7 -7
  200. package/es/components/popper/composables/use-focus-trap.d.ts +2 -2
  201. package/es/components/popper/content.vue.d.ts +52 -52
  202. package/es/components/popper/index.d.ts +40 -40
  203. package/es/components/popper/popper.vue.d.ts +8 -8
  204. package/es/components/popper/trigger.vue.d.ts +24 -24
  205. package/es/components/progress/index.d.ts +64 -64
  206. package/es/components/progress/progress.vue.d.ts +29 -29
  207. package/es/components/progress-i/index.d.ts +1 -1
  208. package/es/components/progress-i/progress-i.vue.d.ts +1 -1
  209. package/es/components/qrcode/index.d.ts +11 -11
  210. package/es/components/qrcode/qrcode.vue.d.ts +11 -11
  211. package/es/components/radio/index.d.ts +227 -227
  212. package/es/components/radio/radio-button.vue.d.ts +11 -11
  213. package/es/components/radio/radio-group.vue.d.ts +23 -23
  214. package/es/components/radio/radio.vue.d.ts +15 -15
  215. package/es/components/radio/use-radio.d.ts +7 -7
  216. package/es/components/result/index.d.ts +7 -7
  217. package/es/components/result/result.vue.d.ts +7 -7
  218. package/es/components/router-view-content/index.d.ts +13 -13
  219. package/es/components/router-view-content/router-view-content.vue.d.ts +13 -13
  220. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  221. package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  222. package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +2 -2
  223. package/es/components/roving-focus-group/types.d.ts +45 -45
  224. package/es/components/row/index.d.ts +34 -34
  225. package/es/components/row/row.vue.d.ts +9 -9
  226. package/es/components/scrollbar/bar.vue.d.ts +11 -11
  227. package/es/components/scrollbar/index.d.ts +58 -58
  228. package/es/components/scrollbar/scrollbar.vue.d.ts +24 -24
  229. package/es/components/scrollbar/thumb.vue.d.ts +11 -11
  230. package/es/components/search/index.d.ts +61 -61
  231. package/es/components/search/search.vue.d.ts +24 -24
  232. package/es/components/select/group-item.vue.d.ts +2 -2
  233. package/es/components/select/index.d.ts +334 -334
  234. package/es/components/select/option-item.vue.d.ts +2 -2
  235. package/es/components/select/select-dropdown.d.ts +1 -1
  236. package/es/components/select/select.vue.d.ts +167 -167
  237. package/es/components/select/useSelect.d.ts +147 -147
  238. package/es/components/side-menu/index.d.ts +40 -40
  239. package/es/components/side-menu/side-menu.vue.d.ts +40 -40
  240. package/es/components/skeleton/index.d.ts +46 -46
  241. package/es/components/skeleton/skeleton-item.vue.d.ts +3 -3
  242. package/es/components/skeleton/skeleton.vue.d.ts +12 -12
  243. package/es/components/slider/button.vue.d.ts +11 -11
  244. package/es/components/slider/composables/use-lifecycle.d.ts +1 -1
  245. package/es/components/slider/composables/use-marks.d.ts +1 -1
  246. package/es/components/slider/composables/use-slide.d.ts +63 -63
  247. package/es/components/slider/index.d.ts +51 -51
  248. package/es/components/slider/marker.d.ts +2 -2
  249. package/es/components/slider/slider.vue.d.ts +51 -51
  250. package/es/components/slot/only-child.d.ts +1 -1
  251. package/es/components/space/index.d.ts +6 -6
  252. package/es/components/space/item.d.ts +4 -4
  253. package/es/components/space/space.d.ts +6 -6
  254. package/es/components/space/use-space.d.ts +3 -3
  255. package/es/components/super-form/index.d.ts +151 -151
  256. package/es/components/super-form/super-form-action.vue.d.ts +15 -15
  257. package/es/components/super-form/super-form-item.vue.d.ts +15 -15
  258. package/es/components/super-form/super-form.vue.d.ts +86 -86
  259. package/es/components/super-form/use/use-form-events.js +109 -109
  260. package/es/components/switch/index.d.ts +44 -44
  261. package/es/components/switch/switch.vue.d.ts +44 -44
  262. package/es/components/table/index.d.ts +337 -337
  263. package/es/components/table/table.vue.d.ts +209 -209
  264. package/es/components/tabs/index.d.ts +104 -104
  265. package/es/components/tabs/tab-bar.vue.d.ts +4 -4
  266. package/es/components/tabs/tab-nav.vue.d.ts +23 -23
  267. package/es/components/tabs/tab-pane.vue.d.ts +11 -11
  268. package/es/components/tabs/tabs.vue.d.ts +30 -30
  269. package/es/components/tag/index.d.ts +17 -17
  270. package/es/components/tag/tag.vue.d.ts +17 -17
  271. package/es/components/time-picker/common/picker.vue.d.ts +25 -25
  272. package/es/components/time-picker/common/props.d.ts +9 -9
  273. package/es/components/time-picker/composables/use-time-picker.d.ts +1 -1
  274. package/es/components/time-picker/index.d.ts +50 -50
  275. package/es/components/time-picker/props/basic-time-spinner.d.ts +5 -5
  276. package/es/components/time-picker/props/panel-time-picker.d.ts +1 -1
  277. package/es/components/time-picker/props/panel-time-range.d.ts +1 -1
  278. package/es/components/time-picker/props/shared.d.ts +3 -3
  279. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +11 -11
  280. package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +3 -3
  281. package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +3 -3
  282. package/es/components/time-picker/time-picker.d.ts +25 -25
  283. package/es/components/time-select/time-select.vue.d.ts +7 -7
  284. package/es/components/tooltip/content.vue.d.ts +65 -65
  285. package/es/components/tooltip/index.d.ts +169 -169
  286. package/es/components/tooltip/tooltip.vue.d.ts +97 -97
  287. package/es/components/tooltip/trigger.vue.d.ts +12 -12
  288. package/es/components/tooltip/utils.d.ts +1 -1
  289. package/es/components/tree/index.d.ts +200 -200
  290. package/es/components/tree/model/useDragNode.d.ts +1 -1
  291. package/es/components/tree/tree-node-content.vue.d.ts +1 -1
  292. package/es/components/tree/tree-node.vue.d.ts +5 -5
  293. package/es/components/tree/tree.vue.d.ts +53 -53
  294. package/es/components/upload/index.d.ts +100 -100
  295. package/es/components/upload/upload-content.vue.d.ts +49 -49
  296. package/es/components/upload/upload-dragger.vue.d.ts +3 -3
  297. package/es/components/upload/upload-list.vue.d.ts +9 -9
  298. package/es/components/upload/upload.vue.d.ts +53 -53
  299. package/es/components/upload/use-handlers.d.ts +2 -2
  300. package/es/components/verify-code/index.d.ts +8 -8
  301. package/es/components/verify-code/useImageVerify.d.ts +2 -2
  302. package/es/components/verify-code/verify-code.vue.d.ts +8 -8
  303. package/es/components/virtual-list/builders/build-grid.d.ts +19 -19
  304. package/es/components/virtual-list/builders/build-list.d.ts +23 -23
  305. package/es/components/virtual-list/components/dynamic-size-grid.d.ts +20 -20
  306. package/es/components/virtual-list/components/dynamic-size-list.d.ts +23 -23
  307. package/es/components/virtual-list/components/fixed-size-grid.d.ts +20 -20
  308. package/es/components/virtual-list/components/fixed-size-list.d.ts +23 -23
  309. package/es/components/virtual-list/components/scrollbar.d.ts +10 -10
  310. package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
  311. package/es/components/virtual-list/props.d.ts +22 -22
  312. package/es/hooks/use-model-toggle/index.d.ts +2 -2
  313. package/es/hooks/use-namespace/index.d.ts +1 -1
  314. package/es/hooks/use-popper/index.d.ts +4 -4
  315. package/es/hooks/use-popper-container/index.d.ts +2 -2
  316. package/es/hooks/use-size/index.d.ts +1 -1
  317. package/es/hooks/use-z-index/index.d.ts +2 -2
  318. package/es/package.json.d.ts +1 -1
  319. package/es/package.json.js +1 -1
  320. package/lib/app-components/button/button-custom.d.ts +1 -1
  321. package/lib/app-components/button/use-button.d.ts +6 -6
  322. package/lib/app-components/form/form-label-wrap.d.ts +1 -1
  323. package/lib/app-components/form/utils.d.ts +1 -1
  324. package/lib/components/affix/affix.vue.d.ts +1 -1
  325. package/lib/components/affix/index.d.ts +22 -22
  326. package/lib/components/alert/alert.vue.d.ts +17 -17
  327. package/lib/components/alert/index.d.ts +46 -46
  328. package/lib/components/autocomplete/autocomplete.vue.d.ts +158 -158
  329. package/lib/components/autocomplete/index.d.ts +445 -445
  330. package/lib/components/avatar/avatar.vue.d.ts +13 -13
  331. package/lib/components/avatar/index.d.ts +40 -40
  332. package/lib/components/backtop/backtop.vue.d.ts +13 -13
  333. package/lib/components/backtop/index.d.ts +40 -40
  334. package/lib/components/backtop/use-backtop.d.ts +1 -1
  335. package/lib/components/button/button-custom.d.ts +1 -1
  336. package/lib/components/button/button-group.vue.d.ts +5 -5
  337. package/lib/components/button/button.vue.d.ts +48 -48
  338. package/lib/components/button/index.d.ts +159 -159
  339. package/lib/components/button/use-button.d.ts +6 -6
  340. package/lib/components/card/card.vue.d.ts +7 -7
  341. package/lib/components/card/index.d.ts +31 -31
  342. package/lib/components/carousel/carousel-item.vue.d.ts +5 -5
  343. package/lib/components/carousel/carousel.vue.d.ts +23 -23
  344. package/lib/components/carousel/index.d.ts +111 -111
  345. package/lib/components/carousel/use-carousel-item.d.ts +10 -10
  346. package/lib/components/carousel/use-carousel.d.ts +8 -8
  347. package/lib/components/check-tag/check-tag.vue.d.ts +3 -3
  348. package/lib/components/check-tag/index.d.ts +25 -25
  349. package/lib/components/checkbox/checkbox-button.vue.d.ts +31 -31
  350. package/lib/components/checkbox/checkbox-group.vue.d.ts +25 -25
  351. package/lib/components/checkbox/checkbox.vue.d.ts +31 -31
  352. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +2 -2
  353. package/lib/components/checkbox/composables/use-checkbox-model.d.ts +3 -3
  354. package/lib/components/checkbox/composables/use-checkbox-status.d.ts +5 -5
  355. package/lib/components/checkbox/composables/use-checkbox.d.ts +9 -9
  356. package/lib/components/checkbox/index.d.ts +317 -317
  357. package/lib/components/clamp/clamp.vue.d.ts +15 -15
  358. package/lib/components/clamp/index.d.ts +43 -43
  359. package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +25 -25
  360. package/lib/components/clamp-toggle/index.d.ts +25 -25
  361. package/lib/components/col/col.vue.d.ts +21 -21
  362. package/lib/components/col/index.d.ts +52 -52
  363. package/lib/components/collapse-transition/index.d.ts +44 -44
  364. package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  365. package/lib/components/collection/collection-item.vue.d.ts +1 -1
  366. package/lib/components/collection/collection.d.ts +44 -44
  367. package/lib/components/collection/collection.vue.d.ts +1 -1
  368. package/lib/components/color-picker/color-picker.vue.d.ts +24 -24
  369. package/lib/components/color-picker/components/alpha-slider.vue.d.ts +5 -5
  370. package/lib/components/color-picker/components/hue-slider.vue.d.ts +7 -7
  371. package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
  372. package/lib/components/color-picker/components/sv-panel.vue.d.ts +6 -6
  373. package/lib/components/color-picker/composables/use-alpha-slider.d.ts +5 -5
  374. package/lib/components/color-picker/index.d.ts +24 -24
  375. package/lib/components/config-provider/config-provider.vue.d.ts +23 -23
  376. package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -3
  377. package/lib/components/config-provider/index.d.ts +55 -55
  378. package/lib/components/container/aside.vue.d.ts +3 -3
  379. package/lib/components/container/container.vue.d.ts +3 -3
  380. package/lib/components/container/footer.vue.d.ts +3 -3
  381. package/lib/components/container/header.vue.d.ts +3 -3
  382. package/lib/components/container/index.d.ts +219 -219
  383. package/lib/components/container/main.vue.d.ts +1 -1
  384. package/lib/components/context-menu/context-menu.vue.d.ts +9 -9
  385. package/lib/components/date-picker/composables/use-month-range-header.d.ts +4 -4
  386. package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +4 -4
  387. package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +13 -13
  388. package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
  389. package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +7 -7
  390. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
  391. package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +6 -6
  392. package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +3 -3
  393. package/lib/components/date-picker/date-picker.d.ts +25 -25
  394. package/lib/components/date-picker/index.d.ts +50 -50
  395. package/lib/components/date-picker/panel-utils.d.ts +92 -92
  396. package/lib/components/date-picker/props/basic-cell.d.ts +1 -1
  397. package/lib/components/date-picker/props/basic-date-table.d.ts +6 -6
  398. package/lib/components/date-picker/props/basic-month-table.d.ts +5 -5
  399. package/lib/components/date-picker/props/basic-year-table.d.ts +3 -3
  400. package/lib/components/date-picker/props/date-picker.d.ts +11 -11
  401. package/lib/components/date-picker/props/panel-date-pick.d.ts +3 -3
  402. package/lib/components/date-picker/props/panel-date-range.d.ts +2 -2
  403. package/lib/components/date-picker/props/panel-month-range.d.ts +1 -1
  404. package/lib/components/date-picker/props/shared.d.ts +7 -7
  405. package/lib/components/date-time-select/date-time-select.vue.d.ts +5 -5
  406. package/lib/components/date-time-select/index.d.ts +5 -5
  407. package/lib/components/descriptions/description-item.vue.d.ts +17 -17
  408. package/lib/components/descriptions/description.vue.d.ts +13 -13
  409. package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
  410. package/lib/components/descriptions/descriptions-row.vue.d.ts +3 -3
  411. package/lib/components/descriptions/index.d.ts +132 -132
  412. package/lib/components/dialog/dialog-content.vue.d.ts +17 -17
  413. package/lib/components/dialog/dialog.vue.d.ts +49 -49
  414. package/lib/components/dialog/hooks/use-dialog.d.ts +2 -2
  415. package/lib/components/dialog/index.d.ts +97 -97
  416. package/lib/components/divider/divider.vue.d.ts +13 -13
  417. package/lib/components/divider/index.d.ts +40 -40
  418. package/lib/components/drawer/drawer.vue.d.ts +55 -55
  419. package/lib/components/drawer/index.d.ts +103 -103
  420. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +5 -5
  421. package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
  422. package/lib/components/dropdown/dropdown-menu.vue.d.ts +8 -8
  423. package/lib/components/dropdown/dropdown.vue.d.ts +39 -39
  424. package/lib/components/dropdown/index.d.ts +101 -101
  425. package/lib/components/dropdown/useDropdown.d.ts +1 -1
  426. package/lib/components/empty/empty.vue.d.ts +9 -9
  427. package/lib/components/empty/index.d.ts +34 -34
  428. package/lib/components/exception/exception.vue.d.ts +7 -7
  429. package/lib/components/exception/index.d.ts +7 -7
  430. package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
  431. package/lib/components/focus-trap/utils.d.ts +3 -3
  432. package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
  433. package/lib/components/footer-layout/index.d.ts +22 -22
  434. package/lib/components/form/form-item.vue.d.ts +26 -26
  435. package/lib/components/form/form-label-wrap.d.ts +1 -1
  436. package/lib/components/form/form.vue.d.ts +31 -31
  437. package/lib/components/form/hooks/use-form-common-props.d.ts +4 -4
  438. package/lib/components/form/index.d.ts +195 -195
  439. package/lib/components/form/utils.d.ts +1 -1
  440. package/lib/components/full-screen/full-screen.vue.d.ts +21 -21
  441. package/lib/components/full-screen/index.d.ts +21 -21
  442. package/lib/components/header-layout/header-layout.vue.d.ts +3 -3
  443. package/lib/components/header-layout/index.d.ts +25 -25
  444. package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +22 -22
  445. package/lib/components/horizontal-menu/index.d.ts +22 -22
  446. package/lib/components/icon/icon.vue.d.ts +15 -15
  447. package/lib/components/icon/index.d.ts +15 -15
  448. package/lib/components/icon-text/icon-text.vue.d.ts +21 -21
  449. package/lib/components/icon-text/index.d.ts +21 -21
  450. package/lib/components/iframe-layout/iframe-layout.vue.d.ts +3 -3
  451. package/lib/components/iframe-layout/iframe-page.vue.d.ts +3 -3
  452. package/lib/components/iframe-layout/index.d.ts +3 -3
  453. package/lib/components/image/image.vue.d.ts +25 -25
  454. package/lib/components/image/index.d.ts +73 -73
  455. package/lib/components/image/p-image.vue.d.ts +15 -15
  456. package/lib/components/image-viewer/image-viewer.vue.d.ts +17 -17
  457. package/lib/components/image-viewer/index.d.ts +46 -46
  458. package/lib/components/infinite-scroll/index.d.ts +2 -2
  459. package/lib/components/input/index.d.ts +100 -100
  460. package/lib/components/input/input.vue.d.ts +51 -51
  461. package/lib/components/input-number/index.d.ts +35 -35
  462. package/lib/components/input-number/input-number.vue.d.ts +35 -35
  463. package/lib/components/link/index.d.ts +40 -40
  464. package/lib/components/link/link.vue.d.ts +13 -13
  465. package/lib/components/list-cell/index.d.ts +9 -9
  466. package/lib/components/list-cell/list-cell.vue.d.ts +9 -9
  467. package/lib/components/loading/index.d.ts +19 -19
  468. package/lib/components/loading/loading.d.ts +19 -19
  469. package/lib/components/logo/index.d.ts +7 -7
  470. package/lib/components/logo/logo.vue.d.ts +7 -7
  471. package/lib/components/md-code-demo/index.d.ts +4 -4
  472. package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
  473. package/lib/components/md-code-tabs/index.d.ts +4 -4
  474. package/lib/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  475. package/lib/components/md-comment/index.d.ts +1 -1
  476. package/lib/components/md-comment/md-comment.vue.d.ts +1 -1
  477. package/lib/components/md-container/index.d.ts +22 -22
  478. package/lib/components/md-container/md-container.vue.d.ts +1 -1
  479. package/lib/components/md-container/toc.d.ts +1 -1
  480. package/lib/components/md-tabs/index.d.ts +4 -4
  481. package/lib/components/md-tabs/md-tabs.d.ts +1 -1
  482. package/lib/components/md-vue-playground/index.d.ts +7 -7
  483. package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +7 -7
  484. package/lib/components/menu/index.d.ts +205 -205
  485. package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  486. package/lib/components/menu/menu-item-group.vue.d.ts +3 -3
  487. package/lib/components/menu/menu-item.vue.d.ts +21 -21
  488. package/lib/components/menu/menu.vue.d.ts +23 -23
  489. package/lib/components/menu/sub-menu.vue.d.ts +30 -30
  490. package/lib/components/menu/use-menu-css-var.d.ts +1 -1
  491. package/lib/components/menu/use-menu.d.ts +2 -2
  492. package/lib/components/message/message.vue.d.ts +31 -31
  493. package/lib/components/modal/index.d.ts +112 -112
  494. package/lib/components/modal/modal-footer-action.vue.d.ts +11 -11
  495. package/lib/components/modal/modal.vue.d.ts +61 -61
  496. package/lib/components/multiple-tabs/index.d.ts +11 -11
  497. package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -11
  498. package/lib/components/multiple-tabs/tab-content.vue.d.ts +11 -10
  499. package/lib/components/multiple-tabs/use/use-tab-dropdown.d.ts +1 -1
  500. package/lib/components/overlay/index.d.ts +11 -11
  501. package/lib/components/overlay/overlay.vue.d.ts +11 -11
  502. package/lib/components/page-wrapper/index.d.ts +25 -25
  503. package/lib/components/page-wrapper/page-wrapper.vue.d.ts +3 -3
  504. package/lib/components/pagination/components/jumper.vue.d.ts +3 -3
  505. package/lib/components/pagination/components/next.vue.d.ts +9 -9
  506. package/lib/components/pagination/components/pager.vue.d.ts +9 -9
  507. package/lib/components/pagination/components/prev.vue.d.ts +7 -7
  508. package/lib/components/pagination/components/sizes.vue.d.ts +11 -11
  509. package/lib/components/pagination/components/total.vue.d.ts +3 -3
  510. package/lib/components/pagination/index.d.ts +37 -37
  511. package/lib/components/pagination/pagination.vue.d.ts +37 -37
  512. package/lib/components/popconfirm/index.d.ts +58 -58
  513. package/lib/components/popconfirm/popconfirm.vue.d.ts +25 -25
  514. package/lib/components/popover/index.d.ts +88 -88
  515. package/lib/components/popover/popover.vue.d.ts +44 -44
  516. package/lib/components/popper/arrow.vue.d.ts +4 -4
  517. package/lib/components/popper/composables/use-content-dom.d.ts +6 -6
  518. package/lib/components/popper/composables/use-content.d.ts +7 -7
  519. package/lib/components/popper/composables/use-focus-trap.d.ts +2 -2
  520. package/lib/components/popper/content.vue.d.ts +52 -52
  521. package/lib/components/popper/index.d.ts +40 -40
  522. package/lib/components/popper/popper.vue.d.ts +8 -8
  523. package/lib/components/popper/trigger.vue.d.ts +24 -24
  524. package/lib/components/progress/index.d.ts +64 -64
  525. package/lib/components/progress/progress.vue.d.ts +29 -29
  526. package/lib/components/progress-i/index.d.ts +1 -1
  527. package/lib/components/progress-i/progress-i.vue.d.ts +1 -1
  528. package/lib/components/qrcode/index.d.ts +11 -11
  529. package/lib/components/qrcode/qrcode.vue.d.ts +11 -11
  530. package/lib/components/radio/index.d.ts +227 -227
  531. package/lib/components/radio/radio-button.vue.d.ts +11 -11
  532. package/lib/components/radio/radio-group.vue.d.ts +23 -23
  533. package/lib/components/radio/radio.vue.d.ts +15 -15
  534. package/lib/components/radio/use-radio.d.ts +7 -7
  535. package/lib/components/result/index.d.ts +7 -7
  536. package/lib/components/result/result.vue.d.ts +7 -7
  537. package/lib/components/router-view-content/index.d.ts +13 -13
  538. package/lib/components/router-view-content/router-view-content.vue.d.ts +13 -13
  539. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  540. package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  541. package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +2 -2
  542. package/lib/components/roving-focus-group/types.d.ts +45 -45
  543. package/lib/components/row/index.d.ts +34 -34
  544. package/lib/components/row/row.vue.d.ts +9 -9
  545. package/lib/components/scrollbar/bar.vue.d.ts +11 -11
  546. package/lib/components/scrollbar/index.d.ts +58 -58
  547. package/lib/components/scrollbar/scrollbar.vue.d.ts +24 -24
  548. package/lib/components/scrollbar/thumb.vue.d.ts +11 -11
  549. package/lib/components/search/index.d.ts +61 -61
  550. package/lib/components/search/search.vue.d.ts +24 -24
  551. package/lib/components/select/group-item.vue.d.ts +2 -2
  552. package/lib/components/select/index.d.ts +334 -334
  553. package/lib/components/select/option-item.vue.d.ts +2 -2
  554. package/lib/components/select/select-dropdown.d.ts +1 -1
  555. package/lib/components/select/select.vue.d.ts +167 -167
  556. package/lib/components/select/useSelect.d.ts +147 -147
  557. package/lib/components/side-menu/index.d.ts +40 -40
  558. package/lib/components/side-menu/side-menu.vue.d.ts +40 -40
  559. package/lib/components/skeleton/index.d.ts +46 -46
  560. package/lib/components/skeleton/skeleton-item.vue.d.ts +3 -3
  561. package/lib/components/skeleton/skeleton.vue.d.ts +12 -12
  562. package/lib/components/slider/button.vue.d.ts +11 -11
  563. package/lib/components/slider/composables/use-lifecycle.d.ts +1 -1
  564. package/lib/components/slider/composables/use-marks.d.ts +1 -1
  565. package/lib/components/slider/composables/use-slide.d.ts +63 -63
  566. package/lib/components/slider/index.d.ts +51 -51
  567. package/lib/components/slider/marker.d.ts +2 -2
  568. package/lib/components/slider/slider.vue.d.ts +51 -51
  569. package/lib/components/slot/only-child.d.ts +1 -1
  570. package/lib/components/space/index.d.ts +6 -6
  571. package/lib/components/space/item.d.ts +4 -4
  572. package/lib/components/space/space.d.ts +6 -6
  573. package/lib/components/space/use-space.d.ts +3 -3
  574. package/lib/components/super-form/index.d.ts +151 -151
  575. package/lib/components/super-form/super-form-action.vue.d.ts +15 -15
  576. package/lib/components/super-form/super-form-item.vue.d.ts +15 -15
  577. package/lib/components/super-form/super-form.vue.d.ts +86 -86
  578. package/lib/components/super-form/use/use-form-events.cjs +1 -1
  579. package/lib/components/switch/index.d.ts +44 -44
  580. package/lib/components/switch/switch.vue.d.ts +44 -44
  581. package/lib/components/table/index.d.ts +337 -337
  582. package/lib/components/table/table.vue.d.ts +209 -209
  583. package/lib/components/tabs/index.d.ts +104 -104
  584. package/lib/components/tabs/tab-bar.vue.d.ts +4 -4
  585. package/lib/components/tabs/tab-nav.vue.d.ts +23 -23
  586. package/lib/components/tabs/tab-pane.vue.d.ts +11 -11
  587. package/lib/components/tabs/tabs.vue.d.ts +30 -30
  588. package/lib/components/tag/index.d.ts +17 -17
  589. package/lib/components/tag/tag.vue.d.ts +17 -17
  590. package/lib/components/time-picker/common/picker.vue.d.ts +25 -25
  591. package/lib/components/time-picker/common/props.d.ts +9 -9
  592. package/lib/components/time-picker/composables/use-time-picker.d.ts +1 -1
  593. package/lib/components/time-picker/index.d.ts +50 -50
  594. package/lib/components/time-picker/props/basic-time-spinner.d.ts +5 -5
  595. package/lib/components/time-picker/props/panel-time-picker.d.ts +1 -1
  596. package/lib/components/time-picker/props/panel-time-range.d.ts +1 -1
  597. package/lib/components/time-picker/props/shared.d.ts +3 -3
  598. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +11 -11
  599. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +3 -3
  600. package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +3 -3
  601. package/lib/components/time-picker/time-picker.d.ts +25 -25
  602. package/lib/components/time-select/time-select.vue.d.ts +7 -7
  603. package/lib/components/tooltip/content.vue.d.ts +65 -65
  604. package/lib/components/tooltip/index.d.ts +169 -169
  605. package/lib/components/tooltip/tooltip.vue.d.ts +97 -97
  606. package/lib/components/tooltip/trigger.vue.d.ts +12 -12
  607. package/lib/components/tooltip/utils.d.ts +1 -1
  608. package/lib/components/tree/index.d.ts +200 -200
  609. package/lib/components/tree/model/useDragNode.d.ts +1 -1
  610. package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
  611. package/lib/components/tree/tree-node.vue.d.ts +5 -5
  612. package/lib/components/tree/tree.vue.d.ts +53 -53
  613. package/lib/components/upload/index.d.ts +100 -100
  614. package/lib/components/upload/upload-content.vue.d.ts +49 -49
  615. package/lib/components/upload/upload-dragger.vue.d.ts +3 -3
  616. package/lib/components/upload/upload-list.vue.d.ts +9 -9
  617. package/lib/components/upload/upload.vue.d.ts +53 -53
  618. package/lib/components/upload/use-handlers.d.ts +2 -2
  619. package/lib/components/verify-code/index.d.ts +8 -8
  620. package/lib/components/verify-code/useImageVerify.d.ts +2 -2
  621. package/lib/components/verify-code/verify-code.vue.d.ts +8 -8
  622. package/lib/components/virtual-list/builders/build-grid.d.ts +19 -19
  623. package/lib/components/virtual-list/builders/build-list.d.ts +23 -23
  624. package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +20 -20
  625. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +23 -23
  626. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +20 -20
  627. package/lib/components/virtual-list/components/fixed-size-list.d.ts +23 -23
  628. package/lib/components/virtual-list/components/scrollbar.d.ts +10 -10
  629. package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
  630. package/lib/components/virtual-list/props.d.ts +22 -22
  631. package/lib/hooks/use-model-toggle/index.d.ts +2 -2
  632. package/lib/hooks/use-namespace/index.d.ts +1 -1
  633. package/lib/hooks/use-popper/index.d.ts +4 -4
  634. package/lib/hooks/use-popper-container/index.d.ts +2 -2
  635. package/lib/hooks/use-size/index.d.ts +1 -1
  636. package/lib/hooks/use-z-index/index.d.ts +2 -2
  637. package/lib/package.json.cjs +1 -1
  638. package/lib/package.json.d.ts +1 -1
  639. package/package.json +3 -3
  640. package/web-types.json +1 -1
@@ -9,13 +9,13 @@ declare const _TimePicker: import("vue").DefineComponent<{
9
9
  default: boolean;
10
10
  };
11
11
  disabledDate: {
12
- readonly type: import("vue").PropType<Function>;
12
+ readonly type: globalThis.PropType<Function>;
13
13
  readonly required: false;
14
14
  readonly validator: ((val: unknown) => boolean) | undefined;
15
15
  __epPropKey: true;
16
16
  };
17
17
  cellClassName: {
18
- readonly type: import("vue").PropType<Function>;
18
+ readonly type: globalThis.PropType<Function>;
19
19
  readonly required: false;
20
20
  readonly validator: ((val: unknown) => boolean) | undefined;
21
21
  __epPropKey: true;
@@ -27,25 +27,25 @@ declare const _TimePicker: import("vue").DefineComponent<{
27
27
  validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
28
28
  unlinkPanels: BooleanConstructor;
29
29
  disabledHours: {
30
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
30
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
31
31
  readonly required: false;
32
32
  readonly validator: ((val: unknown) => boolean) | undefined;
33
33
  __epPropKey: true;
34
34
  };
35
35
  disabledMinutes: {
36
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledMinutes>;
36
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
37
37
  readonly required: false;
38
38
  readonly validator: ((val: unknown) => boolean) | undefined;
39
39
  __epPropKey: true;
40
40
  };
41
41
  disabledSeconds: {
42
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledSeconds>;
42
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
43
43
  readonly required: false;
44
44
  readonly validator: ((val: unknown) => boolean) | undefined;
45
45
  __epPropKey: true;
46
46
  };
47
47
  id: {
48
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
48
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
49
49
  readonly required: false;
50
50
  readonly validator: ((val: unknown) => boolean) | undefined;
51
51
  __epPropKey: true;
@@ -56,11 +56,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
56
56
  valueFormat: StringConstructor;
57
57
  type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
58
58
  clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
59
- clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
59
+ clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
60
60
  editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
61
- prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
61
+ prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
62
62
  size: {
63
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
63
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
64
64
  readonly required: false;
65
65
  readonly validator: ((val: unknown) => boolean) | undefined;
66
66
  __epPropKey: true;
@@ -74,30 +74,30 @@ declare const _TimePicker: import("vue").DefineComponent<{
74
74
  startPlaceholder: StringConstructor;
75
75
  endPlaceholder: StringConstructor;
76
76
  defaultValue: {
77
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
77
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
78
78
  readonly required: false;
79
79
  readonly validator: ((val: unknown) => boolean) | undefined;
80
80
  __epPropKey: true;
81
81
  };
82
82
  defaultTime: {
83
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
83
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
84
84
  readonly required: false;
85
85
  readonly validator: ((val: unknown) => boolean) | undefined;
86
86
  __epPropKey: true;
87
87
  };
88
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
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<{
89
89
  isRange: {
90
90
  type: BooleanConstructor;
91
91
  default: boolean;
92
92
  };
93
93
  disabledDate: {
94
- readonly type: import("vue").PropType<Function>;
94
+ readonly type: globalThis.PropType<Function>;
95
95
  readonly required: false;
96
96
  readonly validator: ((val: unknown) => boolean) | undefined;
97
97
  __epPropKey: true;
98
98
  };
99
99
  cellClassName: {
100
- readonly type: import("vue").PropType<Function>;
100
+ readonly type: globalThis.PropType<Function>;
101
101
  readonly required: false;
102
102
  readonly validator: ((val: unknown) => boolean) | undefined;
103
103
  __epPropKey: true;
@@ -109,25 +109,25 @@ declare const _TimePicker: import("vue").DefineComponent<{
109
109
  validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
110
110
  unlinkPanels: BooleanConstructor;
111
111
  disabledHours: {
112
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
112
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
113
113
  readonly required: false;
114
114
  readonly validator: ((val: unknown) => boolean) | undefined;
115
115
  __epPropKey: true;
116
116
  };
117
117
  disabledMinutes: {
118
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledMinutes>;
118
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
119
119
  readonly required: false;
120
120
  readonly validator: ((val: unknown) => boolean) | undefined;
121
121
  __epPropKey: true;
122
122
  };
123
123
  disabledSeconds: {
124
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledSeconds>;
124
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
125
125
  readonly required: false;
126
126
  readonly validator: ((val: unknown) => boolean) | undefined;
127
127
  __epPropKey: true;
128
128
  };
129
129
  id: {
130
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
130
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
131
131
  readonly required: false;
132
132
  readonly validator: ((val: unknown) => boolean) | undefined;
133
133
  __epPropKey: true;
@@ -138,11 +138,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
138
138
  valueFormat: StringConstructor;
139
139
  type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
140
140
  clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
141
- clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
141
+ clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
142
142
  editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
143
- prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
143
+ prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
144
144
  size: {
145
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
145
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
146
146
  readonly required: false;
147
147
  readonly validator: ((val: unknown) => boolean) | undefined;
148
148
  __epPropKey: true;
@@ -156,13 +156,13 @@ declare const _TimePicker: import("vue").DefineComponent<{
156
156
  startPlaceholder: StringConstructor;
157
157
  endPlaceholder: StringConstructor;
158
158
  defaultValue: {
159
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
159
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
160
160
  readonly required: false;
161
161
  readonly validator: ((val: unknown) => boolean) | undefined;
162
162
  __epPropKey: true;
163
163
  };
164
164
  defaultTime: {
165
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
165
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
166
166
  readonly required: false;
167
167
  readonly validator: ((val: unknown) => boolean) | undefined;
168
168
  __epPropKey: true;
@@ -178,8 +178,8 @@ declare const _TimePicker: import("vue").DefineComponent<{
178
178
  disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
179
179
  placeholder: string;
180
180
  clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
181
- prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
182
- clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
181
+ 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
+ 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
183
  tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
184
184
  validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
185
185
  popperOptions: Partial<import("@popperjs/core").Options>;
@@ -199,13 +199,13 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
199
199
  default: boolean;
200
200
  };
201
201
  disabledDate: {
202
- readonly type: import("vue").PropType<Function>;
202
+ readonly type: globalThis.PropType<Function>;
203
203
  readonly required: false;
204
204
  readonly validator: ((val: unknown) => boolean) | undefined;
205
205
  __epPropKey: true;
206
206
  };
207
207
  cellClassName: {
208
- readonly type: import("vue").PropType<Function>;
208
+ readonly type: globalThis.PropType<Function>;
209
209
  readonly required: false;
210
210
  readonly validator: ((val: unknown) => boolean) | undefined;
211
211
  __epPropKey: true;
@@ -217,25 +217,25 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
217
217
  validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
218
218
  unlinkPanels: BooleanConstructor;
219
219
  disabledHours: {
220
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
220
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
221
221
  readonly required: false;
222
222
  readonly validator: ((val: unknown) => boolean) | undefined;
223
223
  __epPropKey: true;
224
224
  };
225
225
  disabledMinutes: {
226
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledMinutes>;
226
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
227
227
  readonly required: false;
228
228
  readonly validator: ((val: unknown) => boolean) | undefined;
229
229
  __epPropKey: true;
230
230
  };
231
231
  disabledSeconds: {
232
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledSeconds>;
232
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
233
233
  readonly required: false;
234
234
  readonly validator: ((val: unknown) => boolean) | undefined;
235
235
  __epPropKey: true;
236
236
  };
237
237
  id: {
238
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
238
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
239
239
  readonly required: false;
240
240
  readonly validator: ((val: unknown) => boolean) | undefined;
241
241
  __epPropKey: true;
@@ -246,11 +246,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
246
246
  valueFormat: StringConstructor;
247
247
  type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
248
248
  clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
249
- clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
249
+ clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
250
250
  editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
251
- prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
251
+ prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
252
252
  size: {
253
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
253
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
254
254
  readonly required: false;
255
255
  readonly validator: ((val: unknown) => boolean) | undefined;
256
256
  __epPropKey: true;
@@ -264,30 +264,30 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
264
264
  startPlaceholder: StringConstructor;
265
265
  endPlaceholder: StringConstructor;
266
266
  defaultValue: {
267
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
267
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
268
268
  readonly required: false;
269
269
  readonly validator: ((val: unknown) => boolean) | undefined;
270
270
  __epPropKey: true;
271
271
  };
272
272
  defaultTime: {
273
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
273
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
274
274
  readonly required: false;
275
275
  readonly validator: ((val: unknown) => boolean) | undefined;
276
276
  __epPropKey: true;
277
277
  };
278
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
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<{
279
279
  isRange: {
280
280
  type: BooleanConstructor;
281
281
  default: boolean;
282
282
  };
283
283
  disabledDate: {
284
- readonly type: import("vue").PropType<Function>;
284
+ readonly type: globalThis.PropType<Function>;
285
285
  readonly required: false;
286
286
  readonly validator: ((val: unknown) => boolean) | undefined;
287
287
  __epPropKey: true;
288
288
  };
289
289
  cellClassName: {
290
- readonly type: import("vue").PropType<Function>;
290
+ readonly type: globalThis.PropType<Function>;
291
291
  readonly required: false;
292
292
  readonly validator: ((val: unknown) => boolean) | undefined;
293
293
  __epPropKey: true;
@@ -299,25 +299,25 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
299
299
  validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
300
300
  unlinkPanels: BooleanConstructor;
301
301
  disabledHours: {
302
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
302
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
303
303
  readonly required: false;
304
304
  readonly validator: ((val: unknown) => boolean) | undefined;
305
305
  __epPropKey: true;
306
306
  };
307
307
  disabledMinutes: {
308
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledMinutes>;
308
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
309
309
  readonly required: false;
310
310
  readonly validator: ((val: unknown) => boolean) | undefined;
311
311
  __epPropKey: true;
312
312
  };
313
313
  disabledSeconds: {
314
- readonly type: import("vue").PropType<import("./props/shared").GetDisabledSeconds>;
314
+ readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
315
315
  readonly required: false;
316
316
  readonly validator: ((val: unknown) => boolean) | undefined;
317
317
  __epPropKey: true;
318
318
  };
319
319
  id: {
320
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
320
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
321
321
  readonly required: false;
322
322
  readonly validator: ((val: unknown) => boolean) | undefined;
323
323
  __epPropKey: true;
@@ -328,11 +328,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
328
328
  valueFormat: StringConstructor;
329
329
  type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
330
330
  clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
331
- clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
331
+ clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
332
332
  editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
333
- prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
333
+ prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
334
334
  size: {
335
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
335
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
336
336
  readonly required: false;
337
337
  readonly validator: ((val: unknown) => boolean) | undefined;
338
338
  __epPropKey: true;
@@ -346,13 +346,13 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
346
346
  startPlaceholder: StringConstructor;
347
347
  endPlaceholder: StringConstructor;
348
348
  defaultValue: {
349
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
349
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
350
350
  readonly required: false;
351
351
  readonly validator: ((val: unknown) => boolean) | undefined;
352
352
  __epPropKey: true;
353
353
  };
354
354
  defaultTime: {
355
- readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
355
+ readonly type: globalThis.PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
356
356
  readonly required: false;
357
357
  readonly validator: ((val: unknown) => boolean) | undefined;
358
358
  __epPropKey: true;
@@ -368,8 +368,8 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
368
368
  disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
369
369
  placeholder: string;
370
370
  clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
371
- prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
372
- clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
371
+ 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
+ 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
373
  tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
374
374
  validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
375
375
  popperOptions: Partial<import("@popperjs/core").Options>;
@@ -2,31 +2,31 @@ import type { Dayjs } from 'dayjs';
2
2
  import type { ExtractPropTypes } from 'vue';
3
3
  export declare const basicTimeSpinnerProps: {
4
4
  readonly disabledHours: {
5
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledHours>;
5
+ readonly type: globalThis.PropType<import("../props/shared").GetDisabledHours>;
6
6
  readonly required: false;
7
7
  readonly validator: ((val: unknown) => boolean) | undefined;
8
8
  __epPropKey: true;
9
9
  };
10
10
  readonly disabledMinutes: {
11
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledMinutes>;
11
+ readonly type: globalThis.PropType<import("../props/shared").GetDisabledMinutes>;
12
12
  readonly required: false;
13
13
  readonly validator: ((val: unknown) => boolean) | undefined;
14
14
  __epPropKey: true;
15
15
  };
16
16
  readonly disabledSeconds: {
17
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledSeconds>;
17
+ readonly type: globalThis.PropType<import("../props/shared").GetDisabledSeconds>;
18
18
  readonly required: false;
19
19
  readonly validator: ((val: unknown) => boolean) | undefined;
20
20
  __epPropKey: true;
21
21
  };
22
22
  readonly role: {
23
- readonly type: import("vue").PropType<string>;
23
+ readonly type: globalThis.PropType<string>;
24
24
  readonly required: true;
25
25
  readonly validator: ((val: unknown) => boolean) | undefined;
26
26
  __epPropKey: true;
27
27
  };
28
28
  readonly spinnerDate: {
29
- readonly type: import("vue").PropType<Dayjs>;
29
+ readonly type: globalThis.PropType<Dayjs>;
30
30
  readonly required: true;
31
31
  readonly validator: ((val: unknown) => boolean) | undefined;
32
32
  __epPropKey: true;
@@ -3,7 +3,7 @@ import type { ExtractPropTypes } from 'vue';
3
3
  export declare const panelTimePickerProps: {
4
4
  readonly datetimeRole: StringConstructor;
5
5
  readonly parsedValue: {
6
- readonly type: import("vue").PropType<Dayjs>;
6
+ readonly type: globalThis.PropType<Dayjs>;
7
7
  readonly required: false;
8
8
  readonly validator: ((val: unknown) => boolean) | undefined;
9
9
  __epPropKey: true;
@@ -2,7 +2,7 @@ import type { Dayjs } from 'dayjs';
2
2
  import type { ExtractPropTypes } from 'vue';
3
3
  export declare const panelTimeRangeProps: {
4
4
  readonly parsedValue: {
5
- readonly type: import("vue").PropType<[Dayjs, Dayjs]>;
5
+ readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
6
6
  readonly required: false;
7
7
  readonly validator: ((val: unknown) => boolean) | undefined;
8
8
  __epPropKey: true;
@@ -5,19 +5,19 @@ export type GetDisabledMinutes = (hour: number, role: string, comparingDate?: Da
5
5
  export type GetDisabledSeconds = (hour: number, minute: number, role: string, comparingDate?: Dayjs) => number[];
6
6
  export declare const disabledTimeListsProps: {
7
7
  readonly disabledHours: {
8
- readonly type: import("vue").PropType<GetDisabledHours>;
8
+ readonly type: globalThis.PropType<GetDisabledHours>;
9
9
  readonly required: false;
10
10
  readonly validator: ((val: unknown) => boolean) | undefined;
11
11
  __epPropKey: true;
12
12
  };
13
13
  readonly disabledMinutes: {
14
- readonly type: import("vue").PropType<GetDisabledMinutes>;
14
+ readonly type: globalThis.PropType<GetDisabledMinutes>;
15
15
  readonly required: false;
16
16
  readonly validator: ((val: unknown) => boolean) | undefined;
17
17
  __epPropKey: true;
18
18
  };
19
19
  readonly disabledSeconds: {
20
- readonly type: import("vue").PropType<GetDisabledSeconds>;
20
+ readonly type: globalThis.PropType<GetDisabledSeconds>;
21
21
  readonly required: false;
22
22
  readonly validator: ((val: unknown) => boolean) | undefined;
23
23
  __epPropKey: true;
@@ -1,30 +1,30 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  disabledHours: {
3
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledHours>;
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
8
  disabledMinutes: {
9
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledMinutes>;
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
14
  disabledSeconds: {
15
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledSeconds>;
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
20
  role: {
21
- readonly type: import("vue").PropType<string>;
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
26
  spinnerDate: {
27
- readonly type: import("vue").PropType<import("dayjs").Dayjs>;
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;
@@ -36,33 +36,33 @@ declare const _default: import("vue").DefineComponent<{
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<import("vue").ExtractPropTypes<{
39
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
40
40
  disabledHours: {
41
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledHours>;
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
46
  disabledMinutes: {
47
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledMinutes>;
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
52
  disabledSeconds: {
53
- readonly type: import("vue").PropType<import("../props/shared").GetDisabledSeconds>;
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
58
  role: {
59
- readonly type: import("vue").PropType<string>;
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
64
  spinnerDate: {
65
- readonly type: import("vue").PropType<import("dayjs").Dayjs>;
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;
@@ -2,7 +2,7 @@ import type { Dayjs } from 'dayjs';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  datetimeRole: StringConstructor;
4
4
  parsedValue: {
5
- readonly type: import("vue").PropType<Dayjs>;
5
+ readonly type: globalThis.PropType<Dayjs>;
6
6
  readonly required: false;
7
7
  readonly validator: ((val: unknown) => boolean) | undefined;
8
8
  __epPropKey: true;
@@ -14,10 +14,10 @@ declare const _default: import("vue").DefineComponent<{
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<import("vue").ExtractPropTypes<{
17
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
18
18
  datetimeRole: StringConstructor;
19
19
  parsedValue: {
20
- readonly type: import("vue").PropType<Dayjs>;
20
+ readonly type: globalThis.PropType<Dayjs>;
21
21
  readonly required: false;
22
22
  readonly validator: ((val: unknown) => boolean) | undefined;
23
23
  __epPropKey: true;
@@ -1,7 +1,7 @@
1
1
  import type { Dayjs } from 'dayjs';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  parsedValue: {
4
- readonly type: import("vue").PropType<[Dayjs, Dayjs]>;
4
+ readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
5
5
  readonly required: false;
6
6
  readonly validator: ((val: unknown) => boolean) | undefined;
7
7
  __epPropKey: true;
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<{
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<import("vue").ExtractPropTypes<{
16
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
17
17
  parsedValue: {
18
- readonly type: import("vue").PropType<[Dayjs, Dayjs]>;
18
+ readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
19
19
  readonly required: false;
20
20
  readonly validator: ((val: unknown) => boolean) | undefined;
21
21
  __epPropKey: true;