@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
@@ -786,6 +786,129 @@ export declare const dataTableProps: {
786
786
  iconBgColor: string;
787
787
  extraTextColor: string;
788
788
  }, any>;
789
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
790
+ fontWeight: string;
791
+ textColor: string;
792
+ descriptionTextColor: string;
793
+ textColorDisabled: string;
794
+ descriptionTextColorDisabled: string;
795
+ fontSizeLarge: string;
796
+ fontSizeMedium: string;
797
+ fontSizeSmall: string;
798
+ lineHeightLarge: string;
799
+ lineHeightMedium: string;
800
+ lineHeightSmall: string;
801
+ borderRadiusLarge: string;
802
+ borderRadiusMedium: string;
803
+ borderRadiusSmall: string;
804
+ color: string;
805
+ colorHover: string;
806
+ colorFocus: string;
807
+ colorActive: string;
808
+ colorChecked: string;
809
+ colorHoverChecked: string;
810
+ colorFocusChecked: string;
811
+ colorActiveChecked: string;
812
+ colorDisabled: string;
813
+ colorDisabledChecked: string;
814
+ checkMarkColor: string;
815
+ checkMarkColorHover: string;
816
+ checkMarkColorFocus: string;
817
+ checkMarkColorActive: string;
818
+ checkMarkColorDisabled: string;
819
+ checkMarkColorDisabledChecked: string;
820
+ border: string;
821
+ borderHover: string;
822
+ borderFocus: string;
823
+ borderActive: string;
824
+ borderChecked: string;
825
+ borderHoverChecked: string;
826
+ borderFocusChecked: string;
827
+ borderActiveChecked: string;
828
+ borderDisabled: string;
829
+ borderDisabledChecked: string;
830
+ boxShadowHover: string;
831
+ boxShadowFocus: string;
832
+ boxShadowActive: string;
833
+ boxShadowHoverChecked: string;
834
+ boxShadowFocusChecked: string;
835
+ boxShadowActiveChecked: string;
836
+ sizeSmall: string;
837
+ sizeMedium: string;
838
+ sizeLarge: string;
839
+ labelPadding: string;
840
+ }, any>;
841
+ Input: import("../../_mixins").Theme<"Input", {
842
+ paddingTiny: string;
843
+ paddingSmall: string;
844
+ paddingMedium: string;
845
+ paddingLarge: string;
846
+ paddingHuge: string;
847
+ clearSize: string;
848
+ countTextColorDisabled: string;
849
+ countTextColor: string;
850
+ heightTiny: string;
851
+ heightSmall: string;
852
+ heightMedium: string;
853
+ heightLarge: string;
854
+ heightHuge: string;
855
+ fontSizeTiny: string;
856
+ fontSizeSmall: string;
857
+ fontSizeMedium: string;
858
+ fontSizeLarge: string;
859
+ fontSizeHuge: string;
860
+ lineHeight: string;
861
+ lineHeightTextarea: string;
862
+ borderRadius: string;
863
+ iconSize: string;
864
+ groupLabelTextColor: string;
865
+ textColor: string;
866
+ textColorDisabled: string;
867
+ textDecorationColor: string;
868
+ caretColor: string;
869
+ placeholderColor: string;
870
+ placeholderColorDisabled: string;
871
+ color: string;
872
+ colorDisabled: string;
873
+ colorFocus: string;
874
+ groupLabelBorder: string;
875
+ border: string;
876
+ borderHover: string;
877
+ borderDisabled: string;
878
+ borderFocus: string;
879
+ boxShadowFocus: string;
880
+ loadingColor: string;
881
+ loadingColorSuccess: string;
882
+ borderSuccess: string;
883
+ borderHoverSuccess: string;
884
+ colorFocusSuccess: string;
885
+ borderFocusSuccess: string;
886
+ boxShadowFocusSuccess: string;
887
+ caretColorSuccess: string;
888
+ loadingColorWarning: string;
889
+ borderWarning: string;
890
+ borderHoverWarning: string;
891
+ colorFocusWarning: string;
892
+ borderFocusWarning: string;
893
+ boxShadowFocusWarning: string;
894
+ caretColorWarning: string;
895
+ loadingColorError: string;
896
+ borderError: string;
897
+ borderHoverError: string;
898
+ colorFocusError: string;
899
+ borderFocusError: string;
900
+ boxShadowFocusError: string;
901
+ caretColorError: string;
902
+ clearColor: string;
903
+ clearColorHover: string;
904
+ clearColorPressed: string;
905
+ iconColor: string;
906
+ iconColorDisabled: string;
907
+ iconColorHover: string;
908
+ iconColorPressed: string;
909
+ suffixTextColor: string;
910
+ selectionColor: string;
911
+ }, any>;
789
912
  }>;
