@uzum-tech/ui 2.3.2 → 2.3.4

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 (386) hide show
  1. package/dist/index.js +29612 -29062
  2. package/dist/index.mjs +29877 -29327
  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 +5921 -2897
  53. package/es/chat/src/Chat.mjs +13 -240
  54. package/es/chat/src/ChatListItems.d.ts +1875 -30
  55. package/es/chat/src/ChatMainArea.d.ts +1925 -54
  56. package/es/chat/src/ChatMainArea.mjs +49 -3
  57. package/es/chat/src/ChatMessages.d.ts +1874 -29
  58. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  59. package/es/chat/src/interface.d.ts +2814 -2
  60. package/es/chat/src/interface.mjs +244 -1
  61. package/es/chat/styles/dark.d.ts +123 -0
  62. package/es/chat/styles/light.d.ts +123 -0
  63. package/es/checkbox/src/Checkbox.d.ts +7 -7
  64. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  65. package/es/code/src/Code.d.ts +2 -2
  66. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  67. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  68. package/es/components.d.ts +19428 -602
  69. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  70. package/es/config-provider/src/context.mjs +1 -1
  71. package/es/crop/src/Crop.d.ts +1 -1
  72. package/es/data-table/src/DataTable.d.ts +2087 -119
  73. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  74. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  75. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  76. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  77. package/es/data-table/src/interface.d.ts +738 -0
  78. package/es/data-table/styles/light.d.ts +246 -0
  79. package/es/date-picker/src/DatePicker.d.ts +3 -3
  80. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  81. package/es/descriptions/src/Descriptions.d.ts +2 -2
  82. package/es/dialog/src/Dialog.d.ts +1 -1
  83. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  84. package/es/dialog/src/DialogProvider.d.ts +52 -52
  85. package/es/dialog/src/dialogProps.d.ts +1 -1
  86. package/es/divider/src/Divider.d.ts +1 -1
  87. package/es/drawer/src/Drawer.d.ts +2 -2
  88. package/es/dropdown/src/Dropdown.d.ts +4 -4
  89. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  90. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  91. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  92. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  93. package/es/empty/src/Empty.d.ts +1 -1
  94. package/es/flex/src/Flex.d.ts +1 -1
  95. package/es/float-button/src/FloatButton.d.ts +1 -1
  96. package/es/form/src/Form.d.ts +1 -1
  97. package/es/form/src/FormItem.d.ts +3 -3
  98. package/es/form/src/FormItemCol.d.ts +3 -3
  99. package/es/form/src/FormItemGridItem.d.ts +3 -3
  100. package/es/form/src/FormItemRow.d.ts +2 -2
  101. package/es/form/src/utils.d.ts +1 -1
  102. package/es/gradient-text/src/GradientText.d.ts +2 -2
  103. package/es/header/src/Header.d.ts +1 -1
  104. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  105. package/es/heatmap/src/Heatmap.d.ts +1 -1
  106. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  107. package/es/icon-pack/src/IconPack.d.ts +2 -2
  108. package/es/image/src/Image.d.ts +1 -1
  109. package/es/input/src/Input.d.ts +7 -7
  110. package/es/input-number/src/InputNumber.d.ts +3 -3
  111. package/es/input-otp/src/InputOtp.d.ts +2 -2
  112. package/es/kanban/src/Kanban.d.ts +1 -1
  113. package/es/layout/src/LayoutSider.d.ts +1 -1
  114. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  115. package/es/list/src/List.d.ts +9 -9
  116. package/es/list/src/ListItem.d.ts +10 -10
  117. package/es/locales/common/enUS.d.ts +1 -0
  118. package/es/locales/common/enUS.mjs +2 -1
  119. package/es/locales/common/ruRU.mjs +2 -1
  120. package/es/locales/common/uzUZ.mjs +2 -1
  121. package/es/locales/common/zhCN.mjs +2 -1
  122. package/es/mention/src/Mention.d.ts +1388 -32
  123. package/es/mention/styles/light.d.ts +123 -0
  124. package/es/menu/src/Menu.d.ts +3 -3
  125. package/es/menu/src/MenuOption.d.ts +1 -1
  126. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  127. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  128. package/es/menu/src/Submenu.d.ts +1 -1
  129. package/es/message-bubble/src/MessageBubble.d.ts +3 -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/src/Upload.d.ts +3 -3
  190. package/es/upload/src/UploadFile.d.ts +1 -1
  191. package/es/version.d.ts +1 -1
  192. package/es/version.mjs +1 -1
  193. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  194. package/es/watermark/src/Watermark.d.ts +2 -2
  195. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  196. package/lib/_internal/close/src/Close.d.ts +1 -1
  197. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  198. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  199. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  200. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  201. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  202. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  203. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  204. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  205. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  206. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  207. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  208. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  209. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  210. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  211. package/lib/_internal/select-menu/src/interface.js +46 -1
  212. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  213. package/lib/_internal/select-menu/styles/dark.js +8 -4
  214. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  215. package/lib/_internal/select-menu/styles/light.js +8 -4
  216. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  217. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  218. package/lib/_internal/typography/src/text.d.ts +3 -3
  219. package/lib/action-card/src/ActionCard.d.ts +2 -2
  220. package/lib/affix/src/Affix.d.ts +1 -1
  221. package/lib/alert/src/Alert.d.ts +1 -1
  222. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  223. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  224. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  225. package/lib/auto-complete/styles/light.d.ts +123 -0
  226. package/lib/avatar/src/Avatar.d.ts +1 -1
  227. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  228. package/lib/back-top/src/BackTop.d.ts +1 -1
  229. package/lib/badge/src/Badge.d.ts +1 -1
  230. package/lib/button/src/Button.d.ts +7 -7
  231. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  232. package/lib/card/src/Card.d.ts +1 -1
  233. package/lib/card-list/src/CardListItem.d.ts +1 -1
  234. package/lib/carousel/src/Carousel.d.ts +4 -4
  235. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  236. package/lib/cascader/src/Cascader.d.ts +1404 -51
  237. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  238. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  239. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  240. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  241. package/lib/cascader/styles/light.d.ts +123 -0
  242. package/lib/chat/src/Chat.d.ts +5921 -2897
  243. package/lib/chat/src/Chat.js +15 -180
  244. package/lib/chat/src/ChatListItems.d.ts +1875 -30
  245. package/lib/chat/src/ChatMainArea.d.ts +1925 -54
  246. package/lib/chat/src/ChatMainArea.js +48 -3
  247. package/lib/chat/src/ChatMessages.d.ts +1874 -29
  248. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  249. package/lib/chat/src/interface.d.ts +2814 -2
  250. package/lib/chat/src/interface.js +183 -1
  251. package/lib/chat/styles/dark.d.ts +123 -0
  252. package/lib/chat/styles/light.d.ts +123 -0
  253. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  254. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  255. package/lib/code/src/Code.d.ts +2 -2
  256. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  257. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  258. package/lib/components.d.ts +19428 -602
  259. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  260. package/lib/config-provider/src/context.js +2 -2
  261. package/lib/crop/src/Crop.d.ts +1 -1
  262. package/lib/data-table/src/DataTable.d.ts +2087 -119
  263. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  264. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  265. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  266. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  267. package/lib/data-table/src/interface.d.ts +738 -0
  268. package/lib/data-table/styles/light.d.ts +246 -0
  269. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  270. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  271. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  272. package/lib/dialog/src/Dialog.d.ts +1 -1
  273. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  274. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  275. package/lib/dialog/src/dialogProps.d.ts +1 -1
  276. package/lib/divider/src/Divider.d.ts +1 -1
  277. package/lib/drawer/src/Drawer.d.ts +2 -2
  278. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  279. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  280. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  281. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  282. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  283. package/lib/empty/src/Empty.d.ts +1 -1
  284. package/lib/flex/src/Flex.d.ts +1 -1
  285. package/lib/float-button/src/FloatButton.d.ts +1 -1
  286. package/lib/form/src/Form.d.ts +1 -1
  287. package/lib/form/src/FormItem.d.ts +3 -3
  288. package/lib/form/src/FormItemCol.d.ts +3 -3
  289. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  290. package/lib/form/src/FormItemRow.d.ts +2 -2
  291. package/lib/form/src/utils.d.ts +1 -1
  292. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  293. package/lib/header/src/Header.d.ts +1 -1
  294. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  295. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  296. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  297. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  298. package/lib/image/src/Image.d.ts +1 -1
  299. package/lib/input/src/Input.d.ts +7 -7
  300. package/lib/input-number/src/InputNumber.d.ts +3 -3
  301. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  302. package/lib/kanban/src/Kanban.d.ts +1 -1
  303. package/lib/layout/src/LayoutSider.d.ts +1 -1
  304. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  305. package/lib/list/src/List.d.ts +9 -9
  306. package/lib/list/src/ListItem.d.ts +10 -10
  307. package/lib/locales/common/enUS.d.ts +1 -0
  308. package/lib/locales/common/enUS.js +2 -1
  309. package/lib/locales/common/ruRU.js +2 -1
  310. package/lib/locales/common/uzUZ.js +2 -1
  311. package/lib/locales/common/zhCN.js +2 -1
  312. package/lib/mention/src/Mention.d.ts +1388 -32
  313. package/lib/mention/styles/light.d.ts +123 -0
  314. package/lib/menu/src/Menu.d.ts +3 -3
  315. package/lib/menu/src/MenuOption.d.ts +1 -1
  316. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  317. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  318. package/lib/menu/src/Submenu.d.ts +1 -1
  319. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  320. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  321. package/lib/modal/src/Modal.d.ts +4 -4
  322. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  323. package/lib/modal/src/presetProps.d.ts +1 -1
  324. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  325. package/lib/notification/src/Notification.d.ts +2 -2
  326. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  327. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  328. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  329. package/lib/pagination/src/Pagination.d.ts +1995 -27
  330. package/lib/pagination/src/interface.d.ts +738 -0
  331. package/lib/pagination/styles/light.d.ts +246 -0
  332. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  333. package/lib/popover/src/Popover.d.ts +3 -3
  334. package/lib/popover/src/PopoverBody.d.ts +1 -1
  335. package/lib/popselect/src/Popselect.d.ts +1383 -30
  336. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  337. package/lib/popselect/styles/light.d.ts +123 -0
  338. package/lib/qr-code/src/QrCode.d.ts +2 -2
  339. package/lib/radio/src/Radio.d.ts +2 -2
  340. package/lib/radio/src/RadioButton.d.ts +9 -9
  341. package/lib/radio/src/RadioGroup.d.ts +1 -1
  342. package/lib/rate/src/Rate.d.ts +1 -1
  343. package/lib/result/src/Result.d.ts +1 -1
  344. package/lib/select/index.d.ts +4 -3
  345. package/lib/select/index.js +2 -1
  346. package/lib/select/src/Select.d.ts +1127 -811
  347. package/lib/select/src/Select.js +189 -108
  348. package/lib/select/src/interface.d.ts +1140 -8
  349. package/lib/select/src/interface.js +85 -0
  350. package/lib/select/src/styles/index.cssr.js +15 -2
  351. package/lib/select/src/utils.d.ts +3 -1
  352. package/lib/select/src/utils.js +38 -0
  353. package/lib/select/styles/light.d.ts +123 -0
  354. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  355. package/lib/slider/src/Slider.d.ts +4 -4
  356. package/lib/spin/src/Spin.d.ts +1 -1
  357. package/lib/split/src/Split.d.ts +2 -2
  358. package/lib/steps/src/Steps.d.ts +1 -1
  359. package/lib/switch/src/Switch.d.ts +2 -2
  360. package/lib/tabs/src/Tab.d.ts +8 -8
  361. package/lib/tabs/src/TabPane.d.ts +1 -1
  362. package/lib/tabs/src/Tabs.d.ts +1 -1
  363. package/lib/tag/src/Tag.d.ts +4 -4
  364. package/lib/tag/src/TagGroup.d.ts +2 -2
  365. package/lib/time-picker/src/Panel.d.ts +1 -1
  366. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  367. package/lib/timeline/src/Timeline.d.ts +1 -1
  368. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  369. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  370. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  371. package/lib/transfer/src/Transfer.d.ts +2 -2
  372. package/lib/tree/src/Tree.d.ts +2 -2
  373. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  374. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  375. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  376. package/lib/typography/src/create-header.d.ts +1 -1
  377. package/lib/typography/src/headers.d.ts +6 -6
  378. package/lib/typography/src/text.d.ts +5 -5
  379. package/lib/upload/src/Upload.d.ts +3 -3
  380. package/lib/upload/src/UploadFile.d.ts +1 -1
  381. package/lib/version.d.ts +1 -1
  382. package/lib/version.js +1 -1
  383. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  384. package/lib/watermark/src/Watermark.d.ts +2 -2
  385. package/package.json +1 -1
  386. package/web-types.json +86 -3
