@uzum-tech/ui 2.3.2 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/dist/index.js +29612 -29062
  2. package/dist/index.mjs +29877 -29327
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  6. package/es/_internal/close/src/Close.d.ts +1 -1
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  8. package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  9. package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
  10. package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  11. package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
  12. package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  13. package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
  14. package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  15. package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
  16. package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  17. package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
  18. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  19. package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
  20. package/es/_internal/select-menu/src/interface.d.ts +650 -2
  21. package/es/_internal/select-menu/src/interface.mjs +81 -0
  22. package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
  23. package/es/_internal/select-menu/styles/dark.mjs +5 -1
  24. package/es/_internal/select-menu/styles/light.d.ts +123 -0
  25. package/es/_internal/select-menu/styles/light.mjs +5 -1
  26. package/es/_internal/selection/src/Selection.d.ts +3 -3
  27. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  28. package/es/_internal/typography/src/text.d.ts +3 -3
  29. package/es/action-card/src/ActionCard.d.ts +2 -2
  30. package/es/affix/src/Affix.d.ts +1 -1
  31. package/es/alert/src/Alert.d.ts +1 -1
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  34. package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
  35. package/es/auto-complete/styles/light.d.ts +123 -0
  36. package/es/avatar/src/Avatar.d.ts +1 -1
  37. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  38. package/es/back-top/src/BackTop.d.ts +1 -1
  39. package/es/badge/src/Badge.d.ts +1 -1
  40. package/es/button/src/Button.d.ts +7 -7
  41. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  42. package/es/card/src/Card.d.ts +1 -1
  43. package/es/card-list/src/CardListItem.d.ts +1 -1
  44. package/es/carousel/src/Carousel.d.ts +4 -4
  45. package/es/carousel/src/CarouselDots.d.ts +2 -2
  46. package/es/cascader/src/Cascader.d.ts +1404 -51
  47. package/es/cascader/src/CascaderMenu.d.ts +492 -0
  48. package/es/cascader/src/CascaderOption.d.ts +492 -0
  49. package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
  50. package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
  51. package/es/cascader/styles/light.d.ts +123 -0
  52. package/es/chat/src/Chat.d.ts +5921 -2897
  53. package/es/chat/src/Chat.mjs +13 -240
  54. package/es/chat/src/ChatListItems.d.ts +1875 -30
  55. package/es/chat/src/ChatMainArea.d.ts +1925 -54
  56. package/es/chat/src/ChatMainArea.mjs +49 -3
  57. package/es/chat/src/ChatMessages.d.ts +1874 -29
  58. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  59. package/es/chat/src/interface.d.ts +2814 -2
  60. package/es/chat/src/interface.mjs +244 -1
  61. package/es/chat/styles/dark.d.ts +123 -0
  62. package/es/chat/styles/light.d.ts +123 -0
  63. package/es/checkbox/src/Checkbox.d.ts +7 -7
  64. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  65. package/es/code/src/Code.d.ts +2 -2
  66. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  67. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  68. package/es/components.d.ts +19428 -602
  69. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  70. package/es/config-provider/src/context.mjs +1 -1
  71. package/es/crop/src/Crop.d.ts +1 -1
  72. package/es/data-table/src/DataTable.d.ts +2087 -119
  73. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  74. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  75. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  76. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  77. package/es/data-table/src/interface.d.ts +738 -0
  78. package/es/data-table/styles/light.d.ts +246 -0
  79. package/es/date-picker/src/DatePicker.d.ts +3 -3
  80. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  81. package/es/descriptions/src/Descriptions.d.ts +2 -2
  82. package/es/dialog/src/Dialog.d.ts +1 -1
  83. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  84. package/es/dialog/src/DialogProvider.d.ts +52 -52
  85. package/es/dialog/src/dialogProps.d.ts +1 -1
  86. package/es/divider/src/Divider.d.ts +1 -1
  87. package/es/drawer/src/Drawer.d.ts +2 -2
  88. package/es/dropdown/src/Dropdown.d.ts +4 -4
  89. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  90. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  91. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  92. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  93. package/es/empty/src/Empty.d.ts +1 -1
  94. package/es/flex/src/Flex.d.ts +1 -1
  95. package/es/float-button/src/FloatButton.d.ts +1 -1
  96. package/es/form/src/Form.d.ts +1 -1
  97. package/es/form/src/FormItem.d.ts +3 -3
  98. package/es/form/src/FormItemCol.d.ts +3 -3
  99. package/es/form/src/FormItemGridItem.d.ts +3 -3
  100. package/es/form/src/FormItemRow.d.ts +2 -2
  101. package/es/form/src/utils.d.ts +1 -1
  102. package/es/gradient-text/src/GradientText.d.ts +2 -2
  103. package/es/header/src/Header.d.ts +1 -1
  104. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  105. package/es/heatmap/src/Heatmap.d.ts +1 -1
  106. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  107. package/es/icon-pack/src/IconPack.d.ts +2 -2
  108. package/es/image/src/Image.d.ts +1 -1
  109. package/es/input/src/Input.d.ts +7 -7
  110. package/es/input-number/src/InputNumber.d.ts +3 -3
  111. package/es/input-otp/src/InputOtp.d.ts +2 -2
  112. package/es/kanban/src/Kanban.d.ts +1 -1
  113. package/es/layout/src/LayoutSider.d.ts +1 -1
  114. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  115. package/es/list/src/List.d.ts +9 -9
  116. package/es/list/src/ListItem.d.ts +10 -10
  117. package/es/locales/common/enUS.d.ts +1 -0
  118. package/es/locales/common/enUS.mjs +2 -1
  119. package/es/locales/common/ruRU.mjs +2 -1
  120. package/es/locales/common/uzUZ.mjs +2 -1
  121. package/es/locales/common/zhCN.mjs +2 -1
  122. package/es/mention/src/Mention.d.ts +1388 -32
  123. package/es/mention/styles/light.d.ts +123 -0
  124. package/es/menu/src/Menu.d.ts +3 -3
  125. package/es/menu/src/MenuOption.d.ts +1 -1
  126. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  127. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  128. package/es/menu/src/Submenu.d.ts +1 -1
  129. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  130. package/es/modal/src/BodyWrapper.d.ts +2 -2
  131. package/es/modal/src/Modal.d.ts +4 -4
  132. package/es/modal/src/ModalEnvironment.d.ts +4 -4
  133. package/es/modal/src/presetProps.d.ts +1 -1
  134. package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
  135. package/es/notification/src/Notification.d.ts +2 -2
  136. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  137. package/es/notification/src/NotificationProvider.d.ts +12 -12
  138. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  139. package/es/pagination/src/Pagination.d.ts +1995 -27
  140. package/es/pagination/src/interface.d.ts +738 -0
  141. package/es/pagination/styles/light.d.ts +246 -0
  142. package/es/popconfirm/src/Popconfirm.d.ts +3 -3
  143. package/es/popover/src/Popover.d.ts +3 -3
  144. package/es/popover/src/PopoverBody.d.ts +1 -1
  145. package/es/popselect/src/Popselect.d.ts +1383 -30
  146. package/es/popselect/src/PopselectPanel.d.ts +494 -2
  147. package/es/popselect/styles/light.d.ts +123 -0
  148. package/es/qr-code/src/QrCode.d.ts +2 -2
  149. package/es/radio/src/Radio.d.ts +2 -2
  150. package/es/radio/src/RadioButton.d.ts +9 -9
  151. package/es/radio/src/RadioGroup.d.ts +1 -1
  152. package/es/rate/src/Rate.d.ts +1 -1
  153. package/es/result/src/Result.d.ts +1 -1
  154. package/es/select/index.d.ts +4 -3
  155. package/es/select/index.mjs +2 -1
  156. package/es/select/src/Select.d.ts +1127 -811
  157. package/es/select/src/Select.mjs +257 -226
  158. package/es/select/src/interface.d.ts +1140 -8
  159. package/es/select/src/interface.mjs +154 -1
  160. package/es/select/src/styles/index.cssr.mjs +16 -3
  161. package/es/select/src/utils.d.ts +3 -1
  162. package/es/select/src/utils.mjs +32 -0
  163. package/es/select/styles/light.d.ts +123 -0
  164. package/es/skeleton/src/Skeleton.d.ts +1 -1
  165. package/es/slider/src/Slider.d.ts +4 -4
  166. package/es/spin/src/Spin.d.ts +1 -1
  167. package/es/split/src/Split.d.ts +2 -2
  168. package/es/steps/src/Steps.d.ts +1 -1
  169. package/es/switch/src/Switch.d.ts +2 -2
  170. package/es/tabs/src/Tab.d.ts +8 -8
  171. package/es/tabs/src/TabPane.d.ts +1 -1
  172. package/es/tabs/src/Tabs.d.ts +1 -1
  173. package/es/tag/src/Tag.d.ts +4 -4
  174. package/es/tag/src/TagGroup.d.ts +2 -2
  175. package/es/time-picker/src/Panel.d.ts +1 -1
  176. package/es/time-picker/src/TimePicker.d.ts +3 -3
  177. package/es/timeline/src/Timeline.d.ts +1 -1
  178. package/es/timeline/src/TimelineItem.d.ts +1 -1
  179. package/es/toggle-button/src/ToggleButton.d.ts +8 -8
  180. package/es/tooltip/src/Tooltip.d.ts +3 -3
  181. package/es/transfer/src/Transfer.d.ts +2 -2
  182. package/es/tree/src/Tree.d.ts +2 -2
  183. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  184. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  185. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  186. package/es/typography/src/create-header.d.ts +1 -1
  187. package/es/typography/src/headers.d.ts +6 -6
  188. package/es/typography/src/text.d.ts +5 -5
  189. package/es/upload/src/Upload.d.ts +3 -3
  190. package/es/upload/src/UploadFile.d.ts +1 -1
  191. package/es/version.d.ts +1 -1
  192. package/es/version.mjs +1 -1
  193. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  194. package/es/watermark/src/Watermark.d.ts +2 -2
  195. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  196. package/lib/_internal/close/src/Close.d.ts +1 -1
  197. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  198. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  199. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  200. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  201. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  202. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  203. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  204. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  205. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  206. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  207. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  208. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  209. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  210. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  211. package/lib/_internal/select-menu/src/interface.js +46 -1
  212. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  213. package/lib/_internal/select-menu/styles/dark.js +8 -4
  214. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  215. package/lib/_internal/select-menu/styles/light.js +8 -4
  216. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  217. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  218. package/lib/_internal/typography/src/text.d.ts +3 -3
  219. package/lib/action-card/src/ActionCard.d.ts +2 -2
  220. package/lib/affix/src/Affix.d.ts +1 -1
  221. package/lib/alert/src/Alert.d.ts +1 -1
  222. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  223. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  224. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  225. package/lib/auto-complete/styles/light.d.ts +123 -0
  226. package/lib/avatar/src/Avatar.d.ts +1 -1
  227. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  228. package/lib/back-top/src/BackTop.d.ts +1 -1
  229. package/lib/badge/src/Badge.d.ts +1 -1
  230. package/lib/button/src/Button.d.ts +7 -7
  231. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  232. package/lib/card/src/Card.d.ts +1 -1
  233. package/lib/card-list/src/CardListItem.d.ts +1 -1
  234. package/lib/carousel/src/Carousel.d.ts +4 -4
  235. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  236. package/lib/cascader/src/Cascader.d.ts +1404 -51
  237. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  238. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  239. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  240. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  241. package/lib/cascader/styles/light.d.ts +123 -0
  242. package/lib/chat/src/Chat.d.ts +5921 -2897
  243. package/lib/chat/src/Chat.js +15 -180
  244. package/lib/chat/src/ChatListItems.d.ts +1875 -30
  245. package/lib/chat/src/ChatMainArea.d.ts +1925 -54
  246. package/lib/chat/src/ChatMainArea.js +48 -3
  247. package/lib/chat/src/ChatMessages.d.ts +1874 -29
  248. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  249. package/lib/chat/src/interface.d.ts +2814 -2
  250. package/lib/chat/src/interface.js +183 -1
  251. package/lib/chat/styles/dark.d.ts +123 -0
  252. package/lib/chat/styles/light.d.ts +123 -0
  253. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  254. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  255. package/lib/code/src/Code.d.ts +2 -2
  256. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  257. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  258. package/lib/components.d.ts +19428 -602
  259. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  260. package/lib/config-provider/src/context.js +2 -2
  261. package/lib/crop/src/Crop.d.ts +1 -1
  262. package/lib/data-table/src/DataTable.d.ts +2087 -119
  263. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  264. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  265. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  266. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  267. package/lib/data-table/src/interface.d.ts +738 -0
  268. package/lib/data-table/styles/light.d.ts +246 -0
  269. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  270. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  271. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  272. package/lib/dialog/src/Dialog.d.ts +1 -1
  273. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  274. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  275. package/lib/dialog/src/dialogProps.d.ts +1 -1
  276. package/lib/divider/src/Divider.d.ts +1 -1
  277. package/lib/drawer/src/Drawer.d.ts +2 -2
  278. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  279. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  280. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  281. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  282. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  283. package/lib/empty/src/Empty.d.ts +1 -1
  284. package/lib/flex/src/Flex.d.ts +1 -1
  285. package/lib/float-button/src/FloatButton.d.ts +1 -1
  286. package/lib/form/src/Form.d.ts +1 -1
  287. package/lib/form/src/FormItem.d.ts +3 -3
  288. package/lib/form/src/FormItemCol.d.ts +3 -3
  289. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  290. package/lib/form/src/FormItemRow.d.ts +2 -2
  291. package/lib/form/src/utils.d.ts +1 -1
  292. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  293. package/lib/header/src/Header.d.ts +1 -1
  294. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  295. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  296. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  297. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  298. package/lib/image/src/Image.d.ts +1 -1
  299. package/lib/input/src/Input.d.ts +7 -7
  300. package/lib/input-number/src/InputNumber.d.ts +3 -3
  301. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  302. package/lib/kanban/src/Kanban.d.ts +1 -1
  303. package/lib/layout/src/LayoutSider.d.ts +1 -1
  304. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  305. package/lib/list/src/List.d.ts +9 -9
  306. package/lib/list/src/ListItem.d.ts +10 -10
  307. package/lib/locales/common/enUS.d.ts +1 -0
  308. package/lib/locales/common/enUS.js +2 -1
  309. package/lib/locales/common/ruRU.js +2 -1
  310. package/lib/locales/common/uzUZ.js +2 -1
  311. package/lib/locales/common/zhCN.js +2 -1
  312. package/lib/mention/src/Mention.d.ts +1388 -32
  313. package/lib/mention/styles/light.d.ts +123 -0
  314. package/lib/menu/src/Menu.d.ts +3 -3
  315. package/lib/menu/src/MenuOption.d.ts +1 -1
  316. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  317. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  318. package/lib/menu/src/Submenu.d.ts +1 -1
  319. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  320. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  321. package/lib/modal/src/Modal.d.ts +4 -4
  322. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  323. package/lib/modal/src/presetProps.d.ts +1 -1
  324. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  325. package/lib/notification/src/Notification.d.ts +2 -2
  326. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  327. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  328. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  329. package/lib/pagination/src/Pagination.d.ts +1995 -27
  330. package/lib/pagination/src/interface.d.ts +738 -0
  331. package/lib/pagination/styles/light.d.ts +246 -0
  332. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  333. package/lib/popover/src/Popover.d.ts +3 -3
  334. package/lib/popover/src/PopoverBody.d.ts +1 -1
  335. package/lib/popselect/src/Popselect.d.ts +1383 -30
  336. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  337. package/lib/popselect/styles/light.d.ts +123 -0
  338. package/lib/qr-code/src/QrCode.d.ts +2 -2
  339. package/lib/radio/src/Radio.d.ts +2 -2
  340. package/lib/radio/src/RadioButton.d.ts +9 -9
  341. package/lib/radio/src/RadioGroup.d.ts +1 -1
  342. package/lib/rate/src/Rate.d.ts +1 -1
  343. package/lib/result/src/Result.d.ts +1 -1
  344. package/lib/select/index.d.ts +4 -3
  345. package/lib/select/index.js +2 -1
  346. package/lib/select/src/Select.d.ts +1127 -811
  347. package/lib/select/src/Select.js +189 -108
  348. package/lib/select/src/interface.d.ts +1140 -8
  349. package/lib/select/src/interface.js +85 -0
  350. package/lib/select/src/styles/index.cssr.js +15 -2
  351. package/lib/select/src/utils.d.ts +3 -1
  352. package/lib/select/src/utils.js +38 -0
  353. package/lib/select/styles/light.d.ts +123 -0
  354. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  355. package/lib/slider/src/Slider.d.ts +4 -4
  356. package/lib/spin/src/Spin.d.ts +1 -1
  357. package/lib/split/src/Split.d.ts +2 -2
  358. package/lib/steps/src/Steps.d.ts +1 -1
  359. package/lib/switch/src/Switch.d.ts +2 -2
  360. package/lib/tabs/src/Tab.d.ts +8 -8
  361. package/lib/tabs/src/TabPane.d.ts +1 -1
  362. package/lib/tabs/src/Tabs.d.ts +1 -1
  363. package/lib/tag/src/Tag.d.ts +4 -4
  364. package/lib/tag/src/TagGroup.d.ts +2 -2
  365. package/lib/time-picker/src/Panel.d.ts +1 -1
  366. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  367. package/lib/timeline/src/Timeline.d.ts +1 -1
  368. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  369. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  370. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  371. package/lib/transfer/src/Transfer.d.ts +2 -2
  372. package/lib/tree/src/Tree.d.ts +2 -2
  373. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  374. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  375. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  376. package/lib/typography/src/create-header.d.ts +1 -1
  377. package/lib/typography/src/headers.d.ts +6 -6
  378. package/lib/typography/src/text.d.ts +5 -5
  379. package/lib/upload/src/Upload.d.ts +3 -3
  380. package/lib/upload/src/UploadFile.d.ts +1 -1
  381. package/lib/version.d.ts +1 -1
  382. package/lib/version.js +1 -1
  383. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  384. package/lib/watermark/src/Watermark.d.ts +2 -2
  385. package/package.json +1 -1
  386. package/web-types.json +86 -3
