@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
@@ -137,6 +137,129 @@ export declare const mentionProps: {
137
137
  iconBgColor: string;
138
138
  extraTextColor: string;
139
139
  }, any>;
140
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
141
+ fontWeight: string;
142
+ textColor: string;
143
+ descriptionTextColor: string;
144
+ textColorDisabled: string;
145
+ descriptionTextColorDisabled: string;
146
+ fontSizeLarge: string;
147
+ fontSizeMedium: string;
148
+ fontSizeSmall: string;
149
+ lineHeightLarge: string;
150
+ lineHeightMedium: string;
151
+ lineHeightSmall: string;
152
+ borderRadiusLarge: string;
153
+ borderRadiusMedium: string;
154
+ borderRadiusSmall: string;
155
+ color: string;
156
+ colorHover: string;
157
+ colorFocus: string;
158
+ colorActive: string;
159
+ colorChecked: string;
160
+ colorHoverChecked: string;
161
+ colorFocusChecked: string;
162
+ colorActiveChecked: string;
163
+ colorDisabled: string;
164
+ colorDisabledChecked: string;
165
+ checkMarkColor: string;
166
+ checkMarkColorHover: string;
167
+ checkMarkColorFocus: string;
168
+ checkMarkColorActive: string;
169
+ checkMarkColorDisabled: string;
170
+ checkMarkColorDisabledChecked: string;
171
+ border: string;
172
+ borderHover: string;
173
+ borderFocus: string;
174
+ borderActive: string;
175
+ borderChecked: string;
176
+ borderHoverChecked: string;
177
+ borderFocusChecked: string;
178
+ borderActiveChecked: string;
179
+ borderDisabled: string;
180
+ borderDisabledChecked: string;
181
+ boxShadowHover: string;
182
+ boxShadowFocus: string;
183
+ boxShadowActive: string;
184
+ boxShadowHoverChecked: string;
185
+ boxShadowFocusChecked: string;
186
+ boxShadowActiveChecked: string;
187
+ sizeSmall: string;
188
+ sizeMedium: string;
189
+ sizeLarge: string;
190
+ labelPadding: string;
191
+ }, any>;
192
+ Input: import("../../_mixins").Theme<"Input", {
193
+ paddingTiny: string;
194
+ paddingSmall: string;
195
+ paddingMedium: string;
196
+ paddingLarge: string;
197
+ paddingHuge: string;
198
+ clearSize: string;
199
+ countTextColorDisabled: string;
200
+ countTextColor: string;
201
+ heightTiny: string;
202
+ heightSmall: string;
203
+ heightMedium: string;
204
+ heightLarge: string;
205
+ heightHuge: string;
206
+ fontSizeTiny: string;
207
+ fontSizeSmall: string;
208
+ fontSizeMedium: string;
209
+ fontSizeLarge: string;
210
+ fontSizeHuge: string;
211
+ lineHeight: string;
212
+ lineHeightTextarea: string;
213
+ borderRadius: string;
214
+ iconSize: string;
215
+ groupLabelTextColor: string;
216
+ textColor: string;
217
+ textColorDisabled: string;
218
+ textDecorationColor: string;
219
+ caretColor: string;
220
+ placeholderColor: string;
221
+ placeholderColorDisabled: string;
222
+ color: string;
223
+ colorDisabled: string;
224
+ colorFocus: string;
225
+ groupLabelBorder: string;
226
+ border: string;
227
+ borderHover: string;
228
+ borderDisabled: string;
229
+ borderFocus: string;
230
+ boxShadowFocus: string;
231
+ loadingColor: string;
232
+ loadingColorSuccess: string;
233
+ borderSuccess: string;
234
+ borderHoverSuccess: string;
235
+ colorFocusSuccess: string;
236
+ borderFocusSuccess: string;
237
+ boxShadowFocusSuccess: string;
238
+ caretColorSuccess: string;
239
+ loadingColorWarning: string;
240
+ borderWarning: string;
241
+ borderHoverWarning: string;
242
+ colorFocusWarning: string;
243
+ borderFocusWarning: string;
244
+ boxShadowFocusWarning: string;
245
+ caretColorWarning: string;
246
+ loadingColorError: string;
247
+ borderError: string;
248
+ borderHoverError: string;
249
+ colorFocusError: string;
250
+ borderFocusError: string;
251
+ boxShadowFocusError: string;
252
+ caretColorError: string;
253
+ clearColor: string;
254
+ clearColorHover: string;
255
+ clearColorPressed: string;
256
+ iconColor: string;
257
+ iconColorDisabled: string;
258
+ iconColorHover: string;
259
+ iconColorPressed: string;
260
+ suffixTextColor: string;
261
+ selectionColor: string;
262
+ }, any>;
140
263
  }>;
141
264
  Input: import("../../_mixins").Theme<"Input", {
142
265
  paddingTiny: string;
@@ -277,6 +400,129 @@ export declare const mentionProps: {
277
400
  iconBgColor: string;
278
401
  extraTextColor: string;
279
402
  }, any>;
403
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
404
+ fontWeight: string;
405
+ textColor: string;
406
+ descriptionTextColor: string;
407
+ textColorDisabled: string;
408
+ descriptionTextColorDisabled: string;
409
+ fontSizeLarge: string;
410
+ fontSizeMedium: string;
411
+ fontSizeSmall: string;
412
+ lineHeightLarge: string;
413
+ lineHeightMedium: string;
414
+ lineHeightSmall: string;
415
+ borderRadiusLarge: string;
416
+ borderRadiusMedium: string;
417
+ borderRadiusSmall: string;
418
+ color: string;
419
+ colorHover: string;
420
+ colorFocus: string;
421
+ colorActive: string;
422
+ colorChecked: string;
423
+ colorHoverChecked: string;
424
+ colorFocusChecked: string;
425
+ colorActiveChecked: string;
426
+ colorDisabled: string;
427
+ colorDisabledChecked: string;
428
+ checkMarkColor: string;
429
+ checkMarkColorHover: string;
430
+ checkMarkColorFocus: string;
431
+ checkMarkColorActive: string;
432
+ checkMarkColorDisabled: string;
433
+ checkMarkColorDisabledChecked: string;
434
+ border: string;
435
+ borderHover: string;
436
+ borderFocus: string;
437
+ borderActive: string;
438
+ borderChecked: string;
439
+ borderHoverChecked: string;
440
+ borderFocusChecked: string;
441
+ borderActiveChecked: string;
442
+ borderDisabled: string;
443
+ borderDisabledChecked: string;
444
+ boxShadowHover: string;
445
+ boxShadowFocus: string;
446
+ boxShadowActive: string;
447
+ boxShadowHoverChecked: string;
448
+ boxShadowFocusChecked: string;
449
+ boxShadowActiveChecked: string;
450
+ sizeSmall: string;
451
+ sizeMedium: string;
452
+ sizeLarge: string;
453
+ labelPadding: string;
454
+ }, any>;
455
+ Input: import("../../_mixins").Theme<"Input", {
456
+ paddingTiny: string;
457
+ paddingSmall: string;
458
+ paddingMedium: string;
459
+ paddingLarge: string;
460
+ paddingHuge: string;
461
+ clearSize: string;
462
+ countTextColorDisabled: string;
463
+ countTextColor: string;
464
+ heightTiny: string;
465
+ heightSmall: string;
466
+ heightMedium: string;
467
+ heightLarge: string;
468
+ heightHuge: string;
469
+ fontSizeTiny: string;
470
+ fontSizeSmall: string;
471
+ fontSizeMedium: string;
472
+ fontSizeLarge: string;
473
+ fontSizeHuge: string;
474
+ lineHeight: string;
475
+ lineHeightTextarea: string;
476
+ borderRadius: string;
477
+ iconSize: string;
478
+ groupLabelTextColor: string;
479
+ textColor: string;
480
+ textColorDisabled: string;
481
+ textDecorationColor: string;
482
+ caretColor: string;
483
+ placeholderColor: string;
484
+ placeholderColorDisabled: string;
485
+ color: string;
486
+ colorDisabled: string;
487
+ colorFocus: string;
488
+ groupLabelBorder: string;
489
+ border: string;
490
+ borderHover: string;
491
+ borderDisabled: string;
492
+ borderFocus: string;
493
+ boxShadowFocus: string;
494
+ loadingColor: string;
495
+ loadingColorSuccess: string;
496
+ borderSuccess: string;
497
+ borderHoverSuccess: string;
498
+ colorFocusSuccess: string;
499
+ borderFocusSuccess: string;
500
+ boxShadowFocusSuccess: string;
501
+ caretColorSuccess: string;
502
+ loadingColorWarning: string;
503
+ borderWarning: string;
504
+ borderHoverWarning: string;
505
+ colorFocusWarning: string;
506
+ borderFocusWarning: string;
507
+ boxShadowFocusWarning: string;
508
+ caretColorWarning: string;
509
+ loadingColorError: string;
510
+ borderError: string;
511
+ borderHoverError: string;
512
+ colorFocusError: string;
513
+ borderFocusError: string;
514
+ boxShadowFocusError: string;
515
+ caretColorError: string;
516
+ clearColor: string;
517
+ clearColorHover: string;
518
+ clearColorPressed: string;
519
+ iconColor: string;
520
+ iconColorDisabled: string;
521
+ iconColorHover: string;
522
+ iconColorPressed: string;
523
+ suffixTextColor: string;
524
+ selectionColor: string;
525
+ }, any>;
280
526
  }>;
