yc-design-vue 2.2.9 → 2.3.0

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 (260) hide show
  1. package/dist/index.umd.js +1 -1
  2. package/dist/style.css +1 -1
  3. package/es/Alert/index.vue.js +2 -2
  4. package/es/Avatar/Avatar.vue.js +1 -1
  5. package/es/BackTop/index.vue.js +1 -1
  6. package/es/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  7. package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  8. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  9. package/es/Calendar/Calendar.vue.js +2 -2
  10. package/es/Carousel/CarouselArrow.vue.js +1 -1
  11. package/es/Cascader/CascaderIcon.vue.js +2 -2
  12. package/es/Cascader/CascaderOption.vue.js +1 -1
  13. package/es/Checkbox/Checkbox.vue.js +2 -2
  14. package/es/Collapse/CollapseItem.vue.js +2 -2
  15. package/es/DatePicker/DatePicker.vue.d.ts +408 -3
  16. package/es/DatePicker/DatePicker.vue.js +27 -5
  17. package/es/DatePicker/MonthPicker.vue.d.ts +1 -1
  18. package/es/DatePicker/MonthPicker.vue.js +2 -2
  19. package/es/DatePicker/WeekPicker.vue.d.ts +1 -1
  20. package/es/DatePicker/WeekPicker.vue.js +2 -2
  21. package/es/DatePicker/YearPicker.vue.js +2 -2
  22. package/es/DatePicker/component/{PickerInput.vue.js → Picker.vue.js} +5 -4
  23. package/es/DatePicker/component/Picker.vue3.js +5 -0
  24. package/es/DatePicker/component/PickerHeader.vue.js +1 -1
  25. package/es/DatePicker/hooks/userPicker.d.ts +1 -0
  26. package/es/DatePicker/hooks/userPicker.js +4 -2
  27. package/es/DatePicker/index.css +1 -1
  28. package/es/DatePicker/index.d.ts +206 -4
  29. package/es/Drawer/Drawer.vue.js +2 -2
  30. package/es/Dropdown/DropdownButton.vue.js +1 -1
  31. package/es/Dropdown/Dsubmenu.vue.js +1 -1
  32. package/es/Empty/index.vue.js +1 -1
  33. package/es/Image/Image.vue.js +1 -1
  34. package/es/Image/ImagePreview.vue.js +1 -1
  35. package/es/Image/ImagePreviewArrow.vue.js +1 -1
  36. package/es/Image/ImagePreviewToolbar.vue.js +1 -1
  37. package/es/Input/Input.vue.js +2 -2
  38. package/es/Input/InputPassword.vue.js +2 -2
  39. package/es/Input/InputSearch.vue.js +2 -2
  40. package/es/InputNumber/InputOperaBtn.vue.js +1 -1
  41. package/es/InputTag/index.vue.js +2 -2
  42. package/es/Layout/LayoutSider.vue.js +1 -1
  43. package/es/Link/index.vue.js +1 -1
  44. package/es/Menu/Menu.vue.js +1 -1
  45. package/es/Menu/MenuEllipsis.vue.js +1 -1
  46. package/es/Menu/SubMenu.vue.js +1 -1
  47. package/es/Message/Message.vue.js +2 -2
  48. package/es/Modal/Modal.vue.js +2 -2
  49. package/es/Notification/Notification.vue.js +2 -2
  50. package/es/PageHeader/index.vue.js +2 -2
  51. package/es/Pagination/PaginationItem.vue.js +1 -1
  52. package/es/Progress/ProgressCircle.vue.js +1 -1
  53. package/es/Radio/Radio.vue.js +2 -2
  54. package/es/Rate/index.vue.js +1 -1
  55. package/es/ResizeBox/index.vue.js +1 -1
  56. package/es/Select/SelectIcon.vue.js +2 -2
  57. package/es/Spin/index.vue.js +1 -1
  58. package/es/Split/index.vue.js +1 -1
  59. package/es/Steps/Step.vue.js +1 -1
  60. package/es/Tabs/TabButton.vue.js +2 -2
  61. package/es/Tabs/Tabs.vue.js +1 -1
  62. package/es/Tag/index.vue.js +2 -2
  63. package/es/Textarea/index.vue.js +2 -2
  64. package/es/TimePicker/TimePicker.vue.d.ts +104 -3
  65. package/es/TimePicker/TimePicker.vue.js +24 -9
  66. package/es/TimePicker/TimePickerPanel.vue.d.ts +4 -1
  67. package/es/TimePicker/TimePickerPanel.vue.js +37 -41
  68. package/es/TimePicker/hooks/useContext.d.ts +2 -0
  69. package/es/TimePicker/hooks/useContext.js +3 -0
  70. package/es/TimePicker/index.d.ts +61 -4
  71. package/es/TimePicker/type.d.ts +1 -0
  72. package/es/Transfer/Transfer.vue.js +1 -1
  73. package/es/Transfer/TransferPanel.vue.js +2 -2
  74. package/es/Trigger/index.vue.js +1 -1
  75. package/es/Typography/TypographyBase.vue.js +1 -1
  76. package/es/Upload/UploadButton.vue.js +1 -1
  77. package/es/Upload/UploadDrag.vue.js +1 -1
  78. package/es/Upload/UploadFileList.vue.js +2 -2
  79. package/es/Upload/UploadPictureCard.vue.js +1 -1
  80. package/es/_shared/components/IconButton/{index.vue.js → index.vue2.js} +1 -1
  81. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  82. package/es/_shared/constants/index.js +1 -1
  83. package/es/_shared/icons/IconArrowDown.vue.js +1 -1
  84. package/es/_shared/icons/IconArrowRight.vue.js +1 -1
  85. package/es/_shared/icons/IconCalendar.vue2.js +1 -1
  86. package/es/_shared/icons/IconCheck.vue.js +1 -1
  87. package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  88. package/es/_shared/icons/IconClose.vue.js +1 -1
  89. package/es/_shared/icons/IconCopy.vue.js +1 -1
  90. package/es/_shared/icons/IconDelete.vue2.js +1 -1
  91. package/es/_shared/icons/IconDoubleLeft.vue2.js +1 -1
  92. package/es/_shared/icons/IconDoubleRight.vue2.js +1 -1
  93. package/es/_shared/icons/IconDragDot.vue.js +1 -1
  94. package/es/_shared/icons/IconEdit.vue.js +1 -1
  95. package/es/_shared/icons/IconEmpty.vue.js +1 -1
  96. package/es/_shared/icons/IconError.vue.js +1 -1
  97. package/es/_shared/icons/IconExclamation.vue2.js +1 -1
  98. package/es/_shared/icons/IconEyeClose.vue.js +1 -1
  99. package/es/_shared/icons/IconEyeOpen.vue.js +1 -1
  100. package/es/_shared/icons/IconFaceSmile.vue.js +1 -1
  101. package/es/_shared/icons/IconFile.vue2.js +1 -1
  102. package/es/_shared/icons/IconFullScreen.vue2.js +1 -1
  103. package/es/_shared/icons/IconImageClose.vue.js +1 -1
  104. package/es/_shared/icons/IconInfo.vue.js +1 -1
  105. package/es/_shared/icons/IconInfoLine.vue.js +1 -1
  106. package/es/_shared/icons/IconLink.vue.js +1 -1
  107. package/es/_shared/icons/IconLoading.vue.js +1 -1
  108. package/es/_shared/icons/IconMenuFold.vue.js +1 -1
  109. package/es/_shared/icons/IconMenuUnfold.vue.js +1 -1
  110. package/es/_shared/icons/IconMinus.vue2.js +1 -1
  111. package/es/_shared/icons/IconMore.vue.js +1 -1
  112. package/es/_shared/icons/IconOriginSize.vue2.js +1 -1
  113. package/es/_shared/icons/IconPlus.vue.js +1 -1
  114. package/es/_shared/icons/IconRight.vue.js +1 -1
  115. package/es/_shared/icons/IconRotateLeft.vue2.js +1 -1
  116. package/es/_shared/icons/IconRotateRight.vue2.js +1 -1
  117. package/es/_shared/icons/IconSearch.vue.js +1 -1
  118. package/es/_shared/icons/IconSeparator.vue2.js +1 -1
  119. package/es/_shared/icons/IconStar.vue.js +1 -1
  120. package/es/_shared/icons/IconSuccess.vue.js +1 -1
  121. package/es/_shared/icons/IconTime.vue.js +1 -1
  122. package/es/_shared/icons/IconToTop.vue.js +1 -1
  123. package/es/_shared/icons/IconUpload.vue2.js +1 -1
  124. package/es/_shared/icons/IconWarning.vue.js +1 -1
  125. package/es/_shared/icons/IconZoomIn.vue2.js +1 -1
  126. package/es/_shared/icons/IconZoomOut.vue2.js +1 -1
  127. package/es/index.d.ts +3 -3
  128. package/es/style.css +1 -1
  129. package/lib/Alert/index.vue.js +1 -1
  130. package/lib/Avatar/Avatar.vue.js +1 -1
  131. package/lib/BackTop/index.vue.js +1 -1
  132. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  133. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  134. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  135. package/lib/Calendar/Calendar.vue.js +1 -1
  136. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  137. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  138. package/lib/Cascader/CascaderOption.vue.js +1 -1
  139. package/lib/Checkbox/Checkbox.vue.js +1 -1
  140. package/lib/Collapse/CollapseItem.vue.js +1 -1
  141. package/lib/DatePicker/DatePicker.vue.d.ts +408 -3
  142. package/lib/DatePicker/DatePicker.vue.js +1 -1
  143. package/lib/DatePicker/MonthPicker.vue.d.ts +1 -1
  144. package/lib/DatePicker/MonthPicker.vue.js +1 -1
  145. package/lib/DatePicker/WeekPicker.vue.d.ts +1 -1
  146. package/lib/DatePicker/WeekPicker.vue.js +1 -1
  147. package/lib/DatePicker/YearPicker.vue.js +1 -1
  148. package/lib/DatePicker/component/Picker.vue.js +1 -0
  149. package/lib/DatePicker/component/{PickerInput.vue3.js → Picker.vue3.js} +1 -1
  150. package/lib/DatePicker/component/PickerHeader.vue.js +1 -1
  151. package/lib/DatePicker/hooks/userPicker.d.ts +1 -0
  152. package/lib/DatePicker/hooks/userPicker.js +1 -1
  153. package/lib/DatePicker/index.css +1 -1
  154. package/lib/DatePicker/index.d.ts +206 -4
  155. package/lib/Drawer/Drawer.vue.js +1 -1
  156. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  157. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  158. package/lib/Empty/index.vue.js +1 -1
  159. package/lib/Image/Image.vue.js +1 -1
  160. package/lib/Image/ImagePreview.vue.js +1 -1
  161. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  162. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  163. package/lib/Input/Input.vue.js +1 -1
  164. package/lib/Input/InputPassword.vue.js +1 -1
  165. package/lib/Input/InputSearch.vue.js +1 -1
  166. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  167. package/lib/InputTag/index.vue.js +1 -1
  168. package/lib/Layout/LayoutSider.vue.js +1 -1
  169. package/lib/Link/index.vue.js +1 -1
  170. package/lib/Menu/Menu.vue.js +1 -1
  171. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  172. package/lib/Menu/SubMenu.vue.js +1 -1
  173. package/lib/Message/Message.vue.js +1 -1
  174. package/lib/Modal/Modal.vue.js +1 -1
  175. package/lib/Notification/Notification.vue.js +1 -1
  176. package/lib/PageHeader/index.vue.js +1 -1
  177. package/lib/Pagination/PaginationItem.vue.js +1 -1
  178. package/lib/Progress/ProgressCircle.vue.js +1 -1
  179. package/lib/Radio/Radio.vue.js +1 -1
  180. package/lib/Rate/index.vue.js +1 -1
  181. package/lib/ResizeBox/index.vue.js +1 -1
  182. package/lib/Select/SelectIcon.vue.js +1 -1
  183. package/lib/Spin/index.vue.js +1 -1
  184. package/lib/Split/index.vue.js +1 -1
  185. package/lib/Steps/Step.vue.js +1 -1
  186. package/lib/Tabs/TabButton.vue.js +1 -1
  187. package/lib/Tabs/Tabs.vue.js +1 -1
  188. package/lib/Tag/index.vue.js +1 -1
  189. package/lib/Textarea/index.vue.js +1 -1
  190. package/lib/TimePicker/TimePicker.vue.d.ts +104 -3
  191. package/lib/TimePicker/TimePicker.vue.js +1 -1
  192. package/lib/TimePicker/TimePickerPanel.vue.d.ts +4 -1
  193. package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
  194. package/lib/TimePicker/hooks/useContext.d.ts +2 -0
  195. package/lib/TimePicker/hooks/useContext.js +1 -1
  196. package/lib/TimePicker/index.d.ts +61 -4
  197. package/lib/TimePicker/type.d.ts +1 -0
  198. package/lib/Transfer/Transfer.vue.js +1 -1
  199. package/lib/Transfer/TransferPanel.vue.js +1 -1
  200. package/lib/Trigger/index.vue.js +1 -1
  201. package/lib/Typography/TypographyBase.vue.js +1 -1
  202. package/lib/Upload/UploadButton.vue.js +1 -1
  203. package/lib/Upload/UploadDrag.vue.js +1 -1
  204. package/lib/Upload/UploadFileList.vue.js +1 -1
  205. package/lib/Upload/UploadPictureCard.vue.js +1 -1
  206. package/lib/_shared/components/IconButton/index.vue2.js +1 -0
  207. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  208. package/lib/_shared/constants/index.js +1 -1
  209. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  210. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  211. package/lib/_shared/icons/IconCalendar.vue2.js +1 -1
  212. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  213. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  214. package/lib/_shared/icons/IconClose.vue.js +1 -1
  215. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  216. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  217. package/lib/_shared/icons/IconDoubleLeft.vue2.js +1 -1
  218. package/lib/_shared/icons/IconDoubleRight.vue2.js +1 -1
  219. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  220. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  221. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  222. package/lib/_shared/icons/IconError.vue.js +1 -1
  223. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  224. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  225. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  226. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  227. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  228. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  229. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  230. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  231. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  232. package/lib/_shared/icons/IconLink.vue.js +1 -1
  233. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  234. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  235. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  236. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  237. package/lib/_shared/icons/IconMore.vue.js +1 -1
  238. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  239. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  240. package/lib/_shared/icons/IconRight.vue.js +1 -1
  241. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  242. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  243. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  244. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  245. package/lib/_shared/icons/IconStar.vue.js +1 -1
  246. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  247. package/lib/_shared/icons/IconTime.vue.js +1 -1
  248. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  249. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  250. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  251. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  252. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  253. package/lib/index.d.ts +3 -3
  254. package/lib/style.css +1 -1
  255. package/package.json +1 -1
  256. package/es/DatePicker/component/PickerInput.vue3.js +0 -5
  257. package/lib/DatePicker/component/PickerInput.vue.js +0 -1
  258. package/lib/_shared/components/IconButton/index.vue.js +0 -1
  259. /package/es/DatePicker/component/{PickerInput.vue.d.ts → Picker.vue.d.ts} +0 -0
  260. /package/lib/DatePicker/component/{PickerInput.vue.d.ts → Picker.vue.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, useSlots, ref, createBlock, openBlock, Transition, withCtx, createElementBlock, createCommentVNode, normalizeClass, createElementVNode, renderSlot, resolveDynamicComponent, unref, createTextVNode, toDisplayString, createVNode } from "vue";
