yc-design-vue 2.2.3 → 2.2.5

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 (542) hide show
  1. package/dist/index.umd.js +1 -1
  2. package/dist/style.css +1 -1
  3. package/es/Affix/index.vue.js +0 -4
  4. package/es/Alert/index.vue.js +2 -6
  5. package/es/Anchor/Anchor.vue.js +0 -4
  6. package/es/Anchor/AnchorLink.vue.js +0 -4
  7. package/es/Anchor/hooks/useContext.js +0 -4
  8. package/es/AutoComplete/index.vue.js +0 -4
  9. package/es/Avatar/Avatar.vue.js +1 -5
  10. package/es/Avatar/AvatarGroup.vue.js +0 -4
  11. package/es/BackTop/index.vue.js +1 -5
  12. package/es/Badge/index.vue.js +0 -4
  13. package/es/Breadcrumb/Breadcrumb.vue.js +0 -4
  14. package/es/Breadcrumb/BreadcrumbItem.vue.js +1 -5
  15. package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -5
  16. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -5
  17. package/es/Button/hooks/useContext.js +0 -4
  18. package/es/Calendar/Calendar.vue.js +32 -51
  19. package/es/Calendar/CalendarMonth.vue.d.ts +4 -6
  20. package/es/Calendar/CalendarMonth.vue.js +32 -43
  21. package/es/Calendar/CalendarYear.vue.d.ts +3 -4
  22. package/es/Calendar/CalendarYear.vue.js +19 -38
  23. package/es/Card/Card.vue.js +0 -4
  24. package/es/Card/CardMeta.vue.js +0 -4
  25. package/es/Carousel/Carousel.vue.js +0 -4
  26. package/es/Carousel/CarouselArrow.vue.js +1 -5
  27. package/es/Carousel/CarouselIndicator.vue.js +0 -4
  28. package/es/Carousel/hooks/useContext.js +0 -4
  29. package/es/Cascader/Cascader.vue.js +0 -4
  30. package/es/Cascader/CascaderIcon.vue.js +2 -6
  31. package/es/Cascader/CascaderOption.vue.js +1 -5
  32. package/es/Cascader/hooks/useContext.js +0 -4
  33. package/es/Checkbox/Checkbox.vue.js +2 -6
  34. package/es/Checkbox/hooks/useContext.js +0 -4
  35. package/es/Collapse/CollapseItem.vue.js +2 -6
  36. package/es/Collapse/hooks/useContext.js +0 -4
  37. package/es/ColorPicker/ColorControl.vue.js +0 -4
  38. package/es/ColorPicker/ColorInput.vue.js +0 -4
  39. package/es/ColorPicker/ColorList.vue.js +0 -4
  40. package/es/ColorPicker/ColorPalette.vue.js +0 -4
  41. package/es/ColorPicker/ColorPanel.vue.js +0 -4
  42. package/es/ColorPicker/ColorPicker.vue.d.ts +1 -1
  43. package/es/ColorPicker/hooks/useContext.js +0 -4
  44. package/es/ColorPicker/index.d.ts +3 -3
  45. package/es/Comment/hooks/useContext.js +0 -4
  46. package/es/Comment/index.vue.js +0 -4
  47. package/es/ConfigProvider/index.vue.js +0 -4
  48. package/es/DatePicker/YcDatePicker.vue.d.ts +69 -1
  49. package/es/DatePicker/YcDatePicker.vue.js +257 -4
  50. package/es/DatePicker/{YcDatePicker.vue2.js → YcDatePicker.vue3.js} +1 -0
  51. package/es/DatePicker/YcMonthPicker.vue.d.ts +4 -2
  52. package/es/DatePicker/YcMonthPicker.vue.js +42 -62
  53. package/es/DatePicker/YcWeekPicker.vue.d.ts +4 -2
  54. package/es/DatePicker/YcWeekPicker.vue.js +262 -4
  55. package/es/DatePicker/YcWeekPicker.vue3.js +5 -0
  56. package/es/DatePicker/YcYearPicker.vue.d.ts +4 -2
  57. package/es/DatePicker/YcYearPicker.vue.js +46 -55
  58. package/es/DatePicker/component/PickerCell.vue.d.ts +2 -2
  59. package/es/DatePicker/component/PickerCell.vue.js +39 -5
  60. package/es/DatePicker/component/PickerCell.vue3.js +5 -0
  61. package/es/DatePicker/component/PickerHeader.vue.d.ts +40 -0
  62. package/es/DatePicker/component/PickerHeader.vue.js +83 -0
  63. package/es/DatePicker/component/PickerHeader.vue3.js +5 -0
  64. package/es/DatePicker/component/PickerInput.vue.js +119 -5
  65. package/es/DatePicker/component/PickerInput.vue3.js +5 -0
  66. package/es/DatePicker/component/PickerPanel.vue.d.ts +6 -1
  67. package/es/DatePicker/component/PickerPanel.vue.js +47 -10
  68. package/es/DatePicker/component/PickerWeekHeader.vue.d.ts +8 -0
  69. package/es/DatePicker/component/PickerWeekHeader.vue.js +58 -0
  70. package/es/DatePicker/component/PickerWeekHeader.vue3.js +5 -0
  71. package/es/DatePicker/hooks/userPicker.d.ts +7 -15
  72. package/es/DatePicker/hooks/userPicker.js +45 -53
  73. package/es/DatePicker/index.css +2 -2
  74. package/es/DatePicker/index.d.ts +156 -3
  75. package/es/DatePicker/index.js +5 -3
  76. package/es/Descriptions/ReuseItem.vue.js +0 -4
  77. package/es/Descriptions/ReuseTd.vue.js +0 -4
  78. package/es/Descriptions/hooks/useContext.js +0 -4
  79. package/es/Divider/index.vue.js +0 -4
  80. package/es/Drawer/Drawer.vue.js +2 -6
  81. package/es/Drawer/DrawerService.vue.js +0 -4
  82. package/es/Dropdown/Dropdown.vue.js +0 -4
  83. package/es/Dropdown/DropdownButton.vue.js +1 -5
  84. package/es/Dropdown/Dsubmenu.vue.js +1 -5
  85. package/es/Dropdown/hooks/useContext.js +0 -4
  86. package/es/Empty/index.vue.js +1 -5
  87. package/es/Grid/Grid.vue.js +0 -4
  88. package/es/Grid/GridCol.vue.js +0 -4
  89. package/es/Grid/GridItem.vue.js +0 -4
  90. package/es/Grid/GridRow.vue.js +0 -4
  91. package/es/Grid/hooks/useContext.js +0 -4
  92. package/es/Image/Image.vue.js +1 -5
  93. package/es/Image/ImagePreview.vue.js +1 -5
  94. package/es/Image/ImagePreviewArrow.vue.js +1 -5
  95. package/es/Image/ImagePreviewGroup.vue.js +0 -4
  96. package/es/Image/ImagePreviewToolbar.vue.js +1 -5
  97. package/es/Image/hooks/useContext.js +0 -4
  98. package/es/Input/Input.vue.js +2 -6
  99. package/es/Input/InputPassword.vue.js +2 -6
  100. package/es/Input/InputSearch.vue.js +2 -6
  101. package/es/Input/hooks/useLimitedInput.js +0 -4
  102. package/es/InputNumber/InputNumber.vue.d.ts +1 -1
  103. package/es/InputNumber/InputNumber.vue.js +0 -4
  104. package/es/InputNumber/InputOperaBtn.vue.js +1 -5
  105. package/es/InputNumber/index.d.ts +3 -3
  106. package/es/InputTag/index.vue.js +2 -6
  107. package/es/Layout/Layout.vue.js +0 -4
  108. package/es/Layout/LayoutSider.vue.d.ts +1 -1
  109. package/es/Layout/LayoutSider.vue.js +1 -5
  110. package/es/Layout/hooks/useSiderContext.js +0 -4
  111. package/es/Layout/index.d.ts +3 -3
  112. package/es/Link/index.vue.js +1 -5
  113. package/es/List/List.vue.js +0 -4
  114. package/es/List/ListVirtual.vue.js +0 -4
  115. package/es/List/hooks/useScrollReach.js +0 -4
  116. package/es/Mention/index.vue.js +0 -4
  117. package/es/Menu/Menu.vue.js +1 -5
  118. package/es/Menu/MenuEllipsis.vue.js +1 -5
  119. package/es/Menu/MenuItem.vue.js +0 -4
  120. package/es/Menu/MenuItemGroup.vue.js +0 -4
  121. package/es/Menu/SubMenu.vue.js +1 -5
  122. package/es/Menu/hooks/useCalcMaxMenuItems.js +0 -4
  123. package/es/Menu/hooks/useContext.js +0 -4
  124. package/es/Message/Message.vue.js +2 -6
  125. package/es/Message/index.js +0 -4
  126. package/es/Modal/Modal.vue.js +2 -6
  127. package/es/Modal/ModalService.vue.js +0 -4
  128. package/es/Modal/hooks/useModalClose.js +0 -4
  129. package/es/Modal/hooks/useModalDraggable.js +0 -4
  130. package/es/Modal/hooks/useOnBeforeClose.js +0 -4
  131. package/es/Notification/Notification.vue.js +2 -6
  132. package/es/Notification/index.js +0 -4
  133. package/es/OverflowList/index.vue.js +0 -4
  134. package/es/PageHeader/index.vue.js +2 -6
  135. package/es/Pagination/Pagination.vue.js +0 -4
  136. package/es/Pagination/PaginationItem.vue.js +1 -5
  137. package/es/Pagination/hooks/useContext.js +0 -4
  138. package/es/Popconfirm/index.vue.js +0 -4
  139. package/es/Popover/index.vue.js +0 -4
  140. package/es/Progress/Progress.vue.js +0 -4
  141. package/es/Progress/ProgressCircle.vue.js +1 -5
  142. package/es/Progress/ProgressLine.vue.js +0 -4
  143. package/es/Progress/ProgressSteps.vue.js +0 -4
  144. package/es/Radio/Radio.vue.js +2 -6
  145. package/es/Radio/hooks/useContext.js +0 -4
  146. package/es/Rate/index.vue.js +1 -5
  147. package/es/ResizeBox/index.vue.js +1 -5
  148. package/es/Scrollbar/Scrollbar.vue.js +0 -4
  149. package/es/Scrollbar/ScrollbarTrack.vue.js +0 -4
  150. package/es/Select/Option.vue.js +0 -4
  151. package/es/Select/Select.vue.js +0 -4
  152. package/es/Select/SelectIcon.vue.js +2 -6
  153. package/es/Select/SelectRealList.vue.js +0 -4
  154. package/es/Select/SelectView.vue.js +0 -4
  155. package/es/Select/SelectVirtualList.vue.js +0 -4
  156. package/es/Select/hooks/useContext.js +0 -4
  157. package/es/Select/hooks/useSelectHotkeys.js +0 -4
  158. package/es/Select/hooks/useSelectOptions.js +0 -4
  159. package/es/Skeleton/SkeletonLine.vue.js +0 -4
  160. package/es/Skeleton/SkeletonShape.vue.js +0 -4
  161. package/es/Slider/Slider.vue.d.ts +1 -1
  162. package/es/Slider/SliderBtn.vue.js +0 -4
  163. package/es/Slider/hooks/useContext.js +0 -4
  164. package/es/Slider/hooks/useSliderDraggable.js +0 -4
  165. package/es/Slider/index.d.ts +3 -3
  166. package/es/Space/index.vue.js +0 -4
  167. package/es/Spin/index.vue.js +1 -5
  168. package/es/Split/index.vue.js +1 -5
  169. package/es/Statistic/Countdown.vue.d.ts +1 -1
  170. package/es/Statistic/Countdown.vue.js +0 -4
  171. package/es/Statistic/Statistic.vue.d.ts +1 -1
  172. package/es/Statistic/Statistic.vue.js +0 -4
  173. package/es/Statistic/index.d.ts +6 -6
  174. package/es/Steps/Step.vue.js +1 -5
  175. package/es/Steps/hooks/useContext.js +0 -4
  176. package/es/Switch/index.vue.js +0 -4
  177. package/es/Tabs/TabButton.vue.js +2 -6
  178. package/es/Tabs/TabPane.vue.js +0 -4
  179. package/es/Tabs/Tabs.vue.js +1 -5
  180. package/es/Tabs/TabsNavInk.vue.js +0 -4
  181. package/es/Tabs/TabsTab.vue.js +0 -4
  182. package/es/Tabs/hooks/useContext.js +0 -4
  183. package/es/Tabs/hooks/useTabsScroll.js +0 -4
  184. package/es/Tag/index.vue.js +2 -6
  185. package/es/Textarea/hooks/useTextareaHeight.js +0 -4
  186. package/es/Textarea/index.vue.js +2 -6
  187. package/es/TimePicker/TimePicker.vue.js +2 -6
  188. package/es/TimePicker/TimePickerPanel.vue.js +0 -4
  189. package/es/TimePicker/hooks/useContext.js +0 -4
  190. package/es/Timeline/TimelineItemPending.vue.js +0 -4
  191. package/es/Timeline/hooks/useContext.js +0 -4
  192. package/es/Tooltip/index.vue.js +0 -4
  193. package/es/Transfer/Transfer.vue.js +1 -5
  194. package/es/Transfer/TransferPanel.vue.js +2 -6
  195. package/es/Transfer/hooks/useContext.js +0 -4
  196. package/es/Trigger/hooks/useContext.js +0 -4
  197. package/es/Trigger/hooks/useTriggerPosition.js +0 -4
  198. package/es/Trigger/hooks/useTriggerVisible.js +0 -4
  199. package/es/Trigger/index.vue.js +1 -5
  200. package/es/Typography/TypographyBase.vue.js +1 -5
  201. package/es/Upload/UploadButton.vue.js +1 -5
  202. package/es/Upload/UploadDrag.vue.js +1 -5
  203. package/es/Upload/UploadFileList.vue.js +2 -6
  204. package/es/Upload/UploadPictureCard.vue.js +1 -5
  205. package/es/Upload/hooks/useContext.js +0 -4
  206. package/es/Upload/hooks/useUpload.js +0 -4
  207. package/es/VerificationCode/index.vue.js +0 -4
  208. package/es/Watermark/index.vue.js +0 -4
  209. package/es/_shared/components/ExpandTransition/index.vue2.js +0 -4
  210. package/es/_shared/components/Icon/index.vue3.js +0 -4
  211. package/es/_shared/components/IconButton/{index.vue.js → index.vue2.js} +1 -5
  212. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  213. package/es/_shared/constants/index.js +1 -5
  214. package/es/_shared/icons/IconArrowDown.vue.js +1 -5
  215. package/es/_shared/icons/IconArrowRight.vue.js +1 -5
  216. package/es/_shared/icons/IconCalendar.vue2.js +1 -5
  217. package/es/_shared/icons/IconCheck.vue.js +1 -5
  218. package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -5
  219. package/es/_shared/icons/IconClose.vue.js +1 -5
  220. package/es/_shared/icons/IconCopy.vue2.js +1 -5
  221. package/es/_shared/icons/IconDelete.vue2.js +1 -5
  222. package/es/_shared/icons/IconDoubleLeft.vue.js +1 -28
  223. package/es/_shared/icons/IconDoubleLeft.vue2.js +24 -1
  224. package/es/_shared/icons/IconDoubleRight.vue.js +1 -28
  225. package/es/_shared/icons/IconDoubleRight.vue2.js +24 -1
  226. package/es/_shared/icons/IconDragDot.vue.js +1 -5
  227. package/es/_shared/icons/IconEdit.vue2.js +1 -5
  228. package/es/_shared/icons/IconEmpty.vue.js +1 -5
  229. package/es/_shared/icons/IconError.vue.js +1 -5
  230. package/es/_shared/icons/IconExclamation.vue2.js +1 -5
  231. package/es/_shared/icons/IconEyeClose.vue.js +1 -5
  232. package/es/_shared/icons/IconEyeOpen.vue.js +1 -5
  233. package/es/_shared/icons/IconFaceSmile.vue.js +1 -5
  234. package/es/_shared/icons/IconFile.vue2.js +1 -5
  235. package/es/_shared/icons/IconFullScreen.vue2.js +1 -5
  236. package/es/_shared/icons/IconImageClose.vue.js +1 -5
  237. package/es/_shared/icons/IconInfo.vue.js +1 -5
  238. package/es/_shared/icons/IconInfoLine.vue.js +1 -5
  239. package/es/_shared/icons/IconLink.vue.js +1 -5
  240. package/es/_shared/icons/IconLoading.vue.js +1 -5
  241. package/es/_shared/icons/IconMenuFold.vue.js +1 -5
  242. package/es/_shared/icons/IconMenuUnfold.vue.js +1 -5
  243. package/es/_shared/icons/IconMinus.vue2.js +1 -5
  244. package/es/_shared/icons/IconMore.vue.js +1 -5
  245. package/es/_shared/icons/IconOriginSize.vue2.js +1 -5
  246. package/es/_shared/icons/IconPlus.vue.js +1 -5
  247. package/es/_shared/icons/IconRight.vue.js +1 -5
  248. package/es/_shared/icons/IconRotateLeft.vue2.js +1 -5
  249. package/es/_shared/icons/IconRotateRight.vue2.js +1 -5
  250. package/es/_shared/icons/IconSearch.vue.js +1 -5
  251. package/es/_shared/icons/IconSeparator.vue2.js +1 -5
  252. package/es/_shared/icons/IconStar.vue.js +1 -5
  253. package/es/_shared/icons/IconSuccess.vue.js +1 -5
  254. package/es/_shared/icons/IconTime.vue.js +1 -5
  255. package/es/_shared/icons/IconToTop.vue.js +1 -5
  256. package/es/_shared/icons/IconUpload.vue2.js +1 -5
  257. package/es/_shared/icons/IconWarning.vue.js +1 -5
  258. package/es/_shared/icons/IconZoomIn.vue2.js +1 -5
  259. package/es/_shared/icons/IconZoomOut.vue2.js +1 -5
  260. package/es/_shared/utils/color.js +0 -4
  261. package/es/_shared/utils/dependencies.d.ts +0 -4
  262. package/es/_shared/utils/dom.js +0 -4
  263. package/es/_shared/utils/locale.d.ts +0 -5
  264. package/es/_shared/utils/time.d.ts +20 -8
  265. package/es/_shared/utils/time.js +64 -16
  266. package/es/index.d.ts +30 -18
  267. package/es/style.css +1 -1
  268. package/lib/Affix/index.vue.js +1 -1
  269. package/lib/Alert/index.vue.js +1 -1
  270. package/lib/Anchor/Anchor.vue.js +1 -1
  271. package/lib/Anchor/AnchorLink.vue.js +1 -1
  272. package/lib/Anchor/hooks/useContext.js +1 -1
  273. package/lib/AutoComplete/index.vue.js +1 -1
  274. package/lib/Avatar/Avatar.vue.js +1 -1
  275. package/lib/Avatar/AvatarGroup.vue.js +1 -1
  276. package/lib/BackTop/index.vue.js +1 -1
  277. package/lib/Badge/index.vue.js +1 -1
  278. package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
  279. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  280. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  281. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  282. package/lib/Button/hooks/useContext.js +1 -1
  283. package/lib/Calendar/Calendar.vue.js +1 -1
  284. package/lib/Calendar/CalendarMonth.vue.d.ts +4 -6
  285. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  286. package/lib/Calendar/CalendarYear.vue.d.ts +3 -4
  287. package/lib/Calendar/CalendarYear.vue.js +1 -1
  288. package/lib/Card/Card.vue.js +1 -1
  289. package/lib/Card/CardMeta.vue.js +1 -1
  290. package/lib/Carousel/Carousel.vue.js +1 -1
  291. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  292. package/lib/Carousel/CarouselIndicator.vue.js +1 -1
  293. package/lib/Carousel/hooks/useContext.js +1 -1
  294. package/lib/Cascader/Cascader.vue.js +1 -1
  295. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  296. package/lib/Cascader/CascaderOption.vue.js +1 -1
  297. package/lib/Cascader/hooks/useContext.js +1 -1
  298. package/lib/Checkbox/Checkbox.vue.js +1 -1
  299. package/lib/Checkbox/hooks/useContext.js +1 -1
  300. package/lib/Collapse/CollapseItem.vue.js +1 -1
  301. package/lib/Collapse/hooks/useContext.js +1 -1
  302. package/lib/ColorPicker/ColorControl.vue.js +1 -1
  303. package/lib/ColorPicker/ColorInput.vue.js +1 -1
  304. package/lib/ColorPicker/ColorList.vue.js +1 -1
  305. package/lib/ColorPicker/ColorPalette.vue.js +1 -1
  306. package/lib/ColorPicker/ColorPanel.vue.js +1 -1
  307. package/lib/ColorPicker/ColorPicker.vue.d.ts +1 -1
  308. package/lib/ColorPicker/hooks/useContext.js +1 -1
  309. package/lib/ColorPicker/index.d.ts +3 -3
  310. package/lib/Comment/hooks/useContext.js +1 -1
  311. package/lib/Comment/index.vue.js +1 -1
  312. package/lib/ConfigProvider/index.vue.js +1 -1
  313. package/lib/DatePicker/YcDatePicker.vue.d.ts +69 -1
  314. package/lib/DatePicker/YcDatePicker.vue.js +1 -1
  315. package/lib/DatePicker/{YcDatePicker.vue2.js → YcDatePicker.vue3.js} +1 -1
  316. package/lib/DatePicker/YcMonthPicker.vue.d.ts +4 -2
  317. package/lib/DatePicker/YcMonthPicker.vue.js +1 -1
  318. package/lib/DatePicker/YcWeekPicker.vue.d.ts +4 -2
  319. package/lib/DatePicker/YcWeekPicker.vue.js +1 -1
  320. package/lib/DatePicker/YcWeekPicker.vue3.js +1 -0
  321. package/lib/DatePicker/YcYearPicker.vue.d.ts +4 -2
  322. package/lib/DatePicker/YcYearPicker.vue.js +1 -1
  323. package/lib/DatePicker/component/PickerCell.vue.d.ts +2 -2
  324. package/lib/DatePicker/component/PickerCell.vue.js +1 -1
  325. package/lib/DatePicker/component/PickerCell.vue3.js +1 -0
  326. package/lib/DatePicker/component/PickerHeader.vue.d.ts +40 -0
  327. package/lib/DatePicker/component/PickerHeader.vue.js +1 -0
  328. package/lib/DatePicker/component/PickerHeader.vue3.js +1 -0
  329. package/lib/DatePicker/component/PickerInput.vue.js +1 -1
  330. package/lib/DatePicker/component/PickerInput.vue3.js +1 -0
  331. package/lib/DatePicker/component/PickerPanel.vue.d.ts +6 -1
  332. package/lib/DatePicker/component/PickerPanel.vue.js +1 -1
  333. package/lib/DatePicker/component/PickerWeekHeader.vue.d.ts +8 -0
  334. package/lib/DatePicker/component/PickerWeekHeader.vue.js +1 -0
  335. package/lib/DatePicker/component/PickerWeekHeader.vue3.js +1 -0
  336. package/lib/DatePicker/hooks/userPicker.d.ts +7 -15
  337. package/lib/DatePicker/hooks/userPicker.js +1 -1
  338. package/lib/DatePicker/index.css +2 -2
  339. package/lib/DatePicker/index.d.ts +156 -3
  340. package/lib/DatePicker/index.js +1 -1
  341. package/lib/Descriptions/ReuseItem.vue.js +1 -1
  342. package/lib/Descriptions/ReuseTd.vue.js +1 -1
  343. package/lib/Descriptions/hooks/useContext.js +1 -1
  344. package/lib/Divider/index.vue.js +1 -1
  345. package/lib/Drawer/Drawer.vue.js +1 -1
  346. package/lib/Drawer/DrawerService.vue.js +1 -1
  347. package/lib/Dropdown/Dropdown.vue.js +1 -1
  348. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  349. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  350. package/lib/Dropdown/hooks/useContext.js +1 -1
  351. package/lib/Empty/index.vue.js +1 -1
  352. package/lib/Grid/Grid.vue.js +1 -1
  353. package/lib/Grid/GridCol.vue.js +1 -1
  354. package/lib/Grid/GridItem.vue.js +1 -1
  355. package/lib/Grid/GridRow.vue.js +1 -1
  356. package/lib/Grid/hooks/useContext.js +1 -1
  357. package/lib/Image/Image.vue.js +1 -1
  358. package/lib/Image/ImagePreview.vue.js +1 -1
  359. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  360. package/lib/Image/ImagePreviewGroup.vue.js +1 -1
  361. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  362. package/lib/Image/hooks/useContext.js +1 -1
  363. package/lib/Input/Input.vue.js +1 -1
  364. package/lib/Input/InputPassword.vue.js +1 -1
  365. package/lib/Input/InputSearch.vue.js +1 -1
  366. package/lib/Input/hooks/useLimitedInput.js +1 -1
  367. package/lib/InputNumber/InputNumber.vue.d.ts +1 -1
  368. package/lib/InputNumber/InputNumber.vue.js +1 -1
  369. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  370. package/lib/InputNumber/index.d.ts +3 -3
  371. package/lib/InputTag/index.vue.js +1 -1
  372. package/lib/Layout/Layout.vue.js +1 -1
  373. package/lib/Layout/LayoutSider.vue.d.ts +1 -1
  374. package/lib/Layout/LayoutSider.vue.js +1 -1
  375. package/lib/Layout/hooks/useSiderContext.js +1 -1
  376. package/lib/Layout/index.d.ts +3 -3
  377. package/lib/Link/index.vue.js +1 -1
  378. package/lib/List/List.vue.js +1 -1
  379. package/lib/List/ListVirtual.vue.js +1 -1
  380. package/lib/List/hooks/useScrollReach.js +1 -1
  381. package/lib/Mention/index.vue.js +1 -1
  382. package/lib/Menu/Menu.vue.js +1 -1
  383. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  384. package/lib/Menu/MenuItem.vue.js +1 -1
  385. package/lib/Menu/MenuItemGroup.vue.js +1 -1
  386. package/lib/Menu/SubMenu.vue.js +1 -1
  387. package/lib/Menu/hooks/useCalcMaxMenuItems.js +1 -1
  388. package/lib/Menu/hooks/useContext.js +1 -1
  389. package/lib/Message/Message.vue.js +1 -1
  390. package/lib/Message/index.js +1 -1
  391. package/lib/Modal/Modal.vue.js +1 -1
  392. package/lib/Modal/ModalService.vue.js +1 -1
  393. package/lib/Modal/hooks/useModalClose.js +1 -1
  394. package/lib/Modal/hooks/useModalDraggable.js +1 -1
  395. package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
  396. package/lib/Notification/Notification.vue.js +1 -1
  397. package/lib/Notification/index.js +1 -1
  398. package/lib/OverflowList/index.vue.js +1 -1
  399. package/lib/PageHeader/index.vue.js +1 -1
  400. package/lib/Pagination/Pagination.vue.js +1 -1
  401. package/lib/Pagination/PaginationItem.vue.js +1 -1
  402. package/lib/Pagination/hooks/useContext.js +1 -1
  403. package/lib/Popconfirm/index.vue.js +1 -1
  404. package/lib/Popover/index.vue.js +1 -1
  405. package/lib/Progress/Progress.vue.js +1 -1
  406. package/lib/Progress/ProgressCircle.vue.js +1 -1
  407. package/lib/Progress/ProgressLine.vue.js +1 -1
  408. package/lib/Progress/ProgressSteps.vue.js +1 -1
  409. package/lib/Radio/Radio.vue.js +1 -1
  410. package/lib/Radio/hooks/useContext.js +1 -1
  411. package/lib/Rate/index.vue.js +1 -1
  412. package/lib/ResizeBox/index.vue.js +1 -1
  413. package/lib/Scrollbar/Scrollbar.vue.js +1 -1
  414. package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
  415. package/lib/Select/Option.vue.js +1 -1
  416. package/lib/Select/Select.vue.js +1 -1
  417. package/lib/Select/SelectIcon.vue.js +1 -1
  418. package/lib/Select/SelectRealList.vue.js +1 -1
  419. package/lib/Select/SelectView.vue.js +1 -1
  420. package/lib/Select/SelectVirtualList.vue.js +1 -1
  421. package/lib/Select/hooks/useContext.js +1 -1
  422. package/lib/Select/hooks/useSelectHotkeys.js +1 -1
  423. package/lib/Select/hooks/useSelectOptions.js +1 -1
  424. package/lib/Skeleton/SkeletonLine.vue.js +1 -1
  425. package/lib/Skeleton/SkeletonShape.vue.js +1 -1
  426. package/lib/Slider/Slider.vue.d.ts +1 -1
  427. package/lib/Slider/SliderBtn.vue.js +1 -1
  428. package/lib/Slider/hooks/useContext.js +1 -1
  429. package/lib/Slider/hooks/useSliderDraggable.js +1 -1
  430. package/lib/Slider/index.d.ts +3 -3
  431. package/lib/Space/index.vue.js +1 -1
  432. package/lib/Spin/index.vue.js +1 -1
  433. package/lib/Split/index.vue.js +1 -1
  434. package/lib/Statistic/Countdown.vue.d.ts +1 -1
  435. package/lib/Statistic/Countdown.vue.js +1 -1
  436. package/lib/Statistic/Statistic.vue.d.ts +1 -1
  437. package/lib/Statistic/Statistic.vue.js +1 -1
  438. package/lib/Statistic/index.d.ts +6 -6
  439. package/lib/Steps/Step.vue.js +1 -1
  440. package/lib/Steps/hooks/useContext.js +1 -1
  441. package/lib/Switch/index.vue.js +1 -1
  442. package/lib/Tabs/TabButton.vue.js +1 -1
  443. package/lib/Tabs/TabPane.vue.js +1 -1
  444. package/lib/Tabs/Tabs.vue.js +1 -1
  445. package/lib/Tabs/TabsNavInk.vue.js +1 -1
  446. package/lib/Tabs/TabsTab.vue.js +1 -1
  447. package/lib/Tabs/hooks/useContext.js +1 -1
  448. package/lib/Tabs/hooks/useTabsScroll.js +1 -1
  449. package/lib/Tag/index.vue.js +1 -1
  450. package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
  451. package/lib/Textarea/index.vue.js +1 -1
  452. package/lib/TimePicker/TimePicker.vue.js +1 -1
  453. package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
  454. package/lib/TimePicker/hooks/useContext.js +1 -1
  455. package/lib/Timeline/TimelineItemPending.vue.js +1 -1
  456. package/lib/Timeline/hooks/useContext.js +1 -1
  457. package/lib/Tooltip/index.vue.js +1 -1
  458. package/lib/Transfer/Transfer.vue.js +1 -1
  459. package/lib/Transfer/TransferPanel.vue.js +1 -1
  460. package/lib/Transfer/hooks/useContext.js +1 -1
  461. package/lib/Trigger/hooks/useContext.js +1 -1
  462. package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
  463. package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
  464. package/lib/Trigger/index.vue.js +1 -1
  465. package/lib/Typography/TypographyBase.vue.js +1 -1
  466. package/lib/Upload/UploadButton.vue.js +1 -1
  467. package/lib/Upload/UploadDrag.vue.js +1 -1
  468. package/lib/Upload/UploadFileList.vue.js +1 -1
  469. package/lib/Upload/UploadPictureCard.vue.js +1 -1
  470. package/lib/Upload/hooks/useContext.js +1 -1
  471. package/lib/Upload/hooks/useUpload.js +1 -1
  472. package/lib/VerificationCode/index.vue.js +1 -1
  473. package/lib/Watermark/index.vue.js +1 -1
  474. package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
  475. package/lib/_shared/components/Icon/index.vue3.js +1 -1
  476. package/lib/_shared/components/IconButton/index.vue2.js +1 -0
  477. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  478. package/lib/_shared/constants/index.js +1 -1
  479. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  480. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  481. package/lib/_shared/icons/IconCalendar.vue2.js +1 -1
  482. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  483. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  484. package/lib/_shared/icons/IconClose.vue.js +1 -1
  485. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  486. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  487. package/lib/_shared/icons/IconDoubleLeft.vue.js +1 -1
  488. package/lib/_shared/icons/IconDoubleLeft.vue2.js +1 -1
  489. package/lib/_shared/icons/IconDoubleRight.vue.js +1 -1
  490. package/lib/_shared/icons/IconDoubleRight.vue2.js +1 -1
  491. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  492. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  493. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  494. package/lib/_shared/icons/IconError.vue.js +1 -1
  495. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  496. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  497. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  498. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  499. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  500. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  501. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  502. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  503. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  504. package/lib/_shared/icons/IconLink.vue.js +1 -1
  505. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  506. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  507. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  508. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  509. package/lib/_shared/icons/IconMore.vue.js +1 -1
  510. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  511. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  512. package/lib/_shared/icons/IconRight.vue.js +1 -1
  513. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  514. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  515. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  516. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  517. package/lib/_shared/icons/IconStar.vue.js +1 -1
  518. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  519. package/lib/_shared/icons/IconTime.vue.js +1 -1
  520. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  521. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  522. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  523. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  524. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  525. package/lib/_shared/utils/color.js +1 -1
  526. package/lib/_shared/utils/dependencies.d.ts +0 -4
  527. package/lib/_shared/utils/dom.js +1 -1
  528. package/lib/_shared/utils/locale.d.ts +0 -5
  529. package/lib/_shared/utils/time.d.ts +20 -8
  530. package/lib/_shared/utils/time.js +1 -1
  531. package/lib/index.d.ts +30 -18
  532. package/lib/style.css +1 -1
  533. package/package.json +1 -1
  534. package/es/DatePicker/YcWeekPicker.vue2.js +0 -319
  535. package/es/DatePicker/component/PickerCell.vue2.js +0 -41
  536. package/es/DatePicker/component/PickerInput.vue2.js +0 -125
  537. package/es/_virtual/_plugin-vue_export-helper.js +0 -10
  538. package/lib/DatePicker/YcWeekPicker.vue2.js +0 -1
  539. package/lib/DatePicker/component/PickerCell.vue2.js +0 -1
  540. package/lib/DatePicker/component/PickerInput.vue2.js +0 -1
  541. package/lib/_shared/components/IconButton/index.vue.js +0 -1
  542. package/lib/_virtual/_plugin-vue_export-helper.js +0 -1
