@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
@@ -10,6 +10,10 @@ export declare const chatMainAreaProps: {
10
10
  readonly type: PropType<ChatListItemData>;
11
11
  readonly default: undefined;
12
12
  };
13
+ readonly inputValue: {
14
+ readonly type: StringConstructor;
15
+ readonly default: undefined;
16
+ };
13
17
  readonly messages: {
14
18
  readonly type: PropType<ChatMessageData[]>;
15
19
  readonly default: () => never[];
@@ -126,6 +130,10 @@ export declare const chatMainAreaProps: {
126
130
  readonly type: PropType<(value: string, chatId: ChatId) => void>;
127
131
  readonly default: undefined;
128
132
  };
133
+ readonly 'onUpdate:inputValue': {
134
+ readonly type: PropType<(value: string) => void>;
135
+ readonly default: undefined;
136
+ };
129
137
  readonly onChatClose: {
130
138
  readonly type: PropType<() => void>;
131
139
  readonly default: undefined;
@@ -471,6 +479,129 @@ export declare const chatMainAreaProps: {
471
479
  iconBgColor: string;
472
480
  extraTextColor: string;
473
481
  }, any>;
482
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
483
+ fontWeight: string;
484
+ textColor: string;
485
+ descriptionTextColor: string;
486
+ textColorDisabled: string;
487
+ descriptionTextColorDisabled: string;
488
+ fontSizeLarge: string;
489
+ fontSizeMedium: string;
490
+ fontSizeSmall: string;
491
+ lineHeightLarge: string;
492
+ lineHeightMedium: string;
493
+ lineHeightSmall: string;
494
+ borderRadiusLarge: string;
495
+ borderRadiusMedium: string;
496
+ borderRadiusSmall: string;
497
+ color: string;
498
+ colorHover: string;
499
+ colorFocus: string;
500
+ colorActive: string;
501
+ colorChecked: string;
502
+ colorHoverChecked: string;
503
+ colorFocusChecked: string;
504
+ colorActiveChecked: string;
505
+ colorDisabled: string;
506
+ colorDisabledChecked: string;
507
+ checkMarkColor: string;
508
+ checkMarkColorHover: string;
509
+ checkMarkColorFocus: string;
510
+ checkMarkColorActive: string;
511
+ checkMarkColorDisabled: string;
512
+ checkMarkColorDisabledChecked: string;
513
+ border: string;
514
+ borderHover: string;
515
+ borderFocus: string;
516
+ borderActive: string;
517
+ borderChecked: string;
518
+ borderHoverChecked: string;
519
+ borderFocusChecked: string;
520
+ borderActiveChecked: string;
521
+ borderDisabled: string;
522
+ borderDisabledChecked: string;
523
+ boxShadowHover: string;
524
+ boxShadowFocus: string;
525
+ boxShadowActive: string;
526
+ boxShadowHoverChecked: string;
527
+ boxShadowFocusChecked: string;
528
+ boxShadowActiveChecked: string;
529
+ sizeSmall: string;
530
+ sizeMedium: string;
531
+ sizeLarge: string;
532
+ labelPadding: string;
533
+ }, any>;
534
+ Input: import("../../_mixins").Theme<"Input", {
535
+ paddingTiny: string;
536
+ paddingSmall: string;
537
+ paddingMedium: string;
538
+ paddingLarge: string;
539
+ paddingHuge: string;
540
+ clearSize: string;
541
+ countTextColorDisabled: string;
542
+ countTextColor: string;
543
+ heightTiny: string;
544
+ heightSmall: string;
545
+ heightMedium: string;
546
+ heightLarge: string;
547
+ heightHuge: string;
548
+ fontSizeTiny: string;
549
+ fontSizeSmall: string;
550
+ fontSizeMedium: string;
551
+ fontSizeLarge: string;
552
+ fontSizeHuge: string;
553
+ lineHeight: string;
554
+ lineHeightTextarea: string;
555
+ borderRadius: string;
556
+ iconSize: string;
557
+ groupLabelTextColor: string;
558
+ textColor: string;
559
+ textColorDisabled: string;
560
+ textDecorationColor: string;
561
+ caretColor: string;
562
+ placeholderColor: string;
563
+ placeholderColorDisabled: string;
564
+ color: string;
565
+ colorDisabled: string;
566
+ colorFocus: string;
567
+ groupLabelBorder: string;
568
+ border: string;
569
+ borderHover: string;
570
+ borderDisabled: string;
571
+ borderFocus: string;
572
+ boxShadowFocus: string;
573
+ loadingColor: string;
574
+ loadingColorSuccess: string;
575
+ borderSuccess: string;
576
+ borderHoverSuccess: string;
577
+ colorFocusSuccess: string;
578
+ borderFocusSuccess: string;
579
+ boxShadowFocusSuccess: string;
580
+ caretColorSuccess: string;
581
+ loadingColorWarning: string;
582
+ borderWarning: string;
583
+ borderHoverWarning: string;
584
+ colorFocusWarning: string;
585
+ borderFocusWarning: string;
586
+ boxShadowFocusWarning: string;
587
+ caretColorWarning: string;
588
+ loadingColorError: string;
589
+ borderError: string;
590
+ borderHoverError: string;
591
+ colorFocusError: string;
592
+ borderFocusError: string;
593
+ boxShadowFocusError: string;
594
+ caretColorError: string;
595
+ clearColor: string;
596
+ clearColorHover: string;
597
+ clearColorPressed: string;
598
+ iconColor: string;
599
+ iconColorDisabled: string;
600
+ iconColorHover: string;
601
+ iconColorPressed: string;
602
+ suffixTextColor: string;
603
+ selectionColor: string;
604
+ }, any>;
474
605
  }>;
475
606
  }>;
476
607
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -1203,6 +1334,129 @@ export declare const chatMainAreaProps: {
1203
1334
  iconBgColor: string;
1204
1335
  extraTextColor: string;
1205
1336
  }, any>;
1337
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1338
+ fontWeight: string;
1339
+ textColor: string;
1340
+ descriptionTextColor: string;
1341
+ textColorDisabled: string;
1342
+ descriptionTextColorDisabled: string;
1343
+ fontSizeLarge: string;
1344
+ fontSizeMedium: string;
1345
+ fontSizeSmall: string;
1346
+ lineHeightLarge: string;
1347
+ lineHeightMedium: string;
1348
+ lineHeightSmall: string;
1349
+ borderRadiusLarge: string;
1350
+ borderRadiusMedium: string;
1351
+ borderRadiusSmall: string;
1352
+ color: string;
1353
+ colorHover: string;
1354
+ colorFocus: string;
1355
+ colorActive: string;
1356
+ colorChecked: string;
1357
+ colorHoverChecked: string;
1358
+ colorFocusChecked: string;
1359
+ colorActiveChecked: string;
1360
+ colorDisabled: string;
1361
+ colorDisabledChecked: string;
1362
+ checkMarkColor: string;
1363
+ checkMarkColorHover: string;
1364
+ checkMarkColorFocus: string;
1365
+ checkMarkColorActive: string;
1366
+ checkMarkColorDisabled: string;
1367
+ checkMarkColorDisabledChecked: string;
1368
+ border: string;
1369
+ borderHover: string;
1370
+ borderFocus: string;
1371
+ borderActive: string;
1372
+ borderChecked: string;
1373
+ borderHoverChecked: string;
1374
+ borderFocusChecked: string;
1375
+ borderActiveChecked: string;
1376
+ borderDisabled: string;
1377
+ borderDisabledChecked: string;
1378
+ boxShadowHover: string;
1379
+ boxShadowFocus: string;
1380
+ boxShadowActive: string;
1381
+ boxShadowHoverChecked: string;
1382
+ boxShadowFocusChecked: string;
1383
+ boxShadowActiveChecked: string;
1384
+ sizeSmall: string;
1385
+ sizeMedium: string;
1386
+ sizeLarge: string;
1387
+ labelPadding: string;
1388
+ }, any>;
1389
+ Input: import("../../_mixins").Theme<"Input", {
1390
+ paddingTiny: string;
1391
+ paddingSmall: string;
1392
+ paddingMedium: string;
1393
+ paddingLarge: string;
1394
+ paddingHuge: string;
1395
+ clearSize: string;
1396
+ countTextColorDisabled: string;
1397
+ countTextColor: string;
1398
+ heightTiny: string;
1399
+ heightSmall: string;
1400
+ heightMedium: string;
1401
+ heightLarge: string;
1402
+ heightHuge: string;
1403
+ fontSizeTiny: string;
1404
+ fontSizeSmall: string;
1405
+ fontSizeMedium: string;
1406
+ fontSizeLarge: string;
1407
+ fontSizeHuge: string;
1408
+ lineHeight: string;
1409
+ lineHeightTextarea: string;
1410
+ borderRadius: string;
1411
+ iconSize: string;
1412
+ groupLabelTextColor: string;
1413
+ textColor: string;
1414
+ textColorDisabled: string;
1415
+ textDecorationColor: string;
1416
+ caretColor: string;
1417
+ placeholderColor: string;
1418
+ placeholderColorDisabled: string;
1419
+ color: string;
1420
+ colorDisabled: string;
1421
+ colorFocus: string;
1422
+ groupLabelBorder: string;
1423
+ border: string;
1424
+ borderHover: string;
1425
+ borderDisabled: string;
1426
+ borderFocus: string;
1427
+ boxShadowFocus: string;
1428
+ loadingColor: string;
1429
+ loadingColorSuccess: string;
1430
+ borderSuccess: string;
1431
+ borderHoverSuccess: string;
1432
+ colorFocusSuccess: string;
1433
+ borderFocusSuccess: string;
1434
+ boxShadowFocusSuccess: string;
1435
+ caretColorSuccess: string;
1436
+ loadingColorWarning: string;
1437
+ borderWarning: string;
1438
+ borderHoverWarning: string;
1439
+ colorFocusWarning: string;
1440
+ borderFocusWarning: string;
1441
+ boxShadowFocusWarning: string;
1442
+ caretColorWarning: string;
1443
+ loadingColorError: string;
1444
+ borderError: string;
1445
+ borderHoverError: string;
1446
+ colorFocusError: string;
1447
+ borderFocusError: string;
1448
+ boxShadowFocusError: string;
1449
+ caretColorError: string;
1450
+ clearColor: string;
1451
+ clearColorHover: string;
1452
+ clearColorPressed: string;
1453
+ iconColor: string;
1454
+ iconColorDisabled: string;
1455
+ iconColorHover: string;
1456
+ iconColorPressed: string;
1457
+ suffixTextColor: string;
1458
+ selectionColor: string;
1459
+ }, any>;
1206
1460
  }>;
