@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,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars
|
|
8
|
+
// '--u-bezier'
|
|
9
|
+
// '--u-icon-bar-item-size'
|
|
10
|
+
// '--u-icon-bar-item-color'
|
|
11
|
+
// '--u-icon-bar-item-icon-size'
|
|
12
|
+
// '--u-icon-bar-item-label-color'
|
|
13
|
+
// '--u-icon-bar-item-label-size-hover'
|
|
14
|
+
// '--u-icon-bar-item-label-color-hover'
|
|
15
|
+
// '--u-icon-bar-item-color-hover'
|
|
16
|
+
// '--u-icon-bar-item-box-shadow'
|
|
17
|
+
// '--u-icon-bar-item-span'
|
|
18
|
+
// '--u-icon-bar-cols'
|
|
19
|
+
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('icon-bar', `
|
|
20
|
+
justify-content: space-between !important;
|
|
21
|
+
grid-template-columns: repeat(var(--u-icon-bar-cols), var(--u-icon-bar-item-size)) !important;
|
|
22
|
+
`), (0, cssr_1.cB)('icon-bar-item-wrapper', `
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
align-items: center;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
gap: var(--u-icon-bar-item-gap);
|
|
28
|
+
grid-column: span var(--u-icon-bar-item-span)
|
|
29
|
+
`, [(0, cssr_1.cB)('icon-bar-item', `
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: var(--u-icon-bar-item-size);
|
|
32
|
+
background-color: var(--u-icon-bar-item-color);
|
|
33
|
+
border-radius: 16px;
|
|
34
|
+
display: flex;
|
|
35
|
+
align-items: center;
|
|
36
|
+
box-sizing: border-box;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
box-shadow: var(--u-icon-bar-item-box-shadow);
|
|
39
|
+
transition:
|
|
40
|
+
background-color .3s var(--u-bezier),
|
|
41
|
+
transform .3s var(--u-bezier);
|
|
42
|
+
`, [(0, cssr_1.cE)('icon', `
|
|
43
|
+
width: var(--u-icon-bar-item-icon-size);
|
|
44
|
+
height: var(--u-icon-bar-item-icon-size);
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
justify-content: center;
|
|
48
|
+
& > * {
|
|
49
|
+
width: 100%;
|
|
50
|
+
height: 100%;
|
|
51
|
+
}
|
|
52
|
+
`)]), (0, cssr_1.cE)('label', `
|
|
53
|
+
color: var(--u-icon-bar-item-label-color);
|
|
54
|
+
font-weight: 400;
|
|
55
|
+
text-align: center;
|
|
56
|
+
transition:
|
|
57
|
+
font-size .2s var(--u-bezier),
|
|
58
|
+
color .2s var(--u-bezier),
|
|
59
|
+
font-weight .2s var(--u-bezier);
|
|
60
|
+
`), (0, cssr_1.c)('&:hover', [(0, cssr_1.cB)('icon-bar-item', `
|
|
61
|
+
background-color: var(--u-icon-bar-item-color-hover);
|
|
62
|
+
transform: scale(1.04);
|
|
63
|
+
`), (0, cssr_1.cE)('label', `
|
|
64
|
+
font-size: var(--u-icon-bar-item-label-size-hover);
|
|
65
|
+
color: var(--u-icon-bar-item-label-color-hover);
|
|
66
|
+
font-weight: 500;
|
|
67
|
+
`)])])]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const common_1 = require("../../_styles/common");
|
|
4
|
+
const light_1 = require("./light");
|
|
5
|
+
const iconBarDark = {
|
|
6
|
+
name: 'IconBar',
|
|
7
|
+
common: common_1.commonDark,
|
|
8
|
+
self: light_1.self
|
|
9
|
+
};
|
|
10
|
+
exports.default = iconBarDark;
|
|
@@ -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.iconBarLight = exports.iconBarDark = void 0;
|
|
7
|
+
var dark_1 = require("./dark");
|
|
8
|
+
Object.defineProperty(exports, "iconBarDark", { enumerable: true, get: function () { return __importDefault(dark_1).default; } });
|
|
9
|
+
var light_1 = require("./light");
|
|
10
|
+
Object.defineProperty(exports, "iconBarLight", { enumerable: true, get: function () { return __importDefault(light_1).default; } });
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ThemeCommonVars } from '../../_styles/common';
|
|
2
|
+
import type { Theme } from '../../_mixins';
|
|
3
|
+
export declare const self: (vars: ThemeCommonVars) => {
|
|
4
|
+
itemSize: string;
|
|
5
|
+
color: string;
|
|
6
|
+
colorHover: string;
|
|
7
|
+
itemGap: string;
|
|
8
|
+
iconSize: string;
|
|
9
|
+
labelColor: string;
|
|
10
|
+
labelSizeHover: string;
|
|
11
|
+
labelColorHover: string;
|
|
12
|
+
boxShadow: string;
|
|
13
|
+
span: number;
|
|
14
|
+
cols: number;
|
|
15
|
+
};
|
|
16
|
+
export type IconBarThemeVars = ReturnType<typeof self>;
|
|
17
|
+
declare const iconBarLight: Theme<'IconBar', IconBarThemeVars>;
|
|
18
|
+
export default iconBarLight;
|
|
19
|
+
export type IconBarTheme = typeof iconBarLight;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.self = void 0;
|
|
4
|
+
const common_1 = require("../../_styles/common");
|
|
5
|
+
const self = (vars) => {
|
|
6
|
+
const { elementsPrimary, elementsTertiary, brandSecondary400, fontHeadingSmall, transparencySecondary } = vars;
|
|
7
|
+
return {
|
|
8
|
+
itemSize: '200px',
|
|
9
|
+
color: elementsTertiary,
|
|
10
|
+
colorHover: brandSecondary400,
|
|
11
|
+
itemGap: '16px',
|
|
12
|
+
iconSize: '120px',
|
|
13
|
+
labelColor: elementsPrimary,
|
|
14
|
+
labelSizeHover: fontHeadingSmall,
|
|
15
|
+
labelColorHover: elementsPrimary,
|
|
16
|
+
boxShadow: `0 1px 2px ${transparencySecondary}`, // TODO use shadow from variables after it will be added in design
|
|
17
|
+
span: 1,
|
|
18
|
+
cols: 6
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
exports.self = self;
|
|
22
|
+
const iconBarLight = {
|
|
23
|
+
name: 'IconBar',
|
|
24
|
+
common: common_1.commonLight,
|
|
25
|
+
self: exports.self
|
|
26
|
+
};
|
|
27
|
+
exports.default = iconBarLight;
|
|
@@ -102,6 +102,6 @@ export declare const UIconWrapper: import("vue").DefineComponent<{
|
|
|
102
102
|
}>>, {
|
|
103
103
|
readonly borderRadius: number;
|
|
104
104
|
readonly size: number;
|
|
105
|
-
readonly variant: IconWrapperVariant;
|
|
106
105
|
readonly pulseSize: number;
|
|
106
|
+
readonly variant: IconWrapperVariant;
|
|
107
107
|
}, {}>;
|
package/lib/input/src/Input.d.ts
CHANGED
|
@@ -1100,24 +1100,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1100
1100
|
disabled: boolean | undefined;
|
|
1101
1101
|
loading: boolean;
|
|
1102
1102
|
bordered: boolean | undefined;
|
|
1103
|
-
round: boolean;
|
|
1104
|
-
autofocus: boolean;
|
|
1105
|
-
uppercase: boolean;
|
|
1106
|
-
defaultValue: string | [string, string] | null;
|
|
1107
1103
|
clearable: boolean;
|
|
1104
|
+
defaultValue: string | [string, string] | null;
|
|
1105
|
+
round: boolean;
|
|
1108
1106
|
loadingSkeleton: boolean;
|
|
1107
|
+
stateful: boolean;
|
|
1108
|
+
resizable: boolean;
|
|
1109
|
+
pair: boolean;
|
|
1110
|
+
rows: string | number;
|
|
1109
1111
|
autosize: boolean | {
|
|
1110
1112
|
minRows?: number;
|
|
1111
1113
|
maxRows?: number;
|
|
1112
1114
|
};
|
|
1113
|
-
resizable: boolean;
|
|
1114
|
-
pair: boolean;
|
|
1115
1115
|
autocomplete: boolean;
|
|
1116
|
-
rows: string | number;
|
|
1117
1116
|
copyable: boolean;
|
|
1117
|
+
uppercase: boolean;
|
|
1118
1118
|
readonly: string | boolean;
|
|
1119
1119
|
passivelyActivated: boolean;
|
|
1120
|
-
|
|
1120
|
+
autofocus: boolean;
|
|
1121
1121
|
showCount: boolean;
|
|
1122
1122
|
attrSize: number;
|
|
1123
1123
|
internalDeactivateOnEnter: boolean;
|
|
@@ -3102,15 +3102,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3102
3102
|
disabled: boolean | undefined;
|
|
3103
3103
|
loading: boolean;
|
|
3104
3104
|
bordered: boolean | undefined;
|
|
3105
|
-
step: string | number;
|
|
3106
|
-
autofocus: boolean;
|
|
3107
|
-
defaultValue: number | null;
|
|
3108
3105
|
clearable: boolean;
|
|
3106
|
+
defaultValue: number | null;
|
|
3109
3107
|
keyboard: {
|
|
3110
3108
|
ArrowUp?: boolean;
|
|
3111
3109
|
ArrowDown?: boolean;
|
|
3112
3110
|
};
|
|
3113
3111
|
readonly: boolean;
|
|
3112
|
+
autofocus: boolean;
|
|
3113
|
+
step: string | number;
|
|
3114
3114
|
showButton: boolean;
|
|
3115
3115
|
buttonPlacement: "right" | "both";
|
|
3116
3116
|
updateValueOnInput: boolean;
|
|
@@ -863,9 +863,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
863
863
|
length: number;
|
|
864
864
|
disabled: boolean;
|
|
865
865
|
placeholder: string;
|
|
866
|
-
mask: boolean;
|
|
867
866
|
block: boolean;
|
|
868
867
|
defaultValue: string[];
|
|
869
868
|
readonly: boolean;
|
|
869
|
+
mask: boolean;
|
|
870
870
|
}, SlotsType<InputOtpSlots>>;
|
|
871
871
|
export default _default;
|
|
@@ -482,11 +482,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
482
482
|
bordered: boolean;
|
|
483
483
|
position: "absolute" | "static";
|
|
484
484
|
contentStyle: string | CSSProperties;
|
|
485
|
-
inverted: boolean;
|
|
486
485
|
collapsed: boolean | undefined;
|
|
487
|
-
showTrigger: boolean | "bar" | "sidebar" | "arrow-circle";
|
|
488
486
|
nativeScrollbar: boolean;
|
|
487
|
+
inverted: boolean;
|
|
489
488
|
collapsedWidth: number;
|
|
489
|
+
showTrigger: boolean | "bar" | "arrow-circle" | "sidebar";
|
|
490
490
|
collapseMode: "width" | "transform";
|
|
491
491
|
defaultCollapsed: boolean;
|
|
492
492
|
showCollapsedContent: boolean;
|
|
@@ -15,7 +15,7 @@ export declare const rowProps: {
|
|
|
15
15
|
readonly alignItems: StringConstructor;
|
|
16
16
|
readonly justifyContent: StringConstructor;
|
|
17
17
|
};
|
|
18
|
-
export declare const rowPropKeys: ("
|
|
18
|
+
export declare const rowPropKeys: ("justifyContent" | "gutter" | "alignItems")[];
|
|
19
19
|
export type RowProps = ExtractPublicPropTypes<typeof rowProps>;
|
|
20
20
|
declare const _default: import("vue").DefineComponent<{
|
|
21
21
|
readonly gutter: {
|
|
@@ -4078,9 +4078,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4078
4078
|
}>>, {
|
|
4079
4079
|
readonly filter: Filter;
|
|
4080
4080
|
readonly disabled: boolean | undefined;
|
|
4081
|
-
readonly virtualScroll: boolean;
|
|
4082
4081
|
readonly defaultValue: OptionValue[] | null;
|
|
4083
|
-
readonly filterable: boolean;
|
|
4084
4082
|
readonly options: Option[];
|
|
4083
|
+
readonly filterable: boolean;
|
|
4084
|
+
readonly virtualScroll: boolean;
|
|
4085
4085
|
}, {}>;
|
|
4086
4086
|
export default _default;
|
package/lib/list/src/List.d.ts
CHANGED
|
@@ -303,18 +303,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
303
303
|
bordered: boolean;
|
|
304
304
|
tag: string;
|
|
305
305
|
showIcon: boolean;
|
|
306
|
+
rounded: boolean;
|
|
306
307
|
size: import("./interface").Size;
|
|
307
308
|
header: import("./interface").RenderableType;
|
|
308
309
|
loadingSkeleton: boolean;
|
|
309
|
-
clickable: boolean;
|
|
310
|
-
rounded: boolean;
|
|
311
310
|
hoverable: boolean;
|
|
312
|
-
showDivider: boolean;
|
|
313
|
-
descriptionFirst: boolean;
|
|
314
|
-
columnsEven: boolean;
|
|
315
311
|
headerSide: import("./interface").RenderableType;
|
|
316
312
|
descriptionSide: import("./interface").RenderableType;
|
|
317
|
-
|
|
313
|
+
descriptionFirst: boolean;
|
|
314
|
+
columnsEven: boolean;
|
|
318
315
|
itemTag: string;
|
|
316
|
+
clickable: boolean;
|
|
317
|
+
showDivider: boolean;
|
|
318
|
+
onPress: import("../../_utils").ArrayEmptyHandler | undefined;
|
|
319
319
|
}, {}>;
|
|
320
320
|
export default _default;
|
|
@@ -168,15 +168,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
loading: boolean;
|
|
169
169
|
tag: string;
|
|
170
170
|
showIcon: boolean;
|
|
171
|
-
badge: import("../../badge").BadgeProps;
|
|
172
|
-
loadingSkeleton: boolean;
|
|
173
171
|
rounded: boolean;
|
|
172
|
+
loadingSkeleton: boolean;
|
|
174
173
|
hoverable: boolean;
|
|
175
174
|
descriptionFirst: boolean;
|
|
176
175
|
columnsEven: boolean;
|
|
177
176
|
onPress: ArrayEmptyHandler | undefined;
|
|
178
|
-
|
|
179
|
-
|
|
177
|
+
badge: import("../../badge").BadgeProps;
|
|
178
|
+
prefixAlign: "center" | "start" | "end";
|
|
179
|
+
suffixAlign: "center" | "start" | "end";
|
|
180
180
|
loadingPrefix: boolean;
|
|
181
181
|
loadingSuffix: boolean;
|
|
182
182
|
}, {}>;
|
|
@@ -133,7 +133,17 @@ const arDZ = {
|
|
|
133
133
|
closeButtonText: 'Close chat',
|
|
134
134
|
shareButtonTooltip: 'Share chat',
|
|
135
135
|
profileButtonTooltip: 'View profile',
|
|
136
|
-
unreadNotificationText: 'new messages'
|
|
136
|
+
unreadNotificationText: 'new messages',
|
|
137
|
+
editText: 'Edit',
|
|
138
|
+
copyText: 'Copy',
|
|
139
|
+
deleteText: 'Delete',
|
|
140
|
+
editingTitle: 'Editing'
|
|
141
|
+
},
|
|
142
|
+
Header: {
|
|
143
|
+
desktopSearchTitle: 'Search',
|
|
144
|
+
searchPlaceholder: 'Search the site',
|
|
145
|
+
primaryActionText: 'Become a client',
|
|
146
|
+
secondaryActionText: 'Go to the application'
|
|
137
147
|
}
|
|
138
148
|
};
|
|
139
149
|
exports.default = arDZ;
|
|
@@ -133,7 +133,17 @@ const deDE = {
|
|
|
133
133
|
closeButtonText: 'Close chat',
|
|
134
134
|
shareButtonTooltip: 'Share chat',
|
|
135
135
|
profileButtonTooltip: 'View profile',
|
|
136
|
-
unreadNotificationText: 'new messages'
|
|
136
|
+
unreadNotificationText: 'new messages',
|
|
137
|
+
editText: 'Edit',
|
|
138
|
+
copyText: 'Copy',
|
|
139
|
+
deleteText: 'Delete',
|
|
140
|
+
editingTitle: 'Editing'
|
|
141
|
+
},
|
|
142
|
+
Header: {
|
|
143
|
+
desktopSearchTitle: 'Search',
|
|
144
|
+
searchPlaceholder: 'Search the site',
|
|
145
|
+
primaryActionText: 'Become a client',
|
|
146
|
+
secondaryActionText: 'Go to the application'
|
|
137
147
|
}
|
|
138
148
|
};
|
|
139
149
|
exports.default = deDE;
|
|
@@ -134,7 +134,17 @@ const enGB = {
|
|
|
134
134
|
closeButtonText: 'Close chat',
|
|
135
135
|
shareButtonTooltip: 'Share chat',
|
|
136
136
|
profileButtonTooltip: 'View profile',
|
|
137
|
-
unreadNotificationText: 'new messages'
|
|
137
|
+
unreadNotificationText: 'new messages',
|
|
138
|
+
editText: 'Edit',
|
|
139
|
+
copyText: 'Copy',
|
|
140
|
+
deleteText: 'Delete',
|
|
141
|
+
editingTitle: 'Editing'
|
|
142
|
+
},
|
|
143
|
+
Header: {
|
|
144
|
+
desktopSearchTitle: 'Search',
|
|
145
|
+
searchPlaceholder: 'Search the site',
|
|
146
|
+
primaryActionText: 'Become a client',
|
|
147
|
+
secondaryActionText: 'Go to the application'
|
|
138
148
|
}
|
|
139
149
|
};
|
|
140
150
|
exports.default = enGB;
|
|
@@ -132,6 +132,16 @@ declare const enUS: {
|
|
|
132
132
|
shareButtonTooltip: string;
|
|
133
133
|
profileButtonTooltip: string;
|
|
134
134
|
unreadNotificationText: string;
|
|
135
|
+
editText: string;
|
|
136
|
+
copyText: string;
|
|
137
|
+
deleteText: string;
|
|
138
|
+
editingTitle: string;
|
|
139
|
+
};
|
|
140
|
+
Header: {
|
|
141
|
+
desktopSearchTitle: string;
|
|
142
|
+
searchPlaceholder: string;
|
|
143
|
+
primaryActionText: string;
|
|
144
|
+
secondaryActionText: string;
|
|
135
145
|
};
|
|
136
146
|
};
|
|
137
147
|
export type ULocale = typeof enUS;
|
|
@@ -134,7 +134,17 @@ const enUS = {
|
|
|
134
134
|
closeButtonText: 'Close chat',
|
|
135
135
|
shareButtonTooltip: 'Share chat',
|
|
136
136
|
profileButtonTooltip: 'View profile',
|
|
137
|
-
unreadNotificationText: 'new messages'
|
|
137
|
+
unreadNotificationText: 'new messages',
|
|
138
|
+
editText: 'Edit',
|
|
139
|
+
copyText: 'Copy',
|
|
140
|
+
deleteText: 'Delete',
|
|
141
|
+
editingTitle: 'Editing'
|
|
142
|
+
},
|
|
143
|
+
Header: {
|
|
144
|
+
desktopSearchTitle: 'Search',
|
|
145
|
+
searchPlaceholder: 'Search the site',
|
|
146
|
+
primaryActionText: 'Become a client',
|
|
147
|
+
secondaryActionText: 'Go to the application'
|
|
138
148
|
}
|
|
139
149
|
};
|
|
140
150
|
exports.default = enUS;
|
package/lib/locales/common/eo.js
CHANGED
|
@@ -135,7 +135,17 @@ const eo = {
|
|
|
135
135
|
closeButtonText: 'Close chat',
|
|
136
136
|
shareButtonTooltip: 'Share chat',
|
|
137
137
|
profileButtonTooltip: 'View profile',
|
|
138
|
-
unreadNotificationText: 'new messages'
|
|
138
|
+
unreadNotificationText: 'new messages',
|
|
139
|
+
editText: 'Edit',
|
|
140
|
+
copyText: 'Copy',
|
|
141
|
+
deleteText: 'Delete',
|
|
142
|
+
editingTitle: 'Editing'
|
|
143
|
+
},
|
|
144
|
+
Header: {
|
|
145
|
+
desktopSearchTitle: 'Search',
|
|
146
|
+
searchPlaceholder: 'Search the site',
|
|
147
|
+
primaryActionText: 'Become a client',
|
|
148
|
+
secondaryActionText: 'Go to the application'
|
|
139
149
|
}
|
|
140
150
|
};
|
|
141
151
|
exports.default = eo;
|
|
@@ -137,7 +137,17 @@ const esAR = {
|
|
|
137
137
|
closeButtonText: 'Close chat',
|
|
138
138
|
shareButtonTooltip: 'Share chat',
|
|
139
139
|
profileButtonTooltip: 'View profile',
|
|
140
|
-
unreadNotificationText: 'new messages'
|
|
140
|
+
unreadNotificationText: 'new messages',
|
|
141
|
+
editText: 'Edit',
|
|
142
|
+
copyText: 'Copy',
|
|
143
|
+
deleteText: 'Delete',
|
|
144
|
+
editingTitle: 'Editing'
|
|
145
|
+
},
|
|
146
|
+
Header: {
|
|
147
|
+
desktopSearchTitle: 'Search',
|
|
148
|
+
searchPlaceholder: 'Search the site',
|
|
149
|
+
primaryActionText: 'Become a client',
|
|
150
|
+
secondaryActionText: 'Go to the application'
|
|
141
151
|
}
|
|
142
152
|
};
|
|
143
153
|
exports.default = esAR;
|
|
@@ -133,7 +133,17 @@ const faIR = {
|
|
|
133
133
|
closeButtonText: 'Close chat',
|
|
134
134
|
shareButtonTooltip: 'Share chat',
|
|
135
135
|
profileButtonTooltip: 'View profile',
|
|
136
|
-
unreadNotificationText: 'new messages'
|
|
136
|
+
unreadNotificationText: 'new messages',
|
|
137
|
+
editText: 'Edit',
|
|
138
|
+
copyText: 'Copy',
|
|
139
|
+
deleteText: 'Delete',
|
|
140
|
+
editingTitle: 'Editing'
|
|
141
|
+
},
|
|
142
|
+
Header: {
|
|
143
|
+
desktopSearchTitle: 'Search',
|
|
144
|
+
searchPlaceholder: 'Search the site',
|
|
145
|
+
primaryActionText: 'Become a client',
|
|
146
|
+
secondaryActionText: 'Go to the application'
|
|
137
147
|
}
|
|
138
148
|
};
|
|
139
149
|
exports.default = faIR;
|
|
@@ -133,7 +133,17 @@ const frFR = {
|
|
|
133
133
|
closeButtonText: 'Close chat',
|
|
134
134
|
shareButtonTooltip: 'Share chat',
|
|
135
135
|
profileButtonTooltip: 'View profile',
|
|
136
|
-
unreadNotificationText: 'new messages'
|
|
136
|
+
unreadNotificationText: 'new messages',
|
|
137
|
+
editText: 'Edit',
|
|
138
|
+
copyText: 'Copy',
|
|
139
|
+
deleteText: 'Delete',
|
|
140
|
+
editingTitle: 'Editing'
|
|
141
|
+
},
|
|
142
|
+
Header: {
|
|
143
|
+
desktopSearchTitle: 'Search',
|
|
144
|
+
searchPlaceholder: 'Search the site',
|
|
145
|
+
primaryActionText: 'Become a client',
|
|
146
|
+
secondaryActionText: 'Go to the application'
|
|
137
147
|
}
|
|
138
148
|
};
|
|
139
149
|
exports.default = frFR;
|
|
@@ -137,7 +137,17 @@ const idID = {
|
|
|
137
137
|
closeButtonText: 'Close chat',
|
|
138
138
|
shareButtonTooltip: 'Share chat',
|
|
139
139
|
profileButtonTooltip: 'View profile',
|
|
140
|
-
unreadNotificationText: 'new messages'
|
|
140
|
+
unreadNotificationText: 'new messages',
|
|
141
|
+
editText: 'Edit',
|
|
142
|
+
copyText: 'Copy',
|
|
143
|
+
deleteText: 'Delete',
|
|
144
|
+
editingTitle: 'Editing'
|
|
145
|
+
},
|
|
146
|
+
Header: {
|
|
147
|
+
desktopSearchTitle: 'Search',
|
|
148
|
+
searchPlaceholder: 'Search the site',
|
|
149
|
+
primaryActionText: 'Become a client',
|
|
150
|
+
secondaryActionText: 'Go to the application'
|
|
141
151
|
}
|
|
142
152
|
};
|
|
143
153
|
exports.default = idID;
|
|
@@ -136,7 +136,17 @@ const itIT = {
|
|
|
136
136
|
closeButtonText: 'Close chat',
|
|
137
137
|
shareButtonTooltip: 'Share chat',
|
|
138
138
|
profileButtonTooltip: 'View profile',
|
|
139
|
-
unreadNotificationText: 'new messages'
|
|
139
|
+
unreadNotificationText: 'new messages',
|
|
140
|
+
editText: 'Edit',
|
|
141
|
+
copyText: 'Copy',
|
|
142
|
+
deleteText: 'Delete',
|
|
143
|
+
editingTitle: 'Editing'
|
|
144
|
+
},
|
|
145
|
+
Header: {
|
|
146
|
+
desktopSearchTitle: 'Search',
|
|
147
|
+
searchPlaceholder: 'Search the site',
|
|
148
|
+
primaryActionText: 'Become a client',
|
|
149
|
+
secondaryActionText: 'Go to the application'
|
|
140
150
|
}
|
|
141
151
|
};
|
|
142
152
|
exports.default = itIT;
|
|
@@ -136,7 +136,17 @@ const jaJP = {
|
|
|
136
136
|
closeButtonText: 'Close chat',
|
|
137
137
|
shareButtonTooltip: 'Share chat',
|
|
138
138
|
profileButtonTooltip: 'View profile',
|
|
139
|
-
unreadNotificationText: 'new messages'
|
|
139
|
+
unreadNotificationText: 'new messages',
|
|
140
|
+
editText: 'Edit',
|
|
141
|
+
copyText: 'Copy',
|
|
142
|
+
deleteText: 'Delete',
|
|
143
|
+
editingTitle: 'Editing'
|
|
144
|
+
},
|
|
145
|
+
Header: {
|
|
146
|
+
desktopSearchTitle: 'Search',
|
|
147
|
+
searchPlaceholder: 'Search the site',
|
|
148
|
+
primaryActionText: 'Become a client',
|
|
149
|
+
secondaryActionText: 'Go to the application'
|
|
140
150
|
}
|
|
141
151
|
};
|
|
142
152
|
exports.default = jaJP;
|
|
@@ -136,7 +136,17 @@ const koKR = {
|
|
|
136
136
|
closeButtonText: 'Close chat',
|
|
137
137
|
shareButtonTooltip: 'Share chat',
|
|
138
138
|
profileButtonTooltip: 'View profile',
|
|
139
|
-
unreadNotificationText: 'new messages'
|
|
139
|
+
unreadNotificationText: 'new messages',
|
|
140
|
+
editText: 'Edit',
|
|
141
|
+
copyText: 'Copy',
|
|
142
|
+
deleteText: 'Delete',
|
|
143
|
+
editingTitle: 'Editing'
|
|
144
|
+
},
|
|
145
|
+
Header: {
|
|
146
|
+
desktopSearchTitle: 'Search',
|
|
147
|
+
searchPlaceholder: 'Search the site',
|
|
148
|
+
primaryActionText: 'Become a client',
|
|
149
|
+
secondaryActionText: 'Go to the application'
|
|
140
150
|
}
|
|
141
151
|
};
|
|
142
152
|
exports.default = koKR;
|
|
@@ -137,7 +137,17 @@ const nbNO = {
|
|
|
137
137
|
closeButtonText: 'Close chat',
|
|
138
138
|
shareButtonTooltip: 'Share chat',
|
|
139
139
|
profileButtonTooltip: 'View profile',
|
|
140
|
-
unreadNotificationText: 'new messages'
|
|
140
|
+
unreadNotificationText: 'new messages',
|
|
141
|
+
editText: 'Edit',
|
|
142
|
+
copyText: 'Copy',
|
|
143
|
+
deleteText: 'Delete',
|
|
144
|
+
editingTitle: 'Editing'
|
|
145
|
+
},
|
|
146
|
+
Header: {
|
|
147
|
+
desktopSearchTitle: 'Search',
|
|
148
|
+
searchPlaceholder: 'Search the site',
|
|
149
|
+
primaryActionText: 'Become a client',
|
|
150
|
+
secondaryActionText: 'Go to the application'
|
|
141
151
|
}
|
|
142
152
|
};
|
|
143
153
|
exports.default = nbNO;
|
|
@@ -135,7 +135,17 @@ const nlNL = {
|
|
|
135
135
|
closeButtonText: 'Close chat',
|
|
136
136
|
shareButtonTooltip: 'Share chat',
|
|
137
137
|
profileButtonTooltip: 'View profile',
|
|
138
|
-
unreadNotificationText: 'new messages'
|
|
138
|
+
unreadNotificationText: 'new messages',
|
|
139
|
+
editText: 'Edit',
|
|
140
|
+
copyText: 'Copy',
|
|
141
|
+
deleteText: 'Delete',
|
|
142
|
+
editingTitle: 'Editing'
|
|
143
|
+
},
|
|
144
|
+
Header: {
|
|
145
|
+
desktopSearchTitle: 'Search',
|
|
146
|
+
searchPlaceholder: 'Search the site',
|
|
147
|
+
primaryActionText: 'Become a client',
|
|
148
|
+
secondaryActionText: 'Go to the application'
|
|
139
149
|
}
|
|
140
150
|
};
|
|
141
151
|
exports.default = nlNL;
|
|
@@ -136,7 +136,17 @@ const plPL = {
|
|
|
136
136
|
closeButtonText: 'Close chat',
|
|
137
137
|
shareButtonTooltip: 'Share chat',
|
|
138
138
|
profileButtonTooltip: 'View profile',
|
|
139
|
-
unreadNotificationText: 'new messages'
|
|
139
|
+
unreadNotificationText: 'new messages',
|
|
140
|
+
editText: 'Edit',
|
|
141
|
+
copyText: 'Copy',
|
|
142
|
+
deleteText: 'Delete',
|
|
143
|
+
editingTitle: 'Editing'
|
|
144
|
+
},
|
|
145
|
+
Header: {
|
|
146
|
+
desktopSearchTitle: 'Search',
|
|
147
|
+
searchPlaceholder: 'Search the site',
|
|
148
|
+
primaryActionText: 'Become a client',
|
|
149
|
+
secondaryActionText: 'Go to the application'
|
|
140
150
|
}
|
|
141
151
|
};
|
|
142
152
|
exports.default = plPL;
|
|
@@ -133,7 +133,17 @@ const ptBR = {
|
|
|
133
133
|
closeButtonText: 'Close chat',
|
|
134
134
|
shareButtonTooltip: 'Share chat',
|
|
135
135
|
profileButtonTooltip: 'View profile',
|
|
136
|
-
unreadNotificationText: 'new messages'
|
|
136
|
+
unreadNotificationText: 'new messages',
|
|
137
|
+
editText: 'Edit',
|
|
138
|
+
copyText: 'Copy',
|
|
139
|
+
deleteText: 'Delete',
|
|
140
|
+
editingTitle: 'Editing'
|
|
141
|
+
},
|
|
142
|
+
Header: {
|
|
143
|
+
desktopSearchTitle: 'Search',
|
|
144
|
+
searchPlaceholder: 'Search the site',
|
|
145
|
+
primaryActionText: 'Become a client',
|
|
146
|
+
secondaryActionText: 'Go to the application'
|
|
137
147
|
}
|
|
138
148
|
};
|
|
139
149
|
exports.default = ptBR;
|