@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
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.markTypeToServiceVariantMap = exports.chatInjectionKey = exports.ChatBubbleActionKey = exports.ChatMarkType = exports.ChatAttachmentStatus = exports.ChatMessageType = exports.MessageStatus = void 0;
3
+ exports.chatProps = exports.markTypeToServiceVariantMap = exports.chatInjectionKey = exports.ChatBubbleActionKey = exports.ChatMarkType = exports.ChatAttachmentStatus = exports.ChatMessageType = exports.MessageStatus = void 0;
4
+ const _mixins_1 = require("../../_mixins");
4
5
  const _utils_1 = require("../../_utils");
5
6
  const message_bubble_1 = require("../../message-bubble");
6
7
  var MessageStatus;
@@ -42,3 +43,184 @@ exports.markTypeToServiceVariantMap = {
42
43
  [ChatMarkType.EVENT]: message_bubble_1.MessageBubbleServiceVariant.EVENT,
43
44
  [ChatMarkType.DIVIDER]: message_bubble_1.MessageBubbleServiceVariant.DIVIDER
44
45
  };
46
+ exports.chatProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { chatItems: {
47
+ type: Array,
48
+ default: () => []
49
+ }, selectedChatId: {
50
+ type: [String, Number],
51
+ default: undefined
52
+ }, inputValue: {
53
+ type: String,
54
+ default: undefined
55
+ }, messages: {
56
+ type: Array,
57
+ default: () => []
58
+ }, typingChatIds: {
59
+ type: Array,
60
+ default: () => []
61
+ }, disabled: {
62
+ type: Boolean,
63
+ default: false
64
+ }, listEmptyProps: {
65
+ type: Object,
66
+ default: undefined
67
+ }, listHeaderTitle: {
68
+ type: [String, Function],
69
+ default: 'Chats'
70
+ }, listHeaderActions: {
71
+ type: Array,
72
+ default: () => []
73
+ }, listHeaderButtonProps: {
74
+ type: Object,
75
+ default: undefined
76
+ }, listHeaderIconProps: {
77
+ type: Object,
78
+ default: undefined
79
+ }, listItemAvatarProps: {
80
+ type: Object,
81
+ default: undefined
82
+ }, listItemBadgeProps: {
83
+ type: Object,
84
+ default: undefined
85
+ }, headerTitle: {
86
+ type: [String, Function],
87
+ default: undefined
88
+ }, headerActions: {
89
+ type: Array,
90
+ default: () => []
91
+ }, headerButtonProps: {
92
+ type: Object,
93
+ default: undefined
94
+ }, headerIconProps: {
95
+ type: Object,
96
+ default: undefined
97
+ }, headerShareButtonProps: {
98
+ type: Object,
99
+ default: undefined
100
+ }, headerProfileButtonProps: {
101
+ type: Object,
102
+ default: undefined
103
+ }, headerCloseButtonProps: {
104
+ type: Object,
105
+ default: undefined
106
+ }, headerShareIconProps: {
107
+ type: Object,
108
+ default: undefined
109
+ }, headerProfileIconProps: {
110
+ type: Object,
111
+ default: undefined
112
+ }, messageSenderAvatarProps: {
113
+ type: Object,
114
+ default: undefined
115
+ }, messageUploadProps: {
116
+ type: Object,
117
+ default: undefined
118
+ }, messageButtonProps: {
119
+ type: Object,
120
+ default: undefined
121
+ }, footerInputProps: {
122
+ type: Object,
123
+ default: undefined
124
+ }, footerButtonProps: {
125
+ type: Object,
126
+ default: undefined
127
+ }, footerUploadProps: {
128
+ type: Object,
129
+ default: undefined
130
+ }, footerUploadTriggerProps: {
131
+ type: Object,
132
+ default: undefined
133
+ }, footerIconProps: {
134
+ type: Object,
135
+ default: undefined
136
+ }, footerSuffixIconProps: {
137
+ type: Object,
138
+ default: undefined
139
+ }, emptyProps: {
140
+ type: Object,
141
+ default: undefined
142
+ }, retryText: {
143
+ type: String,
144
+ default: undefined
145
+ }, typingText: {
146
+ type: String,
147
+ default: undefined
148
+ }, closeButtonText: {
149
+ type: String,
150
+ default: undefined
151
+ }, shareButtonTooltip: {
152
+ type: String,
153
+ default: undefined
154
+ }, profileButtonTooltip: {
155
+ type: String,
156
+ default: undefined
157
+ }, unreadNotificationText: {
158
+ type: String,
159
+ default: undefined
160
+ }, chatItemsLoading: {
161
+ type: Boolean,
162
+ default: false
163
+ }, chatItemsLoadingCount: {
164
+ type: Number,
165
+ default: 10
166
+ }, messagesLoading: {
167
+ type: Boolean,
168
+ default: false
169
+ }, messagesLoadingCount: {
170
+ type: Number,
171
+ default: 10
172
+ }, height: {
173
+ type: [String, Number],
174
+ default: 800
175
+ }, onChatSelect: {
176
+ type: Function,
177
+ default: undefined
178
+ }, onMessageRetry: {
179
+ type: Function,
180
+ default: undefined
181
+ }, bubbleActions: {
182
+ type: Array,
183
+ default: undefined
184
+ }, onChatClose: {
185
+ type: Function,
186
+ default: undefined
187
+ }, onChatShare: {
188
+ type: Function,
189
+ default: undefined
190
+ }, onUserProfile: {
191
+ type: Function,
192
+ default: undefined
193
+ }, onAttachmentUpload: {
194
+ type: Function,
195
+ default: undefined
196
+ }, onAttachmentDownload: {
197
+ type: Function,
198
+ default: undefined
199
+ }, onFilterChange: {
200
+ type: Function,
201
+ default: undefined
202
+ }, onFooterInputChange: {
203
+ type: Function,
204
+ default: undefined
205
+ }, onNetworkError: {
206
+ type: Function,
207
+ default: undefined
208
+ }, onUploadError: {
209
+ type: Function,
210
+ default: undefined
211
+ }, onSendError: {
212
+ type: Function,
213
+ default: undefined
214
+ }, onChatItemsScrollToTop: {
215
+ type: Function,
216
+ default: undefined
217
+ }, onChatItemsScrollToBottom: {
218
+ type: Function,
219
+ default: undefined
220
+ }, onMessagesScrollToTop: {
221
+ type: Function,
222
+ default: undefined
223
+ }, onMessagesScrollToBottom: {
224
+ type: Function,
225
+ default: undefined
226
+ } });
@@ -315,6 +315,129 @@ declare const chatDark: import("../../_mixins").Theme<"Chat", {
315
315
  iconBgColor: string;
316
316
  extraTextColor: string;
317
317
  }, any>;
