@uzum-tech/ui 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (378) hide show
  1. package/dist/index.js +28216 -27711
  2. package/dist/index.mjs +28479 -27974
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  6. package/es/_internal/close/src/Close.d.ts +1 -1
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  8. package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  9. package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
  10. package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  11. package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
  12. package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  13. package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
  14. package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  15. package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
  16. package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  17. package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
  18. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  19. package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
  20. package/es/_internal/select-menu/src/interface.d.ts +650 -2
  21. package/es/_internal/select-menu/src/interface.mjs +81 -0
  22. package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
  23. package/es/_internal/select-menu/styles/dark.mjs +5 -1
  24. package/es/_internal/select-menu/styles/light.d.ts +123 -0
  25. package/es/_internal/select-menu/styles/light.mjs +5 -1
  26. package/es/_internal/selection/src/Selection.d.ts +3 -3
  27. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  28. package/es/_internal/typography/src/text.d.ts +3 -3
  29. package/es/action-card/src/ActionCard.d.ts +2 -2
  30. package/es/affix/src/Affix.d.ts +1 -1
  31. package/es/alert/src/Alert.d.ts +1 -1
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  34. package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
  35. package/es/auto-complete/styles/light.d.ts +123 -0
  36. package/es/avatar/src/Avatar.d.ts +1 -1
  37. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  38. package/es/back-top/src/BackTop.d.ts +1 -1
  39. package/es/badge/src/Badge.d.ts +1 -1
  40. package/es/button/src/Button.d.ts +7 -7
  41. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  42. package/es/card/src/Card.d.ts +1 -1
  43. package/es/card-list/src/CardListItem.d.ts +1 -1
  44. package/es/carousel/src/Carousel.d.ts +4 -4
  45. package/es/carousel/src/CarouselDots.d.ts +2 -2
  46. package/es/cascader/src/Cascader.d.ts +1404 -51
  47. package/es/cascader/src/CascaderMenu.d.ts +492 -0
  48. package/es/cascader/src/CascaderOption.d.ts +492 -0
  49. package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
  50. package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
  51. package/es/cascader/styles/light.d.ts +123 -0
  52. package/es/chat/src/Chat.d.ts +5868 -87
  53. package/es/chat/src/ChatListItems.d.ts +1849 -4
  54. package/es/chat/src/ChatMainArea.d.ts +1849 -4
  55. package/es/chat/src/ChatMessages.d.ts +1849 -4
  56. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  57. package/es/chat/styles/dark.d.ts +123 -0
  58. package/es/chat/styles/light.d.ts +123 -0
  59. package/es/checkbox/src/Checkbox.d.ts +7 -7
  60. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  61. package/es/code/src/Code.d.ts +2 -2
  62. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  63. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  64. package/es/components.d.ts +19177 -419
  65. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  66. package/es/config-provider/src/context.mjs +1 -1
  67. package/es/crop/src/Crop.d.ts +1 -1
  68. package/es/data-table/src/DataTable.d.ts +2087 -119
  69. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  70. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  71. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  72. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  73. package/es/data-table/src/interface.d.ts +738 -0
  74. package/es/data-table/styles/light.d.ts +246 -0
  75. package/es/date-picker/src/DatePicker.d.ts +3 -3
  76. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  77. package/es/descriptions/src/Descriptions.d.ts +2 -2
  78. package/es/dialog/src/Dialog.d.ts +1 -1
  79. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  80. package/es/dialog/src/DialogProvider.d.ts +52 -52
  81. package/es/dialog/src/dialogProps.d.ts +1 -1
  82. package/es/divider/src/Divider.d.ts +1 -1
  83. package/es/drawer/src/Drawer.d.ts +2 -2
  84. package/es/dropdown/src/Dropdown.d.ts +4 -4
  85. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  86. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  87. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  88. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  89. package/es/empty/src/Empty.d.ts +1 -1
  90. package/es/flex/src/Flex.d.ts +1 -1
  91. package/es/float-button/src/FloatButton.d.ts +1 -1
  92. package/es/form/src/Form.d.ts +1 -1
  93. package/es/form/src/FormItem.d.ts +3 -3
  94. package/es/form/src/FormItemCol.d.ts +3 -3
  95. package/es/form/src/FormItemGridItem.d.ts +3 -3
  96. package/es/form/src/FormItemRow.d.ts +2 -2
  97. package/es/form/src/utils.d.ts +1 -1
  98. package/es/gradient-text/src/GradientText.d.ts +2 -2
  99. package/es/header/src/Header.d.ts +1 -1
  100. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  101. package/es/heatmap/src/Heatmap.d.ts +1 -1
  102. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  103. package/es/icon-pack/src/IconPack.d.ts +2 -2
  104. package/es/image/src/Image.d.ts +1 -1
  105. package/es/input/src/Input.d.ts +7 -7
  106. package/es/input-number/src/InputNumber.d.ts +3 -3
  107. package/es/input-otp/src/InputOtp.d.ts +2 -2
  108. package/es/kanban/src/Kanban.d.ts +1 -1
  109. package/es/layout/src/LayoutSider.d.ts +1 -1
  110. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  111. package/es/list/src/List.d.ts +9 -9
  112. package/es/list/src/ListItem.d.ts +10 -10
  113. package/es/locales/common/enUS.d.ts +1 -0
  114. package/es/locales/common/enUS.mjs +2 -1
  115. package/es/locales/common/ruRU.mjs +2 -1
  116. package/es/locales/common/uzUZ.mjs +2 -1
  117. package/es/locales/common/zhCN.mjs +2 -1
  118. package/es/mention/src/Mention.d.ts +1388 -32
  119. package/es/mention/styles/light.d.ts +123 -0
  120. package/es/menu/src/Menu.d.ts +3 -3
  121. package/es/menu/src/MenuOption.d.ts +1 -1
  122. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  123. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  124. package/es/menu/src/Submenu.d.ts +1 -1
  125. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  126. package/es/modal/src/BodyWrapper.d.ts +2 -2
  127. package/es/modal/src/Modal.d.ts +4 -4
  128. package/es/modal/src/ModalEnvironment.d.ts +4 -4
  129. package/es/modal/src/presetProps.d.ts +1 -1
  130. package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
  131. package/es/notification/src/Notification.d.ts +2 -2
  132. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  133. package/es/notification/src/NotificationProvider.d.ts +12 -12
  134. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  135. package/es/pagination/src/Pagination.d.ts +1995 -27
  136. package/es/pagination/src/interface.d.ts +738 -0
  137. package/es/pagination/styles/light.d.ts +246 -0
  138. package/es/popconfirm/src/Popconfirm.d.ts +3 -3
  139. package/es/popover/src/Popover.d.ts +3 -3
  140. package/es/popover/src/PopoverBody.d.ts +1 -1
  141. package/es/popselect/src/Popselect.d.ts +1383 -30
  142. package/es/popselect/src/PopselectPanel.d.ts +494 -2
  143. package/es/popselect/styles/light.d.ts +123 -0
  144. package/es/qr-code/src/QrCode.d.ts +2 -2
  145. package/es/radio/src/Radio.d.ts +2 -2
  146. package/es/radio/src/RadioButton.d.ts +9 -9
  147. package/es/radio/src/RadioGroup.d.ts +1 -1
  148. package/es/rate/src/Rate.d.ts +1 -1
  149. package/es/result/src/Result.d.ts +1 -1
  150. package/es/select/index.d.ts +4 -3
  151. package/es/select/index.mjs +2 -1
  152. package/es/select/src/Select.d.ts +1127 -811
  153. package/es/select/src/Select.mjs +257 -226
  154. package/es/select/src/interface.d.ts +1140 -8
  155. package/es/select/src/interface.mjs +154 -1
  156. package/es/select/src/styles/index.cssr.mjs +16 -3
  157. package/es/select/src/utils.d.ts +3 -1
  158. package/es/select/src/utils.mjs +32 -0
  159. package/es/select/styles/light.d.ts +123 -0
  160. package/es/skeleton/src/Skeleton.d.ts +1 -1
  161. package/es/slider/src/Slider.d.ts +4 -4
  162. package/es/spin/src/Spin.d.ts +1 -1
  163. package/es/split/src/Split.d.ts +2 -2
  164. package/es/steps/src/Steps.d.ts +1 -1
  165. package/es/switch/src/Switch.d.ts +2 -2
  166. package/es/tabs/src/Tab.d.ts +8 -8
  167. package/es/tabs/src/TabPane.d.ts +1 -1
  168. package/es/tabs/src/Tabs.d.ts +1 -1
  169. package/es/tag/src/Tag.d.ts +4 -4
  170. package/es/tag/src/TagGroup.d.ts +2 -2
  171. package/es/time-picker/src/Panel.d.ts +1 -1
  172. package/es/time-picker/src/TimePicker.d.ts +3 -3
  173. package/es/timeline/src/Timeline.d.ts +1 -1
  174. package/es/timeline/src/TimelineItem.d.ts +1 -1
  175. package/es/toggle-button/src/ToggleButton.d.ts +8 -8
  176. package/es/tooltip/src/Tooltip.d.ts +3 -3
  177. package/es/transfer/src/Transfer.d.ts +2 -2
  178. package/es/tree/src/Tree.d.ts +2 -2
  179. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  180. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  181. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  182. package/es/typography/src/create-header.d.ts +1 -1
  183. package/es/typography/src/headers.d.ts +6 -6
  184. package/es/typography/src/text.d.ts +5 -5
  185. package/es/upload/src/Upload.d.ts +3 -3
  186. package/es/upload/src/UploadFile.d.ts +1 -1
  187. package/es/version.d.ts +1 -1
  188. package/es/version.mjs +1 -1
  189. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  190. package/es/watermark/src/Watermark.d.ts +2 -2
  191. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  192. package/lib/_internal/close/src/Close.d.ts +1 -1
  193. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  194. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  195. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  196. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  197. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  198. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  199. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  200. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  201. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  202. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  203. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  204. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  205. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  206. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  207. package/lib/_internal/select-menu/src/interface.js +46 -1
  208. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  209. package/lib/_internal/select-menu/styles/dark.js +8 -4
  210. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  211. package/lib/_internal/select-menu/styles/light.js +8 -4
  212. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  213. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  214. package/lib/_internal/typography/src/text.d.ts +3 -3
  215. package/lib/action-card/src/ActionCard.d.ts +2 -2
  216. package/lib/affix/src/Affix.d.ts +1 -1
  217. package/lib/alert/src/Alert.d.ts +1 -1
  218. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  219. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  220. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  221. package/lib/auto-complete/styles/light.d.ts +123 -0
  222. package/lib/avatar/src/Avatar.d.ts +1 -1
  223. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  224. package/lib/back-top/src/BackTop.d.ts +1 -1
  225. package/lib/badge/src/Badge.d.ts +1 -1
  226. package/lib/button/src/Button.d.ts +7 -7
  227. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  228. package/lib/card/src/Card.d.ts +1 -1
  229. package/lib/card-list/src/CardListItem.d.ts +1 -1
  230. package/lib/carousel/src/Carousel.d.ts +4 -4
  231. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  232. package/lib/cascader/src/Cascader.d.ts +1404 -51
  233. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  234. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  235. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  236. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  237. package/lib/cascader/styles/light.d.ts +123 -0
  238. package/lib/chat/src/Chat.d.ts +5868 -87
  239. package/lib/chat/src/ChatListItems.d.ts +1849 -4
  240. package/lib/chat/src/ChatMainArea.d.ts +1849 -4
  241. package/lib/chat/src/ChatMessages.d.ts +1849 -4
  242. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  243. package/lib/chat/styles/dark.d.ts +123 -0
  244. package/lib/chat/styles/light.d.ts +123 -0
  245. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  246. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  247. package/lib/code/src/Code.d.ts +2 -2
  248. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  249. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  250. package/lib/components.d.ts +19177 -419
  251. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  252. package/lib/config-provider/src/context.js +2 -2
  253. package/lib/crop/src/Crop.d.ts +1 -1
  254. package/lib/data-table/src/DataTable.d.ts +2087 -119
  255. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  256. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  257. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  258. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  259. package/lib/data-table/src/interface.d.ts +738 -0
  260. package/lib/data-table/styles/light.d.ts +246 -0
  261. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  262. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  263. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  264. package/lib/dialog/src/Dialog.d.ts +1 -1
  265. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  266. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  267. package/lib/dialog/src/dialogProps.d.ts +1 -1
  268. package/lib/divider/src/Divider.d.ts +1 -1
  269. package/lib/drawer/src/Drawer.d.ts +2 -2
  270. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  271. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  272. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  273. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  274. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  275. package/lib/empty/src/Empty.d.ts +1 -1
  276. package/lib/flex/src/Flex.d.ts +1 -1
  277. package/lib/float-button/src/FloatButton.d.ts +1 -1
  278. package/lib/form/src/Form.d.ts +1 -1
  279. package/lib/form/src/FormItem.d.ts +3 -3
  280. package/lib/form/src/FormItemCol.d.ts +3 -3
  281. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  282. package/lib/form/src/FormItemRow.d.ts +2 -2
  283. package/lib/form/src/utils.d.ts +1 -1
  284. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  285. package/lib/header/src/Header.d.ts +1 -1
  286. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  287. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  288. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  289. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  290. package/lib/image/src/Image.d.ts +1 -1
  291. package/lib/input/src/Input.d.ts +7 -7
  292. package/lib/input-number/src/InputNumber.d.ts +3 -3
  293. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  294. package/lib/kanban/src/Kanban.d.ts +1 -1
  295. package/lib/layout/src/LayoutSider.d.ts +1 -1
  296. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  297. package/lib/list/src/List.d.ts +9 -9
  298. package/lib/list/src/ListItem.d.ts +10 -10
  299. package/lib/locales/common/enUS.d.ts +1 -0
  300. package/lib/locales/common/enUS.js +2 -1
  301. package/lib/locales/common/ruRU.js +2 -1
  302. package/lib/locales/common/uzUZ.js +2 -1
  303. package/lib/locales/common/zhCN.js +2 -1
  304. package/lib/mention/src/Mention.d.ts +1388 -32
  305. package/lib/mention/styles/light.d.ts +123 -0
  306. package/lib/menu/src/Menu.d.ts +3 -3
  307. package/lib/menu/src/MenuOption.d.ts +1 -1
  308. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  309. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  310. package/lib/menu/src/Submenu.d.ts +1 -1
  311. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  312. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  313. package/lib/modal/src/Modal.d.ts +4 -4
  314. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  315. package/lib/modal/src/presetProps.d.ts +1 -1
  316. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  317. package/lib/notification/src/Notification.d.ts +2 -2
  318. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  319. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  320. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  321. package/lib/pagination/src/Pagination.d.ts +1995 -27
  322. package/lib/pagination/src/interface.d.ts +738 -0
  323. package/lib/pagination/styles/light.d.ts +246 -0
  324. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  325. package/lib/popover/src/Popover.d.ts +3 -3
  326. package/lib/popover/src/PopoverBody.d.ts +1 -1
  327. package/lib/popselect/src/Popselect.d.ts +1383 -30
  328. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  329. package/lib/popselect/styles/light.d.ts +123 -0
  330. package/lib/qr-code/src/QrCode.d.ts +2 -2
  331. package/lib/radio/src/Radio.d.ts +2 -2
  332. package/lib/radio/src/RadioButton.d.ts +9 -9
  333. package/lib/radio/src/RadioGroup.d.ts +1 -1
  334. package/lib/rate/src/Rate.d.ts +1 -1
  335. package/lib/result/src/Result.d.ts +1 -1
  336. package/lib/select/index.d.ts +4 -3
  337. package/lib/select/index.js +2 -1
  338. package/lib/select/src/Select.d.ts +1127 -811
  339. package/lib/select/src/Select.js +189 -108
  340. package/lib/select/src/interface.d.ts +1140 -8
  341. package/lib/select/src/interface.js +85 -0
  342. package/lib/select/src/styles/index.cssr.js +15 -2
  343. package/lib/select/src/utils.d.ts +3 -1
  344. package/lib/select/src/utils.js +38 -0
  345. package/lib/select/styles/light.d.ts +123 -0
  346. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  347. package/lib/slider/src/Slider.d.ts +4 -4
  348. package/lib/spin/src/Spin.d.ts +1 -1
  349. package/lib/split/src/Split.d.ts +2 -2
  350. package/lib/steps/src/Steps.d.ts +1 -1
  351. package/lib/switch/src/Switch.d.ts +2 -2
  352. package/lib/tabs/src/Tab.d.ts +8 -8
  353. package/lib/tabs/src/TabPane.d.ts +1 -1
  354. package/lib/tabs/src/Tabs.d.ts +1 -1
  355. package/lib/tag/src/Tag.d.ts +4 -4
  356. package/lib/tag/src/TagGroup.d.ts +2 -2
  357. package/lib/time-picker/src/Panel.d.ts +1 -1
  358. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  359. package/lib/timeline/src/Timeline.d.ts +1 -1
  360. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  361. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  362. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  363. package/lib/transfer/src/Transfer.d.ts +2 -2
  364. package/lib/tree/src/Tree.d.ts +2 -2
  365. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  366. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  367. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  368. package/lib/typography/src/create-header.d.ts +1 -1
  369. package/lib/typography/src/headers.d.ts +6 -6
  370. package/lib/typography/src/text.d.ts +5 -5
  371. package/lib/upload/src/Upload.d.ts +3 -3
  372. package/lib/upload/src/UploadFile.d.ts +1 -1
  373. package/lib/version.d.ts +1 -1
  374. package/lib/version.js +1 -1
  375. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  376. package/lib/watermark/src/Watermark.d.ts +2 -2
  377. package/package.json +1 -1
  378. package/web-types.json +78 -2
