@uzum-tech/ui 2.3.1 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (414) hide show
  1. package/dist/index.js +29698 -29160
  2. package/dist/index.mjs +29963 -29425
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  6. package/es/_internal/close/src/Close.d.ts +1 -1
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  8. package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  9. package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
  10. package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  11. package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
  12. package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  13. package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
  14. package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  15. package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
  16. package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  17. package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
  18. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  19. package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
  20. package/es/_internal/select-menu/src/interface.d.ts +650 -2
  21. package/es/_internal/select-menu/src/interface.mjs +81 -0
  22. package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
  23. package/es/_internal/select-menu/styles/dark.mjs +5 -1
  24. package/es/_internal/select-menu/styles/light.d.ts +123 -0
  25. package/es/_internal/select-menu/styles/light.mjs +5 -1
  26. package/es/_internal/selection/src/Selection.d.ts +3 -3
  27. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  28. package/es/_internal/typography/src/text.d.ts +3 -3
  29. package/es/action-card/src/ActionCard.d.ts +2 -2
  30. package/es/affix/src/Affix.d.ts +1 -1
  31. package/es/alert/src/Alert.d.ts +1 -1
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  34. package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
  35. package/es/auto-complete/styles/light.d.ts +123 -0
  36. package/es/avatar/src/Avatar.d.ts +1 -1
  37. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  38. package/es/back-top/src/BackTop.d.ts +1 -1
  39. package/es/badge/src/Badge.d.ts +1 -1
  40. package/es/button/src/Button.d.ts +7 -7
  41. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  42. package/es/card/src/Card.d.ts +1 -1
  43. package/es/card-list/src/CardListItem.d.ts +1 -1
  44. package/es/carousel/src/Carousel.d.ts +4 -4
  45. package/es/carousel/src/CarouselDots.d.ts +2 -2
  46. package/es/cascader/src/Cascader.d.ts +1404 -51
  47. package/es/cascader/src/CascaderMenu.d.ts +492 -0
  48. package/es/cascader/src/CascaderOption.d.ts +492 -0
  49. package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
  50. package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
  51. package/es/cascader/styles/light.d.ts +123 -0
  52. package/es/chat/src/Chat.d.ts +5868 -87
  53. package/es/chat/src/ChatListItems.d.ts +1849 -4
  54. package/es/chat/src/ChatMainArea.d.ts +1849 -4
  55. package/es/chat/src/ChatMessages.d.ts +1849 -4
  56. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  57. package/es/chat/styles/dark.d.ts +123 -0
  58. package/es/chat/styles/light.d.ts +123 -0
  59. package/es/checkbox/src/Checkbox.d.ts +7 -7
  60. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  61. package/es/code/src/Code.d.ts +2 -2
  62. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  63. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  64. package/es/components.d.ts +19186 -425
  65. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  66. package/es/config-provider/src/context.mjs +1 -1
  67. package/es/crop/src/Crop.d.ts +1 -1
  68. package/es/data-table/src/DataTable.d.ts +2087 -119
  69. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  70. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  71. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  72. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  73. package/es/data-table/src/interface.d.ts +738 -0
  74. package/es/data-table/styles/light.d.ts +246 -0
  75. package/es/date-picker/src/DatePicker.d.ts +3 -3
  76. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  77. package/es/descriptions/src/Descriptions.d.ts +2 -2
  78. package/es/dialog/src/Dialog.d.ts +1 -1
  79. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  80. package/es/dialog/src/DialogProvider.d.ts +52 -52
  81. package/es/dialog/src/dialogProps.d.ts +1 -1
  82. package/es/divider/src/Divider.d.ts +1 -1
  83. package/es/drawer/src/Drawer.d.ts +2 -2
  84. package/es/dropdown/src/Dropdown.d.ts +4 -4
  85. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  86. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  87. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  88. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  89. package/es/empty/src/Empty.d.ts +1 -1
  90. package/es/flex/src/Flex.d.ts +1 -1
  91. package/es/float-button/src/FloatButton.d.ts +1 -1
  92. package/es/form/src/Form.d.ts +1 -1
  93. package/es/form/src/FormItem.d.ts +3 -3
  94. package/es/form/src/FormItemCol.d.ts +3 -3
  95. package/es/form/src/FormItemGridItem.d.ts +3 -3
  96. package/es/form/src/FormItemRow.d.ts +2 -2
  97. package/es/form/src/utils.d.ts +1 -1
  98. package/es/gradient-text/src/GradientText.d.ts +2 -2
  99. package/es/header/src/Header.d.ts +1 -1
  100. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  101. package/es/heatmap/src/Heatmap.d.ts +1 -1
  102. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  103. package/es/icon-pack/src/IconPack.d.ts +2 -2
  104. package/es/image/src/Image.d.ts +1 -1
  105. package/es/image/src/ImagePreview.d.ts +1 -0
  106. package/es/image/src/ImagePreview.mjs +7 -35
  107. package/es/image/src/public-types.d.ts +4 -4
  108. package/es/input/src/Input.d.ts +7 -7
  109. package/es/input-number/src/InputNumber.d.ts +3 -3
  110. package/es/input-otp/src/InputOtp.d.ts +2 -2
  111. package/es/kanban/src/Kanban.d.ts +1 -1
  112. package/es/layout/src/LayoutSider.d.ts +1 -1
  113. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  114. package/es/list/src/List.d.ts +9 -9
  115. package/es/list/src/ListItem.d.ts +10 -10
  116. package/es/locales/common/enUS.d.ts +1 -0
  117. package/es/locales/common/enUS.mjs +2 -1
  118. package/es/locales/common/ruRU.mjs +2 -1
  119. package/es/locales/common/uzUZ.mjs +2 -1
  120. package/es/locales/common/zhCN.mjs +2 -1
  121. package/es/mention/src/Mention.d.ts +1388 -32
  122. package/es/mention/styles/light.d.ts +123 -0
  123. package/es/menu/src/Menu.d.ts +3 -3
  124. package/es/menu/src/MenuOption.d.ts +1 -1
  125. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  126. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  127. package/es/menu/src/Submenu.d.ts +1 -1
  128. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  129. package/es/message-bubble/src/MessageBubble.mjs +10 -3
  130. package/es/modal/src/BodyWrapper.d.ts +2 -2
  131. package/es/modal/src/Modal.d.ts +4 -4
  132. package/es/modal/src/ModalEnvironment.d.ts +4 -4
  133. package/es/modal/src/presetProps.d.ts +1 -1
  134. package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
  135. package/es/notification/src/Notification.d.ts +2 -2
  136. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  137. package/es/notification/src/NotificationProvider.d.ts +12 -12
  138. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  139. package/es/pagination/src/Pagination.d.ts +1995 -27
  140. package/es/pagination/src/interface.d.ts +738 -0
  141. package/es/pagination/styles/light.d.ts +246 -0
  142. package/es/popconfirm/src/Popconfirm.d.ts +3 -3
  143. package/es/popover/src/Popover.d.ts +3 -3
  144. package/es/popover/src/PopoverBody.d.ts +1 -1
  145. package/es/popselect/src/Popselect.d.ts +1383 -30
  146. package/es/popselect/src/PopselectPanel.d.ts +494 -2
  147. package/es/popselect/styles/light.d.ts +123 -0
  148. package/es/qr-code/src/QrCode.d.ts +2 -2
  149. package/es/radio/src/Radio.d.ts +2 -2
  150. package/es/radio/src/RadioButton.d.ts +9 -9
  151. package/es/radio/src/RadioGroup.d.ts +1 -1
  152. package/es/rate/src/Rate.d.ts +1 -1
  153. package/es/result/src/Result.d.ts +1 -1
  154. package/es/select/index.d.ts +4 -3
  155. package/es/select/index.mjs +2 -1
  156. package/es/select/src/Select.d.ts +1127 -811
  157. package/es/select/src/Select.mjs +257 -226
  158. package/es/select/src/interface.d.ts +1140 -8
  159. package/es/select/src/interface.mjs +154 -1
  160. package/es/select/src/styles/index.cssr.mjs +16 -3
  161. package/es/select/src/utils.d.ts +3 -1
  162. package/es/select/src/utils.mjs +32 -0
  163. package/es/select/styles/light.d.ts +123 -0
  164. package/es/skeleton/src/Skeleton.d.ts +1 -1
  165. package/es/slider/src/Slider.d.ts +4 -4
  166. package/es/spin/src/Spin.d.ts +1 -1
  167. package/es/split/src/Split.d.ts +2 -2
  168. package/es/steps/src/Steps.d.ts +1 -1
  169. package/es/switch/src/Switch.d.ts +2 -2
  170. package/es/tabs/src/Tab.d.ts +8 -8
  171. package/es/tabs/src/TabPane.d.ts +1 -1
  172. package/es/tabs/src/Tabs.d.ts +1 -1
  173. package/es/tag/src/Tag.d.ts +4 -4
  174. package/es/tag/src/TagGroup.d.ts +2 -2
  175. package/es/time-picker/src/Panel.d.ts +1 -1
  176. package/es/time-picker/src/TimePicker.d.ts +3 -3
  177. package/es/timeline/src/Timeline.d.ts +1 -1
  178. package/es/timeline/src/TimelineItem.d.ts +1 -1
  179. package/es/toggle-button/src/ToggleButton.d.ts +8 -8
  180. package/es/tooltip/src/Tooltip.d.ts +3 -3
  181. package/es/transfer/src/Transfer.d.ts +2 -2
  182. package/es/tree/src/Tree.d.ts +2 -2
  183. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  184. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  185. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  186. package/es/typography/src/create-header.d.ts +1 -1
  187. package/es/typography/src/headers.d.ts +6 -6
  188. package/es/typography/src/text.d.ts +5 -5
  189. package/es/upload/index.d.ts +2 -1
  190. package/es/upload/index.mjs +2 -1
  191. package/es/upload/src/Upload.d.ts +75 -1009
  192. package/es/upload/src/Upload.mjs +43 -124
  193. package/es/upload/src/UploadFile.d.ts +2 -2
  194. package/es/upload/src/UploadFile.mjs +8 -2
  195. package/es/upload/src/UploadFileList.mjs +17 -2
  196. package/es/upload/src/UploadProgress.d.ts +3 -2
  197. package/es/upload/src/interface.d.ts +1086 -92
  198. package/es/upload/src/interface.mjs +117 -1
  199. package/es/upload/src/public-types.d.ts +17 -2
  200. package/es/upload/src/useUploadActionsRender.d.ts +2 -27
  201. package/es/upload/src/useUploadActionsRender.mjs +2 -2
  202. package/es/upload/src/useUploadInternals.d.ts +2 -25
  203. package/es/upload/src/utils.d.ts +2 -0
  204. package/es/upload/src/utils.mjs +7 -0
  205. package/es/version.d.ts +1 -1
  206. package/es/version.mjs +1 -1
  207. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  208. package/es/watermark/src/Watermark.d.ts +2 -2
  209. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  210. package/lib/_internal/close/src/Close.d.ts +1 -1
  211. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  212. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  213. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  214. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  215. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  216. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  217. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  218. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  219. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  220. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  221. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  222. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  223. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  224. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  225. package/lib/_internal/select-menu/src/interface.js +46 -1
  226. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  227. package/lib/_internal/select-menu/styles/dark.js +8 -4
  228. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  229. package/lib/_internal/select-menu/styles/light.js +8 -4
  230. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  231. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  232. package/lib/_internal/typography/src/text.d.ts +3 -3
  233. package/lib/action-card/src/ActionCard.d.ts +2 -2
  234. package/lib/affix/src/Affix.d.ts +1 -1
  235. package/lib/alert/src/Alert.d.ts +1 -1
  236. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  237. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  238. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  239. package/lib/auto-complete/styles/light.d.ts +123 -0
  240. package/lib/avatar/src/Avatar.d.ts +1 -1
  241. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  242. package/lib/back-top/src/BackTop.d.ts +1 -1
  243. package/lib/badge/src/Badge.d.ts +1 -1
  244. package/lib/button/src/Button.d.ts +7 -7
  245. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  246. package/lib/card/src/Card.d.ts +1 -1
  247. package/lib/card-list/src/CardListItem.d.ts +1 -1
  248. package/lib/carousel/src/Carousel.d.ts +4 -4
  249. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  250. package/lib/cascader/src/Cascader.d.ts +1404 -51
  251. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  252. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  253. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  254. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  255. package/lib/cascader/styles/light.d.ts +123 -0
  256. package/lib/chat/src/Chat.d.ts +5868 -87
  257. package/lib/chat/src/ChatListItems.d.ts +1849 -4
  258. package/lib/chat/src/ChatMainArea.d.ts +1849 -4
  259. package/lib/chat/src/ChatMessages.d.ts +1849 -4
  260. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  261. package/lib/chat/styles/dark.d.ts +123 -0
  262. package/lib/chat/styles/light.d.ts +123 -0
  263. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  264. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  265. package/lib/code/src/Code.d.ts +2 -2
  266. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  267. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  268. package/lib/components.d.ts +19186 -425
  269. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  270. package/lib/config-provider/src/context.js +2 -2
  271. package/lib/crop/src/Crop.d.ts +1 -1
  272. package/lib/data-table/src/DataTable.d.ts +2087 -119
  273. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  274. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  275. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  276. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  277. package/lib/data-table/src/interface.d.ts +738 -0
  278. package/lib/data-table/styles/light.d.ts +246 -0
  279. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  280. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  281. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  282. package/lib/dialog/src/Dialog.d.ts +1 -1
  283. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  284. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  285. package/lib/dialog/src/dialogProps.d.ts +1 -1
  286. package/lib/divider/src/Divider.d.ts +1 -1
  287. package/lib/drawer/src/Drawer.d.ts +2 -2
  288. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  289. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  290. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  291. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  292. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  293. package/lib/empty/src/Empty.d.ts +1 -1
  294. package/lib/flex/src/Flex.d.ts +1 -1
  295. package/lib/float-button/src/FloatButton.d.ts +1 -1
  296. package/lib/form/src/Form.d.ts +1 -1
  297. package/lib/form/src/FormItem.d.ts +3 -3
  298. package/lib/form/src/FormItemCol.d.ts +3 -3
  299. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  300. package/lib/form/src/FormItemRow.d.ts +2 -2
  301. package/lib/form/src/utils.d.ts +1 -1
  302. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  303. package/lib/header/src/Header.d.ts +1 -1
  304. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  305. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  306. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  307. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  308. package/lib/image/src/Image.d.ts +1 -1
  309. package/lib/image/src/ImagePreview.d.ts +1 -0
  310. package/lib/image/src/ImagePreview.js +3 -19
  311. package/lib/image/src/public-types.d.ts +4 -4
  312. package/lib/input/src/Input.d.ts +7 -7
  313. package/lib/input-number/src/InputNumber.d.ts +3 -3
  314. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  315. package/lib/kanban/src/Kanban.d.ts +1 -1
  316. package/lib/layout/src/LayoutSider.d.ts +1 -1
  317. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  318. package/lib/list/src/List.d.ts +9 -9
  319. package/lib/list/src/ListItem.d.ts +10 -10
  320. package/lib/locales/common/enUS.d.ts +1 -0
  321. package/lib/locales/common/enUS.js +2 -1
  322. package/lib/locales/common/ruRU.js +2 -1
  323. package/lib/locales/common/uzUZ.js +2 -1
  324. package/lib/locales/common/zhCN.js +2 -1
  325. package/lib/mention/src/Mention.d.ts +1388 -32
  326. package/lib/mention/styles/light.d.ts +123 -0
  327. package/lib/menu/src/Menu.d.ts +3 -3
  328. package/lib/menu/src/MenuOption.d.ts +1 -1
  329. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  330. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  331. package/lib/menu/src/Submenu.d.ts +1 -1
  332. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  333. package/lib/message-bubble/src/MessageBubble.js +10 -4
  334. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  335. package/lib/modal/src/Modal.d.ts +4 -4
  336. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  337. package/lib/modal/src/presetProps.d.ts +1 -1
  338. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  339. package/lib/notification/src/Notification.d.ts +2 -2
  340. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  341. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  342. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  343. package/lib/pagination/src/Pagination.d.ts +1995 -27
  344. package/lib/pagination/src/interface.d.ts +738 -0
  345. package/lib/pagination/styles/light.d.ts +246 -0
  346. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  347. package/lib/popover/src/Popover.d.ts +3 -3
  348. package/lib/popover/src/PopoverBody.d.ts +1 -1
  349. package/lib/popselect/src/Popselect.d.ts +1383 -30
  350. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  351. package/lib/popselect/styles/light.d.ts +123 -0
  352. package/lib/qr-code/src/QrCode.d.ts +2 -2
  353. package/lib/radio/src/Radio.d.ts +2 -2
  354. package/lib/radio/src/RadioButton.d.ts +9 -9
  355. package/lib/radio/src/RadioGroup.d.ts +1 -1
  356. package/lib/rate/src/Rate.d.ts +1 -1
  357. package/lib/result/src/Result.d.ts +1 -1
  358. package/lib/select/index.d.ts +4 -3
  359. package/lib/select/index.js +2 -1
  360. package/lib/select/src/Select.d.ts +1127 -811
  361. package/lib/select/src/Select.js +189 -108
  362. package/lib/select/src/interface.d.ts +1140 -8
  363. package/lib/select/src/interface.js +85 -0
  364. package/lib/select/src/styles/index.cssr.js +15 -2
  365. package/lib/select/src/utils.d.ts +3 -1
  366. package/lib/select/src/utils.js +38 -0
  367. package/lib/select/styles/light.d.ts +123 -0
  368. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  369. package/lib/slider/src/Slider.d.ts +4 -4
  370. package/lib/spin/src/Spin.d.ts +1 -1
  371. package/lib/split/src/Split.d.ts +2 -2
  372. package/lib/steps/src/Steps.d.ts +1 -1
  373. package/lib/switch/src/Switch.d.ts +2 -2
  374. package/lib/tabs/src/Tab.d.ts +8 -8
  375. package/lib/tabs/src/TabPane.d.ts +1 -1
  376. package/lib/tabs/src/Tabs.d.ts +1 -1
  377. package/lib/tag/src/Tag.d.ts +4 -4
  378. package/lib/tag/src/TagGroup.d.ts +2 -2
  379. package/lib/time-picker/src/Panel.d.ts +1 -1
  380. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  381. package/lib/timeline/src/Timeline.d.ts +1 -1
  382. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  383. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  384. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  385. package/lib/transfer/src/Transfer.d.ts +2 -2
  386. package/lib/tree/src/Tree.d.ts +2 -2
  387. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  388. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  389. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  390. package/lib/typography/src/create-header.d.ts +1 -1
  391. package/lib/typography/src/headers.d.ts +6 -6
  392. package/lib/typography/src/text.d.ts +5 -5
  393. package/lib/upload/index.d.ts +2 -1
  394. package/lib/upload/index.js +2 -1
  395. package/lib/upload/src/Upload.d.ts +75 -1009
  396. package/lib/upload/src/Upload.js +40 -68
  397. package/lib/upload/src/UploadFile.d.ts +2 -2
  398. package/lib/upload/src/UploadFile.js +12 -4
  399. package/lib/upload/src/UploadFileList.js +8 -1
  400. package/lib/upload/src/UploadProgress.d.ts +3 -2
  401. package/lib/upload/src/interface.d.ts +1086 -92
  402. package/lib/upload/src/interface.js +59 -1
  403. package/lib/upload/src/public-types.d.ts +17 -2
  404. package/lib/upload/src/useUploadActionsRender.d.ts +2 -27
  405. package/lib/upload/src/useUploadActionsRender.js +2 -2
  406. package/lib/upload/src/useUploadInternals.d.ts +2 -25
  407. package/lib/upload/src/utils.d.ts +2 -0
  408. package/lib/upload/src/utils.js +10 -0
  409. package/lib/version.d.ts +1 -1
  410. package/lib/version.js +1 -1
  411. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  412. package/lib/watermark/src/Watermark.d.ts +2 -2
  413. package/package.json +1 -1
  414. package/web-types.json +181 -24
