@uzum-tech/ui 1.11.2 → 1.12.1
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 +54230 -49889
- package/dist/index.prod.js +4 -4
- package/es/_internal/close/src/Close.d.ts +2 -2
- package/es/_internal/icons/BurgerMenuIcon.d.ts +2 -0
- package/es/_internal/icons/BurgerMenuIcon.js +4 -0
- package/es/_internal/icons/Logout.d.ts +2 -0
- package/es/_internal/icons/Logout.js +4 -0
- package/es/_internal/icons/OzbekFlag.d.ts +2 -0
- package/es/_internal/icons/OzbekFlag.js +15 -0
- package/es/_internal/icons/RussiaFlag.d.ts +2 -0
- package/es/_internal/icons/RussiaFlag.js +11 -0
- package/es/_internal/icons/SendFilled.d.ts +2 -0
- package/es/_internal/icons/SendFilled.js +9 -0
- package/es/_internal/icons/index.d.ts +5 -0
- package/es/_internal/icons/index.js +5 -0
- package/es/_internal/loading/src/Loading.d.ts +1 -1
- package/es/_internal/safe-top-scrollbar/src/SafeTopScrollbar.d.ts +2 -2
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +7 -7
- package/es/_internal/selection/src/Selection.d.ts +13 -13
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_internal/typography/index.d.ts +1 -0
- package/es/_internal/typography/src/text.d.ts +42 -3
- package/es/_internal/typography/src/text.js +17 -4
- package/es/_internal/typography/src/variants.d.ts +105 -4
- package/es/_internal/typography/src/variants.js +84 -42
- package/es/_internal/typography/styles/dark.js +1 -1
- package/es/_internal/typography/styles/light.d.ts +1 -1
- package/es/_internal/typography/styles/light.js +1 -1
- package/es/_styles/common/dark.js +1 -1
- package/es/_styles/common/light.d.ts +1 -0
- package/es/_styles/common/light.js +1 -1
- package/es/affix/src/Affix.d.ts +3 -3
- package/es/alert/src/Alert.d.ts +3 -3
- package/es/anchor/src/AnchorAdapter.d.ts +5 -5
- package/es/auto-complete/src/AutoComplete.d.ts +3 -3
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +1 -1
- 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/card/src/Card.d.ts +3 -3
- package/es/card-list/src/CardList.d.ts +2 -2
- package/es/card-list/src/CardListItem.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +8 -8
- package/es/carousel/src/CarouselDots.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +12 -12
- package/es/cascader/src/CascaderMenu.d.ts +1 -1
- package/es/cascader/src/CascaderSelectMenu.d.ts +1 -1
- package/es/chat/src/Chat.d.ts +464 -83
- package/es/chat/src/Chat.js +17 -2
- package/es/chat/src/ChatListItems.d.ts +497 -94
- package/es/chat/src/ChatListItems.js +1 -1
- package/es/chat/src/ChatMessages.d.ts +501 -94
- package/es/chat/src/ChatMessages.js +115 -22
- package/es/chat/src/ChatParts/MainArea.d.ts +7 -3
- package/es/chat/src/ChatParts/MainArea.js +110 -14
- package/es/chat/src/ChatParts/Sidebar.d.ts +64 -11
- package/es/chat/src/interface.d.ts +18 -0
- package/es/chat/src/interface.js +6 -0
- package/es/chat/src/styles/index.cssr.js +22 -1
- package/es/chat/styles/dark.d.ts +41 -8
- package/es/chat/styles/dark.js +6 -2
- package/es/chat/styles/light.d.ts +42 -8
- package/es/chat/styles/light.js +7 -2
- package/es/checkbox/src/Checkbox.d.ts +5 -5
- package/es/code/src/Code.d.ts +1 -1
- package/es/collapse/src/Collapse.d.ts +1 -1
- package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/es/color-picker/src/ColorPicker.d.ts +3 -3
- package/es/components.d.ts +3 -0
- package/es/components.js +3 -0
- package/es/config-provider/src/ConfigProvider.d.ts +7 -1
- package/es/config-provider/src/ConfigProvider.js +83 -12
- package/es/config-provider/src/interface.d.ts +1 -1
- package/es/config-provider/src/internal-interface.d.ts +212 -33
- package/es/countdown/src/Countdown.d.ts +1 -1
- package/es/create.js +34 -3
- package/es/data-table/src/DataTable.d.ts +6 -6
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/es/date-picker/src/DatePicker.d.ts +4 -4
- package/es/date-picker/src/panel/date.d.ts +1 -1
- package/es/date-picker/src/panel/daterange.d.ts +1 -1
- package/es/date-picker/src/panel/datetime.d.ts +1 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +1 -1
- package/es/date-picker/src/panel/panelMonth.d.ts +9 -9
- package/es/date-picker/src/panel/panelMonthContent.d.ts +1 -1
- package/es/date-picker/src/panel/panelYear.d.ts +9 -9
- package/es/date-picker/src/panel/panelYearContent.d.ts +1 -1
- package/es/descriptions/src/Descriptions.d.ts +3 -3
- package/es/dialog/src/Dialog.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +3 -3
- package/es/dialog/src/DialogProvider.d.ts +31 -29
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +7 -7
- package/es/drawer/src/DrawerBodyWrapper.d.ts +2 -2
- package/es/dropdown/src/Dropdown.d.ts +15 -15
- package/es/dropdown/src/DropdownMenu.d.ts +2 -2
- package/es/dropdown/src/DropdownOption.d.ts +1 -1
- package/es/dynamic-input/src/DynamicInput.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/form/src/FormItem.d.ts +3 -3
- package/es/form/src/FormItemCol.d.ts +2 -2
- 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/grid/src/Grid.d.ts +3 -3
- package/es/grid/src/GridItem.d.ts +2 -2
- package/es/header/demos/mock.d.ts +2 -0
- package/es/header/demos/mock.js +235 -0
- package/es/header/index.d.ts +12 -0
- package/es/header/index.js +10 -0
- package/es/header/src/Header.d.ts +604 -0
- package/es/header/src/Header.js +320 -0
- package/es/header/src/HeaderActions.d.ts +120 -0
- package/es/header/src/HeaderActions.js +166 -0
- package/es/header/src/HeaderDesktopLayout.d.ts +25 -0
- package/es/header/src/HeaderDesktopLayout.js +24 -0
- package/es/header/src/HeaderMobileLayout.d.ts +25 -0
- package/es/header/src/HeaderMobileLayout.js +21 -0
- package/es/header/src/HeaderNavigation.d.ts +128 -0
- package/es/header/src/HeaderNavigation.js +172 -0
- package/es/header/src/HeaderSearchDesktop.d.ts +79 -0
- package/es/header/src/HeaderSearchDesktop.js +77 -0
- package/es/header/src/HeaderSearchMobile.d.ts +73 -0
- package/es/header/src/HeaderSearchMobile.js +126 -0
- package/es/header/src/HeaderSearchResults.d.ts +81 -0
- package/es/header/src/HeaderSearchResults.js +74 -0
- package/es/header/src/constants.d.ts +1 -0
- package/es/header/src/constants.js +1 -0
- package/es/header/src/interface.d.ts +58 -0
- package/es/header/src/interface.js +1 -0
- package/es/header/src/mobile/HeaderMobile.d.ts +218 -0
- package/es/header/src/mobile/HeaderMobile.js +241 -0
- package/es/header/src/styles/index.cssr.d.ts +6 -0
- package/es/header/src/styles/index.cssr.js +519 -0
- package/es/header/src/utils.d.ts +12 -0
- package/es/header/src/utils.js +47 -0
- package/es/header/styles/dark.d.ts +36 -0
- package/es/header/styles/dark.js +9 -0
- package/es/header/styles/index.d.ts +3 -0
- package/es/header/styles/index.js +2 -0
- package/es/header/styles/light.d.ts +72 -0
- package/es/header/styles/light.js +45 -0
- package/es/icon/src/Icon.d.ts +3 -0
- package/es/icon/src/Icon.js +3 -2
- package/es/icon-bar/index.d.ts +4 -0
- package/es/icon-bar/index.js +2 -0
- package/es/icon-bar/src/IconBar.d.ts +175 -0
- package/es/icon-bar/src/IconBar.js +57 -0
- package/es/icon-bar/src/IconBarItem.d.ts +163 -0
- package/es/icon-bar/src/IconBarItem.js +50 -0
- package/es/icon-bar/src/styles/index.cssr.d.ts +2 -0
- package/es/icon-bar/src/styles/index.cssr.js +62 -0
- package/es/icon-bar/styles/dark.d.ts +3 -0
- package/es/icon-bar/styles/dark.js +8 -0
- package/es/icon-bar/styles/index.d.ts +3 -0
- package/es/icon-bar/styles/index.js +2 -0
- package/es/icon-bar/styles/light.d.ts +19 -0
- package/es/icon-bar/styles/light.js +23 -0
- package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/es/input/src/Input.d.ts +8 -8
- package/es/input-number/src/InputNumber.d.ts +3 -3
- package/es/input-otp/src/InputOtp.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +2 -2
- package/es/legacy-grid/src/Row.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +2 -2
- package/es/list/src/List.d.ts +6 -6
- package/es/list/src/ListItem.d.ts +4 -4
- package/es/locales/common/arDZ.js +11 -1
- package/es/locales/common/deDE.js +11 -1
- package/es/locales/common/enGB.js +11 -1
- package/es/locales/common/enUS.d.ts +10 -0
- package/es/locales/common/enUS.js +11 -1
- package/es/locales/common/eo.js +11 -1
- package/es/locales/common/esAR.js +11 -1
- package/es/locales/common/faIR.js +11 -1
- package/es/locales/common/frFR.js +11 -1
- package/es/locales/common/idID.js +11 -1
- package/es/locales/common/itIT.js +11 -1
- package/es/locales/common/jaJP.js +11 -1
- package/es/locales/common/koKR.js +11 -1
- package/es/locales/common/nbNO.js +11 -1
- package/es/locales/common/nlNL.js +11 -1
- package/es/locales/common/plPL.js +11 -1
- package/es/locales/common/ptBR.js +11 -1
- package/es/locales/common/ruRU.js +11 -1
- package/es/locales/common/skSK.js +11 -1
- package/es/locales/common/svSE.js +11 -1
- package/es/locales/common/thTH.js +11 -1
- package/es/locales/common/trTR.js +11 -1
- package/es/locales/common/ukUA.js +11 -1
- package/es/locales/common/viVN.js +11 -1
- package/es/locales/common/zhCN.js +11 -1
- package/es/locales/common/zhTW.js +11 -1
- package/es/log/src/Log.d.ts +2 -2
- package/es/mention/src/Mention.d.ts +3 -3
- package/es/menu/src/Menu.d.ts +5 -5
- package/es/menu/src/MenuOption.d.ts +1 -1
- package/es/menu/src/MenuOptionContent.d.ts +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +1 -1
- package/es/message/src/MessageProvider.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +3 -3
- package/es/modal/src/Modal.d.ts +6 -6
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal-fullscreen/src/ModalFull.d.ts +2 -2
- 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 +9 -9
- package/es/number-animation/src/NumberAnimation.d.ts +2 -2
- package/es/pagination/src/Pagination.d.ts +1 -1
- package/es/popconfirm/src/Popconfirm.d.ts +8 -8
- package/es/popover/src/Popover.d.ts +8 -8
- package/es/popover/src/PopoverBody.d.ts +2 -2
- package/es/popselect/src/Popselect.d.ts +81 -81
- package/es/popselect/src/PopselectPanel.d.ts +4 -4
- package/es/progress/src/Circle.d.ts +1 -1
- package/es/progress/src/MultipleCircle.d.ts +1 -1
- package/es/progress/src/Progress.d.ts +4 -4
- package/es/qr-code/index.d.ts +2 -0
- package/es/qr-code/index.js +1 -0
- package/es/qr-code/src/QrCode.d.ts +171 -0
- package/es/qr-code/src/QrCode.js +229 -0
- package/es/qr-code/src/qrcodegen.d.ts +95 -0
- package/es/qr-code/src/qrcodegen.js +949 -0
- package/es/qr-code/src/styles/index.cssr.d.ts +2 -0
- package/es/qr-code/src/styles/index.cssr.js +8 -0
- package/es/qr-code/styles/dark.d.ts +3 -0
- package/es/qr-code/styles/dark.js +11 -0
- package/es/qr-code/styles/index.d.ts +3 -0
- package/es/qr-code/styles/index.js +2 -0
- package/es/qr-code/styles/light.d.ts +9 -0
- package/es/qr-code/styles/light.js +12 -0
- package/es/radio/src/Radio.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +3 -3
- package/es/result/src/Result.d.ts +1 -1
- package/es/select/src/Select.d.ts +19 -19
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +4 -4
- package/es/space/src/Space.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +2 -2
- package/es/steps/src/Steps.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +1 -1
- package/es/tabs/src/Tabs.d.ts +4 -4
- package/es/tag/src/Tag.d.ts +2 -2
- package/es/tag/src/TagGroup.d.ts +1 -1
- package/es/theme-editor/src/ThemeEditor.d.ts +1 -0
- package/es/themes/dark.js +7 -1
- package/es/themes/light.js +7 -1
- package/es/time/src/Time.d.ts +1 -1
- package/es/time-picker/src/Panel.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +5 -5
- package/es/timeline/src/TimelineItem.d.ts +1 -1
- package/es/tooltip/src/Tooltip.d.ts +8 -8
- package/es/transfer/src/Transfer.d.ts +3 -3
- package/es/tree/src/Tree.d.ts +18 -18
- package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +15 -15
- package/es/typography/index.d.ts +1 -0
- 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 +44 -5
- package/es/upload/src/Upload.d.ts +11 -11
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +2 -2
- package/es/watermark/src/Watermark.d.ts +7 -7
- package/lib/_internal/close/src/Close.d.ts +2 -2
- package/lib/_internal/icons/BurgerMenuIcon.d.ts +2 -0
- package/lib/_internal/icons/BurgerMenuIcon.js +6 -0
- package/lib/_internal/icons/Logout.d.ts +2 -0
- package/lib/_internal/icons/Logout.js +6 -0
- package/lib/_internal/icons/OzbekFlag.d.ts +2 -0
- package/lib/_internal/icons/OzbekFlag.js +17 -0
- package/lib/_internal/icons/RussiaFlag.d.ts +2 -0
- package/lib/_internal/icons/RussiaFlag.js +13 -0
- package/lib/_internal/icons/SendFilled.d.ts +2 -0
- package/lib/_internal/icons/SendFilled.js +11 -0
- package/lib/_internal/icons/index.d.ts +5 -0
- package/lib/_internal/icons/index.js +11 -1
- package/lib/_internal/loading/src/Loading.d.ts +1 -1
- package/lib/_internal/safe-top-scrollbar/src/SafeTopScrollbar.d.ts +2 -2
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +7 -7
- package/lib/_internal/selection/src/Selection.d.ts +13 -13
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_internal/typography/index.d.ts +1 -0
- package/lib/_internal/typography/src/text.d.ts +42 -3
- package/lib/_internal/typography/src/text.js +18 -5
- package/lib/_internal/typography/src/variants.d.ts +105 -4
- package/lib/_internal/typography/src/variants.js +87 -43
- package/lib/_internal/typography/styles/dark.js +2 -2
- package/lib/_internal/typography/styles/light.d.ts +1 -1
- package/lib/_internal/typography/styles/light.js +2 -2
- package/lib/_styles/common/dark.js +1 -1
- package/lib/_styles/common/light.d.ts +1 -0
- package/lib/_styles/common/light.js +1 -1
- package/lib/affix/src/Affix.d.ts +3 -3
- package/lib/alert/src/Alert.d.ts +3 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
- package/lib/auto-complete/src/AutoComplete.d.ts +3 -3
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +1 -1
- 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/card/src/Card.d.ts +3 -3
- package/lib/card-list/src/CardList.d.ts +2 -2
- package/lib/card-list/src/CardListItem.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +8 -8
- package/lib/carousel/src/CarouselDots.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +12 -12
- package/lib/cascader/src/CascaderMenu.d.ts +1 -1
- package/lib/cascader/src/CascaderSelectMenu.d.ts +1 -1
- package/lib/chat/src/Chat.d.ts +464 -83
- package/lib/chat/src/Chat.js +17 -2
- package/lib/chat/src/ChatListItems.d.ts +497 -94
- package/lib/chat/src/ChatListItems.js +1 -1
- package/lib/chat/src/ChatMessages.d.ts +501 -94
- package/lib/chat/src/ChatMessages.js +113 -20
- package/lib/chat/src/ChatParts/MainArea.d.ts +7 -3
- package/lib/chat/src/ChatParts/MainArea.js +108 -12
- package/lib/chat/src/ChatParts/Sidebar.d.ts +64 -11
- package/lib/chat/src/interface.d.ts +18 -0
- package/lib/chat/src/interface.js +7 -1
- package/lib/chat/src/styles/index.cssr.js +22 -1
- package/lib/chat/styles/dark.d.ts +41 -8
- package/lib/chat/styles/dark.js +6 -2
- package/lib/chat/styles/light.d.ts +42 -8
- package/lib/chat/styles/light.js +7 -2
- package/lib/checkbox/src/Checkbox.d.ts +5 -5
- package/lib/code/src/Code.d.ts +1 -1
- package/lib/collapse/src/Collapse.d.ts +1 -1
- package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/lib/color-picker/src/ColorPicker.d.ts +3 -3
- package/lib/components.d.ts +3 -0
- package/lib/components.js +3 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +7 -1
- package/lib/config-provider/src/ConfigProvider.js +81 -10
- package/lib/config-provider/src/interface.d.ts +1 -1
- package/lib/config-provider/src/internal-interface.d.ts +212 -33
- package/lib/countdown/src/Countdown.d.ts +1 -1
- package/lib/create.js +34 -3
- package/lib/data-table/src/DataTable.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/lib/date-picker/src/DatePicker.d.ts +4 -4
- package/lib/date-picker/src/panel/date.d.ts +1 -1
- package/lib/date-picker/src/panel/daterange.d.ts +1 -1
- package/lib/date-picker/src/panel/datetime.d.ts +1 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +1 -1
- package/lib/date-picker/src/panel/panelMonth.d.ts +9 -9
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +1 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +9 -9
- package/lib/date-picker/src/panel/panelYearContent.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +3 -3
- package/lib/dialog/src/Dialog.d.ts +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +3 -3
- package/lib/dialog/src/DialogProvider.d.ts +31 -29
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +7 -7
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +15 -15
- package/lib/dropdown/src/DropdownMenu.d.ts +2 -2
- package/lib/dropdown/src/DropdownOption.d.ts +1 -1
- package/lib/dynamic-input/src/DynamicInput.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/form/src/FormItem.d.ts +3 -3
- package/lib/form/src/FormItemCol.d.ts +2 -2
- 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/grid/src/Grid.d.ts +3 -3
- package/lib/grid/src/GridItem.d.ts +2 -2
- package/lib/header/demos/mock.d.ts +2 -0
- package/lib/header/demos/mock.js +238 -0
- package/lib/header/index.d.ts +12 -0
- package/lib/header/index.js +48 -0
- package/lib/header/src/Header.d.ts +604 -0
- package/lib/header/src/Header.js +349 -0
- package/lib/header/src/HeaderActions.d.ts +120 -0
- package/lib/header/src/HeaderActions.js +172 -0
- package/lib/header/src/HeaderDesktopLayout.d.ts +25 -0
- package/lib/header/src/HeaderDesktopLayout.js +27 -0
- package/lib/header/src/HeaderMobileLayout.d.ts +25 -0
- package/lib/header/src/HeaderMobileLayout.js +24 -0
- package/lib/header/src/HeaderNavigation.d.ts +128 -0
- package/lib/header/src/HeaderNavigation.js +175 -0
- package/lib/header/src/HeaderSearchDesktop.d.ts +79 -0
- package/lib/header/src/HeaderSearchDesktop.js +83 -0
- package/lib/header/src/HeaderSearchMobile.d.ts +73 -0
- package/lib/header/src/HeaderSearchMobile.js +132 -0
- package/lib/header/src/HeaderSearchResults.d.ts +81 -0
- package/lib/header/src/HeaderSearchResults.js +77 -0
- package/lib/header/src/constants.d.ts +1 -0
- package/lib/header/src/constants.js +4 -0
- package/lib/header/src/interface.d.ts +58 -0
- package/lib/header/src/interface.js +2 -0
- package/lib/header/src/mobile/HeaderMobile.d.ts +218 -0
- package/lib/header/src/mobile/HeaderMobile.js +244 -0
- package/lib/header/src/styles/index.cssr.d.ts +6 -0
- package/lib/header/src/styles/index.cssr.js +525 -0
- package/lib/header/src/utils.d.ts +12 -0
- package/lib/header/src/utils.js +58 -0
- package/lib/header/styles/dark.d.ts +36 -0
- package/lib/header/styles/dark.js +11 -0
- package/lib/header/styles/index.d.ts +3 -0
- package/lib/header/styles/index.js +10 -0
- package/lib/header/styles/light.d.ts +72 -0
- package/lib/header/styles/light.js +49 -0
- package/lib/icon/src/Icon.d.ts +3 -0
- package/lib/icon/src/Icon.js +3 -2
- package/lib/icon-bar/index.d.ts +4 -0
- package/lib/icon-bar/index.js +12 -0
- package/lib/icon-bar/src/IconBar.d.ts +175 -0
- package/lib/icon-bar/src/IconBar.js +63 -0
- package/lib/icon-bar/src/IconBarItem.d.ts +163 -0
- package/lib/icon-bar/src/IconBarItem.js +56 -0
- package/lib/icon-bar/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon-bar/src/styles/index.cssr.js +67 -0
- package/lib/icon-bar/styles/dark.d.ts +3 -0
- package/lib/icon-bar/styles/dark.js +10 -0
- package/lib/icon-bar/styles/index.d.ts +3 -0
- package/lib/icon-bar/styles/index.js +10 -0
- package/lib/icon-bar/styles/light.d.ts +19 -0
- package/lib/icon-bar/styles/light.js +27 -0
- package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/lib/input/src/Input.d.ts +8 -8
- package/lib/input-number/src/InputNumber.d.ts +3 -3
- package/lib/input-otp/src/InputOtp.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +2 -2
- package/lib/legacy-grid/src/Row.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
- package/lib/list/src/List.d.ts +6 -6
- package/lib/list/src/ListItem.d.ts +4 -4
- package/lib/locales/common/arDZ.js +11 -1
- package/lib/locales/common/deDE.js +11 -1
- package/lib/locales/common/enGB.js +11 -1
- package/lib/locales/common/enUS.d.ts +10 -0
- package/lib/locales/common/enUS.js +11 -1
- package/lib/locales/common/eo.js +11 -1
- package/lib/locales/common/esAR.js +11 -1
- package/lib/locales/common/faIR.js +11 -1
- package/lib/locales/common/frFR.js +11 -1
- package/lib/locales/common/idID.js +11 -1
- package/lib/locales/common/itIT.js +11 -1
- package/lib/locales/common/jaJP.js +11 -1
- package/lib/locales/common/koKR.js +11 -1
- package/lib/locales/common/nbNO.js +11 -1
- package/lib/locales/common/nlNL.js +11 -1
- package/lib/locales/common/plPL.js +11 -1
- package/lib/locales/common/ptBR.js +11 -1
- package/lib/locales/common/ruRU.js +11 -1
- package/lib/locales/common/skSK.js +11 -1
- package/lib/locales/common/svSE.js +11 -1
- package/lib/locales/common/thTH.js +11 -1
- package/lib/locales/common/trTR.js +11 -1
- package/lib/locales/common/ukUA.js +11 -1
- package/lib/locales/common/viVN.js +11 -1
- package/lib/locales/common/zhCN.js +11 -1
- package/lib/locales/common/zhTW.js +11 -1
- package/lib/log/src/Log.d.ts +2 -2
- package/lib/mention/src/Mention.d.ts +3 -3
- package/lib/menu/src/Menu.d.ts +5 -5
- package/lib/menu/src/MenuOption.d.ts +1 -1
- package/lib/menu/src/MenuOptionContent.d.ts +1 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +1 -1
- package/lib/message/src/MessageProvider.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +3 -3
- package/lib/modal/src/Modal.d.ts +6 -6
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal-fullscreen/src/ModalFull.d.ts +2 -2
- 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 +9 -9
- package/lib/number-animation/src/NumberAnimation.d.ts +2 -2
- package/lib/pagination/src/Pagination.d.ts +1 -1
- package/lib/popconfirm/src/Popconfirm.d.ts +8 -8
- package/lib/popover/src/Popover.d.ts +8 -8
- package/lib/popover/src/PopoverBody.d.ts +2 -2
- package/lib/popselect/src/Popselect.d.ts +81 -81
- package/lib/popselect/src/PopselectPanel.d.ts +4 -4
- package/lib/progress/src/Circle.d.ts +1 -1
- package/lib/progress/src/MultipleCircle.d.ts +1 -1
- package/lib/progress/src/Progress.d.ts +4 -4
- package/lib/qr-code/index.d.ts +2 -0
- package/lib/qr-code/index.js +9 -0
- package/lib/qr-code/src/QrCode.d.ts +171 -0
- package/lib/qr-code/src/QrCode.js +235 -0
- package/lib/qr-code/src/qrcodegen.d.ts +95 -0
- package/lib/qr-code/src/qrcodegen.js +950 -0
- package/lib/qr-code/src/styles/index.cssr.d.ts +2 -0
- package/lib/qr-code/src/styles/index.cssr.js +13 -0
- package/lib/qr-code/styles/dark.d.ts +3 -0
- package/lib/qr-code/styles/dark.js +13 -0
- package/lib/qr-code/styles/index.d.ts +3 -0
- package/lib/qr-code/styles/index.js +10 -0
- package/lib/qr-code/styles/light.d.ts +9 -0
- package/lib/qr-code/styles/light.js +14 -0
- package/lib/radio/src/Radio.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +3 -3
- package/lib/result/src/Result.d.ts +1 -1
- package/lib/select/src/Select.d.ts +19 -19
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +4 -4
- package/lib/space/src/Space.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +2 -2
- package/lib/steps/src/Steps.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +1 -1
- package/lib/tabs/src/Tabs.d.ts +4 -4
- package/lib/tag/src/Tag.d.ts +2 -2
- package/lib/tag/src/TagGroup.d.ts +1 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +1 -0
- package/lib/themes/dark.js +7 -1
- package/lib/themes/light.js +7 -1
- package/lib/time/src/Time.d.ts +1 -1
- package/lib/time-picker/src/Panel.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +5 -5
- package/lib/timeline/src/TimelineItem.d.ts +1 -1
- package/lib/tooltip/src/Tooltip.d.ts +8 -8
- package/lib/transfer/src/Transfer.d.ts +3 -3
- package/lib/tree/src/Tree.d.ts +18 -18
- package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +15 -15
- package/lib/typography/index.d.ts +1 -0
- 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 +44 -5
- package/lib/upload/src/Upload.d.ts +11 -11
- 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 +7 -7
- package/package.json +1 -1
- package/volar.d.ts +166 -153
- package/web-types.json +912 -3
|
@@ -441,7 +441,7 @@ export declare const UH1: import("vue").DefineComponent<{
|
|
|
441
441
|
codeBorder: string;
|
|
442
442
|
}, any>>>;
|
|
443
443
|
}>>, {
|
|
444
|
-
readonly type: "default" | "info" | "
|
|
444
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
445
445
|
readonly alignText: boolean;
|
|
446
446
|
}, {}>;
|
|
447
447
|
export declare const UH2: import("vue").DefineComponent<{
|
|
@@ -887,7 +887,7 @@ export declare const UH2: import("vue").DefineComponent<{
|
|
|
887
887
|
codeBorder: string;
|
|
888
888
|
}, any>>>;
|
|
889
889
|
}>>, {
|
|
890
|
-
readonly type: "default" | "info" | "
|
|
890
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
891
891
|
readonly alignText: boolean;
|
|
892
892
|
}, {}>;
|
|
893
893
|
export declare const UH3: import("vue").DefineComponent<{
|
|
@@ -1333,7 +1333,7 @@ export declare const UH3: import("vue").DefineComponent<{
|
|
|
1333
1333
|
codeBorder: string;
|
|
1334
1334
|
}, any>>>;
|
|
1335
1335
|
}>>, {
|
|
1336
|
-
readonly type: "default" | "info" | "
|
|
1336
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
1337
1337
|
readonly alignText: boolean;
|
|
1338
1338
|
}, {}>;
|
|
1339
1339
|
export declare const UH4: import("vue").DefineComponent<{
|
|
@@ -1779,7 +1779,7 @@ export declare const UH4: import("vue").DefineComponent<{
|
|
|
1779
1779
|
codeBorder: string;
|
|
1780
1780
|
}, any>>>;
|
|
1781
1781
|
}>>, {
|
|
1782
|
-
readonly type: "default" | "info" | "
|
|
1782
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
1783
1783
|
readonly alignText: boolean;
|
|
1784
1784
|
}, {}>;
|
|
1785
1785
|
export declare const UH5: import("vue").DefineComponent<{
|
|
@@ -2225,7 +2225,7 @@ export declare const UH5: import("vue").DefineComponent<{
|
|
|
2225
2225
|
codeBorder: string;
|
|
2226
2226
|
}, any>>>;
|
|
2227
2227
|
}>>, {
|
|
2228
|
-
readonly type: "default" | "info" | "
|
|
2228
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
2229
2229
|
readonly alignText: boolean;
|
|
2230
2230
|
}, {}>;
|
|
2231
2231
|
export declare const UH6: import("vue").DefineComponent<{
|
|
@@ -2671,6 +2671,6 @@ export declare const UH6: import("vue").DefineComponent<{
|
|
|
2671
2671
|
codeBorder: string;
|
|
2672
2672
|
}, any>>>;
|
|
2673
2673
|
}>>, {
|
|
2674
|
-
readonly type: "default" | "info" | "
|
|
2674
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
2675
2675
|
readonly alignText: boolean;
|
|
2676
2676
|
}, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
export declare const textProps: {
|
|
3
3
|
readonly variant: {
|
|
4
|
-
readonly type: PropType<import("
|
|
4
|
+
readonly type: PropType<import("..").TypographyVariant>;
|
|
5
5
|
readonly default: undefined;
|
|
6
6
|
};
|
|
7
7
|
readonly tag: {
|
|
@@ -16,6 +16,18 @@ export declare const textProps: {
|
|
|
16
16
|
readonly type: PropType<"default" | "success" | "info" | "warning" | "error">;
|
|
17
17
|
readonly default: "default";
|
|
18
18
|
};
|
|
19
|
+
readonly color: {
|
|
20
|
+
readonly type: PropType<string>;
|
|
21
|
+
readonly default: undefined;
|
|
22
|
+
};
|
|
23
|
+
readonly variantOptions: {
|
|
24
|
+
readonly type: PropType<import("..").TypographyVariantOptions>;
|
|
25
|
+
readonly default: () => {};
|
|
26
|
+
};
|
|
27
|
+
readonly variantWeightsOptions: {
|
|
28
|
+
readonly type: PropType<import("..").TypographyVariantWeightsOptions>;
|
|
29
|
+
readonly default: () => {};
|
|
30
|
+
};
|
|
19
31
|
readonly strong: BooleanConstructor;
|
|
20
32
|
readonly italic: BooleanConstructor;
|
|
21
33
|
readonly underline: BooleanConstructor;
|
|
@@ -95,7 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
107
|
validator: (value: unknown) => true;
|
|
96
108
|
};
|
|
97
109
|
variant: {
|
|
98
|
-
readonly type: PropType<import("
|
|
110
|
+
readonly type: PropType<import("..").TypographyVariant>;
|
|
99
111
|
readonly default: undefined;
|
|
100
112
|
};
|
|
101
113
|
tag: {
|
|
@@ -110,6 +122,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
122
|
readonly type: PropType<"default" | "success" | "info" | "warning" | "error">;
|
|
111
123
|
readonly default: "default";
|
|
112
124
|
};
|
|
125
|
+
color: {
|
|
126
|
+
readonly type: PropType<string>;
|
|
127
|
+
readonly default: undefined;
|
|
128
|
+
};
|
|
129
|
+
variantOptions: {
|
|
130
|
+
readonly type: PropType<import("..").TypographyVariantOptions>;
|
|
131
|
+
readonly default: () => {};
|
|
132
|
+
};
|
|
133
|
+
variantWeightsOptions: {
|
|
134
|
+
readonly type: PropType<import("..").TypographyVariantWeightsOptions>;
|
|
135
|
+
readonly default: () => {};
|
|
136
|
+
};
|
|
113
137
|
strong: BooleanConstructor;
|
|
114
138
|
italic: BooleanConstructor;
|
|
115
139
|
underline: BooleanConstructor;
|
|
@@ -189,7 +213,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
213
|
validator: (value: unknown) => true;
|
|
190
214
|
};
|
|
191
215
|
variant: {
|
|
192
|
-
readonly type: PropType<import("
|
|
216
|
+
readonly type: PropType<import("..").TypographyVariant>;
|
|
193
217
|
readonly default: undefined;
|
|
194
218
|
};
|
|
195
219
|
tag: {
|
|
@@ -204,6 +228,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
228
|
readonly type: PropType<"default" | "success" | "info" | "warning" | "error">;
|
|
205
229
|
readonly default: "default";
|
|
206
230
|
};
|
|
231
|
+
color: {
|
|
232
|
+
readonly type: PropType<string>;
|
|
233
|
+
readonly default: undefined;
|
|
234
|
+
};
|
|
235
|
+
variantOptions: {
|
|
236
|
+
readonly type: PropType<import("..").TypographyVariantOptions>;
|
|
237
|
+
readonly default: () => {};
|
|
238
|
+
};
|
|
239
|
+
variantWeightsOptions: {
|
|
240
|
+
readonly type: PropType<import("..").TypographyVariantWeightsOptions>;
|
|
241
|
+
readonly default: () => {};
|
|
242
|
+
};
|
|
207
243
|
strong: BooleanConstructor;
|
|
208
244
|
italic: BooleanConstructor;
|
|
209
245
|
underline: BooleanConstructor;
|
|
@@ -263,16 +299,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
263
299
|
codeBorder: string;
|
|
264
300
|
}, any>>>;
|
|
265
301
|
}>>, {
|
|
266
|
-
type: "default" | "info" | "
|
|
302
|
+
type: "default" | "info" | "warning" | "error" | "success";
|
|
267
303
|
tag: keyof HTMLElementTagNameMap;
|
|
268
304
|
as: string;
|
|
305
|
+
color: string;
|
|
269
306
|
code: boolean;
|
|
270
307
|
strong: boolean;
|
|
271
308
|
text: string;
|
|
309
|
+
variant: import("..").TypographyVariant;
|
|
272
310
|
italic: boolean;
|
|
273
311
|
underline: boolean;
|
|
274
312
|
strikethrough: boolean;
|
|
275
|
-
|
|
313
|
+
variantOptions: import("..").TypographyVariantOptions;
|
|
314
|
+
variantWeightsOptions: import("..").TypographyVariantWeightsOptions;
|
|
276
315
|
delete: boolean;
|
|
277
316
|
}, {}>;
|
|
278
317
|
export default _default;
|
|
@@ -3096,22 +3096,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3096
3096
|
readonly size: "small" | "medium" | "large";
|
|
3097
3097
|
readonly vertical: boolean;
|
|
3098
3098
|
readonly multiple: boolean;
|
|
3099
|
-
readonly method: string;
|
|
3100
|
-
readonly listType: ListType;
|
|
3101
|
-
readonly showPreviewButton: boolean;
|
|
3102
|
-
readonly showRemoveButton: boolean;
|
|
3103
|
-
readonly showCancelButton: boolean;
|
|
3104
|
-
readonly showRetryButton: boolean;
|
|
3105
|
-
readonly showDownloadButton: boolean;
|
|
3106
|
-
readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
|
|
3107
|
-
readonly withCredentials: boolean;
|
|
3108
|
-
readonly responseType: XMLHttpRequestResponseType;
|
|
3109
|
-
readonly directory: boolean;
|
|
3110
3099
|
readonly noIcon: boolean;
|
|
3100
|
+
readonly directory: boolean;
|
|
3111
3101
|
readonly directoryDnd: boolean;
|
|
3102
|
+
readonly method: string;
|
|
3112
3103
|
readonly showFileList: boolean;
|
|
3104
|
+
readonly withCredentials: boolean;
|
|
3105
|
+
readonly responseType: XMLHttpRequestResponseType;
|
|
3113
3106
|
readonly defaultUpload: boolean;
|
|
3114
3107
|
readonly defaultFileList: FileInfo[];
|
|
3108
|
+
readonly showCancelButton: boolean;
|
|
3109
|
+
readonly showRemoveButton: boolean;
|
|
3110
|
+
readonly showDownloadButton: boolean;
|
|
3111
|
+
readonly showRetryButton: boolean;
|
|
3112
|
+
readonly showPreviewButton: boolean;
|
|
3113
|
+
readonly listType: ListType;
|
|
3114
|
+
readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
|
|
3115
3115
|
readonly showTrigger: boolean;
|
|
3116
3116
|
}, {}>;
|
|
3117
3117
|
export default _default;
|
|
@@ -303,7 +303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
303
303
|
} | undefined;
|
|
304
304
|
};
|
|
305
305
|
}>;
|
|
306
|
-
progressStatus: import("vue").ComputedRef<"info" | "
|
|
306
|
+
progressStatus: import("vue").ComputedRef<"info" | "error" | "success">;
|
|
307
307
|
buttonType: import("vue").ComputedRef<"error" | undefined>;
|
|
308
308
|
showProgress: import("vue").ComputedRef<boolean>;
|
|
309
309
|
disabled: import("vue").Ref<boolean>;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.
|
|
1
|
+
declare const _default: "1.12.1";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
|
@@ -135,10 +135,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
readonly default: 0;
|
|
136
136
|
};
|
|
137
137
|
}>>, {
|
|
138
|
-
readonly paddingBottom: string | number;
|
|
139
|
-
readonly paddingTop: string | number;
|
|
140
138
|
readonly items: VirtualListItemData[];
|
|
141
139
|
readonly keyField: string;
|
|
140
|
+
readonly paddingBottom: string | number;
|
|
141
|
+
readonly paddingTop: string | number;
|
|
142
142
|
readonly visibleItemsTag: string | object;
|
|
143
143
|
readonly ignoreItemResize: boolean;
|
|
144
144
|
readonly itemResizable: boolean;
|
|
@@ -275,24 +275,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
275
275
|
}>>, {
|
|
276
276
|
readonly fontWeight: number;
|
|
277
277
|
readonly width: number;
|
|
278
|
+
readonly zIndex: number;
|
|
278
279
|
readonly fontSize: number;
|
|
279
280
|
readonly height: number;
|
|
280
281
|
readonly lineHeight: number;
|
|
281
|
-
readonly rotate: number;
|
|
282
|
-
readonly fontStretch: string;
|
|
283
|
-
readonly fontStyle: "normal" | "italic" | "oblique" | `oblique ${number}deg`;
|
|
284
|
-
readonly fontVariant: string;
|
|
285
|
-
readonly zIndex: number;
|
|
286
|
-
readonly xGap: number;
|
|
287
|
-
readonly yGap: number;
|
|
288
282
|
readonly fullscreen: boolean;
|
|
283
|
+
readonly rotate: number;
|
|
289
284
|
readonly selectable: boolean;
|
|
290
285
|
readonly debug: boolean;
|
|
291
286
|
readonly cross: boolean;
|
|
287
|
+
readonly xGap: number;
|
|
288
|
+
readonly yGap: number;
|
|
292
289
|
readonly yOffset: number;
|
|
293
290
|
readonly xOffset: number;
|
|
294
291
|
readonly imageOpacity: number;
|
|
292
|
+
readonly fontStyle: `oblique ${number}deg` | "normal" | "italic" | "oblique";
|
|
293
|
+
readonly fontVariant: string;
|
|
295
294
|
readonly fontColor: string;
|
|
295
|
+
readonly fontStretch: string;
|
|
296
296
|
readonly globalRotate: number;
|
|
297
297
|
}, {}>;
|
|
298
298
|
export default _default;
|
package/package.json
CHANGED
package/volar.d.ts
CHANGED
|
@@ -1,159 +1,172 @@
|
|
|
1
1
|
// Auto generated component declarations
|
|
2
2
|
declare module 'vue' {
|
|
3
3
|
export interface GlobalComponents {
|
|
4
|
-
UAffix:
|
|
5
|
-
UAlert:
|
|
6
|
-
UAnchor:
|
|
7
|
-
UAnchorLink:
|
|
8
|
-
UAutoComplete:
|
|
9
|
-
UAvatar:
|
|
10
|
-
UAvatarGroup:
|
|
11
|
-
UBackTop:
|
|
12
|
-
UBadge:
|
|
13
|
-
UBlockquote:
|
|
14
|
-
UBreadcrumb:
|
|
15
|
-
UBreadcrumbItem:
|
|
16
|
-
UButton:
|
|
17
|
-
UButtonGroup:
|
|
18
|
-
UCalendar:
|
|
19
|
-
UCard:
|
|
20
|
-
UCardList:
|
|
21
|
-
UCarousel:
|
|
22
|
-
UCarouselItem:
|
|
23
|
-
UCascader:
|
|
24
|
-
UCheckbox:
|
|
25
|
-
UCheckboxGroup:
|
|
26
|
-
UCode:
|
|
27
|
-
UCol:
|
|
28
|
-
UCollapse:
|
|
29
|
-
UCollapseItem:
|
|
30
|
-
UCollapseTransition:
|
|
31
|
-
UColorPicker:
|
|
32
|
-
UConfigProvider:
|
|
33
|
-
UCountdown:
|
|
34
|
-
UDataTable:
|
|
35
|
-
UDatePicker:
|
|
36
|
-
UDescriptions:
|
|
37
|
-
UDescriptionsItem:
|
|
38
|
-
UDialog:
|
|
39
|
-
UDialogProvider:
|
|
40
|
-
UDivider:
|
|
41
|
-
UDrawer:
|
|
42
|
-
UDrawerContent:
|
|
43
|
-
UDropdown:
|
|
44
|
-
UDynamicInput:
|
|
45
|
-
UDynamicTags:
|
|
46
|
-
UEl:
|
|
47
|
-
UElement:
|
|
48
|
-
UEllipsis:
|
|
49
|
-
UEmpty:
|
|
50
|
-
UEquation:
|
|
51
|
-
UFlex:
|
|
52
|
-
UForm:
|
|
53
|
-
UFormItem:
|
|
54
|
-
UFormItemCol:
|
|
55
|
-
UFormItemGi:
|
|
56
|
-
UFormItemGridItem:
|
|
57
|
-
UFormItemRow:
|
|
58
|
-
UGi:
|
|
59
|
-
UGlobalStyle:
|
|
60
|
-
UGradientText:
|
|
61
|
-
UGrid:
|
|
62
|
-
UGridItem:
|
|
63
|
-
UH1:
|
|
64
|
-
UH2:
|
|
65
|
-
UH3:
|
|
66
|
-
UH4:
|
|
67
|
-
UH5:
|
|
68
|
-
UH6:
|
|
69
|
-
UHr:
|
|
70
|
-
UIcon:
|
|
71
|
-
UIconWrapper:
|
|
72
|
-
UImage:
|
|
73
|
-
UImageGroup:
|
|
74
|
-
UInput:
|
|
75
|
-
UInputGroup:
|
|
76
|
-
UInputGroupLabel:
|
|
77
|
-
UInputNumber:
|
|
78
|
-
UInputOtp:
|
|
79
|
-
ULayout:
|
|
80
|
-
ULayoutContent:
|
|
81
|
-
ULayoutFooter:
|
|
82
|
-
ULayoutHeader:
|
|
83
|
-
ULayoutSider:
|
|
84
|
-
ULegacyTransfer:
|
|
85
|
-
ULi:
|
|
86
|
-
UList:
|
|
87
|
-
UListItem:
|
|
88
|
-
ULoadingBarProvider:
|
|
89
|
-
ULog:
|
|
90
|
-
UMention:
|
|
91
|
-
UMenu:
|
|
92
|
-
UMessageProvider:
|
|
93
|
-
UModal:
|
|
94
|
-
UNotificationProvider:
|
|
95
|
-
UNumberAnimation:
|
|
96
|
-
UOl:
|
|
97
|
-
UPageHeader:
|
|
98
|
-
UPagination:
|
|
99
|
-
UPerformantEllipsis:
|
|
100
|
-
UPopconfirm:
|
|
101
|
-
UPopover:
|
|
102
|
-
UPopselect:
|
|
103
|
-
UProgress:
|
|
104
|
-
URadio:
|
|
105
|
-
URadioButton:
|
|
106
|
-
URadioGroup:
|
|
107
|
-
URate:
|
|
108
|
-
UResult:
|
|
109
|
-
URow:
|
|
110
|
-
UScrollbar:
|
|
111
|
-
USelect:
|
|
112
|
-
USkeleton:
|
|
113
|
-
USlider:
|
|
114
|
-
USpace:
|
|
115
|
-
USpin:
|
|
116
|
-
UStatistic:
|
|
117
|
-
UStatus:
|
|
118
|
-
UStep:
|
|
119
|
-
USteps:
|
|
120
|
-
USwitch:
|
|
121
|
-
UTab:
|
|
122
|
-
UTabPane:
|
|
123
|
-
UTable:
|
|
124
|
-
UTabs:
|
|
125
|
-
UTag:
|
|
126
|
-
UTbody:
|
|
127
|
-
UTd:
|
|
128
|
-
UText:
|
|
129
|
-
UTh:
|
|
130
|
-
UThead:
|
|
131
|
-
UThing:
|
|
132
|
-
UTime:
|
|
133
|
-
UTimePicker:
|
|
134
|
-
UTimeline:
|
|
135
|
-
UTimelineItem:
|
|
136
|
-
UToggleButton:
|
|
137
|
-
UTooltip:
|
|
138
|
-
UTr:
|
|
139
|
-
UTransfer:
|
|
140
|
-
UTree:
|
|
141
|
-
UTreeSelect:
|
|
142
|
-
UUl:
|
|
143
|
-
UUpload:
|
|
144
|
-
UUploadDragger:
|
|
145
|
-
UUploadFileList:
|
|
146
|
-
UUploadTrigger:
|
|
147
|
-
UWatermark:
|
|
148
|
-
UActionCard:
|
|
149
|
-
UChat:
|
|
150
|
-
UChatListItems:
|
|
151
|
-
UChatMessages:
|
|
152
|
-
UInfiniteScroll:
|
|
153
|
-
UVirtualList:
|
|
154
|
-
UModalFullscreen:
|
|
155
|
-
UCrop:
|
|
156
|
-
UTagGroup:
|
|
4
|
+
UAffix: typeof import('@uzum-tech/ui')['UAffix']
|
|
5
|
+
UAlert: typeof import('@uzum-tech/ui')['UAlert']
|
|
6
|
+
UAnchor: typeof import('@uzum-tech/ui')['UAnchor']
|
|
7
|
+
UAnchorLink: typeof import('@uzum-tech/ui')['UAnchorLink']
|
|
8
|
+
UAutoComplete: typeof import('@uzum-tech/ui')['UAutoComplete']
|
|
9
|
+
UAvatar: typeof import('@uzum-tech/ui')['UAvatar']
|
|
10
|
+
UAvatarGroup: typeof import('@uzum-tech/ui')['UAvatarGroup']
|
|
11
|
+
UBackTop: typeof import('@uzum-tech/ui')['UBackTop']
|
|
12
|
+
UBadge: typeof import('@uzum-tech/ui')['UBadge']
|
|
13
|
+
UBlockquote: typeof import('@uzum-tech/ui')['UBlockquote']
|
|
14
|
+
UBreadcrumb: typeof import('@uzum-tech/ui')['UBreadcrumb']
|
|
15
|
+
UBreadcrumbItem: typeof import('@uzum-tech/ui')['UBreadcrumbItem']
|
|
16
|
+
UButton: typeof import('@uzum-tech/ui')['UButton']
|
|
17
|
+
UButtonGroup: typeof import('@uzum-tech/ui')['UButtonGroup']
|
|
18
|
+
UCalendar: typeof import('@uzum-tech/ui')['UCalendar']
|
|
19
|
+
UCard: typeof import('@uzum-tech/ui')['UCard']
|
|
20
|
+
UCardList: typeof import('@uzum-tech/ui')['UCardList']
|
|
21
|
+
UCarousel: typeof import('@uzum-tech/ui')['UCarousel']
|
|
22
|
+
UCarouselItem: typeof import('@uzum-tech/ui')['UCarouselItem']
|
|
23
|
+
UCascader: typeof import('@uzum-tech/ui')['UCascader']
|
|
24
|
+
UCheckbox: typeof import('@uzum-tech/ui')['UCheckbox']
|
|
25
|
+
UCheckboxGroup: typeof import('@uzum-tech/ui')['UCheckboxGroup']
|
|
26
|
+
UCode: typeof import('@uzum-tech/ui')['UCode']
|
|
27
|
+
UCol: typeof import('@uzum-tech/ui')['UCol']
|
|
28
|
+
UCollapse: typeof import('@uzum-tech/ui')['UCollapse']
|
|
29
|
+
UCollapseItem: typeof import('@uzum-tech/ui')['UCollapseItem']
|
|
30
|
+
UCollapseTransition: typeof import('@uzum-tech/ui')['UCollapseTransition']
|
|
31
|
+
UColorPicker: typeof import('@uzum-tech/ui')['UColorPicker']
|
|
32
|
+
UConfigProvider: typeof import('@uzum-tech/ui')['UConfigProvider']
|
|
33
|
+
UCountdown: typeof import('@uzum-tech/ui')['UCountdown']
|
|
34
|
+
UDataTable: typeof import('@uzum-tech/ui')['UDataTable']
|
|
35
|
+
UDatePicker: typeof import('@uzum-tech/ui')['UDatePicker']
|
|
36
|
+
UDescriptions: typeof import('@uzum-tech/ui')['UDescriptions']
|
|
37
|
+
UDescriptionsItem: typeof import('@uzum-tech/ui')['UDescriptionsItem']
|
|
38
|
+
UDialog: typeof import('@uzum-tech/ui')['UDialog']
|
|
39
|
+
UDialogProvider: typeof import('@uzum-tech/ui')['UDialogProvider']
|
|
40
|
+
UDivider: typeof import('@uzum-tech/ui')['UDivider']
|
|
41
|
+
UDrawer: typeof import('@uzum-tech/ui')['UDrawer']
|
|
42
|
+
UDrawerContent: typeof import('@uzum-tech/ui')['UDrawerContent']
|
|
43
|
+
UDropdown: typeof import('@uzum-tech/ui')['UDropdown']
|
|
44
|
+
UDynamicInput: typeof import('@uzum-tech/ui')['UDynamicInput']
|
|
45
|
+
UDynamicTags: typeof import('@uzum-tech/ui')['UDynamicTags']
|
|
46
|
+
UEl: typeof import('@uzum-tech/ui')['UEl']
|
|
47
|
+
UElement: typeof import('@uzum-tech/ui')['UElement']
|
|
48
|
+
UEllipsis: typeof import('@uzum-tech/ui')['UEllipsis']
|
|
49
|
+
UEmpty: typeof import('@uzum-tech/ui')['UEmpty']
|
|
50
|
+
UEquation: typeof import('@uzum-tech/ui')['UEquation']
|
|
51
|
+
UFlex: typeof import('@uzum-tech/ui')['UFlex']
|
|
52
|
+
UForm: typeof import('@uzum-tech/ui')['UForm']
|
|
53
|
+
UFormItem: typeof import('@uzum-tech/ui')['UFormItem']
|
|
54
|
+
UFormItemCol: typeof import('@uzum-tech/ui')['UFormItemCol']
|
|
55
|
+
UFormItemGi: typeof import('@uzum-tech/ui')['UFormItemGi']
|
|
56
|
+
UFormItemGridItem: typeof import('@uzum-tech/ui')['UFormItemGridItem']
|
|
57
|
+
UFormItemRow: typeof import('@uzum-tech/ui')['UFormItemRow']
|
|
58
|
+
UGi: typeof import('@uzum-tech/ui')['UGi']
|
|
59
|
+
UGlobalStyle: typeof import('@uzum-tech/ui')['UGlobalStyle']
|
|
60
|
+
UGradientText: typeof import('@uzum-tech/ui')['UGradientText']
|
|
61
|
+
UGrid: typeof import('@uzum-tech/ui')['UGrid']
|
|
62
|
+
UGridItem: typeof import('@uzum-tech/ui')['UGridItem']
|
|
63
|
+
UH1: typeof import('@uzum-tech/ui')['UH1']
|
|
64
|
+
UH2: typeof import('@uzum-tech/ui')['UH2']
|
|
65
|
+
UH3: typeof import('@uzum-tech/ui')['UH3']
|
|
66
|
+
UH4: typeof import('@uzum-tech/ui')['UH4']
|
|
67
|
+
UH5: typeof import('@uzum-tech/ui')['UH5']
|
|
68
|
+
UH6: typeof import('@uzum-tech/ui')['UH6']
|
|
69
|
+
UHr: typeof import('@uzum-tech/ui')['UHr']
|
|
70
|
+
UIcon: typeof import('@uzum-tech/ui')['UIcon']
|
|
71
|
+
UIconWrapper: typeof import('@uzum-tech/ui')['UIconWrapper']
|
|
72
|
+
UImage: typeof import('@uzum-tech/ui')['UImage']
|
|
73
|
+
UImageGroup: typeof import('@uzum-tech/ui')['UImageGroup']
|
|
74
|
+
UInput: typeof import('@uzum-tech/ui')['UInput']
|
|
75
|
+
UInputGroup: typeof import('@uzum-tech/ui')['UInputGroup']
|
|
76
|
+
UInputGroupLabel: typeof import('@uzum-tech/ui')['UInputGroupLabel']
|
|
77
|
+
UInputNumber: typeof import('@uzum-tech/ui')['UInputNumber']
|
|
78
|
+
UInputOtp: typeof import('@uzum-tech/ui')['UInputOtp']
|
|
79
|
+
ULayout: typeof import('@uzum-tech/ui')['ULayout']
|
|
80
|
+
ULayoutContent: typeof import('@uzum-tech/ui')['ULayoutContent']
|
|
81
|
+
ULayoutFooter: typeof import('@uzum-tech/ui')['ULayoutFooter']
|
|
82
|
+
ULayoutHeader: typeof import('@uzum-tech/ui')['ULayoutHeader']
|
|
83
|
+
ULayoutSider: typeof import('@uzum-tech/ui')['ULayoutSider']
|
|
84
|
+
ULegacyTransfer: typeof import('@uzum-tech/ui')['ULegacyTransfer']
|
|
85
|
+
ULi: typeof import('@uzum-tech/ui')['ULi']
|
|
86
|
+
UList: typeof import('@uzum-tech/ui')['UList']
|
|
87
|
+
UListItem: typeof import('@uzum-tech/ui')['UListItem']
|
|
88
|
+
ULoadingBarProvider: typeof import('@uzum-tech/ui')['ULoadingBarProvider']
|
|
89
|
+
ULog: typeof import('@uzum-tech/ui')['ULog']
|
|
90
|
+
UMention: typeof import('@uzum-tech/ui')['UMention']
|
|
91
|
+
UMenu: typeof import('@uzum-tech/ui')['UMenu']
|
|
92
|
+
UMessageProvider: typeof import('@uzum-tech/ui')['UMessageProvider']
|
|
93
|
+
UModal: typeof import('@uzum-tech/ui')['UModal']
|
|
94
|
+
UNotificationProvider: typeof import('@uzum-tech/ui')['UNotificationProvider']
|
|
95
|
+
UNumberAnimation: typeof import('@uzum-tech/ui')['UNumberAnimation']
|
|
96
|
+
UOl: typeof import('@uzum-tech/ui')['UOl']
|
|
97
|
+
UPageHeader: typeof import('@uzum-tech/ui')['UPageHeader']
|
|
98
|
+
UPagination: typeof import('@uzum-tech/ui')['UPagination']
|
|
99
|
+
UPerformantEllipsis: typeof import('@uzum-tech/ui')['UPerformantEllipsis']
|
|
100
|
+
UPopconfirm: typeof import('@uzum-tech/ui')['UPopconfirm']
|
|
101
|
+
UPopover: typeof import('@uzum-tech/ui')['UPopover']
|
|
102
|
+
UPopselect: typeof import('@uzum-tech/ui')['UPopselect']
|
|
103
|
+
UProgress: typeof import('@uzum-tech/ui')['UProgress']
|
|
104
|
+
URadio: typeof import('@uzum-tech/ui')['URadio']
|
|
105
|
+
URadioButton: typeof import('@uzum-tech/ui')['URadioButton']
|
|
106
|
+
URadioGroup: typeof import('@uzum-tech/ui')['URadioGroup']
|
|
107
|
+
URate: typeof import('@uzum-tech/ui')['URate']
|
|
108
|
+
UResult: typeof import('@uzum-tech/ui')['UResult']
|
|
109
|
+
URow: typeof import('@uzum-tech/ui')['URow']
|
|
110
|
+
UScrollbar: typeof import('@uzum-tech/ui')['UScrollbar']
|
|
111
|
+
USelect: typeof import('@uzum-tech/ui')['USelect']
|
|
112
|
+
USkeleton: typeof import('@uzum-tech/ui')['USkeleton']
|
|
113
|
+
USlider: typeof import('@uzum-tech/ui')['USlider']
|
|
114
|
+
USpace: typeof import('@uzum-tech/ui')['USpace']
|
|
115
|
+
USpin: typeof import('@uzum-tech/ui')['USpin']
|
|
116
|
+
UStatistic: typeof import('@uzum-tech/ui')['UStatistic']
|
|
117
|
+
UStatus: typeof import('@uzum-tech/ui')['UStatus']
|
|
118
|
+
UStep: typeof import('@uzum-tech/ui')['UStep']
|
|
119
|
+
USteps: typeof import('@uzum-tech/ui')['USteps']
|
|
120
|
+
USwitch: typeof import('@uzum-tech/ui')['USwitch']
|
|
121
|
+
UTab: typeof import('@uzum-tech/ui')['UTab']
|
|
122
|
+
UTabPane: typeof import('@uzum-tech/ui')['UTabPane']
|
|
123
|
+
UTable: typeof import('@uzum-tech/ui')['UTable']
|
|
124
|
+
UTabs: typeof import('@uzum-tech/ui')['UTabs']
|
|
125
|
+
UTag: typeof import('@uzum-tech/ui')['UTag']
|
|
126
|
+
UTbody: typeof import('@uzum-tech/ui')['UTbody']
|
|
127
|
+
UTd: typeof import('@uzum-tech/ui')['UTd']
|
|
128
|
+
UText: typeof import('@uzum-tech/ui')['UText']
|
|
129
|
+
UTh: typeof import('@uzum-tech/ui')['UTh']
|
|
130
|
+
UThead: typeof import('@uzum-tech/ui')['UThead']
|
|
131
|
+
UThing: typeof import('@uzum-tech/ui')['UThing']
|
|
132
|
+
UTime: typeof import('@uzum-tech/ui')['UTime']
|
|
133
|
+
UTimePicker: typeof import('@uzum-tech/ui')['UTimePicker']
|
|
134
|
+
UTimeline: typeof import('@uzum-tech/ui')['UTimeline']
|
|
135
|
+
UTimelineItem: typeof import('@uzum-tech/ui')['UTimelineItem']
|
|
136
|
+
UToggleButton: typeof import('@uzum-tech/ui')['UToggleButton']
|
|
137
|
+
UTooltip: typeof import('@uzum-tech/ui')['UTooltip']
|
|
138
|
+
UTr: typeof import('@uzum-tech/ui')['UTr']
|
|
139
|
+
UTransfer: typeof import('@uzum-tech/ui')['UTransfer']
|
|
140
|
+
UTree: typeof import('@uzum-tech/ui')['UTree']
|
|
141
|
+
UTreeSelect: typeof import('@uzum-tech/ui')['UTreeSelect']
|
|
142
|
+
UUl: typeof import('@uzum-tech/ui')['UUl']
|
|
143
|
+
UUpload: typeof import('@uzum-tech/ui')['UUpload']
|
|
144
|
+
UUploadDragger: typeof import('@uzum-tech/ui')['UUploadDragger']
|
|
145
|
+
UUploadFileList: typeof import('@uzum-tech/ui')['UUploadFileList']
|
|
146
|
+
UUploadTrigger: typeof import('@uzum-tech/ui')['UUploadTrigger']
|
|
147
|
+
UWatermark: typeof import('@uzum-tech/ui')['UWatermark']
|
|
148
|
+
UActionCard: typeof import('@uzum-tech/ui')['UActionCard']
|
|
149
|
+
UChat: typeof import('@uzum-tech/ui')['UChat']
|
|
150
|
+
UChatListItems: typeof import('@uzum-tech/ui')['UChatListItems']
|
|
151
|
+
UChatMessages: typeof import('@uzum-tech/ui')['UChatMessages']
|
|
152
|
+
UInfiniteScroll: typeof import('@uzum-tech/ui')['UInfiniteScroll']
|
|
153
|
+
UVirtualList: typeof import('@uzum-tech/ui')['UVirtualList']
|
|
154
|
+
UModalFullscreen: typeof import('@uzum-tech/ui')['UModalFullscreen']
|
|
155
|
+
UCrop: typeof import('@uzum-tech/ui')['UCrop']
|
|
156
|
+
UTagGroup: typeof import('@uzum-tech/ui')['UTagGroup']
|
|
157
|
+
UIconBar: typeof import('@uzum-tech/ui')['UIconBar']
|
|
158
|
+
UIconBarItem: typeof import('@uzum-tech/ui')['UIconBarItem']
|
|
159
|
+
UQrCode: typeof import('@uzum-tech/ui')['UQrCode']
|
|
160
|
+
UHeader: typeof import('@uzum-tech/ui')['UHeader']
|
|
161
|
+
USafeTopScrollbar: typeof import('@uzum-tech/ui')['USafeTopScrollbar']
|
|
162
|
+
UHeaderActions: typeof import('@uzum-tech/ui')['UHeaderActions']
|
|
163
|
+
UHeaderMobile: typeof import('@uzum-tech/ui')['UHeaderMobile']
|
|
164
|
+
UHeaderNavigation: typeof import('@uzum-tech/ui')['UHeaderNavigation']
|
|
165
|
+
UHeaderDesktopLayout: typeof import('@uzum-tech/ui')['UHeaderDesktopLayout']
|
|
166
|
+
UHeaderMobileLayout: typeof import('@uzum-tech/ui')['UHeaderMobileLayout']
|
|
167
|
+
UHeaderSearchDesktop: typeof import('@uzum-tech/ui')['UHeaderSearchDesktop']
|
|
168
|
+
UHeaderSearchMobile: typeof import('@uzum-tech/ui')['UHeaderSearchMobile']
|
|
169
|
+
UHeaderSearchResults: typeof import('@uzum-tech/ui')['UHeaderSearchResults']
|
|
157
170
|
}
|
|
158
171
|
}
|
|
159
172
|
export {}
|