@@ -774,6 +774,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
774
774
  iconBgColor: string;
775
775
  extraTextColor: string;
776
776
  }, any>;
777
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
778
+ fontWeight: string;
779
+ textColor: string;
780
+ descriptionTextColor: string;
781
+ textColorDisabled: string;
782
+ descriptionTextColorDisabled: string;
783
+ fontSizeLarge: string;
784
+ fontSizeMedium: string;
785
+ fontSizeSmall: string;
786
+ lineHeightLarge: string;
787
+ lineHeightMedium: string;
788
+ lineHeightSmall: string;
789
+ borderRadiusLarge: string;
790
+ borderRadiusMedium: string;
791
+ borderRadiusSmall: string;
792
+ color: string;
793
+ colorHover: string;
794
+ colorFocus: string;
795
+ colorActive: string;
796
+ colorChecked: string;
797
+ colorHoverChecked: string;
798
+ colorFocusChecked: string;
799
+ colorActiveChecked: string;
800
+ colorDisabled: string;
801
+ colorDisabledChecked: string;
802
+ checkMarkColor: string;
803
+ checkMarkColorHover: string;
804
+ checkMarkColorFocus: string;
805
+ checkMarkColorActive: string;
806
+ checkMarkColorDisabled: string;
807
+ checkMarkColorDisabledChecked: string;
808
+ border: string;
809
+ borderHover: string;
810
+ borderFocus: string;
811
+ borderActive: string;
812
+ borderChecked: string;
813
+ borderHoverChecked: string;
814
+ borderFocusChecked: string;
815
+ borderActiveChecked: string;
816
+ borderDisabled: string;
817
+ borderDisabledChecked: string;
818
+ boxShadowHover: string;
819
+ boxShadowFocus: string;
820
+ boxShadowActive: string;
821
+ boxShadowHoverChecked: string;
822
+ boxShadowFocusChecked: string;
823
+ boxShadowActiveChecked: string;
824
+ sizeSmall: string;
825
+ sizeMedium: string;
826
+ sizeLarge: string;
827
+ labelPadding: string;
828
+ }, any>;
829
+ Input: import("../../_mixins").Theme<"Input", {
830
+ paddingTiny: string;
831
+ paddingSmall: string;
832
+ paddingMedium: string;
833
+ paddingLarge: string;
834
+ paddingHuge: string;
835
+ clearSize: string;
836
+ countTextColorDisabled: string;
837
+ countTextColor: string;
838
+ heightTiny: string;
839
+ heightSmall: string;
840
+ heightMedium: string;
841
+ heightLarge: string;
842
+ heightHuge: string;
843
+ fontSizeTiny: string;
844
+ fontSizeSmall: string;
845
+ fontSizeMedium: string;
846
+ fontSizeLarge: string;
847
+ fontSizeHuge: string;
848
+ lineHeight: string;
849
+ lineHeightTextarea: string;
850
+ borderRadius: string;
851
+ iconSize: string;
852
+ groupLabelTextColor: string;
853
+ textColor: string;
854
+ textColorDisabled: string;
855
+ textDecorationColor: string;
856
+ caretColor: string;
857
+ placeholderColor: string;
858
+ placeholderColorDisabled: string;
859
+ color: string;
860
+ colorDisabled: string;
861
+ colorFocus: string;
862
+ groupLabelBorder: string;
863
+ border: string;
864
+ borderHover: string;
865
+ borderDisabled: string;
866
+ borderFocus: string;
867
+ boxShadowFocus: string;
868
+ loadingColor: string;
869
+ loadingColorSuccess: string;
870
+ borderSuccess: string;
871
+ borderHoverSuccess: string;
872
+ colorFocusSuccess: string;
873
+ borderFocusSuccess: string;
874
+ boxShadowFocusSuccess: string;
875
+ caretColorSuccess: string;
876
+ loadingColorWarning: string;
877
+ borderWarning: string;
878
+ borderHoverWarning: string;
879
+ colorFocusWarning: string;
880
+ borderFocusWarning: string;
881
+ boxShadowFocusWarning: string;
882
+ caretColorWarning: string;
883
+ loadingColorError: string;
884
+ borderError: string;
885
+ borderHoverError: string;
886
+ colorFocusError: string;
887
+ borderFocusError: string;
888
+ boxShadowFocusError: string;
889
+ caretColorError: string;
890
+ clearColor: string;
891
+ clearColorHover: string;
892
+ clearColorPressed: string;
893
+ iconColor: string;
894
+ iconColorDisabled: string;
895
+ iconColorHover: string;
896
+ iconColorPressed: string;
897
+ suffixTextColor: string;
898
+ selectionColor: string;
899
+ }, any>;
777
900
  }>;
778
901
  }>;
779
902
  Input: import("../../_mixins").Theme<"Input", {
@@ -928,6 +1051,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
928
1051
  iconBgColor: string;
929
1052
  extraTextColor: string;
930
1053
  }, any>;
1054
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1055
+ fontWeight: string;
1056
+ textColor: string;
1057
+ descriptionTextColor: string;
1058
+ textColorDisabled: string;
1059
+ descriptionTextColorDisabled: string;
1060
+ fontSizeLarge: string;
1061
+ fontSizeMedium: string;
1062
+ fontSizeSmall: string;
1063
+ lineHeightLarge: string;
1064
+ lineHeightMedium: string;
1065
+ lineHeightSmall: string;
1066
+ borderRadiusLarge: string;
1067
+ borderRadiusMedium: string;
1068
+ borderRadiusSmall: string;
1069
+ color: string;
1070
+ colorHover: string;
1071
+ colorFocus: string;
1072
+ colorActive: string;
1073
+ colorChecked: string;
1074
+ colorHoverChecked: string;
1075
+ colorFocusChecked: string;
1076
+ colorActiveChecked: string;
1077
+ colorDisabled: string;
1078
+ colorDisabledChecked: string;
1079
+ checkMarkColor: string;
1080
+ checkMarkColorHover: string;
1081
+ checkMarkColorFocus: string;
1082
+ checkMarkColorActive: string;
1083
+ checkMarkColorDisabled: string;
1084
+ checkMarkColorDisabledChecked: string;
1085
+ border: string;
1086
+ borderHover: string;
1087
+ borderFocus: string;
1088
+ borderActive: string;
1089
+ borderChecked: string;
1090
+ borderHoverChecked: string;
1091
+ borderFocusChecked: string;
1092
+ borderActiveChecked: string;
1093
+ borderDisabled: string;
1094
+ borderDisabledChecked: string;
1095
+ boxShadowHover: string;
1096
+ boxShadowFocus: string;
1097
+ boxShadowActive: string;
1098
+ boxShadowHoverChecked: string;
1099
+ boxShadowFocusChecked: string;
1100
+ boxShadowActiveChecked: string;
1101
+ sizeSmall: string;
1102
+ sizeMedium: string;
1103
+ sizeLarge: string;
1104
+ labelPadding: string;
1105
+ }, any>;
1106
+ Input: import("../../_mixins").Theme<"Input", {
1107
+ paddingTiny: string;
1108
+ paddingSmall: string;
1109
+ paddingMedium: string;
1110
+ paddingLarge: string;
1111
+ paddingHuge: string;
1112
+ clearSize: string;
1113
+ countTextColorDisabled: string;
1114
+ countTextColor: string;
1115
+ heightTiny: string;
1116
+ heightSmall: string;
1117
+ heightMedium: string;
1118
+ heightLarge: string;
1119
+ heightHuge: string;
1120
+ fontSizeTiny: string;
1121
+ fontSizeSmall: string;
1122
+ fontSizeMedium: string;
1123
+ fontSizeLarge: string;
1124
+ fontSizeHuge: string;
1125
+ lineHeight: string;
1126
+ lineHeightTextarea: string;
1127
+ borderRadius: string;
1128
+ iconSize: string;
1129
+ groupLabelTextColor: string;
1130
+ textColor: string;
1131
+ textColorDisabled: string;
1132
+ textDecorationColor: string;
1133
+ caretColor: string;
1134
+ placeholderColor: string;
1135
+ placeholderColorDisabled: string;
1136
+ color: string;
1137
+ colorDisabled: string;
1138
+ colorFocus: string;
1139
+ groupLabelBorder: string;
1140
+ border: string;
1141
+ borderHover: string;
1142
+ borderDisabled: string;
1143
+ borderFocus: string;
1144
+ boxShadowFocus: string;
1145
+ loadingColor: string;
1146
+ loadingColorSuccess: string;
1147
+ borderSuccess: string;
1148
+ borderHoverSuccess: string;
1149
+ colorFocusSuccess: string;
1150
+ borderFocusSuccess: string;
1151
+ boxShadowFocusSuccess: string;
1152
+ caretColorSuccess: string;
1153
+ loadingColorWarning: string;
1154
+ borderWarning: string;
1155
+ borderHoverWarning: string;
1156
+ colorFocusWarning: string;
1157
+ borderFocusWarning: string;
1158
+ boxShadowFocusWarning: string;
1159
+ caretColorWarning: string;
1160
+ loadingColorError: string;
1161
+ borderError: string;
1162
+ borderHoverError: string;
1163
+ colorFocusError: string;
1164
+ borderFocusError: string;
1165
+ boxShadowFocusError: string;
1166
+ caretColorError: string;
1167
+ clearColor: string;
1168
+ clearColorHover: string;
1169
+ clearColorPressed: string;
1170
+ iconColor: string;
1171
+ iconColorDisabled: string;
1172
+ iconColorHover: string;
1173
+ iconColorPressed: string;
1174
+ suffixTextColor: string;
1175
+ selectionColor: string;
1176
+ }, any>;
931
1177
  }>;
932
1178
  }>;
933
1179
  }>;
@@ -1732,72 +1978,195 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1732
1978
  iconBgColor: string;
1733
1979
  extraTextColor: string;
1734
1980
  }, any>;