2
2
  import { TYPE_ICON_MAP } from "../_shared/constants/index.js";
3
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
4
- /* empty css */
3
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
4
+ /* empty css */
5
5
  import "../node_modules/b-tween/dist/b-tween.es.js";
6
6
  import "../node_modules/dayjs/dayjs.min.js";
7
7
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -6,7 +6,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
6
6
  import { valueToPx } from "../_shared/utils/dom.js";
7
7
  import "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
- /* empty css */
9
+ /* empty css */
10
10
  /* empty css */
11
11
  /* empty css */
12
12
  import _sfc_main$1 from "../_shared/icons/IconImageClose.vue.js";
@@ -7,7 +7,7 @@ import { findFirstScrollableParent, getElement } from "../_shared/utils/dom.js";
7
7
  import { isUndefined } from "../_shared/utils/is.js";
8
8
  import "../_shared/utils/locale.js";
9
9
  import "../_shared/utils/time.js";
10
- /* empty css */
10
+ /* empty css */
11
11
  /* empty css */
12
12
  /* empty css */
13
13
  import _sfc_main$1 from "../_shared/icons/IconToTop.vue.js";
@@ -6,7 +6,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
6
6
  import "../_shared/utils/dom.js";
7
7
  import "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
- /* empty css */
9
+ /* empty css */
10
10
  /* empty css */
