vft 0.0.150 → 0.0.153

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 (688) hide show
  1. package/es/app-components/form/form-label-wrap.d.ts +1 -1
  2. package/es/components/affix/affix.vue.d.ts +13 -13
  3. package/es/components/affix/affix.vue2.js +33 -33
  4. package/es/components/affix/index.d.ts +61 -132
  5. package/es/components/alert/alert.vue.d.ts +11 -52
  6. package/es/components/alert/alert.vue2.js +19 -19
  7. package/es/components/alert/index.d.ts +65 -122
  8. package/es/components/autocomplete/autocomplete.vue.d.ts +188 -170
  9. package/es/components/autocomplete/autocomplete.vue2.js +69 -69
  10. package/es/components/autocomplete/index.d.ts +1006 -729
  11. package/es/components/avatar/avatar.vue.d.ts +19 -40
  12. package/es/components/avatar/avatar.vue2.js +23 -23
  13. package/es/components/avatar/index.d.ts +53 -114
  14. package/es/components/backtop/backtop.vue.d.ts +11 -40
  15. package/es/components/backtop/backtop.vue2.js +20 -20
  16. package/es/components/backtop/index.d.ts +53 -114
  17. package/es/components/button/button-group.vue.d.ts +11 -15
  18. package/es/components/button/button.vue.d.ts +29 -138
  19. package/es/components/button/button.vue2.js +19 -19
  20. package/es/components/button/index.d.ts +210 -372
  21. package/es/components/button/use-button.js +1 -1
  22. package/es/components/card/card.vue.d.ts +15 -21
  23. package/es/components/card/index.d.ts +27 -95
  24. package/es/components/carousel/carousel-item.vue.d.ts +10 -15
  25. package/es/components/carousel/carousel.vue.d.ts +43 -92
  26. package/es/components/carousel/carousel.vue2.js +37 -37
  27. package/es/components/carousel/index.d.ts +176 -344
  28. package/es/components/check-tag/check-tag.vue.d.ts +11 -10
  29. package/es/components/check-tag/check-tag.vue2.js +16 -16
  30. package/es/components/check-tag/index.d.ts +24 -95
  31. package/es/components/checkbox/checkbox-button.vue.d.ts +12 -94
  32. package/es/components/checkbox/checkbox-group.vue.d.ts +27 -82
  33. package/es/components/checkbox/checkbox-group.vue2.js +37 -37
  34. package/es/components/checkbox/checkbox.vue.d.ts +24 -96
  35. package/es/components/checkbox/index.d.ts +576 -786
  36. package/es/components/clamp/clamp.vue.d.ts +25 -48
  37. package/es/components/clamp/clamp.vue2.js +35 -35
  38. package/es/components/clamp/index.d.ts +64 -122
  39. package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
  40. package/es/components/clamp-toggle/clamp-toggle.vue2.js +8 -8
  41. package/es/components/clamp-toggle/index.d.ts +1 -1
  42. package/es/components/col/col.vue.d.ts +30 -73
  43. package/es/components/col/index.d.ts +93 -136
  44. package/es/components/collapse-transition/index.d.ts +16 -166
  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.vue.d.ts +1 -1
  48. package/es/components/color-picker/color-picker.vue.d.ts +25 -74
  49. package/es/components/color-picker/color-picker.vue2.js +67 -67
  50. package/es/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
  51. package/es/components/color-picker/components/hue-slider.vue.d.ts +1 -1
  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 +1 -1
  54. package/es/components/color-picker/index.d.ts +7 -7
  55. package/es/components/config-provider/config-provider.vue.d.ts +10 -69
  56. package/es/components/config-provider/index.d.ts +77 -129
  57. package/es/components/container/aside.vue.d.ts +10 -9
  58. package/es/components/container/container.vue.d.ts +10 -9
  59. package/es/components/container/footer.vue.d.ts +10 -9
  60. package/es/components/container/header.vue.d.ts +10 -9
  61. package/es/components/container/index.d.ts +121 -775
  62. package/es/components/container/main.vue.d.ts +1 -1
  63. package/es/components/context-menu/context-menu.vue.d.ts +16 -27
  64. package/es/components/context-menu/context-menu.vue2.js +16 -16
  65. package/es/components/date-picker/composables/use-range-picker.d.ts +6 -6
  66. package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
  67. package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
  68. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +61 -61
  69. package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
  70. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +32 -32
  71. package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
  72. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +29 -29
  73. package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +11 -11
  74. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +170 -170
  75. package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +9 -9
  76. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +59 -59
  77. package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
  78. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +34 -34
  79. package/es/components/date-picker/date-picker.d.ts +1 -1
  80. package/es/components/date-picker/index.d.ts +2 -2
  81. package/es/components/date-picker/panel-utils.d.ts +167 -351
  82. package/es/components/date-time-select/date-time-select.vue.d.ts +11 -18
  83. package/es/components/date-time-select/date-time-select.vue2.js +27 -27
  84. package/es/components/date-time-select/index.d.ts +1 -1
  85. package/es/components/descriptions/description-item.vue.d.ts +20 -51
  86. package/es/components/descriptions/description.vue.d.ts +18 -39
  87. package/es/components/descriptions/descriptions-cell.d.ts +1 -1
  88. package/es/components/descriptions/descriptions-row.vue.d.ts +13 -9
  89. package/es/components/descriptions/index.d.ts +161 -339
  90. package/es/components/dialog/dialog-content.vue.d.ts +11 -52
  91. package/es/components/dialog/dialog.vue.d.ts +12 -144
  92. package/es/components/dialog/dialog.vue2.js +0 -1
  93. package/es/components/dialog/index.d.ts +178 -205
  94. package/es/components/divider/divider.vue.d.ts +10 -39
  95. package/es/components/divider/index.d.ts +47 -109
  96. package/es/components/drawer/drawer.vue.d.ts +12 -167
  97. package/es/components/drawer/index.d.ts +201 -220
  98. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
  99. package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
  100. package/es/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  101. package/es/components/dropdown/dropdown.vue.d.ts +47 -144
  102. package/es/components/dropdown/dropdown.vue2.js +65 -65
  103. package/es/components/dropdown/index.d.ts +207 -215
  104. package/es/components/empty/empty.vue.d.ts +10 -27
  105. package/es/components/empty/index.d.ts +31 -97
  106. package/es/components/exception/exception.vue.d.ts +15 -21
  107. package/es/components/exception/index.d.ts +1 -1
  108. package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
  109. package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
  110. package/es/components/footer-layout/index.d.ts +8 -83
  111. package/es/components/form/form-item.vue.d.ts +29 -78
  112. package/es/components/form/form-item.vue2.js +58 -58
  113. package/es/components/form/form-label-wrap.d.ts +1 -1
  114. package/es/components/form/form.vue.d.ts +11 -94
  115. package/es/components/form/form.vue2.js +47 -47
  116. package/es/components/form/index.d.ts +338 -465
  117. package/es/components/full-screen/full-screen.vue.d.ts +11 -63
  118. package/es/components/full-screen/index.d.ts +1 -1
  119. package/es/components/header-layout/header-layout.vue.d.ts +10 -11
  120. package/es/components/header-layout/index.d.ts +17 -88
  121. package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
  122. package/es/components/horizontal-menu/horizontal-menu.vue2.js +40 -40
  123. package/es/components/horizontal-menu/index.d.ts +1 -1
  124. package/es/components/icon/icon.vue.d.ts +9 -46
  125. package/es/components/icon/index.d.ts +1 -1
  126. package/es/components/icon-text/icon-text.vue.d.ts +9 -64
  127. package/es/components/icon-text/index.d.ts +1 -1
  128. package/es/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
  129. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  130. package/es/components/iframe-layout/iframe-page.vue.d.ts +12 -10
  131. package/es/components/iframe-layout/index.d.ts +1 -1
  132. package/es/components/image/image.vue.d.ts +14 -79
  133. package/es/components/image/image.vue2.js +53 -52
  134. package/es/components/image/index.d.ts +106 -155
  135. package/es/components/image/p-image.vue.d.ts +21 -47
  136. package/es/components/image/p-image.vue2.js +18 -18
  137. package/es/components/image-viewer/image-viewer.vue.d.ts +11 -52
  138. package/es/components/image-viewer/image-viewer.vue2.js +60 -60
  139. package/es/components/image-viewer/index.d.ts +71 -128
  140. package/es/components/input/index.d.ts +228 -253
  141. package/es/components/input/input.vue.d.ts +14 -157
  142. package/es/components/input/input.vue2.js +124 -124
  143. package/es/components/input-number/index.d.ts +3 -3
  144. package/es/components/input-number/input-number.vue.d.ts +13 -108
  145. package/es/components/input-number/input-number.vue2.js +86 -86
  146. package/es/components/link/index.d.ts +53 -114
  147. package/es/components/link/link.vue.d.ts +19 -40
  148. package/es/components/link/link.vue2.js +26 -26
  149. package/es/components/list-cell/index.d.ts +1 -1
  150. package/es/components/list-cell/list-cell.vue.d.ts +11 -30
  151. package/es/components/list-cell/list-cell.vue2.js +37 -37
  152. package/es/components/logo/index.d.ts +1 -1
  153. package/es/components/logo/logo.vue.d.ts +9 -24
  154. package/es/components/md-code-demo/index.d.ts +1 -1
  155. package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
  156. package/es/components/md-code-tabs/index.d.ts +1 -1
  157. package/es/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  158. package/es/components/md-comment/index.d.ts +1 -1
  159. package/es/components/md-comment/md-comment.vue.d.ts +1 -1
  160. package/es/components/md-container/index.d.ts +11 -86
  161. package/es/components/md-container/md-container.vue.d.ts +1 -1
  162. package/es/components/md-container/toc.d.ts +1 -1
  163. package/es/components/md-tabs/index.d.ts +1 -1
  164. package/es/components/md-tabs/md-tabs.d.ts +1 -1
  165. package/es/components/md-vue-playground/index.d.ts +1 -1
  166. package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
  167. package/es/components/menu/index.d.ts +203 -343
  168. package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  169. package/es/components/menu/menu-item-group.vue.d.ts +13 -9
  170. package/es/components/menu/menu-item.vue.d.ts +11 -64
  171. package/es/components/menu/menu-item.vue2.js +31 -31
  172. package/es/components/menu/menu.vue.d.ts +11 -64
  173. package/es/components/menu/menu.vue2.js +60 -60
  174. package/es/components/menu/sub-menu.vue.d.ts +11 -90
  175. package/es/components/menu/sub-menu.vue2.js +41 -41
  176. package/es/components/message/message.vue.d.ts +11 -104
  177. package/es/components/message/message.vue2.js +31 -31
  178. package/es/components/modal/index.d.ts +280 -253
  179. package/es/components/modal/modal-footer-action.vue.d.ts +11 -33
  180. package/es/components/modal/modal.vue.d.ts +63 -225
  181. package/es/components/modal/modal.vue2.js +32 -32
  182. package/es/components/multiple-tabs/index.d.ts +1 -1
  183. package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
  184. package/es/components/multiple-tabs/multiple-tabs.vue2.js +70 -100
  185. package/es/components/multiple-tabs/multiple-tabs.vue3.js +1 -4
  186. package/es/components/multiple-tabs/tab-content.vue.d.ts +17 -33
  187. package/es/components/multiple-tabs/tab-content.vue2.js +6 -6
  188. package/es/components/overlay/index.d.ts +1 -1
  189. package/es/components/overlay/overlay.vue.d.ts +18 -34
  190. package/es/components/overlay/overlay.vue2.js +18 -18
  191. package/es/components/page-wrapper/index.d.ts +15 -87
  192. package/es/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
  193. package/es/components/pagination/components/jumper.vue.d.ts +12 -10
  194. package/es/components/pagination/components/next.vue.d.ts +17 -28
  195. package/es/components/pagination/components/pager.vue.d.ts +17 -30
  196. package/es/components/pagination/components/pager.vue2.js +29 -29
  197. package/es/components/pagination/components/prev.vue.d.ts +16 -22
  198. package/es/components/pagination/components/prev.vue2.js +9 -9
  199. package/es/components/pagination/components/sizes.vue.d.ts +18 -34
  200. package/es/components/pagination/components/sizes.vue2.js +17 -17
  201. package/es/components/pagination/components/total.vue.d.ts +12 -10
  202. package/es/components/pagination/index.d.ts +1 -1
  203. package/es/components/pagination/pagination.vue.d.ts +11 -112
  204. package/es/components/pagination/pagination.vue2.js +41 -41
  205. package/es/components/popconfirm/index.d.ts +127 -159
  206. package/es/components/popconfirm/popconfirm.vue.d.ts +52 -93
  207. package/es/components/popconfirm/popconfirm.vue2.js +26 -26
  208. package/es/components/popover/index.d.ts +161 -192
  209. package/es/components/popover/popover.vue2.js +31 -31
  210. package/es/components/popper/arrow.vue.d.ts +14 -10
  211. package/es/components/popper/content.vue2.js +55 -55
  212. package/es/components/popper/index.d.ts +22 -94
  213. package/es/components/popper/popper.vue.d.ts +14 -10
  214. package/es/components/popper/trigger.vue.d.ts +24 -70
  215. package/es/components/progress/index.d.ts +95 -141
  216. package/es/components/progress/progress.vue.d.ts +10 -87
  217. package/es/components/progress-i/index.d.ts +1 -1
  218. package/es/components/progress-i/progress-i.vue.d.ts +1 -1
  219. package/es/components/qrcode/index.d.ts +1 -1
  220. package/es/components/qrcode/qrcode.vue.d.ts +24 -35
  221. package/es/components/qrcode/qrcode.vue2.js +33 -33
  222. package/es/components/radio/index.d.ts +328 -611
  223. package/es/components/radio/radio-button.vue.d.ts +10 -33
  224. package/es/components/radio/radio-button.vue2.js +1 -1
  225. package/es/components/radio/radio-group.vue.d.ts +23 -72
  226. package/es/components/radio/radio-group.vue2.js +33 -33
  227. package/es/components/radio/radio.vue.d.ts +11 -46
  228. package/es/components/radio/radio.vue2.js +30 -30
  229. package/es/components/result/index.d.ts +1 -1
  230. package/es/components/result/result.vue.d.ts +15 -21
  231. package/es/components/router-view-content/index.d.ts +1 -1
  232. package/es/components/router-view-content/router-view-content.vue.d.ts +17 -42
  233. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  234. package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  235. package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  236. package/es/components/row/index.d.ts +31 -97
  237. package/es/components/row/row.vue.d.ts +10 -27
  238. package/es/components/scrollbar/bar.vue.d.ts +11 -34
  239. package/es/components/scrollbar/index.d.ts +104 -158
  240. package/es/components/scrollbar/scrollbar.vue.d.ts +11 -70
  241. package/es/components/scrollbar/scrollbar.vue2.js +53 -52
  242. package/es/components/scrollbar/thumb.vue.d.ts +9 -34
  243. package/es/components/search/index.d.ts +116 -169
  244. package/es/components/search/search.vue.d.ts +15 -66
  245. package/es/components/search/search.vue2.js +78 -78
  246. package/es/components/select/group-item.vue.d.ts +1 -1
  247. package/es/components/select/index.d.ts +356 -144
  248. package/es/components/select/option-item.vue.d.ts +1 -1
  249. package/es/components/select/select-dropdown.d.ts +1 -1
  250. package/es/components/select/select.vue.d.ts +178 -72
  251. package/es/components/select/useSelect.d.ts +175 -69
  252. package/es/components/side-menu/index.d.ts +1 -1
  253. package/es/components/side-menu/side-menu.vue.d.ts +47 -156
  254. package/es/components/side-menu/side-menu.vue2.js +76 -76
  255. package/es/components/skeleton/index.d.ts +44 -108
  256. package/es/components/skeleton/skeleton-item.vue.d.ts +13 -9
  257. package/es/components/skeleton/skeleton.vue.d.ts +18 -34
  258. package/es/components/slider/button.vue.d.ts +11 -28
  259. package/es/components/slider/button.vue2.js +33 -33
  260. package/es/components/slider/composables/use-slide.d.ts +88 -219
  261. package/es/components/slider/index.d.ts +1 -1
  262. package/es/components/slider/marker.d.ts +1 -1
  263. package/es/components/slider/slider.vue.d.ts +11 -160
  264. package/es/components/slider/slider.vue2.js +60 -60
  265. package/es/components/slot/only-child.d.ts +1 -1
  266. package/es/components/space/index.d.ts +3 -3
  267. package/es/components/space/item.d.ts +1 -1
  268. package/es/components/space/space.d.ts +4 -4
  269. package/es/components/super-form/index.d.ts +372 -322
  270. package/es/components/super-form/super-form-action.vue.d.ts +11 -46
  271. package/es/components/super-form/super-form-item.vue.d.ts +9 -54
  272. package/es/components/super-form/super-form.vue.d.ts +63 -294
  273. package/es/components/super-form/super-form.vue2.js +89 -89
  274. package/es/components/super-form/types.d.ts +2 -2
  275. package/es/components/switch/index.d.ts +7 -7
  276. package/es/components/switch/switch.vue.d.ts +37 -146
  277. package/es/components/switch/switch.vue2.js +86 -86
  278. package/es/components/table/field.d.ts +2 -2
  279. package/es/components/table/index.d.ts +1127 -945
  280. package/es/components/table/table.vue.d.ts +77 -686
  281. package/es/components/table/table.vue2.js +79 -79
  282. package/es/components/table/use/use-columns.d.ts +30 -30
  283. package/es/components/table/use/use-data-source.js +3 -3
  284. package/es/components/tabs/index.d.ts +77 -205
  285. package/es/components/tabs/tab-bar.vue.d.ts +14 -45
  286. package/es/components/tabs/tab-nav.vue.d.ts +29 -106
  287. package/es/components/tabs/tab-nav.vue2.js +32 -32
  288. package/es/components/tabs/tab-pane.vue.d.ts +22 -33
  289. package/es/components/tabs/tabs.vue.d.ts +13 -90
  290. package/es/components/tabs/tabs.vue2.js +47 -47
  291. package/es/components/tag/index.d.ts +1 -1
  292. package/es/components/tag/tag.vue.d.ts +11 -52
  293. package/es/components/tag/tag.vue2.js +18 -18
  294. package/es/components/time-picker/common/picker.vue.d.ts +89 -89
  295. package/es/components/time-picker/common/picker.vue2.js +83 -83
  296. package/es/components/time-picker/composables/use-time-picker.d.ts +12 -12
  297. package/es/components/time-picker/index.d.ts +2 -2
  298. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
  299. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +44 -44
  300. package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
  301. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +55 -55
  302. package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
  303. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +93 -93
  304. package/es/components/time-picker/time-picker.d.ts +1 -1
  305. package/es/components/time-select/time-select.vue.d.ts +43 -43
  306. package/es/components/time-select/time-select.vue2.js +1 -2
  307. package/es/components/tooltip/content.vue2.js +22 -22
  308. package/es/components/tooltip/index.d.ts +329 -307
  309. package/es/components/tooltip/tooltip.vue.d.ts +13 -288
  310. package/es/components/tooltip/tooltip.vue2.js +43 -42
  311. package/es/components/tooltip/trigger.vue.d.ts +18 -34
  312. package/es/components/tree/index.d.ts +538 -546
  313. package/es/components/tree/tree-node-content.vue.d.ts +1 -1
  314. package/es/components/tree/tree-node.vue.d.ts +3 -3
  315. package/es/components/tree/tree.vue.d.ts +37 -176
  316. package/es/components/tree/tree.vue2.js +72 -72
  317. package/es/components/upload/index.d.ts +236 -233
  318. package/es/components/upload/upload-content.vue.d.ts +46 -173
  319. package/es/components/upload/upload-dragger.vue.d.ts +12 -10
  320. package/es/components/upload/upload-dragger.vue2.js +26 -26
  321. package/es/components/upload/upload-list.vue.d.ts +29 -36
  322. package/es/components/upload/upload-list.vue2.js +34 -34
  323. package/es/components/upload/upload.vue.d.ts +47 -185
  324. package/es/components/upload/use-handlers.d.ts +14 -3
  325. package/es/components/verify-code/index.d.ts +1 -1
  326. package/es/components/verify-code/useImageVerify.js +1 -1
  327. package/es/components/verify-code/verify-code.vue.d.ts +16 -22
  328. package/es/components/verify-code/verify-code.vue2.js +16 -16
  329. package/es/components/virtual-list/builders/build-grid.d.ts +3 -3
  330. package/es/components/virtual-list/builders/build-list.d.ts +5 -5
  331. package/es/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
  332. package/es/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
  333. package/es/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
  334. package/es/components/virtual-list/components/fixed-size-list.d.ts +5 -5
  335. package/es/components/virtual-list/components/scrollbar.d.ts +1 -1
  336. package/es/components/virtual-list/props.d.ts +3 -3
  337. package/es/package.json.d.ts +11 -11
  338. package/es/package.json.js +1 -1
  339. package/lib/app-components/form/form-label-wrap.d.ts +1 -1
  340. package/lib/components/affix/affix.vue.d.ts +13 -13
  341. package/lib/components/affix/affix.vue2.cjs +1 -1
  342. package/lib/components/affix/index.d.ts +61 -132
  343. package/lib/components/alert/alert.vue.d.ts +11 -52
  344. package/lib/components/alert/alert.vue2.cjs +1 -1
  345. package/lib/components/alert/index.d.ts +65 -122
  346. package/lib/components/autocomplete/autocomplete.vue.d.ts +188 -170
  347. package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
  348. package/lib/components/autocomplete/index.d.ts +1006 -729
  349. package/lib/components/avatar/avatar.vue.d.ts +19 -40
  350. package/lib/components/avatar/avatar.vue2.cjs +1 -1
  351. package/lib/components/avatar/index.d.ts +53 -114
  352. package/lib/components/backtop/backtop.vue.d.ts +11 -40
  353. package/lib/components/backtop/backtop.vue2.cjs +1 -1
  354. package/lib/components/backtop/index.d.ts +53 -114
  355. package/lib/components/button/button-group.vue.d.ts +11 -15
  356. package/lib/components/button/button.vue.d.ts +29 -138
  357. package/lib/components/button/button.vue2.cjs +1 -1
  358. package/lib/components/button/index.d.ts +210 -372
  359. package/lib/components/button/use-button.cjs +1 -1
  360. package/lib/components/card/card.vue.d.ts +15 -21
  361. package/lib/components/card/index.d.ts +27 -95
  362. package/lib/components/carousel/carousel-item.vue.d.ts +10 -15
  363. package/lib/components/carousel/carousel.vue.d.ts +43 -92
  364. package/lib/components/carousel/carousel.vue2.cjs +1 -1
  365. package/lib/components/carousel/index.d.ts +176 -344
  366. package/lib/components/check-tag/check-tag.vue.d.ts +11 -10
  367. package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
  368. package/lib/components/check-tag/index.d.ts +24 -95
  369. package/lib/components/checkbox/checkbox-button.vue.d.ts +12 -94
  370. package/lib/components/checkbox/checkbox-group.vue.d.ts +27 -82
  371. package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
  372. package/lib/components/checkbox/checkbox.vue.d.ts +24 -96
  373. package/lib/components/checkbox/index.d.ts +576 -786
  374. package/lib/components/clamp/clamp.vue.d.ts +25 -48
  375. package/lib/components/clamp/clamp.vue2.cjs +1 -1
  376. package/lib/components/clamp/index.d.ts +64 -122
  377. package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
  378. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  379. package/lib/components/clamp-toggle/index.d.ts +1 -1
  380. package/lib/components/col/col.vue.d.ts +30 -73
  381. package/lib/components/col/index.d.ts +93 -136
  382. package/lib/components/collapse-transition/index.d.ts +16 -166
  383. package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  384. package/lib/components/collection/collection-item.vue.d.ts +1 -1
  385. package/lib/components/collection/collection.vue.d.ts +1 -1
  386. package/lib/components/color-picker/color-picker.vue.d.ts +25 -74
  387. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  388. package/lib/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
  389. package/lib/components/color-picker/components/hue-slider.vue.d.ts +1 -1
  390. package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
  391. package/lib/components/color-picker/components/sv-panel.vue.d.ts +1 -1
  392. package/lib/components/color-picker/index.d.ts +7 -7
  393. package/lib/components/config-provider/config-provider.vue.d.ts +10 -69
  394. package/lib/components/config-provider/index.d.ts +77 -129
  395. package/lib/components/container/aside.vue.d.ts +10 -9
  396. package/lib/components/container/container.vue.d.ts +10 -9
  397. package/lib/components/container/footer.vue.d.ts +10 -9
  398. package/lib/components/container/header.vue.d.ts +10 -9
  399. package/lib/components/container/index.d.ts +121 -775
  400. package/lib/components/container/main.vue.d.ts +1 -1
  401. package/lib/components/context-menu/context-menu.vue.d.ts +16 -27
  402. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  403. package/lib/components/date-picker/composables/use-range-picker.d.ts +6 -6
  404. package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
  405. package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
  406. package/lib/components/date-picker/date-picker-com/basic-date-table.vue2.cjs +1 -1
  407. package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
  408. package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
  409. package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
  410. package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
  411. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +11 -11
  412. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
  413. package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +9 -9
  414. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  415. package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
  416. package/lib/components/date-picker/date-picker-com/panel-month-range.vue2.cjs +1 -1
  417. package/lib/components/date-picker/date-picker.d.ts +1 -1
  418. package/lib/components/date-picker/index.d.ts +2 -2
  419. package/lib/components/date-picker/panel-utils.d.ts +167 -351
  420. package/lib/components/date-time-select/date-time-select.vue.d.ts +11 -18
  421. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  422. package/lib/components/date-time-select/index.d.ts +1 -1
  423. package/lib/components/descriptions/description-item.vue.d.ts +20 -51
  424. package/lib/components/descriptions/description.vue.d.ts +18 -39
  425. package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
  426. package/lib/components/descriptions/descriptions-row.vue.d.ts +13 -9
  427. package/lib/components/descriptions/index.d.ts +161 -339
  428. package/lib/components/dialog/dialog-content.vue.d.ts +11 -52
  429. package/lib/components/dialog/dialog.vue.d.ts +12 -144
  430. package/lib/components/dialog/index.d.ts +178 -205
  431. package/lib/components/divider/divider.vue.d.ts +10 -39
  432. package/lib/components/divider/index.d.ts +47 -109
  433. package/lib/components/drawer/drawer.vue.d.ts +12 -167
  434. package/lib/components/drawer/index.d.ts +201 -220
  435. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
  436. package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
  437. package/lib/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  438. package/lib/components/dropdown/dropdown.vue.d.ts +47 -144
  439. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  440. package/lib/components/dropdown/index.d.ts +207 -215
  441. package/lib/components/empty/empty.vue.d.ts +10 -27
  442. package/lib/components/empty/index.d.ts +31 -97
  443. package/lib/components/exception/exception.vue.d.ts +15 -21
  444. package/lib/components/exception/index.d.ts +1 -1
  445. package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
  446. package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
  447. package/lib/components/footer-layout/index.d.ts +8 -83
  448. package/lib/components/form/form-item.vue.d.ts +29 -78
  449. package/lib/components/form/form-item.vue2.cjs +1 -1
  450. package/lib/components/form/form-label-wrap.d.ts +1 -1
  451. package/lib/components/form/form.vue.d.ts +11 -94
  452. package/lib/components/form/form.vue2.cjs +1 -1
  453. package/lib/components/form/index.d.ts +338 -465
  454. package/lib/components/full-screen/full-screen.vue.d.ts +11 -63
  455. package/lib/components/full-screen/index.d.ts +1 -1
  456. package/lib/components/header-layout/header-layout.vue.d.ts +10 -11
  457. package/lib/components/header-layout/index.d.ts +17 -88
  458. package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
  459. package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
  460. package/lib/components/horizontal-menu/index.d.ts +1 -1
  461. package/lib/components/icon/icon.vue.d.ts +9 -46
  462. package/lib/components/icon/index.d.ts +1 -1
  463. package/lib/components/icon-text/icon-text.vue.d.ts +9 -64
  464. package/lib/components/icon-text/index.d.ts +1 -1
  465. package/lib/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
  466. package/lib/components/iframe-layout/iframe-layout.vue2.cjs +1 -1
  467. package/lib/components/iframe-layout/iframe-page.vue.d.ts +12 -10
  468. package/lib/components/iframe-layout/index.d.ts +1 -1
  469. package/lib/components/image/image.vue.d.ts +14 -79
  470. package/lib/components/image/image.vue2.cjs +1 -1
  471. package/lib/components/image/index.d.ts +106 -155
  472. package/lib/components/image/p-image.vue.d.ts +21 -47
  473. package/lib/components/image/p-image.vue2.cjs +1 -1
  474. package/lib/components/image-viewer/image-viewer.vue.d.ts +11 -52
  475. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  476. package/lib/components/image-viewer/index.d.ts +71 -128
  477. package/lib/components/input/index.d.ts +228 -253
  478. package/lib/components/input/input.vue.d.ts +14 -157
  479. package/lib/components/input/input.vue2.cjs +1 -1
  480. package/lib/components/input-number/index.d.ts +3 -3
  481. package/lib/components/input-number/input-number.vue.d.ts +13 -108
  482. package/lib/components/input-number/input-number.vue2.cjs +1 -1
  483. package/lib/components/link/index.d.ts +53 -114
  484. package/lib/components/link/link.vue.d.ts +19 -40
  485. package/lib/components/link/link.vue2.cjs +1 -1
  486. package/lib/components/list-cell/index.d.ts +1 -1
  487. package/lib/components/list-cell/list-cell.vue.d.ts +11 -30
  488. package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
  489. package/lib/components/logo/index.d.ts +1 -1
  490. package/lib/components/logo/logo.vue.d.ts +9 -24
  491. package/lib/components/md-code-demo/index.d.ts +1 -1
  492. package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
  493. package/lib/components/md-code-tabs/index.d.ts +1 -1
  494. package/lib/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  495. package/lib/components/md-comment/index.d.ts +1 -1
  496. package/lib/components/md-comment/md-comment.vue.d.ts +1 -1
  497. package/lib/components/md-container/index.d.ts +11 -86
  498. package/lib/components/md-container/md-container.vue.d.ts +1 -1
  499. package/lib/components/md-container/toc.d.ts +1 -1
  500. package/lib/components/md-tabs/index.d.ts +1 -1
  501. package/lib/components/md-tabs/md-tabs.d.ts +1 -1
  502. package/lib/components/md-vue-playground/index.d.ts +1 -1
  503. package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
  504. package/lib/components/menu/index.d.ts +203 -343
  505. package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  506. package/lib/components/menu/menu-item-group.vue.d.ts +13 -9
  507. package/lib/components/menu/menu-item.vue.d.ts +11 -64
  508. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  509. package/lib/components/menu/menu.vue.d.ts +11 -64
  510. package/lib/components/menu/menu.vue2.cjs +1 -1
  511. package/lib/components/menu/sub-menu.vue.d.ts +11 -90
  512. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  513. package/lib/components/message/message.vue.d.ts +11 -104
  514. package/lib/components/message/message.vue2.cjs +1 -1
  515. package/lib/components/modal/index.d.ts +280 -253
  516. package/lib/components/modal/modal-footer-action.vue.d.ts +11 -33
  517. package/lib/components/modal/modal.vue.d.ts +63 -225
  518. package/lib/components/modal/modal.vue2.cjs +1 -1
  519. package/lib/components/multiple-tabs/index.d.ts +1 -1
  520. package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
  521. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  522. package/lib/components/multiple-tabs/multiple-tabs.vue3.cjs +1 -1
  523. package/lib/components/multiple-tabs/tab-content.vue.d.ts +17 -33
  524. package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
  525. package/lib/components/overlay/index.d.ts +1 -1
  526. package/lib/components/overlay/overlay.vue.d.ts +18 -34
  527. package/lib/components/overlay/overlay.vue2.cjs +1 -1
  528. package/lib/components/page-wrapper/index.d.ts +15 -87
  529. package/lib/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
  530. package/lib/components/pagination/components/jumper.vue.d.ts +12 -10
  531. package/lib/components/pagination/components/next.vue.d.ts +17 -28
  532. package/lib/components/pagination/components/pager.vue.d.ts +17 -30
  533. package/lib/components/pagination/components/pager.vue2.cjs +1 -1
  534. package/lib/components/pagination/components/prev.vue.d.ts +16 -22
  535. package/lib/components/pagination/components/prev.vue2.cjs +1 -1
  536. package/lib/components/pagination/components/sizes.vue.d.ts +18 -34
  537. package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
  538. package/lib/components/pagination/components/total.vue.d.ts +12 -10
  539. package/lib/components/pagination/index.d.ts +1 -1
  540. package/lib/components/pagination/pagination.vue.d.ts +11 -112
  541. package/lib/components/pagination/pagination.vue2.cjs +1 -1
  542. package/lib/components/popconfirm/index.d.ts +127 -159
  543. package/lib/components/popconfirm/popconfirm.vue.d.ts +52 -93
  544. package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
  545. package/lib/components/popover/index.d.ts +161 -192
  546. package/lib/components/popover/popover.vue2.cjs +1 -1
  547. package/lib/components/popper/arrow.vue.d.ts +14 -10
  548. package/lib/components/popper/content.vue2.cjs +1 -1
  549. package/lib/components/popper/index.d.ts +22 -94
  550. package/lib/components/popper/popper.vue.d.ts +14 -10
  551. package/lib/components/popper/trigger.vue.d.ts +24 -70
  552. package/lib/components/progress/index.d.ts +95 -141
  553. package/lib/components/progress/progress.vue.d.ts +10 -87
  554. package/lib/components/progress-i/index.d.ts +1 -1
  555. package/lib/components/progress-i/progress-i.vue.d.ts +1 -1
  556. package/lib/components/qrcode/index.d.ts +1 -1
  557. package/lib/components/qrcode/qrcode.vue.d.ts +24 -35
  558. package/lib/components/qrcode/qrcode.vue2.cjs +1 -1
  559. package/lib/components/radio/index.d.ts +328 -611
  560. package/lib/components/radio/radio-button.vue.d.ts +10 -33
  561. package/lib/components/radio/radio-button.vue2.cjs +1 -1
  562. package/lib/components/radio/radio-group.vue.d.ts +23 -72
  563. package/lib/components/radio/radio-group.vue2.cjs +1 -1
  564. package/lib/components/radio/radio.vue.d.ts +11 -46
  565. package/lib/components/radio/radio.vue2.cjs +1 -1
  566. package/lib/components/result/index.d.ts +1 -1
  567. package/lib/components/result/result.vue.d.ts +15 -21
  568. package/lib/components/router-view-content/index.d.ts +1 -1
  569. package/lib/components/router-view-content/router-view-content.vue.d.ts +17 -42
  570. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  571. package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  572. package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  573. package/lib/components/row/index.d.ts +31 -97
  574. package/lib/components/row/row.vue.d.ts +10 -27
  575. package/lib/components/scrollbar/bar.vue.d.ts +11 -34
  576. package/lib/components/scrollbar/index.d.ts +104 -158
  577. package/lib/components/scrollbar/scrollbar.vue.d.ts +11 -70
  578. package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
  579. package/lib/components/scrollbar/thumb.vue.d.ts +9 -34
  580. package/lib/components/search/index.d.ts +116 -169
  581. package/lib/components/search/search.vue.d.ts +15 -66
  582. package/lib/components/search/search.vue2.cjs +1 -1
  583. package/lib/components/select/group-item.vue.d.ts +1 -1
  584. package/lib/components/select/index.d.ts +356 -144
  585. package/lib/components/select/option-item.vue.d.ts +1 -1
  586. package/lib/components/select/select-dropdown.d.ts +1 -1
  587. package/lib/components/select/select.vue.d.ts +178 -72
  588. package/lib/components/select/useSelect.d.ts +175 -69
  589. package/lib/components/side-menu/index.d.ts +1 -1
  590. package/lib/components/side-menu/side-menu.vue.d.ts +47 -156
  591. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  592. package/lib/components/skeleton/index.d.ts +44 -108
  593. package/lib/components/skeleton/skeleton-item.vue.d.ts +13 -9
  594. package/lib/components/skeleton/skeleton.vue.d.ts +18 -34
  595. package/lib/components/slider/button.vue.d.ts +11 -28
  596. package/lib/components/slider/button.vue2.cjs +1 -1
  597. package/lib/components/slider/composables/use-slide.d.ts +88 -219
  598. package/lib/components/slider/index.d.ts +1 -1
  599. package/lib/components/slider/marker.d.ts +1 -1
  600. package/lib/components/slider/slider.vue.d.ts +11 -160
  601. package/lib/components/slider/slider.vue2.cjs +1 -1
  602. package/lib/components/slot/only-child.d.ts +1 -1
  603. package/lib/components/space/index.d.ts +3 -3
  604. package/lib/components/space/item.d.ts +1 -1
  605. package/lib/components/space/space.d.ts +4 -4
  606. package/lib/components/super-form/index.d.ts +372 -322
  607. package/lib/components/super-form/super-form-action.vue.d.ts +11 -46
  608. package/lib/components/super-form/super-form-item.vue.d.ts +9 -54
  609. package/lib/components/super-form/super-form.vue.d.ts +63 -294
  610. package/lib/components/super-form/super-form.vue2.cjs +1 -1
  611. package/lib/components/super-form/types.d.ts +2 -2
  612. package/lib/components/switch/index.d.ts +7 -7
  613. package/lib/components/switch/switch.vue.d.ts +37 -146
  614. package/lib/components/switch/switch.vue2.cjs +1 -1
  615. package/lib/components/table/field.d.ts +2 -2
  616. package/lib/components/table/index.d.ts +1127 -945
  617. package/lib/components/table/table.vue.d.ts +77 -686
  618. package/lib/components/table/table.vue2.cjs +1 -1
  619. package/lib/components/table/use/use-columns.d.ts +30 -30
  620. package/lib/components/tabs/index.d.ts +77 -205
  621. package/lib/components/tabs/tab-bar.vue.d.ts +14 -45
  622. package/lib/components/tabs/tab-nav.vue.d.ts +29 -106
  623. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  624. package/lib/components/tabs/tab-pane.vue.d.ts +22 -33
  625. package/lib/components/tabs/tabs.vue.d.ts +13 -90
  626. package/lib/components/tabs/tabs.vue2.cjs +1 -1
  627. package/lib/components/tag/index.d.ts +1 -1
  628. package/lib/components/tag/tag.vue.d.ts +11 -52
  629. package/lib/components/tag/tag.vue2.cjs +1 -1
  630. package/lib/components/time-picker/common/picker.vue.d.ts +89 -89
  631. package/lib/components/time-picker/common/picker.vue2.cjs +1 -1
  632. package/lib/components/time-picker/composables/use-time-picker.d.ts +12 -12
  633. package/lib/components/time-picker/index.d.ts +2 -2
  634. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
  635. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
  636. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
  637. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
  638. package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
  639. package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
  640. package/lib/components/time-picker/time-picker.d.ts +1 -1
  641. package/lib/components/time-select/time-select.vue.d.ts +43 -43
  642. package/lib/components/time-select/time-select.vue2.cjs +1 -1
  643. package/lib/components/tooltip/content.vue2.cjs +1 -1
  644. package/lib/components/tooltip/index.d.ts +329 -307
  645. package/lib/components/tooltip/tooltip.vue.d.ts +13 -288
  646. package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
  647. package/lib/components/tooltip/trigger.vue.d.ts +18 -34
  648. package/lib/components/tree/index.d.ts +538 -546
  649. package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
  650. package/lib/components/tree/tree-node.vue.d.ts +3 -3
  651. package/lib/components/tree/tree.vue.d.ts +37 -176
  652. package/lib/components/tree/tree.vue2.cjs +1 -1
  653. package/lib/components/upload/index.d.ts +236 -233
  654. package/lib/components/upload/upload-content.vue.d.ts +46 -173
  655. package/lib/components/upload/upload-dragger.vue.d.ts +12 -10
  656. package/lib/components/upload/upload-dragger.vue2.cjs +1 -1
  657. package/lib/components/upload/upload-list.vue.d.ts +29 -36
  658. package/lib/components/upload/upload-list.vue2.cjs +1 -1
  659. package/lib/components/upload/upload.vue.d.ts +47 -185
  660. package/lib/components/upload/use-handlers.d.ts +14 -3
  661. package/lib/components/verify-code/index.d.ts +1 -1
  662. package/lib/components/verify-code/useImageVerify.cjs +1 -1
  663. package/lib/components/verify-code/verify-code.vue.d.ts +16 -22
  664. package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
  665. package/lib/components/virtual-list/builders/build-grid.d.ts +3 -3
  666. package/lib/components/virtual-list/builders/build-list.d.ts +5 -5
  667. package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
  668. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
  669. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
  670. package/lib/components/virtual-list/components/fixed-size-list.d.ts +5 -5
  671. package/lib/components/virtual-list/components/scrollbar.d.ts +1 -1
  672. package/lib/components/virtual-list/props.d.ts +3 -3
  673. package/lib/package.json.cjs +1 -1
  674. package/lib/package.json.d.ts +11 -11
  675. package/package.json +14 -14
  676. package/web-types.json +1 -1
  677. package/es/app-components/super-form/types.d.ts +0 -177
  678. package/es/components/collection/collection.d.ts +0 -243
  679. package/es/components/popover/popover.vue.d.ts +0 -158
  680. package/es/components/popper/content.vue.d.ts +0 -184
  681. package/es/components/roving-focus-group/types.d.ts +0 -236
  682. package/es/components/tooltip/content.vue.d.ts +0 -210
  683. package/lib/app-components/super-form/types.d.ts +0 -177
  684. package/lib/components/collection/collection.d.ts +0 -243
  685. package/lib/components/popover/popover.vue.d.ts +0 -158
  686. package/lib/components/popper/content.vue.d.ts +0 -184
  687. package/lib/components/roving-focus-group/types.d.ts +0 -236
  688. package/lib/components/tooltip/content.vue.d.ts +0 -210
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),ae=require("@vft/directives"),ne=require("@vft/utils"),le=require("../../button/index.cjs"),d=require("../../icon/index.cjs"),I=require("../../input/index.cjs");require("../../time-picker/index.cjs");const k=require("dayjs"),De=require("../composables/use-range-picker.cjs"),Se=require("../props/panel-date-range.cjs"),$=require("../utils.cjs"),te=require("./basic-date-table.vue2.cjs"),re=require("../../time-picker/time-picker-com/panel-time-pick.vue2.cjs"),oe=require("../../time-picker/utils.cjs"),Me=["onClick"],qe=["disabled"],$e=["disabled"],_e=["disabled"],Re=["disabled"],T="month",Ye=e.defineComponent({__name:"panel-date-range",props:Se.panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change"],setup(ue,{emit:p}){const c=ue,D=e.inject("EP_PICKER_BASE"),{disabledDate:w,cellClassName:_,format:C,defaultTime:S,arrowControl:R,clearable:se}=D.props,Y=e.toRef(D.props,"shortcuts"),F=e.toRef(D.props,"defaultValue"),m=e.ref("zh-cn"),t=e.ref(k().locale(m.value)),r=e.ref(k().locale(m.value).add(1,T)),{minDate:o,maxDate:u,rangeState:h,ppNs:s,drpNs:i,handleChangeRange:A,handleRangeConfirm:O,handleShortcutClick:ie,onSelect:U}=De.useRangePicker(c,{defaultValue:F,leftDate:t,rightDate:r,unit:T,onParsedValueChanged:Te}),V=e.ref({min:null,max:null}),v=e.ref({min:null,max:null}),ce=e.computed(()=>`${t.value.year()} 年 ${t.value.month()+1}月`),de=e.computed(()=>`${r.value.year()} 年 ${r.value.month()+1}月`),L=e.computed(()=>t.value.year()),M=e.computed(()=>t.value.month()),K=e.computed(()=>r.value.year()),G=e.computed(()=>r.value.month()),H=e.computed(()=>!!Y.value.length),me=e.computed(()=>V.value.min!==null?V.value.min:o.value?o.value.format(q.value):""),ve=e.computed(()=>V.value.max!==null?V.value.max:u.value||o.value?(u.value||o.value).format(q.value):""),fe=e.computed(()=>v.value.min!==null?v.value.min:o.value?o.value.format(y.value):""),pe=e.computed(()=>v.value.max!==null?v.value.max:u.value||o.value?(u.value||o.value).format(y.value):""),y=e.computed(()=>oe.extractTimeFormat(C)),q=e.computed(()=>oe.extractDateFormat(C)),he=()=>{t.value=t.value.subtract(1,"year"),c.unlinkPanels||(r.value=t.value.add(1,"month")),f("year")},be=()=>{t.value=t.value.subtract(1,"month"),c.unlinkPanels||(r.value=t.value.add(1,"month")),f("month")},ke=()=>{c.unlinkPanels?r.value=r.value.add(1,"year"):(t.value=t.value.add(1,"year"),r.value=t.value.add(1,"month")),f("year")},Ce=()=>{c.unlinkPanels?r.value=r.value.add(1,"month"):(t.value=t.value.add(1,"month"),r.value=t.value.add(1,"month")),f("month")},Ve=()=>{t.value=t.value.add(1,"year"),f("year")},ge=()=>{t.value=t.value.add(1,"month"),f("month")},Ne=()=>{r.value=r.value.subtract(1,"year"),f("year")},ye=()=>{r.value=r.value.subtract(1,"month"),f("month")},f=n=>{p("panel-change",[t.value.toDate(),r.value.toDate()],n)},P=e.computed(()=>{const n=(M.value+1)%12,a=M.value+1>=12?1:0;return c.unlinkPanels&&new Date(L.value+a,n)<new Date(K.value,G.value)}),B=e.computed(()=>c.unlinkPanels&&K.value*12+G.value-(L.value*12+M.value+1)>=12),ze=e.computed(()=>!(o.value&&u.value&&!h.value.selecting&&$.isValidRange([o.value,u.value]))),E=e.computed(()=>c.type==="datetime"||c.type==="datetimerange"),J=(n,a)=>{if(n)return S?k(S[a]||S).locale(m.value).year(n.year()).month(n.month()).date(n.date()):n},Q=(n,a=!0)=>{const l=n.minDate,b=n.maxDate,z=J(l,0),x=J(b,1);u.value===x&&o.value===z||(p("calendar-change",[l.toDate(),b&&b.toDate()]),u.value=x,o.value=z,!(!a||E.value)&&O())},g=e.ref(!1),N=e.ref(!1),we=()=>{g.value=!1},Pe=()=>{N.value=!1},W=(n,a)=>{V.value[a]=n;const l=k(n,q.value).locale(m.value);if(l.isValid()){if(w&&w(l.toDate()))return;a==="min"?(t.value=l,o.value=(o.value||t.value).year(l.year()).month(l.month()).date(l.date()),c.unlinkPanels||(r.value=l.add(1,"month"),u.value=o.value.add(1,"month"))):(r.value=l,u.value=(u.value||r.value).year(l.year()).month(l.month()).date(l.date()),c.unlinkPanels||(t.value=l.subtract(1,"month"),o.value=u.value.subtract(1,"month")))}},X=(n,a)=>{V.value[a]=null},Z=(n,a)=>{v.value[a]=n;const l=k(n,y.value).locale(m.value);l.isValid()&&(a==="min"?(g.value=!0,o.value=(o.value||t.value).hour(l.hour()).minute(l.minute()).second(l.second()),(!u.value||u.value.isBefore(o.value))&&(u.value=o.value)):(N.value=!0,u.value=(u.value||r.value).hour(l.hour()).minute(l.minute()).second(l.second()),r.value=u.value,u.value&&u.value.isBefore(o.value)&&(o.value=u.value)))},j=(n,a)=>{v.value[a]=null,a==="min"?(t.value=o.value,g.value=!1):(r.value=u.value,N.value=!1)},Be=(n,a,l)=>{v.value.min||(n&&(t.value=n,o.value=(o.value||t.value).hour(n.hour()).minute(n.minute()).second(n.second())),l||(g.value=a),(!u.value||u.value.isBefore(o.value))&&(u.value=o.value,r.value=n))},Ee=(n,a,l)=>{v.value.max||(n&&(r.value=n,u.value=(u.value||r.value).hour(n.hour()).minute(n.minute()).second(n.second())),l||(N.value=a),u.value&&u.value.isBefore(o.value)&&(o.value=u.value))},ee=()=>{t.value=$.getDefaultValue(e.unref(F),{lang:e.unref(m),unit:"month",unlinkPanels:c.unlinkPanels})[0],r.value=t.value.add(1,"month"),p("pick",null)},xe=n=>ne.isArray(n)?n.map(a=>a.format(C)):n.format(C),Ie=n=>ne.isArray(n)?n.map(a=>k(a,C).locale(m.value)):k(n,C).locale(m.value);function Te(n,a){if(c.unlinkPanels&&a){const l=(n==null?void 0:n.year())||0,b=(n==null?void 0:n.month())||0,z=a.year(),x=a.month();r.value=l===z&&b===x?a.add(1,T):a}else r.value=t.value.add(1,T),a&&(r.value=r.value.hour(a.hour()).minute(a.minute()).second(a.second()))}return p("set-picker-option",["isValidValue",$.isValidRange]),p("set-picker-option",["parseUserInput",Ie]),p("set-picker-option",["formatToString",xe]),p("set-picker-option",["handleClear",ee]),(n,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(s).b(),e.unref(i).b(),{"has-sidebar":n.$slots.sidebar||H.value,"has-time":E.value}])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("body-wrapper"))},[e.renderSlot(n.$slots,"sidebar",{class:e.normalizeClass(e.unref(s).e("sidebar"))}),H.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(s).e("sidebar"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Y.value,(l,b)=>(e.openBlock(),e.createElementBlock("button",{key:b,type:"button",class:e.normalizeClass(e.unref(s).e("shortcut")),onClick:z=>e.unref(ie)(l)},e.toDisplayString(l.text),11,Me))),128))],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("body"))},[E.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(i).e("time-header"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(i).e("editors-wrap"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",disabled:e.unref(h).selecting,placeholder:"开始日期",class:e.normalizeClass(e.unref(i).e("editor")),"model-value":me.value,"validate-event":!1,onInput:a[0]||(a[0]=l=>W(l,"min")),onChange:a[1]||(a[1]=l=>X(l,"min"))},null,8,["disabled","class","model-value"])],2),e.withDirectives((e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",class:e.normalizeClass(e.unref(i).e("editor")),disabled:e.unref(h).selecting,placeholder:"开始时间","model-value":fe.value,"validate-event":!1,onFocus:a[2]||(a[2]=l=>g.value=!0),onInput:a[3]||(a[3]=l=>Z(l,"min")),onChange:a[4]||(a[4]=l=>j(l,"min"))},null,8,["class","disabled","model-value"]),e.createVNode(e.unref(re.default),{visible:g.value,format:y.value,"datetime-role":"start","time-arrow-control":e.unref(R),"parsed-value":t.value,onPick:Be},null,8,["visible","format","time-arrow-control","parsed-value"])],2)),[[e.unref(ae.ClickOutside),we]])],2),e.createElementVNode("span",null,[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-right"})]),e.createElementVNode("span",{class:e.normalizeClass([e.unref(i).e("editors-wrap"),"is-right"])},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",class:e.normalizeClass(e.unref(i).e("editor")),disabled:e.unref(h).selecting,placeholder:"结束日期","model-value":ve.value,readonly:!e.unref(o),"validate-event":!1,onInput:a[5]||(a[5]=l=>W(l,"max")),onChange:a[6]||(a[6]=l=>X(l,"max"))},null,8,["class","disabled","model-value","readonly"])],2),e.withDirectives((e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",class:e.normalizeClass(e.unref(i).e("editor")),disabled:e.unref(h).selecting,placeholder:"结束时间","model-value":pe.value,readonly:!e.unref(o),"validate-event":!1,onFocus:a[7]||(a[7]=l=>e.unref(o)&&(N.value=!0)),onInput:a[8]||(a[8]=l=>Z(l,"max")),onChange:a[9]||(a[9]=l=>j(l,"max"))},null,8,["class","disabled","model-value","readonly"]),e.createVNode(e.unref(re.default),{"datetime-role":"end",visible:N.value,format:y.value,"time-arrow-control":e.unref(R),"parsed-value":r.value,onPick:Ee},null,8,["visible","format","time-arrow-control","parsed-value"])],2)),[[e.unref(ae.ClickOutside),Pe]])],2)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([[e.unref(s).e("content"),e.unref(i).e("content")],"is-left"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i).e("header"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"d-arrow-left"]),onClick:he},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-left"})],2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"arrow-left"]),onClick:be},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-left"})],2),n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!B.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!B.value}],"d-arrow-right"]),onClick:Ve},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-right"})],10,qe)):e.createCommentVNode("",!0),n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",disabled:!P.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!P.value}],"arrow-right"]),onClick:ge},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-right"})],10,$e)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(ce.value),1)],2),e.createVNode(te.default,{"selection-mode":"range",date:t.value,"min-date":e.unref(o),"max-date":e.unref(u),"range-state":e.unref(h),"disabled-date":e.unref(w),"cell-class-name":e.unref(_),onChangerange:e.unref(A),onPick:Q,onSelect:e.unref(U)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),e.createElementVNode("div",{class:e.normalizeClass([[e.unref(s).e("content"),e.unref(i).e("content")],"is-right"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i).e("header"))},[n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!B.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!B.value}],"d-arrow-left"]),onClick:Ne},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-left"})],10,_e)):e.createCommentVNode("",!0),n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",disabled:!P.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!P.value}],"arrow-left"]),onClick:ye},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-left"})],10,Re)):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"d-arrow-right"]),onClick:ke},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-right"})],2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"arrow-right"]),onClick:Ce},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-right"})],2),e.createElementVNode("div",null,e.toDisplayString(de.value),1)],2),e.createVNode(te.default,{"selection-mode":"range",date:r.value,"min-date":e.unref(o),"max-date":e.unref(u),"range-state":e.unref(h),"disabled-date":e.unref(w),"cell-class-name":e.unref(_),onChangerange:e.unref(A),onPick:Q,onSelect:e.unref(U)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),E.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(s).e("footer"))},[e.unref(se)?(e.openBlock(),e.createBlock(e.unref(le.VftButton),{key:0,text:"",size:"small",class:e.normalizeClass(e.unref(s).e("link-btn")),onClick:ee},{default:e.withCtx(()=>[e.createTextVNode("清除")]),_:1},8,["class"])):e.createCommentVNode("",!0),e.createVNode(e.unref(le.VftButton),{plain:"",size:"small",class:e.normalizeClass(e.unref(s).e("link-btn")),disabled:ze.value,onClick:a[10]||(a[10]=l=>e.unref(O)(!1))},{default:e.withCtx(()=>[e.createTextVNode("确认")]),_:1},8,["class","disabled"])],2)):e.createCommentVNode("",!0)],2))}});exports.default=Ye;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),ae=require("@vft/directives"),ne=require("@vft/utils"),le=require("../../button/index.cjs"),d=require("../../icon/index.cjs"),I=require("../../input/index.cjs");require("../../time-picker/index.cjs");const k=require("dayjs"),Se=require("../composables/use-range-picker.cjs"),Me=require("../props/panel-date-range.cjs"),$=require("../utils.cjs"),te=require("./basic-date-table.vue2.cjs"),re=require("../../time-picker/time-picker-com/panel-time-pick.vue2.cjs"),oe=require("../../time-picker/utils.cjs"),qe=["onClick"],$e=["disabled"],_e=["disabled"],Re=["disabled"],Ye=["disabled"],T="month",Fe=e.defineComponent({__name:"panel-date-range",props:Me.panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change"],setup(ue,{emit:se}){const c=ue,p=se,D=e.inject("EP_PICKER_BASE"),{disabledDate:w,cellClassName:_,format:C,defaultTime:S,arrowControl:R,clearable:ie}=D.props,Y=e.toRef(D.props,"shortcuts"),F=e.toRef(D.props,"defaultValue"),m=e.ref("zh-cn"),t=e.ref(k().locale(m.value)),r=e.ref(k().locale(m.value).add(1,T)),{minDate:o,maxDate:u,rangeState:h,ppNs:s,drpNs:i,handleChangeRange:A,handleRangeConfirm:O,handleShortcutClick:ce,onSelect:U}=Se.useRangePicker(c,{defaultValue:F,leftDate:t,rightDate:r,unit:T,onParsedValueChanged:De}),V=e.ref({min:null,max:null}),v=e.ref({min:null,max:null}),de=e.computed(()=>`${t.value.year()} 年 ${t.value.month()+1}月`),me=e.computed(()=>`${r.value.year()} 年 ${r.value.month()+1}月`),L=e.computed(()=>t.value.year()),M=e.computed(()=>t.value.month()),K=e.computed(()=>r.value.year()),G=e.computed(()=>r.value.month()),H=e.computed(()=>!!Y.value.length),ve=e.computed(()=>V.value.min!==null?V.value.min:o.value?o.value.format(q.value):""),fe=e.computed(()=>V.value.max!==null?V.value.max:u.value||o.value?(u.value||o.value).format(q.value):""),pe=e.computed(()=>v.value.min!==null?v.value.min:o.value?o.value.format(y.value):""),he=e.computed(()=>v.value.max!==null?v.value.max:u.value||o.value?(u.value||o.value).format(y.value):""),y=e.computed(()=>oe.extractTimeFormat(C)),q=e.computed(()=>oe.extractDateFormat(C)),be=()=>{t.value=t.value.subtract(1,"year"),c.unlinkPanels||(r.value=t.value.add(1,"month")),f("year")},ke=()=>{t.value=t.value.subtract(1,"month"),c.unlinkPanels||(r.value=t.value.add(1,"month")),f("month")},Ce=()=>{c.unlinkPanels?r.value=r.value.add(1,"year"):(t.value=t.value.add(1,"year"),r.value=t.value.add(1,"month")),f("year")},Ve=()=>{c.unlinkPanels?r.value=r.value.add(1,"month"):(t.value=t.value.add(1,"month"),r.value=t.value.add(1,"month")),f("month")},ge=()=>{t.value=t.value.add(1,"year"),f("year")},Ne=()=>{t.value=t.value.add(1,"month"),f("month")},ye=()=>{r.value=r.value.subtract(1,"year"),f("year")},ze=()=>{r.value=r.value.subtract(1,"month"),f("month")},f=n=>{p("panel-change",[t.value.toDate(),r.value.toDate()],n)},P=e.computed(()=>{const n=(M.value+1)%12,a=M.value+1>=12?1:0;return c.unlinkPanels&&new Date(L.value+a,n)<new Date(K.value,G.value)}),B=e.computed(()=>c.unlinkPanels&&K.value*12+G.value-(L.value*12+M.value+1)>=12),we=e.computed(()=>!(o.value&&u.value&&!h.value.selecting&&$.isValidRange([o.value,u.value]))),E=e.computed(()=>c.type==="datetime"||c.type==="datetimerange"),J=(n,a)=>{if(n)return S?k(S[a]||S).locale(m.value).year(n.year()).month(n.month()).date(n.date()):n},Q=(n,a=!0)=>{const l=n.minDate,b=n.maxDate,z=J(l,0),x=J(b,1);u.value===x&&o.value===z||(p("calendar-change",[l.toDate(),b&&b.toDate()]),u.value=x,o.value=z,!(!a||E.value)&&O())},g=e.ref(!1),N=e.ref(!1),Pe=()=>{g.value=!1},Be=()=>{N.value=!1},W=(n,a)=>{V.value[a]=n;const l=k(n,q.value).locale(m.value);if(l.isValid()){if(w&&w(l.toDate()))return;a==="min"?(t.value=l,o.value=(o.value||t.value).year(l.year()).month(l.month()).date(l.date()),c.unlinkPanels||(r.value=l.add(1,"month"),u.value=o.value.add(1,"month"))):(r.value=l,u.value=(u.value||r.value).year(l.year()).month(l.month()).date(l.date()),c.unlinkPanels||(t.value=l.subtract(1,"month"),o.value=u.value.subtract(1,"month")))}},X=(n,a)=>{V.value[a]=null},Z=(n,a)=>{v.value[a]=n;const l=k(n,y.value).locale(m.value);l.isValid()&&(a==="min"?(g.value=!0,o.value=(o.value||t.value).hour(l.hour()).minute(l.minute()).second(l.second()),(!u.value||u.value.isBefore(o.value))&&(u.value=o.value)):(N.value=!0,u.value=(u.value||r.value).hour(l.hour()).minute(l.minute()).second(l.second()),r.value=u.value,u.value&&u.value.isBefore(o.value)&&(o.value=u.value)))},j=(n,a)=>{v.value[a]=null,a==="min"?(t.value=o.value,g.value=!1):(r.value=u.value,N.value=!1)},Ee=(n,a,l)=>{v.value.min||(n&&(t.value=n,o.value=(o.value||t.value).hour(n.hour()).minute(n.minute()).second(n.second())),l||(g.value=a),(!u.value||u.value.isBefore(o.value))&&(u.value=o.value,r.value=n))},xe=(n,a,l)=>{v.value.max||(n&&(r.value=n,u.value=(u.value||r.value).hour(n.hour()).minute(n.minute()).second(n.second())),l||(N.value=a),u.value&&u.value.isBefore(o.value)&&(o.value=u.value))},ee=()=>{t.value=$.getDefaultValue(e.unref(F),{lang:e.unref(m),unit:"month",unlinkPanels:c.unlinkPanels})[0],r.value=t.value.add(1,"month"),p("pick",null)},Ie=n=>ne.isArray(n)?n.map(a=>a.format(C)):n.format(C),Te=n=>ne.isArray(n)?n.map(a=>k(a,C).locale(m.value)):k(n,C).locale(m.value);function De(n,a){if(c.unlinkPanels&&a){const l=(n==null?void 0:n.year())||0,b=(n==null?void 0:n.month())||0,z=a.year(),x=a.month();r.value=l===z&&b===x?a.add(1,T):a}else r.value=t.value.add(1,T),a&&(r.value=r.value.hour(a.hour()).minute(a.minute()).second(a.second()))}return p("set-picker-option",["isValidValue",$.isValidRange]),p("set-picker-option",["parseUserInput",Te]),p("set-picker-option",["formatToString",Ie]),p("set-picker-option",["handleClear",ee]),(n,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(s).b(),e.unref(i).b(),{"has-sidebar":n.$slots.sidebar||H.value,"has-time":E.value}])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("body-wrapper"))},[e.renderSlot(n.$slots,"sidebar",{class:e.normalizeClass(e.unref(s).e("sidebar"))}),H.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(s).e("sidebar"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Y.value,(l,b)=>(e.openBlock(),e.createElementBlock("button",{key:b,type:"button",class:e.normalizeClass(e.unref(s).e("shortcut")),onClick:z=>e.unref(ce)(l)},e.toDisplayString(l.text),11,qe))),128))],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("body"))},[E.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(i).e("time-header"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(i).e("editors-wrap"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",disabled:e.unref(h).selecting,placeholder:"开始日期",class:e.normalizeClass(e.unref(i).e("editor")),"model-value":ve.value,"validate-event":!1,onInput:a[0]||(a[0]=l=>W(l,"min")),onChange:a[1]||(a[1]=l=>X(l,"min"))},null,8,["disabled","class","model-value"])],2),e.withDirectives((e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",class:e.normalizeClass(e.unref(i).e("editor")),disabled:e.unref(h).selecting,placeholder:"开始时间","model-value":pe.value,"validate-event":!1,onFocus:a[2]||(a[2]=l=>g.value=!0),onInput:a[3]||(a[3]=l=>Z(l,"min")),onChange:a[4]||(a[4]=l=>j(l,"min"))},null,8,["class","disabled","model-value"]),e.createVNode(e.unref(re.default),{visible:g.value,format:y.value,"datetime-role":"start","time-arrow-control":e.unref(R),"parsed-value":t.value,onPick:Ee},null,8,["visible","format","time-arrow-control","parsed-value"])],2)),[[e.unref(ae.ClickOutside),Pe]])],2),e.createElementVNode("span",null,[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-right"})]),e.createElementVNode("span",{class:e.normalizeClass([e.unref(i).e("editors-wrap"),"is-right"])},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",class:e.normalizeClass(e.unref(i).e("editor")),disabled:e.unref(h).selecting,placeholder:"结束日期","model-value":fe.value,readonly:!e.unref(o),"validate-event":!1,onInput:a[5]||(a[5]=l=>W(l,"max")),onChange:a[6]||(a[6]=l=>X(l,"max"))},null,8,["class","disabled","model-value","readonly"])],2),e.withDirectives((e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(i).e("time-picker-wrap"))},[e.createVNode(e.unref(I.VftInput),{size:"small",class:e.normalizeClass(e.unref(i).e("editor")),disabled:e.unref(h).selecting,placeholder:"结束时间","model-value":he.value,readonly:!e.unref(o),"validate-event":!1,onFocus:a[7]||(a[7]=l=>e.unref(o)&&(N.value=!0)),onInput:a[8]||(a[8]=l=>Z(l,"max")),onChange:a[9]||(a[9]=l=>j(l,"max"))},null,8,["class","disabled","model-value","readonly"]),e.createVNode(e.unref(re.default),{"datetime-role":"end",visible:N.value,format:y.value,"time-arrow-control":e.unref(R),"parsed-value":r.value,onPick:xe},null,8,["visible","format","time-arrow-control","parsed-value"])],2)),[[e.unref(ae.ClickOutside),Be]])],2)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([[e.unref(s).e("content"),e.unref(i).e("content")],"is-left"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i).e("header"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"d-arrow-left"]),onClick:be},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-left"})],2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"arrow-left"]),onClick:ke},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-left"})],2),n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!B.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!B.value}],"d-arrow-right"]),onClick:ge},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-right"})],10,$e)):e.createCommentVNode("",!0),n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",disabled:!P.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!P.value}],"arrow-right"]),onClick:Ne},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-right"})],10,_e)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(de.value),1)],2),e.createVNode(te.default,{"selection-mode":"range",date:t.value,"min-date":e.unref(o),"max-date":e.unref(u),"range-state":e.unref(h),"disabled-date":e.unref(w),"cell-class-name":e.unref(_),onChangerange:e.unref(A),onPick:Q,onSelect:e.unref(U)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),e.createElementVNode("div",{class:e.normalizeClass([[e.unref(s).e("content"),e.unref(i).e("content")],"is-right"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i).e("header"))},[n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!B.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!B.value}],"d-arrow-left"]),onClick:ye},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-left"})],10,Re)):e.createCommentVNode("",!0),n.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",disabled:!P.value,class:e.normalizeClass([[e.unref(s).e("icon-btn"),{"is-disabled":!P.value}],"arrow-left"]),onClick:ze},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-left"})],10,Ye)):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"d-arrow-right"]),onClick:Ce},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-d-arrow-right"})],2),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(s).e("icon-btn"),"arrow-right"]),onClick:Ve},[e.createVNode(e.unref(d.VftIcon),{icon:"icon-arrow-right"})],2),e.createElementVNode("div",null,e.toDisplayString(me.value),1)],2),e.createVNode(te.default,{"selection-mode":"range",date:r.value,"min-date":e.unref(o),"max-date":e.unref(u),"range-state":e.unref(h),"disabled-date":e.unref(w),"cell-class-name":e.unref(_),onChangerange:e.unref(A),onPick:Q,onSelect:e.unref(U)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),E.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(s).e("footer"))},[e.unref(ie)?(e.openBlock(),e.createBlock(e.unref(le.VftButton),{key:0,text:"",size:"small",class:e.normalizeClass(e.unref(s).e("link-btn")),onClick:ee},{default:e.withCtx(()=>[e.createTextVNode("清除")]),_:1},8,["class"])):e.createCommentVNode("",!0),e.createVNode(e.unref(le.VftButton),{plain:"",size:"small",class:e.normalizeClass(e.unref(s).e("link-btn")),disabled:we.value,onClick:a[10]||(a[10]=l=>e.unref(O)(!1))},{default:e.withCtx(()=>[e.createTextVNode("确认")]),_:1},8,["class","disabled"])],2)):e.createCommentVNode("",!0)],2))}});exports.default=Fe;
@@ -1,7 +1,7 @@
1
1
  import type { Dayjs } from 'dayjs';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