281
527
  Input: import("../../_mixins").Theme<"Input", {
282
528
  paddingTiny: string;
@@ -417,6 +663,129 @@ export declare const mentionProps: {
417
663
  iconBgColor: string;
418
664
  extraTextColor: string;
419
665
  }, any>;
666
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
667
+ fontWeight: string;
668
+ textColor: string;
669
+ descriptionTextColor: string;
670
+ textColorDisabled: string;
671
+ descriptionTextColorDisabled: string;
672
+ fontSizeLarge: string;
673
+ fontSizeMedium: string;
674
+ fontSizeSmall: string;
675
+ lineHeightLarge: string;
676
+ lineHeightMedium: string;
677
+ lineHeightSmall: string;
678
+ borderRadiusLarge: string;
679
+ borderRadiusMedium: string;
680
+ borderRadiusSmall: string;
681
+ color: string;
682
+ colorHover: string;
683
+ colorFocus: string;
684
+ colorActive: string;
685
+ colorChecked: string;
686
+ colorHoverChecked: string;
687
+ colorFocusChecked: string;
688
+ colorActiveChecked: string;
689
+ colorDisabled: string;
690
+ colorDisabledChecked: string;
691
+ checkMarkColor: string;
692
+ checkMarkColorHover: string;
693
+ checkMarkColorFocus: string;
694
+ checkMarkColorActive: string;
695
+ checkMarkColorDisabled: string;
696
+ checkMarkColorDisabledChecked: string;
697
+ border: string;
698
+ borderHover: string;
699
+ borderFocus: string;
700
+ borderActive: string;
701
+ borderChecked: string;
702
+ borderHoverChecked: string;
703
+ borderFocusChecked: string;
704
+ borderActiveChecked: string;
705
+ borderDisabled: string;
706
+ borderDisabledChecked: string;
707
+ boxShadowHover: string;
708
+ boxShadowFocus: string;
709
+ boxShadowActive: string;
710
+ boxShadowHoverChecked: string;
711
+ boxShadowFocusChecked: string;
712
+ boxShadowActiveChecked: string;
713
+ sizeSmall: string;
714
+ sizeMedium: string;
715
+ sizeLarge: string;
716
+ labelPadding: string;
717
+ }, any>;
718
+ Input: import("../../_mixins").Theme<"Input", {
719
+ paddingTiny: string;
720
+ paddingSmall: string;
721
+ paddingMedium: string;
722
+ paddingLarge: string;
723
+ paddingHuge: string;
724
+ clearSize: string;
725
+ countTextColorDisabled: string;
726
+ countTextColor: string;
727
+ heightTiny: string;
728
+ heightSmall: string;
729
+ heightMedium: string;
730
+ heightLarge: string;
731
+ heightHuge: string;
732
+ fontSizeTiny: string;
733
+ fontSizeSmall: string;
734
+ fontSizeMedium: string;
735
+ fontSizeLarge: string;
736
+ fontSizeHuge: string;
737
+ lineHeight: string;
738
+ lineHeightTextarea: string;
739
+ borderRadius: string;
740
+ iconSize: string;
741
+ groupLabelTextColor: string;
742
+ textColor: string;
743
+ textColorDisabled: string;
744
+ textDecorationColor: string;
745
+ caretColor: string;
746
+ placeholderColor: string;
747
+ placeholderColorDisabled: string;
748
+ color: string;
749
+ colorDisabled: string;
750
+ colorFocus: string;
751
+ groupLabelBorder: string;
752
+ border: string;
753
+ borderHover: string;
754
+ borderDisabled: string;
755
+ borderFocus: string;
756
+ boxShadowFocus: string;
757
+ loadingColor: string;
758
+ loadingColorSuccess: string;
759
+ borderSuccess: string;
760
+ borderHoverSuccess: string;
761
+ colorFocusSuccess: string;
762
+ borderFocusSuccess: string;
763
+ boxShadowFocusSuccess: string;
764
+ caretColorSuccess: string;
765
+ loadingColorWarning: string;
766
+ borderWarning: string;
767
+ borderHoverWarning: string;
768
+ colorFocusWarning: string;
769
+ borderFocusWarning: string;
770
+ boxShadowFocusWarning: string;
771
+ caretColorWarning: string;
772
+ loadingColorError: string;
773
+ borderError: string;
774
+ borderHoverError: string;
775
+ colorFocusError: string;
776
+ borderFocusError: string;
777
+ boxShadowFocusError: string;
778
+ caretColorError: string;
779
+ clearColor: string;
780
+ clearColorHover: string;
781
+ clearColorPressed: string;
782
+ iconColor: string;
783
+ iconColorDisabled: string;
784
+ iconColorHover: string;
785
+ iconColorPressed: string;
786
+ suffixTextColor: string;
787
+ selectionColor: string;
788
+ }, any>;
420
789
  }>;
