@uzum-tech/ui 2.3.1 → 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 (414) hide show
  1. package/dist/index.js +29698 -29160
  2. package/dist/index.mjs +29963 -29425
  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 +19186 -425
  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/image/src/ImagePreview.d.ts +1 -0
  106. package/es/image/src/ImagePreview.mjs +7 -35
  107. package/es/image/src/public-types.d.ts +4 -4
  108. package/es/input/src/Input.d.ts +7 -7
  109. package/es/input-number/src/InputNumber.d.ts +3 -3
  110. package/es/input-otp/src/InputOtp.d.ts +2 -2
  111. package/es/kanban/src/Kanban.d.ts +1 -1
  112. package/es/layout/src/LayoutSider.d.ts +1 -1
  113. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  114. package/es/list/src/List.d.ts +9 -9
  115. package/es/list/src/ListItem.d.ts +10 -10
  116. package/es/locales/common/enUS.d.ts +1 -0
  117. package/es/locales/common/enUS.mjs +2 -1
  118. package/es/locales/common/ruRU.mjs +2 -1
  119. package/es/locales/common/uzUZ.mjs +2 -1
  120. package/es/locales/common/zhCN.mjs +2 -1
  121. package/es/mention/src/Mention.d.ts +1388 -32
  122. package/es/mention/styles/light.d.ts +123 -0
  123. package/es/menu/src/Menu.d.ts +3 -3
  124. package/es/menu/src/MenuOption.d.ts +1 -1
  125. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  126. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  127. package/es/menu/src/Submenu.d.ts +1 -1
  128. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  129. package/es/message-bubble/src/MessageBubble.mjs +10 -3
  130. package/es/modal/src/BodyWrapper.d.ts +2 -2
  131. package/es/modal/src/Modal.d.ts +4 -4
  132. package/es/modal/src/ModalEnvironment.d.ts +4 -4
  133. package/es/modal/src/presetProps.d.ts +1 -1
  134. package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
  135. package/es/notification/src/Notification.d.ts +2 -2
  136. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  137. package/es/notification/src/NotificationProvider.d.ts +12 -12
  138. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  139. package/es/pagination/src/Pagination.d.ts +1995 -27
  140. package/es/pagination/src/interface.d.ts +738 -0
  141. package/es/pagination/styles/light.d.ts +246 -0
  142. package/es/popconfirm/src/Popconfirm.d.ts +3 -3
  143. package/es/popover/src/Popover.d.ts +3 -3
  144. package/es/popover/src/PopoverBody.d.ts +1 -1
  145. package/es/popselect/src/Popselect.d.ts +1383 -30
  146. package/es/popselect/src/PopselectPanel.d.ts +494 -2
  147. package/es/popselect/styles/light.d.ts +123 -0
  148. package/es/qr-code/src/QrCode.d.ts +2 -2
  149. package/es/radio/src/Radio.d.ts +2 -2
  150. package/es/radio/src/RadioButton.d.ts +9 -9
  151. package/es/radio/src/RadioGroup.d.ts +1 -1
  152. package/es/rate/src/Rate.d.ts +1 -1
  153. package/es/result/src/Result.d.ts +1 -1
  154. package/es/select/index.d.ts +4 -3
  155. package/es/select/index.mjs +2 -1
  156. package/es/select/src/Select.d.ts +1127 -811
  157. package/es/select/src/Select.mjs +257 -226
  158. package/es/select/src/interface.d.ts +1140 -8
  159. package/es/select/src/interface.mjs +154 -1
  160. package/es/select/src/styles/index.cssr.mjs +16 -3
  161. package/es/select/src/utils.d.ts +3 -1
  162. package/es/select/src/utils.mjs +32 -0
  163. package/es/select/styles/light.d.ts +123 -0
  164. package/es/skeleton/src/Skeleton.d.ts +1 -1
  165. package/es/slider/src/Slider.d.ts +4 -4
  166. package/es/spin/src/Spin.d.ts +1 -1
  167. package/es/split/src/Split.d.ts +2 -2
  168. package/es/steps/src/Steps.d.ts +1 -1
  169. package/es/switch/src/Switch.d.ts +2 -2
  170. package/es/tabs/src/Tab.d.ts +8 -8
  171. package/es/tabs/src/TabPane.d.ts +1 -1
  172. package/es/tabs/src/Tabs.d.ts +1 -1
  173. package/es/tag/src/Tag.d.ts +4 -4
  174. package/es/tag/src/TagGroup.d.ts +2 -2
  175. package/es/time-picker/src/Panel.d.ts +1 -1
  176. package/es/time-picker/src/TimePicker.d.ts +3 -3
  177. package/es/timeline/src/Timeline.d.ts +1 -1
  178. package/es/timeline/src/TimelineItem.d.ts +1 -1
  179. package/es/toggle-button/src/ToggleButton.d.ts +8 -8
  180. package/es/tooltip/src/Tooltip.d.ts +3 -3
  181. package/es/transfer/src/Transfer.d.ts +2 -2
  182. package/es/tree/src/Tree.d.ts +2 -2
  183. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  184. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  185. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  186. package/es/typography/src/create-header.d.ts +1 -1
  187. package/es/typography/src/headers.d.ts +6 -6
  188. package/es/typography/src/text.d.ts +5 -5
  189. package/es/upload/index.d.ts +2 -1
  190. package/es/upload/index.mjs +2 -1
  191. package/es/upload/src/Upload.d.ts +75 -1009
  192. package/es/upload/src/Upload.mjs +43 -124
  193. package/es/upload/src/UploadFile.d.ts +2 -2
  194. package/es/upload/src/UploadFile.mjs +8 -2
  195. package/es/upload/src/UploadFileList.mjs +17 -2
  196. package/es/upload/src/UploadProgress.d.ts +3 -2
  197. package/es/upload/src/interface.d.ts +1086 -92
  198. package/es/upload/src/interface.mjs +117 -1
  199. package/es/upload/src/public-types.d.ts +17 -2
  200. package/es/upload/src/useUploadActionsRender.d.ts +2 -27
  201. package/es/upload/src/useUploadActionsRender.mjs +2 -2
  202. package/es/upload/src/useUploadInternals.d.ts +2 -25
  203. package/es/upload/src/utils.d.ts +2 -0
  204. package/es/upload/src/utils.mjs +7 -0
  205. package/es/version.d.ts +1 -1
  206. package/es/version.mjs +1 -1
  207. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  208. package/es/watermark/src/Watermark.d.ts +2 -2
  209. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  210. package/lib/_internal/close/src/Close.d.ts +1 -1
  211. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  212. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  213. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  214. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  215. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  216. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  217. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  218. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  219. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  220. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  221. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  222. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  223. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  224. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  225. package/lib/_internal/select-menu/src/interface.js +46 -1
  226. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  227. package/lib/_internal/select-menu/styles/dark.js +8 -4
  228. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  229. package/lib/_internal/select-menu/styles/light.js +8 -4
  230. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  231. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  232. package/lib/_internal/typography/src/text.d.ts +3 -3
  233. package/lib/action-card/src/ActionCard.d.ts +2 -2
  234. package/lib/affix/src/Affix.d.ts +1 -1
  235. package/lib/alert/src/Alert.d.ts +1 -1
  236. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  237. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  238. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  239. package/lib/auto-complete/styles/light.d.ts +123 -0
  240. package/lib/avatar/src/Avatar.d.ts +1 -1
  241. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  242. package/lib/back-top/src/BackTop.d.ts +1 -1
  243. package/lib/badge/src/Badge.d.ts +1 -1
  244. package/lib/button/src/Button.d.ts +7 -7
  245. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  246. package/lib/card/src/Card.d.ts +1 -1
  247. package/lib/card-list/src/CardListItem.d.ts +1 -1
  248. package/lib/carousel/src/Carousel.d.ts +4 -4
  249. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  250. package/lib/cascader/src/Cascader.d.ts +1404 -51
  251. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  252. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  253. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  254. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  255. package/lib/cascader/styles/light.d.ts +123 -0
  256. package/lib/chat/src/Chat.d.ts +5868 -87
  257. package/lib/chat/src/ChatListItems.d.ts +1849 -4
  258. package/lib/chat/src/ChatMainArea.d.ts +1849 -4
  259. package/lib/chat/src/ChatMessages.d.ts +1849 -4
  260. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  261. package/lib/chat/styles/dark.d.ts +123 -0
  262. package/lib/chat/styles/light.d.ts +123 -0
  263. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  264. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  265. package/lib/code/src/Code.d.ts +2 -2
  266. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  267. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  268. package/lib/components.d.ts +19186 -425
  269. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  270. package/lib/config-provider/src/context.js +2 -2
  271. package/lib/crop/src/Crop.d.ts +1 -1
  272. package/lib/data-table/src/DataTable.d.ts +2087 -119
  273. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  274. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  275. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  276. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  277. package/lib/data-table/src/interface.d.ts +738 -0
  278. package/lib/data-table/styles/light.d.ts +246 -0
  279. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  280. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  281. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  282. package/lib/dialog/src/Dialog.d.ts +1 -1
  283. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  284. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  285. package/lib/dialog/src/dialogProps.d.ts +1 -1
  286. package/lib/divider/src/Divider.d.ts +1 -1
  287. package/lib/drawer/src/Drawer.d.ts +2 -2
  288. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  289. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  290. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  291. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  292. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  293. package/lib/empty/src/Empty.d.ts +1 -1
  294. package/lib/flex/src/Flex.d.ts +1 -1
  295. package/lib/float-button/src/FloatButton.d.ts +1 -1
  296. package/lib/form/src/Form.d.ts +1 -1
  297. package/lib/form/src/FormItem.d.ts +3 -3
  298. package/lib/form/src/FormItemCol.d.ts +3 -3
  299. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  300. package/lib/form/src/FormItemRow.d.ts +2 -2
  301. package/lib/form/src/utils.d.ts +1 -1
  302. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  303. package/lib/header/src/Header.d.ts +1 -1
  304. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  305. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  306. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  307. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  308. package/lib/image/src/Image.d.ts +1 -1
  309. package/lib/image/src/ImagePreview.d.ts +1 -0
  310. package/lib/image/src/ImagePreview.js +3 -19
  311. package/lib/image/src/public-types.d.ts +4 -4
  312. package/lib/input/src/Input.d.ts +7 -7
  313. package/lib/input-number/src/InputNumber.d.ts +3 -3
  314. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  315. package/lib/kanban/src/Kanban.d.ts +1 -1
  316. package/lib/layout/src/LayoutSider.d.ts +1 -1
  317. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  318. package/lib/list/src/List.d.ts +9 -9
  319. package/lib/list/src/ListItem.d.ts +10 -10
  320. package/lib/locales/common/enUS.d.ts +1 -0
  321. package/lib/locales/common/enUS.js +2 -1
  322. package/lib/locales/common/ruRU.js +2 -1
  323. package/lib/locales/common/uzUZ.js +2 -1
  324. package/lib/locales/common/zhCN.js +2 -1
  325. package/lib/mention/src/Mention.d.ts +1388 -32
  326. package/lib/mention/styles/light.d.ts +123 -0
  327. package/lib/menu/src/Menu.d.ts +3 -3
  328. package/lib/menu/src/MenuOption.d.ts +1 -1
  329. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  330. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  331. package/lib/menu/src/Submenu.d.ts +1 -1
  332. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  333. package/lib/message-bubble/src/MessageBubble.js +10 -4
  334. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  335. package/lib/modal/src/Modal.d.ts +4 -4
  336. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  337. package/lib/modal/src/presetProps.d.ts +1 -1
  338. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  339. package/lib/notification/src/Notification.d.ts +2 -2
  340. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  341. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  342. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  343. package/lib/pagination/src/Pagination.d.ts +1995 -27
  344. package/lib/pagination/src/interface.d.ts +738 -0
  345. package/lib/pagination/styles/light.d.ts +246 -0
  346. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  347. package/lib/popover/src/Popover.d.ts +3 -3
  348. package/lib/popover/src/PopoverBody.d.ts +1 -1
  349. package/lib/popselect/src/Popselect.d.ts +1383 -30
  350. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  351. package/lib/popselect/styles/light.d.ts +123 -0
  352. package/lib/qr-code/src/QrCode.d.ts +2 -2
  353. package/lib/radio/src/Radio.d.ts +2 -2
  354. package/lib/radio/src/RadioButton.d.ts +9 -9
  355. package/lib/radio/src/RadioGroup.d.ts +1 -1
  356. package/lib/rate/src/Rate.d.ts +1 -1
  357. package/lib/result/src/Result.d.ts +1 -1
  358. package/lib/select/index.d.ts +4 -3
  359. package/lib/select/index.js +2 -1
  360. package/lib/select/src/Select.d.ts +1127 -811
  361. package/lib/select/src/Select.js +189 -108
  362. package/lib/select/src/interface.d.ts +1140 -8
  363. package/lib/select/src/interface.js +85 -0
  364. package/lib/select/src/styles/index.cssr.js +15 -2
  365. package/lib/select/src/utils.d.ts +3 -1
  366. package/lib/select/src/utils.js +38 -0
  367. package/lib/select/styles/light.d.ts +123 -0
  368. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  369. package/lib/slider/src/Slider.d.ts +4 -4
  370. package/lib/spin/src/Spin.d.ts +1 -1
  371. package/lib/split/src/Split.d.ts +2 -2
  372. package/lib/steps/src/Steps.d.ts +1 -1
  373. package/lib/switch/src/Switch.d.ts +2 -2
  374. package/lib/tabs/src/Tab.d.ts +8 -8
  375. package/lib/tabs/src/TabPane.d.ts +1 -1
  376. package/lib/tabs/src/Tabs.d.ts +1 -1
  377. package/lib/tag/src/Tag.d.ts +4 -4
  378. package/lib/tag/src/TagGroup.d.ts +2 -2
  379. package/lib/time-picker/src/Panel.d.ts +1 -1
  380. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  381. package/lib/timeline/src/Timeline.d.ts +1 -1
  382. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  383. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  384. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  385. package/lib/transfer/src/Transfer.d.ts +2 -2
  386. package/lib/tree/src/Tree.d.ts +2 -2
  387. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  388. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  389. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  390. package/lib/typography/src/create-header.d.ts +1 -1
  391. package/lib/typography/src/headers.d.ts +6 -6
  392. package/lib/typography/src/text.d.ts +5 -5
  393. package/lib/upload/index.d.ts +2 -1
  394. package/lib/upload/index.js +2 -1
  395. package/lib/upload/src/Upload.d.ts +75 -1009
  396. package/lib/upload/src/Upload.js +40 -68
  397. package/lib/upload/src/UploadFile.d.ts +2 -2
  398. package/lib/upload/src/UploadFile.js +12 -4
  399. package/lib/upload/src/UploadFileList.js +8 -1
  400. package/lib/upload/src/UploadProgress.d.ts +3 -2
  401. package/lib/upload/src/interface.d.ts +1086 -92
  402. package/lib/upload/src/interface.js +59 -1
  403. package/lib/upload/src/public-types.d.ts +17 -2
  404. package/lib/upload/src/useUploadActionsRender.d.ts +2 -27
  405. package/lib/upload/src/useUploadActionsRender.js +2 -2
  406. package/lib/upload/src/useUploadInternals.d.ts +2 -25
  407. package/lib/upload/src/utils.d.ts +2 -0
  408. package/lib/upload/src/utils.js +10 -0
  409. package/lib/version.d.ts +1 -1
  410. package/lib/version.js +1 -1
  411. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  412. package/lib/watermark/src/Watermark.d.ts +2 -2
  413. package/package.json +1 -1
  414. package/web-types.json +181 -24