1207
1461
  }>;
1208
1462
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -1935,6 +2189,129 @@ export declare const chatMainAreaProps: {
1935
2189
  iconBgColor: string;
1936
2190
  extraTextColor: string;
1937
2191
  }, any>;
2192
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2193
+ fontWeight: string;
2194
+ textColor: string;
2195
+ descriptionTextColor: string;
2196
+ textColorDisabled: string;
2197
+ descriptionTextColorDisabled: string;
2198
+ fontSizeLarge: string;
2199
+ fontSizeMedium: string;
2200
+ fontSizeSmall: string;
2201
+ lineHeightLarge: string;
2202
+ lineHeightMedium: string;
2203
+ lineHeightSmall: string;
2204
+ borderRadiusLarge: string;
2205
+ borderRadiusMedium: string;
2206
+ borderRadiusSmall: string;
2207
+ color: string;
2208
+ colorHover: string;
2209
+ colorFocus: string;
2210
+ colorActive: string;
2211
+ colorChecked: string;
2212
+ colorHoverChecked: string;
2213
+ colorFocusChecked: string;
2214
+ colorActiveChecked: string;
2215
+ colorDisabled: string;
2216
+ colorDisabledChecked: string;
2217
+ checkMarkColor: string;
2218
+ checkMarkColorHover: string;
2219
+ checkMarkColorFocus: string;
2220
+ checkMarkColorActive: string;
2221
+ checkMarkColorDisabled: string;
2222
+ checkMarkColorDisabledChecked: string;
2223
+ border: string;
2224
+ borderHover: string;
2225
+ borderFocus: string;
2226
+ borderActive: string;
2227
+ borderChecked: string;
2228
+ borderHoverChecked: string;
2229
+ borderFocusChecked: string;
2230
+ borderActiveChecked: string;
2231
+ borderDisabled: string;
2232
+ borderDisabledChecked: string;
2233
+ boxShadowHover: string;
2234
+ boxShadowFocus: string;
2235
+ boxShadowActive: string;
2236
+ boxShadowHoverChecked: string;
2237
+ boxShadowFocusChecked: string;
2238
+ boxShadowActiveChecked: string;
2239
+ sizeSmall: string;
2240
+ sizeMedium: string;
2241
+ sizeLarge: string;
2242
+ labelPadding: string;
2243
+ }, any>;
2244
+ Input: import("../../_mixins").Theme<"Input", {
2245
+ paddingTiny: string;
2246
+ paddingSmall: string;
2247
+ paddingMedium: string;
2248
+ paddingLarge: string;
2249
+ paddingHuge: string;
2250
+ clearSize: string;
2251
+ countTextColorDisabled: string;
2252
+ countTextColor: string;
2253
+ heightTiny: string;
2254
+ heightSmall: string;
2255
+ heightMedium: string;
2256
+ heightLarge: string;
2257
+ heightHuge: string;
2258
+ fontSizeTiny: string;
2259
+ fontSizeSmall: string;
2260
+ fontSizeMedium: string;
2261
+ fontSizeLarge: string;
2262
+ fontSizeHuge: string;
2263
+ lineHeight: string;
2264
+ lineHeightTextarea: string;
2265
+ borderRadius: string;
2266
+ iconSize: string;
2267
+ groupLabelTextColor: string;
2268
+ textColor: string;
2269
+ textColorDisabled: string;
2270
+ textDecorationColor: string;
2271
+ caretColor: string;
2272
+ placeholderColor: string;
2273
+ placeholderColorDisabled: string;
2274
+ color: string;
2275
+ colorDisabled: string;
2276
+ colorFocus: string;
2277
+ groupLabelBorder: string;
2278
+ border: string;
2279
+ borderHover: string;
2280
+ borderDisabled: string;
2281
+ borderFocus: string;
2282
+ boxShadowFocus: string;
2283
+ loadingColor: string;
2284
+ loadingColorSuccess: string;
2285
+ borderSuccess: string;
2286
+ borderHoverSuccess: string;
2287
+ colorFocusSuccess: string;
2288
+ borderFocusSuccess: string;
2289
+ boxShadowFocusSuccess: string;
2290
+ caretColorSuccess: string;
2291
+ loadingColorWarning: string;
2292
+ borderWarning: string;
2293
+ borderHoverWarning: string;
2294
+ colorFocusWarning: string;
2295
+ borderFocusWarning: string;
2296
+ boxShadowFocusWarning: string;
2297
+ caretColorWarning: string;
2298
+ loadingColorError: string;
2299
+ borderError: string;
2300
+ borderHoverError: string;
2301
+ colorFocusError: string;
2302
+ borderFocusError: string;
2303
+ boxShadowFocusError: string;
2304
+ caretColorError: string;
2305
+ clearColor: string;
2306
+ clearColorHover: string;
2307
+ clearColorPressed: string;
2308
+ iconColor: string;
2309
+ iconColorDisabled: string;
2310
+ iconColorHover: string;
2311
+ iconColorPressed: string;
2312
+ suffixTextColor: string;
2313
+ selectionColor: string;
2314
+ }, any>;
1938
2315
  }>;
1939
2316
  }>;
1940
2317
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -2357,6 +2734,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2357
2734
  readonly type: PropType<ChatListItemData>;
2358
2735
  readonly default: undefined;
2359
2736
  };
2737
+ readonly inputValue: {
2738
+ readonly type: StringConstructor;
2739
+ readonly default: undefined;
2740
+ };
2360
2741
  readonly messages: {
2361
2742
  readonly type: PropType<ChatMessageData[]>;
2362
2743
  readonly default: () => never[];
@@ -2473,6 +2854,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2473
2854
  readonly type: PropType<(value: string, chatId: ChatId) => void>;
2474
2855
  readonly default: undefined;
2475
2856
  };
2857
+ readonly 'onUpdate:inputValue': {
2858
+ readonly type: PropType<(value: string) => void>;
2859
+ readonly default: undefined;
2860
+ };
2476
2861
  readonly onChatClose: {
2477
2862
  readonly type: PropType<() => void>;
2478
2863
  readonly default: undefined;
@@ -2818,48 +3203,171 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2818
3203
  iconBgColor: string;
2819
3204
  extraTextColor: string;
2820
3205
  }, any>;
2821
- }>;
2822
- }>;
2823
- Avatar: import("../../_mixins").Theme<"Avatar", {
2824
- borderRadius: string;
2825
- fontSize: string;
2826
- fontWeight: string;
2827
- border: string;
2828
- heightTiny: string;
2829
- heightSmall: string;
2830
- heightMedium: string;
2831
- heightLarge: string;
2832
- textColor: string;
2833
- iconColor: string;
2834
- color: string;
2835
- iconSize: string;
2836
- }, any>;
2837
- Badge: import("../../_mixins").Theme<"Badge", {
2838
- color: string;
2839
- colorPrime: string;
2840
- colorInfo: string;
2841
- colorSuccess: string;
2842
- colorError: string;
2843
- colorWarning: string;
2844
- fontSize: string;
2845
- textColor: string;
2846
- textColorPrime: string;
2847
- textColorInfo: string;
2848
- textColorSuccess: string;
2849
- textColorError: string;
2850
- textColorWarning: string;
2851
- borderColor: string;
2852
- dotSize: string;
2853
- }, any>;
2854
- Button: import("../../_mixins").Theme<"Button", {
2855
- heightTiny: string;
2856
- heightSmall: string;
2857
- heightMedium: string;
2858
- heightLarge: string;
2859
- borderRadiusTiny: string;
2860
- borderRadiusSmall: string;
2861
- borderRadiusMedium: string;
2862
- borderRadiusLarge: string;
3206
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3207
+ fontWeight: string;
3208
+ textColor: string;
3209
+ descriptionTextColor: string;
3210
+ textColorDisabled: string;
3211
+ descriptionTextColorDisabled: string;
3212
+ fontSizeLarge: string;
3213
+ fontSizeMedium: string;
3214
+ fontSizeSmall: string;
3215
+ lineHeightLarge: string;
3216
+ lineHeightMedium: string;
3217
+ lineHeightSmall: string;
3218
+ borderRadiusLarge: string;
3219
+ borderRadiusMedium: string;
3220
+ borderRadiusSmall: string;
3221
+ color: string;
3222
+ colorHover: string;
3223
+ colorFocus: string;
3224
+ colorActive: string;
3225
+ colorChecked: string;
3226
+ colorHoverChecked: string;
3227
+ colorFocusChecked: string;
3228
+ colorActiveChecked: string;
3229
+ colorDisabled: string;
3230
+ colorDisabledChecked: string;
3231
+ checkMarkColor: string;
3232
+ checkMarkColorHover: string;
3233
+ checkMarkColorFocus: string;
3234
+ checkMarkColorActive: string;
3235
+ checkMarkColorDisabled: string;
3236
+ checkMarkColorDisabledChecked: string;
3237
+ border: string;
3238
+ borderHover: string;
3239
+ borderFocus: string;
3240
+ borderActive: string;
3241
+ borderChecked: string;
3242
+ borderHoverChecked: string;
3243
+ borderFocusChecked: string;
3244
+ borderActiveChecked: string;
3245
+ borderDisabled: string;
3246
+ borderDisabledChecked: string;
3247
+ boxShadowHover: string;
3248
+ boxShadowFocus: string;
3249
+ boxShadowActive: string;
3250
+ boxShadowHoverChecked: string;
3251
+ boxShadowFocusChecked: string;
3252
+ boxShadowActiveChecked: string;
3253
+ sizeSmall: string;
3254
+ sizeMedium: string;
3255
+ sizeLarge: string;
3256
+ labelPadding: string;
3257
+ }, any>;
3258
+ Input: import("../../_mixins").Theme<"Input", {
3259
+ paddingTiny: string;
3260
+ paddingSmall: string;
3261
+ paddingMedium: string;
3262
+ paddingLarge: string;
3263
+ paddingHuge: string;
3264
+ clearSize: string;
3265
+ countTextColorDisabled: string;
3266
+ countTextColor: string;
3267
+ heightTiny: string;
3268
+ heightSmall: string;
3269
+ heightMedium: string;
3270
+ heightLarge: string;
3271
+ heightHuge: string;
3272
+ fontSizeTiny: string;
3273
+ fontSizeSmall: string;
3274
+ fontSizeMedium: string;
3275
+ fontSizeLarge: string;
3276
+ fontSizeHuge: string;
3277
+ lineHeight: string;
3278
+ lineHeightTextarea: string;
3279
+ borderRadius: string;
3280
+ iconSize: string;
3281
+ groupLabelTextColor: string;
3282
+ textColor: string;
3283
+ textColorDisabled: string;
3284
+ textDecorationColor: string;
3285
+ caretColor: string;
3286
+ placeholderColor: string;
3287
+ placeholderColorDisabled: string;
3288
+ color: string;
3289
+ colorDisabled: string;
3290
+ colorFocus: string;
3291
+ groupLabelBorder: string;
3292
+ border: string;
3293
+ borderHover: string;
3294
+ borderDisabled: string;
3295
+ borderFocus: string;
3296
+ boxShadowFocus: string;
3297
+ loadingColor: string;
3298
+ loadingColorSuccess: string;
3299
+ borderSuccess: string;
3300
+ borderHoverSuccess: string;
3301
+ colorFocusSuccess: string;
3302
+ borderFocusSuccess: string;
3303
+ boxShadowFocusSuccess: string;
3304
+ caretColorSuccess: string;
3305
+ loadingColorWarning: string;
3306
+ borderWarning: string;
3307
+ borderHoverWarning: string;
3308
+ colorFocusWarning: string;
3309
+ borderFocusWarning: string;
3310
+ boxShadowFocusWarning: string;
3311
+ caretColorWarning: string;
3312
+ loadingColorError: string;
3313
+ borderError: string;
3314
+ borderHoverError: string;
3315
+ colorFocusError: string;
3316
+ borderFocusError: string;
3317
+ boxShadowFocusError: string;
3318
+ caretColorError: string;
3319
+ clearColor: string;
3320
+ clearColorHover: string;
3321
+ clearColorPressed: string;
3322
+ iconColor: string;
3323
+ iconColorDisabled: string;
3324
+ iconColorHover: string;
3325
+ iconColorPressed: string;
3326
+ suffixTextColor: string;
3327
+ selectionColor: string;
3328
+ }, any>;
3329
+ }>;
3330
+ }>;
3331
+ Avatar: import("../../_mixins").Theme<"Avatar", {
3332
+ borderRadius: string;
3333
+ fontSize: string;
3334
+ fontWeight: string;
3335
+ border: string;
3336
+ heightTiny: string;
3337
+ heightSmall: string;
3338
+ heightMedium: string;
3339
+ heightLarge: string;
3340
+ textColor: string;
3341
+ iconColor: string;
3342
+ color: string;
3343
+ iconSize: string;
3344
+ }, any>;
3345
+ Badge: import("../../_mixins").Theme<"Badge", {
3346
+ color: string;
3347
+ colorPrime: string;
3348
+ colorInfo: string;
3349
+ colorSuccess: string;
3350
+ colorError: string;
3351
+ colorWarning: string;
3352
+ fontSize: string;
3353
+ textColor: string;
3354
+ textColorPrime: string;
3355
+ textColorInfo: string;
3356
+ textColorSuccess: string;
3357
+ textColorError: string;
3358
+ textColorWarning: string;
3359
+ borderColor: string;
3360
+ dotSize: string;
3361
+ }, any>;
3362
+ Button: import("../../_mixins").Theme<"Button", {
3363
+ heightTiny: string;
3364
+ heightSmall: string;
3365
+ heightMedium: string;
3366
+ heightLarge: string;
3367
+ borderRadiusTiny: string;
3368
+ borderRadiusSmall: string;
3369
+ borderRadiusMedium: string;
3370
+ borderRadiusLarge: string;
2863
3371
  fontSizeTiny: string;
2864
3372
  fontSizeSmall: string;
2865
3373
  fontSizeMedium: string;
@@ -3550,6 +4058,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3550
4058
  iconBgColor: string;
3551
4059
  extraTextColor: string;
3552
4060
  }, any>;