@@ -333,6 +333,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
333
333
  iconBgColor: string;
334
334
  extraTextColor: string;
335
335
  }, any>;
336
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
337
+ fontWeight: string;
338
+ textColor: string;
339
+ descriptionTextColor: string;
340
+ textColorDisabled: string;
341
+ descriptionTextColorDisabled: string;
342
+ fontSizeLarge: string;
343
+ fontSizeMedium: string;
344
+ fontSizeSmall: string;
345
+ lineHeightLarge: string;
346
+ lineHeightMedium: string;
347
+ lineHeightSmall: string;
348
+ borderRadiusLarge: string;
349
+ borderRadiusMedium: string;
350
+ borderRadiusSmall: string;
351
+ color: string;
352
+ colorHover: string;
353
+ colorFocus: string;
354
+ colorActive: string;
355
+ colorChecked: string;
356
+ colorHoverChecked: string;
357
+ colorFocusChecked: string;
358
+ colorActiveChecked: string;
359
+ colorDisabled: string;
360
+ colorDisabledChecked: string;
361
+ checkMarkColor: string;
362
+ checkMarkColorHover: string;
363
+ checkMarkColorFocus: string;
364
+ checkMarkColorActive: string;
365
+ checkMarkColorDisabled: string;
366
+ checkMarkColorDisabledChecked: string;
367
+ border: string;
368
+ borderHover: string;
369
+ borderFocus: string;
370
+ borderActive: string;
371
+ borderChecked: string;
372
+ borderHoverChecked: string;
373
+ borderFocusChecked: string;
374
+ borderActiveChecked: string;
375
+ borderDisabled: string;
376
+ borderDisabledChecked: string;
377
+ boxShadowHover: string;
378
+ boxShadowFocus: string;
379
+ boxShadowActive: string;
380
+ boxShadowHoverChecked: string;
381
+ boxShadowFocusChecked: string;
382
+ boxShadowActiveChecked: string;
383
+ sizeSmall: string;
384
+ sizeMedium: string;
385
+ sizeLarge: string;
386
+ labelPadding: string;
387
+ }, any>;
388
+ Input: import("../../_mixins").Theme<"Input", {
389
+ paddingTiny: string;
390
+ paddingSmall: string;
391
+ paddingMedium: string;
392
+ paddingLarge: string;
393
+ paddingHuge: string;
394
+ clearSize: string;
395
+ countTextColorDisabled: string;
396
+ countTextColor: string;
397
+ heightTiny: string;
398
+ heightSmall: string;
399
+ heightMedium: string;
400
+ heightLarge: string;
401
+ heightHuge: string;
402
+ fontSizeTiny: string;
403
+ fontSizeSmall: string;
404
+ fontSizeMedium: string;
405
+ fontSizeLarge: string;
406
+ fontSizeHuge: string;
407
+ lineHeight: string;
408
+ lineHeightTextarea: string;
409
+ borderRadius: string;
410
+ iconSize: string;
411
+ groupLabelTextColor: string;
412
+ textColor: string;
413
+ textColorDisabled: string;
414
+ textDecorationColor: string;
415
+ caretColor: string;
416
+ placeholderColor: string;
417
+ placeholderColorDisabled: string;
418
+ color: string;
419
+ colorDisabled: string;
420
+ colorFocus: string;
421
+ groupLabelBorder: string;
422
+ border: string;
423
+ borderHover: string;
424
+ borderDisabled: string;
425
+ borderFocus: string;
426
+ boxShadowFocus: string;
427
+ loadingColor: string;
428
+ loadingColorSuccess: string;
429
+ borderSuccess: string;
430
+ borderHoverSuccess: string;
431
+ colorFocusSuccess: string;
432
+ borderFocusSuccess: string;
433
+ boxShadowFocusSuccess: string;
434
+ caretColorSuccess: string;
435
+ loadingColorWarning: string;
436
+ borderWarning: string;
437
+ borderHoverWarning: string;
438
+ colorFocusWarning: string;
439
+ borderFocusWarning: string;
440
+ boxShadowFocusWarning: string;
441
+ caretColorWarning: string;
442
+ loadingColorError: string;
443
+ borderError: string;
444
+ borderHoverError: string;
445
+ colorFocusError: string;
446
+ borderFocusError: string;
447
+ boxShadowFocusError: string;
448
+ caretColorError: string;
449
+ clearColor: string;
450
+ clearColorHover: string;
451
+ clearColorPressed: string;
452
+ iconColor: string;
453
+ iconColorDisabled: string;
454
+ iconColorHover: string;
455
+ iconColorPressed: string;
456
+ suffixTextColor: string;
457
+ selectionColor: string;
458
+ }, any>;
336
459
  }>;
337
460
  }>;
338
461
  Input: import("../../_mixins").Theme<"Input", {
@@ -487,6 +610,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
487
610
  iconBgColor: string;
488
611
  extraTextColor: string;
489
612
  }, any>;
