vft 0.0.148 → 0.0.149

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