4061
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4062
+ fontWeight: string;
4063
+ textColor: string;
4064
+ descriptionTextColor: string;
4065
+ textColorDisabled: string;
4066
+ descriptionTextColorDisabled: string;
4067
+ fontSizeLarge: string;
4068
+ fontSizeMedium: string;
4069
+ fontSizeSmall: string;
4070
+ lineHeightLarge: string;
4071
+ lineHeightMedium: string;
4072
+ lineHeightSmall: string;
4073
+ borderRadiusLarge: string;
4074
+ borderRadiusMedium: string;
4075
+ borderRadiusSmall: string;
4076
+ color: string;
4077
+ colorHover: string;
4078
+ colorFocus: string;
4079
+ colorActive: string;
4080
+ colorChecked: string;
4081
+ colorHoverChecked: string;
4082
+ colorFocusChecked: string;
4083
+ colorActiveChecked: string;
4084
+ colorDisabled: string;
4085
+ colorDisabledChecked: string;
4086
+ checkMarkColor: string;
4087
+ checkMarkColorHover: string;
4088
+ checkMarkColorFocus: string;
4089
+ checkMarkColorActive: string;
4090
+ checkMarkColorDisabled: string;
4091
+ checkMarkColorDisabledChecked: string;
4092
+ border: string;
4093
+ borderHover: string;
4094
+ borderFocus: string;
4095
+ borderActive: string;
4096
+ borderChecked: string;
4097
+ borderHoverChecked: string;
4098
+ borderFocusChecked: string;
4099
+ borderActiveChecked: string;
4100
+ borderDisabled: string;
4101
+ borderDisabledChecked: string;
4102
+ boxShadowHover: string;
4103
+ boxShadowFocus: string;
4104
+ boxShadowActive: string;
4105
+ boxShadowHoverChecked: string;
4106
+ boxShadowFocusChecked: string;
4107
+ boxShadowActiveChecked: string;
4108
+ sizeSmall: string;
4109
+ sizeMedium: string;
4110
+ sizeLarge: string;
4111
+ labelPadding: string;
4112
+ }, any>;
4113
+ Input: import("../../_mixins").Theme<"Input", {
4114
+ paddingTiny: string;
4115
+ paddingSmall: string;
4116
+ paddingMedium: string;
4117
+ paddingLarge: string;
4118
+ paddingHuge: string;
4119
+ clearSize: string;
4120
+ countTextColorDisabled: string;
4121
+ countTextColor: string;
4122
+ heightTiny: string;
4123
+ heightSmall: string;
4124
+ heightMedium: string;
4125
+ heightLarge: string;
4126
+ heightHuge: string;
4127
+ fontSizeTiny: string;
4128
+ fontSizeSmall: string;
4129
+ fontSizeMedium: string;
4130
+ fontSizeLarge: string;
4131
+ fontSizeHuge: string;
4132
+ lineHeight: string;
4133
+ lineHeightTextarea: string;
4134
+ borderRadius: string;
4135
+ iconSize: string;
4136
+ groupLabelTextColor: string;
4137
+ textColor: string;
4138
+ textColorDisabled: string;
4139
+ textDecorationColor: string;
4140
+ caretColor: string;
4141
+ placeholderColor: string;
4142
+ placeholderColorDisabled: string;
4143
+ color: string;
4144
+ colorDisabled: string;
4145
+ colorFocus: string;
4146
+ groupLabelBorder: string;
4147
+ border: string;
4148
+ borderHover: string;
4149
+ borderDisabled: string;
4150
+ borderFocus: string;
4151
+ boxShadowFocus: string;
4152
+ loadingColor: string;
4153
+ loadingColorSuccess: string;
4154
+ borderSuccess: string;
4155
+ borderHoverSuccess: string;
4156
+ colorFocusSuccess: string;
4157
+ borderFocusSuccess: string;
4158
+ boxShadowFocusSuccess: string;
4159
+ caretColorSuccess: string;
4160
+ loadingColorWarning: string;
4161
+ borderWarning: string;
4162
+ borderHoverWarning: string;
4163
+ colorFocusWarning: string;
4164
+ borderFocusWarning: string;
4165
+ boxShadowFocusWarning: string;
4166
+ caretColorWarning: string;
4167
+ loadingColorError: string;
4168
+ borderError: string;
4169
+ borderHoverError: string;
4170
+ colorFocusError: string;
4171
+ borderFocusError: string;
4172
+ boxShadowFocusError: string;
4173
+ caretColorError: string;
4174
+ clearColor: string;
4175
+ clearColorHover: string;
4176
+ clearColorPressed: string;
4177
+ iconColor: string;
4178
+ iconColorDisabled: string;
4179
+ iconColorHover: string;
4180
+ iconColorPressed: string;
4181
+ suffixTextColor: string;
4182
+ selectionColor: string;
4183
+ }, any>;
3553
4184
  }>;
3554
4185
  }>;
3555
4186
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -4282,6 +4913,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4282
4913
  iconBgColor: string;
4283
4914
  extraTextColor: string;
4284
4915
  }, any>;
