naive-ui 2.38.2 → 2.40.0

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 (1851) hide show
  1. package/README.md +1 -1
  2. package/README.zh-CN.md +1 -1
  3. package/dist/index.js +31501 -32798
  4. package/dist/index.mjs +31486 -32787
  5. package/dist/index.prod.js +1 -9
  6. package/dist/index.prod.mjs +1 -9
  7. package/es/_internal/clear/src/Clear.mjs +1 -1
  8. package/es/_internal/clear/src/styles/index.cssr.mjs +1 -1
  9. package/es/_internal/close/src/Close.d.ts +0 -1
  10. package/es/_internal/close/src/Close.mjs +1 -1
  11. package/es/_internal/close/src/styles/index.cssr.mjs +1 -1
  12. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +2 -2
  13. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.mjs +1 -2
  14. package/es/_internal/focus-detector/src/FocusDetector.d.ts +0 -1
  15. package/es/_internal/focus-detector/src/FocusDetector.mjs +1 -1
  16. package/es/_internal/icon/src/Icon.mjs +1 -1
  17. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +0 -1
  18. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.mjs +1 -1
  19. package/es/_internal/icons/Add.mjs +1 -1
  20. package/es/_internal/icons/ArrowBack.mjs +1 -1
  21. package/es/_internal/icons/ArrowDown.mjs +1 -1
  22. package/es/_internal/icons/ArrowUp.mjs +1 -1
  23. package/es/_internal/icons/Backward.mjs +1 -1
  24. package/es/_internal/icons/Checkmark.mjs +1 -1
  25. package/es/_internal/icons/ChevronDown.mjs +1 -1
  26. package/es/_internal/icons/ChevronDownFilled.mjs +1 -1
  27. package/es/_internal/icons/ChevronLeft.mjs +1 -1
  28. package/es/_internal/icons/ChevronRight.mjs +1 -1
  29. package/es/_internal/icons/Empty.mjs +1 -1
  30. package/es/_internal/icons/Eye.mjs +1 -1
  31. package/es/_internal/icons/EyeOff.mjs +1 -1
  32. package/es/_internal/icons/FastBackward.mjs +1 -1
  33. package/es/_internal/icons/FastForward.mjs +1 -1
  34. package/es/_internal/icons/File.mjs +1 -1
  35. package/es/_internal/icons/Filter.mjs +1 -1
  36. package/es/_internal/icons/Forward.mjs +1 -1
  37. package/es/_internal/icons/More.mjs +1 -1
  38. package/es/_internal/icons/Photo.mjs +1 -1
  39. package/es/_internal/icons/Remove.mjs +1 -1
  40. package/es/_internal/icons/ResizeSmall.mjs +1 -1
  41. package/es/_internal/icons/Search.mjs +1 -1
  42. package/es/_internal/icons/Switcher.mjs +1 -1
  43. package/es/_internal/icons/replaceable.d.ts +0 -1
  44. package/es/_internal/icons/replaceable.mjs +0 -1
  45. package/es/_internal/loading/src/Loading.mjs +1 -1
  46. package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  47. package/es/_internal/menu-mask/src/MenuMask.mjs +1 -1
  48. package/es/_internal/scrollbar/src/Scrollbar.d.ts +70 -24
  49. package/es/_internal/scrollbar/src/Scrollbar.mjs +53 -42
  50. package/es/_internal/scrollbar/src/styles/index.cssr.mjs +11 -5
  51. package/es/_internal/scrollbar/src/styles/rtl.cssr.mjs +1 -1
  52. package/es/_internal/scrollbar/styles/common.d.ts +4 -2
  53. package/es/_internal/scrollbar/styles/common.mjs +4 -2
  54. package/es/_internal/scrollbar/styles/light.d.ts +5 -3
  55. package/es/_internal/scrollbar/styles/light.mjs +2 -2
  56. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
  57. package/es/_internal/select-menu/src/SelectGroupHeader.mjs +1 -2
  58. package/es/_internal/select-menu/src/SelectMenu.d.ts +75 -123
  59. package/es/_internal/select-menu/src/SelectMenu.mjs +5 -4
  60. package/es/_internal/select-menu/src/SelectOption.d.ts +3 -3
  61. package/es/_internal/select-menu/src/SelectOption.mjs +2 -3
  62. package/es/_internal/select-menu/src/interface.d.ts +2 -2
  63. package/es/_internal/select-menu/styles/_common.d.ts +2 -0
  64. package/es/_internal/select-menu/styles/_common.mjs +2 -0
  65. package/es/_internal/select-menu/styles/light.d.ts +15 -3
  66. package/es/_internal/select-menu/styles/light.mjs +7 -3
  67. package/es/_internal/selection/src/Selection.d.ts +8 -112
  68. package/es/_internal/selection/src/Selection.mjs +5 -6
  69. package/es/_internal/selection/src/interface.d.ts +1 -1
  70. package/es/_internal/selection/styles/light.d.ts +1 -1
  71. package/es/_internal/selection/styles/light.mjs +3 -3
  72. package/es/_internal/slot-machine/src/SlotMachine.d.ts +0 -1
  73. package/es/_internal/slot-machine/src/SlotMachine.mjs +1 -1
  74. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +0 -1
  75. package/es/_internal/slot-machine/src/SlotMachineNumber.mjs +1 -1
  76. package/es/_internal/suffix/src/Suffix.d.ts +0 -1
  77. package/es/_internal/suffix/src/Suffix.mjs +1 -1
  78. package/es/_internal/wave/src/Wave.mjs +1 -2
  79. package/es/_mixins/use-config.d.ts +1 -1
  80. package/es/_mixins/use-config.mjs +1 -1
  81. package/es/_mixins/use-css-vars-class.mjs +10 -8
  82. package/es/_mixins/use-form-item.mjs +1 -1
  83. package/es/_mixins/use-hljs.mjs +1 -1
  84. package/es/_mixins/use-locale.mjs +2 -2
  85. package/es/_mixins/use-rtl.mjs +5 -2
  86. package/es/_mixins/use-style.mjs +5 -3
  87. package/es/_mixins/use-theme.d.ts +1 -1
  88. package/es/_mixins/use-theme.mjs +5 -4
  89. package/es/_styles/common/dark.mjs +3 -3
  90. package/es/_styles/common/light.mjs +3 -3
  91. package/es/_styles/transitions/fade-in-height-expand.cssr.mjs +2 -2
  92. package/es/_styles/transitions/fade-in-scale-up.cssr.mjs +2 -2
  93. package/es/_styles/transitions/icon-switch.cssr.mjs +1 -1
  94. package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
  95. package/es/_utils/composable/use-adjusted-to.mjs +1 -1
  96. package/es/_utils/composable/use-browser-location.d.ts +1 -1
  97. package/es/_utils/composable/use-browser-location.mjs +3 -3
  98. package/es/_utils/composable/use-collection.d.ts +1 -1
  99. package/es/_utils/composable/use-collection.mjs +1 -1
  100. package/es/_utils/composable/use-houdini.mjs +1 -1
  101. package/es/_utils/composable/use-is-composing.d.ts +1 -1
  102. package/es/_utils/composable/use-is-composing.mjs +7 -7
  103. package/es/_utils/composable/use-lock-html-scroll.mjs +1 -1
  104. package/es/_utils/cssr/index.mjs +0 -2
  105. package/es/_utils/dom/download.d.ts +1 -1
  106. package/es/_utils/dom/download.mjs +2 -2
  107. package/es/_utils/naive/extract-public-props.d.ts +2 -2
  108. package/es/_utils/naive/prop.mjs +1 -1
  109. package/es/_utils/naive/warn.d.ts +1 -0
  110. package/es/_utils/naive/warn.mjs +3 -0
  111. package/es/_utils/vue/call.mjs +3 -1
  112. package/es/_utils/vue/flatten.d.ts +1 -1
  113. package/es/_utils/vue/flatten.mjs +1 -1
  114. package/es/_utils/vue/get-first-slot-vnode.d.ts +1 -1
  115. package/es/_utils/vue/get-first-slot-vnode.mjs +1 -1
  116. package/es/_utils/vue/get-slot.d.ts +1 -1
  117. package/es/_utils/vue/merge-handlers.mjs +0 -1
  118. package/es/_utils/vue/render.d.ts +1 -1
  119. package/es/_utils/vue/render.mjs +2 -2
  120. package/es/_utils/vue/resolve-slot.mjs +1 -1
  121. package/es/affix/src/Affix.mjs +4 -4
  122. package/es/alert/src/Alert.d.ts +4 -108
  123. package/es/alert/src/Alert.mjs +4 -6
  124. package/es/alert/styles/light.d.ts +1 -1
  125. package/es/alert/styles/light.mjs +2 -2
  126. package/es/anchor/src/AnchorAdapter.d.ts +0 -1
  127. package/es/anchor/src/AnchorAdapter.mjs +3 -3
  128. package/es/anchor/src/BaseAnchor.mjs +6 -4
  129. package/es/anchor/src/Link.d.ts +0 -1
  130. package/es/anchor/src/Link.mjs +1 -2
  131. package/es/anchor/src/styles/index.cssr.mjs +1 -1
  132. package/es/anchor/styles/light.d.ts +1 -1
  133. package/es/anchor/styles/light.mjs +2 -2
  134. package/es/auto-complete/src/AutoComplete.d.ts +115 -135
  135. package/es/auto-complete/src/AutoComplete.mjs +4 -4
  136. package/es/auto-complete/src/interface.d.ts +1 -1
  137. package/es/auto-complete/styles/light.d.ts +10 -2
  138. package/es/avatar/src/Avatar.d.ts +2 -2
  139. package/es/avatar/src/Avatar.mjs +2 -2
  140. package/es/avatar/src/styles/index.cssr.mjs +1 -1
  141. package/es/avatar/styles/light.d.ts +1 -1
  142. package/es/avatar/styles/light.mjs +3 -3
  143. package/es/avatar-group/src/AvatarGroup.d.ts +5 -109
  144. package/es/avatar-group/src/AvatarGroup.mjs +2 -2
  145. package/es/avatar-group/styles/light.d.ts +1 -1
  146. package/es/avatar-group/styles/light.mjs +2 -2
  147. package/es/back-top/src/BackTop.d.ts +3 -3
  148. package/es/back-top/src/BackTop.mjs +2 -2
  149. package/es/back-top/src/BackTopIcon.d.ts +0 -1
  150. package/es/back-top/styles/dark.mjs +1 -1
  151. package/es/back-top/styles/light.d.ts +1 -1
  152. package/es/back-top/styles/light.mjs +3 -3
  153. package/es/badge/src/Badge.d.ts +6 -6
  154. package/es/badge/src/Badge.mjs +2 -2
  155. package/es/badge/src/styles/index.cssr.mjs +1 -1
  156. package/es/badge/styles/light.d.ts +1 -1
  157. package/es/badge/styles/light.mjs +2 -2
  158. package/es/breadcrumb/src/Breadcrumb.mjs +2 -2
  159. package/es/breadcrumb/src/BreadcrumbItem.d.ts +0 -1
  160. package/es/breadcrumb/src/BreadcrumbItem.mjs +1 -1
  161. package/es/breadcrumb/styles/light.d.ts +1 -1
  162. package/es/breadcrumb/styles/light.mjs +3 -3
  163. package/es/button/src/Button.d.ts +6 -6
  164. package/es/button/src/Button.mjs +8 -8
  165. package/es/button/src/styles/rtl.cssr.mjs +1 -1
  166. package/es/button/styles/light.d.ts +1 -1
  167. package/es/button/styles/light.mjs +3 -3
  168. package/es/button/styles/rtl.d.ts +1 -1
  169. package/es/button-group/src/ButtonGroup.mjs +1 -1
  170. package/es/button-group/src/styles/index.cssr.d.ts +1 -1
  171. package/es/button-group/src/styles/index.cssr.mjs +3 -3
  172. package/es/button-group/src/styles/rtl.cssr.mjs +3 -3
  173. package/es/button-group/styles/rtl.d.ts +1 -1
  174. package/es/calendar/src/Calendar.d.ts +4 -108
  175. package/es/calendar/src/Calendar.mjs +2 -2
  176. package/es/calendar/src/styles/index.cssr.mjs +1 -1
  177. package/es/calendar/styles/dark.mjs +1 -1
  178. package/es/calendar/styles/light.d.ts +1 -1
  179. package/es/calendar/styles/light.mjs +3 -3
  180. package/es/card/src/Card.d.ts +18 -122
  181. package/es/card/src/Card.mjs +2 -2
  182. package/es/card/src/styles/rtl.cssr.mjs +1 -1
  183. package/es/card/styles/light.d.ts +2 -2
  184. package/es/card/styles/light.mjs +2 -2
  185. package/es/card/styles/rtl.d.ts +1 -1
  186. package/es/carousel/src/Carousel.d.ts +18 -20
  187. package/es/carousel/src/Carousel.mjs +38 -28
  188. package/es/carousel/src/CarouselArrow.mjs +1 -1
  189. package/es/carousel/src/CarouselContext.d.ts +2 -2
  190. package/es/carousel/src/CarouselContext.mjs +4 -4
  191. package/es/carousel/src/CarouselDots.d.ts +3 -3
  192. package/es/carousel/src/CarouselDots.mjs +1 -1
  193. package/es/carousel/src/CarouselItem.d.ts +1 -1
  194. package/es/carousel/src/CarouselItem.mjs +3 -3
  195. package/es/carousel/src/utils/index.mjs +2 -2
  196. package/es/carousel/styles/light.d.ts +1 -2
  197. package/es/carousel/styles/light.mjs +2 -2
  198. package/es/cascader/src/Cascader.d.ts +181 -169
  199. package/es/cascader/src/Cascader.mjs +12 -8
  200. package/es/cascader/src/CascaderMenu.d.ts +24 -112
  201. package/es/cascader/src/CascaderMenu.mjs +1 -2
  202. package/es/cascader/src/CascaderOption.d.ts +25 -117
  203. package/es/cascader/src/CascaderOption.mjs +4 -5
  204. package/es/cascader/src/CascaderSelectMenu.d.ts +25 -113
  205. package/es/cascader/src/CascaderSelectMenu.mjs +3 -4
  206. package/es/cascader/src/CascaderSubmenu.d.ts +24 -112
  207. package/es/cascader/src/CascaderSubmenu.mjs +3 -4
  208. package/es/cascader/src/interface.d.ts +1 -1
  209. package/es/cascader/src/utils.d.ts +1 -1
  210. package/es/cascader/styles/dark.mjs +1 -1
  211. package/es/cascader/styles/light.d.ts +17 -5
  212. package/es/cascader/styles/light.mjs +2 -2
  213. package/es/checkbox/src/CheckMark.d.ts +0 -1
  214. package/es/checkbox/src/Checkbox.d.ts +9 -113
  215. package/es/checkbox/src/Checkbox.mjs +19 -19
  216. package/es/checkbox/src/CheckboxGroup.d.ts +16 -16
  217. package/es/checkbox/src/CheckboxGroup.mjs +1 -1
  218. package/es/checkbox/src/LineMark.d.ts +0 -1
  219. package/es/checkbox/styles/light.d.ts +1 -1
  220. package/es/checkbox/styles/light.mjs +2 -2
  221. package/es/code/src/Code.mjs +2 -2
  222. package/es/code/src/styles/index.cssr.mjs +0 -1
  223. package/es/code/styles/light.d.ts +2 -2
  224. package/es/code/styles/light.mjs +2 -2
  225. package/es/collapse/src/Collapse.d.ts +15 -119
  226. package/es/collapse/src/Collapse.mjs +2 -2
  227. package/es/collapse/src/CollapseItem.d.ts +3 -3
  228. package/es/collapse/src/CollapseItem.mjs +3 -3
  229. package/es/collapse/src/CollapseItemContent.d.ts +2 -2
  230. package/es/collapse/src/CollapseItemContent.mjs +1 -1
  231. package/es/collapse/styles/light.d.ts +1 -1
  232. package/es/collapse/styles/light.mjs +2 -2
  233. package/es/collapse-transition/src/CollapseTransition.mjs +2 -2
  234. package/es/collapse-transition/styles/light.d.ts +1 -1
  235. package/es/collapse-transition/styles/light.mjs +2 -2
  236. package/es/color-picker/src/ColorInput.d.ts +3 -3
  237. package/es/color-picker/src/ColorInput.mjs +3 -3
  238. package/es/color-picker/src/ColorInputUnit.d.ts +3 -107
  239. package/es/color-picker/src/ColorInputUnit.mjs +4 -5
  240. package/es/color-picker/src/ColorPicker.d.ts +13 -10
  241. package/es/color-picker/src/ColorPicker.mjs +10 -10
  242. package/es/color-picker/src/ColorPickerSwatches.mjs +2 -2
  243. package/es/color-picker/src/ColorPickerTrigger.d.ts +0 -1
  244. package/es/color-picker/src/ColorPickerTrigger.mjs +0 -1
  245. package/es/color-picker/src/Pallete.mjs +1 -1
  246. package/es/color-picker/src/interface.d.ts +1 -0
  247. package/es/color-picker/styles/light.d.ts +1 -1
  248. package/es/color-picker/styles/light.mjs +2 -2
  249. package/es/components.d.ts +1 -0
  250. package/es/components.mjs +1 -0
  251. package/es/config-provider/src/ConfigProvider.d.ts +17 -389
  252. package/es/config-provider/src/ConfigProvider.mjs +6 -6
  253. package/es/config-provider/src/internal-interface.d.ts +4 -3
  254. package/es/countdown/src/Countdown.d.ts +4 -4
  255. package/es/countdown/src/Countdown.mjs +3 -3
  256. package/es/create.d.ts +1 -1
  257. package/es/data-table/src/DataTable.d.ts +301 -173
  258. package/es/data-table/src/DataTable.mjs +35 -18
  259. package/es/data-table/src/HeaderButton/FilterButton.d.ts +54 -115
  260. package/es/data-table/src/HeaderButton/FilterButton.mjs +12 -9
  261. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +53 -115
  262. package/es/data-table/src/HeaderButton/FilterMenu.mjs +1 -2
  263. package/es/data-table/src/HeaderButton/ResizeButton.mjs +1 -2
  264. package/es/data-table/src/HeaderButton/SortButton.mjs +2 -3
  265. package/es/data-table/src/MainTable.d.ts +1 -0
  266. package/es/data-table/src/MainTable.mjs +8 -5
  267. package/es/data-table/src/TableParts/Body.d.ts +61 -120
  268. package/es/data-table/src/TableParts/Body.mjs +134 -26
  269. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +0 -1
  270. package/es/data-table/src/TableParts/BodyCheckbox.mjs +0 -1
  271. package/es/data-table/src/TableParts/BodyRadio.d.ts +0 -1
  272. package/es/data-table/src/TableParts/BodyRadio.mjs +0 -1
  273. package/es/data-table/src/TableParts/Cell.d.ts +5 -2515
  274. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +9 -1
  275. package/es/data-table/src/TableParts/ExpandTrigger.mjs +7 -2
  276. package/es/data-table/src/TableParts/Header.d.ts +61 -118
  277. package/es/data-table/src/TableParts/Header.mjs +211 -80
  278. package/es/data-table/src/TableParts/SelectionMenu.d.ts +0 -1
  279. package/es/data-table/src/TableParts/SelectionMenu.mjs +1 -2
  280. package/es/data-table/src/interface.d.ts +132 -30
  281. package/es/data-table/src/interface.mjs +12 -0
  282. package/es/data-table/src/styles/index.cssr.mjs +17 -1
  283. package/es/data-table/src/styles/rtl.cssr.mjs +1 -1
  284. package/es/data-table/src/use-check.d.ts +2 -2
  285. package/es/data-table/src/use-check.mjs +0 -2
  286. package/es/data-table/src/use-expand.d.ts +1 -1
  287. package/es/data-table/src/use-expand.mjs +1 -2
  288. package/es/data-table/src/use-group-header.d.ts +7 -1
  289. package/es/data-table/src/use-group-header.mjs +10 -5
  290. package/es/data-table/src/use-resizable.mjs +0 -1
  291. package/es/data-table/src/use-scroll.d.ts +1 -1
  292. package/es/data-table/src/use-scroll.mjs +2 -3
  293. package/es/data-table/src/use-sorter.d.ts +1 -1
  294. package/es/data-table/src/use-sorter.mjs +0 -3
  295. package/es/data-table/src/use-table-data.d.ts +1 -1
  296. package/es/data-table/src/use-table-data.mjs +1 -2
  297. package/es/data-table/src/utils.d.ts +1 -1
  298. package/es/data-table/src/utils.mjs +3 -4
  299. package/es/data-table/styles/light.d.ts +39 -7
  300. package/es/data-table/styles/light.mjs +9 -3
  301. package/es/date-picker/index.d.ts +3 -3
  302. package/es/date-picker/index.mjs +2 -1
  303. package/es/date-picker/src/DatePicker.d.ts +157 -2212
  304. package/es/date-picker/src/DatePicker.mjs +13 -90
  305. package/es/date-picker/src/config.d.ts +0 -1
  306. package/es/date-picker/src/config.mjs +0 -1
  307. package/es/date-picker/src/interface.d.ts +8 -7
  308. package/es/date-picker/src/panel/date.d.ts +25 -150
  309. package/es/date-picker/src/panel/date.mjs +12 -6
  310. package/es/date-picker/src/panel/daterange.d.ts +26 -121
  311. package/es/date-picker/src/panel/daterange.mjs +12 -5
  312. package/es/date-picker/src/panel/datetime.d.ts +24 -119
  313. package/es/date-picker/src/panel/datetime.mjs +18 -7
  314. package/es/date-picker/src/panel/datetimerange.d.ts +25 -120
  315. package/es/date-picker/src/panel/datetimerange.mjs +14 -5
  316. package/es/date-picker/src/panel/month.d.ts +27 -122
  317. package/es/date-picker/src/panel/month.mjs +24 -9
  318. package/es/date-picker/src/panel/monthrange.d.ts +29 -124
  319. package/es/date-picker/src/panel/monthrange.mjs +12 -5
  320. package/es/date-picker/src/panel/panelHeader.d.ts +51 -246
  321. package/es/date-picker/src/panel/panelHeader.mjs +2 -2
  322. package/es/date-picker/src/panel/use-calendar.d.ts +20 -117
  323. package/es/date-picker/src/panel/use-calendar.mjs +9 -10
  324. package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -121
  325. package/es/date-picker/src/panel/use-dual-calendar.mjs +11 -12
  326. package/es/date-picker/src/panel/use-panel-common.d.ts +19 -116
  327. package/es/date-picker/src/panel/use-panel-common.mjs +2 -3
  328. package/es/date-picker/src/props.d.ts +2008 -0
  329. package/es/date-picker/src/props.mjs +87 -0
  330. package/es/date-picker/src/public-types.d.ts +23 -0
  331. package/es/date-picker/src/public-types.mjs +1 -0
  332. package/es/date-picker/src/utils.d.ts +2 -1
  333. package/es/date-picker/src/utils.mjs +7 -10
  334. package/es/date-picker/src/validation-utils.mjs +1 -2
  335. package/es/date-picker/styles/light.d.ts +9 -5
  336. package/es/date-picker/styles/light.mjs +3 -3
  337. package/es/descriptions/src/Descriptions.d.ts +1 -1
  338. package/es/descriptions/src/Descriptions.mjs +3 -3
  339. package/es/descriptions/src/DescriptionsItem.d.ts +1 -1
  340. package/es/descriptions/styles/light.d.ts +1 -1
  341. package/es/descriptions/styles/light.mjs +3 -3
  342. package/es/dialog/src/Dialog.d.ts +9 -113
  343. package/es/dialog/src/Dialog.mjs +4 -4
  344. package/es/dialog/src/DialogEnvironment.d.ts +19 -19
  345. package/es/dialog/src/DialogEnvironment.mjs +5 -3
  346. package/es/dialog/src/DialogProvider.d.ts +7 -7
  347. package/es/dialog/src/DialogProvider.mjs +2 -3
  348. package/es/dialog/src/composables.mjs +1 -1
  349. package/es/dialog/src/dialogProps.d.ts +4 -4
  350. package/es/dialog/styles/light.d.ts +1 -1
  351. package/es/dialog/styles/light.mjs +3 -3
  352. package/es/discrete/src/discrete.mjs +1 -1
  353. package/es/discrete/src/discreteApp.mjs +6 -6
  354. package/es/discrete/src/interface.d.ts +2 -2
  355. package/es/divider/src/Divider.d.ts +3 -3
  356. package/es/divider/src/Divider.mjs +1 -1
  357. package/es/divider/src/styles/index.cssr.mjs +1 -1
  358. package/es/divider/styles/light.d.ts +1 -1
  359. package/es/divider/styles/light.mjs +2 -2
  360. package/es/drawer/src/Drawer.d.ts +45 -129
  361. package/es/drawer/src/Drawer.mjs +6 -4
  362. package/es/drawer/src/DrawerBodyWrapper.d.ts +8 -110
  363. package/es/drawer/src/DrawerBodyWrapper.mjs +7 -8
  364. package/es/drawer/src/DrawerContent.d.ts +5 -107
  365. package/es/drawer/src/styles/index.cssr.mjs +3 -1
  366. package/es/drawer/styles/light.d.ts +5 -3
  367. package/es/drawer/styles/light.mjs +2 -2
  368. package/es/dropdown/src/Dropdown.d.ts +23 -127
  369. package/es/dropdown/src/Dropdown.mjs +3 -3
  370. package/es/dropdown/src/DropdownDivider.mjs +1 -1
  371. package/es/dropdown/src/DropdownGroup.d.ts +3 -2
  372. package/es/dropdown/src/DropdownGroup.mjs +1 -2
  373. package/es/dropdown/src/DropdownGroupHeader.d.ts +1 -1
  374. package/es/dropdown/src/DropdownGroupHeader.mjs +1 -4
  375. package/es/dropdown/src/DropdownMenu.d.ts +5 -4
  376. package/es/dropdown/src/DropdownMenu.mjs +4 -7
  377. package/es/dropdown/src/DropdownOption.d.ts +7 -6
  378. package/es/dropdown/src/DropdownOption.mjs +4 -8
  379. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -2
  380. package/es/dropdown/src/DropdownRenderOption.mjs +1 -1
  381. package/es/dropdown/src/interface.d.ts +1 -1
  382. package/es/dropdown/src/styles/index.cssr.mjs +1 -1
  383. package/es/dropdown/styles/dark.mjs +1 -1
  384. package/es/dropdown/styles/light.d.ts +1 -1
  385. package/es/dropdown/styles/light.mjs +3 -3
  386. package/es/dynamic-input/src/DynamicInput.d.ts +4 -108
  387. package/es/dynamic-input/src/DynamicInput.mjs +5 -5
  388. package/es/dynamic-input/src/InputPreset.d.ts +1 -105
  389. package/es/dynamic-input/src/InputPreset.mjs +1 -2
  390. package/es/dynamic-input/src/PairPreset.d.ts +1 -105
  391. package/es/dynamic-input/src/PairPreset.mjs +0 -1
  392. package/es/dynamic-input/src/styles/index.cssr.mjs +1 -1
  393. package/es/dynamic-input/styles/light.d.ts +1 -1
  394. package/es/dynamic-input/styles/light.mjs +3 -3
  395. package/es/dynamic-tags/src/DynamicTags.d.ts +13 -117
  396. package/es/dynamic-tags/src/DynamicTags.mjs +2 -2
  397. package/es/element/src/Element.mjs +1 -1
  398. package/es/element/styles/dark.d.ts +1 -1
  399. package/es/ellipsis/src/Ellipsis.d.ts +4 -109
  400. package/es/ellipsis/src/Ellipsis.mjs +4 -2
  401. package/es/ellipsis/src/PerformantEllipsis.d.ts +3 -4
  402. package/es/ellipsis/src/PerformantEllipsis.mjs +1 -1
  403. package/es/ellipsis/src/styles/index.cssr.mjs +1 -1
  404. package/es/ellipsis/styles/dark.d.ts +1 -1
  405. package/es/empty/src/Empty.d.ts +22 -4
  406. package/es/empty/src/Empty.mjs +5 -6
  407. package/es/empty/styles/_common.d.ts +1 -0
  408. package/es/empty/styles/_common.mjs +1 -0
  409. package/es/empty/styles/light.d.ts +3 -1
  410. package/es/empty/styles/light.mjs +5 -3
  411. package/es/equation/src/Equation.d.ts +4 -3
  412. package/es/equation/src/Equation.mjs +1 -1
  413. package/es/flex/src/Flex.d.ts +10 -9
  414. package/es/flex/src/Flex.mjs +1 -1
  415. package/es/flex/src/type.d.ts +1 -1
  416. package/es/flex/styles/light.d.ts +1 -1
  417. package/es/flex/styles/light.mjs +2 -2
  418. package/es/flex/styles/rtl.d.ts +1 -1
  419. package/es/float-button/src/FloatButton.d.ts +12 -11
  420. package/es/float-button/src/FloatButton.mjs +22 -8
  421. package/es/float-button/styles/light.d.ts +2 -2
  422. package/es/float-button/styles/light.mjs +2 -2
  423. package/es/float-button-group/src/FloatButtonGroup.d.ts +6 -6
  424. package/es/float-button-group/src/FloatButtonGroup.mjs +2 -2
  425. package/es/float-button-group/styles/light.d.ts +3 -3
  426. package/es/float-button-group/styles/light.mjs +2 -2
  427. package/es/form/src/Form.d.ts +5 -5
  428. package/es/form/src/Form.mjs +2 -3
  429. package/es/form/src/FormItem.d.ts +9 -9
  430. package/es/form/src/FormItem.mjs +72 -72
  431. package/es/form/src/FormItemCol.d.ts +6 -6
  432. package/es/form/src/FormItemCol.mjs +3 -3
  433. package/es/form/src/FormItemGridItem.d.ts +6 -6
  434. package/es/form/src/FormItemGridItem.mjs +3 -3
  435. package/es/form/src/FormItemRow.d.ts +6 -6
  436. package/es/form/src/FormItemRow.mjs +3 -3
  437. package/es/form/src/interface.d.ts +1 -1
  438. package/es/form/src/styles/form-item.cssr.mjs +1 -1
  439. package/es/form/src/utils.d.ts +1 -1
  440. package/es/form/src/utils.mjs +2 -4
  441. package/es/form/styles/light.d.ts +1 -1
  442. package/es/form/styles/light.mjs +2 -2
  443. package/es/global-style/src/GlobalStyle.mjs +1 -1
  444. package/es/gradient-text/src/GradientText.d.ts +3 -3
  445. package/es/gradient-text/src/GradientText.mjs +1 -1
  446. package/es/gradient-text/styles/light.d.ts +1 -1
  447. package/es/gradient-text/styles/light.mjs +2 -2
  448. package/es/grid/src/Grid.d.ts +15 -15
  449. package/es/grid/src/Grid.mjs +3 -3
  450. package/es/grid/src/GridItem.mjs +1 -3
  451. package/es/highlight/index.d.ts +2 -0
  452. package/es/highlight/index.mjs +1 -0
  453. package/es/highlight/src/Highlight.d.ts +65 -0
  454. package/es/highlight/src/Highlight.mjs +75 -0
  455. package/es/highlight/src/public-types.d.ts +3 -0
  456. package/es/highlight/src/public-types.mjs +1 -0
  457. package/es/highlight/src/utils.d.ts +4 -0
  458. package/es/highlight/src/utils.mjs +30 -0
  459. package/es/icon/src/Icon.d.ts +3 -3
  460. package/es/icon/src/Icon.mjs +3 -3
  461. package/es/icon/styles/light.d.ts +1 -1
  462. package/es/icon/styles/light.mjs +2 -2
  463. package/es/icon-wrapper/src/IconWrapper.d.ts +0 -1
  464. package/es/icon-wrapper/styles/light.d.ts +1 -1
  465. package/es/icon-wrapper/styles/light.mjs +2 -2
  466. package/es/image/src/Image.d.ts +8 -8
  467. package/es/image/src/Image.mjs +1 -1
  468. package/es/image/src/ImageGroup.d.ts +1 -1
  469. package/es/image/src/ImageGroup.mjs +7 -3
  470. package/es/image/src/ImagePreview.d.ts +3 -3
  471. package/es/image/src/ImagePreview.mjs +14 -12
  472. package/es/image/src/icons.d.ts +0 -1
  473. package/es/image/src/utils.d.ts +2 -2
  474. package/es/image/src/utils.mjs +3 -5
  475. package/es/infinite-scroll/src/InfiniteScroll.d.ts +3 -3
  476. package/es/infinite-scroll/src/InfiniteScroll.mjs +5 -5
  477. package/es/input/src/Input.d.ts +34 -138
  478. package/es/input/src/Input.mjs +22 -15
  479. package/es/input/src/InputGroup.mjs +1 -1
  480. package/es/input/src/WordCount.d.ts +0 -1
  481. package/es/input/src/WordCount.mjs +2 -4
  482. package/es/input/src/styles/input.cssr.mjs +1 -1
  483. package/es/input/src/utils.mjs +0 -1
  484. package/es/input/styles/dark.mjs +1 -1
  485. package/es/input/styles/light.d.ts +1 -1
  486. package/es/input/styles/light.mjs +3 -3
  487. package/es/input-number/src/InputNumber.d.ts +24 -115
  488. package/es/input-number/src/InputNumber.mjs +40 -35
  489. package/es/input-number/src/styles/input-number.cssr.mjs +1 -1
  490. package/es/input-number/src/utils.mjs +4 -2
  491. package/es/input-number/styles/light.d.ts +1 -1
  492. package/es/input-number/styles/light.mjs +2 -2
  493. package/es/layout/src/Layout.d.ts +59 -239
  494. package/es/layout/src/Layout.mjs +1 -5
  495. package/es/layout/src/LayoutContent.d.ts +29 -119
  496. package/es/layout/src/LayoutFooter.d.ts +36 -18
  497. package/es/layout/src/LayoutFooter.mjs +1 -1
  498. package/es/layout/src/LayoutHeader.d.ts +24 -12
  499. package/es/layout/src/LayoutHeader.mjs +1 -1
  500. package/es/layout/src/LayoutSider.d.ts +37 -127
  501. package/es/layout/src/LayoutSider.mjs +5 -8
  502. package/es/layout/src/ToggleBar.mjs +1 -1
  503. package/es/layout/src/ToggleButton.mjs +1 -1
  504. package/es/layout/src/interface.d.ts +1 -1
  505. package/es/layout/styles/dark.mjs +1 -1
  506. package/es/layout/styles/light.d.ts +5 -3
  507. package/es/layout/styles/light.mjs +2 -2
  508. package/es/legacy-grid/src/Col.mjs +1 -1
  509. package/es/legacy-grid/src/Row.mjs +1 -1
  510. package/es/legacy-grid/src/styles/index.cssr.mjs +1 -1
  511. package/es/legacy-transfer/src/Transfer.d.ts +63 -127
  512. package/es/legacy-transfer/src/Transfer.mjs +3 -3
  513. package/es/legacy-transfer/src/TransferFilter.d.ts +7 -107
  514. package/es/legacy-transfer/src/TransferFilter.mjs +1 -2
  515. package/es/legacy-transfer/src/TransferHeader.d.ts +0 -1
  516. package/es/legacy-transfer/src/TransferHeader.mjs +1 -2
  517. package/es/legacy-transfer/src/TransferList.d.ts +8 -108
  518. package/es/legacy-transfer/src/TransferList.mjs +1 -2
  519. package/es/legacy-transfer/src/TransferListItem.d.ts +7 -107
  520. package/es/legacy-transfer/src/TransferListItem.mjs +2 -3
  521. package/es/legacy-transfer/src/use-transfer-data.d.ts +1 -1
  522. package/es/legacy-transfer/src/use-transfer-data.mjs +1 -2
  523. package/es/legacy-transfer/styles/dark.mjs +1 -1
  524. package/es/legacy-transfer/styles/light.d.ts +7 -3
  525. package/es/legacy-transfer/styles/light.mjs +3 -3
  526. package/es/list/src/List.mjs +1 -1
  527. package/es/list/src/ListItem.mjs +1 -1
  528. package/es/list/src/styles/index.cssr.mjs +1 -1
  529. package/es/list/styles/light.d.ts +2 -2
  530. package/es/list/styles/light.mjs +2 -2
  531. package/es/loading-bar/src/LoadingBar.d.ts +2 -2
  532. package/es/loading-bar/src/LoadingBar.mjs +1 -3
  533. package/es/loading-bar/src/LoadingBarProvider.d.ts +10 -10
  534. package/es/loading-bar/src/LoadingBarProvider.mjs +1 -1
  535. package/es/loading-bar/src/use-loading-bar.mjs +1 -1
  536. package/es/loading-bar/styles/light.d.ts +1 -1
  537. package/es/loading-bar/styles/light.mjs +2 -2
  538. package/es/locales/common/arDZ.mjs +1 -1
  539. package/es/locales/common/azAZ.d.ts +3 -0
  540. package/es/locales/common/azAZ.mjs +124 -0
  541. package/es/locales/common/csCZ.mjs +1 -1
  542. package/es/locales/common/deDE.mjs +1 -1
  543. package/es/locales/common/enGB.mjs +1 -1
  544. package/es/locales/common/enUS.d.ts +1 -1
  545. package/es/locales/common/enUS.mjs +1 -1
  546. package/es/locales/common/eo.mjs +1 -1
  547. package/es/locales/common/esAR.mjs +1 -1
  548. package/es/locales/common/etEE.mjs +1 -1
  549. package/es/locales/common/faIR.mjs +1 -1
  550. package/es/locales/common/frFR.mjs +6 -6
  551. package/es/locales/common/idID.mjs +1 -1
  552. package/es/locales/common/itIT.mjs +3 -3
  553. package/es/locales/common/jaJP.mjs +1 -1
  554. package/es/locales/common/koKR.mjs +1 -1
  555. package/es/locales/common/nbNO.mjs +1 -1
  556. package/es/locales/common/nlNL.mjs +1 -1
  557. package/es/locales/common/plPL.mjs +1 -1
  558. package/es/locales/common/ptBR.mjs +1 -1
  559. package/es/locales/common/ruRU.mjs +1 -1
  560. package/es/locales/common/skSK.mjs +1 -1
  561. package/es/locales/common/svSE.mjs +1 -1
  562. package/es/locales/common/thTH.mjs +1 -1
  563. package/es/locales/common/trTR.mjs +1 -1
  564. package/es/locales/common/ukUA.mjs +1 -1
  565. package/es/locales/common/uzUZ.d.ts +3 -0
  566. package/es/locales/common/uzUZ.mjs +125 -0
  567. package/es/locales/common/viVN.mjs +1 -1
  568. package/es/locales/common/zhCN.mjs +1 -1
  569. package/es/locales/common/zhTW.mjs +1 -1
  570. package/es/locales/date/arDZ.mjs +1 -1
  571. package/es/locales/date/azAZ.d.ts +3 -0
  572. package/es/locales/date/azAZ.mjs +6 -0
  573. package/es/locales/date/csCZ.d.ts +1 -1
  574. package/es/locales/date/csCZ.mjs +1 -1
  575. package/es/locales/date/deDE.mjs +1 -1
  576. package/es/locales/date/enGB.d.ts +1 -1
  577. package/es/locales/date/enGB.mjs +1 -1
  578. package/es/locales/date/enUS.mjs +1 -1
  579. package/es/locales/date/eo.mjs +1 -1
  580. package/es/locales/date/esAR.d.ts +1 -1
  581. package/es/locales/date/esAR.mjs +2 -2
  582. package/es/locales/date/etEE.d.ts +1 -1
  583. package/es/locales/date/etEE.mjs +1 -1
  584. package/es/locales/date/faIR.d.ts +1 -1
  585. package/es/locales/date/faIR.mjs +1 -1
  586. package/es/locales/date/frFR.d.ts +1 -1
  587. package/es/locales/date/frFR.mjs +2 -2
  588. package/es/locales/date/idID.d.ts +1 -1
  589. package/es/locales/date/idID.mjs +2 -2
  590. package/es/locales/date/itIT.d.ts +1 -1
  591. package/es/locales/date/itIT.mjs +2 -2
  592. package/es/locales/date/jaJP.d.ts +1 -1
  593. package/es/locales/date/jaJP.mjs +1 -1
  594. package/es/locales/date/koKR.d.ts +1 -1
  595. package/es/locales/date/koKR.mjs +1 -1
  596. package/es/locales/date/nbNO.d.ts +1 -1
  597. package/es/locales/date/nbNO.mjs +1 -1
  598. package/es/locales/date/nlNL.d.ts +1 -1
  599. package/es/locales/date/nlNL.mjs +1 -1
  600. package/es/locales/date/plPL.d.ts +1 -1
  601. package/es/locales/date/plPL.mjs +2 -2
  602. package/es/locales/date/ptBR.d.ts +1 -1
  603. package/es/locales/date/ptBR.mjs +1 -1
  604. package/es/locales/date/ruRU.d.ts +1 -1
  605. package/es/locales/date/ruRU.mjs +1 -1
  606. package/es/locales/date/skSK.d.ts +1 -1
  607. package/es/locales/date/skSK.mjs +1 -1
  608. package/es/locales/date/svSE.d.ts +1 -1
  609. package/es/locales/date/svSE.mjs +1 -1
  610. package/es/locales/date/thTH.d.ts +1 -1
  611. package/es/locales/date/thTH.mjs +3 -3
  612. package/es/locales/date/trTR.d.ts +1 -1
  613. package/es/locales/date/trTR.mjs +3 -3
  614. package/es/locales/date/ukUA.d.ts +1 -1
  615. package/es/locales/date/ukUA.mjs +1 -1
  616. package/es/locales/date/uzUZ.d.ts +3 -0
  617. package/es/locales/date/uzUZ.mjs +6 -0
  618. package/es/locales/date/viVN.d.ts +1 -1
  619. package/es/locales/date/viVN.mjs +2 -2
  620. package/es/locales/date/zhCN.d.ts +1 -1
  621. package/es/locales/date/zhCN.mjs +1 -1
  622. package/es/locales/date/zhTW.d.ts +1 -1
  623. package/es/locales/date/zhTW.mjs +1 -1
  624. package/es/locales/index.d.ts +4 -0
  625. package/es/locales/index.mjs +4 -0
  626. package/es/locales/utils/index.d.ts +1 -1
  627. package/es/log/src/Log.d.ts +45 -129
  628. package/es/log/src/Log.mjs +4 -4
  629. package/es/log/src/LogLine.mjs +2 -4
  630. package/es/log/src/LogLoader.mjs +1 -1
  631. package/es/log/styles/light.d.ts +5 -3
  632. package/es/log/styles/light.mjs +2 -2
  633. package/es/mention/src/Mention.d.ts +121 -140
  634. package/es/mention/src/Mention.mjs +12 -10
  635. package/es/mention/src/utils.mjs +8 -8
  636. package/es/mention/styles/light.d.ts +11 -3
  637. package/es/mention/styles/light.mjs +2 -2
  638. package/es/menu/src/Menu.d.ts +13 -117
  639. package/es/menu/src/Menu.mjs +5 -4
  640. package/es/menu/src/MenuDivider.d.ts +0 -1
  641. package/es/menu/src/MenuDivider.mjs +1 -2
  642. package/es/menu/src/MenuOption.d.ts +1 -105
  643. package/es/menu/src/MenuOption.mjs +1 -1
  644. package/es/menu/src/MenuOptionContent.mjs +0 -1
  645. package/es/menu/src/MenuOptionGroup.d.ts +0 -1
  646. package/es/menu/src/MenuOptionGroup.mjs +3 -5
  647. package/es/menu/src/Submenu.d.ts +1 -105
  648. package/es/menu/src/Submenu.mjs +1 -2
  649. package/es/menu/src/interface.d.ts +2 -2
  650. package/es/menu/src/use-menu-child.mjs +2 -3
  651. package/es/menu/src/utils.d.ts +1 -1
  652. package/es/menu/src/utils.mjs +0 -2
  653. package/es/menu/styles/light.d.ts +1 -1
  654. package/es/menu/styles/light.mjs +2 -2
  655. package/es/message/src/Message.d.ts +2 -2
  656. package/es/message/src/Message.mjs +6 -6
  657. package/es/message/src/MessageEnvironment.d.ts +3 -3
  658. package/es/message/src/MessageEnvironment.mjs +1 -1
  659. package/es/message/src/MessageProvider.d.ts +4 -4
  660. package/es/message/src/MessageProvider.mjs +1 -2
  661. package/es/message/styles/light.d.ts +1 -1
  662. package/es/message/styles/light.mjs +3 -3
  663. package/es/modal/src/BodyWrapper.d.ts +26 -128
  664. package/es/modal/src/BodyWrapper.mjs +1 -2
  665. package/es/modal/src/Modal.d.ts +78 -60
  666. package/es/modal/src/Modal.mjs +6 -4
  667. package/es/modal/src/ModalEnvironment.d.ts +53 -41
  668. package/es/modal/src/ModalEnvironment.mjs +4 -2
  669. package/es/modal/src/ModalProvider.d.ts +5 -14924
  670. package/es/modal/src/ModalProvider.mjs +2 -3
  671. package/es/modal/src/composables.mjs +1 -1
  672. package/es/modal/src/interface.d.ts +1 -1
  673. package/es/modal/src/presetProps.d.ts +9 -9
  674. package/es/modal/src/styles/index.cssr.mjs +1 -1
  675. package/es/modal/styles/light.d.ts +5 -3
  676. package/es/modal/styles/light.mjs +2 -2
  677. package/es/notification/src/Notification.d.ts +3 -3
  678. package/es/notification/src/Notification.mjs +4 -5
  679. package/es/notification/src/NotificationContainer.d.ts +5 -107
  680. package/es/notification/src/NotificationContainer.mjs +1 -2
  681. package/es/notification/src/NotificationEnvironment.d.ts +4 -7
  682. package/es/notification/src/NotificationEnvironment.mjs +2 -3
  683. package/es/notification/src/NotificationProvider.d.ts +42 -24
  684. package/es/notification/src/NotificationProvider.mjs +5 -4
  685. package/es/notification/src/styles/index.cssr.d.ts +1 -1
  686. package/es/notification/src/styles/rtl.cssr.mjs +1 -1
  687. package/es/notification/src/use-notification.mjs +1 -1
  688. package/es/notification/styles/light.d.ts +5 -3
  689. package/es/notification/styles/light.mjs +2 -2
  690. package/es/notification/styles/rtl.d.ts +1 -1
  691. package/es/number-animation/src/NumberAnimation.mjs +2 -2
  692. package/es/number-animation/src/utils.mjs +1 -1
  693. package/es/page-header/src/PageHeader.mjs +2 -3
  694. package/es/page-header/src/styles/rtl.cssr.mjs +1 -1
  695. package/es/pagination/src/Pagination.d.ts +241 -169
  696. package/es/pagination/src/Pagination.mjs +9 -10
  697. package/es/pagination/src/styles/index.cssr.mjs +1 -1
  698. package/es/pagination/src/utils.d.ts +1 -1
  699. package/es/pagination/src/utils.mjs +2 -2
  700. package/es/pagination/styles/light.d.ts +21 -5
  701. package/es/pagination/styles/light.mjs +3 -3
  702. package/es/popconfirm/src/Popconfirm.d.ts +21 -125
  703. package/es/popconfirm/src/Popconfirm.mjs +2 -2
  704. package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  705. package/es/popconfirm/src/PopconfirmPanel.mjs +1 -2
  706. package/es/popconfirm/src/interface.d.ts +1 -1
  707. package/es/popconfirm/styles/light.d.ts +1 -1
  708. package/es/popconfirm/styles/light.mjs +2 -2
  709. package/es/popover/src/Popover.d.ts +23 -23
  710. package/es/popover/src/Popover.mjs +9 -6
  711. package/es/popover/src/PopoverBody.d.ts +17 -17
  712. package/es/popover/src/PopoverBody.mjs +34 -35
  713. package/es/popover/src/interface.d.ts +1 -1
  714. package/es/popover/src/styles/index.cssr.d.ts +1 -1
  715. package/es/popover/src/styles/index.cssr.mjs +1 -1
  716. package/es/popover/styles/light.d.ts +1 -1
  717. package/es/popover/styles/light.mjs +2 -2
  718. package/es/popselect/src/Popselect.d.ts +126 -146
  719. package/es/popselect/src/Popselect.mjs +3 -3
  720. package/es/popselect/src/PopselectPanel.d.ts +19 -111
  721. package/es/popselect/src/PopselectPanel.mjs +1 -3
  722. package/es/popselect/src/interface.d.ts +1 -1
  723. package/es/popselect/styles/light.d.ts +11 -3
  724. package/es/preset.d.ts +1 -1
  725. package/es/progress/src/Circle.d.ts +2 -3
  726. package/es/progress/src/Circle.mjs +2 -2
  727. package/es/progress/src/Line.d.ts +2 -3
  728. package/es/progress/src/Line.mjs +2 -2
  729. package/es/progress/src/MultipleCircle.d.ts +3 -4
  730. package/es/progress/src/MultipleCircle.mjs +1 -1
  731. package/es/progress/src/Progress.d.ts +9 -9
  732. package/es/progress/src/Progress.mjs +1 -1
  733. package/es/progress/styles/light.d.ts +1 -1
  734. package/es/progress/styles/light.mjs +2 -2
  735. package/es/qr-code/src/QrCode.mjs +4 -4
  736. package/es/qr-code/src/qrcodegen.mjs +6 -9
  737. package/es/qr-code/styles/dark.d.ts +1 -1
  738. package/es/qr-code/styles/light.d.ts +2 -2
  739. package/es/qr-code/styles/light.mjs +2 -2
  740. package/es/radio/src/Radio.d.ts +6 -6
  741. package/es/radio/src/Radio.mjs +2 -2
  742. package/es/radio/src/RadioButton.d.ts +6 -6
  743. package/es/radio/src/RadioButton.mjs +2 -2
  744. package/es/radio/src/RadioGroup.d.ts +1 -1
  745. package/es/radio/src/RadioGroup.mjs +4 -4
  746. package/es/radio/src/styles/radio-group.cssr.mjs +1 -1
  747. package/es/radio/src/styles/radio.cssr.mjs +1 -1
  748. package/es/radio/src/use-radio.d.ts +4 -4
  749. package/es/radio/src/use-radio.mjs +1 -1
  750. package/es/radio/styles/dark.mjs +1 -1
  751. package/es/radio/styles/light.d.ts +2 -2
  752. package/es/radio/styles/light.mjs +3 -3
  753. package/es/rate/src/Rate.mjs +2 -2
  754. package/es/rate/src/StarIcon.d.ts +0 -1
  755. package/es/rate/styles/dark.d.ts +1 -1
  756. package/es/rate/styles/light.d.ts +2 -2
  757. package/es/rate/styles/light.mjs +2 -2
  758. package/es/result/src/403.d.ts +0 -1
  759. package/es/result/src/404.d.ts +0 -1
  760. package/es/result/src/418.d.ts +0 -1
  761. package/es/result/src/500.d.ts +0 -1
  762. package/es/result/src/Result.d.ts +3 -3
  763. package/es/result/src/Result.mjs +2 -2
  764. package/es/result/styles/light.d.ts +1 -1
  765. package/es/result/styles/light.mjs +3 -3
  766. package/es/scrollbar/src/Scrollbar.d.ts +62 -18
  767. package/es/scrollbar/src/Scrollbar.mjs +10 -4
  768. package/es/select/src/Select.d.ts +133 -144
  769. package/es/select/src/Select.mjs +60 -55
  770. package/es/select/src/interface.d.ts +2 -2
  771. package/es/select/src/styles/index.cssr.mjs +1 -1
  772. package/es/select/src/utils.d.ts +1 -1
  773. package/es/select/src/utils.mjs +1 -2
  774. package/es/select/styles/light.d.ts +10 -2
  775. package/es/skeleton/src/Skeleton.mjs +1 -1
  776. package/es/skeleton/styles/dark.d.ts +1 -1
  777. package/es/skeleton/styles/light.d.ts +2 -2
  778. package/es/skeleton/styles/light.mjs +2 -2
  779. package/es/slider/src/Slider.d.ts +10 -9
  780. package/es/slider/src/Slider.mjs +10 -10
  781. package/es/slider/src/styles/index.cssr.mjs +2 -1
  782. package/es/slider/styles/dark.mjs +1 -1
  783. package/es/slider/styles/light.d.ts +2 -2
  784. package/es/slider/styles/light.mjs +3 -3
  785. package/es/space/src/Space.d.ts +4 -4
  786. package/es/space/src/Space.mjs +2 -2
  787. package/es/space/src/utils.d.ts +1 -1
  788. package/es/space/src/utils.mjs +2 -2
  789. package/es/space/styles/light.d.ts +1 -1
  790. package/es/space/styles/light.mjs +2 -2
  791. package/es/space/styles/rtl.d.ts +1 -1
  792. package/es/spin/src/Spin.d.ts +7 -7
  793. package/es/spin/src/Spin.mjs +1 -1
  794. package/es/spin/src/styles/index.cssr.mjs +1 -1
  795. package/es/spin/styles/light.d.ts +2 -2
  796. package/es/spin/styles/light.mjs +2 -2
  797. package/es/split/src/Split.d.ts +11 -11
  798. package/es/split/src/Split.mjs +6 -6
  799. package/es/split/src/styles/index.cssr.mjs +1 -1
  800. package/es/split/styles/dark.d.ts +1 -1
  801. package/es/split/styles/light.d.ts +2 -2
  802. package/es/split/styles/light.mjs +2 -2
  803. package/es/statistic/src/Statistic.mjs +2 -2
  804. package/es/statistic/styles/light.d.ts +2 -2
  805. package/es/statistic/styles/light.mjs +2 -2
  806. package/es/statistic/styles/rtl.d.ts +1 -1
  807. package/es/steps/src/Step.d.ts +3 -3
  808. package/es/steps/src/Step.mjs +4 -4
  809. package/es/steps/src/Steps.d.ts +4 -4
  810. package/es/steps/src/Steps.mjs +2 -2
  811. package/es/steps/src/styles/rtl.cssr.mjs +1 -1
  812. package/es/steps/styles/light.d.ts +1 -1
  813. package/es/steps/styles/light.mjs +3 -3
  814. package/es/steps/styles/rtl.d.ts +1 -1
  815. package/es/switch/src/Switch.d.ts +1 -1
  816. package/es/switch/src/Switch.mjs +2 -2
  817. package/es/switch/styles/dark.mjs +1 -1
  818. package/es/switch/styles/light.d.ts +1 -1
  819. package/es/switch/styles/light.mjs +3 -3
  820. package/es/table/src/Table.mjs +1 -1
  821. package/es/table/styles/light.d.ts +2 -2
  822. package/es/table/styles/light.mjs +3 -3
  823. package/es/table/styles/rtl.d.ts +1 -1
  824. package/es/tabs/src/Tab.d.ts +6 -18
  825. package/es/tabs/src/Tab.mjs +3 -6
  826. package/es/tabs/src/TabPane.d.ts +10 -22
  827. package/es/tabs/src/TabPane.mjs +1 -1
  828. package/es/tabs/src/Tabs.d.ts +32 -32
  829. package/es/tabs/src/Tabs.mjs +38 -18
  830. package/es/tabs/src/interface.d.ts +1 -1
  831. package/es/tabs/src/styles/index.cssr.mjs +20 -8
  832. package/es/tabs/styles/light.d.ts +2 -2
  833. package/es/tabs/styles/light.mjs +3 -3
  834. package/es/tag/src/Tag.d.ts +8 -8
  835. package/es/tag/src/Tag.mjs +5 -5
  836. package/es/tag/src/common-props.d.ts +3 -3
  837. package/es/tag/src/styles/rtl.cssr.mjs +1 -1
  838. package/es/tag/styles/dark.mjs +1 -1
  839. package/es/tag/styles/light.d.ts +1 -1
  840. package/es/tag/styles/light.mjs +3 -3
  841. package/es/theme-editor/src/MaximizeIcon.mjs +1 -1
  842. package/es/theme-editor/src/MinimizeIcon.mjs +1 -1
  843. package/es/theme-editor/src/ThemeEditor.mjs +12 -11
  844. package/es/themes/interface.d.ts +1 -1
  845. package/es/themes/utils.d.ts +1 -1
  846. package/es/thing/src/Thing.d.ts +0 -1
  847. package/es/thing/src/Thing.mjs +2 -2
  848. package/es/thing/styles/light.d.ts +1 -1
  849. package/es/thing/styles/light.mjs +2 -2
  850. package/es/thing/styles/rtl.d.ts +1 -1
  851. package/es/time/src/Time.d.ts +1 -1
  852. package/es/time/src/Time.mjs +3 -3
  853. package/es/time-picker/src/Panel.d.ts +9 -111
  854. package/es/time-picker/src/Panel.mjs +3 -4
  855. package/es/time-picker/src/PanelCol.d.ts +5 -5
  856. package/es/time-picker/src/PanelCol.mjs +1 -1
  857. package/es/time-picker/src/TimePicker.d.ts +50 -134
  858. package/es/time-picker/src/TimePicker.mjs +29 -27
  859. package/es/time-picker/src/interface.d.ts +2 -2
  860. package/es/time-picker/src/styles/index.cssr.mjs +1 -1
  861. package/es/time-picker/src/utils.mjs +5 -3
  862. package/es/time-picker/styles/light.d.ts +5 -3
  863. package/es/time-picker/styles/light.mjs +3 -3
  864. package/es/timeline/src/Timeline.d.ts +1 -2
  865. package/es/timeline/src/Timeline.mjs +1 -1
  866. package/es/timeline/src/TimelineItem.d.ts +3 -3
  867. package/es/timeline/src/TimelineItem.mjs +2 -2
  868. package/es/timeline/styles/dark.mjs +1 -1
  869. package/es/timeline/styles/light.d.ts +1 -1
  870. package/es/timeline/styles/light.mjs +3 -3
  871. package/es/tooltip/src/Tooltip.d.ts +16 -120
  872. package/es/tooltip/src/Tooltip.mjs +1 -3
  873. package/es/tooltip/styles/light.d.ts +1 -1
  874. package/es/tooltip/styles/light.mjs +4 -4
  875. package/es/transfer/src/Transfer.d.ts +69 -133
  876. package/es/transfer/src/Transfer.mjs +5 -5
  877. package/es/transfer/src/TransferFilter.d.ts +7 -107
  878. package/es/transfer/src/TransferFilter.mjs +1 -2
  879. package/es/transfer/src/TransferHeader.d.ts +3 -4
  880. package/es/transfer/src/TransferHeader.mjs +3 -4
  881. package/es/transfer/src/TransferList.d.ts +8 -108
  882. package/es/transfer/src/TransferList.mjs +1 -2
  883. package/es/transfer/src/TransferListItem.d.ts +7 -107
  884. package/es/transfer/src/TransferListItem.mjs +1 -2
  885. package/es/transfer/src/use-transfer-data.d.ts +1 -1
  886. package/es/transfer/src/use-transfer-data.mjs +1 -2
  887. package/es/transfer/styles/dark.mjs +1 -1
  888. package/es/transfer/styles/light.d.ts +7 -3
  889. package/es/transfer/styles/light.mjs +3 -3
  890. package/es/tree/src/MotionWrapper.d.ts +3 -3
  891. package/es/tree/src/MotionWrapper.mjs +1 -1
  892. package/es/tree/src/Tree.d.ts +97 -161
  893. package/es/tree/src/Tree.mjs +11 -14
  894. package/es/tree/src/TreeNode.d.ts +1 -1
  895. package/es/tree/src/TreeNode.mjs +1 -6
  896. package/es/tree/src/TreeNodeCheckbox.d.ts +7 -107
  897. package/es/tree/src/TreeNodeCheckbox.mjs +1 -2
  898. package/es/tree/src/TreeNodeContent.d.ts +4 -4
  899. package/es/tree/src/TreeNodeContent.mjs +2 -4
  900. package/es/tree/src/TreeNodeSwitcher.d.ts +0 -1
  901. package/es/tree/src/TreeNodeSwitcher.mjs +2 -3
  902. package/es/tree/src/dnd.d.ts +1 -1
  903. package/es/tree/src/interface.d.ts +2 -2
  904. package/es/tree/src/keyboard.d.ts +2 -2
  905. package/es/tree/src/styles/rtl.cssr.mjs +1 -1
  906. package/es/tree/src/utils.d.ts +2 -2
  907. package/es/tree/src/utils.mjs +1 -1
  908. package/es/tree/styles/light.d.ts +7 -3
  909. package/es/tree/styles/light.mjs +2 -2
  910. package/es/tree-select/src/TreeSelect.d.ts +152 -159
  911. package/es/tree-select/src/TreeSelect.mjs +40 -25
  912. package/es/tree-select/src/interface.d.ts +3 -3
  913. package/es/tree-select/src/styles/index.cssr.mjs +10 -0
  914. package/es/tree-select/src/utils.d.ts +2 -2
  915. package/es/tree-select/styles/light.d.ts +15 -3
  916. package/es/tree-select/styles/light.mjs +6 -3
  917. package/es/typography/src/a.mjs +1 -1
  918. package/es/typography/src/blockquote.mjs +2 -2
  919. package/es/typography/src/create-header.d.ts +4 -4
  920. package/es/typography/src/create-header.mjs +3 -4
  921. package/es/typography/src/headers.d.ts +12 -12
  922. package/es/typography/src/hr.mjs +1 -1
  923. package/es/typography/src/ol.mjs +1 -1
  924. package/es/typography/src/p.d.ts +3 -3
  925. package/es/typography/src/p.mjs +1 -1
  926. package/es/typography/src/text.d.ts +3 -3
  927. package/es/typography/src/text.mjs +2 -2
  928. package/es/typography/src/ul.mjs +1 -1
  929. package/es/typography/styles/light.d.ts +1 -1
  930. package/es/typography/styles/light.mjs +3 -3
  931. package/es/upload/src/Upload.d.ts +12 -113
  932. package/es/upload/src/Upload.mjs +53 -50
  933. package/es/upload/src/UploadDragger.d.ts +0 -1
  934. package/es/upload/src/UploadDragger.mjs +1 -1
  935. package/es/upload/src/UploadFile.d.ts +6 -109
  936. package/es/upload/src/UploadFile.mjs +21 -9
  937. package/es/upload/src/UploadFileList.d.ts +0 -1
  938. package/es/upload/src/UploadFileList.mjs +3 -3
  939. package/es/upload/src/UploadProgress.d.ts +3 -107
  940. package/es/upload/src/UploadProgress.mjs +1 -2
  941. package/es/upload/src/UploadTrigger.d.ts +0 -1
  942. package/es/upload/src/UploadTrigger.mjs +1 -1
  943. package/es/upload/src/icons.d.ts +0 -1
  944. package/es/upload/src/interface.d.ts +9 -3
  945. package/es/upload/src/public-types.d.ts +1 -1
  946. package/es/upload/src/styles/index.cssr.mjs +1 -1
  947. package/es/upload/src/utils.d.ts +2 -2
  948. package/es/upload/src/utils.mjs +21 -9
  949. package/es/upload/styles/light.d.ts +1 -1
  950. package/es/upload/styles/light.mjs +2 -2
  951. package/es/version.d.ts +1 -1
  952. package/es/version.mjs +1 -1
  953. package/es/virtual-list/src/VirtualList.d.ts +13 -13
  954. package/es/virtual-list/src/VirtualList.mjs +2 -2
  955. package/es/watermark/src/Watermark.d.ts +3 -4
  956. package/es/watermark/src/Watermark.mjs +1 -1
  957. package/es/watermark/src/styles/index.cssr.mjs +1 -1
  958. package/lib/_internal/close/src/Close.d.ts +0 -1
  959. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +2 -2
  960. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +0 -1
  961. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +0 -1
  962. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +0 -1
  963. package/lib/_internal/icons/replaceable.d.ts +0 -1
  964. package/lib/_internal/icons/replaceable.js +1 -3
  965. package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  966. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +70 -24
  967. package/lib/_internal/scrollbar/src/Scrollbar.js +73 -65
  968. package/lib/_internal/scrollbar/src/styles/index.cssr.js +10 -4
  969. package/lib/_internal/scrollbar/styles/common.d.ts +4 -2
  970. package/lib/_internal/scrollbar/styles/common.js +4 -2
  971. package/lib/_internal/scrollbar/styles/light.d.ts +5 -3
  972. package/lib/_internal/scrollbar/styles/light.js +4 -5
  973. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
  974. package/lib/_internal/select-menu/src/SelectGroupHeader.js +1 -3
  975. package/lib/_internal/select-menu/src/SelectMenu.d.ts +75 -123
  976. package/lib/_internal/select-menu/src/SelectMenu.js +4 -4
  977. package/lib/_internal/select-menu/src/SelectOption.d.ts +3 -3
  978. package/lib/_internal/select-menu/src/SelectOption.js +1 -3
  979. package/lib/_internal/select-menu/src/interface.d.ts +2 -2
  980. package/lib/_internal/select-menu/styles/_common.d.ts +2 -0
  981. package/lib/_internal/select-menu/styles/_common.js +2 -0
  982. package/lib/_internal/select-menu/styles/light.d.ts +15 -3
  983. package/lib/_internal/select-menu/styles/light.js +7 -8
  984. package/lib/_internal/selection/src/Selection.d.ts +8 -112
  985. package/lib/_internal/selection/src/Selection.js +4 -5
  986. package/lib/_internal/selection/src/interface.d.ts +1 -1
  987. package/lib/_internal/selection/styles/light.d.ts +1 -1
  988. package/lib/_internal/selection/styles/light.js +3 -3
  989. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +0 -1
  990. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +0 -1
  991. package/lib/_internal/slot-machine/src/SlotMachineNumber.js +2 -2
  992. package/lib/_internal/suffix/src/Suffix.d.ts +0 -1
  993. package/lib/_internal/wave/src/Wave.js +0 -1
  994. package/lib/_mixins/use-config.d.ts +1 -1
  995. package/lib/_mixins/use-config.js +3 -3
  996. package/lib/_mixins/use-css-vars-class.js +10 -9
  997. package/lib/_mixins/use-form-item.js +1 -1
  998. package/lib/_mixins/use-hljs.js +1 -1
  999. package/lib/_mixins/use-locale.js +1 -1
  1000. package/lib/_mixins/use-rtl.js +5 -3
  1001. package/lib/_mixins/use-style.js +5 -3
  1002. package/lib/_mixins/use-theme.d.ts +1 -1
  1003. package/lib/_mixins/use-theme.js +5 -5
  1004. package/lib/_styles/common/dark.js +2 -2
  1005. package/lib/_styles/common/light.js +2 -2
  1006. package/lib/_styles/transitions/fade-down.cssr.js +2 -3
  1007. package/lib/_styles/transitions/fade-in-height-expand.cssr.js +4 -5
  1008. package/lib/_styles/transitions/fade-in-scale-up.cssr.js +4 -5
  1009. package/lib/_styles/transitions/fade-in-width-expand.cssr.js +2 -3
  1010. package/lib/_styles/transitions/fade-in.cssr.js +2 -3
  1011. package/lib/_styles/transitions/fade-up-width-expand.cssr.js +2 -3
  1012. package/lib/_styles/transitions/icon-switch.cssr.js +3 -4
  1013. package/lib/_styles/transitions/slide-in-from-bottom.js +1 -2
  1014. package/lib/_styles/transitions/slide-in-from-left.js +1 -2
  1015. package/lib/_styles/transitions/slide-in-from-right.js +1 -2
  1016. package/lib/_styles/transitions/slide-in-from-top.js +1 -2
  1017. package/lib/_utils/color/index.js +2 -3
  1018. package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
  1019. package/lib/_utils/composable/use-adjusted-to.js +1 -2
  1020. package/lib/_utils/composable/use-browser-location.d.ts +1 -1
  1021. package/lib/_utils/composable/use-browser-location.js +4 -5
  1022. package/lib/_utils/composable/use-collection.d.ts +1 -1
  1023. package/lib/_utils/composable/use-collection.js +8 -9
  1024. package/lib/_utils/composable/use-deferred-true.js +1 -2
  1025. package/lib/_utils/composable/use-houdini.js +2 -3
  1026. package/lib/_utils/composable/use-is-composing.d.ts +1 -1
  1027. package/lib/_utils/composable/use-is-composing.js +7 -8
  1028. package/lib/_utils/composable/use-lock-html-scroll.js +2 -2
  1029. package/lib/_utils/composable/use-reactivated.js +1 -2
  1030. package/lib/_utils/composable/use-resize.js +1 -2
  1031. package/lib/_utils/css/color-to-class.js +1 -2
  1032. package/lib/_utils/css/format-length.js +1 -2
  1033. package/lib/_utils/css/rtl-inset.js +1 -2
  1034. package/lib/_utils/cssr/index.js +8 -10
  1035. package/lib/_utils/dom/download.d.ts +1 -1
  1036. package/lib/_utils/dom/download.js +3 -4
  1037. package/lib/_utils/dom/is-document.js +1 -2
  1038. package/lib/_utils/env/is-jsdom.js +4 -5
  1039. package/lib/_utils/event/index.js +2 -3
  1040. package/lib/_utils/naive/attribute.js +1 -2
  1041. package/lib/_utils/naive/extract-public-props.d.ts +2 -2
  1042. package/lib/_utils/naive/prop.js +3 -4
  1043. package/lib/_utils/naive/warn.d.ts +1 -0
  1044. package/lib/_utils/naive/warn.js +7 -4
  1045. package/lib/_utils/vue/call.js +4 -4
  1046. package/lib/_utils/vue/create-data-key.js +1 -2
  1047. package/lib/_utils/vue/create-injection-key.js +1 -2
  1048. package/lib/_utils/vue/create-ref-setter.js +1 -2
  1049. package/lib/_utils/vue/flatten.d.ts +1 -1
  1050. package/lib/_utils/vue/flatten.js +1 -2
  1051. package/lib/_utils/vue/get-first-slot-vnode.d.ts +1 -1
  1052. package/lib/_utils/vue/get-first-slot-vnode.js +2 -3
  1053. package/lib/_utils/vue/get-slot.d.ts +1 -1
  1054. package/lib/_utils/vue/get-slot.js +1 -2
  1055. package/lib/_utils/vue/get-v-node-children.js +4 -5
  1056. package/lib/_utils/vue/is-node-v-show-false.js +1 -2
  1057. package/lib/_utils/vue/keep.js +1 -2
  1058. package/lib/_utils/vue/keysOf.js +1 -2
  1059. package/lib/_utils/vue/merge-handlers.js +2 -4
  1060. package/lib/_utils/vue/omit.js +1 -2
  1061. package/lib/_utils/vue/render.d.ts +1 -1
  1062. package/lib/_utils/vue/render.js +3 -4
  1063. package/lib/_utils/vue/resolve-slot.js +8 -9
  1064. package/lib/affix/src/Affix.js +16 -16
  1065. package/lib/affix/src/utils.js +2 -3
  1066. package/lib/alert/src/Alert.d.ts +4 -108
  1067. package/lib/alert/src/Alert.js +6 -8
  1068. package/lib/alert/styles/light.d.ts +1 -1
  1069. package/lib/alert/styles/light.js +2 -2
  1070. package/lib/anchor/src/AnchorAdapter.d.ts +0 -1
  1071. package/lib/anchor/src/BaseAnchor.js +7 -6
  1072. package/lib/anchor/src/Link.d.ts +0 -1
  1073. package/lib/anchor/src/Link.js +0 -1
  1074. package/lib/anchor/src/utils.js +1 -2
  1075. package/lib/anchor/styles/light.d.ts +1 -1
  1076. package/lib/anchor/styles/light.js +4 -5
  1077. package/lib/auto-complete/src/AutoComplete.d.ts +115 -135
  1078. package/lib/auto-complete/src/AutoComplete.js +3 -3
  1079. package/lib/auto-complete/src/interface.d.ts +1 -1
  1080. package/lib/auto-complete/src/utils.js +2 -3
  1081. package/lib/auto-complete/styles/light.d.ts +10 -2
  1082. package/lib/auto-complete/styles/light.js +1 -2
  1083. package/lib/avatar/src/Avatar.d.ts +2 -2
  1084. package/lib/avatar/src/Avatar.js +6 -6
  1085. package/lib/avatar/styles/light.d.ts +1 -1
  1086. package/lib/avatar/styles/light.js +5 -6
  1087. package/lib/avatar-group/src/AvatarGroup.d.ts +5 -109
  1088. package/lib/avatar-group/src/AvatarGroup.js +6 -6
  1089. package/lib/avatar-group/styles/light.d.ts +1 -1
  1090. package/lib/avatar-group/styles/light.js +4 -5
  1091. package/lib/back-top/src/BackTop.d.ts +3 -3
  1092. package/lib/back-top/src/BackTop.js +7 -7
  1093. package/lib/back-top/src/BackTopIcon.d.ts +0 -1
  1094. package/lib/back-top/styles/dark.js +1 -1
  1095. package/lib/back-top/styles/light.d.ts +1 -1
  1096. package/lib/back-top/styles/light.js +3 -3
  1097. package/lib/badge/src/Badge.d.ts +6 -6
  1098. package/lib/badge/src/Badge.js +6 -6
  1099. package/lib/badge/src/styles/index.cssr.js +1 -1
  1100. package/lib/badge/styles/light.d.ts +1 -1
  1101. package/lib/badge/styles/light.js +2 -2
  1102. package/lib/breadcrumb/src/Breadcrumb.js +1 -1
  1103. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +0 -1
  1104. package/lib/breadcrumb/styles/light.d.ts +1 -1
  1105. package/lib/breadcrumb/styles/light.js +5 -6
  1106. package/lib/button/src/Button.d.ts +6 -6
  1107. package/lib/button/src/Button.js +30 -30
  1108. package/lib/button/styles/light.d.ts +1 -1
  1109. package/lib/button/styles/light.js +5 -6
  1110. package/lib/button/styles/rtl.d.ts +1 -1
  1111. package/lib/button-group/src/styles/index.cssr.d.ts +1 -1
  1112. package/lib/button-group/src/styles/index.cssr.js +2 -2
  1113. package/lib/button-group/src/styles/rtl.cssr.js +1 -1
  1114. package/lib/button-group/styles/rtl.d.ts +1 -1
  1115. package/lib/calendar/src/Calendar.d.ts +4 -108
  1116. package/lib/calendar/src/Calendar.js +5 -5
  1117. package/lib/calendar/styles/dark.js +1 -1
  1118. package/lib/calendar/styles/light.d.ts +1 -1
  1119. package/lib/calendar/styles/light.js +5 -6
  1120. package/lib/card/src/Card.d.ts +18 -122
  1121. package/lib/card/src/Card.js +1 -1
  1122. package/lib/card/styles/light.d.ts +2 -2
  1123. package/lib/card/styles/light.js +4 -5
  1124. package/lib/card/styles/rtl.d.ts +1 -1
  1125. package/lib/carousel/src/Carousel.d.ts +18 -20
  1126. package/lib/carousel/src/Carousel.js +57 -48
  1127. package/lib/carousel/src/CarouselArrow.js +4 -4
  1128. package/lib/carousel/src/CarouselContext.d.ts +2 -2
  1129. package/lib/carousel/src/CarouselContext.js +6 -7
  1130. package/lib/carousel/src/CarouselDots.d.ts +3 -3
  1131. package/lib/carousel/src/CarouselDots.js +1 -1
  1132. package/lib/carousel/src/CarouselItem.d.ts +1 -1
  1133. package/lib/carousel/src/CarouselItem.js +5 -3
  1134. package/lib/carousel/src/utils/duplicatedLogic.js +6 -7
  1135. package/lib/carousel/src/utils/event.js +1 -2
  1136. package/lib/carousel/src/utils/index.js +11 -12
  1137. package/lib/carousel/styles/light.d.ts +1 -2
  1138. package/lib/carousel/styles/light.js +4 -5
  1139. package/lib/cascader/src/Cascader.d.ts +181 -169
  1140. package/lib/cascader/src/Cascader.js +17 -15
  1141. package/lib/cascader/src/CascaderMenu.d.ts +24 -112
  1142. package/lib/cascader/src/CascaderMenu.js +2 -4
  1143. package/lib/cascader/src/CascaderOption.d.ts +25 -117
  1144. package/lib/cascader/src/CascaderOption.js +7 -9
  1145. package/lib/cascader/src/CascaderSelectMenu.d.ts +25 -113
  1146. package/lib/cascader/src/CascaderSelectMenu.js +7 -6
  1147. package/lib/cascader/src/CascaderSubmenu.d.ts +24 -112
  1148. package/lib/cascader/src/CascaderSubmenu.js +4 -6
  1149. package/lib/cascader/src/interface.d.ts +1 -1
  1150. package/lib/cascader/src/utils.d.ts +1 -1
  1151. package/lib/cascader/src/utils.js +4 -5
  1152. package/lib/cascader/styles/dark.js +1 -1
  1153. package/lib/cascader/styles/light.d.ts +17 -5
  1154. package/lib/cascader/styles/light.js +4 -5
  1155. package/lib/checkbox/src/CheckMark.d.ts +0 -1
  1156. package/lib/checkbox/src/Checkbox.d.ts +9 -113
  1157. package/lib/checkbox/src/Checkbox.js +23 -23
  1158. package/lib/checkbox/src/CheckboxGroup.d.ts +16 -16
  1159. package/lib/checkbox/src/CheckboxGroup.js +1 -1
  1160. package/lib/checkbox/src/LineMark.d.ts +0 -1
  1161. package/lib/checkbox/styles/light.d.ts +1 -1
  1162. package/lib/checkbox/styles/light.js +4 -5
  1163. package/lib/code/src/styles/index.cssr.js +0 -1
  1164. package/lib/code/styles/light.d.ts +2 -2
  1165. package/lib/code/styles/light.js +2 -2
  1166. package/lib/collapse/src/Collapse.d.ts +15 -119
  1167. package/lib/collapse/src/Collapse.js +2 -2
  1168. package/lib/collapse/src/CollapseItem.d.ts +3 -3
  1169. package/lib/collapse/src/CollapseItem.js +2 -2
  1170. package/lib/collapse/src/CollapseItemContent.d.ts +2 -2
  1171. package/lib/collapse/styles/light.d.ts +1 -1
  1172. package/lib/collapse/styles/light.js +4 -5
  1173. package/lib/collapse-transition/src/CollapseTransition.js +3 -3
  1174. package/lib/collapse-transition/styles/light.d.ts +1 -1
  1175. package/lib/collapse-transition/styles/light.js +4 -5
  1176. package/lib/color-picker/src/ColorInput.d.ts +3 -3
  1177. package/lib/color-picker/src/ColorInput.js +3 -3
  1178. package/lib/color-picker/src/ColorInputUnit.d.ts +3 -107
  1179. package/lib/color-picker/src/ColorInputUnit.js +4 -5
  1180. package/lib/color-picker/src/ColorPicker.d.ts +13 -10
  1181. package/lib/color-picker/src/ColorPicker.js +6 -9
  1182. package/lib/color-picker/src/ColorPickerSwatches.js +2 -2
  1183. package/lib/color-picker/src/ColorPickerTrigger.d.ts +0 -1
  1184. package/lib/color-picker/src/ColorPickerTrigger.js +0 -1
  1185. package/lib/color-picker/src/interface.d.ts +1 -0
  1186. package/lib/color-picker/src/utils.js +7 -8
  1187. package/lib/color-picker/styles/light.d.ts +1 -1
  1188. package/lib/color-picker/styles/light.js +4 -5
  1189. package/lib/components.d.ts +1 -0
  1190. package/lib/components.js +1 -0
  1191. package/lib/composables/use-theme-vars.js +1 -2
  1192. package/lib/config-provider/src/ConfigProvider.d.ts +17 -389
  1193. package/lib/config-provider/src/ConfigProvider.js +5 -2
  1194. package/lib/config-provider/src/internal-interface.d.ts +4 -3
  1195. package/lib/countdown/src/Countdown.d.ts +4 -4
  1196. package/lib/countdown/src/Countdown.js +2 -2
  1197. package/lib/create.d.ts +1 -1
  1198. package/lib/data-table/src/DataTable.d.ts +301 -173
  1199. package/lib/data-table/src/DataTable.js +22 -11
  1200. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +54 -115
  1201. package/lib/data-table/src/HeaderButton/FilterButton.js +8 -9
  1202. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +53 -115
  1203. package/lib/data-table/src/HeaderButton/FilterMenu.js +8 -10
  1204. package/lib/data-table/src/HeaderButton/ResizeButton.js +0 -1
  1205. package/lib/data-table/src/HeaderButton/SortButton.js +8 -9
  1206. package/lib/data-table/src/MainTable.d.ts +1 -0
  1207. package/lib/data-table/src/MainTable.js +8 -6
  1208. package/lib/data-table/src/TableParts/Body.d.ts +61 -120
  1209. package/lib/data-table/src/TableParts/Body.js +158 -69
  1210. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +0 -1
  1211. package/lib/data-table/src/TableParts/BodyCheckbox.js +1 -3
  1212. package/lib/data-table/src/TableParts/BodyRadio.d.ts +0 -1
  1213. package/lib/data-table/src/TableParts/BodyRadio.js +1 -3
  1214. package/lib/data-table/src/TableParts/Cell.d.ts +5 -2515
  1215. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +9 -1
  1216. package/lib/data-table/src/TableParts/ExpandTrigger.js +6 -1
  1217. package/lib/data-table/src/TableParts/Header.d.ts +61 -118
  1218. package/lib/data-table/src/TableParts/Header.js +148 -61
  1219. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +0 -1
  1220. package/lib/data-table/src/TableParts/SelectionMenu.js +1 -3
  1221. package/lib/data-table/src/interface.d.ts +132 -30
  1222. package/lib/data-table/src/interface.js +2 -2
  1223. package/lib/data-table/src/styles/index.cssr.js +17 -1
  1224. package/lib/data-table/src/use-check.d.ts +2 -2
  1225. package/lib/data-table/src/use-check.js +9 -12
  1226. package/lib/data-table/src/use-expand.d.ts +1 -1
  1227. package/lib/data-table/src/use-expand.js +1 -3
  1228. package/lib/data-table/src/use-group-header.d.ts +7 -1
  1229. package/lib/data-table/src/use-group-header.js +10 -6
  1230. package/lib/data-table/src/use-resizable.js +1 -3
  1231. package/lib/data-table/src/use-scroll.d.ts +1 -1
  1232. package/lib/data-table/src/use-scroll.js +12 -14
  1233. package/lib/data-table/src/use-sorter.d.ts +1 -1
  1234. package/lib/data-table/src/use-sorter.js +19 -23
  1235. package/lib/data-table/src/use-table-data.d.ts +1 -1
  1236. package/lib/data-table/src/use-table-data.js +21 -23
  1237. package/lib/data-table/src/utils.d.ts +1 -1
  1238. package/lib/data-table/src/utils.js +25 -24
  1239. package/lib/data-table/styles/light.d.ts +39 -7
  1240. package/lib/data-table/styles/light.js +8 -9
  1241. package/lib/date-picker/index.d.ts +3 -3
  1242. package/lib/date-picker/index.js +2 -1
  1243. package/lib/date-picker/src/DatePicker.d.ts +157 -2212
  1244. package/lib/date-picker/src/DatePicker.js +16 -32
  1245. package/lib/date-picker/src/config.d.ts +0 -1
  1246. package/lib/date-picker/src/config.js +1 -2
  1247. package/lib/date-picker/src/interface.d.ts +8 -7
  1248. package/lib/date-picker/src/panel/date.d.ts +25 -150
  1249. package/lib/date-picker/src/panel/date.js +19 -5
  1250. package/lib/date-picker/src/panel/daterange.d.ts +26 -121
  1251. package/lib/date-picker/src/panel/daterange.js +23 -8
  1252. package/lib/date-picker/src/panel/datetime.d.ts +24 -119
  1253. package/lib/date-picker/src/panel/datetime.js +30 -8
  1254. package/lib/date-picker/src/panel/datetimerange.d.ts +25 -120
  1255. package/lib/date-picker/src/panel/datetimerange.js +25 -10
  1256. package/lib/date-picker/src/panel/month.d.ts +27 -122
  1257. package/lib/date-picker/src/panel/month.js +43 -17
  1258. package/lib/date-picker/src/panel/monthrange.d.ts +29 -124
  1259. package/lib/date-picker/src/panel/monthrange.js +30 -15
  1260. package/lib/date-picker/src/panel/panelHeader.d.ts +51 -246
  1261. package/lib/date-picker/src/panel/panelHeader.js +4 -4
  1262. package/lib/date-picker/src/panel/use-calendar.d.ts +20 -117
  1263. package/lib/date-picker/src/panel/use-calendar.js +17 -20
  1264. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -121
  1265. package/lib/date-picker/src/panel/use-dual-calendar.js +11 -14
  1266. package/lib/date-picker/src/panel/use-panel-common.d.ts +19 -116
  1267. package/lib/date-picker/src/panel/use-panel-common.js +7 -9
  1268. package/lib/date-picker/src/props.d.ts +2008 -0
  1269. package/lib/date-picker/src/props.js +26 -0
  1270. package/lib/date-picker/src/public-types.d.ts +23 -0
  1271. package/lib/date-picker/src/public-types.js +2 -0
  1272. package/lib/date-picker/src/utils.d.ts +2 -1
  1273. package/lib/date-picker/src/utils.js +28 -32
  1274. package/lib/date-picker/src/validation-utils.js +27 -29
  1275. package/lib/date-picker/styles/light.d.ts +9 -5
  1276. package/lib/date-picker/styles/light.js +5 -6
  1277. package/lib/descriptions/src/Descriptions.d.ts +1 -1
  1278. package/lib/descriptions/src/Descriptions.js +3 -3
  1279. package/lib/descriptions/src/DescriptionsItem.d.ts +1 -1
  1280. package/lib/descriptions/src/utils.js +2 -2
  1281. package/lib/descriptions/styles/light.d.ts +1 -1
  1282. package/lib/descriptions/styles/light.js +5 -6
  1283. package/lib/dialog/src/Dialog.d.ts +9 -113
  1284. package/lib/dialog/src/Dialog.js +7 -7
  1285. package/lib/dialog/src/DialogEnvironment.d.ts +19 -19
  1286. package/lib/dialog/src/DialogEnvironment.js +3 -1
  1287. package/lib/dialog/src/DialogProvider.d.ts +7 -7
  1288. package/lib/dialog/src/DialogProvider.js +3 -4
  1289. package/lib/dialog/src/composables.js +3 -4
  1290. package/lib/dialog/src/dialogProps.d.ts +4 -4
  1291. package/lib/dialog/styles/light.d.ts +1 -1
  1292. package/lib/dialog/styles/light.js +5 -6
  1293. package/lib/discrete/src/discrete.js +2 -3
  1294. package/lib/discrete/src/discreteApp.js +7 -8
  1295. package/lib/discrete/src/interface.d.ts +2 -2
  1296. package/lib/divider/src/Divider.d.ts +3 -3
  1297. package/lib/divider/styles/light.d.ts +1 -1
  1298. package/lib/divider/styles/light.js +4 -5
  1299. package/lib/drawer/src/Drawer.d.ts +45 -129
  1300. package/lib/drawer/src/Drawer.js +5 -3
  1301. package/lib/drawer/src/DrawerBodyWrapper.d.ts +8 -110
  1302. package/lib/drawer/src/DrawerBodyWrapper.js +15 -16
  1303. package/lib/drawer/src/DrawerContent.d.ts +5 -107
  1304. package/lib/drawer/src/DrawerContent.js +2 -2
  1305. package/lib/drawer/src/styles/index.cssr.js +3 -1
  1306. package/lib/drawer/styles/light.d.ts +5 -3
  1307. package/lib/drawer/styles/light.js +4 -5
  1308. package/lib/dropdown/src/Dropdown.d.ts +23 -127
  1309. package/lib/dropdown/src/Dropdown.js +7 -7
  1310. package/lib/dropdown/src/DropdownGroup.d.ts +3 -2
  1311. package/lib/dropdown/src/DropdownGroup.js +0 -1
  1312. package/lib/dropdown/src/DropdownGroupHeader.d.ts +1 -1
  1313. package/lib/dropdown/src/DropdownGroupHeader.js +4 -8
  1314. package/lib/dropdown/src/DropdownMenu.d.ts +5 -4
  1315. package/lib/dropdown/src/DropdownMenu.js +3 -6
  1316. package/lib/dropdown/src/DropdownOption.d.ts +7 -6
  1317. package/lib/dropdown/src/DropdownOption.js +12 -16
  1318. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -2
  1319. package/lib/dropdown/src/interface.d.ts +1 -1
  1320. package/lib/dropdown/src/utils.js +6 -7
  1321. package/lib/dropdown/styles/dark.js +1 -1
  1322. package/lib/dropdown/styles/light.d.ts +1 -1
  1323. package/lib/dropdown/styles/light.js +5 -6
  1324. package/lib/dynamic-input/src/DynamicInput.d.ts +4 -108
  1325. package/lib/dynamic-input/src/DynamicInput.js +9 -9
  1326. package/lib/dynamic-input/src/InputPreset.d.ts +1 -105
  1327. package/lib/dynamic-input/src/InputPreset.js +1 -3
  1328. package/lib/dynamic-input/src/PairPreset.d.ts +1 -105
  1329. package/lib/dynamic-input/src/PairPreset.js +0 -1
  1330. package/lib/dynamic-input/styles/light.d.ts +1 -1
  1331. package/lib/dynamic-input/styles/light.js +3 -3
  1332. package/lib/dynamic-tags/src/DynamicTags.d.ts +13 -117
  1333. package/lib/dynamic-tags/src/DynamicTags.js +2 -2
  1334. package/lib/element/styles/dark.d.ts +1 -1
  1335. package/lib/ellipsis/src/Ellipsis.d.ts +4 -109
  1336. package/lib/ellipsis/src/Ellipsis.js +8 -7
  1337. package/lib/ellipsis/src/PerformantEllipsis.d.ts +3 -4
  1338. package/lib/ellipsis/styles/dark.d.ts +1 -1
  1339. package/lib/empty/src/Empty.d.ts +22 -4
  1340. package/lib/empty/src/Empty.js +4 -6
  1341. package/lib/empty/styles/_common.d.ts +1 -0
  1342. package/lib/empty/styles/_common.js +1 -0
  1343. package/lib/empty/styles/light.d.ts +3 -1
  1344. package/lib/empty/styles/light.js +8 -8
  1345. package/lib/equation/src/Equation.d.ts +4 -3
  1346. package/lib/flex/src/Flex.d.ts +10 -9
  1347. package/lib/flex/src/type.d.ts +1 -1
  1348. package/lib/flex/styles/light.d.ts +1 -1
  1349. package/lib/flex/styles/light.js +2 -2
  1350. package/lib/flex/styles/rtl.d.ts +1 -1
  1351. package/lib/float-button/src/FloatButton.d.ts +12 -11
  1352. package/lib/float-button/src/FloatButton.js +19 -6
  1353. package/lib/float-button/styles/light.d.ts +2 -2
  1354. package/lib/float-button/styles/light.js +2 -2
  1355. package/lib/float-button-group/src/FloatButtonGroup.d.ts +6 -6
  1356. package/lib/float-button-group/src/FloatButtonGroup.js +1 -1
  1357. package/lib/float-button-group/styles/light.d.ts +3 -3
  1358. package/lib/float-button-group/styles/light.js +2 -2
  1359. package/lib/form/src/Form.d.ts +5 -5
  1360. package/lib/form/src/Form.js +4 -5
  1361. package/lib/form/src/FormItem.d.ts +9 -9
  1362. package/lib/form/src/FormItem.js +84 -85
  1363. package/lib/form/src/FormItemCol.d.ts +6 -6
  1364. package/lib/form/src/FormItemGridItem.d.ts +6 -6
  1365. package/lib/form/src/FormItemRow.d.ts +6 -6
  1366. package/lib/form/src/interface.d.ts +1 -1
  1367. package/lib/form/src/utils.d.ts +1 -1
  1368. package/lib/form/src/utils.js +7 -10
  1369. package/lib/form/styles/light.d.ts +1 -1
  1370. package/lib/form/styles/light.js +4 -5
  1371. package/lib/gradient-text/src/GradientText.d.ts +3 -3
  1372. package/lib/gradient-text/styles/light.d.ts +1 -1
  1373. package/lib/gradient-text/styles/light.js +2 -2
  1374. package/lib/grid/src/Grid.d.ts +15 -15
  1375. package/lib/grid/src/Grid.js +6 -6
  1376. package/lib/grid/src/GridItem.js +2 -6
  1377. package/lib/highlight/index.d.ts +2 -0
  1378. package/lib/highlight/index.js +9 -0
  1379. package/lib/highlight/src/Highlight.d.ts +65 -0
  1380. package/lib/highlight/src/Highlight.js +67 -0
  1381. package/lib/highlight/src/public-types.d.ts +3 -0
  1382. package/lib/highlight/src/public-types.js +2 -0
  1383. package/lib/highlight/src/utils.d.ts +4 -0
  1384. package/lib/highlight/src/utils.js +33 -0
  1385. package/lib/icon/src/Icon.d.ts +3 -3
  1386. package/lib/icon/src/Icon.js +2 -2
  1387. package/lib/icon/styles/light.d.ts +1 -1
  1388. package/lib/icon/styles/light.js +4 -5
  1389. package/lib/icon-wrapper/src/IconWrapper.d.ts +0 -1
  1390. package/lib/icon-wrapper/styles/light.d.ts +1 -1
  1391. package/lib/icon-wrapper/styles/light.js +4 -5
  1392. package/lib/image/src/Image.d.ts +8 -8
  1393. package/lib/image/src/Image.js +2 -2
  1394. package/lib/image/src/ImageGroup.d.ts +1 -1
  1395. package/lib/image/src/ImageGroup.js +8 -3
  1396. package/lib/image/src/ImagePreview.d.ts +3 -3
  1397. package/lib/image/src/ImagePreview.js +9 -15
  1398. package/lib/image/src/icons.d.ts +0 -1
  1399. package/lib/image/src/utils.d.ts +2 -2
  1400. package/lib/image/src/utils.js +9 -11
  1401. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +3 -3
  1402. package/lib/infinite-scroll/src/InfiniteScroll.js +7 -6
  1403. package/lib/input/src/Input.d.ts +34 -138
  1404. package/lib/input/src/Input.js +60 -55
  1405. package/lib/input/src/WordCount.d.ts +0 -1
  1406. package/lib/input/src/WordCount.js +1 -3
  1407. package/lib/input/src/utils.js +3 -5
  1408. package/lib/input/styles/dark.js +1 -1
  1409. package/lib/input/styles/light.d.ts +1 -1
  1410. package/lib/input/styles/light.js +3 -3
  1411. package/lib/input-number/src/InputNumber.d.ts +24 -115
  1412. package/lib/input-number/src/InputNumber.js +40 -37
  1413. package/lib/input-number/src/utils.js +13 -13
  1414. package/lib/input-number/styles/light.d.ts +1 -1
  1415. package/lib/input-number/styles/light.js +2 -2
  1416. package/lib/layout/src/Layout.d.ts +59 -239
  1417. package/lib/layout/src/Layout.js +2 -6
  1418. package/lib/layout/src/LayoutContent.d.ts +29 -119
  1419. package/lib/layout/src/LayoutFooter.d.ts +36 -18
  1420. package/lib/layout/src/LayoutFooter.js +2 -2
  1421. package/lib/layout/src/LayoutHeader.d.ts +24 -12
  1422. package/lib/layout/src/LayoutHeader.js +2 -2
  1423. package/lib/layout/src/LayoutSider.d.ts +37 -127
  1424. package/lib/layout/src/LayoutSider.js +7 -10
  1425. package/lib/layout/src/interface.d.ts +1 -1
  1426. package/lib/layout/styles/dark.js +1 -1
  1427. package/lib/layout/styles/light.d.ts +5 -3
  1428. package/lib/layout/styles/light.js +4 -5
  1429. package/lib/legacy-transfer/src/Transfer.d.ts +63 -127
  1430. package/lib/legacy-transfer/src/Transfer.js +6 -6
  1431. package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -107
  1432. package/lib/legacy-transfer/src/TransferFilter.js +0 -1
  1433. package/lib/legacy-transfer/src/TransferHeader.d.ts +0 -1
  1434. package/lib/legacy-transfer/src/TransferHeader.js +1 -3
  1435. package/lib/legacy-transfer/src/TransferList.d.ts +8 -108
  1436. package/lib/legacy-transfer/src/TransferList.js +1 -2
  1437. package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -107
  1438. package/lib/legacy-transfer/src/TransferListItem.js +2 -4
  1439. package/lib/legacy-transfer/src/use-transfer-data.d.ts +1 -1
  1440. package/lib/legacy-transfer/src/use-transfer-data.js +12 -14
  1441. package/lib/legacy-transfer/styles/dark.js +1 -1
  1442. package/lib/legacy-transfer/styles/light.d.ts +7 -3
  1443. package/lib/legacy-transfer/styles/light.js +3 -3
  1444. package/lib/list/styles/light.d.ts +2 -2
  1445. package/lib/list/styles/light.js +4 -5
  1446. package/lib/loading-bar/src/LoadingBar.d.ts +2 -2
  1447. package/lib/loading-bar/src/LoadingBar.js +2 -6
  1448. package/lib/loading-bar/src/LoadingBarProvider.d.ts +10 -10
  1449. package/lib/loading-bar/src/use-loading-bar.js +2 -3
  1450. package/lib/loading-bar/styles/light.d.ts +1 -1
  1451. package/lib/loading-bar/styles/light.js +2 -2
  1452. package/lib/locales/common/arDZ.js +1 -1
  1453. package/lib/locales/common/azAZ.d.ts +3 -0
  1454. package/lib/locales/common/azAZ.js +126 -0
  1455. package/lib/locales/common/csCZ.js +1 -1
  1456. package/lib/locales/common/deDE.js +1 -1
  1457. package/lib/locales/common/enGB.js +1 -1
  1458. package/lib/locales/common/enUS.d.ts +1 -1
  1459. package/lib/locales/common/enUS.js +1 -1
  1460. package/lib/locales/common/eo.js +1 -1
  1461. package/lib/locales/common/esAR.js +1 -1
  1462. package/lib/locales/common/etEE.js +1 -1
  1463. package/lib/locales/common/faIR.js +1 -1
  1464. package/lib/locales/common/frFR.js +6 -6
  1465. package/lib/locales/common/idID.js +1 -1
  1466. package/lib/locales/common/itIT.js +3 -3
  1467. package/lib/locales/common/jaJP.js +1 -1
  1468. package/lib/locales/common/koKR.js +1 -1
  1469. package/lib/locales/common/nbNO.js +1 -1
  1470. package/lib/locales/common/nlNL.js +1 -1
  1471. package/lib/locales/common/plPL.js +1 -1
  1472. package/lib/locales/common/ptBR.js +1 -1
  1473. package/lib/locales/common/ruRU.js +1 -1
  1474. package/lib/locales/common/skSK.js +1 -1
  1475. package/lib/locales/common/svSE.js +1 -1
  1476. package/lib/locales/common/thTH.js +1 -1
  1477. package/lib/locales/common/trTR.js +1 -1
  1478. package/lib/locales/common/ukUA.js +1 -1
  1479. package/lib/locales/common/uzUZ.d.ts +3 -0
  1480. package/lib/locales/common/uzUZ.js +126 -0
  1481. package/lib/locales/common/viVN.js +1 -1
  1482. package/lib/locales/common/zhCN.js +1 -1
  1483. package/lib/locales/common/zhTW.js +1 -1
  1484. package/lib/locales/date/arDZ.js +2 -5
  1485. package/lib/locales/date/azAZ.d.ts +3 -0
  1486. package/lib/locales/date/azAZ.js +8 -0
  1487. package/lib/locales/date/csCZ.d.ts +1 -1
  1488. package/lib/locales/date/csCZ.js +2 -5
  1489. package/lib/locales/date/deDE.js +2 -5
  1490. package/lib/locales/date/enGB.d.ts +1 -1
  1491. package/lib/locales/date/enGB.js +2 -5
  1492. package/lib/locales/date/enUS.js +2 -5
  1493. package/lib/locales/date/eo.js +2 -5
  1494. package/lib/locales/date/esAR.d.ts +1 -1
  1495. package/lib/locales/date/esAR.js +2 -5
  1496. package/lib/locales/date/etEE.d.ts +1 -1
  1497. package/lib/locales/date/etEE.js +2 -5
  1498. package/lib/locales/date/faIR.d.ts +1 -1
  1499. package/lib/locales/date/faIR.js +2 -5
  1500. package/lib/locales/date/frFR.d.ts +1 -1
  1501. package/lib/locales/date/frFR.js +2 -5
  1502. package/lib/locales/date/idID.d.ts +1 -1
  1503. package/lib/locales/date/idID.js +2 -5
  1504. package/lib/locales/date/itIT.d.ts +1 -1
  1505. package/lib/locales/date/itIT.js +2 -5
  1506. package/lib/locales/date/jaJP.d.ts +1 -1
  1507. package/lib/locales/date/jaJP.js +2 -5
  1508. package/lib/locales/date/koKR.d.ts +1 -1
  1509. package/lib/locales/date/koKR.js +2 -5
  1510. package/lib/locales/date/nbNO.d.ts +1 -1
  1511. package/lib/locales/date/nbNO.js +2 -5
  1512. package/lib/locales/date/nlNL.d.ts +1 -1
  1513. package/lib/locales/date/nlNL.js +2 -5
  1514. package/lib/locales/date/plPL.d.ts +1 -1
  1515. package/lib/locales/date/plPL.js +2 -5
  1516. package/lib/locales/date/ptBR.d.ts +1 -1
  1517. package/lib/locales/date/ptBR.js +2 -5
  1518. package/lib/locales/date/ruRU.d.ts +1 -1
  1519. package/lib/locales/date/ruRU.js +2 -5
  1520. package/lib/locales/date/skSK.d.ts +1 -1
  1521. package/lib/locales/date/skSK.js +2 -5
  1522. package/lib/locales/date/svSE.d.ts +1 -1
  1523. package/lib/locales/date/svSE.js +2 -5
  1524. package/lib/locales/date/thTH.d.ts +1 -1
  1525. package/lib/locales/date/thTH.js +3 -6
  1526. package/lib/locales/date/trTR.d.ts +1 -1
  1527. package/lib/locales/date/trTR.js +3 -6
  1528. package/lib/locales/date/ukUA.d.ts +1 -1
  1529. package/lib/locales/date/ukUA.js +2 -5
  1530. package/lib/locales/date/uzUZ.d.ts +3 -0
  1531. package/lib/locales/date/uzUZ.js +8 -0
  1532. package/lib/locales/date/viVN.d.ts +1 -1
  1533. package/lib/locales/date/viVN.js +2 -5
  1534. package/lib/locales/date/zhCN.d.ts +1 -1
  1535. package/lib/locales/date/zhCN.js +2 -5
  1536. package/lib/locales/date/zhTW.d.ts +1 -1
  1537. package/lib/locales/date/zhTW.js +2 -5
  1538. package/lib/locales/index.d.ts +4 -0
  1539. package/lib/locales/index.js +10 -2
  1540. package/lib/locales/utils/index.d.ts +1 -1
  1541. package/lib/locales/utils/index.js +1 -2
  1542. package/lib/log/src/Log.d.ts +45 -129
  1543. package/lib/log/src/Log.js +2 -2
  1544. package/lib/log/src/LogLine.js +1 -3
  1545. package/lib/log/styles/light.d.ts +5 -3
  1546. package/lib/log/styles/light.js +2 -2
  1547. package/lib/mention/src/Mention.d.ts +121 -140
  1548. package/lib/mention/src/Mention.js +23 -22
  1549. package/lib/mention/src/utils.js +24 -25
  1550. package/lib/mention/styles/light.d.ts +11 -3
  1551. package/lib/mention/styles/light.js +2 -2
  1552. package/lib/menu/src/Menu.d.ts +13 -117
  1553. package/lib/menu/src/Menu.js +90 -85
  1554. package/lib/menu/src/MenuDivider.d.ts +0 -1
  1555. package/lib/menu/src/MenuDivider.js +0 -1
  1556. package/lib/menu/src/MenuOption.d.ts +1 -105
  1557. package/lib/menu/src/MenuOption.js +4 -4
  1558. package/lib/menu/src/MenuOptionContent.js +0 -1
  1559. package/lib/menu/src/MenuOptionGroup.d.ts +0 -1
  1560. package/lib/menu/src/MenuOptionGroup.js +4 -6
  1561. package/lib/menu/src/Submenu.d.ts +1 -105
  1562. package/lib/menu/src/Submenu.js +3 -4
  1563. package/lib/menu/src/interface.d.ts +2 -2
  1564. package/lib/menu/src/use-menu-child.js +7 -9
  1565. package/lib/menu/src/useCheckDeprecated.js +1 -2
  1566. package/lib/menu/src/utils.d.ts +1 -1
  1567. package/lib/menu/src/utils.js +3 -6
  1568. package/lib/menu/styles/light.d.ts +1 -1
  1569. package/lib/menu/styles/light.js +5 -6
  1570. package/lib/message/src/Message.d.ts +2 -2
  1571. package/lib/message/src/Message.js +4 -5
  1572. package/lib/message/src/MessageEnvironment.d.ts +3 -3
  1573. package/lib/message/src/MessageProvider.d.ts +4 -4
  1574. package/lib/message/src/MessageProvider.js +1 -2
  1575. package/lib/message/src/use-message.js +1 -2
  1576. package/lib/message/styles/light.d.ts +1 -1
  1577. package/lib/message/styles/light.js +5 -6
  1578. package/lib/modal/src/BodyWrapper.d.ts +26 -128
  1579. package/lib/modal/src/BodyWrapper.js +2 -3
  1580. package/lib/modal/src/Modal.d.ts +78 -60
  1581. package/lib/modal/src/Modal.js +3 -1
  1582. package/lib/modal/src/ModalEnvironment.d.ts +53 -41
  1583. package/lib/modal/src/ModalEnvironment.js +3 -1
  1584. package/lib/modal/src/ModalProvider.d.ts +5 -14924
  1585. package/lib/modal/src/ModalProvider.js +2 -3
  1586. package/lib/modal/src/composables.js +3 -4
  1587. package/lib/modal/src/interface.d.ts +1 -1
  1588. package/lib/modal/src/presetProps.d.ts +9 -9
  1589. package/lib/modal/styles/light.d.ts +5 -3
  1590. package/lib/modal/styles/light.js +4 -5
  1591. package/lib/notification/src/Notification.d.ts +3 -3
  1592. package/lib/notification/src/Notification.js +1 -3
  1593. package/lib/notification/src/NotificationContainer.d.ts +5 -107
  1594. package/lib/notification/src/NotificationContainer.js +0 -1
  1595. package/lib/notification/src/NotificationEnvironment.d.ts +4 -7
  1596. package/lib/notification/src/NotificationEnvironment.js +1 -3
  1597. package/lib/notification/src/NotificationProvider.d.ts +42 -24
  1598. package/lib/notification/src/NotificationProvider.js +3 -3
  1599. package/lib/notification/src/styles/index.cssr.d.ts +1 -1
  1600. package/lib/notification/src/use-notification.js +2 -3
  1601. package/lib/notification/styles/light.d.ts +5 -3
  1602. package/lib/notification/styles/light.js +4 -5
  1603. package/lib/notification/styles/rtl.d.ts +1 -1
  1604. package/lib/number-animation/src/NumberAnimation.js +2 -2
  1605. package/lib/number-animation/src/utils.js +3 -4
  1606. package/lib/page-header/src/PageHeader.js +1 -2
  1607. package/lib/page-header/styles/light.js +2 -2
  1608. package/lib/pagination/src/Pagination.d.ts +241 -169
  1609. package/lib/pagination/src/Pagination.js +42 -42
  1610. package/lib/pagination/src/utils.d.ts +1 -1
  1611. package/lib/pagination/src/utils.js +6 -7
  1612. package/lib/pagination/styles/light.d.ts +21 -5
  1613. package/lib/pagination/styles/light.js +5 -6
  1614. package/lib/popconfirm/src/Popconfirm.d.ts +21 -125
  1615. package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  1616. package/lib/popconfirm/src/PopconfirmPanel.js +2 -4
  1617. package/lib/popconfirm/src/interface.d.ts +1 -1
  1618. package/lib/popconfirm/styles/light.d.ts +1 -1
  1619. package/lib/popconfirm/styles/light.js +4 -5
  1620. package/lib/popover/src/Popover.d.ts +23 -23
  1621. package/lib/popover/src/Popover.js +6 -5
  1622. package/lib/popover/src/PopoverBody.d.ts +17 -17
  1623. package/lib/popover/src/PopoverBody.js +36 -37
  1624. package/lib/popover/src/interface.d.ts +1 -1
  1625. package/lib/popover/src/styles/index.cssr.d.ts +1 -1
  1626. package/lib/popover/styles/light.d.ts +1 -1
  1627. package/lib/popover/styles/light.js +4 -5
  1628. package/lib/popselect/src/Popselect.d.ts +126 -146
  1629. package/lib/popselect/src/Popselect.js +1 -1
  1630. package/lib/popselect/src/PopselectPanel.d.ts +19 -111
  1631. package/lib/popselect/src/PopselectPanel.js +3 -5
  1632. package/lib/popselect/src/interface.d.ts +1 -1
  1633. package/lib/popselect/styles/light.d.ts +11 -3
  1634. package/lib/popselect/styles/light.js +1 -2
  1635. package/lib/preset.d.ts +1 -1
  1636. package/lib/preset.js +1 -1
  1637. package/lib/progress/src/Circle.d.ts +2 -3
  1638. package/lib/progress/src/Circle.js +2 -2
  1639. package/lib/progress/src/Line.d.ts +2 -3
  1640. package/lib/progress/src/Line.js +2 -2
  1641. package/lib/progress/src/MultipleCircle.d.ts +3 -4
  1642. package/lib/progress/src/MultipleCircle.js +13 -13
  1643. package/lib/progress/src/Progress.d.ts +9 -9
  1644. package/lib/progress/styles/dark.js +2 -2
  1645. package/lib/progress/styles/light.d.ts +1 -1
  1646. package/lib/progress/styles/light.js +4 -5
  1647. package/lib/qr-code/src/QrCode.js +3 -3
  1648. package/lib/qr-code/src/qrcodegen.js +370 -68
  1649. package/lib/qr-code/styles/dark.d.ts +1 -1
  1650. package/lib/qr-code/styles/light.d.ts +2 -2
  1651. package/lib/qr-code/styles/light.js +2 -2
  1652. package/lib/radio/src/Radio.d.ts +6 -6
  1653. package/lib/radio/src/RadioButton.d.ts +6 -6
  1654. package/lib/radio/src/RadioGroup.d.ts +1 -1
  1655. package/lib/radio/src/RadioGroup.js +1 -1
  1656. package/lib/radio/src/use-radio.d.ts +4 -4
  1657. package/lib/radio/src/use-radio.js +3 -3
  1658. package/lib/radio/styles/dark.js +1 -1
  1659. package/lib/radio/styles/light.d.ts +2 -2
  1660. package/lib/radio/styles/light.js +3 -3
  1661. package/lib/rate/src/Rate.js +2 -2
  1662. package/lib/rate/src/StarIcon.d.ts +0 -1
  1663. package/lib/rate/styles/dark.d.ts +1 -1
  1664. package/lib/rate/styles/light.d.ts +2 -2
  1665. package/lib/rate/styles/light.js +2 -2
  1666. package/lib/result/src/403.d.ts +0 -1
  1667. package/lib/result/src/404.d.ts +0 -1
  1668. package/lib/result/src/418.d.ts +0 -1
  1669. package/lib/result/src/500.d.ts +0 -1
  1670. package/lib/result/src/Result.d.ts +3 -3
  1671. package/lib/result/styles/light.d.ts +1 -1
  1672. package/lib/result/styles/light.js +5 -6
  1673. package/lib/scrollbar/src/Scrollbar.d.ts +62 -18
  1674. package/lib/scrollbar/src/Scrollbar.js +7 -3
  1675. package/lib/select/src/Select.d.ts +133 -144
  1676. package/lib/select/src/Select.js +60 -56
  1677. package/lib/select/src/interface.d.ts +2 -2
  1678. package/lib/select/src/utils.d.ts +1 -1
  1679. package/lib/select/src/utils.js +10 -12
  1680. package/lib/select/styles/light.d.ts +10 -2
  1681. package/lib/select/styles/light.js +1 -2
  1682. package/lib/skeleton/src/Skeleton.js +3 -3
  1683. package/lib/skeleton/styles/dark.d.ts +1 -1
  1684. package/lib/skeleton/styles/light.d.ts +2 -2
  1685. package/lib/skeleton/styles/light.js +2 -2
  1686. package/lib/slider/src/Slider.d.ts +10 -9
  1687. package/lib/slider/src/Slider.js +16 -16
  1688. package/lib/slider/src/styles/index.cssr.js +1 -0
  1689. package/lib/slider/src/utils.js +2 -3
  1690. package/lib/slider/styles/dark.js +1 -1
  1691. package/lib/slider/styles/light.d.ts +2 -2
  1692. package/lib/slider/styles/light.js +3 -3
  1693. package/lib/space/src/Space.d.ts +4 -4
  1694. package/lib/space/src/Space.js +5 -5
  1695. package/lib/space/src/utils.d.ts +1 -1
  1696. package/lib/space/src/utils.js +3 -4
  1697. package/lib/space/styles/light.d.ts +1 -1
  1698. package/lib/space/styles/light.js +2 -2
  1699. package/lib/space/styles/rtl.d.ts +1 -1
  1700. package/lib/spin/src/Spin.d.ts +7 -7
  1701. package/lib/spin/styles/light.d.ts +2 -2
  1702. package/lib/spin/styles/light.js +4 -5
  1703. package/lib/split/src/Split.d.ts +11 -11
  1704. package/lib/split/src/Split.js +6 -6
  1705. package/lib/split/styles/dark.d.ts +1 -1
  1706. package/lib/split/styles/light.d.ts +2 -2
  1707. package/lib/split/styles/light.js +4 -5
  1708. package/lib/statistic/src/Statistic.js +4 -4
  1709. package/lib/statistic/styles/light.d.ts +2 -2
  1710. package/lib/statistic/styles/light.js +4 -5
  1711. package/lib/statistic/styles/rtl.d.ts +1 -1
  1712. package/lib/steps/src/Step.d.ts +3 -3
  1713. package/lib/steps/src/Step.js +1 -1
  1714. package/lib/steps/src/Steps.d.ts +4 -4
  1715. package/lib/steps/styles/light.d.ts +1 -1
  1716. package/lib/steps/styles/light.js +5 -6
  1717. package/lib/steps/styles/rtl.d.ts +1 -1
  1718. package/lib/switch/src/Switch.d.ts +1 -1
  1719. package/lib/switch/src/Switch.js +9 -9
  1720. package/lib/switch/styles/dark.js +1 -1
  1721. package/lib/switch/styles/light.d.ts +1 -1
  1722. package/lib/switch/styles/light.js +3 -3
  1723. package/lib/table/styles/light.d.ts +2 -2
  1724. package/lib/table/styles/light.js +5 -6
  1725. package/lib/table/styles/rtl.d.ts +1 -1
  1726. package/lib/tabs/src/Tab.d.ts +6 -18
  1727. package/lib/tabs/src/Tab.js +2 -6
  1728. package/lib/tabs/src/TabPane.d.ts +10 -22
  1729. package/lib/tabs/src/Tabs.d.ts +32 -32
  1730. package/lib/tabs/src/Tabs.js +54 -32
  1731. package/lib/tabs/src/interface.d.ts +1 -1
  1732. package/lib/tabs/src/styles/index.cssr.js +19 -7
  1733. package/lib/tabs/styles/light.d.ts +2 -2
  1734. package/lib/tabs/styles/light.js +5 -6
  1735. package/lib/tag/src/Tag.d.ts +8 -8
  1736. package/lib/tag/src/Tag.js +4 -4
  1737. package/lib/tag/src/common-props.d.ts +3 -3
  1738. package/lib/tag/styles/dark.js +1 -1
  1739. package/lib/tag/styles/light.d.ts +1 -1
  1740. package/lib/tag/styles/light.js +3 -3
  1741. package/lib/theme-editor/src/ThemeEditor.js +18 -18
  1742. package/lib/themes/interface.d.ts +1 -1
  1743. package/lib/themes/utils.d.ts +1 -1
  1744. package/lib/themes/utils.js +1 -2
  1745. package/lib/thing/src/Thing.d.ts +0 -1
  1746. package/lib/thing/src/Thing.js +14 -14
  1747. package/lib/thing/styles/light.d.ts +1 -1
  1748. package/lib/thing/styles/light.js +4 -5
  1749. package/lib/thing/styles/rtl.d.ts +1 -1
  1750. package/lib/time/src/Time.d.ts +1 -1
  1751. package/lib/time/src/Time.js +3 -6
  1752. package/lib/time-picker/src/Panel.d.ts +9 -111
  1753. package/lib/time-picker/src/Panel.js +17 -19
  1754. package/lib/time-picker/src/PanelCol.d.ts +5 -5
  1755. package/lib/time-picker/src/TimePicker.d.ts +50 -134
  1756. package/lib/time-picker/src/TimePicker.js +34 -33
  1757. package/lib/time-picker/src/interface.d.ts +2 -2
  1758. package/lib/time-picker/src/utils.js +19 -16
  1759. package/lib/time-picker/styles/light.d.ts +5 -3
  1760. package/lib/time-picker/styles/light.js +5 -6
  1761. package/lib/timeline/src/Timeline.d.ts +1 -2
  1762. package/lib/timeline/src/Timeline.js +2 -2
  1763. package/lib/timeline/src/TimelineItem.d.ts +3 -3
  1764. package/lib/timeline/src/TimelineItem.js +1 -1
  1765. package/lib/timeline/styles/dark.js +1 -1
  1766. package/lib/timeline/styles/light.d.ts +1 -1
  1767. package/lib/timeline/styles/light.js +3 -3
  1768. package/lib/tooltip/src/Tooltip.d.ts +16 -120
  1769. package/lib/tooltip/src/Tooltip.js +0 -2
  1770. package/lib/tooltip/styles/light.d.ts +1 -1
  1771. package/lib/tooltip/styles/light.js +4 -4
  1772. package/lib/transfer/src/Transfer.d.ts +69 -133
  1773. package/lib/transfer/src/Transfer.js +4 -4
  1774. package/lib/transfer/src/TransferFilter.d.ts +7 -107
  1775. package/lib/transfer/src/TransferFilter.js +0 -1
  1776. package/lib/transfer/src/TransferHeader.d.ts +3 -4
  1777. package/lib/transfer/src/TransferHeader.js +3 -5
  1778. package/lib/transfer/src/TransferList.d.ts +8 -108
  1779. package/lib/transfer/src/TransferList.js +1 -2
  1780. package/lib/transfer/src/TransferListItem.d.ts +7 -107
  1781. package/lib/transfer/src/TransferListItem.js +1 -3
  1782. package/lib/transfer/src/use-transfer-data.d.ts +1 -1
  1783. package/lib/transfer/src/use-transfer-data.js +9 -11
  1784. package/lib/transfer/styles/dark.js +1 -1
  1785. package/lib/transfer/styles/light.d.ts +7 -3
  1786. package/lib/transfer/styles/light.js +3 -3
  1787. package/lib/tree/src/MotionWrapper.d.ts +3 -3
  1788. package/lib/tree/src/MotionWrapper.js +1 -1
  1789. package/lib/tree/src/Tree.d.ts +97 -161
  1790. package/lib/tree/src/Tree.js +62 -60
  1791. package/lib/tree/src/TreeNode.d.ts +1 -1
  1792. package/lib/tree/src/TreeNode.js +12 -17
  1793. package/lib/tree/src/TreeNodeCheckbox.d.ts +7 -107
  1794. package/lib/tree/src/TreeNodeCheckbox.js +0 -1
  1795. package/lib/tree/src/TreeNodeContent.d.ts +4 -4
  1796. package/lib/tree/src/TreeNodeContent.js +1 -3
  1797. package/lib/tree/src/TreeNodeSwitcher.d.ts +0 -1
  1798. package/lib/tree/src/TreeNodeSwitcher.js +0 -1
  1799. package/lib/tree/src/dnd.d.ts +1 -1
  1800. package/lib/tree/src/dnd.js +4 -5
  1801. package/lib/tree/src/interface.d.ts +2 -2
  1802. package/lib/tree/src/keyboard.d.ts +2 -2
  1803. package/lib/tree/src/keyboard.js +6 -7
  1804. package/lib/tree/src/utils.d.ts +2 -2
  1805. package/lib/tree/src/utils.js +9 -9
  1806. package/lib/tree/styles/light.d.ts +7 -3
  1807. package/lib/tree/styles/light.js +4 -5
  1808. package/lib/tree-select/src/TreeSelect.d.ts +152 -159
  1809. package/lib/tree-select/src/TreeSelect.js +38 -29
  1810. package/lib/tree-select/src/interface.d.ts +3 -3
  1811. package/lib/tree-select/src/styles/index.cssr.js +10 -0
  1812. package/lib/tree-select/src/utils.d.ts +2 -2
  1813. package/lib/tree-select/src/utils.js +3 -4
  1814. package/lib/tree-select/styles/light.d.ts +15 -3
  1815. package/lib/tree-select/styles/light.js +8 -6
  1816. package/lib/typography/src/blockquote.js +1 -1
  1817. package/lib/typography/src/create-header.d.ts +4 -4
  1818. package/lib/typography/src/create-header.js +0 -1
  1819. package/lib/typography/src/headers.d.ts +12 -12
  1820. package/lib/typography/src/p.d.ts +3 -3
  1821. package/lib/typography/src/text.d.ts +3 -3
  1822. package/lib/typography/styles/light.d.ts +1 -1
  1823. package/lib/typography/styles/light.js +5 -6
  1824. package/lib/upload/src/Upload.d.ts +12 -113
  1825. package/lib/upload/src/Upload.js +47 -46
  1826. package/lib/upload/src/UploadDragger.d.ts +0 -1
  1827. package/lib/upload/src/UploadDragger.js +2 -1
  1828. package/lib/upload/src/UploadFile.d.ts +6 -109
  1829. package/lib/upload/src/UploadFile.js +27 -17
  1830. package/lib/upload/src/UploadFileList.d.ts +0 -1
  1831. package/lib/upload/src/UploadFileList.js +7 -7
  1832. package/lib/upload/src/UploadProgress.d.ts +3 -107
  1833. package/lib/upload/src/UploadProgress.js +0 -1
  1834. package/lib/upload/src/UploadTrigger.d.ts +0 -1
  1835. package/lib/upload/src/UploadTrigger.js +8 -8
  1836. package/lib/upload/src/icons.d.ts +0 -1
  1837. package/lib/upload/src/interface.d.ts +9 -3
  1838. package/lib/upload/src/public-types.d.ts +1 -1
  1839. package/lib/upload/src/utils.d.ts +2 -2
  1840. package/lib/upload/src/utils.js +34 -22
  1841. package/lib/upload/styles/light.d.ts +1 -1
  1842. package/lib/upload/styles/light.js +4 -5
  1843. package/lib/version.d.ts +1 -1
  1844. package/lib/version.js +1 -1
  1845. package/lib/virtual-list/src/VirtualList.d.ts +13 -13
  1846. package/lib/virtual-list/src/VirtualList.js +1 -1
  1847. package/lib/watermark/src/Watermark.d.ts +3 -4
  1848. package/lib/watermark/src/Watermark.js +15 -15
  1849. package/package.json +77 -90
  1850. package/volar.d.ts +5 -5
  1851. package/web-types.json +329 -60