@@ -471,6 +471,129 @@ export declare const chatMainAreaProps: {
471
471
  iconBgColor: string;
472
472
  extraTextColor: string;
473
473
  }, any>;
474
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
475
+ fontWeight: string;
476
+ textColor: string;
477
+ descriptionTextColor: string;
478
+ textColorDisabled: string;
479
+ descriptionTextColorDisabled: string;
480
+ fontSizeLarge: string;
481
+ fontSizeMedium: string;
482
+ fontSizeSmall: string;
483
+ lineHeightLarge: string;
484
+ lineHeightMedium: string;
485
+ lineHeightSmall: string;
486
+ borderRadiusLarge: string;
487
+ borderRadiusMedium: string;
488
+ borderRadiusSmall: string;
489
+ color: string;
490
+ colorHover: string;
491
+ colorFocus: string;
492
+ colorActive: string;
493
+ colorChecked: string;
494
+ colorHoverChecked: string;
495
+ colorFocusChecked: string;
496
+ colorActiveChecked: string;
497
+ colorDisabled: string;
498
+ colorDisabledChecked: string;
499
+ checkMarkColor: string;
500
+ checkMarkColorHover: string;
501
+ checkMarkColorFocus: string;
502
+ checkMarkColorActive: string;
503
+ checkMarkColorDisabled: string;
504
+ checkMarkColorDisabledChecked: string;
505
+ border: string;
506
+ borderHover: string;
507
+ borderFocus: string;
508
+ borderActive: string;
509
+ borderChecked: string;
510
+ borderHoverChecked: string;
511
+ borderFocusChecked: string;
512
+ borderActiveChecked: string;
513
+ borderDisabled: string;
514
+ borderDisabledChecked: string;
515
+ boxShadowHover: string;
516
+ boxShadowFocus: string;
517
+ boxShadowActive: string;
518
+ boxShadowHoverChecked: string;
519
+ boxShadowFocusChecked: string;
520
+ boxShadowActiveChecked: string;
521
+ sizeSmall: string;
522
+ sizeMedium: string;
523
+ sizeLarge: string;
524
+ labelPadding: string;
525
+ }, any>;
526
+ Input: import("../../_mixins").Theme<"Input", {
527
+ paddingTiny: string;
528
+ paddingSmall: string;
529
+ paddingMedium: string;
530
+ paddingLarge: string;
531
+ paddingHuge: string;
532
+ clearSize: string;
533
+ countTextColorDisabled: string;
534
+ countTextColor: string;
535
+ heightTiny: string;
536
+ heightSmall: string;
537
+ heightMedium: string;
538
+ heightLarge: string;
539
+ heightHuge: string;
540
+ fontSizeTiny: string;
541
+ fontSizeSmall: string;
542
+ fontSizeMedium: string;
543
+ fontSizeLarge: string;
544
+ fontSizeHuge: string;
545
+ lineHeight: string;
546
+ lineHeightTextarea: string;
547
+ borderRadius: string;
548
+ iconSize: string;
549
+ groupLabelTextColor: string;
550
+ textColor: string;
551
+ textColorDisabled: string;
552
+ textDecorationColor: string;
553
+ caretColor: string;
554
+ placeholderColor: string;
555
+ placeholderColorDisabled: string;
556
+ color: string;
557
+ colorDisabled: string;
558
+ colorFocus: string;
559
+ groupLabelBorder: string;
560
+ border: string;
561
+ borderHover: string;
562
+ borderDisabled: string;
563
+ borderFocus: string;
564
+ boxShadowFocus: string;
565
+ loadingColor: string;
566
+ loadingColorSuccess: string;
567
+ borderSuccess: string;
568
+ borderHoverSuccess: string;
569
+ colorFocusSuccess: string;
570
+ borderFocusSuccess: string;
571
+ boxShadowFocusSuccess: string;
572
+ caretColorSuccess: string;
573
+ loadingColorWarning: string;
574
+ borderWarning: string;
575
+ borderHoverWarning: string;
576
+ colorFocusWarning: string;
577
+ borderFocusWarning: string;
578
+ boxShadowFocusWarning: string;
579
+ caretColorWarning: string;
580
+ loadingColorError: string;
581
+ borderError: string;
582
+ borderHoverError: string;
583
+ colorFocusError: string;
584
+ borderFocusError: string;
585
+ boxShadowFocusError: string;
586
+ caretColorError: string;
587
+ clearColor: string;
588
+ clearColorHover: string;
589
+ clearColorPressed: string;
590
+ iconColor: string;
591
+ iconColorDisabled: string;
592
+ iconColorHover: string;
593
+ iconColorPressed: string;
594
+ suffixTextColor: string;
595
+ selectionColor: string;
596
+ }, any>;
474
597
  }>;
475
598
  }>;
476
599
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -1203,6 +1326,129 @@ export declare const chatMainAreaProps: {
1203
1326
  iconBgColor: string;
1204
1327
  extraTextColor: string;
1205
1328
  }, any>;