11
11
  /* empty css */
12
12
  import Dropdown from "../Dropdown/index.js";
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
5
5
  import "../_shared/utils/dom.js";
6
6
  import "../_shared/utils/locale.js";
7
7
  import "../_shared/utils/time.js";
8
- /* empty css */
8
+ /* empty css */
9
9
  /* empty css */
10
10
  /* empty css */
11
11
  import _sfc_main$2 from "../_shared/icons/IconMore.vue.js";
@@ -6,7 +6,7 @@ import "../_shared/utils/dom.js";
6
6
  import { isUndefined } from "../_shared/utils/is.js";
7
7
  import "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
- /* empty css */
9
+ /* empty css */
10
10
  /* empty css */
11
11
  /* empty css */
12
12
  import _sfc_main$1 from "../_shared/icons/IconSeparator.vue2.js";
@@ -6,8 +6,8 @@ import "../_shared/utils/dom.js";
6
6
  import { useControlValue } from "../_shared/utils/hooks.js";
7
7
  import { useI18n } from "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
10
- /* empty css */
9
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
10
+ /* empty css */
11
11
  /* empty css */
12
12
  /* empty css */
13
13
  import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
5
5
  import "../_shared/utils/dom.js";
6
6
  import "../_shared/utils/locale.js";
7
7
  import "../_shared/utils/time.js";