1735
- }>;
1736
- }>;
1737
- Input: import("../../_mixins").Theme<"Input", {
1738
- paddingTiny: string;
1739
- paddingSmall: string;
1740
- paddingMedium: string;
1741
- paddingLarge: string;
1742
- paddingHuge: string;
1743
- clearSize: string;
1744
- countTextColorDisabled: string;
1745
- countTextColor: string;
1746
- heightTiny: string;
1747
- heightSmall: string;
1748
- heightMedium: string;
1749
- heightLarge: string;
1750
- heightHuge: string;
1751
- fontSizeTiny: string;
1752
- fontSizeSmall: string;
1753
- fontSizeMedium: string;
1754
- fontSizeLarge: string;
1755
- fontSizeHuge: string;
1756
- lineHeight: string;
1757
- lineHeightTextarea: string;
1758
- borderRadius: string;
1759
- iconSize: string;
1760
- groupLabelTextColor: string;
1761
- textColor: string;
1762
- textColorDisabled: string;
1763
- textDecorationColor: string;
1764
- caretColor: string;
1765
- placeholderColor: string;
1766
- placeholderColorDisabled: string;
1767
- color: string;
1768
- colorDisabled: string;
1769
- colorFocus: string;
1770
- groupLabelBorder: string;
1771
- border: string;
1772
- borderHover: string;
1773
- borderDisabled: string;
1774
- borderFocus: string;
1775
- boxShadowFocus: string;
1776
- loadingColor: string;
1777
- loadingColorSuccess: string;
1778
- borderSuccess: string;
1779
- borderHoverSuccess: string;
1780
- colorFocusSuccess: string;
1781
- borderFocusSuccess: string;
1782
- boxShadowFocusSuccess: string;
1783
- caretColorSuccess: string;
1784
- loadingColorWarning: string;
1785
- borderWarning: string;
1786
- borderHoverWarning: string;
1787
- colorFocusWarning: string;
1788
- borderFocusWarning: string;
1789
- boxShadowFocusWarning: string;
1790
- caretColorWarning: string;
1791
- loadingColorError: string;
1792
- borderError: string;
1793
- borderHoverError: string;
1794
- colorFocusError: string;
1795
- borderFocusError: string;
1796
- boxShadowFocusError: string;
1797
- caretColorError: string;
1798
- clearColor: string;
1799
- clearColorHover: string;
1800
- clearColorPressed: string;
1981
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1982
+ fontWeight: string;
1983
+ textColor: string;
1984
+ descriptionTextColor: string;
1985
+ textColorDisabled: string;
1986
+ descriptionTextColorDisabled: string;
1987
+ fontSizeLarge: string;
1988
+ fontSizeMedium: string;
1989
+ fontSizeSmall: string;
1990
+ lineHeightLarge: string;
1991
+ lineHeightMedium: string;
1992
+ lineHeightSmall: string;
1993
+ borderRadiusLarge: string;
1994
+ borderRadiusMedium: string;
1995
+ borderRadiusSmall: string;
1996
+ color: string;
1997
+ colorHover: string;
1998
+ colorFocus: string;
1999
+ colorActive: string;
2000
+ colorChecked: string;
2001
+ colorHoverChecked: string;
2002
+ colorFocusChecked: string;
2003
+ colorActiveChecked: string;
2004
+ colorDisabled: string;
2005
+ colorDisabledChecked: string;
2006
+ checkMarkColor: string;
2007
+ checkMarkColorHover: string;
2008
+ checkMarkColorFocus: string;
2009
+ checkMarkColorActive: string;
2010
+ checkMarkColorDisabled: string;
2011
+ checkMarkColorDisabledChecked: string;
2012
+ border: string;
2013
+ borderHover: string;
2014
+ borderFocus: string;
2015
+ borderActive: string;
2016
+ borderChecked: string;
2017
+ borderHoverChecked: string;
2018
+ borderFocusChecked: string;
2019
+ borderActiveChecked: string;
2020
+ borderDisabled: string;
2021
+ borderDisabledChecked: string;
2022
+ boxShadowHover: string;
2023
+ boxShadowFocus: string;
2024
+ boxShadowActive: string;
2025
+ boxShadowHoverChecked: string;
2026
+ boxShadowFocusChecked: string;
2027
+ boxShadowActiveChecked: string;
2028
+ sizeSmall: string;
2029
+ sizeMedium: string;
2030
+ sizeLarge: string;
2031
+ labelPadding: string;
2032
+ }, any>;
2033
+ Input: import("../../_mixins").Theme<"Input", {
2034
+ paddingTiny: string;
2035
+ paddingSmall: string;
2036
+ paddingMedium: string;
2037
+ paddingLarge: string;
2038
+ paddingHuge: string;
2039
+ clearSize: string;
2040
+ countTextColorDisabled: string;
2041
+ countTextColor: string;
2042
+ heightTiny: string;
2043
+ heightSmall: string;
2044
+ heightMedium: string;
2045
+ heightLarge: string;
2046
+ heightHuge: string;
2047
+ fontSizeTiny: string;
2048
+ fontSizeSmall: string;
2049
+ fontSizeMedium: string;
2050
+ fontSizeLarge: string;
2051
+ fontSizeHuge: string;
2052
+ lineHeight: string;
2053
+ lineHeightTextarea: string;
2054
+ borderRadius: string;
2055
+ iconSize: string;
2056
+ groupLabelTextColor: string;
2057
+ textColor: string;
2058
+ textColorDisabled: string;
2059
+ textDecorationColor: string;
2060
+ caretColor: string;
2061
+ placeholderColor: string;
2062
+ placeholderColorDisabled: string;
2063
+ color: string;
2064
+ colorDisabled: string;
2065
+ colorFocus: string;
2066
+ groupLabelBorder: string;
2067
+ border: string;
2068
+ borderHover: string;
2069
+ borderDisabled: string;
2070
+ borderFocus: string;
2071
+ boxShadowFocus: string;
2072
+ loadingColor: string;
2073
+ loadingColorSuccess: string;
2074
+ borderSuccess: string;
2075
+ borderHoverSuccess: string;
2076
+ colorFocusSuccess: string;
2077
+ borderFocusSuccess: string;
2078
+ boxShadowFocusSuccess: string;
2079
+ caretColorSuccess: string;
2080
+ loadingColorWarning: string;
2081
+ borderWarning: string;
2082
+ borderHoverWarning: string;
2083
+ colorFocusWarning: string;
2084
+ borderFocusWarning: string;
2085
+ boxShadowFocusWarning: string;
2086
+ caretColorWarning: string;
2087
+ loadingColorError: string;
2088
+ borderError: string;
2089
+ borderHoverError: string;
2090
+ colorFocusError: string;
2091
+ borderFocusError: string;
2092
+ boxShadowFocusError: string;
2093
+ caretColorError: string;
2094
+ clearColor: string;
2095
+ clearColorHover: string;
2096
+ clearColorPressed: string;
2097
+ iconColor: string;
2098
+ iconColorDisabled: string;
2099
+ iconColorHover: string;
2100
+ iconColorPressed: string;
2101
+ suffixTextColor: string;
2102
+ selectionColor: string;
2103
+ }, any>;
2104
+ }>;
2105
+ }>;
2106
+ Input: import("../../_mixins").Theme<"Input", {
2107
+ paddingTiny: string;
2108
+ paddingSmall: string;
2109
+ paddingMedium: string;
2110
+ paddingLarge: string;
2111
+ paddingHuge: string;
2112
+ clearSize: string;
2113
+ countTextColorDisabled: string;
2114
+ countTextColor: string;
2115
+ heightTiny: string;
2116
+ heightSmall: string;
2117
+ heightMedium: string;
2118
+ heightLarge: string;
2119
+ heightHuge: string;
2120
+ fontSizeTiny: string;
2121
+ fontSizeSmall: string;
2122
+ fontSizeMedium: string;
2123
+ fontSizeLarge: string;
2124
+ fontSizeHuge: string;
2125
+ lineHeight: string;
2126
+ lineHeightTextarea: string;
2127
+ borderRadius: string;
2128
+ iconSize: string;
2129
+ groupLabelTextColor: string;
2130
+ textColor: string;
2131
+ textColorDisabled: string;
2132
+ textDecorationColor: string;
2133
+ caretColor: string;
2134
+ placeholderColor: string;
2135
+ placeholderColorDisabled: string;
2136
+ color: string;
2137
+ colorDisabled: string;
2138
+ colorFocus: string;
2139
+ groupLabelBorder: string;
2140
+ border: string;
2141
+ borderHover: string;
2142
+ borderDisabled: string;
2143
+ borderFocus: string;
2144
+ boxShadowFocus: string;
2145
+ loadingColor: string;
2146
+ loadingColorSuccess: string;
2147
+ borderSuccess: string;
2148
+ borderHoverSuccess: string;
2149
+ colorFocusSuccess: string;
2150
+ borderFocusSuccess: string;
2151
+ boxShadowFocusSuccess: string;
2152
+ caretColorSuccess: string;
2153
+ loadingColorWarning: string;
2154
+ borderWarning: string;
2155
+ borderHoverWarning: string;
2156
+ colorFocusWarning: string;
2157
+ borderFocusWarning: string;
2158
+ boxShadowFocusWarning: string;
2159
+ caretColorWarning: string;
2160
+ loadingColorError: string;
2161
+ borderError: string;
2162
+ borderHoverError: string;
2163
+ colorFocusError: string;
2164
+ borderFocusError: string;
2165
+ boxShadowFocusError: string;
2166
+ caretColorError: string;
2167
+ clearColor: string;
2168
+ clearColorHover: string;
2169
+ clearColorPressed: string;
1801
2170
  iconColor: string;
1802
2171
  iconColorDisabled: string;
1803
2172
  iconColorHover: string;
@@ -1886,6 +2255,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1886
2255
  iconBgColor: string;
1887
2256
  extraTextColor: string;
1888
2257
  }, any>;
2258
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2259
+ fontWeight: string;
2260
+ textColor: string;
2261
+ descriptionTextColor: string;
2262
+ textColorDisabled: string;
2263
+ descriptionTextColorDisabled: string;
2264
+ fontSizeLarge: string;
2265
+ fontSizeMedium: string;
2266
+ fontSizeSmall: string;
2267
+ lineHeightLarge: string;
2268
+ lineHeightMedium: string;
2269
+ lineHeightSmall: string;
2270
+ borderRadiusLarge: string;
2271
+ borderRadiusMedium: string;
2272
+ borderRadiusSmall: string;
2273
+ color: string;
2274
+ colorHover: string;
2275
+ colorFocus: string;
2276
+ colorActive: string;
2277
+ colorChecked: string;
2278
+ colorHoverChecked: string;
2279
+ colorFocusChecked: string;
2280
+ colorActiveChecked: string;
2281
+ colorDisabled: string;
2282
+ colorDisabledChecked: string;
2283
+ checkMarkColor: string;
2284
+ checkMarkColorHover: string;
2285
+ checkMarkColorFocus: string;
2286
+ checkMarkColorActive: string;
2287
+ checkMarkColorDisabled: string;
2288
+ checkMarkColorDisabledChecked: string;
2289
+ border: string;
2290
+ borderHover: string;
2291
+ borderFocus: string;
2292
+ borderActive: string;
2293
+ borderChecked: string;
2294
+ borderHoverChecked: string;
2295
+ borderFocusChecked: string;
2296
+ borderActiveChecked: string;
2297
+ borderDisabled: string;
2298
+ borderDisabledChecked: string;
2299
+ boxShadowHover: string;
2300
+ boxShadowFocus: string;
2301
+ boxShadowActive: string;
2302
+ boxShadowHoverChecked: string;
2303
+ boxShadowFocusChecked: string;
2304
+ boxShadowActiveChecked: string;
2305
+ sizeSmall: string;
2306
+ sizeMedium: string;
2307
+ sizeLarge: string;
2308
+ labelPadding: string;
2309
+ }, any>;
2310
+ Input: import("../../_mixins").Theme<"Input", {
2311
+ paddingTiny: string;
2312
+ paddingSmall: string;
2313
+ paddingMedium: string;
2314
+ paddingLarge: string;
2315
+ paddingHuge: string;
2316
+ clearSize: string;
2317
+ countTextColorDisabled: string;
2318
+ countTextColor: string;
2319
+ heightTiny: string;
2320
+ heightSmall: string;
2321
+ heightMedium: string;
2322
+ heightLarge: string;
2323
+ heightHuge: string;
2324
+ fontSizeTiny: string;
2325
+ fontSizeSmall: string;
2326
+ fontSizeMedium: string;
2327
+ fontSizeLarge: string;
2328
+ fontSizeHuge: string;
2329
+ lineHeight: string;
2330
+ lineHeightTextarea: string;
2331
+ borderRadius: string;
2332
+ iconSize: string;
2333
+ groupLabelTextColor: string;
2334
+ textColor: string;
2335
+ textColorDisabled: string;
2336
+ textDecorationColor: string;
2337
+ caretColor: string;
2338
+ placeholderColor: string;
2339
+ placeholderColorDisabled: string;
2340
+ color: string;
2341
+ colorDisabled: string;
2342
+ colorFocus: string;
2343
+ groupLabelBorder: string;
2344
+ border: string;
2345
+ borderHover: string;
2346
+ borderDisabled: string;
2347
+ borderFocus: string;
2348
+ boxShadowFocus: string;
2349
+ loadingColor: string;
2350
+ loadingColorSuccess: string;
2351
+ borderSuccess: string;
2352
+ borderHoverSuccess: string;
2353
+ colorFocusSuccess: string;
2354
+ borderFocusSuccess: string;
2355
+ boxShadowFocusSuccess: string;
2356
+ caretColorSuccess: string;
2357
+ loadingColorWarning: string;
2358
+ borderWarning: string;
2359
+ borderHoverWarning: string;
2360
+ colorFocusWarning: string;
2361
+ borderFocusWarning: string;
2362
+ boxShadowFocusWarning: string;
2363
+ caretColorWarning: string;
2364
+ loadingColorError: string;
2365
+ borderError: string;
2366
+ borderHoverError: string;
2367
+ colorFocusError: string;
2368
+ borderFocusError: string;
2369
+ boxShadowFocusError: string;
2370
+ caretColorError: string;
2371
+ clearColor: string;
2372
+ clearColorHover: string;
2373
+ clearColorPressed: string;
2374
+ iconColor: string;
2375
+ iconColorDisabled: string;
2376
+ iconColorHover: string;
2377
+ iconColorPressed: string;
2378
+ suffixTextColor: string;
2379
+ selectionColor: string;
2380
+ }, any>;
1889
2381
  }>;
1890
2382
  }>;
1891
2383
  }>;
@@ -2690,6 +3182,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2690
3182
  iconBgColor: string;
2691
3183
  extraTextColor: string;
2692
3184
  }, any>;