1329
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1330
+ fontWeight: string;
1331
+ textColor: string;
1332
+ descriptionTextColor: string;
1333
+ textColorDisabled: string;
1334
+ descriptionTextColorDisabled: string;
1335
+ fontSizeLarge: string;
1336
+ fontSizeMedium: string;
1337
+ fontSizeSmall: string;
1338
+ lineHeightLarge: string;
1339
+ lineHeightMedium: string;
1340
+ lineHeightSmall: string;
1341
+ borderRadiusLarge: string;
1342
+ borderRadiusMedium: string;
1343
+ borderRadiusSmall: string;
1344
+ color: string;
1345
+ colorHover: string;
1346
+ colorFocus: string;
1347
+ colorActive: string;
1348
+ colorChecked: string;
1349
+ colorHoverChecked: string;
1350
+ colorFocusChecked: string;
1351
+ colorActiveChecked: string;
1352
+ colorDisabled: string;
1353
+ colorDisabledChecked: string;
1354
+ checkMarkColor: string;
1355
+ checkMarkColorHover: string;
1356
+ checkMarkColorFocus: string;
1357
+ checkMarkColorActive: string;
1358
+ checkMarkColorDisabled: string;
1359
+ checkMarkColorDisabledChecked: string;
1360
+ border: string;
1361
+ borderHover: string;
1362
+ borderFocus: string;
1363
+ borderActive: string;
1364
+ borderChecked: string;
1365
+ borderHoverChecked: string;
1366
+ borderFocusChecked: string;
1367
+ borderActiveChecked: string;
1368
+ borderDisabled: string;
1369
+ borderDisabledChecked: string;
1370
+ boxShadowHover: string;
1371
+ boxShadowFocus: string;
1372
+ boxShadowActive: string;
1373
+ boxShadowHoverChecked: string;
1374
+ boxShadowFocusChecked: string;
1375
+ boxShadowActiveChecked: string;
1376
+ sizeSmall: string;
1377
+ sizeMedium: string;
1378
+ sizeLarge: string;
1379
+ labelPadding: string;
1380
+ }, any>;
1381
+ Input: import("../../_mixins").Theme<"Input", {
1382
+ paddingTiny: string;
1383
+ paddingSmall: string;
1384
+ paddingMedium: string;
1385
+ paddingLarge: string;
1386
+ paddingHuge: string;
1387
+ clearSize: string;
1388
+ countTextColorDisabled: string;
1389
+ countTextColor: string;
1390
+ heightTiny: string;
1391
+ heightSmall: string;
1392
+ heightMedium: string;
1393
+ heightLarge: string;
1394
+ heightHuge: string;
1395
+ fontSizeTiny: string;
1396
+ fontSizeSmall: string;
1397
+ fontSizeMedium: string;
1398
+ fontSizeLarge: string;
1399
+ fontSizeHuge: string;
1400
+ lineHeight: string;
1401
+ lineHeightTextarea: string;
1402
+ borderRadius: string;
1403
+ iconSize: string;
1404
+ groupLabelTextColor: string;
1405
+ textColor: string;
1406
+ textColorDisabled: string;
1407
+ textDecorationColor: string;
1408
+ caretColor: string;
1409
+ placeholderColor: string;
1410
+ placeholderColorDisabled: string;
1411
+ color: string;
1412
+ colorDisabled: string;
1413
+ colorFocus: string;
1414
+ groupLabelBorder: string;
1415
+ border: string;
1416
+ borderHover: string;
1417
+ borderDisabled: string;
1418
+ borderFocus: string;
1419
+ boxShadowFocus: string;
1420
+ loadingColor: string;
1421
+ loadingColorSuccess: string;
1422
+ borderSuccess: string;
1423
+ borderHoverSuccess: string;
1424
+ colorFocusSuccess: string;
1425
+ borderFocusSuccess: string;
1426
+ boxShadowFocusSuccess: string;
1427
+ caretColorSuccess: string;
1428
+ loadingColorWarning: string;
1429
+ borderWarning: string;
1430
+ borderHoverWarning: string;
1431
+ colorFocusWarning: string;
1432
+ borderFocusWarning: string;
1433
+ boxShadowFocusWarning: string;
1434
+ caretColorWarning: string;
1435
+ loadingColorError: string;
1436
+ borderError: string;
1437
+ borderHoverError: string;
1438
+ colorFocusError: string;
1439
+ borderFocusError: string;
1440
+ boxShadowFocusError: string;
1441
+ caretColorError: string;
1442
+ clearColor: string;
1443
+ clearColorHover: string;
1444
+ clearColorPressed: string;
1445
+ iconColor: string;
1446
+ iconColorDisabled: string;
1447
+ iconColorHover: string;
1448
+ iconColorPressed: string;
1449
+ suffixTextColor: string;
1450
+ selectionColor: string;
1451
+ }, any>;
1206
1452
  }>;
1207
1453
  }>;
1208
1454
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -1935,6 +2181,129 @@ export declare const chatMainAreaProps: {
1935
2181
  iconBgColor: string;
1936
2182
  extraTextColor: string;
1937
2183
  }, any>;
2184
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2185
+ fontWeight: string;
2186
+ textColor: string;
2187
+ descriptionTextColor: string;
2188
+ textColorDisabled: string;
2189
+ descriptionTextColorDisabled: string;
2190
+ fontSizeLarge: string;
2191
+ fontSizeMedium: string;
2192
+ fontSizeSmall: string;
2193
+ lineHeightLarge: string;
2194
+ lineHeightMedium: string;
2195
+ lineHeightSmall: string;
2196
+ borderRadiusLarge: string;
2197
+ borderRadiusMedium: string;
2198
+ borderRadiusSmall: string;
2199
+ color: string;
2200
+ colorHover: string;
2201
+ colorFocus: string;
2202
+ colorActive: string;
2203
+ colorChecked: string;
2204
+ colorHoverChecked: string;
2205
+ colorFocusChecked: string;
2206
+ colorActiveChecked: string;
2207
+ colorDisabled: string;
2208
+ colorDisabledChecked: string;
2209
+ checkMarkColor: string;
2210
+ checkMarkColorHover: string;
2211
+ checkMarkColorFocus: string;
2212
+ checkMarkColorActive: string;
2213
+ checkMarkColorDisabled: string;
2214
+ checkMarkColorDisabledChecked: string;
2215
+ border: string;
2216
+ borderHover: string;
2217
+ borderFocus: string;
2218
+ borderActive: string;
2219
+ borderChecked: string;
2220
+ borderHoverChecked: string;
2221
+ borderFocusChecked: string;
2222
+ borderActiveChecked: string;
2223
+ borderDisabled: string;
2224
+ borderDisabledChecked: string;
2225
+ boxShadowHover: string;
2226
+ boxShadowFocus: string;
2227
+ boxShadowActive: string;
2228
+ boxShadowHoverChecked: string;
2229
+ boxShadowFocusChecked: string;
2230
+ boxShadowActiveChecked: string;
2231
+ sizeSmall: string;
2232
+ sizeMedium: string;
2233
+ sizeLarge: string;
2234
+ labelPadding: string;
2235
+ }, any>;
2236
+ Input: import("../../_mixins").Theme<"Input", {
2237
+ paddingTiny: string;
2238
+ paddingSmall: string;
2239
+ paddingMedium: string;
2240
+ paddingLarge: string;
2241
+ paddingHuge: string;
2242
+ clearSize: string;
2243
+ countTextColorDisabled: string;
2244
+ countTextColor: string;
2245
+ heightTiny: string;
2246
+ heightSmall: string;
2247
+ heightMedium: string;
2248
+ heightLarge: string;
2249
+ heightHuge: string;
2250
+ fontSizeTiny: string;
2251
+ fontSizeSmall: string;
2252
+ fontSizeMedium: string;
2253
+ fontSizeLarge: string;
2254
+ fontSizeHuge: string;
2255
+ lineHeight: string;
2256
+ lineHeightTextarea: string;
2257
+ borderRadius: string;
2258
+ iconSize: string;
2259
+ groupLabelTextColor: string;
2260
+ textColor: string;
2261
+ textColorDisabled: string;
2262
+ textDecorationColor: string;
2263
+ caretColor: string;
2264
+ placeholderColor: string;
2265
+ placeholderColorDisabled: string;
2266
+ color: string;
2267
+ colorDisabled: string;
2268
+ colorFocus: string;
2269
+ groupLabelBorder: string;
2270
+ border: string;
2271
+ borderHover: string;
2272
+ borderDisabled: string;
2273
+ borderFocus: string;
2274
+ boxShadowFocus: string;
2275
+ loadingColor: string;
2276
+ loadingColorSuccess: string;
2277
+ borderSuccess: string;
2278
+ borderHoverSuccess: string;
2279
+ colorFocusSuccess: string;
2280
+ borderFocusSuccess: string;
2281
+ boxShadowFocusSuccess: string;
2282
+ caretColorSuccess: string;
2283
+ loadingColorWarning: string;
2284
+ borderWarning: string;
2285
+ borderHoverWarning: string;
2286
+ colorFocusWarning: string;
2287
+ borderFocusWarning: string;
2288
+ boxShadowFocusWarning: string;
2289
+ caretColorWarning: string;
2290
+ loadingColorError: string;
2291
+ borderError: string;
2292
+ borderHoverError: string;
2293
+ colorFocusError: string;
2294
+ borderFocusError: string;
2295
+ boxShadowFocusError: string;
2296
+ caretColorError: string;
2297
+ clearColor: string;
2298
+ clearColorHover: string;
2299
+ clearColorPressed: string;
2300
+ iconColor: string;
2301
+ iconColorDisabled: string;
2302
+ iconColorHover: string;
2303
+ iconColorPressed: string;
2304
+ suffixTextColor: string;
2305
+ selectionColor: string;
2306
+ }, any>;
1938
2307
  }>;
1939
2308
  }>;
1940
2309
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -2818,6 +3187,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2818
3187
  iconBgColor: string;
2819
3188
  extraTextColor: string;
2820
3189
  }, any>;
3190
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3191
+ fontWeight: string;
3192
+ textColor: string;
3193
+ descriptionTextColor: string;
3194
+ textColorDisabled: string;
3195
+ descriptionTextColorDisabled: string;
3196
+ fontSizeLarge: string;
3197
+ fontSizeMedium: string;
3198
+ fontSizeSmall: string;
3199
+ lineHeightLarge: string;
3200
+ lineHeightMedium: string;
3201
+ lineHeightSmall: string;
3202
+ borderRadiusLarge: string;
3203
+ borderRadiusMedium: string;
3204
+ borderRadiusSmall: string;
3205
+ color: string;
3206
+ colorHover: string;
3207
+ colorFocus: string;
3208
+ colorActive: string;
3209
+ colorChecked: string;
3210
+ colorHoverChecked: string;
3211
+ colorFocusChecked: string;
3212
+ colorActiveChecked: string;
3213
+ colorDisabled: string;
3214
+ colorDisabledChecked: string;
3215
+ checkMarkColor: string;
3216
+ checkMarkColorHover: string;
3217
+ checkMarkColorFocus: string;
3218
+ checkMarkColorActive: string;
3219
+ checkMarkColorDisabled: string;
3220
+ checkMarkColorDisabledChecked: string;
3221
+ border: string;
3222
+ borderHover: string;
3223
+ borderFocus: string;
3224
+ borderActive: string;
3225
+ borderChecked: string;
3226
+ borderHoverChecked: string;
3227
+ borderFocusChecked: string;
3228
+ borderActiveChecked: string;
3229
+ borderDisabled: string;
3230
+ borderDisabledChecked: string;
3231
+ boxShadowHover: string;
3232
+ boxShadowFocus: string;
3233
+ boxShadowActive: string;
3234
+ boxShadowHoverChecked: string;
3235
+ boxShadowFocusChecked: string;
3236
+ boxShadowActiveChecked: string;
3237
+ sizeSmall: string;
3238
+ sizeMedium: string;
3239
+ sizeLarge: string;
3240
+ labelPadding: string;
3241
+ }, any>;
3242
+ Input: import("../../_mixins").Theme<"Input", {
3243
+ paddingTiny: string;
3244
+ paddingSmall: string;
3245
+ paddingMedium: string;
3246
+ paddingLarge: string;
3247
+ paddingHuge: string;
3248
+ clearSize: string;
3249
+ countTextColorDisabled: string;
3250
+ countTextColor: string;
3251
+ heightTiny: string;
3252
+ heightSmall: string;
3253
+ heightMedium: string;
3254
+ heightLarge: string;
3255
+ heightHuge: string;
3256
+ fontSizeTiny: string;
3257
+ fontSizeSmall: string;
3258
+ fontSizeMedium: string;
3259
+ fontSizeLarge: string;
3260
+ fontSizeHuge: string;
3261
+ lineHeight: string;
3262
+ lineHeightTextarea: string;
3263
+ borderRadius: string;
3264
+ iconSize: string;
3265
+ groupLabelTextColor: string;
3266
+ textColor: string;
3267
+ textColorDisabled: string;
3268
+ textDecorationColor: string;
3269
+ caretColor: string;
3270
+ placeholderColor: string;
3271
+ placeholderColorDisabled: string;
3272
+ color: string;
3273
+ colorDisabled: string;
3274
+ colorFocus: string;
3275
+ groupLabelBorder: string;
3276
+ border: string;
3277
+ borderHover: string;
3278
+ borderDisabled: string;
3279
+ borderFocus: string;
3280
+ boxShadowFocus: string;
3281
+ loadingColor: string;
3282
+ loadingColorSuccess: string;
3283
+ borderSuccess: string;
3284
+ borderHoverSuccess: string;
3285
+ colorFocusSuccess: string;
3286
+ borderFocusSuccess: string;
3287
+ boxShadowFocusSuccess: string;
3288
+ caretColorSuccess: string;
3289
+ loadingColorWarning: string;
3290
+ borderWarning: string;
3291
+ borderHoverWarning: string;
3292
+ colorFocusWarning: string;
3293
+ borderFocusWarning: string;
3294
+ boxShadowFocusWarning: string;
3295
+ caretColorWarning: string;
3296
+ loadingColorError: string;
3297
+ borderError: string;
3298
+ borderHoverError: string;
3299
+ colorFocusError: string;
3300
+ borderFocusError: string;
3301
+ boxShadowFocusError: string;
3302
+ caretColorError: string;
3303
+ clearColor: string;
3304
+ clearColorHover: string;
3305
+ clearColorPressed: string;
3306
+ iconColor: string;
3307
+ iconColorDisabled: string;
3308
+ iconColorHover: string;
3309
+ iconColorPressed: string;
3310
+ suffixTextColor: string;
3311
+ selectionColor: string;
3312
+ }, any>;
2821
3313
  }>;