8
- /* empty css */
8
+ /* empty css */
9
9
  /* empty css */
10
10
  /* empty css */
11
11
  import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, resolveComponent, createBlock, createElementBlock, openBlock, unref, createSlots, withCtx, resolveDynamicComponent, Fragment, createElementVNode, createCommentVNode, withModifiers } from "vue";
2
2
  import useCascaderContext from "./hooks/useContext.js";
3
3
  import _sfc_main$1 from "../_shared/icons/IconArrowDown.vue.js";
4
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
5
- /* empty css */
4
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
5
+ /* empty css */
6
6
  import "../node_modules/b-tween/dist/b-tween.es.js";
7
7
  import "../node_modules/dayjs/dayjs.min.js";
8
8
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -6,7 +6,7 @@ import { sleep } from "../_shared/utils/dom.js";
6
6
  import { isFunction } from "../_shared/utils/is.js";
7
7
  import "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
- /* empty css */
9
+ /* empty css */
10
10
  /* empty css */
11
11
  /* empty css */
12
12
  import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
@@ -8,8 +8,8 @@ import { useControlValue } from "../_shared/utils/hooks.js";
8
8
  import "../_shared/utils/locale.js";
9
9
  import "../_shared/utils/time.js";
10
10
  import useCheckboxContext from "./hooks/useContext.js";