@@ -184,6 +184,129 @@ export declare const cascaderProps: {
184
184
  iconBgColor: string;
185
185
  extraTextColor: string;
186
186
  }, any>;
187
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
188
+ fontWeight: string;
189
+ textColor: string;
190
+ descriptionTextColor: string;
191
+ textColorDisabled: string;
192
+ descriptionTextColorDisabled: string;
193
+ fontSizeLarge: string;
194
+ fontSizeMedium: string;
195
+ fontSizeSmall: string;
196
+ lineHeightLarge: string;
197
+ lineHeightMedium: string;
198
+ lineHeightSmall: string;
199
+ borderRadiusLarge: string;
200
+ borderRadiusMedium: string;
201
+ borderRadiusSmall: string;
202
+ color: string;
203
+ colorHover: string;
204
+ colorFocus: string;
205
+ colorActive: string;
206
+ colorChecked: string;
207
+ colorHoverChecked: string;
208
+ colorFocusChecked: string;
209
+ colorActiveChecked: string;
210
+ colorDisabled: string;
211
+ colorDisabledChecked: string;
212
+ checkMarkColor: string;
213
+ checkMarkColorHover: string;
214
+ checkMarkColorFocus: string;
215
+ checkMarkColorActive: string;
216
+ checkMarkColorDisabled: string;
217
+ checkMarkColorDisabledChecked: string;
218
+ border: string;
219
+ borderHover: string;
220
+ borderFocus: string;
221
+ borderActive: string;
222
+ borderChecked: string;
223
+ borderHoverChecked: string;
224
+ borderFocusChecked: string;
225
+ borderActiveChecked: string;
226
+ borderDisabled: string;
227
+ borderDisabledChecked: string;
228
+ boxShadowHover: string;
229
+ boxShadowFocus: string;
230
+ boxShadowActive: string;
231
+ boxShadowHoverChecked: string;
232
+ boxShadowFocusChecked: string;
233
+ boxShadowActiveChecked: string;
234
+ sizeSmall: string;
235
+ sizeMedium: string;
236
+ sizeLarge: string;
237
+ labelPadding: string;
238
+ }, any>;
239
+ Input: import("../../_mixins").Theme<"Input", {
240
+ paddingTiny: string;
241
+ paddingSmall: string;
242
+ paddingMedium: string;
243
+ paddingLarge: string;
244
+ paddingHuge: string;
245
+ clearSize: string;
246
+ countTextColorDisabled: string;
247
+ countTextColor: string;
248
+ heightTiny: string;
249
+ heightSmall: string;
250
+ heightMedium: string;
251
+ heightLarge: string;
252
+ heightHuge: string;
253
+ fontSizeTiny: string;
254
+ fontSizeSmall: string;
255
+ fontSizeMedium: string;
256
+ fontSizeLarge: string;
257
+ fontSizeHuge: string;
258
+ lineHeight: string;
259
+ lineHeightTextarea: string;
260
+ borderRadius: string;
261
+ iconSize: string;
262
+ groupLabelTextColor: string;
263
+ textColor: string;
264
+ textColorDisabled: string;
265
+ textDecorationColor: string;
266
+ caretColor: string;
267
+ placeholderColor: string;
268
+ placeholderColorDisabled: string;
269
+ color: string;
270
+ colorDisabled: string;
271
+ colorFocus: string;
272
+ groupLabelBorder: string;
273
+ border: string;
274
+ borderHover: string;
275
+ borderDisabled: string;
276
+ borderFocus: string;
277
+ boxShadowFocus: string;
278
+ loadingColor: string;
279
+ loadingColorSuccess: string;
280
+ borderSuccess: string;
281
+ borderHoverSuccess: string;
282
+ colorFocusSuccess: string;
283
+ borderFocusSuccess: string;
284
+ boxShadowFocusSuccess: string;
285
+ caretColorSuccess: string;
286
+ loadingColorWarning: string;
287
+ borderWarning: string;
288
+ borderHoverWarning: string;
289
+ colorFocusWarning: string;
290
+ borderFocusWarning: string;
291
+ boxShadowFocusWarning: string;
292
+ caretColorWarning: string;
293
+ loadingColorError: string;
294
+ borderError: string;
295
+ borderHoverError: string;
296
+ colorFocusError: string;
297
+ borderFocusError: string;
298
+ boxShadowFocusError: string;
299
+ caretColorError: string;
300
+ clearColor: string;
301
+ clearColorHover: string;
302
+ clearColorPressed: string;
303
+ iconColor: string;
304
+ iconColorDisabled: string;
305
+ iconColorHover: string;
306
+ iconColorPressed: string;
307
+ suffixTextColor: string;
308
+ selectionColor: string;
309
+ }, any>;
187
310
  }>;