2822
3314
  }>;
2823
3315
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -3547,8 +4039,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3547
4039
  titleColor: string;
3548
4040
  descriptionColor: string;
3549
4041
  iconColor: string;
3550
- iconBgColor: string;
3551
- extraTextColor: string;
4042
+ iconBgColor: string;
4043
+ extraTextColor: string;
4044
+ }, any>;
4045
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4046
+ fontWeight: string;
4047
+ textColor: string;
4048
+ descriptionTextColor: string;
4049
+ textColorDisabled: string;
4050
+ descriptionTextColorDisabled: string;
4051
+ fontSizeLarge: string;
4052
+ fontSizeMedium: string;
4053
+ fontSizeSmall: string;
4054
+ lineHeightLarge: string;
4055
+ lineHeightMedium: string;
4056
+ lineHeightSmall: string;
4057
+ borderRadiusLarge: string;
4058
+ borderRadiusMedium: string;
4059
+ borderRadiusSmall: string;
4060
+ color: string;
4061
+ colorHover: string;
4062
+ colorFocus: string;
4063
+ colorActive: string;
4064
+ colorChecked: string;
4065
+ colorHoverChecked: string;
4066
+ colorFocusChecked: string;
4067
+ colorActiveChecked: string;
4068
+ colorDisabled: string;
4069
+ colorDisabledChecked: string;
4070
+ checkMarkColor: string;
4071
+ checkMarkColorHover: string;
4072
+ checkMarkColorFocus: string;
4073
+ checkMarkColorActive: string;
4074
+ checkMarkColorDisabled: string;
4075
+ checkMarkColorDisabledChecked: string;
4076
+ border: string;
4077
+ borderHover: string;
4078
+ borderFocus: string;
4079
+ borderActive: string;
4080
+ borderChecked: string;
4081
+ borderHoverChecked: string;
4082
+ borderFocusChecked: string;
4083
+ borderActiveChecked: string;
4084
+ borderDisabled: string;
4085
+ borderDisabledChecked: string;
4086
+ boxShadowHover: string;
4087
+ boxShadowFocus: string;
4088
+ boxShadowActive: string;
4089
+ boxShadowHoverChecked: string;
4090
+ boxShadowFocusChecked: string;
4091
+ boxShadowActiveChecked: string;
4092
+ sizeSmall: string;
4093
+ sizeMedium: string;
4094
+ sizeLarge: string;
4095
+ labelPadding: string;
4096
+ }, any>;
4097
+ Input: import("../../_mixins").Theme<"Input", {
4098
+ paddingTiny: string;
4099
+ paddingSmall: string;
4100
+ paddingMedium: string;
4101
+ paddingLarge: string;
4102
+ paddingHuge: string;
4103
+ clearSize: string;
4104
+ countTextColorDisabled: string;
4105
+ countTextColor: string;
4106
+ heightTiny: string;
4107
+ heightSmall: string;
4108
+ heightMedium: string;
4109
+ heightLarge: string;
4110
+ heightHuge: string;
4111
+ fontSizeTiny: string;
4112
+ fontSizeSmall: string;
4113
+ fontSizeMedium: string;
4114
+ fontSizeLarge: string;
4115
+ fontSizeHuge: string;
4116
+ lineHeight: string;
4117
+ lineHeightTextarea: string;
4118
+ borderRadius: string;
4119
+ iconSize: string;
4120
+ groupLabelTextColor: string;
4121
+ textColor: string;
4122
+ textColorDisabled: string;
4123
+ textDecorationColor: string;
4124
+ caretColor: string;
4125
+ placeholderColor: string;
4126
+ placeholderColorDisabled: string;
4127
+ color: string;
4128
+ colorDisabled: string;
4129
+ colorFocus: string;
4130
+ groupLabelBorder: string;
4131
+ border: string;
4132
+ borderHover: string;
4133
+ borderDisabled: string;
4134
+ borderFocus: string;
4135
+ boxShadowFocus: string;
4136
+ loadingColor: string;
4137
+ loadingColorSuccess: string;
4138
+ borderSuccess: string;
4139
+ borderHoverSuccess: string;
4140
+ colorFocusSuccess: string;
4141
+ borderFocusSuccess: string;
4142
+ boxShadowFocusSuccess: string;
4143
+ caretColorSuccess: string;
4144
+ loadingColorWarning: string;
4145
+ borderWarning: string;
4146
+ borderHoverWarning: string;
4147
+ colorFocusWarning: string;
4148
+ borderFocusWarning: string;
4149
+ boxShadowFocusWarning: string;
4150
+ caretColorWarning: string;
4151
+ loadingColorError: string;
4152
+ borderError: string;
4153
+ borderHoverError: string;
4154
+ colorFocusError: string;
4155
+ borderFocusError: string;
4156
+ boxShadowFocusError: string;
4157
+ caretColorError: string;
4158
+ clearColor: string;
4159
+ clearColorHover: string;
4160
+ clearColorPressed: string;
4161
+ iconColor: string;
4162
+ iconColorDisabled: string;
4163
+ iconColorHover: string;
4164
+ iconColorPressed: string;
4165
+ suffixTextColor: string;
4166
+ selectionColor: string;
3552
4167
  }, any>;
3553
4168
  }>;
3554
4169
  }>;
@@ -4282,6 +4897,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4282
4897
  iconBgColor: string;
4283
4898
  extraTextColor: string;
4284
4899
  }, any>;
4900
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4901
+ fontWeight: string;
4902
+ textColor: string;
4903
+ descriptionTextColor: string;
4904
+ textColorDisabled: string;
4905
+ descriptionTextColorDisabled: string;
4906
+ fontSizeLarge: string;
4907
+ fontSizeMedium: string;
4908
+ fontSizeSmall: string;
4909
+ lineHeightLarge: string;
4910
+ lineHeightMedium: string;
4911
+ lineHeightSmall: string;
4912
+ borderRadiusLarge: string;
4913
+ borderRadiusMedium: string;
4914
+ borderRadiusSmall: string;
4915
+ color: string;
4916
+ colorHover: string;
4917
+ colorFocus: string;
4918
+ colorActive: string;
4919
+ colorChecked: string;
4920
+ colorHoverChecked: string;
4921
+ colorFocusChecked: string;
4922
+ colorActiveChecked: string;
4923
+ colorDisabled: string;
4924
+ colorDisabledChecked: string;
4925
+ checkMarkColor: string;
4926
+ checkMarkColorHover: string;
4927
+ checkMarkColorFocus: string;
4928
+ checkMarkColorActive: string;
4929
+ checkMarkColorDisabled: string;
4930
+ checkMarkColorDisabledChecked: string;
4931
+ border: string;
4932
+ borderHover: string;
4933
+ borderFocus: string;
4934
+ borderActive: string;
4935
+ borderChecked: string;
4936
+ borderHoverChecked: string;
4937
+ borderFocusChecked: string;
4938
+ borderActiveChecked: string;
4939
+ borderDisabled: string;
4940
+ borderDisabledChecked: string;
4941
+ boxShadowHover: string;
4942
+ boxShadowFocus: string;
4943
+ boxShadowActive: string;
4944
+ boxShadowHoverChecked: string;
4945
+ boxShadowFocusChecked: string;
4946
+ boxShadowActiveChecked: string;
4947
+ sizeSmall: string;
4948
+ sizeMedium: string;
4949
+ sizeLarge: string;
4950
+ labelPadding: string;
4951
+ }, any>;
4952
+ Input: import("../../_mixins").Theme<"Input", {
4953
+ paddingTiny: string;
4954
+ paddingSmall: string;
4955
+ paddingMedium: string;
4956
+ paddingLarge: string;
4957
+ paddingHuge: string;
4958
+ clearSize: string;
4959
+ countTextColorDisabled: string;
4960
+ countTextColor: string;
4961
+ heightTiny: string;
4962
+ heightSmall: string;
4963
+ heightMedium: string;
4964
+ heightLarge: string;
4965
+ heightHuge: string;
4966
+ fontSizeTiny: string;
4967
+ fontSizeSmall: string;
4968
+ fontSizeMedium: string;
4969
+ fontSizeLarge: string;
4970
+ fontSizeHuge: string;
4971
+ lineHeight: string;
4972
+ lineHeightTextarea: string;
4973
+ borderRadius: string;
4974
+ iconSize: string;
4975
+ groupLabelTextColor: string;
4976
+ textColor: string;
4977
+ textColorDisabled: string;
4978
+ textDecorationColor: string;
4979
+ caretColor: string;
4980
+ placeholderColor: string;
4981
+ placeholderColorDisabled: string;
4982
+ color: string;
4983
+ colorDisabled: string;
4984
+ colorFocus: string;
4985
+ groupLabelBorder: string;
4986
+ border: string;
4987
+ borderHover: string;
4988
+ borderDisabled: string;
4989
+ borderFocus: string;
4990
+ boxShadowFocus: string;
4991
+ loadingColor: string;
4992
+ loadingColorSuccess: string;
4993
+ borderSuccess: string;
4994
+ borderHoverSuccess: string;
4995
+ colorFocusSuccess: string;
4996
+ borderFocusSuccess: string;
4997
+ boxShadowFocusSuccess: string;
4998
+ caretColorSuccess: string;
4999
+ loadingColorWarning: string;
5000
+ borderWarning: string;
5001
+ borderHoverWarning: string;
5002
+ colorFocusWarning: string;
5003
+ borderFocusWarning: string;
5004
+ boxShadowFocusWarning: string;
5005
+ caretColorWarning: string;
5006
+ loadingColorError: string;
5007
+ borderError: string;
5008
+ borderHoverError: string;
5009
+ colorFocusError: string;
5010
+ borderFocusError: string;
5011
+ boxShadowFocusError: string;
5012
+ caretColorError: string;
5013
+ clearColor: string;
5014
+ clearColorHover: string;
5015
+ clearColorPressed: string;
5016
+ iconColor: string;
5017
+ iconColorDisabled: string;
5018
+ iconColorHover: string;
5019
+ iconColorPressed: string;
5020
+ suffixTextColor: string;
5021
+ selectionColor: string;
5022
+ }, any>;
4285
5023
  }>;