318
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
319
+ fontWeight: string;
320
+ textColor: string;
321
+ descriptionTextColor: string;
322
+ textColorDisabled: string;
323
+ descriptionTextColorDisabled: string;
324
+ fontSizeLarge: string;
325
+ fontSizeMedium: string;
326
+ fontSizeSmall: string;
327
+ lineHeightLarge: string;
328
+ lineHeightMedium: string;
329
+ lineHeightSmall: string;
330
+ borderRadiusLarge: string;
331
+ borderRadiusMedium: string;
332
+ borderRadiusSmall: string;
333
+ color: string;
334
+ colorHover: string;
335
+ colorFocus: string;
336
+ colorActive: string;
337
+ colorChecked: string;
338
+ colorHoverChecked: string;
339
+ colorFocusChecked: string;
340
+ colorActiveChecked: string;
341
+ colorDisabled: string;
342
+ colorDisabledChecked: string;
343
+ checkMarkColor: string;
344
+ checkMarkColorHover: string;
345
+ checkMarkColorFocus: string;
346
+ checkMarkColorActive: string;
347
+ checkMarkColorDisabled: string;
348
+ checkMarkColorDisabledChecked: string;
349
+ border: string;
350
+ borderHover: string;
351
+ borderFocus: string;
352
+ borderActive: string;
353
+ borderChecked: string;
354
+ borderHoverChecked: string;
355
+ borderFocusChecked: string;
356
+ borderActiveChecked: string;
357
+ borderDisabled: string;
358
+ borderDisabledChecked: string;
359
+ boxShadowHover: string;
360
+ boxShadowFocus: string;
361
+ boxShadowActive: string;
362
+ boxShadowHoverChecked: string;
363
+ boxShadowFocusChecked: string;
364
+ boxShadowActiveChecked: string;
365
+ sizeSmall: string;
366
+ sizeMedium: string;
367
+ sizeLarge: string;
368
+ labelPadding: string;
369
+ }, any>;
370
+ Input: import("../../_mixins").Theme<"Input", {
371
+ paddingTiny: string;
372
+ paddingSmall: string;
373
+ paddingMedium: string;
374
+ paddingLarge: string;
375
+ paddingHuge: string;
376
+ clearSize: string;
377
+ countTextColorDisabled: string;
378
+ countTextColor: string;
379
+ heightTiny: string;
380
+ heightSmall: string;
381
+ heightMedium: string;
382
+ heightLarge: string;
383
+ heightHuge: string;
384
+ fontSizeTiny: string;
385
+ fontSizeSmall: string;
386
+ fontSizeMedium: string;
387
+ fontSizeLarge: string;
388
+ fontSizeHuge: string;
389
+ lineHeight: string;
390
+ lineHeightTextarea: string;
391
+ borderRadius: string;
392
+ iconSize: string;
393
+ groupLabelTextColor: string;
394
+ textColor: string;
395
+ textColorDisabled: string;
396
+ textDecorationColor: string;
397
+ caretColor: string;
398
+ placeholderColor: string;
399
+ placeholderColorDisabled: string;
400
+ color: string;
401
+ colorDisabled: string;
402
+ colorFocus: string;
403
+ groupLabelBorder: string;
404
+ border: string;
405
+ borderHover: string;
406
+ borderDisabled: string;
407
+ borderFocus: string;
408
+ boxShadowFocus: string;
409
+ loadingColor: string;
410
+ loadingColorSuccess: string;
411
+ borderSuccess: string;
412
+ borderHoverSuccess: string;
413
+ colorFocusSuccess: string;
414
+ borderFocusSuccess: string;
415
+ boxShadowFocusSuccess: string;
416
+ caretColorSuccess: string;
417
+ loadingColorWarning: string;
418
+ borderWarning: string;
419
+ borderHoverWarning: string;
420
+ colorFocusWarning: string;
421
+ borderFocusWarning: string;
422
+ boxShadowFocusWarning: string;
423
+ caretColorWarning: string;
424
+ loadingColorError: string;
425
+ borderError: string;
426
+ borderHoverError: string;
427
+ colorFocusError: string;
428
+ borderFocusError: string;
429
+ boxShadowFocusError: string;
430
+ caretColorError: string;
431
+ clearColor: string;
432
+ clearColorHover: string;
433
+ clearColorPressed: string;
434
+ iconColor: string;
435
+ iconColorDisabled: string;
436
+ iconColorHover: string;
437
+ iconColorPressed: string;
438
+ suffixTextColor: string;
439
+ selectionColor: string;
440
+ }, any>;
318
441
  }>;
