naive-ui 2.23.2 → 2.24.3

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 (1067) hide show
  1. package/README.md +1 -1
  2. package/README.zh-CN.md +1 -1
  3. package/es/_internal/clear/src/Clear.d.ts +8 -10
  4. package/es/_internal/close/src/Close.d.ts +11 -10
  5. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +10 -20
  6. package/es/_internal/focus-detector/src/FocusDetector.d.ts +4 -7
  7. package/es/_internal/icon/src/Icon.d.ts +19 -20
  8. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  9. package/es/_internal/icons/Add.d.ts +1 -1
  10. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  11. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  12. package/es/_internal/icons/Attach.d.ts +1 -1
  13. package/es/_internal/icons/Backward.d.ts +1 -1
  14. package/es/_internal/icons/Cancel.d.ts +1 -1
  15. package/es/_internal/icons/Checkmark.d.ts +1 -1
  16. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  17. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  18. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  19. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  20. package/es/_internal/icons/Clear.d.ts +1 -1
  21. package/es/_internal/icons/Close.d.ts +1 -1
  22. package/es/_internal/icons/Date.d.ts +1 -1
  23. package/es/_internal/icons/Download.d.ts +1 -1
  24. package/es/_internal/icons/Empty.d.ts +1 -1
  25. package/es/_internal/icons/Error.d.ts +1 -1
  26. package/es/_internal/icons/Eye.d.ts +1 -1
  27. package/es/_internal/icons/EyeOff.d.ts +1 -1
  28. package/es/_internal/icons/FastBackward.d.ts +1 -1
  29. package/es/_internal/icons/FastForward.d.ts +1 -1
  30. package/es/_internal/icons/File.d.ts +1 -1
  31. package/es/_internal/icons/Filter.d.ts +1 -1
  32. package/es/_internal/icons/Forward.d.ts +1 -1
  33. package/es/_internal/icons/Info.d.ts +1 -1
  34. package/es/_internal/icons/More.d.ts +1 -1
  35. package/es/_internal/icons/Photo.d.ts +1 -1
  36. package/es/_internal/icons/Remove.d.ts +1 -1
  37. package/es/_internal/icons/Retry.d.ts +1 -1
  38. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  39. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  40. package/es/_internal/icons/Search.d.ts +1 -1
  41. package/es/_internal/icons/Success.d.ts +1 -1
  42. package/es/_internal/icons/Switcher.d.ts +1 -1
  43. package/es/_internal/icons/Switcher.js +2 -3
  44. package/es/_internal/icons/Time.d.ts +1 -1
  45. package/es/_internal/icons/To.d.ts +1 -1
  46. package/es/_internal/icons/Trash.d.ts +1 -1
  47. package/es/_internal/icons/Warning.d.ts +1 -1
  48. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  49. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  50. package/es/_internal/icons/replaceable.d.ts +1 -1
  51. package/es/_internal/loading/src/Loading.d.ts +26 -16
  52. package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -5
  53. package/es/_internal/scrollbar/src/ScrollBar.d.ts +54 -58
  54. package/es/_internal/scrollbar/src/ScrollBar.js +90 -68
  55. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +10 -7
  56. package/es/_internal/select-menu/src/SelectMenu.d.ts +67 -63
  57. package/es/_internal/select-menu/src/SelectMenu.js +22 -21
  58. package/es/_internal/select-menu/src/SelectOption.d.ts +10 -7
  59. package/es/_internal/select-menu/src/interface.d.ts +3 -3
  60. package/es/_internal/select-menu/src/interface.js +3 -2
  61. package/es/_internal/selection/src/Selection.d.ts +67 -69
  62. package/es/_internal/selection/src/Selection.js +25 -8
  63. package/es/_internal/selection/src/styles/index.cssr.js +2 -1
  64. package/es/_internal/selection/styles/_common.d.ts +1 -0
  65. package/es/_internal/selection/styles/_common.js +2 -1
  66. package/es/_internal/selection/styles/light.d.ts +2 -0
  67. package/es/_internal/slot-machine/src/SlotMachine.d.ts +18 -12
  68. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +18 -12
  69. package/es/_internal/suffix/src/Suffix.d.ts +19 -14
  70. package/es/_internal/suffix/src/Suffix.js +7 -2
  71. package/es/_internal/wave/src/Wave.d.ts +6 -5
  72. package/es/_mixins/use-form-item.d.ts +2 -2
  73. package/es/_mixins/use-form-item.js +2 -1
  74. package/es/_mixins/use-locale.d.ts +1 -1
  75. package/es/_mixins/use-locale.js +1 -1
  76. package/es/_utils/index.d.ts +1 -1
  77. package/es/_utils/index.js +1 -1
  78. package/es/_utils/vue/create-injection-key.d.ts +2 -0
  79. package/es/_utils/vue/create-injection-key.js +3 -0
  80. package/es/_utils/vue/index.d.ts +2 -0
  81. package/es/_utils/vue/index.js +2 -0
  82. package/es/_utils/vue/resolve-slot.d.ts +2 -0
  83. package/es/_utils/vue/resolve-slot.js +20 -0
  84. package/es/affix/src/Affix.d.ts +26 -22
  85. package/es/alert/src/Alert.d.ts +34 -27
  86. package/es/alert/src/Alert.js +2 -4
  87. package/es/anchor/src/AnchorAdapter.d.ts +52 -47
  88. package/es/anchor/src/BaseAnchor.d.ts +25 -20
  89. package/es/anchor/src/Link.d.ts +6 -9
  90. package/es/anchor/src/Link.js +6 -5
  91. package/es/auto-complete/src/AutoComplete.d.ts +60 -67
  92. package/es/auto-complete/src/AutoComplete.js +13 -15
  93. package/es/avatar/src/Avatar.d.ts +27 -30
  94. package/es/avatar/src/AvatarGroup.d.ts +13 -17
  95. package/es/avatar/src/AvatarGroup.js +5 -2
  96. package/es/back-top/src/BackTop.d.ts +50 -35
  97. package/es/back-top/src/BackTop.js +2 -4
  98. package/es/badge/src/Badge.d.ts +31 -29
  99. package/es/badge/src/Badge.js +6 -5
  100. package/es/breadcrumb/src/Breadcrumb.d.ts +15 -18
  101. package/es/breadcrumb/src/Breadcrumb.js +2 -1
  102. package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -7
  103. package/es/button/src/Button.d.ts +53 -61
  104. package/es/button/src/Button.js +5 -2
  105. package/es/button/src/ButtonGroup.d.ts +10 -11
  106. package/es/button/src/ButtonGroup.js +2 -1
  107. package/es/calendar/src/Calendar.d.ts +24 -25
  108. package/es/calendar/src/Calendar.js +31 -6
  109. package/es/calendar/src/interface.d.ts +4 -0
  110. package/es/card/src/Card.d.ts +32 -37
  111. package/es/card/src/Card.js +6 -6
  112. package/es/carousel/index.d.ts +1 -0
  113. package/es/carousel/index.js +1 -0
  114. package/es/carousel/src/Carousel.d.ts +267 -41
  115. package/es/carousel/src/Carousel.js +679 -228
  116. package/es/carousel/src/CarouselArrow.d.ts +9 -0
  117. package/es/carousel/src/CarouselArrow.js +43 -0
  118. package/es/carousel/src/CarouselDots.d.ts +72 -0
  119. package/es/carousel/src/CarouselDots.js +118 -0
  120. package/es/carousel/src/CarouselItem.d.ts +11 -0
  121. package/es/carousel/src/CarouselItem.js +75 -0
  122. package/es/carousel/src/interface.d.ts +35 -0
  123. package/es/carousel/src/interface.js +3 -0
  124. package/es/carousel/src/styles/index.cssr.js +141 -38
  125. package/es/carousel/src/utils.d.ts +12 -0
  126. package/es/carousel/src/utils.js +58 -0
  127. package/es/carousel/styles/light.d.ts +3 -0
  128. package/es/carousel/styles/light.js +5 -2
  129. package/es/cascader/index.d.ts +1 -1
  130. package/es/cascader/src/Cascader.d.ts +109 -84
  131. package/es/cascader/src/Cascader.js +16 -27
  132. package/es/cascader/src/CascaderMenu.d.ts +34 -24
  133. package/es/cascader/src/CascaderMenu.js +2 -4
  134. package/es/cascader/src/CascaderOption.d.ts +8 -5
  135. package/es/cascader/src/CascaderOption.js +7 -4
  136. package/es/cascader/src/CascaderSelectMenu.d.ts +26 -20
  137. package/es/cascader/src/CascaderSubmenu.d.ts +16 -9
  138. package/es/cascader/src/interface.d.ts +7 -2
  139. package/es/cascader/src/interface.js +2 -1
  140. package/es/cascader/styles/light.d.ts +1 -0
  141. package/es/checkbox/index.d.ts +1 -0
  142. package/es/checkbox/src/Checkbox.d.ts +43 -43
  143. package/es/checkbox/src/Checkbox.js +17 -5
  144. package/es/checkbox/src/CheckboxGroup.d.ts +23 -24
  145. package/es/checkbox/src/CheckboxGroup.js +2 -2
  146. package/es/checkbox/src/interface.d.ts +4 -0
  147. package/es/checkbox/src/styles/index.cssr.js +1 -1
  148. package/es/code/src/Code.d.ts +27 -30
  149. package/es/code/src/Code.js +6 -3
  150. package/es/code/src/styles/index.cssr.js +5 -2
  151. package/es/collapse/src/Collapse.d.ts +35 -33
  152. package/es/collapse/src/Collapse.js +2 -2
  153. package/es/collapse/src/CollapseItem.d.ts +5 -9
  154. package/es/collapse/src/CollapseItem.js +8 -15
  155. package/es/collapse/src/CollapseItemContent.d.ts +11 -9
  156. package/es/collapse-transition/src/CollapseTransition.d.ts +18 -19
  157. package/es/color-picker/src/AlphaSlider.d.ts +19 -14
  158. package/es/color-picker/src/ColorInput.d.ts +34 -19
  159. package/es/color-picker/src/ColorInputUnit.d.ts +15 -11
  160. package/es/color-picker/src/ColorInputUnit.js +2 -2
  161. package/es/color-picker/src/ColorPicker.d.ts +55 -52
  162. package/es/color-picker/src/ColorPicker.js +17 -10
  163. package/es/color-picker/src/ColorPickerSwatches.d.ts +18 -11
  164. package/es/color-picker/src/ColorPickerTrigger.d.ts +15 -12
  165. package/es/color-picker/src/ColorPickerTrigger.js +23 -17
  166. package/es/color-picker/src/ColorPreview.d.ts +19 -11
  167. package/es/color-picker/src/HueSlider.d.ts +15 -12
  168. package/es/color-picker/src/Pallete.d.ts +23 -16
  169. package/es/color-picker/src/interface.d.ts +2 -0
  170. package/es/color-picker/src/styles/index.cssr.js +1 -0
  171. package/es/composables/use-theme-vars.d.ts +2 -1
  172. package/es/config-provider/src/ConfigProvider.d.ts +57 -37
  173. package/es/config-provider/src/ConfigProvider.js +6 -5
  174. package/es/config-provider/src/interface.d.ts +4 -1
  175. package/es/countdown/src/Countdown.d.ts +18 -17
  176. package/es/data-table/index.d.ts +1 -1
  177. package/es/data-table/src/DataTable.d.ts +114 -159
  178. package/es/data-table/src/DataTable.js +23 -49
  179. package/es/data-table/src/HeaderButton/FilterButton.d.ts +12 -7
  180. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +36 -19
  181. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +14 -9
  182. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +10 -7
  183. package/es/data-table/src/HeaderButton/SortButton.d.ts +6 -5
  184. package/es/data-table/src/HeaderButton/SortButton.js +6 -6
  185. package/es/data-table/src/MainTable.d.ts +1 -1
  186. package/es/data-table/src/TableParts/Body.d.ts +13 -14
  187. package/es/data-table/src/TableParts/Body.js +2 -4
  188. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +14 -9
  189. package/es/data-table/src/TableParts/Cell.d.ts +865 -855
  190. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +11 -9
  191. package/es/data-table/src/TableParts/Header.d.ts +8 -5
  192. package/es/data-table/src/TableParts/SelectionMenu.d.ts +6 -5
  193. package/es/data-table/src/interface.d.ts +10 -7
  194. package/es/data-table/src/interface.js +2 -1
  195. package/es/data-table/src/styles/index.cssr.js +11 -8
  196. package/es/data-table/src/utils.js +4 -1
  197. package/es/data-table/styles/light.d.ts +1 -0
  198. package/es/date-picker/index.d.ts +1 -0
  199. package/es/date-picker/src/DatePicker.d.ts +87 -104
  200. package/es/date-picker/src/DatePicker.js +117 -112
  201. package/es/date-picker/src/interface.d.ts +23 -5
  202. package/es/date-picker/src/interface.js +2 -1
  203. package/es/date-picker/src/panel/date.d.ts +77 -34
  204. package/es/date-picker/src/panel/date.js +6 -7
  205. package/es/date-picker/src/panel/daterange.d.ts +31 -26
  206. package/es/date-picker/src/panel/daterange.js +6 -9
  207. package/es/date-picker/src/panel/datetime.d.ts +41 -30
  208. package/es/date-picker/src/panel/datetime.js +4 -5
  209. package/es/date-picker/src/panel/datetimerange.d.ts +31 -26
  210. package/es/date-picker/src/panel/datetimerange.js +5 -8
  211. package/es/date-picker/src/panel/month.d.ts +48 -32
  212. package/es/date-picker/src/panel/month.js +13 -4
  213. package/es/date-picker/src/panel/panelHeader.d.ts +2435 -0
  214. package/es/date-picker/src/panel/panelHeader.js +72 -0
  215. package/es/date-picker/src/panel/use-calendar.d.ts +16 -4
  216. package/es/date-picker/src/panel/use-calendar.js +44 -5
  217. package/es/date-picker/src/panel/use-dual-calendar.d.ts +6 -0
  218. package/es/date-picker/src/panel/use-dual-calendar.js +10 -1
  219. package/es/date-picker/src/panel/use-panel-common.d.ts +2 -0
  220. package/es/date-picker/src/panel/use-panel-common.js +7 -1
  221. package/es/date-picker/src/styles/index.cssr.js +5 -2
  222. package/es/descriptions/src/Descriptions.d.ts +33 -33
  223. package/es/descriptions/src/DescriptionsItem.d.ts +9 -12
  224. package/es/dialog/src/Dialog.d.ts +32 -43
  225. package/es/dialog/src/Dialog.js +27 -20
  226. package/es/dialog/src/DialogEnvironment.d.ts +41 -46
  227. package/es/dialog/src/DialogProvider.d.ts +7 -10
  228. package/es/dialog/src/DialogProvider.js +3 -3
  229. package/es/divider/src/Divider.d.ts +14 -19
  230. package/es/drawer/src/Drawer.d.ts +101 -104
  231. package/es/drawer/src/Drawer.js +43 -49
  232. package/es/drawer/src/DrawerBodyWrapper.d.ts +40 -16
  233. package/es/drawer/src/DrawerBodyWrapper.js +31 -14
  234. package/es/drawer/src/DrawerContent.d.ts +15 -20
  235. package/es/drawer/src/DrawerContent.js +6 -6
  236. package/es/drawer/src/interface.d.ts +3 -3
  237. package/es/drawer/src/interface.js +3 -2
  238. package/es/dropdown/src/Dropdown.d.ts +113 -99
  239. package/es/dropdown/src/Dropdown.js +2 -2
  240. package/es/dropdown/src/DropdownDivider.d.ts +6 -5
  241. package/es/dropdown/src/DropdownGroup.d.ts +14 -9
  242. package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -7
  243. package/es/dropdown/src/DropdownMenu.d.ts +18 -16
  244. package/es/dropdown/src/DropdownMenu.js +2 -1
  245. package/es/dropdown/src/DropdownOption.d.ts +19 -14
  246. package/es/dropdown/src/DropdownOption.js +2 -2
  247. package/es/dropdown/src/DropdownRenderOption.d.ts +6 -5
  248. package/es/dynamic-input/src/DynamicInput.d.ts +50 -45
  249. package/es/dynamic-input/src/DynamicInput.js +2 -2
  250. package/es/dynamic-input/src/InputPreset.d.ts +16 -14
  251. package/es/dynamic-input/src/PairPreset.d.ts +23 -18
  252. package/es/dynamic-input/src/interface.d.ts +2 -2
  253. package/es/dynamic-input/src/interface.js +2 -1
  254. package/es/dynamic-tags/src/DynamicTags.d.ts +41 -41
  255. package/es/element/src/Element.d.ts +9 -12
  256. package/es/ellipsis/src/Ellipsis.d.ts +14 -19
  257. package/es/empty/src/Empty.d.ts +23 -24
  258. package/es/empty/src/Empty.js +5 -9
  259. package/es/form/src/Feedbacks.d.ts +8 -10
  260. package/es/form/src/Feedbacks.js +4 -1
  261. package/es/form/src/Form.d.ts +44 -44
  262. package/es/form/src/Form.js +17 -8
  263. package/es/form/src/FormItem.d.ts +45 -55
  264. package/es/form/src/FormItem.js +30 -14
  265. package/es/form/src/FormItemCol.d.ts +57 -60
  266. package/es/form/src/FormItemGridItem.d.ts +57 -66
  267. package/es/form/src/FormItemRow.d.ts +62 -65
  268. package/es/form/src/interface.d.ts +8 -4
  269. package/es/form/src/interface.js +3 -2
  270. package/es/form/src/styles/form-item.cssr.js +2 -0
  271. package/es/form/src/utils.d.ts +2 -2
  272. package/es/form/src/utils.js +29 -18
  273. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  274. package/es/gradient-text/src/GradientText.d.ts +16 -23
  275. package/es/grid/src/Grid.d.ts +27 -22
  276. package/es/grid/src/Grid.js +2 -2
  277. package/es/grid/src/GridItem.d.ts +18 -18
  278. package/es/grid/src/GridItem.js +3 -2
  279. package/es/icon/src/Icon.d.ts +11 -18
  280. package/es/image/src/Image.d.ts +295 -39
  281. package/es/image/src/Image.js +4 -17
  282. package/es/image/src/ImageGroup.d.ts +274 -8
  283. package/es/image/src/ImageGroup.js +7 -9
  284. package/es/image/src/ImagePreview.d.ts +203 -18
  285. package/es/image/src/ImagePreview.js +59 -36
  286. package/es/image/src/interface.d.ts +94 -0
  287. package/es/image/src/interface.js +2 -1
  288. package/es/image/src/styles/index.cssr.js +8 -4
  289. package/es/image/styles/dark.js +8 -1
  290. package/es/image/styles/light.d.ts +32 -3
  291. package/es/image/styles/light.js +8 -1
  292. package/es/index.d.ts +1 -1
  293. package/es/index.js +1 -1
  294. package/es/input/src/Input.d.ts +108 -110
  295. package/es/input/src/Input.js +75 -34
  296. package/es/input/src/InputGroup.d.ts +5 -9
  297. package/es/input/src/InputGroupLabel.d.ts +16 -17
  298. package/es/input/src/InputGroupLabel.js +4 -3
  299. package/es/input/src/WordCount.d.ts +1 -1
  300. package/es/input/src/interface.d.ts +2 -2
  301. package/es/input/src/interface.js +2 -1
  302. package/es/input/src/styles/input.cssr.js +45 -62
  303. package/es/input-number/src/InputNumber.d.ts +59 -58
  304. package/es/input-number/src/utils.js +2 -2
  305. package/es/layout/src/Layout.d.ts +90 -65
  306. package/es/layout/src/Layout.js +2 -1
  307. package/es/layout/src/LayoutContent.d.ts +33 -31
  308. package/es/layout/src/LayoutFooter.d.ts +14 -19
  309. package/es/layout/src/LayoutHeader.d.ts +17 -19
  310. package/es/layout/src/LayoutSider.d.ts +64 -61
  311. package/es/layout/src/LayoutSider.js +2 -1
  312. package/es/layout/src/ToggleBar.d.ts +7 -8
  313. package/es/layout/src/ToggleButton.d.ts +7 -8
  314. package/es/layout/src/interface.d.ts +2 -2
  315. package/es/layout/src/interface.js +2 -1
  316. package/es/layout/src/styles/layout-sider.cssr.js +15 -7
  317. package/es/legacy-grid/src/Col.d.ts +18 -11
  318. package/es/legacy-grid/src/Row.d.ts +11 -13
  319. package/es/legacy-grid/src/Row.js +2 -2
  320. package/es/list/src/List.d.ts +19 -20
  321. package/es/list/src/List.js +7 -5
  322. package/es/list/src/ListItem.d.ts +1 -1
  323. package/es/list/src/ListItem.js +3 -3
  324. package/es/loading-bar/src/LoadingBar.d.ts +1 -1
  325. package/es/loading-bar/src/LoadingBarProvider.d.ts +22 -23
  326. package/es/loading-bar/src/LoadingBarProvider.js +7 -6
  327. package/es/locales/common/deDE.js +10 -0
  328. package/es/locales/common/enUS.d.ts +9 -0
  329. package/es/locales/common/enUS.js +10 -0
  330. package/es/locales/common/esAR.d.ts +109 -0
  331. package/es/locales/common/esAR.js +110 -0
  332. package/es/locales/common/frFR.js +10 -0
  333. package/es/locales/common/idID.js +10 -0
  334. package/es/locales/common/itIT.d.ts +3 -0
  335. package/es/locales/common/itIT.js +109 -0
  336. package/es/locales/common/jaJP.js +10 -0
  337. package/es/locales/common/nbNO.js +10 -0
  338. package/es/locales/common/ruRU.js +10 -0
  339. package/es/locales/common/ukUA.js +10 -0
  340. package/es/locales/common/zhCN.js +9 -0
  341. package/es/locales/common/zhTW.js +10 -0
  342. package/es/locales/date/esAR.d.ts +3 -0
  343. package/es/locales/date/esAR.js +6 -0
  344. package/es/locales/date/itIT.d.ts +3 -0
  345. package/es/locales/date/itIT.js +6 -0
  346. package/es/locales/index.d.ts +4 -0
  347. package/es/locales/index.js +4 -0
  348. package/es/log/src/Log.d.ts +48 -46
  349. package/es/log/src/Log.js +2 -2
  350. package/es/log/src/LogLine.d.ts +6 -5
  351. package/es/log/src/LogLoader.d.ts +6 -5
  352. package/es/mention/src/Mention.d.ts +55 -56
  353. package/es/mention/src/utils.js +0 -1
  354. package/es/menu/src/Menu.d.ts +87 -88
  355. package/es/menu/src/Menu.js +2 -2
  356. package/es/menu/src/MenuDivider.d.ts +1 -1
  357. package/es/menu/src/MenuOption.d.ts +22 -295
  358. package/es/menu/src/MenuOption.js +2 -1
  359. package/es/menu/src/MenuOptionContent.d.ts +33 -305
  360. package/es/menu/src/MenuOptionGroup.d.ts +20 -20
  361. package/es/menu/src/MenuOptionGroup.js +4 -3
  362. package/es/menu/src/Submenu.d.ts +35 -301
  363. package/es/menu/src/Submenu.js +4 -2
  364. package/es/menu/src/use-menu-child-props.d.ts +2 -1
  365. package/es/menu/src/use-menu-child.d.ts +5 -7
  366. package/es/menu/src/use-menu-child.js +0 -2
  367. package/es/message/index.d.ts +2 -1
  368. package/es/message/src/Message.d.ts +183 -31
  369. package/es/message/src/Message.js +13 -11
  370. package/es/message/src/MessageEnvironment.d.ts +28 -36
  371. package/es/message/src/MessageProvider.d.ts +29 -40
  372. package/es/message/src/MessageProvider.js +9 -9
  373. package/es/message/src/message-props.d.ts +5 -2
  374. package/es/message/src/types.d.ts +15 -0
  375. package/es/message/src/types.js +1 -0
  376. package/es/modal/src/BodyWrapper.d.ts +96 -72
  377. package/es/modal/src/BodyWrapper.js +12 -9
  378. package/es/modal/src/Modal.d.ts +127 -965
  379. package/es/modal/src/Modal.js +18 -5
  380. package/es/modal/src/interface.d.ts +3 -3
  381. package/es/modal/src/interface.js +3 -2
  382. package/es/notification/src/Notification.d.ts +20 -22
  383. package/es/notification/src/NotificationContainer.d.ts +10 -7
  384. package/es/notification/src/NotificationEnvironment.d.ts +32 -40
  385. package/es/notification/src/NotificationProvider.d.ts +32 -35
  386. package/es/notification/src/NotificationProvider.js +8 -8
  387. package/es/number-animation/src/NumberAnimation.d.ts +27 -15
  388. package/es/number-animation/src/NumberAnimation.js +19 -4
  389. package/es/page-header/index.d.ts +1 -1
  390. package/es/page-header/src/PageHeader.d.ts +13 -21
  391. package/es/page-header/src/PageHeader.js +4 -5
  392. package/es/pagination/index.d.ts +1 -1
  393. package/es/pagination/src/Pagination.d.ts +65 -61
  394. package/es/pagination/src/Pagination.js +66 -19
  395. package/es/pagination/src/interface.d.ts +10 -1
  396. package/es/pagination/src/utils.d.ts +2 -2
  397. package/es/pagination/src/utils.js +2 -4
  398. package/es/pagination/styles/light.d.ts +1 -0
  399. package/es/popconfirm/src/Popconfirm.d.ts +93 -85
  400. package/es/popconfirm/src/PopconfirmPanel.d.ts +16 -14
  401. package/es/popconfirm/src/PopconfirmPanel.js +4 -5
  402. package/es/popconfirm/src/interface.d.ts +2 -2
  403. package/es/popconfirm/src/interface.js +2 -1
  404. package/es/popover/src/Popover.d.ts +93 -77
  405. package/es/popover/src/Popover.js +24 -1
  406. package/es/popover/src/PopoverBody.d.ts +35 -51
  407. package/es/popover/src/PopoverBody.js +32 -47
  408. package/es/popover/src/interface.d.ts +2 -2
  409. package/es/popover/src/interface.js +2 -1
  410. package/es/popover/src/styles/index.cssr.js +9 -8
  411. package/es/popselect/src/Popselect.d.ts +139 -155
  412. package/es/popselect/src/Popselect.js +2 -2
  413. package/es/popselect/src/PopselectPanel.d.ts +24 -30
  414. package/es/popselect/src/interface.d.ts +2 -2
  415. package/es/popselect/src/interface.js +2 -1
  416. package/es/progress/src/Circle.d.ts +40 -26
  417. package/es/progress/src/Circle.js +8 -1
  418. package/es/progress/src/Line.d.ts +37 -32
  419. package/es/progress/src/Line.js +4 -1
  420. package/es/progress/src/MultipleCircle.d.ts +38 -21
  421. package/es/progress/src/Progress.d.ts +57 -50
  422. package/es/progress/src/Progress.js +2 -2
  423. package/es/progress/src/styles/index.cssr.js +16 -16
  424. package/es/radio/src/Radio.d.ts +30 -31
  425. package/es/radio/src/RadioButton.d.ts +24 -22
  426. package/es/radio/src/RadioGroup.d.ts +21 -27
  427. package/es/radio/src/styles/radio.cssr.js +4 -1
  428. package/es/radio/src/use-radio.d.ts +2 -2
  429. package/es/radio/src/use-radio.js +2 -2
  430. package/es/rate/src/Rate.d.ts +26 -31
  431. package/es/result/src/Result.d.ts +18 -21
  432. package/es/result/src/Result.js +9 -10
  433. package/es/result/src/styles/index.cssr.js +7 -7
  434. package/es/scrollbar/src/ScrollBar.d.ts +10 -17
  435. package/es/select/index.d.ts +1 -1
  436. package/es/select/src/Select.d.ts +134 -121
  437. package/es/select/src/Select.js +41 -64
  438. package/es/select/src/interface.d.ts +4 -0
  439. package/es/select/styles/light.d.ts +1 -0
  440. package/es/skeleton/src/Skeleton.d.ts +26 -31
  441. package/es/slider/src/Slider.d.ts +51 -51
  442. package/es/slider/src/Slider.js +2 -1
  443. package/es/space/src/Space.d.ts +24 -27
  444. package/es/spin/src/Spin.d.ts +28 -27
  445. package/es/statistic/src/Statistic.d.ts +11 -19
  446. package/es/statistic/src/Statistic.js +3 -3
  447. package/es/steps/src/Step.d.ts +9 -12
  448. package/es/steps/src/Step.js +5 -7
  449. package/es/steps/src/Steps.d.ts +20 -23
  450. package/es/steps/src/Steps.js +2 -2
  451. package/es/switch/src/Switch.d.ts +45 -40
  452. package/es/table/src/Table.d.ts +26 -25
  453. package/es/table/src/Tbody.d.ts +1 -1
  454. package/es/table/src/Td.d.ts +1 -1
  455. package/es/table/src/Th.d.ts +1 -1
  456. package/es/table/src/Thead.d.ts +1 -1
  457. package/es/table/src/Tr.d.ts +1 -1
  458. package/es/tabs/index.d.ts +1 -0
  459. package/es/tabs/src/Tab.d.ts +30 -37
  460. package/es/tabs/src/Tab.js +11 -4
  461. package/es/tabs/src/TabPane.d.ts +32 -38
  462. package/es/tabs/src/TabPane.js +14 -15
  463. package/es/tabs/src/Tabs.d.ts +39 -54
  464. package/es/tabs/src/Tabs.js +27 -24
  465. package/es/tabs/src/interface.d.ts +5 -2
  466. package/es/tabs/src/interface.js +2 -1
  467. package/es/tag/src/Tag.d.ts +42 -47
  468. package/es/tag/src/Tag.js +2 -2
  469. package/es/theme-editor/src/ThemeEditor.d.ts +1 -1
  470. package/es/theme-editor/src/ThemeEditor.js +161 -158
  471. package/es/themes/index.d.ts +1 -0
  472. package/es/themes/index.js +1 -0
  473. package/es/thing/src/Thing.d.ts +16 -23
  474. package/es/thing/src/Thing.js +20 -24
  475. package/es/time/src/Time.d.ts +18 -18
  476. package/es/time-picker/index.d.ts +1 -0
  477. package/es/time-picker/src/Panel.d.ts +75 -72
  478. package/es/time-picker/src/PanelCol.d.ts +15 -12
  479. package/es/time-picker/src/TimePicker.d.ts +110 -77
  480. package/es/time-picker/src/TimePicker.js +76 -70
  481. package/es/time-picker/src/interface.d.ts +10 -4
  482. package/es/time-picker/src/interface.js +2 -1
  483. package/es/timeline/src/Timeline.d.ts +21 -24
  484. package/es/timeline/src/Timeline.js +2 -1
  485. package/es/timeline/src/TimelineItem.d.ts +10 -14
  486. package/es/timeline/src/TimelineItem.js +4 -4
  487. package/es/tooltip/src/Tooltip.d.ts +85 -75
  488. package/es/transfer/src/Transfer.d.ts +39 -43
  489. package/es/transfer/src/TransferFilter.d.ts +17 -16
  490. package/es/transfer/src/TransferHeader.d.ts +11 -10
  491. package/es/transfer/src/TransferList.d.ts +35 -19
  492. package/es/transfer/src/TransferListItem.d.ts +18 -11
  493. package/es/transfer/src/interface.d.ts +2 -2
  494. package/es/transfer/src/interface.js +2 -1
  495. package/es/tree/src/MotionWrapper.d.ts +19 -14
  496. package/es/tree/src/Tree.d.ts +127 -134
  497. package/es/tree/src/Tree.js +4 -2
  498. package/es/tree/src/TreeNode.d.ts +10 -7
  499. package/es/tree/src/TreeNodeCheckbox.d.ts +11 -16
  500. package/es/tree/src/TreeNodeContent.d.ts +15 -18
  501. package/es/tree/src/TreeNodeSwitcher.d.ts +10 -14
  502. package/es/tree/src/TreeNodeSwitcher.js +25 -14
  503. package/es/tree/src/interface.d.ts +4 -2
  504. package/es/tree/src/interface.js +2 -1
  505. package/es/tree/src/styles/index.cssr.js +4 -2
  506. package/es/tree-select/src/TreeSelect.d.ts +112 -97
  507. package/es/tree-select/src/TreeSelect.js +2 -4
  508. package/es/tree-select/src/interface.d.ts +2 -2
  509. package/es/tree-select/src/interface.js +2 -1
  510. package/es/tree-select/styles/light.d.ts +1 -0
  511. package/es/typography/src/a.d.ts +8 -12
  512. package/es/typography/src/blockquote.d.ts +9 -15
  513. package/es/typography/src/create-header.d.ts +14 -19
  514. package/es/typography/src/headers.d.ts +84 -114
  515. package/es/typography/src/hr.d.ts +8 -12
  516. package/es/typography/src/li.d.ts +1 -1
  517. package/es/typography/src/ol.d.ts +9 -15
  518. package/es/typography/src/p.d.ts +9 -14
  519. package/es/typography/src/text.d.ts +24 -31
  520. package/es/typography/src/text.js +4 -3
  521. package/es/typography/src/ul.d.ts +9 -15
  522. package/es/upload/src/Upload.d.ts +95 -85
  523. package/es/upload/src/Upload.js +22 -10
  524. package/es/upload/src/UploadDragger.d.ts +1 -1
  525. package/es/upload/src/UploadFile.d.ts +18 -13
  526. package/es/upload/src/UploadFileList.d.ts +1 -1
  527. package/es/upload/src/UploadFileList.js +2 -2
  528. package/es/upload/src/UploadProgress.d.ts +11 -9
  529. package/es/upload/src/UploadTrigger.d.ts +3 -5
  530. package/es/upload/src/interface.d.ts +14 -6
  531. package/es/upload/src/interface.js +2 -1
  532. package/es/version.d.ts +1 -1
  533. package/es/version.js +1 -1
  534. package/lib/_internal/clear/src/Clear.d.ts +8 -10
  535. package/lib/_internal/close/src/Close.d.ts +11 -10
  536. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +10 -20
  537. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +4 -7
  538. package/lib/_internal/icon/src/Icon.d.ts +19 -20
  539. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  540. package/lib/_internal/icons/Add.d.ts +1 -1
  541. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  542. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  543. package/lib/_internal/icons/Attach.d.ts +1 -1
  544. package/lib/_internal/icons/Backward.d.ts +1 -1
  545. package/lib/_internal/icons/Cancel.d.ts +1 -1
  546. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  547. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  548. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  549. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  550. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  551. package/lib/_internal/icons/Clear.d.ts +1 -1
  552. package/lib/_internal/icons/Close.d.ts +1 -1
  553. package/lib/_internal/icons/Date.d.ts +1 -1
  554. package/lib/_internal/icons/Download.d.ts +1 -1
  555. package/lib/_internal/icons/Empty.d.ts +1 -1
  556. package/lib/_internal/icons/Error.d.ts +1 -1
  557. package/lib/_internal/icons/Eye.d.ts +1 -1
  558. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  559. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  560. package/lib/_internal/icons/FastForward.d.ts +1 -1
  561. package/lib/_internal/icons/File.d.ts +1 -1
  562. package/lib/_internal/icons/Filter.d.ts +1 -1
  563. package/lib/_internal/icons/Forward.d.ts +1 -1
  564. package/lib/_internal/icons/Info.d.ts +1 -1
  565. package/lib/_internal/icons/More.d.ts +1 -1
  566. package/lib/_internal/icons/Photo.d.ts +1 -1
  567. package/lib/_internal/icons/Remove.d.ts +1 -1
  568. package/lib/_internal/icons/Retry.d.ts +1 -1
  569. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  570. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  571. package/lib/_internal/icons/Search.d.ts +1 -1
  572. package/lib/_internal/icons/Success.d.ts +1 -1
  573. package/lib/_internal/icons/Switcher.d.ts +1 -1
  574. package/lib/_internal/icons/Switcher.js +2 -3
  575. package/lib/_internal/icons/Time.d.ts +1 -1
  576. package/lib/_internal/icons/To.d.ts +1 -1
  577. package/lib/_internal/icons/Trash.d.ts +1 -1
  578. package/lib/_internal/icons/Warning.d.ts +1 -1
  579. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  580. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  581. package/lib/_internal/icons/replaceable.d.ts +1 -1
  582. package/lib/_internal/loading/src/Loading.d.ts +26 -16
  583. package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -5
  584. package/lib/_internal/scrollbar/src/ScrollBar.d.ts +54 -58
  585. package/lib/_internal/scrollbar/src/ScrollBar.js +89 -67
  586. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +10 -7
  587. package/lib/_internal/select-menu/src/SelectMenu.d.ts +67 -63
  588. package/lib/_internal/select-menu/src/SelectMenu.js +21 -20
  589. package/lib/_internal/select-menu/src/SelectOption.d.ts +10 -7
  590. package/lib/_internal/select-menu/src/interface.d.ts +3 -3
  591. package/lib/_internal/select-menu/src/interface.js +3 -2
  592. package/lib/_internal/selection/src/Selection.d.ts +67 -69
  593. package/lib/_internal/selection/src/Selection.js +25 -8
  594. package/lib/_internal/selection/src/styles/index.cssr.js +2 -1
  595. package/lib/_internal/selection/styles/_common.d.ts +1 -0
  596. package/lib/_internal/selection/styles/_common.js +2 -1
  597. package/lib/_internal/selection/styles/light.d.ts +2 -0
  598. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +18 -12
  599. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +18 -12
  600. package/lib/_internal/suffix/src/Suffix.d.ts +19 -14
  601. package/lib/_internal/suffix/src/Suffix.js +7 -2
  602. package/lib/_internal/wave/src/Wave.d.ts +6 -5
  603. package/lib/_mixins/use-form-item.d.ts +2 -2
  604. package/lib/_mixins/use-form-item.js +2 -1
  605. package/lib/_mixins/use-locale.d.ts +1 -1
  606. package/lib/_mixins/use-locale.js +2 -2
  607. package/lib/_utils/index.d.ts +1 -1
  608. package/lib/_utils/index.js +2 -1
  609. package/lib/_utils/vue/create-injection-key.d.ts +2 -0
  610. package/lib/_utils/vue/create-injection-key.js +7 -0
  611. package/lib/_utils/vue/index.d.ts +2 -0
  612. package/lib/_utils/vue/index.js +5 -1
  613. package/lib/_utils/vue/resolve-slot.d.ts +2 -0
  614. package/lib/_utils/vue/resolve-slot.js +24 -0
  615. package/lib/affix/src/Affix.d.ts +26 -22
  616. package/lib/alert/src/Alert.d.ts +34 -27
  617. package/lib/alert/src/Alert.js +1 -3
  618. package/lib/anchor/src/AnchorAdapter.d.ts +52 -47
  619. package/lib/anchor/src/BaseAnchor.d.ts +25 -20
  620. package/lib/anchor/src/Link.d.ts +6 -9
  621. package/lib/anchor/src/Link.js +4 -3
  622. package/lib/auto-complete/src/AutoComplete.d.ts +60 -67
  623. package/lib/auto-complete/src/AutoComplete.js +14 -16
  624. package/lib/avatar/src/Avatar.d.ts +27 -30
  625. package/lib/avatar/src/AvatarGroup.d.ts +13 -17
  626. package/lib/avatar/src/AvatarGroup.js +5 -2
  627. package/lib/back-top/src/BackTop.d.ts +50 -35
  628. package/lib/back-top/src/BackTop.js +1 -3
  629. package/lib/badge/src/Badge.d.ts +31 -29
  630. package/lib/badge/src/Badge.js +5 -4
  631. package/lib/breadcrumb/src/Breadcrumb.d.ts +15 -18
  632. package/lib/breadcrumb/src/Breadcrumb.js +2 -1
  633. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -7
  634. package/lib/button/src/Button.d.ts +53 -61
  635. package/lib/button/src/Button.js +4 -1
  636. package/lib/button/src/ButtonGroup.d.ts +10 -11
  637. package/lib/button/src/ButtonGroup.js +2 -1
  638. package/lib/calendar/src/Calendar.d.ts +24 -25
  639. package/lib/calendar/src/Calendar.js +30 -5
  640. package/lib/calendar/src/interface.d.ts +4 -0
  641. package/lib/card/src/Card.d.ts +32 -37
  642. package/lib/card/src/Card.js +5 -5
  643. package/lib/carousel/index.d.ts +1 -0
  644. package/lib/carousel/index.js +3 -1
  645. package/lib/carousel/src/Carousel.d.ts +267 -41
  646. package/lib/carousel/src/Carousel.js +677 -226
  647. package/lib/carousel/src/CarouselArrow.d.ts +9 -0
  648. package/lib/carousel/src/CarouselArrow.js +45 -0
  649. package/lib/carousel/src/CarouselDots.d.ts +72 -0
  650. package/lib/carousel/src/CarouselDots.js +120 -0
  651. package/lib/carousel/src/CarouselItem.d.ts +11 -0
  652. package/lib/carousel/src/CarouselItem.js +77 -0
  653. package/lib/carousel/src/interface.d.ts +35 -0
  654. package/lib/carousel/src/interface.js +7 -0
  655. package/lib/carousel/src/styles/index.cssr.js +141 -38
  656. package/lib/carousel/src/utils.d.ts +12 -0
  657. package/lib/carousel/src/utils.js +69 -0
  658. package/lib/carousel/styles/light.d.ts +3 -0
  659. package/lib/carousel/styles/light.js +5 -2
  660. package/lib/cascader/index.d.ts +1 -1
  661. package/lib/cascader/src/Cascader.d.ts +109 -84
  662. package/lib/cascader/src/Cascader.js +16 -27
  663. package/lib/cascader/src/CascaderMenu.d.ts +34 -24
  664. package/lib/cascader/src/CascaderMenu.js +1 -3
  665. package/lib/cascader/src/CascaderOption.d.ts +8 -5
  666. package/lib/cascader/src/CascaderOption.js +7 -4
  667. package/lib/cascader/src/CascaderSelectMenu.d.ts +26 -20
  668. package/lib/cascader/src/CascaderSubmenu.d.ts +16 -9
  669. package/lib/cascader/src/interface.d.ts +7 -2
  670. package/lib/cascader/src/interface.js +2 -1
  671. package/lib/cascader/styles/light.d.ts +1 -0
  672. package/lib/checkbox/index.d.ts +1 -0
  673. package/lib/checkbox/src/Checkbox.d.ts +43 -43
  674. package/lib/checkbox/src/Checkbox.js +16 -4
  675. package/lib/checkbox/src/CheckboxGroup.d.ts +23 -24
  676. package/lib/checkbox/src/CheckboxGroup.js +1 -1
  677. package/lib/checkbox/src/interface.d.ts +4 -0
  678. package/lib/checkbox/src/styles/index.cssr.js +1 -1
  679. package/lib/code/src/Code.d.ts +27 -30
  680. package/lib/code/src/Code.js +6 -3
  681. package/lib/code/src/styles/index.cssr.js +4 -1
  682. package/lib/collapse/src/Collapse.d.ts +35 -33
  683. package/lib/collapse/src/Collapse.js +1 -1
  684. package/lib/collapse/src/CollapseItem.d.ts +5 -9
  685. package/lib/collapse/src/CollapseItem.js +7 -14
  686. package/lib/collapse/src/CollapseItemContent.d.ts +11 -9
  687. package/lib/collapse-transition/src/CollapseTransition.d.ts +18 -19
  688. package/lib/color-picker/src/AlphaSlider.d.ts +19 -14
  689. package/lib/color-picker/src/ColorInput.d.ts +34 -19
  690. package/lib/color-picker/src/ColorInputUnit.d.ts +15 -11
  691. package/lib/color-picker/src/ColorInputUnit.js +1 -1
  692. package/lib/color-picker/src/ColorPicker.d.ts +55 -52
  693. package/lib/color-picker/src/ColorPicker.js +17 -10
  694. package/lib/color-picker/src/ColorPickerSwatches.d.ts +18 -11
  695. package/lib/color-picker/src/ColorPickerTrigger.d.ts +15 -12
  696. package/lib/color-picker/src/ColorPickerTrigger.js +22 -16
  697. package/lib/color-picker/src/ColorPreview.d.ts +19 -11
  698. package/lib/color-picker/src/HueSlider.d.ts +15 -12
  699. package/lib/color-picker/src/Pallete.d.ts +23 -16
  700. package/lib/color-picker/src/interface.d.ts +2 -0
  701. package/lib/color-picker/src/styles/index.cssr.js +1 -0
  702. package/lib/composables/use-theme-vars.d.ts +2 -1
  703. package/lib/config-provider/src/ConfigProvider.d.ts +57 -37
  704. package/lib/config-provider/src/ConfigProvider.js +4 -3
  705. package/lib/config-provider/src/interface.d.ts +4 -1
  706. package/lib/countdown/src/Countdown.d.ts +18 -17
  707. package/lib/data-table/index.d.ts +1 -1
  708. package/lib/data-table/src/DataTable.d.ts +114 -159
  709. package/lib/data-table/src/DataTable.js +21 -47
  710. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +12 -7
  711. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +36 -19
  712. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +14 -9
  713. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +10 -7
  714. package/lib/data-table/src/HeaderButton/SortButton.d.ts +6 -5
  715. package/lib/data-table/src/HeaderButton/SortButton.js +6 -6
  716. package/lib/data-table/src/MainTable.d.ts +1 -1
  717. package/lib/data-table/src/TableParts/Body.d.ts +13 -14
  718. package/lib/data-table/src/TableParts/Body.js +1 -3
  719. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +14 -9
  720. package/lib/data-table/src/TableParts/Cell.d.ts +865 -855
  721. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +11 -9
  722. package/lib/data-table/src/TableParts/Header.d.ts +8 -5
  723. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +6 -5
  724. package/lib/data-table/src/interface.d.ts +10 -7
  725. package/lib/data-table/src/interface.js +2 -1
  726. package/lib/data-table/src/styles/index.cssr.js +11 -8
  727. package/lib/data-table/src/utils.js +3 -0
  728. package/lib/data-table/styles/light.d.ts +1 -0
  729. package/lib/date-picker/index.d.ts +1 -0
  730. package/lib/date-picker/src/DatePicker.d.ts +87 -104
  731. package/lib/date-picker/src/DatePicker.js +114 -109
  732. package/lib/date-picker/src/interface.d.ts +23 -5
  733. package/lib/date-picker/src/interface.js +2 -1
  734. package/lib/date-picker/src/panel/date.d.ts +77 -34
  735. package/lib/date-picker/src/panel/date.js +8 -6
  736. package/lib/date-picker/src/panel/daterange.d.ts +31 -26
  737. package/lib/date-picker/src/panel/daterange.js +8 -8
  738. package/lib/date-picker/src/panel/datetime.d.ts +41 -30
  739. package/lib/date-picker/src/panel/datetime.js +6 -4
  740. package/lib/date-picker/src/panel/datetimerange.d.ts +31 -26
  741. package/lib/date-picker/src/panel/datetimerange.js +7 -7
  742. package/lib/date-picker/src/panel/month.d.ts +48 -32
  743. package/lib/date-picker/src/panel/month.js +12 -3
  744. package/lib/date-picker/src/panel/panelHeader.d.ts +2435 -0
  745. package/lib/date-picker/src/panel/panelHeader.js +77 -0
  746. package/lib/date-picker/src/panel/use-calendar.d.ts +16 -4
  747. package/lib/date-picker/src/panel/use-calendar.js +43 -4
  748. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +6 -0
  749. package/lib/date-picker/src/panel/use-dual-calendar.js +10 -1
  750. package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -0
  751. package/lib/date-picker/src/panel/use-panel-common.js +7 -1
  752. package/lib/date-picker/src/styles/index.cssr.js +5 -2
  753. package/lib/descriptions/src/Descriptions.d.ts +33 -33
  754. package/lib/descriptions/src/DescriptionsItem.d.ts +9 -12
  755. package/lib/dialog/src/Dialog.d.ts +32 -43
  756. package/lib/dialog/src/Dialog.js +26 -19
  757. package/lib/dialog/src/DialogEnvironment.d.ts +41 -46
  758. package/lib/dialog/src/DialogProvider.d.ts +7 -10
  759. package/lib/dialog/src/DialogProvider.js +2 -2
  760. package/lib/divider/src/Divider.d.ts +14 -19
  761. package/lib/drawer/src/Drawer.d.ts +101 -104
  762. package/lib/drawer/src/Drawer.js +41 -47
  763. package/lib/drawer/src/DrawerBodyWrapper.d.ts +40 -16
  764. package/lib/drawer/src/DrawerBodyWrapper.js +31 -14
  765. package/lib/drawer/src/DrawerContent.d.ts +15 -20
  766. package/lib/drawer/src/DrawerContent.js +6 -6
  767. package/lib/drawer/src/interface.d.ts +3 -3
  768. package/lib/drawer/src/interface.js +3 -2
  769. package/lib/dropdown/src/Dropdown.d.ts +113 -99
  770. package/lib/dropdown/src/Dropdown.js +1 -1
  771. package/lib/dropdown/src/DropdownDivider.d.ts +6 -5
  772. package/lib/dropdown/src/DropdownGroup.d.ts +14 -9
  773. package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -7
  774. package/lib/dropdown/src/DropdownMenu.d.ts +18 -16
  775. package/lib/dropdown/src/DropdownMenu.js +2 -1
  776. package/lib/dropdown/src/DropdownOption.d.ts +19 -14
  777. package/lib/dropdown/src/DropdownOption.js +1 -1
  778. package/lib/dropdown/src/DropdownRenderOption.d.ts +6 -5
  779. package/lib/dynamic-input/src/DynamicInput.d.ts +50 -45
  780. package/lib/dynamic-input/src/DynamicInput.js +1 -1
  781. package/lib/dynamic-input/src/InputPreset.d.ts +16 -14
  782. package/lib/dynamic-input/src/PairPreset.d.ts +23 -18
  783. package/lib/dynamic-input/src/interface.d.ts +2 -2
  784. package/lib/dynamic-input/src/interface.js +2 -1
  785. package/lib/dynamic-tags/src/DynamicTags.d.ts +41 -41
  786. package/lib/element/src/Element.d.ts +9 -12
  787. package/lib/ellipsis/src/Ellipsis.d.ts +14 -19
  788. package/lib/empty/src/Empty.d.ts +23 -24
  789. package/lib/empty/src/Empty.js +4 -8
  790. package/lib/form/src/Feedbacks.d.ts +8 -10
  791. package/lib/form/src/Feedbacks.js +4 -1
  792. package/lib/form/src/Form.d.ts +44 -44
  793. package/lib/form/src/Form.js +16 -7
  794. package/lib/form/src/FormItem.d.ts +45 -55
  795. package/lib/form/src/FormItem.js +29 -13
  796. package/lib/form/src/FormItemCol.d.ts +57 -60
  797. package/lib/form/src/FormItemGridItem.d.ts +57 -66
  798. package/lib/form/src/FormItemRow.d.ts +62 -65
  799. package/lib/form/src/interface.d.ts +8 -4
  800. package/lib/form/src/interface.js +3 -2
  801. package/lib/form/src/styles/form-item.cssr.js +2 -0
  802. package/lib/form/src/utils.d.ts +2 -2
  803. package/lib/form/src/utils.js +29 -18
  804. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  805. package/lib/gradient-text/src/GradientText.d.ts +16 -23
  806. package/lib/grid/src/Grid.d.ts +27 -22
  807. package/lib/grid/src/Grid.js +1 -1
  808. package/lib/grid/src/GridItem.d.ts +18 -18
  809. package/lib/grid/src/GridItem.js +2 -1
  810. package/lib/icon/src/Icon.d.ts +11 -18
  811. package/lib/image/src/Image.d.ts +295 -39
  812. package/lib/image/src/Image.js +4 -17
  813. package/lib/image/src/ImageGroup.d.ts +274 -8
  814. package/lib/image/src/ImageGroup.js +6 -8
  815. package/lib/image/src/ImagePreview.d.ts +203 -18
  816. package/lib/image/src/ImagePreview.js +57 -34
  817. package/lib/image/src/interface.d.ts +94 -0
  818. package/lib/image/src/interface.js +3 -0
  819. package/lib/image/src/styles/index.cssr.js +8 -4
  820. package/lib/image/styles/dark.js +8 -1
  821. package/lib/image/styles/light.d.ts +32 -3
  822. package/lib/image/styles/light.js +8 -1
  823. package/lib/index.d.ts +1 -1
  824. package/lib/index.js +2 -1
  825. package/lib/input/src/Input.d.ts +108 -110
  826. package/lib/input/src/Input.js +74 -33
  827. package/lib/input/src/InputGroup.d.ts +5 -9
  828. package/lib/input/src/InputGroupLabel.d.ts +16 -17
  829. package/lib/input/src/InputGroupLabel.js +3 -2
  830. package/lib/input/src/WordCount.d.ts +1 -1
  831. package/lib/input/src/interface.d.ts +2 -2
  832. package/lib/input/src/interface.js +2 -1
  833. package/lib/input/src/styles/input.cssr.js +45 -62
  834. package/lib/input-number/src/InputNumber.d.ts +59 -58
  835. package/lib/input-number/src/utils.js +2 -2
  836. package/lib/layout/src/Layout.d.ts +90 -65
  837. package/lib/layout/src/Layout.js +2 -1
  838. package/lib/layout/src/LayoutContent.d.ts +33 -31
  839. package/lib/layout/src/LayoutFooter.d.ts +14 -19
  840. package/lib/layout/src/LayoutHeader.d.ts +17 -19
  841. package/lib/layout/src/LayoutSider.d.ts +64 -61
  842. package/lib/layout/src/LayoutSider.js +2 -1
  843. package/lib/layout/src/ToggleBar.d.ts +7 -8
  844. package/lib/layout/src/ToggleButton.d.ts +7 -8
  845. package/lib/layout/src/interface.d.ts +2 -2
  846. package/lib/layout/src/interface.js +2 -1
  847. package/lib/layout/src/styles/layout-sider.cssr.js +15 -7
  848. package/lib/legacy-grid/src/Col.d.ts +18 -11
  849. package/lib/legacy-grid/src/Row.d.ts +11 -13
  850. package/lib/legacy-grid/src/Row.js +1 -1
  851. package/lib/list/src/List.d.ts +19 -20
  852. package/lib/list/src/List.js +6 -4
  853. package/lib/list/src/ListItem.d.ts +1 -1
  854. package/lib/list/src/ListItem.js +2 -2
  855. package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
  856. package/lib/loading-bar/src/LoadingBarProvider.d.ts +22 -23
  857. package/lib/loading-bar/src/LoadingBarProvider.js +6 -5
  858. package/lib/locales/common/deDE.js +10 -0
  859. package/lib/locales/common/enUS.d.ts +9 -0
  860. package/lib/locales/common/enUS.js +10 -0
  861. package/lib/locales/common/esAR.d.ts +109 -0
  862. package/lib/locales/common/esAR.js +112 -0
  863. package/lib/locales/common/frFR.js +10 -0
  864. package/lib/locales/common/idID.js +10 -0
  865. package/lib/locales/common/itIT.d.ts +3 -0
  866. package/lib/locales/common/itIT.js +111 -0
  867. package/lib/locales/common/jaJP.js +10 -0
  868. package/lib/locales/common/nbNO.js +10 -0
  869. package/lib/locales/common/ruRU.js +10 -0
  870. package/lib/locales/common/ukUA.js +10 -0
  871. package/lib/locales/common/zhCN.js +9 -0
  872. package/lib/locales/common/zhTW.js +10 -0
  873. package/lib/locales/date/esAR.d.ts +3 -0
  874. package/lib/locales/date/esAR.js +11 -0
  875. package/lib/locales/date/itIT.d.ts +3 -0
  876. package/lib/locales/date/itIT.js +11 -0
  877. package/lib/locales/index.d.ts +4 -0
  878. package/lib/locales/index.js +9 -1
  879. package/lib/log/src/Log.d.ts +48 -46
  880. package/lib/log/src/Log.js +1 -1
  881. package/lib/log/src/LogLine.d.ts +6 -5
  882. package/lib/log/src/LogLoader.d.ts +6 -5
  883. package/lib/mention/src/Mention.d.ts +55 -56
  884. package/lib/mention/src/utils.js +0 -1
  885. package/lib/menu/src/Menu.d.ts +87 -88
  886. package/lib/menu/src/Menu.js +1 -1
  887. package/lib/menu/src/MenuDivider.d.ts +1 -1
  888. package/lib/menu/src/MenuOption.d.ts +22 -295
  889. package/lib/menu/src/MenuOption.js +2 -1
  890. package/lib/menu/src/MenuOptionContent.d.ts +33 -305
  891. package/lib/menu/src/MenuOptionGroup.d.ts +20 -20
  892. package/lib/menu/src/MenuOptionGroup.js +3 -2
  893. package/lib/menu/src/Submenu.d.ts +35 -301
  894. package/lib/menu/src/Submenu.js +4 -2
  895. package/lib/menu/src/use-menu-child-props.d.ts +2 -1
  896. package/lib/menu/src/use-menu-child.d.ts +5 -7
  897. package/lib/menu/src/use-menu-child.js +1 -3
  898. package/lib/message/index.d.ts +2 -1
  899. package/lib/message/src/Message.d.ts +183 -31
  900. package/lib/message/src/Message.js +13 -11
  901. package/lib/message/src/MessageEnvironment.d.ts +28 -36
  902. package/lib/message/src/MessageProvider.d.ts +29 -40
  903. package/lib/message/src/MessageProvider.js +7 -7
  904. package/lib/message/src/message-props.d.ts +5 -2
  905. package/lib/message/src/types.d.ts +15 -0
  906. package/lib/message/src/types.js +2 -0
  907. package/lib/modal/src/BodyWrapper.d.ts +96 -72
  908. package/lib/modal/src/BodyWrapper.js +12 -9
  909. package/lib/modal/src/Modal.d.ts +127 -965
  910. package/lib/modal/src/Modal.js +18 -5
  911. package/lib/modal/src/interface.d.ts +3 -3
  912. package/lib/modal/src/interface.js +3 -2
  913. package/lib/notification/src/Notification.d.ts +20 -22
  914. package/lib/notification/src/NotificationContainer.d.ts +10 -7
  915. package/lib/notification/src/NotificationEnvironment.d.ts +32 -40
  916. package/lib/notification/src/NotificationProvider.d.ts +32 -35
  917. package/lib/notification/src/NotificationProvider.js +6 -6
  918. package/lib/number-animation/src/NumberAnimation.d.ts +27 -15
  919. package/lib/number-animation/src/NumberAnimation.js +19 -4
  920. package/lib/page-header/index.d.ts +1 -1
  921. package/lib/page-header/src/PageHeader.d.ts +13 -21
  922. package/lib/page-header/src/PageHeader.js +4 -5
  923. package/lib/pagination/index.d.ts +1 -1
  924. package/lib/pagination/src/Pagination.d.ts +65 -61
  925. package/lib/pagination/src/Pagination.js +65 -18
  926. package/lib/pagination/src/interface.d.ts +10 -1
  927. package/lib/pagination/src/utils.d.ts +2 -2
  928. package/lib/pagination/src/utils.js +2 -4
  929. package/lib/pagination/styles/light.d.ts +1 -0
  930. package/lib/popconfirm/src/Popconfirm.d.ts +93 -85
  931. package/lib/popconfirm/src/PopconfirmPanel.d.ts +16 -14
  932. package/lib/popconfirm/src/PopconfirmPanel.js +3 -4
  933. package/lib/popconfirm/src/interface.d.ts +2 -2
  934. package/lib/popconfirm/src/interface.js +2 -1
  935. package/lib/popover/src/Popover.d.ts +93 -77
  936. package/lib/popover/src/Popover.js +23 -0
  937. package/lib/popover/src/PopoverBody.d.ts +35 -51
  938. package/lib/popover/src/PopoverBody.js +30 -45
  939. package/lib/popover/src/interface.d.ts +2 -2
  940. package/lib/popover/src/interface.js +2 -1
  941. package/lib/popover/src/styles/index.cssr.js +9 -8
  942. package/lib/popselect/src/Popselect.d.ts +139 -155
  943. package/lib/popselect/src/Popselect.js +2 -2
  944. package/lib/popselect/src/PopselectPanel.d.ts +24 -30
  945. package/lib/popselect/src/interface.d.ts +2 -2
  946. package/lib/popselect/src/interface.js +2 -1
  947. package/lib/progress/src/Circle.d.ts +40 -26
  948. package/lib/progress/src/Circle.js +8 -1
  949. package/lib/progress/src/Line.d.ts +37 -32
  950. package/lib/progress/src/Line.js +4 -1
  951. package/lib/progress/src/MultipleCircle.d.ts +38 -21
  952. package/lib/progress/src/Progress.d.ts +57 -50
  953. package/lib/progress/src/Progress.js +2 -2
  954. package/lib/progress/src/styles/index.cssr.js +16 -16
  955. package/lib/radio/src/Radio.d.ts +30 -31
  956. package/lib/radio/src/RadioButton.d.ts +24 -22
  957. package/lib/radio/src/RadioGroup.d.ts +21 -27
  958. package/lib/radio/src/styles/radio.cssr.js +4 -1
  959. package/lib/radio/src/use-radio.d.ts +2 -2
  960. package/lib/radio/src/use-radio.js +1 -1
  961. package/lib/rate/src/Rate.d.ts +26 -31
  962. package/lib/result/src/Result.d.ts +18 -21
  963. package/lib/result/src/Result.js +8 -9
  964. package/lib/result/src/styles/index.cssr.js +6 -6
  965. package/lib/scrollbar/src/ScrollBar.d.ts +10 -17
  966. package/lib/select/index.d.ts +1 -1
  967. package/lib/select/src/Select.d.ts +134 -121
  968. package/lib/select/src/Select.js +39 -62
  969. package/lib/select/src/interface.d.ts +4 -0
  970. package/lib/select/styles/light.d.ts +1 -0
  971. package/lib/skeleton/src/Skeleton.d.ts +26 -31
  972. package/lib/slider/src/Slider.d.ts +51 -51
  973. package/lib/slider/src/Slider.js +2 -1
  974. package/lib/space/src/Space.d.ts +24 -27
  975. package/lib/spin/src/Spin.d.ts +28 -27
  976. package/lib/statistic/src/Statistic.d.ts +11 -19
  977. package/lib/statistic/src/Statistic.js +2 -2
  978. package/lib/steps/src/Step.d.ts +9 -12
  979. package/lib/steps/src/Step.js +4 -6
  980. package/lib/steps/src/Steps.d.ts +20 -23
  981. package/lib/steps/src/Steps.js +1 -1
  982. package/lib/switch/src/Switch.d.ts +45 -40
  983. package/lib/table/src/Table.d.ts +26 -25
  984. package/lib/table/src/Tbody.d.ts +1 -1
  985. package/lib/table/src/Td.d.ts +1 -1
  986. package/lib/table/src/Th.d.ts +1 -1
  987. package/lib/table/src/Thead.d.ts +1 -1
  988. package/lib/table/src/Tr.d.ts +1 -1
  989. package/lib/tabs/index.d.ts +1 -0
  990. package/lib/tabs/src/Tab.d.ts +30 -37
  991. package/lib/tabs/src/Tab.js +10 -3
  992. package/lib/tabs/src/TabPane.d.ts +32 -38
  993. package/lib/tabs/src/TabPane.js +12 -13
  994. package/lib/tabs/src/Tabs.d.ts +39 -54
  995. package/lib/tabs/src/Tabs.js +27 -24
  996. package/lib/tabs/src/interface.d.ts +5 -2
  997. package/lib/tabs/src/interface.js +2 -1
  998. package/lib/tag/src/Tag.d.ts +42 -47
  999. package/lib/tag/src/Tag.js +1 -1
  1000. package/lib/theme-editor/src/ThemeEditor.d.ts +1 -1
  1001. package/lib/theme-editor/src/ThemeEditor.js +160 -157
  1002. package/lib/themes/index.d.ts +1 -0
  1003. package/lib/themes/index.js +3 -1
  1004. package/lib/thing/src/Thing.d.ts +16 -23
  1005. package/lib/thing/src/Thing.js +19 -23
  1006. package/lib/time/src/Time.d.ts +18 -18
  1007. package/lib/time-picker/index.d.ts +1 -0
  1008. package/lib/time-picker/src/Panel.d.ts +75 -72
  1009. package/lib/time-picker/src/PanelCol.d.ts +15 -12
  1010. package/lib/time-picker/src/TimePicker.d.ts +110 -77
  1011. package/lib/time-picker/src/TimePicker.js +76 -70
  1012. package/lib/time-picker/src/interface.d.ts +10 -4
  1013. package/lib/time-picker/src/interface.js +2 -1
  1014. package/lib/timeline/src/Timeline.d.ts +21 -24
  1015. package/lib/timeline/src/Timeline.js +2 -1
  1016. package/lib/timeline/src/TimelineItem.d.ts +10 -14
  1017. package/lib/timeline/src/TimelineItem.js +3 -3
  1018. package/lib/tooltip/src/Tooltip.d.ts +85 -75
  1019. package/lib/transfer/src/Transfer.d.ts +39 -43
  1020. package/lib/transfer/src/TransferFilter.d.ts +17 -16
  1021. package/lib/transfer/src/TransferHeader.d.ts +11 -10
  1022. package/lib/transfer/src/TransferList.d.ts +35 -19
  1023. package/lib/transfer/src/TransferListItem.d.ts +18 -11
  1024. package/lib/transfer/src/interface.d.ts +2 -2
  1025. package/lib/transfer/src/interface.js +2 -1
  1026. package/lib/tree/src/MotionWrapper.d.ts +19 -14
  1027. package/lib/tree/src/Tree.d.ts +127 -134
  1028. package/lib/tree/src/Tree.js +4 -2
  1029. package/lib/tree/src/TreeNode.d.ts +10 -7
  1030. package/lib/tree/src/TreeNodeCheckbox.d.ts +11 -16
  1031. package/lib/tree/src/TreeNodeContent.d.ts +15 -18
  1032. package/lib/tree/src/TreeNodeSwitcher.d.ts +10 -14
  1033. package/lib/tree/src/TreeNodeSwitcher.js +24 -13
  1034. package/lib/tree/src/interface.d.ts +4 -2
  1035. package/lib/tree/src/interface.js +2 -1
  1036. package/lib/tree/src/styles/index.cssr.js +4 -2
  1037. package/lib/tree-select/src/TreeSelect.d.ts +112 -97
  1038. package/lib/tree-select/src/TreeSelect.js +1 -3
  1039. package/lib/tree-select/src/interface.d.ts +2 -2
  1040. package/lib/tree-select/src/interface.js +2 -1
  1041. package/lib/tree-select/styles/light.d.ts +1 -0
  1042. package/lib/typography/src/a.d.ts +8 -12
  1043. package/lib/typography/src/blockquote.d.ts +9 -15
  1044. package/lib/typography/src/create-header.d.ts +14 -19
  1045. package/lib/typography/src/headers.d.ts +84 -114
  1046. package/lib/typography/src/hr.d.ts +8 -12
  1047. package/lib/typography/src/li.d.ts +1 -1
  1048. package/lib/typography/src/ol.d.ts +9 -15
  1049. package/lib/typography/src/p.d.ts +9 -14
  1050. package/lib/typography/src/text.d.ts +24 -31
  1051. package/lib/typography/src/text.js +3 -2
  1052. package/lib/typography/src/ul.d.ts +9 -15
  1053. package/lib/upload/src/Upload.d.ts +95 -85
  1054. package/lib/upload/src/Upload.js +22 -10
  1055. package/lib/upload/src/UploadDragger.d.ts +1 -1
  1056. package/lib/upload/src/UploadFile.d.ts +18 -13
  1057. package/lib/upload/src/UploadFileList.d.ts +1 -1
  1058. package/lib/upload/src/UploadFileList.js +2 -2
  1059. package/lib/upload/src/UploadProgress.d.ts +11 -9
  1060. package/lib/upload/src/UploadTrigger.d.ts +3 -5
  1061. package/lib/upload/src/interface.d.ts +14 -6
  1062. package/lib/upload/src/interface.js +2 -1
  1063. package/lib/version.d.ts +1 -1
  1064. package/lib/version.js +1 -1
  1065. package/package.json +24 -16
  1066. package/volar.d.ts +144 -0
  1067. package/web-types.json +539 -50
