@uzum-tech/ui 2.3.1 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (414) hide show
  1. package/dist/index.js +29698 -29160
  2. package/dist/index.mjs +29963 -29425
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  6. package/es/_internal/close/src/Close.d.ts +1 -1
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  8. package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  9. package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
  10. package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  11. package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
  12. package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  13. package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
  14. package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  15. package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
  16. package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  17. package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
  18. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  19. package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
  20. package/es/_internal/select-menu/src/interface.d.ts +650 -2
  21. package/es/_internal/select-menu/src/interface.mjs +81 -0
  22. package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
  23. package/es/_internal/select-menu/styles/dark.mjs +5 -1
  24. package/es/_internal/select-menu/styles/light.d.ts +123 -0
  25. package/es/_internal/select-menu/styles/light.mjs +5 -1
  26. package/es/_internal/selection/src/Selection.d.ts +3 -3
  27. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  28. package/es/_internal/typography/src/text.d.ts +3 -3
  29. package/es/action-card/src/ActionCard.d.ts +2 -2
  30. package/es/affix/src/Affix.d.ts +1 -1
  31. package/es/alert/src/Alert.d.ts +1 -1
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  34. package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
  35. package/es/auto-complete/styles/light.d.ts +123 -0
  36. package/es/avatar/src/Avatar.d.ts +1 -1
  37. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  38. package/es/back-top/src/BackTop.d.ts +1 -1
  39. package/es/badge/src/Badge.d.ts +1 -1
  40. package/es/button/src/Button.d.ts +7 -7
  41. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  42. package/es/card/src/Card.d.ts +1 -1
  43. package/es/card-list/src/CardListItem.d.ts +1 -1
  44. package/es/carousel/src/Carousel.d.ts +4 -4
  45. package/es/carousel/src/CarouselDots.d.ts +2 -2
  46. package/es/cascader/src/Cascader.d.ts +1404 -51
  47. package/es/cascader/src/CascaderMenu.d.ts +492 -0
  48. package/es/cascader/src/CascaderOption.d.ts +492 -0
  49. package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
  50. package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
  51. package/es/cascader/styles/light.d.ts +123 -0
  52. package/es/chat/src/Chat.d.ts +5868 -87
  53. package/es/chat/src/ChatListItems.d.ts +1849 -4
  54. package/es/chat/src/ChatMainArea.d.ts +1849 -4
  55. package/es/chat/src/ChatMessages.d.ts +1849 -4
  56. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  57. package/es/chat/styles/dark.d.ts +123 -0
  58. package/es/chat/styles/light.d.ts +123 -0
  59. package/es/checkbox/src/Checkbox.d.ts +7 -7
  60. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  61. package/es/code/src/Code.d.ts +2 -2
  62. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  63. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  64. package/es/components.d.ts +19186 -425
  65. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  66. package/es/config-provider/src/context.mjs +1 -1
  67. package/es/crop/src/Crop.d.ts +1 -1
  68. package/es/data-table/src/DataTable.d.ts +2087 -119
  69. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  70. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  71. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  72. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  73. package/es/data-table/src/interface.d.ts +738 -0
  74. package/es/data-table/styles/light.d.ts +246 -0
  75. package/es/date-picker/src/DatePicker.d.ts +3 -3
  76. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  77. package/es/descriptions/src/Descriptions.d.ts +2 -2
  78. package/es/dialog/src/Dialog.d.ts +1 -1
  79. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  80. package/es/dialog/src/DialogProvider.d.ts +52 -52
  81. package/es/dialog/src/dialogProps.d.ts +1 -1
  82. package/es/divider/src/Divider.d.ts +1 -1
  83. package/es/drawer/src/Drawer.d.ts +2 -2
  84. package/es/dropdown/src/Dropdown.d.ts +4 -4
  85. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  86. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  87. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  88. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  89. package/es/empty/src/Empty.d.ts +1 -1
  90. package/es/flex/src/Flex.d.ts +1 -1
  91. package/es/float-button/src/FloatButton.d.ts +1 -1
  92. package/es/form/src/Form.d.ts +1 -1
  93. package/es/form/src/FormItem.d.ts +3 -3
  94. package/es/form/src/FormItemCol.d.ts +3 -3
  95. package/es/form/src/FormItemGridItem.d.ts +3 -3
  96. package/es/form/src/FormItemRow.d.ts +2 -2
  97. package/es/form/src/utils.d.ts +1 -1
  98. package/es/gradient-text/src/GradientText.d.ts +2 -2
  99. package/es/header/src/Header.d.ts +1 -1
  100. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  101. package/es/heatmap/src/Heatmap.d.ts +1 -1
  102. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  103. package/es/icon-pack/src/IconPack.d.ts +2 -2
  104. package/es/image/src/Image.d.ts +1 -1
  105. package/es/image/src/ImagePreview.d.ts +1 -0
  106. package/es/image/src/ImagePreview.mjs +7 -35
  107. package/es/image/src/public-types.d.ts +4 -4
  108. package/es/input/src/Input.d.ts +7 -7
  109. package/es/input-number/src/InputNumber.d.ts +3 -3
  110. package/es/input-otp/src/InputOtp.d.ts +2 -2
  111. package/es/kanban/src/Kanban.d.ts +1 -1
  112. package/es/layout/src/LayoutSider.d.ts +1 -1
  113. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  114. package/es/list/src/List.d.ts +9 -9
  115. package/es/list/src/ListItem.d.ts +10 -10
  116. package/es/locales/common/enUS.d.ts +1 -0
  117. package/es/locales/common/enUS.mjs +2 -1
  118. package/es/locales/common/ruRU.mjs +2 -1
  119. package/es/locales/common/uzUZ.mjs +2 -1
  120. package/es/locales/common/zhCN.mjs +2 -1
  121. package/es/mention/src/Mention.d.ts +1388 -32
  122. package/es/mention/styles/light.d.ts +123 -0
  123. package/es/menu/src/Menu.d.ts +3 -3
  124. package/es/menu/src/MenuOption.d.ts +1 -1
  125. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  126. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  127. package/es/menu/src/Submenu.d.ts +1 -1
  128. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  129. package/es/message-bubble/src/MessageBubble.mjs +10 -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/index.d.ts +2 -1
  190. package/es/upload/index.mjs +2 -1
  191. package/es/upload/src/Upload.d.ts +75 -1009
  192. package/es/upload/src/Upload.mjs +43 -124
  193. package/es/upload/src/UploadFile.d.ts +2 -2
  194. package/es/upload/src/UploadFile.mjs +8 -2
  195. package/es/upload/src/UploadFileList.mjs +17 -2
  196. package/es/upload/src/UploadProgress.d.ts +3 -2
  197. package/es/upload/src/interface.d.ts +1086 -92
  198. package/es/upload/src/interface.mjs +117 -1
  199. package/es/upload/src/public-types.d.ts +17 -2
  200. package/es/upload/src/useUploadActionsRender.d.ts +2 -27
  201. package/es/upload/src/useUploadActionsRender.mjs +2 -2
  202. package/es/upload/src/useUploadInternals.d.ts +2 -25
  203. package/es/upload/src/utils.d.ts +2 -0
  204. package/es/upload/src/utils.mjs +7 -0
  205. package/es/version.d.ts +1 -1
  206. package/es/version.mjs +1 -1
  207. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  208. package/es/watermark/src/Watermark.d.ts +2 -2
  209. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  210. package/lib/_internal/close/src/Close.d.ts +1 -1
  211. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  212. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  213. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  214. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  215. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  216. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  217. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  218. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  219. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  220. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  221. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  222. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  223. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  224. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  225. package/lib/_internal/select-menu/src/interface.js +46 -1
  226. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  227. package/lib/_internal/select-menu/styles/dark.js +8 -4
  228. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  229. package/lib/_internal/select-menu/styles/light.js +8 -4
  230. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  231. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  232. package/lib/_internal/typography/src/text.d.ts +3 -3
  233. package/lib/action-card/src/ActionCard.d.ts +2 -2
  234. package/lib/affix/src/Affix.d.ts +1 -1
  235. package/lib/alert/src/Alert.d.ts +1 -1
  236. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  237. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  238. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  239. package/lib/auto-complete/styles/light.d.ts +123 -0
  240. package/lib/avatar/src/Avatar.d.ts +1 -1
  241. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  242. package/lib/back-top/src/BackTop.d.ts +1 -1
  243. package/lib/badge/src/Badge.d.ts +1 -1
  244. package/lib/button/src/Button.d.ts +7 -7
  245. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  246. package/lib/card/src/Card.d.ts +1 -1
  247. package/lib/card-list/src/CardListItem.d.ts +1 -1
  248. package/lib/carousel/src/Carousel.d.ts +4 -4
  249. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  250. package/lib/cascader/src/Cascader.d.ts +1404 -51
  251. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  252. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  253. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  254. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  255. package/lib/cascader/styles/light.d.ts +123 -0
  256. package/lib/chat/src/Chat.d.ts +5868 -87
  257. package/lib/chat/src/ChatListItems.d.ts +1849 -4
  258. package/lib/chat/src/ChatMainArea.d.ts +1849 -4
  259. package/lib/chat/src/ChatMessages.d.ts +1849 -4
  260. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  261. package/lib/chat/styles/dark.d.ts +123 -0
  262. package/lib/chat/styles/light.d.ts +123 -0
  263. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  264. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  265. package/lib/code/src/Code.d.ts +2 -2
  266. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  267. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  268. package/lib/components.d.ts +19186 -425
  269. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  270. package/lib/config-provider/src/context.js +2 -2
  271. package/lib/crop/src/Crop.d.ts +1 -1
  272. package/lib/data-table/src/DataTable.d.ts +2087 -119
  273. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  274. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  275. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  276. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  277. package/lib/data-table/src/interface.d.ts +738 -0
  278. package/lib/data-table/styles/light.d.ts +246 -0
  279. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  280. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  281. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  282. package/lib/dialog/src/Dialog.d.ts +1 -1
  283. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  284. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  285. package/lib/dialog/src/dialogProps.d.ts +1 -1
  286. package/lib/divider/src/Divider.d.ts +1 -1
  287. package/lib/drawer/src/Drawer.d.ts +2 -2
  288. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  289. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  290. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  291. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  292. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  293. package/lib/empty/src/Empty.d.ts +1 -1
  294. package/lib/flex/src/Flex.d.ts +1 -1
  295. package/lib/float-button/src/FloatButton.d.ts +1 -1
  296. package/lib/form/src/Form.d.ts +1 -1
  297. package/lib/form/src/FormItem.d.ts +3 -3
  298. package/lib/form/src/FormItemCol.d.ts +3 -3
  299. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  300. package/lib/form/src/FormItemRow.d.ts +2 -2
  301. package/lib/form/src/utils.d.ts +1 -1
  302. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  303. package/lib/header/src/Header.d.ts +1 -1
  304. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  305. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  306. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  307. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  308. package/lib/image/src/Image.d.ts +1 -1
  309. package/lib/image/src/ImagePreview.d.ts +1 -0
  310. package/lib/image/src/ImagePreview.js +3 -19
  311. package/lib/image/src/public-types.d.ts +4 -4
  312. package/lib/input/src/Input.d.ts +7 -7
  313. package/lib/input-number/src/InputNumber.d.ts +3 -3
  314. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  315. package/lib/kanban/src/Kanban.d.ts +1 -1
  316. package/lib/layout/src/LayoutSider.d.ts +1 -1
  317. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  318. package/lib/list/src/List.d.ts +9 -9
  319. package/lib/list/src/ListItem.d.ts +10 -10
  320. package/lib/locales/common/enUS.d.ts +1 -0
  321. package/lib/locales/common/enUS.js +2 -1
  322. package/lib/locales/common/ruRU.js +2 -1
  323. package/lib/locales/common/uzUZ.js +2 -1
  324. package/lib/locales/common/zhCN.js +2 -1
  325. package/lib/mention/src/Mention.d.ts +1388 -32
  326. package/lib/mention/styles/light.d.ts +123 -0
  327. package/lib/menu/src/Menu.d.ts +3 -3
  328. package/lib/menu/src/MenuOption.d.ts +1 -1
  329. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  330. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  331. package/lib/menu/src/Submenu.d.ts +1 -1
  332. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  333. package/lib/message-bubble/src/MessageBubble.js +10 -4
  334. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  335. package/lib/modal/src/Modal.d.ts +4 -4
  336. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  337. package/lib/modal/src/presetProps.d.ts +1 -1
  338. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  339. package/lib/notification/src/Notification.d.ts +2 -2
  340. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  341. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  342. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  343. package/lib/pagination/src/Pagination.d.ts +1995 -27
  344. package/lib/pagination/src/interface.d.ts +738 -0
  345. package/lib/pagination/styles/light.d.ts +246 -0
  346. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  347. package/lib/popover/src/Popover.d.ts +3 -3
  348. package/lib/popover/src/PopoverBody.d.ts +1 -1
  349. package/lib/popselect/src/Popselect.d.ts +1383 -30
  350. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  351. package/lib/popselect/styles/light.d.ts +123 -0
  352. package/lib/qr-code/src/QrCode.d.ts +2 -2
  353. package/lib/radio/src/Radio.d.ts +2 -2
  354. package/lib/radio/src/RadioButton.d.ts +9 -9
  355. package/lib/radio/src/RadioGroup.d.ts +1 -1
  356. package/lib/rate/src/Rate.d.ts +1 -1
  357. package/lib/result/src/Result.d.ts +1 -1
  358. package/lib/select/index.d.ts +4 -3
  359. package/lib/select/index.js +2 -1
  360. package/lib/select/src/Select.d.ts +1127 -811
  361. package/lib/select/src/Select.js +189 -108
  362. package/lib/select/src/interface.d.ts +1140 -8
  363. package/lib/select/src/interface.js +85 -0
  364. package/lib/select/src/styles/index.cssr.js +15 -2
  365. package/lib/select/src/utils.d.ts +3 -1
  366. package/lib/select/src/utils.js +38 -0
  367. package/lib/select/styles/light.d.ts +123 -0
  368. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  369. package/lib/slider/src/Slider.d.ts +4 -4
  370. package/lib/spin/src/Spin.d.ts +1 -1
  371. package/lib/split/src/Split.d.ts +2 -2
  372. package/lib/steps/src/Steps.d.ts +1 -1
  373. package/lib/switch/src/Switch.d.ts +2 -2
  374. package/lib/tabs/src/Tab.d.ts +8 -8
  375. package/lib/tabs/src/TabPane.d.ts +1 -1
  376. package/lib/tabs/src/Tabs.d.ts +1 -1
  377. package/lib/tag/src/Tag.d.ts +4 -4
  378. package/lib/tag/src/TagGroup.d.ts +2 -2
  379. package/lib/time-picker/src/Panel.d.ts +1 -1
  380. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  381. package/lib/timeline/src/Timeline.d.ts +1 -1
  382. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  383. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  384. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  385. package/lib/transfer/src/Transfer.d.ts +2 -2
  386. package/lib/tree/src/Tree.d.ts +2 -2
  387. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  388. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  389. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  390. package/lib/typography/src/create-header.d.ts +1 -1
  391. package/lib/typography/src/headers.d.ts +6 -6
  392. package/lib/typography/src/text.d.ts +5 -5
  393. package/lib/upload/index.d.ts +2 -1
  394. package/lib/upload/index.js +2 -1
  395. package/lib/upload/src/Upload.d.ts +75 -1009
  396. package/lib/upload/src/Upload.js +40 -68
  397. package/lib/upload/src/UploadFile.d.ts +2 -2
  398. package/lib/upload/src/UploadFile.js +12 -4
  399. package/lib/upload/src/UploadFileList.js +8 -1
  400. package/lib/upload/src/UploadProgress.d.ts +3 -2
  401. package/lib/upload/src/interface.d.ts +1086 -92
  402. package/lib/upload/src/interface.js +59 -1
  403. package/lib/upload/src/public-types.d.ts +17 -2
  404. package/lib/upload/src/useUploadActionsRender.d.ts +2 -27
  405. package/lib/upload/src/useUploadActionsRender.js +2 -2
  406. package/lib/upload/src/useUploadInternals.d.ts +2 -25
  407. package/lib/upload/src/utils.d.ts +2 -0
  408. package/lib/upload/src/utils.js +10 -0
  409. package/lib/version.d.ts +1 -1
  410. package/lib/version.js +1 -1
  411. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  412. package/lib/watermark/src/Watermark.d.ts +2 -2
  413. package/package.json +1 -1
  414. package/web-types.json +181 -24