790
913
  }>;
791
914
  Input: import("../../_mixins").Theme<"Input", {
@@ -940,6 +1063,129 @@ export declare const dataTableProps: {
940
1063
  iconBgColor: string;
941
1064
  extraTextColor: string;
942
1065
  }, any>;
1066
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1067
+ fontWeight: string;
1068
+ textColor: string;
1069
+ descriptionTextColor: string;
1070
+ textColorDisabled: string;
1071
+ descriptionTextColorDisabled: string;
1072
+ fontSizeLarge: string;
1073
+ fontSizeMedium: string;
1074
+ fontSizeSmall: string;
1075
+ lineHeightLarge: string;
1076
+ lineHeightMedium: string;
1077
+ lineHeightSmall: string;
1078
+ borderRadiusLarge: string;
1079
+ borderRadiusMedium: string;
1080
+ borderRadiusSmall: string;
1081
+ color: string;
1082
+ colorHover: string;
1083
+ colorFocus: string;
1084
+ colorActive: string;
1085
+ colorChecked: string;
1086
+ colorHoverChecked: string;
1087
+ colorFocusChecked: string;
1088
+ colorActiveChecked: string;
1089
+ colorDisabled: string;
1090
+ colorDisabledChecked: string;
1091
+ checkMarkColor: string;
1092
+ checkMarkColorHover: string;
1093
+ checkMarkColorFocus: string;
1094
+ checkMarkColorActive: string;
1095
+ checkMarkColorDisabled: string;
1096
+ checkMarkColorDisabledChecked: string;
1097
+ border: string;
1098
+ borderHover: string;
1099
+ borderFocus: string;
1100
+ borderActive: string;
1101
+ borderChecked: string;
1102
+ borderHoverChecked: string;
1103
+ borderFocusChecked: string;
1104
+ borderActiveChecked: string;
1105
+ borderDisabled: string;
1106
+ borderDisabledChecked: string;
1107
+ boxShadowHover: string;
1108
+ boxShadowFocus: string;
1109
+ boxShadowActive: string;
1110
+ boxShadowHoverChecked: string;
1111
+ boxShadowFocusChecked: string;
1112
+ boxShadowActiveChecked: string;
1113
+ sizeSmall: string;
1114
+ sizeMedium: string;
1115
+ sizeLarge: string;
1116
+ labelPadding: string;
1117
+ }, any>;
1118
+ Input: import("../../_mixins").Theme<"Input", {
1119
+ paddingTiny: string;
1120
+ paddingSmall: string;
1121
+ paddingMedium: string;
1122
+ paddingLarge: string;
1123
+ paddingHuge: string;
1124
+ clearSize: string;
1125
+ countTextColorDisabled: string;
1126
+ countTextColor: string;
1127
+ heightTiny: string;
1128
+ heightSmall: string;
1129
+ heightMedium: string;
1130
+ heightLarge: string;
1131
+ heightHuge: string;
1132
+ fontSizeTiny: string;
1133
+ fontSizeSmall: string;
1134
+ fontSizeMedium: string;
1135
+ fontSizeLarge: string;
1136
+ fontSizeHuge: string;
1137
+ lineHeight: string;
1138
+ lineHeightTextarea: string;
1139
+ borderRadius: string;
1140
+ iconSize: string;
1141
+ groupLabelTextColor: string;
1142
+ textColor: string;
1143
+ textColorDisabled: string;
1144
+ textDecorationColor: string;
1145
+ caretColor: string;
1146
+ placeholderColor: string;
1147
+ placeholderColorDisabled: string;
1148
+ color: string;
1149
+ colorDisabled: string;
1150
+ colorFocus: string;
1151
+ groupLabelBorder: string;
1152
+ border: string;
1153
+ borderHover: string;
1154
+ borderDisabled: string;
1155
+ borderFocus: string;
1156
+ boxShadowFocus: string;
1157
+ loadingColor: string;
1158
+ loadingColorSuccess: string;
1159
+ borderSuccess: string;
1160
+ borderHoverSuccess: string;
1161
+ colorFocusSuccess: string;
1162
+ borderFocusSuccess: string;
1163
+ boxShadowFocusSuccess: string;
1164
+ caretColorSuccess: string;
1165
+ loadingColorWarning: string;
1166
+ borderWarning: string;
1167
+ borderHoverWarning: string;
1168
+ colorFocusWarning: string;
1169
+ borderFocusWarning: string;
1170
+ boxShadowFocusWarning: string;
1171
+ caretColorWarning: string;
1172
+ loadingColorError: string;
1173
+ borderError: string;
1174
+ borderHoverError: string;
1175
+ colorFocusError: string;
1176
+ borderFocusError: string;
1177
+ boxShadowFocusError: string;
1178
+ caretColorError: string;
1179
+ clearColor: string;
1180
+ clearColorHover: string;
1181
+ clearColorPressed: string;
1182
+ iconColor: string;
1183
+ iconColorDisabled: string;
1184
+ iconColorHover: string;
1185
+ iconColorPressed: string;
1186
+ suffixTextColor: string;
1187
+ selectionColor: string;
1188
+ }, any>;
943
1189
  }>;
