naive-ui 2.40.3 → 2.40.4

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 (740) hide show
  1. package/dist/index.js +452 -386
  2. package/dist/index.mjs +452 -386
  3. package/dist/index.prod.js +1 -1
  4. package/dist/index.prod.mjs +1 -1
  5. package/es/_internal/clear/src/Clear.d.ts +5 -5
  6. package/es/_internal/close/src/Close.d.ts +5 -5
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  8. package/es/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  9. package/es/_internal/icon/src/Icon.d.ts +4 -4
  10. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  11. package/es/_internal/icons/Add.d.ts +1 -1
  12. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  13. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  14. package/es/_internal/icons/ArrowUp.d.ts +1 -1
  15. package/es/_internal/icons/Attach.d.ts +1 -1
  16. package/es/_internal/icons/Attach.mjs +1 -1
  17. package/es/_internal/icons/Backward.d.ts +1 -1
  18. package/es/_internal/icons/Cancel.d.ts +1 -1
  19. package/es/_internal/icons/Cancel.mjs +1 -1
  20. package/es/_internal/icons/Checkmark.d.ts +1 -1
  21. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  22. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  23. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  24. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  25. package/es/_internal/icons/Clear.d.ts +1 -1
  26. package/es/_internal/icons/Clear.mjs +1 -1
  27. package/es/_internal/icons/Close.d.ts +1 -1
  28. package/es/_internal/icons/Close.mjs +1 -1
  29. package/es/_internal/icons/Date.d.ts +1 -1
  30. package/es/_internal/icons/Date.mjs +1 -1
  31. package/es/_internal/icons/Download.d.ts +1 -1
  32. package/es/_internal/icons/Download.mjs +1 -1
  33. package/es/_internal/icons/Empty.d.ts +1 -1
  34. package/es/_internal/icons/Error.d.ts +1 -1
  35. package/es/_internal/icons/Error.mjs +1 -1
  36. package/es/_internal/icons/Eye.d.ts +1 -1
  37. package/es/_internal/icons/EyeOff.d.ts +1 -1
  38. package/es/_internal/icons/FastBackward.d.ts +1 -1
  39. package/es/_internal/icons/FastForward.d.ts +1 -1
  40. package/es/_internal/icons/File.d.ts +1 -1
  41. package/es/_internal/icons/Filter.d.ts +1 -1
  42. package/es/_internal/icons/Forward.d.ts +1 -1
  43. package/es/_internal/icons/Info.d.ts +1 -1
  44. package/es/_internal/icons/Info.mjs +1 -1
  45. package/es/_internal/icons/More.d.ts +1 -1
  46. package/es/_internal/icons/Photo.d.ts +1 -1
  47. package/es/_internal/icons/Remove.d.ts +1 -1
  48. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  49. package/es/_internal/icons/Retry.d.ts +1 -1
  50. package/es/_internal/icons/Retry.mjs +1 -1
  51. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  52. package/es/_internal/icons/RotateClockwise.mjs +1 -1
  53. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  54. package/es/_internal/icons/RotateCounterclockwise.mjs +1 -1
  55. package/es/_internal/icons/Search.d.ts +1 -1
  56. package/es/_internal/icons/Success.d.ts +1 -1
  57. package/es/_internal/icons/Success.mjs +1 -1
  58. package/es/_internal/icons/Switcher.d.ts +1 -1
  59. package/es/_internal/icons/Time.d.ts +1 -1
  60. package/es/_internal/icons/Time.mjs +1 -1
  61. package/es/_internal/icons/To.d.ts +1 -1
  62. package/es/_internal/icons/To.mjs +1 -1
  63. package/es/_internal/icons/Trash.d.ts +1 -1
  64. package/es/_internal/icons/Trash.mjs +1 -1
  65. package/es/_internal/icons/Warning.d.ts +1 -1
  66. package/es/_internal/icons/Warning.mjs +1 -1
  67. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  68. package/es/_internal/icons/ZoomIn.mjs +1 -1
  69. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  70. package/es/_internal/icons/ZoomOut.mjs +1 -1
  71. package/es/_internal/icons/replaceable.d.ts +2 -1
  72. package/es/_internal/icons/replaceable.mjs +7 -2
  73. package/es/_internal/loading/src/Loading.d.ts +4 -4
  74. package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  75. package/es/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  76. package/es/_internal/scrollbar/src/Scrollbar.mjs +41 -5
  77. package/es/_internal/scrollbar/src/styles/index.cssr.mjs +16 -4
  78. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  79. package/es/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  80. package/es/_internal/select-menu/src/SelectOption.d.ts +8 -8
  81. package/es/_internal/select-menu/src/interface.d.ts +1 -1
  82. package/es/_internal/selection/src/Selection.d.ts +31 -22
  83. package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  84. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  85. package/es/_internal/suffix/src/Suffix.d.ts +4 -4
  86. package/es/_internal/wave/src/Wave.d.ts +6 -6
  87. package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  88. package/es/_utils/composable/use-resize.mjs +9 -1
  89. package/es/_utils/css/rtl-inset.mjs +1 -1
  90. package/es/_utils/vue/wrapper.d.ts +1 -1
  91. package/es/affix/src/Affix.d.ts +7 -7
  92. package/es/alert/src/Alert.d.ts +9 -9
  93. package/es/anchor/src/AnchorAdapter.d.ts +5 -5
  94. package/es/anchor/src/BaseAnchor.d.ts +9 -9
  95. package/es/anchor/src/Link.d.ts +3 -3
  96. package/es/auto-complete/src/AutoComplete.d.ts +45 -11
  97. package/es/avatar/src/Avatar.d.ts +13 -13
  98. package/es/avatar-group/src/AvatarGroup.d.ts +7 -7
  99. package/es/back-top/src/BackTop.d.ts +14 -14
  100. package/es/back-top/src/BackTop.mjs +2 -2
  101. package/es/back-top/src/BackTopIcon.d.ts +1 -1
  102. package/es/back-top/src/BackTopIcon.mjs +1 -1
  103. package/es/badge/src/Badge.d.ts +9 -9
  104. package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
  105. package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  106. package/es/button/src/Button.d.ts +14 -11
  107. package/es/button-group/src/ButtonGroup.d.ts +7 -7
  108. package/es/calendar/src/Calendar.d.ts +39 -9
  109. package/es/card/src/Card.d.ts +9 -9
  110. package/es/carousel/src/Carousel.d.ts +11 -11
  111. package/es/carousel/src/CarouselArrow.d.ts +2 -2
  112. package/es/carousel/src/CarouselArrow.mjs +24 -20
  113. package/es/carousel/src/CarouselDots.d.ts +7 -7
  114. package/es/carousel/src/CarouselItem.d.ts +3 -3
  115. package/es/cascader/src/Cascader.d.ts +34 -14
  116. package/es/cascader/src/CascaderMenu.d.ts +294 -8
  117. package/es/cascader/src/CascaderOption.d.ts +299 -10
  118. package/es/cascader/src/CascaderSelectMenu.d.ts +298 -7
  119. package/es/cascader/src/CascaderSubmenu.d.ts +304 -6
  120. package/es/checkbox/src/CheckMark.d.ts +2 -1
  121. package/es/checkbox/src/CheckMark.mjs +1 -1
  122. package/es/checkbox/src/Checkbox.d.ts +15 -15
  123. package/es/checkbox/src/Checkbox.mjs +4 -4
  124. package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
  125. package/es/checkbox/src/LineMark.d.ts +2 -1
  126. package/es/checkbox/src/LineMark.mjs +1 -1
  127. package/es/code/src/Code.d.ts +8 -8
  128. package/es/collapse/src/Collapse.d.ts +8 -8
  129. package/es/collapse/src/CollapseItem.d.ts +8 -8
  130. package/es/collapse/src/CollapseItemContent.d.ts +6 -6
  131. package/es/collapse-transition/src/CollapseTransition.d.ts +9 -9
  132. package/es/color-picker/src/AlphaSlider.d.ts +6 -6
  133. package/es/color-picker/src/ColorInput.d.ts +5 -5
  134. package/es/color-picker/src/ColorInputUnit.d.ts +6 -6
  135. package/es/color-picker/src/ColorPicker.d.ts +11 -11
  136. package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  137. package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  138. package/es/color-picker/src/ColorPreview.d.ts +5 -5
  139. package/es/color-picker/src/HueSlider.d.ts +5 -5
  140. package/es/color-picker/src/Pallete.d.ts +6 -6
  141. package/es/config-provider/src/ConfigProvider.d.ts +5 -5
  142. package/es/countdown/src/Countdown.d.ts +6 -6
  143. package/es/data-table/src/DataTable.d.ts +13 -9
  144. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  145. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  146. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  147. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  148. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  149. package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  150. package/es/data-table/src/MainTable.d.ts +12 -5
  151. package/es/data-table/src/TableParts/Body.d.ts +1255 -34
  152. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  153. package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  154. package/es/data-table/src/TableParts/Cell.d.ts +4 -4
  155. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  156. package/es/data-table/src/TableParts/Header.d.ts +1224 -20
  157. package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  158. package/es/data-table/src/use-expand.d.ts +1 -1
  159. package/es/data-table/src/use-scroll.d.ts +4 -4
  160. package/es/data-table/src/use-table-data.d.ts +1 -1
  161. package/es/date-picker/src/DatePicker.d.ts +131 -18
  162. package/es/date-picker/src/panel/date.d.ts +985 -13
  163. package/es/date-picker/src/panel/daterange.d.ts +991 -19
  164. package/es/date-picker/src/panel/datetime.d.ts +985 -13
  165. package/es/date-picker/src/panel/datetimerange.d.ts +991 -19
  166. package/es/date-picker/src/panel/month.d.ts +985 -13
  167. package/es/date-picker/src/panel/monthrange.d.ts +991 -19
  168. package/es/date-picker/src/panel/panelHeader.d.ts +6130 -78
  169. package/es/date-picker/src/panel/use-calendar.d.ts +980 -8
  170. package/es/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  171. package/es/date-picker/src/panel/use-panel-common.d.ts +977 -5
  172. package/es/descriptions/src/Descriptions.d.ts +7 -7
  173. package/es/descriptions/src/DescriptionsItem.d.ts +4 -4
  174. package/es/dialog/src/Dialog.d.ts +8 -8
  175. package/es/dialog/src/DialogEnvironment.d.ts +6 -6
  176. package/es/dialog/src/DialogProvider.d.ts +5505 -9
  177. package/es/dialog/src/dialogProps.d.ts +1 -1
  178. package/es/discrete/src/InjectionExtractor.d.ts +4 -4
  179. package/es/divider/src/Divider.d.ts +7 -7
  180. package/es/drawer/src/Drawer.d.ts +9 -9
  181. package/es/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  182. package/es/drawer/src/DrawerBodyWrapper.mjs +1 -1
  183. package/es/drawer/src/DrawerContent.d.ts +53 -6
  184. package/es/dropdown/src/Dropdown.d.ts +9 -9
  185. package/es/dropdown/src/DropdownDivider.d.ts +3 -3
  186. package/es/dropdown/src/DropdownGroup.d.ts +4 -4
  187. package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  188. package/es/dropdown/src/DropdownMenu.d.ts +6 -6
  189. package/es/dropdown/src/DropdownOption.d.ts +15 -15
  190. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -3
  191. package/es/dynamic-input/src/DynamicInput.d.ts +11 -9
  192. package/es/dynamic-input/src/InputPreset.d.ts +292 -6
  193. package/es/dynamic-input/src/PairPreset.d.ts +293 -7
  194. package/es/dynamic-tags/src/DynamicTags.d.ts +36 -12
  195. package/es/element/src/Element.d.ts +7 -7
  196. package/es/ellipsis/src/Ellipsis.d.ts +10 -7
  197. package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  198. package/es/empty/src/Empty.d.ts +7 -7
  199. package/es/equation/src/Equation.d.ts +4 -4
  200. package/es/flex/src/Flex.d.ts +7 -7
  201. package/es/float-button/src/FloatButton.d.ts +8 -8
  202. package/es/float-button/src/styles/index.cssr.mjs +8 -2
  203. package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  204. package/es/float-button-group/src/styles/index.cssr.mjs +7 -1
  205. package/es/form/src/Form.d.ts +6 -6
  206. package/es/form/src/FormItem.d.ts +17 -11
  207. package/es/form/src/FormItemCol.d.ts +11 -5
  208. package/es/form/src/FormItemGridItem.d.ts +11 -5
  209. package/es/form/src/FormItemRow.d.ts +10 -5
  210. package/es/form/src/utils.d.ts +2 -2
  211. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  212. package/es/gradient-text/src/GradientText.d.ts +7 -7
  213. package/es/grid/src/Grid.d.ts +8 -8
  214. package/es/grid/src/GridItem.d.ts +8 -8
  215. package/es/highlight/src/Highlight.d.ts +6 -6
  216. package/es/icon/src/Icon.d.ts +6 -6
  217. package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
  218. package/es/image/src/Image.d.ts +16 -11
  219. package/es/image/src/ImageGroup.d.ts +10 -6
  220. package/es/image/src/ImagePreview.d.ts +13 -13
  221. package/es/image/src/ImagePreview.mjs +4 -4
  222. package/es/image/src/icons.d.ts +3 -3
  223. package/es/image/src/icons.mjs +30 -24
  224. package/es/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  225. package/es/input/src/Input.d.ts +39 -23
  226. package/es/input/src/InputGroup.d.ts +3 -11
  227. package/es/input/src/InputGroupLabel.d.ts +7 -7
  228. package/es/input/src/WordCount.d.ts +1 -1
  229. package/es/input-number/src/InputNumber.d.ts +42 -10
  230. package/es/layout/src/Layout.d.ts +39 -17
  231. package/es/layout/src/LayoutContent.d.ts +19 -8
  232. package/es/layout/src/LayoutFooter.d.ts +7 -7
  233. package/es/layout/src/LayoutHeader.d.ts +7 -7
  234. package/es/layout/src/LayoutSider.d.ts +20 -9
  235. package/es/layout/src/ToggleBar.d.ts +3 -3
  236. package/es/layout/src/ToggleButton.d.ts +3 -3
  237. package/es/legacy-grid/src/Col.d.ts +7 -7
  238. package/es/legacy-grid/src/Row.d.ts +7 -7
  239. package/es/legacy-transfer/src/Transfer.d.ts +13 -10
  240. package/es/legacy-transfer/src/TransferFilter.d.ts +384 -6
  241. package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
  242. package/es/legacy-transfer/src/TransferList.d.ts +401 -6
  243. package/es/legacy-transfer/src/TransferListItem.d.ts +384 -6
  244. package/es/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  245. package/es/list/src/List.d.ts +8 -8
  246. package/es/list/src/ListItem.d.ts +3 -3
  247. package/es/loading-bar/src/LoadingBar.d.ts +11 -11
  248. package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  249. package/es/log/src/Log.d.ts +19 -7
  250. package/es/log/src/LogLine.d.ts +7 -7
  251. package/es/log/src/LogLoader.d.ts +6 -4
  252. package/es/marquee/src/Marquee.d.ts +7 -7
  253. package/es/mention/src/Mention.d.ts +50 -14
  254. package/es/menu/src/Menu.d.ts +16 -12
  255. package/es/menu/src/MenuDivider.d.ts +1 -1
  256. package/es/menu/src/MenuOption.d.ts +222 -7
  257. package/es/menu/src/MenuOptionContent.d.ts +5 -5
  258. package/es/menu/src/MenuOptionGroup.d.ts +4 -4
  259. package/es/menu/src/Submenu.d.ts +226 -11
  260. package/es/message/src/Message.d.ts +8 -8
  261. package/es/message/src/MessageEnvironment.d.ts +6 -6
  262. package/es/message/src/MessageProvider.d.ts +21 -7
  263. package/es/modal/src/BodyWrapper.d.ts +540 -11
  264. package/es/modal/src/Modal.d.ts +10 -10
  265. package/es/modal/src/ModalEnvironment.d.ts +7 -7
  266. package/es/modal/src/presetProps.d.ts +1 -1
  267. package/es/notification/src/Notification.d.ts +9 -9
  268. package/es/notification/src/NotificationContainer.d.ts +61 -7
  269. package/es/notification/src/NotificationEnvironment.d.ts +6 -6
  270. package/es/notification/src/NotificationProvider.d.ts +31 -7
  271. package/es/number-animation/src/NumberAnimation.d.ts +6 -6
  272. package/es/page-header/src/PageHeader.d.ts +7 -7
  273. package/es/pagination/src/Pagination.d.ts +18 -15
  274. package/es/popconfirm/src/Popconfirm.d.ts +12 -7
  275. package/es/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  276. package/es/popover/src/Popover.d.ts +11 -9
  277. package/es/popover/src/Popover.mjs +4 -1
  278. package/es/popover/src/PopoverBody.d.ts +13 -11
  279. package/es/popselect/src/Popselect.d.ts +26 -23
  280. package/es/popselect/src/PopselectPanel.d.ts +133 -7
  281. package/es/progress/src/Circle.d.ts +4 -4
  282. package/es/progress/src/Line.d.ts +4 -4
  283. package/es/progress/src/MultipleCircle.d.ts +4 -4
  284. package/es/progress/src/Progress.d.ts +7 -7
  285. package/es/qr-code/src/QrCode.d.ts +8 -8
  286. package/es/radio/src/Radio.d.ts +7 -7
  287. package/es/radio/src/RadioButton.d.ts +23 -47
  288. package/es/radio/src/RadioGroup.d.ts +9 -9
  289. package/es/rate/src/Rate.d.ts +8 -8
  290. package/es/rate/src/Rate.mjs +2 -2
  291. package/es/rate/src/StarIcon.d.ts +1 -1
  292. package/es/rate/src/StarIcon.mjs +1 -1
  293. package/es/result/src/403.d.ts +1 -2
  294. package/es/result/src/403.mjs +12 -10
  295. package/es/result/src/404.d.ts +1 -2
  296. package/es/result/src/404.mjs +32 -30
  297. package/es/result/src/418.d.ts +1 -2
  298. package/es/result/src/418.mjs +33 -31
  299. package/es/result/src/500.d.ts +1 -2
  300. package/es/result/src/500.mjs +18 -16
  301. package/es/result/src/Result.d.ts +7 -7
  302. package/es/result/src/Result.mjs +8 -8
  303. package/es/scrollbar/src/Scrollbar.d.ts +17 -5
  304. package/es/select/src/Select.d.ts +37 -17
  305. package/es/skeleton/src/Skeleton.d.ts +6 -6
  306. package/es/slider/src/Slider.d.ts +17 -17
  307. package/es/space/src/Space.d.ts +7 -7
  308. package/es/spin/src/Spin.d.ts +8 -8
  309. package/es/split/src/Split.d.ts +10 -10
  310. package/es/statistic/src/Statistic.d.ts +8 -8
  311. package/es/steps/src/Step.d.ts +7 -7
  312. package/es/steps/src/Steps.d.ts +7 -7
  313. package/es/switch/src/Switch.d.ts +9 -9
  314. package/es/table/src/Table.d.ts +8 -8
  315. package/es/table/src/Tbody.d.ts +1 -1
  316. package/es/table/src/Td.d.ts +1 -1
  317. package/es/table/src/Th.d.ts +1 -1
  318. package/es/table/src/Thead.d.ts +1 -1
  319. package/es/table/src/Tr.d.ts +1 -1
  320. package/es/tabs/src/Tab.d.ts +16 -16
  321. package/es/tabs/src/TabPane.d.ts +8 -8
  322. package/es/tabs/src/Tabs.d.ts +58 -19
  323. package/es/tag/src/Tag.d.ts +10 -10
  324. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  325. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  326. package/es/theme-editor/src/ThemeEditor.d.ts +19 -10
  327. package/es/theme-editor/src/ThemeEditor.mjs +25 -23
  328. package/es/thing/src/Thing.d.ts +4 -4
  329. package/es/time/src/Time.d.ts +6 -6
  330. package/es/time-picker/src/Panel.d.ts +326 -10
  331. package/es/time-picker/src/PanelCol.d.ts +4 -4
  332. package/es/time-picker/src/TimePicker.d.ts +89 -15
  333. package/es/timeline/src/Timeline.d.ts +4 -4
  334. package/es/timeline/src/TimelineItem.d.ts +7 -7
  335. package/es/tooltip/src/Tooltip.d.ts +10 -7
  336. package/es/transfer/src/Transfer.d.ts +9 -9
  337. package/es/transfer/src/TransferFilter.d.ts +397 -6
  338. package/es/transfer/src/TransferHeader.d.ts +4 -4
  339. package/es/transfer/src/TransferList.d.ts +414 -6
  340. package/es/transfer/src/TransferListItem.d.ts +400 -9
  341. package/es/transfer/src/use-transfer-data.d.ts +3 -3
  342. package/es/tree/src/MotionWrapper.d.ts +3 -3
  343. package/es/tree/src/Tree.d.ts +28 -11
  344. package/es/tree/src/TreeNode.d.ts +14 -14
  345. package/es/tree/src/TreeNodeCheckbox.d.ts +99 -5
  346. package/es/tree/src/TreeNodeContent.d.ts +10 -10
  347. package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
  348. package/es/tree-select/src/TreeSelect.d.ts +30 -16
  349. package/es/typography/src/a.d.ts +6 -6
  350. package/es/typography/src/blockquote.d.ts +7 -7
  351. package/es/typography/src/create-header.d.ts +7 -7
  352. package/es/typography/src/headers.d.ts +42 -42
  353. package/es/typography/src/hr.d.ts +6 -6
  354. package/es/typography/src/li.d.ts +1 -1
  355. package/es/typography/src/ol.d.ts +7 -7
  356. package/es/typography/src/p.d.ts +6 -6
  357. package/es/typography/src/text.d.ts +7 -7
  358. package/es/typography/src/ul.d.ts +7 -7
  359. package/es/upload/src/Upload.d.ts +10 -10
  360. package/es/upload/src/UploadDragger.d.ts +1 -1
  361. package/es/upload/src/UploadFile.d.ts +270 -7
  362. package/es/upload/src/UploadFile.mjs +3 -3
  363. package/es/upload/src/UploadFileList.d.ts +1 -1
  364. package/es/upload/src/UploadProgress.d.ts +265 -5
  365. package/es/upload/src/UploadTrigger.d.ts +5 -5
  366. package/es/upload/src/icons.d.ts +2 -2
  367. package/es/upload/src/icons.mjs +2 -2
  368. package/es/version.d.ts +1 -1
  369. package/es/version.mjs +1 -1
  370. package/es/virtual-list/src/VirtualList.d.ts +22 -6
  371. package/es/watermark/src/Watermark.d.ts +4 -4
  372. package/lib/_internal/clear/src/Clear.d.ts +5 -5
  373. package/lib/_internal/close/src/Close.d.ts +5 -5
  374. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  375. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  376. package/lib/_internal/icon/src/Icon.d.ts +4 -4
  377. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  378. package/lib/_internal/icons/Add.d.ts +1 -1
  379. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  380. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  381. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  382. package/lib/_internal/icons/Attach.d.ts +1 -1
  383. package/lib/_internal/icons/Attach.js +2 -2
  384. package/lib/_internal/icons/Backward.d.ts +1 -1
  385. package/lib/_internal/icons/Cancel.d.ts +1 -1
  386. package/lib/_internal/icons/Cancel.js +2 -2
  387. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  388. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  389. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  390. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  391. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  392. package/lib/_internal/icons/Clear.d.ts +1 -1
  393. package/lib/_internal/icons/Clear.js +2 -2
  394. package/lib/_internal/icons/Close.d.ts +1 -1
  395. package/lib/_internal/icons/Close.js +2 -2
  396. package/lib/_internal/icons/Date.d.ts +1 -1
  397. package/lib/_internal/icons/Date.js +2 -2
  398. package/lib/_internal/icons/Download.d.ts +1 -1
  399. package/lib/_internal/icons/Download.js +2 -2
  400. package/lib/_internal/icons/Empty.d.ts +1 -1
  401. package/lib/_internal/icons/Error.d.ts +1 -1
  402. package/lib/_internal/icons/Error.js +2 -2
  403. package/lib/_internal/icons/Eye.d.ts +1 -1
  404. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  405. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  406. package/lib/_internal/icons/FastForward.d.ts +1 -1
  407. package/lib/_internal/icons/File.d.ts +1 -1
  408. package/lib/_internal/icons/Filter.d.ts +1 -1
  409. package/lib/_internal/icons/Forward.d.ts +1 -1
  410. package/lib/_internal/icons/Info.d.ts +1 -1
  411. package/lib/_internal/icons/Info.js +2 -2
  412. package/lib/_internal/icons/More.d.ts +1 -1
  413. package/lib/_internal/icons/Photo.d.ts +1 -1
  414. package/lib/_internal/icons/Remove.d.ts +1 -1
  415. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  416. package/lib/_internal/icons/Retry.d.ts +1 -1
  417. package/lib/_internal/icons/Retry.js +2 -2
  418. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  419. package/lib/_internal/icons/RotateClockwise.js +2 -2
  420. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  421. package/lib/_internal/icons/RotateCounterclockwise.js +2 -2
  422. package/lib/_internal/icons/Search.d.ts +1 -1
  423. package/lib/_internal/icons/Success.d.ts +1 -1
  424. package/lib/_internal/icons/Success.js +2 -2
  425. package/lib/_internal/icons/Switcher.d.ts +1 -1
  426. package/lib/_internal/icons/Time.d.ts +1 -1
  427. package/lib/_internal/icons/Time.js +2 -2
  428. package/lib/_internal/icons/To.d.ts +1 -1
  429. package/lib/_internal/icons/To.js +2 -2
  430. package/lib/_internal/icons/Trash.d.ts +1 -1
  431. package/lib/_internal/icons/Trash.js +2 -2
  432. package/lib/_internal/icons/Warning.d.ts +1 -1
  433. package/lib/_internal/icons/Warning.js +2 -2
  434. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  435. package/lib/_internal/icons/ZoomIn.js +2 -2
  436. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  437. package/lib/_internal/icons/ZoomOut.js +2 -2
  438. package/lib/_internal/icons/replaceable.d.ts +2 -1
  439. package/lib/_internal/icons/replaceable.js +6 -1
  440. package/lib/_internal/loading/src/Loading.d.ts +4 -4
  441. package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  442. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  443. package/lib/_internal/scrollbar/src/Scrollbar.js +24 -8
  444. package/lib/_internal/scrollbar/src/styles/index.cssr.js +16 -4
  445. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  446. package/lib/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  447. package/lib/_internal/select-menu/src/SelectOption.d.ts +8 -8
  448. package/lib/_internal/select-menu/src/interface.d.ts +1 -1
  449. package/lib/_internal/selection/src/Selection.d.ts +31 -22
  450. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  451. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  452. package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
  453. package/lib/_internal/wave/src/Wave.d.ts +6 -6
  454. package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  455. package/lib/_utils/composable/use-resize.js +8 -0
  456. package/lib/_utils/css/rtl-inset.js +1 -1
  457. package/lib/_utils/vue/wrapper.d.ts +1 -1
  458. package/lib/affix/src/Affix.d.ts +7 -7
  459. package/lib/alert/src/Alert.d.ts +9 -9
  460. package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
  461. package/lib/anchor/src/BaseAnchor.d.ts +9 -9
  462. package/lib/anchor/src/Link.d.ts +3 -3
  463. package/lib/auto-complete/src/AutoComplete.d.ts +45 -11
  464. package/lib/avatar/src/Avatar.d.ts +13 -13
  465. package/lib/avatar-group/src/AvatarGroup.d.ts +7 -7
  466. package/lib/back-top/src/BackTop.d.ts +14 -14
  467. package/lib/back-top/src/BackTop.js +1 -1
  468. package/lib/back-top/src/BackTopIcon.d.ts +1 -1
  469. package/lib/back-top/src/BackTopIcon.js +1 -1
  470. package/lib/badge/src/Badge.d.ts +9 -9
  471. package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
  472. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  473. package/lib/button/src/Button.d.ts +14 -11
  474. package/lib/button-group/src/ButtonGroup.d.ts +7 -7
  475. package/lib/calendar/src/Calendar.d.ts +39 -9
  476. package/lib/card/src/Card.d.ts +9 -9
  477. package/lib/carousel/src/Carousel.d.ts +11 -11
  478. package/lib/carousel/src/CarouselArrow.d.ts +2 -2
  479. package/lib/carousel/src/CarouselArrow.js +12 -8
  480. package/lib/carousel/src/CarouselDots.d.ts +7 -7
  481. package/lib/carousel/src/CarouselItem.d.ts +3 -3
  482. package/lib/cascader/src/Cascader.d.ts +34 -14
  483. package/lib/cascader/src/CascaderMenu.d.ts +294 -8
  484. package/lib/cascader/src/CascaderOption.d.ts +299 -10
  485. package/lib/cascader/src/CascaderSelectMenu.d.ts +298 -7
  486. package/lib/cascader/src/CascaderSubmenu.d.ts +304 -6
  487. package/lib/checkbox/src/CheckMark.d.ts +2 -1
  488. package/lib/checkbox/src/CheckMark.js +1 -1
  489. package/lib/checkbox/src/Checkbox.d.ts +15 -15
  490. package/lib/checkbox/src/Checkbox.js +1 -1
  491. package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
  492. package/lib/checkbox/src/LineMark.d.ts +2 -1
  493. package/lib/checkbox/src/LineMark.js +1 -1
  494. package/lib/code/src/Code.d.ts +8 -8
  495. package/lib/collapse/src/Collapse.d.ts +8 -8
  496. package/lib/collapse/src/CollapseItem.d.ts +8 -8
  497. package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
  498. package/lib/collapse-transition/src/CollapseTransition.d.ts +9 -9
  499. package/lib/color-picker/src/AlphaSlider.d.ts +6 -6
  500. package/lib/color-picker/src/ColorInput.d.ts +5 -5
  501. package/lib/color-picker/src/ColorInputUnit.d.ts +6 -6
  502. package/lib/color-picker/src/ColorPicker.d.ts +11 -11
  503. package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  504. package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  505. package/lib/color-picker/src/ColorPreview.d.ts +5 -5
  506. package/lib/color-picker/src/HueSlider.d.ts +5 -5
  507. package/lib/color-picker/src/Pallete.d.ts +6 -6
  508. package/lib/config-provider/src/ConfigProvider.d.ts +5 -5
  509. package/lib/countdown/src/Countdown.d.ts +6 -6
  510. package/lib/data-table/src/DataTable.d.ts +13 -9
  511. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  512. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  513. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  514. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  515. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  516. package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  517. package/lib/data-table/src/MainTable.d.ts +12 -5
  518. package/lib/data-table/src/TableParts/Body.d.ts +1255 -34
  519. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  520. package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  521. package/lib/data-table/src/TableParts/Cell.d.ts +4 -4
  522. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  523. package/lib/data-table/src/TableParts/Header.d.ts +1224 -20
  524. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  525. package/lib/data-table/src/use-expand.d.ts +1 -1
  526. package/lib/data-table/src/use-scroll.d.ts +4 -4
  527. package/lib/data-table/src/use-table-data.d.ts +1 -1
  528. package/lib/date-picker/src/DatePicker.d.ts +131 -18
  529. package/lib/date-picker/src/panel/date.d.ts +985 -13
  530. package/lib/date-picker/src/panel/daterange.d.ts +991 -19
  531. package/lib/date-picker/src/panel/datetime.d.ts +985 -13
  532. package/lib/date-picker/src/panel/datetimerange.d.ts +991 -19
  533. package/lib/date-picker/src/panel/month.d.ts +985 -13
  534. package/lib/date-picker/src/panel/monthrange.d.ts +991 -19
  535. package/lib/date-picker/src/panel/panelHeader.d.ts +6130 -78
  536. package/lib/date-picker/src/panel/use-calendar.d.ts +980 -8
  537. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  538. package/lib/date-picker/src/panel/use-panel-common.d.ts +977 -5
  539. package/lib/descriptions/src/Descriptions.d.ts +7 -7
  540. package/lib/descriptions/src/DescriptionsItem.d.ts +4 -4
  541. package/lib/dialog/src/Dialog.d.ts +8 -8
  542. package/lib/dialog/src/DialogEnvironment.d.ts +6 -6
  543. package/lib/dialog/src/DialogProvider.d.ts +5505 -9
  544. package/lib/dialog/src/dialogProps.d.ts +1 -1
  545. package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
  546. package/lib/divider/src/Divider.d.ts +7 -7
  547. package/lib/drawer/src/Drawer.d.ts +9 -9
  548. package/lib/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  549. package/lib/drawer/src/DrawerBodyWrapper.js +1 -1
  550. package/lib/drawer/src/DrawerContent.d.ts +53 -6
  551. package/lib/dropdown/src/Dropdown.d.ts +9 -9
  552. package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
  553. package/lib/dropdown/src/DropdownGroup.d.ts +4 -4
  554. package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  555. package/lib/dropdown/src/DropdownMenu.d.ts +6 -6
  556. package/lib/dropdown/src/DropdownOption.d.ts +15 -15
  557. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -3
  558. package/lib/dynamic-input/src/DynamicInput.d.ts +11 -9
  559. package/lib/dynamic-input/src/InputPreset.d.ts +292 -6
  560. package/lib/dynamic-input/src/PairPreset.d.ts +293 -7
  561. package/lib/dynamic-tags/src/DynamicTags.d.ts +36 -12
  562. package/lib/element/src/Element.d.ts +7 -7
  563. package/lib/ellipsis/src/Ellipsis.d.ts +10 -7
  564. package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  565. package/lib/empty/src/Empty.d.ts +7 -7
  566. package/lib/equation/src/Equation.d.ts +4 -4
  567. package/lib/flex/src/Flex.d.ts +7 -7
  568. package/lib/float-button/src/FloatButton.d.ts +8 -8
  569. package/lib/float-button/src/styles/index.cssr.js +8 -2
  570. package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  571. package/lib/float-button-group/src/styles/index.cssr.js +7 -1
  572. package/lib/form/src/Form.d.ts +6 -6
  573. package/lib/form/src/FormItem.d.ts +17 -11
  574. package/lib/form/src/FormItemCol.d.ts +11 -5
  575. package/lib/form/src/FormItemGridItem.d.ts +11 -5
  576. package/lib/form/src/FormItemRow.d.ts +10 -5
  577. package/lib/form/src/utils.d.ts +2 -2
  578. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  579. package/lib/gradient-text/src/GradientText.d.ts +7 -7
  580. package/lib/grid/src/Grid.d.ts +8 -8
  581. package/lib/grid/src/GridItem.d.ts +8 -8
  582. package/lib/highlight/src/Highlight.d.ts +6 -6
  583. package/lib/icon/src/Icon.d.ts +6 -6
  584. package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
  585. package/lib/image/src/Image.d.ts +16 -11
  586. package/lib/image/src/ImageGroup.d.ts +10 -6
  587. package/lib/image/src/ImagePreview.d.ts +13 -13
  588. package/lib/image/src/ImagePreview.js +3 -3
  589. package/lib/image/src/icons.d.ts +3 -3
  590. package/lib/image/src/icons.js +15 -7
  591. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  592. package/lib/input/src/Input.d.ts +39 -23
  593. package/lib/input/src/InputGroup.d.ts +3 -11
  594. package/lib/input/src/InputGroupLabel.d.ts +7 -7
  595. package/lib/input/src/WordCount.d.ts +1 -1
  596. package/lib/input-number/src/InputNumber.d.ts +42 -10
  597. package/lib/layout/src/Layout.d.ts +39 -17
  598. package/lib/layout/src/LayoutContent.d.ts +19 -8
  599. package/lib/layout/src/LayoutFooter.d.ts +7 -7
  600. package/lib/layout/src/LayoutHeader.d.ts +7 -7
  601. package/lib/layout/src/LayoutSider.d.ts +20 -9
  602. package/lib/layout/src/ToggleBar.d.ts +3 -3
  603. package/lib/layout/src/ToggleButton.d.ts +3 -3
  604. package/lib/legacy-grid/src/Col.d.ts +7 -7
  605. package/lib/legacy-grid/src/Row.d.ts +7 -7
  606. package/lib/legacy-transfer/src/Transfer.d.ts +13 -10
  607. package/lib/legacy-transfer/src/TransferFilter.d.ts +384 -6
  608. package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
  609. package/lib/legacy-transfer/src/TransferList.d.ts +401 -6
  610. package/lib/legacy-transfer/src/TransferListItem.d.ts +384 -6
  611. package/lib/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  612. package/lib/list/src/List.d.ts +8 -8
  613. package/lib/list/src/ListItem.d.ts +3 -3
  614. package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
  615. package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  616. package/lib/log/src/Log.d.ts +19 -7
  617. package/lib/log/src/LogLine.d.ts +7 -7
  618. package/lib/log/src/LogLoader.d.ts +6 -4
  619. package/lib/marquee/src/Marquee.d.ts +7 -7
  620. package/lib/mention/src/Mention.d.ts +50 -14
  621. package/lib/menu/src/Menu.d.ts +16 -12
  622. package/lib/menu/src/MenuDivider.d.ts +1 -1
  623. package/lib/menu/src/MenuOption.d.ts +222 -7
  624. package/lib/menu/src/MenuOptionContent.d.ts +5 -5
  625. package/lib/menu/src/MenuOptionGroup.d.ts +4 -4
  626. package/lib/menu/src/Submenu.d.ts +226 -11
  627. package/lib/message/src/Message.d.ts +8 -8
  628. package/lib/message/src/MessageEnvironment.d.ts +6 -6
  629. package/lib/message/src/MessageProvider.d.ts +21 -7
  630. package/lib/modal/src/BodyWrapper.d.ts +540 -11
  631. package/lib/modal/src/Modal.d.ts +10 -10
  632. package/lib/modal/src/ModalEnvironment.d.ts +7 -7
  633. package/lib/modal/src/presetProps.d.ts +1 -1
  634. package/lib/notification/src/Notification.d.ts +9 -9
  635. package/lib/notification/src/NotificationContainer.d.ts +61 -7
  636. package/lib/notification/src/NotificationEnvironment.d.ts +6 -6
  637. package/lib/notification/src/NotificationProvider.d.ts +31 -7
  638. package/lib/number-animation/src/NumberAnimation.d.ts +6 -6
  639. package/lib/page-header/src/PageHeader.d.ts +7 -7
  640. package/lib/pagination/src/Pagination.d.ts +18 -15
  641. package/lib/popconfirm/src/Popconfirm.d.ts +12 -7
  642. package/lib/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  643. package/lib/popover/src/Popover.d.ts +11 -9
  644. package/lib/popover/src/Popover.js +7 -1
  645. package/lib/popover/src/PopoverBody.d.ts +13 -11
  646. package/lib/popselect/src/Popselect.d.ts +26 -23
  647. package/lib/popselect/src/PopselectPanel.d.ts +133 -7
  648. package/lib/progress/src/Circle.d.ts +4 -4
  649. package/lib/progress/src/Line.d.ts +4 -4
  650. package/lib/progress/src/MultipleCircle.d.ts +4 -4
  651. package/lib/progress/src/Progress.d.ts +7 -7
  652. package/lib/qr-code/src/QrCode.d.ts +8 -8
  653. package/lib/radio/src/Radio.d.ts +7 -7
  654. package/lib/radio/src/RadioButton.d.ts +23 -47
  655. package/lib/radio/src/RadioGroup.d.ts +9 -9
  656. package/lib/rate/src/Rate.d.ts +8 -8
  657. package/lib/rate/src/Rate.js +1 -1
  658. package/lib/rate/src/StarIcon.d.ts +1 -1
  659. package/lib/rate/src/StarIcon.js +1 -1
  660. package/lib/result/src/403.d.ts +1 -2
  661. package/lib/result/src/403.js +6 -3
  662. package/lib/result/src/404.d.ts +1 -2
  663. package/lib/result/src/404.js +10 -7
  664. package/lib/result/src/418.d.ts +1 -2
  665. package/lib/result/src/418.js +10 -7
  666. package/lib/result/src/500.d.ts +1 -2
  667. package/lib/result/src/500.js +7 -4
  668. package/lib/result/src/Result.d.ts +7 -7
  669. package/lib/result/src/Result.js +8 -8
  670. package/lib/scrollbar/src/Scrollbar.d.ts +17 -5
  671. package/lib/select/src/Select.d.ts +37 -17
  672. package/lib/skeleton/src/Skeleton.d.ts +6 -6
  673. package/lib/slider/src/Slider.d.ts +17 -17
  674. package/lib/space/src/Space.d.ts +7 -7
  675. package/lib/spin/src/Spin.d.ts +8 -8
  676. package/lib/split/src/Split.d.ts +10 -10
  677. package/lib/statistic/src/Statistic.d.ts +8 -8
  678. package/lib/steps/src/Step.d.ts +7 -7
  679. package/lib/steps/src/Steps.d.ts +7 -7
  680. package/lib/switch/src/Switch.d.ts +9 -9
  681. package/lib/table/src/Table.d.ts +8 -8
  682. package/lib/table/src/Tbody.d.ts +1 -1
  683. package/lib/table/src/Td.d.ts +1 -1
  684. package/lib/table/src/Th.d.ts +1 -1
  685. package/lib/table/src/Thead.d.ts +1 -1
  686. package/lib/table/src/Tr.d.ts +1 -1
  687. package/lib/tabs/src/Tab.d.ts +16 -16
  688. package/lib/tabs/src/TabPane.d.ts +8 -8
  689. package/lib/tabs/src/Tabs.d.ts +58 -19
  690. package/lib/tag/src/Tag.d.ts +10 -10
  691. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  692. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  693. package/lib/theme-editor/src/ThemeEditor.d.ts +19 -10
  694. package/lib/theme-editor/src/ThemeEditor.js +8 -6
  695. package/lib/thing/src/Thing.d.ts +4 -4
  696. package/lib/time/src/Time.d.ts +6 -6
  697. package/lib/time-picker/src/Panel.d.ts +326 -10
  698. package/lib/time-picker/src/PanelCol.d.ts +4 -4
  699. package/lib/time-picker/src/TimePicker.d.ts +89 -15
  700. package/lib/timeline/src/Timeline.d.ts +4 -4
  701. package/lib/timeline/src/TimelineItem.d.ts +7 -7
  702. package/lib/tooltip/src/Tooltip.d.ts +10 -7
  703. package/lib/transfer/src/Transfer.d.ts +9 -9
  704. package/lib/transfer/src/TransferFilter.d.ts +397 -6
  705. package/lib/transfer/src/TransferHeader.d.ts +4 -4
  706. package/lib/transfer/src/TransferList.d.ts +414 -6
  707. package/lib/transfer/src/TransferListItem.d.ts +400 -9
  708. package/lib/transfer/src/use-transfer-data.d.ts +3 -3
  709. package/lib/tree/src/MotionWrapper.d.ts +3 -3
  710. package/lib/tree/src/Tree.d.ts +28 -11
  711. package/lib/tree/src/TreeNode.d.ts +14 -14
  712. package/lib/tree/src/TreeNodeCheckbox.d.ts +99 -5
  713. package/lib/tree/src/TreeNodeContent.d.ts +10 -10
  714. package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
  715. package/lib/tree-select/src/TreeSelect.d.ts +30 -16
  716. package/lib/typography/src/a.d.ts +6 -6
  717. package/lib/typography/src/blockquote.d.ts +7 -7
  718. package/lib/typography/src/create-header.d.ts +7 -7
  719. package/lib/typography/src/headers.d.ts +42 -42
  720. package/lib/typography/src/hr.d.ts +6 -6
  721. package/lib/typography/src/li.d.ts +1 -1
  722. package/lib/typography/src/ol.d.ts +7 -7
  723. package/lib/typography/src/p.d.ts +6 -6
  724. package/lib/typography/src/text.d.ts +7 -7
  725. package/lib/typography/src/ul.d.ts +7 -7
  726. package/lib/upload/src/Upload.d.ts +10 -10
  727. package/lib/upload/src/UploadDragger.d.ts +1 -1
  728. package/lib/upload/src/UploadFile.d.ts +270 -7
  729. package/lib/upload/src/UploadFile.js +1 -1
  730. package/lib/upload/src/UploadFileList.d.ts +1 -1
  731. package/lib/upload/src/UploadProgress.d.ts +265 -5
  732. package/lib/upload/src/UploadTrigger.d.ts +5 -5
  733. package/lib/upload/src/icons.d.ts +2 -2
  734. package/lib/upload/src/icons.js +3 -3
  735. package/lib/version.d.ts +1 -1
  736. package/lib/version.js +1 -1
  737. package/lib/virtual-list/src/VirtualList.d.ts +22 -6
  738. package/lib/watermark/src/Watermark.d.ts +4 -4
  739. package/package.json +4 -4
  740. package/web-types.json +1 -1
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  readonly defaultCalendarStartTime: NumberConstructor;
3
3
  readonly defaultCalendarEndTime: NumberConstructor;