319
442
  }>;
320
443
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -353,6 +353,129 @@ declare const chatLight: import("../../_mixins").Theme<"Chat", {
353
353
  iconBgColor: string;
354
354
  extraTextColor: string;
355
355
  }, any>;
356
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
357
+ fontWeight: string;
358
+ textColor: string;
359
+ descriptionTextColor: string;
360
+ textColorDisabled: string;
361
+ descriptionTextColorDisabled: string;
362
+ fontSizeLarge: string;
363
+ fontSizeMedium: string;
364
+ fontSizeSmall: string;
365
+ lineHeightLarge: string;
366
+ lineHeightMedium: string;
367
+ lineHeightSmall: string;
368
+ borderRadiusLarge: string;
369
+ borderRadiusMedium: string;
370
+ borderRadiusSmall: string;
371
+ color: string;
372
+ colorHover: string;
373
+ colorFocus: string;
374
+ colorActive: string;
375
+ colorChecked: string;
376
+ colorHoverChecked: string;
377
+ colorFocusChecked: string;
378
+ colorActiveChecked: string;
379
+ colorDisabled: string;
380
+ colorDisabledChecked: string;
381
+ checkMarkColor: string;
382
+ checkMarkColorHover: string;
383
+ checkMarkColorFocus: string;
384
+ checkMarkColorActive: string;
385
+ checkMarkColorDisabled: string;
386
+ checkMarkColorDisabledChecked: string;
387
+ border: string;
388
+ borderHover: string;
389
+ borderFocus: string;
390
+ borderActive: string;
391
+ borderChecked: string;
392
+ borderHoverChecked: string;
393
+ borderFocusChecked: string;
394
+ borderActiveChecked: string;
395
+ borderDisabled: string;
396
+ borderDisabledChecked: string;
397
+ boxShadowHover: string;
398
+ boxShadowFocus: string;
399
+ boxShadowActive: string;
400
+ boxShadowHoverChecked: string;
401
+ boxShadowFocusChecked: string;
402
+ boxShadowActiveChecked: string;
403
+ sizeSmall: string;
404
+ sizeMedium: string;
405
+ sizeLarge: string;
406
+ labelPadding: string;
407
+ }, any>;
408
+ Input: import("../../_mixins").Theme<"Input", {
409
+ paddingTiny: string;
410
+ paddingSmall: string;
411
+ paddingMedium: string;
412
+ paddingLarge: string;
413
+ paddingHuge: string;
414
+ clearSize: string;
415
+ countTextColorDisabled: string;
416
+ countTextColor: string;
417
+ heightTiny: string;
418
+ heightSmall: string;
419
+ heightMedium: string;
420
+ heightLarge: string;
421
+ heightHuge: string;
422
+ fontSizeTiny: string;
423
+ fontSizeSmall: string;
424
+ fontSizeMedium: string;
425
+ fontSizeLarge: string;
426
+ fontSizeHuge: string;
427
+ lineHeight: string;
428
+ lineHeightTextarea: string;
429
+ borderRadius: string;
430
+ iconSize: string;
431
+ groupLabelTextColor: string;
432
+ textColor: string;
433
+ textColorDisabled: string;
434
+ textDecorationColor: string;
435
+ caretColor: string;
436
+ placeholderColor: string;
437
+ placeholderColorDisabled: string;
438
+ color: string;
439
+ colorDisabled: string;
440
+ colorFocus: string;
441
+ groupLabelBorder: string;
442
+ border: string;
443
+ borderHover: string;
444
+ borderDisabled: string;
445
+ borderFocus: string;
446
+ boxShadowFocus: string;
447
+ loadingColor: string;
448
+ loadingColorSuccess: string;
449
+ borderSuccess: string;
450
+ borderHoverSuccess: string;
451
+ colorFocusSuccess: string;
452
+ borderFocusSuccess: string;
453
+ boxShadowFocusSuccess: string;
454
+ caretColorSuccess: string;
455
+ loadingColorWarning: string;
456
+ borderWarning: string;
457
+ borderHoverWarning: string;
458
+ colorFocusWarning: string;
459
+ borderFocusWarning: string;
460
+ boxShadowFocusWarning: string;
461
+ caretColorWarning: string;
462
+ loadingColorError: string;
463
+ borderError: string;
464
+ borderHoverError: string;
465
+ colorFocusError: string;
466
+ borderFocusError: string;
467
+ boxShadowFocusError: string;
468
+ caretColorError: string;
469
+ clearColor: string;
470
+ clearColorHover: string;
471
+ clearColorPressed: string;
472
+ iconColor: string;
473
+ iconColorDisabled: string;
474
+ iconColorHover: string;
475
+ iconColorPressed: string;
476
+ suffixTextColor: string;
477
+ selectionColor: string;
478
+ }, any>;
356
479
  }>;