613
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
614
+ fontWeight: string;
615
+ textColor: string;
616
+ descriptionTextColor: string;
617
+ textColorDisabled: string;
618
+ descriptionTextColorDisabled: string;
619
+ fontSizeLarge: string;
620
+ fontSizeMedium: string;
621
+ fontSizeSmall: string;
622
+ lineHeightLarge: string;
623
+ lineHeightMedium: string;
624
+ lineHeightSmall: string;
625
+ borderRadiusLarge: string;
626
+ borderRadiusMedium: string;
627
+ borderRadiusSmall: string;
628
+ color: string;
629
+ colorHover: string;
630
+ colorFocus: string;
631
+ colorActive: string;
632
+ colorChecked: string;
633
+ colorHoverChecked: string;
634
+ colorFocusChecked: string;
635
+ colorActiveChecked: string;
636
+ colorDisabled: string;
637
+ colorDisabledChecked: string;
638
+ checkMarkColor: string;
639
+ checkMarkColorHover: string;
640
+ checkMarkColorFocus: string;
641
+ checkMarkColorActive: string;
642
+ checkMarkColorDisabled: string;
643
+ checkMarkColorDisabledChecked: string;
644
+ border: string;
645
+ borderHover: string;
646
+ borderFocus: string;
647
+ borderActive: string;
648
+ borderChecked: string;
649
+ borderHoverChecked: string;
650
+ borderFocusChecked: string;
651
+ borderActiveChecked: string;
652
+ borderDisabled: string;
653
+ borderDisabledChecked: string;
654
+ boxShadowHover: string;
655
+ boxShadowFocus: string;
656
+ boxShadowActive: string;
657
+ boxShadowHoverChecked: string;
658
+ boxShadowFocusChecked: string;
659
+ boxShadowActiveChecked: string;
660
+ sizeSmall: string;
661
+ sizeMedium: string;
662
+ sizeLarge: string;
663
+ labelPadding: string;
664
+ }, any>;
665
+ Input: import("../../_mixins").Theme<"Input", {
666
+ paddingTiny: string;
667
+ paddingSmall: string;
668
+ paddingMedium: string;
669
+ paddingLarge: string;
670
+ paddingHuge: string;
671
+ clearSize: string;
672
+ countTextColorDisabled: string;
673
+ countTextColor: string;
674
+ heightTiny: string;
675
+ heightSmall: string;
676
+ heightMedium: string;
677
+ heightLarge: string;
678
+ heightHuge: string;
679
+ fontSizeTiny: string;
680
+ fontSizeSmall: string;
681
+ fontSizeMedium: string;
682
+ fontSizeLarge: string;
683
+ fontSizeHuge: string;
684
+ lineHeight: string;
685
+ lineHeightTextarea: string;
686
+ borderRadius: string;
687
+ iconSize: string;
688
+ groupLabelTextColor: string;
689
+ textColor: string;
690
+ textColorDisabled: string;
691
+ textDecorationColor: string;
692
+ caretColor: string;
693
+ placeholderColor: string;
694
+ placeholderColorDisabled: string;
695
+ color: string;
696
+ colorDisabled: string;
697
+ colorFocus: string;
698
+ groupLabelBorder: string;
699
+ border: string;
700
+ borderHover: string;
701
+ borderDisabled: string;
702
+ borderFocus: string;
703
+ boxShadowFocus: string;
704
+ loadingColor: string;
705
+ loadingColorSuccess: string;
706
+ borderSuccess: string;
707
+ borderHoverSuccess: string;
708
+ colorFocusSuccess: string;
709
+ borderFocusSuccess: string;
710
+ boxShadowFocusSuccess: string;
711
+ caretColorSuccess: string;
712
+ loadingColorWarning: string;
713
+ borderWarning: string;
714
+ borderHoverWarning: string;
715
+ colorFocusWarning: string;
716
+ borderFocusWarning: string;
717
+ boxShadowFocusWarning: string;
718
+ caretColorWarning: string;
719
+ loadingColorError: string;
720
+ borderError: string;
721
+ borderHoverError: string;
722
+ colorFocusError: string;
723
+ borderFocusError: string;
724
+ boxShadowFocusError: string;
725
+ caretColorError: string;
726
+ clearColor: string;
727
+ clearColorHover: string;
728
+ clearColorPressed: string;
729
+ iconColor: string;
730
+ iconColorDisabled: string;
731
+ iconColorHover: string;
732
+ iconColorPressed: string;
733
+ suffixTextColor: string;
734
+ selectionColor: string;
735
+ }, any>;
490
736
  }>;
491
737
  }>;
492
738
  }>>;
@@ -754,6 +1000,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
754
1000
  iconBgColor: string;
755
1001
  extraTextColor: string;
756
1002
  }, any>;
1003
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1004
+ fontWeight: string;
1005
+ textColor: string;
1006
+ descriptionTextColor: string;
1007
+ textColorDisabled: string;
1008
+ descriptionTextColorDisabled: string;
1009
+ fontSizeLarge: string;
1010
+ fontSizeMedium: string;
1011
+ fontSizeSmall: string;
1012
+ lineHeightLarge: string;
1013
+ lineHeightMedium: string;
1014
+ lineHeightSmall: string;
1015
+ borderRadiusLarge: string;
1016
+ borderRadiusMedium: string;
1017
+ borderRadiusSmall: string;
1018
+ color: string;
1019
+ colorHover: string;
1020
+ colorFocus: string;
1021
+ colorActive: string;
1022
+ colorChecked: string;
1023
+ colorHoverChecked: string;
1024
+ colorFocusChecked: string;
1025
+ colorActiveChecked: string;
1026
+ colorDisabled: string;
1027
+ colorDisabledChecked: string;
1028
+ checkMarkColor: string;
1029
+ checkMarkColorHover: string;
1030
+ checkMarkColorFocus: string;
1031
+ checkMarkColorActive: string;
1032
+ checkMarkColorDisabled: string;
1033
+ checkMarkColorDisabledChecked: string;
1034
+ border: string;
1035
+ borderHover: string;
1036
+ borderFocus: string;
1037
+ borderActive: string;
1038
+ borderChecked: string;
1039
+ borderHoverChecked: string;
1040
+ borderFocusChecked: string;
1041
+ borderActiveChecked: string;
1042
+ borderDisabled: string;
1043
+ borderDisabledChecked: string;
1044
+ boxShadowHover: string;
1045
+ boxShadowFocus: string;
1046
+ boxShadowActive: string;
1047
+ boxShadowHoverChecked: string;
1048
+ boxShadowFocusChecked: string;
1049
+ boxShadowActiveChecked: string;
1050
+ sizeSmall: string;
1051
+ sizeMedium: string;
1052
+ sizeLarge: string;
1053
+ labelPadding: string;
1054
+ }, any>;
1055
+ Input: import("../../_mixins").Theme<"Input", {
1056
+ paddingTiny: string;
1057
+ paddingSmall: string;
1058
+ paddingMedium: string;
1059
+ paddingLarge: string;
1060
+ paddingHuge: string;
1061
+ clearSize: string;
1062
+ countTextColorDisabled: string;
1063
+ countTextColor: string;
1064
+ heightTiny: string;
1065
+ heightSmall: string;
1066
+ heightMedium: string;
1067
+ heightLarge: string;
1068
+ heightHuge: string;
1069
+ fontSizeTiny: string;
1070
+ fontSizeSmall: string;
1071
+ fontSizeMedium: string;
1072
+ fontSizeLarge: string;
1073
+ fontSizeHuge: string;
1074
+ lineHeight: string;
1075
+ lineHeightTextarea: string;
1076
+ borderRadius: string;
1077
+ iconSize: string;
1078
+ groupLabelTextColor: string;
1079
+ textColor: string;
1080
+ textColorDisabled: string;
1081
+ textDecorationColor: string;
1082
+ caretColor: string;
1083
+ placeholderColor: string;
1084
+ placeholderColorDisabled: string;
1085
+ color: string;
1086
+ colorDisabled: string;
1087
+ colorFocus: string;
1088
+ groupLabelBorder: string;
1089
+ border: string;
1090
+ borderHover: string;
1091
+ borderDisabled: string;
1092
+ borderFocus: string;
1093
+ boxShadowFocus: string;
1094
+ loadingColor: string;
1095
+ loadingColorSuccess: string;
1096
+ borderSuccess: string;
1097
+ borderHoverSuccess: string;
1098
+ colorFocusSuccess: string;
1099
+ borderFocusSuccess: string;
1100
+ boxShadowFocusSuccess: string;
1101
+ caretColorSuccess: string;
1102
+ loadingColorWarning: string;
1103
+ borderWarning: string;
1104
+ borderHoverWarning: string;
1105
+ colorFocusWarning: string;
1106
+ borderFocusWarning: string;
1107
+ boxShadowFocusWarning: string;
1108
+ caretColorWarning: string;
1109
+ loadingColorError: string;
1110
+ borderError: string;
1111
+ borderHoverError: string;
1112
+ colorFocusError: string;
1113
+ borderFocusError: string;
1114
+ boxShadowFocusError: string;
1115
+ caretColorError: string;
1116
+ clearColor: string;
1117
+ clearColorHover: string;
1118
+ clearColorPressed: string;
1119
+ iconColor: string;
1120
+ iconColorDisabled: string;
1121
+ iconColorHover: string;
1122
+ iconColorPressed: string;
1123
+ suffixTextColor: string;
1124
+ selectionColor: string;
1125
+ }, any>;
757
1126
  }>;
758
1127
  }>;
759
1128
  Input: import("../../_mixins").Theme<"Input", {
@@ -908,6 +1277,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
908
1277
  iconBgColor: string;
909
1278
  extraTextColor: string;
910
1279
  }, any>;
1280
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1281
+ fontWeight: string;
1282
+ textColor: string;
1283
+ descriptionTextColor: string;
1284
+ textColorDisabled: string;
1285
+ descriptionTextColorDisabled: string;
1286
+ fontSizeLarge: string;
1287
+ fontSizeMedium: string;
1288
+ fontSizeSmall: string;
1289
+ lineHeightLarge: string;
1290
+ lineHeightMedium: string;
1291
+ lineHeightSmall: string;
1292
+ borderRadiusLarge: string;
1293
+ borderRadiusMedium: string;
1294
+ borderRadiusSmall: string;
1295
+ color: string;
1296
+ colorHover: string;
1297
+ colorFocus: string;
1298
+ colorActive: string;
1299
+ colorChecked: string;
1300
+ colorHoverChecked: string;
1301
+ colorFocusChecked: string;
1302
+ colorActiveChecked: string;
1303
+ colorDisabled: string;
1304
+ colorDisabledChecked: string;
1305
+ checkMarkColor: string;
1306
+ checkMarkColorHover: string;
1307
+ checkMarkColorFocus: string;
1308
+ checkMarkColorActive: string;
1309
+ checkMarkColorDisabled: string;
1310
+ checkMarkColorDisabledChecked: string;
1311
+ border: string;
1312
+ borderHover: string;
1313
+ borderFocus: string;
1314
+ borderActive: string;
1315
+ borderChecked: string;
1316
+ borderHoverChecked: string;
1317
+ borderFocusChecked: string;
1318
+ borderActiveChecked: string;
1319
+ borderDisabled: string;
1320
+ borderDisabledChecked: string;
1321
+ boxShadowHover: string;
1322
+ boxShadowFocus: string;
1323
+ boxShadowActive: string;
1324
+ boxShadowHoverChecked: string;
1325
+ boxShadowFocusChecked: string;
1326
+ boxShadowActiveChecked: string;
1327
+ sizeSmall: string;
1328
+ sizeMedium: string;
1329
+ sizeLarge: string;
1330
+ labelPadding: string;
1331
+ }, any>;
1332
+ Input: import("../../_mixins").Theme<"Input", {
1333
+ paddingTiny: string;
1334
+ paddingSmall: string;
1335
+ paddingMedium: string;
1336
+ paddingLarge: string;
1337
+ paddingHuge: string;
1338
+ clearSize: string;
1339
+ countTextColorDisabled: string;
1340
+ countTextColor: string;
1341
+ heightTiny: string;
1342
+ heightSmall: string;
1343
+ heightMedium: string;
1344
+ heightLarge: string;
1345
+ heightHuge: string;
1346
+ fontSizeTiny: string;
1347
+ fontSizeSmall: string;
1348
+ fontSizeMedium: string;
1349
+ fontSizeLarge: string;
1350
+ fontSizeHuge: string;
1351
+ lineHeight: string;
1352
+ lineHeightTextarea: string;
1353
+ borderRadius: string;
1354
+ iconSize: string;
1355
+ groupLabelTextColor: string;
1356
+ textColor: string;
1357
+ textColorDisabled: string;
1358
+ textDecorationColor: string;
1359
+ caretColor: string;
1360
+ placeholderColor: string;
1361
+ placeholderColorDisabled: string;
1362
+ color: string;
1363
+ colorDisabled: string;
1364
+ colorFocus: string;
1365
+ groupLabelBorder: string;
1366
+ border: string;
1367
+ borderHover: string;
1368
+ borderDisabled: string;
1369
+ borderFocus: string;
1370
+ boxShadowFocus: string;
1371
+ loadingColor: string;
1372
+ loadingColorSuccess: string;
1373
+ borderSuccess: string;
1374
+ borderHoverSuccess: string;
1375
+ colorFocusSuccess: string;
1376
+ borderFocusSuccess: string;
1377
+ boxShadowFocusSuccess: string;
1378
+ caretColorSuccess: string;
1379
+ loadingColorWarning: string;
1380
+ borderWarning: string;
1381
+ borderHoverWarning: string;
1382
+ colorFocusWarning: string;
1383
+ borderFocusWarning: string;
1384
+ boxShadowFocusWarning: string;
1385
+ caretColorWarning: string;
1386
+ loadingColorError: string;
1387
+ borderError: string;
1388
+ borderHoverError: string;
1389
+ colorFocusError: string;
1390
+ borderFocusError: string;
1391
+ boxShadowFocusError: string;
1392
+ caretColorError: string;
1393
+ clearColor: string;
1394
+ clearColorHover: string;
1395
+ clearColorPressed: string;
1396
+ iconColor: string;
1397
+ iconColorDisabled: string;
1398
+ iconColorHover: string;
1399
+ iconColorPressed: string;
1400
+ suffixTextColor: string;
1401
+ selectionColor: string;
1402
+ }, any>;
911
1403
  }>;