4
4
  readonly bindCalendarMonths: BooleanConstructor;
@@ -46,18 +46,18 @@ declare const _default: import("vue").DefineComponent<{
46
46
  readonly onPrevMonth: import("vue").PropType<() => void>;
47
47
  readonly onNextYear: import("vue").PropType<() => void>;
48
48
  readonly onPrevYear: import("vue").PropType<() => void>;
49
- }, {
50
- startDateDisplayString: import("vue").Ref<string>;
51
- endDateInput: import("vue").Ref<string>;
52
- timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
49
+ }>, {
50
+ startDateDisplayString: import("vue").Ref<string, string>;
51
+ endDateInput: import("vue").Ref<string, string>;
52
+ timePickerSize: import("vue").Ref<"small" | "medium" | "large", "small" | "medium" | "large">;
53
53
  startTimeValue: import("vue").ComputedRef<number | null>;
54
54
  endTimeValue: import("vue").ComputedRef<number | null>;
55
55
  datePickerSlots: Readonly<{
56
56
  [name: string]: import("vue").Slot<any> | undefined;
57
57
  }>;
58
58
  shortcuts: import("vue").ComputedRef<import("../interface").Shortcuts | undefined>;
59
- startCalendarDateTime: import("vue").Ref<number>;
60
- endCalendarDateTime: import("vue").Ref<number>;
59
+ startCalendarDateTime: import("vue").Ref<number, number>;
60
+ endCalendarDateTime: import("vue").Ref<number, number>;
61
61
  justifyColumnsScrollState: {
62
62
  (value: [number, number], type: "start" | "end"): void;
63
63
  (): void;
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
81
  endMonthScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
82
82
  startYearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
83
83
  endYearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
84
- isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined>;
84
+ isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined, import("../interface").IsDateDisabled | undefined>;
85
85
  isStartHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
86
86
  isEndHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
87
87
  isStartMinuteDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsMinuteDisabled | undefined>;
@@ -1037,13 +1037,955 @@ declare const _default: import("vue").DefineComponent<{
1037
1037
  } | undefined;
1038
1038
  } | undefined;
1039
1039
  };