3185
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3186
+ fontWeight: string;
3187
+ textColor: string;
3188
+ descriptionTextColor: string;
3189
+ textColorDisabled: string;
3190
+ descriptionTextColorDisabled: string;
3191
+ fontSizeLarge: string;
3192
+ fontSizeMedium: string;
3193
+ fontSizeSmall: string;
3194
+ lineHeightLarge: string;
3195
+ lineHeightMedium: string;
3196
+ lineHeightSmall: string;
3197
+ borderRadiusLarge: string;
3198
+ borderRadiusMedium: string;
3199
+ borderRadiusSmall: string;
3200
+ color: string;
3201
+ colorHover: string;
3202
+ colorFocus: string;
3203
+ colorActive: string;
3204
+ colorChecked: string;
3205
+ colorHoverChecked: string;
3206
+ colorFocusChecked: string;
3207
+ colorActiveChecked: string;
3208
+ colorDisabled: string;
3209
+ colorDisabledChecked: string;
3210
+ checkMarkColor: string;
3211
+ checkMarkColorHover: string;
3212
+ checkMarkColorFocus: string;
3213
+ checkMarkColorActive: string;
3214
+ checkMarkColorDisabled: string;
3215
+ checkMarkColorDisabledChecked: string;
3216
+ border: string;
3217
+ borderHover: string;
3218
+ borderFocus: string;
3219
+ borderActive: string;
3220
+ borderChecked: string;
3221
+ borderHoverChecked: string;
3222
+ borderFocusChecked: string;
3223
+ borderActiveChecked: string;
3224
+ borderDisabled: string;
3225
+ borderDisabledChecked: string;
3226
+ boxShadowHover: string;
3227
+ boxShadowFocus: string;
3228
+ boxShadowActive: string;
3229
+ boxShadowHoverChecked: string;
3230
+ boxShadowFocusChecked: string;
3231
+ boxShadowActiveChecked: string;
3232
+ sizeSmall: string;
3233
+ sizeMedium: string;
3234
+ sizeLarge: string;
3235
+ labelPadding: string;
3236
+ }, any>;
3237
+ Input: import("../../_mixins").Theme<"Input", {
3238
+ paddingTiny: string;
3239
+ paddingSmall: string;
3240
+ paddingMedium: string;
3241
+ paddingLarge: string;
3242
+ paddingHuge: string;
3243
+ clearSize: string;
3244
+ countTextColorDisabled: string;
3245
+ countTextColor: string;
3246
+ heightTiny: string;
3247
+ heightSmall: string;
3248
+ heightMedium: string;
3249
+ heightLarge: string;
3250
+ heightHuge: string;
3251
+ fontSizeTiny: string;
3252
+ fontSizeSmall: string;
3253
+ fontSizeMedium: string;
3254
+ fontSizeLarge: string;
3255
+ fontSizeHuge: string;
3256
+ lineHeight: string;
3257
+ lineHeightTextarea: string;
3258
+ borderRadius: string;
3259
+ iconSize: string;
3260
+ groupLabelTextColor: string;
3261
+ textColor: string;
3262
+ textColorDisabled: string;
3263
+ textDecorationColor: string;
3264
+ caretColor: string;
3265
+ placeholderColor: string;
3266
+ placeholderColorDisabled: string;
3267
+ color: string;
3268
+ colorDisabled: string;
3269
+ colorFocus: string;
3270
+ groupLabelBorder: string;
3271
+ border: string;
3272
+ borderHover: string;
3273
+ borderDisabled: string;
3274
+ borderFocus: string;
3275
+ boxShadowFocus: string;
3276
+ loadingColor: string;
3277
+ loadingColorSuccess: string;
3278
+ borderSuccess: string;
3279
+ borderHoverSuccess: string;
3280
+ colorFocusSuccess: string;
3281
+ borderFocusSuccess: string;
3282
+ boxShadowFocusSuccess: string;
3283
+ caretColorSuccess: string;
3284
+ loadingColorWarning: string;
3285
+ borderWarning: string;
3286
+ borderHoverWarning: string;
3287
+ colorFocusWarning: string;
3288
+ borderFocusWarning: string;
3289
+ boxShadowFocusWarning: string;
3290
+ caretColorWarning: string;
3291
+ loadingColorError: string;
3292
+ borderError: string;
3293
+ borderHoverError: string;
3294
+ colorFocusError: string;
3295
+ borderFocusError: string;
3296
+ boxShadowFocusError: string;
3297
+ caretColorError: string;
3298
+ clearColor: string;
3299
+ clearColorHover: string;
3300
+ clearColorPressed: string;
3301
+ iconColor: string;
3302
+ iconColorDisabled: string;
3303
+ iconColorHover: string;
3304
+ iconColorPressed: string;
3305
+ suffixTextColor: string;
3306
+ selectionColor: string;
3307
+ }, any>;
2693
3308
  }>;
2694
3309
  }>;
2695
3310
  Input: import("../../_mixins").Theme<"Input", {
@@ -2844,6 +3459,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2844
3459
  iconBgColor: string;
2845
3460
  extraTextColor: string;
2846
3461
  }, any>;
3462
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3463
+ fontWeight: string;
3464
+ textColor: string;
3465
+ descriptionTextColor: string;
3466
+ textColorDisabled: string;
3467
+ descriptionTextColorDisabled: string;
3468
+ fontSizeLarge: string;
3469
+ fontSizeMedium: string;
3470
+ fontSizeSmall: string;
3471
+ lineHeightLarge: string;
3472
+ lineHeightMedium: string;
3473
+ lineHeightSmall: string;
3474
+ borderRadiusLarge: string;
3475
+ borderRadiusMedium: string;
3476
+ borderRadiusSmall: string;
3477
+ color: string;
3478
+ colorHover: string;
3479
+ colorFocus: string;
3480
+ colorActive: string;
3481
+ colorChecked: string;
3482
+ colorHoverChecked: string;
3483
+ colorFocusChecked: string;
3484
+ colorActiveChecked: string;
3485
+ colorDisabled: string;
3486
+ colorDisabledChecked: string;
3487
+ checkMarkColor: string;
3488
+ checkMarkColorHover: string;
3489
+ checkMarkColorFocus: string;
3490
+ checkMarkColorActive: string;
3491
+ checkMarkColorDisabled: string;
3492
+ checkMarkColorDisabledChecked: string;
3493
+ border: string;
3494
+ borderHover: string;
3495
+ borderFocus: string;
3496
+ borderActive: string;
3497
+ borderChecked: string;
3498
+ borderHoverChecked: string;
3499
+ borderFocusChecked: string;
3500
+ borderActiveChecked: string;
3501
+ borderDisabled: string;
3502
+ borderDisabledChecked: string;
3503
+ boxShadowHover: string;
3504
+ boxShadowFocus: string;
3505
+ boxShadowActive: string;
3506
+ boxShadowHoverChecked: string;
3507
+ boxShadowFocusChecked: string;
3508
+ boxShadowActiveChecked: string;
3509
+ sizeSmall: string;
3510
+ sizeMedium: string;
3511
+ sizeLarge: string;
3512
+ labelPadding: string;
3513
+ }, any>;
3514
+ Input: import("../../_mixins").Theme<"Input", {
3515
+ paddingTiny: string;
3516
+ paddingSmall: string;
3517
+ paddingMedium: string;
3518
+ paddingLarge: string;
3519
+ paddingHuge: string;
3520
+ clearSize: string;
3521
+ countTextColorDisabled: string;
3522
+ countTextColor: string;
3523
+ heightTiny: string;
3524
+ heightSmall: string;
3525
+ heightMedium: string;
3526
+ heightLarge: string;
3527
+ heightHuge: string;
3528
+ fontSizeTiny: string;
3529
+ fontSizeSmall: string;
3530
+ fontSizeMedium: string;
3531
+ fontSizeLarge: string;
3532
+ fontSizeHuge: string;
3533
+ lineHeight: string;
3534
+ lineHeightTextarea: string;
3535
+ borderRadius: string;
3536
+ iconSize: string;
3537
+ groupLabelTextColor: string;
3538
+ textColor: string;
3539
+ textColorDisabled: string;
3540
+ textDecorationColor: string;
3541
+ caretColor: string;
3542
+ placeholderColor: string;
3543
+ placeholderColorDisabled: string;
3544
+ color: string;
3545
+ colorDisabled: string;
3546
+ colorFocus: string;
3547
+ groupLabelBorder: string;
3548
+ border: string;
3549
+ borderHover: string;
3550
+ borderDisabled: string;
3551
+ borderFocus: string;
3552
+ boxShadowFocus: string;
3553
+ loadingColor: string;
3554
+ loadingColorSuccess: string;
3555
+ borderSuccess: string;
3556
+ borderHoverSuccess: string;
3557
+ colorFocusSuccess: string;
3558
+ borderFocusSuccess: string;
3559
+ boxShadowFocusSuccess: string;
3560
+ caretColorSuccess: string;
3561
+ loadingColorWarning: string;
3562
+ borderWarning: string;
3563
+ borderHoverWarning: string;
3564
+ colorFocusWarning: string;
3565
+ borderFocusWarning: string;
3566
+ boxShadowFocusWarning: string;
3567
+ caretColorWarning: string;
3568
+ loadingColorError: string;
3569
+ borderError: string;
3570
+ borderHoverError: string;
3571
+ colorFocusError: string;
3572
+ borderFocusError: string;
3573
+ boxShadowFocusError: string;
3574
+ caretColorError: string;
3575
+ clearColor: string;
3576
+ clearColorHover: string;
3577
+ clearColorPressed: string;
3578
+ iconColor: string;
3579
+ iconColorDisabled: string;
3580
+ iconColorHover: string;
3581
+ iconColorPressed: string;
3582
+ suffixTextColor: string;
3583
+ selectionColor: string;
3584
+ }, any>;
2847
3585
  }>;
2848
3586
  }>;
2849
3587
  }>;
@@ -3673,8 +4411,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3673
4411
  titleColor: string;
3674
4412
  descriptionColor: string;
3675
4413
  iconColor: string;
3676
- iconBgColor: string;
3677
- extraTextColor: string;
4414
+ iconBgColor: string;
4415
+ extraTextColor: string;
4416
+ }, any>;
4417
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4418
+ fontWeight: string;
4419
+ textColor: string;
4420
+ descriptionTextColor: string;
4421
+ textColorDisabled: string;
4422
+ descriptionTextColorDisabled: string;
4423
+ fontSizeLarge: string;
4424
+ fontSizeMedium: string;
4425
+ fontSizeSmall: string;
4426
+ lineHeightLarge: string;
4427
+ lineHeightMedium: string;
4428
+ lineHeightSmall: string;
4429
+ borderRadiusLarge: string;
4430
+ borderRadiusMedium: string;
4431
+ borderRadiusSmall: string;
4432
+ color: string;
4433
+ colorHover: string;
4434
+ colorFocus: string;
4435
+ colorActive: string;
4436
+ colorChecked: string;
4437
+ colorHoverChecked: string;
4438
+ colorFocusChecked: string;
4439
+ colorActiveChecked: string;
4440
+ colorDisabled: string;
4441
+ colorDisabledChecked: string;
4442
+ checkMarkColor: string;
4443
+ checkMarkColorHover: string;
4444
+ checkMarkColorFocus: string;
4445
+ checkMarkColorActive: string;
4446
+ checkMarkColorDisabled: string;
4447
+ checkMarkColorDisabledChecked: string;
4448
+ border: string;
4449
+ borderHover: string;
4450
+ borderFocus: string;
4451
+ borderActive: string;
4452
+ borderChecked: string;
4453
+ borderHoverChecked: string;
4454
+ borderFocusChecked: string;
4455
+ borderActiveChecked: string;
4456
+ borderDisabled: string;
4457
+ borderDisabledChecked: string;
4458
+ boxShadowHover: string;
4459
+ boxShadowFocus: string;
4460
+ boxShadowActive: string;
4461
+ boxShadowHoverChecked: string;
4462
+ boxShadowFocusChecked: string;
4463
+ boxShadowActiveChecked: string;
4464
+ sizeSmall: string;
4465
+ sizeMedium: string;
4466
+ sizeLarge: string;
4467
+ labelPadding: string;
4468
+ }, any>;
4469
+ Input: import("../../_mixins").Theme<"Input", {
4470
+ paddingTiny: string;
4471
+ paddingSmall: string;
4472
+ paddingMedium: string;
4473
+ paddingLarge: string;
4474
+ paddingHuge: string;
4475
+ clearSize: string;
4476
+ countTextColorDisabled: string;
4477
+ countTextColor: string;
4478
+ heightTiny: string;
4479
+ heightSmall: string;
4480
+ heightMedium: string;
4481
+ heightLarge: string;
4482
+ heightHuge: string;
4483
+ fontSizeTiny: string;
4484
+ fontSizeSmall: string;
4485
+ fontSizeMedium: string;
4486
+ fontSizeLarge: string;
4487
+ fontSizeHuge: string;
4488
+ lineHeight: string;
4489
+ lineHeightTextarea: string;
4490
+ borderRadius: string;
4491
+ iconSize: string;
4492
+ groupLabelTextColor: string;
4493
+ textColor: string;
4494
+ textColorDisabled: string;
4495
+ textDecorationColor: string;
4496
+ caretColor: string;
4497
+ placeholderColor: string;
4498
+ placeholderColorDisabled: string;
4499
+ color: string;
4500
+ colorDisabled: string;
4501
+ colorFocus: string;
4502
+ groupLabelBorder: string;
4503
+ border: string;
4504
+ borderHover: string;
4505
+ borderDisabled: string;
4506
+ borderFocus: string;
4507
+ boxShadowFocus: string;
4508
+ loadingColor: string;
4509
+ loadingColorSuccess: string;
4510
+ borderSuccess: string;
4511
+ borderHoverSuccess: string;
4512
+ colorFocusSuccess: string;
4513
+ borderFocusSuccess: string;
4514
+ boxShadowFocusSuccess: string;
4515
+ caretColorSuccess: string;
4516
+ loadingColorWarning: string;
4517
+ borderWarning: string;
4518
+ borderHoverWarning: string;
4519
+ colorFocusWarning: string;
4520
+ borderFocusWarning: string;
4521
+ boxShadowFocusWarning: string;
4522
+ caretColorWarning: string;
4523
+ loadingColorError: string;
4524
+ borderError: string;
4525
+ borderHoverError: string;
4526
+ colorFocusError: string;
4527
+ borderFocusError: string;
4528
+ boxShadowFocusError: string;
4529
+ caretColorError: string;
4530
+ clearColor: string;
4531
+ clearColorHover: string;
4532
+ clearColorPressed: string;
4533
+ iconColor: string;
4534
+ iconColorDisabled: string;
4535
+ iconColorHover: string;
4536
+ iconColorPressed: string;
4537
+ suffixTextColor: string;
4538
+ selectionColor: string;
3678
4539
  }, any>;