4286
5024
  }>;
4287
5025
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -5019,6 +5757,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5019
5757
  iconBgColor: string;
5020
5758
  extraTextColor: string;
5021
5759
  }, any>;
5760
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
5761
+ fontWeight: string;
5762
+ textColor: string;
5763
+ descriptionTextColor: string;
5764
+ textColorDisabled: string;
5765
+ descriptionTextColorDisabled: string;
5766
+ fontSizeLarge: string;
5767
+ fontSizeMedium: string;
5768
+ fontSizeSmall: string;
5769
+ lineHeightLarge: string;
5770
+ lineHeightMedium: string;
5771
+ lineHeightSmall: string;
5772
+ borderRadiusLarge: string;
5773
+ borderRadiusMedium: string;
5774
+ borderRadiusSmall: string;
5775
+ color: string;
5776
+ colorHover: string;
5777
+ colorFocus: string;
5778
+ colorActive: string;
5779
+ colorChecked: string;
5780
+ colorHoverChecked: string;
5781
+ colorFocusChecked: string;
5782
+ colorActiveChecked: string;
5783
+ colorDisabled: string;
5784
+ colorDisabledChecked: string;
5785
+ checkMarkColor: string;
5786
+ checkMarkColorHover: string;
5787
+ checkMarkColorFocus: string;
5788
+ checkMarkColorActive: string;
5789
+ checkMarkColorDisabled: string;
5790
+ checkMarkColorDisabledChecked: string;
5791
+ border: string;
5792
+ borderHover: string;
5793
+ borderFocus: string;
5794
+ borderActive: string;
5795
+ borderChecked: string;
5796
+ borderHoverChecked: string;
5797
+ borderFocusChecked: string;
5798
+ borderActiveChecked: string;
5799
+ borderDisabled: string;
5800
+ borderDisabledChecked: string;
5801
+ boxShadowHover: string;
5802
+ boxShadowFocus: string;
5803
+ boxShadowActive: string;
5804
+ boxShadowHoverChecked: string;
5805
+ boxShadowFocusChecked: string;
5806
+ boxShadowActiveChecked: string;
5807
+ sizeSmall: string;
5808
+ sizeMedium: string;
5809
+ sizeLarge: string;
5810
+ labelPadding: string;
5811
+ }, any>;
5812
+ Input: import("../../_mixins").Theme<"Input", {
5813
+ paddingTiny: string;
5814
+ paddingSmall: string;
5815
+ paddingMedium: string;
5816
+ paddingLarge: string;
5817
+ paddingHuge: string;
5818
+ clearSize: string;
5819
+ countTextColorDisabled: string;
5820
+ countTextColor: string;
5821
+ heightTiny: string;
5822
+ heightSmall: string;
5823
+ heightMedium: string;
5824
+ heightLarge: string;
5825
+ heightHuge: string;
5826
+ fontSizeTiny: string;
5827
+ fontSizeSmall: string;
5828
+ fontSizeMedium: string;
5829
+ fontSizeLarge: string;
5830
+ fontSizeHuge: string;
5831
+ lineHeight: string;
5832
+ lineHeightTextarea: string;
5833
+ borderRadius: string;
5834
+ iconSize: string;
5835
+ groupLabelTextColor: string;
5836
+ textColor: string;
5837
+ textColorDisabled: string;
5838
+ textDecorationColor: string;
5839
+ caretColor: string;
5840
+ placeholderColor: string;
5841
+ placeholderColorDisabled: string;
5842
+ color: string;
5843
+ colorDisabled: string;
5844
+ colorFocus: string;
5845
+ groupLabelBorder: string;
5846
+ border: string;
5847
+ borderHover: string;
5848
+ borderDisabled: string;
5849
+ borderFocus: string;
5850
+ boxShadowFocus: string;
5851
+ loadingColor: string;
5852
+ loadingColorSuccess: string;
5853
+ borderSuccess: string;
5854
+ borderHoverSuccess: string;
5855
+ colorFocusSuccess: string;
5856
+ borderFocusSuccess: string;
5857
+ boxShadowFocusSuccess: string;
5858
+ caretColorSuccess: string;
5859
+ loadingColorWarning: string;
5860
+ borderWarning: string;
5861
+ borderHoverWarning: string;
5862
+ colorFocusWarning: string;
5863
+ borderFocusWarning: string;
5864
+ boxShadowFocusWarning: string;
5865
+ caretColorWarning: string;
5866
+ loadingColorError: string;
5867
+ borderError: string;
5868
+ borderHoverError: string;
5869
+ colorFocusError: string;
5870
+ borderFocusError: string;
5871
+ boxShadowFocusError: string;
5872
+ caretColorError: string;
5873
+ clearColor: string;
5874
+ clearColorHover: string;
5875
+ clearColorPressed: string;
5876
+ iconColor: string;
5877
+ iconColorDisabled: string;
5878
+ iconColorHover: string;
5879
+ iconColorPressed: string;
5880
+ suffixTextColor: string;
5881
+ selectionColor: string;
5882
+ }, any>;
5022
5883
  }>;
5023
5884
  }>;
5024
5885
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -5634,6 +6495,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5634
6495
  iconBgColor: string;
5635
6496
  extraTextColor: string;
5636
6497
  }, any>;
6498
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
6499
+ fontWeight: string;
6500
+ textColor: string;
6501
+ descriptionTextColor: string;
6502
+ textColorDisabled: string;
6503
+ descriptionTextColorDisabled: string;
6504
+ fontSizeLarge: string;
6505
+ fontSizeMedium: string;
6506
+ fontSizeSmall: string;
6507
+ lineHeightLarge: string;
6508
+ lineHeightMedium: string;
6509
+ lineHeightSmall: string;
6510
+ borderRadiusLarge: string;
6511
+ borderRadiusMedium: string;
6512
+ borderRadiusSmall: string;
6513
+ color: string;
6514
+ colorHover: string;
6515
+ colorFocus: string;
6516
+ colorActive: string;
6517
+ colorChecked: string;
6518
+ colorHoverChecked: string;
6519
+ colorFocusChecked: string;
6520
+ colorActiveChecked: string;
6521
+ colorDisabled: string;
6522
+ colorDisabledChecked: string;
6523
+ checkMarkColor: string;
6524
+ checkMarkColorHover: string;
6525
+ checkMarkColorFocus: string;
6526
+ checkMarkColorActive: string;
6527
+ checkMarkColorDisabled: string;
6528
+ checkMarkColorDisabledChecked: string;
6529
+ border: string;
6530
+ borderHover: string;
6531
+ borderFocus: string;
6532
+ borderActive: string;
6533
+ borderChecked: string;
6534
+ borderHoverChecked: string;
6535
+ borderFocusChecked: string;
6536
+ borderActiveChecked: string;
6537
+ borderDisabled: string;
6538
+ borderDisabledChecked: string;
6539
+ boxShadowHover: string;
6540
+ boxShadowFocus: string;
6541
+ boxShadowActive: string;
6542
+ boxShadowHoverChecked: string;
6543
+ boxShadowFocusChecked: string;
6544
+ boxShadowActiveChecked: string;
6545
+ sizeSmall: string;
6546
+ sizeMedium: string;
6547
+ sizeLarge: string;
6548
+ labelPadding: string;
6549
+ }, any>;
6550
+ Input: import("../../_mixins").Theme<"Input", {
6551
+ paddingTiny: string;
6552
+ paddingSmall: string;
6553
+ paddingMedium: string;
6554
+ paddingLarge: string;
6555
+ paddingHuge: string;
6556
+ clearSize: string;
6557
+ countTextColorDisabled: string;
6558
+ countTextColor: string;
6559
+ heightTiny: string;
6560
+ heightSmall: string;
6561
+ heightMedium: string;
6562
+ heightLarge: string;
6563
+ heightHuge: string;
6564
+ fontSizeTiny: string;
6565
+ fontSizeSmall: string;
6566
+ fontSizeMedium: string;
6567
+ fontSizeLarge: string;
6568
+ fontSizeHuge: string;
6569
+ lineHeight: string;
6570
+ lineHeightTextarea: string;
6571
+ borderRadius: string;
6572
+ iconSize: string;
6573
+ groupLabelTextColor: string;
6574
+ textColor: string;
6575
+ textColorDisabled: string;
6576
+ textDecorationColor: string;
6577
+ caretColor: string;
6578
+ placeholderColor: string;
6579
+ placeholderColorDisabled: string;
6580
+ color: string;
6581
+ colorDisabled: string;
6582
+ colorFocus: string;
6583
+ groupLabelBorder: string;
6584
+ border: string;
6585
+ borderHover: string;
6586
+ borderDisabled: string;
6587
+ borderFocus: string;
6588
+ boxShadowFocus: string;
6589
+ loadingColor: string;
6590
+ loadingColorSuccess: string;
6591
+ borderSuccess: string;
6592
+ borderHoverSuccess: string;
6593
+ colorFocusSuccess: string;
6594
+ borderFocusSuccess: string;
6595
+ boxShadowFocusSuccess: string;
6596
+ caretColorSuccess: string;
6597
+ loadingColorWarning: string;
6598
+ borderWarning: string;
6599
+ borderHoverWarning: string;
6600
+ colorFocusWarning: string;
6601
+ borderFocusWarning: string;
6602
+ boxShadowFocusWarning: string;
6603
+ caretColorWarning: string;
6604
+ loadingColorError: string;
6605
+ borderError: string;
6606
+ borderHoverError: string;
6607
+ colorFocusError: string;
6608
+ borderFocusError: string;
6609
+ boxShadowFocusError: string;
6610
+ caretColorError: string;
6611
+ clearColor: string;
6612
+ clearColorHover: string;
6613
+ clearColorPressed: string;
6614
+ iconColor: string;
6615
+ iconColorDisabled: string;
6616
+ iconColorHover: string;
6617
+ iconColorPressed: string;
6618
+ suffixTextColor: string;
6619
+ selectionColor: string;
6620
+ }, any>;
5637
6621
  }>> | undefined;
5638
6622
  } | undefined;
5639
6623
  } | undefined;
@@ -6020,6 +7004,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6020
7004
  iconBgColor: string;
6021
7005
  extraTextColor: string;
6022
7006
  }, any>;
