yc-design-vue 2.2.5 → 2.2.7

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 (299) 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/Anchor/Anchor.vue.d.ts +1 -1
  5. package/es/Anchor/index.d.ts +3 -3
  6. package/es/Avatar/Avatar.vue.js +1 -1
  7. package/es/BackTop/index.vue.js +1 -1
  8. package/es/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  9. package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  10. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +2 -2
  11. package/es/Calendar/Calendar.vue.js +2 -2
  12. package/es/Carousel/CarouselArrow.vue.js +1 -1
  13. package/es/Cascader/CascaderIcon.vue.js +2 -2
  14. package/es/Cascader/CascaderOption.vue.js +1 -1
  15. package/es/Checkbox/Checkbox.vue.js +2 -2
  16. package/es/Collapse/CollapseItem.vue.js +2 -2
  17. package/es/DatePicker/{YcDatePicker.vue.d.ts → DatePicker.vue.d.ts} +2 -2
  18. package/es/DatePicker/DatePicker.vue.js +334 -0
  19. package/es/DatePicker/DatePicker.vue3.js +5 -0
  20. package/es/DatePicker/{YcMonthPicker.vue.js → MonthPicker.vue.js} +100 -72
  21. package/es/DatePicker/MonthPicker.vue3.js +5 -0
  22. package/es/DatePicker/WeekPicker.vue.js +301 -0
  23. package/es/DatePicker/WeekPicker.vue3.js +5 -0
  24. package/es/DatePicker/{YcYearPicker.vue.js → YearPicker.vue.js} +82 -57
  25. package/es/DatePicker/YearPicker.vue3.js +5 -0
  26. package/es/DatePicker/component/PickerHeader.vue.js +1 -1
  27. package/es/DatePicker/component/PickerInput.vue.d.ts +1 -0
  28. package/es/DatePicker/component/PickerInput.vue.js +41 -39
  29. package/es/DatePicker/component/PickerPanel.vue.d.ts +2 -0
  30. package/es/DatePicker/component/PickerPanel.vue.js +26 -29
  31. package/es/DatePicker/hooks/useContext.js +1 -1
  32. package/es/DatePicker/hooks/userPicker.d.ts +2 -0
  33. package/es/DatePicker/hooks/userPicker.js +26 -2
  34. package/es/DatePicker/index.css +3 -3
  35. package/es/DatePicker/index.d.ts +7 -7
  36. package/es/DatePicker/index.js +8 -8
  37. package/es/DatePicker/type.d.ts +6 -5
  38. package/es/Drawer/Drawer.vue.js +2 -2
  39. package/es/Dropdown/DropdownButton.vue.js +1 -1
  40. package/es/Dropdown/Dsubmenu.vue.js +1 -1
  41. package/es/Empty/index.vue.js +1 -1
  42. package/es/Image/Image.vue.js +1 -1
  43. package/es/Image/ImagePreview.vue.js +1 -1
  44. package/es/Image/ImagePreviewArrow.vue.js +1 -1
  45. package/es/Image/ImagePreviewToolbar.vue.js +1 -1
  46. package/es/Input/Input.vue.js +2 -2
  47. package/es/Input/InputPassword.vue.js +2 -2
  48. package/es/Input/InputSearch.vue.js +2 -2
  49. package/es/InputNumber/InputOperaBtn.vue.js +1 -1
  50. package/es/InputTag/index.vue.js +2 -2
  51. package/es/Layout/LayoutSider.vue.js +1 -1
  52. package/es/Link/index.vue.js +1 -1
  53. package/es/Menu/Menu.vue.js +1 -1
  54. package/es/Menu/MenuEllipsis.vue.js +1 -1
  55. package/es/Menu/SubMenu.vue.js +1 -1
  56. package/es/Message/Message.vue.js +2 -2
  57. package/es/Modal/Modal.vue.js +2 -2
  58. package/es/Notification/Notification.vue.js +2 -2
  59. package/es/PageHeader/index.vue.js +2 -2
  60. package/es/Pagination/PaginationItem.vue.js +1 -1
  61. package/es/Progress/ProgressCircle.vue.js +1 -1
  62. package/es/Radio/Radio.vue.js +2 -2
  63. package/es/Rate/index.vue.js +1 -1
  64. package/es/ResizeBox/index.vue.js +1 -1
  65. package/es/Select/SelectIcon.vue.js +2 -2
  66. package/es/Spin/index.vue.js +1 -1
  67. package/es/Split/index.vue.js +1 -1
  68. package/es/Steps/Step.vue.js +1 -1
  69. package/es/Tabs/TabButton.vue.js +2 -2
  70. package/es/Tabs/Tabs.vue.js +1 -1
  71. package/es/Tag/index.vue.js +2 -2
  72. package/es/Textarea/index.vue.js +2 -2
  73. package/es/TimePicker/TimePicker.vue.d.ts +5 -98
  74. package/es/TimePicker/TimePicker.vue.js +22 -17
  75. package/es/TimePicker/TimePickerPanel.vue.d.ts +1 -3
  76. package/es/TimePicker/TimePickerPanel.vue.js +89 -56
  77. package/es/TimePicker/hooks/useContext.d.ts +6 -0
  78. package/es/TimePicker/hooks/useContext.js +9 -0
  79. package/es/TimePicker/index.css +1 -1
  80. package/es/TimePicker/index.d.ts +10 -49
  81. package/es/TimePicker/type.d.ts +3 -0
  82. package/es/Transfer/Transfer.vue.js +1 -1
  83. package/es/Transfer/TransferPanel.vue.js +2 -2
  84. package/es/Trigger/index.vue.js +1 -1
  85. package/es/Typography/TypographyBase.vue.js +1 -1
  86. package/es/Upload/UploadButton.vue.js +1 -1
  87. package/es/Upload/UploadDrag.vue.js +1 -1
  88. package/es/Upload/UploadFileList.vue.js +2 -2
  89. package/es/Upload/UploadPictureCard.vue.js +1 -1
  90. package/es/_shared/components/IconButton/{index.vue2.js → index.vue.js} +1 -1
  91. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  92. package/es/_shared/constants/index.js +1 -1
  93. package/es/_shared/icons/IconArrowDown.vue.js +1 -1
  94. package/es/_shared/icons/IconArrowRight.vue.js +1 -1
  95. package/es/_shared/icons/IconCalendar.vue2.js +1 -1
  96. package/es/_shared/icons/IconCheck.vue.js +1 -1
  97. package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  98. package/es/_shared/icons/IconClose.vue.js +1 -1
  99. package/es/_shared/icons/IconCopy.vue2.js +1 -1
  100. package/es/_shared/icons/IconDelete.vue2.js +1 -1
  101. package/es/_shared/icons/IconDoubleLeft.vue2.js +1 -1
  102. package/es/_shared/icons/IconDoubleRight.vue2.js +1 -1
  103. package/es/_shared/icons/IconDragDot.vue.js +1 -1
  104. package/es/_shared/icons/IconEdit.vue2.js +1 -1
  105. package/es/_shared/icons/IconEmpty.vue.js +1 -1
  106. package/es/_shared/icons/IconError.vue.js +1 -1
  107. package/es/_shared/icons/IconExclamation.vue2.js +1 -1
  108. package/es/_shared/icons/IconEyeClose.vue.js +1 -1
  109. package/es/_shared/icons/IconEyeOpen.vue.js +1 -1
  110. package/es/_shared/icons/IconFaceSmile.vue.js +1 -1
  111. package/es/_shared/icons/IconFile.vue2.js +1 -1
  112. package/es/_shared/icons/IconFullScreen.vue2.js +1 -1
  113. package/es/_shared/icons/IconImageClose.vue.js +1 -1
  114. package/es/_shared/icons/IconInfo.vue.js +1 -1
  115. package/es/_shared/icons/IconInfoLine.vue.js +1 -1
  116. package/es/_shared/icons/IconLink.vue.js +1 -1
  117. package/es/_shared/icons/IconLoading.vue.js +1 -1
  118. package/es/_shared/icons/IconMenuFold.vue.js +1 -1
  119. package/es/_shared/icons/IconMenuUnfold.vue.js +1 -1
  120. package/es/_shared/icons/IconMinus.vue2.js +1 -1
  121. package/es/_shared/icons/IconMore.vue.js +1 -1
  122. package/es/_shared/icons/IconOriginSize.vue2.js +1 -1
  123. package/es/_shared/icons/IconPlus.vue.js +1 -1
  124. package/es/_shared/icons/IconRight.vue.js +1 -1
  125. package/es/_shared/icons/IconRotateLeft.vue2.js +1 -1
  126. package/es/_shared/icons/IconRotateRight.vue2.js +1 -1
  127. package/es/_shared/icons/IconSearch.vue.js +1 -1
  128. package/es/_shared/icons/IconSeparator.vue.js +24 -1
  129. package/es/_shared/icons/IconSeparator.vue2.js +1 -24
  130. package/es/_shared/icons/IconStar.vue.js +1 -1
  131. package/es/_shared/icons/IconSuccess.vue.js +1 -1
  132. package/es/_shared/icons/IconTime.vue.js +1 -1
  133. package/es/_shared/icons/IconToTop.vue.js +1 -1
  134. package/es/_shared/icons/IconUpload.vue2.js +1 -1
  135. package/es/_shared/icons/IconWarning.vue.js +1 -1
  136. package/es/_shared/icons/IconZoomIn.vue2.js +1 -1
  137. package/es/_shared/icons/IconZoomOut.vue2.js +1 -1
  138. package/es/index.d.ts +6 -6
  139. package/es/index.js +4 -4
  140. package/es/style.css +1 -1
  141. package/lib/Alert/index.vue.js +1 -1
  142. package/lib/Anchor/Anchor.vue.d.ts +1 -1
  143. package/lib/Anchor/index.d.ts +3 -3
  144. package/lib/Avatar/Avatar.vue.js +1 -1
  145. package/lib/BackTop/index.vue.js +1 -1
  146. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  147. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  148. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  149. package/lib/Calendar/Calendar.vue.js +1 -1
  150. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  151. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  152. package/lib/Cascader/CascaderOption.vue.js +1 -1
  153. package/lib/Checkbox/Checkbox.vue.js +1 -1
  154. package/lib/Collapse/CollapseItem.vue.js +1 -1
  155. package/lib/DatePicker/{YcDatePicker.vue.d.ts → DatePicker.vue.d.ts} +2 -2
  156. package/lib/DatePicker/DatePicker.vue.js +1 -0
  157. package/lib/DatePicker/DatePicker.vue3.js +1 -0
  158. package/lib/DatePicker/MonthPicker.vue.js +1 -0
  159. package/lib/DatePicker/MonthPicker.vue3.js +1 -0
  160. package/lib/DatePicker/WeekPicker.vue.js +1 -0
  161. package/lib/DatePicker/WeekPicker.vue3.js +1 -0
  162. package/lib/DatePicker/YearPicker.vue.js +1 -0
  163. package/lib/DatePicker/{YcDatePicker.vue3.js → YearPicker.vue3.js} +1 -1
  164. package/lib/DatePicker/component/PickerHeader.vue.js +1 -1
  165. package/lib/DatePicker/component/PickerInput.vue.d.ts +1 -0
  166. package/lib/DatePicker/component/PickerInput.vue.js +1 -1
  167. package/lib/DatePicker/component/PickerPanel.vue.d.ts +2 -0
  168. package/lib/DatePicker/component/PickerPanel.vue.js +1 -1
  169. package/lib/DatePicker/hooks/useContext.js +1 -1
  170. package/lib/DatePicker/hooks/userPicker.d.ts +2 -0
  171. package/lib/DatePicker/hooks/userPicker.js +1 -1
  172. package/lib/DatePicker/index.css +3 -3
  173. package/lib/DatePicker/index.d.ts +7 -7
  174. package/lib/DatePicker/index.js +1 -1
  175. package/lib/DatePicker/type.d.ts +6 -5
  176. package/lib/Drawer/Drawer.vue.js +1 -1
  177. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  178. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  179. package/lib/Empty/index.vue.js +1 -1
  180. package/lib/Image/Image.vue.js +1 -1
  181. package/lib/Image/ImagePreview.vue.js +1 -1
  182. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  183. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  184. package/lib/Input/Input.vue.js +1 -1
  185. package/lib/Input/InputPassword.vue.js +1 -1
  186. package/lib/Input/InputSearch.vue.js +1 -1
  187. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  188. package/lib/InputTag/index.vue.js +1 -1
  189. package/lib/Layout/LayoutSider.vue.js +1 -1
  190. package/lib/Link/index.vue.js +1 -1
  191. package/lib/Menu/Menu.vue.js +1 -1
  192. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  193. package/lib/Menu/SubMenu.vue.js +1 -1
  194. package/lib/Message/Message.vue.js +1 -1
  195. package/lib/Modal/Modal.vue.js +1 -1
  196. package/lib/Notification/Notification.vue.js +1 -1
  197. package/lib/PageHeader/index.vue.js +1 -1
  198. package/lib/Pagination/PaginationItem.vue.js +1 -1
  199. package/lib/Progress/ProgressCircle.vue.js +1 -1
  200. package/lib/Radio/Radio.vue.js +1 -1
  201. package/lib/Rate/index.vue.js +1 -1
  202. package/lib/ResizeBox/index.vue.js +1 -1
  203. package/lib/Select/SelectIcon.vue.js +1 -1
  204. package/lib/Spin/index.vue.js +1 -1
  205. package/lib/Split/index.vue.js +1 -1
  206. package/lib/Steps/Step.vue.js +1 -1
  207. package/lib/Tabs/TabButton.vue.js +1 -1
  208. package/lib/Tabs/Tabs.vue.js +1 -1
  209. package/lib/Tag/index.vue.js +1 -1
  210. package/lib/Textarea/index.vue.js +1 -1
  211. package/lib/TimePicker/TimePicker.vue.d.ts +5 -98
  212. package/lib/TimePicker/TimePicker.vue.js +1 -1
  213. package/lib/TimePicker/TimePickerPanel.vue.d.ts +1 -3
  214. package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
  215. package/lib/TimePicker/hooks/useContext.d.ts +6 -0
  216. package/lib/TimePicker/hooks/useContext.js +1 -1
  217. package/lib/TimePicker/index.css +1 -1
  218. package/lib/TimePicker/index.d.ts +10 -49
  219. package/lib/TimePicker/type.d.ts +3 -0
  220. package/lib/Transfer/Transfer.vue.js +1 -1
  221. package/lib/Transfer/TransferPanel.vue.js +1 -1
  222. package/lib/Trigger/index.vue.js +1 -1
  223. package/lib/Typography/TypographyBase.vue.js +1 -1
  224. package/lib/Upload/UploadButton.vue.js +1 -1
  225. package/lib/Upload/UploadDrag.vue.js +1 -1
  226. package/lib/Upload/UploadFileList.vue.js +1 -1
  227. package/lib/Upload/UploadPictureCard.vue.js +1 -1
  228. package/lib/_shared/components/IconButton/index.vue.js +1 -0
  229. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  230. package/lib/_shared/constants/index.js +1 -1
  231. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  232. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  233. package/lib/_shared/icons/IconCalendar.vue2.js +1 -1
  234. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  235. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  236. package/lib/_shared/icons/IconClose.vue.js +1 -1
  237. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  238. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  239. package/lib/_shared/icons/IconDoubleLeft.vue2.js +1 -1
  240. package/lib/_shared/icons/IconDoubleRight.vue2.js +1 -1
  241. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  242. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  243. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  244. package/lib/_shared/icons/IconError.vue.js +1 -1
  245. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  246. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  247. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  248. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  249. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  250. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  251. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  252. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  253. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  254. package/lib/_shared/icons/IconLink.vue.js +1 -1
  255. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  256. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  257. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  258. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  259. package/lib/_shared/icons/IconMore.vue.js +1 -1
  260. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  261. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  262. package/lib/_shared/icons/IconRight.vue.js +1 -1
  263. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  264. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  265. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  266. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  267. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  268. package/lib/_shared/icons/IconStar.vue.js +1 -1
  269. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  270. package/lib/_shared/icons/IconTime.vue.js +1 -1
  271. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  272. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  273. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  274. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  275. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  276. package/lib/index.d.ts +6 -6
  277. package/lib/index.js +1 -1
  278. package/lib/style.css +1 -1
  279. package/package.json +1 -1
  280. package/es/DatePicker/YcDatePicker.vue.js +0 -268
  281. package/es/DatePicker/YcDatePicker.vue3.js +0 -5
  282. package/es/DatePicker/YcMonthPicker.vue3.js +0 -5
  283. package/es/DatePicker/YcWeekPicker.vue.js +0 -265
  284. package/es/DatePicker/YcWeekPicker.vue3.js +0 -5
  285. package/es/DatePicker/YcYearPicker.vue3.js +0 -5
  286. package/lib/DatePicker/YcDatePicker.vue.js +0 -1
  287. package/lib/DatePicker/YcMonthPicker.vue.js +0 -1
  288. package/lib/DatePicker/YcMonthPicker.vue3.js +0 -1
  289. package/lib/DatePicker/YcWeekPicker.vue.js +0 -1
  290. package/lib/DatePicker/YcWeekPicker.vue3.js +0 -1
  291. package/lib/DatePicker/YcYearPicker.vue.js +0 -1
  292. package/lib/DatePicker/YcYearPicker.vue3.js +0 -1
  293. package/lib/_shared/components/IconButton/index.vue2.js +0 -1
  294. package/{lib/DatePicker/YcMonthPicker.vue.d.ts → es/DatePicker/MonthPicker.vue.d.ts} +1 -1
  295. package/{lib/DatePicker/YcWeekPicker.vue.d.ts → es/DatePicker/WeekPicker.vue.d.ts} +1 -1
  296. package/es/DatePicker/{YcYearPicker.vue.d.ts → YearPicker.vue.d.ts} +1 -1
  297. package/{es/DatePicker/YcMonthPicker.vue.d.ts → lib/DatePicker/MonthPicker.vue.d.ts} +1 -1
  298. package/{es/DatePicker/YcWeekPicker.vue.d.ts → lib/DatePicker/WeekPicker.vue.d.ts} +1 -1
  299. package/lib/DatePicker/{YcYearPicker.vue.d.ts → YearPicker.vue.d.ts} +1 -1