421
790
  Input: import("../../_mixins").Theme<"Input", {
422
791
  paddingTiny: string;
@@ -622,8 +991,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
622
991
  titleColor: string;
623
992
  descriptionColor: string;
624
993
  iconColor: string;
625
- iconBgColor: string;
626
- extraTextColor: string;
994
+ iconBgColor: string;
995
+ extraTextColor: string;
996
+ }, any>;
997
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
998
+ fontWeight: string;
999
+ textColor: string;
1000
+ descriptionTextColor: string;
1001
+ textColorDisabled: string;
1002
+ descriptionTextColorDisabled: string;
1003
+ fontSizeLarge: string;
1004
+ fontSizeMedium: string;
1005
+ fontSizeSmall: string;
1006
+ lineHeightLarge: string;
1007
+ lineHeightMedium: string;
1008
+ lineHeightSmall: string;
1009
+ borderRadiusLarge: string;
1010
+ borderRadiusMedium: string;
1011
+ borderRadiusSmall: string;
1012
+ color: string;
1013
+ colorHover: string;
1014
+ colorFocus: string;
1015
+ colorActive: string;
1016
+ colorChecked: string;
1017
+ colorHoverChecked: string;
1018
+ colorFocusChecked: string;
1019
+ colorActiveChecked: string;
1020
+ colorDisabled: string;
1021
+ colorDisabledChecked: string;
1022
+ checkMarkColor: string;
1023
+ checkMarkColorHover: string;
1024
+ checkMarkColorFocus: string;
1025
+ checkMarkColorActive: string;
1026
+ checkMarkColorDisabled: string;
1027
+ checkMarkColorDisabledChecked: string;
1028
+ border: string;
1029
+ borderHover: string;
1030
+ borderFocus: string;
1031
+ borderActive: string;
1032
+ borderChecked: string;
1033
+ borderHoverChecked: string;
1034
+ borderFocusChecked: string;
1035
+ borderActiveChecked: string;
1036
+ borderDisabled: string;
1037
+ borderDisabledChecked: string;
1038
+ boxShadowHover: string;
1039
+ boxShadowFocus: string;
1040
+ boxShadowActive: string;
1041
+ boxShadowHoverChecked: string;
1042
+ boxShadowFocusChecked: string;
1043
+ boxShadowActiveChecked: string;
1044
+ sizeSmall: string;
1045
+ sizeMedium: string;
1046
+ sizeLarge: string;
1047
+ labelPadding: string;
1048
+ }, any>;
1049
+ Input: import("../../_mixins").Theme<"Input", {
1050
+ paddingTiny: string;
1051
+ paddingSmall: string;
1052
+ paddingMedium: string;
1053
+ paddingLarge: string;
1054
+ paddingHuge: string;
1055
+ clearSize: string;
1056
+ countTextColorDisabled: string;
1057
+ countTextColor: string;
1058
+ heightTiny: string;
1059
+ heightSmall: string;
1060
+ heightMedium: string;
1061
+ heightLarge: string;
1062
+ heightHuge: string;
1063
+ fontSizeTiny: string;
1064
+ fontSizeSmall: string;
1065
+ fontSizeMedium: string;
1066
+ fontSizeLarge: string;
1067
+ fontSizeHuge: string;
1068
+ lineHeight: string;
1069
+ lineHeightTextarea: string;
1070
+ borderRadius: string;
1071
+ iconSize: string;
1072
+ groupLabelTextColor: string;
1073
+ textColor: string;
1074
+ textColorDisabled: string;
1075
+ textDecorationColor: string;
1076
+ caretColor: string;
1077
+ placeholderColor: string;
1078
+ placeholderColorDisabled: string;
1079
+ color: string;
1080
+ colorDisabled: string;
1081
+ colorFocus: string;
1082
+ groupLabelBorder: string;
1083
+ border: string;
1084
+ borderHover: string;
1085
+ borderDisabled: string;
1086
+ borderFocus: string;
1087
+ boxShadowFocus: string;
1088
+ loadingColor: string;
1089
+ loadingColorSuccess: string;
1090
+ borderSuccess: string;
1091
+ borderHoverSuccess: string;
1092
+ colorFocusSuccess: string;
1093
+ borderFocusSuccess: string;
1094
+ boxShadowFocusSuccess: string;
1095
+ caretColorSuccess: string;
1096
+ loadingColorWarning: string;
1097
+ borderWarning: string;
1098
+ borderHoverWarning: string;
1099
+ colorFocusWarning: string;
1100
+ borderFocusWarning: string;
1101
+ boxShadowFocusWarning: string;
1102
+ caretColorWarning: string;
1103
+ loadingColorError: string;
1104
+ borderError: string;
1105
+ borderHoverError: string;
1106
+ colorFocusError: string;
1107
+ borderFocusError: string;
1108
+ boxShadowFocusError: string;
1109
+ caretColorError: string;
1110
+ clearColor: string;
1111
+ clearColorHover: string;
1112
+ clearColorPressed: string;
1113
+ iconColor: string;
1114
+ iconColorDisabled: string;
1115
+ iconColorHover: string;
1116
+ iconColorPressed: string;
1117
+ suffixTextColor: string;
1118
+ selectionColor: string;
627
1119
  }, any>;
628
1120
  }>;
629
1121
  Input: import("../../_mixins").Theme<"Input", {
@@ -765,6 +1257,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
765
1257
  iconBgColor: string;
766
1258
  extraTextColor: string;
767
1259
  }, any>;
1260
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1261
+ fontWeight: string;
1262
+ textColor: string;
1263
+ descriptionTextColor: string;
1264
+ textColorDisabled: string;
1265
+ descriptionTextColorDisabled: string;
1266
+ fontSizeLarge: string;
1267
+ fontSizeMedium: string;
1268
+ fontSizeSmall: string;
1269
+ lineHeightLarge: string;
1270
+ lineHeightMedium: string;
1271
+ lineHeightSmall: string;
1272
+ borderRadiusLarge: string;
1273
+ borderRadiusMedium: string;
1274
+ borderRadiusSmall: string;
1275
+ color: string;
1276
+ colorHover: string;
1277
+ colorFocus: string;
1278
+ colorActive: string;
1279
+ colorChecked: string;
1280
+ colorHoverChecked: string;
1281
+ colorFocusChecked: string;
1282
+ colorActiveChecked: string;
1283
+ colorDisabled: string;
1284
+ colorDisabledChecked: string;
1285
+ checkMarkColor: string;
1286
+ checkMarkColorHover: string;
1287
+ checkMarkColorFocus: string;
1288
+ checkMarkColorActive: string;
1289
+ checkMarkColorDisabled: string;
1290
+ checkMarkColorDisabledChecked: string;
1291
+ border: string;
1292
+ borderHover: string;
1293
+ borderFocus: string;
1294
+ borderActive: string;
1295
+ borderChecked: string;
1296
+ borderHoverChecked: string;
1297
+ borderFocusChecked: string;
1298
+ borderActiveChecked: string;
1299
+ borderDisabled: string;
1300
+ borderDisabledChecked: string;
1301
+ boxShadowHover: string;
1302
+ boxShadowFocus: string;
1303
+ boxShadowActive: string;
1304
+ boxShadowHoverChecked: string;
1305
+ boxShadowFocusChecked: string;
1306
+ boxShadowActiveChecked: string;
1307
+ sizeSmall: string;
1308
+ sizeMedium: string;
1309
+ sizeLarge: string;
1310
+ labelPadding: string;
1311
+ }, any>;
1312
+ Input: import("../../_mixins").Theme<"Input", {
1313
+ paddingTiny: string;
1314
+ paddingSmall: string;
1315
+ paddingMedium: string;
1316
+ paddingLarge: string;
1317
+ paddingHuge: string;
1318
+ clearSize: string;
1319
+ countTextColorDisabled: string;
1320
+ countTextColor: string;
1321
+ heightTiny: string;
1322
+ heightSmall: string;
1323
+ heightMedium: string;
1324
+ heightLarge: string;
1325
+ heightHuge: string;
1326
+ fontSizeTiny: string;
1327
+ fontSizeSmall: string;
1328
+ fontSizeMedium: string;
1329
+ fontSizeLarge: string;
1330
+ fontSizeHuge: string;
1331
+ lineHeight: string;
1332
+ lineHeightTextarea: string;
1333
+ borderRadius: string;
1334
+ iconSize: string;
1335
+ groupLabelTextColor: string;
1336
+ textColor: string;
1337
+ textColorDisabled: string;
1338
+ textDecorationColor: string;
1339
+ caretColor: string;
1340
+ placeholderColor: string;
1341
+ placeholderColorDisabled: string;
1342
+ color: string;
1343
+ colorDisabled: string;
1344
+ colorFocus: string;
1345
+ groupLabelBorder: string;
1346
+ border: string;
1347
+ borderHover: string;
1348
+ borderDisabled: string;
1349
+ borderFocus: string;
1350
+ boxShadowFocus: string;
1351
+ loadingColor: string;
1352
+ loadingColorSuccess: string;
1353
+ borderSuccess: string;
1354
+ borderHoverSuccess: string;
1355
+ colorFocusSuccess: string;
1356
+ borderFocusSuccess: string;
1357
+ boxShadowFocusSuccess: string;
1358
+ caretColorSuccess: string;
1359
+ loadingColorWarning: string;
1360
+ borderWarning: string;
1361
+ borderHoverWarning: string;
1362
+ colorFocusWarning: string;
1363
+ borderFocusWarning: string;
1364
+ boxShadowFocusWarning: string;
1365
+ caretColorWarning: string;
1366
+ loadingColorError: string;
1367
+ borderError: string;
1368
+ borderHoverError: string;
1369
+ colorFocusError: string;
1370
+ borderFocusError: string;
1371
+ boxShadowFocusError: string;
1372
+ caretColorError: string;
1373
+ clearColor: string;
1374
+ clearColorHover: string;
1375
+ clearColorPressed: string;
1376
+ iconColor: string;
1377
+ iconColorDisabled: string;
1378
+ iconColorHover: string;
1379
+ iconColorPressed: string;
1380
+ suffixTextColor: string;
1381
+ selectionColor: string;
1382
+ }, any>;
768
1383
  }>;