188
311
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
189
312
  paddingTiny: string;
@@ -473,6 +596,129 @@ export declare const cascaderProps: {
473
596
  iconBgColor: string;
474
597
  extraTextColor: string;
475
598
  }, any>;
599
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
600
+ fontWeight: string;
601
+ textColor: string;
602
+ descriptionTextColor: string;
603
+ textColorDisabled: string;
604
+ descriptionTextColorDisabled: string;
605
+ fontSizeLarge: string;
606
+ fontSizeMedium: string;
607
+ fontSizeSmall: string;
608
+ lineHeightLarge: string;
609
+ lineHeightMedium: string;
610
+ lineHeightSmall: string;
611
+ borderRadiusLarge: string;
612
+ borderRadiusMedium: string;
613
+ borderRadiusSmall: string;
614
+ color: string;
615
+ colorHover: string;
616
+ colorFocus: string;
617
+ colorActive: string;
618
+ colorChecked: string;
619
+ colorHoverChecked: string;
620
+ colorFocusChecked: string;
621
+ colorActiveChecked: string;
622
+ colorDisabled: string;
623
+ colorDisabledChecked: string;
624
+ checkMarkColor: string;
625
+ checkMarkColorHover: string;
626
+ checkMarkColorFocus: string;
627
+ checkMarkColorActive: string;
628
+ checkMarkColorDisabled: string;
629
+ checkMarkColorDisabledChecked: string;
630
+ border: string;
631
+ borderHover: string;
632
+ borderFocus: string;
633
+ borderActive: string;
634
+ borderChecked: string;
635
+ borderHoverChecked: string;
636
+ borderFocusChecked: string;
637
+ borderActiveChecked: string;
638
+ borderDisabled: string;
639
+ borderDisabledChecked: string;
640
+ boxShadowHover: string;
641
+ boxShadowFocus: string;
642
+ boxShadowActive: string;
643
+ boxShadowHoverChecked: string;
644
+ boxShadowFocusChecked: string;
645
+ boxShadowActiveChecked: string;
646
+ sizeSmall: string;
647
+ sizeMedium: string;
648
+ sizeLarge: string;
649
+ labelPadding: string;
650
+ }, any>;
651
+ Input: import("../../_mixins").Theme<"Input", {
652
+ paddingTiny: string;
653
+ paddingSmall: string;
654
+ paddingMedium: string;
655
+ paddingLarge: string;
656
+ paddingHuge: string;
657
+ clearSize: string;
658
+ countTextColorDisabled: string;
659
+ countTextColor: string;
660
+ heightTiny: string;
661
+ heightSmall: string;
662
+ heightMedium: string;
663
+ heightLarge: string;
664
+ heightHuge: string;
665
+ fontSizeTiny: string;
666
+ fontSizeSmall: string;
667
+ fontSizeMedium: string;
668
+ fontSizeLarge: string;
669
+ fontSizeHuge: string;
670
+ lineHeight: string;
671
+ lineHeightTextarea: string;
672
+ borderRadius: string;
673
+ iconSize: string;
674
+ groupLabelTextColor: string;
675
+ textColor: string;
676
+ textColorDisabled: string;
677
+ textDecorationColor: string;
678
+ caretColor: string;
679
+ placeholderColor: string;
680
+ placeholderColorDisabled: string;
681
+ color: string;
682
+ colorDisabled: string;
683
+ colorFocus: string;
684
+ groupLabelBorder: string;
685
+ border: string;
686
+ borderHover: string;
687
+ borderDisabled: string;
688
+ borderFocus: string;
689
+ boxShadowFocus: string;
690
+ loadingColor: string;
691
+ loadingColorSuccess: string;
692
+ borderSuccess: string;
693
+ borderHoverSuccess: string;
694
+ colorFocusSuccess: string;
695
+ borderFocusSuccess: string;
696
+ boxShadowFocusSuccess: string;
697
+ caretColorSuccess: string;
698
+ loadingColorWarning: string;
699
+ borderWarning: string;
700
+ borderHoverWarning: string;
701
+ colorFocusWarning: string;
702
+ borderFocusWarning: string;
703
+ boxShadowFocusWarning: string;
704
+ caretColorWarning: string;
705
+ loadingColorError: string;
706
+ borderError: string;
707
+ borderHoverError: string;
708
+ colorFocusError: string;
709
+ borderFocusError: string;
710
+ boxShadowFocusError: string;
711
+ caretColorError: string;
712
+ clearColor: string;
713
+ clearColorHover: string;
714
+ clearColorPressed: string;
715
+ iconColor: string;
716
+ iconColorDisabled: string;
717
+ iconColorHover: string;
718
+ iconColorPressed: string;
719
+ suffixTextColor: string;
720
+ selectionColor: string;
721
+ }, any>;
476
722
  }>;
477
723
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
478
724
  paddingTiny: string;
@@ -762,6 +1008,129 @@ export declare const cascaderProps: {
762
1008
  iconBgColor: string;
763
1009
  extraTextColor: string;
764
1010
  }, any>;