@@ -11,18 +11,171 @@ export type MonthPickerInstance = InstanceType<typeof _MonthPicker>;
11
11
  export type WeekPickerInstance = InstanceType<typeof _WeekPicker>;
12
12
  export * from './type';
13
13
  declare const DatePicker: {
14
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
14
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').DatePickerProps> & Readonly<{
15
+ onChange?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
16
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
17
+ "onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
18
+ onClear?: (() => any) | undefined;
19
+ onSelect?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
20
+ "onUpdate:modelValue"?: ((value: import('./type').DatePickerValue) => any) | undefined;
21
+ "onUpdate:pickerValue"?: ((value: import('./type').DatePickerValue) => any) | undefined;
22
+ onOk?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
23
+ "onPicker-value-change"?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
24
+ "onSelect-shortcut"?: ((shortcut: import('./type').ShortcutType) => any) | undefined;
25
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
+ change: (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
27
+ "update:popupVisible": (value: boolean) => any;
28
+ "popup-visible-change": (visible: boolean) => any;
29
+ clear: () => any;
30
+ select: (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
31
+ "update:modelValue": (value: import('./type').DatePickerValue) => any;
32
+ "update:pickerValue": (value: import('./type').DatePickerValue) => any;
33
+ ok: (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
34
+ "picker-value-change": (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
35
+ "select-shortcut": (shortcut: import('./type').ShortcutType) => any;
36
+ }, import('vue').PublicProps, {
37
+ error: boolean;
38
+ size: import('..').Size;
39
+ popupVisible: boolean;
40
+ defaultPopupVisible: boolean;
41
+ disabled: boolean;
42
+ position: import('./type').DatePickerPosition;
43
+ unmountOnClose: boolean;
44
+ popupContainer: import('..').PopupContainer;
45
+ placeholder: string;
46
+ locale: Record<string, any>;
47
+ modelValue: import('./type').DatePickerValue;
48
+ defaultValue: import('./type').DatePickerValue;
49
+ allowClear: boolean;
50
+ readonly: boolean;
51
+ triggerProps: import('..').TriggerProps;
52
+ format: string;
53
+ dayStartOfWeek: import('./type').DayStartOfWeek;
54
+ showTime: boolean;
55
+ timePickerProps: import('..').TimePickerProps;
56
+ showNowBtn: boolean;
57
+ pickerValue: import('./type').DatePickerValue;
58
+ defaultPickerValue: import('./type').DatePickerValue;
59
+ valueFormat: import('./type').ValueFormat;
60
+ showConfirmBtn: boolean;
61
+ abbreviation: boolean;
62
+ disabledDate: import('./type').DisabledDate;
63
+ shortcutsPosition: import('./type').ShortcutsPosition;
64
+ shortcuts: import('./type').ShortcutType[];
65
+ previewShortcut: boolean;
66
+ disabledInput: boolean;
67
+ hideTrigger: boolean;
68
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15
69
  P: {};
16
70
  B: {};
17
71
  D: {};
18
72
  C: {};
19
73
  M: {};
20
74
  Defaults: {};
21
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
75
+ }, Readonly<import('./type').DatePickerProps> & Readonly<{
76
+ onChange?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
77
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
78
+ "onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
79
+ onClear?: (() => any) | undefined;
80
+ onSelect?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
81
+ "onUpdate:modelValue"?: ((value: import('./type').DatePickerValue) => any) | undefined;
82
+ "onUpdate:pickerValue"?: ((value: import('./type').DatePickerValue) => any) | undefined;
83
+ onOk?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
84
+ "onPicker-value-change"?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
85
+ "onSelect-shortcut"?: ((shortcut: import('./type').ShortcutType) => any) | undefined;
86
+ }>, {}, {}, {}, {}, {
87
+ error: boolean;
88
+ size: import('..').Size;
89
+ popupVisible: boolean;
90
+ defaultPopupVisible: boolean;
91
+ disabled: boolean;
92
+ position: import('./type').DatePickerPosition;
93
+ unmountOnClose: boolean;
94
+ popupContainer: import('..').PopupContainer;
95
+ placeholder: string;
96
+ locale: Record<string, any>;
97
+ modelValue: import('./type').DatePickerValue;
98
+ defaultValue: import('./type').DatePickerValue;
99
+ allowClear: boolean;
100
+ readonly: boolean;
101
+ triggerProps: import('..').TriggerProps;
102
+ format: string;
103
+ dayStartOfWeek: import('./type').DayStartOfWeek;
104
+ showTime: boolean;
105
+ timePickerProps: import('..').TimePickerProps;
106
+ showNowBtn: boolean;
107
+ pickerValue: import('./type').DatePickerValue;
108
+ defaultPickerValue: import('./type').DatePickerValue;
109
+ valueFormat: import('./type').ValueFormat;
110
+ showConfirmBtn: boolean;
111
+ abbreviation: boolean;
112
+ disabledDate: import('./type').DisabledDate;
113
+ shortcutsPosition: import('./type').ShortcutsPosition;
114
+ shortcuts: import('./type').ShortcutType[];
115
+ previewShortcut: boolean;
116
+ disabledInput: boolean;
117
+ hideTrigger: boolean;
118
+ }>;
22
119
  __isFragment?: never;
23
120
  __isTeleport?: never;
24
121
  __isSuspense?: never;
25
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
122
+ } & import('vue').ComponentOptionsBase<Readonly<import('./type').DatePickerProps> & Readonly<{
123
+ onChange?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
124
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
125
+ "onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
126
+ onClear?: (() => any) | undefined;
127
+ onSelect?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
128
+ "onUpdate:modelValue"?: ((value: import('./type').DatePickerValue) => any) | undefined;
129
+ "onUpdate:pickerValue"?: ((value: import('./type').DatePickerValue) => any) | undefined;
130
+ onOk?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
131
+ "onPicker-value-change"?: ((value: import('./type').DatePickerValue, date: Date, dateString: string) => any) | undefined;
132
+ "onSelect-shortcut"?: ((shortcut: import('./type').ShortcutType) => any) | undefined;
133
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
134
+ change: (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
135
+ "update:popupVisible": (value: boolean) => any;
136
+ "popup-visible-change": (visible: boolean) => any;
137
+ clear: () => any;
138
+ select: (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
139
+ "update:modelValue": (value: import('./type').DatePickerValue) => any;
140
+ "update:pickerValue": (value: import('./type').DatePickerValue) => any;
141
+ ok: (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
142
+ "picker-value-change": (value: import('./type').DatePickerValue, date: Date, dateString: string) => any;
143
+ "select-shortcut": (shortcut: import('./type').ShortcutType) => any;
144
+ }, string, {
145
+ error: boolean;
146
+ size: import('..').Size;
147
+ popupVisible: boolean;
148
+ defaultPopupVisible: boolean;
149
+ disabled: boolean;
150
+ position: import('./type').DatePickerPosition;
151
+ unmountOnClose: boolean;
152
+ popupContainer: import('..').PopupContainer;
153
+ placeholder: string;
154
+ locale: Record<string, any>;
155
+ modelValue: import('./type').DatePickerValue;
156
+ defaultValue: import('./type').DatePickerValue;
157
+ allowClear: boolean;
158
+ readonly: boolean;
159
+ triggerProps: import('..').TriggerProps;
160
+ format: string;
161
+ dayStartOfWeek: import('./type').DayStartOfWeek;
162
+ showTime: boolean;
163
+ timePickerProps: import('..').TimePickerProps;
164
+ showNowBtn: boolean;
165
+ pickerValue: import('./type').DatePickerValue;
166
+ defaultPickerValue: import('./type').DatePickerValue;
167
+ valueFormat: import('./type').ValueFormat;
168
+ showConfirmBtn: boolean;
169
+ abbreviation: boolean;
170
+ disabledDate: import('./type').DisabledDate;
171
+ shortcutsPosition: import('./type').ShortcutsPosition;
172
+ shortcuts: import('./type').ShortcutType[];
173
+ previewShortcut: boolean;
174
+ disabledInput: boolean;
175
+ hideTrigger: boolean;
176
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
177
+ $slots: any;
178
+ }) & {
26
179
  install: (app: App) => void;
27
180
  };
28
181
  export { _RangePicker as RangePicker, _YearPicker as YearPicker, _MonthPicker as MonthPicker, _WeekPicker as WeekPicker, };
@@ -1,23 +1,25 @@
1
1
  import _sfc_main from "./YcDatePicker.vue.js";
2
+ /* empty css */
2
3
  import _sfc_main$1 from "./PickerRange.vue.js";
3
4
  import _sfc_main$2 from "./YcYearPicker.vue.js";
4
5
  /* empty css */
5
6
  import _sfc_main$3 from "./YcMonthPicker.vue.js";
6
7
  /* empty css */
7
- import _WeekPicker from "./YcWeekPicker.vue.js";
8
+ import _sfc_main$4 from "./YcWeekPicker.vue.js";
9
+ /* empty css */
8
10
  const DatePicker = Object.assign(_sfc_main, {
9
11
  install: (app) => {
10
12
  app.component("Yc" + _sfc_main.name, _sfc_main);
11
13
  app.component("Yc" + _sfc_main$1.name, _sfc_main$1);
12
14
  app.component("Yc" + _sfc_main$2.name, _sfc_main$2);
13
15
  app.component("Yc" + _sfc_main$3.name, _sfc_main$3);
14
- app.component("Yc" + _WeekPicker.name, _WeekPicker);
16
+ app.component("Yc" + _sfc_main$4.name, _sfc_main$4);
15
17
  }
16
18
  });
17
19
  export {
18
20
  _sfc_main$3 as MonthPicker,
19
21
  _sfc_main$1 as RangePicker,
20
- _WeekPicker as WeekPicker,
22
+ _sfc_main$4 as WeekPicker,
21
23
  _sfc_main$2 as YearPicker,
22
24
  DatePicker as default
23
25
  };
@@ -2,10 +2,6 @@ import { defineComponent, createElementBlock, openBlock, createElementVNode, nor
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import { isObject } from "../_shared/utils/is.js";
11
7
  import "../_shared/utils/locale.js";
@@ -2,10 +2,6 @@ import { defineComponent, createElementBlock, openBlock, normalizeStyle, normali
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import { isObject } from "../_shared/utils/is.js";
11
7
  import "../_shared/utils/locale.js";
@@ -2,10 +2,6 @@ import { toRefs, useSlots, computed, ref, provide, inject } from "vue";
2
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../../node_modules/dayjs/dayjs.min.js";
4
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { getBreakpointValue, mediaQueryHandler } from "../../_shared/utils/dom.js";
10
6
  import { getGlobalConfig } from "../../_shared/utils/global-config.js";
11
7
  import "../../_shared/utils/locale.js";
@@ -2,10 +2,6 @@ import { defineComponent, useSlots, toRefs, computed, createElementBlock, openBl
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { valueToPx } from "../_shared/utils/dom.js";
10
6
  import { isUndefined } from "../_shared/utils/is.js";
11
7
  import "../_shared/utils/locale.js";
@@ -2,18 +2,14 @@ import { defineComponent, toRefs, computed, createBlock, openBlock, Teleport, un
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { valueToPx } from "../_shared/utils/dom.js";
10
6
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
11
7
  import { useI18n } from "../_shared/utils/locale.js";
12
8
  import "../_shared/utils/time.js";
13
9
  import useModalClose from "../Modal/hooks/useModalClose.js";
14
10
  import Button from "../Button/index.js";
15
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
16
- /* empty css */
11
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
12
+ /* empty css */
17
13
  /* empty css */
18
14
  /* empty css */
19
15
  const _hoisted_1 = { class: "yc-drawer-header" };
@@ -2,10 +2,6 @@ import { defineComponent, ref, onMounted, createBlock, openBlock, mergeProps, wi
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
@@ -2,10 +2,6 @@ import { defineComponent, useSlots, toRefs, computed, createBlock, openBlock, un
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { valueToPx } from "../_shared/utils/dom.js";
10
6
  import { isBoolean, isUndefined } from "../_shared/utils/is.js";
11
7
  import "../_shared/utils/locale.js";
@@ -2,14 +2,10 @@ import { defineComponent, createBlock, openBlock, unref, withCtx, createVNode, m
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
12
- /* empty css */
8
+ /* empty css */
13
9
  /* empty css */
14
10
  /* empty css */
15
11
  import _sfc_main$3 from "../_shared/icons/IconMore.vue.js";
@@ -3,16 +3,12 @@ import { unrefElement } from "../node_modules/@vueuse/core/index.js";
3
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
4
  import "../node_modules/dayjs/dayjs.min.js";
5
5
  import "../node_modules/tinycolor2/esm/tinycolor.js";
6
- import "../node_modules/dayjs/plugin/duration.js";
7
- import "../node_modules/dayjs/plugin/toObject.js";
8
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
6
  import { valueToPx } from "../_shared/utils/dom.js";
11
7
  import { isBoolean, isUndefined } from "../_shared/utils/is.js";
12
8
  import { useControlValue } from "../_shared/utils/hooks.js";
13
9
  import "../_shared/utils/locale.js";
14
10
  import "../_shared/utils/time.js";
15
- /* empty css */
11
+ /* empty css */
16
12
  /* empty css */
17
13
  /* empty css */
18
14
  import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
@@ -2,10 +2,6 @@ import { toRefs, provide, inject } from "vue";
2
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../../node_modules/dayjs/dayjs.min.js";
4
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../../_shared/utils/dom.js";
10
6
  import { useControlValue } from "../../_shared/utils/hooks.js";
11
7
  import "../../_shared/utils/locale.js";
@@ -2,14 +2,10 @@ import { defineComponent, toRefs, createElementBlock, openBlock, createElementVN
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import { useI18n } from "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
12
- /* empty css */
8
+ /* empty css */
13
9
  /* empty css */
14
10
  /* empty css */
15
11
  import _sfc_main$1 from "../_shared/icons/IconEmpty.vue.js";
@@ -2,10 +2,6 @@ import { defineComponent, createElementBlock, openBlock, normalizeStyle, unref,
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { mediaQueryHandler, valueToPx } from "../_shared/utils/dom.js";
10
6
  import "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
@@ -2,10 +2,6 @@ import { defineComponent, toRefs, computed, createElementBlock, openBlock, norma
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { getBreakpointValue, valueToPx } from "../_shared/utils/dom.js";
10
6
  import { isString } from "../_shared/utils/is.js";
11
7
  import "../_shared/utils/locale.js";
@@ -2,10 +2,6 @@ import { defineComponent, toRefs, computed, withDirectives, createElementBlock,
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { getBreakpointValue, valueToPx } from "../_shared/utils/dom.js";
10
6
  import "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
@@ -2,10 +2,6 @@ import { defineComponent, toRefs, createElementBlock, openBlock, normalizeStyle,
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { mediaQueryHandler, valueToPx } from "../_shared/utils/dom.js";
10
6
  import "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
@@ -3,10 +3,6 @@ import { nanoid } from "../../node_modules/nanoid/index.browser.js";
3
3
  import "../../node_modules/b-tween/dist/b-tween.es.js";
4
4
  import "../../node_modules/dayjs/dayjs.min.js";
5
5
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
6
- import "../../node_modules/dayjs/plugin/duration.js";
7
- import "../../node_modules/dayjs/plugin/toObject.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
9
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
10
6
  import { getBreakpointValue } from "../../_shared/utils/dom.js";
11
7
  import { isArray } from "../../_shared/utils/is.js";
12
8
  import "../../_shared/utils/locale.js";
@@ -2,15 +2,11 @@ import { defineComponent, useSlots, toRefs, ref, watch, createElementBlock, open
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { valueToPx } from "../_shared/utils/dom.js";
10
6
  import { useControlValue } from "../_shared/utils/hooks.js";
11
7
  import { useI18n } from "../_shared/utils/locale.js";
12
8
  import "../_shared/utils/time.js";
13
- /* empty css */
9
+ /* empty css */
14
10
  /* empty css */
15
11
  /* empty css */
16
12
  import _sfc_main$2 from "../_shared/icons/IconImageClose.vue.js";
@@ -3,16 +3,12 @@ import { useEventListener, onKeyStroke } from "../node_modules/@vueuse/core/inde
3
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
4
  import "../node_modules/dayjs/dayjs.min.js";
5
5
  import "../node_modules/tinycolor2/esm/tinycolor.js";
6
- import "../node_modules/dayjs/plugin/duration.js";
7
- import "../node_modules/dayjs/plugin/toObject.js";
8
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
6
  import "../_shared/utils/dom.js";
11
7
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
12
8
  import { useControlValue } from "../_shared/utils/hooks.js";
13
9
  import "../_shared/utils/locale.js";
14
10
  import "../_shared/utils/time.js";
15
- /* empty css */
11
+ /* empty css */
16
12
  /* empty css */
17
13
  /* empty css */
18
14
  import _sfc_main$2 from "../_shared/icons/IconClose.vue.js";
@@ -2,14 +2,10 @@ import { defineComponent, createElementBlock, openBlock, normalizeClass, createV
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
12
- /* empty css */
8
+ /* empty css */
13
9
  /* empty css */
14
10
  /* empty css */
15
11
  import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
@@ -3,10 +3,6 @@ import { onKeyStroke } from "../node_modules/@vueuse/core/index.js";
3
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
4
  import "../node_modules/dayjs/dayjs.min.js";
5
5
  import "../node_modules/tinycolor2/esm/tinycolor.js";
6
- import "../node_modules/dayjs/plugin/duration.js";
7
- import "../node_modules/dayjs/plugin/toObject.js";
8
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
6
  import "../_shared/utils/dom.js";
11
7
  import "../_shared/utils/locale.js";
12
8
  import "../_shared/utils/time.js";
@@ -2,14 +2,10 @@ import { defineComponent, createElementBlock, createCommentVNode, openBlock, ren
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import { useI18n } from "../_shared/utils/locale.js";
11
7
  import "../_shared/utils/time.js";
12
- /* empty css */
8
+ /* empty css */
13
9
  /* empty css */
14
10
  /* empty css */
15
11
  import _sfc_main$6 from "../_shared/icons/IconFullScreen.vue2.js";
@@ -2,10 +2,6 @@ import { toRefs, useSlots, computed, provide, ref, inject } from "vue";
2
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../../node_modules/dayjs/dayjs.min.js";
4
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../../_shared/utils/dom.js";
10
6
  import { useControlValue } from "../../_shared/utils/hooks.js";
11
7
  import "../../_shared/utils/locale.js";
@@ -2,17 +2,13 @@ import { defineComponent, useSlots, ref, createElementBlock, openBlock, normaliz
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../_shared/utils/dom.js";
10
6
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
11
7
  import "../_shared/utils/locale.js";
12
8
  import "../_shared/utils/time.js";
13
9
  import useLimitedInput from "./hooks/useLimitedInput.js";
14
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
15
- /* empty css */
10
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
11
+ /* empty css */
16
12
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
17
13
  /* empty css */
18
14
  /* empty css */
@@ -2,16 +2,12 @@ import { defineComponent, toRefs, ref, createBlock, openBlock, mergeProps, unref
2
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../node_modules/dayjs/dayjs.min.js";
4
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../node_modules/dayjs/plugin/duration.js";
6
- import "../node_modules/dayjs/plugin/toObject.js";
7
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import { sleep } from "../_shared/utils/dom.js";
10
6
  import { useControlValue } from "../_shared/utils/hooks.js";
11
7
  import "../_shared/utils/locale.js";
12
8
  import "../_shared/utils/time.js";
13
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
14
- /* empty css */
9
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
10
+ /* empty css */
15
11
  /* empty css */
16
12
  /* empty css */
17
13
  import _sfc_main$4 from "../_shared/icons/IconEyeClose.vue.js";
@@ -1,13 +1,9 @@
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.vue.js";
3
- /* empty css */
2
+ import _sfc_main$3 from "../_shared/components/IconButton/index.vue2.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";
7
- import "../node_modules/dayjs/plugin/duration.js";
8
- import "../node_modules/dayjs/plugin/toObject.js";
9
- import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
- import "../node_modules/dayjs/plugin/isSameOrBefore.js";
11
7
  import { sleep } from "../_shared/utils/dom.js";
12
8
  import "../_shared/utils/locale.js";
13
9
  import "../_shared/utils/time.js";
@@ -2,10 +2,6 @@ import { toRefs, computed, ref, nextTick } from "vue";
2
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
3
3
  import "../../node_modules/dayjs/dayjs.min.js";
4
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
5
  import "../../_shared/utils/dom.js";
10
6
  import { isNumber, isFunction, isUndefined } from "../../_shared/utils/is.js";
11
7
  import { useControlValue } from "../../_shared/utils/hooks.js";
@@ -175,9 +175,9 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
175
175
  readonly: boolean;
176
176
  inputAttrs: import('..').RecordType;
177
177
  max: number;
178
+ step: number;
178
179
  min: number;
179
180
  precision: number;
180
- step: number;
181
181
  hideButton: boolean;
182
182
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
183
183
  inputRef: ({