944
1190
  }>;
945
1191
  }>;
@@ -1744,6 +1990,129 @@ export declare const dataTableProps: {
1744
1990
  iconBgColor: string;
1745
1991
  extraTextColor: string;
1746
1992
  }, any>;
1993
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1994
+ fontWeight: string;
1995
+ textColor: string;
1996
+ descriptionTextColor: string;
1997
+ textColorDisabled: string;
1998
+ descriptionTextColorDisabled: string;
1999
+ fontSizeLarge: string;
2000
+ fontSizeMedium: string;
2001
+ fontSizeSmall: string;
2002
+ lineHeightLarge: string;
2003
+ lineHeightMedium: string;
2004
+ lineHeightSmall: string;
2005
+ borderRadiusLarge: string;
2006
+ borderRadiusMedium: string;
2007
+ borderRadiusSmall: string;
2008
+ color: string;
2009
+ colorHover: string;
2010
+ colorFocus: string;
2011
+ colorActive: string;
2012
+ colorChecked: string;
2013
+ colorHoverChecked: string;
2014
+ colorFocusChecked: string;
2015
+ colorActiveChecked: string;
2016
+ colorDisabled: string;
2017
+ colorDisabledChecked: string;
2018
+ checkMarkColor: string;
2019
+ checkMarkColorHover: string;
2020
+ checkMarkColorFocus: string;
2021
+ checkMarkColorActive: string;
2022
+ checkMarkColorDisabled: string;
2023
+ checkMarkColorDisabledChecked: string;
2024
+ border: string;
2025
+ borderHover: string;
2026
+ borderFocus: string;
2027
+ borderActive: string;
2028
+ borderChecked: string;
2029
+ borderHoverChecked: string;
2030
+ borderFocusChecked: string;
2031
+ borderActiveChecked: string;
2032
+ borderDisabled: string;
2033
+ borderDisabledChecked: string;
2034
+ boxShadowHover: string;
2035
+ boxShadowFocus: string;
2036
+ boxShadowActive: string;
2037
+ boxShadowHoverChecked: string;
2038
+ boxShadowFocusChecked: string;
2039
+ boxShadowActiveChecked: string;
2040
+ sizeSmall: string;
2041
+ sizeMedium: string;
2042
+ sizeLarge: string;
2043
+ labelPadding: string;
2044
+ }, any>;
2045
+ Input: import("../../_mixins").Theme<"Input", {
2046
+ paddingTiny: string;
2047
+ paddingSmall: string;
2048
+ paddingMedium: string;
2049
+ paddingLarge: string;
2050
+ paddingHuge: string;
2051
+ clearSize: string;
2052
+ countTextColorDisabled: string;
2053
+ countTextColor: string;
2054
+ heightTiny: string;
2055
+ heightSmall: string;
2056
+ heightMedium: string;
2057
+ heightLarge: string;
2058
+ heightHuge: string;
2059
+ fontSizeTiny: string;
2060
+ fontSizeSmall: string;
2061
+ fontSizeMedium: string;
2062
+ fontSizeLarge: string;
2063
+ fontSizeHuge: string;
2064
+ lineHeight: string;
2065
+ lineHeightTextarea: string;
2066
+ borderRadius: string;
2067
+ iconSize: string;
2068
+ groupLabelTextColor: string;
2069
+ textColor: string;
2070
+ textColorDisabled: string;
2071
+ textDecorationColor: string;
2072
+ caretColor: string;
2073
+ placeholderColor: string;
2074
+ placeholderColorDisabled: string;
2075
+ color: string;
2076
+ colorDisabled: string;
2077
+ colorFocus: string;
2078
+ groupLabelBorder: string;
2079
+ border: string;
2080
+ borderHover: string;
2081
+ borderDisabled: string;
2082
+ borderFocus: string;
2083
+ boxShadowFocus: string;
2084
+ loadingColor: string;
2085
+ loadingColorSuccess: string;
2086
+ borderSuccess: string;
2087
+ borderHoverSuccess: string;
2088
+ colorFocusSuccess: string;
2089
+ borderFocusSuccess: string;
2090
+ boxShadowFocusSuccess: string;
2091
+ caretColorSuccess: string;
2092
+ loadingColorWarning: string;
2093
+ borderWarning: string;
2094
+ borderHoverWarning: string;
2095
+ colorFocusWarning: string;
2096
+ borderFocusWarning: string;
2097
+ boxShadowFocusWarning: string;
2098
+ caretColorWarning: string;
2099
+ loadingColorError: string;
2100
+ borderError: string;
2101
+ borderHoverError: string;
2102
+ colorFocusError: string;
2103
+ borderFocusError: string;
2104
+ boxShadowFocusError: string;
2105
+ caretColorError: string;
2106
+ clearColor: string;
2107
+ clearColorHover: string;
2108
+ clearColorPressed: string;
2109
+ iconColor: string;
2110
+ iconColorDisabled: string;
2111
+ iconColorHover: string;
2112
+ iconColorPressed: string;
2113
+ suffixTextColor: string;
2114
+ selectionColor: string;
2115
+ }, any>;
1747
2116
  }>;
