@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
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars:
|
|
8
|
+
// --u-border-radius
|
|
9
|
+
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('qr-code', `
|
|
10
|
+
background: #fff;
|
|
11
|
+
border-radius: var(--u-border-radius);
|
|
12
|
+
display: inline-flex;
|
|
13
|
+
`)]);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const common_1 = require("../../_styles/common");
|
|
4
|
+
const qrcodeDark = {
|
|
5
|
+
name: 'QrCode',
|
|
6
|
+
common: common_1.commonDark,
|
|
7
|
+
self: (vars) => {
|
|
8
|
+
return {
|
|
9
|
+
borderRadius: vars.borderRadius
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
exports.default = qrcodeDark;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.qrcodeLight = exports.qrcodeDark = void 0;
|
|
7
|
+
var dark_1 = require("./dark");
|
|
8
|
+
Object.defineProperty(exports, "qrcodeDark", { enumerable: true, get: function () { return __importDefault(dark_1).default; } });
|
|
9
|
+
var light_1 = require("./light");
|
|
10
|
+
Object.defineProperty(exports, "qrcodeLight", { enumerable: true, get: function () { return __importDefault(light_1).default; } });
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Theme } from '../../_mixins';
|
|
2
|
+
import type { ThemeCommonVars } from '../../_styles/common';
|
|
3
|
+
declare function self(vars: ThemeCommonVars): {
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
};
|
|
6
|
+
export type QrCodeThemeVars = ReturnType<typeof self>;
|
|
7
|
+
declare const themeLight: Theme<'QrCode', QrCodeThemeVars>;
|
|
8
|
+
export default themeLight;
|
|
9
|
+
export type QrCodeTheme = typeof themeLight;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const common_1 = require("../../_styles/common");
|
|
4
|
+
function self(vars) {
|
|
5
|
+
return {
|
|
6
|
+
borderRadius: vars.borderRadius
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
const themeLight = {
|
|
10
|
+
name: 'QrCode',
|
|
11
|
+
common: common_1.commonLight,
|
|
12
|
+
self
|
|
13
|
+
};
|
|
14
|
+
exports.default = themeLight;
|
package/lib/radio/src/Radio.d.ts
CHANGED
|
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
600
600
|
}>>, {
|
|
601
601
|
readonly value: string | number | boolean;
|
|
602
602
|
readonly disabled: boolean | undefined;
|
|
603
|
-
readonly checked: boolean | undefined;
|
|
604
603
|
readonly position: "left" | "right";
|
|
604
|
+
readonly checked: boolean | undefined;
|
|
605
605
|
readonly defaultChecked: boolean;
|
|
606
606
|
readonly checkedValue: boolean | undefined;
|
|
607
607
|
}, {}>;
|
package/lib/rate/src/Rate.d.ts
CHANGED
|
@@ -146,11 +146,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
sizeLarge: string;
|
|
147
147
|
}, any>>>;
|
|
148
148
|
}>>, {
|
|
149
|
-
readonly size: number | "small" | "medium" | "large";
|
|
150
|
-
readonly defaultValue: number | null;
|
|
151
149
|
readonly clearable: boolean;
|
|
150
|
+
readonly defaultValue: number | null;
|
|
151
|
+
readonly size: number | "small" | "medium" | "large";
|
|
152
152
|
readonly readonly: boolean;
|
|
153
|
-
readonly count: number;
|
|
154
153
|
readonly allowHalf: boolean;
|
|
154
|
+
readonly count: number;
|
|
155
155
|
}, {}>;
|
|
156
156
|
export default _default;
|
|
@@ -286,6 +286,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
286
286
|
}, any>>>;
|
|
287
287
|
}>>, {
|
|
288
288
|
size: "small" | "medium" | "large" | "huge";
|
|
289
|
-
status: "500" | "info" | "
|
|
289
|
+
status: "500" | "info" | "warning" | "error" | "success" | "404" | "403" | "418";
|
|
290
290
|
}, {}>;
|
|
291
291
|
export default _default;
|
|
@@ -2434,35 +2434,35 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2434
2434
|
readonly loading: boolean;
|
|
2435
2435
|
readonly bordered: boolean | undefined;
|
|
2436
2436
|
readonly tag: boolean;
|
|
2437
|
-
readonly round: boolean;
|
|
2438
2437
|
readonly to: string | boolean | HTMLElement;
|
|
2439
|
-
readonly
|
|
2440
|
-
readonly
|
|
2441
|
-
readonly multiple: boolean;
|
|
2442
|
-
readonly account: boolean;
|
|
2443
|
-
readonly showCheckmark: boolean;
|
|
2444
|
-
readonly labelField: string;
|
|
2445
|
-
readonly virtualScroll: boolean;
|
|
2446
|
-
readonly valueField: string;
|
|
2438
|
+
readonly clearable: boolean;
|
|
2439
|
+
readonly defaultValue: Value | null;
|
|
2447
2440
|
readonly resetMenuOnOptionsChange: boolean;
|
|
2448
|
-
readonly showArrow: boolean;
|
|
2449
|
-
readonly displayDirective: "show" | "if";
|
|
2450
2441
|
readonly placement: FollowerPlacement;
|
|
2451
|
-
readonly
|
|
2452
|
-
readonly
|
|
2453
|
-
readonly
|
|
2454
|
-
readonly clearable: boolean;
|
|
2442
|
+
readonly options: SelectMixedOption[];
|
|
2443
|
+
readonly round: boolean;
|
|
2444
|
+
readonly show: boolean | undefined;
|
|
2455
2445
|
readonly loadingSkeleton: boolean;
|
|
2456
|
-
readonly
|
|
2457
|
-
readonly counter: boolean;
|
|
2446
|
+
readonly secondary: boolean;
|
|
2458
2447
|
readonly keyboard: boolean;
|
|
2459
|
-
readonly
|
|
2448
|
+
readonly showArrow: boolean;
|
|
2449
|
+
readonly multiple: boolean;
|
|
2450
|
+
readonly filterable: boolean;
|
|
2460
2451
|
readonly clearFilterAfterSelect: boolean;
|
|
2461
2452
|
readonly remote: boolean;
|
|
2453
|
+
readonly virtualScroll: boolean;
|
|
2454
|
+
readonly valueField: string;
|
|
2455
|
+
readonly labelField: string;
|
|
2456
|
+
readonly childrenField: string;
|
|
2457
|
+
readonly displayDirective: "show" | "if";
|
|
2462
2458
|
readonly widthMode: string;
|
|
2463
2459
|
readonly fallbackOption: false | SelectFallbackOption | undefined;
|
|
2464
2460
|
readonly consistentMenuWidth: boolean;
|
|
2465
|
-
readonly
|
|
2461
|
+
readonly filled: boolean;
|
|
2462
|
+
readonly ignoreComposition: boolean;
|
|
2466
2463
|
readonly showOnFocus: boolean;
|
|
2464
|
+
readonly showCheckmark: boolean;
|
|
2465
|
+
readonly counter: boolean;
|
|
2466
|
+
readonly account: boolean;
|
|
2467
2467
|
}, {}>;
|
|
2468
2468
|
export default _default;
|
|
@@ -146,8 +146,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
}, any>>>;
|
|
147
147
|
}>>, {
|
|
148
148
|
readonly repeat: number;
|
|
149
|
-
readonly round: boolean;
|
|
150
149
|
readonly circle: boolean;
|
|
150
|
+
readonly round: boolean;
|
|
151
151
|
readonly text: boolean;
|
|
152
152
|
readonly animated: boolean;
|
|
153
153
|
readonly sharp: boolean;
|
|
@@ -496,15 +496,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
496
496
|
}>>, {
|
|
497
497
|
readonly reverse: boolean;
|
|
498
498
|
readonly disabled: boolean | undefined;
|
|
499
|
-
readonly vertical: boolean;
|
|
500
|
-
readonly step: number | "mark";
|
|
501
499
|
readonly to: string | boolean | HTMLElement;
|
|
502
|
-
readonly range: boolean;
|
|
503
|
-
readonly tooltip: boolean;
|
|
504
500
|
readonly defaultValue: number | number[];
|
|
505
501
|
readonly max: number;
|
|
502
|
+
readonly vertical: boolean;
|
|
506
503
|
readonly keyboard: boolean;
|
|
507
504
|
readonly min: number;
|
|
505
|
+
readonly tooltip: boolean;
|
|
506
|
+
readonly step: number | "mark";
|
|
507
|
+
readonly range: boolean;
|
|
508
508
|
readonly showTooltip: boolean | undefined;
|
|
509
509
|
}, {}>;
|
|
510
510
|
export default _default;
|
package/lib/space/src/Space.d.ts
CHANGED
|
@@ -136,9 +136,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
136
|
readonly inline: boolean;
|
|
137
137
|
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
138
138
|
readonly vertical: boolean;
|
|
139
|
-
readonly wrap: boolean;
|
|
140
139
|
readonly justify: Justify;
|
|
141
140
|
readonly wrapItem: boolean;
|
|
141
|
+
readonly wrap: boolean;
|
|
142
142
|
readonly internalUseGap: boolean;
|
|
143
143
|
}, {}>;
|
|
144
144
|
export default _default;
|
package/lib/spin/src/Spin.d.ts
CHANGED
|
@@ -193,10 +193,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
193
|
opacitySpinning: string;
|
|
194
194
|
}, any>>>;
|
|
195
195
|
}>>, {
|
|
196
|
-
size: number | "small" | "tiny" | "medium" | "large" | "huge";
|
|
197
196
|
color: string;
|
|
198
|
-
|
|
197
|
+
size: number | "small" | "tiny" | "medium" | "large" | "huge";
|
|
199
198
|
show: boolean;
|
|
199
|
+
rotate: boolean;
|
|
200
200
|
spinning: boolean;
|
|
201
201
|
}, {}>;
|
|
202
202
|
export default _default;
|
package/lib/steps/src/Steps.d.ts
CHANGED
|
@@ -545,8 +545,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
545
545
|
}, any>>>;
|
|
546
546
|
}>>, {
|
|
547
547
|
size: "small" | "medium";
|
|
548
|
-
vertical: boolean;
|
|
549
548
|
status: StepsStatus;
|
|
549
|
+
vertical: boolean;
|
|
550
550
|
variant: StepsVariant;
|
|
551
551
|
}, {}>;
|
|
552
552
|
export default _default;
|
|
@@ -517,9 +517,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
517
517
|
readonly value: string | number | boolean | undefined;
|
|
518
518
|
readonly disabled: boolean | undefined;
|
|
519
519
|
readonly loading: boolean;
|
|
520
|
+
readonly defaultValue: string | number | boolean;
|
|
520
521
|
readonly size: "small" | "medium" | "large";
|
|
521
522
|
readonly round: boolean;
|
|
522
|
-
readonly defaultValue: string | number | boolean;
|
|
523
523
|
readonly checkedValue: string | number | boolean;
|
|
524
524
|
readonly uncheckedValue: string | number | boolean;
|
|
525
525
|
readonly rubberBand: boolean;
|
package/lib/tabs/src/Tab.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
readonly internalAddable: BooleanConstructor;
|
|
35
35
|
readonly internalCreatedByPane: BooleanConstructor;
|
|
36
36
|
}, {
|
|
37
|
-
trigger: import("vue").Ref<"
|
|
37
|
+
trigger: import("vue").Ref<"click" | "hover">;
|
|
38
38
|
mergedClosable: import("vue").ComputedRef<boolean>;
|
|
39
39
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
40
40
|
clsPrefix: import("vue").Ref<string>;
|
package/lib/tabs/src/Tabs.d.ts
CHANGED
|
@@ -696,7 +696,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
696
696
|
addTabFixed: import("vue").Ref<boolean>;
|
|
697
697
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
698
698
|
display: string;
|
|
699
|
-
justifyContent: "center" | "
|
|
699
|
+
justifyContent: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
700
700
|
} | undefined>;
|
|
701
701
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
702
702
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -1068,11 +1068,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1068
1068
|
}, any>>>;
|
|
1069
1069
|
}>>, {
|
|
1070
1070
|
readonly type: TabsType;
|
|
1071
|
-
readonly size: "small" | "medium" | "large";
|
|
1072
1071
|
readonly closable: boolean;
|
|
1073
|
-
readonly animated: boolean;
|
|
1074
|
-
readonly trigger: "hover" | "click";
|
|
1075
1072
|
readonly placement: "left" | "right" | "top" | "bottom";
|
|
1073
|
+
readonly size: "small" | "medium" | "large";
|
|
1074
|
+
readonly trigger: "click" | "hover";
|
|
1075
|
+
readonly animated: boolean;
|
|
1076
1076
|
readonly tabsPadding: number;
|
|
1077
1077
|
}, {}>;
|
|
1078
1078
|
export default _default;
|
package/lib/tag/src/Tag.d.ts
CHANGED
|
@@ -759,11 +759,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
759
|
value: string | number | boolean;
|
|
760
760
|
disabled: boolean | undefined;
|
|
761
761
|
bordered: boolean | undefined;
|
|
762
|
+
closable: boolean | undefined;
|
|
762
763
|
size: "small" | "medium" | "large";
|
|
763
|
-
checked: boolean;
|
|
764
764
|
round: boolean;
|
|
765
|
-
closable: boolean | undefined;
|
|
766
765
|
strong: boolean;
|
|
766
|
+
checked: boolean;
|
|
767
767
|
outline: boolean;
|
|
768
768
|
checkable: boolean;
|
|
769
769
|
triggerClickOnClose: boolean;
|
|
@@ -638,7 +638,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
638
638
|
}>>, {
|
|
639
639
|
readonly value: string | number | boolean | null;
|
|
640
640
|
readonly disabled: boolean | undefined;
|
|
641
|
-
readonly size: "small" | "medium" | "large";
|
|
642
641
|
readonly defaultValue: string | number | boolean | null;
|
|
642
|
+
readonly size: "small" | "medium" | "large";
|
|
643
643
|
}, {}>;
|
|
644
644
|
export default _default;
|
|
@@ -28,6 +28,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
28
28
|
brandPrimary500: string;
|
|
29
29
|
brandPrimary550: string;
|
|
30
30
|
brandPrimary600: string;
|
|
31
|
+
brandSecondary400: string;
|
|
31
32
|
brandSecondary500: string;
|
|
32
33
|
brandSecondary300: string;
|
|
33
34
|
brandSecondary600: string;
|
package/lib/themes/dark.js
CHANGED
|
@@ -97,6 +97,9 @@ const styles_89 = require("../chat/styles");
|
|
|
97
97
|
const styles_90 = require("../modal-fullscreen/styles");
|
|
98
98
|
const styles_91 = require("../crop/styles");
|
|
99
99
|
const dark_1 = __importDefault(require("../_internal/safe-top-scrollbar/styles/dark"));
|
|
100
|
+
const styles_92 = require("../header/styles");
|
|
101
|
+
const styles_93 = require("../icon-bar/styles");
|
|
102
|
+
const styles_94 = require("../qr-code/styles");
|
|
100
103
|
exports.darkTheme = {
|
|
101
104
|
name: 'dark',
|
|
102
105
|
common: common_1.commonDark,
|
|
@@ -191,5 +194,8 @@ exports.darkTheme = {
|
|
|
191
194
|
Flex: styles_86.flexDark,
|
|
192
195
|
Chat: styles_89.chatDark,
|
|
193
196
|
ModalFullscreen: styles_90.modalFullscreenDark,
|
|
194
|
-
Crop: styles_91.cropDark
|
|
197
|
+
Crop: styles_91.cropDark,
|
|
198
|
+
Header: styles_92.headerDark,
|
|
199
|
+
IconBar: styles_93.iconBarDark,
|
|
200
|
+
QrCode: styles_94.qrcodeDark
|
|
195
201
|
};
|
package/lib/themes/light.js
CHANGED
|
@@ -98,7 +98,10 @@ const styles_88 = require("../input-otp/styles");
|
|
|
98
98
|
const styles_89 = require("../chat/styles");
|
|
99
99
|
const styles_90 = require("../modal-fullscreen/styles");
|
|
100
100
|
const styles_91 = require("../crop/styles");
|
|
101
|
+
const styles_92 = require("../qr-code/styles");
|
|
101
102
|
const light_1 = __importDefault(require("../_internal/safe-top-scrollbar/styles/light"));
|
|
103
|
+
const styles_93 = require("../header/styles");
|
|
104
|
+
const styles_94 = require("../icon-bar/styles");
|
|
102
105
|
exports.lightTheme = {
|
|
103
106
|
name: 'light',
|
|
104
107
|
common: common_1.commonLight,
|
|
@@ -193,5 +196,8 @@ exports.lightTheme = {
|
|
|
193
196
|
Flex: styles_86.flexLight,
|
|
194
197
|
Chat: styles_89.chatLight,
|
|
195
198
|
ModalFullscreen: styles_90.modalFullscreenLight,
|
|
196
|
-
Crop: styles_91.cropLight
|
|
199
|
+
Crop: styles_91.cropLight,
|
|
200
|
+
Header: styles_93.headerLight,
|
|
201
|
+
IconBar: styles_94.iconBarLight,
|
|
202
|
+
QrCode: styles_92.qrcodeLight
|
|
197
203
|
};
|
package/lib/time/src/Time.d.ts
CHANGED
|
@@ -57,9 +57,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
readonly timeZone: StringConstructor;
|
|
58
58
|
}>>, {
|
|
59
59
|
readonly type: "date" | "datetime" | "relative";
|
|
60
|
+
readonly to: number | Date;
|
|
60
61
|
readonly time: number | Date;
|
|
61
62
|
readonly text: boolean;
|
|
62
|
-
readonly to: number | Date;
|
|
63
63
|
readonly unix: boolean;
|
|
64
64
|
}, {}>;
|
|
65
65
|
export default _default;
|
|
@@ -496,6 +496,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
496
496
|
use12Hours: BooleanConstructor;
|
|
497
497
|
}>>, {
|
|
498
498
|
actions: ("confirm" | "now")[] | null;
|
|
499
|
+
use12Hours: boolean;
|
|
499
500
|
transitionDisabled: boolean;
|
|
500
501
|
showHour: boolean;
|
|
501
502
|
showMinute: boolean;
|
|
@@ -510,6 +511,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
510
511
|
minuteValue: number | null;
|
|
511
512
|
secondValue: number | null;
|
|
512
513
|
amPmValue: "am" | "pm" | null;
|
|
513
|
-
use12Hours: boolean;
|
|
514
514
|
}, {}>;
|
|
515
515
|
export default _default;
|
|
@@ -3536,13 +3536,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3536
3536
|
bordered: boolean | undefined;
|
|
3537
3537
|
showIcon: boolean;
|
|
3538
3538
|
to: string | boolean | HTMLElement;
|
|
3539
|
-
show: boolean | undefined;
|
|
3540
|
-
placement: FollowerPlacement;
|
|
3541
|
-
defaultValue: number | null;
|
|
3542
3539
|
clearable: boolean;
|
|
3543
|
-
|
|
3544
|
-
|
|
3540
|
+
defaultValue: number | null;
|
|
3541
|
+
placement: FollowerPlacement;
|
|
3542
|
+
show: boolean | undefined;
|
|
3545
3543
|
format: string;
|
|
3546
3544
|
inputReadonly: boolean;
|
|
3545
|
+
use12Hours: boolean;
|
|
3546
|
+
stateful: boolean;
|
|
3547
3547
|
}, {}>;
|
|
3548
3548
|
export default _default;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
62
|
}>>, {
|
|
63
|
-
type: "default" | "info" | "
|
|
63
|
+
type: "default" | "info" | "warning" | "error" | "success";
|
|
64
64
|
lineType: "default" | "dashed";
|
|
65
65
|
}, {}>;
|
|
66
66
|
export default _default;
|
|
@@ -632,24 +632,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
632
632
|
disabled: boolean;
|
|
633
633
|
raw: boolean;
|
|
634
634
|
to: string | boolean | HTMLElement;
|
|
635
|
+
placement: import("vueuc/lib/binder/src/interface").Placement;
|
|
635
636
|
show: boolean | undefined;
|
|
637
|
+
showArrow: boolean;
|
|
638
|
+
trigger: import("../../popover").PopoverTrigger;
|
|
639
|
+
displayDirective: "show" | "if";
|
|
640
|
+
defaultShow: boolean;
|
|
636
641
|
animated: boolean;
|
|
637
642
|
duration: number;
|
|
638
643
|
scrollable: boolean;
|
|
639
|
-
trigger: import("../../popover").PopoverTrigger;
|
|
640
|
-
flip: boolean;
|
|
641
|
-
overlap: boolean;
|
|
642
|
-
showArrow: boolean;
|
|
643
644
|
delay: number;
|
|
644
645
|
arrowPointToCenter: boolean;
|
|
645
|
-
|
|
646
|
-
|
|
646
|
+
flip: boolean;
|
|
647
|
+
overlap: boolean;
|
|
647
648
|
keepAliveOnHover: boolean;
|
|
648
649
|
internalDeactivateImmediately: boolean;
|
|
649
|
-
internalTrapFocus: boolean;
|
|
650
|
-
defaultShow: boolean;
|
|
651
650
|
internalSyncTargetWithParent: boolean;
|
|
652
651
|
internalInheritedEventHandlers: import("../../popover/src/Popover").TriggerEventHandlers[];
|
|
652
|
+
internalTrapFocus: boolean;
|
|
653
653
|
internalExtraClass: string[];
|
|
654
654
|
arrow: boolean | undefined;
|
|
655
655
|
}, {}>;
|
|
@@ -4251,12 +4251,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4251
4251
|
}>>, {
|
|
4252
4252
|
readonly filter: Filter;
|
|
4253
4253
|
readonly disabled: boolean | undefined;
|
|
4254
|
-
readonly virtualScroll: boolean;
|
|
4255
4254
|
readonly defaultValue: OptionValue[] | null;
|
|
4256
|
-
readonly filterable: boolean;
|
|
4257
4255
|
readonly options: Option[];
|
|
4258
|
-
readonly
|
|
4256
|
+
readonly filterable: boolean;
|
|
4257
|
+
readonly virtualScroll: boolean;
|
|
4259
4258
|
readonly sourceFilterable: boolean;
|
|
4260
4259
|
readonly targetFilterable: boolean;
|
|
4260
|
+
readonly showSelected: boolean;
|
|
4261
4261
|
}, {}>;
|
|
4262
4262
|
export default _default;
|
package/lib/tree/src/Tree.d.ts
CHANGED
|
@@ -1811,33 +1811,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1811
1811
|
}>>>;
|
|
1812
1812
|
}>>, {
|
|
1813
1813
|
readonly disabled: boolean;
|
|
1814
|
+
readonly internalScrollable: boolean;
|
|
1814
1815
|
readonly data: TreeOptions;
|
|
1815
|
-
readonly
|
|
1816
|
+
readonly keyboard: boolean;
|
|
1816
1817
|
readonly draggable: boolean;
|
|
1817
|
-
readonly
|
|
1818
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
1818
1819
|
readonly multiple: boolean;
|
|
1819
|
-
readonly
|
|
1820
|
+
readonly disabledField: string;
|
|
1821
|
+
readonly cascade: boolean;
|
|
1822
|
+
readonly leafOnly: boolean;
|
|
1820
1823
|
readonly virtualScroll: boolean;
|
|
1821
|
-
readonly
|
|
1822
|
-
readonly
|
|
1823
|
-
readonly cancelable: boolean;
|
|
1824
|
+
readonly checkStrategy: CheckStrategy;
|
|
1825
|
+
readonly labelField: string;
|
|
1824
1826
|
readonly childrenField: string;
|
|
1827
|
+
readonly accordion: boolean;
|
|
1825
1828
|
readonly defaultExpandAll: boolean;
|
|
1826
|
-
readonly allowCheckingNotLoaded: boolean;
|
|
1827
|
-
readonly cascade: boolean;
|
|
1828
1829
|
readonly indent: number;
|
|
1830
|
+
readonly animated: boolean;
|
|
1829
1831
|
readonly keyField: string;
|
|
1830
|
-
readonly
|
|
1831
|
-
readonly checkStrategy: CheckStrategy;
|
|
1832
|
-
readonly disabledField: string;
|
|
1833
|
-
readonly leafOnly: boolean;
|
|
1834
|
-
readonly accordion: boolean;
|
|
1832
|
+
readonly pattern: string;
|
|
1835
1833
|
readonly defaultExpandedKeys: Key[];
|
|
1836
|
-
readonly
|
|
1837
|
-
readonly
|
|
1838
|
-
readonly blockLine: boolean;
|
|
1839
|
-
readonly checkboxPlacement: "left" | "right";
|
|
1840
|
-
readonly showLine: boolean;
|
|
1834
|
+
readonly cancelable: boolean;
|
|
1835
|
+
readonly checkable: boolean;
|
|
1841
1836
|
readonly defaultCheckedKeys: Key[];
|
|
1842
1837
|
readonly defaultSelectedKeys: Key[];
|
|
1843
1838
|
readonly internalTreeSelect: boolean;
|
|
@@ -1846,8 +1841,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1846
1841
|
readonly internalFocusable: boolean;
|
|
1847
1842
|
readonly showIrrelevantNodes: boolean;
|
|
1848
1843
|
readonly expandOnDragenter: boolean;
|
|
1844
|
+
readonly expandOnClick: boolean;
|
|
1849
1845
|
readonly checkOnClick: boolean | CheckOnClick;
|
|
1850
1846
|
readonly blockNode: boolean;
|
|
1847
|
+
readonly blockLine: boolean;
|
|
1848
|
+
readonly showLine: boolean;
|
|
1849
|
+
readonly selectable: boolean;
|
|
1851
1850
|
readonly allowDrop: AllowDrop;
|
|
1851
|
+
readonly checkboxPlacement: "left" | "right";
|
|
1852
1852
|
}, {}>;
|
|
1853
1853
|
export default _default;
|
|
@@ -3069,29 +3069,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3069
3069
|
readonly loading: boolean;
|
|
3070
3070
|
readonly bordered: boolean;
|
|
3071
3071
|
readonly to: string | boolean | HTMLElement;
|
|
3072
|
+
readonly clearable: boolean;
|
|
3073
|
+
readonly defaultValue: string | number | (string | number)[] | null;
|
|
3074
|
+
readonly placement: FollowerPlacement;
|
|
3075
|
+
readonly options: TreeSelectOption[];
|
|
3072
3076
|
readonly show: boolean | undefined;
|
|
3073
3077
|
readonly separator: string;
|
|
3078
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
3074
3079
|
readonly multiple: boolean;
|
|
3075
|
-
readonly labelField: string;
|
|
3076
|
-
readonly virtualScroll: boolean;
|
|
3077
|
-
readonly checkable: boolean;
|
|
3078
|
-
readonly placement: FollowerPlacement;
|
|
3079
|
-
readonly defaultShow: boolean;
|
|
3080
|
-
readonly defaultValue: string | number | (string | number)[] | null;
|
|
3081
3080
|
readonly filterable: boolean;
|
|
3082
|
-
readonly
|
|
3083
|
-
readonly options: TreeSelectOption[];
|
|
3081
|
+
readonly disabledField: string;
|
|
3084
3082
|
readonly clearFilterAfterSelect: boolean;
|
|
3085
|
-
readonly consistentMenuWidth: boolean;
|
|
3086
|
-
readonly childrenField: string;
|
|
3087
|
-
readonly defaultExpandAll: boolean;
|
|
3088
|
-
readonly allowCheckingNotLoaded: boolean;
|
|
3089
3083
|
readonly cascade: boolean;
|
|
3090
|
-
readonly keyField: string;
|
|
3091
|
-
readonly checkStrategy: CheckStrategy;
|
|
3092
|
-
readonly disabledField: string;
|
|
3093
3084
|
readonly leafOnly: boolean;
|
|
3094
3085
|
readonly showPath: boolean;
|
|
3086
|
+
readonly virtualScroll: boolean;
|
|
3087
|
+
readonly checkStrategy: CheckStrategy;
|
|
3088
|
+
readonly labelField: string;
|
|
3089
|
+
readonly childrenField: string;
|
|
3090
|
+
readonly defaultShow: boolean;
|
|
3091
|
+
readonly consistentMenuWidth: boolean;
|
|
3092
|
+
readonly defaultExpandAll: boolean;
|
|
3093
|
+
readonly keyField: string;
|
|
3095
3094
|
readonly defaultExpandedKeys: Key[];
|
|
3095
|
+
readonly checkable: boolean;
|
|
3096
3096
|
}, {}>;
|
|
3097
3097
|
export default _default;
|
|
@@ -20,3 +20,4 @@ export type { OlProps } from './src/ol';
|
|
|
20
20
|
export { default as ULi } from './src/li';
|
|
21
21
|
export { default as UText, textProps } from './src/text';
|
|
22
22
|
export type { TextProps } from './src/text';
|
|
23
|
+
export type { TypographyVariant, TypographyVariantOptions, TypographyVariantWeightsOptions } from '../_internal/typography';
|
|
@@ -659,7 +659,7 @@ declare const _default: (level: "1" | "2" | "3" | "4" | "5" | "6") => import("vu
|
|
|
659
659
|
codeBorder: string;
|
|
660
660
|
}, any>>>;
|
|
661
661
|
}>>, {
|
|
662
|
-
readonly type: "default" | "info" | "
|
|
662
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
663
663
|
readonly alignText: boolean;
|
|
664
664
|
}, {}>;
|
|
665
665
|
export default _default;
|