@@ -1,12 +1,12 @@
1
- import _sfc_main from "./YcDatePicker.vue.js";
2
- /* empty css */
1
+ import _sfc_main from "./DatePicker.vue.js";
2
+ /* empty css */
3
3
  import _sfc_main$1 from "./PickerRange.vue.js";
4
- import _sfc_main$2 from "./YcYearPicker.vue.js";
5
- /* empty css */
6
- import _sfc_main$3 from "./YcMonthPicker.vue.js";
7
- /* empty css */
8
- import _sfc_main$4 from "./YcWeekPicker.vue.js";
9
- /* empty css */
4
+ import _sfc_main$2 from "./YearPicker.vue.js";
5
+ /* empty css */
6
+ import _sfc_main$3 from "./MonthPicker.vue.js";
7
+ /* empty css */
8
+ import _sfc_main$4 from "./WeekPicker.vue.js";
9
+ /* empty css */
10
10
  const DatePicker = Object.assign(_sfc_main, {
11
11
  install: (app) => {
12
12
  app.component("Yc" + _sfc_main.name, _sfc_main);
@@ -1,7 +1,7 @@
1
1
  import { VNode } from 'vue';
2
2
  import { PopupContainer, Position, Size } from '../_shared/type';
3
3
  import { TriggerProps } from '../Trigger';
4
- import { TimePickerProps } from '../TimePicker';
4
+ import { DisabledHours, DisabledMinutes, DisabledSeconds, TimePickerProps } from '../TimePicker';
5
5
  export interface BasePickerProps {
6
6
  locale?: Record<string, any>;
7
7
  hideTrigger?: boolean;
@@ -52,6 +52,7 @@ export interface BasePickerSlots {
52
52
  date: Date;
53
53
  }) => VNode[];
54
54
  extra?: () => VNode[];
55
+ default?: () => VNode[];
55
56
  }
56
57
  export interface YearPickerProps extends BasePickerProps {
57
58
  modelValue?: DatePickerValue;
@@ -92,10 +93,10 @@ export type DayStartOfWeek = 0 | 1 | 2 | 3 | 4 | 5 | 6;
92
93
  export type ValueFormat = 'timestamp' | 'Date' | string;
93
94
  export type ShortcutsPosition = Exclude<Position, 'top'>;
94
95
  export type DisabledDate = (current: Date) => boolean;
95
- export type DisabledTime = (current: Date) => {
96
- disabledHours?: () => number[];
97
- disabledMinutes?: () => number[];
98
- disabledSeconds?: () => number[];
96
+ export type DisabledTime = (current: Date | string) => {
97
+ disabledHours?: DisabledHours;
98
+ disabledMinutes?: DisabledMinutes;
99
+ disabledSeconds?: DisabledSeconds;
99
100
  };
100
101
  export type ShortcutType = {
101
102
  label: string | number | (() => VNode);
@@ -8,8 +8,8 @@ import { useI18n } from "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
9
  import useModalClose from "../Modal/hooks/useModalClose.js";
10
10
  import Button from "../Button/index.js";
11
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
12
- /* empty css */
11
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
12
+ /* empty css */
13
13
  /* empty css */
14
14
  /* empty css */
15
15
  const _hoisted_1 = { class: "yc-drawer-header" };
@@ -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$3 from "../_shared/icons/IconMore.vue.js";
@@ -8,7 +8,7 @@ import { isBoolean, isUndefined } from "../_shared/utils/is.js";
8
8
  import { useControlValue } from "../_shared/utils/hooks.js";
9
9
  import "../_shared/utils/locale.js";
10
10
  import "../_shared/utils/time.js";
11
- /* empty css */
11
+ /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  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 { useI18n } from "../_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/IconEmpty.vue.js";
@@ -6,7 +6,7 @@ import { valueToPx } from "../_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
- /* empty css */
9
+ /* empty css */
10
10
  /* empty css */
11
11
  /* empty css */
12
12
  import _sfc_main$2 from "../_shared/icons/IconImageClose.vue.js";
@@ -8,7 +8,7 @@ import { getGlobalConfig } from "../_shared/utils/global-config.js";
8
8
  import { useControlValue } from "../_shared/utils/hooks.js";
9
9
  import "../_shared/utils/locale.js";
10
10
  import "../_shared/utils/time.js";
11
- /* empty css */
11
+ /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  import _sfc_main$2 from "../_shared/icons/IconClose.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";
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
5
5
  import "../_shared/utils/dom.js";
6
6
  import { useI18n } from "../_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$6 from "../_shared/icons/IconFullScreen.vue2.js";
@@ -7,8 +7,8 @@ import { getGlobalConfig } from "../_shared/utils/global-config.js";
7
7
  import "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
9
  import useLimitedInput from "./hooks/useLimitedInput.js";
10
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
11
- /* empty css */
10
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
11
+ /* empty css */
12
12
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
13
13
  /* empty css */
14
14
  /* empty css */
@@ -6,8 +6,8 @@ import { sleep } from "../_shared/utils/dom.js";
6
6
  import { useControlValue } from "../_shared/utils/hooks.js";
7
7
  import "../_shared/utils/locale.js";
8
8
  import "../_shared/utils/time.js";
9
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
10
- /* empty css */
9
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
10
+ /* empty css */
11
11
  /* empty css */
12
12
  /* empty css */
13
13
  import _sfc_main$4 from "../_shared/icons/IconEyeClose.vue.js";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot, createVNode, unref, createTextVNode, toDisplayString } from "vue";
2
- import _sfc_main$3 from "../_shared/components/IconButton/index.vue2.js";
3
- /* empty css */
2
+ import _sfc_main$3 from "../_shared/components/IconButton/index.vue.js";
3
+ /* empty css */
4
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
5
  import "../node_modules/dayjs/dayjs.min.js";
6
6
  import "../node_modules/tinycolor2/esm/tinycolor.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 _sfc_main$2 from "../_shared/icons/IconMinus.vue2.js";
@@ -11,8 +11,8 @@ import { isObject, isBoolean } from "../_shared/utils/is.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
13
  import Tag from "../Tag/index.js";
14
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
15
- /* empty css */
14
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
15
+ /* empty css */
16
16
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
17
17
  /* empty css */
18
18
  /* empty css */
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
5
5
  import { mediaQueryHandler, valueToPx } from "../_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";
@@ -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/IconLink.vue.js";
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
5
5
  import { mediaQueryHandler } from "../_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/IconMenuFold.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 _sfc_main$1 from "../_shared/icons/IconMore.vue.js";
@@ -7,7 +7,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
7
7
  import "../_shared/utils/dom.js";
8
8
  import "../_shared/utils/locale.js";
9
9
  import "../_shared/utils/time.js";
10
- /* empty css */
10
+ /* empty css */
11
11
  import _sfc_main$3 from "../_shared/components/ExpandTransition/index.vue2.js";
12
12
  /* empty css */
13
13
  /* empty css */
@@ -7,8 +7,8 @@ import "../_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
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
11
- /* empty css */
10
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
11
+ /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
@@ -9,8 +9,8 @@ import "../_shared/utils/time.js";
9
9
  import useModalClose from "./hooks/useModalClose.js";
10
10
  import useModalDraggable from "./hooks/useModalDraggable.js";
11
11
  import Button from "../Button/index.js";
12
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
13
- /* empty css */
12
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
13
+ /* empty css */
14
14
  /* empty css */
15
15
  /* empty css */
16
16
  const _hoisted_1 = {
@@ -8,8 +8,8 @@ import { isUndefined, isFunction } from "../_shared/utils/is.js";
8
8
  import "../_shared/utils/locale.js";
9
9
  import "../_shared/utils/time.js";
10
10
  import { getSlotFunction } from "../_shared/utils/vue-utils.js";
11
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
12
- /* empty css */
11
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
12
+ /* empty css */
13
13
  /* empty css */
14
14
  /* empty css */
15
15
  import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, useSlots, createElementBlock, openBlock, createElementVNode, createCommentVNode, renderSlot, createVNode, createBlock, unref, withCtx, createTextVNode, toDisplayString } from "vue";
2
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
3
- /* empty css */
2
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
3
+ /* empty css */
4
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
5
  import "../node_modules/dayjs/dayjs.min.js";
6
6
  import "../node_modules/tinycolor2/esm/tinycolor.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";
@@ -6,7 +6,7 @@ import { valueToPx } from "../_shared/utils/dom.js";
6
6
  import { isObject } 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$2 from "../_shared/icons/IconCheck.vue.js";
@@ -7,8 +7,8 @@ import "../_shared/utils/dom.js";
7
7
  import { useControlValue } from "../_shared/utils/hooks.js";
8
8
  import "../_shared/utils/locale.js";
9
9
  import "../_shared/utils/time.js";
10
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
11
- /* empty css */
10
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
11
+ /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  const _hoisted_1 = ["value", "checked", "disabled"];
@@ -7,7 +7,7 @@ import { isObject } from "../_shared/utils/is.js";
7
7
  import { useControlValue } from "../_shared/utils/hooks.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/IconFaceSmile.vue.js";
@@ -7,7 +7,7 @@ import { valueToPx } from "../_shared/utils/dom.js";
7
7
  import { useControlValue } from "../_shared/utils/hooks.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/IconDragDot.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 useSelectContext 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.vue2.js";
5
- /* empty css */
4
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue.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 "../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/IconLoading.vue.js";
@@ -8,7 +8,7 @@ import { isNumber } from "../_shared/utils/is.js";
8
8
  import { useControlValue } from "../_shared/utils/hooks.js";
9
9
  import "../_shared/utils/locale.js";
10
10
  import "../_shared/utils/time.js";
11
- /* empty css */
11
+ /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  import _sfc_main$1 from "../_shared/icons/IconDragDot.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/IconCheck.vue.js";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot, createCommentVNode } from "vue";
2
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
3
- /* empty css */
2
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
3
+ /* empty css */
4
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
5
  import "../node_modules/dayjs/dayjs.min.js";
6
6
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -8,7 +8,7 @@ import "../_shared/utils/time.js";
8
8
  import { findComponentsFromVnodes } from "../_shared/utils/vue-utils.js";
9
9
  import useTabsContext from "./hooks/useContext.js";
10
10
  import useTabsScroll from "./hooks/useTabsScroll.js";
11
- /* empty css */
11
+ /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  import _sfc_main$3 from "../_shared/icons/IconArrowRight.vue.js";
@@ -9,8 +9,8 @@ import { useControlValue } from "../_shared/utils/hooks.js";
9
9
  import "../_shared/utils/locale.js";
10
10
  import "../_shared/utils/time.js";
11
11
  import Spin from "../Spin/index.js";
12
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
13
- /* empty css */
12
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
13
+ /* empty css */
14
14
  /* empty css */
15
15
  /* empty css */
16
16
  const _hoisted_1 = {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, toRefs, ref, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, createElementVNode, createBlock, toDisplayString, normalizeStyle, withCtx, createTextVNode } from "vue";
2
2
  import useTextareaHeight from "./hooks/useTextareaHeight.js";
3
3
  import useLimitedInput from "../Input/hooks/useLimitedInput.js";
4
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
5
- /* empty css */
4
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
5
+ /* empty css */
6
6
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
7
7
  import "../node_modules/b-tween/dist/b-tween.es.js";
8
8
  import "../node_modules/dayjs/dayjs.min.js";
@@ -2,55 +2,7 @@ import { TimePickerProps } from './type';
2
2
  declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
4
  slots: any;
5
- refs: {
6
- panelRef: ({
7
- $: import('vue').ComponentInternalInstance;
8
- $data: {};
9
- $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
10
- $attrs: {
11
- [x: string]: unknown;
12
- };
13
- $refs: {
14
- [x: string]: unknown;
15
- };
16
- $slots: Readonly<{
17
- [name: string]: import('vue').Slot<any> | undefined;
18
- }>;
19
- $root: import('vue').ComponentPublicInstance | null;
20
- $parent: import('vue').ComponentPublicInstance | null;
21
- $host: Element | null;
22
- $emit: (event: string, ...args: any[]) => void;
23
- $el: HTMLDivElement;
24
- $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
25
- scroll(value: string): Promise<void>;
26
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
27
- beforeCreate?: (() => void) | (() => void)[];
28
- created?: (() => void) | (() => void)[];
29
- beforeMount?: (() => void) | (() => void)[];
30
- mounted?: (() => void) | (() => void)[];
31
- beforeUpdate?: (() => void) | (() => void)[];
32
- updated?: (() => void) | (() => void)[];
33
- activated?: (() => void) | (() => void)[];
34
- deactivated?: (() => void) | (() => void)[];
35
- beforeDestroy?: (() => void) | (() => void)[];
36
- beforeUnmount?: (() => void) | (() => void)[];
37
- destroyed?: (() => void) | (() => void)[];
38
- unmounted?: (() => void) | (() => void)[];
39
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
40
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
41
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
42
- };
43
- $forceUpdate: () => void;
44
- $nextTick: typeof import('vue').nextTick;
45
- $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;
46
- } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "scroll"> & import('vue').ShallowUnwrapRef<{
47
- scroll(value: string): Promise<void>;
48
- }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
49
- $slots: {
50
- extra?(_: {}): any;
51
- };
52
- }) | null;
53
- };
5
+ refs: {};
54
6
  rootEl: any;
55
7
  };
