naive-ui 2.24.1 → 2.24.5

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