912
1404
  }>;
913
1405
  }>>>;
@@ -1175,6 +1667,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1175
1667
  iconBgColor: string;
1176
1668
  extraTextColor: string;
1177
1669
  }, any>;
1670
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1671
+ fontWeight: string;
1672
+ textColor: string;
1673
+ descriptionTextColor: string;
1674
+ textColorDisabled: string;
1675
+ descriptionTextColorDisabled: string;
1676
+ fontSizeLarge: string;
1677
+ fontSizeMedium: string;
1678
+ fontSizeSmall: string;
1679
+ lineHeightLarge: string;
1680
+ lineHeightMedium: string;
1681
+ lineHeightSmall: string;
1682
+ borderRadiusLarge: string;
1683
+ borderRadiusMedium: string;
1684
+ borderRadiusSmall: string;
1685
+ color: string;
1686
+ colorHover: string;
1687
+ colorFocus: string;
1688
+ colorActive: string;
1689
+ colorChecked: string;
1690
+ colorHoverChecked: string;
1691
+ colorFocusChecked: string;
1692
+ colorActiveChecked: string;
1693
+ colorDisabled: string;
1694
+ colorDisabledChecked: string;
1695
+ checkMarkColor: string;
1696
+ checkMarkColorHover: string;
1697
+ checkMarkColorFocus: string;
1698
+ checkMarkColorActive: string;
1699
+ checkMarkColorDisabled: string;
1700
+ checkMarkColorDisabledChecked: string;
1701
+ border: string;
1702
+ borderHover: string;
1703
+ borderFocus: string;
1704
+ borderActive: string;
1705
+ borderChecked: string;
1706
+ borderHoverChecked: string;
1707
+ borderFocusChecked: string;
1708
+ borderActiveChecked: string;
1709
+ borderDisabled: string;
1710
+ borderDisabledChecked: string;
1711
+ boxShadowHover: string;
1712
+ boxShadowFocus: string;
1713
+ boxShadowActive: string;
1714
+ boxShadowHoverChecked: string;
1715
+ boxShadowFocusChecked: string;
1716
+ boxShadowActiveChecked: string;
1717
+ sizeSmall: string;
1718
+ sizeMedium: string;
1719
+ sizeLarge: string;
1720
+ labelPadding: string;
1721
+ }, any>;
1722
+ Input: import("../../_mixins").Theme<"Input", {
1723
+ paddingTiny: string;
1724
+ paddingSmall: string;
1725
+ paddingMedium: string;
1726
+ paddingLarge: string;
1727
+ paddingHuge: string;
1728
+ clearSize: string;
1729
+ countTextColorDisabled: string;
1730
+ countTextColor: string;
1731
+ heightTiny: string;
1732
+ heightSmall: string;
1733
+ heightMedium: string;
1734
+ heightLarge: string;
1735
+ heightHuge: string;
1736
+ fontSizeTiny: string;
1737
+ fontSizeSmall: string;
1738
+ fontSizeMedium: string;
1739
+ fontSizeLarge: string;
1740
+ fontSizeHuge: string;
1741
+ lineHeight: string;
1742
+ lineHeightTextarea: string;
1743
+ borderRadius: string;
1744
+ iconSize: string;
1745
+ groupLabelTextColor: string;
1746
+ textColor: string;
1747
+ textColorDisabled: string;
1748
+ textDecorationColor: string;
1749
+ caretColor: string;
1750
+ placeholderColor: string;
1751
+ placeholderColorDisabled: string;
1752
+ color: string;
1753
+ colorDisabled: string;
1754
+ colorFocus: string;
1755
+ groupLabelBorder: string;
1756
+ border: string;
1757
+ borderHover: string;
1758
+ borderDisabled: string;
1759
+ borderFocus: string;
1760
+ boxShadowFocus: string;
1761
+ loadingColor: string;
1762
+ loadingColorSuccess: string;
1763
+ borderSuccess: string;
1764
+ borderHoverSuccess: string;
1765
+ colorFocusSuccess: string;
1766
+ borderFocusSuccess: string;
1767
+ boxShadowFocusSuccess: string;
1768
+ caretColorSuccess: string;
1769
+ loadingColorWarning: string;
1770
+ borderWarning: string;
1771
+ borderHoverWarning: string;
1772
+ colorFocusWarning: string;
1773
+ borderFocusWarning: string;
1774
+ boxShadowFocusWarning: string;
1775
+ caretColorWarning: string;
1776
+ loadingColorError: string;
1777
+ borderError: string;
1778
+ borderHoverError: string;
1779
+ colorFocusError: string;
1780
+ borderFocusError: string;
1781
+ boxShadowFocusError: string;
1782
+ caretColorError: string;
1783
+ clearColor: string;
1784
+ clearColorHover: string;
1785
+ clearColorPressed: string;
1786
+ iconColor: string;
1787
+ iconColorDisabled: string;
1788
+ iconColorHover: string;
1789
+ iconColorPressed: string;
1790
+ suffixTextColor: string;
1791
+ selectionColor: string;
1792
+ }, any>;
1178
1793
  }>;
1179
1794
  }>;
1180
1795
  Input: import("../../_mixins").Theme<"Input", {
@@ -1329,6 +1944,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1329
1944
  iconBgColor: string;
1330
1945
  extraTextColor: string;
1331
1946
  }, any>;
1947
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1948
+ fontWeight: string;
1949
+ textColor: string;
1950
+ descriptionTextColor: string;
1951
+ textColorDisabled: string;
1952
+ descriptionTextColorDisabled: string;
1953
+ fontSizeLarge: string;
1954
+ fontSizeMedium: string;
1955
+ fontSizeSmall: string;
1956
+ lineHeightLarge: string;
1957
+ lineHeightMedium: string;
1958
+ lineHeightSmall: string;
1959
+ borderRadiusLarge: string;
1960
+ borderRadiusMedium: string;
1961
+ borderRadiusSmall: string;
1962
+ color: string;
1963
+ colorHover: string;
1964
+ colorFocus: string;
1965
+ colorActive: string;
1966
+ colorChecked: string;
1967
+ colorHoverChecked: string;
1968
+ colorFocusChecked: string;
1969
+ colorActiveChecked: string;
1970
+ colorDisabled: string;
1971
+ colorDisabledChecked: string;
1972
+ checkMarkColor: string;
1973
+ checkMarkColorHover: string;
1974
+ checkMarkColorFocus: string;
1975
+ checkMarkColorActive: string;
1976
+ checkMarkColorDisabled: string;
1977
+ checkMarkColorDisabledChecked: string;
1978
+ border: string;
1979
+ borderHover: string;
1980
+ borderFocus: string;
1981
+ borderActive: string;
1982
+ borderChecked: string;
1983
+ borderHoverChecked: string;
1984
+ borderFocusChecked: string;
1985
+ borderActiveChecked: string;
1986
+ borderDisabled: string;
1987
+ borderDisabledChecked: string;
1988
+ boxShadowHover: string;
1989
+ boxShadowFocus: string;
1990
+ boxShadowActive: string;
1991
+ boxShadowHoverChecked: string;
1992
+ boxShadowFocusChecked: string;
1993
+ boxShadowActiveChecked: string;
1994
+ sizeSmall: string;
1995
+ sizeMedium: string;
1996
+ sizeLarge: string;
1997
+ labelPadding: string;
1998
+ }, any>;
1999
+ Input: import("../../_mixins").Theme<"Input", {
2000
+ paddingTiny: string;
2001
+ paddingSmall: string;
2002
+ paddingMedium: string;
2003
+ paddingLarge: string;
2004
+ paddingHuge: string;
2005
+ clearSize: string;
2006
+ countTextColorDisabled: string;
2007
+ countTextColor: string;
2008
+ heightTiny: string;
2009
+ heightSmall: string;
2010
+ heightMedium: string;
2011
+ heightLarge: string;
2012
+ heightHuge: string;
2013
+ fontSizeTiny: string;
2014
+ fontSizeSmall: string;
2015
+ fontSizeMedium: string;
2016
+ fontSizeLarge: string;
2017
+ fontSizeHuge: string;
2018
+ lineHeight: string;
2019
+ lineHeightTextarea: string;
2020
+ borderRadius: string;
2021
+ iconSize: string;
2022
+ groupLabelTextColor: string;
2023
+ textColor: string;
2024
+ textColorDisabled: string;
2025
+ textDecorationColor: string;
2026
+ caretColor: string;
2027
+ placeholderColor: string;
2028
+ placeholderColorDisabled: string;
2029
+ color: string;
2030
+ colorDisabled: string;
2031
+ colorFocus: string;
2032
+ groupLabelBorder: string;
2033
+ border: string;
2034
+ borderHover: string;
2035
+ borderDisabled: string;
2036
+ borderFocus: string;
2037
+ boxShadowFocus: string;
2038
+ loadingColor: string;
2039
+ loadingColorSuccess: string;
2040
+ borderSuccess: string;
2041
+ borderHoverSuccess: string;
2042
+ colorFocusSuccess: string;
2043
+ borderFocusSuccess: string;
2044
+ boxShadowFocusSuccess: string;
2045
+ caretColorSuccess: string;
2046
+ loadingColorWarning: string;
2047
+ borderWarning: string;
2048
+ borderHoverWarning: string;
2049
+ colorFocusWarning: string;
2050
+ borderFocusWarning: string;
2051
+ boxShadowFocusWarning: string;
2052
+ caretColorWarning: string;
2053
+ loadingColorError: string;
2054
+ borderError: string;
2055
+ borderHoverError: string;
2056
+ colorFocusError: string;
2057
+ borderFocusError: string;
2058
+ boxShadowFocusError: string;
2059
+ caretColorError: string;
2060
+ clearColor: string;
2061
+ clearColorHover: string;
2062
+ clearColorPressed: string;
2063
+ iconColor: string;
2064
+ iconColorDisabled: string;
2065
+ iconColorHover: string;
2066
+ iconColorPressed: string;
2067
+ suffixTextColor: string;
2068
+ selectionColor: string;
2069
+ }, any>;
1332
2070
  }>;
1333
2071
  }>;
1334
2072
  }>>>;
@@ -1620,6 +2358,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1620
2358
  iconBgColor: string;
1621
2359
  extraTextColor: string;
1622
2360
  }, any>;