56
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -77,6 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<TimePickerProps, {}
77
29
  position: import('./type').TimePickerPosition;
78
30
  unmountOnClose: boolean;
79
31
  popupContainer: import('..').PopupContainer;
32
+ scrollbar: boolean;
80
33
  type: import('./type').TimePickerType;
81
34
  placeholder: string | string[];
82
35
  modelValue: import('./type').TimePickerValue;
@@ -86,58 +39,12 @@ declare const __VLS_component: import('vue').DefineComponent<TimePickerProps, {}
86
39
  triggerProps: import('../Trigger').TriggerProps;
87
40
  format: string;
88
41
  hideDisabledOptions: boolean;
42
+ scrollOffset: number;
43
+ hideTrigger: boolean;
89
44
  disabledHours: import('./type').DisabledHours;
90
45
  disabledMinutes: import('./type').DisabledMinutes;
91
46
  disabledSeconds: import('./type').DisabledSeconds;
92
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
93
- panelRef: ({
94
- $: import('vue').ComponentInternalInstance;
95
- $data: {};
96
- $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
97
- $attrs: {
98
- [x: string]: unknown;
99
- };
100
- $refs: {
101
- [x: string]: unknown;
102
- };
103
- $slots: Readonly<{
104
- [name: string]: import('vue').Slot<any> | undefined;
105
- }>;
106
- $root: import('vue').ComponentPublicInstance | null;
107
- $parent: import('vue').ComponentPublicInstance | null;
108
- $host: Element | null;
109
- $emit: (event: string, ...args: any[]) => void;
110
- $el: HTMLDivElement;
111
- $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
112
- scroll(value: string): Promise<void>;
113
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
114
- beforeCreate?: (() => void) | (() => void)[];
115
- created?: (() => void) | (() => void)[];
116
- beforeMount?: (() => void) | (() => void)[];
117
- mounted?: (() => void) | (() => void)[];
118
- beforeUpdate?: (() => void) | (() => void)[];
119
- updated?: (() => void) | (() => void)[];
120
- activated?: (() => void) | (() => void)[];
121
- deactivated?: (() => void) | (() => void)[];
122
- beforeDestroy?: (() => void) | (() => void)[];
123
- beforeUnmount?: (() => void) | (() => void)[];
124
- destroyed?: (() => void) | (() => void)[];
125
- unmounted?: (() => void) | (() => void)[];
126
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
127
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
128
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
129
- };
130
- $forceUpdate: () => void;
131
- $nextTick: typeof import('vue').nextTick;
132
- $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;
133
- } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "scroll"> & import('vue').ShallowUnwrapRef<{
134
- scroll(value: string): Promise<void>;
135
- }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
136
- $slots: {
137
- extra?(_: {}): any;
138
- };
139
- }) | null;
140
- }, any>;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
141
48
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
142
49
  export default _default;
143
50
  type __VLS_WithTemplateSlots<T, S> = T & {