@@ -1,2 +1,118 @@
1
+ import { useTheme } from "../../_mixins/index.mjs";
1
2
  import { createInjectionKey } from "../../_utils/index.mjs";
2
- export const uploadInjectionKey = createInjectionKey('u-upload');
3
+ import { environmentSupportFile, isImageFile } from "./utils.mjs";
4
+ export const uploadInjectionKey = createInjectionKey('u-upload');
5
+ export const uploadProps = Object.assign(Object.assign({}, useTheme.props), {
6
+ name: {
7
+ type: String,
8
+ default: 'file'
9
+ },
10
+ accept: String,
11
+ action: String,
12
+ customRequest: Function,
13
+ directory: Boolean,
14
+ directoryDnd: {
15
+ type: Boolean,
16
+ default: undefined
17
+ },
18
+ method: {
19
+ type: String,
20
+ default: 'POST'
21
+ },
22
+ multiple: Boolean,
23
+ showFileList: {
24
+ type: Boolean,
25
+ default: true
26
+ },
27
+ data: [Object, Function],
28
+ headers: [Object, Function],
29
+ withCredentials: Boolean,
30
+ responseType: {
31
+ type: String,
32
+ default: ''
33
+ },
34
+ disabled: {
35
+ type: Boolean,
36
+ default: undefined
37
+ },
38
+ vertical: {
39
+ type: Boolean,
40
+ default: false
41
+ },
42
+ icon: Object,
43
+ onChange: Function,
44
+ onRemove: Function,
45
+ onFinish: Function,
46
+ onError: Function,
47
+ onRetry: Function,
48
+ onBeforeUpload: Function,
49
+ isErrorState: Function,
50
+ onDownload: Function,
51
+ defaultUpload: {
52
+ type: Boolean,
53
+ default: true
54
+ },
55
+ fileList: Array,
56
+ 'onUpdate:fileList': [Function, Array],
57
+ onUpdateFileList: [Function, Array],
58
+ fileListClass: String,
59
+ fileListStyle: [String, Object],
60
+ defaultFileList: {
61
+ type: Array,
62
+ default: () => []
63
+ },
64
+ showCancelButton: {
65
+ type: Boolean,
66
+ default: true
67
+ },
68
+ showRemoveButton: {
69
+ type: Boolean,
70
+ default: true
71
+ },
72
+ showDownloadButton: Boolean,
73
+ showRetryButton: {
74
+ type: Boolean,
75
+ default: true
76
+ },
77
+ customDownload: Function,
78
+ showPreviewButton: {
79
+ type: Boolean,
80
+ default: true
81
+ },
82
+ listType: {
83
+ type: String,
84
+ default: 'text'
85
+ },
86
+ onPreview: Function,
87
+ shouldUseThumbnailUrl: {
88
+ type: Function,
89
+ default: file => {
90
+ if (!environmentSupportFile) return false;
91
+ return isImageFile(file);
92
+ }
93
+ },
94
+ createThumbnailUrl: Function,
95
+ abstract: Boolean,
96
+ max: Number,
97
+ maxSize: Number,
98
+ showTrigger: {
99
+ type: Boolean,
100
+ default: true
101
+ },
102
+ imageGroupProps: Object,
103
+ inputProps: Object,
104
+ triggerClass: String,
105
+ triggerStyle: [String, Object],
106
+ renderIcon: Function,
107
+ label: String,
108
+ size: {
109
+ type: String,
110
+ default: 'medium'
111
+ },
112
+ title: String,
113
+ subtitle: String,
114
+ noIcon: {
115
+ type: Boolean,
116
+ default: false
117
+ }
118
+ });
@@ -1,13 +1,28 @@
1
- import type { CustomRequestOptions, FileInfo, FuncOrRecordOrUndef, OnChange, OnDownload, OnFinish, OnRemove, OnRetry, SettledFileInfo, UploadInst as UploadInstInner } from './interface';
2
- export type { UploadProps } from './Upload';
1
+ import type { CustomRequestOptions, FileInfo, FuncOrRecordOrUndef, IsErrorState, ListType, OnBeforeUpload, OnBeforeUploadPayload, OnChange, OnChangePayload, OnDownload, OnError, OnErrorPayload, OnFinish, OnFinishPayload, OnPreview, OnRemove, OnRemovePayload, OnRetry, OnRetryPayload, OnUpdateFileList, RenderIcon, SettledFileInfo, ShouldUseThumbnailUrl, SubmitOptions, UploadInst as UploadInstInner } from './interface';
2
+ export type { UploadLocale, UploadProps, UploadSize } from './interface';
3
3
  export interface UploadInst extends UploadInstInner {
4
4
  }