4916
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
4917
+ fontWeight: string;
4918
+ textColor: string;
4919
+ descriptionTextColor: string;
4920
+ textColorDisabled: string;
4921
+ descriptionTextColorDisabled: string;
4922
+ fontSizeLarge: string;
4923
+ fontSizeMedium: string;
4924
+ fontSizeSmall: string;
4925
+ lineHeightLarge: string;
4926
+ lineHeightMedium: string;
4927
+ lineHeightSmall: string;
4928
+ borderRadiusLarge: string;
4929
+ borderRadiusMedium: string;
4930
+ borderRadiusSmall: string;
4931
+ color: string;
4932
+ colorHover: string;
4933
+ colorFocus: string;
4934
+ colorActive: string;
4935
+ colorChecked: string;
4936
+ colorHoverChecked: string;
4937
+ colorFocusChecked: string;
4938
+ colorActiveChecked: string;
4939
+ colorDisabled: string;
4940
+ colorDisabledChecked: string;
4941
+ checkMarkColor: string;
4942
+ checkMarkColorHover: string;
4943
+ checkMarkColorFocus: string;
4944
+ checkMarkColorActive: string;
4945
+ checkMarkColorDisabled: string;
4946
+ checkMarkColorDisabledChecked: string;
4947
+ border: string;
4948
+ borderHover: string;
4949
+ borderFocus: string;
4950
+ borderActive: string;
4951
+ borderChecked: string;
4952
+ borderHoverChecked: string;
4953
+ borderFocusChecked: string;
4954
+ borderActiveChecked: string;
4955
+ borderDisabled: string;
4956
+ borderDisabledChecked: string;
4957
+ boxShadowHover: string;
4958
+ boxShadowFocus: string;
4959
+ boxShadowActive: string;
4960
+ boxShadowHoverChecked: string;
4961
+ boxShadowFocusChecked: string;
4962
+ boxShadowActiveChecked: string;
4963
+ sizeSmall: string;
4964
+ sizeMedium: string;
4965
+ sizeLarge: string;
4966
+ labelPadding: string;
4967
+ }, any>;
4968
+ Input: import("../../_mixins").Theme<"Input", {
4969
+ paddingTiny: string;
4970
+ paddingSmall: string;
4971
+ paddingMedium: string;
4972
+ paddingLarge: string;
4973
+ paddingHuge: string;
4974
+ clearSize: string;
4975
+ countTextColorDisabled: string;
4976
+ countTextColor: string;
4977
+ heightTiny: string;
4978
+ heightSmall: string;
4979
+ heightMedium: string;
4980
+ heightLarge: string;
4981
+ heightHuge: string;
4982
+ fontSizeTiny: string;
4983
+ fontSizeSmall: string;
4984
+ fontSizeMedium: string;
4985
+ fontSizeLarge: string;
4986
+ fontSizeHuge: string;
4987
+ lineHeight: string;
4988
+ lineHeightTextarea: string;
4989
+ borderRadius: string;
4990
+ iconSize: string;
4991
+ groupLabelTextColor: string;
4992
+ textColor: string;
4993
+ textColorDisabled: string;
4994
+ textDecorationColor: string;
4995
+ caretColor: string;
4996
+ placeholderColor: string;
4997
+ placeholderColorDisabled: string;
4998
+ color: string;
4999
+ colorDisabled: string;
5000
+ colorFocus: string;
5001
+ groupLabelBorder: string;
5002
+ border: string;
5003
+ borderHover: string;
5004
+ borderDisabled: string;
5005
+ borderFocus: string;
5006
+ boxShadowFocus: string;
5007
+ loadingColor: string;
5008
+ loadingColorSuccess: string;
5009
+ borderSuccess: string;
5010
+ borderHoverSuccess: string;
5011
+ colorFocusSuccess: string;
5012
+ borderFocusSuccess: string;
5013
+ boxShadowFocusSuccess: string;
5014
+ caretColorSuccess: string;
5015
+ loadingColorWarning: string;
5016
+ borderWarning: string;
5017
+ borderHoverWarning: string;
5018
+ colorFocusWarning: string;
5019
+ borderFocusWarning: string;
5020
+ boxShadowFocusWarning: string;
5021
+ caretColorWarning: string;
5022
+ loadingColorError: string;
5023
+ borderError: string;
5024
+ borderHoverError: string;
5025
+ colorFocusError: string;
5026
+ borderFocusError: string;
5027
+ boxShadowFocusError: string;
5028
+ caretColorError: string;
5029
+ clearColor: string;
5030
+ clearColorHover: string;
5031
+ clearColorPressed: string;
5032
+ iconColor: string;
5033
+ iconColorDisabled: string;
5034
+ iconColorHover: string;
5035
+ iconColorPressed: string;
5036
+ suffixTextColor: string;
5037
+ selectionColor: string;
5038
+ }, any>;
4285
5039
  }>;
4286
5040
  }>;
4287
5041
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -5019,6 +5773,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5019
5773
  iconBgColor: string;
5020
5774
  extraTextColor: string;
5021
5775
  }, any>;
5776
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
5777
+ fontWeight: string;
5778
+ textColor: string;
5779
+ descriptionTextColor: string;
5780
+ textColorDisabled: string;
5781
+ descriptionTextColorDisabled: string;
5782
+ fontSizeLarge: string;
5783
+ fontSizeMedium: string;
5784
+ fontSizeSmall: string;
5785
+ lineHeightLarge: string;
5786
+ lineHeightMedium: string;
5787
+ lineHeightSmall: string;
5788
+ borderRadiusLarge: string;
5789
+ borderRadiusMedium: string;
5790
+ borderRadiusSmall: string;
5791
+ color: string;
5792
+ colorHover: string;
5793
+ colorFocus: string;
5794
+ colorActive: string;
5795
+ colorChecked: string;
5796
+ colorHoverChecked: string;
5797
+ colorFocusChecked: string;
5798
+ colorActiveChecked: string;
5799
+ colorDisabled: string;
5800
+ colorDisabledChecked: string;
5801
+ checkMarkColor: string;
5802
+ checkMarkColorHover: string;
5803
+ checkMarkColorFocus: string;
5804
+ checkMarkColorActive: string;
5805
+ checkMarkColorDisabled: string;
5806
+ checkMarkColorDisabledChecked: string;
5807
+ border: string;
5808
+ borderHover: string;
5809
+ borderFocus: string;
5810
+ borderActive: string;
5811
+ borderChecked: string;
5812
+ borderHoverChecked: string;
5813
+ borderFocusChecked: string;
5814
+ borderActiveChecked: string;
5815
+ borderDisabled: string;
5816
+ borderDisabledChecked: string;
5817
+ boxShadowHover: string;
5818
+ boxShadowFocus: string;
5819
+ boxShadowActive: string;
5820
+ boxShadowHoverChecked: string;
5821
+ boxShadowFocusChecked: string;
5822
+ boxShadowActiveChecked: string;
5823
+ sizeSmall: string;
5824
+ sizeMedium: string;
5825
+ sizeLarge: string;
5826
+ labelPadding: string;
5827
+ }, any>;
5828
+ Input: import("../../_mixins").Theme<"Input", {
5829
+ paddingTiny: string;
5830
+ paddingSmall: string;
5831
+ paddingMedium: string;
5832
+ paddingLarge: string;
5833
+ paddingHuge: string;
5834
+ clearSize: string;
5835
+ countTextColorDisabled: string;
5836
+ countTextColor: string;
5837
+ heightTiny: string;
5838
+ heightSmall: string;
5839
+ heightMedium: string;
5840
+ heightLarge: string;
5841
+ heightHuge: string;
5842
+ fontSizeTiny: string;
5843
+ fontSizeSmall: string;
5844
+ fontSizeMedium: string;
5845
+ fontSizeLarge: string;
5846
+ fontSizeHuge: string;
5847
+ lineHeight: string;
5848
+ lineHeightTextarea: string;
5849
+ borderRadius: string;
5850
+ iconSize: string;
5851
+ groupLabelTextColor: string;
5852
+ textColor: string;
5853
+ textColorDisabled: string;
5854
+ textDecorationColor: string;
5855
+ caretColor: string;
5856
+ placeholderColor: string;
5857
+ placeholderColorDisabled: string;
5858
+ color: string;
5859
+ colorDisabled: string;
5860
+ colorFocus: string;
5861
+ groupLabelBorder: string;
5862
+ border: string;
5863
+ borderHover: string;
5864
+ borderDisabled: string;
5865
+ borderFocus: string;
5866
+ boxShadowFocus: string;
5867
+ loadingColor: string;
5868
+ loadingColorSuccess: string;
5869
+ borderSuccess: string;
5870
+ borderHoverSuccess: string;
5871
+ colorFocusSuccess: string;
5872
+ borderFocusSuccess: string;
5873
+ boxShadowFocusSuccess: string;
5874
+ caretColorSuccess: string;
5875
+ loadingColorWarning: string;
5876
+ borderWarning: string;
5877
+ borderHoverWarning: string;
5878
+ colorFocusWarning: string;
5879
+ borderFocusWarning: string;
5880
+ boxShadowFocusWarning: string;
5881
+ caretColorWarning: string;
5882
+ loadingColorError: string;
5883
+ borderError: string;
5884
+ borderHoverError: string;
5885
+ colorFocusError: string;
5886
+ borderFocusError: string;
5887
+ boxShadowFocusError: string;
5888
+ caretColorError: string;
5889
+ clearColor: string;
5890
+ clearColorHover: string;
5891
+ clearColorPressed: string;
5892
+ iconColor: string;
5893
+ iconColorDisabled: string;
5894
+ iconColorHover: string;
5895
+ iconColorPressed: string;
5896
+ suffixTextColor: string;
5897
+ selectionColor: string;
5898
+ }, any>;
5022
5899
  }>;
5023
5900
  }>;
5024
5901
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -5634,6 +6511,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5634
6511
  iconBgColor: string;
5635
6512
  extraTextColor: string;
5636
6513
  }, any>;