1011
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1012
+ fontWeight: string;
1013
+ textColor: string;
1014
+ descriptionTextColor: string;
1015
+ textColorDisabled: string;
1016
+ descriptionTextColorDisabled: string;
1017
+ fontSizeLarge: string;
1018
+ fontSizeMedium: string;
1019
+ fontSizeSmall: string;
1020
+ lineHeightLarge: string;
1021
+ lineHeightMedium: string;
1022
+ lineHeightSmall: string;
1023
+ borderRadiusLarge: string;
1024
+ borderRadiusMedium: string;
1025
+ borderRadiusSmall: string;
1026
+ color: string;
1027
+ colorHover: string;
1028
+ colorFocus: string;
1029
+ colorActive: string;
1030
+ colorChecked: string;
1031
+ colorHoverChecked: string;
1032
+ colorFocusChecked: string;
1033
+ colorActiveChecked: string;
1034
+ colorDisabled: string;
1035
+ colorDisabledChecked: string;
1036
+ checkMarkColor: string;
1037
+ checkMarkColorHover: string;
1038
+ checkMarkColorFocus: string;
1039
+ checkMarkColorActive: string;
1040
+ checkMarkColorDisabled: string;
1041
+ checkMarkColorDisabledChecked: string;
1042
+ border: string;
1043
+ borderHover: string;
1044
+ borderFocus: string;
1045
+ borderActive: string;
1046
+ borderChecked: string;
1047
+ borderHoverChecked: string;
1048
+ borderFocusChecked: string;
1049
+ borderActiveChecked: string;
1050
+ borderDisabled: string;
1051
+ borderDisabledChecked: string;
1052
+ boxShadowHover: string;
1053
+ boxShadowFocus: string;
1054
+ boxShadowActive: string;
1055
+ boxShadowHoverChecked: string;
1056
+ boxShadowFocusChecked: string;
1057
+ boxShadowActiveChecked: string;
1058
+ sizeSmall: string;
1059
+ sizeMedium: string;
1060
+ sizeLarge: string;
1061
+ labelPadding: string;
1062
+ }, any>;
1063
+ Input: import("../../_mixins").Theme<"Input", {
1064
+ paddingTiny: string;
1065
+ paddingSmall: string;
1066
+ paddingMedium: string;
1067
+ paddingLarge: string;
1068
+ paddingHuge: string;
1069
+ clearSize: string;
1070
+ countTextColorDisabled: string;
1071
+ countTextColor: string;
1072
+ heightTiny: string;
1073
+ heightSmall: string;
1074
+ heightMedium: string;
1075
+ heightLarge: string;
1076
+ heightHuge: string;
1077
+ fontSizeTiny: string;
1078
+ fontSizeSmall: string;
1079
+ fontSizeMedium: string;
1080
+ fontSizeLarge: string;
1081
+ fontSizeHuge: string;
1082
+ lineHeight: string;
1083
+ lineHeightTextarea: string;
1084
+ borderRadius: string;
1085
+ iconSize: string;
1086
+ groupLabelTextColor: string;
1087
+ textColor: string;
1088
+ textColorDisabled: string;
1089
+ textDecorationColor: string;
1090
+ caretColor: string;
1091
+ placeholderColor: string;
1092
+ placeholderColorDisabled: string;
1093
+ color: string;
1094
+ colorDisabled: string;
1095
+ colorFocus: string;
1096
+ groupLabelBorder: string;
1097
+ border: string;
1098
+ borderHover: string;
1099
+ borderDisabled: string;
1100
+ borderFocus: string;
1101
+ boxShadowFocus: string;
1102
+ loadingColor: string;
1103
+ loadingColorSuccess: string;
1104
+ borderSuccess: string;
1105
+ borderHoverSuccess: string;
1106
+ colorFocusSuccess: string;
1107
+ borderFocusSuccess: string;
1108
+ boxShadowFocusSuccess: string;
1109
+ caretColorSuccess: string;
1110
+ loadingColorWarning: string;
1111
+ borderWarning: string;
1112
+ borderHoverWarning: string;
1113
+ colorFocusWarning: string;
1114
+ borderFocusWarning: string;
1115
+ boxShadowFocusWarning: string;
1116
+ caretColorWarning: string;
1117
+ loadingColorError: string;
1118
+ borderError: string;
1119
+ borderHoverError: string;
1120
+ colorFocusError: string;
1121
+ borderFocusError: string;
1122
+ boxShadowFocusError: string;
1123
+ caretColorError: string;
1124
+ clearColor: string;
1125
+ clearColorHover: string;
1126
+ clearColorPressed: string;
1127
+ iconColor: string;
1128
+ iconColorDisabled: string;
1129
+ iconColorHover: string;
1130
+ iconColorPressed: string;
1131
+ suffixTextColor: string;
1132
+ selectionColor: string;
1133
+ }, any>;
765
1134
  }>;
766
1135
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
767
1136
  paddingTiny: string;
@@ -1155,6 +1524,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1155
1524
  iconBgColor: string;
1156
1525
  extraTextColor: string;
1157
1526
  }, any>;
1527
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1528
+ fontWeight: string;
1529
+ textColor: string;
1530
+ descriptionTextColor: string;
1531
+ textColorDisabled: string;
1532
+ descriptionTextColorDisabled: string;
1533
+ fontSizeLarge: string;
1534
+ fontSizeMedium: string;
1535
+ fontSizeSmall: string;
1536
+ lineHeightLarge: string;
1537
+ lineHeightMedium: string;
1538
+ lineHeightSmall: string;
1539
+ borderRadiusLarge: string;
1540
+ borderRadiusMedium: string;
1541
+ borderRadiusSmall: string;
1542
+ color: string;
1543
+ colorHover: string;
1544
+ colorFocus: string;
1545
+ colorActive: string;
1546
+ colorChecked: string;
1547
+ colorHoverChecked: string;
1548
+ colorFocusChecked: string;
1549
+ colorActiveChecked: string;
1550
+ colorDisabled: string;
1551
+ colorDisabledChecked: string;
1552
+ checkMarkColor: string;
1553
+ checkMarkColorHover: string;
1554
+ checkMarkColorFocus: string;
1555
+ checkMarkColorActive: string;
1556
+ checkMarkColorDisabled: string;
1557
+ checkMarkColorDisabledChecked: string;
1558
+ border: string;
1559
+ borderHover: string;
1560
+ borderFocus: string;
1561
+ borderActive: string;
1562
+ borderChecked: string;
1563
+ borderHoverChecked: string;
1564
+ borderFocusChecked: string;
1565
+ borderActiveChecked: string;
1566
+ borderDisabled: string;
1567
+ borderDisabledChecked: string;
1568
+ boxShadowHover: string;
1569
+ boxShadowFocus: string;
1570
+ boxShadowActive: string;
1571
+ boxShadowHoverChecked: string;
1572
+ boxShadowFocusChecked: string;
1573
+ boxShadowActiveChecked: string;
1574
+ sizeSmall: string;
1575
+ sizeMedium: string;
1576
+ sizeLarge: string;
1577
+ labelPadding: string;
1578
+ }, any>;
1579
+ Input: import("../../_mixins").Theme<"Input", {
1580
+ paddingTiny: string;
1581
+ paddingSmall: string;
1582
+ paddingMedium: string;
1583
+ paddingLarge: string;
1584
+ paddingHuge: string;
1585
+ clearSize: string;
1586
+ countTextColorDisabled: string;
1587
+ countTextColor: string;
1588
+ heightTiny: string;
1589
+ heightSmall: string;
1590
+ heightMedium: string;
1591
+ heightLarge: string;
1592
+ heightHuge: string;
1593
+ fontSizeTiny: string;
1594
+ fontSizeSmall: string;
1595
+ fontSizeMedium: string;
1596
+ fontSizeLarge: string;
1597
+ fontSizeHuge: string;
1598
+ lineHeight: string;
1599
+ lineHeightTextarea: string;
1600
+ borderRadius: string;
1601
+ iconSize: string;
1602
+ groupLabelTextColor: string;
1603
+ textColor: string;
1604
+ textColorDisabled: string;
1605
+ textDecorationColor: string;
1606
+ caretColor: string;
1607
+ placeholderColor: string;
1608
+ placeholderColorDisabled: string;
1609
+ color: string;
1610
+ colorDisabled: string;
1611
+ colorFocus: string;
1612
+ groupLabelBorder: string;
1613
+ border: string;
1614
+ borderHover: string;
1615
+ borderDisabled: string;
1616
+ borderFocus: string;
1617
+ boxShadowFocus: string;
1618
+ loadingColor: string;
1619
+ loadingColorSuccess: string;
1620
+ borderSuccess: string;
1621
+ borderHoverSuccess: string;
1622
+ colorFocusSuccess: string;
1623
+ borderFocusSuccess: string;
1624
+ boxShadowFocusSuccess: string;
1625
+ caretColorSuccess: string;
1626
+ loadingColorWarning: string;
1627
+ borderWarning: string;
1628
+ borderHoverWarning: string;
1629
+ colorFocusWarning: string;
1630
+ borderFocusWarning: string;
1631
+ boxShadowFocusWarning: string;
1632
+ caretColorWarning: string;
1633
+ loadingColorError: string;
1634
+ borderError: string;
1635
+ borderHoverError: string;
1636
+ colorFocusError: string;
1637
+ borderFocusError: string;
1638
+ boxShadowFocusError: string;
1639
+ caretColorError: string;
1640
+ clearColor: string;
1641
+ clearColorHover: string;
1642
+ clearColorPressed: string;
1643
+ iconColor: string;
1644
+ iconColorDisabled: string;
1645
+ iconColorHover: string;
1646
+ iconColorPressed: string;
1647
+ suffixTextColor: string;
1648
+ selectionColor: string;
1649
+ }, any>;
1158
1650
  }>;
1159
1651
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1160
1652
  paddingTiny: string;
@@ -1418,31 +1910,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1418
1910
  width: string;
1419
1911
  borderRadius: string;
1420
1912
  color: string;