1748
2117
  }>;
1749
2118
  Input: import("../../_mixins").Theme<"Input", {
@@ -1898,6 +2267,129 @@ export declare const dataTableProps: {
1898
2267
  iconBgColor: string;
1899
2268
  extraTextColor: string;
1900
2269
  }, any>;
2270
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2271
+ fontWeight: string;
2272
+ textColor: string;
2273
+ descriptionTextColor: string;
2274
+ textColorDisabled: string;
2275
+ descriptionTextColorDisabled: string;
2276
+ fontSizeLarge: string;
2277
+ fontSizeMedium: string;
2278
+ fontSizeSmall: string;
2279
+ lineHeightLarge: string;
2280
+ lineHeightMedium: string;
2281
+ lineHeightSmall: string;
2282
+ borderRadiusLarge: string;
2283
+ borderRadiusMedium: string;
2284
+ borderRadiusSmall: string;
2285
+ color: string;
2286
+ colorHover: string;
2287
+ colorFocus: string;
2288
+ colorActive: string;
2289
+ colorChecked: string;
2290
+ colorHoverChecked: string;
2291
+ colorFocusChecked: string;
2292
+ colorActiveChecked: string;
2293
+ colorDisabled: string;
2294
+ colorDisabledChecked: string;
2295
+ checkMarkColor: string;
2296
+ checkMarkColorHover: string;
2297
+ checkMarkColorFocus: string;
2298
+ checkMarkColorActive: string;
2299
+ checkMarkColorDisabled: string;
2300
+ checkMarkColorDisabledChecked: string;
2301
+ border: string;
2302
+ borderHover: string;
2303
+ borderFocus: string;
2304
+ borderActive: string;
2305
+ borderChecked: string;
2306
+ borderHoverChecked: string;
2307
+ borderFocusChecked: string;
2308
+ borderActiveChecked: string;
2309
+ borderDisabled: string;
2310
+ borderDisabledChecked: string;
2311
+ boxShadowHover: string;
2312
+ boxShadowFocus: string;
2313
+ boxShadowActive: string;
2314
+ boxShadowHoverChecked: string;
2315
+ boxShadowFocusChecked: string;
2316
+ boxShadowActiveChecked: string;
2317
+ sizeSmall: string;
2318
+ sizeMedium: string;
2319
+ sizeLarge: string;
2320
+ labelPadding: string;
2321
+ }, any>;
2322
+ Input: import("../../_mixins").Theme<"Input", {
2323
+ paddingTiny: string;
2324
+ paddingSmall: string;
2325
+ paddingMedium: string;
2326
+ paddingLarge: string;
2327
+ paddingHuge: string;
2328
+ clearSize: string;
2329
+ countTextColorDisabled: string;
2330
+ countTextColor: string;
2331
+ heightTiny: string;
2332
+ heightSmall: string;
2333
+ heightMedium: string;
2334
+ heightLarge: string;
2335
+ heightHuge: string;
2336
+ fontSizeTiny: string;
2337
+ fontSizeSmall: string;
2338
+ fontSizeMedium: string;
2339
+ fontSizeLarge: string;
2340
+ fontSizeHuge: string;
2341
+ lineHeight: string;
2342
+ lineHeightTextarea: string;
2343
+ borderRadius: string;
2344
+ iconSize: string;
2345
+ groupLabelTextColor: string;
2346
+ textColor: string;
2347
+ textColorDisabled: string;
2348
+ textDecorationColor: string;
2349
+ caretColor: string;
2350
+ placeholderColor: string;
2351
+ placeholderColorDisabled: string;
2352
+ color: string;
2353
+ colorDisabled: string;
2354
+ colorFocus: string;
2355
+ groupLabelBorder: string;
2356
+ border: string;
2357
+ borderHover: string;
2358
+ borderDisabled: string;
2359
+ borderFocus: string;
2360
+ boxShadowFocus: string;
2361
+ loadingColor: string;
2362
+ loadingColorSuccess: string;
2363
+ borderSuccess: string;
2364
+ borderHoverSuccess: string;
2365
+ colorFocusSuccess: string;
2366
+ borderFocusSuccess: string;
2367
+ boxShadowFocusSuccess: string;
2368
+ caretColorSuccess: string;
2369
+ loadingColorWarning: string;
2370
+ borderWarning: string;
2371
+ borderHoverWarning: string;
2372
+ colorFocusWarning: string;
2373
+ borderFocusWarning: string;
2374
+ boxShadowFocusWarning: string;
2375
+ caretColorWarning: string;
2376
+ loadingColorError: string;
2377
+ borderError: string;
2378
+ borderHoverError: string;
2379
+ colorFocusError: string;
2380
+ borderFocusError: string;
2381
+ boxShadowFocusError: string;
2382
+ caretColorError: string;
2383
+ clearColor: string;
2384
+ clearColorHover: string;
2385
+ clearColorPressed: string;
2386
+ iconColor: string;
2387
+ iconColorDisabled: string;
2388
+ iconColorHover: string;
2389
+ iconColorPressed: string;
2390
+ suffixTextColor: string;
2391
+ selectionColor: string;
2392
+ }, any>;
1901
2393
  }>;