6514
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
6515
+ fontWeight: string;
6516
+ textColor: string;
6517
+ descriptionTextColor: string;
6518
+ textColorDisabled: string;
6519
+ descriptionTextColorDisabled: string;
6520
+ fontSizeLarge: string;
6521
+ fontSizeMedium: string;
6522
+ fontSizeSmall: string;
6523
+ lineHeightLarge: string;
6524
+ lineHeightMedium: string;
6525
+ lineHeightSmall: string;
6526
+ borderRadiusLarge: string;
6527
+ borderRadiusMedium: string;
6528
+ borderRadiusSmall: string;
6529
+ color: string;
6530
+ colorHover: string;
6531
+ colorFocus: string;
6532
+ colorActive: string;
6533
+ colorChecked: string;
6534
+ colorHoverChecked: string;
6535
+ colorFocusChecked: string;
6536
+ colorActiveChecked: string;
6537
+ colorDisabled: string;
6538
+ colorDisabledChecked: string;
6539
+ checkMarkColor: string;
6540
+ checkMarkColorHover: string;
6541
+ checkMarkColorFocus: string;
6542
+ checkMarkColorActive: string;
6543
+ checkMarkColorDisabled: string;
6544
+ checkMarkColorDisabledChecked: string;
6545
+ border: string;
6546
+ borderHover: string;
6547
+ borderFocus: string;
6548
+ borderActive: string;
6549
+ borderChecked: string;
6550
+ borderHoverChecked: string;
6551
+ borderFocusChecked: string;
6552
+ borderActiveChecked: string;
6553
+ borderDisabled: string;
6554
+ borderDisabledChecked: string;
6555
+ boxShadowHover: string;
6556
+ boxShadowFocus: string;
6557
+ boxShadowActive: string;
6558
+ boxShadowHoverChecked: string;
6559
+ boxShadowFocusChecked: string;
6560
+ boxShadowActiveChecked: string;
6561
+ sizeSmall: string;
6562
+ sizeMedium: string;
6563
+ sizeLarge: string;
6564
+ labelPadding: string;
6565
+ }, any>;
6566
+ Input: import("../../_mixins").Theme<"Input", {
6567
+ paddingTiny: string;
6568
+ paddingSmall: string;
6569
+ paddingMedium: string;
6570
+ paddingLarge: string;
6571
+ paddingHuge: string;
6572
+ clearSize: string;
6573
+ countTextColorDisabled: string;
6574
+ countTextColor: string;
6575
+ heightTiny: string;
6576
+ heightSmall: string;
6577
+ heightMedium: string;
6578
+ heightLarge: string;
6579
+ heightHuge: string;
6580
+ fontSizeTiny: string;
6581
+ fontSizeSmall: string;
6582
+ fontSizeMedium: string;
6583
+ fontSizeLarge: string;
6584
+ fontSizeHuge: string;
6585
+ lineHeight: string;
6586
+ lineHeightTextarea: string;
6587
+ borderRadius: string;
6588
+ iconSize: string;
6589
+ groupLabelTextColor: string;
6590
+ textColor: string;
6591
+ textColorDisabled: string;
6592
+ textDecorationColor: string;
6593
+ caretColor: string;
6594
+ placeholderColor: string;
6595
+ placeholderColorDisabled: string;
6596
+ color: string;
6597
+ colorDisabled: string;
6598
+ colorFocus: string;
6599
+ groupLabelBorder: string;
6600
+ border: string;
6601
+ borderHover: string;
6602
+ borderDisabled: string;
6603
+ borderFocus: string;
6604
+ boxShadowFocus: string;
6605
+ loadingColor: string;
6606
+ loadingColorSuccess: string;
6607
+ borderSuccess: string;
6608
+ borderHoverSuccess: string;
6609
+ colorFocusSuccess: string;
6610
+ borderFocusSuccess: string;
6611
+ boxShadowFocusSuccess: string;
6612
+ caretColorSuccess: string;
6613
+ loadingColorWarning: string;
6614
+ borderWarning: string;
6615
+ borderHoverWarning: string;
6616
+ colorFocusWarning: string;
6617
+ borderFocusWarning: string;
6618
+ boxShadowFocusWarning: string;
6619
+ caretColorWarning: string;
6620
+ loadingColorError: string;
6621
+ borderError: string;
6622
+ borderHoverError: string;
6623
+ colorFocusError: string;
6624
+ borderFocusError: string;
6625
+ boxShadowFocusError: string;
6626
+ caretColorError: string;
6627
+ clearColor: string;
6628
+ clearColorHover: string;
6629
+ clearColorPressed: string;
6630
+ iconColor: string;
6631
+ iconColorDisabled: string;
6632
+ iconColorHover: string;
6633
+ iconColorPressed: string;
6634
+ suffixTextColor: string;
6635
+ selectionColor: string;
6636
+ }, any>;
5637
6637
  }>> | undefined;
5638
6638
  } | undefined;
5639
6639
  } | undefined;
@@ -6020,6 +7020,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6020
7020
  iconBgColor: string;
6021
7021
  extraTextColor: string;
6022
7022
  }, any>;
7023
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
7024
+ fontWeight: string;
7025
+ textColor: string;
7026
+ descriptionTextColor: string;
7027
+ textColorDisabled: string;
7028
+ descriptionTextColorDisabled: string;
7029
+ fontSizeLarge: string;
7030
+ fontSizeMedium: string;
7031
+ fontSizeSmall: string;
7032
+ lineHeightLarge: string;
7033
+ lineHeightMedium: string;
7034
+ lineHeightSmall: string;
7035
+ borderRadiusLarge: string;
7036
+ borderRadiusMedium: string;
7037
+ borderRadiusSmall: string;
7038
+ color: string;
7039
+ colorHover: string;
7040
+ colorFocus: string;
7041
+ colorActive: string;
7042
+ colorChecked: string;
7043
+ colorHoverChecked: string;
7044
+ colorFocusChecked: string;
7045
+ colorActiveChecked: string;
7046
+ colorDisabled: string;
7047
+ colorDisabledChecked: string;
7048
+ checkMarkColor: string;
7049
+ checkMarkColorHover: string;
7050
+ checkMarkColorFocus: string;
7051
+ checkMarkColorActive: string;
7052
+ checkMarkColorDisabled: string;
7053
+ checkMarkColorDisabledChecked: string;
7054
+ border: string;
7055
+ borderHover: string;
7056
+ borderFocus: string;
7057
+ borderActive: string;
7058
+ borderChecked: string;
7059
+ borderHoverChecked: string;
7060
+ borderFocusChecked: string;
7061
+ borderActiveChecked: string;
7062
+ borderDisabled: string;
7063
+ borderDisabledChecked: string;
7064
+ boxShadowHover: string;
7065
+ boxShadowFocus: string;
7066
+ boxShadowActive: string;
7067
+ boxShadowHoverChecked: string;
7068
+ boxShadowFocusChecked: string;
7069
+ boxShadowActiveChecked: string;
7070
+ sizeSmall: string;
7071
+ sizeMedium: string;
7072
+ sizeLarge: string;
7073
+ labelPadding: string;
7074
+ }, any>;
7075
+ Input: import("../../_mixins").Theme<"Input", {
7076
+ paddingTiny: string;
7077
+ paddingSmall: string;
7078
+ paddingMedium: string;
7079
+ paddingLarge: string;
7080
+ paddingHuge: string;
7081
+ clearSize: string;
7082
+ countTextColorDisabled: string;
7083
+ countTextColor: string;
7084
+ heightTiny: string;
7085
+ heightSmall: string;
7086
+ heightMedium: string;
7087
+ heightLarge: string;
7088
+ heightHuge: string;
7089
+ fontSizeTiny: string;
7090
+ fontSizeSmall: string;
7091
+ fontSizeMedium: string;
7092
+ fontSizeLarge: string;
7093
+ fontSizeHuge: string;
7094
+ lineHeight: string;
7095
+ lineHeightTextarea: string;
7096
+ borderRadius: string;
7097
+ iconSize: string;
7098
+ groupLabelTextColor: string;
7099
+ textColor: string;
7100
+ textColorDisabled: string;
7101
+ textDecorationColor: string;
7102
+ caretColor: string;
7103
+ placeholderColor: string;
7104
+ placeholderColorDisabled: string;
7105
+ color: string;
7106
+ colorDisabled: string;
7107
+ colorFocus: string;
7108
+ groupLabelBorder: string;
7109
+ border: string;
7110
+ borderHover: string;
7111
+ borderDisabled: string;
7112
+ borderFocus: string;
7113
+ boxShadowFocus: string;
7114
+ loadingColor: string;
7115
+ loadingColorSuccess: string;
7116
+ borderSuccess: string;
7117
+ borderHoverSuccess: string;
7118
+ colorFocusSuccess: string;
7119
+ borderFocusSuccess: string;
7120
+ boxShadowFocusSuccess: string;
7121
+ caretColorSuccess: string;
7122
+ loadingColorWarning: string;
7123
+ borderWarning: string;
7124
+ borderHoverWarning: string;
7125
+ colorFocusWarning: string;
7126
+ borderFocusWarning: string;
7127
+ boxShadowFocusWarning: string;
7128
+ caretColorWarning: string;
7129
+ loadingColorError: string;
7130
+ borderError: string;
7131
+ borderHoverError: string;
7132
+ colorFocusError: string;
7133
+ borderFocusError: string;
7134
+ boxShadowFocusError: string;
7135
+ caretColorError: string;
7136
+ clearColor: string;
7137
+ clearColorHover: string;
7138
+ clearColorPressed: string;
7139
+ iconColor: string;
7140
+ iconColorDisabled: string;
7141
+ iconColorHover: string;
7142
+ iconColorPressed: string;
7143
+ suffixTextColor: string;
7144
+ selectionColor: string;
7145
+ }, any>;
6023
7146
  }>;
6024
7147
  }>;
6025
7148
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -6635,6 +7758,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6635
7758
  iconBgColor: string;
6636
7759
  extraTextColor: string;
6637
7760
  }, any>;
7761
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
7762
+ fontWeight: string;
7763
+ textColor: string;
7764
+ descriptionTextColor: string;
7765
+ textColorDisabled: string;
7766
+ descriptionTextColorDisabled: string;
7767
+ fontSizeLarge: string;
7768
+ fontSizeMedium: string;
7769
+ fontSizeSmall: string;
7770
+ lineHeightLarge: string;
7771
+ lineHeightMedium: string;
7772
+ lineHeightSmall: string;
7773
+ borderRadiusLarge: string;
7774
+ borderRadiusMedium: string;
7775
+ borderRadiusSmall: string;
7776
+ color: string;
7777
+ colorHover: string;
7778
+ colorFocus: string;
7779
+ colorActive: string;
7780
+ colorChecked: string;
7781
+ colorHoverChecked: string;
7782
+ colorFocusChecked: string;
7783
+ colorActiveChecked: string;
7784
+ colorDisabled: string;
7785
+ colorDisabledChecked: string;
7786
+ checkMarkColor: string;
7787
+ checkMarkColorHover: string;
7788
+ checkMarkColorFocus: string;
7789
+ checkMarkColorActive: string;
7790
+ checkMarkColorDisabled: string;
7791
+ checkMarkColorDisabledChecked: string;
7792
+ border: string;
7793
+ borderHover: string;
7794
+ borderFocus: string;
7795
+ borderActive: string;
7796
+ borderChecked: string;
7797
+ borderHoverChecked: string;
7798
+ borderFocusChecked: string;
7799
+ borderActiveChecked: string;
7800
+ borderDisabled: string;
7801
+ borderDisabledChecked: string;
7802
+ boxShadowHover: string;
7803
+ boxShadowFocus: string;
7804
+ boxShadowActive: string;
7805
+ boxShadowHoverChecked: string;
7806
+ boxShadowFocusChecked: string;
7807
+ boxShadowActiveChecked: string;
7808
+ sizeSmall: string;
7809
+ sizeMedium: string;
7810
+ sizeLarge: string;
7811
+ labelPadding: string;
7812
+ }, any>;
7813
+ Input: import("../../_mixins").Theme<"Input", {
7814
+ paddingTiny: string;
7815
+ paddingSmall: string;
7816
+ paddingMedium: string;
7817
+ paddingLarge: string;
7818
+ paddingHuge: string;
7819
+ clearSize: string;
7820
+ countTextColorDisabled: string;
7821
+ countTextColor: string;
7822
+ heightTiny: string;
7823
+ heightSmall: string;
7824
+ heightMedium: string;
7825
+ heightLarge: string;
7826
+ heightHuge: string;
7827
+ fontSizeTiny: string;
7828
+ fontSizeSmall: string;
7829
+ fontSizeMedium: string;
7830
+ fontSizeLarge: string;
7831
+ fontSizeHuge: string;
7832
+ lineHeight: string;
7833
+ lineHeightTextarea: string;
7834
+ borderRadius: string;
7835
+ iconSize: string;
7836
+ groupLabelTextColor: string;
7837
+ textColor: string;
7838
+ textColorDisabled: string;
7839
+ textDecorationColor: string;
7840
+ caretColor: string;
7841
+ placeholderColor: string;
7842
+ placeholderColorDisabled: string;
7843
+ color: string;
7844
+ colorDisabled: string;
7845
+ colorFocus: string;
7846
+ groupLabelBorder: string;
7847
+ border: string;
7848
+ borderHover: string;
7849
+ borderDisabled: string;
7850
+ borderFocus: string;
7851
+ boxShadowFocus: string;
7852
+ loadingColor: string;
7853
+ loadingColorSuccess: string;
7854
+ borderSuccess: string;
7855
+ borderHoverSuccess: string;
7856
+ colorFocusSuccess: string;
7857
+ borderFocusSuccess: string;
7858
+ boxShadowFocusSuccess: string;
7859
+ caretColorSuccess: string;
7860
+ loadingColorWarning: string;
7861
+ borderWarning: string;
7862
+ borderHoverWarning: string;
7863
+ colorFocusWarning: string;
7864
+ borderFocusWarning: string;
7865
+ boxShadowFocusWarning: string;
7866
+ caretColorWarning: string;
7867
+ loadingColorError: string;
7868
+ borderError: string;
7869
+ borderHoverError: string;
7870
+ colorFocusError: string;
7871
+ borderFocusError: string;
7872
+ boxShadowFocusError: string;
7873
+ caretColorError: string;
7874
+ clearColor: string;
7875
+ clearColorHover: string;
7876
+ clearColorPressed: string;
7877
+ iconColor: string;
7878
+ iconColorDisabled: string;
7879
+ iconColorHover: string;
7880
+ iconColorPressed: string;
7881
+ suffixTextColor: string;
7882
+ selectionColor: string;
7883
+ }, any>;
6638
7884
  }>> | undefined;