1040
+ }, {
1041
+ common: import("../../..").ThemeCommonVars;
1042
+ self: {
1043
+ itemFontSize: string;
1044
+ calendarDaysFontSize: string;
1045
+ calendarTitleFontSize: string;
1046
+ itemTextColor: string;
1047
+ itemTextColorDisabled: string;
1048
+ itemTextColorActive: string;
1049
+ itemTextColorCurrent: string;
1050
+ itemColorIncluded: string;
1051
+ itemColorHover: string;
1052
+ itemColorDisabled: string;
1053
+ itemColorActive: string;
1054
+ itemBorderRadius: string;
1055
+ panelColor: string;
1056
+ panelTextColor: string;
1057
+ arrowColor: string;
1058
+ calendarTitleTextColor: string;
1059
+ calendarTitleColorHover: string;
1060
+ calendarDaysTextColor: string;
1061
+ panelHeaderDividerColor: string;
1062
+ calendarDaysDividerColor: string;
1063
+ calendarDividerColor: string;
1064
+ panelActionDividerColor: string;
1065
+ panelBoxShadow: string;
1066
+ panelBorderRadius: string;
1067
+ calendarTitleFontWeight: string;
1068
+ scrollItemBorderRadius: string;
1069
+ iconColor: string;
1070
+ iconColorDisabled: string;
1071
+ itemSize: string;
1072
+ itemCellWidth: string;
1073
+ itemCellHeight: string;
1074
+ scrollItemWidth: string;
1075
+ scrollItemHeight: string;
1076
+ panelExtraFooterPadding: string;
1077
+ panelActionPadding: string;
1078
+ calendarTitlePadding: string;
1079
+ calendarTitleHeight: string;
1080
+ arrowSize: string;
1081
+ panelHeaderPadding: string;
1082
+ calendarDaysHeight: string;
1083
+ calendarTitleGridTempateColumns: string;
1084
+ calendarLeftPaddingDate: string;
1085
+ calendarLeftPaddingDatetime: string;
1086
+ calendarLeftPaddingDaterange: string;
1087
+ calendarLeftPaddingDatetimerange: string;
1088
+ calendarLeftPaddingMonth: string;
1089
+ calendarLeftPaddingYear: string;
1090
+ calendarLeftPaddingQuarter: string;
1091
+ calendarLeftPaddingMonthrange: string;
1092
+ calendarLeftPaddingQuarterrange: string;
1093
+ calendarLeftPaddingYearrange: string;
1094
+ calendarLeftPaddingWeek: string;
1095
+ calendarRightPaddingDate: string;
1096
+ calendarRightPaddingDatetime: string;
1097
+ calendarRightPaddingDaterange: string;
1098
+ calendarRightPaddingDatetimerange: string;
1099
+ calendarRightPaddingMonth: string;
1100
+ calendarRightPaddingYear: string;
1101
+ calendarRightPaddingQuarter: string;
1102
+ calendarRightPaddingMonthrange: string;
1103
+ calendarRightPaddingQuarterrange: string;
1104
+ calendarRightPaddingYearrange: string;
1105
+ calendarRightPaddingWeek: string;
1106
+ };
1107
+ peers: {
1108
+ Input: import("../../../_mixins").Theme<"Input", {
1109
+ fontWeight: string;
1110
+ countTextColorDisabled: string;
1111
+ countTextColor: string;
1112
+ heightTiny: string;
1113
+ heightSmall: string;
1114
+ heightMedium: string;
1115
+ heightLarge: string;
1116
+ fontSizeTiny: string;
1117
+ fontSizeSmall: string;
1118
+ fontSizeMedium: string;
1119
+ fontSizeLarge: string;
1120
+ lineHeight: string;
1121
+ lineHeightTextarea: string;
1122
+ borderRadius: string;
1123
+ iconSize: string;
1124
+ groupLabelColor: string;
1125
+ groupLabelTextColor: string;
1126
+ textColor: string;
1127
+ textColorDisabled: string;
1128
+ textDecorationColor: string;
1129
+ caretColor: string;
1130
+ placeholderColor: string;
1131
+ placeholderColorDisabled: string;
1132
+ color: string;
1133
+ colorDisabled: string;
1134
+ colorFocus: string;
1135
+ groupLabelBorder: string;
1136
+ border: string;
1137
+ borderHover: string;
1138
+ borderDisabled: string;
1139
+ borderFocus: string;
1140
+ boxShadowFocus: string;
1141
+ loadingColor: string;
1142
+ loadingColorWarning: string;
1143
+ borderWarning: string;
1144
+ borderHoverWarning: string;
1145
+ colorFocusWarning: string;
1146
+ borderFocusWarning: string;
1147
+ boxShadowFocusWarning: string;
1148
+ caretColorWarning: string;
1149
+ loadingColorError: string;
1150
+ borderError: string;
1151
+ borderHoverError: string;
1152
+ colorFocusError: string;
1153
+ borderFocusError: string;
1154
+ boxShadowFocusError: string;
1155
+ caretColorError: string;
1156
+ clearColor: string;
1157
+ clearColorHover: string;
1158
+ clearColorPressed: string;
1159
+ iconColor: string;
1160
+ iconColorDisabled: string;
1161
+ iconColorHover: string;
1162
+ iconColorPressed: string;
1163
+ suffixTextColor: string;
1164
+ paddingTiny: string;
1165
+ paddingSmall: string;
1166
+ paddingMedium: string;
1167
+ paddingLarge: string;
1168
+ clearSize: string;
1169
+ }, any>;
1170
+ Button: import("../../../_mixins").Theme<"Button", {
1171
+ heightTiny: string;
1172
+ heightSmall: string;
1173
+ heightMedium: string;
1174
+ heightLarge: string;
1175
+ borderRadiusTiny: string;
1176
+ borderRadiusSmall: string;
1177
+ borderRadiusMedium: string;
1178
+ borderRadiusLarge: string;
1179
+ fontSizeTiny: string;
1180
+ fontSizeSmall: string;
1181
+ fontSizeMedium: string;
1182
+ fontSizeLarge: string;
1183
+ opacityDisabled: string;
1184
+ colorOpacitySecondary: string;
1185
+ colorOpacitySecondaryHover: string;
1186
+ colorOpacitySecondaryPressed: string;
1187
+ colorSecondary: string;
1188
+ colorSecondaryHover: string;
1189
+ colorSecondaryPressed: string;
1190
+ colorTertiary: string;
1191
+ colorTertiaryHover: string;
1192
+ colorTertiaryPressed: string;
1193
+ colorQuaternary: string;
1194
+ colorQuaternaryHover: string;
1195
+ colorQuaternaryPressed: string;
1196
+ color: string;
1197
+ colorHover: string;
1198
+ colorPressed: string;
1199
+ colorFocus: string;
1200
+ colorDisabled: string;
1201
+ textColor: string;
1202
+ textColorTertiary: string;
1203
+ textColorHover: string;
1204
+ textColorPressed: string;
1205
+ textColorFocus: string;
1206
+ textColorDisabled: string;
1207
+ textColorText: string;
1208
+ textColorTextHover: string;
1209
+ textColorTextPressed: string;
1210
+ textColorTextFocus: string;
1211
+ textColorTextDisabled: string;
1212
+ textColorGhost: string;
1213
+ textColorGhostHover: string;
1214
+ textColorGhostPressed: string;
1215
+ textColorGhostFocus: string;
1216
+ textColorGhostDisabled: string;
1217
+ border: string;
1218
+ borderHover: string;
1219
+ borderPressed: string;
1220
+ borderFocus: string;
1221
+ borderDisabled: string;
1222
+ rippleColor: string;
1223
+ colorPrimary: string;
1224
+ colorHoverPrimary: string;
1225
+ colorPressedPrimary: string;
1226
+ colorFocusPrimary: string;
1227
+ colorDisabledPrimary: string;
1228
+ textColorPrimary: string;
1229
+ textColorHoverPrimary: string;
1230
+ textColorPressedPrimary: string;
1231
+ textColorFocusPrimary: string;
1232
+ textColorDisabledPrimary: string;
1233
+ textColorTextPrimary: string;
1234
+ textColorTextHoverPrimary: string;
1235
+ textColorTextPressedPrimary: string;
1236
+ textColorTextFocusPrimary: string;
1237
+ textColorTextDisabledPrimary: string;
1238
+ textColorGhostPrimary: string;
1239
+ textColorGhostHoverPrimary: string;
1240
+ textColorGhostPressedPrimary: string;
1241
+ textColorGhostFocusPrimary: string;
1242
+ textColorGhostDisabledPrimary: string;
1243
+ borderPrimary: string;
1244
+ borderHoverPrimary: string;
1245
+ borderPressedPrimary: string;
1246
+ borderFocusPrimary: string;
1247
+ borderDisabledPrimary: string;
1248
+ rippleColorPrimary: string;
1249
+ colorInfo: string;
1250
+ colorHoverInfo: string;
1251
+ colorPressedInfo: string;
1252
+ colorFocusInfo: string;
1253
+ colorDisabledInfo: string;
1254
+ textColorInfo: string;
1255
+ textColorHoverInfo: string;
1256
+ textColorPressedInfo: string;
1257
+ textColorFocusInfo: string;
1258
+ textColorDisabledInfo: string;
1259
+ textColorTextInfo: string;
1260
+ textColorTextHoverInfo: string;
1261
+ textColorTextPressedInfo: string;
1262
+ textColorTextFocusInfo: string;
1263
+ textColorTextDisabledInfo: string;
1264
+ textColorGhostInfo: string;
1265
+ textColorGhostHoverInfo: string;
1266
+ textColorGhostPressedInfo: string;
1267
+ textColorGhostFocusInfo: string;
1268
+ textColorGhostDisabledInfo: string;
1269
+ borderInfo: string;
1270
+ borderHoverInfo: string;
1271
+ borderPressedInfo: string;
1272
+ borderFocusInfo: string;
1273
+ borderDisabledInfo: string;
1274
+ rippleColorInfo: string;
1275
+ colorSuccess: string;
1276
+ colorHoverSuccess: string;
1277
+ colorPressedSuccess: string;
1278
+ colorFocusSuccess: string;
1279
+ colorDisabledSuccess: string;
1280
+ textColorSuccess: string;
1281
+ textColorHoverSuccess: string;
1282
+ textColorPressedSuccess: string;
1283
+ textColorFocusSuccess: string;
1284
+ textColorDisabledSuccess: string;
1285
+ textColorTextSuccess: string;
1286
+ textColorTextHoverSuccess: string;
1287
+ textColorTextPressedSuccess: string;
1288
+ textColorTextFocusSuccess: string;
1289
+ textColorTextDisabledSuccess: string;
1290
+ textColorGhostSuccess: string;
1291
+ textColorGhostHoverSuccess: string;
1292
+ textColorGhostPressedSuccess: string;
1293
+ textColorGhostFocusSuccess: string;
1294
+ textColorGhostDisabledSuccess: string;
1295
+ borderSuccess: string;
1296
+ borderHoverSuccess: string;
1297
+ borderPressedSuccess: string;
1298
+ borderFocusSuccess: string;
1299
+ borderDisabledSuccess: string;
1300
+ rippleColorSuccess: string;
1301
+ colorWarning: string;
1302
+ colorHoverWarning: string;
1303
+ colorPressedWarning: string;
1304
+ colorFocusWarning: string;
1305
+ colorDisabledWarning: string;
1306
+ textColorWarning: string;
1307
+ textColorHoverWarning: string;
1308
+ textColorPressedWarning: string;
1309
+ textColorFocusWarning: string;
1310
+ textColorDisabledWarning: string;
1311
+ textColorTextWarning: string;
1312
+ textColorTextHoverWarning: string;
1313
+ textColorTextPressedWarning: string;
1314
+ textColorTextFocusWarning: string;
1315
+ textColorTextDisabledWarning: string;
1316
+ textColorGhostWarning: string;
1317
+ textColorGhostHoverWarning: string;
1318
+ textColorGhostPressedWarning: string;
1319
+ textColorGhostFocusWarning: string;
1320
+ textColorGhostDisabledWarning: string;
1321
+ borderWarning: string;
1322
+ borderHoverWarning: string;
1323
+ borderPressedWarning: string;
1324
+ borderFocusWarning: string;
1325
+ borderDisabledWarning: string;
1326
+ rippleColorWarning: string;
1327
+ colorError: string;
1328
+ colorHoverError: string;
1329
+ colorPressedError: string;
1330
+ colorFocusError: string;
1331
+ colorDisabledError: string;
1332
+ textColorError: string;
1333
+ textColorHoverError: string;
1334
+ textColorPressedError: string;
1335
+ textColorFocusError: string;
1336
+ textColorDisabledError: string;
1337
+ textColorTextError: string;
1338
+ textColorTextHoverError: string;
1339
+ textColorTextPressedError: string;
1340
+ textColorTextFocusError: string;
1341
+ textColorTextDisabledError: string;
1342
+ textColorGhostError: string;
1343
+ textColorGhostHoverError: string;
1344
+ textColorGhostPressedError: string;
1345
+ textColorGhostFocusError: string;
1346
+ textColorGhostDisabledError: string;
1347
+ borderError: string;
1348
+ borderHoverError: string;
1349
+ borderPressedError: string;
1350
+ borderFocusError: string;
1351
+ borderDisabledError: string;
1352
+ rippleColorError: string;
1353
+ waveOpacity: string;
1354
+ fontWeight: string;
1355
+ fontWeightStrong: string;
1356
+ paddingTiny: string;
1357
+ paddingSmall: string;
1358
+ paddingMedium: string;
1359
+ paddingLarge: string;
1360
+ paddingRoundTiny: string;
1361
+ paddingRoundSmall: string;
1362
+ paddingRoundMedium: string;
1363
+ paddingRoundLarge: string;
1364
+ iconMarginTiny: string;
1365
+ iconMarginSmall: string;
1366
+ iconMarginMedium: string;
1367
+ iconMarginLarge: string;
1368
+ iconSizeTiny: string;
1369
+ iconSizeSmall: string;
1370
+ iconSizeMedium: string;
1371
+ iconSizeLarge: string;
1372
+ rippleDuration: string;
1373
+ }, any>;
1374
+ TimePicker: import("../../../_mixins").Theme<"TimePicker", {
1375
+ panelColor: string;
1376
+ panelBoxShadow: string;
1377
+ panelDividerColor: string;
1378
+ itemTextColor: string;
1379
+ itemTextColorActive: string;
1380
+ itemColorHover: string;
1381
+ itemOpacityDisabled: string;
1382
+ itemBorderRadius: string;
1383
+ borderRadius: string;
1384
+ iconColor: string;
1385
+ iconColorDisabled: string;
1386
+ itemFontSize: string;
1387
+ itemHeight: string;
1388
+ itemWidth: string;
1389
+ panelActionPadding: string;
1390
+ }, {
1391
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1392
+ height: string;
1393
+ width: string;
1394
+ borderRadius: string;
1395
+ color: string;
1396
+ colorHover: string;
1397
+ railInsetHorizontalBottom: string;
1398
+ railInsetHorizontalTop: string;
1399
+ railInsetVerticalRight: string;
1400
+ railInsetVerticalLeft: string;
1401
+ railColor: string;
1402
+ }, any>;
1403
+ Button: import("../../../_mixins").Theme<"Button", {
1404
+ heightTiny: string;
1405
+ heightSmall: string;
1406
+ heightMedium: string;
1407
+ heightLarge: string;
1408
+ borderRadiusTiny: string;
1409
+ borderRadiusSmall: string;
1410
+ borderRadiusMedium: string;
1411
+ borderRadiusLarge: string;
1412
+ fontSizeTiny: string;
1413
+ fontSizeSmall: string;
1414
+ fontSizeMedium: string;
1415
+ fontSizeLarge: string;
1416
+ opacityDisabled: string;
1417
+ colorOpacitySecondary: string;
1418
+ colorOpacitySecondaryHover: string;
1419
+ colorOpacitySecondaryPressed: string;
1420
+ colorSecondary: string;
1421
+ colorSecondaryHover: string;
1422
+ colorSecondaryPressed: string;
1423
+ colorTertiary: string;
1424
+ colorTertiaryHover: string;
1425
+ colorTertiaryPressed: string;
1426
+ colorQuaternary: string;
1427
+ colorQuaternaryHover: string;
1428
+ colorQuaternaryPressed: string;
1429
+ color: string;
1430
+ colorHover: string;
1431
+ colorPressed: string;
1432
+ colorFocus: string;
1433
+ colorDisabled: string;
1434
+ textColor: string;
1435
+ textColorTertiary: string;
1436
+ textColorHover: string;
1437
+ textColorPressed: string;
1438
+ textColorFocus: string;
1439
+ textColorDisabled: string;
1440
+ textColorText: string;
1441
+ textColorTextHover: string;
1442
+ textColorTextPressed: string;
1443
+ textColorTextFocus: string;
1444
+ textColorTextDisabled: string;
1445
+ textColorGhost: string;
1446
+ textColorGhostHover: string;
1447
+ textColorGhostPressed: string;
1448
+ textColorGhostFocus: string;
1449
+ textColorGhostDisabled: string;
1450
+ border: string;
1451
+ borderHover: string;
1452
+ borderPressed: string;
1453
+ borderFocus: string;
1454
+ borderDisabled: string;
1455
+ rippleColor: string;
1456
+ colorPrimary: string;
1457
+ colorHoverPrimary: string;
1458
+ colorPressedPrimary: string;
1459
+ colorFocusPrimary: string;
1460
+ colorDisabledPrimary: string;
1461
+ textColorPrimary: string;
1462
+ textColorHoverPrimary: string;
1463
+ textColorPressedPrimary: string;
1464
+ textColorFocusPrimary: string;
1465
+ textColorDisabledPrimary: string;
1466
+ textColorTextPrimary: string;
1467
+ textColorTextHoverPrimary: string;
1468
+ textColorTextPressedPrimary: string;
1469
+ textColorTextFocusPrimary: string;
1470
+ textColorTextDisabledPrimary: string;
1471
+ textColorGhostPrimary: string;
1472
+ textColorGhostHoverPrimary: string;
1473
+ textColorGhostPressedPrimary: string;
1474
+ textColorGhostFocusPrimary: string;
1475
+ textColorGhostDisabledPrimary: string;
1476
+ borderPrimary: string;
1477
+ borderHoverPrimary: string;
1478
+ borderPressedPrimary: string;
1479
+ borderFocusPrimary: string;
1480
+ borderDisabledPrimary: string;
1481
+ rippleColorPrimary: string;
1482
+ colorInfo: string;
1483
+ colorHoverInfo: string;
1484
+ colorPressedInfo: string;
1485
+ colorFocusInfo: string;
1486
+ colorDisabledInfo: string;
1487
+ textColorInfo: string;
1488
+ textColorHoverInfo: string;
1489
+ textColorPressedInfo: string;
1490
+ textColorFocusInfo: string;
1491
+ textColorDisabledInfo: string;
1492
+ textColorTextInfo: string;
1493
+ textColorTextHoverInfo: string;
1494
+ textColorTextPressedInfo: string;
1495
+ textColorTextFocusInfo: string;
1496
+ textColorTextDisabledInfo: string;
1497
+ textColorGhostInfo: string;
1498
+ textColorGhostHoverInfo: string;
1499
+ textColorGhostPressedInfo: string;
1500
+ textColorGhostFocusInfo: string;
1501
+ textColorGhostDisabledInfo: string;
1502
+ borderInfo: string;
1503
+ borderHoverInfo: string;
1504
+ borderPressedInfo: string;
1505
+ borderFocusInfo: string;
1506
+ borderDisabledInfo: string;
1507
+ rippleColorInfo: string;
1508
+ colorSuccess: string;
1509
+ colorHoverSuccess: string;
1510
+ colorPressedSuccess: string;
1511
+ colorFocusSuccess: string;
1512
+ colorDisabledSuccess: string;
1513
+ textColorSuccess: string;
1514
+ textColorHoverSuccess: string;
1515
+ textColorPressedSuccess: string;
1516
+ textColorFocusSuccess: string;
1517
+ textColorDisabledSuccess: string;
1518
+ textColorTextSuccess: string;
1519
+ textColorTextHoverSuccess: string;
1520
+ textColorTextPressedSuccess: string;
1521
+ textColorTextFocusSuccess: string;
1522
+ textColorTextDisabledSuccess: string;
1523
+ textColorGhostSuccess: string;
1524
+ textColorGhostHoverSuccess: string;
1525
+ textColorGhostPressedSuccess: string;
1526
+ textColorGhostFocusSuccess: string;
1527
+ textColorGhostDisabledSuccess: string;
1528
+ borderSuccess: string;
1529
+ borderHoverSuccess: string;
1530
+ borderPressedSuccess: string;
1531
+ borderFocusSuccess: string;
1532
+ borderDisabledSuccess: string;
1533
+ rippleColorSuccess: string;
1534
+ colorWarning: string;
1535
+ colorHoverWarning: string;
1536
+ colorPressedWarning: string;
1537
+ colorFocusWarning: string;
1538
+ colorDisabledWarning: string;
1539
+ textColorWarning: string;
1540
+ textColorHoverWarning: string;
1541
+ textColorPressedWarning: string;
1542
+ textColorFocusWarning: string;
1543
+ textColorDisabledWarning: string;
1544
+ textColorTextWarning: string;
1545
+ textColorTextHoverWarning: string;
1546
+ textColorTextPressedWarning: string;
1547
+ textColorTextFocusWarning: string;
1548
+ textColorTextDisabledWarning: string;
1549
+ textColorGhostWarning: string;
1550
+ textColorGhostHoverWarning: string;
1551
+ textColorGhostPressedWarning: string;
1552
+ textColorGhostFocusWarning: string;
1553
+ textColorGhostDisabledWarning: string;
1554
+ borderWarning: string;
1555
+ borderHoverWarning: string;
1556
+ borderPressedWarning: string;
1557
+ borderFocusWarning: string;
1558
+ borderDisabledWarning: string;
1559
+ rippleColorWarning: string;
1560
+ colorError: string;
1561
+ colorHoverError: string;
1562
+ colorPressedError: string;
1563
+ colorFocusError: string;
1564
+ colorDisabledError: string;
1565
+ textColorError: string;
1566
+ textColorHoverError: string;
1567
+ textColorPressedError: string;
1568
+ textColorFocusError: string;
1569
+ textColorDisabledError: string;
1570
+ textColorTextError: string;
1571
+ textColorTextHoverError: string;
1572
+ textColorTextPressedError: string;
1573
+ textColorTextFocusError: string;
1574
+ textColorTextDisabledError: string;
1575
+ textColorGhostError: string;
1576
+ textColorGhostHoverError: string;
1577
+ textColorGhostPressedError: string;
1578
+ textColorGhostFocusError: string;
1579
+ textColorGhostDisabledError: string;
1580
+ borderError: string;
1581
+ borderHoverError: string;
1582
+ borderPressedError: string;
1583
+ borderFocusError: string;
1584
+ borderDisabledError: string;
1585
+ rippleColorError: string;
1586
+ waveOpacity: string;
1587
+ fontWeight: string;
1588
+ fontWeightStrong: string;
1589
+ paddingTiny: string;
1590
+ paddingSmall: string;
1591
+ paddingMedium: string;
1592
+ paddingLarge: string;
1593
+ paddingRoundTiny: string;
1594
+ paddingRoundSmall: string;
1595
+ paddingRoundMedium: string;
1596
+ paddingRoundLarge: string;
1597
+ iconMarginTiny: string;
1598
+ iconMarginSmall: string;
1599
+ iconMarginMedium: string;
1600
+ iconMarginLarge: string;
1601
+ iconSizeTiny: string;
1602
+ iconSizeSmall: string;
1603
+ iconSizeMedium: string;
1604
+ iconSizeLarge: string;
1605
+ rippleDuration: string;
1606
+ }, any>;
1607
+ Input: import("../../../_mixins").Theme<"Input", {
1608
+ fontWeight: string;
1609
+ countTextColorDisabled: string;
1610
+ countTextColor: string;
1611
+ heightTiny: string;
1612
+ heightSmall: string;
1613
+ heightMedium: string;
1614
+ heightLarge: string;
1615
+ fontSizeTiny: string;
1616
+ fontSizeSmall: string;
1617
+ fontSizeMedium: string;
1618
+ fontSizeLarge: string;
1619
+ lineHeight: string;
1620
+ lineHeightTextarea: string;
1621
+ borderRadius: string;
1622
+ iconSize: string;
1623
+ groupLabelColor: string;
1624
+ groupLabelTextColor: string;
1625
+ textColor: string;
1626
+ textColorDisabled: string;
1627
+ textDecorationColor: string;
1628
+ caretColor: string;
1629
+ placeholderColor: string;
1630
+ placeholderColorDisabled: string;
1631
+ color: string;
1632
+ colorDisabled: string;
1633
+ colorFocus: string;
1634
+ groupLabelBorder: string;
1635
+ border: string;
1636
+ borderHover: string;
1637
+ borderDisabled: string;
1638
+ borderFocus: string;
1639
+ boxShadowFocus: string;
1640
+ loadingColor: string;
1641
+ loadingColorWarning: string;
1642
+ borderWarning: string;
1643
+ borderHoverWarning: string;
1644
+ colorFocusWarning: string;
1645
+ borderFocusWarning: string;
1646
+ boxShadowFocusWarning: string;
1647
+ caretColorWarning: string;
1648
+ loadingColorError: string;
1649
+ borderError: string;
1650
+ borderHoverError: string;
1651
+ colorFocusError: string;
1652
+ borderFocusError: string;
1653
+ boxShadowFocusError: string;
1654
+ caretColorError: string;
1655
+ clearColor: string;
1656
+ clearColorHover: string;
1657
+ clearColorPressed: string;
1658
+ iconColor: string;
1659
+ iconColorDisabled: string;
1660
+ iconColorHover: string;
1661
+ iconColorPressed: string;
1662
+ suffixTextColor: string;
1663
+ paddingTiny: string;
1664
+ paddingSmall: string;
1665
+ paddingMedium: string;
1666
+ paddingLarge: string;
1667
+ clearSize: string;
1668
+ }, any>;
1669
+ }>;
1670
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1671
+ height: string;
1672
+ width: string;
1673
+ borderRadius: string;
1674
+ color: string;
1675
+ colorHover: string;
1676
+ railInsetHorizontalBottom: string;
1677
+ railInsetHorizontalTop: string;
1678
+ railInsetVerticalRight: string;
1679
+ railInsetVerticalLeft: string;
1680
+ railColor: string;
1681
+ }, any>;
1682
+ };
1683
+ peerOverrides: {
1684
+ Input?: {
1685
+ peers?: {
1686
+ [x: string]: any;
1687
+ } | undefined;
1688
+ } | undefined;
1689
+ Button?: {
1690
+ peers?: {
1691
+ [x: string]: any;
1692
+ } | undefined;
1693
+ } | undefined;
1694
+ TimePicker?: {
1695
+ peers?: {
1696
+ Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
1697
+ height: string;
1698
+ width: string;
1699
+ borderRadius: string;
1700
+ color: string;
1701
+ colorHover: string;
1702
+ railInsetHorizontalBottom: string;
1703
+ railInsetHorizontalTop: string;
1704
+ railInsetVerticalRight: string;
1705
+ railInsetVerticalLeft: string;
1706
+ railColor: string;
1707
+ }, any>> | undefined;
1708
+ Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
1709
+ heightTiny: string;
1710
+ heightSmall: string;
1711
+ heightMedium: string;
1712
+ heightLarge: string;
1713
+ borderRadiusTiny: string;
1714
+ borderRadiusSmall: string;
1715
+ borderRadiusMedium: string;
1716
+ borderRadiusLarge: string;
1717
+ fontSizeTiny: string;
1718
+ fontSizeSmall: string;
1719
+ fontSizeMedium: string;
1720
+ fontSizeLarge: string;
1721
+ opacityDisabled: string;
1722
+ colorOpacitySecondary: string;
1723
+ colorOpacitySecondaryHover: string;
1724
+ colorOpacitySecondaryPressed: string;
1725
+ colorSecondary: string;
1726
+ colorSecondaryHover: string;
1727
+ colorSecondaryPressed: string;
1728
+ colorTertiary: string;
1729
+ colorTertiaryHover: string;
1730
+ colorTertiaryPressed: string;
1731
+ colorQuaternary: string;
1732
+ colorQuaternaryHover: string;
1733
+ colorQuaternaryPressed: string;
1734
+ color: string;
1735
+ colorHover: string;
1736
+ colorPressed: string;
1737
+ colorFocus: string;
1738
+ colorDisabled: string;
1739
+ textColor: string;
1740
+ textColorTertiary: string;
1741
+ textColorHover: string;
1742
+ textColorPressed: string;
1743
+ textColorFocus: string;
1744
+ textColorDisabled: string;
1745
+ textColorText: string;
1746
+ textColorTextHover: string;
1747
+ textColorTextPressed: string;
1748
+ textColorTextFocus: string;
1749
+ textColorTextDisabled: string;
1750
+ textColorGhost: string;
1751
+ textColorGhostHover: string;
1752
+ textColorGhostPressed: string;
1753
+ textColorGhostFocus: string;
1754
+ textColorGhostDisabled: string;
1755
+ border: string;
1756
+ borderHover: string;
1757
+ borderPressed: string;
1758
+ borderFocus: string;
1759
+ borderDisabled: string;
1760
+ rippleColor: string;
1761
+ colorPrimary: string;
1762
+ colorHoverPrimary: string;
1763
+ colorPressedPrimary: string;
1764
+ colorFocusPrimary: string;
1765
+ colorDisabledPrimary: string;
1766
+ textColorPrimary: string;
1767
+ textColorHoverPrimary: string;
1768
+ textColorPressedPrimary: string;
1769
+ textColorFocusPrimary: string;
1770
+ textColorDisabledPrimary: string;
1771
+ textColorTextPrimary: string;
1772
+ textColorTextHoverPrimary: string;
1773
+ textColorTextPressedPrimary: string;
1774
+ textColorTextFocusPrimary: string;
1775
+ textColorTextDisabledPrimary: string;
1776
+ textColorGhostPrimary: string;
1777
+ textColorGhostHoverPrimary: string;
1778
+ textColorGhostPressedPrimary: string;
1779
+ textColorGhostFocusPrimary: string;
1780
+ textColorGhostDisabledPrimary: string;
1781
+ borderPrimary: string;
1782
+ borderHoverPrimary: string;
1783
+ borderPressedPrimary: string;
1784
+ borderFocusPrimary: string;
1785
+ borderDisabledPrimary: string;
1786
+ rippleColorPrimary: string;
1787
+ colorInfo: string;
1788
+ colorHoverInfo: string;
1789
+ colorPressedInfo: string;
1790
+ colorFocusInfo: string;
1791
+ colorDisabledInfo: string;
1792
+ textColorInfo: string;
1793
+ textColorHoverInfo: string;
1794
+ textColorPressedInfo: string;
1795
+ textColorFocusInfo: string;
1796
+ textColorDisabledInfo: string;
1797
+ textColorTextInfo: string;
1798
+ textColorTextHoverInfo: string;
1799
+ textColorTextPressedInfo: string;
1800
+ textColorTextFocusInfo: string;
1801
+ textColorTextDisabledInfo: string;
1802
+ textColorGhostInfo: string;
1803
+ textColorGhostHoverInfo: string;
1804
+ textColorGhostPressedInfo: string;
1805
+ textColorGhostFocusInfo: string;
1806
+ textColorGhostDisabledInfo: string;
1807
+ borderInfo: string;
1808
+ borderHoverInfo: string;
1809
+ borderPressedInfo: string;
1810
+ borderFocusInfo: string;
1811
+ borderDisabledInfo: string;
1812
+ rippleColorInfo: string;
1813
+ colorSuccess: string;
1814
+ colorHoverSuccess: string;
1815
+ colorPressedSuccess: string;
1816
+ colorFocusSuccess: string;
1817
+ colorDisabledSuccess: string;
1818
+ textColorSuccess: string;
1819
+ textColorHoverSuccess: string;
1820
+ textColorPressedSuccess: string;
1821
+ textColorFocusSuccess: string;
1822
+ textColorDisabledSuccess: string;
1823
+ textColorTextSuccess: string;
1824
+ textColorTextHoverSuccess: string;
1825
+ textColorTextPressedSuccess: string;
1826
+ textColorTextFocusSuccess: string;
1827
+ textColorTextDisabledSuccess: string;
1828
+ textColorGhostSuccess: string;
1829
+ textColorGhostHoverSuccess: string;
1830
+ textColorGhostPressedSuccess: string;
1831
+ textColorGhostFocusSuccess: string;
1832
+ textColorGhostDisabledSuccess: string;
1833
+ borderSuccess: string;
1834
+ borderHoverSuccess: string;
1835
+ borderPressedSuccess: string;
1836
+ borderFocusSuccess: string;
1837
+ borderDisabledSuccess: string;
1838
+ rippleColorSuccess: string;
1839
+ colorWarning: string;
1840
+ colorHoverWarning: string;
1841
+ colorPressedWarning: string;
1842
+ colorFocusWarning: string;
1843
+ colorDisabledWarning: string;
1844
+ textColorWarning: string;
1845
+ textColorHoverWarning: string;
1846
+ textColorPressedWarning: string;
1847
+ textColorFocusWarning: string;
1848
+ textColorDisabledWarning: string;
1849
+ textColorTextWarning: string;
1850
+ textColorTextHoverWarning: string;
1851
+ textColorTextPressedWarning: string;
1852
+ textColorTextFocusWarning: string;
1853
+ textColorTextDisabledWarning: string;
1854
+ textColorGhostWarning: string;
1855
+ textColorGhostHoverWarning: string;
1856
+ textColorGhostPressedWarning: string;
1857
+ textColorGhostFocusWarning: string;
1858
+ textColorGhostDisabledWarning: string;
1859
+ borderWarning: string;
1860
+ borderHoverWarning: string;
1861
+ borderPressedWarning: string;
1862
+ borderFocusWarning: string;
1863
+ borderDisabledWarning: string;
1864
+ rippleColorWarning: string;
1865
+ colorError: string;
1866
+ colorHoverError: string;
1867
+ colorPressedError: string;
1868
+ colorFocusError: string;
1869
+ colorDisabledError: string;
1870
+ textColorError: string;
1871
+ textColorHoverError: string;
1872
+ textColorPressedError: string;
1873
+ textColorFocusError: string;
1874
+ textColorDisabledError: string;
1875
+ textColorTextError: string;
1876
+ textColorTextHoverError: string;
1877
+ textColorTextPressedError: string;
1878
+ textColorTextFocusError: string;
1879
+ textColorTextDisabledError: string;
1880
+ textColorGhostError: string;
1881
+ textColorGhostHoverError: string;
1882
+ textColorGhostPressedError: string;
1883
+ textColorGhostFocusError: string;
1884
+ textColorGhostDisabledError: string;
1885
+ borderError: string;
1886
+ borderHoverError: string;
1887
+ borderPressedError: string;
1888
+ borderFocusError: string;
1889
+ borderDisabledError: string;
1890
+ rippleColorError: string;
1891
+ waveOpacity: string;
1892
+ fontWeight: string;
1893
+ fontWeightStrong: string;
1894
+ paddingTiny: string;
1895
+ paddingSmall: string;
1896
+ paddingMedium: string;
1897
+ paddingLarge: string;
1898
+ paddingRoundTiny: string;
1899
+ paddingRoundSmall: string;
1900
+ paddingRoundMedium: string;
1901
+ paddingRoundLarge: string;
1902
+ iconMarginTiny: string;
1903
+ iconMarginSmall: string;
1904
+ iconMarginMedium: string;
1905
+ iconMarginLarge: string;
1906
+ iconSizeTiny: string;
1907
+ iconSizeSmall: string;
1908
+ iconSizeMedium: string;
1909
+ iconSizeLarge: string;
1910
+ rippleDuration: string;
1911
+ }, any>> | undefined;
1912
+ Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
1913
+ fontWeight: string;
1914
+ countTextColorDisabled: string;
1915
+ countTextColor: string;
1916
+ heightTiny: string;
1917
+ heightSmall: string;
1918
+ heightMedium: string;
1919
+ heightLarge: string;
1920
+ fontSizeTiny: string;
1921
+ fontSizeSmall: string;
1922
+ fontSizeMedium: string;
1923
+ fontSizeLarge: string;
1924
+ lineHeight: string;
1925
+ lineHeightTextarea: string;
1926
+ borderRadius: string;
1927
+ iconSize: string;
1928
+ groupLabelColor: string;
1929
+ groupLabelTextColor: string;
1930
+ textColor: string;
1931
+ textColorDisabled: string;
1932
+ textDecorationColor: string;
1933
+ caretColor: string;
1934
+ placeholderColor: string;
1935
+ placeholderColorDisabled: string;
1936
+ color: string;
1937
+ colorDisabled: string;
1938
+ colorFocus: string;
1939
+ groupLabelBorder: string;
1940
+ border: string;
1941
+ borderHover: string;
1942
+ borderDisabled: string;
1943
+ borderFocus: string;
1944
+ boxShadowFocus: string;
1945
+ loadingColor: string;
1946
+ loadingColorWarning: string;
1947
+ borderWarning: string;
1948
+ borderHoverWarning: string;
1949
+ colorFocusWarning: string;
1950
+ borderFocusWarning: string;
1951
+ boxShadowFocusWarning: string;
1952
+ caretColorWarning: string;
1953
+ loadingColorError: string;
1954
+ borderError: string;
1955
+ borderHoverError: string;
1956
+ colorFocusError: string;
1957
+ borderFocusError: string;
1958
+ boxShadowFocusError: string;
1959
+ caretColorError: string;
1960
+ clearColor: string;
1961
+ clearColorHover: string;
1962
+ clearColorPressed: string;
1963
+ iconColor: string;
1964
+ iconColorDisabled: string;
1965
+ iconColorHover: string;
1966
+ iconColorPressed: string;
1967
+ suffixTextColor: string;
1968
+ paddingTiny: string;
1969
+ paddingSmall: string;
1970
+ paddingMedium: string;
1971
+ paddingLarge: string;
1972
+ clearSize: string;
1973
+ }, any>> | undefined;
1974
+ } | undefined;
1975
+ } | undefined;
1976
+ Scrollbar?: {
1977
+ peers?: {
1978
+ [x: string]: any;
1979
+ } | undefined;
1980
+ } | undefined;
1981
+ };
1040
1982
  }>;