1902
2394
  }>;
1903
2395
  }>;
@@ -2702,6 +3194,129 @@ export declare const dataTableProps: {
2702
3194
  iconBgColor: string;
2703
3195
  extraTextColor: string;
2704
3196
  }, any>;
3197
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3198
+ fontWeight: string;
3199
+ textColor: string;
3200
+ descriptionTextColor: string;
3201
+ textColorDisabled: string;
3202
+ descriptionTextColorDisabled: string;
3203
+ fontSizeLarge: string;
3204
+ fontSizeMedium: string;
3205
+ fontSizeSmall: string;
3206
+ lineHeightLarge: string;
3207
+ lineHeightMedium: string;
3208
+ lineHeightSmall: string;
3209
+ borderRadiusLarge: string;
3210
+ borderRadiusMedium: string;
3211
+ borderRadiusSmall: string;
3212
+ color: string;
3213
+ colorHover: string;
3214
+ colorFocus: string;
3215
+ colorActive: string;
3216
+ colorChecked: string;
3217
+ colorHoverChecked: string;
3218
+ colorFocusChecked: string;
3219
+ colorActiveChecked: string;
3220
+ colorDisabled: string;
3221
+ colorDisabledChecked: string;
3222
+ checkMarkColor: string;
3223
+ checkMarkColorHover: string;
3224
+ checkMarkColorFocus: string;
3225
+ checkMarkColorActive: string;
3226
+ checkMarkColorDisabled: string;
3227
+ checkMarkColorDisabledChecked: string;
3228
+ border: string;
3229
+ borderHover: string;
3230
+ borderFocus: string;
3231
+ borderActive: string;
3232
+ borderChecked: string;
3233
+ borderHoverChecked: string;
3234
+ borderFocusChecked: string;
3235
+ borderActiveChecked: string;
3236
+ borderDisabled: string;
3237
+ borderDisabledChecked: string;
3238
+ boxShadowHover: string;
3239
+ boxShadowFocus: string;
3240
+ boxShadowActive: string;
3241
+ boxShadowHoverChecked: string;
3242
+ boxShadowFocusChecked: string;
3243
+ boxShadowActiveChecked: string;
3244
+ sizeSmall: string;
3245
+ sizeMedium: string;
3246
+ sizeLarge: string;
3247
+ labelPadding: string;
3248
+ }, any>;
3249
+ Input: import("../../_mixins").Theme<"Input", {
3250
+ paddingTiny: string;
3251
+ paddingSmall: string;
3252
+ paddingMedium: string;
3253
+ paddingLarge: string;
3254
+ paddingHuge: string;
3255
+ clearSize: string;
3256
+ countTextColorDisabled: string;
3257
+ countTextColor: string;
3258
+ heightTiny: string;
3259
+ heightSmall: string;
3260
+ heightMedium: string;
3261
+ heightLarge: string;
3262
+ heightHuge: string;
3263
+ fontSizeTiny: string;
3264
+ fontSizeSmall: string;
3265
+ fontSizeMedium: string;
3266
+ fontSizeLarge: string;
3267
+ fontSizeHuge: string;
3268
+ lineHeight: string;
3269
+ lineHeightTextarea: string;
3270
+ borderRadius: string;
3271
+ iconSize: string;
3272
+ groupLabelTextColor: string;
3273
+ textColor: string;
3274
+ textColorDisabled: string;
3275
+ textDecorationColor: string;
3276
+ caretColor: string;
3277
+ placeholderColor: string;
3278
+ placeholderColorDisabled: string;
3279
+ color: string;
3280
+ colorDisabled: string;
3281
+ colorFocus: string;
3282
+ groupLabelBorder: string;
3283
+ border: string;
3284
+ borderHover: string;
3285
+ borderDisabled: string;
3286
+ borderFocus: string;
3287
+ boxShadowFocus: string;
3288
+ loadingColor: string;
3289
+ loadingColorSuccess: string;
3290
+ borderSuccess: string;
3291
+ borderHoverSuccess: string;
3292
+ colorFocusSuccess: string;
3293
+ borderFocusSuccess: string;
3294
+ boxShadowFocusSuccess: string;
3295
+ caretColorSuccess: string;
3296
+ loadingColorWarning: string;
3297
+ borderWarning: string;
3298
+ borderHoverWarning: string;
3299
+ colorFocusWarning: string;
3300
+ borderFocusWarning: string;
3301
+ boxShadowFocusWarning: string;
3302
+ caretColorWarning: string;
3303
+ loadingColorError: string;
3304
+ borderError: string;
3305
+ borderHoverError: string;
3306
+ colorFocusError: string;
3307
+ borderFocusError: string;
3308
+ boxShadowFocusError: string;
3309
+ caretColorError: string;
3310
+ clearColor: string;
3311
+ clearColorHover: string;
3312
+ clearColorPressed: string;
3313
+ iconColor: string;
3314
+ iconColorDisabled: string;
3315
+ iconColorHover: string;
3316
+ iconColorPressed: string;
3317
+ suffixTextColor: string;
3318
+ selectionColor: string;
3319
+ }, any>;
2705
3320
  }>;