@@ -134,6 +134,129 @@ export declare const autoCompleteProps: {
134
134
  iconBgColor: string;
135
135
  extraTextColor: string;
136
136
  }, any>;
137
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
138
+ fontWeight: string;
139
+ textColor: string;
140
+ descriptionTextColor: string;
141
+ textColorDisabled: string;
142
+ descriptionTextColorDisabled: string;
143
+ fontSizeLarge: string;
144
+ fontSizeMedium: string;
145
+ fontSizeSmall: string;
146
+ lineHeightLarge: string;
147
+ lineHeightMedium: string;
148
+ lineHeightSmall: string;
149
+ borderRadiusLarge: string;
150
+ borderRadiusMedium: string;
151
+ borderRadiusSmall: string;
152
+ color: string;
153
+ colorHover: string;
154
+ colorFocus: string;
155
+ colorActive: string;
156
+ colorChecked: string;
157
+ colorHoverChecked: string;
158
+ colorFocusChecked: string;
159
+ colorActiveChecked: string;
160
+ colorDisabled: string;
161
+ colorDisabledChecked: string;
162
+ checkMarkColor: string;
163
+ checkMarkColorHover: string;
164
+ checkMarkColorFocus: string;
165
+ checkMarkColorActive: string;
166
+ checkMarkColorDisabled: string;
167
+ checkMarkColorDisabledChecked: string;
168
+ border: string;
169
+ borderHover: string;
170
+ borderFocus: string;
171
+ borderActive: string;
172
+ borderChecked: string;
173
+ borderHoverChecked: string;
174
+ borderFocusChecked: string;
175
+ borderActiveChecked: string;
176
+ borderDisabled: string;
177
+ borderDisabledChecked: string;
178
+ boxShadowHover: string;
179
+ boxShadowFocus: string;
180
+ boxShadowActive: string;
181
+ boxShadowHoverChecked: string;
182
+ boxShadowFocusChecked: string;
183
+ boxShadowActiveChecked: string;
184
+ sizeSmall: string;
185
+ sizeMedium: string;
186
+ sizeLarge: string;
187
+ labelPadding: string;
188
+ }, any>;
189
+ Input: import("../../_mixins").Theme<"Input", {
190
+ paddingTiny: string;
191
+ paddingSmall: string;
192
+ paddingMedium: string;
193
+ paddingLarge: string;
194
+ paddingHuge: string;
195
+ clearSize: string;
196
+ countTextColorDisabled: string;
197
+ countTextColor: string;
198
+ heightTiny: string;
199
+ heightSmall: string;
200
+ heightMedium: string;
201
+ heightLarge: string;
202
+ heightHuge: string;
203
+ fontSizeTiny: string;
204
+ fontSizeSmall: string;
205
+ fontSizeMedium: string;
206
+ fontSizeLarge: string;
207
+ fontSizeHuge: string;
208
+ lineHeight: string;
209
+ lineHeightTextarea: string;
210
+ borderRadius: string;
211
+ iconSize: string;
212
+ groupLabelTextColor: string;
213
+ textColor: string;
214
+ textColorDisabled: string;
215
+ textDecorationColor: string;
216
+ caretColor: string;
217
+ placeholderColor: string;
218
+ placeholderColorDisabled: string;
219
+ color: string;
220
+ colorDisabled: string;
221
+ colorFocus: string;
222
+ groupLabelBorder: string;
223
+ border: string;
224
+ borderHover: string;
225
+ borderDisabled: string;
226
+ borderFocus: string;
227
+ boxShadowFocus: string;
228
+ loadingColor: string;
229
+ loadingColorSuccess: string;
230
+ borderSuccess: string;
231
+ borderHoverSuccess: string;
232
+ colorFocusSuccess: string;
233
+ borderFocusSuccess: string;
234
+ boxShadowFocusSuccess: string;
235
+ caretColorSuccess: string;
236
+ loadingColorWarning: string;
237
+ borderWarning: string;
238
+ borderHoverWarning: string;
239
+ colorFocusWarning: string;
240
+ borderFocusWarning: string;
241
+ boxShadowFocusWarning: string;
242
+ caretColorWarning: string;
243
+ loadingColorError: string;
244
+ borderError: string;
245
+ borderHoverError: string;
246
+ colorFocusError: string;
247
+ borderFocusError: string;
248
+ boxShadowFocusError: string;
249
+ caretColorError: string;
250
+ clearColor: string;
251
+ clearColorHover: string;
252
+ clearColorPressed: string;
253
+ iconColor: string;
254
+ iconColorDisabled: string;
255
+ iconColorHover: string;
256
+ iconColorPressed: string;
257
+ suffixTextColor: string;
258
+ selectionColor: string;
259
+ }, any>;
137
260
  }>;
