@uzum-tech/ui 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (378) hide show
  1. package/dist/index.js +28216 -27711
  2. package/dist/index.mjs +28479 -27974
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  6. package/es/_internal/close/src/Close.d.ts +1 -1
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  8. package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  9. package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
  10. package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  11. package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
  12. package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  13. package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
  14. package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  15. package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
  16. package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  17. package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
  18. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  19. package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
  20. package/es/_internal/select-menu/src/interface.d.ts +650 -2
  21. package/es/_internal/select-menu/src/interface.mjs +81 -0
  22. package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
  23. package/es/_internal/select-menu/styles/dark.mjs +5 -1
  24. package/es/_internal/select-menu/styles/light.d.ts +123 -0
  25. package/es/_internal/select-menu/styles/light.mjs +5 -1
  26. package/es/_internal/selection/src/Selection.d.ts +3 -3
  27. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  28. package/es/_internal/typography/src/text.d.ts +3 -3
  29. package/es/action-card/src/ActionCard.d.ts +2 -2
  30. package/es/affix/src/Affix.d.ts +1 -1
  31. package/es/alert/src/Alert.d.ts +1 -1
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  34. package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
  35. package/es/auto-complete/styles/light.d.ts +123 -0
  36. package/es/avatar/src/Avatar.d.ts +1 -1
  37. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  38. package/es/back-top/src/BackTop.d.ts +1 -1
  39. package/es/badge/src/Badge.d.ts +1 -1
  40. package/es/button/src/Button.d.ts +7 -7
  41. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  42. package/es/card/src/Card.d.ts +1 -1
  43. package/es/card-list/src/CardListItem.d.ts +1 -1
  44. package/es/carousel/src/Carousel.d.ts +4 -4
  45. package/es/carousel/src/CarouselDots.d.ts +2 -2
  46. package/es/cascader/src/Cascader.d.ts +1404 -51
  47. package/es/cascader/src/CascaderMenu.d.ts +492 -0
  48. package/es/cascader/src/CascaderOption.d.ts +492 -0
  49. package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
  50. package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
  51. package/es/cascader/styles/light.d.ts +123 -0
  52. package/es/chat/src/Chat.d.ts +5868 -87
  53. package/es/chat/src/ChatListItems.d.ts +1849 -4
  54. package/es/chat/src/ChatMainArea.d.ts +1849 -4
  55. package/es/chat/src/ChatMessages.d.ts +1849 -4
  56. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  57. package/es/chat/styles/dark.d.ts +123 -0
  58. package/es/chat/styles/light.d.ts +123 -0
  59. package/es/checkbox/src/Checkbox.d.ts +7 -7
  60. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  61. package/es/code/src/Code.d.ts +2 -2
  62. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  63. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  64. package/es/components.d.ts +19177 -419
  65. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  66. package/es/config-provider/src/context.mjs +1 -1
  67. package/es/crop/src/Crop.d.ts +1 -1
  68. package/es/data-table/src/DataTable.d.ts +2087 -119
  69. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  70. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  71. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  72. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  73. package/es/data-table/src/interface.d.ts +738 -0
  74. package/es/data-table/styles/light.d.ts +246 -0
  75. package/es/date-picker/src/DatePicker.d.ts +3 -3
  76. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  77. package/es/descriptions/src/Descriptions.d.ts +2 -2
  78. package/es/dialog/src/Dialog.d.ts +1 -1
  79. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  80. package/es/dialog/src/DialogProvider.d.ts +52 -52
  81. package/es/dialog/src/dialogProps.d.ts +1 -1
  82. package/es/divider/src/Divider.d.ts +1 -1
  83. package/es/drawer/src/Drawer.d.ts +2 -2
  84. package/es/dropdown/src/Dropdown.d.ts +4 -4
  85. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  86. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  87. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  88. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  89. package/es/empty/src/Empty.d.ts +1 -1
  90. package/es/flex/src/Flex.d.ts +1 -1
  91. package/es/float-button/src/FloatButton.d.ts +1 -1
  92. package/es/form/src/Form.d.ts +1 -1
  93. package/es/form/src/FormItem.d.ts +3 -3
  94. package/es/form/src/FormItemCol.d.ts +3 -3
  95. package/es/form/src/FormItemGridItem.d.ts +3 -3
  96. package/es/form/src/FormItemRow.d.ts +2 -2
  97. package/es/form/src/utils.d.ts +1 -1
  98. package/es/gradient-text/src/GradientText.d.ts +2 -2
  99. package/es/header/src/Header.d.ts +1 -1
  100. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  101. package/es/heatmap/src/Heatmap.d.ts +1 -1
  102. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  103. package/es/icon-pack/src/IconPack.d.ts +2 -2
  104. package/es/image/src/Image.d.ts +1 -1
  105. package/es/input/src/Input.d.ts +7 -7
  106. package/es/input-number/src/InputNumber.d.ts +3 -3
  107. package/es/input-otp/src/InputOtp.d.ts +2 -2
  108. package/es/kanban/src/Kanban.d.ts +1 -1
  109. package/es/layout/src/LayoutSider.d.ts +1 -1
  110. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  111. package/es/list/src/List.d.ts +9 -9
  112. package/es/list/src/ListItem.d.ts +10 -10
  113. package/es/locales/common/enUS.d.ts +1 -0
  114. package/es/locales/common/enUS.mjs +2 -1
  115. package/es/locales/common/ruRU.mjs +2 -1
  116. package/es/locales/common/uzUZ.mjs +2 -1
  117. package/es/locales/common/zhCN.mjs +2 -1
  118. package/es/mention/src/Mention.d.ts +1388 -32
  119. package/es/mention/styles/light.d.ts +123 -0
  120. package/es/menu/src/Menu.d.ts +3 -3
  121. package/es/menu/src/MenuOption.d.ts +1 -1
  122. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  123. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  124. package/es/menu/src/Submenu.d.ts +1 -1
  125. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  126. package/es/modal/src/BodyWrapper.d.ts +2 -2
  127. package/es/modal/src/Modal.d.ts +4 -4
  128. package/es/modal/src/ModalEnvironment.d.ts +4 -4
  129. package/es/modal/src/presetProps.d.ts +1 -1
  130. package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
  131. package/es/notification/src/Notification.d.ts +2 -2
  132. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  133. package/es/notification/src/NotificationProvider.d.ts +12 -12
  134. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  135. package/es/pagination/src/Pagination.d.ts +1995 -27
  136. package/es/pagination/src/interface.d.ts +738 -0
  137. package/es/pagination/styles/light.d.ts +246 -0
  138. package/es/popconfirm/src/Popconfirm.d.ts +3 -3
  139. package/es/popover/src/Popover.d.ts +3 -3
  140. package/es/popover/src/PopoverBody.d.ts +1 -1
  141. package/es/popselect/src/Popselect.d.ts +1383 -30
  142. package/es/popselect/src/PopselectPanel.d.ts +494 -2
  143. package/es/popselect/styles/light.d.ts +123 -0
  144. package/es/qr-code/src/QrCode.d.ts +2 -2
  145. package/es/radio/src/Radio.d.ts +2 -2
  146. package/es/radio/src/RadioButton.d.ts +9 -9
  147. package/es/radio/src/RadioGroup.d.ts +1 -1
  148. package/es/rate/src/Rate.d.ts +1 -1
  149. package/es/result/src/Result.d.ts +1 -1
  150. package/es/select/index.d.ts +4 -3
  151. package/es/select/index.mjs +2 -1
  152. package/es/select/src/Select.d.ts +1127 -811
  153. package/es/select/src/Select.mjs +257 -226
  154. package/es/select/src/interface.d.ts +1140 -8
  155. package/es/select/src/interface.mjs +154 -1
  156. package/es/select/src/styles/index.cssr.mjs +16 -3
  157. package/es/select/src/utils.d.ts +3 -1
  158. package/es/select/src/utils.mjs +32 -0
  159. package/es/select/styles/light.d.ts +123 -0
  160. package/es/skeleton/src/Skeleton.d.ts +1 -1
  161. package/es/slider/src/Slider.d.ts +4 -4
  162. package/es/spin/src/Spin.d.ts +1 -1
  163. package/es/split/src/Split.d.ts +2 -2
  164. package/es/steps/src/Steps.d.ts +1 -1
  165. package/es/switch/src/Switch.d.ts +2 -2
  166. package/es/tabs/src/Tab.d.ts +8 -8
  167. package/es/tabs/src/TabPane.d.ts +1 -1
  168. package/es/tabs/src/Tabs.d.ts +1 -1
  169. package/es/tag/src/Tag.d.ts +4 -4
  170. package/es/tag/src/TagGroup.d.ts +2 -2
  171. package/es/time-picker/src/Panel.d.ts +1 -1
  172. package/es/time-picker/src/TimePicker.d.ts +3 -3
  173. package/es/timeline/src/Timeline.d.ts +1 -1
  174. package/es/timeline/src/TimelineItem.d.ts +1 -1
  175. package/es/toggle-button/src/ToggleButton.d.ts +8 -8
  176. package/es/tooltip/src/Tooltip.d.ts +3 -3
  177. package/es/transfer/src/Transfer.d.ts +2 -2
  178. package/es/tree/src/Tree.d.ts +2 -2
  179. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  180. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  181. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  182. package/es/typography/src/create-header.d.ts +1 -1
  183. package/es/typography/src/headers.d.ts +6 -6
  184. package/es/typography/src/text.d.ts +5 -5
  185. package/es/upload/src/Upload.d.ts +3 -3
  186. package/es/upload/src/UploadFile.d.ts +1 -1
  187. package/es/version.d.ts +1 -1
  188. package/es/version.mjs +1 -1
  189. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  190. package/es/watermark/src/Watermark.d.ts +2 -2
  191. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  192. package/lib/_internal/close/src/Close.d.ts +1 -1
  193. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  194. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  195. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  196. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  197. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  198. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  199. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  200. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  201. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  202. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  203. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  204. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  205. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  206. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  207. package/lib/_internal/select-menu/src/interface.js +46 -1
  208. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  209. package/lib/_internal/select-menu/styles/dark.js +8 -4
  210. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  211. package/lib/_internal/select-menu/styles/light.js +8 -4
  212. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  213. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  214. package/lib/_internal/typography/src/text.d.ts +3 -3
  215. package/lib/action-card/src/ActionCard.d.ts +2 -2
  216. package/lib/affix/src/Affix.d.ts +1 -1
  217. package/lib/alert/src/Alert.d.ts +1 -1
  218. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  219. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  220. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  221. package/lib/auto-complete/styles/light.d.ts +123 -0
  222. package/lib/avatar/src/Avatar.d.ts +1 -1
  223. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  224. package/lib/back-top/src/BackTop.d.ts +1 -1
  225. package/lib/badge/src/Badge.d.ts +1 -1
  226. package/lib/button/src/Button.d.ts +7 -7
  227. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  228. package/lib/card/src/Card.d.ts +1 -1
  229. package/lib/card-list/src/CardListItem.d.ts +1 -1
  230. package/lib/carousel/src/Carousel.d.ts +4 -4
  231. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  232. package/lib/cascader/src/Cascader.d.ts +1404 -51
  233. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  234. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  235. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  236. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  237. package/lib/cascader/styles/light.d.ts +123 -0
  238. package/lib/chat/src/Chat.d.ts +5868 -87
  239. package/lib/chat/src/ChatListItems.d.ts +1849 -4
  240. package/lib/chat/src/ChatMainArea.d.ts +1849 -4
  241. package/lib/chat/src/ChatMessages.d.ts +1849 -4
  242. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  243. package/lib/chat/styles/dark.d.ts +123 -0
  244. package/lib/chat/styles/light.d.ts +123 -0
  245. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  246. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  247. package/lib/code/src/Code.d.ts +2 -2
  248. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  249. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  250. package/lib/components.d.ts +19177 -419
  251. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  252. package/lib/config-provider/src/context.js +2 -2
  253. package/lib/crop/src/Crop.d.ts +1 -1
  254. package/lib/data-table/src/DataTable.d.ts +2087 -119
  255. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  256. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  257. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  258. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  259. package/lib/data-table/src/interface.d.ts +738 -0
  260. package/lib/data-table/styles/light.d.ts +246 -0
  261. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  262. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  263. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  264. package/lib/dialog/src/Dialog.d.ts +1 -1
  265. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  266. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  267. package/lib/dialog/src/dialogProps.d.ts +1 -1
  268. package/lib/divider/src/Divider.d.ts +1 -1
  269. package/lib/drawer/src/Drawer.d.ts +2 -2
  270. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  271. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  272. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  273. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  274. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  275. package/lib/empty/src/Empty.d.ts +1 -1
  276. package/lib/flex/src/Flex.d.ts +1 -1
  277. package/lib/float-button/src/FloatButton.d.ts +1 -1
  278. package/lib/form/src/Form.d.ts +1 -1
  279. package/lib/form/src/FormItem.d.ts +3 -3
  280. package/lib/form/src/FormItemCol.d.ts +3 -3
  281. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  282. package/lib/form/src/FormItemRow.d.ts +2 -2
  283. package/lib/form/src/utils.d.ts +1 -1
  284. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  285. package/lib/header/src/Header.d.ts +1 -1
  286. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  287. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  288. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  289. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  290. package/lib/image/src/Image.d.ts +1 -1
  291. package/lib/input/src/Input.d.ts +7 -7
  292. package/lib/input-number/src/InputNumber.d.ts +3 -3
  293. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  294. package/lib/kanban/src/Kanban.d.ts +1 -1
  295. package/lib/layout/src/LayoutSider.d.ts +1 -1
  296. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  297. package/lib/list/src/List.d.ts +9 -9
  298. package/lib/list/src/ListItem.d.ts +10 -10
  299. package/lib/locales/common/enUS.d.ts +1 -0
  300. package/lib/locales/common/enUS.js +2 -1
  301. package/lib/locales/common/ruRU.js +2 -1
  302. package/lib/locales/common/uzUZ.js +2 -1
  303. package/lib/locales/common/zhCN.js +2 -1
  304. package/lib/mention/src/Mention.d.ts +1388 -32
  305. package/lib/mention/styles/light.d.ts +123 -0
  306. package/lib/menu/src/Menu.d.ts +3 -3
  307. package/lib/menu/src/MenuOption.d.ts +1 -1
  308. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  309. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  310. package/lib/menu/src/Submenu.d.ts +1 -1
  311. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  312. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  313. package/lib/modal/src/Modal.d.ts +4 -4
  314. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  315. package/lib/modal/src/presetProps.d.ts +1 -1
  316. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  317. package/lib/notification/src/Notification.d.ts +2 -2
  318. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  319. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  320. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  321. package/lib/pagination/src/Pagination.d.ts +1995 -27
  322. package/lib/pagination/src/interface.d.ts +738 -0
  323. package/lib/pagination/styles/light.d.ts +246 -0
  324. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  325. package/lib/popover/src/Popover.d.ts +3 -3
  326. package/lib/popover/src/PopoverBody.d.ts +1 -1
  327. package/lib/popselect/src/Popselect.d.ts +1383 -30
  328. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  329. package/lib/popselect/styles/light.d.ts +123 -0
  330. package/lib/qr-code/src/QrCode.d.ts +2 -2
  331. package/lib/radio/src/Radio.d.ts +2 -2
  332. package/lib/radio/src/RadioButton.d.ts +9 -9
  333. package/lib/radio/src/RadioGroup.d.ts +1 -1
  334. package/lib/rate/src/Rate.d.ts +1 -1
  335. package/lib/result/src/Result.d.ts +1 -1
  336. package/lib/select/index.d.ts +4 -3
  337. package/lib/select/index.js +2 -1
  338. package/lib/select/src/Select.d.ts +1127 -811
  339. package/lib/select/src/Select.js +189 -108
  340. package/lib/select/src/interface.d.ts +1140 -8
  341. package/lib/select/src/interface.js +85 -0
  342. package/lib/select/src/styles/index.cssr.js +15 -2
  343. package/lib/select/src/utils.d.ts +3 -1
  344. package/lib/select/src/utils.js +38 -0
  345. package/lib/select/styles/light.d.ts +123 -0
  346. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  347. package/lib/slider/src/Slider.d.ts +4 -4
  348. package/lib/spin/src/Spin.d.ts +1 -1
  349. package/lib/split/src/Split.d.ts +2 -2
  350. package/lib/steps/src/Steps.d.ts +1 -1
  351. package/lib/switch/src/Switch.d.ts +2 -2
  352. package/lib/tabs/src/Tab.d.ts +8 -8
  353. package/lib/tabs/src/TabPane.d.ts +1 -1
  354. package/lib/tabs/src/Tabs.d.ts +1 -1
  355. package/lib/tag/src/Tag.d.ts +4 -4
  356. package/lib/tag/src/TagGroup.d.ts +2 -2
  357. package/lib/time-picker/src/Panel.d.ts +1 -1
  358. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  359. package/lib/timeline/src/Timeline.d.ts +1 -1
  360. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  361. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  362. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  363. package/lib/transfer/src/Transfer.d.ts +2 -2
  364. package/lib/tree/src/Tree.d.ts +2 -2
  365. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  366. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  367. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  368. package/lib/typography/src/create-header.d.ts +1 -1
  369. package/lib/typography/src/headers.d.ts +6 -6
  370. package/lib/typography/src/text.d.ts +5 -5
  371. package/lib/upload/src/Upload.d.ts +3 -3
  372. package/lib/upload/src/UploadFile.d.ts +1 -1
  373. package/lib/version.d.ts +1 -1
  374. package/lib/version.js +1 -1
  375. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  376. package/lib/watermark/src/Watermark.d.ts +2 -2
  377. package/package.json +1 -1
  378. package/web-types.json +78 -2