2361
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2362
+ fontWeight: string;
2363
+ textColor: string;
2364
+ descriptionTextColor: string;
2365
+ textColorDisabled: string;
2366
+ descriptionTextColorDisabled: string;
2367
+ fontSizeLarge: string;
2368
+ fontSizeMedium: string;
2369
+ fontSizeSmall: string;
2370
+ lineHeightLarge: string;
2371
+ lineHeightMedium: string;
2372
+ lineHeightSmall: string;
2373
+ borderRadiusLarge: string;
2374
+ borderRadiusMedium: string;
2375
+ borderRadiusSmall: string;
2376
+ color: string;
2377
+ colorHover: string;
2378
+ colorFocus: string;
2379
+ colorActive: string;
2380
+ colorChecked: string;
2381
+ colorHoverChecked: string;
2382
+ colorFocusChecked: string;
2383
+ colorActiveChecked: string;
2384
+ colorDisabled: string;
2385
+ colorDisabledChecked: string;
2386
+ checkMarkColor: string;
2387
+ checkMarkColorHover: string;
2388
+ checkMarkColorFocus: string;
2389
+ checkMarkColorActive: string;
2390
+ checkMarkColorDisabled: string;
2391
+ checkMarkColorDisabledChecked: string;
2392
+ border: string;
2393
+ borderHover: string;
2394
+ borderFocus: string;
2395
+ borderActive: string;
2396
+ borderChecked: string;
2397
+ borderHoverChecked: string;
2398
+ borderFocusChecked: string;
2399
+ borderActiveChecked: string;
2400
+ borderDisabled: string;
2401
+ borderDisabledChecked: string;
2402
+ boxShadowHover: string;
2403
+ boxShadowFocus: string;
2404
+ boxShadowActive: string;
2405
+ boxShadowHoverChecked: string;
2406
+ boxShadowFocusChecked: string;
2407
+ boxShadowActiveChecked: string;
2408
+ sizeSmall: string;
2409
+ sizeMedium: string;
2410
+ sizeLarge: string;
2411
+ labelPadding: string;
2412
+ }, any>;
2413
+ Input: import("../../_mixins").Theme<"Input", {
2414
+ paddingTiny: string;
2415
+ paddingSmall: string;
2416
+ paddingMedium: string;
2417
+ paddingLarge: string;
2418
+ paddingHuge: string;
2419
+ clearSize: string;
2420
+ countTextColorDisabled: string;
2421
+ countTextColor: string;
2422
+ heightTiny: string;
2423
+ heightSmall: string;
2424
+ heightMedium: string;
2425
+ heightLarge: string;
2426
+ heightHuge: string;
2427
+ fontSizeTiny: string;
2428
+ fontSizeSmall: string;
2429
+ fontSizeMedium: string;
2430
+ fontSizeLarge: string;
2431
+ fontSizeHuge: string;
2432
+ lineHeight: string;
2433
+ lineHeightTextarea: string;
2434
+ borderRadius: string;
2435
+ iconSize: string;
2436
+ groupLabelTextColor: string;
2437
+ textColor: string;
2438
+ textColorDisabled: string;
2439
+ textDecorationColor: string;
2440
+ caretColor: string;
2441
+ placeholderColor: string;
2442
+ placeholderColorDisabled: string;
2443
+ color: string;
2444
+ colorDisabled: string;
2445
+ colorFocus: string;
2446
+ groupLabelBorder: string;
2447
+ border: string;
2448
+ borderHover: string;
2449
+ borderDisabled: string;
2450
+ borderFocus: string;
2451
+ boxShadowFocus: string;
2452
+ loadingColor: string;
2453
+ loadingColorSuccess: string;
2454
+ borderSuccess: string;
2455
+ borderHoverSuccess: string;
2456
+ colorFocusSuccess: string;
2457
+ borderFocusSuccess: string;
2458
+ boxShadowFocusSuccess: string;
2459
+ caretColorSuccess: string;
2460
+ loadingColorWarning: string;
2461
+ borderWarning: string;
2462
+ borderHoverWarning: string;
2463
+ colorFocusWarning: string;
2464
+ borderFocusWarning: string;
2465
+ boxShadowFocusWarning: string;
2466
+ caretColorWarning: string;
2467
+ loadingColorError: string;
2468
+ borderError: string;
2469
+ borderHoverError: string;
2470
+ colorFocusError: string;
2471
+ borderFocusError: string;
2472
+ boxShadowFocusError: string;
2473
+ caretColorError: string;
2474
+ clearColor: string;
2475
+ clearColorHover: string;
2476
+ clearColorPressed: string;
2477
+ iconColor: string;
2478
+ iconColorDisabled: string;
2479
+ iconColorHover: string;
2480
+ iconColorPressed: string;
2481
+ suffixTextColor: string;
2482
+ selectionColor: string;
2483
+ }, any>;
1623
2484
  }>;
1624
2485
  }>;
1625
2486
  Input: import("../../_mixins").Theme<"Input", {
@@ -1771,8 +2632,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1771
2632
  titleColor: string;
1772
2633
  descriptionColor: string;
1773
2634
  iconColor: string;
1774
- iconBgColor: string;
1775
- extraTextColor: string;
2635
+ iconBgColor: string;
2636
+ extraTextColor: string;
2637
+ }, any>;
2638
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2639
+ fontWeight: string;
2640
+ textColor: string;
2641
+ descriptionTextColor: string;
2642
+ textColorDisabled: string;
2643
+ descriptionTextColorDisabled: string;
2644
+ fontSizeLarge: string;
2645
+ fontSizeMedium: string;
2646
+ fontSizeSmall: string;
2647
+ lineHeightLarge: string;
2648
+ lineHeightMedium: string;
2649
+ lineHeightSmall: string;
2650
+ borderRadiusLarge: string;
2651
+ borderRadiusMedium: string;
2652
+ borderRadiusSmall: string;
2653
+ color: string;
2654
+ colorHover: string;
2655
+ colorFocus: string;
2656
+ colorActive: string;
2657
+ colorChecked: string;
2658
+ colorHoverChecked: string;
2659
+ colorFocusChecked: string;
2660
+ colorActiveChecked: string;
2661
+ colorDisabled: string;
2662
+ colorDisabledChecked: string;
2663
+ checkMarkColor: string;
2664
+ checkMarkColorHover: string;
2665
+ checkMarkColorFocus: string;
2666
+ checkMarkColorActive: string;
2667
+ checkMarkColorDisabled: string;
2668
+ checkMarkColorDisabledChecked: string;
2669
+ border: string;
2670
+ borderHover: string;
2671
+ borderFocus: string;
2672
+ borderActive: string;
2673
+ borderChecked: string;
2674
+ borderHoverChecked: string;
2675
+ borderFocusChecked: string;
2676
+ borderActiveChecked: string;
2677
+ borderDisabled: string;
2678
+ borderDisabledChecked: string;
2679
+ boxShadowHover: string;
2680
+ boxShadowFocus: string;
2681
+ boxShadowActive: string;
2682
+ boxShadowHoverChecked: string;
2683
+ boxShadowFocusChecked: string;
2684
+ boxShadowActiveChecked: string;
2685
+ sizeSmall: string;
2686
+ sizeMedium: string;
2687
+ sizeLarge: string;
2688
+ labelPadding: string;
2689
+ }, any>;
2690
+ Input: import("../../_mixins").Theme<"Input", {
2691
+ paddingTiny: string;
2692
+ paddingSmall: string;
2693
+ paddingMedium: string;
2694
+ paddingLarge: string;
2695
+ paddingHuge: string;
2696
+ clearSize: string;
2697
+ countTextColorDisabled: string;
2698
+ countTextColor: string;
2699
+ heightTiny: string;
2700
+ heightSmall: string;
2701
+ heightMedium: string;
2702
+ heightLarge: string;
2703
+ heightHuge: string;
2704
+ fontSizeTiny: string;
2705
+ fontSizeSmall: string;
2706
+ fontSizeMedium: string;
2707
+ fontSizeLarge: string;
2708
+ fontSizeHuge: string;
2709
+ lineHeight: string;
2710
+ lineHeightTextarea: string;
2711
+ borderRadius: string;
2712
+ iconSize: string;
2713
+ groupLabelTextColor: string;
2714
+ textColor: string;
2715
+ textColorDisabled: string;
2716
+ textDecorationColor: string;
2717
+ caretColor: string;
2718
+ placeholderColor: string;
2719
+ placeholderColorDisabled: string;
2720
+ color: string;
2721
+ colorDisabled: string;
2722
+ colorFocus: string;
2723
+ groupLabelBorder: string;
2724
+ border: string;
2725
+ borderHover: string;
2726
+ borderDisabled: string;
2727
+ borderFocus: string;
2728
+ boxShadowFocus: string;
2729
+ loadingColor: string;
2730
+ loadingColorSuccess: string;
2731
+ borderSuccess: string;
2732
+ borderHoverSuccess: string;
2733
+ colorFocusSuccess: string;
2734
+ borderFocusSuccess: string;
2735
+ boxShadowFocusSuccess: string;
2736
+ caretColorSuccess: string;
2737
+ loadingColorWarning: string;
2738
+ borderWarning: string;
2739
+ borderHoverWarning: string;
2740
+ colorFocusWarning: string;
2741
+ borderFocusWarning: string;
2742
+ boxShadowFocusWarning: string;
2743
+ caretColorWarning: string;
2744
+ loadingColorError: string;
2745
+ borderError: string;
2746
+ borderHoverError: string;
2747
+ colorFocusError: string;
2748
+ borderFocusError: string;
2749
+ boxShadowFocusError: string;
2750
+ caretColorError: string;
2751
+ clearColor: string;
2752
+ clearColorHover: string;
2753
+ clearColorPressed: string;
2754
+ iconColor: string;
2755
+ iconColorDisabled: string;
2756
+ iconColorHover: string;
2757
+ iconColorPressed: string;
2758
+ suffixTextColor: string;
2759
+ selectionColor: string;
1776
2760
  }, any>;
1777
2761
  }>;
1778
2762
  }>;
@@ -1967,6 +2951,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1967
2951
  iconBgColor: string;
1968
2952
  extraTextColor: string;
1969
2953
  }, any>;
2954
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2955
+ fontWeight: string;
2956
+ textColor: string;
2957
+ descriptionTextColor: string;
2958
+ textColorDisabled: string;
2959
+ descriptionTextColorDisabled: string;
2960
+ fontSizeLarge: string;
2961
+ fontSizeMedium: string;
2962
+ fontSizeSmall: string;
2963
+ lineHeightLarge: string;
2964
+ lineHeightMedium: string;
2965
+ lineHeightSmall: string;
2966
+ borderRadiusLarge: string;
2967
+ borderRadiusMedium: string;
2968
+ borderRadiusSmall: string;
2969
+ color: string;
2970
+ colorHover: string;
2971
+ colorFocus: string;
2972
+ colorActive: string;
2973
+ colorChecked: string;
2974
+ colorHoverChecked: string;
2975
+ colorFocusChecked: string;
2976
+ colorActiveChecked: string;
2977
+ colorDisabled: string;
2978
+ colorDisabledChecked: string;
2979
+ checkMarkColor: string;
2980
+ checkMarkColorHover: string;
2981
+ checkMarkColorFocus: string;
2982
+ checkMarkColorActive: string;
2983
+ checkMarkColorDisabled: string;
2984
+ checkMarkColorDisabledChecked: string;
2985
+ border: string;
2986
+ borderHover: string;
2987
+ borderFocus: string;
2988
+ borderActive: string;
2989
+ borderChecked: string;
2990
+ borderHoverChecked: string;
2991
+ borderFocusChecked: string;
2992
+ borderActiveChecked: string;
2993
+ borderDisabled: string;
2994
+ borderDisabledChecked: string;
2995
+ boxShadowHover: string;
2996
+ boxShadowFocus: string;
2997
+ boxShadowActive: string;
2998
+ boxShadowHoverChecked: string;
2999
+ boxShadowFocusChecked: string;
3000
+ boxShadowActiveChecked: string;
3001
+ sizeSmall: string;
3002
+ sizeMedium: string;
3003
+ sizeLarge: string;
3004
+ labelPadding: string;
3005
+ }, any>;
3006
+ Input: import("../../_mixins").Theme<"Input", {
3007
+ paddingTiny: string;
3008
+ paddingSmall: string;
3009
+ paddingMedium: string;
3010
+ paddingLarge: string;
3011
+ paddingHuge: string;
3012
+ clearSize: string;
3013
+ countTextColorDisabled: string;
3014
+ countTextColor: string;
3015
+ heightTiny: string;
3016
+ heightSmall: string;
3017
+ heightMedium: string;
3018
+ heightLarge: string;
3019
+ heightHuge: string;
3020
+ fontSizeTiny: string;
3021
+ fontSizeSmall: string;
3022
+ fontSizeMedium: string;
3023
+ fontSizeLarge: string;
3024
+ fontSizeHuge: string;
3025
+ lineHeight: string;
3026
+ lineHeightTextarea: string;
3027
+ borderRadius: string;
3028
+ iconSize: string;
3029
+ groupLabelTextColor: string;
3030
+ textColor: string;
3031
+ textColorDisabled: string;
3032
+ textDecorationColor: string;
3033
+ caretColor: string;
3034
+ placeholderColor: string;
3035
+ placeholderColorDisabled: string;
3036
+ color: string;
3037
+ colorDisabled: string;
3038
+ colorFocus: string;
3039
+ groupLabelBorder: string;
3040
+ border: string;
3041
+ borderHover: string;
3042
+ borderDisabled: string;
3043
+ borderFocus: string;
3044
+ boxShadowFocus: string;
3045
+ loadingColor: string;
3046
+ loadingColorSuccess: string;
3047
+ borderSuccess: string;
3048
+ borderHoverSuccess: string;
3049
+ colorFocusSuccess: string;
3050
+ borderFocusSuccess: string;
3051
+ boxShadowFocusSuccess: string;
3052
+ caretColorSuccess: string;
3053
+ loadingColorWarning: string;
3054
+ borderWarning: string;
3055
+ borderHoverWarning: string;
3056
+ colorFocusWarning: string;
3057
+ borderFocusWarning: string;
3058
+ boxShadowFocusWarning: string;
3059
+ caretColorWarning: string;
3060
+ loadingColorError: string;
3061
+ borderError: string;
3062
+ borderHoverError: string;
3063
+ colorFocusError: string;
3064
+ borderFocusError: string;
3065
+ boxShadowFocusError: string;
3066
+ caretColorError: string;
3067
+ clearColor: string;
3068
+ clearColorHover: string;
3069
+ clearColorPressed: string;
3070
+ iconColor: string;
3071
+ iconColorDisabled: string;
3072
+ iconColorHover: string;
3073
+ iconColorPressed: string;
3074
+ suffixTextColor: string;
3075
+ selectionColor: string;
3076
+ }, any>;
1970
3077
  }>> | undefined;
