@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.
- package/dist/index.js +29698 -29160
- package/dist/index.mjs +29963 -29425
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/es/_internal/close/src/Close.d.ts +1 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
- package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
- package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
- package/es/_internal/select-menu/src/interface.d.ts +650 -2
- package/es/_internal/select-menu/src/interface.mjs +81 -0
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
- package/es/_internal/select-menu/styles/dark.mjs +5 -1
- package/es/_internal/select-menu/styles/light.d.ts +123 -0
- package/es/_internal/select-menu/styles/light.mjs +5 -1
- package/es/_internal/selection/src/Selection.d.ts +3 -3
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_internal/typography/src/text.d.ts +3 -3
- package/es/action-card/src/ActionCard.d.ts +2 -2
- package/es/affix/src/Affix.d.ts +1 -1
- package/es/alert/src/Alert.d.ts +1 -1
- package/es/anchor/src/AnchorAdapter.d.ts +1 -1
- package/es/anchor/src/BaseAnchor.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/es/auto-complete/styles/light.d.ts +123 -0
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +1 -1
- package/es/button/src/Button.d.ts +7 -7
- package/es/button-group/src/ButtonGroup.d.ts +1 -1
- package/es/card/src/Card.d.ts +1 -1
- package/es/card-list/src/CardListItem.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +4 -4
- package/es/carousel/src/CarouselDots.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +1404 -51
- package/es/cascader/src/CascaderMenu.d.ts +492 -0
- package/es/cascader/src/CascaderOption.d.ts +492 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/es/cascader/styles/light.d.ts +123 -0
- package/es/chat/src/Chat.d.ts +5868 -87
- package/es/chat/src/ChatListItems.d.ts +1849 -4
- package/es/chat/src/ChatMainArea.d.ts +1849 -4
- package/es/chat/src/ChatMessages.d.ts +1849 -4
- package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/es/chat/styles/dark.d.ts +123 -0
- package/es/chat/styles/light.d.ts +123 -0
- package/es/checkbox/src/Checkbox.d.ts +7 -7
- package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/es/code/src/Code.d.ts +2 -2
- package/es/color-picker/src/ColorPicker.d.ts +1 -1
- package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/es/components.d.ts +19186 -425
- package/es/config-provider/src/ConfigProvider.d.ts +1 -1
- package/es/config-provider/src/context.mjs +1 -1
- package/es/crop/src/Crop.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +2087 -119
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
- package/es/data-table/src/TableParts/Body.d.ts +985 -1
- package/es/data-table/src/TableParts/Header.d.ts +985 -1
- package/es/data-table/src/interface.d.ts +738 -0
- package/es/data-table/styles/light.d.ts +246 -0
- package/es/date-picker/src/DatePicker.d.ts +3 -3
- package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/es/descriptions/src/Descriptions.d.ts +2 -2
- package/es/dialog/src/Dialog.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +1 -1
- package/es/dialog/src/DialogProvider.d.ts +52 -52
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/divider/src/Divider.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +2 -2
- package/es/dropdown/src/Dropdown.d.ts +4 -4
- package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
- package/es/dynamic-input/src/InputPreset.d.ts +1 -1
- package/es/dynamic-input/src/PairPreset.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/es/empty/src/Empty.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +1 -1
- package/es/form/src/Form.d.ts +1 -1
- package/es/form/src/FormItem.d.ts +3 -3
- package/es/form/src/FormItemCol.d.ts +3 -3
- package/es/form/src/FormItemGridItem.d.ts +3 -3
- package/es/form/src/FormItemRow.d.ts +2 -2
- package/es/form/src/utils.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +2 -2
- package/es/header/src/Header.d.ts +1 -1
- package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
- package/es/heatmap/src/Heatmap.d.ts +1 -1
- package/es/icon-bar/src/IconBarItem.d.ts +4 -4
- package/es/icon-pack/src/IconPack.d.ts +2 -2
- package/es/image/src/Image.d.ts +1 -1
- package/es/image/src/ImagePreview.d.ts +1 -0
- package/es/image/src/ImagePreview.mjs +7 -35
- package/es/image/src/public-types.d.ts +4 -4
- package/es/input/src/Input.d.ts +7 -7
- package/es/input-number/src/InputNumber.d.ts +3 -3
- package/es/input-otp/src/InputOtp.d.ts +2 -2
- package/es/kanban/src/Kanban.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +2 -2
- package/es/list/src/List.d.ts +9 -9
- package/es/list/src/ListItem.d.ts +10 -10
- package/es/locales/common/enUS.d.ts +1 -0
- package/es/locales/common/enUS.mjs +2 -1
- package/es/locales/common/ruRU.mjs +2 -1
- package/es/locales/common/uzUZ.mjs +2 -1
- package/es/locales/common/zhCN.mjs +2 -1
- package/es/mention/src/Mention.d.ts +1388 -32
- package/es/mention/styles/light.d.ts +123 -0
- package/es/menu/src/Menu.d.ts +3 -3
- package/es/menu/src/MenuOption.d.ts +1 -1
- package/es/menu/src/MenuOptionContent.d.ts +2 -2
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +1 -1
- package/es/message-bubble/src/MessageBubble.d.ts +3 -3
- package/es/message-bubble/src/MessageBubble.mjs +10 -3
- package/es/modal/src/BodyWrapper.d.ts +2 -2
- package/es/modal/src/Modal.d.ts +4 -4
- package/es/modal/src/ModalEnvironment.d.ts +4 -4
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
- package/es/notification/src/Notification.d.ts +2 -2
- package/es/notification/src/NotificationEnvironment.d.ts +1 -1
- package/es/notification/src/NotificationProvider.d.ts +12 -12
- package/es/number-animation/src/NumberAnimation.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +1995 -27
- package/es/pagination/src/interface.d.ts +738 -0
- package/es/pagination/styles/light.d.ts +246 -0
- package/es/popconfirm/src/Popconfirm.d.ts +3 -3
- package/es/popover/src/Popover.d.ts +3 -3
- package/es/popover/src/PopoverBody.d.ts +1 -1
- package/es/popselect/src/Popselect.d.ts +1383 -30
- package/es/popselect/src/PopselectPanel.d.ts +494 -2
- package/es/popselect/styles/light.d.ts +123 -0
- package/es/qr-code/src/QrCode.d.ts +2 -2
- package/es/radio/src/Radio.d.ts +2 -2
- package/es/radio/src/RadioButton.d.ts +9 -9
- package/es/radio/src/RadioGroup.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +1 -1
- package/es/result/src/Result.d.ts +1 -1
- package/es/select/index.d.ts +4 -3
- package/es/select/index.mjs +2 -1
- package/es/select/src/Select.d.ts +1127 -811
- package/es/select/src/Select.mjs +257 -226
- package/es/select/src/interface.d.ts +1140 -8
- package/es/select/src/interface.mjs +154 -1
- package/es/select/src/styles/index.cssr.mjs +16 -3
- package/es/select/src/utils.d.ts +3 -1
- package/es/select/src/utils.mjs +32 -0
- package/es/select/styles/light.d.ts +123 -0
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +4 -4
- package/es/spin/src/Spin.d.ts +1 -1
- package/es/split/src/Split.d.ts +2 -2
- package/es/steps/src/Steps.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +2 -2
- package/es/tabs/src/Tab.d.ts +8 -8
- package/es/tabs/src/TabPane.d.ts +1 -1
- package/es/tabs/src/Tabs.d.ts +1 -1
- package/es/tag/src/Tag.d.ts +4 -4
- package/es/tag/src/TagGroup.d.ts +2 -2
- package/es/time-picker/src/Panel.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +3 -3
- package/es/timeline/src/Timeline.d.ts +1 -1
- package/es/timeline/src/TimelineItem.d.ts +1 -1
- package/es/toggle-button/src/ToggleButton.d.ts +8 -8
- package/es/tooltip/src/Tooltip.d.ts +3 -3
- package/es/transfer/src/Transfer.d.ts +2 -2
- package/es/tree/src/Tree.d.ts +2 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/es/tree/src/TreeNodeContent.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +4 -4
- package/es/typography/src/create-header.d.ts +1 -1
- package/es/typography/src/headers.d.ts +6 -6
- package/es/typography/src/text.d.ts +5 -5
- package/es/upload/index.d.ts +2 -1
- package/es/upload/index.mjs +2 -1
- package/es/upload/src/Upload.d.ts +75 -1009
- package/es/upload/src/Upload.mjs +43 -124
- package/es/upload/src/UploadFile.d.ts +2 -2
- package/es/upload/src/UploadFile.mjs +8 -2
- package/es/upload/src/UploadFileList.mjs +17 -2
- package/es/upload/src/UploadProgress.d.ts +3 -2
- package/es/upload/src/interface.d.ts +1086 -92
- package/es/upload/src/interface.mjs +117 -1
- package/es/upload/src/public-types.d.ts +17 -2
- package/es/upload/src/useUploadActionsRender.d.ts +2 -27
- package/es/upload/src/useUploadActionsRender.mjs +2 -2
- package/es/upload/src/useUploadInternals.d.ts +2 -25
- package/es/upload/src/utils.d.ts +2 -0
- package/es/upload/src/utils.mjs +7 -0
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +2 -2
- package/es/watermark/src/Watermark.d.ts +2 -2
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/lib/_internal/close/src/Close.d.ts +1 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
- package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/lib/_internal/select-menu/src/SelectOption.js +13 -4
- package/lib/_internal/select-menu/src/interface.d.ts +650 -2
- package/lib/_internal/select-menu/src/interface.js +46 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
- package/lib/_internal/select-menu/styles/dark.js +8 -4
- package/lib/_internal/select-menu/styles/light.d.ts +123 -0
- package/lib/_internal/select-menu/styles/light.js +8 -4
- package/lib/_internal/selection/src/Selection.d.ts +3 -3
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_internal/typography/src/text.d.ts +3 -3
- package/lib/action-card/src/ActionCard.d.ts +2 -2
- package/lib/affix/src/Affix.d.ts +1 -1
- package/lib/alert/src/Alert.d.ts +1 -1
- package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
- package/lib/anchor/src/BaseAnchor.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/lib/auto-complete/styles/light.d.ts +123 -0
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +1 -1
- package/lib/button/src/Button.d.ts +7 -7
- package/lib/button-group/src/ButtonGroup.d.ts +1 -1
- package/lib/card/src/Card.d.ts +1 -1
- package/lib/card-list/src/CardListItem.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +4 -4
- package/lib/carousel/src/CarouselDots.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +1404 -51
- package/lib/cascader/src/CascaderMenu.d.ts +492 -0
- package/lib/cascader/src/CascaderOption.d.ts +492 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/lib/cascader/styles/light.d.ts +123 -0
- package/lib/chat/src/Chat.d.ts +5868 -87
- package/lib/chat/src/ChatListItems.d.ts +1849 -4
- package/lib/chat/src/ChatMainArea.d.ts +1849 -4
- package/lib/chat/src/ChatMessages.d.ts +1849 -4
- package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/lib/chat/styles/dark.d.ts +123 -0
- package/lib/chat/styles/light.d.ts +123 -0
- package/lib/checkbox/src/Checkbox.d.ts +7 -7
- package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/lib/code/src/Code.d.ts +2 -2
- package/lib/color-picker/src/ColorPicker.d.ts +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/lib/components.d.ts +19186 -425
- package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
- package/lib/config-provider/src/context.js +2 -2
- package/lib/crop/src/Crop.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +2087 -119
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
- package/lib/data-table/src/TableParts/Body.d.ts +985 -1
- package/lib/data-table/src/TableParts/Header.d.ts +985 -1
- package/lib/data-table/src/interface.d.ts +738 -0
- package/lib/data-table/styles/light.d.ts +246 -0
- package/lib/date-picker/src/DatePicker.d.ts +3 -3
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/lib/descriptions/src/Descriptions.d.ts +2 -2
- package/lib/dialog/src/Dialog.d.ts +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +52 -52
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/divider/src/Divider.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +4 -4
- package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/lib/empty/src/Empty.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +1 -1
- package/lib/form/src/Form.d.ts +1 -1
- package/lib/form/src/FormItem.d.ts +3 -3
- package/lib/form/src/FormItemCol.d.ts +3 -3
- package/lib/form/src/FormItemGridItem.d.ts +3 -3
- package/lib/form/src/FormItemRow.d.ts +2 -2
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +2 -2
- package/lib/header/src/Header.d.ts +1 -1
- package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
- package/lib/heatmap/src/Heatmap.d.ts +1 -1
- package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
- package/lib/icon-pack/src/IconPack.d.ts +2 -2
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/image/src/ImagePreview.d.ts +1 -0
- package/lib/image/src/ImagePreview.js +3 -19
- package/lib/image/src/public-types.d.ts +4 -4
- package/lib/input/src/Input.d.ts +7 -7
- package/lib/input-number/src/InputNumber.d.ts +3 -3
- package/lib/input-otp/src/InputOtp.d.ts +2 -2
- package/lib/kanban/src/Kanban.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
- package/lib/list/src/List.d.ts +9 -9
- package/lib/list/src/ListItem.d.ts +10 -10
- package/lib/locales/common/enUS.d.ts +1 -0
- package/lib/locales/common/enUS.js +2 -1
- package/lib/locales/common/ruRU.js +2 -1
- package/lib/locales/common/uzUZ.js +2 -1
- package/lib/locales/common/zhCN.js +2 -1
- package/lib/mention/src/Mention.d.ts +1388 -32
- package/lib/mention/styles/light.d.ts +123 -0
- package/lib/menu/src/Menu.d.ts +3 -3
- package/lib/menu/src/MenuOption.d.ts +1 -1
- package/lib/menu/src/MenuOptionContent.d.ts +2 -2
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +1 -1
- package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
- package/lib/message-bubble/src/MessageBubble.js +10 -4
- package/lib/modal/src/BodyWrapper.d.ts +2 -2
- package/lib/modal/src/Modal.d.ts +4 -4
- package/lib/modal/src/ModalEnvironment.d.ts +4 -4
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
- package/lib/notification/src/Notification.d.ts +2 -2
- package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
- package/lib/notification/src/NotificationProvider.d.ts +12 -12
- package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +1995 -27
- package/lib/pagination/src/interface.d.ts +738 -0
- package/lib/pagination/styles/light.d.ts +246 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
- package/lib/popover/src/Popover.d.ts +3 -3
- package/lib/popover/src/PopoverBody.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +1383 -30
- package/lib/popselect/src/PopselectPanel.d.ts +494 -2
- package/lib/popselect/styles/light.d.ts +123 -0
- package/lib/qr-code/src/QrCode.d.ts +2 -2
- package/lib/radio/src/Radio.d.ts +2 -2
- package/lib/radio/src/RadioButton.d.ts +9 -9
- package/lib/radio/src/RadioGroup.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +1 -1
- package/lib/result/src/Result.d.ts +1 -1
- package/lib/select/index.d.ts +4 -3
- package/lib/select/index.js +2 -1
- package/lib/select/src/Select.d.ts +1127 -811
- package/lib/select/src/Select.js +189 -108
- package/lib/select/src/interface.d.ts +1140 -8
- package/lib/select/src/interface.js +85 -0
- package/lib/select/src/styles/index.cssr.js +15 -2
- package/lib/select/src/utils.d.ts +3 -1
- package/lib/select/src/utils.js +38 -0
- package/lib/select/styles/light.d.ts +123 -0
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +4 -4
- package/lib/spin/src/Spin.d.ts +1 -1
- package/lib/split/src/Split.d.ts +2 -2
- package/lib/steps/src/Steps.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +2 -2
- package/lib/tabs/src/Tab.d.ts +8 -8
- package/lib/tabs/src/TabPane.d.ts +1 -1
- package/lib/tabs/src/Tabs.d.ts +1 -1
- package/lib/tag/src/Tag.d.ts +4 -4
- package/lib/tag/src/TagGroup.d.ts +2 -2
- package/lib/time-picker/src/Panel.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +3 -3
- package/lib/timeline/src/Timeline.d.ts +1 -1
- package/lib/timeline/src/TimelineItem.d.ts +1 -1
- package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
- package/lib/tooltip/src/Tooltip.d.ts +3 -3
- package/lib/transfer/src/Transfer.d.ts +2 -2
- package/lib/tree/src/Tree.d.ts +2 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/lib/tree/src/TreeNodeContent.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +4 -4
- package/lib/typography/src/create-header.d.ts +1 -1
- package/lib/typography/src/headers.d.ts +6 -6
- package/lib/typography/src/text.d.ts +5 -5
- package/lib/upload/index.d.ts +2 -1
- package/lib/upload/index.js +2 -1
- package/lib/upload/src/Upload.d.ts +75 -1009
- package/lib/upload/src/Upload.js +40 -68
- package/lib/upload/src/UploadFile.d.ts +2 -2
- package/lib/upload/src/UploadFile.js +12 -4
- package/lib/upload/src/UploadFileList.js +8 -1
- package/lib/upload/src/UploadProgress.d.ts +3 -2
- package/lib/upload/src/interface.d.ts +1086 -92
- package/lib/upload/src/interface.js +59 -1
- package/lib/upload/src/public-types.d.ts +17 -2
- package/lib/upload/src/useUploadActionsRender.d.ts +2 -27
- package/lib/upload/src/useUploadActionsRender.js +2 -2
- package/lib/upload/src/useUploadInternals.d.ts +2 -25
- package/lib/upload/src/utils.d.ts +2 -0
- package/lib/upload/src/utils.js +10 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +2 -2
- package/lib/watermark/src/Watermark.d.ts +2 -2
- package/package.json +1 -1
- 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
|
-
|
|
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 './
|
|
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 {
|
|
2
|
-
|
|
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(
|
|
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
|
-
} =
|
|
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 {
|
|
2
|
-
|
|
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;
|
package/es/upload/src/utils.d.ts
CHANGED
|
@@ -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.
|
package/es/upload/src/utils.mjs
CHANGED
|
@@ -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
|
+
declare const _default: "2.3.3";
|
|
2
2
|
export default _default;
|
package/es/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '2.3.
|
|
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: "
|
|
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: (
|
|
30
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
uncheckedValue: {
|
|
34
|
-
type: (
|
|
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;
|