@@ -371,6 +371,129 @@ export declare const paginationProps: {
371
371
  iconBgColor: string;
372
372
  extraTextColor: string;
373
373
  }, any>;
374
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
375
+ fontWeight: string;
376
+ textColor: string;
377
+ descriptionTextColor: string;
378
+ textColorDisabled: string;
379
+ descriptionTextColorDisabled: string;
380
+ fontSizeLarge: string;
381
+ fontSizeMedium: string;
382
+ fontSizeSmall: string;
383
+ lineHeightLarge: string;
384
+ lineHeightMedium: string;
385
+ lineHeightSmall: string;
386
+ borderRadiusLarge: string;
387
+ borderRadiusMedium: string;
388
+ borderRadiusSmall: string;
389
+ color: string;
390
+ colorHover: string;
391
+ colorFocus: string;
392
+ colorActive: string;
393
+ colorChecked: string;
394
+ colorHoverChecked: string;
395
+ colorFocusChecked: string;
396
+ colorActiveChecked: string;
397
+ colorDisabled: string;
398
+ colorDisabledChecked: string;
399
+ checkMarkColor: string;
400
+ checkMarkColorHover: string;
401
+ checkMarkColorFocus: string;
402
+ checkMarkColorActive: string;
403
+ checkMarkColorDisabled: string;
404
+ checkMarkColorDisabledChecked: string;
405
+ border: string;
406
+ borderHover: string;
407
+ borderFocus: string;
408
+ borderActive: string;
409
+ borderChecked: string;
410
+ borderHoverChecked: string;
411
+ borderFocusChecked: string;
412
+ borderActiveChecked: string;
413
+ borderDisabled: string;
414
+ borderDisabledChecked: string;
415
+ boxShadowHover: string;
416
+ boxShadowFocus: string;
417
+ boxShadowActive: string;
418
+ boxShadowHoverChecked: string;
419
+ boxShadowFocusChecked: string;
420
+ boxShadowActiveChecked: string;
421
+ sizeSmall: string;
422
+ sizeMedium: string;
423
+ sizeLarge: string;
424
+ labelPadding: string;
425
+ }, any>;
426
+ Input: import("../../_mixins").Theme<"Input", {
427
+ paddingTiny: string;
428
+ paddingSmall: string;
429
+ paddingMedium: string;
430
+ paddingLarge: string;
431
+ paddingHuge: string;
432
+ clearSize: string;
433
+ countTextColorDisabled: string;
434
+ countTextColor: string;
435
+ heightTiny: string;
436
+ heightSmall: string;
437
+ heightMedium: string;
438
+ heightLarge: string;
439
+ heightHuge: string;
440
+ fontSizeTiny: string;
441
+ fontSizeSmall: string;
442
+ fontSizeMedium: string;
443
+ fontSizeLarge: string;
444
+ fontSizeHuge: string;
445
+ lineHeight: string;
446
+ lineHeightTextarea: string;
447
+ borderRadius: string;
448
+ iconSize: string;
449
+ groupLabelTextColor: string;
450
+ textColor: string;
451
+ textColorDisabled: string;
452
+ textDecorationColor: string;
453
+ caretColor: string;
454
+ placeholderColor: string;
455
+ placeholderColorDisabled: string;
456
+ color: string;
457
+ colorDisabled: string;
458
+ colorFocus: string;
459
+ groupLabelBorder: string;
460
+ border: string;
461
+ borderHover: string;
462
+ borderDisabled: string;
463
+ borderFocus: string;
464
+ boxShadowFocus: string;
465
+ loadingColor: string;
466
+ loadingColorSuccess: string;
467
+ borderSuccess: string;
468
+ borderHoverSuccess: string;
469
+ colorFocusSuccess: string;
470
+ borderFocusSuccess: string;
471
+ boxShadowFocusSuccess: string;
472
+ caretColorSuccess: string;
473
+ loadingColorWarning: string;
474
+ borderWarning: string;
475
+ borderHoverWarning: string;
476
+ colorFocusWarning: string;
477
+ borderFocusWarning: string;
478
+ boxShadowFocusWarning: string;
479
+ caretColorWarning: string;
480
+ loadingColorError: string;
481
+ borderError: string;
482
+ borderHoverError: string;
483
+ colorFocusError: string;
484
+ borderFocusError: string;
485
+ boxShadowFocusError: string;
486
+ caretColorError: string;
487
+ clearColor: string;
488
+ clearColorHover: string;
489
+ clearColorPressed: string;
490
+ iconColor: string;
491
+ iconColorDisabled: string;
492
+ iconColorHover: string;
493
+ iconColorPressed: string;
494
+ suffixTextColor: string;
495
+ selectionColor: string;
496
+ }, any>;
374
497
  }>;