769
1384
  Input: import("../../_mixins").Theme<"Input", {
770
1385
  paddingTiny: string;
@@ -905,6 +1520,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
905
1520
  iconBgColor: string;
906
1521
  extraTextColor: string;
907
1522
  }, any>;
1523
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1524
+ fontWeight: string;
1525
+ textColor: string;
1526
+ descriptionTextColor: string;
1527
+ textColorDisabled: string;
1528
+ descriptionTextColorDisabled: string;
1529
+ fontSizeLarge: string;
1530
+ fontSizeMedium: string;
1531
+ fontSizeSmall: string;
1532
+ lineHeightLarge: string;
1533
+ lineHeightMedium: string;
1534
+ lineHeightSmall: string;
1535
+ borderRadiusLarge: string;
1536
+ borderRadiusMedium: string;
1537
+ borderRadiusSmall: string;
1538
+ color: string;
1539
+ colorHover: string;
1540
+ colorFocus: string;
1541
+ colorActive: string;
1542
+ colorChecked: string;
1543
+ colorHoverChecked: string;
1544
+ colorFocusChecked: string;
1545
+ colorActiveChecked: string;
1546
+ colorDisabled: string;
1547
+ colorDisabledChecked: string;
1548
+ checkMarkColor: string;
1549
+ checkMarkColorHover: string;
1550
+ checkMarkColorFocus: string;
1551
+ checkMarkColorActive: string;
1552
+ checkMarkColorDisabled: string;
1553
+ checkMarkColorDisabledChecked: string;
1554
+ border: string;
1555
+ borderHover: string;
1556
+ borderFocus: string;
1557
+ borderActive: string;
1558
+ borderChecked: string;
1559
+ borderHoverChecked: string;
1560
+ borderFocusChecked: string;
1561
+ borderActiveChecked: string;
1562
+ borderDisabled: string;
1563
+ borderDisabledChecked: string;
1564
+ boxShadowHover: string;
1565
+ boxShadowFocus: string;
1566
+ boxShadowActive: string;
1567
+ boxShadowHoverChecked: string;
1568
+ boxShadowFocusChecked: string;
1569
+ boxShadowActiveChecked: string;
1570
+ sizeSmall: string;
1571
+ sizeMedium: string;
1572
+ sizeLarge: string;
1573
+ labelPadding: string;
1574
+ }, any>;
1575
+ Input: import("../../_mixins").Theme<"Input", {
1576
+ paddingTiny: string;
1577
+ paddingSmall: string;
1578
+ paddingMedium: string;
1579
+ paddingLarge: string;
1580
+ paddingHuge: string;
1581
+ clearSize: string;
1582
+ countTextColorDisabled: string;
1583
+ countTextColor: string;
1584
+ heightTiny: string;
1585
+ heightSmall: string;
1586
+ heightMedium: string;
1587
+ heightLarge: string;
1588
+ heightHuge: string;
1589
+ fontSizeTiny: string;
1590
+ fontSizeSmall: string;
1591
+ fontSizeMedium: string;
1592
+ fontSizeLarge: string;
1593
+ fontSizeHuge: string;
1594
+ lineHeight: string;
1595
+ lineHeightTextarea: string;
1596
+ borderRadius: string;
1597
+ iconSize: string;
1598
+ groupLabelTextColor: string;
1599
+ textColor: string;
1600
+ textColorDisabled: string;
1601
+ textDecorationColor: string;
1602
+ caretColor: string;
1603
+ placeholderColor: string;
1604
+ placeholderColorDisabled: string;
1605
+ color: string;
1606
+ colorDisabled: string;
1607
+ colorFocus: string;
1608
+ groupLabelBorder: string;
1609
+ border: string;
1610
+ borderHover: string;
1611
+ borderDisabled: string;
1612
+ borderFocus: string;
1613
+ boxShadowFocus: string;
1614
+ loadingColor: string;
1615
+ loadingColorSuccess: string;
1616
+ borderSuccess: string;
1617
+ borderHoverSuccess: string;
1618
+ colorFocusSuccess: string;
1619
+ borderFocusSuccess: string;
1620
+ boxShadowFocusSuccess: string;
1621
+ caretColorSuccess: string;
1622
+ loadingColorWarning: string;
1623
+ borderWarning: string;
1624
+ borderHoverWarning: string;
1625
+ colorFocusWarning: string;
1626
+ borderFocusWarning: string;
1627
+ boxShadowFocusWarning: string;
1628
+ caretColorWarning: string;
1629
+ loadingColorError: string;
1630
+ borderError: string;
1631
+ borderHoverError: string;
1632
+ colorFocusError: string;
1633
+ borderFocusError: string;
1634
+ boxShadowFocusError: string;
1635
+ caretColorError: string;
1636
+ clearColor: string;
1637
+ clearColorHover: string;
1638
+ clearColorPressed: string;
1639
+ iconColor: string;
1640
+ iconColorDisabled: string;
1641
+ iconColorHover: string;
1642
+ iconColorPressed: string;
1643
+ suffixTextColor: string;
1644
+ selectionColor: string;
1645
+ }, any>;
908
1646
  }>;