5
5
  export type UploadFileInfo = FileInfo;
6
6
  export type UploadCustomRequestOptions = CustomRequestOptions;
7
7
  export type UploadSettledFileInfo = SettledFileInfo;
8
+ export type UploadListType = ListType;
9
+ export type UploadIsErrorState = IsErrorState;
10
+ export type UploadRenderIcon = RenderIcon;
11
+ export type UploadShouldUseThumbnailUrl = ShouldUseThumbnailUrl;
12
+ export type UploadSubmitOptions = SubmitOptions;
8
13
  export type UploadOnChange = OnChange;
14
+ export type UploadOnChangePayload = OnChangePayload;
9
15
  export type UploadOnFinish = OnFinish;
16
+ export type UploadOnFinishPayload = OnFinishPayload;
17
+ export type UploadOnError = OnError;
18
+ export type UploadOnErrorPayload = OnErrorPayload;
10
19
  export type UploadOnRemove = OnRemove;
20
+ export type UploadOnRemovePayload = OnRemovePayload;
11
21
  export type UploadOnDownload = OnDownload;
12
22
  export type UploadOnRetry = OnRetry;
23
+ export type UploadOnRetryPayload = OnRetryPayload;
24
+ export type UploadOnPreview = OnPreview;
25
+ export type UploadOnBeforeUpload = OnBeforeUpload;
26
+ export type UploadOnBeforeUploadPayload = OnBeforeUploadPayload;
27
+ export type UploadOnUpdateFileList = OnUpdateFileList;
13
28
  export type { FuncOrRecordOrUndef };