3679
4540
  }>;
3680
4541
  }>;
@@ -3830,6 +4691,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3830
4691
  iconBgColor: string;
3831
4692
  extraTextColor: string;
3832
4693
  }, any>;
4694
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4695
+ fontWeight: string;
4696
+ textColor: string;
4697
+ descriptionTextColor: string;
4698
+ textColorDisabled: string;
4699
+ descriptionTextColorDisabled: string;
4700
+ fontSizeLarge: string;
4701
+ fontSizeMedium: string;
4702
+ fontSizeSmall: string;
4703
+ lineHeightLarge: string;
4704
+ lineHeightMedium: string;
4705
+ lineHeightSmall: string;
4706
+ borderRadiusLarge: string;
4707
+ borderRadiusMedium: string;
4708
+ borderRadiusSmall: string;
4709
+ color: string;
4710
+ colorHover: string;
4711
+ colorFocus: string;
4712
+ colorActive: string;
4713
+ colorChecked: string;
4714
+ colorHoverChecked: string;
4715
+ colorFocusChecked: string;
4716
+ colorActiveChecked: string;
4717
+ colorDisabled: string;
4718
+ colorDisabledChecked: string;
4719
+ checkMarkColor: string;
4720
+ checkMarkColorHover: string;
4721
+ checkMarkColorFocus: string;
4722
+ checkMarkColorActive: string;
4723
+ checkMarkColorDisabled: string;
4724
+ checkMarkColorDisabledChecked: string;
4725
+ border: string;
4726
+ borderHover: string;
4727
+ borderFocus: string;
4728
+ borderActive: string;
4729
+ borderChecked: string;
4730
+ borderHoverChecked: string;
4731
+ borderFocusChecked: string;
4732
+ borderActiveChecked: string;
4733
+ borderDisabled: string;
4734
+ borderDisabledChecked: string;
4735
+ boxShadowHover: string;
4736
+ boxShadowFocus: string;
4737
+ boxShadowActive: string;
4738
+ boxShadowHoverChecked: string;
4739
+ boxShadowFocusChecked: string;
4740
+ boxShadowActiveChecked: string;
4741
+ sizeSmall: string;
4742
+ sizeMedium: string;
4743
+ sizeLarge: string;
4744
+ labelPadding: string;
4745
+ }, any>;
4746
+ Input: import("../../_mixins").Theme<"Input", {
4747
+ paddingTiny: string;
4748
+ paddingSmall: string;
4749
+ paddingMedium: string;
4750
+ paddingLarge: string;
4751
+ paddingHuge: string;
4752
+ clearSize: string;
4753
+ countTextColorDisabled: string;
4754
+ countTextColor: string;
4755
+ heightTiny: string;
4756
+ heightSmall: string;
4757
+ heightMedium: string;
4758
+ heightLarge: string;
4759
+ heightHuge: string;
4760
+ fontSizeTiny: string;
4761
+ fontSizeSmall: string;
4762
+ fontSizeMedium: string;
4763
+ fontSizeLarge: string;
4764
+ fontSizeHuge: string;
4765
+ lineHeight: string;
4766
+ lineHeightTextarea: string;
4767
+ borderRadius: string;
4768
+ iconSize: string;
4769
+ groupLabelTextColor: string;
4770
+ textColor: string;
4771
+ textColorDisabled: string;
4772
+ textDecorationColor: string;
4773
+ caretColor: string;
4774
+ placeholderColor: string;
4775
+ placeholderColorDisabled: string;
4776
+ color: string;
4777
+ colorDisabled: string;
4778
+ colorFocus: string;
4779
+ groupLabelBorder: string;
4780
+ border: string;
4781
+ borderHover: string;
4782
+ borderDisabled: string;
4783
+ borderFocus: string;
4784
+ boxShadowFocus: string;
4785
+ loadingColor: string;
4786
+ loadingColorSuccess: string;
4787
+ borderSuccess: string;
4788
+ borderHoverSuccess: string;
4789
+ colorFocusSuccess: string;
4790
+ borderFocusSuccess: string;
4791
+ boxShadowFocusSuccess: string;
4792
+ caretColorSuccess: string;
4793
+ loadingColorWarning: string;
4794
+ borderWarning: string;
4795
+ borderHoverWarning: string;
4796
+ colorFocusWarning: string;
4797
+ borderFocusWarning: string;
4798
+ boxShadowFocusWarning: string;
4799
+ caretColorWarning: string;
4800
+ loadingColorError: string;
4801
+ borderError: string;
4802
+ borderHoverError: string;
4803
+ colorFocusError: string;
4804
+ borderFocusError: string;
4805
+ boxShadowFocusError: string;
4806
+ caretColorError: string;
4807
+ clearColor: string;
4808
+ clearColorHover: string;
4809
+ clearColorPressed: string;
4810
+ iconColor: string;
4811
+ iconColorDisabled: string;
4812
+ iconColorHover: string;
4813
+ iconColorPressed: string;
4814
+ suffixTextColor: string;
4815
+ selectionColor: string;
4816
+ }, any>;
3833
4817
  }>;
3834
4818
  }>;
3835
4819
  }>;
@@ -4192,6 +5176,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4192
5176
  iconBgColor: string;
4193
5177
  extraTextColor: string;
4194
5178
  }, any>;
5179
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
5180
+ fontWeight: string;
5181
+ textColor: string;
5182
+ descriptionTextColor: string;
5183
+ textColorDisabled: string;
5184
+ descriptionTextColorDisabled: string;
5185
+ fontSizeLarge: string;
5186
+ fontSizeMedium: string;
5187
+ fontSizeSmall: string;
5188
+ lineHeightLarge: string;
5189
+ lineHeightMedium: string;
5190
+ lineHeightSmall: string;
5191
+ borderRadiusLarge: string;
5192
+ borderRadiusMedium: string;
5193
+ borderRadiusSmall: string;
5194
+ color: string;
5195
+ colorHover: string;
5196
+ colorFocus: string;
5197
+ colorActive: string;
5198
+ colorChecked: string;
5199
+ colorHoverChecked: string;
5200
+ colorFocusChecked: string;
5201
+ colorActiveChecked: string;
5202
+ colorDisabled: string;
5203
+ colorDisabledChecked: string;
5204
+ checkMarkColor: string;
5205
+ checkMarkColorHover: string;
5206
+ checkMarkColorFocus: string;
5207
+ checkMarkColorActive: string;
5208
+ checkMarkColorDisabled: string;
5209
+ checkMarkColorDisabledChecked: string;
5210
+ border: string;
5211
+ borderHover: string;
5212
+ borderFocus: string;
5213
+ borderActive: string;
5214
+ borderChecked: string;
5215
+ borderHoverChecked: string;
5216
+ borderFocusChecked: string;
5217
+ borderActiveChecked: string;
5218
+ borderDisabled: string;
5219
+ borderDisabledChecked: string;
5220
+ boxShadowHover: string;
5221
+ boxShadowFocus: string;
5222
+ boxShadowActive: string;
5223
+ boxShadowHoverChecked: string;
5224
+ boxShadowFocusChecked: string;
5225
+ boxShadowActiveChecked: string;
5226
+ sizeSmall: string;
5227
+ sizeMedium: string;
5228
+ sizeLarge: string;
5229
+ labelPadding: string;
5230
+ }, any>;
5231
+ Input: import("../../_mixins").Theme<"Input", {
5232
+ paddingTiny: string;
5233
+ paddingSmall: string;
5234
+ paddingMedium: string;
5235
+ paddingLarge: string;
5236
+ paddingHuge: string;
5237
+ clearSize: string;
5238
+ countTextColorDisabled: string;
5239
+ countTextColor: string;
5240
+ heightTiny: string;
5241
+ heightSmall: string;
5242
+ heightMedium: string;
5243
+ heightLarge: string;
5244
+ heightHuge: string;
5245
+ fontSizeTiny: string;
5246
+ fontSizeSmall: string;
5247
+ fontSizeMedium: string;
5248
+ fontSizeLarge: string;
5249
+ fontSizeHuge: string;
5250
+ lineHeight: string;
5251
+ lineHeightTextarea: string;
5252
+ borderRadius: string;
5253
+ iconSize: string;
5254
+ groupLabelTextColor: string;
5255
+ textColor: string;
5256
+ textColorDisabled: string;
5257
+ textDecorationColor: string;
5258
+ caretColor: string;
5259
+ placeholderColor: string;
5260
+ placeholderColorDisabled: string;
5261
+ color: string;
5262
+ colorDisabled: string;
5263
+ colorFocus: string;
5264
+ groupLabelBorder: string;
5265
+ border: string;
5266
+ borderHover: string;
5267
+ borderDisabled: string;
5268
+ borderFocus: string;
5269
+ boxShadowFocus: string;
5270
+ loadingColor: string;
5271
+ loadingColorSuccess: string;
5272
+ borderSuccess: string;
5273
+ borderHoverSuccess: string;
5274
+ colorFocusSuccess: string;
5275
+ borderFocusSuccess: string;
5276
+ boxShadowFocusSuccess: string;
5277
+ caretColorSuccess: string;
5278
+ loadingColorWarning: string;
5279
+ borderWarning: string;
5280
+ borderHoverWarning: string;
5281
+ colorFocusWarning: string;
5282
+ borderFocusWarning: string;
5283
+ boxShadowFocusWarning: string;
5284
+ caretColorWarning: string;
5285
+ loadingColorError: string;
5286
+ borderError: string;
5287
+ borderHoverError: string;
5288
+ colorFocusError: string;
5289
+ borderFocusError: string;
5290
+ boxShadowFocusError: string;
5291
+ caretColorError: string;
5292
+ clearColor: string;
5293
+ clearColorHover: string;
5294
+ clearColorPressed: string;
5295
+ iconColor: string;
5296
+ iconColorDisabled: string;
5297
+ iconColorHover: string;
5298
+ iconColorPressed: string;
5299
+ suffixTextColor: string;
5300
+ selectionColor: string;
5301
+ }, any>;
4195
5302
  }>;
4196
5303
  }>> | undefined;
4197
5304
  Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
@@ -4346,6 +5453,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4346
5453
  iconBgColor: string;
4347
5454
  extraTextColor: string;
4348
5455
  }, any>;