909
1647
  Input: import("../../_mixins").Theme<"Input", {
910
1648
  paddingTiny: string;
@@ -982,7 +1720,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
982
1720
  namespace: import("vue").ComputedRef<string | undefined>;
983
1721
  mergedClsPrefix: import("vue").Ref<string, string>;
984
1722
  mergedBordered: import("vue").ComputedRef<boolean>;
985
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">;
1723
+ mergedSize: import("vue").ComputedRef<"small" | "tiny" | "medium" | "large" | "huge">;
986
1724
  mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
987
1725
  mergedTheme: import("vue").ComputedRef<{
988
1726
  common: import("../..").ThemeCommonVars;
@@ -1054,6 +1792,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1054
1792
  iconBgColor: string;
1055
1793
  extraTextColor: string;
1056
1794
  }, any>;
1795
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1796
+ fontWeight: string;
1797
+ textColor: string;
1798
+ descriptionTextColor: string;
1799
+ textColorDisabled: string;
1800
+ descriptionTextColorDisabled: string;
1801
+ fontSizeLarge: string;
1802
+ fontSizeMedium: string;
1803
+ fontSizeSmall: string;
1804
+ lineHeightLarge: string;
1805
+ lineHeightMedium: string;
1806
+ lineHeightSmall: string;
1807
+ borderRadiusLarge: string;
1808
+ borderRadiusMedium: string;
1809
+ borderRadiusSmall: string;
1810
+ color: string;
1811
+ colorHover: string;
1812
+ colorFocus: string;
1813
+ colorActive: string;
1814
+ colorChecked: string;
1815
+ colorHoverChecked: string;
1816
+ colorFocusChecked: string;
1817
+ colorActiveChecked: string;
1818
+ colorDisabled: string;
1819
+ colorDisabledChecked: string;
1820
+ checkMarkColor: string;
1821
+ checkMarkColorHover: string;
1822
+ checkMarkColorFocus: string;
1823
+ checkMarkColorActive: string;
1824
+ checkMarkColorDisabled: string;
1825
+ checkMarkColorDisabledChecked: string;
1826
+ border: string;
1827
+ borderHover: string;
1828
+ borderFocus: string;
1829
+ borderActive: string;
1830
+ borderChecked: string;
1831
+ borderHoverChecked: string;
1832
+ borderFocusChecked: string;
1833
+ borderActiveChecked: string;
1834
+ borderDisabled: string;
1835
+ borderDisabledChecked: string;
1836
+ boxShadowHover: string;
1837
+ boxShadowFocus: string;
1838
+ boxShadowActive: string;
1839
+ boxShadowHoverChecked: string;
1840
+ boxShadowFocusChecked: string;
1841
+ boxShadowActiveChecked: string;
1842
+ sizeSmall: string;
1843
+ sizeMedium: string;
1844
+ sizeLarge: string;
1845
+ labelPadding: string;
1846
+ }, any>;
1847
+ Input: import("../../_mixins").Theme<"Input", {
1848
+ paddingTiny: string;
1849
+ paddingSmall: string;
1850
+ paddingMedium: string;
1851
+ paddingLarge: string;
1852
+ paddingHuge: string;
1853
+ clearSize: string;
1854
+ countTextColorDisabled: string;
1855
+ countTextColor: string;
1856
+ heightTiny: string;
1857
+ heightSmall: string;
1858
+ heightMedium: string;
1859
+ heightLarge: string;
1860
+ heightHuge: string;
1861
+ fontSizeTiny: string;
1862
+ fontSizeSmall: string;
1863
+ fontSizeMedium: string;
1864
+ fontSizeLarge: string;
1865
+ fontSizeHuge: string;
1866
+ lineHeight: string;
1867
+ lineHeightTextarea: string;
1868
+ borderRadius: string;
1869
+ iconSize: string;
1870
+ groupLabelTextColor: string;
1871
+ textColor: string;
1872
+ textColorDisabled: string;
1873
+ textDecorationColor: string;
1874
+ caretColor: string;
1875
+ placeholderColor: string;
1876
+ placeholderColorDisabled: string;
1877
+ color: string;
1878
+ colorDisabled: string;
1879
+ colorFocus: string;
1880
+ groupLabelBorder: string;
1881
+ border: string;
1882
+ borderHover: string;
1883
+ borderDisabled: string;
1884
+ borderFocus: string;
1885
+ boxShadowFocus: string;
1886
+ loadingColor: string;
1887
+ loadingColorSuccess: string;
1888
+ borderSuccess: string;
1889
+ borderHoverSuccess: string;
1890
+ colorFocusSuccess: string;
1891
+ borderFocusSuccess: string;
1892
+ boxShadowFocusSuccess: string;
1893
+ caretColorSuccess: string;
1894
+ loadingColorWarning: string;
1895
+ borderWarning: string;
1896
+ borderHoverWarning: string;
1897
+ colorFocusWarning: string;
1898
+ borderFocusWarning: string;
1899
+ boxShadowFocusWarning: string;
1900
+ caretColorWarning: string;
1901
+ loadingColorError: string;
1902
+ borderError: string;
1903
+ borderHoverError: string;
1904
+ colorFocusError: string;
1905
+ borderFocusError: string;
1906
+ boxShadowFocusError: string;
1907
+ caretColorError: string;
1908
+ clearColor: string;
1909
+ clearColorHover: string;
1910
+ clearColorPressed: string;
1911
+ iconColor: string;
1912
+ iconColorDisabled: string;
1913
+ iconColorHover: string;
1914
+ iconColorPressed: string;
1915
+ suffixTextColor: string;
1916
+ selectionColor: string;
1917
+ }, any>;
1057
1918
  }>;
1058
1919
  Input: import("../../_mixins").Theme<"Input", {
1059
1920
  paddingTiny: string;
@@ -1161,6 +2022,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1161
2022
  iconBgColor: string;
1162
2023
  extraTextColor: string;
1163
2024
  }, any>> | undefined;
