@uzum-tech/ui 2.3.2 → 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 +28216 -27711
- package/dist/index.mjs +28479 -27974
- 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 +19177 -419
- 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/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/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/src/Upload.d.ts +3 -3
- package/es/upload/src/UploadFile.d.ts +1 -1
- 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 +19177 -419
- 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/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/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/src/Upload.d.ts +3 -3
- package/lib/upload/src/UploadFile.d.ts +1 -1
- 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 +78 -2
|
@@ -1,3 +1,84 @@
|
|
|
1
|
+
import useTheme from "../../../_mixins/use-theme.mjs";
|
|
1
2
|
import { createInjectionKey } from "../../../_utils/vue/create-injection-key.mjs";
|
|
3
|
+
export const internalSelectMenuProps = Object.assign(Object.assign({}, useTheme.props), {
|
|
4
|
+
clsPrefix: {
|
|
5
|
+
type: String,
|
|
6
|
+
required: true
|
|
7
|
+
},
|
|
8
|
+
scrollable: {
|
|
9
|
+
type: Boolean,
|
|
10
|
+
default: true
|
|
11
|
+
},
|
|
12
|
+
treeMate: {
|
|
13
|
+
type: Object,
|
|
14
|
+
required: true
|
|
15
|
+
},
|
|
16
|
+
multiple: Boolean,
|
|
17
|
+
account: Boolean,
|
|
18
|
+
size: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: 'medium'
|
|
21
|
+
},
|
|
22
|
+
value: {
|
|
23
|
+
type: [String, Number, Array],
|
|
24
|
+
default: null
|
|
25
|
+
},
|
|
26
|
+
autoPending: Boolean,
|
|
27
|
+
virtualScroll: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: true
|
|
30
|
+
},
|
|
31
|
+
// show is used to toggle pending state initialization
|
|
32
|
+
show: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: true
|
|
35
|
+
},
|
|
36
|
+
labelField: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: 'label'
|
|
39
|
+
},
|
|
40
|
+
valueField: {
|
|
41
|
+
type: String,
|
|
42
|
+
default: 'value'
|
|
43
|
+
},
|
|
44
|
+
loading: Boolean,
|
|
45
|
+
focusable: Boolean,
|
|
46
|
+
renderLabel: Function,
|
|
47
|
+
renderOption: Function,
|
|
48
|
+
nodeProps: Function,
|
|
49
|
+
showCheckmark: {
|
|
50
|
+
type: Boolean,
|
|
51
|
+
default: true
|
|
52
|
+
},
|
|
53
|
+
markType: {
|
|
54
|
+
type: String,
|
|
55
|
+
default: 'mark'
|
|
56
|
+
},
|
|
57
|
+
filterable: Boolean,
|
|
58
|
+
pattern: {
|
|
59
|
+
type: String,
|
|
60
|
+
default: ''
|
|
61
|
+
},
|
|
62
|
+
searchPlaceholder: String,
|
|
63
|
+
onPatternInput: Function,
|
|
64
|
+
onMousedown: Function,
|
|
65
|
+
onScroll: Function,
|
|
66
|
+
onFocus: Function,
|
|
67
|
+
onBlur: Function,
|
|
68
|
+
onKeyup: Function,
|
|
69
|
+
onKeydown: Function,
|
|
70
|
+
onTabOut: Function,
|
|
71
|
+
onMouseenter: Function,
|
|
72
|
+
onMouseleave: Function,
|
|
73
|
+
onResize: Function,
|
|
74
|
+
resetMenuOnOptionsChange: {
|
|
75
|
+
type: Boolean,
|
|
76
|
+
default: true
|
|
77
|
+
},
|
|
78
|
+
inlineThemeDisabled: Boolean,
|
|
79
|
+
scrollbarProps: Object,
|
|
80
|
+
// deprecated
|
|
81
|
+
onToggle: Function
|
|
82
|
+
});
|
|
2
83
|
export const internalSelectionMenuInjectionKey = createInjectionKey('u-internal-select-menu');
|
|
3
84
|
export const internalSelectionMenuBodyInjectionKey = createInjectionKey('u-internal-select-menu-body');
|
|
@@ -35,6 +35,10 @@ export default cB('base-select-menu', `
|
|
|
35
35
|
`), cE('loading', `
|
|
36
36
|
color: var(--u-loading-color);
|
|
37
37
|
font-size: var(--u-loading-size);
|
|
38
|
+
`), cE('header', `
|
|
39
|
+
padding: 8px var(--u-option-padding-left);
|
|
40
|
+
font-size: var(--u-option-font-size);
|
|
41
|
+
border-bottom: 1px solid var(--u-action-divider-color);
|
|
38
42
|
`), cE('action', `
|
|
39
43
|
padding: 8px var(--u-option-padding-left);
|
|
40
44
|
font-size: var(--u-option-font-size);
|
|
@@ -43,6 +47,10 @@ export default cB('base-select-menu', `
|
|
|
43
47
|
border-color .3s var(--u-bezier);
|
|
44
48
|
border-top: 1px solid var(--u-action-divider-color);
|
|
45
49
|
color: var(--u-action-text-color);
|
|
50
|
+
`), cE('search', `
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
width: 100%;
|
|
53
|
+
padding: 12px;
|
|
46
54
|
`), cB('base-select-group-header', `
|
|
47
55
|
position: relative;
|
|
48
56
|
cursor: default;
|
|
@@ -115,4 +123,18 @@ export default cB('base-select-menu', `
|
|
|
115
123
|
transition: color .3s var(--u-bezier);
|
|
116
124
|
`, [fadeInScaleUpTransition({
|
|
117
125
|
enterScale: '0.5'
|
|
118
|
-
})])])
|
|
126
|
+
})])]), cE('checkbox-wrapper', `
|
|
127
|
+
position: absolute;
|
|
128
|
+
right: calc(var(--u-option-padding-right) - 4px);
|
|
129
|
+
top: 50%;
|
|
130
|
+
transform: translateY(-50%);
|
|
131
|
+
pointer-events: none;
|
|
132
|
+
`)]), cM('has-search', [cE('header', `
|
|
133
|
+
border-bottom: none;
|
|
134
|
+
`), cB('base-select-option', [c('&:first-child', [c('&::before', `
|
|
135
|
+
border-top-left-radius: 0;
|
|
136
|
+
border-top-right-radius: 0;
|
|
137
|
+
`)])])]), cM('has-footer', [cB('base-select-option', [c('&:last-child', [c('&::before', `
|
|
138
|
+
border-bottom-left-radius: 0;
|
|
139
|
+
border-bottom-right-radius: 0;
|
|
140
|
+
`)])])])]);
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { commonDark } from "../../../_styles/common/index.mjs";
|
|
2
|
+
import { checkboxDark } from "../../../checkbox/styles/index.mjs";
|
|
2
3
|
import { emptyDark } from "../../../empty/styles/index.mjs";
|
|
4
|
+
import { inputDark } from "../../../input/styles/index.mjs";
|
|
3
5
|
import { scrollbarDark } from "../../scrollbar/styles/index.mjs";
|
|
4
6
|
import { self } from "./light.mjs";
|
|
5
7
|
const internalSelectMenuDark = {
|
|
@@ -7,7 +9,9 @@ const internalSelectMenuDark = {
|
|
|
7
9
|
common: commonDark,
|
|
8
10
|
peers: {
|
|
9
11
|
Scrollbar: scrollbarDark,
|
|
10
|
-
Empty: emptyDark
|
|
12
|
+
Empty: emptyDark,
|
|
13
|
+
Checkbox: checkboxDark,
|
|
14
|
+
Input: inputDark
|
|
11
15
|
},
|
|
12
16
|
self
|
|
13
17
|
};
|
|
@@ -97,6 +97,129 @@ declare const internalSelectMenuLight: import("../../../_mixins").Theme<"Interna
|
|
|
97
97
|
iconBgColor: string;
|
|
98
98
|
extraTextColor: string;
|
|
99
99
|
}, any>;
|
|
100
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
101
|
+
fontWeight: string;
|
|
102
|
+
textColor: string;
|
|
103
|
+
descriptionTextColor: string;
|
|
104
|
+
textColorDisabled: string;
|
|
105
|
+
descriptionTextColorDisabled: string;
|
|
106
|
+
fontSizeLarge: string;
|
|
107
|
+
fontSizeMedium: string;
|
|
108
|
+
fontSizeSmall: string;
|
|
109
|
+
lineHeightLarge: string;
|
|
110
|
+
lineHeightMedium: string;
|
|
111
|
+
lineHeightSmall: string;
|
|
112
|
+
borderRadiusLarge: string;
|
|
113
|
+
borderRadiusMedium: string;
|
|
114
|
+
borderRadiusSmall: string;
|
|
115
|
+
color: string;
|
|
116
|
+
colorHover: string;
|
|
117
|
+
colorFocus: string;
|
|
118
|
+
colorActive: string;
|
|
119
|
+
colorChecked: string;
|
|
120
|
+
colorHoverChecked: string;
|
|
121
|
+
colorFocusChecked: string;
|
|
122
|
+
colorActiveChecked: string;
|
|
123
|
+
colorDisabled: string;
|
|
124
|
+
colorDisabledChecked: string;
|
|
125
|
+
checkMarkColor: string;
|
|
126
|
+
checkMarkColorHover: string;
|
|
127
|
+
checkMarkColorFocus: string;
|
|
128
|
+
checkMarkColorActive: string;
|
|
129
|
+
checkMarkColorDisabled: string;
|
|
130
|
+
checkMarkColorDisabledChecked: string;
|
|
131
|
+
border: string;
|
|
132
|
+
borderHover: string;
|
|
133
|
+
borderFocus: string;
|
|
134
|
+
borderActive: string;
|
|
135
|
+
borderChecked: string;
|
|
136
|
+
borderHoverChecked: string;
|
|
137
|
+
borderFocusChecked: string;
|
|
138
|
+
borderActiveChecked: string;
|
|
139
|
+
borderDisabled: string;
|
|
140
|
+
borderDisabledChecked: string;
|
|
141
|
+
boxShadowHover: string;
|
|
142
|
+
boxShadowFocus: string;
|
|
143
|
+
boxShadowActive: string;
|
|
144
|
+
boxShadowHoverChecked: string;
|
|
145
|
+
boxShadowFocusChecked: string;
|
|
146
|
+
boxShadowActiveChecked: string;
|
|
147
|
+
sizeSmall: string;
|
|
148
|
+
sizeMedium: string;
|
|
149
|
+
sizeLarge: string;
|
|
150
|
+
labelPadding: string;
|
|
151
|
+
}, any>;
|
|
152
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
153
|
+
paddingTiny: string;
|
|
154
|
+
paddingSmall: string;
|
|
155
|
+
paddingMedium: string;
|
|
156
|
+
paddingLarge: string;
|
|
157
|
+
paddingHuge: string;
|
|
158
|
+
clearSize: string;
|
|
159
|
+
countTextColorDisabled: string;
|
|
160
|
+
countTextColor: string;
|
|
161
|
+
heightTiny: string;
|
|
162
|
+
heightSmall: string;
|
|
163
|
+
heightMedium: string;
|
|
164
|
+
heightLarge: string;
|
|
165
|
+
heightHuge: string;
|
|
166
|
+
fontSizeTiny: string;
|
|
167
|
+
fontSizeSmall: string;
|
|
168
|
+
fontSizeMedium: string;
|
|
169
|
+
fontSizeLarge: string;
|
|
170
|
+
fontSizeHuge: string;
|
|
171
|
+
lineHeight: string;
|
|
172
|
+
lineHeightTextarea: string;
|
|
173
|
+
borderRadius: string;
|
|
174
|
+
iconSize: string;
|
|
175
|
+
groupLabelTextColor: string;
|
|
176
|
+
textColor: string;
|
|
177
|
+
textColorDisabled: string;
|
|
178
|
+
textDecorationColor: string;
|
|
179
|
+
caretColor: string;
|
|
180
|
+
placeholderColor: string;
|
|
181
|
+
placeholderColorDisabled: string;
|
|
182
|
+
color: string;
|
|
183
|
+
colorDisabled: string;
|
|
184
|
+
colorFocus: string;
|
|
185
|
+
groupLabelBorder: string;
|
|
186
|
+
border: string;
|
|
187
|
+
borderHover: string;
|
|
188
|
+
borderDisabled: string;
|
|
189
|
+
borderFocus: string;
|
|
190
|
+
boxShadowFocus: string;
|
|
191
|
+
loadingColor: string;
|
|
192
|
+
loadingColorSuccess: string;
|
|
193
|
+
borderSuccess: string;
|
|
194
|
+
borderHoverSuccess: string;
|
|
195
|
+
colorFocusSuccess: string;
|
|
196
|
+
borderFocusSuccess: string;
|
|
197
|
+
boxShadowFocusSuccess: string;
|
|
198
|
+
caretColorSuccess: string;
|
|
199
|
+
loadingColorWarning: string;
|
|
200
|
+
borderWarning: string;
|
|
201
|
+
borderHoverWarning: string;
|
|
202
|
+
colorFocusWarning: string;
|
|
203
|
+
borderFocusWarning: string;
|
|
204
|
+
boxShadowFocusWarning: string;
|
|
205
|
+
caretColorWarning: string;
|
|
206
|
+
loadingColorError: string;
|
|
207
|
+
borderError: string;
|
|
208
|
+
borderHoverError: string;
|
|
209
|
+
colorFocusError: string;
|
|
210
|
+
borderFocusError: string;
|
|
211
|
+
boxShadowFocusError: string;
|
|
212
|
+
caretColorError: string;
|
|
213
|
+
clearColor: string;
|
|
214
|
+
clearColorHover: string;
|
|
215
|
+
clearColorPressed: string;
|
|
216
|
+
iconColor: string;
|
|
217
|
+
iconColorDisabled: string;
|
|
218
|
+
iconColorHover: string;
|
|
219
|
+
iconColorPressed: string;
|
|
220
|
+
suffixTextColor: string;
|
|
221
|
+
selectionColor: string;
|
|
222
|
+
}, any>;
|
|
100
223
|
}>;
|
|
101
224
|
export default internalSelectMenuLight;
|
|
102
225
|
export type InternalSelectMenuTheme = typeof internalSelectMenuLight;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { createTheme } from "../../../_mixins/index.mjs";
|
|
2
2
|
import { commonLight } from "../../../_styles/common/index.mjs";
|
|
3
|
+
import { checkboxLight } from "../../../checkbox/styles/index.mjs";
|
|
3
4
|
import { emptyLight } from "../../../empty/styles/index.mjs";
|
|
5
|
+
import { inputLight } from "../../../input/styles/index.mjs";
|
|
4
6
|
import { scrollbarLight } from "../../scrollbar/styles/index.mjs";
|
|
5
7
|
export function self(vars) {
|
|
6
8
|
const {
|
|
@@ -57,7 +59,9 @@ const internalSelectMenuLight = createTheme({
|
|
|
57
59
|
common: commonLight,
|
|
58
60
|
peers: {
|
|
59
61
|
Scrollbar: scrollbarLight,
|
|
60
|
-
Empty: emptyLight
|
|
62
|
+
Empty: emptyLight,
|
|
63
|
+
Checkbox: checkboxLight,
|
|
64
|
+
Input: inputLight
|
|
61
65
|
},
|
|
62
66
|
self
|
|
63
67
|
});
|
|
@@ -1187,11 +1187,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1187
1187
|
}>> & Readonly<{}>, {
|
|
1188
1188
|
bordered: boolean | undefined;
|
|
1189
1189
|
inlineThemeDisabled: boolean;
|
|
1190
|
-
disabled: boolean;
|
|
1191
|
-
size: SelectSize;
|
|
1192
|
-
pattern: string;
|
|
1193
1190
|
loading: boolean;
|
|
1194
1191
|
clearable: boolean;
|
|
1192
|
+
disabled: boolean;
|
|
1193
|
+
size: SelectSize;
|
|
1195
1194
|
round: boolean;
|
|
1196
1195
|
loadingSkeleton: boolean;
|
|
1197
1196
|
secondary: boolean;
|
|
@@ -1205,6 +1204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1205
1204
|
counter: boolean;
|
|
1206
1205
|
account: boolean;
|
|
1207
1206
|
autofocus: boolean;
|
|
1207
|
+
pattern: string;
|
|
1208
1208
|
active: boolean;
|
|
1209
1209
|
focused: boolean;
|
|
1210
1210
|
selectedOption: SelectBaseOption<string | number, string | ((option: SelectBaseOption<string | number, string | /*elided*/ any>, selected: boolean) => VNodeChild)> | null;
|
|
@@ -147,8 +147,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
147
|
}>> & Readonly<{}>, {
|
|
148
148
|
readonly repeat: number;
|
|
149
149
|
readonly circle: boolean;
|
|
150
|
-
readonly text: boolean;
|
|
151
150
|
readonly round: boolean;
|
|
151
|
+
readonly text: boolean;
|
|
152
152
|
readonly animated: boolean;
|
|
153
153
|
readonly sharp: boolean;
|
|
154
154
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -279,11 +279,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
279
279
|
codeBorder: string;
|
|
280
280
|
}, any>>>;
|
|
281
281
|
}>> & Readonly<{}>, {
|
|
282
|
-
readonly type: "default" | "error" | "warning" | "success" | "info";
|
|
283
|
-
readonly strong: boolean;
|
|
284
|
-
readonly text: string;
|
|
285
282
|
readonly tag: keyof HTMLElementTagNameMap;
|
|
283
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
286
284
|
readonly color: string;
|
|
285
|
+
readonly strong: boolean;
|
|
286
|
+
readonly text: string;
|
|
287
287
|
readonly variant: TypographyVariant;
|
|
288
288
|
readonly italic: boolean;
|
|
289
289
|
readonly variantOptions: TypographyVariantOptions;
|
|
@@ -305,9 +305,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
305
|
disabledColor: string;
|
|
306
306
|
}, any>>>;
|
|
307
307
|
}>> & Readonly<{}>, {
|
|
308
|
-
readonly disabled: boolean;
|
|
309
308
|
readonly loading: boolean;
|
|
310
|
-
readonly tag: "
|
|
309
|
+
readonly tag: "div" | "a" | "button";
|
|
310
|
+
readonly disabled: boolean;
|
|
311
311
|
readonly descriptionLineClamp: number;
|
|
312
312
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
313
313
|
export default _default;
|
package/es/affix/src/Affix.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare const affixProps: {
|
|
|
27
27
|
readonly default: undefined;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
|
-
export declare const affixPropKeys: ("top" | "
|
|
30
|
+
export declare const affixPropKeys: ("top" | "listenTo" | "bottom" | "triggerTop" | "triggerBottom" | "position" | "offsetTop" | "offsetBottom" | "target")[];
|
|
31
31
|
export type AffixProps = ExtractPublicPropTypes<typeof affixProps>;
|
|
32
32
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
33
33
|
readonly listenTo: PropType<string | ScrollTarget | (() => HTMLElement) | undefined>;
|
package/es/alert/src/Alert.d.ts
CHANGED
|
@@ -949,7 +949,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
949
949
|
}, any>>>;
|
|
950
950
|
}>> & Readonly<{}>, {
|
|
951
951
|
bordered: boolean;
|
|
952
|
-
type: "default" | "
|
|
952
|
+
type: "default" | "info" | "warning" | "error" | "success" | "primary";
|
|
953
953
|
showIcon: boolean;
|
|
954
954
|
layoutType: "banner" | "alert";
|
|
955
955
|
rounded: boolean;
|
|
@@ -279,10 +279,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
279
279
|
}, any>>>;
|
|
280
280
|
}>> & Readonly<{}>, {
|
|
281
281
|
readonly type: "block" | "rail";
|
|
282
|
-
readonly top: number;
|
|
283
282
|
readonly showRail: boolean;
|
|
284
283
|
readonly showBackground: boolean;
|
|
285
284
|
readonly bound: number;
|
|
285
|
+
readonly top: number;
|
|
286
286
|
readonly internalScrollable: boolean;
|
|
287
287
|
readonly ignoreGap: boolean;
|
|
288
288
|
readonly position: "fix" | "absolute";
|
|
@@ -28,7 +28,7 @@ export declare const baseAnchorProps: {
|
|
|
28
28
|
readonly ignoreGap: BooleanConstructor;
|
|
29
29
|
readonly offsetTarget: PropType<string | OffsetTarget | (() => HTMLElement)>;
|
|
30
30
|
};
|
|
31
|
-
export declare const baseAnchorPropKeys: ("type" | "
|
|
31
|
+
export declare const baseAnchorPropKeys: ("type" | "showRail" | "showBackground" | "bound" | "top" | "internalScrollable" | "ignoreGap" | "offsetTarget")[];
|
|
32
32
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
33
33
|
mergedClsPrefix: {
|
|
34
34
|
type: StringConstructor;
|
|
@@ -95,10 +95,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
95
95
|
offsetTarget: PropType<string | OffsetTarget | (() => HTMLElement)>;
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
type: "block" | "rail";
|
|
98
|
-
top: number;
|
|
99
98
|
showRail: boolean;
|
|
100
99
|
showBackground: boolean;
|
|
101
100
|
bound: number;
|
|
101
|
+
top: number;
|
|
102
102
|
internalScrollable: boolean;
|
|
103
103
|
ignoreGap: boolean;
|
|
104
104
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|