138
261
  Input: import("../../_mixins").Theme<"Input", {
139
262
  paddingTiny: string;
@@ -274,6 +397,129 @@ export declare const autoCompleteProps: {
274
397
  iconBgColor: string;
275
398
  extraTextColor: string;
276
399
  }, any>;
400
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
401
+ fontWeight: string;
402
+ textColor: string;
403
+ descriptionTextColor: string;
404
+ textColorDisabled: string;
405
+ descriptionTextColorDisabled: string;
406
+ fontSizeLarge: string;
407
+ fontSizeMedium: string;
408
+ fontSizeSmall: string;
409
+ lineHeightLarge: string;
410
+ lineHeightMedium: string;
411
+ lineHeightSmall: string;
412
+ borderRadiusLarge: string;
413
+ borderRadiusMedium: string;
414
+ borderRadiusSmall: string;
415
+ color: string;
416
+ colorHover: string;
417
+ colorFocus: string;
418
+ colorActive: string;
419
+ colorChecked: string;
420
+ colorHoverChecked: string;
421
+ colorFocusChecked: string;
422
+ colorActiveChecked: string;
423
+ colorDisabled: string;
424
+ colorDisabledChecked: string;
425
+ checkMarkColor: string;
426
+ checkMarkColorHover: string;
427
+ checkMarkColorFocus: string;
428
+ checkMarkColorActive: string;
429
+ checkMarkColorDisabled: string;
430
+ checkMarkColorDisabledChecked: string;
431
+ border: string;
432
+ borderHover: string;
433
+ borderFocus: string;
434
+ borderActive: string;
435
+ borderChecked: string;
436
+ borderHoverChecked: string;
437
+ borderFocusChecked: string;
438
+ borderActiveChecked: string;
439
+ borderDisabled: string;
440
+ borderDisabledChecked: string;
441
+ boxShadowHover: string;
442
+ boxShadowFocus: string;
443
+ boxShadowActive: string;
444
+ boxShadowHoverChecked: string;
445
+ boxShadowFocusChecked: string;
446
+ boxShadowActiveChecked: string;
447
+ sizeSmall: string;
448
+ sizeMedium: string;
449
+ sizeLarge: string;
450
+ labelPadding: string;
451
+ }, any>;
452
+ Input: import("../../_mixins").Theme<"Input", {
453
+ paddingTiny: string;
454
+ paddingSmall: string;
455
+ paddingMedium: string;
456
+ paddingLarge: string;
457
+ paddingHuge: string;
458
+ clearSize: string;
459
+ countTextColorDisabled: string;
460
+ countTextColor: string;
461
+ heightTiny: string;
462
+ heightSmall: string;
463
+ heightMedium: string;
464
+ heightLarge: string;
465
+ heightHuge: string;
466
+ fontSizeTiny: string;
467
+ fontSizeSmall: string;
468
+ fontSizeMedium: string;
469
+ fontSizeLarge: string;
470
+ fontSizeHuge: string;
471
+ lineHeight: string;
472
+ lineHeightTextarea: string;
473
+ borderRadius: string;
474
+ iconSize: string;
475
+ groupLabelTextColor: string;
476
+ textColor: string;
477
+ textColorDisabled: string;
478
+ textDecorationColor: string;
479
+ caretColor: string;
480
+ placeholderColor: string;
481
+ placeholderColorDisabled: string;
482
+ color: string;
483
+ colorDisabled: string;
484
+ colorFocus: string;
485
+ groupLabelBorder: string;
486
+ border: string;
487
+ borderHover: string;
488
+ borderDisabled: string;
489
+ borderFocus: string;
490
+ boxShadowFocus: string;
491
+ loadingColor: string;
492
+ loadingColorSuccess: string;
493
+ borderSuccess: string;
494
+ borderHoverSuccess: string;
495
+ colorFocusSuccess: string;
496
+ borderFocusSuccess: string;
497
+ boxShadowFocusSuccess: string;
498
+ caretColorSuccess: string;
499
+ loadingColorWarning: string;
500
+ borderWarning: string;
501
+ borderHoverWarning: string;
502
+ colorFocusWarning: string;
503
+ borderFocusWarning: string;
504
+ boxShadowFocusWarning: string;
505
+ caretColorWarning: string;
506
+ loadingColorError: string;
507
+ borderError: string;
508
+ borderHoverError: string;
509
+ colorFocusError: string;
510
+ borderFocusError: string;
511
+ boxShadowFocusError: string;
512
+ caretColorError: string;
513
+ clearColor: string;
514
+ clearColorHover: string;
515
+ clearColorPressed: string;
516
+ iconColor: string;
517
+ iconColorDisabled: string;
518
+ iconColorHover: string;
519
+ iconColorPressed: string;
520
+ suffixTextColor: string;
521
+ selectionColor: string;
522
+ }, any>;
277
523
  }>;