2025
+ Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
2026
+ fontWeight: string;
2027
+ textColor: string;
2028
+ descriptionTextColor: string;
2029
+ textColorDisabled: string;
2030
+ descriptionTextColorDisabled: string;
2031
+ fontSizeLarge: string;
2032
+ fontSizeMedium: string;
2033
+ fontSizeSmall: string;
2034
+ lineHeightLarge: string;
2035
+ lineHeightMedium: string;
2036
+ lineHeightSmall: string;
2037
+ borderRadiusLarge: string;
2038
+ borderRadiusMedium: string;
2039
+ borderRadiusSmall: string;
2040
+ color: string;
2041
+ colorHover: string;
2042
+ colorFocus: string;
2043
+ colorActive: string;
2044
+ colorChecked: string;
2045
+ colorHoverChecked: string;
2046
+ colorFocusChecked: string;
2047
+ colorActiveChecked: string;
2048
+ colorDisabled: string;
2049
+ colorDisabledChecked: string;
2050
+ checkMarkColor: string;
2051
+ checkMarkColorHover: string;
2052
+ checkMarkColorFocus: string;
2053
+ checkMarkColorActive: string;
2054
+ checkMarkColorDisabled: string;
2055
+ checkMarkColorDisabledChecked: string;
2056
+ border: string;
2057
+ borderHover: string;
2058
+ borderFocus: string;
2059
+ borderActive: string;
2060
+ borderChecked: string;
2061
+ borderHoverChecked: string;
2062
+ borderFocusChecked: string;
2063
+ borderActiveChecked: string;
2064
+ borderDisabled: string;
2065
+ borderDisabledChecked: string;
2066
+ boxShadowHover: string;
2067
+ boxShadowFocus: string;
2068
+ boxShadowActive: string;
2069
+ boxShadowHoverChecked: string;
2070
+ boxShadowFocusChecked: string;
2071
+ boxShadowActiveChecked: string;
2072
+ sizeSmall: string;
2073
+ sizeMedium: string;
2074
+ sizeLarge: string;
2075
+ labelPadding: string;
2076
+ }, any>> | undefined;
2077
+ Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
2078
+ paddingTiny: string;
2079
+ paddingSmall: string;
2080
+ paddingMedium: string;
2081
+ paddingLarge: string;
2082
+ paddingHuge: string;
2083
+ clearSize: string;
2084
+ countTextColorDisabled: string;
2085
+ countTextColor: string;
2086
+ heightTiny: string;
2087
+ heightSmall: string;
2088
+ heightMedium: string;
2089
+ heightLarge: string;
2090
+ heightHuge: string;
2091
+ fontSizeTiny: string;
2092
+ fontSizeSmall: string;
2093
+ fontSizeMedium: string;
2094
+ fontSizeLarge: string;
2095
+ fontSizeHuge: string;
2096
+ lineHeight: string;
2097
+ lineHeightTextarea: string;
2098
+ borderRadius: string;
2099
+ iconSize: string;
2100
+ groupLabelTextColor: string;
2101
+ textColor: string;
2102
+ textColorDisabled: string;
2103
+ textDecorationColor: string;
2104
+ caretColor: string;
2105
+ placeholderColor: string;
2106
+ placeholderColorDisabled: string;
2107
+ color: string;
2108
+ colorDisabled: string;
2109
+ colorFocus: string;
2110
+ groupLabelBorder: string;
2111
+ border: string;
2112
+ borderHover: string;
2113
+ borderDisabled: string;
2114
+ borderFocus: string;
2115
+ boxShadowFocus: string;
2116
+ loadingColor: string;
2117
+ loadingColorSuccess: string;
2118
+ borderSuccess: string;
2119
+ borderHoverSuccess: string;
2120
+ colorFocusSuccess: string;
2121
+ borderFocusSuccess: string;
2122
+ boxShadowFocusSuccess: string;
2123
+ caretColorSuccess: string;
2124
+ loadingColorWarning: string;
2125
+ borderWarning: string;
2126
+ borderHoverWarning: string;
2127
+ colorFocusWarning: string;
2128
+ borderFocusWarning: string;
2129
+ boxShadowFocusWarning: string;
2130
+ caretColorWarning: string;
2131
+ loadingColorError: string;
2132
+ borderError: string;
2133
+ borderHoverError: string;
2134
+ colorFocusError: string;
2135
+ borderFocusError: string;
2136
+ boxShadowFocusError: string;
2137
+ caretColorError: string;
2138
+ clearColor: string;
2139
+ clearColorHover: string;
2140
+ clearColorPressed: string;
2141
+ iconColor: string;
2142
+ iconColorDisabled: string;
2143
+ iconColorHover: string;
2144
+ iconColorPressed: string;
2145
+ suffixTextColor: string;
2146
+ selectionColor: string;
2147
+ }, any>> | undefined;
1164
2148
  } | undefined;
1165
2149
  } | undefined;
1166
2150
  Input?: {
@@ -1176,16 +2160,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1176
2160
  getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
1177
2161
  prev: () => void;
1178
2162
  next: () => void;
2163
+ focusSearchInput: () => void;
1179
2164
  } | null, {
1180
2165
  selfRef: HTMLElement | null;
1181
2166
  getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
1182
2167
  prev: () => void;
1183
2168
  next: () => void;
2169
+ focusSearchInput: () => void;
1184
2170
  } | {
1185
2171
  selfRef: HTMLElement | null;
1186
2172
  getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
1187
2173
  prev: () => void;
1188
2174
  next: () => void;
2175
+ focusSearchInput: () => void;
1189
2176
  } | null>;
1190
2177
  inputInstRef: import("vue").Ref<{
1191
2178
  wrapperElRef: HTMLElement | null;
@@ -1350,31 +2337,154 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1350
2337
  width: string;
1351
2338
  borderRadius: string;
1352
2339
  color: string;
1353
- colorHover: string;
1354
- railInsetHorizontalBottom: string;
1355
- railInsetHorizontalTop: string;
1356
- railInsetVerticalRight: string;
1357
- railInsetVerticalLeft: string;
1358
- railColor: string;
1359
- }, any>;
1360
- Empty: import("../../_mixins").Theme<"Empty", {
1361
- iconSizeSmall: string;
1362
- iconSizeMedium: string;
1363
- iconSizeLarge: string;
1364
- iconSizeHuge: string;
1365
- titleFontSizeSmall: string;
1366
- titleFontSizeMedium: string;
1367
- titleFontSizeLarge: string;
1368
- titleFontSizeHuge: string;
1369
- descriptionFontSizeSmall: string;
1370
- descriptionFontSizeMedium: string;
1371
- descriptionFontSizeLarge: string;
1372
- descriptionFontSizeHuge: string;
1373
- titleColor: string;
1374
- descriptionColor: string;
2340
+ colorHover: string;
2341
+ railInsetHorizontalBottom: string;
2342
+ railInsetHorizontalTop: string;
2343
+ railInsetVerticalRight: string;
2344
+ railInsetVerticalLeft: string;
2345
+ railColor: string;
2346
+ }, any>;
2347
+ Empty: import("../../_mixins").Theme<"Empty", {
2348
+ iconSizeSmall: string;
2349
+ iconSizeMedium: string;
2350
+ iconSizeLarge: string;
2351
+ iconSizeHuge: string;
2352
+ titleFontSizeSmall: string;
2353
+ titleFontSizeMedium: string;
2354
+ titleFontSizeLarge: string;
2355
+ titleFontSizeHuge: string;
2356
+ descriptionFontSizeSmall: string;
2357
+ descriptionFontSizeMedium: string;
2358
+ descriptionFontSizeLarge: string;
2359
+ descriptionFontSizeHuge: string;
2360
+ titleColor: string;
2361
+ descriptionColor: string;
2362
+ iconColor: string;
2363
+ iconBgColor: string;
2364
+ extraTextColor: string;
2365
+ }, any>;
2366
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2367
+ fontWeight: string;
2368
+ textColor: string;
2369
+ descriptionTextColor: string;
2370
+ textColorDisabled: string;
2371
+ descriptionTextColorDisabled: string;
2372
+ fontSizeLarge: string;
2373
+ fontSizeMedium: string;
2374
+ fontSizeSmall: string;
2375
+ lineHeightLarge: string;
2376
+ lineHeightMedium: string;
2377
+ lineHeightSmall: string;
2378
+ borderRadiusLarge: string;
2379
+ borderRadiusMedium: string;
2380
+ borderRadiusSmall: string;
2381
+ color: string;
2382
+ colorHover: string;
2383
+ colorFocus: string;
2384
+ colorActive: string;
2385
+ colorChecked: string;
2386
+ colorHoverChecked: string;
2387
+ colorFocusChecked: string;
2388
+ colorActiveChecked: string;
2389
+ colorDisabled: string;
2390
+ colorDisabledChecked: string;
2391
+ checkMarkColor: string;
2392
+ checkMarkColorHover: string;
2393
+ checkMarkColorFocus: string;
2394
+ checkMarkColorActive: string;
2395
+ checkMarkColorDisabled: string;
2396
+ checkMarkColorDisabledChecked: string;
2397
+ border: string;
2398
+ borderHover: string;
2399
+ borderFocus: string;
2400
+ borderActive: string;
2401
+ borderChecked: string;
2402
+ borderHoverChecked: string;
2403
+ borderFocusChecked: string;
2404
+ borderActiveChecked: string;
2405
+ borderDisabled: string;
2406
+ borderDisabledChecked: string;
2407
+ boxShadowHover: string;
2408
+ boxShadowFocus: string;
2409
+ boxShadowActive: string;
2410
+ boxShadowHoverChecked: string;
2411
+ boxShadowFocusChecked: string;
2412
+ boxShadowActiveChecked: string;
2413
+ sizeSmall: string;
2414
+ sizeMedium: string;
2415
+ sizeLarge: string;
2416
+ labelPadding: string;
2417
+ }, any>;
2418
+ Input: import("../../_mixins").Theme<"Input", {
2419
+ paddingTiny: string;
2420
+ paddingSmall: string;
2421
+ paddingMedium: string;
2422
+ paddingLarge: string;
2423
+ paddingHuge: string;
2424
+ clearSize: string;
2425
+ countTextColorDisabled: string;
2426
+ countTextColor: string;
2427
+ heightTiny: string;
2428
+ heightSmall: string;
2429
+ heightMedium: string;
2430
+ heightLarge: string;
2431
+ heightHuge: string;
2432
+ fontSizeTiny: string;
2433
+ fontSizeSmall: string;
2434
+ fontSizeMedium: string;
2435
+ fontSizeLarge: string;
2436
+ fontSizeHuge: string;
2437
+ lineHeight: string;
2438
+ lineHeightTextarea: string;
2439
+ borderRadius: string;
2440
+ iconSize: string;
2441
+ groupLabelTextColor: string;
2442
+ textColor: string;
2443
+ textColorDisabled: string;
2444
+ textDecorationColor: string;
2445
+ caretColor: string;
2446
+ placeholderColor: string;
2447
+ placeholderColorDisabled: string;
2448
+ color: string;
2449
+ colorDisabled: string;
2450
+ colorFocus: string;
2451
+ groupLabelBorder: string;
2452
+ border: string;
2453
+ borderHover: string;
2454
+ borderDisabled: string;
2455
+ borderFocus: string;
2456
+ boxShadowFocus: string;
2457
+ loadingColor: string;
2458
+ loadingColorSuccess: string;
2459
+ borderSuccess: string;
2460
+ borderHoverSuccess: string;
2461
+ colorFocusSuccess: string;
2462
+ borderFocusSuccess: string;
2463
+ boxShadowFocusSuccess: string;
2464
+ caretColorSuccess: string;
2465
+ loadingColorWarning: string;
2466
+ borderWarning: string;
2467
+ borderHoverWarning: string;
2468
+ colorFocusWarning: string;
2469
+ borderFocusWarning: string;
2470
+ boxShadowFocusWarning: string;
2471
+ caretColorWarning: string;
2472
+ loadingColorError: string;
2473
+ borderError: string;
2474
+ borderHoverError: string;
2475
+ colorFocusError: string;
2476
+ borderFocusError: string;
2477
+ boxShadowFocusError: string;
2478
+ caretColorError: string;
2479
+ clearColor: string;
2480
+ clearColorHover: string;
2481
+ clearColorPressed: string;
1375
2482
  iconColor: string;
1376
- iconBgColor: string;
1377
- extraTextColor: string;
2483
+ iconColorDisabled: string;
2484
+ iconColorHover: string;
2485
+ iconColorPressed: string;
2486
+ suffixTextColor: string;
2487
+ selectionColor: string;
1378
2488
  }, any>;
