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
@@ -4,7 +4,7 @@
4
4
  * 1. confirm click
5
5
  * 2. clear click
6
6
  */
7
- declare const _default: import("vue").DefineComponent<{
7
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
8
  readonly defaultCalendarStartTime: NumberConstructor;
9
9
  readonly actions: {
10
10
  readonly type: import("vue").PropType<string[]>;
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
50
50
  readonly onPrevMonth: import("vue").PropType<() => void>;
51
51
  readonly onNextYear: import("vue").PropType<() => void>;
52
52
  readonly onPrevYear: import("vue").PropType<() => void>;
53
- }, {
53
+ }>, {
54
54
  handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
55
55
  handleDateInputBlur: () => void;
56
56
  handleDateInput: (value: string) => void;
@@ -61,14 +61,14 @@ declare const _default: import("vue").DefineComponent<{
61
61
  virtualListContainer: () => HTMLElement | null;
62
62
  virtualListContent: () => HTMLElement | null;
63
63
  handleVirtualListScroll: () => void;
64
- timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
65
- dateInputValue: import("vue").Ref<string>;
64
+ timePickerSize: import("vue").Ref<"small" | "medium" | "large", "small" | "medium" | "large">;
65
+ dateInputValue: import("vue").Ref<string, string>;
66
66
  datePickerSlots: Readonly<{
67
67
  [name: string]: import("vue").Slot<any> | undefined;
68
68
  }>;
69
69
  handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
70
70
  justifyColumnsScrollState: (value?: number) => void;
71
- calendarValue: import("vue").Ref<number>;
71
+ calendarValue: import("vue").Ref<number, number>;
72
72
  onUpdateCalendarValue: (value: number) => void;
73
73
  monthScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
74
74
  yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
@@ -1015,13 +1015,955 @@ declare const _default: import("vue").DefineComponent<{
1015
1015
  } | undefined;
1016
1016
  } | undefined;
1017
1017
  };
1018
+ }, {
1019
+ common: import("../../..").ThemeCommonVars;
1020
+ self: {
1021
+ itemFontSize: string;
1022
+ calendarDaysFontSize: string;
1023
+ calendarTitleFontSize: string;
1024
+ itemTextColor: string;
1025
+ itemTextColorDisabled: string;
1026
+ itemTextColorActive: string;
1027
+ itemTextColorCurrent: string;
1028
+ itemColorIncluded: string;
1029
+ itemColorHover: string;
1030
+ itemColorDisabled: string;
1031
+ itemColorActive: string;
1032
+ itemBorderRadius: string;
1033
+ panelColor: string;
1034
+ panelTextColor: string;
1035
+ arrowColor: string;
1036
+ calendarTitleTextColor: string;
1037
+ calendarTitleColorHover: string;
1038
+ calendarDaysTextColor: string;
1039
+ panelHeaderDividerColor: string;
1040
+ calendarDaysDividerColor: string;
1041
+ calendarDividerColor: string;
1042
+ panelActionDividerColor: string;
1043
+ panelBoxShadow: string;
1044
+ panelBorderRadius: string;
1045
+ calendarTitleFontWeight: string;
1046
+ scrollItemBorderRadius: string;
1047
+ iconColor: string;
1048
+ iconColorDisabled: string;
1049
+ itemSize: string;
1050
+ itemCellWidth: string;
1051
+ itemCellHeight: string;
1052
+ scrollItemWidth: string;
1053
+ scrollItemHeight: string;
1054
+ panelExtraFooterPadding: string;
1055
+ panelActionPadding: string;
1056
+ calendarTitlePadding: string;
1057
+ calendarTitleHeight: string;
1058
+ arrowSize: string;
1059
+ panelHeaderPadding: string;
1060
+ calendarDaysHeight: string;
1061
+ calendarTitleGridTempateColumns: string;
1062
+ calendarLeftPaddingDate: string;
1063
+ calendarLeftPaddingDatetime: string;
1064
+ calendarLeftPaddingDaterange: string;
1065
+ calendarLeftPaddingDatetimerange: string;
1066
+ calendarLeftPaddingMonth: string;
1067
+ calendarLeftPaddingYear: string;
1068
+ calendarLeftPaddingQuarter: string;
1069
+ calendarLeftPaddingMonthrange: string;
1070
+ calendarLeftPaddingQuarterrange: string;
1071
+ calendarLeftPaddingYearrange: string;
1072
+ calendarLeftPaddingWeek: string;
1073
+ calendarRightPaddingDate: string;
1074
+ calendarRightPaddingDatetime: string;
1075
+ calendarRightPaddingDaterange: string;
1076
+ calendarRightPaddingDatetimerange: string;
1077
+ calendarRightPaddingMonth: string;
1078
+ calendarRightPaddingYear: string;
1079
+ calendarRightPaddingQuarter: string;
1080
+ calendarRightPaddingMonthrange: string;
1081
+ calendarRightPaddingQuarterrange: string;
1082
+ calendarRightPaddingYearrange: string;
1083
+ calendarRightPaddingWeek: string;
1084
+ };
1085
+ peers: {
1086
+ Input: import("../../../_mixins").Theme<"Input", {
1087
+ fontWeight: string;
1088
+ countTextColorDisabled: string;
1089
+ countTextColor: string;
1090
+ heightTiny: string;
1091
+ heightSmall: string;
1092
+ heightMedium: string;
1093
+ heightLarge: string;
1094
+ fontSizeTiny: string;
1095
+ fontSizeSmall: string;
1096
+ fontSizeMedium: string;
1097
+ fontSizeLarge: string;
1098
+ lineHeight: string;
1099
+ lineHeightTextarea: string;
1100
+ borderRadius: string;
1101
+ iconSize: string;
1102
+ groupLabelColor: string;
1103
+ groupLabelTextColor: string;
1104
+ textColor: string;
1105
+ textColorDisabled: string;
1106
+ textDecorationColor: string;
1107
+ caretColor: string;
1108
+ placeholderColor: string;
1109
+ placeholderColorDisabled: string;
1110
+ color: string;
1111
+ colorDisabled: string;
1112
+ colorFocus: string;
1113
+ groupLabelBorder: string;
1114
+ border: string;
1115
+ borderHover: string;
1116
+ borderDisabled: string;
1117
+ borderFocus: string;
1118
+ boxShadowFocus: string;
1119
+ loadingColor: string;
1120
+ loadingColorWarning: string;
1121
+ borderWarning: string;
1122
+ borderHoverWarning: string;
1123
+ colorFocusWarning: string;
1124
+ borderFocusWarning: string;
1125
+ boxShadowFocusWarning: string;
1126
+ caretColorWarning: string;
1127
+ loadingColorError: string;
1128
+ borderError: string;
1129
+ borderHoverError: string;
1130
+ colorFocusError: string;
1131
+ borderFocusError: string;
1132
+ boxShadowFocusError: string;
1133
+ caretColorError: string;
1134
+ clearColor: string;
1135
+ clearColorHover: string;
1136
+ clearColorPressed: string;
1137
+ iconColor: string;
1138
+ iconColorDisabled: string;
1139
+ iconColorHover: string;
1140
+ iconColorPressed: string;
1141
+ suffixTextColor: string;
1142
+ paddingTiny: string;
1143
+ paddingSmall: string;
1144
+ paddingMedium: string;
1145
+ paddingLarge: string;
1146
+ clearSize: string;
1147
+ }, any>;
1148
+ Button: import("../../../_mixins").Theme<"Button", {
1149
+ heightTiny: string;
1150
+ heightSmall: string;
1151
+ heightMedium: string;
1152
+ heightLarge: string;
1153
+ borderRadiusTiny: string;
1154
+ borderRadiusSmall: string;
1155
+ borderRadiusMedium: string;
1156
+ borderRadiusLarge: string;
1157
+ fontSizeTiny: string;
1158
+ fontSizeSmall: string;
1159
+ fontSizeMedium: string;
1160
+ fontSizeLarge: string;
1161
+ opacityDisabled: string;
1162
+ colorOpacitySecondary: string;
1163
+ colorOpacitySecondaryHover: string;
1164
+ colorOpacitySecondaryPressed: string;
1165
+ colorSecondary: string;
1166
+ colorSecondaryHover: string;
1167
+ colorSecondaryPressed: string;
1168
+ colorTertiary: string;
1169
+ colorTertiaryHover: string;
1170
+ colorTertiaryPressed: string;
1171
+ colorQuaternary: string;
1172
+ colorQuaternaryHover: string;
1173
+ colorQuaternaryPressed: string;
1174
+ color: string;
1175
+ colorHover: string;
1176
+ colorPressed: string;
1177
+ colorFocus: string;
1178
+ colorDisabled: string;
1179
+ textColor: string;
1180
+ textColorTertiary: string;
1181
+ textColorHover: string;
1182
+ textColorPressed: string;
1183
+ textColorFocus: string;
1184
+ textColorDisabled: string;
1185
+ textColorText: string;
1186
+ textColorTextHover: string;
1187
+ textColorTextPressed: string;
1188
+ textColorTextFocus: string;
1189
+ textColorTextDisabled: string;
1190
+ textColorGhost: string;
1191
+ textColorGhostHover: string;
1192
+ textColorGhostPressed: string;
1193
+ textColorGhostFocus: string;
1194
+ textColorGhostDisabled: string;
1195
+ border: string;
1196
+ borderHover: string;
1197
+ borderPressed: string;
1198
+ borderFocus: string;
1199
+ borderDisabled: string;
1200
+ rippleColor: string;
1201
+ colorPrimary: string;
1202
+ colorHoverPrimary: string;
1203
+ colorPressedPrimary: string;
1204
+ colorFocusPrimary: string;
1205
+ colorDisabledPrimary: string;
1206
+ textColorPrimary: string;
1207
+ textColorHoverPrimary: string;
1208
+ textColorPressedPrimary: string;
1209
+ textColorFocusPrimary: string;
1210
+ textColorDisabledPrimary: string;
1211
+ textColorTextPrimary: string;
1212
+ textColorTextHoverPrimary: string;
1213
+ textColorTextPressedPrimary: string;
1214
+ textColorTextFocusPrimary: string;
1215
+ textColorTextDisabledPrimary: string;
1216
+ textColorGhostPrimary: string;
1217
+ textColorGhostHoverPrimary: string;
1218
+ textColorGhostPressedPrimary: string;
1219
+ textColorGhostFocusPrimary: string;
1220
+ textColorGhostDisabledPrimary: string;
1221
+ borderPrimary: string;
1222
+ borderHoverPrimary: string;
1223
+ borderPressedPrimary: string;
1224
+ borderFocusPrimary: string;
1225
+ borderDisabledPrimary: string;
1226
+ rippleColorPrimary: string;
1227
+ colorInfo: string;
1228
+ colorHoverInfo: string;
1229
+ colorPressedInfo: string;
1230
+ colorFocusInfo: string;
1231
+ colorDisabledInfo: string;
1232
+ textColorInfo: string;
1233
+ textColorHoverInfo: string;
1234
+ textColorPressedInfo: string;
1235
+ textColorFocusInfo: string;
1236
+ textColorDisabledInfo: string;
1237
+ textColorTextInfo: string;
1238
+ textColorTextHoverInfo: string;
1239
+ textColorTextPressedInfo: string;
1240
+ textColorTextFocusInfo: string;
1241
+ textColorTextDisabledInfo: string;
1242
+ textColorGhostInfo: string;
1243
+ textColorGhostHoverInfo: string;
1244
+ textColorGhostPressedInfo: string;
1245
+ textColorGhostFocusInfo: string;
1246
+ textColorGhostDisabledInfo: string;
1247
+ borderInfo: string;
1248
+ borderHoverInfo: string;
1249
+ borderPressedInfo: string;
1250
+ borderFocusInfo: string;
1251
+ borderDisabledInfo: string;
1252
+ rippleColorInfo: string;
1253
+ colorSuccess: string;
1254
+ colorHoverSuccess: string;
1255
+ colorPressedSuccess: string;
1256
+ colorFocusSuccess: string;
1257
+ colorDisabledSuccess: string;
1258
+ textColorSuccess: string;
1259
+ textColorHoverSuccess: string;
1260
+ textColorPressedSuccess: string;
1261
+ textColorFocusSuccess: string;
1262
+ textColorDisabledSuccess: string;
1263
+ textColorTextSuccess: string;
1264
+ textColorTextHoverSuccess: string;
1265
+ textColorTextPressedSuccess: string;
1266
+ textColorTextFocusSuccess: string;
1267
+ textColorTextDisabledSuccess: string;
1268
+ textColorGhostSuccess: string;
1269
+ textColorGhostHoverSuccess: string;
1270
+ textColorGhostPressedSuccess: string;
1271
+ textColorGhostFocusSuccess: string;
1272
+ textColorGhostDisabledSuccess: string;
1273
+ borderSuccess: string;
1274
+ borderHoverSuccess: string;
1275
+ borderPressedSuccess: string;
1276
+ borderFocusSuccess: string;
1277
+ borderDisabledSuccess: string;
1278
+ rippleColorSuccess: string;
1279
+ colorWarning: string;
1280
+ colorHoverWarning: string;
1281
+ colorPressedWarning: string;
1282
+ colorFocusWarning: string;
1283
+ colorDisabledWarning: string;
1284
+ textColorWarning: string;
1285
+ textColorHoverWarning: string;
1286
+ textColorPressedWarning: string;
1287
+ textColorFocusWarning: string;
1288
+ textColorDisabledWarning: string;
1289
+ textColorTextWarning: string;
1290
+ textColorTextHoverWarning: string;
1291
+ textColorTextPressedWarning: string;
1292
+ textColorTextFocusWarning: string;
1293
+ textColorTextDisabledWarning: string;
1294
+ textColorGhostWarning: string;
1295
+ textColorGhostHoverWarning: string;
1296
+ textColorGhostPressedWarning: string;
1297
+ textColorGhostFocusWarning: string;
1298
+ textColorGhostDisabledWarning: string;
1299
+ borderWarning: string;
1300
+ borderHoverWarning: string;
1301
+ borderPressedWarning: string;
1302
+ borderFocusWarning: string;
1303
+ borderDisabledWarning: string;
1304
+ rippleColorWarning: string;
1305
+ colorError: string;
1306
+ colorHoverError: string;
1307
+ colorPressedError: string;
1308
+ colorFocusError: string;
1309
+ colorDisabledError: string;
1310
+ textColorError: string;
1311
+ textColorHoverError: string;
1312
+ textColorPressedError: string;
1313
+ textColorFocusError: string;
1314
+ textColorDisabledError: string;
1315
+ textColorTextError: string;
1316
+ textColorTextHoverError: string;
1317
+ textColorTextPressedError: string;
1318
+ textColorTextFocusError: string;
1319
+ textColorTextDisabledError: string;
1320
+ textColorGhostError: string;
1321
+ textColorGhostHoverError: string;
1322
+ textColorGhostPressedError: string;
1323
+ textColorGhostFocusError: string;
1324
+ textColorGhostDisabledError: string;
1325
+ borderError: string;
1326
+ borderHoverError: string;
1327
+ borderPressedError: string;
1328
+ borderFocusError: string;
1329
+ borderDisabledError: string;
1330
+ rippleColorError: string;
1331
+ waveOpacity: string;
1332
+ fontWeight: string;
1333
+ fontWeightStrong: string;
1334
+ paddingTiny: string;
1335
+ paddingSmall: string;
1336
+ paddingMedium: string;
1337
+ paddingLarge: string;
1338
+ paddingRoundTiny: string;
1339
+ paddingRoundSmall: string;
1340
+ paddingRoundMedium: string;
1341
+ paddingRoundLarge: string;
1342
+ iconMarginTiny: string;
1343
+ iconMarginSmall: string;
1344
+ iconMarginMedium: string;
1345
+ iconMarginLarge: string;
1346
+ iconSizeTiny: string;
1347
+ iconSizeSmall: string;
1348
+ iconSizeMedium: string;
1349
+ iconSizeLarge: string;
1350
+ rippleDuration: string;
1351
+ }, any>;
1352
+ TimePicker: import("../../../_mixins").Theme<"TimePicker", {
1353
+ panelColor: string;
1354
+ panelBoxShadow: string;
1355
+ panelDividerColor: string;
1356
+ itemTextColor: string;
1357
+ itemTextColorActive: string;
1358
+ itemColorHover: string;
1359
+ itemOpacityDisabled: string;
1360
+ itemBorderRadius: string;
1361
+ borderRadius: string;
1362
+ iconColor: string;
1363
+ iconColorDisabled: string;
1364
+ itemFontSize: string;
1365
+ itemHeight: string;
1366
+ itemWidth: string;
1367
+ panelActionPadding: string;
1368
+ }, {
1369
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1370
+ height: string;
1371
+ width: string;
1372
+ borderRadius: string;
1373
+ color: string;
1374
+ colorHover: string;
1375
+ railInsetHorizontalBottom: string;
1376
+ railInsetHorizontalTop: string;
1377
+ railInsetVerticalRight: string;
1378
+ railInsetVerticalLeft: string;
1379
+ railColor: string;
1380
+ }, any>;
1381
+ Button: import("../../../_mixins").Theme<"Button", {
1382
+ heightTiny: string;
1383
+ heightSmall: string;
1384
+ heightMedium: string;
1385
+ heightLarge: string;
1386
+ borderRadiusTiny: string;
1387
+ borderRadiusSmall: string;
1388
+ borderRadiusMedium: string;
1389
+ borderRadiusLarge: string;
1390
+ fontSizeTiny: string;
1391
+ fontSizeSmall: string;
1392
+ fontSizeMedium: string;
1393
+ fontSizeLarge: string;
1394
+ opacityDisabled: string;
1395
+ colorOpacitySecondary: string;
1396
+ colorOpacitySecondaryHover: string;
1397
+ colorOpacitySecondaryPressed: string;
1398
+ colorSecondary: string;
1399
+ colorSecondaryHover: string;
1400
+ colorSecondaryPressed: string;
1401
+ colorTertiary: string;
1402
+ colorTertiaryHover: string;
1403
+ colorTertiaryPressed: string;
1404
+ colorQuaternary: string;
1405
+ colorQuaternaryHover: string;
1406
+ colorQuaternaryPressed: string;
1407
+ color: string;
1408
+ colorHover: string;
1409
+ colorPressed: string;
1410
+ colorFocus: string;
1411
+ colorDisabled: string;
1412
+ textColor: string;
1413
+ textColorTertiary: string;
1414
+ textColorHover: string;
1415
+ textColorPressed: string;
1416
+ textColorFocus: string;
1417
+ textColorDisabled: string;
1418
+ textColorText: string;
1419
+ textColorTextHover: string;
1420
+ textColorTextPressed: string;
1421
+ textColorTextFocus: string;
1422
+ textColorTextDisabled: string;
1423
+ textColorGhost: string;
1424
+ textColorGhostHover: string;
1425
+ textColorGhostPressed: string;
1426
+ textColorGhostFocus: string;
1427
+ textColorGhostDisabled: string;
1428
+ border: string;
1429
+ borderHover: string;
1430
+ borderPressed: string;
1431
+ borderFocus: string;
1432
+ borderDisabled: string;
1433
+ rippleColor: string;
1434
+ colorPrimary: string;
1435
+ colorHoverPrimary: string;
1436
+ colorPressedPrimary: string;
1437
+ colorFocusPrimary: string;
1438
+ colorDisabledPrimary: string;
1439
+ textColorPrimary: string;
1440
+ textColorHoverPrimary: string;
1441
+ textColorPressedPrimary: string;
1442
+ textColorFocusPrimary: string;
1443
+ textColorDisabledPrimary: string;
1444
+ textColorTextPrimary: string;
1445
+ textColorTextHoverPrimary: string;
1446
+ textColorTextPressedPrimary: string;
1447
+ textColorTextFocusPrimary: string;
1448
+ textColorTextDisabledPrimary: string;
1449
+ textColorGhostPrimary: string;
1450
+ textColorGhostHoverPrimary: string;
1451
+ textColorGhostPressedPrimary: string;
1452
+ textColorGhostFocusPrimary: string;
1453
+ textColorGhostDisabledPrimary: string;
1454
+ borderPrimary: string;
1455
+ borderHoverPrimary: string;
1456
+ borderPressedPrimary: string;
1457
+ borderFocusPrimary: string;
1458
+ borderDisabledPrimary: string;
1459
+ rippleColorPrimary: string;
1460
+ colorInfo: string;
1461
+ colorHoverInfo: string;
1462
+ colorPressedInfo: string;
1463
+ colorFocusInfo: string;
1464
+ colorDisabledInfo: string;
1465
+ textColorInfo: string;
1466
+ textColorHoverInfo: string;
1467
+ textColorPressedInfo: string;
1468
+ textColorFocusInfo: string;
1469
+ textColorDisabledInfo: string;
1470
+ textColorTextInfo: string;
1471
+ textColorTextHoverInfo: string;
1472
+ textColorTextPressedInfo: string;
1473
+ textColorTextFocusInfo: string;
1474
+ textColorTextDisabledInfo: string;
1475
+ textColorGhostInfo: string;
1476
+ textColorGhostHoverInfo: string;
1477
+ textColorGhostPressedInfo: string;
1478
+ textColorGhostFocusInfo: string;
1479
+ textColorGhostDisabledInfo: string;
1480
+ borderInfo: string;
1481
+ borderHoverInfo: string;
1482
+ borderPressedInfo: string;
1483
+ borderFocusInfo: string;
1484
+ borderDisabledInfo: string;
1485
+ rippleColorInfo: string;
1486
+ colorSuccess: string;
1487
+ colorHoverSuccess: string;
1488
+ colorPressedSuccess: string;
1489
+ colorFocusSuccess: string;
1490
+ colorDisabledSuccess: string;
1491
+ textColorSuccess: string;
1492
+ textColorHoverSuccess: string;
1493
+ textColorPressedSuccess: string;
1494
+ textColorFocusSuccess: string;
1495
+ textColorDisabledSuccess: string;
1496
+ textColorTextSuccess: string;
1497
+ textColorTextHoverSuccess: string;
1498
+ textColorTextPressedSuccess: string;
1499
+ textColorTextFocusSuccess: string;
1500
+ textColorTextDisabledSuccess: string;
1501
+ textColorGhostSuccess: string;
1502
+ textColorGhostHoverSuccess: string;
1503
+ textColorGhostPressedSuccess: string;
1504
+ textColorGhostFocusSuccess: string;
1505
+ textColorGhostDisabledSuccess: string;
1506
+ borderSuccess: string;
1507
+ borderHoverSuccess: string;
1508
+ borderPressedSuccess: string;
1509
+ borderFocusSuccess: string;
1510
+ borderDisabledSuccess: string;
1511
+ rippleColorSuccess: string;
1512
+ colorWarning: string;
1513
+ colorHoverWarning: string;
1514
+ colorPressedWarning: string;
1515
+ colorFocusWarning: string;
1516
+ colorDisabledWarning: string;
1517
+ textColorWarning: string;
1518
+ textColorHoverWarning: string;
1519
+ textColorPressedWarning: string;
1520
+ textColorFocusWarning: string;
1521
+ textColorDisabledWarning: string;
1522
+ textColorTextWarning: string;
1523
+ textColorTextHoverWarning: string;
1524
+ textColorTextPressedWarning: string;
1525
+ textColorTextFocusWarning: string;
1526
+ textColorTextDisabledWarning: string;
1527
+ textColorGhostWarning: string;
1528
+ textColorGhostHoverWarning: string;
1529
+ textColorGhostPressedWarning: string;
1530
+ textColorGhostFocusWarning: string;
1531
+ textColorGhostDisabledWarning: string;
1532
+ borderWarning: string;
1533
+ borderHoverWarning: string;
1534
+ borderPressedWarning: string;
1535
+ borderFocusWarning: string;
1536
+ borderDisabledWarning: string;
1537
+ rippleColorWarning: string;
1538
+ colorError: string;
1539
+ colorHoverError: string;
1540
+ colorPressedError: string;
1541
+ colorFocusError: string;
1542
+ colorDisabledError: string;
1543
+ textColorError: string;
1544
+ textColorHoverError: string;
1545
+ textColorPressedError: string;
1546
+ textColorFocusError: string;
1547
+ textColorDisabledError: string;
1548
+ textColorTextError: string;
1549
+ textColorTextHoverError: string;
1550
+ textColorTextPressedError: string;
1551
+ textColorTextFocusError: string;
1552
+ textColorTextDisabledError: string;
1553
+ textColorGhostError: string;
1554
+ textColorGhostHoverError: string;
1555
+ textColorGhostPressedError: string;
1556
+ textColorGhostFocusError: string;
1557
+ textColorGhostDisabledError: string;
1558
+ borderError: string;
1559
+ borderHoverError: string;
1560
+ borderPressedError: string;
1561
+ borderFocusError: string;
1562
+ borderDisabledError: string;
1563
+ rippleColorError: string;
1564
+ waveOpacity: string;
1565
+ fontWeight: string;
1566
+ fontWeightStrong: string;
1567
+ paddingTiny: string;
1568
+ paddingSmall: string;
1569
+ paddingMedium: string;
1570
+ paddingLarge: string;
1571
+ paddingRoundTiny: string;
1572
+ paddingRoundSmall: string;
1573
+ paddingRoundMedium: string;
1574
+ paddingRoundLarge: string;
1575
+ iconMarginTiny: string;
1576
+ iconMarginSmall: string;
1577
+ iconMarginMedium: string;
1578
+ iconMarginLarge: string;
1579
+ iconSizeTiny: string;
1580
+ iconSizeSmall: string;
1581
+ iconSizeMedium: string;
1582
+ iconSizeLarge: string;
1583
+ rippleDuration: string;
1584
+ }, any>;
1585
+ Input: import("../../../_mixins").Theme<"Input", {
1586
+ fontWeight: string;
1587
+ countTextColorDisabled: string;
1588
+ countTextColor: string;
1589
+ heightTiny: string;
1590
+ heightSmall: string;
1591
+ heightMedium: string;
1592
+ heightLarge: string;
1593
+ fontSizeTiny: string;
1594
+ fontSizeSmall: string;
1595
+ fontSizeMedium: string;
1596
+ fontSizeLarge: string;
1597
+ lineHeight: string;
1598
+ lineHeightTextarea: string;
1599
+ borderRadius: string;
1600
+ iconSize: string;
1601
+ groupLabelColor: string;
1602
+ groupLabelTextColor: string;
1603
+ textColor: string;
1604
+ textColorDisabled: string;
1605
+ textDecorationColor: string;
1606
+ caretColor: string;
1607
+ placeholderColor: string;
1608
+ placeholderColorDisabled: string;
1609
+ color: string;
1610
+ colorDisabled: string;
1611
+ colorFocus: string;
1612
+ groupLabelBorder: string;
1613
+ border: string;
1614
+ borderHover: string;
1615
+ borderDisabled: string;
1616
+ borderFocus: string;
1617
+ boxShadowFocus: string;
1618
+ loadingColor: string;
1619
+ loadingColorWarning: string;
1620
+ borderWarning: string;
1621
+ borderHoverWarning: string;
1622
+ colorFocusWarning: string;
1623
+ borderFocusWarning: string;
1624
+ boxShadowFocusWarning: string;
1625
+ caretColorWarning: string;
1626
+ loadingColorError: string;
1627
+ borderError: string;
1628
+ borderHoverError: string;
1629
+ colorFocusError: string;
1630
+ borderFocusError: string;
1631
+ boxShadowFocusError: string;
1632
+ caretColorError: string;
1633
+ clearColor: string;
1634
+ clearColorHover: string;
1635
+ clearColorPressed: string;
1636
+ iconColor: string;
1637
+ iconColorDisabled: string;
1638
+ iconColorHover: string;
1639
+ iconColorPressed: string;
1640
+ suffixTextColor: string;
1641
+ paddingTiny: string;
1642
+ paddingSmall: string;
1643
+ paddingMedium: string;
1644
+ paddingLarge: string;
1645
+ clearSize: string;
1646
+ }, any>;
1647
+ }>;
1648
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1649
+ height: string;
1650
+ width: string;
1651
+ borderRadius: string;
1652
+ color: string;
1653
+ colorHover: string;
1654
+ railInsetHorizontalBottom: string;
1655
+ railInsetHorizontalTop: string;
1656
+ railInsetVerticalRight: string;
1657
+ railInsetVerticalLeft: string;
1658
+ railColor: string;
1659
+ }, any>;
1660
+ };
1661
+ peerOverrides: {
1662
+ Input?: {
1663
+ peers?: {
1664
+ [x: string]: any;
1665
+ } | undefined;
1666
+ } | undefined;
1667
+ Button?: {
1668
+ peers?: {
1669
+ [x: string]: any;
1670
+ } | undefined;
1671
+ } | undefined;
1672
+ TimePicker?: {
1673
+ peers?: {
1674
+ Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
1675
+ height: string;
1676
+ width: string;
1677
+ borderRadius: string;
1678
+ color: string;
1679
+ colorHover: string;
1680
+ railInsetHorizontalBottom: string;
1681
+ railInsetHorizontalTop: string;
1682
+ railInsetVerticalRight: string;
1683
+ railInsetVerticalLeft: string;
1684
+ railColor: string;
1685
+ }, any>> | undefined;
1686
+ Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
1687
+ heightTiny: string;
1688
+ heightSmall: string;
1689
+ heightMedium: string;
1690
+ heightLarge: string;
1691
+ borderRadiusTiny: string;
1692
+ borderRadiusSmall: string;
1693
+ borderRadiusMedium: string;
1694
+ borderRadiusLarge: string;
1695
+ fontSizeTiny: string;
1696
+ fontSizeSmall: string;
1697
+ fontSizeMedium: string;
1698
+ fontSizeLarge: string;
1699
+ opacityDisabled: string;
1700
+ colorOpacitySecondary: string;
1701
+ colorOpacitySecondaryHover: string;
1702
+ colorOpacitySecondaryPressed: string;
1703
+ colorSecondary: string;
1704
+ colorSecondaryHover: string;
1705
+ colorSecondaryPressed: string;
1706
+ colorTertiary: string;
1707
+ colorTertiaryHover: string;
1708
+ colorTertiaryPressed: string;
1709
+ colorQuaternary: string;
1710
+ colorQuaternaryHover: string;
1711
+ colorQuaternaryPressed: string;
1712
+ color: string;
1713
+ colorHover: string;
1714
+ colorPressed: string;
1715
+ colorFocus: string;
1716
+ colorDisabled: string;
1717
+ textColor: string;
1718
+ textColorTertiary: string;
1719
+ textColorHover: string;
1720
+ textColorPressed: string;
1721
+ textColorFocus: string;
1722
+ textColorDisabled: string;
1723
+ textColorText: string;
1724
+ textColorTextHover: string;
1725
+ textColorTextPressed: string;
1726
+ textColorTextFocus: string;
1727
+ textColorTextDisabled: string;
1728
+ textColorGhost: string;
1729
+ textColorGhostHover: string;
1730
+ textColorGhostPressed: string;
1731
+ textColorGhostFocus: string;
1732
+ textColorGhostDisabled: string;
1733
+ border: string;
1734
+ borderHover: string;
1735
+ borderPressed: string;
1736
+ borderFocus: string;
1737
+ borderDisabled: string;
1738
+ rippleColor: string;
1739
+ colorPrimary: string;
1740
+ colorHoverPrimary: string;
1741
+ colorPressedPrimary: string;
1742
+ colorFocusPrimary: string;
1743
+ colorDisabledPrimary: string;
1744
+ textColorPrimary: string;
1745
+ textColorHoverPrimary: string;
1746
+ textColorPressedPrimary: string;
1747
+ textColorFocusPrimary: string;
1748
+ textColorDisabledPrimary: string;
1749
+ textColorTextPrimary: string;
1750
+ textColorTextHoverPrimary: string;
1751
+ textColorTextPressedPrimary: string;
1752
+ textColorTextFocusPrimary: string;
1753
+ textColorTextDisabledPrimary: string;
1754
+ textColorGhostPrimary: string;
1755
+ textColorGhostHoverPrimary: string;
1756
+ textColorGhostPressedPrimary: string;
1757
+ textColorGhostFocusPrimary: string;
1758
+ textColorGhostDisabledPrimary: string;
1759
+ borderPrimary: string;
1760
+ borderHoverPrimary: string;
1761
+ borderPressedPrimary: string;
1762
+ borderFocusPrimary: string;
1763
+ borderDisabledPrimary: string;
1764
+ rippleColorPrimary: string;
1765
+ colorInfo: string;
1766
+ colorHoverInfo: string;
1767
+ colorPressedInfo: string;
1768
+ colorFocusInfo: string;
1769
+ colorDisabledInfo: string;
1770
+ textColorInfo: string;
1771
+ textColorHoverInfo: string;
1772
+ textColorPressedInfo: string;
1773
+ textColorFocusInfo: string;
1774
+ textColorDisabledInfo: string;
1775
+ textColorTextInfo: string;
1776
+ textColorTextHoverInfo: string;
1777
+ textColorTextPressedInfo: string;
1778
+ textColorTextFocusInfo: string;
1779
+ textColorTextDisabledInfo: string;
1780
+ textColorGhostInfo: string;
1781
+ textColorGhostHoverInfo: string;
1782
+ textColorGhostPressedInfo: string;
1783
+ textColorGhostFocusInfo: string;
1784
+ textColorGhostDisabledInfo: string;
1785
+ borderInfo: string;
1786
+ borderHoverInfo: string;
1787
+ borderPressedInfo: string;
1788
+ borderFocusInfo: string;
1789
+ borderDisabledInfo: string;
1790
+ rippleColorInfo: string;
1791
+ colorSuccess: string;
1792
+ colorHoverSuccess: string;
1793
+ colorPressedSuccess: string;
1794
+ colorFocusSuccess: string;
1795
+ colorDisabledSuccess: string;
1796
+ textColorSuccess: string;
1797
+ textColorHoverSuccess: string;
1798
+ textColorPressedSuccess: string;
1799
+ textColorFocusSuccess: string;
1800
+ textColorDisabledSuccess: string;
1801
+ textColorTextSuccess: string;
1802
+ textColorTextHoverSuccess: string;
1803
+ textColorTextPressedSuccess: string;
1804
+ textColorTextFocusSuccess: string;
1805
+ textColorTextDisabledSuccess: string;
1806
+ textColorGhostSuccess: string;
1807
+ textColorGhostHoverSuccess: string;
1808
+ textColorGhostPressedSuccess: string;
1809
+ textColorGhostFocusSuccess: string;
1810
+ textColorGhostDisabledSuccess: string;
1811
+ borderSuccess: string;
1812
+ borderHoverSuccess: string;
1813
+ borderPressedSuccess: string;
1814
+ borderFocusSuccess: string;
1815
+ borderDisabledSuccess: string;
1816
+ rippleColorSuccess: string;
1817
+ colorWarning: string;
1818
+ colorHoverWarning: string;
1819
+ colorPressedWarning: string;
1820
+ colorFocusWarning: string;
1821
+ colorDisabledWarning: string;
1822
+ textColorWarning: string;
1823
+ textColorHoverWarning: string;
1824
+ textColorPressedWarning: string;
1825
+ textColorFocusWarning: string;
1826
+ textColorDisabledWarning: string;
1827
+ textColorTextWarning: string;
1828
+ textColorTextHoverWarning: string;
1829
+ textColorTextPressedWarning: string;
1830
+ textColorTextFocusWarning: string;
1831
+ textColorTextDisabledWarning: string;
1832
+ textColorGhostWarning: string;
1833
+ textColorGhostHoverWarning: string;
1834
+ textColorGhostPressedWarning: string;
1835
+ textColorGhostFocusWarning: string;
1836
+ textColorGhostDisabledWarning: string;
1837
+ borderWarning: string;
1838
+ borderHoverWarning: string;
1839
+ borderPressedWarning: string;
1840
+ borderFocusWarning: string;
1841
+ borderDisabledWarning: string;
1842
+ rippleColorWarning: string;
1843
+ colorError: string;
1844
+ colorHoverError: string;
1845
+ colorPressedError: string;
1846
+ colorFocusError: string;
1847
+ colorDisabledError: string;
1848
+ textColorError: string;
1849
+ textColorHoverError: string;
1850
+ textColorPressedError: string;
1851
+ textColorFocusError: string;
1852
+ textColorDisabledError: string;
1853
+ textColorTextError: string;
1854
+ textColorTextHoverError: string;
1855
+ textColorTextPressedError: string;
1856
+ textColorTextFocusError: string;
1857
+ textColorTextDisabledError: string;
1858
+ textColorGhostError: string;
1859
+ textColorGhostHoverError: string;
1860
+ textColorGhostPressedError: string;
1861
+ textColorGhostFocusError: string;
1862
+ textColorGhostDisabledError: string;
1863
+ borderError: string;
1864
+ borderHoverError: string;
1865
+ borderPressedError: string;
1866
+ borderFocusError: string;
1867
+ borderDisabledError: string;
1868
+ rippleColorError: string;
1869
+ waveOpacity: string;
1870
+ fontWeight: string;
1871
+ fontWeightStrong: string;
1872
+ paddingTiny: string;
1873
+ paddingSmall: string;
1874
+ paddingMedium: string;
1875
+ paddingLarge: string;
1876
+ paddingRoundTiny: string;
1877
+ paddingRoundSmall: string;
1878
+ paddingRoundMedium: string;
1879
+ paddingRoundLarge: string;
1880
+ iconMarginTiny: string;
1881
+ iconMarginSmall: string;
1882
+ iconMarginMedium: string;
1883
+ iconMarginLarge: string;
1884
+ iconSizeTiny: string;
1885
+ iconSizeSmall: string;
1886
+ iconSizeMedium: string;
1887
+ iconSizeLarge: string;
1888
+ rippleDuration: string;
1889
+ }, any>> | undefined;
1890
+ Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
1891
+ fontWeight: string;
1892
+ countTextColorDisabled: string;
1893
+ countTextColor: string;
1894
+ heightTiny: string;
1895
+ heightSmall: string;
1896
+ heightMedium: string;
1897
+ heightLarge: string;
1898
+ fontSizeTiny: string;
1899
+ fontSizeSmall: string;
1900
+ fontSizeMedium: string;
1901
+ fontSizeLarge: string;
1902
+ lineHeight: string;
1903
+ lineHeightTextarea: string;
1904
+ borderRadius: string;
1905
+ iconSize: string;
1906
+ groupLabelColor: string;
1907
+ groupLabelTextColor: string;
1908
+ textColor: string;
1909
+ textColorDisabled: string;
1910
+ textDecorationColor: string;
1911
+ caretColor: string;
1912
+ placeholderColor: string;
1913
+ placeholderColorDisabled: string;
1914
+ color: string;
1915
+ colorDisabled: string;
1916
+ colorFocus: string;
1917
+ groupLabelBorder: string;
1918
+ border: string;
1919
+ borderHover: string;
1920
+ borderDisabled: string;
1921
+ borderFocus: string;
1922
+ boxShadowFocus: string;
1923
+ loadingColor: string;
1924
+ loadingColorWarning: string;
1925
+ borderWarning: string;
1926
+ borderHoverWarning: string;
1927
+ colorFocusWarning: string;
1928
+ borderFocusWarning: string;
1929
+ boxShadowFocusWarning: string;
1930
+ caretColorWarning: string;
1931
+ loadingColorError: string;
1932
+ borderError: string;
1933
+ borderHoverError: string;
1934
+ colorFocusError: string;
1935
+ borderFocusError: string;
1936
+ boxShadowFocusError: string;
1937
+ caretColorError: string;
1938
+ clearColor: string;
1939
+ clearColorHover: string;
1940
+ clearColorPressed: string;
1941
+ iconColor: string;
1942
+ iconColorDisabled: string;
1943
+ iconColorHover: string;
1944
+ iconColorPressed: string;
1945
+ suffixTextColor: string;
1946
+ paddingTiny: string;
1947
+ paddingSmall: string;
1948
+ paddingMedium: string;
1949
+ paddingLarge: string;
1950
+ clearSize: string;
1951
+ }, any>> | undefined;
1952
+ } | undefined;
1953
+ } | undefined;
1954
+ Scrollbar?: {
1955
+ peers?: {
1956
+ [x: string]: any;
1957
+ } | undefined;
1958
+ } | undefined;
1959
+ };
1018
1960
  }>;