7007
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
7008
+ fontWeight: string;
7009
+ textColor: string;
7010
+ descriptionTextColor: string;
7011
+ textColorDisabled: string;
7012
+ descriptionTextColorDisabled: string;
7013
+ fontSizeLarge: string;
7014
+ fontSizeMedium: string;
7015
+ fontSizeSmall: string;
7016
+ lineHeightLarge: string;
7017
+ lineHeightMedium: string;
7018
+ lineHeightSmall: string;
7019
+ borderRadiusLarge: string;
7020
+ borderRadiusMedium: string;
7021
+ borderRadiusSmall: string;
7022
+ color: string;
7023
+ colorHover: string;
7024
+ colorFocus: string;
7025
+ colorActive: string;
7026
+ colorChecked: string;
7027
+ colorHoverChecked: string;
7028
+ colorFocusChecked: string;
7029
+ colorActiveChecked: string;
7030
+ colorDisabled: string;
7031
+ colorDisabledChecked: string;
7032
+ checkMarkColor: string;
7033
+ checkMarkColorHover: string;
7034
+ checkMarkColorFocus: string;
7035
+ checkMarkColorActive: string;
7036
+ checkMarkColorDisabled: string;
7037
+ checkMarkColorDisabledChecked: string;
7038
+ border: string;
7039
+ borderHover: string;
7040
+ borderFocus: string;
7041
+ borderActive: string;
7042
+ borderChecked: string;
7043
+ borderHoverChecked: string;
7044
+ borderFocusChecked: string;
7045
+ borderActiveChecked: string;
7046
+ borderDisabled: string;
7047
+ borderDisabledChecked: string;
7048
+ boxShadowHover: string;
7049
+ boxShadowFocus: string;
7050
+ boxShadowActive: string;
7051
+ boxShadowHoverChecked: string;
7052
+ boxShadowFocusChecked: string;
7053
+ boxShadowActiveChecked: string;
7054
+ sizeSmall: string;
7055
+ sizeMedium: string;
7056
+ sizeLarge: string;
7057
+ labelPadding: string;
7058
+ }, any>;
7059
+ Input: import("../../_mixins").Theme<"Input", {
7060
+ paddingTiny: string;
7061
+ paddingSmall: string;
7062
+ paddingMedium: string;
7063
+ paddingLarge: string;
7064
+ paddingHuge: string;
7065
+ clearSize: string;
7066
+ countTextColorDisabled: string;
7067
+ countTextColor: string;
7068
+ heightTiny: string;
7069
+ heightSmall: string;
7070
+ heightMedium: string;
7071
+ heightLarge: string;
7072
+ heightHuge: string;
7073
+ fontSizeTiny: string;
7074
+ fontSizeSmall: string;
7075
+ fontSizeMedium: string;
7076
+ fontSizeLarge: string;
7077
+ fontSizeHuge: string;
7078
+ lineHeight: string;
7079
+ lineHeightTextarea: string;
7080
+ borderRadius: string;
7081
+ iconSize: string;
7082
+ groupLabelTextColor: string;
7083
+ textColor: string;
7084
+ textColorDisabled: string;
7085
+ textDecorationColor: string;
7086
+ caretColor: string;
7087
+ placeholderColor: string;
7088
+ placeholderColorDisabled: string;
7089
+ color: string;
7090
+ colorDisabled: string;
7091
+ colorFocus: string;
7092
+ groupLabelBorder: string;
7093
+ border: string;
7094
+ borderHover: string;
7095
+ borderDisabled: string;
7096
+ borderFocus: string;
7097
+ boxShadowFocus: string;
7098
+ loadingColor: string;
7099
+ loadingColorSuccess: string;
7100
+ borderSuccess: string;
7101
+ borderHoverSuccess: string;
7102
+ colorFocusSuccess: string;
7103
+ borderFocusSuccess: string;
7104
+ boxShadowFocusSuccess: string;
7105
+ caretColorSuccess: string;
7106
+ loadingColorWarning: string;
7107
+ borderWarning: string;
7108
+ borderHoverWarning: string;
7109
+ colorFocusWarning: string;
7110
+ borderFocusWarning: string;
7111
+ boxShadowFocusWarning: string;
7112
+ caretColorWarning: string;
7113
+ loadingColorError: string;
7114
+ borderError: string;
7115
+ borderHoverError: string;
7116
+ colorFocusError: string;
7117
+ borderFocusError: string;
7118
+ boxShadowFocusError: string;
7119
+ caretColorError: string;
7120
+ clearColor: string;
7121
+ clearColorHover: string;
7122
+ clearColorPressed: string;
7123
+ iconColor: string;
7124
+ iconColorDisabled: string;
7125
+ iconColorHover: string;
7126
+ iconColorPressed: string;
7127
+ suffixTextColor: string;
7128
+ selectionColor: string;
7129
+ }, any>;
6023
7130
  }>;
6024
7131
  }>;
6025
7132
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -6635,6 +7742,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6635
7742
  iconBgColor: string;
6636
7743
  extraTextColor: string;
6637
7744
  }, any>;
7745
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
7746
+ fontWeight: string;
7747
+ textColor: string;
7748
+ descriptionTextColor: string;
7749
+ textColorDisabled: string;
7750
+ descriptionTextColorDisabled: string;
7751
+ fontSizeLarge: string;
7752
+ fontSizeMedium: string;
7753
+ fontSizeSmall: string;
7754
+ lineHeightLarge: string;
7755
+ lineHeightMedium: string;
7756
+ lineHeightSmall: string;
7757
+ borderRadiusLarge: string;
7758
+ borderRadiusMedium: string;
7759
+ borderRadiusSmall: string;
7760
+ color: string;
7761
+ colorHover: string;
7762
+ colorFocus: string;
7763
+ colorActive: string;
7764
+ colorChecked: string;
7765
+ colorHoverChecked: string;
7766
+ colorFocusChecked: string;
7767
+ colorActiveChecked: string;
7768
+ colorDisabled: string;
7769
+ colorDisabledChecked: string;
7770
+ checkMarkColor: string;
7771
+ checkMarkColorHover: string;
7772
+ checkMarkColorFocus: string;
7773
+ checkMarkColorActive: string;
7774
+ checkMarkColorDisabled: string;
7775
+ checkMarkColorDisabledChecked: string;
7776
+ border: string;
7777
+ borderHover: string;
7778
+ borderFocus: string;
7779
+ borderActive: string;
7780
+ borderChecked: string;
7781
+ borderHoverChecked: string;
7782
+ borderFocusChecked: string;
7783
+ borderActiveChecked: string;
7784
+ borderDisabled: string;
7785
+ borderDisabledChecked: string;
7786
+ boxShadowHover: string;
7787
+ boxShadowFocus: string;
7788
+ boxShadowActive: string;
7789
+ boxShadowHoverChecked: string;
7790
+ boxShadowFocusChecked: string;
7791
+ boxShadowActiveChecked: string;
7792
+ sizeSmall: string;
7793
+ sizeMedium: string;
7794
+ sizeLarge: string;
7795
+ labelPadding: string;
7796
+ }, any>;
7797
+ Input: import("../../_mixins").Theme<"Input", {
7798
+ paddingTiny: string;
7799
+ paddingSmall: string;
7800
+ paddingMedium: string;
7801
+ paddingLarge: string;
7802
+ paddingHuge: string;
7803
+ clearSize: string;
7804
+ countTextColorDisabled: string;
7805
+ countTextColor: string;
7806
+ heightTiny: string;
7807
+ heightSmall: string;
7808
+ heightMedium: string;
7809
+ heightLarge: string;
7810
+ heightHuge: string;
7811
+ fontSizeTiny: string;
7812
+ fontSizeSmall: string;
7813
+ fontSizeMedium: string;
7814
+ fontSizeLarge: string;
7815
+ fontSizeHuge: string;
7816
+ lineHeight: string;
7817
+ lineHeightTextarea: string;
7818
+ borderRadius: string;
7819
+ iconSize: string;
7820
+ groupLabelTextColor: string;
7821
+ textColor: string;
7822
+ textColorDisabled: string;
7823
+ textDecorationColor: string;
7824
+ caretColor: string;
7825
+ placeholderColor: string;
7826
+ placeholderColorDisabled: string;
7827
+ color: string;
7828
+ colorDisabled: string;
7829
+ colorFocus: string;
7830
+ groupLabelBorder: string;
7831
+ border: string;
7832
+ borderHover: string;
7833
+ borderDisabled: string;
7834
+ borderFocus: string;
7835
+ boxShadowFocus: string;
7836
+ loadingColor: string;
7837
+ loadingColorSuccess: string;
7838
+ borderSuccess: string;
7839
+ borderHoverSuccess: string;
7840
+ colorFocusSuccess: string;
7841
+ borderFocusSuccess: string;
7842
+ boxShadowFocusSuccess: string;
7843
+ caretColorSuccess: string;
7844
+ loadingColorWarning: string;
7845
+ borderWarning: string;
7846
+ borderHoverWarning: string;
7847
+ colorFocusWarning: string;
7848
+ borderFocusWarning: string;
7849
+ boxShadowFocusWarning: string;
7850
+ caretColorWarning: string;
7851
+ loadingColorError: string;
7852
+ borderError: string;
7853
+ borderHoverError: string;
7854
+ colorFocusError: string;
7855
+ borderFocusError: string;
7856
+ boxShadowFocusError: string;
7857
+ caretColorError: string;
7858
+ clearColor: string;
7859
+ clearColorHover: string;
7860
+ clearColorPressed: string;
7861
+ iconColor: string;
7862
+ iconColorDisabled: string;
7863
+ iconColorHover: string;
7864
+ iconColorPressed: string;
7865
+ suffixTextColor: string;
7866
+ selectionColor: string;
7867
+ }, any>;
6638
7868
  }>> | undefined;
6639
7869
  } | undefined;
6640
7870
  } | undefined;
@@ -7018,8 +8248,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7018
8248
  titleColor: string;
7019
8249
  descriptionColor: string;
7020
8250
  iconColor: string;