@@ -0,0 +1,2435 @@
1
+ import { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ mergedClsPrefix: {
4
+ type: StringConstructor;
5
+ required: true;
6
+ };
7
+ value: NumberConstructor;
8
+ monthBeforeYear: {
9
+ type: BooleanConstructor;
10
+ required: true;
11
+ };
12
+ calendarMonth: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ calendarYear: {
17
+ type: StringConstructor;
18
+ required: true;
19
+ };
20
+ onUpdateValue: {
21
+ type: PropType<(value: number) => void>;
22
+ required: true;
23
+ };
24
+ }, {
25
+ show: import("vue").Ref<boolean>;
26
+ triggerRef: import("vue").Ref<HTMLElement | null>;
27
+ monthPanelRef: import("vue").Ref<({
28
+ $: import("vue").ComponentInternalInstance;
29
+ $data: {};
30
+ $props: Partial<{
31
+ value: import("../interface").Value | null;
32
+ active: boolean;
33
+ actions: string[];
34
+ useAsQuickJump: boolean;
35
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
36
+ type: {
37
+ type: PropType<"month" | "year" | "quarter">;
38
+ required: true;
39
+ };
40
+ useAsQuickJump: BooleanConstructor;
41
+ actions: {
42
+ readonly type: PropType<string[]>;
43
+ readonly default: () => string[];
44
+ };
45
+ active: BooleanConstructor;
46
+ dateFormat: StringConstructor;
47
+ timeFormat: {
48
+ readonly type: StringConstructor;
49
+ readonly value: "HH:mm:ss";
50
+ };
51
+ value: {
52
+ readonly type: PropType<import("../interface").Value | null>;
53
+ readonly default: null;
54
+ };
55
+ shortcuts: PropType<import("../interface").Shortcuts>;
56
+ defaultTime: PropType<import("../interface").DefaultTime>;
57
+ onConfirm: FunctionConstructor;
58
+ onClose: PropType<import("../interface").OnClose>;
59
+ onTabOut: FunctionConstructor;
60
+ onUpdateValue: {
61
+ readonly type: PropType<import("../interface").OnPanelUpdateValue>;
62
+ readonly required: true;
63
+ };
64
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "value" | "active" | "actions" | "useAsQuickJump">;
65
+ $attrs: {
66
+ [x: string]: unknown;
67
+ };
68
+ $refs: {
69
+ [x: string]: unknown;
70
+ };
71
+ $slots: Readonly<{
72
+ [name: string]: import("vue").Slot | undefined;
73
+ }>;
74
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
75
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
76
+ $emit: (event: string, ...args: any[]) => void;
77
+ $el: any;
78
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
79
+ type: {
80
+ type: PropType<"month" | "year" | "quarter">;
81
+ required: true;
82
+ };
83
+ useAsQuickJump: BooleanConstructor;
84
+ actions: {
85
+ readonly type: PropType<string[]>;
86
+ readonly default: () => string[];
87
+ };
88
+ active: BooleanConstructor;
89
+ dateFormat: StringConstructor;
90
+ timeFormat: {
91
+ readonly type: StringConstructor;
92
+ readonly value: "HH:mm:ss";
93
+ };
94
+ value: {
95
+ readonly type: PropType<import("../interface").Value | null>;
96
+ readonly default: null;
97
+ };
98
+ shortcuts: PropType<import("../interface").Shortcuts>;
99
+ defaultTime: PropType<import("../interface").DefaultTime>;
100
+ onConfirm: FunctionConstructor;
101
+ onClose: PropType<import("../interface").OnClose>;
102
+ onTabOut: FunctionConstructor;
103
+ onUpdateValue: {
104
+ readonly type: PropType<import("../interface").OnPanelUpdateValue>;
105
+ readonly required: true;
106
+ };
107
+ }>>, {
108
+ renderItem: (item: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, i: number, mergedClsPrefix: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
109
+ [key: string]: any;
110
+ }>;
111
+ handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
112
+ handleDateInputBlur: () => void;
113
+ handleDateInput: (value: string) => void;
114
+ handleTimePickerChange: (value: number | null) => void;
115
+ clearSelectedDateTime: () => void;
116
+ virtualListContainer: () => HTMLElement;
117
+ virtualListContent: () => HTMLElement;
118
+ handleVirtualListScroll: (e: Event) => void;
119
+ timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
120
+ dateInputValue: import("vue").Ref<string>;
121
+ datePickerSlots: Readonly<{
122
+ [name: string]: import("vue").Slot | undefined;
123
+ }>;
124
+ monthScrollRef: import("vue").Ref<{
125
+ containerRef: HTMLElement | null;
126
+ contentRef: HTMLElement | null;
127
+ containerScrollTop: number;
128
+ syncUnifiedContainer: () => void;
129
+ scrollTo: import("../../../_internal/scrollbar/src/ScrollBar").ScrollTo;
130
+ sync: () => void;
131
+ handleMouseEnterWrapper: () => void;
132
+ handleMouseLeaveWrapper: () => void;
133
+ } | null>;
134
+ yearScrollRef: import("vue").Ref<{
135
+ listElRef: HTMLElement;
136
+ itemsElRef: HTMLElement | null;
137
+ scrollTo: import("vueuc/lib/virtual-list/src/VirtualList").ScrollTo;
138
+ } | null>;
139
+ scrollbarInstRef: import("vue").Ref<{
140
+ containerRef: HTMLElement | null;
141
+ contentRef: HTMLElement | null;
142
+ containerScrollTop: number;
143
+ syncUnifiedContainer: () => void;
144
+ scrollTo: import("../../../_internal/scrollbar/src/ScrollBar").ScrollTo;
145
+ sync: () => void;
146
+ handleMouseEnterWrapper: () => void;
147
+ handleMouseLeaveWrapper: () => void;
148
+ } | null>;
149
+ handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
150
+ scrollPickerColumns: (value?: number | undefined) => void;
151
+ calendarValue: import("vue").Ref<number>;
152
+ onUpdateCalendarValue: (value: number) => void;
153
+ mergedTheme: import("vue").Ref<{
154
+ common: {
155
+ baseColor: string;
156
+ primaryColor: string;
157
+ primaryColorHover: string;
158
+ primaryColorPressed: string;
159
+ primaryColorSuppl: string;
160
+ infoColor: string;
161
+ infoColorHover: string;
162
+ infoColorPressed: string;
163
+ infoColorSuppl: string;
164
+ successColor: string;
165
+ successColorHover: string;
166
+ successColorPressed: string;
167
+ successColorSuppl: string;
168
+ warningColor: string;
169
+ warningColorHover: string;
170
+ warningColorPressed: string;
171
+ warningColorSuppl: string;
172
+ errorColor: string;
173
+ errorColorHover: string;
174
+ errorColorPressed: string;
175
+ errorColorSuppl: string;
176
+ textColorBase: string;
177
+ textColor1: string;
178
+ textColor2: string;
179
+ textColor3: string;
180
+ textColorDisabled: string;
181
+ placeholderColor: string;
182
+ placeholderColorDisabled: string;
183
+ iconColor: string;
184
+ iconColorHover: string;
185
+ iconColorPressed: string;
186
+ iconColorDisabled: string;
187
+ opacity1: string;
188
+ opacity2: string;
189
+ opacity3: string;
190
+ opacity4: string;
191
+ opacity5: string;
192
+ dividerColor: string;
193
+ borderColor: string;
194
+ closeColor: string;
195
+ closeColorHover: string;
196
+ closeColorPressed: string;
197
+ closeColorDisabled: string;
198
+ clearColor: string;
199
+ clearColorHover: string;
200
+ clearColorPressed: string;
201
+ scrollbarColor: string;
202
+ scrollbarColorHover: string;
203
+ scrollbarWidth: string;
204
+ scrollbarHeight: string;
205
+ scrollbarBorderRadius: string;
206
+ progressRailColor: string;
207
+ railColor: string;
208
+ popoverColor: string;
209
+ tableColor: string;
210
+ cardColor: string;
211
+ modalColor: string;
212
+ bodyColor: string;
213
+ tagColor: string;
214
+ avatarColor: string;
215
+ invertedColor: string;
216
+ inputColor: string;
217
+ codeColor: string;
218
+ tabColor: string;
219
+ actionColor: string;
220
+ tableHeaderColor: string;
221
+ hoverColor: string;
222
+ tableColorHover: string;
223
+ tableColorStriped: string;
224
+ pressedColor: string;
225
+ opacityDisabled: string;
226
+ inputColorDisabled: string;
227
+ buttonColor2: string;
228
+ buttonColor2Hover: string;
229
+ buttonColor2Pressed: string;
230
+ boxShadow1: string;
231
+ boxShadow2: string;
232
+ boxShadow3: string;
233
+ fontFamily: string;
234
+ fontFamilyMono: string;
235
+ fontWeight: string;
236
+ fontWeightStrong: string;
237
+ cubicBezierEaseInOut: string;
238
+ cubicBezierEaseOut: string;
239
+ cubicBezierEaseIn: string;
240
+ borderRadius: string;
241
+ borderRadiusSmall: string;
242
+ fontSize: string;
243
+ fontSizeTiny: string;
244
+ fontSizeSmall: string;
245
+ fontSizeMedium: string;
246
+ fontSizeLarge: string;
247
+ fontSizeHuge: string;
248
+ lineHeight: string;
249
+ heightTiny: string;
250
+ heightSmall: string;
251
+ heightMedium: string;
252
+ heightLarge: string;
253
+ heightHuge: string;
254
+ transformDebounceScale: string;
255
+ name: "common";
256
+ };
257
+ self: {
258
+ itemFontSize: string;
259
+ calendarDaysFontSize: string;
260
+ calendarTitleFontSize: string;
261
+ itemTextColor: string;
262
+ itemTextColorDisabled: string;
263
+ itemTextColorActive: string;
264
+ itemTextColorCurrent: string;
265
+ itemColorIncluded: string;
266
+ itemColorHover: string;
267
+ itemColorDisabled: string;
268
+ itemColorActive: string;
269
+ itemBorderRadius: string;
270
+ panelColor: string;
271
+ panelTextColor: string;
272
+ arrowColor: string;
273
+ calendarTitleTextColor: string;
274
+ calendarDaysTextColor: string;
275
+ panelHeaderDividerColor: string;
276
+ calendarDaysDividerColor: string;
277
+ calendarDividerColor: string;
278
+ panelActionDividerColor: string;
279
+ panelBoxShadow: string;
280
+ panelBorderRadius: string;
281
+ calendarTitleFontWeight: string;
282
+ scrollItemBorderRadius: string;
283
+ iconColor: string;
284
+ iconColorDisabled: string;
285
+ itemSize: string;
286
+ itemCellWidth: string;
287
+ itemCellHeight: string;
288
+ scrollItemWidth: string;
289
+ scrollItemHeight: string;
290
+ panelExtraFooterPadding: string;
291
+ panelActionPadding: string;
292
+ calendarTitlePadding: string;
293
+ calendarTitleHeight: string;
294
+ arrowSize: string;
295
+ panelHeaderPadding: string;
296
+ calendarDaysHeight: string;
297
+ calendarTitleGridTempateColumns: string;
298
+ calendarLeftPaddingDate: string;
299
+ calendarLeftPaddingDatetime: string;
300
+ calendarLeftPaddingDaterange: string;
301
+ calendarLeftPaddingDatetimerange: string;
302
+ calendarLeftPaddingMonth: string;
303
+ calendarLeftPaddingYear: string;
304
+ calendarLeftPaddingQuarter: string;
305
+ calendarRightPaddingDate: string;
306
+ calendarRightPaddingDatetime: string;
307
+ calendarRightPaddingDaterange: string;
308
+ calendarRightPaddingDatetimerange: string;
309
+ calendarRightPaddingMonth: string;
310
+ calendarRightPaddingYear: string;
311
+ calendarRightPaddingQuarter: string;
312
+ };
313
+ peers: {
314
+ Input: import("../../../_mixins").Theme<"Input", {
315
+ countTextColor: string;
316
+ heightTiny: string;
317
+ heightSmall: string;
318
+ heightMedium: string;
319
+ heightLarge: string;
320
+ fontSizeTiny: string;
321
+ fontSizeSmall: string;
322
+ fontSizeMedium: string;
323
+ fontSizeLarge: string;
324
+ lineHeight: string;
325
+ lineHeightTextarea: string;
326
+ borderRadius: string;
327
+ iconSize: string;
328
+ groupLabelColor: string;
329
+ groupLabelTextColor: string;
330
+ textColor: string;
331
+ textColorDisabled: string;
332
+ textDecorationColor: string;
333
+ caretColor: string;
334
+ placeholderColor: string;
335
+ placeholderColorDisabled: string;
336
+ color: string;
337
+ colorDisabled: string;
338
+ colorFocus: string;
339
+ groupLabelBorder: string;
340
+ border: string;
341
+ borderHover: string;
342
+ borderDisabled: string;
343
+ borderFocus: string;
344
+ boxShadowFocus: string;
345
+ loadingColor: string;
346
+ loadingColorWarning: string;
347
+ borderWarning: string;
348
+ borderHoverWarning: string;
349
+ colorFocusWarning: string;
350
+ borderFocusWarning: string;
351
+ boxShadowFocusWarning: string;
352
+ caretColorWarning: string;
353
+ loadingColorError: string;
354
+ borderError: string;
355
+ borderHoverError: string;
356
+ colorFocusError: string;
357
+ borderFocusError: string;
358
+ boxShadowFocusError: string;
359
+ caretColorError: string;
360
+ clearColor: string;
361
+ clearColorHover: string;
362
+ clearColorPressed: string;
363
+ iconColor: string;
364
+ iconColorDisabled: string;
365
+ iconColorHover: string;
366
+ iconColorPressed: string;
367
+ suffixTextColor: string;
368
+ paddingTiny: string;
369
+ paddingSmall: string;
370
+ paddingMedium: string;
371
+ paddingLarge: string;
372
+ clearSize: string;
373
+ }, any>;
374
+ Button: import("../../../_mixins").Theme<"Button", {
375
+ heightTiny: string;
376
+ heightSmall: string;
377
+ heightMedium: string;
378
+ heightLarge: string;
379
+ borderRadiusTiny: string;
380
+ borderRadiusSmall: string;
381
+ borderRadiusMedium: string;
382
+ borderRadiusLarge: string;
383
+ fontSizeTiny: string;
384
+ fontSizeSmall: string;
385
+ fontSizeMedium: string;
386
+ fontSizeLarge: string;
387
+ opacityDisabled: string;
388
+ colorOpacitySecondary: string;
389
+ colorOpacitySecondaryHover: string;
390
+ colorOpacitySecondaryPressed: string;
391
+ colorSecondary: string;
392
+ colorSecondaryHover: string;
393
+ colorSecondaryPressed: string;
394
+ colorTertiary: string;
395
+ colorTertiaryHover: string;
396
+ colorTertiaryPressed: string;
397
+ colorQuaternary: string;
398
+ colorQuaternaryHover: string;
399
+ colorQuaternaryPressed: string;
400
+ color: string;
401
+ colorHover: string;
402
+ colorPressed: string;
403
+ colorFocus: string;
404
+ colorDisabled: string;
405
+ textColor: string;
406
+ textColorTertiary: string;
407
+ textColorHover: string;
408
+ textColorPressed: string;
409
+ textColorFocus: string;
410
+ textColorDisabled: string;
411
+ textColorText: string;
412
+ textColorTextHover: string;
413
+ textColorTextPressed: string;
414
+ textColorTextFocus: string;
415
+ textColorTextDisabled: string;
416
+ textColorGhost: string;
417
+ textColorGhostHover: string;
418
+ textColorGhostPressed: string;
419
+ textColorGhostFocus: string;
420
+ textColorGhostDisabled: string;
421
+ border: string;
422
+ borderHover: string;
423
+ borderPressed: string;
424
+ borderFocus: string;
425
+ borderDisabled: string;
426
+ rippleColor: string;
427
+ colorPrimary: string;
428
+ colorHoverPrimary: string;
429
+ colorPressedPrimary: string;
430
+ colorFocusPrimary: string;
431
+ colorDisabledPrimary: string;
432
+ textColorPrimary: string;
433
+ textColorHoverPrimary: string;
434
+ textColorPressedPrimary: string;
435
+ textColorFocusPrimary: string;
436
+ textColorDisabledPrimary: string;
437
+ textColorTextPrimary: string;
438
+ textColorTextHoverPrimary: string;
439
+ textColorTextPressedPrimary: string;
440
+ textColorTextFocusPrimary: string;
441
+ textColorTextDisabledPrimary: string;
442
+ textColorGhostPrimary: string;
443
+ textColorGhostHoverPrimary: string;
444
+ textColorGhostPressedPrimary: string;
445
+ textColorGhostFocusPrimary: string;
446
+ textColorGhostDisabledPrimary: string;
447
+ borderPrimary: string;
448
+ borderHoverPrimary: string;
449
+ borderPressedPrimary: string;
450
+ borderFocusPrimary: string;
451
+ borderDisabledPrimary: string;
452
+ rippleColorPrimary: string;
453
+ colorInfo: string;
454
+ colorHoverInfo: string;
455
+ colorPressedInfo: string;
456
+ colorFocusInfo: string;
457
+ colorDisabledInfo: string;
458
+ textColorInfo: string;
459
+ textColorHoverInfo: string;
460
+ textColorPressedInfo: string;
461
+ textColorFocusInfo: string;
462
+ textColorDisabledInfo: string;
463
+ textColorTextInfo: string;
464
+ textColorTextHoverInfo: string;
465
+ textColorTextPressedInfo: string;
466
+ textColorTextFocusInfo: string;
467
+ textColorTextDisabledInfo: string;
468
+ textColorGhostInfo: string;
469
+ textColorGhostHoverInfo: string;
470
+ textColorGhostPressedInfo: string;
471
+ textColorGhostFocusInfo: string;
472
+ textColorGhostDisabledInfo: string;
473
+ borderInfo: string;
474
+ borderHoverInfo: string;
475
+ borderPressedInfo: string;
476
+ borderFocusInfo: string;
477
+ borderDisabledInfo: string;
478
+ rippleColorInfo: string;
479
+ colorSuccess: string;
480
+ colorHoverSuccess: string;
481
+ colorPressedSuccess: string;
482
+ colorFocusSuccess: string;
483
+ colorDisabledSuccess: string;
484
+ textColorSuccess: string;
485
+ textColorHoverSuccess: string;
486
+ textColorPressedSuccess: string;
487
+ textColorFocusSuccess: string;
488
+ textColorDisabledSuccess: string;
489
+ textColorTextSuccess: string;
490
+ textColorTextHoverSuccess: string;
491
+ textColorTextPressedSuccess: string;
492
+ textColorTextFocusSuccess: string;
493
+ textColorTextDisabledSuccess: string;
494
+ textColorGhostSuccess: string;
495
+ textColorGhostHoverSuccess: string;
496
+ textColorGhostPressedSuccess: string;
497
+ textColorGhostFocusSuccess: string;
498
+ textColorGhostDisabledSuccess: string;
499
+ borderSuccess: string;
500
+ borderHoverSuccess: string;
501
+ borderPressedSuccess: string;
502
+ borderFocusSuccess: string;
503
+ borderDisabledSuccess: string;
504
+ rippleColorSuccess: string;
505
+ colorWarning: string;
506
+ colorHoverWarning: string;
507
+ colorPressedWarning: string;
508
+ colorFocusWarning: string;
509
+ colorDisabledWarning: string;
510
+ textColorWarning: string;
511
+ textColorHoverWarning: string;
512
+ textColorPressedWarning: string;
513
+ textColorFocusWarning: string;
514
+ textColorDisabledWarning: string;
515
+ textColorTextWarning: string;
516
+ textColorTextHoverWarning: string;
517
+ textColorTextPressedWarning: string;
518
+ textColorTextFocusWarning: string;
519
+ textColorTextDisabledWarning: string;
520
+ textColorGhostWarning: string;
521
+ textColorGhostHoverWarning: string;
522
+ textColorGhostPressedWarning: string;
523
+ textColorGhostFocusWarning: string;
524
+ textColorGhostDisabledWarning: string;
525
+ borderWarning: string;
526
+ borderHoverWarning: string;
527
+ borderPressedWarning: string;
528
+ borderFocusWarning: string;
529
+ borderDisabledWarning: string;
530
+ rippleColorWarning: string;
531
+ colorError: string;
532
+ colorHoverError: string;
533
+ colorPressedError: string;
534
+ colorFocusError: string;
535
+ colorDisabledError: string;
536
+ textColorError: string;
537
+ textColorHoverError: string;
538
+ textColorPressedError: string;
539
+ textColorFocusError: string;
540
+ textColorDisabledError: string;
541
+ textColorTextError: string;
542
+ textColorTextHoverError: string;
543
+ textColorTextPressedError: string;
544
+ textColorTextFocusError: string;
545
+ textColorTextDisabledError: string;
546
+ textColorGhostError: string;
547
+ textColorGhostHoverError: string;
548
+ textColorGhostPressedError: string;
549
+ textColorGhostFocusError: string;
550
+ textColorGhostDisabledError: string;
551
+ borderError: string;
552
+ borderHoverError: string;
553
+ borderPressedError: string;
554
+ borderFocusError: string;
555
+ borderDisabledError: string;
556
+ rippleColorError: string;
557
+ waveOpacity: string;
558
+ fontWeight: string;
559
+ fontWeightStrong: string;
560
+ paddingTiny: string;
561
+ paddingSmall: string;
562
+ paddingMedium: string;
563
+ paddingLarge: string;
564
+ paddingRoundTiny: string;
565
+ paddingRoundSmall: string;
566
+ paddingRoundMedium: string;
567
+ paddingRoundLarge: string;
568
+ iconMarginTiny: string;
569
+ iconMarginSmall: string;
570
+ iconMarginMedium: string;
571
+ iconMarginLarge: string;
572
+ iconSizeTiny: string;
573
+ iconSizeSmall: string;
574
+ iconSizeMedium: string;
575
+ iconSizeLarge: string;
576
+ rippleDuration: string;
577
+ }, any>;
578
+ TimePicker: import("../../../_mixins").Theme<"TimePicker", {
579
+ panelColor: string;
580
+ panelBoxShadow: string;
581
+ panelDividerColor: string;
582
+ itemTextColor: string;
583
+ itemTextColorActive: string;
584
+ itemColorHover: string;
585
+ itemOpacityDisabled: string;
586
+ itemBorderRadius: string;
587
+ borderRadius: string;
588
+ iconColor: string;
589
+ iconColorDisabled: string;
590
+ itemFontSize: string;
591
+ itemHeight: string;
592
+ itemWidth: string;
593
+ panelActionPadding: string;
594
+ }, {
595
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
596
+ color: string;
597
+ colorHover: string;
598
+ }, any>;
599
+ Button: import("../../../_mixins").Theme<"Button", {
600
+ heightTiny: string;
601
+ heightSmall: string;
602
+ heightMedium: string;
603
+ heightLarge: string;
604
+ borderRadiusTiny: string;
605
+ borderRadiusSmall: string;
606
+ borderRadiusMedium: string;
607
+ borderRadiusLarge: string;
608
+ fontSizeTiny: string;
609
+ fontSizeSmall: string;
610
+ fontSizeMedium: string;
611
+ fontSizeLarge: string;
612
+ opacityDisabled: string;
613
+ colorOpacitySecondary: string;
614
+ colorOpacitySecondaryHover: string;
615
+ colorOpacitySecondaryPressed: string;
616
+ colorSecondary: string;
617
+ colorSecondaryHover: string;
618
+ colorSecondaryPressed: string;
619
+ colorTertiary: string;
620
+ colorTertiaryHover: string;
621
+ colorTertiaryPressed: string;
622
+ colorQuaternary: string;
623
+ colorQuaternaryHover: string;
624
+ colorQuaternaryPressed: string;
625
+ color: string;
626
+ colorHover: string;
627
+ colorPressed: string;
628
+ colorFocus: string;
629
+ colorDisabled: string;
630
+ textColor: string;
631
+ textColorTertiary: string;
632
+ textColorHover: string;
633
+ textColorPressed: string;
634
+ textColorFocus: string;
635
+ textColorDisabled: string;
636
+ textColorText: string;
637
+ textColorTextHover: string;
638
+ textColorTextPressed: string;
639
+ textColorTextFocus: string;
640
+ textColorTextDisabled: string;
641
+ textColorGhost: string;
642
+ textColorGhostHover: string;
643
+ textColorGhostPressed: string;
644
+ textColorGhostFocus: string;
645
+ textColorGhostDisabled: string;
646
+ border: string;
647
+ borderHover: string;
648
+ borderPressed: string;
649
+ borderFocus: string;
650
+ borderDisabled: string;
651
+ rippleColor: string;
652
+ colorPrimary: string;
653
+ colorHoverPrimary: string;
654
+ colorPressedPrimary: string;
655
+ colorFocusPrimary: string;
656
+ colorDisabledPrimary: string;
657
+ textColorPrimary: string;
658
+ textColorHoverPrimary: string;
659
+ textColorPressedPrimary: string;
660
+ textColorFocusPrimary: string;
661
+ textColorDisabledPrimary: string;
662
+ textColorTextPrimary: string;
663
+ textColorTextHoverPrimary: string;
664
+ textColorTextPressedPrimary: string;
665
+ textColorTextFocusPrimary: string;
666
+ textColorTextDisabledPrimary: string;
667
+ textColorGhostPrimary: string;
668
+ textColorGhostHoverPrimary: string;
669
+ textColorGhostPressedPrimary: string;
670
+ textColorGhostFocusPrimary: string;
671
+ textColorGhostDisabledPrimary: string;
672
+ borderPrimary: string;
673
+ borderHoverPrimary: string;
674
+ borderPressedPrimary: string;
675
+ borderFocusPrimary: string;
676
+ borderDisabledPrimary: string;
677
+ rippleColorPrimary: string;
678
+ colorInfo: string;
679
+ colorHoverInfo: string;
680
+ colorPressedInfo: string;
681
+ colorFocusInfo: string;
682
+ colorDisabledInfo: string;
683
+ textColorInfo: string;
684
+ textColorHoverInfo: string;
685
+ textColorPressedInfo: string;
686
+ textColorFocusInfo: string;
687
+ textColorDisabledInfo: string;
688
+ textColorTextInfo: string;
689
+ textColorTextHoverInfo: string;
690
+ textColorTextPressedInfo: string;
691
+ textColorTextFocusInfo: string;
692
+ textColorTextDisabledInfo: string;
693
+ textColorGhostInfo: string;
694
+ textColorGhostHoverInfo: string;
695
+ textColorGhostPressedInfo: string;
696
+ textColorGhostFocusInfo: string;
697
+ textColorGhostDisabledInfo: string;
698
+ borderInfo: string;
699
+ borderHoverInfo: string;
700
+ borderPressedInfo: string;
701
+ borderFocusInfo: string;
702
+ borderDisabledInfo: string;
703
+ rippleColorInfo: string;
704
+ colorSuccess: string;
705
+ colorHoverSuccess: string;
706
+ colorPressedSuccess: string;
707
+ colorFocusSuccess: string;
708
+ colorDisabledSuccess: string;
709
+ textColorSuccess: string;
710
+ textColorHoverSuccess: string;
711
+ textColorPressedSuccess: string;
712
+ textColorFocusSuccess: string;
713
+ textColorDisabledSuccess: string;
714
+ textColorTextSuccess: string;
715
+ textColorTextHoverSuccess: string;
716
+ textColorTextPressedSuccess: string;
717
+ textColorTextFocusSuccess: string;
718
+ textColorTextDisabledSuccess: string;
719
+ textColorGhostSuccess: string;
720
+ textColorGhostHoverSuccess: string;
721
+ textColorGhostPressedSuccess: string;
722
+ textColorGhostFocusSuccess: string;
723
+ textColorGhostDisabledSuccess: string;
724
+ borderSuccess: string;
725
+ borderHoverSuccess: string;
726
+ borderPressedSuccess: string;
727
+ borderFocusSuccess: string;
728
+ borderDisabledSuccess: string;
729
+ rippleColorSuccess: string;
730
+ colorWarning: string;
731
+ colorHoverWarning: string;
732
+ colorPressedWarning: string;
733
+ colorFocusWarning: string;
734
+ colorDisabledWarning: string;
735
+ textColorWarning: string;
736
+ textColorHoverWarning: string;
737
+ textColorPressedWarning: string;
738
+ textColorFocusWarning: string;
739
+ textColorDisabledWarning: string;
740
+ textColorTextWarning: string;
741
+ textColorTextHoverWarning: string;
742
+ textColorTextPressedWarning: string;
743
+ textColorTextFocusWarning: string;
744
+ textColorTextDisabledWarning: string;
745
+ textColorGhostWarning: string;
746
+ textColorGhostHoverWarning: string;
747
+ textColorGhostPressedWarning: string;
748
+ textColorGhostFocusWarning: string;
749
+ textColorGhostDisabledWarning: string;
750
+ borderWarning: string;
751
+ borderHoverWarning: string;
752
+ borderPressedWarning: string;
753
+ borderFocusWarning: string;
754
+ borderDisabledWarning: string;
755
+ rippleColorWarning: string;
756
+ colorError: string;
757
+ colorHoverError: string;
758
+ colorPressedError: string;
759
+ colorFocusError: string;
760
+ colorDisabledError: string;
761
+ textColorError: string;
762
+ textColorHoverError: string;
763
+ textColorPressedError: string;
764
+ textColorFocusError: string;
765
+ textColorDisabledError: string;
766
+ textColorTextError: string;
767
+ textColorTextHoverError: string;
768
+ textColorTextPressedError: string;
769
+ textColorTextFocusError: string;
770
+ textColorTextDisabledError: string;
771
+ textColorGhostError: string;
772
+ textColorGhostHoverError: string;
773
+ textColorGhostPressedError: string;
774
+ textColorGhostFocusError: string;
775
+ textColorGhostDisabledError: string;
776
+ borderError: string;
777
+ borderHoverError: string;
778
+ borderPressedError: string;
779
+ borderFocusError: string;
780
+ borderDisabledError: string;
781
+ rippleColorError: string;
782
+ waveOpacity: string;
783
+ fontWeight: string;
784
+ fontWeightStrong: string;
785
+ paddingTiny: string;
786
+ paddingSmall: string;
787
+ paddingMedium: string;
788
+ paddingLarge: string;
789
+ paddingRoundTiny: string;
790
+ paddingRoundSmall: string;
791
+ paddingRoundMedium: string;
792
+ paddingRoundLarge: string;
793
+ iconMarginTiny: string;
794
+ iconMarginSmall: string;
795
+ iconMarginMedium: string;
796
+ iconMarginLarge: string;
797
+ iconSizeTiny: string;
798
+ iconSizeSmall: string;
799
+ iconSizeMedium: string;
800
+ iconSizeLarge: string;
801
+ rippleDuration: string;
802
+ }, any>;
803
+ Input: import("../../../_mixins").Theme<"Input", {
804
+ countTextColor: string;
805
+ heightTiny: string;
806
+ heightSmall: string;
807
+ heightMedium: string;
808
+ heightLarge: string;
809
+ fontSizeTiny: string;
810
+ fontSizeSmall: string;
811
+ fontSizeMedium: string;
812
+ fontSizeLarge: string;
813
+ lineHeight: string;
814
+ lineHeightTextarea: string;
815
+ borderRadius: string;
816
+ iconSize: string;
817
+ groupLabelColor: string;
818
+ groupLabelTextColor: string;
819
+ textColor: string;
820
+ textColorDisabled: string;
821
+ textDecorationColor: string;
822
+ caretColor: string;
823
+ placeholderColor: string;
824
+ placeholderColorDisabled: string;
825
+ color: string;
826
+ colorDisabled: string;
827
+ colorFocus: string;
828
+ groupLabelBorder: string;
829
+ border: string;
830
+ borderHover: string;
831
+ borderDisabled: string;
832
+ borderFocus: string;
833
+ boxShadowFocus: string;
834
+ loadingColor: string;
835
+ loadingColorWarning: string;
836
+ borderWarning: string;
837
+ borderHoverWarning: string;
838
+ colorFocusWarning: string;
839
+ borderFocusWarning: string;
840
+ boxShadowFocusWarning: string;
841
+ caretColorWarning: string;
842
+ loadingColorError: string;
843
+ borderError: string;
844
+ borderHoverError: string;
845
+ colorFocusError: string;
846
+ borderFocusError: string;
847
+ boxShadowFocusError: string;
848
+ caretColorError: string;
849
+ clearColor: string;
850
+ clearColorHover: string;
851
+ clearColorPressed: string;
852
+ iconColor: string;
853
+ iconColorDisabled: string;
854
+ iconColorHover: string;
855
+ iconColorPressed: string;
856
+ suffixTextColor: string;
857
+ paddingTiny: string;
858
+ paddingSmall: string;
859
+ paddingMedium: string;
860
+ paddingLarge: string;
861
+ clearSize: string;
862
+ }, any>;
863
+ }>;
864
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
865
+ color: string;
866
+ colorHover: string;
867
+ }, any>;
868
+ };
869
+ peerOverrides: {
870
+ Input?: {
871
+ peers?: {
872
+ [x: string]: any;
873
+ } | undefined;
874
+ } | undefined;
875
+ Button?: {
876
+ peers?: {
877
+ [x: string]: any;
878
+ } | undefined;
879
+ } | undefined;
880
+ TimePicker?: {
881
+ peers?: {
882
+ Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
883
+ color: string;
884
+ colorHover: string;
885
+ }, any>> | undefined;
886
+ Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
887
+ heightTiny: string;
888
+ heightSmall: string;
889
+ heightMedium: string;
890
+ heightLarge: string;
891
+ borderRadiusTiny: string;
892
+ borderRadiusSmall: string;
893
+ borderRadiusMedium: string;
894
+ borderRadiusLarge: string;
895
+ fontSizeTiny: string;
896
+ fontSizeSmall: string;
897
+ fontSizeMedium: string;
898
+ fontSizeLarge: string;
899
+ opacityDisabled: string;
900
+ colorOpacitySecondary: string;
901
+ colorOpacitySecondaryHover: string;
902
+ colorOpacitySecondaryPressed: string;
903
+ colorSecondary: string;
904
+ colorSecondaryHover: string;
905
+ colorSecondaryPressed: string;
906
+ colorTertiary: string;
907
+ colorTertiaryHover: string;
908
+ colorTertiaryPressed: string;
909
+ colorQuaternary: string;
910
+ colorQuaternaryHover: string;
911
+ colorQuaternaryPressed: string;
912
+ color: string;
913
+ colorHover: string;
914
+ colorPressed: string;
915
+ colorFocus: string;
916
+ colorDisabled: string;
917
+ textColor: string;
918
+ textColorTertiary: string;
919
+ textColorHover: string;
920
+ textColorPressed: string;
921
+ textColorFocus: string;
922
+ textColorDisabled: string;
923
+ textColorText: string;
924
+ textColorTextHover: string;
925
+ textColorTextPressed: string;
926
+ textColorTextFocus: string;
927
+ textColorTextDisabled: string;
928
+ textColorGhost: string;
929
+ textColorGhostHover: string;
930
+ textColorGhostPressed: string;
931
+ textColorGhostFocus: string;
932
+ textColorGhostDisabled: string;
933
+ border: string;
934
+ borderHover: string;
935
+ borderPressed: string;
936
+ borderFocus: string;
937
+ borderDisabled: string;
938
+ rippleColor: string;
939
+ colorPrimary: string;
940
+ colorHoverPrimary: string;
941
+ colorPressedPrimary: string;
942
+ colorFocusPrimary: string;
943
+ colorDisabledPrimary: string;
944
+ textColorPrimary: string;
945
+ textColorHoverPrimary: string;
946
+ textColorPressedPrimary: string;
947
+ textColorFocusPrimary: string;
948
+ textColorDisabledPrimary: string;
949
+ textColorTextPrimary: string;
950
+ textColorTextHoverPrimary: string;
951
+ textColorTextPressedPrimary: string;
952
+ textColorTextFocusPrimary: string;
953
+ textColorTextDisabledPrimary: string;
954
+ textColorGhostPrimary: string;
955
+ textColorGhostHoverPrimary: string;
956
+ textColorGhostPressedPrimary: string;
957
+ textColorGhostFocusPrimary: string;
958
+ textColorGhostDisabledPrimary: string;
959
+ borderPrimary: string;
960
+ borderHoverPrimary: string;
961
+ borderPressedPrimary: string;
962
+ borderFocusPrimary: string;
963
+ borderDisabledPrimary: string;
964
+ rippleColorPrimary: string;
965
+ colorInfo: string;
966
+ colorHoverInfo: string;
967
+ colorPressedInfo: string;
968
+ colorFocusInfo: string;
969
+ colorDisabledInfo: string;
970
+ textColorInfo: string;
971
+ textColorHoverInfo: string;
972
+ textColorPressedInfo: string;
973
+ textColorFocusInfo: string;
974
+ textColorDisabledInfo: string;
975
+ textColorTextInfo: string;
976
+ textColorTextHoverInfo: string;
977
+ textColorTextPressedInfo: string;
978
+ textColorTextFocusInfo: string;
979
+ textColorTextDisabledInfo: string;
980
+ textColorGhostInfo: string;
981
+ textColorGhostHoverInfo: string;
982
+ textColorGhostPressedInfo: string;
983
+ textColorGhostFocusInfo: string;
984
+ textColorGhostDisabledInfo: string;
985
+ borderInfo: string;
986
+ borderHoverInfo: string;
987
+ borderPressedInfo: string;
988
+ borderFocusInfo: string;
989
+ borderDisabledInfo: string;
990
+ rippleColorInfo: string;
991
+ colorSuccess: string;
992
+ colorHoverSuccess: string;
993
+ colorPressedSuccess: string;
994
+ colorFocusSuccess: string;
995
+ colorDisabledSuccess: string;
996
+ textColorSuccess: string;
997
+ textColorHoverSuccess: string;
998
+ textColorPressedSuccess: string;
999
+ textColorFocusSuccess: string;
1000
+ textColorDisabledSuccess: string;
1001
+ textColorTextSuccess: string;
1002
+ textColorTextHoverSuccess: string;
1003
+ textColorTextPressedSuccess: string;
1004
+ textColorTextFocusSuccess: string;
1005
+ textColorTextDisabledSuccess: string;
1006
+ textColorGhostSuccess: string;
1007
+ textColorGhostHoverSuccess: string;
1008
+ textColorGhostPressedSuccess: string;
1009
+ textColorGhostFocusSuccess: string;
1010
+ textColorGhostDisabledSuccess: string;
1011
+ borderSuccess: string;
1012
+ borderHoverSuccess: string;
1013
+ borderPressedSuccess: string;
1014
+ borderFocusSuccess: string;
1015
+ borderDisabledSuccess: string;
1016
+ rippleColorSuccess: string;
1017
+ colorWarning: string;
1018
+ colorHoverWarning: string;
1019
+ colorPressedWarning: string;
1020
+ colorFocusWarning: string;
1021
+ colorDisabledWarning: string;
1022
+ textColorWarning: string;
1023
+ textColorHoverWarning: string;
1024
+ textColorPressedWarning: string;
1025
+ textColorFocusWarning: string;
1026
+ textColorDisabledWarning: string;
1027
+ textColorTextWarning: string;
1028
+ textColorTextHoverWarning: string;
1029
+ textColorTextPressedWarning: string;
1030
+ textColorTextFocusWarning: string;
1031
+ textColorTextDisabledWarning: string;
1032
+ textColorGhostWarning: string;
1033
+ textColorGhostHoverWarning: string;
1034
+ textColorGhostPressedWarning: string;
1035
+ textColorGhostFocusWarning: string;
1036
+ textColorGhostDisabledWarning: string;
1037
+ borderWarning: string;
1038
+ borderHoverWarning: string;
1039
+ borderPressedWarning: string;
1040
+ borderFocusWarning: string;
1041
+ borderDisabledWarning: string;
1042
+ rippleColorWarning: string;
1043
+ colorError: string;
1044
+ colorHoverError: string;
1045
+ colorPressedError: string;
1046
+ colorFocusError: string;
1047
+ colorDisabledError: string;
1048
+ textColorError: string;
1049
+ textColorHoverError: string;
1050
+ textColorPressedError: string;
1051
+ textColorFocusError: string;
1052
+ textColorDisabledError: string;
1053
+ textColorTextError: string;
1054
+ textColorTextHoverError: string;
1055
+ textColorTextPressedError: string;
1056
+ textColorTextFocusError: string;
1057
+ textColorTextDisabledError: string;
1058
+ textColorGhostError: string;
1059
+ textColorGhostHoverError: string;
1060
+ textColorGhostPressedError: string;
1061
+ textColorGhostFocusError: string;
1062
+ textColorGhostDisabledError: string;
1063
+ borderError: string;
1064
+ borderHoverError: string;
1065
+ borderPressedError: string;
1066
+ borderFocusError: string;
1067
+ borderDisabledError: string;
1068
+ rippleColorError: string;
1069
+ waveOpacity: string;
1070
+ fontWeight: string;
1071
+ fontWeightStrong: string;
1072
+ paddingTiny: string;
1073
+ paddingSmall: string;
1074
+ paddingMedium: string;
1075
+ paddingLarge: string;
1076
+ paddingRoundTiny: string;
1077
+ paddingRoundSmall: string;
1078
+ paddingRoundMedium: string;
1079
+ paddingRoundLarge: string;
1080
+ iconMarginTiny: string;
1081
+ iconMarginSmall: string;
1082
+ iconMarginMedium: string;
1083
+ iconMarginLarge: string;
1084
+ iconSizeTiny: string;
1085
+ iconSizeSmall: string;
1086
+ iconSizeMedium: string;
1087
+ iconSizeLarge: string;
1088
+ rippleDuration: string;
1089
+ }, any>> | undefined;
1090
+ Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
1091
+ countTextColor: string;
1092
+ heightTiny: string;
1093
+ heightSmall: string;
1094
+ heightMedium: string;
1095
+ heightLarge: string;
1096
+ fontSizeTiny: string;
1097
+ fontSizeSmall: string;
1098
+ fontSizeMedium: string;
1099
+ fontSizeLarge: string;
1100
+ lineHeight: string;
1101
+ lineHeightTextarea: string;
1102
+ borderRadius: string;
1103
+ iconSize: string;
1104
+ groupLabelColor: string;
1105
+ groupLabelTextColor: string;
1106
+ textColor: string;
1107
+ textColorDisabled: string;
1108
+ textDecorationColor: string;
1109
+ caretColor: string;
1110
+ placeholderColor: string;
1111
+ placeholderColorDisabled: string;
1112
+ color: string;
1113
+ colorDisabled: string;
1114
+ colorFocus: string;
1115
+ groupLabelBorder: string;
1116
+ border: string;
1117
+ borderHover: string;
1118
+ borderDisabled: string;
1119
+ borderFocus: string;
1120
+ boxShadowFocus: string;
1121
+ loadingColor: string;
1122
+ loadingColorWarning: string;
1123
+ borderWarning: string;
1124
+ borderHoverWarning: string;
1125
+ colorFocusWarning: string;
1126
+ borderFocusWarning: string;
1127
+ boxShadowFocusWarning: string;
1128
+ caretColorWarning: string;
1129
+ loadingColorError: string;
1130
+ borderError: string;
1131
+ borderHoverError: string;
1132
+ colorFocusError: string;
1133
+ borderFocusError: string;
1134
+ boxShadowFocusError: string;
1135
+ caretColorError: string;
1136
+ clearColor: string;
1137
+ clearColorHover: string;
1138
+ clearColorPressed: string;
1139
+ iconColor: string;
1140
+ iconColorDisabled: string;
1141
+ iconColorHover: string;
1142
+ iconColorPressed: string;
1143
+ suffixTextColor: string;
1144
+ paddingTiny: string;
1145
+ paddingSmall: string;
1146
+ paddingMedium: string;
1147
+ paddingLarge: string;
1148
+ clearSize: string;
1149
+ }, any>> | undefined;
1150
+ } | undefined;
1151
+ } | undefined;
1152
+ Scrollbar?: {
1153
+ peers?: {
1154
+ [x: string]: any;
1155
+ } | undefined;
1156
+ } | undefined;
1157
+ };
1158
+ }>;
1159
+ mergedClsPrefix: import("vue").Ref<string>;
1160
+ dateFnsOptions: import("vue").ComputedRef<{
1161
+ locale: Locale;
1162
+ }>;
1163
+ selfRef: import("vue").Ref<HTMLElement | null>;
1164
+ locale: import("vue").Ref<{
1165
+ yearFormat: string;
1166
+ monthFormat: string;
1167
+ dayFormat: string;
1168
+ yearTypeFormat: string;
1169
+ monthTypeFormat: string;
1170
+ dateFormat: string;
1171
+ dateTimeFormat: string;
1172
+ quarterFormat: string;
1173
+ clear: string;
1174
+ now: string;
1175
+ confirm: string;
1176
+ selectTime: string;
1177
+ selectDate: string;
1178
+ datePlaceholder: string;
1179
+ datetimePlaceholder: string;
1180
+ monthPlaceholder: string;
1181
+ yearPlaceholder: string;
1182
+ quarterPlaceholder: string;
1183
+ startDatePlaceholder: string;
1184
+ endDatePlaceholder: string;
1185
+ startDatetimePlaceholder: string;
1186
+ endDatetimePlaceholder: string;
1187
+ monthBeforeYear: boolean;
1188
+ firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
1189
+ today: string;
1190
+ }>;
1191
+ doConfirm: () => void;
1192
+ doClose: (disableUpdateOnClose?: boolean) => void;
1193
+ doUpdateValue: (value: import("../interface").Value | null, doUpdate: boolean) => void;
1194
+ doTabOut: () => void;
1195
+ handleClearClick: () => void;
1196
+ handleFocusDetectorFocus: () => void;
1197
+ disableTransitionOneTick: () => void;
1198
+ handlePanelKeyDown: (e: KeyboardEvent) => void;
1199
+ handlePanelFocus: (e: FocusEvent) => void;
1200
+ cachePendingValue: () => void;
1201
+ clearPendingValue: () => void;
1202
+ restorePendingValue: () => void;
1203
+ getShortcutValue: (shortcut: number | [number, number] | (() => number) | (() => [number, number])) => number | [number, number];
1204
+ handleShortcutMouseleave: () => void;
1205
+ showMonthYearPanel: import("vue").Ref<boolean>;
1206
+ handleOpenQuickSelectMonthPanel: () => void;
1207
+ isValueInvalid: import("vue").ComputedRef<boolean>;
1208
+ isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined>;
1209
+ isDateInvalid: import("vue").ComputedRef<boolean>;
1210
+ isTimeInvalid: import("vue").ComputedRef<boolean>;
1211
+ isDateTimeInvalid: import("vue").ComputedRef<boolean>;
1212
+ isHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
1213
+ isMinuteDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsMinuteDisabled | undefined>;
1214
+ isSecondDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsSecondDisabled | undefined>;
1215
+ dateArray: import("vue").ComputedRef<import("../utils").DateItem[]>;
1216
+ monthArray: import("vue").ComputedRef<import("../utils").MonthItem[]>;
1217
+ yearArray: import("vue").ComputedRef<import("../utils").YearItem[]>;
1218
+ quarterArray: import("vue").ComputedRef<import("../utils").QuarterItem[]>;
1219
+ calendarYear: import("vue").ComputedRef<string>;
1220
+ calendarMonth: import("vue").ComputedRef<string>;
1221
+ weekdays: import("vue").ComputedRef<string[]>;
1222
+ mergedIsDateDisabled: (ts: number) => boolean;
1223
+ nextYear: () => void;
1224
+ prevYear: () => void;
1225
+ nextMonth: () => void;
1226
+ prevMonth: () => void;
1227
+ handleNowClick: () => void;
1228
+ handleConfirmClick: () => void;
1229
+ handleSingleShortcutMouseenter: (shortcut: number | [number, number] | (() => number) | (() => [number, number])) => void;
1230
+ handleSingleShortcutClick: (shortcut: number | [number, number] | (() => number) | (() => [number, number])) => void;
1231
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1232
+ value: import("../interface").Value | null;
1233
+ active: boolean;
1234
+ actions: string[];
1235
+ useAsQuickJump: boolean;
1236
+ }> & {
1237
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1238
+ created?: ((() => void) | (() => void)[]) | undefined;
1239
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1240
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1241
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1242
+ updated?: ((() => void) | (() => void)[]) | undefined;
1243
+ activated?: ((() => void) | (() => void)[]) | undefined;
1244
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1245
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1246
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1247
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1248
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1249
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1250
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1251
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1252
+ };
1253
+ $forceUpdate: () => void;
1254
+ $nextTick: typeof import("vue").nextTick;
1255
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1256
+ } & Readonly<import("vue").ExtractPropTypes<{
1257
+ type: {
1258
+ type: PropType<"month" | "year" | "quarter">;
1259
+ required: true;
1260
+ };
1261
+ useAsQuickJump: BooleanConstructor;
1262
+ actions: {
1263
+ readonly type: PropType<string[]>;
1264
+ readonly default: () => string[];
1265
+ };
1266
+ active: BooleanConstructor;
1267
+ dateFormat: StringConstructor;
1268
+ timeFormat: {
1269
+ readonly type: StringConstructor;
1270
+ readonly value: "HH:mm:ss";
1271
+ };
1272
+ value: {
1273
+ readonly type: PropType<import("../interface").Value | null>;
1274
+ readonly default: null;
1275
+ };
1276
+ shortcuts: PropType<import("../interface").Shortcuts>;
1277
+ defaultTime: PropType<import("../interface").DefaultTime>;
1278
+ onConfirm: FunctionConstructor;
1279
+ onClose: PropType<import("../interface").OnClose>;
1280
+ onTabOut: FunctionConstructor;
1281
+ onUpdateValue: {
1282
+ readonly type: PropType<import("../interface").OnPanelUpdateValue>;
1283
+ readonly required: true;
1284
+ };
1285
+ }>> & import("vue").ShallowUnwrapRef<{
1286
+ renderItem: (item: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, i: number, mergedClsPrefix: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1287
+ [key: string]: any;
1288
+ }>;
1289
+ handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
1290
+ handleDateInputBlur: () => void;
1291
+ handleDateInput: (value: string) => void;
1292
+ handleTimePickerChange: (value: number | null) => void;
1293
+ clearSelectedDateTime: () => void;
1294
+ virtualListContainer: () => HTMLElement;
1295
+ virtualListContent: () => HTMLElement;
1296
+ handleVirtualListScroll: (e: Event) => void;
1297
+ timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
1298
+ dateInputValue: import("vue").Ref<string>;
1299
+ datePickerSlots: Readonly<{
1300
+ [name: string]: import("vue").Slot | undefined;
1301
+ }>;
1302
+ monthScrollRef: import("vue").Ref<{
1303
+ containerRef: HTMLElement | null;
1304
+ contentRef: HTMLElement | null;
1305
+ containerScrollTop: number;
1306
+ syncUnifiedContainer: () => void;
1307
+ scrollTo: import("../../../_internal/scrollbar/src/ScrollBar").ScrollTo;
1308
+ sync: () => void;
1309
+ handleMouseEnterWrapper: () => void;
1310
+ handleMouseLeaveWrapper: () => void;
1311
+ } | null>;
1312
+ yearScrollRef: import("vue").Ref<{
1313
+ listElRef: HTMLElement;
1314
+ itemsElRef: HTMLElement | null;
1315
+ scrollTo: import("vueuc/lib/virtual-list/src/VirtualList").ScrollTo;
1316
+ } | null>;
1317
+ scrollbarInstRef: import("vue").Ref<{
1318
+ containerRef: HTMLElement | null;
1319
+ contentRef: HTMLElement | null;
1320
+ containerScrollTop: number;
1321
+ syncUnifiedContainer: () => void;
1322
+ scrollTo: import("../../../_internal/scrollbar/src/ScrollBar").ScrollTo;
1323
+ sync: () => void;
1324
+ handleMouseEnterWrapper: () => void;
1325
+ handleMouseLeaveWrapper: () => void;
1326
+ } | null>;
1327
+ handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
1328
+ scrollPickerColumns: (value?: number | undefined) => void;
1329
+ calendarValue: import("vue").Ref<number>;
1330
+ onUpdateCalendarValue: (value: number) => void;
1331
+ mergedTheme: import("vue").Ref<{
1332
+ common: {
1333
+ baseColor: string;
1334
+ primaryColor: string;
1335
+ primaryColorHover: string;
1336
+ primaryColorPressed: string;
1337
+ primaryColorSuppl: string;
1338
+ infoColor: string;
1339
+ infoColorHover: string;
1340
+ infoColorPressed: string;
1341
+ infoColorSuppl: string;
1342
+ successColor: string;
1343
+ successColorHover: string;
1344
+ successColorPressed: string;
1345
+ successColorSuppl: string;
1346
+ warningColor: string;
1347
+ warningColorHover: string;
1348
+ warningColorPressed: string;
1349
+ warningColorSuppl: string;
1350
+ errorColor: string;
1351
+ errorColorHover: string;
1352
+ errorColorPressed: string;
1353
+ errorColorSuppl: string;
1354
+ textColorBase: string;
1355
+ textColor1: string;
1356
+ textColor2: string;
1357
+ textColor3: string;
1358
+ textColorDisabled: string;
1359
+ placeholderColor: string;
1360
+ placeholderColorDisabled: string;
1361
+ iconColor: string;
1362
+ iconColorHover: string;
1363
+ iconColorPressed: string;
1364
+ iconColorDisabled: string;
1365
+ opacity1: string;
1366
+ opacity2: string;
1367
+ opacity3: string;
1368
+ opacity4: string;
1369
+ opacity5: string;
1370
+ dividerColor: string;
1371
+ borderColor: string;
1372
+ closeColor: string;
1373
+ closeColorHover: string;
1374
+ closeColorPressed: string;
1375
+ closeColorDisabled: string;
1376
+ clearColor: string;
1377
+ clearColorHover: string;
1378
+ clearColorPressed: string;
1379
+ scrollbarColor: string;
1380
+ scrollbarColorHover: string;
1381
+ scrollbarWidth: string;
1382
+ scrollbarHeight: string;
1383
+ scrollbarBorderRadius: string;
1384
+ progressRailColor: string;
1385
+ railColor: string;
1386
+ popoverColor: string;
1387
+ tableColor: string;
1388
+ cardColor: string;
1389
+ modalColor: string;
1390
+ bodyColor: string;
1391
+ tagColor: string;
1392
+ avatarColor: string;
1393
+ invertedColor: string;
1394
+ inputColor: string;
1395
+ codeColor: string;
1396
+ tabColor: string;
1397
+ actionColor: string;
1398
+ tableHeaderColor: string;
1399
+ hoverColor: string;
1400
+ tableColorHover: string;
1401
+ tableColorStriped: string;
1402
+ pressedColor: string;
1403
+ opacityDisabled: string;
1404
+ inputColorDisabled: string;
1405
+ buttonColor2: string;
1406
+ buttonColor2Hover: string;
1407
+ buttonColor2Pressed: string;
1408
+ boxShadow1: string;
1409
+ boxShadow2: string;
1410
+ boxShadow3: string;
1411
+ fontFamily: string;
1412
+ fontFamilyMono: string;
1413
+ fontWeight: string;
1414
+ fontWeightStrong: string;
1415
+ cubicBezierEaseInOut: string;
1416
+ cubicBezierEaseOut: string;
1417
+ cubicBezierEaseIn: string;
1418
+ borderRadius: string;
1419
+ borderRadiusSmall: string;
1420
+ fontSize: string;
1421
+ fontSizeTiny: string;
1422
+ fontSizeSmall: string;
1423
+ fontSizeMedium: string;
1424
+ fontSizeLarge: string;
1425
+ fontSizeHuge: string;
1426
+ lineHeight: string;
1427
+ heightTiny: string;
1428
+ heightSmall: string;
1429
+ heightMedium: string;
1430
+ heightLarge: string;
1431
+ heightHuge: string;
1432
+ transformDebounceScale: string;
1433
+ name: "common";
1434
+ };
1435
+ self: {
1436
+ itemFontSize: string;
1437
+ calendarDaysFontSize: string;
1438
+ calendarTitleFontSize: string;
1439
+ itemTextColor: string;
1440
+ itemTextColorDisabled: string;
1441
+ itemTextColorActive: string;
1442
+ itemTextColorCurrent: string;
1443
+ itemColorIncluded: string;
1444
+ itemColorHover: string;
1445
+ itemColorDisabled: string;
1446
+ itemColorActive: string;
1447
+ itemBorderRadius: string;
1448
+ panelColor: string;
1449
+ panelTextColor: string;
1450
+ arrowColor: string;
1451
+ calendarTitleTextColor: string;
1452
+ calendarDaysTextColor: string;
1453
+ panelHeaderDividerColor: string;
1454
+ calendarDaysDividerColor: string;
1455
+ calendarDividerColor: string;
1456
+ panelActionDividerColor: string;
1457
+ panelBoxShadow: string;
1458
+ panelBorderRadius: string;
1459
+ calendarTitleFontWeight: string;
1460
+ scrollItemBorderRadius: string;
1461
+ iconColor: string;
1462
+ iconColorDisabled: string;
1463
+ itemSize: string;
1464
+ itemCellWidth: string;
1465
+ itemCellHeight: string;
1466
+ scrollItemWidth: string;
1467
+ scrollItemHeight: string;
1468
+ panelExtraFooterPadding: string;
1469
+ panelActionPadding: string;
1470
+ calendarTitlePadding: string;
1471
+ calendarTitleHeight: string;
1472
+ arrowSize: string;
1473
+ panelHeaderPadding: string;
1474
+ calendarDaysHeight: string;
1475
+ calendarTitleGridTempateColumns: string;
1476
+ calendarLeftPaddingDate: string;
1477
+ calendarLeftPaddingDatetime: string;
1478
+ calendarLeftPaddingDaterange: string;
1479
+ calendarLeftPaddingDatetimerange: string;
1480
+ calendarLeftPaddingMonth: string;
1481
+ calendarLeftPaddingYear: string;
1482
+ calendarLeftPaddingQuarter: string;
1483
+ calendarRightPaddingDate: string;
1484
+ calendarRightPaddingDatetime: string;
1485
+ calendarRightPaddingDaterange: string;
1486
+ calendarRightPaddingDatetimerange: string;
1487
+ calendarRightPaddingMonth: string;
1488
+ calendarRightPaddingYear: string;
1489
+ calendarRightPaddingQuarter: string;
1490
+ };
1491
+ peers: {
1492
+ Input: import("../../../_mixins").Theme<"Input", {
1493
+ countTextColor: string;
1494
+ heightTiny: string;
1495
+ heightSmall: string;
1496
+ heightMedium: string;
1497
+ heightLarge: string;
1498
+ fontSizeTiny: string;
1499
+ fontSizeSmall: string;
1500
+ fontSizeMedium: string;
1501
+ fontSizeLarge: string;
1502
+ lineHeight: string;
1503
+ lineHeightTextarea: string;
1504
+ borderRadius: string;
1505
+ iconSize: string;
1506
+ groupLabelColor: string;
1507
+ groupLabelTextColor: string;
1508
+ textColor: string;
1509
+ textColorDisabled: string;
1510
+ textDecorationColor: string;
1511
+ caretColor: string;
1512
+ placeholderColor: string;
1513
+ placeholderColorDisabled: string;
1514
+ color: string;
1515
+ colorDisabled: string;
1516
+ colorFocus: string;
1517
+ groupLabelBorder: string;
1518
+ border: string;
1519
+ borderHover: string;
1520
+ borderDisabled: string;
1521
+ borderFocus: string;
1522
+ boxShadowFocus: string;
1523
+ loadingColor: string;
1524
+ loadingColorWarning: string;
1525
+ borderWarning: string;
1526
+ borderHoverWarning: string;
1527
+ colorFocusWarning: string;
1528
+ borderFocusWarning: string;
1529
+ boxShadowFocusWarning: string;
1530
+ caretColorWarning: string;
1531
+ loadingColorError: string;
1532
+ borderError: string;
1533
+ borderHoverError: string;
1534
+ colorFocusError: string;
1535
+ borderFocusError: string;
1536
+ boxShadowFocusError: string;
1537
+ caretColorError: string;
1538
+ clearColor: string;
1539
+ clearColorHover: string;
1540
+ clearColorPressed: string;
1541
+ iconColor: string;
1542
+ iconColorDisabled: string;
1543
+ iconColorHover: string;
1544
+ iconColorPressed: string;
1545
+ suffixTextColor: string;
1546
+ paddingTiny: string;
1547
+ paddingSmall: string;
1548
+ paddingMedium: string;
1549
+ paddingLarge: string;
1550
+ clearSize: string;
1551
+ }, any>;
1552
+ Button: import("../../../_mixins").Theme<"Button", {
1553
+ heightTiny: string;
1554
+ heightSmall: string;
1555
+ heightMedium: string;
1556
+ heightLarge: string;
1557
+ borderRadiusTiny: string;
1558
+ borderRadiusSmall: string;
1559
+ borderRadiusMedium: string;
1560
+ borderRadiusLarge: string;
1561
+ fontSizeTiny: string;
1562
+ fontSizeSmall: string;
1563
+ fontSizeMedium: string;
1564
+ fontSizeLarge: string;
1565
+ opacityDisabled: string;
1566
+ colorOpacitySecondary: string;
1567
+ colorOpacitySecondaryHover: string;
1568
+ colorOpacitySecondaryPressed: string;
1569
+ colorSecondary: string;
1570
+ colorSecondaryHover: string;
1571
+ colorSecondaryPressed: string;
1572
+ colorTertiary: string;
1573
+ colorTertiaryHover: string;
1574
+ colorTertiaryPressed: string;
1575
+ colorQuaternary: string;
1576
+ colorQuaternaryHover: string;
1577
+ colorQuaternaryPressed: string;
1578
+ color: string;
1579
+ colorHover: string;
1580
+ colorPressed: string;
1581
+ colorFocus: string;
1582
+ colorDisabled: string;
1583
+ textColor: string;
1584
+ textColorTertiary: string;
1585
+ textColorHover: string;
1586
+ textColorPressed: string;
1587
+ textColorFocus: string;
1588
+ textColorDisabled: string;
1589
+ textColorText: string;
1590
+ textColorTextHover: string;
1591
+ textColorTextPressed: string;
1592
+ textColorTextFocus: string;
1593
+ textColorTextDisabled: string;
1594
+ textColorGhost: string;
1595
+ textColorGhostHover: string;
1596
+ textColorGhostPressed: string;
1597
+ textColorGhostFocus: string;
1598
+ textColorGhostDisabled: string;
1599
+ border: string;
1600
+ borderHover: string;
1601
+ borderPressed: string;
1602
+ borderFocus: string;
1603
+ borderDisabled: string;
1604
+ rippleColor: string;
1605
+ colorPrimary: string;
1606
+ colorHoverPrimary: string;
1607
+ colorPressedPrimary: string;
1608
+ colorFocusPrimary: string;
1609
+ colorDisabledPrimary: string;
1610
+ textColorPrimary: string;
1611
+ textColorHoverPrimary: string;
1612
+ textColorPressedPrimary: string;
1613
+ textColorFocusPrimary: string;
1614
+ textColorDisabledPrimary: string;
1615
+ textColorTextPrimary: string;
1616
+ textColorTextHoverPrimary: string;
1617
+ textColorTextPressedPrimary: string;
1618
+ textColorTextFocusPrimary: string;
1619
+ textColorTextDisabledPrimary: string;
1620
+ textColorGhostPrimary: string;
1621
+ textColorGhostHoverPrimary: string;
1622
+ textColorGhostPressedPrimary: string;
1623
+ textColorGhostFocusPrimary: string;
1624
+ textColorGhostDisabledPrimary: string;
1625
+ borderPrimary: string;
1626
+ borderHoverPrimary: string;
1627
+ borderPressedPrimary: string;
1628
+ borderFocusPrimary: string;
1629
+ borderDisabledPrimary: string;
1630
+ rippleColorPrimary: string;
1631
+ colorInfo: string;
1632
+ colorHoverInfo: string;
1633
+ colorPressedInfo: string;
1634
+ colorFocusInfo: string;
1635
+ colorDisabledInfo: string;
1636
+ textColorInfo: string;
1637
+ textColorHoverInfo: string;
1638
+ textColorPressedInfo: string;
1639
+ textColorFocusInfo: string;
1640
+ textColorDisabledInfo: string;
1641
+ textColorTextInfo: string;
1642
+ textColorTextHoverInfo: string;
1643
+ textColorTextPressedInfo: string;
1644
+ textColorTextFocusInfo: string;
1645
+ textColorTextDisabledInfo: string;
1646
+ textColorGhostInfo: string;
1647
+ textColorGhostHoverInfo: string;
1648
+ textColorGhostPressedInfo: string;
1649
+ textColorGhostFocusInfo: string;
1650
+ textColorGhostDisabledInfo: string;
1651
+ borderInfo: string;
1652
+ borderHoverInfo: string;
1653
+ borderPressedInfo: string;
1654
+ borderFocusInfo: string;
1655
+ borderDisabledInfo: string;
1656
+ rippleColorInfo: string;
1657
+ colorSuccess: string;
1658
+ colorHoverSuccess: string;
1659
+ colorPressedSuccess: string;
1660
+ colorFocusSuccess: string;
1661
+ colorDisabledSuccess: string;
1662
+ textColorSuccess: string;
1663
+ textColorHoverSuccess: string;
1664
+ textColorPressedSuccess: string;
1665
+ textColorFocusSuccess: string;
1666
+ textColorDisabledSuccess: string;
1667
+ textColorTextSuccess: string;
1668
+ textColorTextHoverSuccess: string;
1669
+ textColorTextPressedSuccess: string;
1670
+ textColorTextFocusSuccess: string;
1671
+ textColorTextDisabledSuccess: string;
1672
+ textColorGhostSuccess: string;
1673
+ textColorGhostHoverSuccess: string;
1674
+ textColorGhostPressedSuccess: string;
1675
+ textColorGhostFocusSuccess: string;
1676
+ textColorGhostDisabledSuccess: string;
1677
+ borderSuccess: string;
1678
+ borderHoverSuccess: string;
1679
+ borderPressedSuccess: string;
1680
+ borderFocusSuccess: string;
1681
+ borderDisabledSuccess: string;
1682
+ rippleColorSuccess: string;
1683
+ colorWarning: string;
1684
+ colorHoverWarning: string;
1685
+ colorPressedWarning: string;
1686
+ colorFocusWarning: string;
1687
+ colorDisabledWarning: string;
1688
+ textColorWarning: string;
1689
+ textColorHoverWarning: string;
1690
+ textColorPressedWarning: string;
1691
+ textColorFocusWarning: string;
1692
+ textColorDisabledWarning: string;
1693
+ textColorTextWarning: string;
1694
+ textColorTextHoverWarning: string;
1695
+ textColorTextPressedWarning: string;
1696
+ textColorTextFocusWarning: string;
1697
+ textColorTextDisabledWarning: string;
1698
+ textColorGhostWarning: string;
1699
+ textColorGhostHoverWarning: string;
1700
+ textColorGhostPressedWarning: string;
1701
+ textColorGhostFocusWarning: string;
1702
+ textColorGhostDisabledWarning: string;
1703
+ borderWarning: string;
1704
+ borderHoverWarning: string;
1705
+ borderPressedWarning: string;
1706
+ borderFocusWarning: string;
1707
+ borderDisabledWarning: string;
1708
+ rippleColorWarning: string;
1709
+ colorError: string;
1710
+ colorHoverError: string;
1711
+ colorPressedError: string;
1712
+ colorFocusError: string;
1713
+ colorDisabledError: string;
1714
+ textColorError: string;
1715
+ textColorHoverError: string;
1716
+ textColorPressedError: string;
1717
+ textColorFocusError: string;
1718
+ textColorDisabledError: string;
1719
+ textColorTextError: string;
1720
+ textColorTextHoverError: string;
1721
+ textColorTextPressedError: string;
1722
+ textColorTextFocusError: string;
1723
+ textColorTextDisabledError: string;
1724
+ textColorGhostError: string;
1725
+ textColorGhostHoverError: string;
1726
+ textColorGhostPressedError: string;
1727
+ textColorGhostFocusError: string;
1728
+ textColorGhostDisabledError: string;
1729
+ borderError: string;
1730
+ borderHoverError: string;
1731
+ borderPressedError: string;
1732
+ borderFocusError: string;
1733
+ borderDisabledError: string;
1734
+ rippleColorError: string;
1735
+ waveOpacity: string;
1736
+ fontWeight: string;
1737
+ fontWeightStrong: string;
1738
+ paddingTiny: string;
1739
+ paddingSmall: string;
1740
+ paddingMedium: string;
1741
+ paddingLarge: string;
1742
+ paddingRoundTiny: string;
1743
+ paddingRoundSmall: string;
1744
+ paddingRoundMedium: string;
1745
+ paddingRoundLarge: string;
1746
+ iconMarginTiny: string;
1747
+ iconMarginSmall: string;
1748
+ iconMarginMedium: string;
1749
+ iconMarginLarge: string;
1750
+ iconSizeTiny: string;
1751
+ iconSizeSmall: string;
1752
+ iconSizeMedium: string;
1753
+ iconSizeLarge: string;
1754
+ rippleDuration: string;
1755
+ }, any>;
1756
+ TimePicker: import("../../../_mixins").Theme<"TimePicker", {
1757
+ panelColor: string;
1758
+ panelBoxShadow: string;
1759
+ panelDividerColor: string;
1760
+ itemTextColor: string;
1761
+ itemTextColorActive: string;
1762
+ itemColorHover: string;
1763
+ itemOpacityDisabled: string;
1764
+ itemBorderRadius: string;
1765
+ borderRadius: string;
1766
+ iconColor: string;
1767
+ iconColorDisabled: string;
1768
+ itemFontSize: string;
1769
+ itemHeight: string;
1770
+ itemWidth: string;
1771
+ panelActionPadding: string;
1772
+ }, {
1773
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1774
+ color: string;
1775
+ colorHover: string;
1776
+ }, any>;
1777
+ Button: import("../../../_mixins").Theme<"Button", {
1778
+ heightTiny: string;
1779
+ heightSmall: string;
1780
+ heightMedium: string;
1781
+ heightLarge: string;
1782
+ borderRadiusTiny: string;
1783
+ borderRadiusSmall: string;
1784
+ borderRadiusMedium: string;
1785
+ borderRadiusLarge: string;
1786
+ fontSizeTiny: string;
1787
+ fontSizeSmall: string;
1788
+ fontSizeMedium: string;
1789
+ fontSizeLarge: string;
1790
+ opacityDisabled: string;
1791
+ colorOpacitySecondary: string;
1792
+ colorOpacitySecondaryHover: string;
1793
+ colorOpacitySecondaryPressed: string;
1794
+ colorSecondary: string;
1795
+ colorSecondaryHover: string;
1796
+ colorSecondaryPressed: string;
1797
+ colorTertiary: string;
1798
+ colorTertiaryHover: string;
1799
+ colorTertiaryPressed: string;
1800
+ colorQuaternary: string;
1801
+ colorQuaternaryHover: string;
1802
+ colorQuaternaryPressed: string;
1803
+ color: string;
1804
+ colorHover: string;
1805
+ colorPressed: string;
1806
+ colorFocus: string;
1807
+ colorDisabled: string;
1808
+ textColor: string;
1809
+ textColorTertiary: string;
1810
+ textColorHover: string;
1811
+ textColorPressed: string;
1812
+ textColorFocus: string;
1813
+ textColorDisabled: string;
1814
+ textColorText: string;
1815
+ textColorTextHover: string;
1816
+ textColorTextPressed: string;
1817
+ textColorTextFocus: string;
1818
+ textColorTextDisabled: string;
1819
+ textColorGhost: string;
1820
+ textColorGhostHover: string;
1821
+ textColorGhostPressed: string;
1822
+ textColorGhostFocus: string;
1823
+ textColorGhostDisabled: string;
1824
+ border: string;
1825
+ borderHover: string;
1826
+ borderPressed: string;
1827
+ borderFocus: string;
1828
+ borderDisabled: string;
1829
+ rippleColor: string;
1830
+ colorPrimary: string;
1831
+ colorHoverPrimary: string;
1832
+ colorPressedPrimary: string;
1833
+ colorFocusPrimary: string;
1834
+ colorDisabledPrimary: string;
1835
+ textColorPrimary: string;
1836
+ textColorHoverPrimary: string;
1837
+ textColorPressedPrimary: string;
1838
+ textColorFocusPrimary: string;
1839
+ textColorDisabledPrimary: string;
1840
+ textColorTextPrimary: string;
1841
+ textColorTextHoverPrimary: string;
1842
+ textColorTextPressedPrimary: string;
1843
+ textColorTextFocusPrimary: string;
1844
+ textColorTextDisabledPrimary: string;
1845
+ textColorGhostPrimary: string;
1846
+ textColorGhostHoverPrimary: string;
1847
+ textColorGhostPressedPrimary: string;
1848
+ textColorGhostFocusPrimary: string;
1849
+ textColorGhostDisabledPrimary: string;
1850
+ borderPrimary: string;
1851
+ borderHoverPrimary: string;
1852
+ borderPressedPrimary: string;
1853
+ borderFocusPrimary: string;
1854
+ borderDisabledPrimary: string;
1855
+ rippleColorPrimary: string;
1856
+ colorInfo: string;
1857
+ colorHoverInfo: string;
1858
+ colorPressedInfo: string;
1859
+ colorFocusInfo: string;
1860
+ colorDisabledInfo: string;
1861
+ textColorInfo: string;
1862
+ textColorHoverInfo: string;
1863
+ textColorPressedInfo: string;
1864
+ textColorFocusInfo: string;
1865
+ textColorDisabledInfo: string;
1866
+ textColorTextInfo: string;
1867
+ textColorTextHoverInfo: string;
1868
+ textColorTextPressedInfo: string;
1869
+ textColorTextFocusInfo: string;
1870
+ textColorTextDisabledInfo: string;
1871
+ textColorGhostInfo: string;
1872
+ textColorGhostHoverInfo: string;
1873
+ textColorGhostPressedInfo: string;
1874
+ textColorGhostFocusInfo: string;
1875
+ textColorGhostDisabledInfo: string;
1876
+ borderInfo: string;
1877
+ borderHoverInfo: string;
1878
+ borderPressedInfo: string;
1879
+ borderFocusInfo: string;
1880
+ borderDisabledInfo: string;
1881
+ rippleColorInfo: string;
1882
+ colorSuccess: string;
1883
+ colorHoverSuccess: string;
1884
+ colorPressedSuccess: string;
1885
+ colorFocusSuccess: string;
1886
+ colorDisabledSuccess: string;
1887
+ textColorSuccess: string;
1888
+ textColorHoverSuccess: string;
1889
+ textColorPressedSuccess: string;
1890
+ textColorFocusSuccess: string;
1891
+ textColorDisabledSuccess: string;
1892
+ textColorTextSuccess: string;
1893
+ textColorTextHoverSuccess: string;
1894
+ textColorTextPressedSuccess: string;
1895
+ textColorTextFocusSuccess: string;
1896
+ textColorTextDisabledSuccess: string;
1897
+ textColorGhostSuccess: string;
1898
+ textColorGhostHoverSuccess: string;
1899
+ textColorGhostPressedSuccess: string;
1900
+ textColorGhostFocusSuccess: string;
1901
+ textColorGhostDisabledSuccess: string;
1902
+ borderSuccess: string;
1903
+ borderHoverSuccess: string;
1904
+ borderPressedSuccess: string;
1905
+ borderFocusSuccess: string;
1906
+ borderDisabledSuccess: string;
1907
+ rippleColorSuccess: string;
1908
+ colorWarning: string;
1909
+ colorHoverWarning: string;
1910
+ colorPressedWarning: string;
1911
+ colorFocusWarning: string;
1912
+ colorDisabledWarning: string;
1913
+ textColorWarning: string;
1914
+ textColorHoverWarning: string;
1915
+ textColorPressedWarning: string;
1916
+ textColorFocusWarning: string;
1917
+ textColorDisabledWarning: string;
1918
+ textColorTextWarning: string;
1919
+ textColorTextHoverWarning: string;
1920
+ textColorTextPressedWarning: string;
1921
+ textColorTextFocusWarning: string;
1922
+ textColorTextDisabledWarning: string;
1923
+ textColorGhostWarning: string;
1924
+ textColorGhostHoverWarning: string;
1925
+ textColorGhostPressedWarning: string;
1926
+ textColorGhostFocusWarning: string;
1927
+ textColorGhostDisabledWarning: string;
1928
+ borderWarning: string;
1929
+ borderHoverWarning: string;
1930
+ borderPressedWarning: string;
1931
+ borderFocusWarning: string;
1932
+ borderDisabledWarning: string;
1933
+ rippleColorWarning: string;
1934
+ colorError: string;
1935
+ colorHoverError: string;
1936
+ colorPressedError: string;
1937
+ colorFocusError: string;
1938
+ colorDisabledError: string;
1939
+ textColorError: string;
1940
+ textColorHoverError: string;
1941
+ textColorPressedError: string;
1942
+ textColorFocusError: string;
1943
+ textColorDisabledError: string;
1944
+ textColorTextError: string;
1945
+ textColorTextHoverError: string;
1946
+ textColorTextPressedError: string;
1947
+ textColorTextFocusError: string;
1948
+ textColorTextDisabledError: string;
1949
+ textColorGhostError: string;
1950
+ textColorGhostHoverError: string;
1951
+ textColorGhostPressedError: string;
1952
+ textColorGhostFocusError: string;
1953
+ textColorGhostDisabledError: string;
1954
+ borderError: string;
1955
+ borderHoverError: string;
1956
+ borderPressedError: string;
1957
+ borderFocusError: string;
1958
+ borderDisabledError: string;
1959
+ rippleColorError: string;
1960
+ waveOpacity: string;
1961
+ fontWeight: string;
1962
+ fontWeightStrong: string;
1963
+ paddingTiny: string;
1964
+ paddingSmall: string;
1965
+ paddingMedium: string;
1966
+ paddingLarge: string;
1967
+ paddingRoundTiny: string;
1968
+ paddingRoundSmall: string;
1969
+ paddingRoundMedium: string;
1970
+ paddingRoundLarge: string;
1971
+ iconMarginTiny: string;
1972
+ iconMarginSmall: string;
1973
+ iconMarginMedium: string;
1974
+ iconMarginLarge: string;
1975
+ iconSizeTiny: string;
1976
+ iconSizeSmall: string;
1977
+ iconSizeMedium: string;
1978
+ iconSizeLarge: string;
1979
+ rippleDuration: string;
1980
+ }, any>;
1981
+ Input: import("../../../_mixins").Theme<"Input", {
1982
+ countTextColor: string;
1983
+ heightTiny: string;
1984
+ heightSmall: string;
1985
+ heightMedium: string;
1986
+ heightLarge: string;
1987
+ fontSizeTiny: string;
1988
+ fontSizeSmall: string;
1989
+ fontSizeMedium: string;
1990
+ fontSizeLarge: string;
1991
+ lineHeight: string;
1992
+ lineHeightTextarea: string;
1993
+ borderRadius: string;
1994
+ iconSize: string;
1995
+ groupLabelColor: string;
1996
+ groupLabelTextColor: string;
1997
+ textColor: string;
1998
+ textColorDisabled: string;
1999
+ textDecorationColor: string;
2000
+ caretColor: string;
2001
+ placeholderColor: string;
2002
+ placeholderColorDisabled: string;
2003
+ color: string;
2004
+ colorDisabled: string;
2005
+ colorFocus: string;
2006
+ groupLabelBorder: string;
2007
+ border: string;
2008
+ borderHover: string;
2009
+ borderDisabled: string;
2010
+ borderFocus: string;
2011
+ boxShadowFocus: string;
2012
+ loadingColor: string;
2013
+ loadingColorWarning: string;
2014
+ borderWarning: string;
2015
+ borderHoverWarning: string;
2016
+ colorFocusWarning: string;
2017
+ borderFocusWarning: string;
2018
+ boxShadowFocusWarning: string;
2019
+ caretColorWarning: string;
2020
+ loadingColorError: string;
2021
+ borderError: string;
2022
+ borderHoverError: string;
2023
+ colorFocusError: string;
2024
+ borderFocusError: string;
2025
+ boxShadowFocusError: string;
2026
+ caretColorError: string;
2027
+ clearColor: string;
2028
+ clearColorHover: string;
2029
+ clearColorPressed: string;
2030
+ iconColor: string;
2031
+ iconColorDisabled: string;
2032
+ iconColorHover: string;
2033
+ iconColorPressed: string;
2034
+ suffixTextColor: string;
2035
+ paddingTiny: string;
2036
+ paddingSmall: string;
2037
+ paddingMedium: string;
2038
+ paddingLarge: string;
2039
+ clearSize: string;
2040
+ }, any>;
2041
+ }>;
2042
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2043
+ color: string;
2044
+ colorHover: string;
2045
+ }, any>;
2046
+ };
2047
+ peerOverrides: {
2048
+ Input?: {
2049
+ peers?: {
2050
+ [x: string]: any;
2051
+ } | undefined;
2052
+ } | undefined;
2053
+ Button?: {
2054
+ peers?: {
2055
+ [x: string]: any;
2056
+ } | undefined;
2057
+ } | undefined;
2058
+ TimePicker?: {
2059
+ peers?: {
2060
+ Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
2061
+ color: string;
2062
+ colorHover: string;
2063
+ }, any>> | undefined;
2064
+ Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
2065
+ heightTiny: string;
2066
+ heightSmall: string;
2067
+ heightMedium: string;
2068
+ heightLarge: string;
2069
+ borderRadiusTiny: string;
2070
+ borderRadiusSmall: string;
2071
+ borderRadiusMedium: string;
2072
+ borderRadiusLarge: string;
2073
+ fontSizeTiny: string;
2074
+ fontSizeSmall: string;
2075
+ fontSizeMedium: string;
2076
+ fontSizeLarge: string;
2077
+ opacityDisabled: string;
2078
+ colorOpacitySecondary: string;
2079
+ colorOpacitySecondaryHover: string;
2080
+ colorOpacitySecondaryPressed: string;
2081
+ colorSecondary: string;
2082
+ colorSecondaryHover: string;
2083
+ colorSecondaryPressed: string;
2084
+ colorTertiary: string;
2085
+ colorTertiaryHover: string;
2086
+ colorTertiaryPressed: string;
2087
+ colorQuaternary: string;
2088
+ colorQuaternaryHover: string;
2089
+ colorQuaternaryPressed: string;
2090
+ color: string;
2091
+ colorHover: string;
2092
+ colorPressed: string;
2093
+ colorFocus: string;
2094
+ colorDisabled: string;
2095
+ textColor: string;
2096
+ textColorTertiary: string;
2097
+ textColorHover: string;
2098
+ textColorPressed: string;
2099
+ textColorFocus: string;
2100
+ textColorDisabled: string;
2101
+ textColorText: string;
2102
+ textColorTextHover: string;
2103
+ textColorTextPressed: string;
2104
+ textColorTextFocus: string;
2105
+ textColorTextDisabled: string;
2106
+ textColorGhost: string;
2107
+ textColorGhostHover: string;
2108
+ textColorGhostPressed: string;
2109
+ textColorGhostFocus: string;
2110
+ textColorGhostDisabled: string;
2111
+ border: string;
2112
+ borderHover: string;
2113
+ borderPressed: string;
2114
+ borderFocus: string;
2115
+ borderDisabled: string;
2116
+ rippleColor: string;
2117
+ colorPrimary: string;
2118
+ colorHoverPrimary: string;
2119
+ colorPressedPrimary: string;
2120
+ colorFocusPrimary: string;
2121
+ colorDisabledPrimary: string;
2122
+ textColorPrimary: string;
2123
+ textColorHoverPrimary: string;
2124
+ textColorPressedPrimary: string;
2125
+ textColorFocusPrimary: string;
2126
+ textColorDisabledPrimary: string;
2127
+ textColorTextPrimary: string;
2128
+ textColorTextHoverPrimary: string;
2129
+ textColorTextPressedPrimary: string;
2130
+ textColorTextFocusPrimary: string;
2131
+ textColorTextDisabledPrimary: string;
2132
+ textColorGhostPrimary: string;
2133
+ textColorGhostHoverPrimary: string;
2134
+ textColorGhostPressedPrimary: string;
2135
+ textColorGhostFocusPrimary: string;
2136
+ textColorGhostDisabledPrimary: string;
2137
+ borderPrimary: string;
2138
+ borderHoverPrimary: string;
2139
+ borderPressedPrimary: string;
2140
+ borderFocusPrimary: string;
2141
+ borderDisabledPrimary: string;
2142
+ rippleColorPrimary: string;
2143
+ colorInfo: string;
2144
+ colorHoverInfo: string;
2145
+ colorPressedInfo: string;
2146
+ colorFocusInfo: string;
2147
+ colorDisabledInfo: string;
2148
+ textColorInfo: string;
2149
+ textColorHoverInfo: string;
2150
+ textColorPressedInfo: string;
2151
+ textColorFocusInfo: string;
2152
+ textColorDisabledInfo: string;
2153
+ textColorTextInfo: string;
2154
+ textColorTextHoverInfo: string;
2155
+ textColorTextPressedInfo: string;
2156
+ textColorTextFocusInfo: string;
2157
+ textColorTextDisabledInfo: string;
2158
+ textColorGhostInfo: string;
2159
+ textColorGhostHoverInfo: string;
2160
+ textColorGhostPressedInfo: string;
2161
+ textColorGhostFocusInfo: string;
2162
+ textColorGhostDisabledInfo: string;
2163
+ borderInfo: string;
2164
+ borderHoverInfo: string;
2165
+ borderPressedInfo: string;
2166
+ borderFocusInfo: string;
2167
+ borderDisabledInfo: string;
2168
+ rippleColorInfo: string;
2169
+ colorSuccess: string;
2170
+ colorHoverSuccess: string;
2171
+ colorPressedSuccess: string;
2172
+ colorFocusSuccess: string;
2173
+ colorDisabledSuccess: string;
2174
+ textColorSuccess: string;
2175
+ textColorHoverSuccess: string;
2176
+ textColorPressedSuccess: string;
2177
+ textColorFocusSuccess: string;
2178
+ textColorDisabledSuccess: string;
2179
+ textColorTextSuccess: string;
2180
+ textColorTextHoverSuccess: string;
2181
+ textColorTextPressedSuccess: string;
2182
+ textColorTextFocusSuccess: string;
2183
+ textColorTextDisabledSuccess: string;
2184
+ textColorGhostSuccess: string;
2185
+ textColorGhostHoverSuccess: string;
2186
+ textColorGhostPressedSuccess: string;
2187
+ textColorGhostFocusSuccess: string;
2188
+ textColorGhostDisabledSuccess: string;
2189
+ borderSuccess: string;
2190
+ borderHoverSuccess: string;
2191
+ borderPressedSuccess: string;
2192
+ borderFocusSuccess: string;
2193
+ borderDisabledSuccess: string;
2194
+ rippleColorSuccess: string;
2195
+ colorWarning: string;
2196
+ colorHoverWarning: string;
2197
+ colorPressedWarning: string;
2198
+ colorFocusWarning: string;
2199
+ colorDisabledWarning: string;
2200
+ textColorWarning: string;
2201
+ textColorHoverWarning: string;
2202
+ textColorPressedWarning: string;
2203
+ textColorFocusWarning: string;
2204
+ textColorDisabledWarning: string;
2205
+ textColorTextWarning: string;
2206
+ textColorTextHoverWarning: string;
2207
+ textColorTextPressedWarning: string;
2208
+ textColorTextFocusWarning: string;
2209
+ textColorTextDisabledWarning: string;
2210
+ textColorGhostWarning: string;
2211
+ textColorGhostHoverWarning: string;
2212
+ textColorGhostPressedWarning: string;
2213
+ textColorGhostFocusWarning: string;
2214
+ textColorGhostDisabledWarning: string;
2215
+ borderWarning: string;
2216
+ borderHoverWarning: string;
2217
+ borderPressedWarning: string;
2218
+ borderFocusWarning: string;
2219
+ borderDisabledWarning: string;
2220
+ rippleColorWarning: string;
2221
+ colorError: string;
2222
+ colorHoverError: string;
2223
+ colorPressedError: string;
2224
+ colorFocusError: string;
2225
+ colorDisabledError: string;
2226
+ textColorError: string;
2227
+ textColorHoverError: string;
2228
+ textColorPressedError: string;
2229
+ textColorFocusError: string;
2230
+ textColorDisabledError: string;
2231
+ textColorTextError: string;
2232
+ textColorTextHoverError: string;
2233
+ textColorTextPressedError: string;
2234
+ textColorTextFocusError: string;
2235
+ textColorTextDisabledError: string;
2236
+ textColorGhostError: string;
2237
+ textColorGhostHoverError: string;
2238
+ textColorGhostPressedError: string;
2239
+ textColorGhostFocusError: string;
2240
+ textColorGhostDisabledError: string;
2241
+ borderError: string;
2242
+ borderHoverError: string;
2243
+ borderPressedError: string;
2244
+ borderFocusError: string;
2245
+ borderDisabledError: string;
2246
+ rippleColorError: string;
2247
+ waveOpacity: string;
2248
+ fontWeight: string;
2249
+ fontWeightStrong: string;
2250
+ paddingTiny: string;
2251
+ paddingSmall: string;
2252
+ paddingMedium: string;
2253
+ paddingLarge: string;
2254
+ paddingRoundTiny: string;
2255
+ paddingRoundSmall: string;
2256
+ paddingRoundMedium: string;
2257
+ paddingRoundLarge: string;
2258
+ iconMarginTiny: string;
2259
+ iconMarginSmall: string;
2260
+ iconMarginMedium: string;
2261
+ iconMarginLarge: string;
2262
+ iconSizeTiny: string;
2263
+ iconSizeSmall: string;
2264
+ iconSizeMedium: string;
2265
+ iconSizeLarge: string;
2266
+ rippleDuration: string;
2267
+ }, any>> | undefined;
2268
+ Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
2269
+ countTextColor: string;
2270
+ heightTiny: string;
2271
+ heightSmall: string;
2272
+ heightMedium: string;
2273
+ heightLarge: string;
2274
+ fontSizeTiny: string;
2275
+ fontSizeSmall: string;
2276
+ fontSizeMedium: string;
2277
+ fontSizeLarge: string;
2278
+ lineHeight: string;
2279
+ lineHeightTextarea: string;
2280
+ borderRadius: string;
2281
+ iconSize: string;
2282
+ groupLabelColor: string;
2283
+ groupLabelTextColor: string;
2284
+ textColor: string;
2285
+ textColorDisabled: string;
2286
+ textDecorationColor: string;
2287
+ caretColor: string;
2288
+ placeholderColor: string;
2289
+ placeholderColorDisabled: string;
2290
+ color: string;
2291
+ colorDisabled: string;
2292
+ colorFocus: string;
2293
+ groupLabelBorder: string;
2294
+ border: string;
2295
+ borderHover: string;
2296
+ borderDisabled: string;
2297
+ borderFocus: string;
2298
+ boxShadowFocus: string;
2299
+ loadingColor: string;
2300
+ loadingColorWarning: string;
2301
+ borderWarning: string;
2302
+ borderHoverWarning: string;
2303
+ colorFocusWarning: string;
2304
+ borderFocusWarning: string;
2305
+ boxShadowFocusWarning: string;
2306
+ caretColorWarning: string;
2307
+ loadingColorError: string;
2308
+ borderError: string;
2309
+ borderHoverError: string;
2310
+ colorFocusError: string;
2311
+ borderFocusError: string;
2312
+ boxShadowFocusError: string;
2313
+ caretColorError: string;
2314
+ clearColor: string;
2315
+ clearColorHover: string;
2316
+ clearColorPressed: string;
2317
+ iconColor: string;
2318
+ iconColorDisabled: string;
2319
+ iconColorHover: string;
2320
+ iconColorPressed: string;
2321
+ suffixTextColor: string;
2322
+ paddingTiny: string;
2323
+ paddingSmall: string;
2324
+ paddingMedium: string;
2325
+ paddingLarge: string;
2326
+ clearSize: string;
2327
+ }, any>> | undefined;
2328
+ } | undefined;
2329
+ } | undefined;
2330
+ Scrollbar?: {
2331
+ peers?: {
2332
+ [x: string]: any;
2333
+ } | undefined;
2334
+ } | undefined;
2335
+ };
2336
+ }>;
2337
+ mergedClsPrefix: import("vue").Ref<string>;
2338
+ dateFnsOptions: import("vue").ComputedRef<{
2339
+ locale: Locale;
2340
+ }>;
2341
+ selfRef: import("vue").Ref<HTMLElement | null>;
2342
+ locale: import("vue").Ref<{
2343
+ yearFormat: string;
2344
+ monthFormat: string;
2345
+ dayFormat: string;
2346
+ yearTypeFormat: string;
2347
+ monthTypeFormat: string;
2348
+ dateFormat: string;
2349
+ dateTimeFormat: string;
2350
+ quarterFormat: string;
2351
+ clear: string;
2352
+ now: string;
2353
+ confirm: string;
2354
+ selectTime: string;
2355
+ selectDate: string;
2356
+ datePlaceholder: string;
2357
+ datetimePlaceholder: string;
2358
+ monthPlaceholder: string;
2359
+ yearPlaceholder: string;
2360
+ quarterPlaceholder: string;
2361
+ startDatePlaceholder: string;
2362
+ endDatePlaceholder: string;
2363
+ startDatetimePlaceholder: string;
2364
+ endDatetimePlaceholder: string;
2365
+ monthBeforeYear: boolean;
2366
+ firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
2367
+ today: string;
2368
+ }>;
2369
+ doConfirm: () => void;
2370
+ doClose: (disableUpdateOnClose?: boolean) => void;
2371
+ doUpdateValue: (value: import("../interface").Value | null, doUpdate: boolean) => void;
2372
+ doTabOut: () => void;
2373
+ handleClearClick: () => void;
2374
+ handleFocusDetectorFocus: () => void;
2375
+ disableTransitionOneTick: () => void;
2376
+ handlePanelKeyDown: (e: KeyboardEvent) => void;
2377
+ handlePanelFocus: (e: FocusEvent) => void;
2378
+ cachePendingValue: () => void;
2379
+ clearPendingValue: () => void;
2380
+ restorePendingValue: () => void;
2381
+ getShortcutValue: (shortcut: number | [number, number] | (() => number) | (() => [number, number])) => number | [number, number];
2382
+ handleShortcutMouseleave: () => void;
2383
+ showMonthYearPanel: import("vue").Ref<boolean>;
2384
+ handleOpenQuickSelectMonthPanel: () => void;
2385
+ isValueInvalid: import("vue").ComputedRef<boolean>;
2386
+ isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined>;
2387
+ isDateInvalid: import("vue").ComputedRef<boolean>;
2388
+ isTimeInvalid: import("vue").ComputedRef<boolean>;
2389
+ isDateTimeInvalid: import("vue").ComputedRef<boolean>;
2390
+ isHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
2391
+ isMinuteDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsMinuteDisabled | undefined>;
2392
+ isSecondDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsSecondDisabled | undefined>;
2393
+ dateArray: import("vue").ComputedRef<import("../utils").DateItem[]>;
2394
+ monthArray: import("vue").ComputedRef<import("../utils").MonthItem[]>;
2395
+ yearArray: import("vue").ComputedRef<import("../utils").YearItem[]>;
2396
+ quarterArray: import("vue").ComputedRef<import("../utils").QuarterItem[]>;
2397
+ calendarYear: import("vue").ComputedRef<string>;
2398
+ calendarMonth: import("vue").ComputedRef<string>;
2399
+ weekdays: import("vue").ComputedRef<string[]>;
2400
+ mergedIsDateDisabled: (ts: number) => boolean;
2401
+ nextYear: () => void;
2402
+ prevYear: () => void;
2403
+ nextMonth: () => void;
2404
+ prevMonth: () => void;
2405
+ handleNowClick: () => void;
2406
+ handleConfirmClick: () => void;
2407
+ handleSingleShortcutMouseenter: (shortcut: number | [number, number] | (() => number) | (() => [number, number])) => void;
2408
+ handleSingleShortcutClick: (shortcut: number | [number, number] | (() => number) | (() => [number, number])) => void;
2409
+ }> & {} & {} & import("vue").ComponentCustomProperties) | null>;
2410
+ handleHeaderClick: () => void;
2411
+ handleClickOutside: (e: MouseEvent) => void;
2412
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2413
+ mergedClsPrefix: {
2414
+ type: StringConstructor;
2415
+ required: true;
2416
+ };
2417
+ value: NumberConstructor;
2418
+ monthBeforeYear: {
2419
+ type: BooleanConstructor;
2420
+ required: true;
2421
+ };
2422
+ calendarMonth: {
2423
+ type: StringConstructor;
2424
+ required: true;
2425
+ };
2426
+ calendarYear: {
2427
+ type: StringConstructor;
2428
+ required: true;
2429
+ };
2430
+ onUpdateValue: {
2431
+ type: PropType<(value: number) => void>;
2432
+ required: true;
2433
+ };
2434
+ }>>, {}>;
2435
+ export default _default;