1421
- colorHover: string;
1422
- railInsetHorizontalBottom: string;
1423
- railInsetHorizontalTop: string;
1424
- railInsetVerticalRight: string;
1425
- railInsetVerticalLeft: string;
1426
- railColor: string;
1427
- }, any>;
1428
- Empty: import("../../_mixins").Theme<"Empty", {
1429
- iconSizeSmall: string;
1430
- iconSizeMedium: string;
1431
- iconSizeLarge: string;
1432
- iconSizeHuge: string;
1433
- titleFontSizeSmall: string;
1434
- titleFontSizeMedium: string;
1435
- titleFontSizeLarge: string;
1436
- titleFontSizeHuge: string;
1437
- descriptionFontSizeSmall: string;
1438
- descriptionFontSizeMedium: string;
1439
- descriptionFontSizeLarge: string;
1440
- descriptionFontSizeHuge: string;
1441
- titleColor: string;
1442
- descriptionColor: string;
1913
+ colorHover: string;
1914
+ railInsetHorizontalBottom: string;
1915
+ railInsetHorizontalTop: string;
1916
+ railInsetVerticalRight: string;
1917
+ railInsetVerticalLeft: string;
1918
+ railColor: string;
1919
+ }, any>;
1920
+ Empty: import("../../_mixins").Theme<"Empty", {
1921
+ iconSizeSmall: string;
1922
+ iconSizeMedium: string;
1923
+ iconSizeLarge: string;
1924
+ iconSizeHuge: string;
1925
+ titleFontSizeSmall: string;
1926
+ titleFontSizeMedium: string;
1927
+ titleFontSizeLarge: string;
1928
+ titleFontSizeHuge: string;
1929
+ descriptionFontSizeSmall: string;
1930
+ descriptionFontSizeMedium: string;
1931
+ descriptionFontSizeLarge: string;
1932
+ descriptionFontSizeHuge: string;
1933
+ titleColor: string;
1934
+ descriptionColor: string;
1935
+ iconColor: string;
1936
+ iconBgColor: string;
1937
+ extraTextColor: string;
1938
+ }, any>;
1939
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1940
+ fontWeight: string;
1941
+ textColor: string;
1942
+ descriptionTextColor: string;
1943
+ textColorDisabled: string;
1944
+ descriptionTextColorDisabled: string;
1945
+ fontSizeLarge: string;
1946
+ fontSizeMedium: string;
1947
+ fontSizeSmall: string;
1948
+ lineHeightLarge: string;
1949
+ lineHeightMedium: string;
1950
+ lineHeightSmall: string;
1951
+ borderRadiusLarge: string;
1952
+ borderRadiusMedium: string;
1953
+ borderRadiusSmall: string;
1954
+ color: string;
1955
+ colorHover: string;
1956
+ colorFocus: string;
1957
+ colorActive: string;
1958
+ colorChecked: string;
1959
+ colorHoverChecked: string;
1960
+ colorFocusChecked: string;
1961
+ colorActiveChecked: string;
1962
+ colorDisabled: string;
1963
+ colorDisabledChecked: string;
1964
+ checkMarkColor: string;
1965
+ checkMarkColorHover: string;
1966
+ checkMarkColorFocus: string;
1967
+ checkMarkColorActive: string;
1968
+ checkMarkColorDisabled: string;
1969
+ checkMarkColorDisabledChecked: string;
1970
+ border: string;
1971
+ borderHover: string;
1972
+ borderFocus: string;
1973
+ borderActive: string;
1974
+ borderChecked: string;
1975
+ borderHoverChecked: string;
1976
+ borderFocusChecked: string;
1977
+ borderActiveChecked: string;
1978
+ borderDisabled: string;
1979
+ borderDisabledChecked: string;
1980
+ boxShadowHover: string;
1981
+ boxShadowFocus: string;
1982
+ boxShadowActive: string;
1983
+ boxShadowHoverChecked: string;
1984
+ boxShadowFocusChecked: string;
1985
+ boxShadowActiveChecked: string;
1986
+ sizeSmall: string;
1987
+ sizeMedium: string;
1988
+ sizeLarge: string;
1989
+ labelPadding: string;
1990
+ }, any>;
1991
+ Input: import("../../_mixins").Theme<"Input", {
1992
+ paddingTiny: string;
1993
+ paddingSmall: string;
1994
+ paddingMedium: string;
1995
+ paddingLarge: string;
1996
+ paddingHuge: string;
1997
+ clearSize: string;
1998
+ countTextColorDisabled: string;
1999
+ countTextColor: string;
2000
+ heightTiny: string;
2001
+ heightSmall: string;
2002
+ heightMedium: string;
2003
+ heightLarge: string;
2004
+ heightHuge: string;
2005
+ fontSizeTiny: string;
2006
+ fontSizeSmall: string;
2007
+ fontSizeMedium: string;
2008
+ fontSizeLarge: string;
2009
+ fontSizeHuge: string;
2010
+ lineHeight: string;
2011
+ lineHeightTextarea: string;
2012
+ borderRadius: string;
2013
+ iconSize: string;
2014
+ groupLabelTextColor: string;
2015
+ textColor: string;
2016
+ textColorDisabled: string;
2017
+ textDecorationColor: string;
2018
+ caretColor: string;
2019
+ placeholderColor: string;
2020
+ placeholderColorDisabled: string;
2021
+ color: string;
2022
+ colorDisabled: string;
2023
+ colorFocus: string;
2024
+ groupLabelBorder: string;
2025
+ border: string;
2026
+ borderHover: string;
2027
+ borderDisabled: string;
2028
+ borderFocus: string;
2029
+ boxShadowFocus: string;
2030
+ loadingColor: string;
2031
+ loadingColorSuccess: string;
2032
+ borderSuccess: string;
2033
+ borderHoverSuccess: string;
2034
+ colorFocusSuccess: string;
2035
+ borderFocusSuccess: string;
2036
+ boxShadowFocusSuccess: string;
2037
+ caretColorSuccess: string;
2038
+ loadingColorWarning: string;
2039
+ borderWarning: string;
2040
+ borderHoverWarning: string;
2041
+ colorFocusWarning: string;
2042
+ borderFocusWarning: string;
2043
+ boxShadowFocusWarning: string;
2044
+ caretColorWarning: string;
2045
+ loadingColorError: string;
2046
+ borderError: string;
2047
+ borderHoverError: string;
2048
+ colorFocusError: string;
2049
+ borderFocusError: string;
2050
+ boxShadowFocusError: string;
2051
+ caretColorError: string;
2052
+ clearColor: string;
2053
+ clearColorHover: string;
2054
+ clearColorPressed: string;
1443
2055
  iconColor: string;
1444
- iconBgColor: string;
1445
- extraTextColor: string;
2056
+ iconColorDisabled: string;
2057
+ iconColorHover: string;
2058
+ iconColorPressed: string;
2059
+ suffixTextColor: string;
2060
+ selectionColor: string;
1446
2061
  }, any>;
1447
2062
  }>;
1448
2063
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
@@ -1733,6 +2348,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1733
2348
  iconBgColor: string;
1734
2349
  extraTextColor: string;
1735
2350
  }, any>;
2351
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2352
+ fontWeight: string;
2353
+ textColor: string;
2354
+ descriptionTextColor: string;
2355
+ textColorDisabled: string;
2356
+ descriptionTextColorDisabled: string;
2357
+ fontSizeLarge: string;
2358
+ fontSizeMedium: string;
2359
+ fontSizeSmall: string;
2360
+ lineHeightLarge: string;
2361
+ lineHeightMedium: string;
2362
+ lineHeightSmall: string;
2363
+ borderRadiusLarge: string;
2364
+ borderRadiusMedium: string;
2365
+ borderRadiusSmall: string;
2366
+ color: string;
2367
+ colorHover: string;
2368
+ colorFocus: string;
2369
+ colorActive: string;
2370
+ colorChecked: string;
2371
+ colorHoverChecked: string;
2372
+ colorFocusChecked: string;
2373
+ colorActiveChecked: string;
2374
+ colorDisabled: string;
2375
+ colorDisabledChecked: string;
2376
+ checkMarkColor: string;
2377
+ checkMarkColorHover: string;
2378
+ checkMarkColorFocus: string;
2379
+ checkMarkColorActive: string;
2380
+ checkMarkColorDisabled: string;
2381
+ checkMarkColorDisabledChecked: string;
2382
+ border: string;
2383
+ borderHover: string;
2384
+ borderFocus: string;
2385
+ borderActive: string;
2386
+ borderChecked: string;
2387
+ borderHoverChecked: string;
2388
+ borderFocusChecked: string;
2389
+ borderActiveChecked: string;
2390
+ borderDisabled: string;
2391
+ borderDisabledChecked: string;
2392
+ boxShadowHover: string;
2393
+ boxShadowFocus: string;
2394
+ boxShadowActive: string;
2395
+ boxShadowHoverChecked: string;
2396
+ boxShadowFocusChecked: string;
2397
+ boxShadowActiveChecked: string;
2398
+ sizeSmall: string;
2399
+ sizeMedium: string;
2400
+ sizeLarge: string;
2401
+ labelPadding: string;
2402
+ }, any>;
2403
+ Input: import("../../_mixins").Theme<"Input", {
2404
+ paddingTiny: string;
2405
+ paddingSmall: string;
2406
+ paddingMedium: string;
2407
+ paddingLarge: string;
2408
+ paddingHuge: string;
2409
+ clearSize: string;
2410
+ countTextColorDisabled: string;
2411
+ countTextColor: string;
2412
+ heightTiny: string;
2413
+ heightSmall: string;
2414
+ heightMedium: string;
2415
+ heightLarge: string;
2416
+ heightHuge: string;
2417
+ fontSizeTiny: string;
2418
+ fontSizeSmall: string;
2419
+ fontSizeMedium: string;
2420
+ fontSizeLarge: string;
2421
+ fontSizeHuge: string;
2422
+ lineHeight: string;
2423
+ lineHeightTextarea: string;
2424
+ borderRadius: string;
2425
+ iconSize: string;
2426
+ groupLabelTextColor: string;
2427
+ textColor: string;
2428
+ textColorDisabled: string;
2429
+ textDecorationColor: string;
2430
+ caretColor: string;
2431
+ placeholderColor: string;
2432
+ placeholderColorDisabled: string;
2433
+ color: string;
2434
+ colorDisabled: string;
2435
+ colorFocus: string;
2436
+ groupLabelBorder: string;
2437
+ border: string;
2438
+ borderHover: string;
2439
+ borderDisabled: string;
2440
+ borderFocus: string;
2441
+ boxShadowFocus: string;
2442
+ loadingColor: string;
2443
+ loadingColorSuccess: string;
2444
+ borderSuccess: string;
2445
+ borderHoverSuccess: string;
2446
+ colorFocusSuccess: string;
2447
+ borderFocusSuccess: string;
2448
+ boxShadowFocusSuccess: string;
2449
+ caretColorSuccess: string;
2450
+ loadingColorWarning: string;
2451
+ borderWarning: string;
2452
+ borderHoverWarning: string;
2453
+ colorFocusWarning: string;
2454
+ borderFocusWarning: string;
2455
+ boxShadowFocusWarning: string;
2456
+ caretColorWarning: string;
2457
+ loadingColorError: string;
2458
+ borderError: string;
2459
+ borderHoverError: string;
2460
+ colorFocusError: string;
2461
+ borderFocusError: string;
2462
+ boxShadowFocusError: string;
2463
+ caretColorError: string;
2464
+ clearColor: string;
2465
+ clearColorHover: string;
2466
+ clearColorPressed: string;
2467
+ iconColor: string;
2468
+ iconColorDisabled: string;
2469
+ iconColorHover: string;
2470
+ iconColorPressed: string;
2471
+ suffixTextColor: string;
2472
+ selectionColor: string;
2473
+ }, any>;
1736
2474
  }>;