7021
- iconBgColor: string;
7022
- extraTextColor: string;
8251
+ iconBgColor: string;
8252
+ extraTextColor: string;
8253
+ }, any>;
8254
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
8255
+ fontWeight: string;
8256
+ textColor: string;
8257
+ descriptionTextColor: string;
8258
+ textColorDisabled: string;
8259
+ descriptionTextColorDisabled: string;
8260
+ fontSizeLarge: string;
8261
+ fontSizeMedium: string;
8262
+ fontSizeSmall: string;
8263
+ lineHeightLarge: string;
8264
+ lineHeightMedium: string;
8265
+ lineHeightSmall: string;
8266
+ borderRadiusLarge: string;
8267
+ borderRadiusMedium: string;
8268
+ borderRadiusSmall: string;
8269
+ color: string;
8270
+ colorHover: string;
8271
+ colorFocus: string;
8272
+ colorActive: string;
8273
+ colorChecked: string;
8274
+ colorHoverChecked: string;
8275
+ colorFocusChecked: string;
8276
+ colorActiveChecked: string;
8277
+ colorDisabled: string;
8278
+ colorDisabledChecked: string;
8279
+ checkMarkColor: string;
8280
+ checkMarkColorHover: string;
8281
+ checkMarkColorFocus: string;
8282
+ checkMarkColorActive: string;
8283
+ checkMarkColorDisabled: string;
8284
+ checkMarkColorDisabledChecked: string;
8285
+ border: string;
8286
+ borderHover: string;
8287
+ borderFocus: string;
8288
+ borderActive: string;
8289
+ borderChecked: string;
8290
+ borderHoverChecked: string;
8291
+ borderFocusChecked: string;
8292
+ borderActiveChecked: string;
8293
+ borderDisabled: string;
8294
+ borderDisabledChecked: string;
8295
+ boxShadowHover: string;
8296
+ boxShadowFocus: string;
8297
+ boxShadowActive: string;
8298
+ boxShadowHoverChecked: string;
8299
+ boxShadowFocusChecked: string;
8300
+ boxShadowActiveChecked: string;
8301
+ sizeSmall: string;
8302
+ sizeMedium: string;
8303
+ sizeLarge: string;
8304
+ labelPadding: string;
8305
+ }, any>;
8306
+ Input: import("../../_mixins").Theme<"Input", {
8307
+ paddingTiny: string;
8308
+ paddingSmall: string;
8309
+ paddingMedium: string;
8310
+ paddingLarge: string;
8311
+ paddingHuge: string;
8312
+ clearSize: string;
8313
+ countTextColorDisabled: string;
8314
+ countTextColor: string;
8315
+ heightTiny: string;
8316
+ heightSmall: string;
8317
+ heightMedium: string;
8318
+ heightLarge: string;
8319
+ heightHuge: string;
8320
+ fontSizeTiny: string;
8321
+ fontSizeSmall: string;
8322
+ fontSizeMedium: string;
8323
+ fontSizeLarge: string;
8324
+ fontSizeHuge: string;
8325
+ lineHeight: string;
8326
+ lineHeightTextarea: string;
8327
+ borderRadius: string;
8328
+ iconSize: string;
8329
+ groupLabelTextColor: string;
8330
+ textColor: string;
8331
+ textColorDisabled: string;
8332
+ textDecorationColor: string;
8333
+ caretColor: string;
8334
+ placeholderColor: string;
8335
+ placeholderColorDisabled: string;
8336
+ color: string;
8337
+ colorDisabled: string;
8338
+ colorFocus: string;
8339
+ groupLabelBorder: string;
8340
+ border: string;
8341
+ borderHover: string;
8342
+ borderDisabled: string;
8343
+ borderFocus: string;
8344
+ boxShadowFocus: string;
8345
+ loadingColor: string;
8346
+ loadingColorSuccess: string;
8347
+ borderSuccess: string;
8348
+ borderHoverSuccess: string;
8349
+ colorFocusSuccess: string;
8350
+ borderFocusSuccess: string;
8351
+ boxShadowFocusSuccess: string;
8352
+ caretColorSuccess: string;
8353
+ loadingColorWarning: string;
8354
+ borderWarning: string;
8355
+ borderHoverWarning: string;
8356
+ colorFocusWarning: string;
8357
+ borderFocusWarning: string;
8358
+ boxShadowFocusWarning: string;
8359
+ caretColorWarning: string;
8360
+ loadingColorError: string;
8361
+ borderError: string;
8362
+ borderHoverError: string;
8363
+ colorFocusError: string;
8364
+ borderFocusError: string;
8365
+ boxShadowFocusError: string;
8366
+ caretColorError: string;
8367
+ clearColor: string;
8368
+ clearColorHover: string;
8369
+ clearColorPressed: string;
8370
+ iconColor: string;
8371
+ iconColorDisabled: string;
8372
+ iconColorHover: string;
8373
+ iconColorPressed: string;
8374
+ suffixTextColor: string;
8375
+ selectionColor: string;
7023
8376
  }, any>;
7024
8377
  }>;
7025
8378
  }>;
@@ -7636,6 +8989,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7636
8989
  iconBgColor: string;
7637
8990
  extraTextColor: string;
7638
8991
  }, any>;
8992
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
8993
+ fontWeight: string;
8994
+ textColor: string;
8995
+ descriptionTextColor: string;
8996
+ textColorDisabled: string;
8997
+ descriptionTextColorDisabled: string;
8998
+ fontSizeLarge: string;
8999
+ fontSizeMedium: string;
9000
+ fontSizeSmall: string;
9001
+ lineHeightLarge: string;
9002
+ lineHeightMedium: string;
9003
+ lineHeightSmall: string;
9004
+ borderRadiusLarge: string;
9005
+ borderRadiusMedium: string;
9006
+ borderRadiusSmall: string;
9007
+ color: string;
9008
+ colorHover: string;
9009
+ colorFocus: string;
9010
+ colorActive: string;
9011
+ colorChecked: string;
9012
+ colorHoverChecked: string;
9013
+ colorFocusChecked: string;
9014
+ colorActiveChecked: string;
9015
+ colorDisabled: string;
9016
+ colorDisabledChecked: string;
9017
+ checkMarkColor: string;
9018
+ checkMarkColorHover: string;
9019
+ checkMarkColorFocus: string;
9020
+ checkMarkColorActive: string;
9021
+ checkMarkColorDisabled: string;
9022
+ checkMarkColorDisabledChecked: string;
9023
+ border: string;
9024
+ borderHover: string;
9025
+ borderFocus: string;
9026
+ borderActive: string;
9027
+ borderChecked: string;
9028
+ borderHoverChecked: string;
9029
+ borderFocusChecked: string;
9030
+ borderActiveChecked: string;
9031
+ borderDisabled: string;
9032
+ borderDisabledChecked: string;
9033
+ boxShadowHover: string;
9034
+ boxShadowFocus: string;
9035
+ boxShadowActive: string;
9036
+ boxShadowHoverChecked: string;
9037
+ boxShadowFocusChecked: string;
9038
+ boxShadowActiveChecked: string;
9039
+ sizeSmall: string;
9040
+ sizeMedium: string;
9041
+ sizeLarge: string;
9042
+ labelPadding: string;
9043
+ }, any>;
9044
+ Input: import("../../_mixins").Theme<"Input", {
9045
+ paddingTiny: string;
9046
+ paddingSmall: string;
9047
+ paddingMedium: string;
9048
+ paddingLarge: string;
9049
+ paddingHuge: string;
9050
+ clearSize: string;
9051
+ countTextColorDisabled: string;
9052
+ countTextColor: string;
9053
+ heightTiny: string;
9054
+ heightSmall: string;
9055
+ heightMedium: string;
9056
+ heightLarge: string;
9057
+ heightHuge: string;
9058
+ fontSizeTiny: string;
9059
+ fontSizeSmall: string;
9060
+ fontSizeMedium: string;
9061
+ fontSizeLarge: string;
9062
+ fontSizeHuge: string;
9063
+ lineHeight: string;
9064
+ lineHeightTextarea: string;
9065
+ borderRadius: string;
9066
+ iconSize: string;
9067
+ groupLabelTextColor: string;
9068
+ textColor: string;
9069
+ textColorDisabled: string;
9070
+ textDecorationColor: string;
9071
+ caretColor: string;
9072
+ placeholderColor: string;
9073
+ placeholderColorDisabled: string;
9074
+ color: string;
9075
+ colorDisabled: string;
9076
+ colorFocus: string;
9077
+ groupLabelBorder: string;
9078
+ border: string;
9079
+ borderHover: string;
9080
+ borderDisabled: string;
9081
+ borderFocus: string;
9082
+ boxShadowFocus: string;
9083
+ loadingColor: string;
9084
+ loadingColorSuccess: string;
9085
+ borderSuccess: string;
9086
+ borderHoverSuccess: string;
9087
+ colorFocusSuccess: string;
9088
+ borderFocusSuccess: string;
9089
+ boxShadowFocusSuccess: string;
9090
+ caretColorSuccess: string;
9091
+ loadingColorWarning: string;
9092
+ borderWarning: string;
9093
+ borderHoverWarning: string;
9094
+ colorFocusWarning: string;
9095
+ borderFocusWarning: string;
9096
+ boxShadowFocusWarning: string;
9097
+ caretColorWarning: string;
9098
+ loadingColorError: string;
9099
+ borderError: string;
9100
+ borderHoverError: string;
9101
+ colorFocusError: string;
9102
+ borderFocusError: string;
9103
+ boxShadowFocusError: string;
9104
+ caretColorError: string;
9105
+ clearColor: string;
9106
+ clearColorHover: string;
9107
+ clearColorPressed: string;
9108
+ iconColor: string;
9109
+ iconColorDisabled: string;
9110
+ iconColorHover: string;
9111
+ iconColorPressed: string;
9112
+ suffixTextColor: string;
9113
+ selectionColor: string;
9114
+ }, any>;
7639
9115
  }>> | undefined;
7640
9116
  } | undefined;
7641
9117
  } | undefined;
@@ -8188,6 +9664,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8188
9664
  iconBgColor: string;
8189
9665
  extraTextColor: string;
8190
9666
  }, any>;
9667
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
9668
+ fontWeight: string;
9669
+ textColor: string;
9670
+ descriptionTextColor: string;
9671
+ textColorDisabled: string;
9672
+ descriptionTextColorDisabled: string;
9673
+ fontSizeLarge: string;
9674
+ fontSizeMedium: string;
9675
+ fontSizeSmall: string;
9676
+ lineHeightLarge: string;
9677
+ lineHeightMedium: string;
9678
+ lineHeightSmall: string;
9679
+ borderRadiusLarge: string;
9680
+ borderRadiusMedium: string;
9681
+ borderRadiusSmall: string;
9682
+ color: string;
9683
+ colorHover: string;
9684
+ colorFocus: string;
9685
+ colorActive: string;
9686
+ colorChecked: string;
9687
+ colorHoverChecked: string;
9688
+ colorFocusChecked: string;
9689
+ colorActiveChecked: string;
9690
+ colorDisabled: string;
9691
+ colorDisabledChecked: string;
9692
+ checkMarkColor: string;
9693
+ checkMarkColorHover: string;
9694
+ checkMarkColorFocus: string;
9695
+ checkMarkColorActive: string;
9696
+ checkMarkColorDisabled: string;
9697
+ checkMarkColorDisabledChecked: string;
9698
+ border: string;
9699
+ borderHover: string;
9700
+ borderFocus: string;
9701
+ borderActive: string;
9702
+ borderChecked: string;
9703
+ borderHoverChecked: string;
9704
+ borderFocusChecked: string;
9705
+ borderActiveChecked: string;
9706
+ borderDisabled: string;
9707
+ borderDisabledChecked: string;
9708
+ boxShadowHover: string;
9709
+ boxShadowFocus: string;
9710
+ boxShadowActive: string;
9711
+ boxShadowHoverChecked: string;
9712
+ boxShadowFocusChecked: string;
9713
+ boxShadowActiveChecked: string;
9714
+ sizeSmall: string;
9715
+ sizeMedium: string;
9716
+ sizeLarge: string;
9717
+ labelPadding: string;
9718
+ }, any>;
9719
+ Input: import("../../_mixins").Theme<"Input", {
9720
+ paddingTiny: string;
9721
+ paddingSmall: string;
9722
+ paddingMedium: string;
9723
+ paddingLarge: string;
9724
+ paddingHuge: string;
9725
+ clearSize: string;
9726
+ countTextColorDisabled: string;
9727
+ countTextColor: string;
9728
+ heightTiny: string;
9729
+ heightSmall: string;
9730
+ heightMedium: string;
9731
+ heightLarge: string;
9732
+ heightHuge: string;
9733
+ fontSizeTiny: string;
9734
+ fontSizeSmall: string;
9735
+ fontSizeMedium: string;
9736
+ fontSizeLarge: string;
9737
+ fontSizeHuge: string;
9738
+ lineHeight: string;
9739
+ lineHeightTextarea: string;
9740
+ borderRadius: string;
9741
+ iconSize: string;
9742
+ groupLabelTextColor: string;
9743
+ textColor: string;
9744
+ textColorDisabled: string;
9745
+ textDecorationColor: string;
9746
+ caretColor: string;
9747
+ placeholderColor: string;
9748
+ placeholderColorDisabled: string;
9749
+ color: string;
9750
+ colorDisabled: string;
9751
+ colorFocus: string;
9752
+ groupLabelBorder: string;
9753
+ border: string;
9754
+ borderHover: string;
9755
+ borderDisabled: string;
9756
+ borderFocus: string;
9757
+ boxShadowFocus: string;
9758
+ loadingColor: string;
9759
+ loadingColorSuccess: string;
9760
+ borderSuccess: string;
9761
+ borderHoverSuccess: string;
9762
+ colorFocusSuccess: string;
9763
+ borderFocusSuccess: string;
9764
+ boxShadowFocusSuccess: string;
9765
+ caretColorSuccess: string;
9766
+ loadingColorWarning: string;
9767
+ borderWarning: string;
9768
+ borderHoverWarning: string;
9769
+ colorFocusWarning: string;
9770
+ borderFocusWarning: string;
9771
+ boxShadowFocusWarning: string;
9772
+ caretColorWarning: string;
9773
+ loadingColorError: string;
9774
+ borderError: string;
9775
+ borderHoverError: string;
9776
+ colorFocusError: string;
9777
+ borderFocusError: string;
9778
+ boxShadowFocusError: string;
9779
+ caretColorError: string;
9780
+ clearColor: string;
9781
+ clearColorHover: string;
9782
+ clearColorPressed: string;
9783
+ iconColor: string;
9784
+ iconColorDisabled: string;
9785
+ iconColorHover: string;
9786
+ iconColorPressed: string;
9787
+ suffixTextColor: string;
9788
+ selectionColor: string;
9789
+ }, any>;
8191
9790
  }>;