1379
2489
  }>;
1380
2490
  Input: import("../../_mixins").Theme<"Input", {
@@ -1516,6 +2626,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1516
2626
  iconBgColor: string;
1517
2627
  extraTextColor: string;
1518
2628
  }, any>;
2629
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2630
+ fontWeight: string;
2631
+ textColor: string;
2632
+ descriptionTextColor: string;
2633
+ textColorDisabled: string;
2634
+ descriptionTextColorDisabled: string;
2635
+ fontSizeLarge: string;
2636
+ fontSizeMedium: string;
2637
+ fontSizeSmall: string;
2638
+ lineHeightLarge: string;
2639
+ lineHeightMedium: string;
2640
+ lineHeightSmall: string;
2641
+ borderRadiusLarge: string;
2642
+ borderRadiusMedium: string;
2643
+ borderRadiusSmall: string;
2644
+ color: string;
2645
+ colorHover: string;
2646
+ colorFocus: string;
2647
+ colorActive: string;
2648
+ colorChecked: string;
2649
+ colorHoverChecked: string;
2650
+ colorFocusChecked: string;
2651
+ colorActiveChecked: string;
2652
+ colorDisabled: string;
2653
+ colorDisabledChecked: string;
2654
+ checkMarkColor: string;
2655
+ checkMarkColorHover: string;
2656
+ checkMarkColorFocus: string;
2657
+ checkMarkColorActive: string;
2658
+ checkMarkColorDisabled: string;
2659
+ checkMarkColorDisabledChecked: string;
2660
+ border: string;
2661
+ borderHover: string;
2662
+ borderFocus: string;
2663
+ borderActive: string;
2664
+ borderChecked: string;
2665
+ borderHoverChecked: string;
2666
+ borderFocusChecked: string;
2667
+ borderActiveChecked: string;
2668
+ borderDisabled: string;
2669
+ borderDisabledChecked: string;
2670
+ boxShadowHover: string;
2671
+ boxShadowFocus: string;
2672
+ boxShadowActive: string;
2673
+ boxShadowHoverChecked: string;
2674
+ boxShadowFocusChecked: string;
2675
+ boxShadowActiveChecked: string;
2676
+ sizeSmall: string;
2677
+ sizeMedium: string;
2678
+ sizeLarge: string;
2679
+ labelPadding: string;
2680
+ }, any>;
2681
+ Input: import("../../_mixins").Theme<"Input", {
2682
+ paddingTiny: string;
2683
+ paddingSmall: string;
2684
+ paddingMedium: string;
2685
+ paddingLarge: string;
2686
+ paddingHuge: string;
2687
+ clearSize: string;
2688
+ countTextColorDisabled: string;
2689
+ countTextColor: string;
2690
+ heightTiny: string;
2691
+ heightSmall: string;
2692
+ heightMedium: string;
2693
+ heightLarge: string;
2694
+ heightHuge: string;
2695
+ fontSizeTiny: string;
2696
+ fontSizeSmall: string;
2697
+ fontSizeMedium: string;
2698
+ fontSizeLarge: string;
2699
+ fontSizeHuge: string;
2700
+ lineHeight: string;
2701
+ lineHeightTextarea: string;
2702
+ borderRadius: string;
2703
+ iconSize: string;
2704
+ groupLabelTextColor: string;
2705
+ textColor: string;
2706
+ textColorDisabled: string;
2707
+ textDecorationColor: string;
2708
+ caretColor: string;
2709
+ placeholderColor: string;
2710
+ placeholderColorDisabled: string;
2711
+ color: string;
2712
+ colorDisabled: string;
2713
+ colorFocus: string;
2714
+ groupLabelBorder: string;
2715
+ border: string;
2716
+ borderHover: string;
2717
+ borderDisabled: string;
2718
+ borderFocus: string;
2719
+ boxShadowFocus: string;
2720
+ loadingColor: string;
2721
+ loadingColorSuccess: string;
2722
+ borderSuccess: string;
2723
+ borderHoverSuccess: string;
2724
+ colorFocusSuccess: string;
2725
+ borderFocusSuccess: string;
2726
+ boxShadowFocusSuccess: string;
2727
+ caretColorSuccess: string;
2728
+ loadingColorWarning: string;
2729
+ borderWarning: string;
2730
+ borderHoverWarning: string;
2731
+ colorFocusWarning: string;
2732
+ borderFocusWarning: string;
2733
+ boxShadowFocusWarning: string;
2734
+ caretColorWarning: string;
2735
+ loadingColorError: string;
2736
+ borderError: string;
2737
+ borderHoverError: string;
2738
+ colorFocusError: string;
2739
+ borderFocusError: string;
2740
+ boxShadowFocusError: string;
2741
+ caretColorError: string;
2742
+ clearColor: string;
2743
+ clearColorHover: string;
2744
+ clearColorPressed: string;
2745
+ iconColor: string;
2746
+ iconColorDisabled: string;
2747
+ iconColorHover: string;
2748
+ iconColorPressed: string;
2749
+ suffixTextColor: string;
2750
+ selectionColor: string;
2751
+ }, any>;
1519
2752
  }>;
