@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
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@uzum-tech/ui",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.12.1",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -2117,6 +2117,11 @@
|
|
|
2117
2117
|
"description": "Props for icons in footer.",
|
|
2118
2118
|
"default": "undefined"
|
|
2119
2119
|
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "footer-suffix-icon-props",
|
|
2122
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2123
|
+
"type": "object"
|
|
2124
|
+
},
|
|
2120
2125
|
{
|
|
2121
2126
|
"name": "empty-props",
|
|
2122
2127
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
@@ -2200,6 +2205,13 @@
|
|
|
2200
2205
|
"type": "string | number",
|
|
2201
2206
|
"description": "Container height of the chat component.",
|
|
2202
2207
|
"default": "800"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"name": "bubble-actions",
|
|
2211
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2212
|
+
"type": "ChatBubbleAction[]",
|
|
2213
|
+
"description": "Array of actions available in the context menu when right-clicking on a message bubble. Each action defines a key, label, handler, and optional visibility function.",
|
|
2214
|
+
"default": "undefined"
|
|
2203
2215
|
}
|
|
2204
2216
|
],
|
|
2205
2217
|
"js": {
|
|
@@ -3663,7 +3675,9 @@
|
|
|
3663
3675
|
{
|
|
3664
3676
|
"name": "component-options",
|
|
3665
3677
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3666
|
-
"type": "
|
|
3678
|
+
"type": "GlobalComponentConfig",
|
|
3679
|
+
"description": "Override default props for any registered Uzum UI components. All nested components inside `u-config-provider` will use these values as their default props unless explicitly set. Useful for global configuration (e.g. default `Button` type or `Tag` shape).",
|
|
3680
|
+
"default": "{}"
|
|
3667
3681
|
},
|
|
3668
3682
|
{
|
|
3669
3683
|
"name": "icons",
|
|
@@ -3677,6 +3691,16 @@
|
|
|
3677
3691
|
"description": "Responsive breakpoints, it will be used in `u-grid`. The prop is not responsive, you need to set it on its first mount.",
|
|
3678
3692
|
"default": "{ xs: 0, s: 640, m: 1024, l: 1280, xl: 1536, xxl: 1920 }"
|
|
3679
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "breakpoint-props",
|
|
3696
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3697
|
+
"type": "object"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"name": "breakpoint-theme-overrides",
|
|
3701
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3702
|
+
"type": "object"
|
|
3703
|
+
},
|
|
3680
3704
|
{
|
|
3681
3705
|
"name": "preflight-style-disabled",
|
|
3682
3706
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
@@ -3702,6 +3726,20 @@
|
|
|
3702
3726
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3703
3727
|
"type": "string"
|
|
3704
3728
|
},
|
|
3729
|
+
{
|
|
3730
|
+
"name": "break-point-props",
|
|
3731
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3732
|
+
"type": "{ [width: number]: GlobalComponentConfig }",
|
|
3733
|
+
"description": "Component props configuration based on screen width. When screen width is less than or equal to the specified width, the corresponding component props will be applied. Useful for responsive design (e.g., smaller button size on mobile).",
|
|
3734
|
+
"default": "undefined"
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"name": "break-point-theme-overrides",
|
|
3738
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3739
|
+
"type": "{ [width: number]: GlobalThemeOverrides }",
|
|
3740
|
+
"description": "Theme variables configuration based on screen width. When screen width is less than or equal to the specified width, the corresponding theme overrides will be applied. Useful for responsive theming (e.g., different colors on mobile vs desktop).",
|
|
3741
|
+
"default": "undefined"
|
|
3742
|
+
},
|
|
3705
3743
|
{
|
|
3706
3744
|
"name": "theme",
|
|
3707
3745
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
@@ -7590,7 +7628,12 @@
|
|
|
7590
7628
|
}
|
|
7591
7629
|
],
|
|
7592
7630
|
"js": {
|
|
7593
|
-
"events": [
|
|
7631
|
+
"events": [
|
|
7632
|
+
{
|
|
7633
|
+
"name": "click",
|
|
7634
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon"
|
|
7635
|
+
}
|
|
7636
|
+
]
|
|
7594
7637
|
}
|
|
7595
7638
|
},
|
|
7596
7639
|
{
|
|
@@ -16950,6 +16993,23 @@
|
|
|
16950
16993
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16951
16994
|
"type": "string"
|
|
16952
16995
|
},
|
|
16996
|
+
{
|
|
16997
|
+
"name": "color",
|
|
16998
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16999
|
+
"type": "string",
|
|
17000
|
+
"description": "Text color",
|
|
17001
|
+
"default": "undefined"
|
|
17002
|
+
},
|
|
17003
|
+
{
|
|
17004
|
+
"name": "variant-options",
|
|
17005
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17006
|
+
"type": "object"
|
|
17007
|
+
},
|
|
17008
|
+
{
|
|
17009
|
+
"name": "variant-weights-options",
|
|
17010
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17011
|
+
"type": "object"
|
|
17012
|
+
},
|
|
16953
17013
|
{
|
|
16954
17014
|
"name": "strong",
|
|
16955
17015
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
@@ -16997,6 +17057,20 @@
|
|
|
16997
17057
|
"name": "depth",
|
|
16998
17058
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16999
17059
|
"type": "string | number"
|
|
17060
|
+
},
|
|
17061
|
+
{
|
|
17062
|
+
"name": "variantOptions",
|
|
17063
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17064
|
+
"type": "TypographyVariantOptions",
|
|
17065
|
+
"description": "Custom varinats as object: TypographyVariantOptions",
|
|
17066
|
+
"default": "() => ({})"
|
|
17067
|
+
},
|
|
17068
|
+
{
|
|
17069
|
+
"name": "variantWeightsOptions",
|
|
17070
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17071
|
+
"type": "TypographyVariantWeightsOptions",
|
|
17072
|
+
"description": "Custom varinatWeights as object: Record<PropertyKey, readonly string[]>",
|
|
17073
|
+
"default": "() => ({})"
|
|
17000
17074
|
}
|
|
17001
17075
|
],
|
|
17002
17076
|
"js": {
|
|
@@ -18173,6 +18247,841 @@
|
|
|
18173
18247
|
"js": {
|
|
18174
18248
|
"events": []
|
|
18175
18249
|
}
|
|
18250
|
+
},
|
|
18251
|
+
{
|
|
18252
|
+
"name": "UHeader",
|
|
18253
|
+
"description": "",
|
|
18254
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18255
|
+
"source": {
|
|
18256
|
+
"symbol": "UHeader"
|
|
18257
|
+
},
|
|
18258
|
+
"slots": [
|
|
18259
|
+
{
|
|
18260
|
+
"name": "logo",
|
|
18261
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18262
|
+
"description": "Logo content."
|
|
18263
|
+
},
|
|
18264
|
+
{
|
|
18265
|
+
"name": "navigation",
|
|
18266
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18267
|
+
"description": "Navigation content."
|
|
18268
|
+
},
|
|
18269
|
+
{
|
|
18270
|
+
"name": "action",
|
|
18271
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18272
|
+
"description": "Action area content."
|
|
18273
|
+
},
|
|
18274
|
+
{
|
|
18275
|
+
"name": "mobile-actions",
|
|
18276
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18277
|
+
"description": "Custom actions content for mobile menu header."
|
|
18278
|
+
},
|
|
18279
|
+
{
|
|
18280
|
+
"name": "mobile-footer",
|
|
18281
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18282
|
+
"description": "Custom footer content for mobile menu."
|
|
18283
|
+
}
|
|
18284
|
+
],
|
|
18285
|
+
"attributes": [],
|
|
18286
|
+
"props": [
|
|
18287
|
+
{
|
|
18288
|
+
"name": "menu-options",
|
|
18289
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18290
|
+
"type": "MenuOption[]",
|
|
18291
|
+
"description": "Navigation data rendered as tabs with grid dropdown cards.",
|
|
18292
|
+
"default": "[]"
|
|
18293
|
+
},
|
|
18294
|
+
{
|
|
18295
|
+
"name": "lang-options",
|
|
18296
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18297
|
+
"type": "LangOption[]",
|
|
18298
|
+
"description": "Language options for the language switcher.",
|
|
18299
|
+
"default": "[en, ru, uz]"
|
|
18300
|
+
},
|
|
18301
|
+
{
|
|
18302
|
+
"name": "default-lang",
|
|
18303
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18304
|
+
"type": "string | number",
|
|
18305
|
+
"description": "Default language key (if not set, first option is used).",
|
|
18306
|
+
"default": "undefined"
|
|
18307
|
+
},
|
|
18308
|
+
{
|
|
18309
|
+
"name": "menu-placement",
|
|
18310
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18311
|
+
"type": "'horizontal' | 'vertical' | 'top' | 'bottom' | 'left' | 'right'",
|
|
18312
|
+
"description": "Orientation of the internal `u-tabs`.",
|
|
18313
|
+
"default": "'horizontal'"
|
|
18314
|
+
},
|
|
18315
|
+
{
|
|
18316
|
+
"name": "menu-trigger",
|
|
18317
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18318
|
+
"type": "'click' | 'hover'",
|
|
18319
|
+
"description": "How tabs switch between sections.",
|
|
18320
|
+
"default": "'hover'"
|
|
18321
|
+
},
|
|
18322
|
+
{
|
|
18323
|
+
"name": "menu-value",
|
|
18324
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18325
|
+
"type": "string | number | null",
|
|
18326
|
+
"description": "Controlled active menu key.",
|
|
18327
|
+
"default": "undefined"
|
|
18328
|
+
},
|
|
18329
|
+
{
|
|
18330
|
+
"name": "default-menu-value",
|
|
18331
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18332
|
+
"type": "string | number | null",
|
|
18333
|
+
"description": "Default active menu key.",
|
|
18334
|
+
"default": "null"
|
|
18335
|
+
},
|
|
18336
|
+
{
|
|
18337
|
+
"name": "menu-tabs-props",
|
|
18338
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18339
|
+
"type": "Partial<TabsProps>",
|
|
18340
|
+
"description": "Additional props forwarded to `u-tabs`.",
|
|
18341
|
+
"default": "{}"
|
|
18342
|
+
},
|
|
18343
|
+
{
|
|
18344
|
+
"name": "menu-card-min-column-width",
|
|
18345
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18346
|
+
"type": "number | string",
|
|
18347
|
+
"description": "Minimum width of the dropdown grid columns.",
|
|
18348
|
+
"default": "220"
|
|
18349
|
+
},
|
|
18350
|
+
{
|
|
18351
|
+
"name": "logo-src",
|
|
18352
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18353
|
+
"type": "string",
|
|
18354
|
+
"description": "Source for the default logo when the slot is not provided.",
|
|
18355
|
+
"default": "kapitalbank-logo.svg"
|
|
18356
|
+
},
|
|
18357
|
+
{
|
|
18358
|
+
"name": "logo-alt",
|
|
18359
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18360
|
+
"type": "string",
|
|
18361
|
+
"description": "Alt text for the fallback logo.",
|
|
18362
|
+
"default": "'Header logo'"
|
|
18363
|
+
},
|
|
18364
|
+
{
|
|
18365
|
+
"name": "responsive",
|
|
18366
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18367
|
+
"type": "boolean",
|
|
18368
|
+
"description": "Enable responsive/mobile adaptation.",
|
|
18369
|
+
"default": "true"
|
|
18370
|
+
},
|
|
18371
|
+
{
|
|
18372
|
+
"name": "mobile-menu-type",
|
|
18373
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18374
|
+
"type": "'drawer' | 'dropdown'",
|
|
18375
|
+
"description": "Type of mobile menu presentation.",
|
|
18376
|
+
"default": "'drawer'"
|
|
18377
|
+
},
|
|
18378
|
+
{
|
|
18379
|
+
"name": "mobile-actions-collapse",
|
|
18380
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18381
|
+
"type": "boolean",
|
|
18382
|
+
"description": "Hide most action buttons on mobile, keeping only search.",
|
|
18383
|
+
"default": "true"
|
|
18384
|
+
},
|
|
18385
|
+
{
|
|
18386
|
+
"name": "mobile-show-footer-actions",
|
|
18387
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18388
|
+
"type": "boolean",
|
|
18389
|
+
"description": "Show footer action buttons in mobile menu.",
|
|
18390
|
+
"default": "true"
|
|
18391
|
+
},
|
|
18392
|
+
{
|
|
18393
|
+
"name": "mobile-primary-action-text",
|
|
18394
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18395
|
+
"type": "string",
|
|
18396
|
+
"description": "Text for primary action button in mobile footer.",
|
|
18397
|
+
"default": "'Стать клиентом'"
|
|
18398
|
+
},
|
|
18399
|
+
{
|
|
18400
|
+
"name": "mobile-secondary-action-text",
|
|
18401
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18402
|
+
"type": "string",
|
|
18403
|
+
"description": "Text for secondary action button in mobile footer.",
|
|
18404
|
+
"default": "'Перейти в приложение'"
|
|
18405
|
+
},
|
|
18406
|
+
{
|
|
18407
|
+
"name": "mobile-show-header-actions",
|
|
18408
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18409
|
+
"type": "boolean",
|
|
18410
|
+
"description": "Show header actions (language, search, preview, logout) in mobile menu.",
|
|
18411
|
+
"default": "true"
|
|
18412
|
+
},
|
|
18413
|
+
{
|
|
18414
|
+
"name": "mobile-breakpoint",
|
|
18415
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18416
|
+
"type": "number",
|
|
18417
|
+
"description": "Breakpoint (px) at which mobile mode activates.",
|
|
18418
|
+
"default": "768"
|
|
18419
|
+
},
|
|
18420
|
+
{
|
|
18421
|
+
"name": "mobile-footer-buttons-round",
|
|
18422
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18423
|
+
"type": "boolean",
|
|
18424
|
+
"description": "Make mobile footer buttons rounded.",
|
|
18425
|
+
"default": "true"
|
|
18426
|
+
},
|
|
18427
|
+
{
|
|
18428
|
+
"name": "mobile-close-icon-size",
|
|
18429
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18430
|
+
"type": "number",
|
|
18431
|
+
"description": "Size of the close icon in mobile menu header (px).",
|
|
18432
|
+
"default": "24"
|
|
18433
|
+
},
|
|
18434
|
+
{
|
|
18435
|
+
"name": "mobile-close-icon-color",
|
|
18436
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18437
|
+
"type": "string",
|
|
18438
|
+
"description": "Color of the close icon in mobile menu header.",
|
|
18439
|
+
"default": "undefined"
|
|
18440
|
+
}
|
|
18441
|
+
],
|
|
18442
|
+
"js": {
|
|
18443
|
+
"events": [
|
|
18444
|
+
{
|
|
18445
|
+
"name": "search",
|
|
18446
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18447
|
+
"type": "HeaderSearchHandler",
|
|
18448
|
+
"description": "Async function to handle search queries and return results. Signature: `(query: string) => Promise<HeaderSearchResult[]> \\| HeaderSearchResult[]`",
|
|
18449
|
+
"default": "undefined"
|
|
18450
|
+
},
|
|
18451
|
+
{
|
|
18452
|
+
"name": "update-menu-value",
|
|
18453
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18454
|
+
"type": "(value: string | number | null) => void",
|
|
18455
|
+
"description": "Same as `on-update:menu-value` (kebab-case alias).",
|
|
18456
|
+
"default": "-"
|
|
18457
|
+
},
|
|
18458
|
+
{
|
|
18459
|
+
"name": "update-menu-value",
|
|
18460
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18461
|
+
},
|
|
18462
|
+
{
|
|
18463
|
+
"name": "update:menu-value",
|
|
18464
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18465
|
+
"type": "(value: string | number | null) => void",
|
|
18466
|
+
"description": "Callback when the active menu key changes.",
|
|
18467
|
+
"default": "-"
|
|
18468
|
+
}
|
|
18469
|
+
]
|
|
18470
|
+
}
|
|
18471
|
+
},
|
|
18472
|
+
{
|
|
18473
|
+
"name": "UHeaderNavigation",
|
|
18474
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18475
|
+
"source": {
|
|
18476
|
+
"symbol": "UHeaderNavigation"
|
|
18477
|
+
},
|
|
18478
|
+
"slots": [],
|
|
18479
|
+
"attributes": [],
|
|
18480
|
+
"props": [
|
|
18481
|
+
{
|
|
18482
|
+
"name": "menu-options",
|
|
18483
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18484
|
+
"type": "Array"
|
|
18485
|
+
},
|
|
18486
|
+
{
|
|
18487
|
+
"name": "menu-placement",
|
|
18488
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18489
|
+
"type": "string"
|
|
18490
|
+
},
|
|
18491
|
+
{
|
|
18492
|
+
"name": "menu-trigger",
|
|
18493
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18494
|
+
"type": "string"
|
|
18495
|
+
},
|
|
18496
|
+
{
|
|
18497
|
+
"name": "menu-value",
|
|
18498
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18499
|
+
"type": "string | number"
|
|
18500
|
+
},
|
|
18501
|
+
{
|
|
18502
|
+
"name": "menu-tabs-props",
|
|
18503
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18504
|
+
"type": "object"
|
|
18505
|
+
},
|
|
18506
|
+
{
|
|
18507
|
+
"name": "menu-card-min-column-width",
|
|
18508
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18509
|
+
"type": "number | string"
|
|
18510
|
+
},
|
|
18511
|
+
{
|
|
18512
|
+
"name": "merged-cls-prefix",
|
|
18513
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18514
|
+
"type": "string"
|
|
18515
|
+
},
|
|
18516
|
+
{
|
|
18517
|
+
"name": "menu-pane-class",
|
|
18518
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18519
|
+
"type": "string"
|
|
18520
|
+
},
|
|
18521
|
+
{
|
|
18522
|
+
"name": "menu-pane-wrapper-class",
|
|
18523
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18524
|
+
"type": "string"
|
|
18525
|
+
}
|
|
18526
|
+
],
|
|
18527
|
+
"js": {
|
|
18528
|
+
"events": [
|
|
18529
|
+
{
|
|
18530
|
+
"name": "update-menu-value",
|
|
18531
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18532
|
+
},
|
|
18533
|
+
{
|
|
18534
|
+
"name": "update-menu-value",
|
|
18535
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18536
|
+
}
|
|
18537
|
+
]
|
|
18538
|
+
}
|
|
18539
|
+
},
|
|
18540
|
+
{
|
|
18541
|
+
"name": "UHeaderMobile",
|
|
18542
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18543
|
+
"source": {
|
|
18544
|
+
"symbol": "UHeaderMobile"
|
|
18545
|
+
},
|
|
18546
|
+
"slots": [],
|
|
18547
|
+
"attributes": [],
|
|
18548
|
+
"props": [
|
|
18549
|
+
{
|
|
18550
|
+
"name": "visible",
|
|
18551
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18552
|
+
"type": "boolean"
|
|
18553
|
+
},
|
|
18554
|
+
{
|
|
18555
|
+
"name": "menu-options",
|
|
18556
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18557
|
+
"type": "Array"
|
|
18558
|
+
},
|
|
18559
|
+
{
|
|
18560
|
+
"name": "active-menu-value",
|
|
18561
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18562
|
+
"type": "string | number"
|
|
18563
|
+
},
|
|
18564
|
+
{
|
|
18565
|
+
"name": "lang-options",
|
|
18566
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18567
|
+
"type": "Array"
|
|
18568
|
+
},
|
|
18569
|
+
{
|
|
18570
|
+
"name": "current-lang",
|
|
18571
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18572
|
+
"type": "object"
|
|
18573
|
+
},
|
|
18574
|
+
{
|
|
18575
|
+
"name": "merged-cls-prefix",
|
|
18576
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18577
|
+
"type": "string"
|
|
18578
|
+
},
|
|
18579
|
+
{
|
|
18580
|
+
"name": "css-vars",
|
|
18581
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18582
|
+
"type": "object"
|
|
18583
|
+
},
|
|
18584
|
+
{
|
|
18585
|
+
"name": "menu-type",
|
|
18586
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18587
|
+
"type": "string"
|
|
18588
|
+
},
|
|
18589
|
+
{
|
|
18590
|
+
"name": "drawer-placement",
|
|
18591
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18592
|
+
"type": "string"
|
|
18593
|
+
},
|
|
18594
|
+
{
|
|
18595
|
+
"name": "drawer-width",
|
|
18596
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18597
|
+
"type": "string"
|
|
18598
|
+
},
|
|
18599
|
+
{
|
|
18600
|
+
"name": "show-footer-actions",
|
|
18601
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18602
|
+
"type": "boolean"
|
|
18603
|
+
},
|
|
18604
|
+
{
|
|
18605
|
+
"name": "primary-action-text",
|
|
18606
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18607
|
+
"type": "string"
|
|
18608
|
+
},
|
|
18609
|
+
{
|
|
18610
|
+
"name": "secondary-action-text",
|
|
18611
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18612
|
+
"type": "string"
|
|
18613
|
+
},
|
|
18614
|
+
{
|
|
18615
|
+
"name": "show-header-actions",
|
|
18616
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18617
|
+
"type": "boolean"
|
|
18618
|
+
}
|
|
18619
|
+
],
|
|
18620
|
+
"js": {
|
|
18621
|
+
"events": [
|
|
18622
|
+
{
|
|
18623
|
+
"name": "toggle",
|
|
18624
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18625
|
+
},
|
|
18626
|
+
{
|
|
18627
|
+
"name": "close",
|
|
18628
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18629
|
+
},
|
|
18630
|
+
{
|
|
18631
|
+
"name": "menu-item-click",
|
|
18632
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18633
|
+
},
|
|
18634
|
+
{
|
|
18635
|
+
"name": "language-select",
|
|
18636
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18637
|
+
},
|
|
18638
|
+
{
|
|
18639
|
+
"name": "primary-action",
|
|
18640
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18641
|
+
},
|
|
18642
|
+
{
|
|
18643
|
+
"name": "secondary-action",
|
|
18644
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18645
|
+
},
|
|
18646
|
+
{
|
|
18647
|
+
"name": "search-click",
|
|
18648
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18649
|
+
},
|
|
18650
|
+
{
|
|
18651
|
+
"name": "search",
|
|
18652
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18653
|
+
},
|
|
18654
|
+
{
|
|
18655
|
+
"name": "search-result-select",
|
|
18656
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18657
|
+
},
|
|
18658
|
+
{
|
|
18659
|
+
"name": "preview",
|
|
18660
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18661
|
+
},
|
|
18662
|
+
{
|
|
18663
|
+
"name": "logout",
|
|
18664
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18665
|
+
}
|
|
18666
|
+
]
|
|
18667
|
+
}
|
|
18668
|
+
},
|
|
18669
|
+
{
|
|
18670
|
+
"name": "UHeaderActions",
|
|
18671
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18672
|
+
"source": {
|
|
18673
|
+
"symbol": "UHeaderActions"
|
|
18674
|
+
},
|
|
18675
|
+
"slots": [],
|
|
18676
|
+
"attributes": [],
|
|
18677
|
+
"props": [
|
|
18678
|
+
{
|
|
18679
|
+
"name": "lang-options",
|
|
18680
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18681
|
+
"type": "Array"
|
|
18682
|
+
},
|
|
18683
|
+
{
|
|
18684
|
+
"name": "current-lang",
|
|
18685
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18686
|
+
"type": "object"
|
|
18687
|
+
},
|
|
18688
|
+
{
|
|
18689
|
+
"name": "merged-cls-prefix",
|
|
18690
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18691
|
+
"type": "string"
|
|
18692
|
+
},
|
|
18693
|
+
{
|
|
18694
|
+
"name": "responsive",
|
|
18695
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18696
|
+
"type": "boolean"
|
|
18697
|
+
},
|
|
18698
|
+
{
|
|
18699
|
+
"name": "is-mobile",
|
|
18700
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18701
|
+
"type": "boolean"
|
|
18702
|
+
},
|
|
18703
|
+
{
|
|
18704
|
+
"name": "mobile-actions-collapse",
|
|
18705
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18706
|
+
"type": "boolean"
|
|
18707
|
+
},
|
|
18708
|
+
{
|
|
18709
|
+
"name": "css-vars",
|
|
18710
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18711
|
+
"type": "object"
|
|
18712
|
+
}
|
|
18713
|
+
],
|
|
18714
|
+
"js": {
|
|
18715
|
+
"events": [
|
|
18716
|
+
{
|
|
18717
|
+
"name": "search",
|
|
18718
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18719
|
+
},
|
|
18720
|
+
{
|
|
18721
|
+
"name": "preview",
|
|
18722
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18723
|
+
},
|
|
18724
|
+
{
|
|
18725
|
+
"name": "logout",
|
|
18726
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18727
|
+
},
|
|
18728
|
+
{
|
|
18729
|
+
"name": "language-select",
|
|
18730
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18731
|
+
},
|
|
18732
|
+
{
|
|
18733
|
+
"name": "search-result-select",
|
|
18734
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18735
|
+
}
|
|
18736
|
+
]
|
|
18737
|
+
}
|
|
18738
|
+
},
|
|
18739
|
+
{
|
|
18740
|
+
"name": "UHeaderDesktopLayout",
|
|
18741
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18742
|
+
"source": {
|
|
18743
|
+
"symbol": "UHeaderDesktopLayout"
|
|
18744
|
+
},
|
|
18745
|
+
"slots": [],
|
|
18746
|
+
"attributes": [],
|
|
18747
|
+
"props": [
|
|
18748
|
+
{
|
|
18749
|
+
"name": "merged-cls-prefix",
|
|
18750
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18751
|
+
"type": "string"
|
|
18752
|
+
},
|
|
18753
|
+
{
|
|
18754
|
+
"name": "theme-class",
|
|
18755
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18756
|
+
"type": "string"
|
|
18757
|
+
},
|
|
18758
|
+
{
|
|
18759
|
+
"name": "css-vars",
|
|
18760
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18761
|
+
"type": "object"
|
|
18762
|
+
}
|
|
18763
|
+
],
|
|
18764
|
+
"js": {
|
|
18765
|
+
"events": []
|
|
18766
|
+
}
|
|
18767
|
+
},
|
|
18768
|
+
{
|
|
18769
|
+
"name": "UHeaderMobileLayout",
|
|
18770
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18771
|
+
"source": {
|
|
18772
|
+
"symbol": "UHeaderMobileLayout"
|
|
18773
|
+
},
|
|
18774
|
+
"slots": [],
|
|
18775
|
+
"attributes": [],
|
|
18776
|
+
"props": [
|
|
18777
|
+
{
|
|
18778
|
+
"name": "merged-cls-prefix",
|
|
18779
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18780
|
+
"type": "string"
|
|
18781
|
+
},
|
|
18782
|
+
{
|
|
18783
|
+
"name": "theme-class",
|
|
18784
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18785
|
+
"type": "string"
|
|
18786
|
+
},
|
|
18787
|
+
{
|
|
18788
|
+
"name": "css-vars",
|
|
18789
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18790
|
+
"type": "object"
|
|
18791
|
+
}
|
|
18792
|
+
],
|
|
18793
|
+
"js": {
|
|
18794
|
+
"events": []
|
|
18795
|
+
}
|
|
18796
|
+
},
|
|
18797
|
+
{
|
|
18798
|
+
"name": "UHeaderSearchMobile",
|
|
18799
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18800
|
+
"source": {
|
|
18801
|
+
"symbol": "UHeaderSearchMobile"
|
|
18802
|
+
},
|
|
18803
|
+
"slots": [],
|
|
18804
|
+
"attributes": [],
|
|
18805
|
+
"props": [
|
|
18806
|
+
{
|
|
18807
|
+
"name": "show",
|
|
18808
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18809
|
+
"type": "boolean"
|
|
18810
|
+
},
|
|
18811
|
+
{
|
|
18812
|
+
"name": "css-vars",
|
|
18813
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18814
|
+
"type": "object"
|
|
18815
|
+
},
|
|
18816
|
+
{
|
|
18817
|
+
"name": "merged-cls-prefix",
|
|
18818
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18819
|
+
"type": "string"
|
|
18820
|
+
}
|
|
18821
|
+
],
|
|
18822
|
+
"js": {
|
|
18823
|
+
"events": [
|
|
18824
|
+
{
|
|
18825
|
+
"name": "close",
|
|
18826
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18827
|
+
},
|
|
18828
|
+
{
|
|
18829
|
+
"name": "search",
|
|
18830
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18831
|
+
},
|
|
18832
|
+
{
|
|
18833
|
+
"name": "search-result-select",
|
|
18834
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18835
|
+
}
|
|
18836
|
+
]
|
|
18837
|
+
}
|
|
18838
|
+
},
|
|
18839
|
+
{
|
|
18840
|
+
"name": "UHeaderSearchDesktop",
|
|
18841
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18842
|
+
"source": {
|
|
18843
|
+
"symbol": "UHeaderSearchDesktop"
|
|
18844
|
+
},
|
|
18845
|
+
"slots": [],
|
|
18846
|
+
"attributes": [],
|
|
18847
|
+
"props": [
|
|
18848
|
+
{
|
|
18849
|
+
"name": "search-value",
|
|
18850
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18851
|
+
"type": "string"
|
|
18852
|
+
},
|
|
18853
|
+
{
|
|
18854
|
+
"name": "search-results",
|
|
18855
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18856
|
+
"type": "Array"
|
|
18857
|
+
},
|
|
18858
|
+
{
|
|
18859
|
+
"name": "search-loading",
|
|
18860
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18861
|
+
"type": "boolean"
|
|
18862
|
+
},
|
|
18863
|
+
{
|
|
18864
|
+
"name": "merged-cls-prefix",
|
|
18865
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18866
|
+
"type": "string"
|
|
18867
|
+
},
|
|
18868
|
+
{
|
|
18869
|
+
"name": "css-vars",
|
|
18870
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18871
|
+
"type": "object"
|
|
18872
|
+
}
|
|
18873
|
+
],
|
|
18874
|
+
"js": {
|
|
18875
|
+
"events": [
|
|
18876
|
+
{
|
|
18877
|
+
"name": "search-input",
|
|
18878
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18879
|
+
},
|
|
18880
|
+
{
|
|
18881
|
+
"name": "search-close",
|
|
18882
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18883
|
+
},
|
|
18884
|
+
{
|
|
18885
|
+
"name": "search-submit",
|
|
18886
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18887
|
+
},
|
|
18888
|
+
{
|
|
18889
|
+
"name": "result-select",
|
|
18890
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18891
|
+
}
|
|
18892
|
+
]
|
|
18893
|
+
}
|
|
18894
|
+
},
|
|
18895
|
+
{
|
|
18896
|
+
"name": "UHeaderSearchResults",
|
|
18897
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18898
|
+
"source": {
|
|
18899
|
+
"symbol": "UHeaderSearchResults"
|
|
18900
|
+
},
|
|
18901
|
+
"slots": [],
|
|
18902
|
+
"attributes": [],
|
|
18903
|
+
"props": [
|
|
18904
|
+
{
|
|
18905
|
+
"name": "version",
|
|
18906
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18907
|
+
"type": "string"
|
|
18908
|
+
},
|
|
18909
|
+
{
|
|
18910
|
+
"name": "results",
|
|
18911
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18912
|
+
"type": "Array"
|
|
18913
|
+
},
|
|
18914
|
+
{
|
|
18915
|
+
"name": "loading",
|
|
18916
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18917
|
+
"type": "boolean"
|
|
18918
|
+
},
|
|
18919
|
+
{
|
|
18920
|
+
"name": "query",
|
|
18921
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18922
|
+
"type": "string"
|
|
18923
|
+
},
|
|
18924
|
+
{
|
|
18925
|
+
"name": "merged-cls-prefix",
|
|
18926
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18927
|
+
"type": "string"
|
|
18928
|
+
},
|
|
18929
|
+
{
|
|
18930
|
+
"name": "css-vars",
|
|
18931
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header",
|
|
18932
|
+
"type": "object"
|
|
18933
|
+
}
|
|
18934
|
+
],
|
|
18935
|
+
"js": {
|
|
18936
|
+
"events": [
|
|
18937
|
+
{
|
|
18938
|
+
"name": "select",
|
|
18939
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/header"
|
|
18940
|
+
}
|
|
18941
|
+
]
|
|
18942
|
+
}
|
|
18943
|
+
},
|
|
18944
|
+
{
|
|
18945
|
+
"name": "UIconBar",
|
|
18946
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18947
|
+
"source": {
|
|
18948
|
+
"symbol": "UIconBar"
|
|
18949
|
+
},
|
|
18950
|
+
"slots": [],
|
|
18951
|
+
"attributes": [],
|
|
18952
|
+
"props": [
|
|
18953
|
+
{
|
|
18954
|
+
"name": "items",
|
|
18955
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18956
|
+
"type": "Array"
|
|
18957
|
+
},
|
|
18958
|
+
{
|
|
18959
|
+
"name": "cols",
|
|
18960
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18961
|
+
"type": "number"
|
|
18962
|
+
},
|
|
18963
|
+
{
|
|
18964
|
+
"name": "grid-props",
|
|
18965
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18966
|
+
"type": "object"
|
|
18967
|
+
},
|
|
18968
|
+
{
|
|
18969
|
+
"name": "item-size",
|
|
18970
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18971
|
+
"type": "number | string"
|
|
18972
|
+
}
|
|
18973
|
+
],
|
|
18974
|
+
"js": {
|
|
18975
|
+
"events": []
|
|
18976
|
+
}
|
|
18977
|
+
},
|
|
18978
|
+
{
|
|
18979
|
+
"name": "UIconBarItem",
|
|
18980
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18981
|
+
"source": {
|
|
18982
|
+
"symbol": "UIconBarItem"
|
|
18983
|
+
},
|
|
18984
|
+
"slots": [],
|
|
18985
|
+
"attributes": [],
|
|
18986
|
+
"props": [
|
|
18987
|
+
{
|
|
18988
|
+
"name": "label",
|
|
18989
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18990
|
+
"type": "string"
|
|
18991
|
+
},
|
|
18992
|
+
{
|
|
18993
|
+
"name": "icon",
|
|
18994
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
18995
|
+
"type": "Function"
|
|
18996
|
+
},
|
|
18997
|
+
{
|
|
18998
|
+
"name": "icon-size",
|
|
18999
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
19000
|
+
"type": "number | string"
|
|
19001
|
+
},
|
|
19002
|
+
{
|
|
19003
|
+
"name": "span",
|
|
19004
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
19005
|
+
"type": "number | string"
|
|
19006
|
+
},
|
|
19007
|
+
{
|
|
19008
|
+
"name": "typography-props",
|
|
19009
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon-bar",
|
|
19010
|
+
"type": "object"
|
|
19011
|
+
}
|
|
19012
|
+
],
|
|
19013
|
+
"js": {
|
|
19014
|
+
"events": []
|
|
19015
|
+
}
|
|
19016
|
+
},
|
|
19017
|
+
{
|
|
19018
|
+
"name": "UQrCode",
|
|
19019
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19020
|
+
"source": {
|
|
19021
|
+
"symbol": "UQrCode"
|
|
19022
|
+
},
|
|
19023
|
+
"slots": [],
|
|
19024
|
+
"attributes": [],
|
|
19025
|
+
"props": [
|
|
19026
|
+
{
|
|
19027
|
+
"name": "value",
|
|
19028
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19029
|
+
"type": "string"
|
|
19030
|
+
},
|
|
19031
|
+
{
|
|
19032
|
+
"name": "color",
|
|
19033
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19034
|
+
"type": "string"
|
|
19035
|
+
},
|
|
19036
|
+
{
|
|
19037
|
+
"name": "background-color",
|
|
19038
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19039
|
+
"type": "string"
|
|
19040
|
+
},
|
|
19041
|
+
{
|
|
19042
|
+
"name": "icon-src",
|
|
19043
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19044
|
+
"type": "string"
|
|
19045
|
+
},
|
|
19046
|
+
{
|
|
19047
|
+
"name": "icon-size",
|
|
19048
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19049
|
+
"type": "number"
|
|
19050
|
+
},
|
|
19051
|
+
{
|
|
19052
|
+
"name": "icon-background-color",
|
|
19053
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19054
|
+
"type": "string"
|
|
19055
|
+
},
|
|
19056
|
+
{
|
|
19057
|
+
"name": "icon-border-radius",
|
|
19058
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19059
|
+
"type": "number"
|
|
19060
|
+
},
|
|
19061
|
+
{
|
|
19062
|
+
"name": "size",
|
|
19063
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19064
|
+
"type": "number"
|
|
19065
|
+
},
|
|
19066
|
+
{
|
|
19067
|
+
"name": "padding",
|
|
19068
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19069
|
+
"type": "number | string"
|
|
19070
|
+
},
|
|
19071
|
+
{
|
|
19072
|
+
"name": "error-correction-level",
|
|
19073
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19074
|
+
"type": "string"
|
|
19075
|
+
},
|
|
19076
|
+
{
|
|
19077
|
+
"name": "type",
|
|
19078
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
|
|
19079
|
+
"type": "string"
|
|
19080
|
+
}
|
|
19081
|
+
],
|
|
19082
|
+
"js": {
|
|
19083
|
+
"events": []
|
|
19084
|
+
}
|
|
18176
19085
|
}
|
|
18177
19086
|
]
|
|
18178
19087
|
}
|