11
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
12
- /* empty css */
11
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
12
+ /* empty css */
13
13
  /* empty css */
14
14
  /* empty css */
15
15
  import _sfc_main$2 from "../_shared/icons/IconCheckboxChecked.vue.js";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, toRefs, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, createVNode, createBlock, createCommentVNode, withCtx, renderSlot, resolveDynamicComponent, createTextVNode, toDisplayString, withDirectives, vShow } from "vue";
2
2
  import useCollapseContext from "./hooks/useContext.js";
3
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
4
- /* empty css */
3
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
4
+ /* empty css */
5
5
  import _sfc_main$3 from "../_shared/components/ExpandTransition/index.vue2.js";
6
6
  /* empty css */
7
7
  import "../node_modules/b-tween/dist/b-tween.es.js";
@@ -1,8 +1,211 @@
1
1
  import { DatePickerProps } from './type';
2
+ import { dayjs } from '../_shared/utils';
2
3
  declare function __VLS_template(): {
3
4
  attrs: Partial<{}>;
4
5
  slots: any;
5
- refs: {};
6
+ refs: {
7
+ timePickerRef: ({
8
+ $: import('vue').ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {
11
+ readonly type?: import('../TimePicker').TimePickerType | undefined;
12
+ readonly modelValue?: import('../TimePicker').TimePickerValue | undefined;
13
+ readonly defaultValue?: import('../TimePicker').TimePickerValue | undefined;
14
+ readonly disabled?: boolean | undefined;
15
+ readonly allowClear?: boolean | undefined;
16
+ readonly readonly?: boolean | undefined;
17
+ readonly error?: boolean | undefined;
18
+ readonly format?: string | undefined;
19
+ readonly placeholder?: string | string[] | undefined;
20
+ readonly size?: import('..').Size | undefined;
21
+ readonly popupContainer?: import('..').PopupContainer | undefined;
22
+ readonly step?: {
23
+ hour?: number;
24
+ minute?: number;
25
+ second?: number;
26
+ } | undefined;
27
+ readonly disabledHours?: import('../TimePicker').DisabledHours | undefined;
28
+ readonly disabledMinutes?: import('../TimePicker').DisabledMinutes | undefined;
29
+ readonly disabledSeconds?: import('../TimePicker').DisabledSeconds | undefined;
30
+ readonly hideDisabledOptions?: boolean | undefined;
31
+ readonly disableConfirm?: boolean | undefined;
32
+ readonly position?: import('../TimePicker').TimePickerPosition | undefined;
33
+ readonly popupVisible?: boolean | undefined;
34
+ readonly defaultPopupVisible?: boolean | undefined;
35
+ readonly triggerProps?: import('..').TriggerProps | undefined;
36
+ readonly unmountOnClose?: boolean | undefined;
37
+ readonly hideTrigger?: boolean | undefined;
38
+ readonly scrollbar?: boolean | undefined;
39
+ readonly scrollOffset?: number | undefined;
40
+ readonly watchValueChange?: boolean | undefined;
41
+ readonly onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
42
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
43
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
44
+ readonly onClear?: (() => any) | undefined;
45
+ readonly onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
46
+ readonly "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
47
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
48
+ $attrs: {
49
+ [x: string]: unknown;
50
+ };
51
+ $refs: {
52
+ [x: string]: unknown;
53
+ } & {
54
+ panelRef: ({
55
+ $: import('vue').ComponentInternalInstance;
56
+ $data: {};
57
+ $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
58
+ $attrs: {
59
+ [x: string]: unknown;
60
+ };
61
+ $refs: {
62
+ [x: string]: unknown;
63
+ };
64
+ $slots: Readonly<{
65
+ [name: string]: import('vue').Slot<any> | undefined;
66
+ }>;
67
+ $root: import('vue').ComponentPublicInstance | null;
68
+ $parent: import('vue').ComponentPublicInstance | null;
69
+ $host: Element | null;
70
+ $emit: (event: string, ...args: any[]) => void;
71
+ $el: HTMLDivElement;
72
+ $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
73
+ jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
74
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
75
+ beforeCreate?: (() => void) | (() => void)[];
76
+ created?: (() => void) | (() => void)[];
77
+ beforeMount?: (() => void) | (() => void)[];
78
+ mounted?: (() => void) | (() => void)[];
79
+ beforeUpdate?: (() => void) | (() => void)[];
80
+ updated?: (() => void) | (() => void)[];
81
+ activated?: (() => void) | (() => void)[];
82
+ deactivated?: (() => void) | (() => void)[];
83
+ beforeDestroy?: (() => void) | (() => void)[];
84
+ beforeUnmount?: (() => void) | (() => void)[];
85
+ destroyed?: (() => void) | (() => void)[];
86
+ unmounted?: (() => void) | (() => void)[];
87
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
88
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
89
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
90
+ };
91
+ $forceUpdate: () => void;
92
+ $nextTick: typeof import('vue').nextTick;
93
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
94
+ } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "jump"> & import('vue').ShallowUnwrapRef<{
95
+ jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
96
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
97
+ $slots: {
98
+ extra?(_: {}): any;
99
+ };
100
+ }) | null;
101
+ };
102
+ $slots: Readonly<{
103
+ [name: string]: import('vue').Slot<any> | undefined;
104
+ }>;
105
+ $root: import('vue').ComponentPublicInstance | null;
106
+ $parent: import('vue').ComponentPublicInstance | null;
107
+ $host: Element | null;
108
+ $emit: ((event: "change", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:modelValue", value: import('../TimePicker').TimePickerValue) => void);
109
+ $el: any;
110
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
111
+ onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
112
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
113
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
114
+ onClear?: (() => any) | undefined;
115
+ onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
116
+ "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
117
+ }>, {
118
+ jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
119
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
120
+ change: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
121
+ "update:popupVisible": (value: boolean) => any;
122
+ "popup-visible-change": (value: boolean) => any;
123
+ clear: () => any;
124
+ select: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
125
+ "update:modelValue": (value: import('../TimePicker').TimePickerValue) => any;
126
+ }, string, {
127
+ error: boolean;
128
+ size: import('..').Size;
129
+ popupVisible: boolean;
130
+ defaultPopupVisible: boolean;
131
+ disabled: boolean;
132
+ position: import('../TimePicker').TimePickerPosition;
133
+ unmountOnClose: boolean;
134
+ popupContainer: import('..').PopupContainer;
135
+ scrollbar: boolean;
136
+ type: import('../TimePicker').TimePickerType;
137
+ placeholder: string | string[];
138
+ modelValue: import('../TimePicker').TimePickerValue;
139
+ defaultValue: import('../TimePicker').TimePickerValue;
140
+ allowClear: boolean;
141
+ readonly: boolean;
142
+ triggerProps: import('..').TriggerProps;
143
+ format: string;
144
+ hideDisabledOptions: boolean;
145
+ scrollOffset: number;
146
+ hideTrigger: boolean;
147
+ watchValueChange: boolean;
148
+ disabledHours: import('../TimePicker').DisabledHours;
149
+ disabledMinutes: import('../TimePicker').DisabledMinutes;
150
+ disabledSeconds: import('../TimePicker').DisabledSeconds;
151
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
152
+ beforeCreate?: (() => void) | (() => void)[];
153
+ created?: (() => void) | (() => void)[];
154
+ beforeMount?: (() => void) | (() => void)[];
155
+ mounted?: (() => void) | (() => void)[];
156
+ beforeUpdate?: (() => void) | (() => void)[];
157
+ updated?: (() => void) | (() => void)[];
158
+ activated?: (() => void) | (() => void)[];
159
+ deactivated?: (() => void) | (() => void)[];
160
+ beforeDestroy?: (() => void) | (() => void)[];
161
+ beforeUnmount?: (() => void) | (() => void)[];
162
+ destroyed?: (() => void) | (() => void)[];
163
+ unmounted?: (() => void) | (() => void)[];
164
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
165
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
166
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
167
+ };
168
+ $forceUpdate: () => void;
169
+ $nextTick: typeof import('vue').nextTick;
170
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
171
+ } & Readonly<{
172
+ error: boolean;
173
+ size: import('..').Size;
174
+ popupVisible: boolean;
175
+ defaultPopupVisible: boolean;
176
+ disabled: boolean;
177
+ position: import('../TimePicker').TimePickerPosition;
178
+ unmountOnClose: boolean;
179
+ popupContainer: import('..').PopupContainer;
180
+ scrollbar: boolean;
181
+ type: import('../TimePicker').TimePickerType;
182
+ placeholder: string | string[];
183
+ modelValue: import('../TimePicker').TimePickerValue;
184
+ defaultValue: import('../TimePicker').TimePickerValue;
185
+ allowClear: boolean;
186
+ readonly: boolean;
187
+ triggerProps: import('..').TriggerProps;
188
+ format: string;
189
+ hideDisabledOptions: boolean;
190
+ scrollOffset: number;
191
+ hideTrigger: boolean;
192
+ watchValueChange: boolean;
193
+ disabledHours: import('../TimePicker').DisabledHours;
194
+ disabledMinutes: import('../TimePicker').DisabledMinutes;
195
+ disabledSeconds: import('../TimePicker').DisabledSeconds;
196
+ }> & Omit<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
197
+ onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
198
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
199
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
200
+ onClear?: (() => any) | undefined;
201
+ onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
202
+ "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
203
+ }>, "jump" | ("error" | "size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "position" | "unmountOnClose" | "popupContainer" | "scrollbar" | "type" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "triggerProps" | "format" | "hideDisabledOptions" | "scrollOffset" | "hideTrigger" | "watchValueChange" | "disabledHours" | "disabledMinutes" | "disabledSeconds")> & import('vue').ShallowUnwrapRef<{
204
+ jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
205
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
206
+ $slots: any;
207
+ }) | null;
208
+ };
6
209
  rootEl: any;
7
210
  };