5456
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
5457
+ fontWeight: string;
5458
+ textColor: string;
5459
+ descriptionTextColor: string;
5460
+ textColorDisabled: string;
5461
+ descriptionTextColorDisabled: string;
5462
+ fontSizeLarge: string;
5463
+ fontSizeMedium: string;
5464
+ fontSizeSmall: string;
5465
+ lineHeightLarge: string;
5466
+ lineHeightMedium: string;
5467
+ lineHeightSmall: string;
5468
+ borderRadiusLarge: string;
5469
+ borderRadiusMedium: string;
5470
+ borderRadiusSmall: string;
5471
+ color: string;
5472
+ colorHover: string;
5473
+ colorFocus: string;
5474
+ colorActive: string;
5475
+ colorChecked: string;
5476
+ colorHoverChecked: string;
5477
+ colorFocusChecked: string;
5478
+ colorActiveChecked: string;
5479
+ colorDisabled: string;
5480
+ colorDisabledChecked: string;
5481
+ checkMarkColor: string;
5482
+ checkMarkColorHover: string;
5483
+ checkMarkColorFocus: string;
5484
+ checkMarkColorActive: string;
5485
+ checkMarkColorDisabled: string;
5486
+ checkMarkColorDisabledChecked: string;
5487
+ border: string;
5488
+ borderHover: string;
5489
+ borderFocus: string;
5490
+ borderActive: string;
5491
+ borderChecked: string;
5492
+ borderHoverChecked: string;
5493
+ borderFocusChecked: string;
5494
+ borderActiveChecked: string;
5495
+ borderDisabled: string;
5496
+ borderDisabledChecked: string;
5497
+ boxShadowHover: string;
5498
+ boxShadowFocus: string;
5499
+ boxShadowActive: string;
5500
+ boxShadowHoverChecked: string;
5501
+ boxShadowFocusChecked: string;
5502
+ boxShadowActiveChecked: string;
5503
+ sizeSmall: string;
5504
+ sizeMedium: string;
5505
+ sizeLarge: string;
5506
+ labelPadding: string;
5507
+ }, any>;
5508
+ Input: import("../../_mixins").Theme<"Input", {
5509
+ paddingTiny: string;
5510
+ paddingSmall: string;
5511
+ paddingMedium: string;
5512
+ paddingLarge: string;
5513
+ paddingHuge: string;
5514
+ clearSize: string;
5515
+ countTextColorDisabled: string;
5516
+ countTextColor: string;
5517
+ heightTiny: string;
5518
+ heightSmall: string;
5519
+ heightMedium: string;
5520
+ heightLarge: string;
5521
+ heightHuge: string;
5522
+ fontSizeTiny: string;
5523
+ fontSizeSmall: string;
5524
+ fontSizeMedium: string;
5525
+ fontSizeLarge: string;
5526
+ fontSizeHuge: string;
5527
+ lineHeight: string;
5528
+ lineHeightTextarea: string;
5529
+ borderRadius: string;
5530
+ iconSize: string;
5531
+ groupLabelTextColor: string;
5532
+ textColor: string;
5533
+ textColorDisabled: string;
5534
+ textDecorationColor: string;
5535
+ caretColor: string;
5536
+ placeholderColor: string;
5537
+ placeholderColorDisabled: string;
5538
+ color: string;
5539
+ colorDisabled: string;
5540
+ colorFocus: string;
5541
+ groupLabelBorder: string;
5542
+ border: string;
5543
+ borderHover: string;
5544
+ borderDisabled: string;
5545
+ borderFocus: string;
5546
+ boxShadowFocus: string;
5547
+ loadingColor: string;
5548
+ loadingColorSuccess: string;
5549
+ borderSuccess: string;
5550
+ borderHoverSuccess: string;
5551
+ colorFocusSuccess: string;
5552
+ borderFocusSuccess: string;
5553
+ boxShadowFocusSuccess: string;
5554
+ caretColorSuccess: string;
5555
+ loadingColorWarning: string;
5556
+ borderWarning: string;
5557
+ borderHoverWarning: string;
5558
+ colorFocusWarning: string;
5559
+ borderFocusWarning: string;
5560
+ boxShadowFocusWarning: string;
5561
+ caretColorWarning: string;
5562
+ loadingColorError: string;
5563
+ borderError: string;
5564
+ borderHoverError: string;
5565
+ colorFocusError: string;
5566
+ borderFocusError: string;
5567
+ boxShadowFocusError: string;
5568
+ caretColorError: string;
5569
+ clearColor: string;
5570
+ clearColorHover: string;
5571
+ clearColorPressed: string;
5572
+ iconColor: string;
5573
+ iconColorDisabled: string;
5574
+ iconColorHover: string;
5575
+ iconColorPressed: string;
5576
+ suffixTextColor: string;
5577
+ selectionColor: string;
5578
+ }, any>;
4349
5579
  }>;
4350
5580
  }>> | undefined;
4351
5581
  } | undefined;
@@ -5254,6 +6484,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5254
6484
  iconBgColor: string;
5255
6485
  extraTextColor: string;
5256
6486
  }, any>;
6487
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
6488
+ fontWeight: string;
6489
+ textColor: string;
6490
+ descriptionTextColor: string;
6491
+ textColorDisabled: string;
6492
+ descriptionTextColorDisabled: string;
6493
+ fontSizeLarge: string;
6494
+ fontSizeMedium: string;
6495
+ fontSizeSmall: string;
6496
+ lineHeightLarge: string;
6497
+ lineHeightMedium: string;
6498
+ lineHeightSmall: string;
6499
+ borderRadiusLarge: string;
6500
+ borderRadiusMedium: string;
6501
+ borderRadiusSmall: string;
6502
+ color: string;
6503
+ colorHover: string;
6504
+ colorFocus: string;
6505
+ colorActive: string;
6506
+ colorChecked: string;
6507
+ colorHoverChecked: string;
6508
+ colorFocusChecked: string;
6509
+ colorActiveChecked: string;
6510
+ colorDisabled: string;
6511
+ colorDisabledChecked: string;
6512
+ checkMarkColor: string;
6513
+ checkMarkColorHover: string;
6514
+ checkMarkColorFocus: string;
6515
+ checkMarkColorActive: string;
6516
+ checkMarkColorDisabled: string;
6517
+ checkMarkColorDisabledChecked: string;
6518
+ border: string;
6519
+ borderHover: string;
6520
+ borderFocus: string;
6521
+ borderActive: string;
6522
+ borderChecked: string;
6523
+ borderHoverChecked: string;
6524
+ borderFocusChecked: string;
6525
+ borderActiveChecked: string;
6526
+ borderDisabled: string;
6527
+ borderDisabledChecked: string;
6528
+ boxShadowHover: string;
6529
+ boxShadowFocus: string;
6530
+ boxShadowActive: string;
6531
+ boxShadowHoverChecked: string;
6532
+ boxShadowFocusChecked: string;
6533
+ boxShadowActiveChecked: string;
6534
+ sizeSmall: string;
6535
+ sizeMedium: string;
6536
+ sizeLarge: string;
6537
+ labelPadding: string;
6538
+ }, any>;
6539
+ Input: import("../../_mixins").Theme<"Input", {
6540
+ paddingTiny: string;
6541
+ paddingSmall: string;
6542
+ paddingMedium: string;
6543
+ paddingLarge: string;
6544
+ paddingHuge: string;
6545
+ clearSize: string;
6546
+ countTextColorDisabled: string;
6547
+ countTextColor: string;
6548
+ heightTiny: string;
6549
+ heightSmall: string;
6550
+ heightMedium: string;
6551
+ heightLarge: string;
6552
+ heightHuge: string;
6553
+ fontSizeTiny: string;
6554
+ fontSizeSmall: string;
6555
+ fontSizeMedium: string;
6556
+ fontSizeLarge: string;
6557
+ fontSizeHuge: string;
6558
+ lineHeight: string;
6559
+ lineHeightTextarea: string;
6560
+ borderRadius: string;
6561
+ iconSize: string;
6562
+ groupLabelTextColor: string;
6563
+ textColor: string;
6564
+ textColorDisabled: string;
6565
+ textDecorationColor: string;
6566
+ caretColor: string;
6567
+ placeholderColor: string;
6568
+ placeholderColorDisabled: string;
6569
+ color: string;
6570
+ colorDisabled: string;
6571
+ colorFocus: string;
6572
+ groupLabelBorder: string;
6573
+ border: string;
6574
+ borderHover: string;
6575
+ borderDisabled: string;
6576
+ borderFocus: string;
6577
+ boxShadowFocus: string;
6578
+ loadingColor: string;
6579
+ loadingColorSuccess: string;
6580
+ borderSuccess: string;
6581
+ borderHoverSuccess: string;
6582
+ colorFocusSuccess: string;
6583
+ borderFocusSuccess: string;
6584
+ boxShadowFocusSuccess: string;
6585
+ caretColorSuccess: string;
6586
+ loadingColorWarning: string;
6587
+ borderWarning: string;
6588
+ borderHoverWarning: string;
6589
+ colorFocusWarning: string;
6590
+ borderFocusWarning: string;
6591
+ boxShadowFocusWarning: string;
6592
+ caretColorWarning: string;
6593
+ loadingColorError: string;
6594
+ borderError: string;
6595
+ borderHoverError: string;
6596
+ colorFocusError: string;
6597
+ borderFocusError: string;
6598
+ boxShadowFocusError: string;
6599
+ caretColorError: string;
6600
+ clearColor: string;
6601
+ clearColorHover: string;
6602
+ clearColorPressed: string;
6603
+ iconColor: string;
6604
+ iconColorDisabled: string;
6605
+ iconColorHover: string;
6606
+ iconColorPressed: string;
6607
+ suffixTextColor: string;
6608
+ selectionColor: string;
6609
+ }, any>;
5257
6610
  }>;
5258
6611
  }>;
5259
6612
  Input: import("../../_mixins").Theme<"Input", {
@@ -5382,31 +6735,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5382
6735
  width: string;
5383
6736
  borderRadius: string;
5384
6737
  color: string;
5385
- colorHover: string;
5386
- railInsetHorizontalBottom: string;
5387
- railInsetHorizontalTop: string;
5388
- railInsetVerticalRight: string;
5389
- railInsetVerticalLeft: string;
5390
- railColor: string;
5391
- }, any>;
5392
- Empty: import("../../_mixins").Theme<"Empty", {
5393
- iconSizeSmall: string;
5394
- iconSizeMedium: string;
5395
- iconSizeLarge: string;
5396
- iconSizeHuge: string;
5397
- titleFontSizeSmall: string;
5398
- titleFontSizeMedium: string;
5399
- titleFontSizeLarge: string;
5400
- titleFontSizeHuge: string;
5401
- descriptionFontSizeSmall: string;
5402
- descriptionFontSizeMedium: string;
5403
- descriptionFontSizeLarge: string;
5404
- descriptionFontSizeHuge: string;
5405
- titleColor: string;
5406
- descriptionColor: string;
6738
+ colorHover: string;
6739
+ railInsetHorizontalBottom: string;
6740
+ railInsetHorizontalTop: string;
6741
+ railInsetVerticalRight: string;
6742
+ railInsetVerticalLeft: string;
6743
+ railColor: string;
6744
+ }, any>;
6745
+ Empty: import("../../_mixins").Theme<"Empty", {
6746
+ iconSizeSmall: string;
6747
+ iconSizeMedium: string;
6748
+ iconSizeLarge: string;
6749
+ iconSizeHuge: string;
6750
+ titleFontSizeSmall: string;
6751
+ titleFontSizeMedium: string;
6752
+ titleFontSizeLarge: string;
6753
+ titleFontSizeHuge: string;
6754
+ descriptionFontSizeSmall: string;
6755
+ descriptionFontSizeMedium: string;
6756
+ descriptionFontSizeLarge: string;
6757
+ descriptionFontSizeHuge: string;
6758
+ titleColor: string;
6759
+ descriptionColor: string;
6760
+ iconColor: string;
6761
+ iconBgColor: string;
6762
+ extraTextColor: string;
6763
+ }, any>;
6764
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
6765
+ fontWeight: string;
6766
+ textColor: string;
6767
+ descriptionTextColor: string;
6768
+ textColorDisabled: string;
6769
+ descriptionTextColorDisabled: string;
6770
+ fontSizeLarge: string;
6771
+ fontSizeMedium: string;
6772
+ fontSizeSmall: string;
6773
+ lineHeightLarge: string;
6774
+ lineHeightMedium: string;
6775
+ lineHeightSmall: string;
6776
+ borderRadiusLarge: string;
6777
+ borderRadiusMedium: string;
6778
+ borderRadiusSmall: string;
6779
+ color: string;
6780
+ colorHover: string;
6781
+ colorFocus: string;
6782
+ colorActive: string;
6783
+ colorChecked: string;
6784
+ colorHoverChecked: string;
6785
+ colorFocusChecked: string;
6786
+ colorActiveChecked: string;
6787
+ colorDisabled: string;
6788
+ colorDisabledChecked: string;
6789
+ checkMarkColor: string;
6790
+ checkMarkColorHover: string;
6791
+ checkMarkColorFocus: string;
6792
+ checkMarkColorActive: string;
6793
+ checkMarkColorDisabled: string;
6794
+ checkMarkColorDisabledChecked: string;
6795
+ border: string;
6796
+ borderHover: string;
6797
+ borderFocus: string;
6798
+ borderActive: string;
6799
+ borderChecked: string;
6800
+ borderHoverChecked: string;
6801
+ borderFocusChecked: string;
6802
+ borderActiveChecked: string;
6803
+ borderDisabled: string;
6804
+ borderDisabledChecked: string;
6805
+ boxShadowHover: string;
6806
+ boxShadowFocus: string;
6807
+ boxShadowActive: string;
6808
+ boxShadowHoverChecked: string;
6809
+ boxShadowFocusChecked: string;
6810
+ boxShadowActiveChecked: string;
6811
+ sizeSmall: string;
6812
+ sizeMedium: string;
6813
+ sizeLarge: string;
6814
+ labelPadding: string;
6815
+ }, any>;
6816
+ Input: import("../../_mixins").Theme<"Input", {
6817
+ paddingTiny: string;
6818
+ paddingSmall: string;
6819
+ paddingMedium: string;
6820
+ paddingLarge: string;
6821
+ paddingHuge: string;
6822
+ clearSize: string;
6823
+ countTextColorDisabled: string;
6824
+ countTextColor: string;
6825
+ heightTiny: string;
6826
+ heightSmall: string;
6827
+ heightMedium: string;
6828
+ heightLarge: string;
6829
+ heightHuge: string;
6830
+ fontSizeTiny: string;
6831
+ fontSizeSmall: string;
6832
+ fontSizeMedium: string;
6833
+ fontSizeLarge: string;
6834
+ fontSizeHuge: string;
6835
+ lineHeight: string;
6836
+ lineHeightTextarea: string;
6837
+ borderRadius: string;
6838
+ iconSize: string;
6839
+ groupLabelTextColor: string;
6840
+ textColor: string;
6841
+ textColorDisabled: string;
6842
+ textDecorationColor: string;
6843
+ caretColor: string;
6844
+ placeholderColor: string;
6845
+ placeholderColorDisabled: string;
6846
+ color: string;
6847
+ colorDisabled: string;
6848
+ colorFocus: string;
6849
+ groupLabelBorder: string;
6850
+ border: string;
6851
+ borderHover: string;
6852
+ borderDisabled: string;
6853
+ borderFocus: string;
6854
+ boxShadowFocus: string;
6855
+ loadingColor: string;
6856
+ loadingColorSuccess: string;
6857
+ borderSuccess: string;
6858
+ borderHoverSuccess: string;
6859
+ colorFocusSuccess: string;
6860
+ borderFocusSuccess: string;
6861
+ boxShadowFocusSuccess: string;
6862
+ caretColorSuccess: string;
6863
+ loadingColorWarning: string;
6864
+ borderWarning: string;
6865
+ borderHoverWarning: string;
6866
+ colorFocusWarning: string;
6867
+ borderFocusWarning: string;
6868
+ boxShadowFocusWarning: string;
6869
+ caretColorWarning: string;
6870
+ loadingColorError: string;
6871
+ borderError: string;
6872
+ borderHoverError: string;
6873
+ colorFocusError: string;
6874
+ borderFocusError: string;
6875
+ boxShadowFocusError: string;
6876
+ caretColorError: string;
6877
+ clearColor: string;
6878
+ clearColorHover: string;
6879
+ clearColorPressed: string;
5407
6880
  iconColor: string;
5408
- iconBgColor: string;
5409
- extraTextColor: string;
6881
+ iconColorDisabled: string;
6882
+ iconColorHover: string;
6883
+ iconColorPressed: string;
6884
+ suffixTextColor: string;
6885
+ selectionColor: string;
5410
6886
  }, any>;