- unlinkPanels: BooleanConstructor;
4
- parsedValue: {
3
+ readonly unlinkPanels: BooleanConstructor;
4
+ readonly parsedValue: {
5
5
  readonly type: globalThis.PropType<Dayjs[]>;
6
6
  readonly required: false;
7
7
  readonly validator: ((val: unknown) => boolean) | undefined;
@@ -9,16 +9,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9
9
  };
10
10
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  [x: string]: (...args: any[]) => void;
12
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
13
- unlinkPanels: BooleanConstructor;
14
- parsedValue: {
12
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
13
+ readonly unlinkPanels: BooleanConstructor;
14
+ readonly parsedValue: {
15
15
  readonly type: globalThis.PropType<Dayjs[]>;
16
16
  readonly required: false;
17
17
  readonly validator: ((val: unknown) => boolean) | undefined;
18
18
  __epPropKey: true;
19
19
  };
20
20
  }>>, {
21
- unlinkPanels: boolean;
21
+ readonly unlinkPanels: boolean;
22
22
  }, {}>, {
23
23
  sidebar?(_: {
24
24
  class: string;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),m=require("../../icon/index.cjs"),B=require("dayjs"),H=require("../composables/use-month-range-header.cjs"),F=require("../composables/use-range-picker.cjs"),_=require("../props/panel-month-range.cjs"),R=require("./basic-month-table.vue2.cjs"),K=["onClick"],O=["disabled"],G=["disabled"],g="year",J=e.defineComponent({name:"DatePickerMonthRange"}),Q=e.defineComponent({...J,props:_.panelMonthRangeProps,emits:_.panelMonthRangeEmits,setup(w,{emit:M}){const u=w,p=e.ref("zh-cn"),b=e.inject("EP_PICKER_BASE"),{shortcuts:k,disabledDate:v,format:Y}=b.props,D=e.toRef(b.props,"defaultValue"),i=e.ref(B().locale(p.value)),l=e.ref(B().locale(p.value).add(1,g)),{minDate:c,maxDate:d,rangeState:C,ppNs:a,drpNs:s,handleChangeRange:h,handleRangeConfirm:q,handleShortcutClick:x,onSelect:V}=F.useRangePicker(u,{defaultValue:D,leftDate:i,rightDate:l,unit:g,onParsedValueChanged:A}),N=e.computed(()=>!!k.length),{leftPrevYear:E,rightNextYear:y,leftNextYear:P,rightPrevYear:S,leftLabel:I,rightLabel:T,leftYear:j,rightYear:L}=H.useMonthRangeHeader({unlinkPanels:e.toRef(u,"unlinkPanels"),leftDate:i,rightDate:l}),f=e.computed(()=>u.unlinkPanels&&L.value>j.value+1),z=(r,n=!0)=>{const t=r.minDate,o=r.maxDate;d.value===o&&c.value===t||(d.value=o,c.value=t,n&&q())},$=r=>r.map(n=>n.format(Y));function A(r,n){if(u.unlinkPanels&&n){const t=(r==null?void 0:r.year())||0,o=n.year();l.value=t===o?n.add(1,g):n}else l.value=i.value.add(1,g)}return M("set-picker-option",["formatToString",$]),(r,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(a).b(),e.unref(s).b(),{"has-sidebar":!!r.$slots.sidebar||N.value}])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).e("body-wrapper"))},[e.renderSlot(r.$slots,"sidebar",{class:e.normalizeClass(e.unref(a).e("sidebar"))}),N.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(a).e("sidebar"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(k),(t,o)=>(e.openBlock(),e.createElementBlock("button",{key:o,type:"button",class:e.normalizeClass(e.unref(a).e("shortcut")),onClick:U=>e.unref(x)(t)},e.toDisplayString(t.text),11,K))),128))],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).e("body"))},[e.createElementVNode("div",{class:e.normalizeClass([[e.unref(a).e("content"),e.unref(s).e("content")],"is-left"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("header"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).e("icon-btn"),"d-arrow-left"]),onClick:n[0]||(n[0]=(...t)=>e.unref(E)&&e.unref(E)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-left"})],2),r.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!f.value,class:e.normalizeClass([[e.unref(a).e("icon-btn"),{[e.unref(a).is("disabled")]:!f.value}],"d-arrow-right"]),onClick:n[1]||(n[1]=(...t)=>e.unref(P)&&e.unref(P)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-right"})],10,O)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(e.unref(I)),1)],2),e.createVNode(R.default,{"selection-mode":"range",date:i.value,"min-date":e.unref(c),"max-date":e.unref(d),"range-state":e.unref(C),"disabled-date":e.unref(v),onChangerange:e.unref(h),onPick:z,onSelect:e.unref(V)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2),e.createElementVNode("div",{class:e.normalizeClass([[e.unref(a).e("content"),e.unref(s).e("content")],"is-right"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("header"))},[r.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!f.value,class:e.normalizeClass([[e.unref(a).e("icon-btn"),{"is-disabled":!f.value}],"d-arrow-left"]),onClick:n[2]||(n[2]=(...t)=>e.unref(S)&&e.unref(S)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-left"})],10,G)):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).e("icon-btn"),"d-arrow-right"]),onClick:n[3]||(n[3]=(...t)=>e.unref(y)&&e.unref(y)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-right"})],2),e.createElementVNode("div",null,e.toDisplayString(e.unref(T)),1)],2),e.createVNode(R.default,{"selection-mode":"range",date:l.value,"min-date":e.unref(c),"max-date":e.unref(d),"range-state":e.unref(C),"disabled-date":e.unref(v),onChangerange:e.unref(h),onPick:z,onSelect:e.unref(V)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2)],2)],2)],2))}});exports.default=Q;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),m=require("../../icon/index.cjs"),B=require("dayjs"),F=require("../composables/use-month-range-header.cjs"),K=require("../composables/use-range-picker.cjs"),_=require("../props/panel-month-range.cjs"),R=require("./basic-month-table.vue2.cjs"),O=["onClick"],G=["disabled"],J=["disabled"],g="year",Q=e.defineComponent({name:"DatePickerMonthRange"}),U=e.defineComponent({...Q,props:_.panelMonthRangeProps,emits:_.panelMonthRangeEmits,setup(w,{emit:M}){const u=w,Y=M,p=e.ref("zh-cn"),b=e.inject("EP_PICKER_BASE"),{shortcuts:k,disabledDate:v,format:D}=b.props,q=e.toRef(b.props,"defaultValue"),i=e.ref(B().locale(p.value)),l=e.ref(B().locale(p.value).add(1,g)),{minDate:c,maxDate:d,rangeState:C,ppNs:a,drpNs:s,handleChangeRange:h,handleRangeConfirm:x,handleShortcutClick:I,onSelect:V}=K.useRangePicker(u,{defaultValue:q,leftDate:i,rightDate:l,unit:g,onParsedValueChanged:H}),N=e.computed(()=>!!k.length),{leftPrevYear:E,rightNextYear:y,leftNextYear:P,rightPrevYear:S,leftLabel:T,rightLabel:j,leftYear:L,rightYear:$}=F.useMonthRangeHeader({unlinkPanels:e.toRef(u,"unlinkPanels"),leftDate:i,rightDate:l}),f=e.computed(()=>u.unlinkPanels&&$.value>L.value+1),z=(r,n=!0)=>{const t=r.minDate,o=r.maxDate;d.value===o&&c.value===t||(d.value=o,c.value=t,n&&x())},A=r=>r.map(n=>n.format(D));function H(r,n){if(u.unlinkPanels&&n){const t=(r==null?void 0:r.year())||0,o=n.year();l.value=t===o?n.add(1,g):n}else l.value=i.value.add(1,g)}return Y("set-picker-option",["formatToString",A]),(r,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(a).b(),e.unref(s).b(),{"has-sidebar":!!r.$slots.sidebar||N.value}])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).e("body-wrapper"))},[e.renderSlot(r.$slots,"sidebar",{class:e.normalizeClass(e.unref(a).e("sidebar"))}),N.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(a).e("sidebar"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(k),(t,o)=>(e.openBlock(),e.createElementBlock("button",{key:o,type:"button",class:e.normalizeClass(e.unref(a).e("shortcut")),onClick:W=>e.unref(I)(t)},e.toDisplayString(t.text),11,O))),128))],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a).e("body"))},[e.createElementVNode("div",{class:e.normalizeClass([[e.unref(a).e("content"),e.unref(s).e("content")],"is-left"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("header"))},[e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).e("icon-btn"),"d-arrow-left"]),onClick:n[0]||(n[0]=(...t)=>e.unref(E)&&e.unref(E)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-left"})],2),r.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!f.value,class:e.normalizeClass([[e.unref(a).e("icon-btn"),{[e.unref(a).is("disabled")]:!f.value}],"d-arrow-right"]),onClick:n[1]||(n[1]=(...t)=>e.unref(P)&&e.unref(P)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-right"})],10,G)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(e.unref(T)),1)],2),e.createVNode(R.default,{"selection-mode":"range",date:i.value,"min-date":e.unref(c),"max-date":e.unref(d),"range-state":e.unref(C),"disabled-date":e.unref(v),onChangerange:e.unref(h),onPick:z,onSelect:e.unref(V)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2),e.createElementVNode("div",{class:e.normalizeClass([[e.unref(a).e("content"),e.unref(s).e("content")],"is-right"])},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(s).e("header"))},[r.unlinkPanels?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",disabled:!f.value,class:e.normalizeClass([[e.unref(a).e("icon-btn"),{"is-disabled":!f.value}],"d-arrow-left"]),onClick:n[2]||(n[2]=(...t)=>e.unref(S)&&e.unref(S)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-left"})],10,J)):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:e.normalizeClass([e.unref(a).e("icon-btn"),"d-arrow-right"]),onClick:n[3]||(n[3]=(...t)=>e.unref(y)&&e.unref(y)(...t))},[e.createVNode(e.unref(m.VftIcon),{icon:"icon-d-arrow-right"})],2),e.createElementVNode("div",null,e.toDisplayString(e.unref(j)),1)],2),e.createVNode(R.default,{"selection-mode":"range",date:l.value,"min-date":e.unref(c),"max-date":e.unref(d),"range-state":e.unref(C),"disabled-date":e.unref(v),onChangerange:e.unref(h),onPick:z,onSelect:e.unref(V)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2)],2)],2)],2))}});exports.default=U;
@@ -77,7 +77,7 @@ declare const _default: import("vue").DefineComponent<{
77
77
  __epPropKey: true;
78
78
  };
79
79
  readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
80
- }, () => 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<{
80
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
81
81
  readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
82
82
  readonly disabledDate: {
83
83
  readonly type: globalThis.PropType<Function>;
@@ -77,7 +77,7 @@ declare const _DatePicker: import("vue").DefineComponent<{
77
77
  __epPropKey: true;
78
78
  };
79
79
  readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
80
- }, () => 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<{
80
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
81
81
  readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
82
82
  readonly disabledDate: {
83
83
  readonly type: globalThis.PropType<Function>;
@@ -260,7 +260,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
260
260
  __epPropKey: true;
261
261
  };
262
262
  readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
263
- }, () => 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<{
263
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
264
264
  readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
265
265
  readonly disabledDate: {
266
266
  readonly type: globalThis.PropType<Function>;