6639
7885
  } | undefined;
6640
7886
  } | undefined;
@@ -7018,8 +8264,131 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7018
8264
  titleColor: string;
7019
8265
  descriptionColor: string;
7020
8266
  iconColor: string;
7021
- iconBgColor: string;
7022
- extraTextColor: string;
8267
+ iconBgColor: string;
8268
+ extraTextColor: string;
8269
+ }, any>;
8270
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
8271
+ fontWeight: string;
8272
+ textColor: string;
8273
+ descriptionTextColor: string;
8274
+ textColorDisabled: string;
8275
+ descriptionTextColorDisabled: string;
8276
+ fontSizeLarge: string;
8277
+ fontSizeMedium: string;
8278
+ fontSizeSmall: string;
8279
+ lineHeightLarge: string;
8280
+ lineHeightMedium: string;
8281
+ lineHeightSmall: string;
8282
+ borderRadiusLarge: string;
8283
+ borderRadiusMedium: string;
8284
+ borderRadiusSmall: string;
8285
+ color: string;
8286
+ colorHover: string;
8287
+ colorFocus: string;
8288
+ colorActive: string;
8289
+ colorChecked: string;
8290
+ colorHoverChecked: string;
8291
+ colorFocusChecked: string;
8292
+ colorActiveChecked: string;
8293
+ colorDisabled: string;
8294
+ colorDisabledChecked: string;
8295
+ checkMarkColor: string;
8296
+ checkMarkColorHover: string;
8297
+ checkMarkColorFocus: string;
8298
+ checkMarkColorActive: string;
8299
+ checkMarkColorDisabled: string;
8300
+ checkMarkColorDisabledChecked: string;
8301
+ border: string;
8302
+ borderHover: string;
8303
+ borderFocus: string;
8304
+ borderActive: string;
8305
+ borderChecked: string;
8306
+ borderHoverChecked: string;
8307
+ borderFocusChecked: string;
8308
+ borderActiveChecked: string;
8309
+ borderDisabled: string;
8310
+ borderDisabledChecked: string;
8311
+ boxShadowHover: string;
8312
+ boxShadowFocus: string;
8313
+ boxShadowActive: string;
8314
+ boxShadowHoverChecked: string;
8315
+ boxShadowFocusChecked: string;
8316
+ boxShadowActiveChecked: string;
8317
+ sizeSmall: string;
8318
+ sizeMedium: string;
8319
+ sizeLarge: string;
8320
+ labelPadding: string;
8321
+ }, any>;
8322
+ Input: import("../../_mixins").Theme<"Input", {
8323
+ paddingTiny: string;
8324
+ paddingSmall: string;
8325
+ paddingMedium: string;
8326
+ paddingLarge: string;
8327
+ paddingHuge: string;
8328
+ clearSize: string;
8329
+ countTextColorDisabled: string;
8330
+ countTextColor: string;
8331
+ heightTiny: string;
8332
+ heightSmall: string;
8333
+ heightMedium: string;
8334
+ heightLarge: string;
8335
+ heightHuge: string;
8336
+ fontSizeTiny: string;
8337
+ fontSizeSmall: string;
8338
+ fontSizeMedium: string;
8339
+ fontSizeLarge: string;
8340
+ fontSizeHuge: string;
8341
+ lineHeight: string;
8342
+ lineHeightTextarea: string;
8343
+ borderRadius: string;
8344
+ iconSize: string;
8345
+ groupLabelTextColor: string;
8346
+ textColor: string;
8347
+ textColorDisabled: string;
8348
+ textDecorationColor: string;
8349
+ caretColor: string;
8350
+ placeholderColor: string;
8351
+ placeholderColorDisabled: string;
8352
+ color: string;
8353
+ colorDisabled: string;
8354
+ colorFocus: string;
8355
+ groupLabelBorder: string;
8356
+ border: string;
8357
+ borderHover: string;
8358
+ borderDisabled: string;
8359
+ borderFocus: string;
8360
+ boxShadowFocus: string;
8361
+ loadingColor: string;
8362
+ loadingColorSuccess: string;
8363
+ borderSuccess: string;
8364
+ borderHoverSuccess: string;
8365
+ colorFocusSuccess: string;
8366
+ borderFocusSuccess: string;
8367
+ boxShadowFocusSuccess: string;
8368
+ caretColorSuccess: string;
8369
+ loadingColorWarning: string;
8370
+ borderWarning: string;
8371
+ borderHoverWarning: string;
8372
+ colorFocusWarning: string;
8373
+ borderFocusWarning: string;
8374
+ boxShadowFocusWarning: string;
8375
+ caretColorWarning: string;
8376
+ loadingColorError: string;
8377
+ borderError: string;
8378
+ borderHoverError: string;
8379
+ colorFocusError: string;
8380
+ borderFocusError: string;
8381
+ boxShadowFocusError: string;
8382
+ caretColorError: string;
8383
+ clearColor: string;
8384
+ clearColorHover: string;
8385
+ clearColorPressed: string;
8386
+ iconColor: string;
8387
+ iconColorDisabled: string;
8388
+ iconColorHover: string;
8389
+ iconColorPressed: string;
8390
+ suffixTextColor: string;
8391
+ selectionColor: string;
7023
8392
  }, any>;
7024
8393
  }>;
7025
8394
  }>;
@@ -7636,6 +9005,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7636
9005
  iconBgColor: string;
7637
9006
  extraTextColor: string;
7638
9007
  }, any>;
9008
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
9009
+ fontWeight: string;
9010
+ textColor: string;
9011
+ descriptionTextColor: string;
9012
+ textColorDisabled: string;
9013
+ descriptionTextColorDisabled: string;
9014
+ fontSizeLarge: string;
9015
+ fontSizeMedium: string;
9016
+ fontSizeSmall: string;
9017
+ lineHeightLarge: string;
9018
+ lineHeightMedium: string;
9019
+ lineHeightSmall: string;
9020
+ borderRadiusLarge: string;
9021
+ borderRadiusMedium: string;
9022
+ borderRadiusSmall: string;
9023
+ color: string;
9024
+ colorHover: string;
9025
+ colorFocus: string;
9026
+ colorActive: string;
9027
+ colorChecked: string;
9028
+ colorHoverChecked: string;
9029
+ colorFocusChecked: string;
9030
+ colorActiveChecked: string;
9031
+ colorDisabled: string;
9032
+ colorDisabledChecked: string;
9033
+ checkMarkColor: string;
9034
+ checkMarkColorHover: string;
9035
+ checkMarkColorFocus: string;
9036
+ checkMarkColorActive: string;
9037
+ checkMarkColorDisabled: string;
9038
+ checkMarkColorDisabledChecked: string;
9039
+ border: string;
9040
+ borderHover: string;
9041
+ borderFocus: string;
9042
+ borderActive: string;
9043
+ borderChecked: string;
9044
+ borderHoverChecked: string;
9045
+ borderFocusChecked: string;
9046
+ borderActiveChecked: string;
9047
+ borderDisabled: string;
9048
+ borderDisabledChecked: string;
9049
+ boxShadowHover: string;
9050
+ boxShadowFocus: string;
9051
+ boxShadowActive: string;
9052
+ boxShadowHoverChecked: string;
9053
+ boxShadowFocusChecked: string;
9054
+ boxShadowActiveChecked: string;
9055
+ sizeSmall: string;
9056
+ sizeMedium: string;
9057
+ sizeLarge: string;
9058
+ labelPadding: string;
9059
+ }, any>;
9060
+ Input: import("../../_mixins").Theme<"Input", {
9061
+ paddingTiny: string;
9062
+ paddingSmall: string;
9063
+ paddingMedium: string;
9064
+ paddingLarge: string;
9065
+ paddingHuge: string;
9066
+ clearSize: string;
9067
+ countTextColorDisabled: string;
9068
+ countTextColor: string;
9069
+ heightTiny: string;
9070
+ heightSmall: string;
9071
+ heightMedium: string;
9072
+ heightLarge: string;
9073
+ heightHuge: string;
9074
+ fontSizeTiny: string;
9075
+ fontSizeSmall: string;
9076
+ fontSizeMedium: string;
9077
+ fontSizeLarge: string;
9078
+ fontSizeHuge: string;
9079
+ lineHeight: string;
9080
+ lineHeightTextarea: string;
9081
+ borderRadius: string;
9082
+ iconSize: string;
9083
+ groupLabelTextColor: string;
9084
+ textColor: string;
9085
+ textColorDisabled: string;
9086
+ textDecorationColor: string;
9087
+ caretColor: string;
9088
+ placeholderColor: string;
9089
+ placeholderColorDisabled: string;
9090
+ color: string;
9091
+ colorDisabled: string;
9092
+ colorFocus: string;
9093
+ groupLabelBorder: string;
9094
+ border: string;
9095
+ borderHover: string;
9096
+ borderDisabled: string;
9097
+ borderFocus: string;
9098
+ boxShadowFocus: string;
9099
+ loadingColor: string;
9100
+ loadingColorSuccess: string;
9101
+ borderSuccess: string;
9102
+ borderHoverSuccess: string;
9103
+ colorFocusSuccess: string;
9104
+ borderFocusSuccess: string;
9105
+ boxShadowFocusSuccess: string;
9106
+ caretColorSuccess: string;
9107
+ loadingColorWarning: string;
9108
+ borderWarning: string;
9109
+ borderHoverWarning: string;
9110
+ colorFocusWarning: string;
9111
+ borderFocusWarning: string;
9112
+ boxShadowFocusWarning: string;
9113
+ caretColorWarning: string;
9114
+ loadingColorError: string;
9115
+ borderError: string;
9116
+ borderHoverError: string;
9117
+ colorFocusError: string;
9118
+ borderFocusError: string;
9119
+ boxShadowFocusError: string;
9120
+ caretColorError: string;
9121
+ clearColor: string;
9122
+ clearColorHover: string;
9123
+ clearColorPressed: string;
9124
+ iconColor: string;
9125
+ iconColorDisabled: string;
9126
+ iconColorHover: string;
9127
+ iconColorPressed: string;
9128
+ suffixTextColor: string;
9129
+ selectionColor: string;
9130
+ }, any>;
7639
9131
  }>> | undefined;