375
498
  }>;
376
499
  Input: import("../../_mixins").Theme<"Input", {
@@ -525,6 +648,129 @@ export declare const paginationProps: {
525
648
  iconBgColor: string;
526
649
  extraTextColor: string;
527
650
  }, any>;
651
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
652
+ fontWeight: string;
653
+ textColor: string;
654
+ descriptionTextColor: string;
655
+ textColorDisabled: string;
656
+ descriptionTextColorDisabled: string;
657
+ fontSizeLarge: string;
658
+ fontSizeMedium: string;
659
+ fontSizeSmall: string;
660
+ lineHeightLarge: string;
661
+ lineHeightMedium: string;
662
+ lineHeightSmall: string;
663
+ borderRadiusLarge: string;
664
+ borderRadiusMedium: string;
665
+ borderRadiusSmall: string;
666
+ color: string;
667
+ colorHover: string;
668
+ colorFocus: string;
669
+ colorActive: string;
670
+ colorChecked: string;
671
+ colorHoverChecked: string;
672
+ colorFocusChecked: string;
673
+ colorActiveChecked: string;
674
+ colorDisabled: string;
675
+ colorDisabledChecked: string;
676
+ checkMarkColor: string;
677
+ checkMarkColorHover: string;
678
+ checkMarkColorFocus: string;
679
+ checkMarkColorActive: string;
680
+ checkMarkColorDisabled: string;
681
+ checkMarkColorDisabledChecked: string;
682
+ border: string;
683
+ borderHover: string;
684
+ borderFocus: string;
685
+ borderActive: string;
686
+ borderChecked: string;
687
+ borderHoverChecked: string;
688
+ borderFocusChecked: string;
689
+ borderActiveChecked: string;
690
+ borderDisabled: string;
691
+ borderDisabledChecked: string;
692
+ boxShadowHover: string;
693
+ boxShadowFocus: string;
694
+ boxShadowActive: string;
695
+ boxShadowHoverChecked: string;
696
+ boxShadowFocusChecked: string;
697
+ boxShadowActiveChecked: string;
698
+ sizeSmall: string;
699
+ sizeMedium: string;
700
+ sizeLarge: string;
701
+ labelPadding: string;
702
+ }, any>;
703
+ Input: import("../../_mixins").Theme<"Input", {
704
+ paddingTiny: string;
705
+ paddingSmall: string;
706
+ paddingMedium: string;
707
+ paddingLarge: string;
708
+ paddingHuge: string;
709
+ clearSize: string;
710
+ countTextColorDisabled: string;
711
+ countTextColor: string;
712
+ heightTiny: string;
713
+ heightSmall: string;
714
+ heightMedium: string;
715
+ heightLarge: string;
716
+ heightHuge: string;
717
+ fontSizeTiny: string;
718
+ fontSizeSmall: string;
719
+ fontSizeMedium: string;
720
+ fontSizeLarge: string;
721
+ fontSizeHuge: string;
722
+ lineHeight: string;
723
+ lineHeightTextarea: string;
724
+ borderRadius: string;
725
+ iconSize: string;
726
+ groupLabelTextColor: string;
727
+ textColor: string;
728
+ textColorDisabled: string;
729
+ textDecorationColor: string;
730
+ caretColor: string;
731
+ placeholderColor: string;
732
+ placeholderColorDisabled: string;
733
+ color: string;
734
+ colorDisabled: string;
735
+ colorFocus: string;
736
+ groupLabelBorder: string;
737
+ border: string;
738
+ borderHover: string;
739
+ borderDisabled: string;
740
+ borderFocus: string;
741
+ boxShadowFocus: string;
742
+ loadingColor: string;
743
+ loadingColorSuccess: string;
744
+ borderSuccess: string;
745
+ borderHoverSuccess: string;
746
+ colorFocusSuccess: string;
747
+ borderFocusSuccess: string;
748
+ boxShadowFocusSuccess: string;
749
+ caretColorSuccess: string;
750
+ loadingColorWarning: string;
751
+ borderWarning: string;
752
+ borderHoverWarning: string;
753
+ colorFocusWarning: string;
754
+ borderFocusWarning: string;
755
+ boxShadowFocusWarning: string;
756
+ caretColorWarning: string;
757
+ loadingColorError: string;
758
+ borderError: string;
759
+ borderHoverError: string;
760
+ colorFocusError: string;
761
+ borderFocusError: string;
762
+ boxShadowFocusError: string;
763
+ caretColorError: string;
764
+ clearColor: string;
765
+ clearColorHover: string;
766
+ clearColorPressed: string;
767
+ iconColor: string;
768
+ iconColorDisabled: string;
769
+ iconColorHover: string;
770
+ iconColorPressed: string;
771
+ suffixTextColor: string;
772
+ selectionColor: string;
773
+ }, any>;
528
774
  }>;