357
480
  }>;
358
481
  Avatar: import("../../_mixins").Theme<"Avatar", {
@@ -32,11 +32,11 @@ export declare const checkboxProps: {
32
32
  default: undefined;
33
33
  };
34
34
  checkedValue: {
35
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
35
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
36
36
  default: boolean;
37
37
  };
38
38
  uncheckedValue: {
39
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
39
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
40
40
  default: boolean;
41
41
  };
42
42
  'onUpdate:checked': PropType<import("../../_utils").MaybeArray<import("../../_internal").OnUpdateChecked>>;
@@ -232,11 +232,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
232
232
  default: undefined;
233
233
  };
234
234
  checkedValue: {
235
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
235
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
236
236
  default: boolean;
237
237
  };
238
238
  uncheckedValue: {
239
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
239
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
240
240
  default: boolean;
241
241
  };
242
242
  'onUpdate:checked': PropType<import("../../_utils").MaybeArray<import("../../_internal").OnUpdateChecked>>;
@@ -543,11 +543,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
543
543
  default: undefined;
544
544
  };
545
545
  checkedValue: {
546
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
546
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
547
547
  default: boolean;
548
548
  };
549
549
  uncheckedValue: {
550
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
550
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
551
551
  default: boolean;
552
552
  };
553
553
  'onUpdate:checked': PropType<import("../../_utils").MaybeArray<import("../../_internal").OnUpdateChecked>>;