1971
3078
  } | undefined;
1972
3079
  } | undefined;
@@ -2055,6 +3162,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2055
3162
  iconBgColor: string;
2056
3163
  extraTextColor: string;
2057
3164
  }, any>;
3165
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3166
+ fontWeight: string;
3167
+ textColor: string;
3168
+ descriptionTextColor: string;
3169
+ textColorDisabled: string;
3170
+ descriptionTextColorDisabled: string;
3171
+ fontSizeLarge: string;
3172
+ fontSizeMedium: string;
3173
+ fontSizeSmall: string;
3174
+ lineHeightLarge: string;
3175
+ lineHeightMedium: string;
3176
+ lineHeightSmall: string;
3177
+ borderRadiusLarge: string;
3178
+ borderRadiusMedium: string;
3179
+ borderRadiusSmall: string;
3180
+ color: string;
3181
+ colorHover: string;
3182
+ colorFocus: string;
3183
+ colorActive: string;
3184
+ colorChecked: string;
3185
+ colorHoverChecked: string;
3186
+ colorFocusChecked: string;
3187
+ colorActiveChecked: string;
3188
+ colorDisabled: string;
3189
+ colorDisabledChecked: string;
3190
+ checkMarkColor: string;
3191
+ checkMarkColorHover: string;
3192
+ checkMarkColorFocus: string;
3193
+ checkMarkColorActive: string;
3194
+ checkMarkColorDisabled: string;
3195
+ checkMarkColorDisabledChecked: string;
3196
+ border: string;
3197
+ borderHover: string;
3198
+ borderFocus: string;
3199
+ borderActive: string;
3200
+ borderChecked: string;
3201
+ borderHoverChecked: string;
3202
+ borderFocusChecked: string;
3203
+ borderActiveChecked: string;
3204
+ borderDisabled: string;
3205
+ borderDisabledChecked: string;
3206
+ boxShadowHover: string;
3207
+ boxShadowFocus: string;
3208
+ boxShadowActive: string;
3209
+ boxShadowHoverChecked: string;
3210
+ boxShadowFocusChecked: string;
3211
+ boxShadowActiveChecked: string;
3212
+ sizeSmall: string;
3213
+ sizeMedium: string;
3214
+ sizeLarge: string;
3215
+ labelPadding: string;
3216
+ }, any>;
3217
+ Input: import("../../_mixins").Theme<"Input", {
3218
+ paddingTiny: string;
3219
+ paddingSmall: string;
3220
+ paddingMedium: string;
3221
+ paddingLarge: string;
3222
+ paddingHuge: string;
3223
+ clearSize: string;
3224
+ countTextColorDisabled: string;
3225
+ countTextColor: string;
3226
+ heightTiny: string;
3227
+ heightSmall: string;
3228
+ heightMedium: string;
3229
+ heightLarge: string;
3230
+ heightHuge: string;
3231
+ fontSizeTiny: string;
3232
+ fontSizeSmall: string;
3233
+ fontSizeMedium: string;
3234
+ fontSizeLarge: string;
3235
+ fontSizeHuge: string;
3236
+ lineHeight: string;
3237
+ lineHeightTextarea: string;
3238
+ borderRadius: string;
3239
+ iconSize: string;
3240
+ groupLabelTextColor: string;
3241
+ textColor: string;
3242
+ textColorDisabled: string;
3243
+ textDecorationColor: string;
3244
+ caretColor: string;
3245
+ placeholderColor: string;
3246
+ placeholderColorDisabled: string;
3247
+ color: string;
3248
+ colorDisabled: string;
3249
+ colorFocus: string;
3250
+ groupLabelBorder: string;
3251
+ border: string;
3252
+ borderHover: string;
3253
+ borderDisabled: string;
3254
+ borderFocus: string;
3255
+ boxShadowFocus: string;
3256
+ loadingColor: string;
3257
+ loadingColorSuccess: string;
3258
+ borderSuccess: string;
3259
+ borderHoverSuccess: string;
3260
+ colorFocusSuccess: string;
3261
+ borderFocusSuccess: string;
3262
+ boxShadowFocusSuccess: string;
3263
+ caretColorSuccess: string;
3264
+ loadingColorWarning: string;
3265
+ borderWarning: string;
3266
+ borderHoverWarning: string;
3267
+ colorFocusWarning: string;
3268
+ borderFocusWarning: string;
3269
+ boxShadowFocusWarning: string;
3270
+ caretColorWarning: string;
3271
+ loadingColorError: string;
3272
+ borderError: string;
3273
+ borderHoverError: string;
3274
+ colorFocusError: string;
3275
+ borderFocusError: string;
3276
+ boxShadowFocusError: string;
3277
+ caretColorError: string;
3278
+ clearColor: string;
3279
+ clearColorHover: string;
3280
+ clearColorPressed: string;
3281
+ iconColor: string;
3282
+ iconColorDisabled: string;
3283
+ iconColorHover: string;
3284
+ iconColorPressed: string;
3285
+ suffixTextColor: string;
3286
+ selectionColor: string;
3287
+ }, any>;
2058
3288
  }>> | undefined;
2059
3289
  } | undefined;
2060
3290
  } | undefined;
@@ -2457,6 +3687,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2457
3687
  iconBgColor: string;
2458
3688
  extraTextColor: string;
2459
3689
  }, any>;
3690
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3691
+ fontWeight: string;
3692
+ textColor: string;
3693
+ descriptionTextColor: string;
3694
+ textColorDisabled: string;
3695
+ descriptionTextColorDisabled: string;
3696
+ fontSizeLarge: string;
3697
+ fontSizeMedium: string;
3698
+ fontSizeSmall: string;
3699
+ lineHeightLarge: string;
3700
+ lineHeightMedium: string;
3701
+ lineHeightSmall: string;
3702
+ borderRadiusLarge: string;
3703
+ borderRadiusMedium: string;
3704
+ borderRadiusSmall: string;
3705
+ color: string;
3706
+ colorHover: string;
3707
+ colorFocus: string;
3708
+ colorActive: string;
3709
+ colorChecked: string;
3710
+ colorHoverChecked: string;
3711
+ colorFocusChecked: string;
3712
+ colorActiveChecked: string;
3713
+ colorDisabled: string;
3714
+ colorDisabledChecked: string;
3715
+ checkMarkColor: string;
3716
+ checkMarkColorHover: string;
3717
+ checkMarkColorFocus: string;
3718
+ checkMarkColorActive: string;
3719
+ checkMarkColorDisabled: string;
3720
+ checkMarkColorDisabledChecked: string;
3721
+ border: string;
3722
+ borderHover: string;
3723
+ borderFocus: string;
3724
+ borderActive: string;
3725
+ borderChecked: string;
3726
+ borderHoverChecked: string;
3727
+ borderFocusChecked: string;
3728
+ borderActiveChecked: string;
3729
+ borderDisabled: string;
3730
+ borderDisabledChecked: string;
3731
+ boxShadowHover: string;
3732
+ boxShadowFocus: string;
3733
+ boxShadowActive: string;
3734
+ boxShadowHoverChecked: string;
3735
+ boxShadowFocusChecked: string;
3736
+ boxShadowActiveChecked: string;
3737
+ sizeSmall: string;
3738
+ sizeMedium: string;
3739
+ sizeLarge: string;
3740
+ labelPadding: string;
3741
+ }, any>;
3742
+ Input: import("../../_mixins").Theme<"Input", {
3743
+ paddingTiny: string;
3744
+ paddingSmall: string;
3745
+ paddingMedium: string;
3746
+ paddingLarge: string;
3747
+ paddingHuge: string;
3748
+ clearSize: string;
3749
+ countTextColorDisabled: string;
3750
+ countTextColor: string;
3751
+ heightTiny: string;
3752
+ heightSmall: string;
3753
+ heightMedium: string;
3754
+ heightLarge: string;
3755
+ heightHuge: string;
3756
+ fontSizeTiny: string;
3757
+ fontSizeSmall: string;
3758
+ fontSizeMedium: string;
3759
+ fontSizeLarge: string;
3760
+ fontSizeHuge: string;
3761
+ lineHeight: string;
3762
+ lineHeightTextarea: string;
3763
+ borderRadius: string;
3764
+ iconSize: string;
3765
+ groupLabelTextColor: string;
3766
+ textColor: string;
3767
+ textColorDisabled: string;
3768
+ textDecorationColor: string;
3769
+ caretColor: string;
3770
+ placeholderColor: string;
3771
+ placeholderColorDisabled: string;
3772
+ color: string;
3773
+ colorDisabled: string;
3774
+ colorFocus: string;
3775
+ groupLabelBorder: string;
3776
+ border: string;
3777
+ borderHover: string;
3778
+ borderDisabled: string;
3779
+ borderFocus: string;
3780
+ boxShadowFocus: string;
3781
+ loadingColor: string;
3782
+ loadingColorSuccess: string;
3783
+ borderSuccess: string;
3784
+ borderHoverSuccess: string;
3785
+ colorFocusSuccess: string;
3786
+ borderFocusSuccess: string;
3787
+ boxShadowFocusSuccess: string;
3788
+ caretColorSuccess: string;
3789
+ loadingColorWarning: string;
3790
+ borderWarning: string;
3791
+ borderHoverWarning: string;
3792
+ colorFocusWarning: string;
3793
+ borderFocusWarning: string;
3794
+ boxShadowFocusWarning: string;
3795
+ caretColorWarning: string;
3796
+ loadingColorError: string;
3797
+ borderError: string;
3798
+ borderHoverError: string;
3799
+ colorFocusError: string;
3800
+ borderFocusError: string;
3801
+ boxShadowFocusError: string;
3802
+ caretColorError: string;
3803
+ clearColor: string;
3804
+ clearColorHover: string;
3805
+ clearColorPressed: string;
3806
+ iconColor: string;
3807
+ iconColorDisabled: string;
3808
+ iconColorHover: string;
3809
+ iconColorPressed: string;
3810
+ suffixTextColor: string;
3811
+ selectionColor: string;
3812
+ }, any>;
2460
3813
  }>;
2461
3814
  }>;
2462
3815
  Input: import("../../_mixins").Theme<"Input", {
@@ -2611,6 +3964,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2611
3964
  iconBgColor: string;
2612
3965
  extraTextColor: string;
2613
3966
  }, any>;