1737
2475
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1738
2476
  paddingTiny: string;
@@ -1995,7 +2733,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1995
2733
  showSelectMenu: import("vue").ComputedRef<boolean>;
1996
2734
  pattern: import("vue").Ref<string, string>;
1997
2735
  treeMate: import("vue").ComputedRef<import("treemate").TreeMate<CascaderOption, CascaderOption, CascaderOption>>;
1998
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">;
2736
+ mergedSize: import("vue").ComputedRef<"small" | "tiny" | "medium" | "large" | "huge">;
1999
2737
  mergedDisabled: import("vue").ComputedRef<boolean>;
2000
2738
  localizedPlaceholder: import("vue").ComputedRef<string>;
2001
2739
  selectedOption: import("vue").ComputedRef<{
@@ -2106,6 +2844,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2106
2844
  iconBgColor: string;
2107
2845
  extraTextColor: string;
2108
2846
  }, any>;
2847
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2848
+ fontWeight: string;
2849
+ textColor: string;
2850
+ descriptionTextColor: string;
2851
+ textColorDisabled: string;
2852
+ descriptionTextColorDisabled: string;
2853
+ fontSizeLarge: string;
2854
+ fontSizeMedium: string;
2855
+ fontSizeSmall: string;
2856
+ lineHeightLarge: string;
2857
+ lineHeightMedium: string;
2858
+ lineHeightSmall: string;
2859
+ borderRadiusLarge: string;
2860
+ borderRadiusMedium: string;
2861
+ borderRadiusSmall: string;
2862
+ color: string;
2863
+ colorHover: string;
2864
+ colorFocus: string;
2865
+ colorActive: string;
2866
+ colorChecked: string;
2867
+ colorHoverChecked: string;
2868
+ colorFocusChecked: string;
2869
+ colorActiveChecked: string;
2870
+ colorDisabled: string;
2871
+ colorDisabledChecked: string;
2872
+ checkMarkColor: string;
2873
+ checkMarkColorHover: string;
2874
+ checkMarkColorFocus: string;
2875
+ checkMarkColorActive: string;
2876
+ checkMarkColorDisabled: string;
2877
+ checkMarkColorDisabledChecked: string;
2878
+ border: string;
2879
+ borderHover: string;
2880
+ borderFocus: string;
2881
+ borderActive: string;
2882
+ borderChecked: string;
2883
+ borderHoverChecked: string;
2884
+ borderFocusChecked: string;
2885
+ borderActiveChecked: string;
2886
+ borderDisabled: string;
2887
+ borderDisabledChecked: string;
2888
+ boxShadowHover: string;
2889
+ boxShadowFocus: string;
2890
+ boxShadowActive: string;
2891
+ boxShadowHoverChecked: string;
2892
+ boxShadowFocusChecked: string;
2893
+ boxShadowActiveChecked: string;
2894
+ sizeSmall: string;
2895
+ sizeMedium: string;
2896
+ sizeLarge: string;
2897
+ labelPadding: string;
2898
+ }, any>;
2899
+ Input: import("../../_mixins").Theme<"Input", {
2900
+ paddingTiny: string;
2901
+ paddingSmall: string;
2902
+ paddingMedium: string;
2903
+ paddingLarge: string;
2904
+ paddingHuge: string;
2905
+ clearSize: string;
2906
+ countTextColorDisabled: string;
2907
+ countTextColor: string;
2908
+ heightTiny: string;
2909
+ heightSmall: string;
2910
+ heightMedium: string;
2911
+ heightLarge: string;
2912
+ heightHuge: string;
2913
+ fontSizeTiny: string;
2914
+ fontSizeSmall: string;
2915
+ fontSizeMedium: string;
2916
+ fontSizeLarge: string;
2917
+ fontSizeHuge: string;
2918
+ lineHeight: string;
2919
+ lineHeightTextarea: string;
2920
+ borderRadius: string;
2921
+ iconSize: string;
2922
+ groupLabelTextColor: string;
2923
+ textColor: string;
2924
+ textColorDisabled: string;
2925
+ textDecorationColor: string;
2926
+ caretColor: string;
2927
+ placeholderColor: string;
2928
+ placeholderColorDisabled: string;
2929
+ color: string;
2930
+ colorDisabled: string;
2931
+ colorFocus: string;
2932
+ groupLabelBorder: string;
2933
+ border: string;
2934
+ borderHover: string;
2935
+ borderDisabled: string;
2936
+ borderFocus: string;
2937
+ boxShadowFocus: string;
2938
+ loadingColor: string;
2939
+ loadingColorSuccess: string;
2940
+ borderSuccess: string;
2941
+ borderHoverSuccess: string;
2942
+ colorFocusSuccess: string;
2943
+ borderFocusSuccess: string;
2944
+ boxShadowFocusSuccess: string;
2945
+ caretColorSuccess: string;
2946
+ loadingColorWarning: string;
2947
+ borderWarning: string;
2948
+ borderHoverWarning: string;
2949
+ colorFocusWarning: string;
2950
+ borderFocusWarning: string;
2951
+ boxShadowFocusWarning: string;
2952
+ caretColorWarning: string;
2953
+ loadingColorError: string;
2954
+ borderError: string;
2955
+ borderHoverError: string;
2956
+ colorFocusError: string;
2957
+ borderFocusError: string;
2958
+ boxShadowFocusError: string;
2959
+ caretColorError: string;
2960
+ clearColor: string;
2961
+ clearColorHover: string;
2962
+ clearColorPressed: string;
2963
+ iconColor: string;
2964
+ iconColorDisabled: string;
2965
+ iconColorHover: string;
2966
+ iconColorPressed: string;
2967
+ suffixTextColor: string;
2968
+ selectionColor: string;
2969
+ }, any>;
2109
2970
  }>;
2110
2971
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2111
2972
  paddingTiny: string;
@@ -2348,6 +3209,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2348
3209
  iconBgColor: string;
2349
3210
  extraTextColor: string;
2350
3211
  }, any>> | undefined;
3212
+ Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
3213
+ fontWeight: string;
3214
+ textColor: string;
3215
+ descriptionTextColor: string;
3216
+ textColorDisabled: string;
3217
+ descriptionTextColorDisabled: string;
3218
+ fontSizeLarge: string;
3219
+ fontSizeMedium: string;
3220
+ fontSizeSmall: string;
3221
+ lineHeightLarge: string;
3222
+ lineHeightMedium: string;
3223
+ lineHeightSmall: string;
3224
+ borderRadiusLarge: string;
3225
+ borderRadiusMedium: string;
3226
+ borderRadiusSmall: string;
3227
+ color: string;
3228
+ colorHover: string;
3229
+ colorFocus: string;
3230
+ colorActive: string;
3231
+ colorChecked: string;
3232
+ colorHoverChecked: string;
3233
+ colorFocusChecked: string;
3234
+ colorActiveChecked: string;
3235
+ colorDisabled: string;
3236
+ colorDisabledChecked: string;
3237
+ checkMarkColor: string;
3238
+ checkMarkColorHover: string;
3239
+ checkMarkColorFocus: string;
3240
+ checkMarkColorActive: string;
3241
+ checkMarkColorDisabled: string;
3242
+ checkMarkColorDisabledChecked: string;
3243
+ border: string;
3244
+ borderHover: string;
3245
+ borderFocus: string;
3246
+ borderActive: string;
3247
+ borderChecked: string;
3248
+ borderHoverChecked: string;
3249
+ borderFocusChecked: string;
3250
+ borderActiveChecked: string;
3251
+ borderDisabled: string;
3252
+ borderDisabledChecked: string;
3253
+ boxShadowHover: string;
3254
+ boxShadowFocus: string;
3255
+ boxShadowActive: string;
3256
+ boxShadowHoverChecked: string;
3257
+ boxShadowFocusChecked: string;
3258
+ boxShadowActiveChecked: string;
3259
+ sizeSmall: string;
3260
+ sizeMedium: string;
3261
+ sizeLarge: string;
3262
+ labelPadding: string;
3263
+ }, any>> | undefined;
3264
+ Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
3265
+ paddingTiny: string;
3266
+ paddingSmall: string;
3267
+ paddingMedium: string;
3268
+ paddingLarge: string;
3269
+ paddingHuge: string;
3270
+ clearSize: string;
3271
+ countTextColorDisabled: string;
3272
+ countTextColor: string;
3273
+ heightTiny: string;
3274
+ heightSmall: string;
3275
+ heightMedium: string;
3276
+ heightLarge: string;
3277
+ heightHuge: string;
3278
+ fontSizeTiny: string;
3279
+ fontSizeSmall: string;
3280
+ fontSizeMedium: string;
3281
+ fontSizeLarge: string;
3282
+ fontSizeHuge: string;
3283
+ lineHeight: string;
3284
+ lineHeightTextarea: string;
3285
+ borderRadius: string;
3286
+ iconSize: string;
3287
+ groupLabelTextColor: string;
3288
+ textColor: string;
3289
+ textColorDisabled: string;
3290
+ textDecorationColor: string;
3291
+ caretColor: string;
3292
+ placeholderColor: string;
3293
+ placeholderColorDisabled: string;
3294
+ color: string;
3295
+ colorDisabled: string;
3296
+ colorFocus: string;
3297
+ groupLabelBorder: string;
3298
+ border: string;
3299
+ borderHover: string;
3300
+ borderDisabled: string;
3301
+ borderFocus: string;
3302
+ boxShadowFocus: string;
3303
+ loadingColor: string;
3304
+ loadingColorSuccess: string;
3305
+ borderSuccess: string;
3306
+ borderHoverSuccess: string;
3307
+ colorFocusSuccess: string;
3308
+ borderFocusSuccess: string;
3309
+ boxShadowFocusSuccess: string;
3310
+ caretColorSuccess: string;
3311
+ loadingColorWarning: string;
3312
+ borderWarning: string;
3313
+ borderHoverWarning: string;
3314
+ colorFocusWarning: string;
3315
+ borderFocusWarning: string;
3316
+ boxShadowFocusWarning: string;
3317
+ caretColorWarning: string;
3318
+ loadingColorError: string;
3319
+ borderError: string;
3320
+ borderHoverError: string;
3321
+ colorFocusError: string;
3322
+ borderFocusError: string;
3323
+ boxShadowFocusError: string;
3324
+ caretColorError: string;
3325
+ clearColor: string;
3326
+ clearColorHover: string;
3327
+ clearColorPressed: string;
3328
+ iconColor: string;
3329
+ iconColorDisabled: string;
3330
+ iconColorHover: string;
3331
+ iconColorPressed: string;
3332
+ suffixTextColor: string;
3333
+ selectionColor: string;
3334
+ }, any>> | undefined;
2351
3335
  } | undefined;