1019
- mergedClsPrefix: import("vue").Ref<string>;
1961
+ mergedClsPrefix: import("vue").Ref<string, string>;
1020
1962
  dateFnsOptions: import("vue").ComputedRef<{
1021
1963
  locale: import("date-fns").Locale;
1022
1964
  }>;
1023
- timePickerProps: import("vue").Ref<import("../../../time-picker").TimePickerProps | [import("../../../time-picker").TimePickerProps, import("../../../time-picker").TimePickerProps] | undefined>;
1024
- selfRef: import("vue").Ref<HTMLElement | null>;
1965
+ timePickerProps: import("vue").Ref<import("../../../time-picker").TimePickerProps | [import("../../../time-picker").TimePickerProps, import("../../../time-picker").TimePickerProps] | undefined, import("../../../time-picker").TimePickerProps | [import("../../../time-picker").TimePickerProps, import("../../../time-picker").TimePickerProps] | undefined>;
1966
+ selfRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1025
1967
  locale: import("vue").Ref<{
1026
1968
  yearFormat: string;
1027
1969
  monthFormat: string;
@@ -1052,6 +1994,36 @@ declare const _default: import("vue").DefineComponent<{
1052
1994
  monthBeforeYear: boolean;
1053
1995
  firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
1054
1996
  today: string;
1997
+ }, {
1998
+ yearFormat: string;
1999
+ monthFormat: string;
2000
+ dayFormat: string;
2001
+ yearTypeFormat: string;
2002
+ monthTypeFormat: string;
2003
+ dateFormat: string;
2004
+ dateTimeFormat: string;
2005
+ quarterFormat: string;
2006
+ weekFormat: string;
2007
+ clear: string;
2008
+ now: string;
2009
+ confirm: string;
2010
+ selectTime: string;
2011
+ selectDate: string;
2012
+ datePlaceholder: string;
2013
+ datetimePlaceholder: string;
2014
+ monthPlaceholder: string;
2015
+ yearPlaceholder: string;
2016
+ quarterPlaceholder: string;
2017
+ weekPlaceholder: string;
2018
+ startDatePlaceholder: string;
2019
+ endDatePlaceholder: string;
2020
+ startDatetimePlaceholder: string;
2021
+ endDatetimePlaceholder: string;
2022
+ startMonthPlaceholder: string;
2023
+ endMonthPlaceholder: string;
2024
+ monthBeforeYear: boolean;
2025
+ firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
2026
+ today: string;
1055
2027
  }>;
1056
2028
  doConfirm: () => void;
1057
2029
  doClose: (disableUpdateOnClose?: boolean) => void;
@@ -1067,10 +2039,10 @@ declare const _default: import("vue").DefineComponent<{
1067
2039
  restorePendingValue: () => void;
1068
2040
  getShortcutValue: (shortcut: import("../interface").Shortcuts[string]) => number | [number, number] | readonly [number, number];
1069
2041
  handleShortcutMouseleave: () => void;
1070
- showMonthYearPanel: import("vue").Ref<boolean>;
2042
+ showMonthYearPanel: import("vue").Ref<boolean, boolean>;
1071
2043
  handleOpenQuickSelectMonthPanel: () => void;
1072
2044
  isValueInvalid: import("vue").ComputedRef<boolean>;
1073
- isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined>;
2045
+ isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined, import("../interface").IsDateDisabled | undefined>;
1074
2046
  isDateInvalid: import("vue").ComputedRef<boolean>;
1075
2047
  isTimeInvalid: import("vue").ComputedRef<boolean>;
1076
2048
  isDateTimeInvalid: import("vue").ComputedRef<boolean>;
@@ -1094,7 +2066,7 @@ declare const _default: import("vue").DefineComponent<{
1094
2066
  handleConfirmClick: () => void;
1095
2067
  handleSingleShortcutMouseenter: (shortcut: import("../interface").Shortcuts[string]) => void;
1096
2068
  handleSingleShortcutClick: (shortcut: import("../interface").Shortcuts[string]) => void;
1097
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2069
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1098
2070
  readonly defaultCalendarStartTime: NumberConstructor;
1099
2071
  readonly actions: {
1100
2072
  readonly type: import("vue").PropType<string[]>;
@@ -1140,12 +2112,12 @@ declare const _default: import("vue").DefineComponent<{
1140
2112
  readonly onPrevMonth: import("vue").PropType<() => void>;
1141
2113
  readonly onNextYear: import("vue").PropType<() => void>;
1142
2114
  readonly onPrevYear: import("vue").PropType<() => void>;
1143
- }>>, {
2115
+ }>> & Readonly<{}>, {
1144
2116
  readonly value: import("../interface").Value | null;
1145
2117
  readonly active: boolean;
1146
2118
  readonly actions: string[];
1147
2119
  readonly inputReadonly: boolean;
1148
2120
  readonly calendarHeaderMonthBeforeYear: boolean;
1149
2121
  readonly panel: boolean;
1150
- }, {}>;
2122
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1151
2123
  export default _default;