3967
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3968
+ fontWeight: string;
3969
+ textColor: string;
3970
+ descriptionTextColor: string;
3971
+ textColorDisabled: string;
3972
+ descriptionTextColorDisabled: string;
3973
+ fontSizeLarge: string;
3974
+ fontSizeMedium: string;
3975
+ fontSizeSmall: string;
3976
+ lineHeightLarge: string;
3977
+ lineHeightMedium: string;
3978
+ lineHeightSmall: string;
3979
+ borderRadiusLarge: string;
3980
+ borderRadiusMedium: string;
3981
+ borderRadiusSmall: string;
3982
+ color: string;
3983
+ colorHover: string;
3984
+ colorFocus: string;
3985
+ colorActive: string;
3986
+ colorChecked: string;
3987
+ colorHoverChecked: string;
3988
+ colorFocusChecked: string;
3989
+ colorActiveChecked: string;
3990
+ colorDisabled: string;
3991
+ colorDisabledChecked: string;
3992
+ checkMarkColor: string;
3993
+ checkMarkColorHover: string;
3994
+ checkMarkColorFocus: string;
3995
+ checkMarkColorActive: string;
3996
+ checkMarkColorDisabled: string;
3997
+ checkMarkColorDisabledChecked: string;
3998
+ border: string;
3999
+ borderHover: string;
4000
+ borderFocus: string;
4001
+ borderActive: string;
4002
+ borderChecked: string;
4003
+ borderHoverChecked: string;
4004
+ borderFocusChecked: string;
4005
+ borderActiveChecked: string;
4006
+ borderDisabled: string;
4007
+ borderDisabledChecked: string;
4008
+ boxShadowHover: string;
4009
+ boxShadowFocus: string;
4010
+ boxShadowActive: string;
4011
+ boxShadowHoverChecked: string;
4012
+ boxShadowFocusChecked: string;
4013
+ boxShadowActiveChecked: string;
4014
+ sizeSmall: string;
4015
+ sizeMedium: string;
4016
+ sizeLarge: string;
4017
+ labelPadding: string;
4018
+ }, any>;
4019
+ Input: import("../../_mixins").Theme<"Input", {
4020
+ paddingTiny: string;
4021
+ paddingSmall: string;
4022
+ paddingMedium: string;
4023
+ paddingLarge: string;
4024
+ paddingHuge: string;
4025
+ clearSize: string;
4026
+ countTextColorDisabled: string;
4027
+ countTextColor: string;
4028
+ heightTiny: string;
4029
+ heightSmall: string;
4030
+ heightMedium: string;
4031
+ heightLarge: string;
4032
+ heightHuge: string;
4033
+ fontSizeTiny: string;
4034
+ fontSizeSmall: string;
4035
+ fontSizeMedium: string;
4036
+ fontSizeLarge: string;
4037
+ fontSizeHuge: string;
4038
+ lineHeight: string;
4039
+ lineHeightTextarea: string;
4040
+ borderRadius: string;
4041
+ iconSize: string;
4042
+ groupLabelTextColor: string;
4043
+ textColor: string;
4044
+ textColorDisabled: string;
4045
+ textDecorationColor: string;
4046
+ caretColor: string;
4047
+ placeholderColor: string;
4048
+ placeholderColorDisabled: string;
4049
+ color: string;
4050
+ colorDisabled: string;
4051
+ colorFocus: string;
4052
+ groupLabelBorder: string;
4053
+ border: string;
4054
+ borderHover: string;
4055
+ borderDisabled: string;
4056
+ borderFocus: string;
4057
+ boxShadowFocus: string;
4058
+ loadingColor: string;
4059
+ loadingColorSuccess: string;
4060
+ borderSuccess: string;
4061
+ borderHoverSuccess: string;
4062
+ colorFocusSuccess: string;
4063
+ borderFocusSuccess: string;
4064
+ boxShadowFocusSuccess: string;
4065
+ caretColorSuccess: string;
4066
+ loadingColorWarning: string;
4067
+ borderWarning: string;
4068
+ borderHoverWarning: string;
4069
+ colorFocusWarning: string;
4070
+ borderFocusWarning: string;
4071
+ boxShadowFocusWarning: string;
4072
+ caretColorWarning: string;
4073
+ loadingColorError: string;
4074
+ borderError: string;
4075
+ borderHoverError: string;
4076
+ colorFocusError: string;
4077
+ borderFocusError: string;
4078
+ boxShadowFocusError: string;
4079
+ caretColorError: string;
4080
+ clearColor: string;
4081
+ clearColorHover: string;
4082
+ clearColorPressed: string;
4083
+ iconColor: string;
4084
+ iconColorDisabled: string;
4085
+ iconColorHover: string;
4086
+ iconColorPressed: string;
4087
+ suffixTextColor: string;
4088
+ selectionColor: string;
4089
+ }, any>;
2614
4090
  }>;
2615
4091
  }>;
2616
4092
  }>>;
@@ -2852,31 +4328,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2852
4328
  width: string;
2853
4329
  borderRadius: string;
2854
4330
  color: string;
2855
- colorHover: string;
2856
- railInsetHorizontalBottom: string;
2857
- railInsetHorizontalTop: string;
2858
- railInsetVerticalRight: string;
2859
- railInsetVerticalLeft: string;
2860
- railColor: string;
2861
- }, any>;
2862
- Empty: import("../../_mixins").Theme<"Empty", {
2863
- iconSizeSmall: string;
2864
- iconSizeMedium: string;
2865
- iconSizeLarge: string;
2866
- iconSizeHuge: string;
2867
- titleFontSizeSmall: string;
2868
- titleFontSizeMedium: string;
2869
- titleFontSizeLarge: string;
2870
- titleFontSizeHuge: string;
2871
- descriptionFontSizeSmall: string;
2872
- descriptionFontSizeMedium: string;
2873
- descriptionFontSizeLarge: string;
2874
- descriptionFontSizeHuge: string;
2875
- titleColor: string;
2876
- descriptionColor: string;
4331
+ colorHover: string;
4332
+ railInsetHorizontalBottom: string;
4333
+ railInsetHorizontalTop: string;
4334
+ railInsetVerticalRight: string;
4335
+ railInsetVerticalLeft: string;
4336
+ railColor: string;
4337
+ }, any>;
4338
+ Empty: import("../../_mixins").Theme<"Empty", {
4339
+ iconSizeSmall: string;
4340
+ iconSizeMedium: string;
4341
+ iconSizeLarge: string;
4342
+ iconSizeHuge: string;
4343
+ titleFontSizeSmall: string;
4344
+ titleFontSizeMedium: string;
4345
+ titleFontSizeLarge: string;
4346
+ titleFontSizeHuge: string;
4347
+ descriptionFontSizeSmall: string;
4348
+ descriptionFontSizeMedium: string;
4349
+ descriptionFontSizeLarge: string;
4350
+ descriptionFontSizeHuge: string;
4351
+ titleColor: string;
4352
+ descriptionColor: string;
4353
+ iconColor: string;
4354
+ iconBgColor: string;
4355
+ extraTextColor: string;
4356
+ }, any>;
4357
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4358
+ fontWeight: string;
4359
+ textColor: string;
4360
+ descriptionTextColor: string;
4361
+ textColorDisabled: string;
4362
+ descriptionTextColorDisabled: string;
4363
+ fontSizeLarge: string;
4364
+ fontSizeMedium: string;
4365
+ fontSizeSmall: string;
4366
+ lineHeightLarge: string;
4367
+ lineHeightMedium: string;
4368
+ lineHeightSmall: string;
4369
+ borderRadiusLarge: string;
4370
+ borderRadiusMedium: string;
4371
+ borderRadiusSmall: string;
4372
+ color: string;
4373
+ colorHover: string;
4374
+ colorFocus: string;
4375
+ colorActive: string;
4376
+ colorChecked: string;
4377
+ colorHoverChecked: string;
4378
+ colorFocusChecked: string;
4379
+ colorActiveChecked: string;
4380
+ colorDisabled: string;
4381
+ colorDisabledChecked: string;
4382
+ checkMarkColor: string;
4383
+ checkMarkColorHover: string;
4384
+ checkMarkColorFocus: string;
4385
+ checkMarkColorActive: string;
4386
+ checkMarkColorDisabled: string;
4387
+ checkMarkColorDisabledChecked: string;
4388
+ border: string;
4389
+ borderHover: string;
4390
+ borderFocus: string;
4391
+ borderActive: string;
4392
+ borderChecked: string;
4393
+ borderHoverChecked: string;
4394
+ borderFocusChecked: string;
4395
+ borderActiveChecked: string;
4396
+ borderDisabled: string;
4397
+ borderDisabledChecked: string;
4398
+ boxShadowHover: string;
4399
+ boxShadowFocus: string;
4400
+ boxShadowActive: string;
4401
+ boxShadowHoverChecked: string;
4402
+ boxShadowFocusChecked: string;
4403
+ boxShadowActiveChecked: string;
4404
+ sizeSmall: string;
4405
+ sizeMedium: string;
4406
+ sizeLarge: string;
4407
+ labelPadding: string;
4408
+ }, any>;
4409
+ Input: import("../../_mixins").Theme<"Input", {
4410
+ paddingTiny: string;
4411
+ paddingSmall: string;
4412
+ paddingMedium: string;
4413
+ paddingLarge: string;
4414
+ paddingHuge: string;
4415
+ clearSize: string;
4416
+ countTextColorDisabled: string;
4417
+ countTextColor: string;
4418
+ heightTiny: string;
4419
+ heightSmall: string;
4420
+ heightMedium: string;
4421
+ heightLarge: string;
4422
+ heightHuge: string;
4423
+ fontSizeTiny: string;
4424
+ fontSizeSmall: string;
4425
+ fontSizeMedium: string;
4426
+ fontSizeLarge: string;
4427
+ fontSizeHuge: string;
4428
+ lineHeight: string;
4429
+ lineHeightTextarea: string;
4430
+ borderRadius: string;
4431
+ iconSize: string;
4432
+ groupLabelTextColor: string;
4433
+ textColor: string;
4434
+ textColorDisabled: string;
4435
+ textDecorationColor: string;
4436
+ caretColor: string;
4437
+ placeholderColor: string;
4438
+ placeholderColorDisabled: string;
4439
+ color: string;
4440
+ colorDisabled: string;
4441
+ colorFocus: string;
4442
+ groupLabelBorder: string;
4443
+ border: string;
4444
+ borderHover: string;
4445
+ borderDisabled: string;
4446
+ borderFocus: string;
4447
+ boxShadowFocus: string;
4448
+ loadingColor: string;
4449
+ loadingColorSuccess: string;
4450
+ borderSuccess: string;
4451
+ borderHoverSuccess: string;
4452
+ colorFocusSuccess: string;
4453
+ borderFocusSuccess: string;
4454
+ boxShadowFocusSuccess: string;
4455
+ caretColorSuccess: string;
4456
+ loadingColorWarning: string;
4457
+ borderWarning: string;
4458
+ borderHoverWarning: string;
4459
+ colorFocusWarning: string;
4460
+ borderFocusWarning: string;
4461
+ boxShadowFocusWarning: string;
4462
+ caretColorWarning: string;
4463
+ loadingColorError: string;
4464
+ borderError: string;
4465
+ borderHoverError: string;
4466
+ colorFocusError: string;
4467
+ borderFocusError: string;
4468
+ boxShadowFocusError: string;
4469
+ caretColorError: string;
4470
+ clearColor: string;
4471
+ clearColorHover: string;
4472
+ clearColorPressed: string;
2877
4473
  iconColor: string;
2878
- iconBgColor: string;
2879
- extraTextColor: string;
4474
+ iconColorDisabled: string;
4475
+ iconColorHover: string;
4476
+ iconColorPressed: string;
4477
+ suffixTextColor: string;
4478
+ selectionColor: string;
2880
4479
  }, any>;
2881
4480
  }>;
2882
4481
  }>;
@@ -3032,6 +4631,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3032
4631
  iconBgColor: string;
3033
4632
  extraTextColor: string;
3034
4633
  }, any>;
4634
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4635
+ fontWeight: string;
4636
+ textColor: string;
4637
+ descriptionTextColor: string;
4638
+ textColorDisabled: string;
4639
+ descriptionTextColorDisabled: string;
4640
+ fontSizeLarge: string;
4641
+ fontSizeMedium: string;
4642
+ fontSizeSmall: string;
4643
+ lineHeightLarge: string;
4644
+ lineHeightMedium: string;
4645
+ lineHeightSmall: string;
4646
+ borderRadiusLarge: string;
4647
+ borderRadiusMedium: string;
4648
+ borderRadiusSmall: string;
4649
+ color: string;
4650
+ colorHover: string;
4651
+ colorFocus: string;
4652
+ colorActive: string;
4653
+ colorChecked: string;
4654
+ colorHoverChecked: string;
4655
+ colorFocusChecked: string;
4656
+ colorActiveChecked: string;
4657
+ colorDisabled: string;
4658
+ colorDisabledChecked: string;
4659
+ checkMarkColor: string;
4660
+ checkMarkColorHover: string;
4661
+ checkMarkColorFocus: string;
4662
+ checkMarkColorActive: string;
4663
+ checkMarkColorDisabled: string;
4664
+ checkMarkColorDisabledChecked: string;
4665
+ border: string;
4666
+ borderHover: string;
4667
+ borderFocus: string;
4668
+ borderActive: string;
4669
+ borderChecked: string;
4670
+ borderHoverChecked: string;
4671
+ borderFocusChecked: string;
4672
+ borderActiveChecked: string;
4673
+ borderDisabled: string;
4674
+ borderDisabledChecked: string;
4675
+ boxShadowHover: string;
4676
+ boxShadowFocus: string;
4677
+ boxShadowActive: string;
4678
+ boxShadowHoverChecked: string;
4679
+ boxShadowFocusChecked: string;
4680
+ boxShadowActiveChecked: string;
4681
+ sizeSmall: string;
4682
+ sizeMedium: string;
4683
+ sizeLarge: string;
4684
+ labelPadding: string;
4685
+ }, any>;
4686
+ Input: import("../../_mixins").Theme<"Input", {
4687
+ paddingTiny: string;
4688
+ paddingSmall: string;
4689
+ paddingMedium: string;
4690
+ paddingLarge: string;
4691
+ paddingHuge: string;
4692
+ clearSize: string;
4693
+ countTextColorDisabled: string;
4694
+ countTextColor: string;
4695
+ heightTiny: string;
4696
+ heightSmall: string;
4697
+ heightMedium: string;
4698
+ heightLarge: string;
4699
+ heightHuge: string;
4700
+ fontSizeTiny: string;
4701
+ fontSizeSmall: string;
4702
+ fontSizeMedium: string;
4703
+ fontSizeLarge: string;
4704
+ fontSizeHuge: string;
4705
+ lineHeight: string;
4706
+ lineHeightTextarea: string;
4707
+ borderRadius: string;
4708
+ iconSize: string;
4709
+ groupLabelTextColor: string;
4710
+ textColor: string;
4711
+ textColorDisabled: string;
4712
+ textDecorationColor: string;
4713
+ caretColor: string;
4714
+ placeholderColor: string;
4715
+ placeholderColorDisabled: string;
4716
+ color: string;
4717
+ colorDisabled: string;
4718
+ colorFocus: string;
4719
+ groupLabelBorder: string;
4720
+ border: string;
4721
+ borderHover: string;
4722
+ borderDisabled: string;
4723
+ borderFocus: string;
4724
+ boxShadowFocus: string;
4725
+ loadingColor: string;
4726
+ loadingColorSuccess: string;
4727
+ borderSuccess: string;
4728
+ borderHoverSuccess: string;
4729
+ colorFocusSuccess: string;
4730
+ borderFocusSuccess: string;
4731
+ boxShadowFocusSuccess: string;
4732
+ caretColorSuccess: string;
4733
+ loadingColorWarning: string;
4734
+ borderWarning: string;
4735
+ borderHoverWarning: string;
4736
+ colorFocusWarning: string;
4737
+ borderFocusWarning: string;
4738
+ boxShadowFocusWarning: string;
4739
+ caretColorWarning: string;
4740
+ loadingColorError: string;
4741
+ borderError: string;
4742
+ borderHoverError: string;
4743
+ colorFocusError: string;
4744
+ borderFocusError: string;
4745
+ boxShadowFocusError: string;
4746
+ caretColorError: string;
4747
+ clearColor: string;
4748
+ clearColorHover: string;
4749
+ clearColorPressed: string;
4750
+ iconColor: string;
4751
+ iconColorDisabled: string;
4752
+ iconColorHover: string;
4753
+ iconColorPressed: string;
4754
+ suffixTextColor: string;
4755
+ selectionColor: string;
4756
+ }, any>;
3035
4757
  }>;