5411
6887
  }>;
5412
6888
  }>;
@@ -6212,6 +7688,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6212
7688
  iconBgColor: string;
6213
7689
  extraTextColor: string;
6214
7690
  }, any>;
7691
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
7692
+ fontWeight: string;
7693
+ textColor: string;
7694
+ descriptionTextColor: string;
7695
+ textColorDisabled: string;
7696
+ descriptionTextColorDisabled: string;
7697
+ fontSizeLarge: string;
7698
+ fontSizeMedium: string;
7699
+ fontSizeSmall: string;
7700
+ lineHeightLarge: string;
7701
+ lineHeightMedium: string;
7702
+ lineHeightSmall: string;
7703
+ borderRadiusLarge: string;
7704
+ borderRadiusMedium: string;
7705
+ borderRadiusSmall: string;
7706
+ color: string;
7707
+ colorHover: string;
7708
+ colorFocus: string;
7709
+ colorActive: string;
7710
+ colorChecked: string;
7711
+ colorHoverChecked: string;
7712
+ colorFocusChecked: string;
7713
+ colorActiveChecked: string;
7714
+ colorDisabled: string;
7715
+ colorDisabledChecked: string;
7716
+ checkMarkColor: string;
7717
+ checkMarkColorHover: string;
7718
+ checkMarkColorFocus: string;
7719
+ checkMarkColorActive: string;
7720
+ checkMarkColorDisabled: string;
7721
+ checkMarkColorDisabledChecked: string;
7722
+ border: string;
7723
+ borderHover: string;
7724
+ borderFocus: string;
7725
+ borderActive: string;
7726
+ borderChecked: string;
7727
+ borderHoverChecked: string;
7728
+ borderFocusChecked: string;
7729
+ borderActiveChecked: string;
7730
+ borderDisabled: string;
7731
+ borderDisabledChecked: string;
7732
+ boxShadowHover: string;
7733
+ boxShadowFocus: string;
7734
+ boxShadowActive: string;
7735
+ boxShadowHoverChecked: string;
7736
+ boxShadowFocusChecked: string;
7737
+ boxShadowActiveChecked: string;
7738
+ sizeSmall: string;
7739
+ sizeMedium: string;
7740
+ sizeLarge: string;
7741
+ labelPadding: string;
7742
+ }, any>;
7743
+ Input: import("../../_mixins").Theme<"Input", {
7744
+ paddingTiny: string;
7745
+ paddingSmall: string;
7746
+ paddingMedium: string;
7747
+ paddingLarge: string;
7748
+ paddingHuge: string;
7749
+ clearSize: string;
7750
+ countTextColorDisabled: string;
7751
+ countTextColor: string;
7752
+ heightTiny: string;
7753
+ heightSmall: string;
7754
+ heightMedium: string;
7755
+ heightLarge: string;
7756
+ heightHuge: string;
7757
+ fontSizeTiny: string;
7758
+ fontSizeSmall: string;
7759
+ fontSizeMedium: string;
7760
+ fontSizeLarge: string;
7761
+ fontSizeHuge: string;
7762
+ lineHeight: string;
7763
+ lineHeightTextarea: string;
7764
+ borderRadius: string;
7765
+ iconSize: string;
7766
+ groupLabelTextColor: string;
7767
+ textColor: string;
7768
+ textColorDisabled: string;
7769
+ textDecorationColor: string;
7770
+ caretColor: string;
7771
+ placeholderColor: string;
7772
+ placeholderColorDisabled: string;
7773
+ color: string;
7774
+ colorDisabled: string;
7775
+ colorFocus: string;
7776
+ groupLabelBorder: string;
7777
+ border: string;
7778
+ borderHover: string;
7779
+ borderDisabled: string;
7780
+ borderFocus: string;
7781
+ boxShadowFocus: string;
7782
+ loadingColor: string;
7783
+ loadingColorSuccess: string;
7784
+ borderSuccess: string;
7785
+ borderHoverSuccess: string;
7786
+ colorFocusSuccess: string;
7787
+ borderFocusSuccess: string;
7788
+ boxShadowFocusSuccess: string;
7789
+ caretColorSuccess: string;
7790
+ loadingColorWarning: string;
7791
+ borderWarning: string;
7792
+ borderHoverWarning: string;
7793
+ colorFocusWarning: string;
7794
+ borderFocusWarning: string;
7795
+ boxShadowFocusWarning: string;
7796
+ caretColorWarning: string;
7797
+ loadingColorError: string;
7798
+ borderError: string;
7799
+ borderHoverError: string;
7800
+ colorFocusError: string;
7801
+ borderFocusError: string;
7802
+ boxShadowFocusError: string;
7803
+ caretColorError: string;
7804
+ clearColor: string;
7805
+ clearColorHover: string;
7806
+ clearColorPressed: string;
7807
+ iconColor: string;
7808
+ iconColorDisabled: string;
7809
+ iconColorHover: string;
7810
+ iconColorPressed: string;
7811
+ suffixTextColor: string;
7812
+ selectionColor: string;
7813
+ }, any>;
6215
7814
  }>;
6216
7815
  }>;
6217
7816
  Input: import("../../_mixins").Theme<"Input", {
@@ -6340,31 +7939,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6340
7939
  width: string;
6341
7940
  borderRadius: string;
6342
7941
  color: string;
6343
- colorHover: string;
6344
- railInsetHorizontalBottom: string;
6345
- railInsetHorizontalTop: string;
6346
- railInsetVerticalRight: string;
6347
- railInsetVerticalLeft: string;
6348
- railColor: string;
6349
- }, any>;
6350
- Empty: import("../../_mixins").Theme<"Empty", {
6351
- iconSizeSmall: string;
6352
- iconSizeMedium: string;
6353
- iconSizeLarge: string;
6354
- iconSizeHuge: string;
6355
- titleFontSizeSmall: string;
6356
- titleFontSizeMedium: string;
6357
- titleFontSizeLarge: string;
6358
- titleFontSizeHuge: string;
6359
- descriptionFontSizeSmall: string;
6360
- descriptionFontSizeMedium: string;
6361
- descriptionFontSizeLarge: string;
6362
- descriptionFontSizeHuge: string;
6363
- titleColor: string;
6364
- descriptionColor: string;
7942
+ colorHover: string;
7943
+ railInsetHorizontalBottom: string;
7944
+ railInsetHorizontalTop: string;
7945
+ railInsetVerticalRight: string;
7946
+ railInsetVerticalLeft: string;
7947
+ railColor: string;
7948
+ }, any>;
7949
+ Empty: import("../../_mixins").Theme<"Empty", {
7950
+ iconSizeSmall: string;
7951
+ iconSizeMedium: string;
7952
+ iconSizeLarge: string;
7953
+ iconSizeHuge: string;
7954
+ titleFontSizeSmall: string;
7955
+ titleFontSizeMedium: string;
7956
+ titleFontSizeLarge: string;
7957
+ titleFontSizeHuge: string;
7958
+ descriptionFontSizeSmall: string;
7959
+ descriptionFontSizeMedium: string;
7960
+ descriptionFontSizeLarge: string;
7961
+ descriptionFontSizeHuge: string;
7962
+ titleColor: string;
7963
+ descriptionColor: string;
7964
+ iconColor: string;
7965
+ iconBgColor: string;
7966
+ extraTextColor: string;
7967
+ }, any>;
7968
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
7969
+ fontWeight: string;
7970
+ textColor: string;
7971
+ descriptionTextColor: string;
7972
+ textColorDisabled: string;
7973
+ descriptionTextColorDisabled: string;
7974
+ fontSizeLarge: string;
7975
+ fontSizeMedium: string;
7976
+ fontSizeSmall: string;
7977
+ lineHeightLarge: string;
7978
+ lineHeightMedium: string;
7979
+ lineHeightSmall: string;
7980
+ borderRadiusLarge: string;
7981
+ borderRadiusMedium: string;
7982
+ borderRadiusSmall: string;
7983
+ color: string;
7984
+ colorHover: string;
7985
+ colorFocus: string;
7986
+ colorActive: string;
7987
+ colorChecked: string;
7988
+ colorHoverChecked: string;
7989
+ colorFocusChecked: string;
7990
+ colorActiveChecked: string;
7991
+ colorDisabled: string;
7992
+ colorDisabledChecked: string;
7993
+ checkMarkColor: string;
7994
+ checkMarkColorHover: string;
7995
+ checkMarkColorFocus: string;
7996
+ checkMarkColorActive: string;
7997
+ checkMarkColorDisabled: string;
7998
+ checkMarkColorDisabledChecked: string;
7999
+ border: string;
8000
+ borderHover: string;
8001
+ borderFocus: string;
8002
+ borderActive: string;
8003
+ borderChecked: string;
8004
+ borderHoverChecked: string;
8005
+ borderFocusChecked: string;
8006
+ borderActiveChecked: string;
8007
+ borderDisabled: string;
8008
+ borderDisabledChecked: string;
8009
+ boxShadowHover: string;
8010
+ boxShadowFocus: string;
8011
+ boxShadowActive: string;
8012
+ boxShadowHoverChecked: string;
8013
+ boxShadowFocusChecked: string;
8014
+ boxShadowActiveChecked: string;
8015
+ sizeSmall: string;
8016
+ sizeMedium: string;
8017
+ sizeLarge: string;
8018
+ labelPadding: string;
8019
+ }, any>;
8020
+ Input: import("../../_mixins").Theme<"Input", {
8021
+ paddingTiny: string;
8022
+ paddingSmall: string;
8023
+ paddingMedium: string;
8024
+ paddingLarge: string;
8025
+ paddingHuge: string;
8026
+ clearSize: string;
8027
+ countTextColorDisabled: string;
8028
+ countTextColor: string;
8029
+ heightTiny: string;
8030
+ heightSmall: string;
8031
+ heightMedium: string;
8032
+ heightLarge: string;
8033
+ heightHuge: string;
8034
+ fontSizeTiny: string;
8035
+ fontSizeSmall: string;
8036
+ fontSizeMedium: string;
8037
+ fontSizeLarge: string;
8038
+ fontSizeHuge: string;
8039
+ lineHeight: string;
8040
+ lineHeightTextarea: string;
8041
+ borderRadius: string;
8042
+ iconSize: string;
8043
+ groupLabelTextColor: string;
8044
+ textColor: string;
8045
+ textColorDisabled: string;
8046
+ textDecorationColor: string;
8047
+ caretColor: string;
8048
+ placeholderColor: string;
8049
+ placeholderColorDisabled: string;
8050
+ color: string;
8051
+ colorDisabled: string;
8052
+ colorFocus: string;
8053
+ groupLabelBorder: string;
8054
+ border: string;
8055
+ borderHover: string;
8056
+ borderDisabled: string;
8057
+ borderFocus: string;
8058
+ boxShadowFocus: string;
8059
+ loadingColor: string;
8060
+ loadingColorSuccess: string;
8061
+ borderSuccess: string;
8062
+ borderHoverSuccess: string;
8063
+ colorFocusSuccess: string;
8064
+ borderFocusSuccess: string;
8065
+ boxShadowFocusSuccess: string;
8066
+ caretColorSuccess: string;
8067
+ loadingColorWarning: string;
8068
+ borderWarning: string;
8069
+ borderHoverWarning: string;
8070
+ colorFocusWarning: string;
8071
+ borderFocusWarning: string;
8072
+ boxShadowFocusWarning: string;
8073
+ caretColorWarning: string;
8074
+ loadingColorError: string;
8075
+ borderError: string;
8076
+ borderHoverError: string;
8077
+ colorFocusError: string;
8078
+ borderFocusError: string;
8079
+ boxShadowFocusError: string;
8080
+ caretColorError: string;
8081
+ clearColor: string;
8082
+ clearColorHover: string;
8083
+ clearColorPressed: string;
6365
8084
  iconColor: string;
6366
- iconBgColor: string;
6367
- extraTextColor: string;
8085
+ iconColorDisabled: string;
8086
+ iconColorHover: string;
8087
+ iconColorPressed: string;
8088
+ suffixTextColor: string;
8089
+ selectionColor: string;
6368
8090
  }, any>;