2352
3336
  } | undefined;
2353
3337
  InternalSelection?: {
@@ -2567,31 +3551,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2567
3551
  width: string;
2568
3552
  borderRadius: string;
2569
3553
  color: string;
2570
- colorHover: string;
2571
- railInsetHorizontalBottom: string;
2572
- railInsetHorizontalTop: string;
2573
- railInsetVerticalRight: string;
2574
- railInsetVerticalLeft: string;
2575
- railColor: string;
2576
- }, any>;
2577
- Empty: import("../../_mixins").Theme<"Empty", {
2578
- iconSizeSmall: string;
2579
- iconSizeMedium: string;
2580
- iconSizeLarge: string;
2581
- iconSizeHuge: string;
2582
- titleFontSizeSmall: string;
2583
- titleFontSizeMedium: string;
2584
- titleFontSizeLarge: string;
2585
- titleFontSizeHuge: string;
2586
- descriptionFontSizeSmall: string;
2587
- descriptionFontSizeMedium: string;
2588
- descriptionFontSizeLarge: string;
2589
- descriptionFontSizeHuge: string;
2590
- titleColor: string;
2591
- descriptionColor: string;
3554
+ colorHover: string;
3555
+ railInsetHorizontalBottom: string;
3556
+ railInsetHorizontalTop: string;
3557
+ railInsetVerticalRight: string;
3558
+ railInsetVerticalLeft: string;
3559
+ railColor: string;
3560
+ }, any>;
3561
+ Empty: import("../../_mixins").Theme<"Empty", {
3562
+ iconSizeSmall: string;
3563
+ iconSizeMedium: string;
3564
+ iconSizeLarge: string;
3565
+ iconSizeHuge: string;
3566
+ titleFontSizeSmall: string;
3567
+ titleFontSizeMedium: string;
3568
+ titleFontSizeLarge: string;
3569
+ titleFontSizeHuge: string;
3570
+ descriptionFontSizeSmall: string;
3571
+ descriptionFontSizeMedium: string;
3572
+ descriptionFontSizeLarge: string;
3573
+ descriptionFontSizeHuge: string;
3574
+ titleColor: string;
3575
+ descriptionColor: string;
3576
+ iconColor: string;
3577
+ iconBgColor: string;
3578
+ extraTextColor: string;
3579
+ }, any>;
3580
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3581
+ fontWeight: string;
3582
+ textColor: string;
3583
+ descriptionTextColor: string;
3584
+ textColorDisabled: string;
3585
+ descriptionTextColorDisabled: string;
3586
+ fontSizeLarge: string;
3587
+ fontSizeMedium: string;
3588
+ fontSizeSmall: string;
3589
+ lineHeightLarge: string;
3590
+ lineHeightMedium: string;
3591
+ lineHeightSmall: string;
3592
+ borderRadiusLarge: string;
3593
+ borderRadiusMedium: string;
3594
+ borderRadiusSmall: string;
3595
+ color: string;
3596
+ colorHover: string;
3597
+ colorFocus: string;
3598
+ colorActive: string;
3599
+ colorChecked: string;
3600
+ colorHoverChecked: string;
3601
+ colorFocusChecked: string;
3602
+ colorActiveChecked: string;
3603
+ colorDisabled: string;
3604
+ colorDisabledChecked: string;
3605
+ checkMarkColor: string;
3606
+ checkMarkColorHover: string;
3607
+ checkMarkColorFocus: string;
3608
+ checkMarkColorActive: string;
3609
+ checkMarkColorDisabled: string;
3610
+ checkMarkColorDisabledChecked: string;
3611
+ border: string;
3612
+ borderHover: string;
3613
+ borderFocus: string;
3614
+ borderActive: string;
3615
+ borderChecked: string;
3616
+ borderHoverChecked: string;
3617
+ borderFocusChecked: string;
3618
+ borderActiveChecked: string;
3619
+ borderDisabled: string;
3620
+ borderDisabledChecked: string;
3621
+ boxShadowHover: string;
3622
+ boxShadowFocus: string;
3623
+ boxShadowActive: string;
3624
+ boxShadowHoverChecked: string;
3625
+ boxShadowFocusChecked: string;
3626
+ boxShadowActiveChecked: string;
3627
+ sizeSmall: string;
3628
+ sizeMedium: string;
3629
+ sizeLarge: string;
3630
+ labelPadding: string;
3631
+ }, any>;
3632
+ Input: import("../../_mixins").Theme<"Input", {
3633
+ paddingTiny: string;
3634
+ paddingSmall: string;
3635
+ paddingMedium: string;
3636
+ paddingLarge: string;
3637
+ paddingHuge: string;
3638
+ clearSize: string;
3639
+ countTextColorDisabled: string;
3640
+ countTextColor: string;
3641
+ heightTiny: string;
3642
+ heightSmall: string;
3643
+ heightMedium: string;
3644
+ heightLarge: string;
3645
+ heightHuge: string;
3646
+ fontSizeTiny: string;
3647
+ fontSizeSmall: string;
3648
+ fontSizeMedium: string;
3649
+ fontSizeLarge: string;
3650
+ fontSizeHuge: string;
3651
+ lineHeight: string;
3652
+ lineHeightTextarea: string;
3653
+ borderRadius: string;
3654
+ iconSize: string;
3655
+ groupLabelTextColor: string;
3656
+ textColor: string;
3657
+ textColorDisabled: string;
3658
+ textDecorationColor: string;
3659
+ caretColor: string;
3660
+ placeholderColor: string;
3661
+ placeholderColorDisabled: string;
3662
+ color: string;
3663
+ colorDisabled: string;
3664
+ colorFocus: string;
3665
+ groupLabelBorder: string;
3666
+ border: string;
3667
+ borderHover: string;
3668
+ borderDisabled: string;
3669
+ borderFocus: string;
3670
+ boxShadowFocus: string;
3671
+ loadingColor: string;
3672
+ loadingColorSuccess: string;
3673
+ borderSuccess: string;
3674
+ borderHoverSuccess: string;
3675
+ colorFocusSuccess: string;
3676
+ borderFocusSuccess: string;
3677
+ boxShadowFocusSuccess: string;
3678
+ caretColorSuccess: string;
3679
+ loadingColorWarning: string;
3680
+ borderWarning: string;
3681
+ borderHoverWarning: string;
3682
+ colorFocusWarning: string;
3683
+ borderFocusWarning: string;
3684
+ boxShadowFocusWarning: string;
3685
+ caretColorWarning: string;
3686
+ loadingColorError: string;
3687
+ borderError: string;
3688
+ borderHoverError: string;
3689
+ colorFocusError: string;
3690
+ borderFocusError: string;
3691
+ boxShadowFocusError: string;
3692
+ caretColorError: string;
3693
+ clearColor: string;
3694
+ clearColorHover: string;
3695
+ clearColorPressed: string;
2592
3696
  iconColor: string;
2593
- iconBgColor: string;
2594
- extraTextColor: string;
3697
+ iconColorDisabled: string;
3698
+ iconColorHover: string;
3699
+ iconColorPressed: string;
3700
+ suffixTextColor: string;
3701
+ selectionColor: string;
2595
3702
  }, any>;
2596
3703
  }>;
2597
3704
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
@@ -2882,6 +3989,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2882
3989
  iconBgColor: string;
2883
3990
  extraTextColor: string;
2884
3991
  }, any>;