@@ -1,2024 +1,34 @@
1
- import { type PropType, type ExtractPropTypes, type Ref } from 'vue';
2
- import { type FollowerPlacement } from 'vueuc';
3
- import type { TimePickerProps } from '../../time-picker/src/TimePicker';
4
- import type { FormValidationStatus } from '../../form/src/interface';
5
- import type { MaybeArray, ExtractPublicPropTypes } from '../../_utils';
6
- import { type DatePickerType } from './config';
7
- import type { OnUpdateValue, Value, IsDateDisabled, IsTimeDisabled, Shortcuts, FirstDayOfWeek, DefaultTime, FormattedValue, OnUpdateFormattedValue } from './interface';
8
- export declare const datePickerProps: {
9
- readonly to: {
10
- type: PropType<string | boolean | HTMLElement>;
11
- default: undefined;
12
- };
13
- readonly bordered: {
14
- readonly type: PropType<boolean | undefined>;
15
- readonly default: undefined;
16
- };
17
- readonly clearable: BooleanConstructor;
18
- readonly updateValueOnClose: BooleanConstructor;
19
- readonly defaultValue: PropType<Value | null>;
20
- readonly defaultFormattedValue: PropType<FormattedValue | null>;
21
- readonly defaultTime: PropType<DefaultTime>;
22
- readonly disabled: {
23
- readonly type: PropType<boolean | undefined>;
24
- readonly default: undefined;
25
- };
26
- readonly placement: {
27
- readonly type: PropType<FollowerPlacement>;
28
- readonly default: "bottom-start";
29
- };
30
- readonly value: PropType<Value | null>;
31
- readonly formattedValue: PropType<FormattedValue | null>;
32
- readonly size: PropType<"small" | "medium" | "large">;
33
- readonly type: {
34
- readonly type: PropType<DatePickerType>;
35
- readonly default: "date";
36
- };
37
- readonly valueFormat: StringConstructor;
38
- readonly separator: StringConstructor;
39
- readonly placeholder: StringConstructor;
40
- readonly startPlaceholder: StringConstructor;
41
- readonly endPlaceholder: StringConstructor;
42
- readonly format: StringConstructor;
43
- readonly dateFormat: StringConstructor;
44
- readonly timerPickerFormat: StringConstructor;
45
- readonly actions: PropType<("clear" | "confirm" | "now")[] | null>;
46
- readonly shortcuts: PropType<Shortcuts>;
47
- readonly isDateDisabled: PropType<IsDateDisabled>;
48
- readonly isTimeDisabled: PropType<IsTimeDisabled>;
49
- readonly show: {
50
- readonly type: PropType<boolean | undefined>;
51
- readonly default: undefined;
52
- };
53
- readonly panel: BooleanConstructor;
54
- readonly ranges: PropType<Record<string, [number, number]>>;
55
- readonly firstDayOfWeek: PropType<FirstDayOfWeek>;
56
- readonly inputReadonly: BooleanConstructor;
57
- readonly closeOnSelect: BooleanConstructor;
58
- readonly status: PropType<FormValidationStatus>;
59
- readonly timePickerProps: PropType<TimePickerProps | [TimePickerProps, TimePickerProps]>;
60
- readonly onClear: PropType<() => void>;
61
- readonly onConfirm: PropType<OnUpdateValue>;
62
- readonly defaultCalendarStartTime: NumberConstructor;
63
- readonly defaultCalendarEndTime: NumberConstructor;
64
- readonly bindCalendarMonths: BooleanConstructor;
65
- readonly monthFormat: {
66
- readonly type: StringConstructor;
67
- readonly default: "M";
68
- };
69
- readonly yearFormat: {
70
- readonly type: StringConstructor;
71
- readonly default: "y";
72
- };
73
- readonly quarterFormat: {
74
- readonly type: StringConstructor;
75
- readonly default: "'Q'Q";
76
- };
77
- readonly 'onUpdate:show': PropType<MaybeArray<(show: boolean) => void>>;
78
- readonly onUpdateShow: PropType<MaybeArray<(show: boolean) => void>>;
79
- readonly 'onUpdate:formattedValue': PropType<MaybeArray<OnUpdateFormattedValue>>;
80
- readonly onUpdateFormattedValue: PropType<MaybeArray<OnUpdateFormattedValue>>;
81
- readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
82
- readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
83
- readonly onFocus: PropType<(e: FocusEvent) => void>;
84
- readonly onBlur: PropType<(e: FocusEvent) => void>;
85
- readonly onNextMonth: PropType<() => void>;
86
- readonly onPrevMonth: PropType<() => void>;
87
- readonly onNextYear: PropType<() => void>;
88
- readonly onPrevYear: PropType<() => void>;
89
- readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
90
- readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
91
- itemFontSize: string;
92
- calendarDaysFontSize: string;
93
- calendarTitleFontSize: string;
94
- itemTextColor: string;
95
- itemTextColorDisabled: string;
96
- itemTextColorActive: string;
97
- itemTextColorCurrent: string;
98
- itemColorIncluded: string;
99
- itemColorHover: string;
100
- itemColorDisabled: string;
101
- itemColorActive: string;
102
- itemBorderRadius: string;
103
- panelColor: string;
104
- panelTextColor: string;
105
- arrowColor: string;
106
- calendarTitleTextColor: string;
107
- calendarTitleColorHover: string;
108
- calendarDaysTextColor: string;
109
- panelHeaderDividerColor: string;
110
- calendarDaysDividerColor: string;
111
- calendarDividerColor: string;
112
- panelActionDividerColor: string;
113
- panelBoxShadow: string;
114
- panelBorderRadius: string;
115
- calendarTitleFontWeight: string;
116
- scrollItemBorderRadius: string;
117
- iconColor: string;
118
- iconColorDisabled: string;
119
- itemSize: string;
120
- itemCellWidth: string;
121
- itemCellHeight: string;
122
- scrollItemWidth: string;
123
- scrollItemHeight: string;
124
- panelExtraFooterPadding: string;
125
- panelActionPadding: string;
126
- calendarTitlePadding: string;
127
- calendarTitleHeight: string;
128
- arrowSize: string;
129
- panelHeaderPadding: string;
130
- calendarDaysHeight: string;
131
- calendarTitleGridTempateColumns: string;
132
- calendarLeftPaddingDate: string;
133
- calendarLeftPaddingDatetime: string;
134
- calendarLeftPaddingDaterange: string;
135
- calendarLeftPaddingDatetimerange: string;
136
- calendarLeftPaddingMonth: string;
137
- calendarLeftPaddingYear: string;
138
- calendarLeftPaddingQuarter: string;
139
- calendarLeftPaddingMonthrange: string;
140
- calendarLeftPaddingQuarterrange: string;
141
- calendarLeftPaddingYearrange: string;
142
- calendarLeftPaddingWeek: string;
143
- calendarRightPaddingDate: string;
144
- calendarRightPaddingDatetime: string;
145
- calendarRightPaddingDaterange: string;
146
- calendarRightPaddingDatetimerange: string;
147
- calendarRightPaddingMonth: string;
148
- calendarRightPaddingYear: string;
149
- calendarRightPaddingQuarter: string;
150
- calendarRightPaddingMonthrange: string;
151
- calendarRightPaddingQuarterrange: string;
152
- calendarRightPaddingYearrange: string;
153
- calendarRightPaddingWeek: string;
154
- }, {
155
- Input: import("../../_mixins").Theme<"Input", {
156
- countTextColorDisabled: string;
157
- countTextColor: string;
158
- heightTiny: string;
159
- heightSmall: string;
160
- heightMedium: string;
161
- heightLarge: string;
162
- fontSizeTiny: string;
163
- fontSizeSmall: string;
164
- fontSizeMedium: string;
165
- fontSizeLarge: string;
166
- lineHeight: string;
167
- lineHeightTextarea: string;
168
- borderRadius: string;
169
- iconSize: string;
170
- groupLabelColor: string;
171
- groupLabelTextColor: string;
172
- textColor: string;
173
- textColorDisabled: string;
174
- textDecorationColor: string;
175
- caretColor: string;
176
- placeholderColor: string;
177
- placeholderColorDisabled: string;
178
- color: string;
179
- colorDisabled: string;
180
- colorFocus: string;
181
- groupLabelBorder: string;
182
- border: string;
183
- borderHover: string;
184
- borderDisabled: string;
185
- borderFocus: string;
186
- boxShadowFocus: string;
187
- loadingColor: string;
188
- loadingColorWarning: string;
189
- borderWarning: string;
190
- borderHoverWarning: string;
191
- colorFocusWarning: string;
192
- borderFocusWarning: string;
193
- boxShadowFocusWarning: string;
194
- caretColorWarning: string;
195
- loadingColorError: string;
196
- borderError: string;
197
- borderHoverError: string;
198
- colorFocusError: string;
199
- borderFocusError: string;
200
- boxShadowFocusError: string;
201
- caretColorError: string;
202
- clearColor: string;
203
- clearColorHover: string;
204
- clearColorPressed: string;
205
- iconColor: string;
206
- iconColorDisabled: string;
207
- iconColorHover: string;
208
- iconColorPressed: string;
209
- suffixTextColor: string;
210
- paddingTiny: string;
211
- paddingSmall: string;
212
- paddingMedium: string;
213
- paddingLarge: string;
214
- clearSize: string;
215
- }, any>;
216
- Button: import("../../_mixins").Theme<"Button", {
217
- heightTiny: string;
218
- heightSmall: string;
219
- heightMedium: string;
220
- heightLarge: string;
221
- borderRadiusTiny: string;
222
- borderRadiusSmall: string;
223
- borderRadiusMedium: string;
224
- borderRadiusLarge: string;
225
- fontSizeTiny: string;
226
- fontSizeSmall: string;
227
- fontSizeMedium: string;
228
- fontSizeLarge: string;
229
- opacityDisabled: string;
230
- colorOpacitySecondary: string;
231
- colorOpacitySecondaryHover: string;
232
- colorOpacitySecondaryPressed: string;
233
- colorSecondary: string;
234
- colorSecondaryHover: string;
235
- colorSecondaryPressed: string;
236
- colorTertiary: string;
237
- colorTertiaryHover: string;
238
- colorTertiaryPressed: string;
239
- colorQuaternary: string;
240
- colorQuaternaryHover: string;
241
- colorQuaternaryPressed: string;
242
- color: string;
243
- colorHover: string;
244
- colorPressed: string;
245
- colorFocus: string;
246
- colorDisabled: string;
247
- textColor: string;
248
- textColorTertiary: string;
249
- textColorHover: string;
250
- textColorPressed: string;
251
- textColorFocus: string;
252
- textColorDisabled: string;
253
- textColorText: string;
254
- textColorTextHover: string;
255
- textColorTextPressed: string;
256
- textColorTextFocus: string;
257
- textColorTextDisabled: string;
258
- textColorGhost: string;
259
- textColorGhostHover: string;
260
- textColorGhostPressed: string;
261
- textColorGhostFocus: string;
262
- textColorGhostDisabled: string;
263
- border: string;
264
- borderHover: string;
265
- borderPressed: string;
266
- borderFocus: string;
267
- borderDisabled: string;
268
- rippleColor: string;
269
- colorPrimary: string;
270
- colorHoverPrimary: string;
271
- colorPressedPrimary: string;
272
- colorFocusPrimary: string;
273
- colorDisabledPrimary: string;
274
- textColorPrimary: string;
275
- textColorHoverPrimary: string;
276
- textColorPressedPrimary: string;
277
- textColorFocusPrimary: string;
278
- textColorDisabledPrimary: string;
279
- textColorTextPrimary: string;
280
- textColorTextHoverPrimary: string;
281
- textColorTextPressedPrimary: string;
282
- textColorTextFocusPrimary: string;
283
- textColorTextDisabledPrimary: string;
284
- textColorGhostPrimary: string;
285
- textColorGhostHoverPrimary: string;
286
- textColorGhostPressedPrimary: string;
287
- textColorGhostFocusPrimary: string;
288
- textColorGhostDisabledPrimary: string;
289
- borderPrimary: string;
290
- borderHoverPrimary: string;
291
- borderPressedPrimary: string;
292
- borderFocusPrimary: string;
293
- borderDisabledPrimary: string;
294
- rippleColorPrimary: string;
295
- colorInfo: string;
296
- colorHoverInfo: string;
297
- colorPressedInfo: string;
298
- colorFocusInfo: string;
299
- colorDisabledInfo: string;
300
- textColorInfo: string;
301
- textColorHoverInfo: string;
302
- textColorPressedInfo: string;
303
- textColorFocusInfo: string;
304
- textColorDisabledInfo: string;
305
- textColorTextInfo: string;
306
- textColorTextHoverInfo: string;
307
- textColorTextPressedInfo: string;
308
- textColorTextFocusInfo: string;
309
- textColorTextDisabledInfo: string;
310
- textColorGhostInfo: string;
311
- textColorGhostHoverInfo: string;
312
- textColorGhostPressedInfo: string;
313
- textColorGhostFocusInfo: string;
314
- textColorGhostDisabledInfo: string;
315
- borderInfo: string;
316
- borderHoverInfo: string;
317
- borderPressedInfo: string;
318
- borderFocusInfo: string;
319
- borderDisabledInfo: string;
320
- rippleColorInfo: string;
321
- colorSuccess: string;
322
- colorHoverSuccess: string;
323
- colorPressedSuccess: string;
324
- colorFocusSuccess: string;
325
- colorDisabledSuccess: string;
326
- textColorSuccess: string;
327
- textColorHoverSuccess: string;
328
- textColorPressedSuccess: string;
329
- textColorFocusSuccess: string;
330
- textColorDisabledSuccess: string;
331
- textColorTextSuccess: string;
332
- textColorTextHoverSuccess: string;
333
- textColorTextPressedSuccess: string;
334
- textColorTextFocusSuccess: string;
335
- textColorTextDisabledSuccess: string;
336
- textColorGhostSuccess: string;
337
- textColorGhostHoverSuccess: string;
338
- textColorGhostPressedSuccess: string;
339
- textColorGhostFocusSuccess: string;
340
- textColorGhostDisabledSuccess: string;
341
- borderSuccess: string;
342
- borderHoverSuccess: string;
343
- borderPressedSuccess: string;
344
- borderFocusSuccess: string;
345
- borderDisabledSuccess: string;
346
- rippleColorSuccess: string;
347
- colorWarning: string;
348
- colorHoverWarning: string;
349
- colorPressedWarning: string;
350
- colorFocusWarning: string;
351
- colorDisabledWarning: string;
352
- textColorWarning: string;
353
- textColorHoverWarning: string;
354
- textColorPressedWarning: string;
355
- textColorFocusWarning: string;
356
- textColorDisabledWarning: string;
357
- textColorTextWarning: string;
358
- textColorTextHoverWarning: string;
359
- textColorTextPressedWarning: string;
360
- textColorTextFocusWarning: string;
361
- textColorTextDisabledWarning: string;
362
- textColorGhostWarning: string;
363
- textColorGhostHoverWarning: string;
364
- textColorGhostPressedWarning: string;
365
- textColorGhostFocusWarning: string;
366
- textColorGhostDisabledWarning: string;
367
- borderWarning: string;
368
- borderHoverWarning: string;
369
- borderPressedWarning: string;
370
- borderFocusWarning: string;
371
- borderDisabledWarning: string;
372
- rippleColorWarning: string;
373
- colorError: string;
374
- colorHoverError: string;
375
- colorPressedError: string;
376
- colorFocusError: string;
377
- colorDisabledError: string;
378
- textColorError: string;
379
- textColorHoverError: string;
380
- textColorPressedError: string;
381
- textColorFocusError: string;
382
- textColorDisabledError: string;
383
- textColorTextError: string;
384
- textColorTextHoverError: string;
385
- textColorTextPressedError: string;
386
- textColorTextFocusError: string;
387
- textColorTextDisabledError: string;
388
- textColorGhostError: string;
389
- textColorGhostHoverError: string;
390
- textColorGhostPressedError: string;
391
- textColorGhostFocusError: string;
392
- textColorGhostDisabledError: string;
393
- borderError: string;
394
- borderHoverError: string;
395
- borderPressedError: string;
396
- borderFocusError: string;
397
- borderDisabledError: string;
398
- rippleColorError: string;
399
- waveOpacity: string;
400
- fontWeight: string;
401
- fontWeightStrong: string;
402
- paddingTiny: string;
403
- paddingSmall: string;
404
- paddingMedium: string;
405
- paddingLarge: string;
406
- paddingRoundTiny: string;
407
- paddingRoundSmall: string;
408
- paddingRoundMedium: string;
409
- paddingRoundLarge: string;
410
- iconMarginTiny: string;
411
- iconMarginSmall: string;
412
- iconMarginMedium: string;
413
- iconMarginLarge: string;
414
- iconSizeTiny: string;
415
- iconSizeSmall: string;
416
- iconSizeMedium: string;
417
- iconSizeLarge: string;
418
- rippleDuration: string;
419
- }, any>;
420
- TimePicker: import("../../_mixins").Theme<"TimePicker", {
421
- panelColor: string;
422
- panelBoxShadow: string;
423
- panelDividerColor: string;
424
- itemTextColor: string;
425
- itemTextColorActive: string;
426
- itemColorHover: string;
427
- itemOpacityDisabled: string;
428
- itemBorderRadius: string;
429
- borderRadius: string;
430
- iconColor: string;
431
- iconColorDisabled: string;
432
- itemFontSize: string;
433
- itemHeight: string;
434
- itemWidth: string;
435
- panelActionPadding: string;
436
- }, {
437
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
438
- height: string;
439
- width: string;
440
- borderRadius: string;
441
- color: string;
442
- colorHover: string;
443
- railInsetHorizontal: string;
444
- railInsetVertical: string;
445
- railColor: string;
446
- }, any>;
447
- Button: import("../../_mixins").Theme<"Button", {
448
- heightTiny: string;
449
- heightSmall: string;
450
- heightMedium: string;
451
- heightLarge: string;
452
- borderRadiusTiny: string;
453
- borderRadiusSmall: string;
454
- borderRadiusMedium: string;
455
- borderRadiusLarge: string;
456
- fontSizeTiny: string;
457
- fontSizeSmall: string;
458
- fontSizeMedium: string;
459
- fontSizeLarge: string;
460
- opacityDisabled: string;
461
- colorOpacitySecondary: string;
462
- colorOpacitySecondaryHover: string;
463
- colorOpacitySecondaryPressed: string;
464
- colorSecondary: string;
465
- colorSecondaryHover: string;
466
- colorSecondaryPressed: string;
467
- colorTertiary: string;
468
- colorTertiaryHover: string;
469
- colorTertiaryPressed: string;
470
- colorQuaternary: string;
471
- colorQuaternaryHover: string;
472
- colorQuaternaryPressed: string;
473
- color: string;
474
- colorHover: string;
475
- colorPressed: string;
476
- colorFocus: string;
477
- colorDisabled: string;
478
- textColor: string;
479
- textColorTertiary: string;
480
- textColorHover: string;
481
- textColorPressed: string;
482
- textColorFocus: string;
483
- textColorDisabled: string;
484
- textColorText: string;
485
- textColorTextHover: string;
486
- textColorTextPressed: string;
487
- textColorTextFocus: string;
488
- textColorTextDisabled: string;
489
- textColorGhost: string;
490
- textColorGhostHover: string;
491
- textColorGhostPressed: string;
492
- textColorGhostFocus: string;
493
- textColorGhostDisabled: string;
494
- border: string;
495
- borderHover: string;
496
- borderPressed: string;
497
- borderFocus: string;
498
- borderDisabled: string;
499
- rippleColor: string;
500
- colorPrimary: string;
501
- colorHoverPrimary: string;
502
- colorPressedPrimary: string;
503
- colorFocusPrimary: string;
504
- colorDisabledPrimary: string;
505
- textColorPrimary: string;
506
- textColorHoverPrimary: string;
507
- textColorPressedPrimary: string;
508
- textColorFocusPrimary: string;
509
- textColorDisabledPrimary: string;
510
- textColorTextPrimary: string;
511
- textColorTextHoverPrimary: string;
512
- textColorTextPressedPrimary: string;
513
- textColorTextFocusPrimary: string;
514
- textColorTextDisabledPrimary: string;
515
- textColorGhostPrimary: string;
516
- textColorGhostHoverPrimary: string;
517
- textColorGhostPressedPrimary: string;
518
- textColorGhostFocusPrimary: string;
519
- textColorGhostDisabledPrimary: string;
520
- borderPrimary: string;
521
- borderHoverPrimary: string;
522
- borderPressedPrimary: string;
523
- borderFocusPrimary: string;
524
- borderDisabledPrimary: string;
525
- rippleColorPrimary: string;
526
- colorInfo: string;
527
- colorHoverInfo: string;
528
- colorPressedInfo: string;
529
- colorFocusInfo: string;
530
- colorDisabledInfo: string;
531
- textColorInfo: string;
532
- textColorHoverInfo: string;
533
- textColorPressedInfo: string;
534
- textColorFocusInfo: string;
535
- textColorDisabledInfo: string;
536
- textColorTextInfo: string;
537
- textColorTextHoverInfo: string;
538
- textColorTextPressedInfo: string;
539
- textColorTextFocusInfo: string;
540
- textColorTextDisabledInfo: string;
541
- textColorGhostInfo: string;
542
- textColorGhostHoverInfo: string;
543
- textColorGhostPressedInfo: string;
544
- textColorGhostFocusInfo: string;
545
- textColorGhostDisabledInfo: string;
546
- borderInfo: string;
547
- borderHoverInfo: string;
548
- borderPressedInfo: string;
549
- borderFocusInfo: string;
550
- borderDisabledInfo: string;
551
- rippleColorInfo: string;
552
- colorSuccess: string;
553
- colorHoverSuccess: string;
554
- colorPressedSuccess: string;
555
- colorFocusSuccess: string;
556
- colorDisabledSuccess: string;
557
- textColorSuccess: string;
558
- textColorHoverSuccess: string;
559
- textColorPressedSuccess: string;
560
- textColorFocusSuccess: string;
561
- textColorDisabledSuccess: string;
562
- textColorTextSuccess: string;
563
- textColorTextHoverSuccess: string;
564
- textColorTextPressedSuccess: string;
565
- textColorTextFocusSuccess: string;
566
- textColorTextDisabledSuccess: string;
567
- textColorGhostSuccess: string;
568
- textColorGhostHoverSuccess: string;
569
- textColorGhostPressedSuccess: string;
570
- textColorGhostFocusSuccess: string;
571
- textColorGhostDisabledSuccess: string;
572
- borderSuccess: string;
573
- borderHoverSuccess: string;
574
- borderPressedSuccess: string;
575
- borderFocusSuccess: string;
576
- borderDisabledSuccess: string;
577
- rippleColorSuccess: string;
578
- colorWarning: string;
579
- colorHoverWarning: string;
580
- colorPressedWarning: string;
581
- colorFocusWarning: string;
582
- colorDisabledWarning: string;
583
- textColorWarning: string;
584
- textColorHoverWarning: string;
585
- textColorPressedWarning: string;
586
- textColorFocusWarning: string;
587
- textColorDisabledWarning: string;
588
- textColorTextWarning: string;
589
- textColorTextHoverWarning: string;
590
- textColorTextPressedWarning: string;
591
- textColorTextFocusWarning: string;
592
- textColorTextDisabledWarning: string;
593
- textColorGhostWarning: string;
594
- textColorGhostHoverWarning: string;
595
- textColorGhostPressedWarning: string;
596
- textColorGhostFocusWarning: string;
597
- textColorGhostDisabledWarning: string;
598
- borderWarning: string;
599
- borderHoverWarning: string;
600
- borderPressedWarning: string;
601
- borderFocusWarning: string;
602
- borderDisabledWarning: string;
603
- rippleColorWarning: string;
604
- colorError: string;
605
- colorHoverError: string;
606
- colorPressedError: string;
607
- colorFocusError: string;
608
- colorDisabledError: string;
609
- textColorError: string;
610
- textColorHoverError: string;
611
- textColorPressedError: string;
612
- textColorFocusError: string;
613
- textColorDisabledError: string;
614
- textColorTextError: string;
615
- textColorTextHoverError: string;
616
- textColorTextPressedError: string;
617
- textColorTextFocusError: string;
618
- textColorTextDisabledError: string;
619
- textColorGhostError: string;
620
- textColorGhostHoverError: string;
621
- textColorGhostPressedError: string;
622
- textColorGhostFocusError: string;
623
- textColorGhostDisabledError: string;
624
- borderError: string;
625
- borderHoverError: string;
626
- borderPressedError: string;
627
- borderFocusError: string;
628
- borderDisabledError: string;
629
- rippleColorError: string;
630
- waveOpacity: string;
631
- fontWeight: string;
632
- fontWeightStrong: string;
633
- paddingTiny: string;
634
- paddingSmall: string;
635
- paddingMedium: string;
636
- paddingLarge: string;
637
- paddingRoundTiny: string;
638
- paddingRoundSmall: string;
639
- paddingRoundMedium: string;
640
- paddingRoundLarge: string;
641
- iconMarginTiny: string;
642
- iconMarginSmall: string;
643
- iconMarginMedium: string;
644
- iconMarginLarge: string;
645
- iconSizeTiny: string;
646
- iconSizeSmall: string;
647
- iconSizeMedium: string;
648
- iconSizeLarge: string;
649
- rippleDuration: string;
650
- }, any>;
651
- Input: import("../../_mixins").Theme<"Input", {
652
- countTextColorDisabled: string;
653
- countTextColor: string;
654
- heightTiny: string;
655
- heightSmall: string;
656
- heightMedium: string;
657
- heightLarge: string;
658
- fontSizeTiny: string;
659
- fontSizeSmall: string;
660
- fontSizeMedium: string;
661
- fontSizeLarge: string;
662
- lineHeight: string;
663
- lineHeightTextarea: string;
664
- borderRadius: string;
665
- iconSize: string;
666
- groupLabelColor: string;
667
- groupLabelTextColor: string;
668
- textColor: string;
669
- textColorDisabled: string;
670
- textDecorationColor: string;
671
- caretColor: string;
672
- placeholderColor: string;
673
- placeholderColorDisabled: string;
674
- color: string;
675
- colorDisabled: string;
676
- colorFocus: string;
677
- groupLabelBorder: string;
678
- border: string;
679
- borderHover: string;
680
- borderDisabled: string;
681
- borderFocus: string;
682
- boxShadowFocus: string;
683
- loadingColor: string;
684
- loadingColorWarning: string;
685
- borderWarning: string;
686
- borderHoverWarning: string;
687
- colorFocusWarning: string;
688
- borderFocusWarning: string;
689
- boxShadowFocusWarning: string;
690
- caretColorWarning: string;
691
- loadingColorError: string;
692
- borderError: string;
693
- borderHoverError: string;
694
- colorFocusError: string;
695
- borderFocusError: string;
696
- boxShadowFocusError: string;
697
- caretColorError: string;
698
- clearColor: string;
699
- clearColorHover: string;
700
- clearColorPressed: string;
701
- iconColor: string;
702
- iconColorDisabled: string;
703
- iconColorHover: string;
704
- iconColorPressed: string;
705
- suffixTextColor: string;
706
- paddingTiny: string;
707
- paddingSmall: string;
708
- paddingMedium: string;
709
- paddingLarge: string;
710
- clearSize: string;
711
- }, any>;
712
- }>;
713
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
714
- height: string;
715
- width: string;
716
- borderRadius: string;
717
- color: string;
718
- colorHover: string;
719
- railInsetHorizontal: string;
720
- railInsetVertical: string;
721
- railColor: string;
722
- }, any>;
723
- }>>;
724
- readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
725
- itemFontSize: string;
726
- calendarDaysFontSize: string;
727
- calendarTitleFontSize: string;
728
- itemTextColor: string;
729
- itemTextColorDisabled: string;
730
- itemTextColorActive: string;
731
- itemTextColorCurrent: string;
732
- itemColorIncluded: string;
733
- itemColorHover: string;
734
- itemColorDisabled: string;
735
- itemColorActive: string;
736
- itemBorderRadius: string;
737
- panelColor: string;
738
- panelTextColor: string;
739
- arrowColor: string;
740
- calendarTitleTextColor: string;
741
- calendarTitleColorHover: string;
742
- calendarDaysTextColor: string;
743
- panelHeaderDividerColor: string;
744
- calendarDaysDividerColor: string;
745
- calendarDividerColor: string;
746
- panelActionDividerColor: string;
747
- panelBoxShadow: string;
748
- panelBorderRadius: string;
749
- calendarTitleFontWeight: string;
750
- scrollItemBorderRadius: string;
751
- iconColor: string;
752
- iconColorDisabled: string;
753
- itemSize: string;
754
- itemCellWidth: string;
755
- itemCellHeight: string;
756
- scrollItemWidth: string;
757
- scrollItemHeight: string;
758
- panelExtraFooterPadding: string;
759
- panelActionPadding: string;
760
- calendarTitlePadding: string;
761
- calendarTitleHeight: string;
762
- arrowSize: string;
763
- panelHeaderPadding: string;
764
- calendarDaysHeight: string;
765
- calendarTitleGridTempateColumns: string;
766
- calendarLeftPaddingDate: string;
767
- calendarLeftPaddingDatetime: string;
768
- calendarLeftPaddingDaterange: string;
769
- calendarLeftPaddingDatetimerange: string;
770
- calendarLeftPaddingMonth: string;
771
- calendarLeftPaddingYear: string;
772
- calendarLeftPaddingQuarter: string;
773
- calendarLeftPaddingMonthrange: string;
774
- calendarLeftPaddingQuarterrange: string;
775
- calendarLeftPaddingYearrange: string;
776
- calendarLeftPaddingWeek: string;
777
- calendarRightPaddingDate: string;
778
- calendarRightPaddingDatetime: string;
779
- calendarRightPaddingDaterange: string;
780
- calendarRightPaddingDatetimerange: string;
781
- calendarRightPaddingMonth: string;
782
- calendarRightPaddingYear: string;
783
- calendarRightPaddingQuarter: string;
784
- calendarRightPaddingMonthrange: string;
785
- calendarRightPaddingQuarterrange: string;
786
- calendarRightPaddingYearrange: string;
787
- calendarRightPaddingWeek: string;
788
- }, {
789
- Input: import("../../_mixins").Theme<"Input", {
790
- countTextColorDisabled: string;
791
- countTextColor: string;
792
- heightTiny: string;
793
- heightSmall: string;
794
- heightMedium: string;
795
- heightLarge: string;
796
- fontSizeTiny: string;
797
- fontSizeSmall: string;
798
- fontSizeMedium: string;
799
- fontSizeLarge: string;
800
- lineHeight: string;
801
- lineHeightTextarea: string;
802
- borderRadius: string;
803
- iconSize: string;
804
- groupLabelColor: string;
805
- groupLabelTextColor: string;
806
- textColor: string;
807
- textColorDisabled: string;
808
- textDecorationColor: string;
809
- caretColor: string;
810
- placeholderColor: string;
811
- placeholderColorDisabled: string;
812
- color: string;
813
- colorDisabled: string;
814
- colorFocus: string;
815
- groupLabelBorder: string;
816
- border: string;
817
- borderHover: string;
818
- borderDisabled: string;
819
- borderFocus: string;
820
- boxShadowFocus: string;
821
- loadingColor: string;
822
- loadingColorWarning: string;
823
- borderWarning: string;
824
- borderHoverWarning: string;
825
- colorFocusWarning: string;
826
- borderFocusWarning: string;
827
- boxShadowFocusWarning: string;
828
- caretColorWarning: string;
829
- loadingColorError: string;
830
- borderError: string;
831
- borderHoverError: string;
832
- colorFocusError: string;
833
- borderFocusError: string;
834
- boxShadowFocusError: string;
835
- caretColorError: string;
836
- clearColor: string;
837
- clearColorHover: string;
838
- clearColorPressed: string;
839
- iconColor: string;
840
- iconColorDisabled: string;
841
- iconColorHover: string;
842
- iconColorPressed: string;
843
- suffixTextColor: string;
844
- paddingTiny: string;
845
- paddingSmall: string;
846
- paddingMedium: string;
847
- paddingLarge: string;
848
- clearSize: string;
849
- }, any>;
850
- Button: import("../../_mixins").Theme<"Button", {
851
- heightTiny: string;
852
- heightSmall: string;
853
- heightMedium: string;
854
- heightLarge: string;
855
- borderRadiusTiny: string;
856
- borderRadiusSmall: string;
857
- borderRadiusMedium: string;
858
- borderRadiusLarge: string;
859
- fontSizeTiny: string;
860
- fontSizeSmall: string;
861
- fontSizeMedium: string;
862
- fontSizeLarge: string;
863
- opacityDisabled: string;
864
- colorOpacitySecondary: string;
865
- colorOpacitySecondaryHover: string;
866
- colorOpacitySecondaryPressed: string;
867
- colorSecondary: string;
868
- colorSecondaryHover: string;
869
- colorSecondaryPressed: string;
870
- colorTertiary: string;
871
- colorTertiaryHover: string;
872
- colorTertiaryPressed: string;
873
- colorQuaternary: string;
874
- colorQuaternaryHover: string;
875
- colorQuaternaryPressed: string;
876
- color: string;
877
- colorHover: string;
878
- colorPressed: string;
879
- colorFocus: string;
880
- colorDisabled: string;
881
- textColor: string;
882
- textColorTertiary: string;
883
- textColorHover: string;
884
- textColorPressed: string;
885
- textColorFocus: string;
886
- textColorDisabled: string;
887
- textColorText: string;
888
- textColorTextHover: string;
889
- textColorTextPressed: string;
890
- textColorTextFocus: string;
891
- textColorTextDisabled: string;
892
- textColorGhost: string;
893
- textColorGhostHover: string;
894
- textColorGhostPressed: string;
895
- textColorGhostFocus: string;
896
- textColorGhostDisabled: string;
897
- border: string;
898
- borderHover: string;
899
- borderPressed: string;
900
- borderFocus: string;
901
- borderDisabled: string;
902
- rippleColor: string;
903
- colorPrimary: string;
904
- colorHoverPrimary: string;
905
- colorPressedPrimary: string;
906
- colorFocusPrimary: string;
907
- colorDisabledPrimary: string;
908
- textColorPrimary: string;
909
- textColorHoverPrimary: string;
910
- textColorPressedPrimary: string;
911
- textColorFocusPrimary: string;
912
- textColorDisabledPrimary: string;
913
- textColorTextPrimary: string;
914
- textColorTextHoverPrimary: string;
915
- textColorTextPressedPrimary: string;
916
- textColorTextFocusPrimary: string;
917
- textColorTextDisabledPrimary: string;
918
- textColorGhostPrimary: string;
919
- textColorGhostHoverPrimary: string;
920
- textColorGhostPressedPrimary: string;
921
- textColorGhostFocusPrimary: string;
922
- textColorGhostDisabledPrimary: string;
923
- borderPrimary: string;
924
- borderHoverPrimary: string;
925
- borderPressedPrimary: string;
926
- borderFocusPrimary: string;
927
- borderDisabledPrimary: string;
928
- rippleColorPrimary: string;
929
- colorInfo: string;
930
- colorHoverInfo: string;
931
- colorPressedInfo: string;
932
- colorFocusInfo: string;
933
- colorDisabledInfo: string;
934
- textColorInfo: string;
935
- textColorHoverInfo: string;
936
- textColorPressedInfo: string;
937
- textColorFocusInfo: string;
938
- textColorDisabledInfo: string;
939
- textColorTextInfo: string;
940
- textColorTextHoverInfo: string;
941
- textColorTextPressedInfo: string;
942
- textColorTextFocusInfo: string;
943
- textColorTextDisabledInfo: string;
944
- textColorGhostInfo: string;
945
- textColorGhostHoverInfo: string;
946
- textColorGhostPressedInfo: string;
947
- textColorGhostFocusInfo: string;
948
- textColorGhostDisabledInfo: string;
949
- borderInfo: string;
950
- borderHoverInfo: string;
951
- borderPressedInfo: string;
952
- borderFocusInfo: string;
953
- borderDisabledInfo: string;
954
- rippleColorInfo: string;
955
- colorSuccess: string;
956
- colorHoverSuccess: string;
957
- colorPressedSuccess: string;
958
- colorFocusSuccess: string;
959
- colorDisabledSuccess: string;
960
- textColorSuccess: string;
961
- textColorHoverSuccess: string;
962
- textColorPressedSuccess: string;
963
- textColorFocusSuccess: string;
964
- textColorDisabledSuccess: string;
965
- textColorTextSuccess: string;
966
- textColorTextHoverSuccess: string;
967
- textColorTextPressedSuccess: string;
968
- textColorTextFocusSuccess: string;
969
- textColorTextDisabledSuccess: string;
970
- textColorGhostSuccess: string;
971
- textColorGhostHoverSuccess: string;
972
- textColorGhostPressedSuccess: string;
973
- textColorGhostFocusSuccess: string;
974
- textColorGhostDisabledSuccess: string;
975
- borderSuccess: string;
976
- borderHoverSuccess: string;
977
- borderPressedSuccess: string;
978
- borderFocusSuccess: string;
979
- borderDisabledSuccess: string;
980
- rippleColorSuccess: string;
981
- colorWarning: string;
982
- colorHoverWarning: string;
983
- colorPressedWarning: string;
984
- colorFocusWarning: string;
985
- colorDisabledWarning: string;
986
- textColorWarning: string;
987
- textColorHoverWarning: string;
988
- textColorPressedWarning: string;
989
- textColorFocusWarning: string;
990
- textColorDisabledWarning: string;
991
- textColorTextWarning: string;
992
- textColorTextHoverWarning: string;
993
- textColorTextPressedWarning: string;
994
- textColorTextFocusWarning: string;
995
- textColorTextDisabledWarning: string;
996
- textColorGhostWarning: string;
997
- textColorGhostHoverWarning: string;
998
- textColorGhostPressedWarning: string;
999
- textColorGhostFocusWarning: string;
1000
- textColorGhostDisabledWarning: string;
1001
- borderWarning: string;
1002
- borderHoverWarning: string;
1003
- borderPressedWarning: string;
1004
- borderFocusWarning: string;
1005
- borderDisabledWarning: string;
1006
- rippleColorWarning: string;
1007
- colorError: string;
1008
- colorHoverError: string;
1009
- colorPressedError: string;
1010
- colorFocusError: string;
1011
- colorDisabledError: string;
1012
- textColorError: string;
1013
- textColorHoverError: string;
1014
- textColorPressedError: string;
1015
- textColorFocusError: string;
1016
- textColorDisabledError: string;
1017
- textColorTextError: string;
1018
- textColorTextHoverError: string;
1019
- textColorTextPressedError: string;
1020
- textColorTextFocusError: string;
1021
- textColorTextDisabledError: string;
1022
- textColorGhostError: string;
1023
- textColorGhostHoverError: string;
1024
- textColorGhostPressedError: string;
1025
- textColorGhostFocusError: string;
1026
- textColorGhostDisabledError: string;
1027
- borderError: string;
1028
- borderHoverError: string;
1029
- borderPressedError: string;
1030
- borderFocusError: string;
1031
- borderDisabledError: string;
1032
- rippleColorError: string;
1033
- waveOpacity: string;
1034
- fontWeight: string;
1035
- fontWeightStrong: string;
1036
- paddingTiny: string;
1037
- paddingSmall: string;
1038
- paddingMedium: string;
1039
- paddingLarge: string;
1040
- paddingRoundTiny: string;
1041
- paddingRoundSmall: string;
1042
- paddingRoundMedium: string;
1043
- paddingRoundLarge: string;
1044
- iconMarginTiny: string;
1045
- iconMarginSmall: string;
1046
- iconMarginMedium: string;
1047
- iconMarginLarge: string;
1048
- iconSizeTiny: string;
1049
- iconSizeSmall: string;
1050
- iconSizeMedium: string;
1051
- iconSizeLarge: string;
1052
- rippleDuration: string;
1053
- }, any>;
1054
- TimePicker: import("../../_mixins").Theme<"TimePicker", {
1055
- panelColor: string;
1056
- panelBoxShadow: string;
1057
- panelDividerColor: string;
1058
- itemTextColor: string;
1059
- itemTextColorActive: string;
1060
- itemColorHover: string;
1061
- itemOpacityDisabled: string;
1062
- itemBorderRadius: string;
1063
- borderRadius: string;
1064
- iconColor: string;
1065
- iconColorDisabled: string;
1066
- itemFontSize: string;
1067
- itemHeight: string;
1068
- itemWidth: string;
1069
- panelActionPadding: string;
1070
- }, {
1071
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1072
- height: string;
1073
- width: string;
1074
- borderRadius: string;
1075
- color: string;
1076
- colorHover: string;
1077
- railInsetHorizontal: string;
1078
- railInsetVertical: string;
1079
- railColor: string;
1080
- }, any>;
1081
- Button: import("../../_mixins").Theme<"Button", {
1082
- heightTiny: string;
1083
- heightSmall: string;
1084
- heightMedium: string;
1085
- heightLarge: string;
1086
- borderRadiusTiny: string;
1087
- borderRadiusSmall: string;
1088
- borderRadiusMedium: string;
1089
- borderRadiusLarge: string;
1090
- fontSizeTiny: string;
1091
- fontSizeSmall: string;
1092
- fontSizeMedium: string;
1093
- fontSizeLarge: string;
1094
- opacityDisabled: string;
1095
- colorOpacitySecondary: string;
1096
- colorOpacitySecondaryHover: string;
1097
- colorOpacitySecondaryPressed: string;
1098
- colorSecondary: string;
1099
- colorSecondaryHover: string;
1100
- colorSecondaryPressed: string;
1101
- colorTertiary: string;
1102
- colorTertiaryHover: string;
1103
- colorTertiaryPressed: string;
1104
- colorQuaternary: string;
1105
- colorQuaternaryHover: string;
1106
- colorQuaternaryPressed: string;
1107
- color: string;
1108
- colorHover: string;
1109
- colorPressed: string;
1110
- colorFocus: string;
1111
- colorDisabled: string;
1112
- textColor: string;
1113
- textColorTertiary: string;
1114
- textColorHover: string;
1115
- textColorPressed: string;
1116
- textColorFocus: string;
1117
- textColorDisabled: string;
1118
- textColorText: string;
1119
- textColorTextHover: string;
1120
- textColorTextPressed: string;
1121
- textColorTextFocus: string;
1122
- textColorTextDisabled: string;
1123
- textColorGhost: string;
1124
- textColorGhostHover: string;
1125
- textColorGhostPressed: string;
1126
- textColorGhostFocus: string;
1127
- textColorGhostDisabled: string;
1128
- border: string;
1129
- borderHover: string;
1130
- borderPressed: string;
1131
- borderFocus: string;
1132
- borderDisabled: string;
1133
- rippleColor: string;
1134
- colorPrimary: string;
1135
- colorHoverPrimary: string;
1136
- colorPressedPrimary: string;
1137
- colorFocusPrimary: string;
1138
- colorDisabledPrimary: string;
1139
- textColorPrimary: string;
1140
- textColorHoverPrimary: string;
1141
- textColorPressedPrimary: string;
1142
- textColorFocusPrimary: string;
1143
- textColorDisabledPrimary: string;
1144
- textColorTextPrimary: string;
1145
- textColorTextHoverPrimary: string;
1146
- textColorTextPressedPrimary: string;
1147
- textColorTextFocusPrimary: string;
1148
- textColorTextDisabledPrimary: string;
1149
- textColorGhostPrimary: string;
1150
- textColorGhostHoverPrimary: string;
1151
- textColorGhostPressedPrimary: string;
1152
- textColorGhostFocusPrimary: string;
1153
- textColorGhostDisabledPrimary: string;
1154
- borderPrimary: string;
1155
- borderHoverPrimary: string;
1156
- borderPressedPrimary: string;
1157
- borderFocusPrimary: string;
1158
- borderDisabledPrimary: string;
1159
- rippleColorPrimary: string;
1160
- colorInfo: string;
1161
- colorHoverInfo: string;
1162
- colorPressedInfo: string;
1163
- colorFocusInfo: string;
1164
- colorDisabledInfo: string;
1165
- textColorInfo: string;
1166
- textColorHoverInfo: string;
1167
- textColorPressedInfo: string;
1168
- textColorFocusInfo: string;
1169
- textColorDisabledInfo: string;
1170
- textColorTextInfo: string;
1171
- textColorTextHoverInfo: string;
1172
- textColorTextPressedInfo: string;
1173
- textColorTextFocusInfo: string;
1174
- textColorTextDisabledInfo: string;
1175
- textColorGhostInfo: string;
1176
- textColorGhostHoverInfo: string;
1177
- textColorGhostPressedInfo: string;
1178
- textColorGhostFocusInfo: string;
1179
- textColorGhostDisabledInfo: string;
1180
- borderInfo: string;
1181
- borderHoverInfo: string;
1182
- borderPressedInfo: string;
1183
- borderFocusInfo: string;
1184
- borderDisabledInfo: string;
1185
- rippleColorInfo: string;
1186
- colorSuccess: string;
1187
- colorHoverSuccess: string;
1188
- colorPressedSuccess: string;
1189
- colorFocusSuccess: string;
1190
- colorDisabledSuccess: string;
1191
- textColorSuccess: string;
1192
- textColorHoverSuccess: string;
1193
- textColorPressedSuccess: string;
1194
- textColorFocusSuccess: string;
1195
- textColorDisabledSuccess: string;
1196
- textColorTextSuccess: string;
1197
- textColorTextHoverSuccess: string;
1198
- textColorTextPressedSuccess: string;
1199
- textColorTextFocusSuccess: string;
1200
- textColorTextDisabledSuccess: string;
1201
- textColorGhostSuccess: string;
1202
- textColorGhostHoverSuccess: string;
1203
- textColorGhostPressedSuccess: string;
1204
- textColorGhostFocusSuccess: string;
1205
- textColorGhostDisabledSuccess: string;
1206
- borderSuccess: string;
1207
- borderHoverSuccess: string;
1208
- borderPressedSuccess: string;
1209
- borderFocusSuccess: string;
1210
- borderDisabledSuccess: string;
1211
- rippleColorSuccess: string;
1212
- colorWarning: string;
1213
- colorHoverWarning: string;
1214
- colorPressedWarning: string;
1215
- colorFocusWarning: string;
1216
- colorDisabledWarning: string;
1217
- textColorWarning: string;
1218
- textColorHoverWarning: string;
1219
- textColorPressedWarning: string;
1220
- textColorFocusWarning: string;
1221
- textColorDisabledWarning: string;
1222
- textColorTextWarning: string;
1223
- textColorTextHoverWarning: string;
1224
- textColorTextPressedWarning: string;
1225
- textColorTextFocusWarning: string;
1226
- textColorTextDisabledWarning: string;
1227
- textColorGhostWarning: string;
1228
- textColorGhostHoverWarning: string;
1229
- textColorGhostPressedWarning: string;
1230
- textColorGhostFocusWarning: string;
1231
- textColorGhostDisabledWarning: string;
1232
- borderWarning: string;
1233
- borderHoverWarning: string;
1234
- borderPressedWarning: string;
1235
- borderFocusWarning: string;
1236
- borderDisabledWarning: string;
1237
- rippleColorWarning: string;
1238
- colorError: string;
1239
- colorHoverError: string;
1240
- colorPressedError: string;
1241
- colorFocusError: string;
1242
- colorDisabledError: string;
1243
- textColorError: string;
1244
- textColorHoverError: string;
1245
- textColorPressedError: string;
1246
- textColorFocusError: string;
1247
- textColorDisabledError: string;
1248
- textColorTextError: string;
1249
- textColorTextHoverError: string;
1250
- textColorTextPressedError: string;
1251
- textColorTextFocusError: string;
1252
- textColorTextDisabledError: string;
1253
- textColorGhostError: string;
1254
- textColorGhostHoverError: string;
1255
- textColorGhostPressedError: string;
1256
- textColorGhostFocusError: string;
1257
- textColorGhostDisabledError: string;
1258
- borderError: string;
1259
- borderHoverError: string;
1260
- borderPressedError: string;
1261
- borderFocusError: string;
1262
- borderDisabledError: string;
1263
- rippleColorError: string;
1264
- waveOpacity: string;
1265
- fontWeight: string;
1266
- fontWeightStrong: string;
1267
- paddingTiny: string;
1268
- paddingSmall: string;
1269
- paddingMedium: string;
1270
- paddingLarge: string;
1271
- paddingRoundTiny: string;
1272
- paddingRoundSmall: string;
1273
- paddingRoundMedium: string;
1274
- paddingRoundLarge: string;
1275
- iconMarginTiny: string;
1276
- iconMarginSmall: string;
1277
- iconMarginMedium: string;
1278
- iconMarginLarge: string;
1279
- iconSizeTiny: string;
1280
- iconSizeSmall: string;
1281
- iconSizeMedium: string;
1282
- iconSizeLarge: string;
1283
- rippleDuration: string;
1284
- }, any>;
1285
- Input: import("../../_mixins").Theme<"Input", {
1286
- countTextColorDisabled: string;
1287
- countTextColor: string;
1288
- heightTiny: string;
1289
- heightSmall: string;
1290
- heightMedium: string;
1291
- heightLarge: string;
1292
- fontSizeTiny: string;
1293
- fontSizeSmall: string;
1294
- fontSizeMedium: string;
1295
- fontSizeLarge: string;
1296
- lineHeight: string;
1297
- lineHeightTextarea: string;
1298
- borderRadius: string;
1299
- iconSize: string;
1300
- groupLabelColor: string;
1301
- groupLabelTextColor: string;
1302
- textColor: string;
1303
- textColorDisabled: string;
1304
- textDecorationColor: string;
1305
- caretColor: string;
1306
- placeholderColor: string;
1307
- placeholderColorDisabled: string;
1308
- color: string;
1309
- colorDisabled: string;
1310
- colorFocus: string;
1311
- groupLabelBorder: string;
1312
- border: string;
1313
- borderHover: string;
1314
- borderDisabled: string;
1315
- borderFocus: string;
1316
- boxShadowFocus: string;
1317
- loadingColor: string;
1318
- loadingColorWarning: string;
1319
- borderWarning: string;
1320
- borderHoverWarning: string;
1321
- colorFocusWarning: string;
1322
- borderFocusWarning: string;
1323
- boxShadowFocusWarning: string;
1324
- caretColorWarning: string;
1325
- loadingColorError: string;
1326
- borderError: string;
1327
- borderHoverError: string;
1328
- colorFocusError: string;
1329
- borderFocusError: string;
1330
- boxShadowFocusError: string;
1331
- caretColorError: string;
1332
- clearColor: string;
1333
- clearColorHover: string;
1334
- clearColorPressed: string;
1335
- iconColor: string;
1336
- iconColorDisabled: string;
1337
- iconColorHover: string;
1338
- iconColorPressed: string;
1339
- suffixTextColor: string;
1340
- paddingTiny: string;
1341
- paddingSmall: string;
1342
- paddingMedium: string;
1343
- paddingLarge: string;
1344
- clearSize: string;
1345
- }, any>;
1346
- }>;
1347
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1348
- height: string;
1349
- width: string;
1350
- borderRadius: string;
1351
- color: string;
1352
- colorHover: string;
1353
- railInsetHorizontal: string;
1354
- railInsetVertical: string;
1355
- railColor: string;
1356
- }, any>;
1357
- }>>>;
1358
- readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
1359
- itemFontSize: string;
1360
- calendarDaysFontSize: string;
1361
- calendarTitleFontSize: string;
1362
- itemTextColor: string;
1363
- itemTextColorDisabled: string;
1364
- itemTextColorActive: string;
1365
- itemTextColorCurrent: string;
1366
- itemColorIncluded: string;
1367
- itemColorHover: string;
1368
- itemColorDisabled: string;
1369
- itemColorActive: string;
1370
- itemBorderRadius: string;
1371
- panelColor: string;
1372
- panelTextColor: string;
1373
- arrowColor: string;
1374
- calendarTitleTextColor: string;
1375
- calendarTitleColorHover: string;
1376
- calendarDaysTextColor: string;
1377
- panelHeaderDividerColor: string;
1378
- calendarDaysDividerColor: string;
1379
- calendarDividerColor: string;
1380
- panelActionDividerColor: string;
1381
- panelBoxShadow: string;
1382
- panelBorderRadius: string;
1383
- calendarTitleFontWeight: string;
1384
- scrollItemBorderRadius: string;
1385
- iconColor: string;
1386
- iconColorDisabled: string;
1387
- itemSize: string;
1388
- itemCellWidth: string;
1389
- itemCellHeight: string;
1390
- scrollItemWidth: string;
1391
- scrollItemHeight: string;
1392
- panelExtraFooterPadding: string;
1393
- panelActionPadding: string;
1394
- calendarTitlePadding: string;
1395
- calendarTitleHeight: string;
1396
- arrowSize: string;
1397
- panelHeaderPadding: string;
1398
- calendarDaysHeight: string;
1399
- calendarTitleGridTempateColumns: string;
1400
- calendarLeftPaddingDate: string;
1401
- calendarLeftPaddingDatetime: string;
1402
- calendarLeftPaddingDaterange: string;
1403
- calendarLeftPaddingDatetimerange: string;
1404
- calendarLeftPaddingMonth: string;
1405
- calendarLeftPaddingYear: string;
1406
- calendarLeftPaddingQuarter: string;
1407
- calendarLeftPaddingMonthrange: string;
1408
- calendarLeftPaddingQuarterrange: string;
1409
- calendarLeftPaddingYearrange: string;
1410
- calendarLeftPaddingWeek: string;
1411
- calendarRightPaddingDate: string;
1412
- calendarRightPaddingDatetime: string;
1413
- calendarRightPaddingDaterange: string;
1414
- calendarRightPaddingDatetimerange: string;
1415
- calendarRightPaddingMonth: string;
1416
- calendarRightPaddingYear: string;
1417
- calendarRightPaddingQuarter: string;
1418
- calendarRightPaddingMonthrange: string;
1419
- calendarRightPaddingQuarterrange: string;
1420
- calendarRightPaddingYearrange: string;
1421
- calendarRightPaddingWeek: string;
1422
- }, {
1423
- Input: import("../../_mixins").Theme<"Input", {
1424
- countTextColorDisabled: string;
1425
- countTextColor: string;
1426
- heightTiny: string;
1427
- heightSmall: string;
1428
- heightMedium: string;
1429
- heightLarge: string;
1430
- fontSizeTiny: string;
1431
- fontSizeSmall: string;
1432
- fontSizeMedium: string;
1433
- fontSizeLarge: string;
1434
- lineHeight: string;
1435
- lineHeightTextarea: string;
1436
- borderRadius: string;
1437
- iconSize: string;
1438
- groupLabelColor: string;
1439
- groupLabelTextColor: string;
1440
- textColor: string;
1441
- textColorDisabled: string;
1442
- textDecorationColor: string;
1443
- caretColor: string;
1444
- placeholderColor: string;
1445
- placeholderColorDisabled: string;
1446
- color: string;
1447
- colorDisabled: string;
1448
- colorFocus: string;
1449
- groupLabelBorder: string;
1450
- border: string;
1451
- borderHover: string;
1452
- borderDisabled: string;
1453
- borderFocus: string;
1454
- boxShadowFocus: string;
1455
- loadingColor: string;
1456
- loadingColorWarning: string;
1457
- borderWarning: string;
1458
- borderHoverWarning: string;
1459
- colorFocusWarning: string;
1460
- borderFocusWarning: string;
1461
- boxShadowFocusWarning: string;
1462
- caretColorWarning: string;
1463
- loadingColorError: string;
1464
- borderError: string;
1465
- borderHoverError: string;
1466
- colorFocusError: string;
1467
- borderFocusError: string;
1468
- boxShadowFocusError: string;
1469
- caretColorError: string;
1470
- clearColor: string;
1471
- clearColorHover: string;
1472
- clearColorPressed: string;
1473
- iconColor: string;
1474
- iconColorDisabled: string;
1475
- iconColorHover: string;
1476
- iconColorPressed: string;
1477
- suffixTextColor: string;
1478
- paddingTiny: string;
1479
- paddingSmall: string;
1480
- paddingMedium: string;
1481
- paddingLarge: string;
1482
- clearSize: string;
1483
- }, any>;
1484
- Button: import("../../_mixins").Theme<"Button", {
1485
- heightTiny: string;
1486
- heightSmall: string;
1487
- heightMedium: string;
1488
- heightLarge: string;
1489
- borderRadiusTiny: string;
1490
- borderRadiusSmall: string;
1491
- borderRadiusMedium: string;
1492
- borderRadiusLarge: string;
1493
- fontSizeTiny: string;
1494
- fontSizeSmall: string;
1495
- fontSizeMedium: string;
1496
- fontSizeLarge: string;
1497
- opacityDisabled: string;
1498
- colorOpacitySecondary: string;
1499
- colorOpacitySecondaryHover: string;
1500
- colorOpacitySecondaryPressed: string;
1501
- colorSecondary: string;
1502
- colorSecondaryHover: string;
1503
- colorSecondaryPressed: string;
1504
- colorTertiary: string;
1505
- colorTertiaryHover: string;
1506
- colorTertiaryPressed: string;
1507
- colorQuaternary: string;
1508
- colorQuaternaryHover: string;
1509
- colorQuaternaryPressed: string;
1510
- color: string;
1511
- colorHover: string;
1512
- colorPressed: string;
1513
- colorFocus: string;
1514
- colorDisabled: string;
1515
- textColor: string;
1516
- textColorTertiary: string;
1517
- textColorHover: string;
1518
- textColorPressed: string;
1519
- textColorFocus: string;
1520
- textColorDisabled: string;
1521
- textColorText: string;
1522
- textColorTextHover: string;
1523
- textColorTextPressed: string;
1524
- textColorTextFocus: string;
1525
- textColorTextDisabled: string;
1526
- textColorGhost: string;
1527
- textColorGhostHover: string;
1528
- textColorGhostPressed: string;
1529
- textColorGhostFocus: string;
1530
- textColorGhostDisabled: string;
1531
- border: string;
1532
- borderHover: string;
1533
- borderPressed: string;
1534
- borderFocus: string;
1535
- borderDisabled: string;
1536
- rippleColor: string;
1537
- colorPrimary: string;
1538
- colorHoverPrimary: string;
1539
- colorPressedPrimary: string;
1540
- colorFocusPrimary: string;
1541
- colorDisabledPrimary: string;
1542
- textColorPrimary: string;
1543
- textColorHoverPrimary: string;
1544
- textColorPressedPrimary: string;
1545
- textColorFocusPrimary: string;
1546
- textColorDisabledPrimary: string;
1547
- textColorTextPrimary: string;
1548
- textColorTextHoverPrimary: string;
1549
- textColorTextPressedPrimary: string;
1550
- textColorTextFocusPrimary: string;
1551
- textColorTextDisabledPrimary: string;
1552
- textColorGhostPrimary: string;
1553
- textColorGhostHoverPrimary: string;
1554
- textColorGhostPressedPrimary: string;
1555
- textColorGhostFocusPrimary: string;
1556
- textColorGhostDisabledPrimary: string;
1557
- borderPrimary: string;
1558
- borderHoverPrimary: string;
1559
- borderPressedPrimary: string;
1560
- borderFocusPrimary: string;
1561
- borderDisabledPrimary: string;
1562
- rippleColorPrimary: string;
1563
- colorInfo: string;
1564
- colorHoverInfo: string;
1565
- colorPressedInfo: string;
1566
- colorFocusInfo: string;
1567
- colorDisabledInfo: string;
1568
- textColorInfo: string;
1569
- textColorHoverInfo: string;
1570
- textColorPressedInfo: string;
1571
- textColorFocusInfo: string;
1572
- textColorDisabledInfo: string;
1573
- textColorTextInfo: string;
1574
- textColorTextHoverInfo: string;
1575
- textColorTextPressedInfo: string;
1576
- textColorTextFocusInfo: string;
1577
- textColorTextDisabledInfo: string;
1578
- textColorGhostInfo: string;
1579
- textColorGhostHoverInfo: string;
1580
- textColorGhostPressedInfo: string;
1581
- textColorGhostFocusInfo: string;
1582
- textColorGhostDisabledInfo: string;
1583
- borderInfo: string;
1584
- borderHoverInfo: string;
1585
- borderPressedInfo: string;
1586
- borderFocusInfo: string;
1587
- borderDisabledInfo: string;
1588
- rippleColorInfo: string;
1589
- colorSuccess: string;
1590
- colorHoverSuccess: string;
1591
- colorPressedSuccess: string;
1592
- colorFocusSuccess: string;
1593
- colorDisabledSuccess: string;
1594
- textColorSuccess: string;
1595
- textColorHoverSuccess: string;
1596
- textColorPressedSuccess: string;
1597
- textColorFocusSuccess: string;
1598
- textColorDisabledSuccess: string;
1599
- textColorTextSuccess: string;
1600
- textColorTextHoverSuccess: string;
1601
- textColorTextPressedSuccess: string;
1602
- textColorTextFocusSuccess: string;
1603
- textColorTextDisabledSuccess: string;
1604
- textColorGhostSuccess: string;
1605
- textColorGhostHoverSuccess: string;
1606
- textColorGhostPressedSuccess: string;
1607
- textColorGhostFocusSuccess: string;
1608
- textColorGhostDisabledSuccess: string;
1609
- borderSuccess: string;
1610
- borderHoverSuccess: string;
1611
- borderPressedSuccess: string;
1612
- borderFocusSuccess: string;
1613
- borderDisabledSuccess: string;
1614
- rippleColorSuccess: string;
1615
- colorWarning: string;
1616
- colorHoverWarning: string;
1617
- colorPressedWarning: string;
1618
- colorFocusWarning: string;
1619
- colorDisabledWarning: string;
1620
- textColorWarning: string;
1621
- textColorHoverWarning: string;
1622
- textColorPressedWarning: string;
1623
- textColorFocusWarning: string;
1624
- textColorDisabledWarning: string;
1625
- textColorTextWarning: string;
1626
- textColorTextHoverWarning: string;
1627
- textColorTextPressedWarning: string;
1628
- textColorTextFocusWarning: string;
1629
- textColorTextDisabledWarning: string;
1630
- textColorGhostWarning: string;
1631
- textColorGhostHoverWarning: string;
1632
- textColorGhostPressedWarning: string;
1633
- textColorGhostFocusWarning: string;
1634
- textColorGhostDisabledWarning: string;
1635
- borderWarning: string;
1636
- borderHoverWarning: string;
1637
- borderPressedWarning: string;
1638
- borderFocusWarning: string;
1639
- borderDisabledWarning: string;
1640
- rippleColorWarning: string;
1641
- colorError: string;
1642
- colorHoverError: string;
1643
- colorPressedError: string;
1644
- colorFocusError: string;
1645
- colorDisabledError: string;
1646
- textColorError: string;
1647
- textColorHoverError: string;
1648
- textColorPressedError: string;
1649
- textColorFocusError: string;
1650
- textColorDisabledError: string;
1651
- textColorTextError: string;
1652
- textColorTextHoverError: string;
1653
- textColorTextPressedError: string;
1654
- textColorTextFocusError: string;
1655
- textColorTextDisabledError: string;
1656
- textColorGhostError: string;
1657
- textColorGhostHoverError: string;
1658
- textColorGhostPressedError: string;
1659
- textColorGhostFocusError: string;
1660
- textColorGhostDisabledError: string;
1661
- borderError: string;
1662
- borderHoverError: string;
1663
- borderPressedError: string;
1664
- borderFocusError: string;
1665
- borderDisabledError: string;
1666
- rippleColorError: string;
1667
- waveOpacity: string;
1668
- fontWeight: string;
1669
- fontWeightStrong: string;
1670
- paddingTiny: string;
1671
- paddingSmall: string;
1672
- paddingMedium: string;
1673
- paddingLarge: string;
1674
- paddingRoundTiny: string;
1675
- paddingRoundSmall: string;
1676
- paddingRoundMedium: string;
1677
- paddingRoundLarge: string;
1678
- iconMarginTiny: string;
1679
- iconMarginSmall: string;
1680
- iconMarginMedium: string;
1681
- iconMarginLarge: string;
1682
- iconSizeTiny: string;
1683
- iconSizeSmall: string;
1684
- iconSizeMedium: string;
1685
- iconSizeLarge: string;
1686
- rippleDuration: string;
1687
- }, any>;
1688
- TimePicker: import("../../_mixins").Theme<"TimePicker", {
1689
- panelColor: string;
1690
- panelBoxShadow: string;
1691
- panelDividerColor: string;
1692
- itemTextColor: string;
1693
- itemTextColorActive: string;
1694
- itemColorHover: string;
1695
- itemOpacityDisabled: string;
1696
- itemBorderRadius: string;
1697
- borderRadius: string;
1698
- iconColor: string;
1699
- iconColorDisabled: string;
1700
- itemFontSize: string;
1701
- itemHeight: string;
1702
- itemWidth: string;
1703
- panelActionPadding: string;
1704
- }, {
1705
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1706
- height: string;
1707
- width: string;
1708
- borderRadius: string;
1709
- color: string;
1710
- colorHover: string;
1711
- railInsetHorizontal: string;
1712
- railInsetVertical: string;
1713
- railColor: string;
1714
- }, any>;
1715
- Button: import("../../_mixins").Theme<"Button", {
1716
- heightTiny: string;
1717
- heightSmall: string;
1718
- heightMedium: string;
1719
- heightLarge: string;
1720
- borderRadiusTiny: string;
1721
- borderRadiusSmall: string;
1722
- borderRadiusMedium: string;
1723
- borderRadiusLarge: string;
1724
- fontSizeTiny: string;
1725
- fontSizeSmall: string;
1726
- fontSizeMedium: string;
1727
- fontSizeLarge: string;
1728
- opacityDisabled: string;
1729
- colorOpacitySecondary: string;
1730
- colorOpacitySecondaryHover: string;
1731
- colorOpacitySecondaryPressed: string;
1732
- colorSecondary: string;
1733
- colorSecondaryHover: string;
1734
- colorSecondaryPressed: string;
1735
- colorTertiary: string;
1736
- colorTertiaryHover: string;
1737
- colorTertiaryPressed: string;
1738
- colorQuaternary: string;
1739
- colorQuaternaryHover: string;
1740
- colorQuaternaryPressed: string;
1741
- color: string;
1742
- colorHover: string;
1743
- colorPressed: string;
1744
- colorFocus: string;
1745
- colorDisabled: string;
1746
- textColor: string;
1747
- textColorTertiary: string;
1748
- textColorHover: string;
1749
- textColorPressed: string;
1750
- textColorFocus: string;
1751
- textColorDisabled: string;
1752
- textColorText: string;
1753
- textColorTextHover: string;
1754
- textColorTextPressed: string;
1755
- textColorTextFocus: string;
1756
- textColorTextDisabled: string;
1757
- textColorGhost: string;
1758
- textColorGhostHover: string;
1759
- textColorGhostPressed: string;
1760
- textColorGhostFocus: string;
1761
- textColorGhostDisabled: string;
1762
- border: string;
1763
- borderHover: string;
1764
- borderPressed: string;
1765
- borderFocus: string;
1766
- borderDisabled: string;
1767
- rippleColor: string;
1768
- colorPrimary: string;
1769
- colorHoverPrimary: string;
1770
- colorPressedPrimary: string;
1771
- colorFocusPrimary: string;
1772
- colorDisabledPrimary: string;
1773
- textColorPrimary: string;
1774
- textColorHoverPrimary: string;
1775
- textColorPressedPrimary: string;
1776
- textColorFocusPrimary: string;
1777
- textColorDisabledPrimary: string;
1778
- textColorTextPrimary: string;
1779
- textColorTextHoverPrimary: string;
1780
- textColorTextPressedPrimary: string;
1781
- textColorTextFocusPrimary: string;
1782
- textColorTextDisabledPrimary: string;
1783
- textColorGhostPrimary: string;
1784
- textColorGhostHoverPrimary: string;
1785
- textColorGhostPressedPrimary: string;
1786
- textColorGhostFocusPrimary: string;
1787
- textColorGhostDisabledPrimary: string;
1788
- borderPrimary: string;
1789
- borderHoverPrimary: string;
1790
- borderPressedPrimary: string;
1791
- borderFocusPrimary: string;
1792
- borderDisabledPrimary: string;
1793
- rippleColorPrimary: string;
1794
- colorInfo: string;
1795
- colorHoverInfo: string;
1796
- colorPressedInfo: string;
1797
- colorFocusInfo: string;
1798
- colorDisabledInfo: string;
1799
- textColorInfo: string;
1800
- textColorHoverInfo: string;
1801
- textColorPressedInfo: string;
1802
- textColorFocusInfo: string;
1803
- textColorDisabledInfo: string;
1804
- textColorTextInfo: string;
1805
- textColorTextHoverInfo: string;
1806
- textColorTextPressedInfo: string;
1807
- textColorTextFocusInfo: string;
1808
- textColorTextDisabledInfo: string;
1809
- textColorGhostInfo: string;
1810
- textColorGhostHoverInfo: string;
1811
- textColorGhostPressedInfo: string;
1812
- textColorGhostFocusInfo: string;
1813
- textColorGhostDisabledInfo: string;
1814
- borderInfo: string;
1815
- borderHoverInfo: string;
1816
- borderPressedInfo: string;
1817
- borderFocusInfo: string;
1818
- borderDisabledInfo: string;
1819
- rippleColorInfo: string;
1820
- colorSuccess: string;
1821
- colorHoverSuccess: string;
1822
- colorPressedSuccess: string;
1823
- colorFocusSuccess: string;
1824
- colorDisabledSuccess: string;
1825
- textColorSuccess: string;
1826
- textColorHoverSuccess: string;
1827
- textColorPressedSuccess: string;
1828
- textColorFocusSuccess: string;
1829
- textColorDisabledSuccess: string;
1830
- textColorTextSuccess: string;
1831
- textColorTextHoverSuccess: string;
1832
- textColorTextPressedSuccess: string;
1833
- textColorTextFocusSuccess: string;
1834
- textColorTextDisabledSuccess: string;
1835
- textColorGhostSuccess: string;
1836
- textColorGhostHoverSuccess: string;
1837
- textColorGhostPressedSuccess: string;
1838
- textColorGhostFocusSuccess: string;
1839
- textColorGhostDisabledSuccess: string;
1840
- borderSuccess: string;
1841
- borderHoverSuccess: string;
1842
- borderPressedSuccess: string;
1843
- borderFocusSuccess: string;
1844
- borderDisabledSuccess: string;
1845
- rippleColorSuccess: string;
1846
- colorWarning: string;
1847
- colorHoverWarning: string;
1848
- colorPressedWarning: string;
1849
- colorFocusWarning: string;
1850
- colorDisabledWarning: string;
1851
- textColorWarning: string;
1852
- textColorHoverWarning: string;
1853
- textColorPressedWarning: string;
1854
- textColorFocusWarning: string;
1855
- textColorDisabledWarning: string;
1856
- textColorTextWarning: string;
1857
- textColorTextHoverWarning: string;
1858
- textColorTextPressedWarning: string;
1859
- textColorTextFocusWarning: string;
1860
- textColorTextDisabledWarning: string;
1861
- textColorGhostWarning: string;
1862
- textColorGhostHoverWarning: string;
1863
- textColorGhostPressedWarning: string;
1864
- textColorGhostFocusWarning: string;
1865
- textColorGhostDisabledWarning: string;
1866
- borderWarning: string;
1867
- borderHoverWarning: string;
1868
- borderPressedWarning: string;
1869
- borderFocusWarning: string;
1870
- borderDisabledWarning: string;
1871
- rippleColorWarning: string;
1872
- colorError: string;
1873
- colorHoverError: string;
1874
- colorPressedError: string;
1875
- colorFocusError: string;
1876
- colorDisabledError: string;
1877
- textColorError: string;
1878
- textColorHoverError: string;
1879
- textColorPressedError: string;
1880
- textColorFocusError: string;
1881
- textColorDisabledError: string;
1882
- textColorTextError: string;
1883
- textColorTextHoverError: string;
1884
- textColorTextPressedError: string;
1885
- textColorTextFocusError: string;
1886
- textColorTextDisabledError: string;
1887
- textColorGhostError: string;
1888
- textColorGhostHoverError: string;
1889
- textColorGhostPressedError: string;
1890
- textColorGhostFocusError: string;
1891
- textColorGhostDisabledError: string;
1892
- borderError: string;
1893
- borderHoverError: string;
1894
- borderPressedError: string;
1895
- borderFocusError: string;
1896
- borderDisabledError: string;
1897
- rippleColorError: string;
1898
- waveOpacity: string;
1899
- fontWeight: string;
1900
- fontWeightStrong: string;
1901
- paddingTiny: string;
1902
- paddingSmall: string;
1903
- paddingMedium: string;
1904
- paddingLarge: string;
1905
- paddingRoundTiny: string;
1906
- paddingRoundSmall: string;
1907
- paddingRoundMedium: string;
1908
- paddingRoundLarge: string;
1909
- iconMarginTiny: string;
1910
- iconMarginSmall: string;
1911
- iconMarginMedium: string;
1912
- iconMarginLarge: string;
1913
- iconSizeTiny: string;
1914
- iconSizeSmall: string;
1915
- iconSizeMedium: string;
1916
- iconSizeLarge: string;
1917
- rippleDuration: string;
1918
- }, any>;
1919
- Input: import("../../_mixins").Theme<"Input", {
1920
- countTextColorDisabled: string;
1921
- countTextColor: string;
1922
- heightTiny: string;
1923
- heightSmall: string;
1924
- heightMedium: string;
1925
- heightLarge: string;
1926
- fontSizeTiny: string;
1927
- fontSizeSmall: string;
1928
- fontSizeMedium: string;
1929
- fontSizeLarge: string;
1930
- lineHeight: string;
1931
- lineHeightTextarea: string;
1932
- borderRadius: string;
1933
- iconSize: string;
1934
- groupLabelColor: string;
1935
- groupLabelTextColor: string;
1936
- textColor: string;
1937
- textColorDisabled: string;
1938
- textDecorationColor: string;
1939
- caretColor: string;
1940
- placeholderColor: string;
1941
- placeholderColorDisabled: string;
1942
- color: string;
1943
- colorDisabled: string;
1944
- colorFocus: string;
1945
- groupLabelBorder: string;
1946
- border: string;
1947
- borderHover: string;
1948
- borderDisabled: string;
1949
- borderFocus: string;
1950
- boxShadowFocus: string;
1951
- loadingColor: string;
1952
- loadingColorWarning: string;
1953
- borderWarning: string;
1954
- borderHoverWarning: string;
1955
- colorFocusWarning: string;
1956
- borderFocusWarning: string;
1957
- boxShadowFocusWarning: string;
1958
- caretColorWarning: string;
1959
- loadingColorError: string;
1960
- borderError: string;
1961
- borderHoverError: string;
1962
- colorFocusError: string;
1963
- borderFocusError: string;
1964
- boxShadowFocusError: string;
1965
- caretColorError: string;
1966
- clearColor: string;
1967
- clearColorHover: string;
1968
- clearColorPressed: string;
1969
- iconColor: string;
1970
- iconColorDisabled: string;
1971
- iconColorHover: string;
1972
- iconColorPressed: string;
1973
- suffixTextColor: string;
1974
- paddingTiny: string;
1975
- paddingSmall: string;
1976
- paddingMedium: string;
1977
- paddingLarge: string;
1978
- clearSize: string;
1979
- }, any>;
1980
- }>;
1981
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1982
- height: string;
1983
- width: string;
1984
- borderRadius: string;
1985
- color: string;
1986
- colorHover: string;
1987
- railInsetHorizontal: string;
1988
- railInsetVertical: string;
1989
- railColor: string;
1990
- }, any>;
1991
- }>>>;
1992
- };
1
+ import { type ExtractPropTypes, type Ref } from 'vue';
2
+ import type { FormattedValue, Value } from './interface';
3
+ import { datePickerProps } from './props';
1993
4
  export type DatePickerSetupProps = ExtractPropTypes<typeof datePickerProps>;