@@ -1,27 +1,2 @@
1
- import type { VNode } from 'vue';
2
- import type { ListType, RenderIcon, SettledFileInfo } from './interface';
3
- interface Options {
4
- clsPrefix: string;
5
- listType: ListType;
6
- file: SettledFileInfo;
7
- renderIcon?: RenderIcon;
8
- showPreviewButton: string | boolean | null;
9
- showRemoveButton: boolean;
10
- showCancelButton: boolean;
11
- showRetryButton: boolean;
12
- showDownloadButton: boolean;
13
- disabled: boolean;
14
- buttonType: string | undefined;
15
- mergedTheme: any;
16
- buttonThemeOverrides: any;
17
- handlePreviewClick: () => void;
18
- handleRemoveOrCancelClick: (e: MouseEvent) => void;
19
- handleRetryClick: () => void;
20
- handleDownloadClick: (e: MouseEvent) => void;
21
- capitalizeFirstLetter: (text: string) => string;
22
- }
23
- export declare function useUploadActionsRender(opts: Options): {
24
- actionsNode: VNode;
25
- icon: VNode;
26
- };
27
- export {};
1
+ import type { UploadActionsRenderOptions, UploadActionsRenderReturn } from './interface';
2
+ export declare function useUploadActionsRender(options: UploadActionsRenderOptions): UploadActionsRenderReturn;
@@ -2,7 +2,7 @@ import { h } from 'vue';
2
2
  import { UBaseIcon, UIconSwitchTransition } from "../../_internal/index.mjs";