3992
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3993
+ fontWeight: string;
3994
+ textColor: string;
3995
+ descriptionTextColor: string;
3996
+ textColorDisabled: string;
3997
+ descriptionTextColorDisabled: string;
3998
+ fontSizeLarge: string;
3999
+ fontSizeMedium: string;
4000
+ fontSizeSmall: string;
4001
+ lineHeightLarge: string;
4002
+ lineHeightMedium: string;
4003
+ lineHeightSmall: string;
4004
+ borderRadiusLarge: string;
4005
+ borderRadiusMedium: string;
4006
+ borderRadiusSmall: string;
4007
+ color: string;
4008
+ colorHover: string;
4009
+ colorFocus: string;
4010
+ colorActive: string;
4011
+ colorChecked: string;
4012
+ colorHoverChecked: string;
4013
+ colorFocusChecked: string;
4014
+ colorActiveChecked: string;
4015
+ colorDisabled: string;
4016
+ colorDisabledChecked: string;
4017
+ checkMarkColor: string;
4018
+ checkMarkColorHover: string;
4019
+ checkMarkColorFocus: string;
4020
+ checkMarkColorActive: string;
4021
+ checkMarkColorDisabled: string;
4022
+ checkMarkColorDisabledChecked: string;
4023
+ border: string;
4024
+ borderHover: string;
4025
+ borderFocus: string;
4026
+ borderActive: string;
4027
+ borderChecked: string;
4028
+ borderHoverChecked: string;
4029
+ borderFocusChecked: string;
4030
+ borderActiveChecked: string;
4031
+ borderDisabled: string;
4032
+ borderDisabledChecked: string;
4033
+ boxShadowHover: string;
4034
+ boxShadowFocus: string;
4035
+ boxShadowActive: string;
4036
+ boxShadowHoverChecked: string;
4037
+ boxShadowFocusChecked: string;
4038
+ boxShadowActiveChecked: string;
4039
+ sizeSmall: string;
4040
+ sizeMedium: string;
4041
+ sizeLarge: string;
4042
+ labelPadding: string;
4043
+ }, any>;
4044
+ Input: import("../../_mixins").Theme<"Input", {
4045
+ paddingTiny: string;
4046
+ paddingSmall: string;
4047
+ paddingMedium: string;
4048
+ paddingLarge: string;
4049
+ paddingHuge: string;
4050
+ clearSize: string;
4051
+ countTextColorDisabled: string;
4052
+ countTextColor: string;
4053
+ heightTiny: string;
4054
+ heightSmall: string;
4055
+ heightMedium: string;
4056
+ heightLarge: string;
4057
+ heightHuge: string;
4058
+ fontSizeTiny: string;
4059
+ fontSizeSmall: string;
4060
+ fontSizeMedium: string;
4061
+ fontSizeLarge: string;
4062
+ fontSizeHuge: string;
4063
+ lineHeight: string;
4064
+ lineHeightTextarea: string;
4065
+ borderRadius: string;
4066
+ iconSize: string;
4067
+ groupLabelTextColor: string;
4068
+ textColor: string;
4069
+ textColorDisabled: string;
4070
+ textDecorationColor: string;
4071
+ caretColor: string;
4072
+ placeholderColor: string;
4073
+ placeholderColorDisabled: string;
4074
+ color: string;
4075
+ colorDisabled: string;
4076
+ colorFocus: string;
4077
+ groupLabelBorder: string;
4078
+ border: string;
4079
+ borderHover: string;
4080
+ borderDisabled: string;
4081
+ borderFocus: string;
4082
+ boxShadowFocus: string;
4083
+ loadingColor: string;
4084
+ loadingColorSuccess: string;
4085
+ borderSuccess: string;
4086
+ borderHoverSuccess: string;
4087
+ colorFocusSuccess: string;
4088
+ borderFocusSuccess: string;
4089
+ boxShadowFocusSuccess: string;
4090
+ caretColorSuccess: string;
4091
+ loadingColorWarning: string;
4092
+ borderWarning: string;
4093
+ borderHoverWarning: string;
4094
+ colorFocusWarning: string;
4095
+ borderFocusWarning: string;
4096
+ boxShadowFocusWarning: string;
4097
+ caretColorWarning: string;
4098
+ loadingColorError: string;
4099
+ borderError: string;
4100
+ borderHoverError: string;
4101
+ colorFocusError: string;
4102
+ borderFocusError: string;
4103
+ boxShadowFocusError: string;
4104
+ caretColorError: string;
4105
+ clearColor: string;
4106
+ clearColorHover: string;
4107
+ clearColorPressed: string;
4108
+ iconColor: string;
4109
+ iconColorDisabled: string;
4110
+ iconColorHover: string;
4111
+ iconColorPressed: string;
4112
+ suffixTextColor: string;
4113
+ selectionColor: string;
4114
+ }, any>;
2885
4115
  }>;
2886
4116
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2887
4117
  paddingTiny: string;
@@ -3171,6 +4401,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3171
4401
  iconBgColor: string;
3172
4402
  extraTextColor: string;
3173
4403
  }, any>;
4404
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4405
+ fontWeight: string;
4406
+ textColor: string;
4407
+ descriptionTextColor: string;
4408
+ textColorDisabled: string;
4409
+ descriptionTextColorDisabled: string;
4410
+ fontSizeLarge: string;
4411
+ fontSizeMedium: string;
4412
+ fontSizeSmall: string;
4413
+ lineHeightLarge: string;
4414
+ lineHeightMedium: string;
4415
+ lineHeightSmall: string;
4416
+ borderRadiusLarge: string;
4417
+ borderRadiusMedium: string;
4418
+ borderRadiusSmall: string;
4419
+ color: string;
4420
+ colorHover: string;
4421
+ colorFocus: string;
4422
+ colorActive: string;
4423
+ colorChecked: string;
4424
+ colorHoverChecked: string;
4425
+ colorFocusChecked: string;
4426
+ colorActiveChecked: string;
4427
+ colorDisabled: string;
4428
+ colorDisabledChecked: string;
4429
+ checkMarkColor: string;
4430
+ checkMarkColorHover: string;
4431
+ checkMarkColorFocus: string;
4432
+ checkMarkColorActive: string;
4433
+ checkMarkColorDisabled: string;
4434
+ checkMarkColorDisabledChecked: string;
4435
+ border: string;
4436
+ borderHover: string;
4437
+ borderFocus: string;
4438
+ borderActive: string;
4439
+ borderChecked: string;
4440
+ borderHoverChecked: string;
4441
+ borderFocusChecked: string;
4442
+ borderActiveChecked: string;
4443
+ borderDisabled: string;
4444
+ borderDisabledChecked: string;
4445
+ boxShadowHover: string;
4446
+ boxShadowFocus: string;
4447
+ boxShadowActive: string;
4448
+ boxShadowHoverChecked: string;
4449
+ boxShadowFocusChecked: string;
4450
+ boxShadowActiveChecked: string;
4451
+ sizeSmall: string;
4452
+ sizeMedium: string;
4453
+ sizeLarge: string;
4454
+ labelPadding: string;
4455
+ }, any>;
4456
+ Input: import("../../_mixins").Theme<"Input", {
4457
+ paddingTiny: string;
4458
+ paddingSmall: string;
4459
+ paddingMedium: string;
4460
+ paddingLarge: string;
4461
+ paddingHuge: string;
4462
+ clearSize: string;
4463
+ countTextColorDisabled: string;
4464
+ countTextColor: string;
4465
+ heightTiny: string;
4466
+ heightSmall: string;
4467
+ heightMedium: string;
4468
+ heightLarge: string;
4469
+ heightHuge: string;
4470
+ fontSizeTiny: string;
4471
+ fontSizeSmall: string;
4472
+ fontSizeMedium: string;
4473
+ fontSizeLarge: string;
4474
+ fontSizeHuge: string;
4475
+ lineHeight: string;
4476
+ lineHeightTextarea: string;
4477
+ borderRadius: string;
4478
+ iconSize: string;
4479
+ groupLabelTextColor: string;
4480
+ textColor: string;
4481
+ textColorDisabled: string;
4482
+ textDecorationColor: string;
4483
+ caretColor: string;
4484
+ placeholderColor: string;
4485
+ placeholderColorDisabled: string;
4486
+ color: string;
4487
+ colorDisabled: string;
4488
+ colorFocus: string;
4489
+ groupLabelBorder: string;
4490
+ border: string;
4491
+ borderHover: string;
4492
+ borderDisabled: string;
4493
+ borderFocus: string;
4494
+ boxShadowFocus: string;
4495
+ loadingColor: string;
4496
+ loadingColorSuccess: string;
4497
+ borderSuccess: string;
4498
+ borderHoverSuccess: string;
4499
+ colorFocusSuccess: string;
4500
+ borderFocusSuccess: string;
4501
+ boxShadowFocusSuccess: string;
4502
+ caretColorSuccess: string;
4503
+ loadingColorWarning: string;
4504
+ borderWarning: string;
4505
+ borderHoverWarning: string;
4506
+ colorFocusWarning: string;
4507
+ borderFocusWarning: string;
4508
+ boxShadowFocusWarning: string;
4509
+ caretColorWarning: string;
4510
+ loadingColorError: string;
4511
+ borderError: string;
4512
+ borderHoverError: string;
4513
+ colorFocusError: string;
4514
+ borderFocusError: string;
4515
+ boxShadowFocusError: string;
4516
+ caretColorError: string;
4517
+ clearColor: string;
4518
+ clearColorHover: string;
4519
+ clearColorPressed: string;
4520
+ iconColor: string;
4521
+ iconColorDisabled: string;
4522
+ iconColorHover: string;
4523
+ iconColorPressed: string;
4524
+ suffixTextColor: string;
4525
+ selectionColor: string;
4526
+ }, any>;
3174
4527
  }>;
3175
4528
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
3176
4529
  paddingTiny: string;
@@ -3381,12 +4734,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3381
4734
  }>>>;
3382
4735
  }>> & Readonly<{}>, {
3383
4736
  readonly bordered: boolean | undefined;
3384
- readonly disabled: boolean | undefined;
3385
4737
  readonly to: string | boolean | HTMLElement;
3386
- readonly options: CascaderOption[];
3387
4738
  readonly clearable: boolean;
3388
4739
  readonly defaultValue: Value | null;
4740
+ readonly disabled: boolean | undefined;
3389
4741
  readonly placement: FollowerPlacement;
4742
+ readonly options: CascaderOption[];
3390
4743
  readonly show: boolean | undefined;
3391
4744
  readonly separator: string;
3392
4745
  readonly allowCheckingNotLoaded: boolean;