6369
8091
  }>;
6370
8092
  }>;
@@ -7170,6 +8892,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7170
8892
  iconBgColor: string;
7171
8893
  extraTextColor: string;
7172
8894
  }, any>;
8895
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
8896
+ fontWeight: string;
8897
+ textColor: string;
8898
+ descriptionTextColor: string;
8899
+ textColorDisabled: string;
8900
+ descriptionTextColorDisabled: string;
8901
+ fontSizeLarge: string;
8902
+ fontSizeMedium: string;
8903
+ fontSizeSmall: string;
8904
+ lineHeightLarge: string;
8905
+ lineHeightMedium: string;
8906
+ lineHeightSmall: string;
8907
+ borderRadiusLarge: string;
8908
+ borderRadiusMedium: string;
8909
+ borderRadiusSmall: string;
8910
+ color: string;
8911
+ colorHover: string;
8912
+ colorFocus: string;
8913
+ colorActive: string;
8914
+ colorChecked: string;
8915
+ colorHoverChecked: string;
8916
+ colorFocusChecked: string;
8917
+ colorActiveChecked: string;
8918
+ colorDisabled: string;
8919
+ colorDisabledChecked: string;
8920
+ checkMarkColor: string;
8921
+ checkMarkColorHover: string;
8922
+ checkMarkColorFocus: string;
8923
+ checkMarkColorActive: string;
8924
+ checkMarkColorDisabled: string;
8925
+ checkMarkColorDisabledChecked: string;
8926
+ border: string;
8927
+ borderHover: string;
8928
+ borderFocus: string;
8929
+ borderActive: string;
8930
+ borderChecked: string;
8931
+ borderHoverChecked: string;
8932
+ borderFocusChecked: string;
8933
+ borderActiveChecked: string;
8934
+ borderDisabled: string;
8935
+ borderDisabledChecked: string;
8936
+ boxShadowHover: string;
8937
+ boxShadowFocus: string;
8938
+ boxShadowActive: string;
8939
+ boxShadowHoverChecked: string;
8940
+ boxShadowFocusChecked: string;
8941
+ boxShadowActiveChecked: string;
8942
+ sizeSmall: string;
8943
+ sizeMedium: string;
8944
+ sizeLarge: string;
8945
+ labelPadding: string;
8946
+ }, any>;
8947
+ Input: import("../../_mixins").Theme<"Input", {
8948
+ paddingTiny: string;
8949
+ paddingSmall: string;
8950
+ paddingMedium: string;
8951
+ paddingLarge: string;
8952
+ paddingHuge: string;
8953
+ clearSize: string;
8954
+ countTextColorDisabled: string;
8955
+ countTextColor: string;
8956
+ heightTiny: string;
8957
+ heightSmall: string;
8958
+ heightMedium: string;
8959
+ heightLarge: string;
8960
+ heightHuge: string;
8961
+ fontSizeTiny: string;
8962
+ fontSizeSmall: string;
8963
+ fontSizeMedium: string;
8964
+ fontSizeLarge: string;
8965
+ fontSizeHuge: string;
8966
+ lineHeight: string;
8967
+ lineHeightTextarea: string;
8968
+ borderRadius: string;
8969
+ iconSize: string;
8970
+ groupLabelTextColor: string;
8971
+ textColor: string;
8972
+ textColorDisabled: string;
8973
+ textDecorationColor: string;
8974
+ caretColor: string;
8975
+ placeholderColor: string;
8976
+ placeholderColorDisabled: string;
8977
+ color: string;
8978
+ colorDisabled: string;
8979
+ colorFocus: string;
8980
+ groupLabelBorder: string;
8981
+ border: string;
8982
+ borderHover: string;
8983
+ borderDisabled: string;
8984
+ borderFocus: string;
8985
+ boxShadowFocus: string;
8986
+ loadingColor: string;
8987
+ loadingColorSuccess: string;
8988
+ borderSuccess: string;
8989
+ borderHoverSuccess: string;
8990
+ colorFocusSuccess: string;
8991
+ borderFocusSuccess: string;
8992
+ boxShadowFocusSuccess: string;
8993
+ caretColorSuccess: string;
8994
+ loadingColorWarning: string;
8995
+ borderWarning: string;
8996
+ borderHoverWarning: string;
8997
+ colorFocusWarning: string;
8998
+ borderFocusWarning: string;
8999
+ boxShadowFocusWarning: string;
9000
+ caretColorWarning: string;
9001
+ loadingColorError: string;
9002
+ borderError: string;
9003
+ borderHoverError: string;
9004
+ colorFocusError: string;
9005
+ borderFocusError: string;
9006
+ boxShadowFocusError: string;
9007
+ caretColorError: string;
9008
+ clearColor: string;
9009
+ clearColorHover: string;
9010
+ clearColorPressed: string;
9011
+ iconColor: string;
9012
+ iconColorDisabled: string;
9013
+ iconColorHover: string;
9014
+ iconColorPressed: string;
9015
+ suffixTextColor: string;
9016
+ selectionColor: string;
9017
+ }, any>;
7173
9018
  }>;
7174
9019
  }>;
7175
9020
  Input: import("../../_mixins").Theme<"Input", {
@@ -7324,6 +9169,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7324
9169
  iconBgColor: string;
7325
9170
  extraTextColor: string;
7326
9171
  }, any>;
9172
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
9173
+ fontWeight: string;
9174
+ textColor: string;
9175
+ descriptionTextColor: string;
9176
+ textColorDisabled: string;
9177
+ descriptionTextColorDisabled: string;
9178
+ fontSizeLarge: string;
9179
+ fontSizeMedium: string;
9180
+ fontSizeSmall: string;
9181
+ lineHeightLarge: string;
9182
+ lineHeightMedium: string;
9183
+ lineHeightSmall: string;
9184
+ borderRadiusLarge: string;
9185
+ borderRadiusMedium: string;
9186
+ borderRadiusSmall: string;
9187
+ color: string;
9188
+ colorHover: string;
9189
+ colorFocus: string;
9190
+ colorActive: string;
9191
+ colorChecked: string;
9192
+ colorHoverChecked: string;
9193
+ colorFocusChecked: string;
9194
+ colorActiveChecked: string;
9195
+ colorDisabled: string;
9196
+ colorDisabledChecked: string;
9197
+ checkMarkColor: string;
9198
+ checkMarkColorHover: string;
9199
+ checkMarkColorFocus: string;
9200
+ checkMarkColorActive: string;
9201
+ checkMarkColorDisabled: string;
9202
+ checkMarkColorDisabledChecked: string;
9203
+ border: string;
9204
+ borderHover: string;
9205
+ borderFocus: string;
9206
+ borderActive: string;
9207
+ borderChecked: string;
9208
+ borderHoverChecked: string;
9209
+ borderFocusChecked: string;
9210
+ borderActiveChecked: string;
9211
+ borderDisabled: string;
9212
+ borderDisabledChecked: string;
9213
+ boxShadowHover: string;
9214
+ boxShadowFocus: string;
9215
+ boxShadowActive: string;
9216
+ boxShadowHoverChecked: string;
9217
+ boxShadowFocusChecked: string;
9218
+ boxShadowActiveChecked: string;
9219
+ sizeSmall: string;
9220
+ sizeMedium: string;
9221
+ sizeLarge: string;
9222
+ labelPadding: string;
9223
+ }, any>;
9224
+ Input: import("../../_mixins").Theme<"Input", {
9225
+ paddingTiny: string;
9226
+ paddingSmall: string;
9227
+ paddingMedium: string;
9228
+ paddingLarge: string;
9229
+ paddingHuge: string;
9230
+ clearSize: string;
9231
+ countTextColorDisabled: string;
9232
+ countTextColor: string;
9233
+ heightTiny: string;
9234
+ heightSmall: string;
9235
+ heightMedium: string;
9236
+ heightLarge: string;
9237
+ heightHuge: string;
9238
+ fontSizeTiny: string;
9239
+ fontSizeSmall: string;
9240
+ fontSizeMedium: string;
9241
+ fontSizeLarge: string;
9242
+ fontSizeHuge: string;
9243
+ lineHeight: string;
9244
+ lineHeightTextarea: string;
9245
+ borderRadius: string;
9246
+ iconSize: string;
9247
+ groupLabelTextColor: string;
9248
+ textColor: string;
9249
+ textColorDisabled: string;
9250
+ textDecorationColor: string;
9251
+ caretColor: string;
9252
+ placeholderColor: string;
9253
+ placeholderColorDisabled: string;
9254
+ color: string;
9255
+ colorDisabled: string;
9256
+ colorFocus: string;
9257
+ groupLabelBorder: string;
9258
+ border: string;
9259
+ borderHover: string;
9260
+ borderDisabled: string;
9261
+ borderFocus: string;
9262
+ boxShadowFocus: string;
9263
+ loadingColor: string;
9264
+ loadingColorSuccess: string;
9265
+ borderSuccess: string;
9266
+ borderHoverSuccess: string;
9267
+ colorFocusSuccess: string;
9268
+ borderFocusSuccess: string;
9269
+ boxShadowFocusSuccess: string;
9270
+ caretColorSuccess: string;
9271
+ loadingColorWarning: string;
9272
+ borderWarning: string;
9273
+ borderHoverWarning: string;
9274
+ colorFocusWarning: string;
9275
+ borderFocusWarning: string;
9276
+ boxShadowFocusWarning: string;
9277
+ caretColorWarning: string;
9278
+ loadingColorError: string;
9279
+ borderError: string;
9280
+ borderHoverError: string;
9281
+ colorFocusError: string;
9282
+ borderFocusError: string;
9283
+ boxShadowFocusError: string;
9284
+ caretColorError: string;
9285
+ clearColor: string;
9286
+ clearColorHover: string;
9287
+ clearColorPressed: string;
9288
+ iconColor: string;
9289
+ iconColorDisabled: string;
9290
+ iconColorHover: string;
9291
+ iconColorPressed: string;
9292
+ suffixTextColor: string;
9293
+ selectionColor: string;
9294
+ }, any>;
7327
9295
  }>;
7328
9296
  }>;
7329
9297
  }>;
@@ -7482,9 +9450,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7482
9450
  onEdit?: ((...args: any[]) => any) | undefined;
7483
9451
  }>, {
7484
9452
  readonly bordered: boolean | undefined;
7485
- readonly data: import("./interface").RowData[];
7486
- readonly size: import("./public-types").DataTableSize;
7487
9453
  readonly loading: boolean;
9454
+ readonly size: import("./public-types").DataTableSize;
9455
+ readonly data: import("./interface").RowData[];
7488
9456
  readonly loadingSkeleton: boolean;
7489
9457
  readonly spinProps: import("../../_internal").BaseLoadingExposedProps;
7490
9458
  readonly columns: import("./interface").TableColumns<any>;
@@ -7502,7 +9470,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7502
9470
  readonly defaultExpandedRowKeys: RowKey[];
7503
9471
  readonly defaultExpandAll: boolean;
7504
9472
  readonly stickyExpandedRows: boolean;
7505
- readonly tableLayout: "auto" | "fixed";
9473
+ readonly tableLayout: "fixed" | "auto";
7506
9474
  readonly resizableMinWidth: string | number;
7507
9475
  readonly resizableStorage: boolean;
7508
9476
  readonly childrenKey: string;