1041
- mergedClsPrefix: import("vue").Ref<string>;
1983
+ mergedClsPrefix: import("vue").Ref<string, string>;
1042
1984
  dateFnsOptions: import("vue").ComputedRef<{
1043
1985
  locale: import("date-fns").Locale;
1044
1986
  }>;
1045
- timePickerProps: import("vue").Ref<import("../../..").TimePickerProps | [import("../../..").TimePickerProps, import("../../..").TimePickerProps] | undefined>;
1046
- selfRef: import("vue").Ref<HTMLElement | null>;
1987
+ timePickerProps: import("vue").Ref<import("../../..").TimePickerProps | [import("../../..").TimePickerProps, import("../../..").TimePickerProps] | undefined, import("../../..").TimePickerProps | [import("../../..").TimePickerProps, import("../../..").TimePickerProps] | undefined>;
1988
+ selfRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1047
1989
  locale: import("vue").Ref<{
1048
1990
  yearFormat: string;
1049
1991
  monthFormat: string;
@@ -1074,6 +2016,36 @@ declare const _default: import("vue").DefineComponent<{
1074
2016
  monthBeforeYear: boolean;
1075
2017
  firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
1076
2018
  today: string;
2019
+ }, {
2020
+ yearFormat: string;
2021
+ monthFormat: string;
2022
+ dayFormat: string;
2023
+ yearTypeFormat: string;
2024
+ monthTypeFormat: string;
2025
+ dateFormat: string;
2026
+ dateTimeFormat: string;
2027
+ quarterFormat: string;
2028
+ weekFormat: string;
2029
+ clear: string;
2030
+ now: string;
2031
+ confirm: string;
2032
+ selectTime: string;
2033
+ selectDate: string;
2034
+ datePlaceholder: string;
2035
+ datetimePlaceholder: string;
2036
+ monthPlaceholder: string;
2037
+ yearPlaceholder: string;
2038
+ quarterPlaceholder: string;
2039
+ weekPlaceholder: string;
2040
+ startDatePlaceholder: string;
2041
+ endDatePlaceholder: string;
2042
+ startDatetimePlaceholder: string;
2043
+ endDatetimePlaceholder: string;
2044
+ startMonthPlaceholder: string;
2045
+ endMonthPlaceholder: string;
2046
+ monthBeforeYear: boolean;
2047
+ firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
2048
+ today: string;
1077
2049
  }>;
1078
2050
  doConfirm: () => void;
1079
2051
  doClose: (disableUpdateOnClose?: boolean) => void;
@@ -1088,10 +2060,10 @@ declare const _default: import("vue").DefineComponent<{
1088
2060
  restorePendingValue: () => void;
1089
2061
  getShortcutValue: (shortcut: import("../interface").Shortcuts[string]) => number | [number, number] | readonly [number, number];
1090
2062
  handleShortcutMouseleave: () => void;
1091
- showMonthYearPanel: import("vue").Ref<boolean>;
2063
+ showMonthYearPanel: import("vue").Ref<boolean, boolean>;
1092
2064
  handleOpenQuickSelectMonthPanel: () => void;
1093
- startDatesElRef: import("vue").Ref<HTMLElement | null>;
1094
- endDatesElRef: import("vue").Ref<HTMLElement | null>;
2065
+ startDatesElRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2066
+ endDatesElRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1095
2067
  handleDateClick: (dateItem: import("../utils").DateItem) => void;
1096
2068
  handleColItemClick: (dateItem: import("../utils").MonthItem | import("../utils").QuarterItem | import("../utils").YearItem, clickType: "start" | "end") => void;
1097
2069
  handleDateMouseEnter: (dateItem: import("../utils").DateItem) => void;
@@ -1106,7 +2078,7 @@ declare const _default: import("vue").DefineComponent<{
1106
2078
  endCalendarNextYear: () => void;
1107
2079
  mergedIsDateDisabled: (ts: number) => boolean;
1108
2080
  changeStartEndTime: (startTime: number, endTime: number, source: "shortcutPreview" | "wipPreview" | "done") => void;
1109
- ranges: import("vue").Ref<Record<string, [number, number]> | undefined>;
2081
+ ranges: import("vue").Ref<Record<string, [number, number]> | undefined, Record<string, [number, number]> | undefined>;
1110
2082
  calendarMonthBeforeYear: import("vue").ComputedRef<boolean>;
1111
2083
  startCalendarMonth: import("vue").ComputedRef<string>;
1112
2084
  startCalendarYear: import("vue").ComputedRef<string>;
@@ -1121,10 +2093,10 @@ declare const _default: import("vue").DefineComponent<{
1121
2093
  endYearArray: import("vue").ComputedRef<import("../utils").YearItem[]>;
1122
2094
  endMonthArray: import("vue").ComputedRef<import("../utils").MonthItem[]>;
1123
2095
  endQuarterArray: import("vue").ComputedRef<import("../utils").QuarterItem[]>;
1124
- isSelecting: import("vue").Ref<boolean>;
2096
+ isSelecting: import("vue").Ref<boolean, boolean>;
1125
2097
  handleRangeShortcutMouseenter: (shortcut: import("../interface").Shortcuts[string]) => void;
1126
2098
  handleRangeShortcutClick: (shortcut: import("../interface").Shortcuts[string]) => void;
1127
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2099
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1128
2100
  readonly defaultCalendarStartTime: NumberConstructor;
1129
2101
  readonly defaultCalendarEndTime: NumberConstructor;
1130
2102
  readonly bindCalendarMonths: BooleanConstructor;
@@ -1172,7 +2144,7 @@ declare const _default: import("vue").DefineComponent<{
1172
2144
  readonly onPrevMonth: import("vue").PropType<() => void>;
1173
2145
  readonly onNextYear: import("vue").PropType<() => void>;
1174
2146
  readonly onPrevYear: import("vue").PropType<() => void>;
1175
- }>>, {
2147
+ }>> & Readonly<{}>, {
1176
2148
  readonly value: import("../interface").Value | null;
1177
2149
  readonly active: boolean;
1178
2150
  readonly actions: string[];
@@ -1180,5 +2152,5 @@ declare const _default: import("vue").DefineComponent<{
1180
2152
  readonly calendarHeaderMonthBeforeYear: boolean;
1181
2153
  readonly panel: boolean;
1182
2154
  readonly bindCalendarMonths: boolean;
1183
- }, {}>;
2155
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1184
2156
  export default _default;