3036
4758
  }>;
3037
4759
  }>>>;
@@ -3299,6 +5021,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3299
5021
  iconBgColor: string;
3300
5022
  extraTextColor: string;
3301
5023
  }, any>;
5024
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
5025
+ fontWeight: string;
5026
+ textColor: string;
5027
+ descriptionTextColor: string;
5028
+ textColorDisabled: string;
5029
+ descriptionTextColorDisabled: string;
5030
+ fontSizeLarge: string;
5031
+ fontSizeMedium: string;
5032
+ fontSizeSmall: string;
5033
+ lineHeightLarge: string;
5034
+ lineHeightMedium: string;
5035
+ lineHeightSmall: string;
5036
+ borderRadiusLarge: string;
5037
+ borderRadiusMedium: string;
5038
+ borderRadiusSmall: string;
5039
+ color: string;
5040
+ colorHover: string;
5041
+ colorFocus: string;
5042
+ colorActive: string;
5043
+ colorChecked: string;
5044
+ colorHoverChecked: string;
5045
+ colorFocusChecked: string;
5046
+ colorActiveChecked: string;
5047
+ colorDisabled: string;
5048
+ colorDisabledChecked: string;
5049
+ checkMarkColor: string;
5050
+ checkMarkColorHover: string;
5051
+ checkMarkColorFocus: string;
5052
+ checkMarkColorActive: string;
5053
+ checkMarkColorDisabled: string;
5054
+ checkMarkColorDisabledChecked: string;
5055
+ border: string;
5056
+ borderHover: string;
5057
+ borderFocus: string;
5058
+ borderActive: string;
5059
+ borderChecked: string;
5060
+ borderHoverChecked: string;
5061
+ borderFocusChecked: string;
5062
+ borderActiveChecked: string;
5063
+ borderDisabled: string;
5064
+ borderDisabledChecked: string;
5065
+ boxShadowHover: string;
5066
+ boxShadowFocus: string;
5067
+ boxShadowActive: string;
5068
+ boxShadowHoverChecked: string;
5069
+ boxShadowFocusChecked: string;
5070
+ boxShadowActiveChecked: string;
5071
+ sizeSmall: string;
5072
+ sizeMedium: string;
5073
+ sizeLarge: string;
5074
+ labelPadding: string;
5075
+ }, any>;
5076
+ Input: import("../../_mixins").Theme<"Input", {
5077
+ paddingTiny: string;
5078
+ paddingSmall: string;
5079
+ paddingMedium: string;
5080
+ paddingLarge: string;
5081
+ paddingHuge: string;
5082
+ clearSize: string;
5083
+ countTextColorDisabled: string;
5084
+ countTextColor: string;
5085
+ heightTiny: string;
5086
+ heightSmall: string;
5087
+ heightMedium: string;
5088
+ heightLarge: string;
5089
+ heightHuge: string;
5090
+ fontSizeTiny: string;
5091
+ fontSizeSmall: string;
5092
+ fontSizeMedium: string;
5093
+ fontSizeLarge: string;
5094
+ fontSizeHuge: string;
5095
+ lineHeight: string;
5096
+ lineHeightTextarea: string;
5097
+ borderRadius: string;
5098
+ iconSize: string;
5099
+ groupLabelTextColor: string;
5100
+ textColor: string;
5101
+ textColorDisabled: string;
5102
+ textDecorationColor: string;
5103
+ caretColor: string;
5104
+ placeholderColor: string;
5105
+ placeholderColorDisabled: string;
5106
+ color: string;
5107
+ colorDisabled: string;
5108
+ colorFocus: string;
5109
+ groupLabelBorder: string;
5110
+ border: string;
5111
+ borderHover: string;
5112
+ borderDisabled: string;
5113
+ borderFocus: string;
5114
+ boxShadowFocus: string;
5115
+ loadingColor: string;
5116
+ loadingColorSuccess: string;
5117
+ borderSuccess: string;
5118
+ borderHoverSuccess: string;
5119
+ colorFocusSuccess: string;
5120
+ borderFocusSuccess: string;
5121
+ boxShadowFocusSuccess: string;
5122
+ caretColorSuccess: string;
5123
+ loadingColorWarning: string;
5124
+ borderWarning: string;
5125
+ borderHoverWarning: string;
5126
+ colorFocusWarning: string;
5127
+ borderFocusWarning: string;
5128
+ boxShadowFocusWarning: string;
5129
+ caretColorWarning: string;
5130
+ loadingColorError: string;
5131
+ borderError: string;
5132
+ borderHoverError: string;
5133
+ colorFocusError: string;
5134
+ borderFocusError: string;
5135
+ boxShadowFocusError: string;
5136
+ caretColorError: string;
5137
+ clearColor: string;
5138
+ clearColorHover: string;
5139
+ clearColorPressed: string;
5140
+ iconColor: string;
5141
+ iconColorDisabled: string;
5142
+ iconColorHover: string;
5143
+ iconColorPressed: string;
5144
+ suffixTextColor: string;
5145
+ selectionColor: string;
5146
+ }, any>;
3302
5147
  }>;
3303
5148
  }>;
3304
5149
  Input: import("../../_mixins").Theme<"Input", {
@@ -3453,12 +5298,135 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3453
5298
  iconBgColor: string;
3454
5299
  extraTextColor: string;
3455
5300
  }, any>;
5301
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
5302
+ fontWeight: string;
5303
+ textColor: string;
5304
+ descriptionTextColor: string;
5305
+ textColorDisabled: string;
5306
+ descriptionTextColorDisabled: string;
5307
+ fontSizeLarge: string;
5308
+ fontSizeMedium: string;
5309
+ fontSizeSmall: string;
5310
+ lineHeightLarge: string;
5311
+ lineHeightMedium: string;
5312
+ lineHeightSmall: string;
5313
+ borderRadiusLarge: string;
5314
+ borderRadiusMedium: string;
5315
+ borderRadiusSmall: string;
5316
+ color: string;
5317
+ colorHover: string;
5318
+ colorFocus: string;
5319
+ colorActive: string;
5320
+ colorChecked: string;
5321
+ colorHoverChecked: string;
5322
+ colorFocusChecked: string;
5323
+ colorActiveChecked: string;
5324
+ colorDisabled: string;
5325
+ colorDisabledChecked: string;
5326
+ checkMarkColor: string;
5327
+ checkMarkColorHover: string;
5328
+ checkMarkColorFocus: string;
5329
+ checkMarkColorActive: string;
5330
+ checkMarkColorDisabled: string;
5331
+ checkMarkColorDisabledChecked: string;
5332
+ border: string;
5333
+ borderHover: string;
5334
+ borderFocus: string;
5335
+ borderActive: string;
5336
+ borderChecked: string;
5337
+ borderHoverChecked: string;
5338
+ borderFocusChecked: string;
5339
+ borderActiveChecked: string;
5340
+ borderDisabled: string;
5341
+ borderDisabledChecked: string;
5342
+ boxShadowHover: string;
5343
+ boxShadowFocus: string;
5344
+ boxShadowActive: string;
5345
+ boxShadowHoverChecked: string;
5346
+ boxShadowFocusChecked: string;
5347
+ boxShadowActiveChecked: string;
5348
+ sizeSmall: string;
5349
+ sizeMedium: string;
5350
+ sizeLarge: string;
5351
+ labelPadding: string;
5352
+ }, any>;
5353
+ Input: import("../../_mixins").Theme<"Input", {
5354
+ paddingTiny: string;
5355
+ paddingSmall: string;
5356
+ paddingMedium: string;
5357
+ paddingLarge: string;
5358
+ paddingHuge: string;
5359
+ clearSize: string;
5360
+ countTextColorDisabled: string;
5361
+ countTextColor: string;
5362
+ heightTiny: string;
5363
+ heightSmall: string;
5364
+ heightMedium: string;
5365
+ heightLarge: string;
5366
+ heightHuge: string;
5367
+ fontSizeTiny: string;
5368
+ fontSizeSmall: string;
5369
+ fontSizeMedium: string;
5370
+ fontSizeLarge: string;
5371
+ fontSizeHuge: string;
5372
+ lineHeight: string;
5373
+ lineHeightTextarea: string;
5374
+ borderRadius: string;
5375
+ iconSize: string;
5376
+ groupLabelTextColor: string;
5377
+ textColor: string;
5378
+ textColorDisabled: string;
5379
+ textDecorationColor: string;
5380
+ caretColor: string;
5381
+ placeholderColor: string;
5382
+ placeholderColorDisabled: string;
5383
+ color: string;
5384
+ colorDisabled: string;
5385
+ colorFocus: string;
5386
+ groupLabelBorder: string;
5387
+ border: string;
5388
+ borderHover: string;
5389
+ borderDisabled: string;
5390
+ borderFocus: string;
5391
+ boxShadowFocus: string;
5392
+ loadingColor: string;
5393
+ loadingColorSuccess: string;
5394
+ borderSuccess: string;
5395
+ borderHoverSuccess: string;
5396
+ colorFocusSuccess: string;
5397
+ borderFocusSuccess: string;
5398
+ boxShadowFocusSuccess: string;
5399
+ caretColorSuccess: string;
5400
+ loadingColorWarning: string;
5401
+ borderWarning: string;
5402
+ borderHoverWarning: string;
5403
+ colorFocusWarning: string;
5404
+ borderFocusWarning: string;
5405
+ boxShadowFocusWarning: string;
5406
+ caretColorWarning: string;
5407
+ loadingColorError: string;
5408
+ borderError: string;
5409
+ borderHoverError: string;
5410
+ colorFocusError: string;
5411
+ borderFocusError: string;
5412
+ boxShadowFocusError: string;
5413
+ caretColorError: string;
5414
+ clearColor: string;
5415
+ clearColorHover: string;
5416
+ clearColorPressed: string;
5417
+ iconColor: string;
5418
+ iconColorDisabled: string;
5419
+ iconColorHover: string;
5420
+ iconColorPressed: string;
5421
+ suffixTextColor: string;
5422
+ selectionColor: string;
5423
+ }, any>;
3456
5424
  }>;
3457
5425
  }>;
3458
5426
  }>>>;
3459
5427
  }>> & Readonly<{}>, {
3460
- readonly disabled: boolean;
3461
5428
  readonly to: string | boolean | HTMLElement;
5429
+ readonly disabled: boolean;
3462
5430
  readonly size: Size;
3463
5431
  readonly simple: boolean;
3464
5432
  readonly variant: import("./interface").PaginationVariant;