8192
9791
  }>;
8193
9792
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -8920,6 +10519,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8920
10519
  iconBgColor: string;
8921
10520
  extraTextColor: string;
8922
10521
  }, any>;
10522
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
10523
+ fontWeight: string;
10524
+ textColor: string;
10525
+ descriptionTextColor: string;
10526
+ textColorDisabled: string;
10527
+ descriptionTextColorDisabled: string;
10528
+ fontSizeLarge: string;
10529
+ fontSizeMedium: string;
10530
+ fontSizeSmall: string;
10531
+ lineHeightLarge: string;
10532
+ lineHeightMedium: string;
10533
+ lineHeightSmall: string;
10534
+ borderRadiusLarge: string;
10535
+ borderRadiusMedium: string;
10536
+ borderRadiusSmall: string;
10537
+ color: string;
10538
+ colorHover: string;
10539
+ colorFocus: string;
10540
+ colorActive: string;
10541
+ colorChecked: string;
10542
+ colorHoverChecked: string;
10543
+ colorFocusChecked: string;
10544
+ colorActiveChecked: string;
10545
+ colorDisabled: string;
10546
+ colorDisabledChecked: string;
10547
+ checkMarkColor: string;
10548
+ checkMarkColorHover: string;
10549
+ checkMarkColorFocus: string;
10550
+ checkMarkColorActive: string;
10551
+ checkMarkColorDisabled: string;
10552
+ checkMarkColorDisabledChecked: string;
10553
+ border: string;
10554
+ borderHover: string;
10555
+ borderFocus: string;
10556
+ borderActive: string;
10557
+ borderChecked: string;
10558
+ borderHoverChecked: string;
10559
+ borderFocusChecked: string;
10560
+ borderActiveChecked: string;
10561
+ borderDisabled: string;
10562
+ borderDisabledChecked: string;
10563
+ boxShadowHover: string;
10564
+ boxShadowFocus: string;
10565
+ boxShadowActive: string;
10566
+ boxShadowHoverChecked: string;
10567
+ boxShadowFocusChecked: string;
10568
+ boxShadowActiveChecked: string;
10569
+ sizeSmall: string;
10570
+ sizeMedium: string;
10571
+ sizeLarge: string;
10572
+ labelPadding: string;
10573
+ }, any>;
10574
+ Input: import("../../_mixins").Theme<"Input", {
10575
+ paddingTiny: string;
10576
+ paddingSmall: string;
10577
+ paddingMedium: string;
10578
+ paddingLarge: string;
10579
+ paddingHuge: string;
10580
+ clearSize: string;
10581
+ countTextColorDisabled: string;
10582
+ countTextColor: string;
10583
+ heightTiny: string;
10584
+ heightSmall: string;
10585
+ heightMedium: string;
10586
+ heightLarge: string;
10587
+ heightHuge: string;
10588
+ fontSizeTiny: string;
10589
+ fontSizeSmall: string;
10590
+ fontSizeMedium: string;
10591
+ fontSizeLarge: string;
10592
+ fontSizeHuge: string;
10593
+ lineHeight: string;
10594
+ lineHeightTextarea: string;
10595
+ borderRadius: string;
10596
+ iconSize: string;
10597
+ groupLabelTextColor: string;
10598
+ textColor: string;
10599
+ textColorDisabled: string;
10600
+ textDecorationColor: string;
10601
+ caretColor: string;
10602
+ placeholderColor: string;
10603
+ placeholderColorDisabled: string;
10604
+ color: string;
10605
+ colorDisabled: string;
10606
+ colorFocus: string;
10607
+ groupLabelBorder: string;
10608
+ border: string;
10609
+ borderHover: string;
10610
+ borderDisabled: string;
10611
+ borderFocus: string;
10612
+ boxShadowFocus: string;
10613
+ loadingColor: string;
10614
+ loadingColorSuccess: string;
10615
+ borderSuccess: string;
10616
+ borderHoverSuccess: string;
10617
+ colorFocusSuccess: string;
10618
+ borderFocusSuccess: string;
10619
+ boxShadowFocusSuccess: string;
10620
+ caretColorSuccess: string;
10621
+ loadingColorWarning: string;
10622
+ borderWarning: string;
10623
+ borderHoverWarning: string;
10624
+ colorFocusWarning: string;
10625
+ borderFocusWarning: string;
10626
+ boxShadowFocusWarning: string;
10627
+ caretColorWarning: string;
10628
+ loadingColorError: string;
10629
+ borderError: string;
10630
+ borderHoverError: string;
10631
+ colorFocusError: string;
10632
+ borderFocusError: string;
10633
+ boxShadowFocusError: string;
10634
+ caretColorError: string;
10635
+ clearColor: string;
10636
+ clearColorHover: string;
10637
+ clearColorPressed: string;
10638
+ iconColor: string;
10639
+ iconColorDisabled: string;
10640
+ iconColorHover: string;
10641
+ iconColorPressed: string;
10642
+ suffixTextColor: string;
10643
+ selectionColor: string;
10644
+ }, any>;
8923
10645
  }>;
8924
10646
  }>;
8925
10647
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -9652,6 +11374,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9652
11374
  iconBgColor: string;
9653
11375
  extraTextColor: string;
9654
11376
  }, any>;
11377
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
11378
+ fontWeight: string;
11379
+ textColor: string;
11380
+ descriptionTextColor: string;
11381
+ textColorDisabled: string;
11382
+ descriptionTextColorDisabled: string;
11383
+ fontSizeLarge: string;
11384
+ fontSizeMedium: string;
11385
+ fontSizeSmall: string;
11386
+ lineHeightLarge: string;
11387
+ lineHeightMedium: string;
11388
+ lineHeightSmall: string;
11389
+ borderRadiusLarge: string;
11390
+ borderRadiusMedium: string;
11391
+ borderRadiusSmall: string;
11392
+ color: string;
11393
+ colorHover: string;
11394
+ colorFocus: string;
11395
+ colorActive: string;
11396
+ colorChecked: string;
11397
+ colorHoverChecked: string;
11398
+ colorFocusChecked: string;
11399
+ colorActiveChecked: string;
11400
+ colorDisabled: string;
11401
+ colorDisabledChecked: string;
11402
+ checkMarkColor: string;
11403
+ checkMarkColorHover: string;
11404
+ checkMarkColorFocus: string;
11405
+ checkMarkColorActive: string;
11406
+ checkMarkColorDisabled: string;
11407
+ checkMarkColorDisabledChecked: string;
11408
+ border: string;
11409
+ borderHover: string;
11410
+ borderFocus: string;
11411
+ borderActive: string;
11412
+ borderChecked: string;
11413
+ borderHoverChecked: string;
11414
+ borderFocusChecked: string;
11415
+ borderActiveChecked: string;
11416
+ borderDisabled: string;
11417
+ borderDisabledChecked: string;
11418
+ boxShadowHover: string;
11419
+ boxShadowFocus: string;
11420
+ boxShadowActive: string;
11421
+ boxShadowHoverChecked: string;
11422
+ boxShadowFocusChecked: string;
11423
+ boxShadowActiveChecked: string;
11424
+ sizeSmall: string;
11425
+ sizeMedium: string;
11426
+ sizeLarge: string;
11427
+ labelPadding: string;
11428
+ }, any>;
11429
+ Input: import("../../_mixins").Theme<"Input", {
11430
+ paddingTiny: string;
11431
+ paddingSmall: string;
11432
+ paddingMedium: string;
11433
+ paddingLarge: string;
11434
+ paddingHuge: string;
11435
+ clearSize: string;
11436
+ countTextColorDisabled: string;
11437
+ countTextColor: string;
11438
+ heightTiny: string;
11439
+ heightSmall: string;
11440
+ heightMedium: string;
11441
+ heightLarge: string;
11442
+ heightHuge: string;
11443
+ fontSizeTiny: string;
11444
+ fontSizeSmall: string;
11445
+ fontSizeMedium: string;
11446
+ fontSizeLarge: string;
11447
+ fontSizeHuge: string;
11448
+ lineHeight: string;
11449
+ lineHeightTextarea: string;
11450
+ borderRadius: string;
11451
+ iconSize: string;
11452
+ groupLabelTextColor: string;
11453
+ textColor: string;
11454
+ textColorDisabled: string;
11455
+ textDecorationColor: string;
11456
+ caretColor: string;
11457
+ placeholderColor: string;
11458
+ placeholderColorDisabled: string;
11459
+ color: string;
11460
+ colorDisabled: string;
11461
+ colorFocus: string;
11462
+ groupLabelBorder: string;
11463
+ border: string;
11464
+ borderHover: string;
11465
+ borderDisabled: string;
11466
+ borderFocus: string;
11467
+ boxShadowFocus: string;
11468
+ loadingColor: string;
11469
+ loadingColorSuccess: string;
11470
+ borderSuccess: string;
11471
+ borderHoverSuccess: string;
11472
+ colorFocusSuccess: string;
11473
+ borderFocusSuccess: string;
11474
+ boxShadowFocusSuccess: string;
11475
+ caretColorSuccess: string;
11476
+ loadingColorWarning: string;
11477
+ borderWarning: string;
11478
+ borderHoverWarning: string;
11479
+ colorFocusWarning: string;
11480
+ borderFocusWarning: string;
11481
+ boxShadowFocusWarning: string;
11482
+ caretColorWarning: string;
11483
+ loadingColorError: string;
11484
+ borderError: string;
11485
+ borderHoverError: string;
11486
+ colorFocusError: string;
11487
+ borderFocusError: string;
11488
+ boxShadowFocusError: string;
11489
+ caretColorError: string;
11490
+ clearColor: string;
11491
+ clearColorHover: string;
11492
+ clearColorPressed: string;
11493
+ iconColor: string;
11494
+ iconColorDisabled: string;
11495
+ iconColorHover: string;
11496
+ iconColorPressed: string;
11497
+ suffixTextColor: string;
11498
+ selectionColor: string;
11499
+ }, any>;
9655
11500
  }>;
9656
11501
  }>;
9657
11502
  Avatar: import("../../_mixins").Theme<"Avatar", {