1994
- export type DatePickerProps = ExtractPublicPropTypes<typeof datePickerProps>;
1995
5
  declare const _default: import("vue").DefineComponent<{
1996
6
  readonly to: {
1997
- type: PropType<string | boolean | HTMLElement>;
7
+ type: import("vue").PropType<HTMLElement | string | boolean>;
1998
8
  default: undefined;
1999
9
  };
2000
10
  readonly bordered: {
2001
- readonly type: PropType<boolean | undefined>;
11
+ readonly type: import("vue").PropType<boolean | undefined>;
2002
12
  readonly default: undefined;
2003
13
  };
2004
14
  readonly clearable: BooleanConstructor;
2005
15
  readonly updateValueOnClose: BooleanConstructor;
2006
- readonly defaultValue: PropType<Value | null>;
2007
- readonly defaultFormattedValue: PropType<FormattedValue | null>;
2008
- readonly defaultTime: PropType<DefaultTime>;
16
+ readonly defaultValue: import("vue").PropType<Value | null>;
17
+ readonly defaultFormattedValue: import("vue").PropType<FormattedValue | null>;
18
+ readonly defaultTime: import("vue").PropType<import("./interface").DefaultTime>;
2009
19
  readonly disabled: {
2010
- readonly type: PropType<boolean | undefined>;
20
+ readonly type: import("vue").PropType<boolean | undefined>;
2011
21
  readonly default: undefined;
2012
22
  };
2013
23
  readonly placement: {
2014
- readonly type: PropType<FollowerPlacement>;
24
+ readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
2015
25
  readonly default: "bottom-start";
2016
26
  };
2017
- readonly value: PropType<Value | null>;
2018
- readonly formattedValue: PropType<FormattedValue | null>;
2019
- readonly size: PropType<"small" | "medium" | "large">;
27
+ readonly value: import("vue").PropType<Value | null>;
28
+ readonly formattedValue: import("vue").PropType<FormattedValue | null>;
29
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
2020
30
  readonly type: {
2021
- readonly type: PropType<DatePickerType>;
31
+ readonly type: import("vue").PropType<import("./config").DatePickerType>;
2022
32
  readonly default: "date";
2023
33
  };
2024
34
  readonly valueFormat: StringConstructor;
@@ -2029,23 +39,23 @@ declare const _default: import("vue").DefineComponent<{
2029
39
  readonly format: StringConstructor;
2030
40
  readonly dateFormat: StringConstructor;
2031
41
  readonly timerPickerFormat: StringConstructor;
2032
- readonly actions: PropType<("clear" | "confirm" | "now")[] | null>;
2033
- readonly shortcuts: PropType<Shortcuts>;
2034
- readonly isDateDisabled: PropType<IsDateDisabled>;
2035
- readonly isTimeDisabled: PropType<IsTimeDisabled>;
42
+ readonly actions: import("vue").PropType<Array<"clear" | "confirm" | "now"> | null>;
43
+ readonly shortcuts: import("vue").PropType<import("./interface").Shortcuts>;
44
+ readonly isDateDisabled: import("vue").PropType<import("./interface").IsDateDisabled>;
45
+ readonly isTimeDisabled: import("vue").PropType<import("./interface").IsTimeDisabled>;
2036
46
  readonly show: {
2037
- readonly type: PropType<boolean | undefined>;
47
+ readonly type: import("vue").PropType<boolean | undefined>;
2038
48
  readonly default: undefined;
2039
49
  };
2040
50
  readonly panel: BooleanConstructor;
2041
- readonly ranges: PropType<Record<string, [number, number]>>;
2042
- readonly firstDayOfWeek: PropType<FirstDayOfWeek>;
51
+ readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
52
+ readonly firstDayOfWeek: import("vue").PropType<import("./interface").FirstDayOfWeek>;
2043
53
  readonly inputReadonly: BooleanConstructor;
2044
54
  readonly closeOnSelect: BooleanConstructor;
2045
- readonly status: PropType<FormValidationStatus>;
2046
- readonly timePickerProps: PropType<TimePickerProps | [TimePickerProps, TimePickerProps]>;
2047
- readonly onClear: PropType<() => void>;
2048
- readonly onConfirm: PropType<OnUpdateValue>;
55
+ readonly status: import("vue").PropType<import("../../form/src/interface").FormValidationStatus>;
56
+ readonly timePickerProps: import("vue").PropType<import("../..").TimePickerProps | [import("../..").TimePickerProps, import("../..").TimePickerProps]>;
57
+ readonly onClear: import("vue").PropType<() => void>;
58
+ readonly onConfirm: import("vue").PropType<import("./interface").OnConfirm>;
2049
59
  readonly defaultCalendarStartTime: NumberConstructor;
2050
60
  readonly defaultCalendarEndTime: NumberConstructor;
2051
61
  readonly bindCalendarMonths: BooleanConstructor;
@@ -2061,20 +71,24 @@ declare const _default: import("vue").DefineComponent<{
2061
71
  readonly type: StringConstructor;
2062
72
  readonly default: "'Q'Q";
2063
73
  };
2064
- readonly 'onUpdate:show': PropType<MaybeArray<(show: boolean) => void>>;
2065
- readonly onUpdateShow: PropType<MaybeArray<(show: boolean) => void>>;
2066
- readonly 'onUpdate:formattedValue': PropType<MaybeArray<OnUpdateFormattedValue>>;
2067
- readonly onUpdateFormattedValue: PropType<MaybeArray<OnUpdateFormattedValue>>;
2068
- readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
2069
- readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
2070
- readonly onFocus: PropType<(e: FocusEvent) => void>;
2071
- readonly onBlur: PropType<(e: FocusEvent) => void>;
2072
- readonly onNextMonth: PropType<() => void>;
2073
- readonly onPrevMonth: PropType<() => void>;
2074
- readonly onNextYear: PropType<() => void>;
2075
- readonly onPrevYear: PropType<() => void>;
2076
- readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
2077
- readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
74
+ readonly yearRange: {
75
+ readonly type: import("vue").PropType<[number, number]>;
76
+ readonly default: () => [number, number];
77
+ };
78
+ readonly 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(show: boolean) => void>>;
79
+ readonly onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(show: boolean) => void>>;
80
+ readonly 'onUpdate:formattedValue': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFormattedValue>>;
81
+ readonly onUpdateFormattedValue: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFormattedValue>>;
82
+ readonly 'onUpdate:value': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
83
+ readonly onUpdateValue: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
84
+ readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
85
+ readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
86
+ readonly onNextMonth: import("vue").PropType<() => void>;
87
+ readonly onPrevMonth: import("vue").PropType<() => void>;
88
+ readonly onNextYear: import("vue").PropType<() => void>;
89
+ readonly onPrevYear: import("vue").PropType<() => void>;
90
+ readonly onChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
91
+ readonly theme: import("vue").PropType<import("../../_mixins").Theme<"DatePicker", {
2078
92
  itemFontSize: string;
2079
93
  calendarDaysFontSize: string;
2080
94
  calendarTitleFontSize: string;
@@ -2427,8 +441,10 @@ declare const _default: import("vue").DefineComponent<{
2427
441
  borderRadius: string;
2428
442
  color: string;
2429
443
  colorHover: string;
2430
- railInsetHorizontal: string;
2431
- railInsetVertical: string;
444
+ railInsetHorizontalBottom: string;
445
+ railInsetHorizontalTop: string;
446
+ railInsetVerticalRight: string;
447
+ railInsetVerticalLeft: string;
2432
448
  railColor: string;
2433
449
  }, any>;
2434
450
  Button: import("../../_mixins").Theme<"Button", {
@@ -2703,12 +719,14 @@ declare const _default: import("vue").DefineComponent<{
2703
719
  borderRadius: string;
2704
720
  color: string;
2705
721
  colorHover: string;
2706
- railInsetHorizontal: string;
2707
- railInsetVertical: string;
722
+ railInsetHorizontalBottom: string;
723
+ railInsetHorizontalTop: string;
724
+ railInsetVerticalRight: string;
725
+ railInsetVerticalLeft: string;
2708
726
  railColor: string;
2709
727
  }, any>;
2710
728
  }>>;
2711
- readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
729
+ readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
2712
730
  itemFontSize: string;
2713
731
  calendarDaysFontSize: string;
2714
732
  calendarTitleFontSize: string;
@@ -3061,8 +1079,10 @@ declare const _default: import("vue").DefineComponent<{
3061
1079
  borderRadius: string;
3062
1080
  color: string;
3063
1081
  colorHover: string;
3064
- railInsetHorizontal: string;
3065
- railInsetVertical: string;
1082
+ railInsetHorizontalBottom: string;
1083
+ railInsetHorizontalTop: string;
1084
+ railInsetVerticalRight: string;
1085
+ railInsetVerticalLeft: string;
3066
1086
  railColor: string;
3067
1087
  }, any>;
3068
1088
  Button: import("../../_mixins").Theme<"Button", {
@@ -3337,12 +1357,14 @@ declare const _default: import("vue").DefineComponent<{
3337
1357
  borderRadius: string;
3338
1358
  color: string;
3339
1359
  colorHover: string;
3340
- railInsetHorizontal: string;
3341
- railInsetVertical: string;
1360
+ railInsetHorizontalBottom: string;
1361
+ railInsetHorizontalTop: string;
1362
+ railInsetVerticalRight: string;
1363
+ railInsetVerticalLeft: string;
3342
1364
  railColor: string;
3343
1365
  }, any>;
3344
1366
  }>>>;
3345
- readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
1367
+ readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
3346
1368
  itemFontSize: string;
3347
1369
  calendarDaysFontSize: string;
3348
1370
  calendarTitleFontSize: string;
@@ -3695,8 +1717,10 @@ declare const _default: import("vue").DefineComponent<{
3695
1717
  borderRadius: string;
3696
1718
  color: string;
3697
1719
  colorHover: string;
3698
- railInsetHorizontal: string;
3699
- railInsetVertical: string;
1720
+ railInsetHorizontalBottom: string;
1721
+ railInsetHorizontalTop: string;
1722
+ railInsetVerticalRight: string;
1723
+ railInsetVerticalLeft: string;
3700
1724
  railColor: string;
3701
1725
  }, any>;
3702
1726
  Button: import("../../_mixins").Theme<"Button", {
@@ -3971,13 +1995,15 @@ declare const _default: import("vue").DefineComponent<{
3971
1995
  borderRadius: string;
3972
1996
  color: string;
3973
1997
  colorHover: string;
3974
- railInsetHorizontal: string;
3975
- railInsetVertical: string;
1998
+ railInsetHorizontalBottom: string;
1999
+ railInsetHorizontalTop: string;
2000
+ railInsetVerticalRight: string;
2001
+ railInsetVerticalLeft: string;
3976
2002
  railColor: string;
3977
2003
  }, any>;
3978
2004
  }>>>;
3979
2005
  }, {
3980
- mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
2006
+ mergedStatus: import("vue").ComputedRef<import("../../form/src/interface").FormValidationStatus | undefined>;
3981
2007
  mergedClsPrefix: Ref<string>;
3982
2008
  mergedBordered: import("vue").ComputedRef<boolean>;
3983
2009
  namespace: import("vue").ComputedRef<string | undefined>;
@@ -4012,7 +2038,7 @@ declare const _default: import("vue").DefineComponent<{
4012
2038
  yearVlRef?: {
4013
2039
  listElRef: HTMLElement;
4014
2040
  itemsElRef: HTMLElement | null;
4015
- scrollTo: import("vueuc").VirtualListScrollTo;
2041
+ scrollTo: import("vueuc").VVirtualListScrollTo;
4016
2042
  } | null | undefined;
4017
2043
  startYearScrollbarRef?: {
4018
2044
  $el: HTMLElement;
@@ -4065,12 +2091,12 @@ declare const _default: import("vue").DefineComponent<{
4065
2091
  startYearVlRef?: {
4066
2092
  listElRef: HTMLElement;
4067
2093
  itemsElRef: HTMLElement | null;
4068
- scrollTo: import("vueuc").VirtualListScrollTo;
2094
+ scrollTo: import("vueuc").VVirtualListScrollTo;
4069
2095
  } | null | undefined;
4070
2096
  endYearVlRef?: {
4071
2097
  listElRef: HTMLElement;
4072
2098
  itemsElRef: HTMLElement | null;
4073
- scrollTo: import("vueuc").VirtualListScrollTo;
2099
+ scrollTo: import("vueuc").VVirtualListScrollTo;
4074
2100
  } | null | undefined;
4075
2101
  } | null>;
4076
2102
  triggerElRef: Ref<HTMLElement | null>;
@@ -4115,117 +2141,13 @@ declare const _default: import("vue").DefineComponent<{
4115
2141
  handlePanelTabOut: () => void;
4116
2142
  handlePanelClose: (disableUpdateOnClose: boolean) => void;
4117
2143
  handleRangeUpdateValue: (v: [string, string], { source }: {
4118
- source: 0 | 1 | 'clear';
2144
+ source: 0 | 1 | "clear";
4119
2145
  }) => void;
4120
2146
  handleSingleUpdateValue: (v: string) => void;
4121
2147
  handlePanelUpdateValue: (value: Value | null, doUpdate: boolean) => void;
4122
2148
  handlePanelConfirm: () => void;
4123
2149
  mergedTheme: import("vue").ComputedRef<{
4124
- common: {
4125
- baseColor: string;
4126
- primaryColor: string;
4127
- primaryColorHover: string;
4128
- primaryColorPressed: string;
4129
- primaryColorSuppl: string;
4130
- infoColor: string;
4131
- infoColorHover: string;
4132
- infoColorPressed: string;
4133
- infoColorSuppl: string;
4134
- successColor: string;
4135
- successColorHover: string;
4136
- successColorPressed: string;
4137
- successColorSuppl: string;
4138
- warningColor: string;
4139
- warningColorHover: string;
4140
- warningColorPressed: string;
4141
- warningColorSuppl: string;
4142
- errorColor: string;
4143
- errorColorHover: string;
4144
- errorColorPressed: string;
4145
- errorColorSuppl: string;
4146
- textColorBase: string;
4147
- textColor1: string;
4148
- textColor2: string;
4149
- textColor3: string;
4150
- textColorDisabled: string;
4151
- placeholderColor: string;
4152
- placeholderColorDisabled: string;
4153
- iconColor: string;
4154
- iconColorHover: string;
4155
- iconColorPressed: string;
4156
- iconColorDisabled: string;
4157
- opacity1: string;
4158
- opacity2: string;
4159
- opacity3: string;
4160
- opacity4: string;
4161
- opacity5: string;
4162
- dividerColor: string;
4163
- borderColor: string;
4164
- closeIconColor: string;
4165
- closeIconColorHover: string;
4166
- closeIconColorPressed: string;
4167
- closeColorHover: string;
4168
- closeColorPressed: string;
4169
- clearColor: string;
4170
- clearColorHover: string;
4171
- clearColorPressed: string;
4172
- scrollbarColor: string;
4173
- scrollbarColorHover: string;
4174
- scrollbarWidth: string;
4175
- scrollbarHeight: string;
4176
- scrollbarBorderRadius: string;
4177
- progressRailColor: string;
4178
- railColor: string;
4179
- popoverColor: string;
4180
- tableColor: string;
4181
- cardColor: string;
4182
- modalColor: string;
4183
- bodyColor: string;
4184
- tagColor: string;
4185
- avatarColor: string;
4186
- invertedColor: string;
4187
- inputColor: string;
4188
- codeColor: string;
4189
- tabColor: string;
4190
- actionColor: string;
4191
- tableHeaderColor: string;
4192
- hoverColor: string;
4193
- tableColorHover: string;
4194
- tableColorStriped: string;
4195
- pressedColor: string;
4196
- opacityDisabled: string;
4197
- inputColorDisabled: string;
4198
- buttonColor2: string;
4199
- buttonColor2Hover: string;
4200
- buttonColor2Pressed: string;
4201
- boxShadow1: string;
4202
- boxShadow2: string;
4203
- boxShadow3: string;
4204
- fontFamily: string;
4205
- fontFamilyMono: string;
4206
- fontWeight: string;
4207
- fontWeightStrong: string;
4208
- cubicBezierEaseInOut: string;
4209
- cubicBezierEaseOut: string;
4210
- cubicBezierEaseIn: string;
4211
- borderRadius: string;
4212
- borderRadiusSmall: string;
4213
- fontSize: string;
4214
- fontSizeMini: string;
4215
- fontSizeTiny: string;
4216
- fontSizeSmall: string;
4217
- fontSizeMedium: string;
4218
- fontSizeLarge: string;
4219
- fontSizeHuge: string;
4220
- lineHeight: string;
4221
- heightMini: string;
4222
- heightTiny: string;
4223
- heightSmall: string;
4224
- heightMedium: string;
4225
- heightLarge: string;
4226
- heightHuge: string;
4227
- name: "common";
4228
- };
2150
+ common: import("../..").ThemeCommonVars;
4229
2151
  self: {
4230
2152
  itemFontSize: string;
4231
2153
  calendarDaysFontSize: string;
@@ -4580,8 +2502,10 @@ declare const _default: import("vue").DefineComponent<{
4580
2502
  borderRadius: string;
4581
2503
  color: string;
4582
2504
  colorHover: string;
4583
- railInsetHorizontal: string;
4584
- railInsetVertical: string;
2505
+ railInsetHorizontalBottom: string;
2506
+ railInsetHorizontalTop: string;
2507
+ railInsetVerticalRight: string;
2508
+ railInsetVerticalLeft: string;
4585
2509
  railColor: string;
4586
2510
  }, any>;
4587
2511
  Button: import("../../_mixins").Theme<"Button", {
@@ -4856,8 +2780,10 @@ declare const _default: import("vue").DefineComponent<{
4856
2780
  borderRadius: string;
4857
2781
  color: string;
4858
2782
  colorHover: string;
4859
- railInsetHorizontal: string;
4860
- railInsetVertical: string;
2783
+ railInsetHorizontalBottom: string;
2784
+ railInsetHorizontalTop: string;
2785
+ railInsetVerticalRight: string;
2786
+ railInsetVerticalLeft: string;
4861
2787
  railColor: string;
4862
2788
  }, any>;
4863
2789
  };
@@ -4880,8 +2806,10 @@ declare const _default: import("vue").DefineComponent<{
4880
2806
  borderRadius: string;
4881
2807
  color: string;
4882
2808
  colorHover: string;
4883
- railInsetHorizontal: string;
4884
- railInsetVertical: string;
2809
+ railInsetHorizontalBottom: string;
2810
+ railInsetHorizontalTop: string;
2811
+ railInsetVerticalRight: string;
2812
+ railInsetVerticalLeft: string;
4885
2813
  railColor: string;
4886
2814
  }, any>> | undefined;
4887
2815
  Button?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Button", {
@@ -5221,31 +3149,31 @@ declare const _default: import("vue").DefineComponent<{
5221
3149
  blur: () => void;
5222
3150
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
5223
3151
  readonly to: {
5224
- type: PropType<string | boolean | HTMLElement>;
3152
+ type: import("vue").PropType<HTMLElement | string | boolean>;
5225
3153
  default: undefined;
5226
3154
  };
5227
3155
  readonly bordered: {
5228
- readonly type: PropType<boolean | undefined>;
3156
+ readonly type: import("vue").PropType<boolean | undefined>;
5229
3157
  readonly default: undefined;
5230
3158
  };
5231
3159
  readonly clearable: BooleanConstructor;
5232
3160
  readonly updateValueOnClose: BooleanConstructor;
5233
- readonly defaultValue: PropType<Value | null>;
5234
- readonly defaultFormattedValue: PropType<FormattedValue | null>;
5235
- readonly defaultTime: PropType<DefaultTime>;
3161
+ readonly defaultValue: import("vue").PropType<Value | null>;
3162
+ readonly defaultFormattedValue: import("vue").PropType<FormattedValue | null>;
3163
+ readonly defaultTime: import("vue").PropType<import("./interface").DefaultTime>;
5236
3164
  readonly disabled: {
5237
- readonly type: PropType<boolean | undefined>;
3165
+ readonly type: import("vue").PropType<boolean | undefined>;
5238
3166
  readonly default: undefined;
5239
3167
  };
5240
3168
  readonly placement: {
5241
- readonly type: PropType<FollowerPlacement>;
3169
+ readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
5242
3170
  readonly default: "bottom-start";
5243
3171
  };
5244
- readonly value: PropType<Value | null>;
5245
- readonly formattedValue: PropType<FormattedValue | null>;
5246
- readonly size: PropType<"small" | "medium" | "large">;
3172
+ readonly value: import("vue").PropType<Value | null>;
3173
+ readonly formattedValue: import("vue").PropType<FormattedValue | null>;
3174
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
5247
3175
  readonly type: {
5248
- readonly type: PropType<DatePickerType>;
3176
+ readonly type: import("vue").PropType<import("./config").DatePickerType>;
5249
3177
  readonly default: "date";
5250
3178
  };
5251
3179
  readonly valueFormat: StringConstructor;
@@ -5256,23 +3184,23 @@ declare const _default: import("vue").DefineComponent<{
5256
3184
  readonly format: StringConstructor;
5257
3185
  readonly dateFormat: StringConstructor;
5258
3186
  readonly timerPickerFormat: StringConstructor;
5259
- readonly actions: PropType<("clear" | "confirm" | "now")[] | null>;
5260
- readonly shortcuts: PropType<Shortcuts>;
5261
- readonly isDateDisabled: PropType<IsDateDisabled>;
5262
- readonly isTimeDisabled: PropType<IsTimeDisabled>;
3187
+ readonly actions: import("vue").PropType<Array<"clear" | "confirm" | "now"> | null>;
3188
+ readonly shortcuts: import("vue").PropType<import("./interface").Shortcuts>;
3189
+ readonly isDateDisabled: import("vue").PropType<import("./interface").IsDateDisabled>;
3190
+ readonly isTimeDisabled: import("vue").PropType<import("./interface").IsTimeDisabled>;
5263
3191
  readonly show: {
5264
- readonly type: PropType<boolean | undefined>;
3192
+ readonly type: import("vue").PropType<boolean | undefined>;
5265
3193
  readonly default: undefined;
5266
3194
  };
5267
3195
  readonly panel: BooleanConstructor;
5268
- readonly ranges: PropType<Record<string, [number, number]>>;
5269
- readonly firstDayOfWeek: PropType<FirstDayOfWeek>;
3196
+ readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
3197
+ readonly firstDayOfWeek: import("vue").PropType<import("./interface").FirstDayOfWeek>;
5270
3198
  readonly inputReadonly: BooleanConstructor;
5271
3199
  readonly closeOnSelect: BooleanConstructor;
5272
- readonly status: PropType<FormValidationStatus>;
5273
- readonly timePickerProps: PropType<TimePickerProps | [TimePickerProps, TimePickerProps]>;
5274
- readonly onClear: PropType<() => void>;
5275
- readonly onConfirm: PropType<OnUpdateValue>;
3200
+ readonly status: import("vue").PropType<import("../../form/src/interface").FormValidationStatus>;
3201
+ readonly timePickerProps: import("vue").PropType<import("../..").TimePickerProps | [import("../..").TimePickerProps, import("../..").TimePickerProps]>;
3202
+ readonly onClear: import("vue").PropType<() => void>;
3203
+ readonly onConfirm: import("vue").PropType<import("./interface").OnConfirm>;
5276
3204
  readonly defaultCalendarStartTime: NumberConstructor;
5277
3205
  readonly defaultCalendarEndTime: NumberConstructor;
5278
3206
  readonly bindCalendarMonths: BooleanConstructor;
@@ -5288,20 +3216,24 @@ declare const _default: import("vue").DefineComponent<{
5288
3216
  readonly type: StringConstructor;
5289
3217
  readonly default: "'Q'Q";
5290
3218
  };
5291
- readonly 'onUpdate:show': PropType<MaybeArray<(show: boolean) => void>>;
5292
- readonly onUpdateShow: PropType<MaybeArray<(show: boolean) => void>>;
5293
- readonly 'onUpdate:formattedValue': PropType<MaybeArray<OnUpdateFormattedValue>>;
5294
- readonly onUpdateFormattedValue: PropType<MaybeArray<OnUpdateFormattedValue>>;
5295
- readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
5296
- readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
5297
- readonly onFocus: PropType<(e: FocusEvent) => void>;
5298
- readonly onBlur: PropType<(e: FocusEvent) => void>;
5299
- readonly onNextMonth: PropType<() => void>;
5300
- readonly onPrevMonth: PropType<() => void>;
5301
- readonly onNextYear: PropType<() => void>;
5302
- readonly onPrevYear: PropType<() => void>;
5303
- readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
5304
- readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
3219
+ readonly yearRange: {
3220
+ readonly type: import("vue").PropType<[number, number]>;
3221
+ readonly default: () => [number, number];
3222
+ };
3223
+ readonly 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(show: boolean) => void>>;
3224
+ readonly onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(show: boolean) => void>>;
3225
+ readonly 'onUpdate:formattedValue': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFormattedValue>>;
3226
+ readonly onUpdateFormattedValue: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFormattedValue>>;
3227
+ readonly 'onUpdate:value': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
3228
+ readonly onUpdateValue: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
3229
+ readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
3230
+ readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
3231
+ readonly onNextMonth: import("vue").PropType<() => void>;
3232
+ readonly onPrevMonth: import("vue").PropType<() => void>;
3233
+ readonly onNextYear: import("vue").PropType<() => void>;
3234
+ readonly onPrevYear: import("vue").PropType<() => void>;
3235
+ readonly onChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
3236
+ readonly theme: import("vue").PropType<import("../../_mixins").Theme<"DatePicker", {
5305
3237
  itemFontSize: string;
5306
3238
  calendarDaysFontSize: string;
5307
3239
  calendarTitleFontSize: string;
@@ -5654,8 +3586,10 @@ declare const _default: import("vue").DefineComponent<{
5654
3586
  borderRadius: string;
5655
3587
  color: string;
5656
3588
  colorHover: string;
5657
- railInsetHorizontal: string;
5658
- railInsetVertical: string;
3589
+ railInsetHorizontalBottom: string;
3590
+ railInsetHorizontalTop: string;
3591
+ railInsetVerticalRight: string;
3592
+ railInsetVerticalLeft: string;
5659
3593
  railColor: string;
5660
3594
  }, any>;
5661
3595
  Button: import("../../_mixins").Theme<"Button", {
@@ -5930,12 +3864,14 @@ declare const _default: import("vue").DefineComponent<{
5930
3864
  borderRadius: string;
5931
3865
  color: string;
5932
3866
  colorHover: string;
5933
- railInsetHorizontal: string;
5934
- railInsetVertical: string;
3867
+ railInsetHorizontalBottom: string;
3868
+ railInsetHorizontalTop: string;
3869
+ railInsetVerticalRight: string;
3870
+ railInsetVerticalLeft: string;
5935
3871
  railColor: string;
5936
3872
  }, any>;
5937
3873
  }>>;
5938
- readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
3874
+ readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
5939
3875
  itemFontSize: string;
5940
3876
  calendarDaysFontSize: string;
5941
3877
  calendarTitleFontSize: string;
@@ -6288,8 +4224,10 @@ declare const _default: import("vue").DefineComponent<{
6288
4224
  borderRadius: string;
6289
4225
  color: string;
6290
4226
  colorHover: string;
6291
- railInsetHorizontal: string;
6292
- railInsetVertical: string;
4227
+ railInsetHorizontalBottom: string;
4228
+ railInsetHorizontalTop: string;
4229
+ railInsetVerticalRight: string;
4230
+ railInsetVerticalLeft: string;
6293
4231
  railColor: string;
6294
4232
  }, any>;
6295
4233
  Button: import("../../_mixins").Theme<"Button", {
@@ -6564,12 +4502,14 @@ declare const _default: import("vue").DefineComponent<{
6564
4502
  borderRadius: string;
6565
4503
  color: string;
6566
4504
  colorHover: string;
6567
- railInsetHorizontal: string;
6568
- railInsetVertical: string;
4505
+ railInsetHorizontalBottom: string;
4506
+ railInsetHorizontalTop: string;
4507
+ railInsetVerticalRight: string;
4508
+ railInsetVerticalLeft: string;
6569
4509
  railColor: string;
6570
4510
  }, any>;
6571
4511
  }>>>;
6572
- readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
4512
+ readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
6573
4513
  itemFontSize: string;
6574
4514
  calendarDaysFontSize: string;
6575
4515
  calendarTitleFontSize: string;
@@ -6922,8 +4862,10 @@ declare const _default: import("vue").DefineComponent<{
6922
4862
  borderRadius: string;
6923
4863
  color: string;
6924
4864
  colorHover: string;
6925
- railInsetHorizontal: string;
6926
- railInsetVertical: string;
4865
+ railInsetHorizontalBottom: string;
4866
+ railInsetHorizontalTop: string;
4867
+ railInsetVerticalRight: string;
4868
+ railInsetVerticalLeft: string;
6927
4869
  railColor: string;
6928
4870
  }, any>;
6929
4871
  Button: import("../../_mixins").Theme<"Button", {
@@ -7198,13 +5140,15 @@ declare const _default: import("vue").DefineComponent<{
7198
5140
  borderRadius: string;
7199
5141
  color: string;
7200
5142
  colorHover: string;
7201
- railInsetHorizontal: string;
7202
- railInsetVertical: string;
5143
+ railInsetHorizontalBottom: string;
5144
+ railInsetHorizontalTop: string;
5145
+ railInsetVerticalRight: string;
5146
+ railInsetVerticalLeft: string;
7203
5147
  railColor: string;
7204
5148
  }, any>;
7205
5149
  }>>>;
7206
5150
  }>>, {
7207
- readonly type: DatePickerType;
5151
+ readonly type: import("./config").DatePickerType;
7208
5152
  readonly show: boolean | undefined;
7209
5153
  readonly disabled: boolean | undefined;
7210
5154
  readonly to: string | boolean | HTMLElement;
@@ -7212,12 +5156,13 @@ declare const _default: import("vue").DefineComponent<{
7212
5156
  readonly monthFormat: string;
7213
5157
  readonly quarterFormat: string;
7214
5158
  readonly bordered: boolean | undefined;
7215
- readonly placement: FollowerPlacement;
5159
+ readonly placement: import("vueuc").FollowerPlacement;
7216
5160
  readonly clearable: boolean;
7217
5161
  readonly inputReadonly: boolean;
7218
- readonly panel: boolean;
7219
5162
  readonly updateValueOnClose: boolean;
5163
+ readonly panel: boolean;
7220
5164
  readonly closeOnSelect: boolean;
7221
5165
  readonly bindCalendarMonths: boolean;
5166
+ readonly yearRange: [number, number];
7222
5167
  }, {}>;
7223
5168
  export default _default;