1520
2753
  Input: import("../../_mixins").Theme<"Input", {
1521
2754
  paddingTiny: string;
@@ -1656,6 +2889,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1656
2889
  iconBgColor: string;
1657
2890
  extraTextColor: string;
1658
2891
  }, any>;
2892
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2893
+ fontWeight: string;
2894
+ textColor: string;
2895
+ descriptionTextColor: string;
2896
+ textColorDisabled: string;
2897
+ descriptionTextColorDisabled: string;
2898
+ fontSizeLarge: string;
2899
+ fontSizeMedium: string;
2900
+ fontSizeSmall: string;
2901
+ lineHeightLarge: string;
2902
+ lineHeightMedium: string;
2903
+ lineHeightSmall: string;
2904
+ borderRadiusLarge: string;
2905
+ borderRadiusMedium: string;
2906
+ borderRadiusSmall: string;
2907
+ color: string;
2908
+ colorHover: string;
2909
+ colorFocus: string;
2910
+ colorActive: string;
2911
+ colorChecked: string;
2912
+ colorHoverChecked: string;
2913
+ colorFocusChecked: string;
2914
+ colorActiveChecked: string;
2915
+ colorDisabled: string;
2916
+ colorDisabledChecked: string;
2917
+ checkMarkColor: string;
2918
+ checkMarkColorHover: string;
2919
+ checkMarkColorFocus: string;
2920
+ checkMarkColorActive: string;
2921
+ checkMarkColorDisabled: string;
2922
+ checkMarkColorDisabledChecked: string;
2923
+ border: string;
2924
+ borderHover: string;
2925
+ borderFocus: string;
2926
+ borderActive: string;
2927
+ borderChecked: string;
2928
+ borderHoverChecked: string;
2929
+ borderFocusChecked: string;
2930
+ borderActiveChecked: string;
2931
+ borderDisabled: string;
2932
+ borderDisabledChecked: string;
2933
+ boxShadowHover: string;
2934
+ boxShadowFocus: string;
2935
+ boxShadowActive: string;
2936
+ boxShadowHoverChecked: string;
2937
+ boxShadowFocusChecked: string;
2938
+ boxShadowActiveChecked: string;
2939
+ sizeSmall: string;
2940
+ sizeMedium: string;
2941
+ sizeLarge: string;
2942
+ labelPadding: string;
2943
+ }, any>;
2944
+ Input: import("../../_mixins").Theme<"Input", {
2945
+ paddingTiny: string;
2946
+ paddingSmall: string;
2947
+ paddingMedium: string;
2948
+ paddingLarge: string;
2949
+ paddingHuge: string;
2950
+ clearSize: string;
2951
+ countTextColorDisabled: string;
2952
+ countTextColor: string;
2953
+ heightTiny: string;
2954
+ heightSmall: string;
2955
+ heightMedium: string;
2956
+ heightLarge: string;
2957
+ heightHuge: string;
2958
+ fontSizeTiny: string;
2959
+ fontSizeSmall: string;
2960
+ fontSizeMedium: string;
2961
+ fontSizeLarge: string;
2962
+ fontSizeHuge: string;
2963
+ lineHeight: string;
2964
+ lineHeightTextarea: string;
2965
+ borderRadius: string;
2966
+ iconSize: string;
2967
+ groupLabelTextColor: string;
2968
+ textColor: string;
2969
+ textColorDisabled: string;
2970
+ textDecorationColor: string;
2971
+ caretColor: string;
2972
+ placeholderColor: string;
2973
+ placeholderColorDisabled: string;
2974
+ color: string;
2975
+ colorDisabled: string;
2976
+ colorFocus: string;
2977
+ groupLabelBorder: string;
2978
+ border: string;
2979
+ borderHover: string;
2980
+ borderDisabled: string;
2981
+ borderFocus: string;
2982
+ boxShadowFocus: string;
2983
+ loadingColor: string;
2984
+ loadingColorSuccess: string;
2985
+ borderSuccess: string;
2986
+ borderHoverSuccess: string;
2987
+ colorFocusSuccess: string;
2988
+ borderFocusSuccess: string;
2989
+ boxShadowFocusSuccess: string;
2990
+ caretColorSuccess: string;
2991
+ loadingColorWarning: string;
2992
+ borderWarning: string;
2993
+ borderHoverWarning: string;
2994
+ colorFocusWarning: string;
2995
+ borderFocusWarning: string;
2996
+ boxShadowFocusWarning: string;
2997
+ caretColorWarning: string;
2998
+ loadingColorError: string;
2999
+ borderError: string;
3000
+ borderHoverError: string;
3001
+ colorFocusError: string;
3002
+ borderFocusError: string;
3003
+ boxShadowFocusError: string;
3004
+ caretColorError: string;
3005
+ clearColor: string;
3006
+ clearColorHover: string;
3007
+ clearColorPressed: string;
3008
+ iconColor: string;
3009
+ iconColorDisabled: string;
3010
+ iconColorHover: string;
3011
+ iconColorPressed: string;
3012
+ suffixTextColor: string;
3013
+ selectionColor: string;
3014
+ }, any>;
1659
3015
  }>;
1660
3016
  Input: import("../../_mixins").Theme<"Input", {
1661
3017
  paddingTiny: string;
@@ -1731,15 +3087,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1731
3087
  }>>>;
1732
3088
  }>> & Readonly<{}>, {
1733
3089
  readonly bordered: boolean | undefined;
1734
- readonly disabled: boolean;
1735
- readonly type: "textarea" | "text";
1736
- readonly filter: (pattern: string, option: MentionOption) => boolean;
1737
- readonly to: string | boolean | HTMLElement;
1738
- readonly options: MentionOption[];
1739
3090
  readonly placeholder: string;
1740
3091
  readonly loading: boolean;
3092
+ readonly filter: (pattern: string, option: MentionOption) => boolean;
3093
+ readonly type: "textarea" | "text";
3094
+ readonly to: string | boolean | HTMLElement;
1741
3095
  readonly defaultValue: string;
3096
+ readonly disabled: boolean;
1742
3097
  readonly placement: FollowerPlacement;
3098
+ readonly options: MentionOption[];
1743
3099
  readonly separator: string;
1744
3100
  readonly prefix: string | string[];
1745
3101
  readonly internalDebug: boolean;