7640
9132
  } | undefined;
7641
9133
  } | undefined;
@@ -7717,7 +9209,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7717
9209
  $el: HTMLElement;
7718
9210
  } | undefined>;
7719
9211
  inputRef: Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
7720
- inputValue: Ref<string, string>;
9212
+ inputValue: import("vue").WritableComputedRef<string, string>;
7721
9213
  handleSendMessage: () => Promise<void>;
7722
9214
  handleMessagesScroll: (e: Event) => void;
7723
9215
  scrollToBottom: () => void;
@@ -7727,6 +9219,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7727
9219
  readonly type: PropType<ChatListItemData>;
7728
9220
  readonly default: undefined;
7729
9221
  };
9222
+ readonly inputValue: {
9223
+ readonly type: StringConstructor;
9224
+ readonly default: undefined;
9225
+ };
7730
9226
  readonly messages: {
7731
9227
  readonly type: PropType<ChatMessageData[]>;
7732
9228
  readonly default: () => never[];
@@ -7843,6 +9339,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7843
9339
  readonly type: PropType<(value: string, chatId: ChatId) => void>;
7844
9340
  readonly default: undefined;
7845
9341
  };
9342
+ readonly 'onUpdate:inputValue': {
9343
+ readonly type: PropType<(value: string) => void>;
9344
+ readonly default: undefined;
9345
+ };
7846
9346
  readonly onChatClose: {
7847
9347
  readonly type: PropType<() => void>;
7848
9348
  readonly default: undefined;
@@ -8188,6 +9688,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8188
9688
  iconBgColor: string;
8189
9689
  extraTextColor: string;
8190
9690
  }, any>;
9691
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
9692
+ fontWeight: string;
9693
+ textColor: string;
9694
+ descriptionTextColor: string;
9695
+ textColorDisabled: string;
9696
+ descriptionTextColorDisabled: string;
9697
+ fontSizeLarge: string;
9698
+ fontSizeMedium: string;
9699
+ fontSizeSmall: string;
9700
+ lineHeightLarge: string;
9701
+ lineHeightMedium: string;
9702
+ lineHeightSmall: string;
9703
+ borderRadiusLarge: string;
9704
+ borderRadiusMedium: string;
9705
+ borderRadiusSmall: string;
9706
+ color: string;
9707
+ colorHover: string;
9708
+ colorFocus: string;
9709
+ colorActive: string;
9710
+ colorChecked: string;
9711
+ colorHoverChecked: string;
9712
+ colorFocusChecked: string;
9713
+ colorActiveChecked: string;
9714
+ colorDisabled: string;
9715
+ colorDisabledChecked: string;
9716
+ checkMarkColor: string;
9717
+ checkMarkColorHover: string;
9718
+ checkMarkColorFocus: string;
9719
+ checkMarkColorActive: string;
9720
+ checkMarkColorDisabled: string;
9721
+ checkMarkColorDisabledChecked: string;
9722
+ border: string;
9723
+ borderHover: string;
9724
+ borderFocus: string;
9725
+ borderActive: string;
9726
+ borderChecked: string;
9727
+ borderHoverChecked: string;
9728
+ borderFocusChecked: string;
9729
+ borderActiveChecked: string;
9730
+ borderDisabled: string;
9731
+ borderDisabledChecked: string;
9732
+ boxShadowHover: string;
9733
+ boxShadowFocus: string;
9734
+ boxShadowActive: string;
9735
+ boxShadowHoverChecked: string;
9736
+ boxShadowFocusChecked: string;
9737
+ boxShadowActiveChecked: string;
9738
+ sizeSmall: string;
9739
+ sizeMedium: string;
9740
+ sizeLarge: string;
9741
+ labelPadding: string;
9742
+ }, any>;
9743
+ Input: import("../../_mixins").Theme<"Input", {
9744
+ paddingTiny: string;
9745
+ paddingSmall: string;
9746
+ paddingMedium: string;
9747
+ paddingLarge: string;
9748
+ paddingHuge: string;
9749
+ clearSize: string;
9750
+ countTextColorDisabled: string;
9751
+ countTextColor: string;
9752
+ heightTiny: string;
9753
+ heightSmall: string;
9754
+ heightMedium: string;
9755
+ heightLarge: string;
9756
+ heightHuge: string;
9757
+ fontSizeTiny: string;
9758
+ fontSizeSmall: string;
9759
+ fontSizeMedium: string;
9760
+ fontSizeLarge: string;
9761
+ fontSizeHuge: string;
9762
+ lineHeight: string;
9763
+ lineHeightTextarea: string;
9764
+ borderRadius: string;
9765
+ iconSize: string;
9766
+ groupLabelTextColor: string;
9767
+ textColor: string;
9768
+ textColorDisabled: string;
9769
+ textDecorationColor: string;
9770
+ caretColor: string;
9771
+ placeholderColor: string;
9772
+ placeholderColorDisabled: string;
9773
+ color: string;
9774
+ colorDisabled: string;
9775
+ colorFocus: string;
9776
+ groupLabelBorder: string;
9777
+ border: string;
9778
+ borderHover: string;
9779
+ borderDisabled: string;
9780
+ borderFocus: string;
9781
+ boxShadowFocus: string;
9782
+ loadingColor: string;
9783
+ loadingColorSuccess: string;
9784
+ borderSuccess: string;
9785
+ borderHoverSuccess: string;
9786
+ colorFocusSuccess: string;
9787
+ borderFocusSuccess: string;
9788
+ boxShadowFocusSuccess: string;
9789
+ caretColorSuccess: string;
9790
+ loadingColorWarning: string;
9791
+ borderWarning: string;
9792
+ borderHoverWarning: string;
9793
+ colorFocusWarning: string;
9794
+ borderFocusWarning: string;
9795
+ boxShadowFocusWarning: string;
9796
+ caretColorWarning: string;
9797
+ loadingColorError: string;
9798
+ borderError: string;
9799
+ borderHoverError: string;
9800
+ colorFocusError: string;
9801
+ borderFocusError: string;
9802
+ boxShadowFocusError: string;
9803
+ caretColorError: string;
9804
+ clearColor: string;
9805
+ clearColorHover: string;
9806
+ clearColorPressed: string;
9807
+ iconColor: string;
9808
+ iconColorDisabled: string;
9809
+ iconColorHover: string;
9810
+ iconColorPressed: string;
9811
+ suffixTextColor: string;
9812
+ selectionColor: string;
9813
+ }, any>;
8191
9814
  }>;
8192
9815
  }>;
8193
9816
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -8920,6 +10543,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8920
10543
  iconBgColor: string;
8921
10544
  extraTextColor: string;
8922
10545
  }, any>;