278
524
  Input: import("../../_mixins").Theme<"Input", {
279
525
  paddingTiny: string;
@@ -414,6 +660,129 @@ export declare const autoCompleteProps: {
414
660
  iconBgColor: string;
415
661
  extraTextColor: string;
416
662
  }, any>;
663
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
664
+ fontWeight: string;
665
+ textColor: string;
666
+ descriptionTextColor: string;
667
+ textColorDisabled: string;
668
+ descriptionTextColorDisabled: string;
669
+ fontSizeLarge: string;
670
+ fontSizeMedium: string;
671
+ fontSizeSmall: string;
672
+ lineHeightLarge: string;
673
+ lineHeightMedium: string;
674
+ lineHeightSmall: string;
675
+ borderRadiusLarge: string;
676
+ borderRadiusMedium: string;
677
+ borderRadiusSmall: string;
678
+ color: string;
679
+ colorHover: string;
680
+ colorFocus: string;
681
+ colorActive: string;
682
+ colorChecked: string;
683
+ colorHoverChecked: string;
684
+ colorFocusChecked: string;
685
+ colorActiveChecked: string;
686
+ colorDisabled: string;
687
+ colorDisabledChecked: string;
688
+ checkMarkColor: string;
689
+ checkMarkColorHover: string;
690
+ checkMarkColorFocus: string;
691
+ checkMarkColorActive: string;
692
+ checkMarkColorDisabled: string;
693
+ checkMarkColorDisabledChecked: string;
694
+ border: string;
695
+ borderHover: string;
696
+ borderFocus: string;
697
+ borderActive: string;
698
+ borderChecked: string;
699
+ borderHoverChecked: string;
700
+ borderFocusChecked: string;
701
+ borderActiveChecked: string;
702
+ borderDisabled: string;
703
+ borderDisabledChecked: string;
704
+ boxShadowHover: string;
705
+ boxShadowFocus: string;
706
+ boxShadowActive: string;
707
+ boxShadowHoverChecked: string;
708
+ boxShadowFocusChecked: string;
709
+ boxShadowActiveChecked: string;
710
+ sizeSmall: string;
711
+ sizeMedium: string;
712
+ sizeLarge: string;
713
+ labelPadding: string;
714
+ }, any>;
715
+ Input: import("../../_mixins").Theme<"Input", {
716
+ paddingTiny: string;
717
+ paddingSmall: string;
718
+ paddingMedium: string;
719
+ paddingLarge: string;
720
+ paddingHuge: string;
721
+ clearSize: string;
722
+ countTextColorDisabled: string;
723
+ countTextColor: string;
724
+ heightTiny: string;
725
+ heightSmall: string;
726
+ heightMedium: string;
727
+ heightLarge: string;
728
+ heightHuge: string;
729
+ fontSizeTiny: string;
730
+ fontSizeSmall: string;
731
+ fontSizeMedium: string;
732
+ fontSizeLarge: string;
733
+ fontSizeHuge: string;
734
+ lineHeight: string;
735
+ lineHeightTextarea: string;
736
+ borderRadius: string;
737
+ iconSize: string;
738
+ groupLabelTextColor: string;
739
+ textColor: string;
740
+ textColorDisabled: string;
741
+ textDecorationColor: string;
742
+ caretColor: string;
743
+ placeholderColor: string;
744
+ placeholderColorDisabled: string;
745
+ color: string;
746
+ colorDisabled: string;
747
+ colorFocus: string;
748
+ groupLabelBorder: string;
749
+ border: string;
750
+ borderHover: string;
751
+ borderDisabled: string;
752
+ borderFocus: string;
753
+ boxShadowFocus: string;
754
+ loadingColor: string;
755
+ loadingColorSuccess: string;
756
+ borderSuccess: string;
757
+ borderHoverSuccess: string;
758
+ colorFocusSuccess: string;
759
+ borderFocusSuccess: string;
760
+ boxShadowFocusSuccess: string;
761
+ caretColorSuccess: string;
762
+ loadingColorWarning: string;
763
+ borderWarning: string;
764
+ borderHoverWarning: string;
765
+ colorFocusWarning: string;
766
+ borderFocusWarning: string;
767
+ boxShadowFocusWarning: string;
768
+ caretColorWarning: string;
769
+ loadingColorError: string;
770
+ borderError: string;
771
+ borderHoverError: string;
772
+ colorFocusError: string;
773
+ borderFocusError: string;
774
+ boxShadowFocusError: string;
775
+ caretColorError: string;
776
+ clearColor: string;
777
+ clearColorHover: string;
778
+ clearColorPressed: string;
779
+ iconColor: string;
780
+ iconColorDisabled: string;
781
+ iconColorHover: string;
782
+ iconColorPressed: string;
783
+ suffixTextColor: string;
784
+ selectionColor: string;
785
+ }, any>;
417
786
  }>;
418
787
  Input: import("../../_mixins").Theme<"Input", {
419
788
  paddingTiny: string;
@@ -618,8 +987,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
618
987
  titleColor: string;
619
988
  descriptionColor: string;
620
989
  iconColor: string;
621
- iconBgColor: string;
622
- extraTextColor: string;
990
+ iconBgColor: string;
991
+ extraTextColor: string;
992
+ }, any>;
993
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
994
+ fontWeight: string;
995
+ textColor: string;
996
+ descriptionTextColor: string;
997
+ textColorDisabled: string;
998
+ descriptionTextColorDisabled: string;
999
+ fontSizeLarge: string;
1000
+ fontSizeMedium: string;
1001
+ fontSizeSmall: string;
1002
+ lineHeightLarge: string;
1003
+ lineHeightMedium: string;
1004
+ lineHeightSmall: string;
1005
+ borderRadiusLarge: string;
1006
+ borderRadiusMedium: string;
1007
+ borderRadiusSmall: string;
1008
+ color: string;
1009
+ colorHover: string;
1010
+ colorFocus: string;
1011
+ colorActive: string;
1012
+ colorChecked: string;
1013
+ colorHoverChecked: string;
1014
+ colorFocusChecked: string;
1015
+ colorActiveChecked: string;
1016
+ colorDisabled: string;
1017
+ colorDisabledChecked: string;
1018
+ checkMarkColor: string;
1019
+ checkMarkColorHover: string;
1020
+ checkMarkColorFocus: string;
1021
+ checkMarkColorActive: string;
1022
+ checkMarkColorDisabled: string;
1023
+ checkMarkColorDisabledChecked: string;
1024
+ border: string;
1025
+ borderHover: string;
1026
+ borderFocus: string;
1027
+ borderActive: string;
1028
+ borderChecked: string;
1029
+ borderHoverChecked: string;
1030
+ borderFocusChecked: string;
1031
+ borderActiveChecked: string;
1032
+ borderDisabled: string;
1033
+ borderDisabledChecked: string;
1034
+ boxShadowHover: string;
1035
+ boxShadowFocus: string;
1036
+ boxShadowActive: string;
1037
+ boxShadowHoverChecked: string;
1038
+ boxShadowFocusChecked: string;
1039
+ boxShadowActiveChecked: string;
1040
+ sizeSmall: string;
1041
+ sizeMedium: string;
1042
+ sizeLarge: string;
1043
+ labelPadding: string;
1044
+ }, any>;
1045
+ Input: import("../../_mixins").Theme<"Input", {
1046
+ paddingTiny: string;
1047
+ paddingSmall: string;
1048
+ paddingMedium: string;
1049
+ paddingLarge: string;
1050
+ paddingHuge: string;
1051
+ clearSize: string;
1052
+ countTextColorDisabled: string;
1053
+ countTextColor: string;
1054
+ heightTiny: string;
1055
+ heightSmall: string;
1056
+ heightMedium: string;
1057
+ heightLarge: string;
1058
+ heightHuge: string;
1059
+ fontSizeTiny: string;
1060
+ fontSizeSmall: string;
1061
+ fontSizeMedium: string;
1062
+ fontSizeLarge: string;
1063
+ fontSizeHuge: string;
1064
+ lineHeight: string;
1065
+ lineHeightTextarea: string;
1066
+ borderRadius: string;
1067
+ iconSize: string;
1068
+ groupLabelTextColor: string;
1069
+ textColor: string;
1070
+ textColorDisabled: string;
1071
+ textDecorationColor: string;
1072
+ caretColor: string;
1073
+ placeholderColor: string;
1074
+ placeholderColorDisabled: string;
1075
+ color: string;
1076
+ colorDisabled: string;
1077
+ colorFocus: string;
1078
+ groupLabelBorder: string;
1079
+ border: string;
1080
+ borderHover: string;
1081
+ borderDisabled: string;
1082
+ borderFocus: string;
1083
+ boxShadowFocus: string;
1084
+ loadingColor: string;
1085
+ loadingColorSuccess: string;
1086
+ borderSuccess: string;
1087
+ borderHoverSuccess: string;
1088
+ colorFocusSuccess: string;
1089
+ borderFocusSuccess: string;
1090
+ boxShadowFocusSuccess: string;
1091
+ caretColorSuccess: string;
1092
+ loadingColorWarning: string;
1093
+ borderWarning: string;
1094
+ borderHoverWarning: string;
1095
+ colorFocusWarning: string;
1096
+ borderFocusWarning: string;
1097
+ boxShadowFocusWarning: string;
1098
+ caretColorWarning: string;
1099
+ loadingColorError: string;
1100
+ borderError: string;
1101
+ borderHoverError: string;
1102
+ colorFocusError: string;
1103
+ borderFocusError: string;
1104
+ boxShadowFocusError: string;
1105
+ caretColorError: string;
1106
+ clearColor: string;
1107
+ clearColorHover: string;
1108
+ clearColorPressed: string;
1109
+ iconColor: string;
1110
+ iconColorDisabled: string;
1111
+ iconColorHover: string;
1112
+ iconColorPressed: string;
1113
+ suffixTextColor: string;
1114
+ selectionColor: string;
623
1115
  }, any>;