529
775
  }>;
530
776
  }>>;
@@ -792,6 +1038,129 @@ export declare const paginationProps: {
792
1038
  iconBgColor: string;
793
1039
  extraTextColor: string;
794
1040
  }, any>;
1041
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1042
+ fontWeight: string;
1043
+ textColor: string;
1044
+ descriptionTextColor: string;
1045
+ textColorDisabled: string;
1046
+ descriptionTextColorDisabled: string;
1047
+ fontSizeLarge: string;
1048
+ fontSizeMedium: string;
1049
+ fontSizeSmall: string;
1050
+ lineHeightLarge: string;
1051
+ lineHeightMedium: string;
1052
+ lineHeightSmall: string;
1053
+ borderRadiusLarge: string;
1054
+ borderRadiusMedium: string;
1055
+ borderRadiusSmall: string;
1056
+ color: string;
1057
+ colorHover: string;
1058
+ colorFocus: string;
1059
+ colorActive: string;
1060
+ colorChecked: string;
1061
+ colorHoverChecked: string;
1062
+ colorFocusChecked: string;
1063
+ colorActiveChecked: string;
1064
+ colorDisabled: string;
1065
+ colorDisabledChecked: string;
1066
+ checkMarkColor: string;
1067
+ checkMarkColorHover: string;
1068
+ checkMarkColorFocus: string;
1069
+ checkMarkColorActive: string;
1070
+ checkMarkColorDisabled: string;
1071
+ checkMarkColorDisabledChecked: string;
1072
+ border: string;
1073
+ borderHover: string;
1074
+ borderFocus: string;
1075
+ borderActive: string;
1076
+ borderChecked: string;
1077
+ borderHoverChecked: string;
1078
+ borderFocusChecked: string;
1079
+ borderActiveChecked: string;
1080
+ borderDisabled: string;
1081
+ borderDisabledChecked: string;
1082
+ boxShadowHover: string;
1083
+ boxShadowFocus: string;
1084
+ boxShadowActive: string;
1085
+ boxShadowHoverChecked: string;
1086
+ boxShadowFocusChecked: string;
1087
+ boxShadowActiveChecked: string;
1088
+ sizeSmall: string;
1089
+ sizeMedium: string;
1090
+ sizeLarge: string;
1091
+ labelPadding: string;
1092
+ }, any>;
1093
+ Input: import("../../_mixins").Theme<"Input", {
1094
+ paddingTiny: string;
1095
+ paddingSmall: string;
1096
+ paddingMedium: string;
1097
+ paddingLarge: string;
1098
+ paddingHuge: string;
1099
+ clearSize: string;
1100
+ countTextColorDisabled: string;
1101
+ countTextColor: string;
1102
+ heightTiny: string;
1103
+ heightSmall: string;
1104
+ heightMedium: string;
1105
+ heightLarge: string;
1106
+ heightHuge: string;
1107
+ fontSizeTiny: string;
1108
+ fontSizeSmall: string;
1109
+ fontSizeMedium: string;
1110
+ fontSizeLarge: string;
1111
+ fontSizeHuge: string;
1112
+ lineHeight: string;
1113
+ lineHeightTextarea: string;
1114
+ borderRadius: string;
1115
+ iconSize: string;
1116
+ groupLabelTextColor: string;
1117
+ textColor: string;
1118
+ textColorDisabled: string;
1119
+ textDecorationColor: string;
1120
+ caretColor: string;
1121
+ placeholderColor: string;
1122
+ placeholderColorDisabled: string;
1123
+ color: string;
1124
+ colorDisabled: string;
1125
+ colorFocus: string;
1126
+ groupLabelBorder: string;
1127
+ border: string;
1128
+ borderHover: string;
1129
+ borderDisabled: string;
1130
+ borderFocus: string;
1131
+ boxShadowFocus: string;
1132
+ loadingColor: string;
1133
+ loadingColorSuccess: string;
1134
+ borderSuccess: string;
1135
+ borderHoverSuccess: string;
1136
+ colorFocusSuccess: string;
1137
+ borderFocusSuccess: string;
1138
+ boxShadowFocusSuccess: string;
1139
+ caretColorSuccess: string;
1140
+ loadingColorWarning: string;
1141
+ borderWarning: string;
1142
+ borderHoverWarning: string;
1143
+ colorFocusWarning: string;
1144
+ borderFocusWarning: string;
1145
+ boxShadowFocusWarning: string;
1146
+ caretColorWarning: string;
1147
+ loadingColorError: string;
1148
+ borderError: string;
1149
+ borderHoverError: string;
1150
+ colorFocusError: string;
1151
+ borderFocusError: string;
1152
+ boxShadowFocusError: string;
1153
+ caretColorError: string;
1154
+ clearColor: string;
1155
+ clearColorHover: string;
1156
+ clearColorPressed: string;
1157
+ iconColor: string;
1158
+ iconColorDisabled: string;
1159
+ iconColorHover: string;
1160
+ iconColorPressed: string;
1161
+ suffixTextColor: string;
1162
+ selectionColor: string;
1163
+ }, any>;
795
1164
  }>;