2706
3321
  }>;
2707
3322
  Input: import("../../_mixins").Theme<"Input", {
@@ -2856,6 +3471,129 @@ export declare const dataTableProps: {
2856
3471
  iconBgColor: string;
2857
3472
  extraTextColor: string;
2858
3473
  }, any>;
3474
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3475
+ fontWeight: string;
3476
+ textColor: string;
3477
+ descriptionTextColor: string;
3478
+ textColorDisabled: string;
3479
+ descriptionTextColorDisabled: string;
3480
+ fontSizeLarge: string;
3481
+ fontSizeMedium: string;
3482
+ fontSizeSmall: string;
3483
+ lineHeightLarge: string;
3484
+ lineHeightMedium: string;
3485
+ lineHeightSmall: string;
3486
+ borderRadiusLarge: string;
3487
+ borderRadiusMedium: string;
3488
+ borderRadiusSmall: string;
3489
+ color: string;
3490
+ colorHover: string;
3491
+ colorFocus: string;
3492
+ colorActive: string;
3493
+ colorChecked: string;
3494
+ colorHoverChecked: string;
3495
+ colorFocusChecked: string;
3496
+ colorActiveChecked: string;
3497
+ colorDisabled: string;
3498
+ colorDisabledChecked: string;
3499
+ checkMarkColor: string;
3500
+ checkMarkColorHover: string;
3501
+ checkMarkColorFocus: string;
3502
+ checkMarkColorActive: string;
3503
+ checkMarkColorDisabled: string;
3504
+ checkMarkColorDisabledChecked: string;
3505
+ border: string;
3506
+ borderHover: string;
3507
+ borderFocus: string;
3508
+ borderActive: string;
3509
+ borderChecked: string;
3510
+ borderHoverChecked: string;
3511
+ borderFocusChecked: string;
3512
+ borderActiveChecked: string;
3513
+ borderDisabled: string;
3514
+ borderDisabledChecked: string;
3515
+ boxShadowHover: string;
3516
+ boxShadowFocus: string;
3517
+ boxShadowActive: string;
3518
+ boxShadowHoverChecked: string;
3519
+ boxShadowFocusChecked: string;
3520
+ boxShadowActiveChecked: string;
3521
+ sizeSmall: string;
3522
+ sizeMedium: string;
3523
+ sizeLarge: string;
3524
+ labelPadding: string;
3525
+ }, any>;
3526
+ Input: import("../../_mixins").Theme<"Input", {
3527
+ paddingTiny: string;
3528
+ paddingSmall: string;
3529
+ paddingMedium: string;
3530
+ paddingLarge: string;
3531
+ paddingHuge: string;
3532
+ clearSize: string;
3533
+ countTextColorDisabled: string;
3534
+ countTextColor: string;
3535
+ heightTiny: string;
3536
+ heightSmall: string;
3537
+ heightMedium: string;
3538
+ heightLarge: string;
3539
+ heightHuge: string;
3540
+ fontSizeTiny: string;
3541
+ fontSizeSmall: string;
3542
+ fontSizeMedium: string;
3543
+ fontSizeLarge: string;
3544
+ fontSizeHuge: string;
3545
+ lineHeight: string;
3546
+ lineHeightTextarea: string;
3547
+ borderRadius: string;
3548
+ iconSize: string;
3549
+ groupLabelTextColor: string;
3550
+ textColor: string;
3551
+ textColorDisabled: string;
3552
+ textDecorationColor: string;
3553
+ caretColor: string;
3554
+ placeholderColor: string;
3555
+ placeholderColorDisabled: string;
3556
+ color: string;
3557
+ colorDisabled: string;
3558
+ colorFocus: string;
3559
+ groupLabelBorder: string;
3560
+ border: string;
3561
+ borderHover: string;
3562
+ borderDisabled: string;
3563
+ borderFocus: string;
3564
+ boxShadowFocus: string;
3565
+ loadingColor: string;
3566
+ loadingColorSuccess: string;
3567
+ borderSuccess: string;
3568
+ borderHoverSuccess: string;
3569
+ colorFocusSuccess: string;
3570
+ borderFocusSuccess: string;
3571
+ boxShadowFocusSuccess: string;
3572
+ caretColorSuccess: string;
3573
+ loadingColorWarning: string;
3574
+ borderWarning: string;
3575
+ borderHoverWarning: string;
3576
+ colorFocusWarning: string;
3577
+ borderFocusWarning: string;
3578
+ boxShadowFocusWarning: string;
3579
+ caretColorWarning: string;
3580
+ loadingColorError: string;
3581
+ borderError: string;
3582
+ borderHoverError: string;
3583
+ colorFocusError: string;
3584
+ borderFocusError: string;
3585
+ boxShadowFocusError: string;
3586
+ caretColorError: string;
3587
+ clearColor: string;
3588
+ clearColorHover: string;
3589
+ clearColorPressed: string;
3590
+ iconColor: string;
3591
+ iconColorDisabled: string;
3592
+ iconColorHover: string;
3593
+ iconColorPressed: string;
3594
+ suffixTextColor: string;
3595
+ selectionColor: string;
3596
+ }, any>;
2859
3597
  }>;
2860
3598
  }>;
2861
3599
  }>;