624
1116
  }>;
625
1117
  Input: import("../../_mixins").Theme<"Input", {
@@ -761,6 +1253,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
761
1253
  iconBgColor: string;
762
1254
  extraTextColor: string;
763
1255
  }, any>;
1256
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1257
+ fontWeight: string;
1258
+ textColor: string;
1259
+ descriptionTextColor: string;
1260
+ textColorDisabled: string;
1261
+ descriptionTextColorDisabled: string;
1262
+ fontSizeLarge: string;
1263
+ fontSizeMedium: string;
1264
+ fontSizeSmall: string;
1265
+ lineHeightLarge: string;
1266
+ lineHeightMedium: string;
1267
+ lineHeightSmall: string;
1268
+ borderRadiusLarge: string;
1269
+ borderRadiusMedium: string;
1270
+ borderRadiusSmall: string;
1271
+ color: string;
1272
+ colorHover: string;
1273
+ colorFocus: string;
1274
+ colorActive: string;
1275
+ colorChecked: string;
1276
+ colorHoverChecked: string;
1277
+ colorFocusChecked: string;
1278
+ colorActiveChecked: string;
1279
+ colorDisabled: string;
1280
+ colorDisabledChecked: string;
1281
+ checkMarkColor: string;
1282
+ checkMarkColorHover: string;
1283
+ checkMarkColorFocus: string;
1284
+ checkMarkColorActive: string;
1285
+ checkMarkColorDisabled: string;
1286
+ checkMarkColorDisabledChecked: string;
1287
+ border: string;
1288
+ borderHover: string;
1289
+ borderFocus: string;
1290
+ borderActive: string;
1291
+ borderChecked: string;
1292
+ borderHoverChecked: string;
1293
+ borderFocusChecked: string;
1294
+ borderActiveChecked: string;
1295
+ borderDisabled: string;
1296
+ borderDisabledChecked: string;
1297
+ boxShadowHover: string;
1298
+ boxShadowFocus: string;
1299
+ boxShadowActive: string;
1300
+ boxShadowHoverChecked: string;
1301
+ boxShadowFocusChecked: string;
1302
+ boxShadowActiveChecked: string;
1303
+ sizeSmall: string;
1304
+ sizeMedium: string;
1305
+ sizeLarge: string;
1306
+ labelPadding: string;
1307
+ }, any>;
1308
+ Input: import("../../_mixins").Theme<"Input", {
1309
+ paddingTiny: string;
1310
+ paddingSmall: string;
1311
+ paddingMedium: string;
1312
+ paddingLarge: string;
1313
+ paddingHuge: string;
1314
+ clearSize: string;
1315
+ countTextColorDisabled: string;
1316
+ countTextColor: string;
1317
+ heightTiny: string;
1318
+ heightSmall: string;
1319
+ heightMedium: string;
1320
+ heightLarge: string;
1321
+ heightHuge: string;
1322
+ fontSizeTiny: string;
1323
+ fontSizeSmall: string;
1324
+ fontSizeMedium: string;
1325
+ fontSizeLarge: string;
1326
+ fontSizeHuge: string;
1327
+ lineHeight: string;
1328
+ lineHeightTextarea: string;
1329
+ borderRadius: string;
1330
+ iconSize: string;
1331
+ groupLabelTextColor: string;
1332
+ textColor: string;
1333
+ textColorDisabled: string;
1334
+ textDecorationColor: string;
1335
+ caretColor: string;
1336
+ placeholderColor: string;
1337
+ placeholderColorDisabled: string;
1338
+ color: string;
1339
+ colorDisabled: string;
1340
+ colorFocus: string;
1341
+ groupLabelBorder: string;
1342
+ border: string;
1343
+ borderHover: string;
1344
+ borderDisabled: string;
1345
+ borderFocus: string;
1346
+ boxShadowFocus: string;
1347
+ loadingColor: string;
1348
+ loadingColorSuccess: string;
1349
+ borderSuccess: string;
1350
+ borderHoverSuccess: string;
1351
+ colorFocusSuccess: string;
1352
+ borderFocusSuccess: string;
1353
+ boxShadowFocusSuccess: string;
1354
+ caretColorSuccess: string;
1355
+ loadingColorWarning: string;
1356
+ borderWarning: string;
1357
+ borderHoverWarning: string;
1358
+ colorFocusWarning: string;
1359
+ borderFocusWarning: string;
1360
+ boxShadowFocusWarning: string;
1361
+ caretColorWarning: string;
1362
+ loadingColorError: string;
1363
+ borderError: string;
1364
+ borderHoverError: string;
1365
+ colorFocusError: string;
1366
+ borderFocusError: string;
1367
+ boxShadowFocusError: string;
1368
+ caretColorError: string;
1369
+ clearColor: string;
1370
+ clearColorHover: string;
1371
+ clearColorPressed: string;
1372
+ iconColor: string;
1373
+ iconColorDisabled: string;
1374
+ iconColorHover: string;
1375
+ iconColorPressed: string;
1376
+ suffixTextColor: string;
1377
+ selectionColor: string;
1378
+ }, any>;
764
1379
  }>;
765
1380
  Input: import("../../_mixins").Theme<"Input", {
766
1381
  paddingTiny: string;
@@ -901,6 +1516,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
901
1516
  iconBgColor: string;
902
1517
  extraTextColor: string;
903
1518
  }, any>;
1519
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1520
+ fontWeight: string;
1521
+ textColor: string;
1522
+ descriptionTextColor: string;
1523
+ textColorDisabled: string;
1524
+ descriptionTextColorDisabled: string;
1525
+ fontSizeLarge: string;
1526
+ fontSizeMedium: string;
1527
+ fontSizeSmall: string;
1528
+ lineHeightLarge: string;
1529
+ lineHeightMedium: string;
1530
+ lineHeightSmall: string;
1531
+ borderRadiusLarge: string;
1532
+ borderRadiusMedium: string;
1533
+ borderRadiusSmall: string;
1534
+ color: string;
1535
+ colorHover: string;
1536
+ colorFocus: string;
1537
+ colorActive: string;
1538
+ colorChecked: string;
1539
+ colorHoverChecked: string;
1540
+ colorFocusChecked: string;
1541
+ colorActiveChecked: string;
1542
+ colorDisabled: string;
1543
+ colorDisabledChecked: string;
1544
+ checkMarkColor: string;
1545
+ checkMarkColorHover: string;
1546
+ checkMarkColorFocus: string;
1547
+ checkMarkColorActive: string;
1548
+ checkMarkColorDisabled: string;
1549
+ checkMarkColorDisabledChecked: string;
1550
+ border: string;
1551
+ borderHover: string;
1552
+ borderFocus: string;
1553
+ borderActive: string;
1554
+ borderChecked: string;
1555
+ borderHoverChecked: string;
1556
+ borderFocusChecked: string;
1557
+ borderActiveChecked: string;
1558
+ borderDisabled: string;
1559
+ borderDisabledChecked: string;
1560
+ boxShadowHover: string;
1561
+ boxShadowFocus: string;
1562
+ boxShadowActive: string;
1563
+ boxShadowHoverChecked: string;
1564
+ boxShadowFocusChecked: string;
1565
+ boxShadowActiveChecked: string;
1566
+ sizeSmall: string;
1567
+ sizeMedium: string;
1568
+ sizeLarge: string;
1569
+ labelPadding: string;
1570
+ }, any>;
1571
+ Input: import("../../_mixins").Theme<"Input", {
1572
+ paddingTiny: string;
1573
+ paddingSmall: string;
1574
+ paddingMedium: string;
1575
+ paddingLarge: string;
1576
+ paddingHuge: string;
1577
+ clearSize: string;
1578
+ countTextColorDisabled: string;
1579
+ countTextColor: string;
1580
+ heightTiny: string;
1581
+ heightSmall: string;
1582
+ heightMedium: string;
1583
+ heightLarge: string;
1584
+ heightHuge: string;
1585
+ fontSizeTiny: string;
1586
+ fontSizeSmall: string;
1587
+ fontSizeMedium: string;
1588
+ fontSizeLarge: string;
1589
+ fontSizeHuge: string;
1590
+ lineHeight: string;
1591
+ lineHeightTextarea: string;
1592
+ borderRadius: string;
1593
+ iconSize: string;
1594
+ groupLabelTextColor: string;
1595
+ textColor: string;
1596
+ textColorDisabled: string;
1597
+ textDecorationColor: string;
1598
+ caretColor: string;
1599
+ placeholderColor: string;
1600
+ placeholderColorDisabled: string;
1601
+ color: string;
1602
+ colorDisabled: string;
1603
+ colorFocus: string;
1604
+ groupLabelBorder: string;
1605
+ border: string;
1606
+ borderHover: string;
1607
+ borderDisabled: string;
1608
+ borderFocus: string;
1609
+ boxShadowFocus: string;
1610
+ loadingColor: string;
1611
+ loadingColorSuccess: string;
1612
+ borderSuccess: string;
1613
+ borderHoverSuccess: string;
1614
+ colorFocusSuccess: string;
1615
+ borderFocusSuccess: string;
1616
+ boxShadowFocusSuccess: string;
1617
+ caretColorSuccess: string;
1618
+ loadingColorWarning: string;
1619
+ borderWarning: string;
1620
+ borderHoverWarning: string;
1621
+ colorFocusWarning: string;
1622
+ borderFocusWarning: string;
1623
+ boxShadowFocusWarning: string;
1624
+ caretColorWarning: string;
1625
+ loadingColorError: string;
1626
+ borderError: string;
1627
+ borderHoverError: string;
1628
+ colorFocusError: string;
1629
+ borderFocusError: string;
1630
+ boxShadowFocusError: string;
1631
+ caretColorError: string;
1632
+ clearColor: string;
1633
+ clearColorHover: string;
1634
+ clearColorPressed: string;
1635
+ iconColor: string;
1636
+ iconColorDisabled: string;
1637
+ iconColorHover: string;
1638
+ iconColorPressed: string;
1639
+ suffixTextColor: string;
1640
+ selectionColor: string;
1641
+ }, any>;
904
1642
  }>;