796
1165
  }>;
797
1166
  Input: import("../../_mixins").Theme<"Input", {
@@ -946,6 +1315,129 @@ export declare const paginationProps: {
946
1315
  iconBgColor: string;
947
1316
  extraTextColor: string;
948
1317
  }, any>;
1318
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1319
+ fontWeight: string;
1320
+ textColor: string;
1321
+ descriptionTextColor: string;
1322
+ textColorDisabled: string;
1323
+ descriptionTextColorDisabled: string;
1324
+ fontSizeLarge: string;
1325
+ fontSizeMedium: string;
1326
+ fontSizeSmall: string;
1327
+ lineHeightLarge: string;
1328
+ lineHeightMedium: string;
1329
+ lineHeightSmall: string;
1330
+ borderRadiusLarge: string;
1331
+ borderRadiusMedium: string;
1332
+ borderRadiusSmall: string;
1333
+ color: string;
1334
+ colorHover: string;
1335
+ colorFocus: string;
1336
+ colorActive: string;
1337
+ colorChecked: string;
1338
+ colorHoverChecked: string;
1339
+ colorFocusChecked: string;
1340
+ colorActiveChecked: string;
1341
+ colorDisabled: string;
1342
+ colorDisabledChecked: string;
1343
+ checkMarkColor: string;
1344
+ checkMarkColorHover: string;
1345
+ checkMarkColorFocus: string;
1346
+ checkMarkColorActive: string;
1347
+ checkMarkColorDisabled: string;
1348
+ checkMarkColorDisabledChecked: string;
1349
+ border: string;
1350
+ borderHover: string;
1351
+ borderFocus: string;
1352
+ borderActive: string;
1353
+ borderChecked: string;
1354
+ borderHoverChecked: string;
1355
+ borderFocusChecked: string;
1356
+ borderActiveChecked: string;
1357
+ borderDisabled: string;
1358
+ borderDisabledChecked: string;
1359
+ boxShadowHover: string;
1360
+ boxShadowFocus: string;
1361
+ boxShadowActive: string;
1362
+ boxShadowHoverChecked: string;
1363
+ boxShadowFocusChecked: string;
1364
+ boxShadowActiveChecked: string;
1365
+ sizeSmall: string;
1366
+ sizeMedium: string;
1367
+ sizeLarge: string;
1368
+ labelPadding: string;
1369
+ }, any>;
1370
+ Input: import("../../_mixins").Theme<"Input", {
1371
+ paddingTiny: string;
1372
+ paddingSmall: string;
1373
+ paddingMedium: string;
1374
+ paddingLarge: string;
1375
+ paddingHuge: string;
1376
+ clearSize: string;
1377
+ countTextColorDisabled: string;
1378
+ countTextColor: string;
1379
+ heightTiny: string;
1380
+ heightSmall: string;
1381
+ heightMedium: string;
1382
+ heightLarge: string;
1383
+ heightHuge: string;
1384
+ fontSizeTiny: string;
1385
+ fontSizeSmall: string;
1386
+ fontSizeMedium: string;
1387
+ fontSizeLarge: string;
1388
+ fontSizeHuge: string;
1389
+ lineHeight: string;
1390
+ lineHeightTextarea: string;
1391
+ borderRadius: string;
1392
+ iconSize: string;
1393
+ groupLabelTextColor: string;
1394
+ textColor: string;
1395
+ textColorDisabled: string;
1396
+ textDecorationColor: string;
1397
+ caretColor: string;
1398
+ placeholderColor: string;
1399
+ placeholderColorDisabled: string;
1400
+ color: string;
1401
+ colorDisabled: string;
1402
+ colorFocus: string;
1403
+ groupLabelBorder: string;
1404
+ border: string;
1405
+ borderHover: string;
1406
+ borderDisabled: string;
1407
+ borderFocus: string;
1408
+ boxShadowFocus: string;
1409
+ loadingColor: string;
1410
+ loadingColorSuccess: string;
1411
+ borderSuccess: string;
1412
+ borderHoverSuccess: string;
1413
+ colorFocusSuccess: string;
1414
+ borderFocusSuccess: string;
1415
+ boxShadowFocusSuccess: string;
1416
+ caretColorSuccess: string;
1417
+ loadingColorWarning: string;
1418
+ borderWarning: string;
1419
+ borderHoverWarning: string;
1420
+ colorFocusWarning: string;
1421
+ borderFocusWarning: string;
1422
+ boxShadowFocusWarning: string;
1423
+ caretColorWarning: string;
1424
+ loadingColorError: string;
1425
+ borderError: string;
1426
+ borderHoverError: string;
1427
+ colorFocusError: string;
1428
+ borderFocusError: string;
1429
+ boxShadowFocusError: string;
1430
+ caretColorError: string;
1431
+ clearColor: string;
1432
+ clearColorHover: string;
1433
+ clearColorPressed: string;
1434
+ iconColor: string;
1435
+ iconColorDisabled: string;
1436
+ iconColorHover: string;
1437
+ iconColorPressed: string;
1438
+ suffixTextColor: string;
1439
+ selectionColor: string;
1440
+ }, any>;
949
1441
  }>;