10546
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
10547
+ fontWeight: string;
10548
+ textColor: string;
10549
+ descriptionTextColor: string;
10550
+ textColorDisabled: string;
10551
+ descriptionTextColorDisabled: string;
10552
+ fontSizeLarge: string;
10553
+ fontSizeMedium: string;
10554
+ fontSizeSmall: string;
10555
+ lineHeightLarge: string;
10556
+ lineHeightMedium: string;
10557
+ lineHeightSmall: string;
10558
+ borderRadiusLarge: string;
10559
+ borderRadiusMedium: string;
10560
+ borderRadiusSmall: string;
10561
+ color: string;
10562
+ colorHover: string;
10563
+ colorFocus: string;
10564
+ colorActive: string;
10565
+ colorChecked: string;
10566
+ colorHoverChecked: string;
10567
+ colorFocusChecked: string;
10568
+ colorActiveChecked: string;
10569
+ colorDisabled: string;
10570
+ colorDisabledChecked: string;
10571
+ checkMarkColor: string;
10572
+ checkMarkColorHover: string;
10573
+ checkMarkColorFocus: string;
10574
+ checkMarkColorActive: string;
10575
+ checkMarkColorDisabled: string;
10576
+ checkMarkColorDisabledChecked: string;
10577
+ border: string;
10578
+ borderHover: string;
10579
+ borderFocus: string;
10580
+ borderActive: string;
10581
+ borderChecked: string;
10582
+ borderHoverChecked: string;
10583
+ borderFocusChecked: string;
10584
+ borderActiveChecked: string;
10585
+ borderDisabled: string;
10586
+ borderDisabledChecked: string;
10587
+ boxShadowHover: string;
10588
+ boxShadowFocus: string;
10589
+ boxShadowActive: string;
10590
+ boxShadowHoverChecked: string;
10591
+ boxShadowFocusChecked: string;
10592
+ boxShadowActiveChecked: string;
10593
+ sizeSmall: string;
10594
+ sizeMedium: string;
10595
+ sizeLarge: string;
10596
+ labelPadding: string;
10597
+ }, any>;
10598
+ Input: import("../../_mixins").Theme<"Input", {
10599
+ paddingTiny: string;
10600
+ paddingSmall: string;
10601
+ paddingMedium: string;
10602
+ paddingLarge: string;
10603
+ paddingHuge: string;
10604
+ clearSize: string;
10605
+ countTextColorDisabled: string;
10606
+ countTextColor: string;
10607
+ heightTiny: string;
10608
+ heightSmall: string;
10609
+ heightMedium: string;
10610
+ heightLarge: string;
10611
+ heightHuge: string;
10612
+ fontSizeTiny: string;
10613
+ fontSizeSmall: string;
10614
+ fontSizeMedium: string;
10615
+ fontSizeLarge: string;
10616
+ fontSizeHuge: string;
10617
+ lineHeight: string;
10618
+ lineHeightTextarea: string;
10619
+ borderRadius: string;
10620
+ iconSize: string;
10621
+ groupLabelTextColor: string;
10622
+ textColor: string;
10623
+ textColorDisabled: string;
10624
+ textDecorationColor: string;
10625
+ caretColor: string;
10626
+ placeholderColor: string;
10627
+ placeholderColorDisabled: string;
10628
+ color: string;
10629
+ colorDisabled: string;
10630
+ colorFocus: string;
10631
+ groupLabelBorder: string;
10632
+ border: string;
10633
+ borderHover: string;
10634
+ borderDisabled: string;
10635
+ borderFocus: string;
10636
+ boxShadowFocus: string;
10637
+ loadingColor: string;
10638
+ loadingColorSuccess: string;
10639
+ borderSuccess: string;
10640
+ borderHoverSuccess: string;
10641
+ colorFocusSuccess: string;
10642
+ borderFocusSuccess: string;
10643
+ boxShadowFocusSuccess: string;
10644
+ caretColorSuccess: string;
10645
+ loadingColorWarning: string;
10646
+ borderWarning: string;
10647
+ borderHoverWarning: string;
10648
+ colorFocusWarning: string;
10649
+ borderFocusWarning: string;
10650
+ boxShadowFocusWarning: string;
10651
+ caretColorWarning: string;
10652
+ loadingColorError: string;
10653
+ borderError: string;
10654
+ borderHoverError: string;
10655
+ colorFocusError: string;
10656
+ borderFocusError: string;
10657
+ boxShadowFocusError: string;
10658
+ caretColorError: string;
10659
+ clearColor: string;
10660
+ clearColorHover: string;
10661
+ clearColorPressed: string;
10662
+ iconColor: string;
10663
+ iconColorDisabled: string;
10664
+ iconColorHover: string;
10665
+ iconColorPressed: string;
10666
+ suffixTextColor: string;
10667
+ selectionColor: string;
10668
+ }, any>;
8923
10669
  }>;
8924
10670
  }>;
8925
10671
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -9652,6 +11398,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9652
11398
  iconBgColor: string;
9653
11399
  extraTextColor: string;
9654
11400
  }, any>;
11401
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
11402
+ fontWeight: string;
11403
+ textColor: string;
11404
+ descriptionTextColor: string;
11405
+ textColorDisabled: string;
11406
+ descriptionTextColorDisabled: string;
11407
+ fontSizeLarge: string;
11408
+ fontSizeMedium: string;
11409
+ fontSizeSmall: string;
11410
+ lineHeightLarge: string;
11411
+ lineHeightMedium: string;
11412
+ lineHeightSmall: string;
11413
+ borderRadiusLarge: string;
11414
+ borderRadiusMedium: string;
11415
+ borderRadiusSmall: string;
11416
+ color: string;
11417
+ colorHover: string;
11418
+ colorFocus: string;
11419
+ colorActive: string;
11420
+ colorChecked: string;
11421
+ colorHoverChecked: string;
11422
+ colorFocusChecked: string;
11423
+ colorActiveChecked: string;
11424
+ colorDisabled: string;
11425
+ colorDisabledChecked: string;
11426
+ checkMarkColor: string;
11427
+ checkMarkColorHover: string;
11428
+ checkMarkColorFocus: string;
11429
+ checkMarkColorActive: string;
11430
+ checkMarkColorDisabled: string;
11431
+ checkMarkColorDisabledChecked: string;
11432
+ border: string;
11433
+ borderHover: string;
11434
+ borderFocus: string;
11435
+ borderActive: string;
11436
+ borderChecked: string;
11437
+ borderHoverChecked: string;
11438
+ borderFocusChecked: string;
11439
+ borderActiveChecked: string;
11440
+ borderDisabled: string;
11441
+ borderDisabledChecked: string;
11442
+ boxShadowHover: string;
11443
+ boxShadowFocus: string;
11444
+ boxShadowActive: string;
11445
+ boxShadowHoverChecked: string;
11446
+ boxShadowFocusChecked: string;
11447
+ boxShadowActiveChecked: string;
11448
+ sizeSmall: string;
11449
+ sizeMedium: string;
11450
+ sizeLarge: string;
11451
+ labelPadding: string;
11452
+ }, any>;
11453
+ Input: import("../../_mixins").Theme<"Input", {
11454
+ paddingTiny: string;
11455
+ paddingSmall: string;
11456
+ paddingMedium: string;
11457
+ paddingLarge: string;
11458
+ paddingHuge: string;
11459
+ clearSize: string;
11460
+ countTextColorDisabled: string;
11461
+ countTextColor: string;
11462
+ heightTiny: string;
11463
+ heightSmall: string;
11464
+ heightMedium: string;
11465
+ heightLarge: string;
11466
+ heightHuge: string;
11467
+ fontSizeTiny: string;
11468
+ fontSizeSmall: string;
11469
+ fontSizeMedium: string;
11470
+ fontSizeLarge: string;
11471
+ fontSizeHuge: string;
11472
+ lineHeight: string;
11473
+ lineHeightTextarea: string;
11474
+ borderRadius: string;
11475
+ iconSize: string;
11476
+ groupLabelTextColor: string;
11477
+ textColor: string;
11478
+ textColorDisabled: string;
11479
+ textDecorationColor: string;
11480
+ caretColor: string;
11481
+ placeholderColor: string;
11482
+ placeholderColorDisabled: string;
11483
+ color: string;
11484
+ colorDisabled: string;
11485
+ colorFocus: string;
11486
+ groupLabelBorder: string;
11487
+ border: string;
11488
+ borderHover: string;
11489
+ borderDisabled: string;
11490
+ borderFocus: string;
11491
+ boxShadowFocus: string;
11492
+ loadingColor: string;
11493
+ loadingColorSuccess: string;
11494
+ borderSuccess: string;
11495
+ borderHoverSuccess: string;
11496
+ colorFocusSuccess: string;
11497
+ borderFocusSuccess: string;
11498
+ boxShadowFocusSuccess: string;
11499
+ caretColorSuccess: string;
11500
+ loadingColorWarning: string;
11501
+ borderWarning: string;
11502
+ borderHoverWarning: string;
11503
+ colorFocusWarning: string;
11504
+ borderFocusWarning: string;
11505
+ boxShadowFocusWarning: string;
11506
+ caretColorWarning: string;
11507
+ loadingColorError: string;
11508
+ borderError: string;
11509
+ borderHoverError: string;
11510
+ colorFocusError: string;
11511
+ borderFocusError: string;
11512
+ boxShadowFocusError: string;
11513
+ caretColorError: string;
11514
+ clearColor: string;
11515
+ clearColorHover: string;
11516
+ clearColorPressed: string;
11517
+ iconColor: string;
11518
+ iconColorDisabled: string;
11519
+ iconColorHover: string;
11520
+ iconColorPressed: string;
11521
+ suffixTextColor: string;
11522
+ selectionColor: string;
11523
+ }, any>;
9655
11524
  }>;
9656
11525
  }>;
9657
11526
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -10077,12 +11946,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10077
11946
  readonly profileButtonTooltip: string;
10078
11947
  readonly unreadNotificationText: string;
10079
11948
  readonly onAttachmentDownload: OnAttachmentDownload;
10080
- readonly bubbleActions: ChatBubbleAction[];
11949
+ readonly inputValue: string;
10081
11950
  readonly messages: ChatMessageData[];
10082
- readonly loadingCount: number;
10083
- readonly typingChatIds: (string | number | symbol)[];
10084
- readonly onMessageRetry: (message: ChatMessageData) => void;
10085
- readonly selectedChat: ChatListItemData;
10086
11951
  readonly headerButtonProps: Partial<ButtonProps>;
10087
11952
  readonly headerIconProps: Partial<IconProps>;
10088
11953
  readonly headerShareButtonProps: Partial<ButtonProps>;
@@ -10096,14 +11961,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10096
11961
  readonly footerUploadProps: Partial<UploadProps>;
10097
11962
  readonly footerIconProps: Partial<IconProps>;
10098
11963
  readonly footerSuffixIconProps: Partial<IconProps>;
10099
- readonly showAttachButton: boolean;
10100
- readonly onMessageSend: OnMessageSend;
10101
- readonly onFooterInputChange: (value: string, chatId: ChatId) => void;
11964
+ readonly onMessageRetry: (message: ChatMessageData) => void;
11965
+ readonly bubbleActions: ChatBubbleAction[];
11966
+ readonly onAttachmentUpload: OnAttachmentUpload;
11967
+ readonly typingChatIds: (string | number | symbol)[];
10102
11968
  readonly onChatClose: () => void;
10103
11969
  readonly onChatShare: () => void;
10104
11970
  readonly onUserProfile: () => void;
10105
- readonly onAttachmentUpload: OnAttachmentUpload;
11971
+ readonly onFooterInputChange: (value: string, chatId: ChatId) => void;
10106
11972
  readonly onMessagesScrollToTop: () => void;
10107
11973
  readonly onMessagesScrollToBottom: () => void;
11974
+ readonly loadingCount: number;
11975
+ readonly selectedChat: ChatListItemData;
11976
+ readonly showAttachButton: boolean;
11977
+ readonly onMessageSend: OnMessageSend;
11978
+ readonly 'onUpdate:inputValue': (value: string) => void;
10108
11979
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10109
11980
  export default _default;