905
1643
  Input: import("../../_mixins").Theme<"Input", {
906
1644
  paddingTiny: string;
@@ -1023,20 +1761,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1023
1761
  getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
1024
1762
  prev: () => void;
1025
1763
  next: () => void;
1764
+ focusSearchInput: () => void;
1026
1765
  } | null, {
1027
1766
  selfRef: HTMLElement | null;
1028
1767
  getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
1029
1768
  prev: () => void;
1030
1769
  next: () => void;
1770
+ focusSearchInput: () => void;
1031
1771
  } | {
1032
1772
  selfRef: HTMLElement | null;
1033
1773
  getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
1034
1774
  prev: () => void;
1035
1775
  next: () => void;
1776
+ focusSearchInput: () => void;
1036
1777
  } | null>;
1037
1778
  triggerElRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1038
1779
  treeMate: import("vue").ComputedRef<import("treemate").TreeMate<SelectBaseOption<string | number, string | ((option: SelectBaseOption<string | number, string | /*elided*/ any>, selected: boolean) => import("vue").VNodeChild)>, SelectGroupOption, SelectIgnoredOption>>;
1039
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">;
1780
+ mergedSize: import("vue").ComputedRef<"small" | "tiny" | "medium" | "large" | "huge">;
1040
1781
  mergedDisabled: import("vue").ComputedRef<boolean>;
1041
1782
  active: import("vue").ComputedRef<boolean>;
1042
1783
  mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
@@ -1120,6 +1861,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1120
1861
  iconBgColor: string;
1121
1862
  extraTextColor: string;
1122
1863
  }, any>;
1864
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1865
+ fontWeight: string;
1866
+ textColor: string;
1867
+ descriptionTextColor: string;
1868
+ textColorDisabled: string;
1869
+ descriptionTextColorDisabled: string;
1870
+ fontSizeLarge: string;
1871
+ fontSizeMedium: string;
1872
+ fontSizeSmall: string;
1873
+ lineHeightLarge: string;
1874
+ lineHeightMedium: string;
1875
+ lineHeightSmall: string;
1876
+ borderRadiusLarge: string;
1877
+ borderRadiusMedium: string;
1878
+ borderRadiusSmall: string;
1879
+ color: string;
1880
+ colorHover: string;
1881
+ colorFocus: string;
1882
+ colorActive: string;
1883
+ colorChecked: string;
1884
+ colorHoverChecked: string;
1885
+ colorFocusChecked: string;
1886
+ colorActiveChecked: string;
1887
+ colorDisabled: string;
1888
+ colorDisabledChecked: string;
1889
+ checkMarkColor: string;
1890
+ checkMarkColorHover: string;
1891
+ checkMarkColorFocus: string;
1892
+ checkMarkColorActive: string;
1893
+ checkMarkColorDisabled: string;
1894
+ checkMarkColorDisabledChecked: string;
1895
+ border: string;
1896
+ borderHover: string;
1897
+ borderFocus: string;
1898
+ borderActive: string;
1899
+ borderChecked: string;
1900
+ borderHoverChecked: string;
1901
+ borderFocusChecked: string;
1902
+ borderActiveChecked: string;
1903
+ borderDisabled: string;
1904
+ borderDisabledChecked: string;
1905
+ boxShadowHover: string;
1906
+ boxShadowFocus: string;
1907
+ boxShadowActive: string;
1908
+ boxShadowHoverChecked: string;
1909
+ boxShadowFocusChecked: string;
1910
+ boxShadowActiveChecked: string;
1911
+ sizeSmall: string;
1912
+ sizeMedium: string;
1913
+ sizeLarge: string;
1914
+ labelPadding: string;
1915
+ }, any>;
1916
+ Input: import("../../_mixins").Theme<"Input", {
1917
+ paddingTiny: string;
1918
+ paddingSmall: string;
1919
+ paddingMedium: string;
1920
+ paddingLarge: string;
1921
+ paddingHuge: string;
1922
+ clearSize: string;
1923
+ countTextColorDisabled: string;
1924
+ countTextColor: string;
1925
+ heightTiny: string;
1926
+ heightSmall: string;
1927
+ heightMedium: string;
1928
+ heightLarge: string;
1929
+ heightHuge: string;
1930
+ fontSizeTiny: string;
1931
+ fontSizeSmall: string;
1932
+ fontSizeMedium: string;
1933
+ fontSizeLarge: string;
1934
+ fontSizeHuge: string;
1935
+ lineHeight: string;
1936
+ lineHeightTextarea: string;
1937
+ borderRadius: string;
1938
+ iconSize: string;
1939
+ groupLabelTextColor: string;
1940
+ textColor: string;
1941
+ textColorDisabled: string;
1942
+ textDecorationColor: string;
1943
+ caretColor: string;
1944
+ placeholderColor: string;
1945
+ placeholderColorDisabled: string;
1946
+ color: string;
1947
+ colorDisabled: string;
1948
+ colorFocus: string;
1949
+ groupLabelBorder: string;
1950
+ border: string;
1951
+ borderHover: string;
1952
+ borderDisabled: string;
1953
+ borderFocus: string;
1954
+ boxShadowFocus: string;
1955
+ loadingColor: string;
1956
+ loadingColorSuccess: string;
1957
+ borderSuccess: string;
1958
+ borderHoverSuccess: string;
1959
+ colorFocusSuccess: string;
1960
+ borderFocusSuccess: string;
1961
+ boxShadowFocusSuccess: string;
1962
+ caretColorSuccess: string;
1963
+ loadingColorWarning: string;
1964
+ borderWarning: string;
1965
+ borderHoverWarning: string;
1966
+ colorFocusWarning: string;
1967
+ borderFocusWarning: string;
1968
+ boxShadowFocusWarning: string;
1969
+ caretColorWarning: string;
1970
+ loadingColorError: string;
1971
+ borderError: string;
1972
+ borderHoverError: string;
1973
+ colorFocusError: string;
1974
+ borderFocusError: string;
1975
+ boxShadowFocusError: string;
1976
+ caretColorError: string;
1977
+ clearColor: string;
1978
+ clearColorHover: string;
1979
+ clearColorPressed: string;
1980
+ iconColor: string;
1981
+ iconColorDisabled: string;
1982
+ iconColorHover: string;
1983
+ iconColorPressed: string;
1984
+ suffixTextColor: string;
1985
+ selectionColor: string;
1986
+ }, any>;
1123
1987
  }>;
1124
1988
  Input: import("../../_mixins").Theme<"Input", {
1125
1989
  paddingTiny: string;
@@ -1227,6 +2091,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1227
2091
  iconBgColor: string;
1228
2092
  extraTextColor: string;
1229
2093
  }, any>> | undefined;