950
1442
  }>;
951
1443
  }>>>;
@@ -1213,6 +1705,129 @@ export declare const paginationProps: {
1213
1705
  iconBgColor: string;
1214
1706
  extraTextColor: string;
1215
1707
  }, any>;
1708
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1709
+ fontWeight: string;
1710
+ textColor: string;
1711
+ descriptionTextColor: string;
1712
+ textColorDisabled: string;
1713
+ descriptionTextColorDisabled: string;
1714
+ fontSizeLarge: string;
1715
+ fontSizeMedium: string;
1716
+ fontSizeSmall: string;
1717
+ lineHeightLarge: string;
1718
+ lineHeightMedium: string;
1719
+ lineHeightSmall: string;
1720
+ borderRadiusLarge: string;
1721
+ borderRadiusMedium: string;
1722
+ borderRadiusSmall: string;
1723
+ color: string;
1724
+ colorHover: string;
1725
+ colorFocus: string;
1726
+ colorActive: string;
1727
+ colorChecked: string;
1728
+ colorHoverChecked: string;
1729
+ colorFocusChecked: string;
1730
+ colorActiveChecked: string;
1731
+ colorDisabled: string;
1732
+ colorDisabledChecked: string;
1733
+ checkMarkColor: string;
1734
+ checkMarkColorHover: string;
1735
+ checkMarkColorFocus: string;
1736
+ checkMarkColorActive: string;
1737
+ checkMarkColorDisabled: string;
1738
+ checkMarkColorDisabledChecked: string;
1739
+ border: string;
1740
+ borderHover: string;
1741
+ borderFocus: string;
1742
+ borderActive: string;
1743
+ borderChecked: string;
1744
+ borderHoverChecked: string;
1745
+ borderFocusChecked: string;
1746
+ borderActiveChecked: string;
1747
+ borderDisabled: string;
1748
+ borderDisabledChecked: string;
1749
+ boxShadowHover: string;
1750
+ boxShadowFocus: string;
1751
+ boxShadowActive: string;
1752
+ boxShadowHoverChecked: string;
1753
+ boxShadowFocusChecked: string;
1754
+ boxShadowActiveChecked: string;
1755
+ sizeSmall: string;
1756
+ sizeMedium: string;
1757
+ sizeLarge: string;
1758
+ labelPadding: string;
1759
+ }, any>;
1760
+ Input: import("../../_mixins").Theme<"Input", {
1761
+ paddingTiny: string;
1762
+ paddingSmall: string;
1763
+ paddingMedium: string;
1764
+ paddingLarge: string;
1765
+ paddingHuge: string;
1766
+ clearSize: string;
1767
+ countTextColorDisabled: string;
1768
+ countTextColor: string;
1769
+ heightTiny: string;
1770
+ heightSmall: string;
1771
+ heightMedium: string;
1772
+ heightLarge: string;
1773
+ heightHuge: string;
1774
+ fontSizeTiny: string;
1775
+ fontSizeSmall: string;
1776
+ fontSizeMedium: string;
1777
+ fontSizeLarge: string;
1778
+ fontSizeHuge: string;
1779
+ lineHeight: string;
1780
+ lineHeightTextarea: string;
1781
+ borderRadius: string;
1782
+ iconSize: string;
1783
+ groupLabelTextColor: string;
1784
+ textColor: string;
1785
+ textColorDisabled: string;
1786
+ textDecorationColor: string;
1787
+ caretColor: string;
1788
+ placeholderColor: string;
1789
+ placeholderColorDisabled: string;
1790
+ color: string;
1791
+ colorDisabled: string;
1792
+ colorFocus: string;
1793
+ groupLabelBorder: string;
1794
+ border: string;
1795
+ borderHover: string;
1796
+ borderDisabled: string;
1797
+ borderFocus: string;
1798
+ boxShadowFocus: string;
1799
+ loadingColor: string;
1800
+ loadingColorSuccess: string;
1801
+ borderSuccess: string;
1802
+ borderHoverSuccess: string;
1803
+ colorFocusSuccess: string;
1804
+ borderFocusSuccess: string;
1805
+ boxShadowFocusSuccess: string;
1806
+ caretColorSuccess: string;
1807
+ loadingColorWarning: string;
1808
+ borderWarning: string;
1809
+ borderHoverWarning: string;
1810
+ colorFocusWarning: string;
1811
+ borderFocusWarning: string;
1812
+ boxShadowFocusWarning: string;
1813
+ caretColorWarning: string;
1814
+ loadingColorError: string;
1815
+ borderError: string;
1816
+ borderHoverError: string;
1817
+ colorFocusError: string;
1818
+ borderFocusError: string;
1819
+ boxShadowFocusError: string;
1820
+ caretColorError: string;
1821
+ clearColor: string;
1822
+ clearColorHover: string;
1823
+ clearColorPressed: string;
1824
+ iconColor: string;
1825
+ iconColorDisabled: string;
1826
+ iconColorHover: string;
1827
+ iconColorPressed: string;
1828
+ suffixTextColor: string;
1829
+ selectionColor: string;
1830
+ }, any>;
1216
1831
  }>;