@@ -710,8 +710,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
710
710
  labelPadding: string;
711
711
  }, any>>>;
712
712
  }>> & Readonly<{}>, {
713
- disabled: boolean | undefined;
714
713
  position: "left" | "right";
714
+ disabled: boolean | undefined;
715
715
  focusable: boolean;
716
716
  checkedValue: string | number | boolean;
717
717
  uncheckedValue: string | number | boolean;
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
71
  }) => void>>;
72
72
  readonly onChange: PropType<MaybeArray<(value: Array<string | number>) => void> | undefined>;
73
73
  }>> & Readonly<{}>, {
74
- readonly disabled: boolean | undefined;
75
74
  readonly defaultValue: (string | number)[] | null;
75
+ readonly disabled: boolean | undefined;
76
76
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
77
  export default _default;
@@ -214,10 +214,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
214
214
  lineNumberTextColor: string;
215
215
  }, any>>>;
216
216
  }>> & Readonly<{}>, {
217
- code: string;
218
217
  trim: boolean;
219
- inline: boolean;
218
+ code: string;
220
219
  uri: boolean;
220
+ inline: boolean;
221
221
  wordWrap: boolean;
222
222
  showLineNumbers: boolean;
223
223
  internalNoHighlight: boolean;
@@ -2981,8 +2981,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2981
2981
  }, any>;
2982
2982
  }>>>;
2983
2983
  }>> & Readonly<{}>, {
2984
- readonly disabled: boolean | undefined;
2985
2984
  readonly to: string | boolean | HTMLElement;
2985
+ readonly disabled: boolean | undefined;
2986
2986
  readonly placement: FollowerPlacement;
2987
2987
  readonly show: boolean | undefined;
2988
2988
  readonly defaultShow: boolean;
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  disabled: BooleanConstructor;
32
32
  onClick: PropType<() => void>;
33
33
  }>> & Readonly<{}>, {
34
- value: string | null;
35
34
  disabled: boolean;
35
+ value: string | null;
36
36
  hsla: HSLA | null;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  export default _default;