3
3
  import { CancelIcon, DownloadIcon, EyeIcon, RetryIcon, TrashIcon } from "../../_internal/icons/index.mjs";
4
4
  import { UButton } from "../../button/index.mjs";
5
- export function useUploadActionsRender(opts) {
5
+ export function useUploadActionsRender(options) {
6
6
  const {
7
7
  clsPrefix,
8
8
  listType,
@@ -22,7 +22,7 @@ export function useUploadActionsRender(opts) {
22
22
  handleRetryClick,
23
23
  handleDownloadClick,
24
24
  capitalizeFirstLetter
25
- } = opts;
25
+ } = options;
26
26
  const getExt = name => {
27
27
  const i = name.lastIndexOf('.');
28
28
  return i === -1 || i === name.length - 1 ? '' : name.slice(i + 1);
@@ -1,25 +1,2 @@
1
- import type { Slots, VNode } from 'vue';
2
- interface UseUploadInternalsOptions {
3
- mergedClsPrefix: string;
4
- accept?: string;
5
- multiple?: boolean;
6
- inputProps?: Record<string, any>;
7
- directory?: boolean;
8
- onChange?: (e: Event) => void;
9
- label?: string;
10
- title?: string;
11
- subtitle?: string;
12
- vertical?: boolean;
13
- noIcon?: boolean;
14
- icon?: any;
15
- localeRef: {
16
- title: string;
17
- subtitle: string;
18
- };
19
- slots: Slots;
20
- }
21
- export declare function useUploadInternals(options: UseUploadInternalsOptions): {
22
- inputNode: VNode;
23
- renderDefaultTrigger: () => VNode[];
24
- };
25
- export {};
1
+ import type { UseUploadInternalsOptions, UseUploadInternalsReturn } from './interface';
2
+ export declare function useUploadInternals(options: UseUploadInternalsOptions): UseUploadInternalsReturn;
@@ -10,6 +10,8 @@ export declare const environmentSupportFile: false | {
10
10
  export declare function isFileSystemDirectoryEntry(item: FileSystemEntry | FileSystemFileEntry | FileSystemDirectoryEntry): item is FileSystemDirectoryEntry;
11
11
  export declare function isFileSystemFileEntry(item: FileSystemEntry | FileSystemFileEntry | FileSystemDirectoryEntry): item is FileSystemFileEntry;
12
12
  export declare function getFilesFromEntries(entries: readonly FileSystemEntry[] | Array<FileSystemEntry | null>, directory: boolean): Promise<FileAndEntry[]>;
13
+ export declare function getFilePreviewSrc(file: SettledFileInfo): string | null;
14
+ export declare function isFileSizeExceeded(file: File | null | undefined, maxSize: number | undefined): boolean;
13
15
  export declare function createSettledFileInfo(fileInfo: FileInfo): SettledFileInfo;
14
16
  /**
15
17
  * This is a rather simple version. I may fix it later to make it more accurate.
@@ -124,6 +124,13 @@ export function getFilesFromEntries(entries, directory) {
124
124
  return fileAndEntries;
125
125
  });
126
126
  }
127
+ export function getFilePreviewSrc(file) {
128
+ return file.url || file.thumbnailUrl || null;
129
+ }
130
+ export function isFileSizeExceeded(file, maxSize) {
131
+ if (maxSize === undefined || !file) return false;
132
+ return file.size > maxSize;
133
+ }
127
134
  export function createSettledFileInfo(fileInfo) {
128
135
  const {
129
136
  id,
package/es/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "2.3.1";
1
+ declare const _default: "2.3.3";
2
2
  export default _default;
package/es/version.mjs CHANGED
@@ -1 +1 @@
1
- export default '2.3.1';
1
+ export default '2.3.3';
@@ -153,10 +153,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
153
153
  }>> & Readonly<{}>, {
154
154
  readonly items: VirtualListItemData[];
155
155
  readonly keyField: string;
156
- readonly paddingBottom: string | number;
157
- readonly paddingTop: string | number;
158
156
  readonly itemResizable: boolean;
159
157
  readonly visibleItemsTag: string | object;
160
158
  readonly ignoreItemResize: boolean;
159
+ readonly paddingTop: string | number;
160
+ readonly paddingBottom: string | number;
161
161
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
162
162
  export default _default;
@@ -286,8 +286,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
286
286
  }, unknown>>>;
287
287
  }>> & Readonly<{}>, {
288
288
  readonly fontWeight: number;
289
- readonly width: number;
290
289
  readonly height: number;
290
+ readonly width: number;
291
291
  readonly zIndex: number;
292
292
  readonly fontSize: number;
293
293
  readonly lineHeight: number;
@@ -300,7 +300,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
300
300
  readonly yGap: number;
301
301
  readonly yOffset: number;
302
302
  readonly xOffset: number;
303
- readonly textAlign: "center" | "left" | "right";
303
+ readonly textAlign: "left" | "right" | "center";
304
304
  readonly imageOpacity: number;
305
305
  readonly fontStyle: `oblique ${number}deg` | "normal" | "italic" | "oblique";
306
306
  readonly fontVariant: string;
@@ -27,11 +27,11 @@ export declare const checkboxBaseProps: {
27
27
  default: undefined;
28
28
  };
29
29
  checkedValue: {
30
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
30
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
31
31
  default: boolean;
32
32
  };
33
33
  uncheckedValue: {
34
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
34
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
35
35
  default: boolean;
36
36
  };
37
37
  'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
@@ -40,8 +40,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
40
  onClick: PropType<(e: MouseEvent) => void>;
41
41
  absolute: BooleanConstructor;
42
42
  }>> & Readonly<{}>, {
43
- disabled: boolean;
44
43
  absolute: boolean;
44
+ disabled: boolean;
45
45
  round: boolean;
46
46
  focusable: boolean;
47
47
  isButtonTag: boolean;
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  width: BooleanConstructor;
21
21
  reverse: BooleanConstructor;
22
22
  }>> & Readonly<{}>, {
23
- group: boolean;
24
23
  reverse: boolean;
25
24
  width: boolean;
26
25
  appear: boolean;
26
+ group: boolean;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
28
28
  export default _default;