8
211
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -53,14 +256,216 @@ declare const __VLS_component: import('vue').DefineComponent<DatePickerProps, {}
53
256
  pickerValue: import('./type').DatePickerValue;
54
257
  defaultPickerValue: import('./type').DatePickerValue;
55
258
  valueFormat: import('./type').ValueFormat;
56
- showConfirmBtn: boolean;
57
259
  abbreviation: boolean;
260
+ showConfirmBtn: boolean;
58
261
  disabledDate: import('./type').DisabledDate;
59
262
  shortcutsPosition: import('./type').ShortcutsPosition;
60
263
  shortcuts: import('./type').ShortcutType[];
61
264
  previewShortcut: boolean;
62
265
  disabledInput: boolean;
63
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
266
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
267
+ timePickerRef: ({
268
+ $: import('vue').ComponentInternalInstance;
269
+ $data: {};
270
+ $props: {
271
+ readonly type?: import('../TimePicker').TimePickerType | undefined;
272
+ readonly modelValue?: import('../TimePicker').TimePickerValue | undefined;
273
+ readonly defaultValue?: import('../TimePicker').TimePickerValue | undefined;
274
+ readonly disabled?: boolean | undefined;
275
+ readonly allowClear?: boolean | undefined;
276
+ readonly readonly?: boolean | undefined;
277
+ readonly error?: boolean | undefined;
278
+ readonly format?: string | undefined;
279
+ readonly placeholder?: string | string[] | undefined;
280
+ readonly size?: import('..').Size | undefined;
281
+ readonly popupContainer?: import('..').PopupContainer | undefined;
282
+ readonly step?: {
283
+ hour?: number;
284
+ minute?: number;
285
+ second?: number;
286
+ } | undefined;
287
+ readonly disabledHours?: import('../TimePicker').DisabledHours | undefined;
288
+ readonly disabledMinutes?: import('../TimePicker').DisabledMinutes | undefined;
289
+ readonly disabledSeconds?: import('../TimePicker').DisabledSeconds | undefined;
290
+ readonly hideDisabledOptions?: boolean | undefined;
291
+ readonly disableConfirm?: boolean | undefined;
292
+ readonly position?: import('../TimePicker').TimePickerPosition | undefined;
293
+ readonly popupVisible?: boolean | undefined;
294
+ readonly defaultPopupVisible?: boolean | undefined;
295
+ readonly triggerProps?: import('..').TriggerProps | undefined;
296
+ readonly unmountOnClose?: boolean | undefined;
297
+ readonly hideTrigger?: boolean | undefined;
298
+ readonly scrollbar?: boolean | undefined;
299
+ readonly scrollOffset?: number | undefined;
300
+ readonly watchValueChange?: boolean | undefined;
301
+ readonly onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
302
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
303
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
304
+ readonly onClear?: (() => any) | undefined;
305
+ readonly onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
306
+ readonly "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
307
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
308
+ $attrs: {
309
+ [x: string]: unknown;
310
+ };
311
+ $refs: {
312
+ [x: string]: unknown;
313
+ } & {
314
+ panelRef: ({
315
+ $: import('vue').ComponentInternalInstance;
316
+ $data: {};
317
+ $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
318
+ $attrs: {
319
+ [x: string]: unknown;
320
+ };
321
+ $refs: {
322
+ [x: string]: unknown;
323
+ };
324
+ $slots: Readonly<{
325
+ [name: string]: import('vue').Slot<any> | undefined;
326
+ }>;
327
+ $root: import('vue').ComponentPublicInstance | null;
328
+ $parent: import('vue').ComponentPublicInstance | null;
329
+ $host: Element | null;
330
+ $emit: (event: string, ...args: any[]) => void;
331
+ $el: HTMLDivElement;
332
+ $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
333
+ jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
334
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
335
+ beforeCreate?: (() => void) | (() => void)[];
336
+ created?: (() => void) | (() => void)[];
337
+ beforeMount?: (() => void) | (() => void)[];
338
+ mounted?: (() => void) | (() => void)[];
339
+ beforeUpdate?: (() => void) | (() => void)[];
340
+ updated?: (() => void) | (() => void)[];
341
+ activated?: (() => void) | (() => void)[];
342
+ deactivated?: (() => void) | (() => void)[];
343
+ beforeDestroy?: (() => void) | (() => void)[];
344
+ beforeUnmount?: (() => void) | (() => void)[];
345
+ destroyed?: (() => void) | (() => void)[];
346
+ unmounted?: (() => void) | (() => void)[];
347
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
348
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
349
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
350
+ };
351
+ $forceUpdate: () => void;
352
+ $nextTick: typeof import('vue').nextTick;
353
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
354
+ } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "jump"> & import('vue').ShallowUnwrapRef<{
355
+ jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
356
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
357
+ $slots: {
358
+ extra?(_: {}): any;
359
+ };
360
+ }) | null;
361
+ };
362
+ $slots: Readonly<{
363
+ [name: string]: import('vue').Slot<any> | undefined;
364
+ }>;
365
+ $root: import('vue').ComponentPublicInstance | null;
366
+ $parent: import('vue').ComponentPublicInstance | null;
367
+ $host: Element | null;
368
+ $emit: ((event: "change", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:modelValue", value: import('../TimePicker').TimePickerValue) => void);
369
+ $el: any;
370
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
371
+ onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
372
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
373
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
374
+ onClear?: (() => any) | undefined;
375
+ onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
376
+ "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
377
+ }>, {
378
+ jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
379
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
380
+ change: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
381
+ "update:popupVisible": (value: boolean) => any;
382
+ "popup-visible-change": (value: boolean) => any;
383
+ clear: () => any;
384
+ select: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
385
+ "update:modelValue": (value: import('../TimePicker').TimePickerValue) => any;
386
+ }, string, {
387
+ error: boolean;
388
+ size: import('..').Size;
389
+ popupVisible: boolean;
390
+ defaultPopupVisible: boolean;
391
+ disabled: boolean;
392
+ position: import('../TimePicker').TimePickerPosition;
393
+ unmountOnClose: boolean;
394
+ popupContainer: import('..').PopupContainer;
395
+ scrollbar: boolean;
396
+ type: import('../TimePicker').TimePickerType;
397
+ placeholder: string | string[];
398
+ modelValue: import('../TimePicker').TimePickerValue;
399
+ defaultValue: import('../TimePicker').TimePickerValue;
400
+ allowClear: boolean;
401
+ readonly: boolean;
402
+ triggerProps: import('..').TriggerProps;
403
+ format: string;
404
+ hideDisabledOptions: boolean;
405
+ scrollOffset: number;
406
+ hideTrigger: boolean;
407
+ watchValueChange: boolean;
408
+ disabledHours: import('../TimePicker').DisabledHours;
409
+ disabledMinutes: import('../TimePicker').DisabledMinutes;
410
+ disabledSeconds: import('../TimePicker').DisabledSeconds;
411
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
412
+ beforeCreate?: (() => void) | (() => void)[];
413
+ created?: (() => void) | (() => void)[];
414
+ beforeMount?: (() => void) | (() => void)[];
415
+ mounted?: (() => void) | (() => void)[];
416
+ beforeUpdate?: (() => void) | (() => void)[];
417
+ updated?: (() => void) | (() => void)[];
418
+ activated?: (() => void) | (() => void)[];
419
+ deactivated?: (() => void) | (() => void)[];
420
+ beforeDestroy?: (() => void) | (() => void)[];
421
+ beforeUnmount?: (() => void) | (() => void)[];
422
+ destroyed?: (() => void) | (() => void)[];
423
+ unmounted?: (() => void) | (() => void)[];
424
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
425
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
426
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
427
+ };
428
+ $forceUpdate: () => void;
429
+ $nextTick: typeof import('vue').nextTick;
430
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
431
+ } & Readonly<{
432
+ error: boolean;
433
+ size: import('..').Size;
434
+ popupVisible: boolean;
435
+ defaultPopupVisible: boolean;
436
+ disabled: boolean;
437
+ position: import('../TimePicker').TimePickerPosition;
438
+ unmountOnClose: boolean;
439
+ popupContainer: import('..').PopupContainer;
440
+ scrollbar: boolean;
441
+ type: import('../TimePicker').TimePickerType;
442
+ placeholder: string | string[];
443
+ modelValue: import('../TimePicker').TimePickerValue;
444
+ defaultValue: import('../TimePicker').TimePickerValue;
445
+ allowClear: boolean;
446
+ readonly: boolean;
447
+ triggerProps: import('..').TriggerProps;
448
+ format: string;
449
+ hideDisabledOptions: boolean;
450
+ scrollOffset: number;
451
+ hideTrigger: boolean;
452
+ watchValueChange: boolean;
453
+ disabledHours: import('../TimePicker').DisabledHours;
454
+ disabledMinutes: import('../TimePicker').DisabledMinutes;
455
+ disabledSeconds: import('../TimePicker').DisabledSeconds;
456
+ }> & Omit<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
457
+ onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
458
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
459
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
460
+ onClear?: (() => any) | undefined;
461
+ onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
462
+ "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
463
+ }>, "jump" | ("error" | "size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "position" | "unmountOnClose" | "popupContainer" | "scrollbar" | "type" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "triggerProps" | "format" | "hideDisabledOptions" | "scrollOffset" | "hideTrigger" | "watchValueChange" | "disabledHours" | "disabledMinutes" | "disabledSeconds")> & import('vue').ShallowUnwrapRef<{
464
+ jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
465
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
466
+ $slots: any;
467
+ }) | null;
468
+ }, any>;
64
469
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
470
  export default _default;
66
471
  type __VLS_WithTemplateSlots<T, S> = T & {