2094
+ Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
2095
+ fontWeight: string;
2096
+ textColor: string;
2097
+ descriptionTextColor: string;
2098
+ textColorDisabled: string;
2099
+ descriptionTextColorDisabled: string;
2100
+ fontSizeLarge: string;
2101
+ fontSizeMedium: string;
2102
+ fontSizeSmall: string;
2103
+ lineHeightLarge: string;
2104
+ lineHeightMedium: string;
2105
+ lineHeightSmall: string;
2106
+ borderRadiusLarge: string;
2107
+ borderRadiusMedium: string;
2108
+ borderRadiusSmall: string;
2109
+ color: string;
2110
+ colorHover: string;
2111
+ colorFocus: string;
2112
+ colorActive: string;
2113
+ colorChecked: string;
2114
+ colorHoverChecked: string;
2115
+ colorFocusChecked: string;
2116
+ colorActiveChecked: string;
2117
+ colorDisabled: string;
2118
+ colorDisabledChecked: string;
2119
+ checkMarkColor: string;
2120
+ checkMarkColorHover: string;
2121
+ checkMarkColorFocus: string;
2122
+ checkMarkColorActive: string;
2123
+ checkMarkColorDisabled: string;
2124
+ checkMarkColorDisabledChecked: string;
2125
+ border: string;
2126
+ borderHover: string;
2127
+ borderFocus: string;
2128
+ borderActive: string;
2129
+ borderChecked: string;
2130
+ borderHoverChecked: string;
2131
+ borderFocusChecked: string;
2132
+ borderActiveChecked: string;
2133
+ borderDisabled: string;
2134
+ borderDisabledChecked: string;
2135
+ boxShadowHover: string;
2136
+ boxShadowFocus: string;
2137
+ boxShadowActive: string;
2138
+ boxShadowHoverChecked: string;
2139
+ boxShadowFocusChecked: string;
2140
+ boxShadowActiveChecked: string;
2141
+ sizeSmall: string;
2142
+ sizeMedium: string;
2143
+ sizeLarge: string;
2144
+ labelPadding: string;
2145
+ }, any>> | undefined;
2146
+ Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
2147
+ paddingTiny: string;
2148
+ paddingSmall: string;
2149
+ paddingMedium: string;
2150
+ paddingLarge: string;
2151
+ paddingHuge: string;
2152
+ clearSize: string;
2153
+ countTextColorDisabled: string;
2154
+ countTextColor: string;
2155
+ heightTiny: string;
2156
+ heightSmall: string;
2157
+ heightMedium: string;
2158
+ heightLarge: string;
2159
+ heightHuge: string;
2160
+ fontSizeTiny: string;
2161
+ fontSizeSmall: string;
2162
+ fontSizeMedium: string;
2163
+ fontSizeLarge: string;
2164
+ fontSizeHuge: string;
2165
+ lineHeight: string;
2166
+ lineHeightTextarea: string;
2167
+ borderRadius: string;
2168
+ iconSize: string;
2169
+ groupLabelTextColor: string;
2170
+ textColor: string;
2171
+ textColorDisabled: string;
2172
+ textDecorationColor: string;
2173
+ caretColor: string;
2174
+ placeholderColor: string;
2175
+ placeholderColorDisabled: string;
2176
+ color: string;
2177
+ colorDisabled: string;
2178
+ colorFocus: string;
2179
+ groupLabelBorder: string;
2180
+ border: string;
2181
+ borderHover: string;
2182
+ borderDisabled: string;
2183
+ borderFocus: string;
2184
+ boxShadowFocus: string;
2185
+ loadingColor: string;
2186
+ loadingColorSuccess: string;
2187
+ borderSuccess: string;
2188
+ borderHoverSuccess: string;
2189
+ colorFocusSuccess: string;
2190
+ borderFocusSuccess: string;
2191
+ boxShadowFocusSuccess: string;
2192
+ caretColorSuccess: string;
2193
+ loadingColorWarning: string;
2194
+ borderWarning: string;
2195
+ borderHoverWarning: string;
2196
+ colorFocusWarning: string;
2197
+ borderFocusWarning: string;
2198
+ boxShadowFocusWarning: string;
2199
+ caretColorWarning: string;
2200
+ loadingColorError: string;
2201
+ borderError: string;
2202
+ borderHoverError: string;
2203
+ colorFocusError: string;
2204
+ borderFocusError: string;
2205
+ boxShadowFocusError: string;
2206
+ caretColorError: string;
2207
+ clearColor: string;
2208
+ clearColorHover: string;
2209
+ clearColorPressed: string;
2210
+ iconColor: string;
2211
+ iconColorDisabled: string;
2212
+ iconColorHover: string;
2213
+ iconColorPressed: string;
2214
+ suffixTextColor: string;
2215
+ selectionColor: string;
2216
+ }, any>> | undefined;
1230
2217
  } | undefined;
1231
2218
  } | undefined;
1232
2219
  Input?: {
@@ -1345,31 +2332,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1345
2332
  width: string;
1346
2333
  borderRadius: string;
1347
2334
  color: string;
1348
- colorHover: string;
1349
- railInsetHorizontalBottom: string;
1350
- railInsetHorizontalTop: string;
1351
- railInsetVerticalRight: string;
1352
- railInsetVerticalLeft: string;
1353
- railColor: string;
1354
- }, any>;
1355
- Empty: import("../../_mixins").Theme<"Empty", {
1356
- iconSizeSmall: string;
1357
- iconSizeMedium: string;
1358
- iconSizeLarge: string;
1359
- iconSizeHuge: string;
1360
- titleFontSizeSmall: string;
1361
- titleFontSizeMedium: string;
1362
- titleFontSizeLarge: string;
1363
- titleFontSizeHuge: string;
1364
- descriptionFontSizeSmall: string;
1365
- descriptionFontSizeMedium: string;
1366
- descriptionFontSizeLarge: string;
1367
- descriptionFontSizeHuge: string;
1368
- titleColor: string;
1369
- descriptionColor: string;
2335
+ colorHover: string;
2336
+ railInsetHorizontalBottom: string;
2337
+ railInsetHorizontalTop: string;
2338
+ railInsetVerticalRight: string;
2339
+ railInsetVerticalLeft: string;
2340
+ railColor: string;
2341
+ }, any>;
2342
+ Empty: import("../../_mixins").Theme<"Empty", {
2343
+ iconSizeSmall: string;
2344
+ iconSizeMedium: string;
2345
+ iconSizeLarge: string;
2346
+ iconSizeHuge: string;
2347
+ titleFontSizeSmall: string;
2348
+ titleFontSizeMedium: string;
2349
+ titleFontSizeLarge: string;
2350
+ titleFontSizeHuge: string;
2351
+ descriptionFontSizeSmall: string;
2352
+ descriptionFontSizeMedium: string;
2353
+ descriptionFontSizeLarge: string;
2354
+ descriptionFontSizeHuge: string;
2355
+ titleColor: string;
2356
+ descriptionColor: string;
2357
+ iconColor: string;
2358
+ iconBgColor: string;
2359
+ extraTextColor: string;
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;
1370
2477
  iconColor: string;
1371
- iconBgColor: string;
1372
- extraTextColor: string;
2478
+ iconColorDisabled: string;
2479
+ iconColorHover: string;
2480
+ iconColorPressed: string;
2481
+ suffixTextColor: string;
2482
+ selectionColor: string;
1373
2483
  }, any>;
1374
2484
  }>;
1375
2485
  Input: import("../../_mixins").Theme<"Input", {
@@ -1511,6 +2621,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1511
2621
  iconBgColor: string;
1512
2622
  extraTextColor: string;
1513
2623
  }, any>;
