@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 +1,154 @@
|
|
|
1
|
-
|
|
1
|
+
import useTheme from "../../_mixins/use-theme.mjs";
|
|
2
|
+
import { useAdjustedTo } from "../../_utils/composable/use-adjusted-to.mjs";
|
|
3
|
+
export const selectProps = Object.assign(Object.assign({}, useTheme.props), {
|
|
4
|
+
to: useAdjustedTo.propTo,
|
|
5
|
+
bordered: {
|
|
6
|
+
type: Boolean,
|
|
7
|
+
default: undefined
|
|
8
|
+
},
|
|
9
|
+
clearable: Boolean,
|
|
10
|
+
clearCreatedOptionsOnClear: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
},
|
|
14
|
+
clearFilterAfterSelect: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
default: true
|
|
17
|
+
},
|
|
18
|
+
options: {
|
|
19
|
+
type: Array,
|
|
20
|
+
default: () => []
|
|
21
|
+
},
|
|
22
|
+
defaultOptions: {
|
|
23
|
+
type: Array,
|
|
24
|
+
default: () => []
|
|
25
|
+
},
|
|
26
|
+
defaultValue: {
|
|
27
|
+
type: [String, Number, Array],
|
|
28
|
+
default: null
|
|
29
|
+
},
|
|
30
|
+
keyboard: {
|
|
31
|
+
type: Boolean,
|
|
32
|
+
default: true
|
|
33
|
+
},
|
|
34
|
+
value: [String, Number, Array],
|
|
35
|
+
placeholder: String,
|
|
36
|
+
menuProps: Object,
|
|
37
|
+
multiple: Boolean,
|
|
38
|
+
size: String,
|
|
39
|
+
menuSize: {
|
|
40
|
+
type: String
|
|
41
|
+
},
|
|
42
|
+
filterable: Boolean,
|
|
43
|
+
filterPlacement: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: 'default'
|
|
46
|
+
},
|
|
47
|
+
searchPlaceholder: String,
|
|
48
|
+
markType: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: 'mark'
|
|
51
|
+
},
|
|
52
|
+
disabled: {
|
|
53
|
+
type: Boolean,
|
|
54
|
+
default: undefined
|
|
55
|
+
},
|
|
56
|
+
remote: Boolean,
|
|
57
|
+
loading: Boolean,
|
|
58
|
+
loadingSkeleton: Boolean,
|
|
59
|
+
filter: Function,
|
|
60
|
+
placement: {
|
|
61
|
+
type: String,
|
|
62
|
+
default: 'bottom-start'
|
|
63
|
+
},
|
|
64
|
+
widthMode: {
|
|
65
|
+
type: String,
|
|
66
|
+
default: 'trigger'
|
|
67
|
+
},
|
|
68
|
+
tag: Boolean,
|
|
69
|
+
onCreate: Function,
|
|
70
|
+
fallbackOption: {
|
|
71
|
+
type: [Function, Boolean],
|
|
72
|
+
default: undefined
|
|
73
|
+
},
|
|
74
|
+
show: {
|
|
75
|
+
type: Boolean,
|
|
76
|
+
default: undefined
|
|
77
|
+
},
|
|
78
|
+
showArrow: {
|
|
79
|
+
type: Boolean,
|
|
80
|
+
default: true
|
|
81
|
+
},
|
|
82
|
+
maxTagCount: [Number, String],
|
|
83
|
+
ellipsisTagPopoverProps: Object,
|
|
84
|
+
consistentMenuWidth: {
|
|
85
|
+
type: Boolean,
|
|
86
|
+
default: true
|
|
87
|
+
},
|
|
88
|
+
virtualScroll: {
|
|
89
|
+
type: Boolean,
|
|
90
|
+
default: true
|
|
91
|
+
},
|
|
92
|
+
labelField: {
|
|
93
|
+
type: String,
|
|
94
|
+
default: 'label'
|
|
95
|
+
},
|
|
96
|
+
valueField: {
|
|
97
|
+
type: String,
|
|
98
|
+
default: 'value'
|
|
99
|
+
},
|
|
100
|
+
childrenField: {
|
|
101
|
+
type: String,
|
|
102
|
+
default: 'children'
|
|
103
|
+
},
|
|
104
|
+
filled: Boolean,
|
|
105
|
+
tagField: String,
|
|
106
|
+
renderTagLabel: Function,
|
|
107
|
+
renderLabel: Function,
|
|
108
|
+
renderOption: Function,
|
|
109
|
+
renderTag: Function,
|
|
110
|
+
'onUpdate:value': [Function, Array],
|
|
111
|
+
inputProps: Object,
|
|
112
|
+
nodeProps: Function,
|
|
113
|
+
ignoreComposition: {
|
|
114
|
+
type: Boolean,
|
|
115
|
+
default: true
|
|
116
|
+
},
|
|
117
|
+
showOnFocus: Boolean,
|
|
118
|
+
// for jsx
|
|
119
|
+
onUpdateValue: [Function, Array],
|
|
120
|
+
onBlur: [Function, Array],
|
|
121
|
+
onClear: [Function, Array],
|
|
122
|
+
onFocus: [Function, Array],
|
|
123
|
+
onScroll: [Function, Array],
|
|
124
|
+
onSearch: [Function, Array],
|
|
125
|
+
onUpdateShow: [Function, Array],
|
|
126
|
+
'onUpdate:show': [Function, Array],
|
|
127
|
+
displayDirective: {
|
|
128
|
+
type: String,
|
|
129
|
+
default: 'show'
|
|
130
|
+
},
|
|
131
|
+
resetMenuOnOptionsChange: {
|
|
132
|
+
type: Boolean,
|
|
133
|
+
default: true
|
|
134
|
+
},
|
|
135
|
+
status: String,
|
|
136
|
+
showCheckmark: {
|
|
137
|
+
type: Boolean,
|
|
138
|
+
default: true
|
|
139
|
+
},
|
|
140
|
+
closeOnSelect: {
|
|
141
|
+
type: Boolean,
|
|
142
|
+
default: undefined
|
|
143
|
+
},
|
|
144
|
+
primaryButtonProps: Object,
|
|
145
|
+
secondaryButtonProps: Object,
|
|
146
|
+
scrollbarProps: Object,
|
|
147
|
+
round: Boolean,
|
|
148
|
+
counter: Boolean,
|
|
149
|
+
secondary: Boolean,
|
|
150
|
+
/** deprecated */
|
|
151
|
+
onChange: [Function, Array],
|
|
152
|
+
items: Array,
|
|
153
|
+
account: Boolean
|
|
154
|
+
});
|
|
@@ -1,14 +1,27 @@
|
|
|
1
1
|
import { fadeInScaleUpTransition } from "../../../_styles/transitions/fade-in-scale-up.cssr.mjs";
|
|
2
|
-
import { c, cB } from "../../../_utils/cssr/index.mjs";
|
|
2
|
+
import { c, cB, cE } from "../../../_utils/cssr/index.mjs";
|
|
3
3
|
// --u-menu-box-shadow
|
|
4
4
|
export default c([cB('select', `
|
|
5
5
|
z-index: auto;
|
|
6
6
|
outline: none;
|
|
7
7
|
width: 100%;
|
|
8
8
|
position: relative;
|
|
9
|
-
|
|
9
|
+
`, [cE('trigger-wrapper', `
|
|
10
|
+
width: 100%;
|
|
11
|
+
`)]), cB('select-menu', `
|
|
10
12
|
margin: 4px 0;
|
|
11
13
|
box-shadow: var(--u-menu-box-shadow);
|
|
12
14
|
`, [fadeInScaleUpTransition({
|
|
13
15
|
originalTransition: 'background-color .3s var(--u-bezier), box-shadow .3s var(--u-bezier)'
|
|
14
|
-
})])
|
|
16
|
+
})]), cB('select-footer', `
|
|
17
|
+
width: 100%;
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: space-between;
|
|
21
|
+
gap: 8px;
|
|
22
|
+
`, [c('.u-button', `
|
|
23
|
+
flex: 1 1 50%;
|
|
24
|
+
min-width: 0;
|
|
25
|
+
`)]), c('.u-base-select-menu:has(.u-select-footer) .u-base-select-menu__action', `
|
|
26
|
+
padding: 16px 12px;
|
|
27
|
+
`)]);
|
package/es/select/src/utils.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { TreeMateOptions } from 'treemate';
|
|
2
|
-
import type { SelectBaseOption, SelectGroupOption, SelectIgnoredOption, SelectMixedOption } from './interface';
|
|
2
|
+
import type { SelectBaseOption, SelectGroupOption, SelectIgnoredOption, SelectMixedOption, SelectOptionValueSet } from './interface';
|
|
3
3
|
export declare function getIsGroup(option: SelectMixedOption): boolean;
|
|
4
4
|
export declare function getIgnored(option: SelectMixedOption): boolean;
|
|
5
5
|
export declare function patternMatched(pattern: string, value: string): boolean;
|
|
6
6
|
export declare function createTmOptions(valueField: string, childrenField: string): TreeMateOptions<SelectBaseOption, SelectGroupOption, SelectIgnoredOption>;
|
|
7
7
|
export declare function filterOptions(originalOpts: SelectMixedOption[], filter: (pattern: string, option: SelectBaseOption) => boolean, pattern: string, childrenField: string): SelectMixedOption[];
|
|
8
|
+
export declare function createOptionValueSet(options: SelectMixedOption[], valueField: string, childrenField: string): SelectOptionValueSet;
|
|
9
|
+
export declare function mergeDefaultOptions(defaultOptions: SelectMixedOption[], defaultOptionValues: SelectOptionValueSet, options: SelectMixedOption[], valueField: string, childrenField: string): SelectMixedOption[];
|
|
8
10
|
export declare function createValOptMap(options: SelectMixedOption[], valueField: string, childrenField: string): Map<string | number, SelectBaseOption>;
|
package/es/select/src/utils.mjs
CHANGED
|
@@ -51,6 +51,38 @@ export function filterOptions(originalOpts, filter, pattern, childrenField) {
|
|
|
51
51
|
}
|
|
52
52
|
return traverse(originalOpts);
|
|
53
53
|
}
|
|
54
|
+
export function createOptionValueSet(options, valueField, childrenField) {
|
|
55
|
+
const values = new Set();
|
|
56
|
+
for (const option of options) {
|
|
57
|
+
if (getIsGroup(option)) {
|
|
58
|
+
const children = option[childrenField];
|
|
59
|
+
if (!children) continue;
|
|
60
|
+
for (const child of children) {
|
|
61
|
+
values.add(child[valueField]);
|
|
62
|
+
}
|
|
63
|
+
} else {
|
|
64
|
+
values.add(option[valueField]);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
return values;
|
|
68
|
+
}
|
|
69
|
+
export function mergeDefaultOptions(defaultOptions, defaultOptionValues, options, valueField, childrenField) {
|
|
70
|
+
var _a;
|
|
71
|
+
const mergedOptions = defaultOptions.slice();
|
|
72
|
+
for (const option of options) {
|
|
73
|
+
if (getIsGroup(option)) {
|
|
74
|
+
const children = (_a = option[childrenField]) !== null && _a !== void 0 ? _a : [];
|
|
75
|
+
const restChildren = children.filter(child => !defaultOptionValues.has(child[valueField]));
|
|
76
|
+
if (!restChildren.length) continue;
|
|
77
|
+
mergedOptions.push(restChildren.length === children.length ? option : Object.assign(Object.assign({}, option), {
|
|
78
|
+
[childrenField]: restChildren
|
|
79
|
+
}));
|
|
80
|
+
} else if (!defaultOptionValues.has(option[valueField])) {
|
|
81
|
+
mergedOptions.push(option);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return mergedOptions;
|
|
85
|
+
}
|
|
54
86
|
export function createValOptMap(options, valueField, childrenField) {
|
|
55
87
|
const valOptMap = new Map();
|
|
56
88
|
options.forEach(option => {
|
|
@@ -192,6 +192,129 @@ declare const selectLight: import("../../_mixins").Theme<"Select", {
|
|
|
192
192
|
iconBgColor: string;
|
|
193
193
|
extraTextColor: string;
|
|
194
194
|
}, any>;
|
|
195
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
196
|
+
fontWeight: string;
|
|
197
|
+
textColor: string;
|
|
198
|
+
descriptionTextColor: string;
|
|
199
|
+
textColorDisabled: string;
|
|
200
|
+
descriptionTextColorDisabled: string;
|
|
201
|
+
fontSizeLarge: string;
|
|
202
|
+
fontSizeMedium: string;
|
|
203
|
+
fontSizeSmall: string;
|
|
204
|
+
lineHeightLarge: string;
|
|
205
|
+
lineHeightMedium: string;
|
|
206
|
+
lineHeightSmall: string;
|
|
207
|
+
borderRadiusLarge: string;
|
|
208
|
+
borderRadiusMedium: string;
|
|
209
|
+
borderRadiusSmall: string;
|
|
210
|
+
color: string;
|
|
211
|
+
colorHover: string;
|
|
212
|
+
colorFocus: string;
|
|
213
|
+
colorActive: string;
|
|
214
|
+
colorChecked: string;
|
|
215
|
+
colorHoverChecked: string;
|
|
216
|
+
colorFocusChecked: string;
|
|
217
|
+
colorActiveChecked: string;
|
|
218
|
+
colorDisabled: string;
|
|
219
|
+
colorDisabledChecked: string;
|
|
220
|
+
checkMarkColor: string;
|
|
221
|
+
checkMarkColorHover: string;
|
|
222
|
+
checkMarkColorFocus: string;
|
|
223
|
+
checkMarkColorActive: string;
|
|
224
|
+
checkMarkColorDisabled: string;
|
|
225
|
+
checkMarkColorDisabledChecked: string;
|
|
226
|
+
border: string;
|
|
227
|
+
borderHover: string;
|
|
228
|
+
borderFocus: string;
|
|
229
|
+
borderActive: string;
|
|
230
|
+
borderChecked: string;
|
|
231
|
+
borderHoverChecked: string;
|
|
232
|
+
borderFocusChecked: string;
|
|
233
|
+
borderActiveChecked: string;
|
|
234
|
+
borderDisabled: string;
|
|
235
|
+
borderDisabledChecked: string;
|
|
236
|
+
boxShadowHover: string;
|
|
237
|
+
boxShadowFocus: string;
|
|
238
|
+
boxShadowActive: string;
|
|
239
|
+
boxShadowHoverChecked: string;
|
|
240
|
+
boxShadowFocusChecked: string;
|
|
241
|
+
boxShadowActiveChecked: string;
|
|
242
|
+
sizeSmall: string;
|
|
243
|
+
sizeMedium: string;
|
|
244
|
+
sizeLarge: string;
|
|
245
|
+
labelPadding: string;
|
|
246
|
+
}, any>;
|
|
247
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
248
|
+
paddingTiny: string;
|
|
249
|
+
paddingSmall: string;
|
|
250
|
+
paddingMedium: string;
|
|
251
|
+
paddingLarge: string;
|
|
252
|
+
paddingHuge: string;
|
|
253
|
+
clearSize: string;
|
|
254
|
+
countTextColorDisabled: string;
|
|
255
|
+
countTextColor: string;
|
|
256
|
+
heightTiny: string;
|
|
257
|
+
heightSmall: string;
|
|
258
|
+
heightMedium: string;
|
|
259
|
+
heightLarge: string;
|
|
260
|
+
heightHuge: string;
|
|
261
|
+
fontSizeTiny: string;
|
|
262
|
+
fontSizeSmall: string;
|
|
263
|
+
fontSizeMedium: string;
|
|
264
|
+
fontSizeLarge: string;
|
|
265
|
+
fontSizeHuge: string;
|
|
266
|
+
lineHeight: string;
|
|
267
|
+
lineHeightTextarea: string;
|
|
268
|
+
borderRadius: string;
|
|
269
|
+
iconSize: string;
|
|
270
|
+
groupLabelTextColor: string;
|
|
271
|
+
textColor: string;
|
|
272
|
+
textColorDisabled: string;
|
|
273
|
+
textDecorationColor: string;
|
|
274
|
+
caretColor: string;
|
|
275
|
+
placeholderColor: string;
|
|
276
|
+
placeholderColorDisabled: string;
|
|
277
|
+
color: string;
|
|
278
|
+
colorDisabled: string;
|
|
279
|
+
colorFocus: string;
|
|
280
|
+
groupLabelBorder: string;
|
|
281
|
+
border: string;
|
|
282
|
+
borderHover: string;
|
|
283
|
+
borderDisabled: string;
|
|
284
|
+
borderFocus: string;
|
|
285
|
+
boxShadowFocus: string;
|
|
286
|
+
loadingColor: string;
|
|
287
|
+
loadingColorSuccess: string;
|
|
288
|
+
borderSuccess: string;
|
|
289
|
+
borderHoverSuccess: string;
|
|
290
|
+
colorFocusSuccess: string;
|
|
291
|
+
borderFocusSuccess: string;
|
|
292
|
+
boxShadowFocusSuccess: string;
|
|
293
|
+
caretColorSuccess: string;
|
|
294
|
+
loadingColorWarning: string;
|
|
295
|
+
borderWarning: string;
|
|
296
|
+
borderHoverWarning: string;
|
|
297
|
+
colorFocusWarning: string;
|
|
298
|
+
borderFocusWarning: string;
|
|
299
|
+
boxShadowFocusWarning: string;
|
|
300
|
+
caretColorWarning: string;
|
|
301
|
+
loadingColorError: string;
|
|
302
|
+
borderError: string;
|
|
303
|
+
borderHoverError: string;
|
|
304
|
+
colorFocusError: string;
|
|
305
|
+
borderFocusError: string;
|
|
306
|
+
boxShadowFocusError: string;
|
|
307
|
+
caretColorError: string;
|
|
308
|
+
clearColor: string;
|
|
309
|
+
clearColorHover: string;
|
|
310
|
+
clearColorPressed: string;
|
|
311
|
+
iconColor: string;
|
|
312
|
+
iconColorDisabled: string;
|
|
313
|
+
iconColorHover: string;
|
|
314
|
+
iconColorPressed: string;
|
|
315
|
+
suffixTextColor: string;
|
|
316
|
+
selectionColor: string;
|
|
317
|
+
}, any>;
|
|
195
318
|
}>;
|
|
196
319
|
}>;
|
|
197
320
|
export default selectLight;
|
|
@@ -148,8 +148,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
148
|
}>> & Readonly<{}>, {
|
|
149
149
|
readonly repeat: number;
|
|
150
150
|
readonly circle: boolean;
|
|
151
|
-
readonly text: boolean;
|
|
152
151
|
readonly round: boolean;
|
|
152
|
+
readonly text: boolean;
|
|
153
153
|
readonly animated: boolean;
|
|
154
154
|
readonly sharp: boolean;
|
|
155
155
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -505,14 +505,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
505
505
|
dotBoxShadow: string;
|
|
506
506
|
}, any>>>;
|
|
507
507
|
}>> & Readonly<{}>, {
|
|
508
|
-
readonly disabled: boolean | undefined;
|
|
509
508
|
readonly reverse: boolean;
|
|
510
|
-
readonly vertical: boolean;
|
|
511
509
|
readonly to: string | boolean | HTMLElement;
|
|
512
|
-
readonly min: number;
|
|
513
|
-
readonly max: number;
|
|
514
510
|
readonly defaultValue: number | number[];
|
|
511
|
+
readonly disabled: boolean | undefined;
|
|
512
|
+
readonly max: number;
|
|
513
|
+
readonly vertical: boolean;
|
|
515
514
|
readonly keyboard: boolean;
|
|
515
|
+
readonly min: number;
|
|
516
516
|
readonly tooltip: boolean;
|
|
517
517
|
readonly step: number | "mark";
|
|
518
518
|
readonly range: boolean;
|
package/es/spin/src/Spin.d.ts
CHANGED
|
@@ -210,8 +210,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
210
210
|
opacitySpinning: string;
|
|
211
211
|
}, any>>>;
|
|
212
212
|
}>> & Readonly<{}>, {
|
|
213
|
-
size: number | "small" | "medium" | "large" | "tiny" | "huge";
|
|
214
213
|
color: string;
|
|
214
|
+
size: number | "small" | "tiny" | "medium" | "large" | "huge";
|
|
215
215
|
show: boolean;
|
|
216
216
|
rotate: boolean;
|
|
217
217
|
spinning: boolean;
|
package/es/split/src/Split.d.ts
CHANGED
|
@@ -170,10 +170,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
170
170
|
}, any>>>;
|
|
171
171
|
}>> & Readonly<{}>, {
|
|
172
172
|
readonly disabled: boolean;
|
|
173
|
-
readonly min: string | number;
|
|
174
173
|
readonly max: string | number;
|
|
174
|
+
readonly direction: "vertical" | "horizontal";
|
|
175
|
+
readonly min: string | number;
|
|
175
176
|
readonly defaultSize: string | number;
|
|
176
|
-
readonly direction: "horizontal" | "vertical";
|
|
177
177
|
readonly resizeTriggerSize: number;
|
|
178
178
|
}, SlotsType<SplitSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
179
179
|
export default _default;
|
package/es/steps/src/Steps.d.ts
CHANGED
|
@@ -562,9 +562,9 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
562
562
|
stepHeight: string;
|
|
563
563
|
}, any>>>;
|
|
564
564
|
}>> & Readonly<{}>, {
|
|
565
|
-
vertical: boolean;
|
|
566
565
|
size: "small" | "medium";
|
|
567
566
|
status: StepsStatus;
|
|
567
|
+
vertical: boolean;
|
|
568
568
|
variant: StepsVariant;
|
|
569
569
|
contentPlacement: "right" | "bottom";
|
|
570
570
|
}, SlotsType<StepsSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -516,10 +516,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
516
516
|
boxShadowFocus: string;
|
|
517
517
|
}, any>>>;
|
|
518
518
|
}>> & Readonly<{}>, {
|
|
519
|
-
readonly value: string | number | boolean | undefined;
|
|
520
|
-
readonly disabled: boolean | undefined;
|
|
521
519
|
readonly loading: boolean;
|
|
522
520
|
readonly defaultValue: string | number | boolean;
|
|
521
|
+
readonly disabled: boolean | undefined;
|
|
522
|
+
readonly value: string | number | boolean | undefined;
|
|
523
523
|
readonly round: boolean;
|
|
524
524
|
readonly checkedValue: string | number | boolean;
|
|
525
525
|
readonly uncheckedValue: string | number | boolean;
|
package/es/tabs/src/Tab.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
2
|
export declare const tabProps: {
|
|
3
|
-
readonly label: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
4
|
-
readonly disabled: BooleanConstructor;
|
|
5
3
|
readonly name: {
|
|
6
4
|
readonly type: import("vue").PropType<string | number>;
|
|
7
5
|
readonly required: true;
|
|
@@ -10,6 +8,8 @@ export declare const tabProps: {
|
|
|
10
8
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11
9
|
readonly default: undefined;
|
|
12
10
|
};
|
|
11
|
+
readonly disabled: BooleanConstructor;
|
|
12
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
13
13
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
14
14
|
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
15
15
|
readonly internalLeftPadded: BooleanConstructor;
|
|
@@ -18,8 +18,6 @@ export declare const tabProps: {
|
|
|
18
18
|
};
|
|
19
19
|
export type TabProps = ExtractPublicPropTypes<typeof tabProps>;
|
|
20
20
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
-
readonly label: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
22
|
-
readonly disabled: BooleanConstructor;
|
|
23
21
|
readonly name: {
|
|
24
22
|
readonly type: import("vue").PropType<string | number>;
|
|
25
23
|
readonly required: true;
|
|
@@ -28,13 +26,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
26
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
29
27
|
readonly default: undefined;
|
|
30
28
|
};
|
|
29
|
+
readonly disabled: BooleanConstructor;
|
|
30
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
31
31
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
32
32
|
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
33
33
|
readonly internalLeftPadded: BooleanConstructor;
|
|
34
34
|
readonly internalAddable: BooleanConstructor;
|
|
35
35
|
readonly internalCreatedByPane: BooleanConstructor;
|
|
36
36
|
}>, {
|
|
37
|
-
trigger: import("vue").Ref<"
|
|
37
|
+
trigger: import("vue").Ref<"hover" | "click", "hover" | "click">;
|
|
38
38
|
mergedClosable: import("vue").ComputedRef<boolean>;
|
|
39
39
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined, string | import("vue").CSSProperties | undefined>;
|
|
40
40
|
addStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined, string | import("vue").CSSProperties | undefined>;
|
|
@@ -46,8 +46,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
handleClose(e: MouseEvent): void;
|
|
47
47
|
activateTab(): void;
|
|
48
48
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
|
-
readonly label: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
50
|
-
readonly disabled: BooleanConstructor;
|
|
51
49
|
readonly name: {
|
|
52
50
|
readonly type: import("vue").PropType<string | number>;
|
|
53
51
|
readonly required: true;
|
|
@@ -56,14 +54,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
54
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
57
55
|
readonly default: undefined;
|
|
58
56
|
};
|
|
57
|
+
readonly disabled: BooleanConstructor;
|
|
58
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
59
59
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode | (() => import("vue").VNodeChild)>;
|
|
60
60
|
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
61
61
|
readonly internalLeftPadded: BooleanConstructor;
|
|
62
62
|
readonly internalAddable: BooleanConstructor;
|
|
63
63
|
readonly internalCreatedByPane: BooleanConstructor;
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
|
-
readonly disabled: boolean;
|
|
66
65
|
readonly closable: boolean | undefined;
|
|
66
|
+
readonly disabled: boolean;
|
|
67
67
|
readonly internalLeftPadded: boolean;
|
|
68
68
|
readonly internalAddable: boolean;
|
|
69
69
|
readonly internalCreatedByPane: boolean;
|
package/es/tabs/src/TabPane.d.ts
CHANGED
|
@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
/** @deprecated */
|
|
68
68
|
readonly label: PropType<string | number | VNode | (() => VNodeChild)>;
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
-
readonly disabled: boolean;
|
|
71
70
|
readonly closable: boolean | undefined;
|
|
71
|
+
readonly disabled: boolean;
|
|
72
72
|
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
73
73
|
}, SlotsType<TabPaneSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
74
74
|
export default _default;
|
package/es/tabs/src/Tabs.d.ts
CHANGED
|
@@ -1110,7 +1110,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
1110
1110
|
}>> & Readonly<{}>, {
|
|
1111
1111
|
readonly type: TabsType;
|
|
1112
1112
|
readonly closable: boolean;
|
|
1113
|
-
readonly trigger: "
|
|
1113
|
+
readonly trigger: "hover" | "click";
|
|
1114
1114
|
readonly placement: "left" | "right" | "top" | "bottom";
|
|
1115
1115
|
readonly animated: boolean;
|
|
1116
1116
|
readonly tabsPadding: number;
|
package/es/tag/src/Tag.d.ts
CHANGED
|
@@ -756,13 +756,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
756
756
|
}, any>>>;
|
|
757
757
|
}>> & Readonly<{}>, {
|
|
758
758
|
bordered: boolean | undefined;
|
|
759
|
-
value: string | number | boolean;
|
|
760
|
-
disabled: boolean | undefined;
|
|
761
759
|
type: "default" | "tertiary";
|
|
762
|
-
strong: boolean;
|
|
763
|
-
size: "small" | "medium" | "large";
|
|
764
760
|
closable: boolean | undefined;
|
|
761
|
+
disabled: boolean | undefined;
|
|
762
|
+
value: string | number | boolean;
|
|
763
|
+
size: "small" | "medium" | "large";
|
|
765
764
|
round: boolean;
|
|
765
|
+
strong: boolean;
|
|
766
766
|
checked: boolean;
|
|
767
767
|
outline: boolean;
|
|
768
768
|
checkable: boolean;
|
package/es/tag/src/TagGroup.d.ts
CHANGED
|
@@ -636,9 +636,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
636
636
|
closeColorPressedTertiary: string;
|
|
637
637
|
}, any>>>;
|
|
638
638
|
}>> & Readonly<{}>, {
|
|
639
|
-
readonly
|
|
639
|
+
readonly defaultValue: string | number | boolean | null;
|
|
640
640
|
readonly disabled: boolean | undefined;
|
|
641
|
+
readonly value: string | number | boolean | null;
|
|
641
642
|
readonly size: "small" | "medium" | "large";
|
|
642
|
-
readonly defaultValue: string | number | boolean | null;
|
|
643
643
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
644
644
|
export default _default;
|
|
@@ -847,7 +847,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
847
847
|
seconds: PropType<MaybeArray<number>>;
|
|
848
848
|
use12Hours: BooleanConstructor;
|
|
849
849
|
}>> & Readonly<{}>, {
|
|
850
|
-
actions: ("
|
|
850
|
+
actions: ("confirm" | "clear" | "now")[] | null;
|
|
851
851
|
use12Hours: boolean;
|
|
852
852
|
transitionDisabled: boolean;
|
|
853
853
|
showHour: boolean;
|
|
@@ -2246,7 +2246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2246
2246
|
secondInFormat: import("vue").ComputedRef<boolean>;
|
|
2247
2247
|
mergedAttrSize: import("vue").ComputedRef<number>;
|
|
2248
2248
|
displayTimeString: import("vue").Ref<string, string>;
|
|
2249
|
-
mergedSize: import("vue").ComputedRef<"small" | "
|
|
2249
|
+
mergedSize: import("vue").ComputedRef<"small" | "tiny" | "medium" | "large" | "huge">;
|
|
2250
2250
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2251
2251
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2252
2252
|
isHourInvalid: import("vue").ComputedRef<boolean>;
|
|
@@ -3685,11 +3685,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3685
3685
|
}>>>;
|
|
3686
3686
|
}>> & Readonly<{}>, {
|
|
3687
3687
|
bordered: boolean | undefined;
|
|
3688
|
-
disabled: boolean | undefined;
|
|
3689
|
-
to: string | boolean | HTMLElement;
|
|
3690
3688
|
showIcon: boolean;
|
|
3689
|
+
to: string | boolean | HTMLElement;
|
|
3691
3690
|
clearable: boolean;
|
|
3692
3691
|
defaultValue: number | null;
|
|
3692
|
+
disabled: boolean | undefined;
|
|
3693
3693
|
placement: FollowerPlacement;
|
|
3694
3694
|
show: boolean | undefined;
|
|
3695
3695
|
format: string;
|
|
@@ -260,8 +260,8 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
260
260
|
lineColor: string;
|
|
261
261
|
}, any>>>;
|
|
262
262
|
}>> & Readonly<{}>, {
|
|
263
|
-
readonly horizontal: boolean;
|
|
264
263
|
readonly size: "medium" | "large";
|
|
264
|
+
readonly horizontal: boolean;
|
|
265
265
|
readonly itemPlacement: "left" | "right";
|
|
266
266
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
267
267
|
export default _default;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
62
|
}>> & Readonly<{}>, {
|
|
63
|
-
type: "default" | "
|
|
63
|
+
type: "default" | "info" | "warning" | "error" | "success";
|
|
64
64
|
lineType: "default" | "dashed";
|
|
65
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
66
66
|
export default _default;
|