1217
1832
  }>;
1218
1833
  Input: import("../../_mixins").Theme<"Input", {
@@ -1367,6 +1982,129 @@ export declare const paginationProps: {
1367
1982
  iconBgColor: string;
1368
1983
  extraTextColor: string;
1369
1984
  }, any>;
1985
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1986
+ fontWeight: string;
1987
+ textColor: string;
1988
+ descriptionTextColor: string;
1989
+ textColorDisabled: string;
1990
+ descriptionTextColorDisabled: string;
1991
+ fontSizeLarge: string;
1992
+ fontSizeMedium: string;
1993
+ fontSizeSmall: string;
1994
+ lineHeightLarge: string;
1995
+ lineHeightMedium: string;
1996
+ lineHeightSmall: string;
1997
+ borderRadiusLarge: string;
1998
+ borderRadiusMedium: string;
1999
+ borderRadiusSmall: string;
2000
+ color: string;
2001
+ colorHover: string;
2002
+ colorFocus: string;
2003
+ colorActive: string;
2004
+ colorChecked: string;
2005
+ colorHoverChecked: string;
2006
+ colorFocusChecked: string;
2007
+ colorActiveChecked: string;
2008
+ colorDisabled: string;
2009
+ colorDisabledChecked: string;
2010
+ checkMarkColor: string;
2011
+ checkMarkColorHover: string;
2012
+ checkMarkColorFocus: string;
2013
+ checkMarkColorActive: string;
2014
+ checkMarkColorDisabled: string;
2015
+ checkMarkColorDisabledChecked: string;
2016
+ border: string;
2017
+ borderHover: string;
2018
+ borderFocus: string;
2019
+ borderActive: string;
2020
+ borderChecked: string;
2021
+ borderHoverChecked: string;
2022
+ borderFocusChecked: string;
2023
+ borderActiveChecked: string;
2024
+ borderDisabled: string;
2025
+ borderDisabledChecked: string;
2026
+ boxShadowHover: string;
2027
+ boxShadowFocus: string;
2028
+ boxShadowActive: string;
2029
+ boxShadowHoverChecked: string;
2030
+ boxShadowFocusChecked: string;
2031
+ boxShadowActiveChecked: string;
2032
+ sizeSmall: string;
2033
+ sizeMedium: string;
2034
+ sizeLarge: string;
2035
+ labelPadding: string;
2036
+ }, any>;
2037
+ Input: import("../../_mixins").Theme<"Input", {
2038
+ paddingTiny: string;
2039
+ paddingSmall: string;
2040
+ paddingMedium: string;
2041
+ paddingLarge: string;
2042
+ paddingHuge: string;
2043
+ clearSize: string;
2044
+ countTextColorDisabled: string;
2045
+ countTextColor: string;
2046
+ heightTiny: string;
2047
+ heightSmall: string;
2048
+ heightMedium: string;
2049
+ heightLarge: string;
2050
+ heightHuge: string;
2051
+ fontSizeTiny: string;
2052
+ fontSizeSmall: string;
2053
+ fontSizeMedium: string;
2054
+ fontSizeLarge: string;
2055
+ fontSizeHuge: string;
2056
+ lineHeight: string;
2057
+ lineHeightTextarea: string;
2058
+ borderRadius: string;
2059
+ iconSize: string;
2060
+ groupLabelTextColor: string;
2061
+ textColor: string;
2062
+ textColorDisabled: string;
2063
+ textDecorationColor: string;
2064
+ caretColor: string;
2065
+ placeholderColor: string;
2066
+ placeholderColorDisabled: string;
2067
+ color: string;
2068
+ colorDisabled: string;
2069
+ colorFocus: string;
2070
+ groupLabelBorder: string;
2071
+ border: string;
2072
+ borderHover: string;
2073
+ borderDisabled: string;
2074
+ borderFocus: string;
2075
+ boxShadowFocus: string;
2076
+ loadingColor: string;
2077
+ loadingColorSuccess: string;
2078
+ borderSuccess: string;
2079
+ borderHoverSuccess: string;
2080
+ colorFocusSuccess: string;
2081
+ borderFocusSuccess: string;
2082
+ boxShadowFocusSuccess: string;
2083
+ caretColorSuccess: string;
2084
+ loadingColorWarning: string;
2085
+ borderWarning: string;
2086
+ borderHoverWarning: string;
2087
+ colorFocusWarning: string;
2088
+ borderFocusWarning: string;
2089
+ boxShadowFocusWarning: string;
2090
+ caretColorWarning: string;
2091
+ loadingColorError: string;
2092
+ borderError: string;
2093
+ borderHoverError: string;
2094
+ colorFocusError: string;
2095
+ borderFocusError: string;
2096
+ boxShadowFocusError: string;
2097
+ caretColorError: string;
2098
+ clearColor: string;
2099
+ clearColorHover: string;
2100
+ clearColorPressed: string;
2101
+ iconColor: string;
2102
+ iconColorDisabled: string;
2103
+ iconColorHover: string;
2104
+ iconColorPressed: string;
2105
+ suffixTextColor: string;
2106
+ selectionColor: string;
2107
+ }, any>;
1370
2108
  }>;
1371
2109
  }>;
1372
2110
  }>>>;