2624
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2625
+ fontWeight: string;
2626
+ textColor: string;
2627
+ descriptionTextColor: string;
2628
+ textColorDisabled: string;
2629
+ descriptionTextColorDisabled: string;
2630
+ fontSizeLarge: string;
2631
+ fontSizeMedium: string;
2632
+ fontSizeSmall: string;
2633
+ lineHeightLarge: string;
2634
+ lineHeightMedium: string;
2635
+ lineHeightSmall: string;
2636
+ borderRadiusLarge: string;
2637
+ borderRadiusMedium: string;
2638
+ borderRadiusSmall: string;
2639
+ color: string;
2640
+ colorHover: string;
2641
+ colorFocus: string;
2642
+ colorActive: string;
2643
+ colorChecked: string;
2644
+ colorHoverChecked: string;
2645
+ colorFocusChecked: string;
2646
+ colorActiveChecked: string;
2647
+ colorDisabled: string;
2648
+ colorDisabledChecked: string;
2649
+ checkMarkColor: string;
2650
+ checkMarkColorHover: string;
2651
+ checkMarkColorFocus: string;
2652
+ checkMarkColorActive: string;
2653
+ checkMarkColorDisabled: string;
2654
+ checkMarkColorDisabledChecked: string;
2655
+ border: string;
2656
+ borderHover: string;
2657
+ borderFocus: string;
2658
+ borderActive: string;
2659
+ borderChecked: string;
2660
+ borderHoverChecked: string;
2661
+ borderFocusChecked: string;
2662
+ borderActiveChecked: string;
2663
+ borderDisabled: string;
2664
+ borderDisabledChecked: string;
2665
+ boxShadowHover: string;
2666
+ boxShadowFocus: string;
2667
+ boxShadowActive: string;
2668
+ boxShadowHoverChecked: string;
2669
+ boxShadowFocusChecked: string;
2670
+ boxShadowActiveChecked: string;
2671
+ sizeSmall: string;
2672
+ sizeMedium: string;
2673
+ sizeLarge: string;
2674
+ labelPadding: string;
2675
+ }, any>;
2676
+ Input: import("../../_mixins").Theme<"Input", {
2677
+ paddingTiny: string;
2678
+ paddingSmall: string;
2679
+ paddingMedium: string;
2680
+ paddingLarge: string;
2681
+ paddingHuge: string;
2682
+ clearSize: string;
2683
+ countTextColorDisabled: string;
2684
+ countTextColor: string;
2685
+ heightTiny: string;
2686
+ heightSmall: string;
2687
+ heightMedium: string;
2688
+ heightLarge: string;
2689
+ heightHuge: string;
2690
+ fontSizeTiny: string;
2691
+ fontSizeSmall: string;
2692
+ fontSizeMedium: string;
2693
+ fontSizeLarge: string;
2694
+ fontSizeHuge: string;
2695
+ lineHeight: string;
2696
+ lineHeightTextarea: string;
2697
+ borderRadius: string;
2698
+ iconSize: string;
2699
+ groupLabelTextColor: string;
2700
+ textColor: string;
2701
+ textColorDisabled: string;
2702
+ textDecorationColor: string;
2703
+ caretColor: string;
2704
+ placeholderColor: string;
2705
+ placeholderColorDisabled: string;
2706
+ color: string;
2707
+ colorDisabled: string;
2708
+ colorFocus: string;
2709
+ groupLabelBorder: string;
2710
+ border: string;
2711
+ borderHover: string;
2712
+ borderDisabled: string;
2713
+ borderFocus: string;
2714
+ boxShadowFocus: string;
2715
+ loadingColor: string;
2716
+ loadingColorSuccess: string;
2717
+ borderSuccess: string;
2718
+ borderHoverSuccess: string;
2719
+ colorFocusSuccess: string;
2720
+ borderFocusSuccess: string;
2721
+ boxShadowFocusSuccess: string;
2722
+ caretColorSuccess: string;
2723
+ loadingColorWarning: string;
2724
+ borderWarning: string;
2725
+ borderHoverWarning: string;
2726
+ colorFocusWarning: string;
2727
+ borderFocusWarning: string;
2728
+ boxShadowFocusWarning: string;
2729
+ caretColorWarning: string;
2730
+ loadingColorError: string;
2731
+ borderError: string;
2732
+ borderHoverError: string;
2733
+ colorFocusError: string;
2734
+ borderFocusError: string;
2735
+ boxShadowFocusError: string;
2736
+ caretColorError: string;
2737
+ clearColor: string;
2738
+ clearColorHover: string;
2739
+ clearColorPressed: string;
2740
+ iconColor: string;
2741
+ iconColorDisabled: string;
2742
+ iconColorHover: string;
2743
+ iconColorPressed: string;
2744
+ suffixTextColor: string;
2745
+ selectionColor: string;
2746
+ }, any>;
1514
2747
  }>;
1515
2748
  Input: import("../../_mixins").Theme<"Input", {
1516
2749
  paddingTiny: string;
@@ -1651,6 +2884,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1651
2884
  iconBgColor: string;
1652
2885
  extraTextColor: string;
1653
2886
  }, any>;
2887
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2888
+ fontWeight: string;
2889
+ textColor: string;
2890
+ descriptionTextColor: string;
2891
+ textColorDisabled: string;
2892
+ descriptionTextColorDisabled: string;
2893
+ fontSizeLarge: string;
2894
+ fontSizeMedium: string;
2895
+ fontSizeSmall: string;
2896
+ lineHeightLarge: string;
2897
+ lineHeightMedium: string;
2898
+ lineHeightSmall: string;
2899
+ borderRadiusLarge: string;
2900
+ borderRadiusMedium: string;
2901
+ borderRadiusSmall: string;
2902
+ color: string;
2903
+ colorHover: string;
2904
+ colorFocus: string;
2905
+ colorActive: string;
2906
+ colorChecked: string;
2907
+ colorHoverChecked: string;
2908
+ colorFocusChecked: string;
2909
+ colorActiveChecked: string;
2910
+ colorDisabled: string;
2911
+ colorDisabledChecked: string;
2912
+ checkMarkColor: string;
2913
+ checkMarkColorHover: string;
2914
+ checkMarkColorFocus: string;
2915
+ checkMarkColorActive: string;
2916
+ checkMarkColorDisabled: string;
2917
+ checkMarkColorDisabledChecked: string;
2918
+ border: string;
2919
+ borderHover: string;
2920
+ borderFocus: string;
2921
+ borderActive: string;
2922
+ borderChecked: string;
2923
+ borderHoverChecked: string;
2924
+ borderFocusChecked: string;
2925
+ borderActiveChecked: string;
2926
+ borderDisabled: string;
2927
+ borderDisabledChecked: string;
2928
+ boxShadowHover: string;
2929
+ boxShadowFocus: string;
2930
+ boxShadowActive: string;
2931
+ boxShadowHoverChecked: string;
2932
+ boxShadowFocusChecked: string;
2933
+ boxShadowActiveChecked: string;
2934
+ sizeSmall: string;
2935
+ sizeMedium: string;
2936
+ sizeLarge: string;
2937
+ labelPadding: string;
2938
+ }, any>;
2939
+ Input: import("../../_mixins").Theme<"Input", {
2940
+ paddingTiny: string;
2941
+ paddingSmall: string;
2942
+ paddingMedium: string;
2943
+ paddingLarge: string;
2944
+ paddingHuge: string;
2945
+ clearSize: string;
2946
+ countTextColorDisabled: string;
2947
+ countTextColor: string;
2948
+ heightTiny: string;
2949
+ heightSmall: string;
2950
+ heightMedium: string;
2951
+ heightLarge: string;
2952
+ heightHuge: string;
2953
+ fontSizeTiny: string;
2954
+ fontSizeSmall: string;
2955
+ fontSizeMedium: string;
2956
+ fontSizeLarge: string;
2957
+ fontSizeHuge: string;
2958
+ lineHeight: string;
2959
+ lineHeightTextarea: string;
2960
+ borderRadius: string;
2961
+ iconSize: string;
2962
+ groupLabelTextColor: string;
2963
+ textColor: string;
2964
+ textColorDisabled: string;
2965
+ textDecorationColor: string;
2966
+ caretColor: string;
2967
+ placeholderColor: string;
2968
+ placeholderColorDisabled: string;
2969
+ color: string;
2970
+ colorDisabled: string;
2971
+ colorFocus: string;
2972
+ groupLabelBorder: string;
2973
+ border: string;
2974
+ borderHover: string;
2975
+ borderDisabled: string;
2976
+ borderFocus: string;
2977
+ boxShadowFocus: string;
2978
+ loadingColor: string;
2979
+ loadingColorSuccess: string;
2980
+ borderSuccess: string;
2981
+ borderHoverSuccess: string;
2982
+ colorFocusSuccess: string;
2983
+ borderFocusSuccess: string;
2984
+ boxShadowFocusSuccess: string;
2985
+ caretColorSuccess: string;
2986
+ loadingColorWarning: string;
2987
+ borderWarning: string;
2988
+ borderHoverWarning: string;
2989
+ colorFocusWarning: string;
2990
+ borderFocusWarning: string;
2991
+ boxShadowFocusWarning: string;
2992
+ caretColorWarning: string;
2993
+ loadingColorError: string;
2994
+ borderError: string;
2995
+ borderHoverError: string;
2996
+ colorFocusError: string;
2997
+ borderFocusError: string;
2998
+ boxShadowFocusError: string;
2999
+ caretColorError: string;
3000
+ clearColor: string;
3001
+ clearColorHover: string;
3002
+ clearColorPressed: string;
3003
+ iconColor: string;
3004
+ iconColorDisabled: string;
3005
+ iconColorHover: string;
3006
+ iconColorPressed: string;
3007
+ suffixTextColor: string;
3008
+ selectionColor: string;
3009
+ }, any>;
1654
3010
  }>;
1655
3011
  Input: import("../../_mixins").Theme<"Input", {
1656
3012
  paddingTiny: string;
@@ -1726,17 +3082,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1726
3082
  }>>>;
1727
3083
  }>> & Readonly<{}>, {
1728
3084
  readonly bordered: boolean | undefined;
1729
- readonly disabled: boolean | undefined;
1730
- readonly to: string | boolean | HTMLElement;
1731
- readonly options: AutoCompleteOptions;
1732
3085
  readonly loading: boolean;
3086
+ readonly to: string | boolean | HTMLElement;
1733
3087
  readonly append: boolean;
1734
3088
  readonly clearable: boolean;
1735
3089
  readonly defaultValue: string | null;
3090
+ readonly disabled: boolean | undefined;
1736
3091
  readonly resetMenuOnOptionsChange: boolean;
1737
3092
  readonly placement: FollowerPlacement;
1738
3093
  readonly blurAfterSelect: boolean;
1739
3094
  readonly clearAfterSelect: boolean;
1740
3095
  readonly showEmpty: boolean;
3096
+ readonly options: AutoCompleteOptions;
1741
3097
  }, SlotsType<AutoCompleteSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1742
3098
  export default _default;