@layers-app/shared 0.4.7 → 0.4.9
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/assets/default-workspace-avatar.jpg.js +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +32 -32
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- package/dist/components/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +76 -71
- package/dist/components/AppContainer/AppContainer.module.css.js +14 -14
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +77 -49
- package/dist/components/AppContainer/components/NavbarContent.d.ts.map +1 -1
- package/dist/components/AppContainer/components/NavbarContent.js +16 -2
- package/dist/components/AppContainer/components/ToolSidebar.d.ts +5 -0
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +42 -30
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +90 -90
- package/dist/components/AppContainer/types.d.ts +12 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +59 -52
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +1 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +16 -15
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +22 -22
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts +3 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +237 -93
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +22 -20
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -4
- package/dist/components/Chat/CallMessage/CallMessage.module.css.js +8 -8
- package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +1 -1
- package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +1 -1
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +44 -44
- package/dist/components/Chat/ChatInput/index.d.ts +13 -1
- package/dist/components/Chat/ChatInput/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatInput/index.js +264 -164
- package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts +16 -0
- package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/useVoiceRecorder.js +83 -0
- package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +4 -4
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +20 -16
- package/dist/components/Chat/ChatMessage/index.d.ts +16 -0
- package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatMessage/index.js +153 -118
- package/dist/components/Chat/ChatPill/ChatPill.module.css.js +1 -1
- package/dist/components/Chat/DialogItem/DialogItem.module.css.js +4 -4
- package/dist/components/Chat/DialogList/DialogList.module.css.js +1 -1
- package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +4 -4
- package/dist/components/Chat/MessageActions/MessageActions.module.css.js +1 -1
- package/dist/components/Chat/MessageActions/index.d.ts +2 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageActions/index.js +188 -50
- package/dist/components/Chat/MessageAuthor/index.d.ts +7 -1
- package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageAuthor/index.js +39 -25
- package/dist/components/Chat/MessageForward/MessageForward.module.css.js +1 -1
- package/dist/components/Chat/MessageList/MessageList.module.css.js +14 -12
- package/dist/components/Chat/MessageList/index.d.ts +17 -25
- package/dist/components/Chat/MessageList/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageList/index.js +201 -149
- package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +3 -3
- package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +12 -12
- package/dist/components/Chat/MessageReply/MessageReply.module.css.js +7 -7
- package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +8 -8
- package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +1 -1
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.module.css.js +32 -26
- package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerList.js +83 -72
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +1 -0
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +94 -85
- package/dist/components/ColorPicker/icons.js +5 -5
- package/dist/components/ColorPicker/types.d.ts +6 -0
- package/dist/components/ColorPicker/types.d.ts.map +1 -1
- package/dist/components/ColorPicker/types.js +53 -11
- package/dist/components/ColorPicker/useRecentColors.d.ts +3 -1
- package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -1
- package/dist/components/ColorPicker/useRecentColors.js +43 -20
- package/dist/components/CommentComposer/CommentComposer.module.css.js +14 -10
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +2 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +29 -26
- package/dist/components/CommentComposer/index.d.ts +2 -1
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +333 -313
- package/dist/components/CommentComposer/types.d.ts +10 -0
- package/dist/components/CommentComposer/types.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/CustomKBD/index.js +21 -22
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +129 -121
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.d.ts +3 -4
- package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
- package/dist/components/EntityTitle/EntityTitle.js +81 -80
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.module.css.js +7 -7
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +33 -17
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/InfiniteScroll.d.ts +12 -0
- package/dist/components/Notification/InfiniteScroll.d.ts.map +1 -0
- package/dist/components/Notification/InfiniteScroll.js +42 -0
- package/dist/components/Notification/Notification.d.ts +4 -1
- package/dist/components/Notification/Notification.d.ts.map +1 -1
- package/dist/components/Notification/Notification.module.css.js +28 -4
- package/dist/components/Notification/atoms/ActionBadge.d.ts +11 -0
- package/dist/components/Notification/atoms/ActionBadge.d.ts.map +1 -0
- package/dist/components/Notification/atoms/ActionBadge.js +53 -0
- package/dist/components/Notification/atoms/ArchiveIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/ArchiveIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/ArchiveIcon.js +40 -0
- package/dist/components/Notification/atoms/InboxIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/InboxIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/InboxIcon.js +33 -0
- package/dist/components/Notification/atoms/MarkReadIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/MarkReadIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/MarkReadIcon.js +33 -0
- package/dist/components/Notification/atoms/ResourceIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/ResourceIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/TabBadge.d.ts +7 -0
- package/dist/components/Notification/atoms/TabBadge.d.ts.map +1 -0
- package/dist/components/Notification/atoms/TabBadge.js +32 -0
- package/dist/components/Notification/atoms/UnreadDot.d.ts +6 -0
- package/dist/components/Notification/atoms/UnreadDot.d.ts.map +1 -0
- package/dist/components/Notification/atoms/UnreadDot.js +23 -0
- package/dist/components/Notification/atoms/index.d.ts +5 -0
- package/dist/components/Notification/atoms/index.d.ts.map +1 -0
- package/dist/components/Notification/hooks/index.d.ts +8 -0
- package/dist/components/Notification/hooks/index.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxActions.d.ts +12 -0
- package/dist/components/Notification/hooks/useInboxActions.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxActions.js +58 -0
- package/dist/components/Notification/hooks/useInboxLoader.d.ts +8 -0
- package/dist/components/Notification/hooks/useInboxLoader.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxLoader.js +49 -0
- package/dist/components/Notification/hooks/useNotificationItem.d.ts +26 -0
- package/dist/components/Notification/hooks/useNotificationItem.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationItem.js +51 -0
- package/dist/components/Notification/hooks/useNotificationStore.d.ts +49 -0
- package/dist/components/Notification/hooks/useNotificationStore.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationStore.js +139 -0
- package/dist/components/Notification/hooks/useNotificationStream.d.ts +2 -0
- package/dist/components/Notification/hooks/useNotificationStream.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationStream.js +86 -0
- package/dist/components/Notification/hooks/useNotificationTime.d.ts +2 -0
- package/dist/components/Notification/hooks/useNotificationTime.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationTime.js +23 -0
- package/dist/components/Notification/hooks/useNotificationsApi.d.ts +25 -0
- package/dist/components/Notification/hooks/useNotificationsApi.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationsApi.js +64 -0
- package/dist/components/Notification/lib/api.d.ts +4 -0
- package/dist/components/Notification/lib/api.d.ts.map +1 -0
- package/dist/components/Notification/lib/api.js +19 -0
- package/dist/components/Notification/lib/index.d.ts +5 -0
- package/dist/components/Notification/lib/index.d.ts.map +1 -0
- package/dist/components/Notification/lib/notificationText.d.ts +10 -0
- package/dist/components/Notification/lib/notificationText.d.ts.map +1 -0
- package/dist/components/Notification/lib/notificationText.js +131 -0
- package/dist/components/Notification/lib/stripHtml.d.ts +2 -0
- package/dist/components/Notification/lib/stripHtml.d.ts.map +1 -0
- package/dist/components/Notification/lib/stripHtml.js +6 -0
- package/dist/components/Notification/lib/types.d.ts +45 -0
- package/dist/components/Notification/lib/types.d.ts.map +1 -0
- package/dist/components/Notification/lib/types.js +9 -0
- package/dist/components/Notification/molecules/InboxEmpty.d.ts +8 -0
- package/dist/components/Notification/molecules/InboxEmpty.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxEmpty.js +21 -0
- package/dist/components/Notification/molecules/InboxHeader.d.ts +17 -0
- package/dist/components/Notification/molecules/InboxHeader.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxHeader.js +73 -0
- package/dist/components/Notification/molecules/InboxTabs.d.ts +15 -0
- package/dist/components/Notification/molecules/InboxTabs.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxTabs.js +60 -0
- package/dist/components/Notification/molecules/NotificationActions.d.ts +9 -0
- package/dist/components/Notification/molecules/NotificationActions.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationActions.js +64 -0
- package/dist/components/Notification/molecules/NotificationAvatar.d.ts +17 -0
- package/dist/components/Notification/molecules/NotificationAvatar.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationAvatar.js +38 -0
- package/dist/components/Notification/molecules/NotificationContent.d.ts +22 -0
- package/dist/components/Notification/molecules/NotificationContent.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationContent.js +183 -0
- package/dist/components/Notification/molecules/index.d.ts +7 -0
- package/dist/components/Notification/molecules/index.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxItem.d.ts +14 -0
- package/dist/components/Notification/organisms/InboxItem.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxItem.js +100 -0
- package/dist/components/Notification/organisms/InboxPanel.d.ts +4 -0
- package/dist/components/Notification/organisms/InboxPanel.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxPanel.js +99 -0
- package/dist/components/Notification/organisms/index.d.ts +3 -0
- package/dist/components/Notification/organisms/index.d.ts.map +1 -0
- package/dist/components/PillTabs/PillTabs.module.css.js +1 -1
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/modals/RemoveConfirmModal.js +27 -26
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/envConfig.d.ts +2 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +29 -28
- package/dist/helpers/getFileIcons.js +5 -5
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +11 -1
- package/dist/helpers/platform.d.ts +1 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +1 -0
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDateUtils.d.ts +3 -1
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +23 -18
- package/dist/index.css +1 -1
- package/dist/index.js +595 -588
- package/dist/lang/locales/ui_en.json.js +9 -7
- package/dist/lang/locales/ui_es.json.js +6 -4
- package/dist/lang/locales/ui_ru.json.js +8 -6
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.context.js +15 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.js +228 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.module.css.js +4 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioControls.js +19 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioMuteButton.js +30 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioPlayButton.js +40 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSkipButton.js +28 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpectrum.js +137 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpeedControl.js +31 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeDisplay.js +44 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeline.js +71 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioVolumeSlider.js +43 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioWaveform.js +166 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/use-audio.js +201 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.context.js +15 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.js +272 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.module.css.js +4 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoCaptionsButton.js +55 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoControls.js +30 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoFullscreenButton.js +31 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoMuteButton.js +29 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPiPButton.js +29 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPlayButton.js +28 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoSkipButton.js +27 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeDisplay.js +44 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeline.js +70 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/use-video.js +170 -0
- package/docs/README.md +499 -499
- package/package.json +81 -79
- package/dist/components/Notification/Notification.js +0 -119
- package/dist/components/Notification/NotificationCard.d.ts +0 -10
- package/dist/components/Notification/NotificationCard.d.ts.map +0 -1
- package/dist/components/Notification/NotificationCard.js +0 -93
|
@@ -1,80 +1,108 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { openSearchModal as
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useState as v } from "react";
|
|
3
|
+
import { useTranslation as k } from "react-i18next";
|
|
4
|
+
import { Search01Icon as I } from "@hugeicons/core-free-icons";
|
|
5
|
+
import { HugeiconsIcon as S } from "@hugeicons/react";
|
|
6
|
+
import { Stack as x, ActionIcon as A, Tooltip as a, Menu as s, Indicator as y } from "@mantine/core";
|
|
7
|
+
import { openSearchModal as z } from "../../../../store/searchModal.js";
|
|
8
|
+
import { InboxIcon as C } from "../../../Notification/atoms/InboxIcon.js";
|
|
9
|
+
import { useNotificationStore as M } from "../../../Notification/hooks/useNotificationStore.js";
|
|
10
|
+
import { useNotificationStream as N } from "../../../Notification/hooks/useNotificationStream.js";
|
|
11
|
+
import { WorkspaceAvatar as p } from "../../../WorkspaceAvatar/WorkspaceAvatar.js";
|
|
12
|
+
import { WorkspaceMenu as D } from "../../../WorkspaceMenu/WorkspaceMenu.js";
|
|
13
|
+
import { useAppContainerDataStore as T } from "../../hooks/useAppContainerDataStore.js";
|
|
14
|
+
import { AppSidebarButton as d } from "../AppSidebarButton.js";
|
|
15
|
+
import { InboxPanel as W } from "../../../Notification/organisms/InboxPanel.js";
|
|
16
|
+
const X = ({
|
|
17
|
+
showSearch: m = !0,
|
|
18
|
+
showLogo: f = !1
|
|
16
19
|
}) => {
|
|
17
|
-
const { t:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
const { t: i } = k("appContainer"), { workspaceMenu: e, isAnonym: t, publicMode: r, navbarDisplayFormat: h } = T(), u = M((g) => g.unreadCounts.all), b = e?.active?.workspaceId;
|
|
21
|
+
N(!t && !r, b);
|
|
22
|
+
const [w, c] = v(!1), n = h === "iconsAndLabels";
|
|
23
|
+
return /* @__PURE__ */ l(x, { gap: 8, align: "center", pb: 8, children: [
|
|
24
|
+
f ? /* @__PURE__ */ o(p, { size: 36 }) : /* @__PURE__ */ o(
|
|
25
|
+
D,
|
|
21
26
|
{
|
|
22
|
-
...
|
|
27
|
+
...e,
|
|
23
28
|
isAnonym: t,
|
|
24
|
-
publicMode:
|
|
25
|
-
children: /* @__PURE__ */
|
|
26
|
-
|
|
29
|
+
publicMode: r,
|
|
30
|
+
children: /* @__PURE__ */ o(
|
|
31
|
+
A,
|
|
27
32
|
{
|
|
28
33
|
"data-cy": "workspace-menu-trigger",
|
|
29
34
|
"data-testid": "workspace-menu-trigger",
|
|
30
35
|
size: "lg",
|
|
31
36
|
variant: "transparent",
|
|
32
37
|
style: { overflow: "visible" },
|
|
33
|
-
children: /* @__PURE__ */
|
|
38
|
+
children: /* @__PURE__ */ o(
|
|
34
39
|
a,
|
|
35
40
|
{
|
|
36
|
-
label:
|
|
37
|
-
disabled: !
|
|
41
|
+
label: e.active?.workspaceName,
|
|
42
|
+
disabled: !e.active?.workspaceName,
|
|
38
43
|
openDelay: 400,
|
|
39
44
|
position: "right",
|
|
40
45
|
withArrow: !0,
|
|
41
|
-
children: /* @__PURE__ */
|
|
46
|
+
children: /* @__PURE__ */ o(p, { workspace: e.active, size: 36 })
|
|
42
47
|
}
|
|
43
48
|
)
|
|
44
49
|
}
|
|
45
50
|
)
|
|
46
51
|
}
|
|
47
52
|
),
|
|
48
|
-
|
|
49
|
-
|
|
53
|
+
m && !t && !r && /* @__PURE__ */ o(a, { label: i("search"), position: "right", disabled: n, children: /* @__PURE__ */ o(
|
|
54
|
+
d,
|
|
50
55
|
{
|
|
51
|
-
title:
|
|
52
|
-
icon: /* @__PURE__ */
|
|
56
|
+
title: n ? i("search") : null,
|
|
57
|
+
icon: /* @__PURE__ */ o(S, { icon: I, size: 20 }),
|
|
53
58
|
onClick: () => {
|
|
54
|
-
|
|
59
|
+
z();
|
|
55
60
|
}
|
|
56
61
|
}
|
|
57
62
|
) }),
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
!t && !r && /* @__PURE__ */ l(
|
|
64
|
+
s,
|
|
65
|
+
{
|
|
66
|
+
position: "right",
|
|
67
|
+
shadow: "md",
|
|
68
|
+
radius: "md",
|
|
69
|
+
offset: 6,
|
|
70
|
+
middlewares: { shift: !0, flip: !1 },
|
|
71
|
+
opened: w,
|
|
72
|
+
onChange: c,
|
|
73
|
+
children: [
|
|
74
|
+
/* @__PURE__ */ o(s.Target, { children: /* @__PURE__ */ o(
|
|
75
|
+
a,
|
|
67
76
|
{
|
|
68
|
-
|
|
69
|
-
|
|
77
|
+
label: i("activity"),
|
|
78
|
+
position: "right",
|
|
79
|
+
disabled: n,
|
|
80
|
+
children: /* @__PURE__ */ o(
|
|
81
|
+
d,
|
|
82
|
+
{
|
|
83
|
+
title: n ? i("activity") : null,
|
|
84
|
+
icon: /* @__PURE__ */ o(
|
|
85
|
+
y,
|
|
86
|
+
{
|
|
87
|
+
size: 8,
|
|
88
|
+
offset: 1,
|
|
89
|
+
position: "top-end",
|
|
90
|
+
zIndex: 1,
|
|
91
|
+
withBorder: !0,
|
|
92
|
+
disabled: u === 0,
|
|
93
|
+
children: /* @__PURE__ */ o(C, { size: 20 })
|
|
94
|
+
}
|
|
95
|
+
)
|
|
96
|
+
}
|
|
97
|
+
)
|
|
70
98
|
}
|
|
71
|
-
)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
99
|
+
) }),
|
|
100
|
+
/* @__PURE__ */ o(s.Dropdown, { w: 440, h: 565, p: 0, children: /* @__PURE__ */ o(W, { onNavigate: () => c(!1) }) })
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
)
|
|
76
104
|
] });
|
|
77
105
|
};
|
|
78
106
|
export {
|
|
79
|
-
|
|
107
|
+
X as TopSection
|
|
80
108
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavbarContent.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/NavbarContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,QAAA,MAAM,aAAa,GAAI,cAAc,iBAAiB,
|
|
1
|
+
{"version":3,"file":"NavbarContent.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/NavbarContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,QAAA,MAAM,aAAa,GAAI,cAAc,iBAAiB,4CAkBrD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { ScrollArea as
|
|
3
|
-
const s = ({ children:
|
|
2
|
+
import { ScrollArea as o, Box as e } from "@mantine/core";
|
|
3
|
+
const s = ({ children: t }) => /* @__PURE__ */ r(
|
|
4
|
+
o,
|
|
5
|
+
{
|
|
6
|
+
styles: {
|
|
7
|
+
content: {
|
|
8
|
+
height: "100%"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
flex: 1,
|
|
12
|
+
scrollbars: "y",
|
|
13
|
+
mih: 0,
|
|
14
|
+
type: "scroll",
|
|
15
|
+
children: /* @__PURE__ */ r(e, { w: "var(--toolbar-width)", h: "100%", children: t })
|
|
16
|
+
}
|
|
17
|
+
);
|
|
4
18
|
export {
|
|
5
19
|
s as default
|
|
6
20
|
};
|
|
@@ -4,6 +4,11 @@ interface ToolSidebarProps extends PropsWithChildren {
|
|
|
4
4
|
onTitleChange?: (title?: string) => void;
|
|
5
5
|
isBeta?: boolean;
|
|
6
6
|
bottomSlot?: React.ReactNode;
|
|
7
|
+
/** When set, the resizer drives this controlled width instead of the store. */
|
|
8
|
+
widthOverride?: number;
|
|
9
|
+
onWidthChange?: (width: number) => void;
|
|
10
|
+
minWidth?: number;
|
|
11
|
+
maxWidth?: number;
|
|
7
12
|
}
|
|
8
13
|
export declare const ToolSidebar: (props: ToolSidebarProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
14
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/ToolSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA8B,MAAM,OAAO,CAAC;AAgCtE,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"ToolSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/ToolSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA8B,MAAM,OAAO,CAAC;AAgCtE,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,+EAA+E;IAC/E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAqMlD,CAAC"}
|
|
@@ -1,24 +1,34 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { useTranslation as
|
|
4
|
-
import { useNavigate as
|
|
5
|
-
import { ActionIcon as
|
|
6
|
-
import { useField as
|
|
7
|
-
import { useMediaQuery as
|
|
8
|
-
import { IconArrowLeft as
|
|
2
|
+
import { useRef as N, useEffect as p, useMemo as P } from "react";
|
|
3
|
+
import { useTranslation as V } from "react-i18next";
|
|
4
|
+
import { useNavigate as k, useParams as D, useLocation as F, matchPath as H } from "react-router-dom";
|
|
5
|
+
import { ActionIcon as M, Title as R, TextInput as j, Flex as b, Text as E, Badge as O, Drawer as Q, Box as q } from "@mantine/core";
|
|
6
|
+
import { useField as G } from "@mantine/form";
|
|
7
|
+
import { useMediaQuery as J } from "@mantine/hooks";
|
|
8
|
+
import { IconArrowLeft as K } from "@tabler/icons-react";
|
|
9
9
|
import { AppShell as v } from "../../AppShell/AppShell.js";
|
|
10
|
-
import { NavbarResizer as
|
|
11
|
-
import { useAppContainerDataStore as
|
|
10
|
+
import { NavbarResizer as U } from "../../NavbarResizer/NavbarResizer.js";
|
|
11
|
+
import { useAppContainerDataStore as X } from "../hooks/useAppContainerDataStore.js";
|
|
12
12
|
import { appContainerStore as n } from "../hooks/useAppContainerStore.js";
|
|
13
13
|
import { SidebarToggleButton as w } from "./SidebarToggleButton.js";
|
|
14
|
-
import { SlideAnimation as
|
|
14
|
+
import { SlideAnimation as Y } from "./SlideAnimation.js";
|
|
15
15
|
import y from "../AppContainer.module.css.js";
|
|
16
|
-
const
|
|
17
|
-
const { t: h } =
|
|
16
|
+
const ce = (T) => {
|
|
17
|
+
const { t: h } = V("appContainer"), {
|
|
18
|
+
children: d,
|
|
19
|
+
navbarTitle: i,
|
|
20
|
+
onTitleChange: r,
|
|
21
|
+
isBeta: C,
|
|
22
|
+
bottomSlot: c,
|
|
23
|
+
widthOverride: S,
|
|
24
|
+
onWidthChange: W,
|
|
25
|
+
minWidth: I,
|
|
26
|
+
maxWidth: z
|
|
27
|
+
} = T, B = k(), { showToolbar: l, toolbarWidth: A } = n.useStore(), { formId: L } = D(), m = N(r);
|
|
18
28
|
p(() => {
|
|
19
29
|
m.current = r;
|
|
20
30
|
}, [r]);
|
|
21
|
-
const f =
|
|
31
|
+
const f = G({
|
|
22
32
|
initialValue: i || "",
|
|
23
33
|
onValueChange: (o) => {
|
|
24
34
|
m.current?.(o);
|
|
@@ -27,7 +37,7 @@ const se = (T) => {
|
|
|
27
37
|
p(() => {
|
|
28
38
|
f.setValue(i || "");
|
|
29
39
|
}, [i]);
|
|
30
|
-
const a =
|
|
40
|
+
const a = F(), u = X((o) => o.tools), s = P(() => u.find((o) => !!H({ path: o.path, end: !1 }, a.pathname)), [a.pathname, u]), g = J("(max-width: 768px)", !1, {
|
|
31
41
|
getInitialValueInEffect: !1
|
|
32
42
|
});
|
|
33
43
|
p(() => {
|
|
@@ -44,18 +54,18 @@ const se = (T) => {
|
|
|
44
54
|
minWidth: 0
|
|
45
55
|
},
|
|
46
56
|
children: [
|
|
47
|
-
s?.withBackButton &&
|
|
48
|
-
|
|
57
|
+
s?.withBackButton && L && s.name && /* @__PURE__ */ e(
|
|
58
|
+
M,
|
|
49
59
|
{
|
|
50
|
-
onClick: () =>
|
|
60
|
+
onClick: () => B(s?.path),
|
|
51
61
|
variant: "light",
|
|
52
62
|
size: "md",
|
|
53
63
|
color: "gray",
|
|
54
|
-
children: /* @__PURE__ */ e(
|
|
64
|
+
children: /* @__PURE__ */ e(K, { size: 18 })
|
|
55
65
|
}
|
|
56
66
|
),
|
|
57
|
-
/* @__PURE__ */ e(
|
|
58
|
-
|
|
67
|
+
/* @__PURE__ */ e(R, { order: 4, fz: 16, component: "div", style: { flex: 1, minWidth: 0 }, children: r ? /* @__PURE__ */ e(
|
|
68
|
+
j,
|
|
59
69
|
{
|
|
60
70
|
...f.getInputProps(),
|
|
61
71
|
placeholder: h("noName"),
|
|
@@ -83,7 +93,7 @@ const se = (T) => {
|
|
|
83
93
|
}
|
|
84
94
|
) : /* @__PURE__ */ t(b, { gap: "xs", children: [
|
|
85
95
|
/* @__PURE__ */ e(
|
|
86
|
-
|
|
96
|
+
E,
|
|
87
97
|
{
|
|
88
98
|
component: "span",
|
|
89
99
|
className: y.toolTitleText,
|
|
@@ -97,8 +107,8 @@ const se = (T) => {
|
|
|
97
107
|
children: i
|
|
98
108
|
}
|
|
99
109
|
),
|
|
100
|
-
|
|
101
|
-
|
|
110
|
+
C && /* @__PURE__ */ e(
|
|
111
|
+
O,
|
|
102
112
|
{
|
|
103
113
|
px: 8,
|
|
104
114
|
py: 4,
|
|
@@ -114,7 +124,7 @@ const se = (T) => {
|
|
|
114
124
|
}
|
|
115
125
|
);
|
|
116
126
|
return g ? /* @__PURE__ */ t(
|
|
117
|
-
|
|
127
|
+
Q,
|
|
118
128
|
{
|
|
119
129
|
opened: l,
|
|
120
130
|
onClose: n.api.closeToolbar,
|
|
@@ -145,23 +155,25 @@ const se = (T) => {
|
|
|
145
155
|
]
|
|
146
156
|
}
|
|
147
157
|
),
|
|
148
|
-
/* @__PURE__ */ e(
|
|
158
|
+
/* @__PURE__ */ e(q, { flex: 1, mih: 0, style: { overflow: "auto" }, children: d }),
|
|
149
159
|
c
|
|
150
160
|
]
|
|
151
161
|
}
|
|
152
162
|
) : /* @__PURE__ */ e(
|
|
153
|
-
|
|
163
|
+
Y,
|
|
154
164
|
{
|
|
155
165
|
show: l,
|
|
156
166
|
width: "var(--toolbar-width)",
|
|
157
167
|
position: "left",
|
|
158
168
|
children: /* @__PURE__ */ t(v.LeftSidebar, { pos: "relative", children: [
|
|
159
169
|
l && /* @__PURE__ */ e(
|
|
160
|
-
|
|
170
|
+
U,
|
|
161
171
|
{
|
|
162
172
|
position: "left",
|
|
163
|
-
width:
|
|
164
|
-
onChange: n.api.setToolbarWidth
|
|
173
|
+
width: S ?? A,
|
|
174
|
+
onChange: W ?? n.api.setToolbarWidth,
|
|
175
|
+
minWidth: I,
|
|
176
|
+
maxWidth: z
|
|
165
177
|
}
|
|
166
178
|
),
|
|
167
179
|
/* @__PURE__ */ t(v.Header, { pl: 16, pr: 14, children: [
|
|
@@ -175,5 +187,5 @@ const se = (T) => {
|
|
|
175
187
|
);
|
|
176
188
|
};
|
|
177
189
|
export {
|
|
178
|
-
|
|
190
|
+
ce as ToolSidebar
|
|
179
191
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_dot_uyhnx_1", e = "_line_uyhnx_17", t = "_desktopFlowModal_uyhnx_31", n = "_desktopFlowModalHeader_uyhnx_49", s = "_desktopFlowModalHeaderCompact_uyhnx_59", r = "_desktopFlowModalHeaderFloating_uyhnx_71", l = "_desktopFlowModalTitle_uyhnx_97", d = "_desktopFlowModalBody_uyhnx_111", a = "_desktopFlowModalBodyFloating_uyhnx_119", p = "_reportProblemModal_uyhnx_127", _ = "_diagnosticsConsentModal_uyhnx_197", c = "_diagnosticsProgressModal_uyhnx_215", i = "_diagnosticsResultModal_uyhnx_235", u = "_desktopUpdateCheckingModal_uyhnx_253", h = "_desktopUpdateResultModal_uyhnx_273", k = "_desktopUpdateAvailableModal_uyhnx_293", w = "_desktopUpdateDownloadModal_uyhnx_313", y = "_desktopUpdateCheckingBody_uyhnx_357", x = "_desktopUpdateResultBody_uyhnx_359", P = "_desktopUpdateDownloadBody_uyhnx_361", M = "_desktopUpdateCheckingStack_uyhnx_369", m = "_desktopUpdateSpinner_uyhnx_381", b = "_desktopUpdateResultIcon_uyhnx_429", g = "_desktopUpdateSuccessIcon_uyhnx_445", U = "_desktopUpdateErrorIcon_uyhnx_453", f = "_desktopUpdateDownloadStack_uyhnx_461", B = "_desktopUpdateDownloadDescription_uyhnx_479", D = "_desktopUpdateDownloadAnimation_uyhnx_499", F = "_desktopUpdateDownloadMeter_uyhnx_513", C = "_desktopUpdateDownloadHeader_uyhnx_525", R = "_desktopUpdateRemaining_uyhnx_537", I = "_desktopUpdateRemainingLabel_uyhnx_551", S = "_desktopUpdateRemainingValue_uyhnx_559", H = "_desktopUpdateDownloadHint_uyhnx_567", O = "_diagnosticsFloatingBody_uyhnx_593", L = "_helpMenuDropdown_uyhnx_601", T = "_helpMenuContent_uyhnx_627", A = "_helpMenuFooter_uyhnx_717", v = "_helpMenuUpdateBlock_uyhnx_731", V = "_helpMenuUpdateLabel_uyhnx_741", E = "_helpMenuPrimaryItem_uyhnx_761", W = "_helpMenuUpdateVersion_uyhnx_807", j = "_reportProblemForm_uyhnx_823", q = "_reportProblemOptions_uyhnx_835", z = "_reportProblemOptionRoot_uyhnx_847", G = "_reportProblemOptionBody_uyhnx_855", J = "_reportProblemOptionInner_uyhnx_865", K = "_reportProblemOptionInput_uyhnx_875", N = "_reportProblemOptionLabel_uyhnx_891", Q = "_flowCheckboxLabel_uyhnx_893", X = "_reportProblemTextareaRoot_uyhnx_923", Y = "_reportProblemTextareaWrapper_uyhnx_939", Z = "_reportProblemDescriptionLabel_uyhnx_947", $ = "_reportProblemTextareaInput_uyhnx_967", oo = "_reportProblemActions_uyhnx_1001", eo = "_flowActions_uyhnx_1003", to = "_reportProblemButton_uyhnx_1021", no = "_reportProblemCancelButton_uyhnx_1041", so = "_reportProblemSubmitButton_uyhnx_1053", ro = "_flowIntroStack_uyhnx_1065", lo = "_flowResultStack_uyhnx_1067", ao = "_flowStatusIcon_uyhnx_1085", po = "_flowTitle_uyhnx_1095", _o = "_flowDescription_uyhnx_1165", co = "_flowDivider_uyhnx_1179", io = "_flowConsentDivider_uyhnx_1191", uo = "_flowConsentCheckbox_uyhnx_1199", ho = "_flowFullButton_uyhnx_1215", ko = "_flowProgressRoot_uyhnx_1237", wo = "_flowProgressMeter_uyhnx_1261", yo = "_flowProgressHeader_uyhnx_1273", xo = "_flowProgressMeta_uyhnx_1287", Po = "_flowProgressMetaPrimary_uyhnx_1301", Mo = "_flowProgressMetaSecondary_uyhnx_1309", mo = "_flowProgressBar_uyhnx_1319", bo = "_flowProgressBarSection_uyhnx_1335", go = "_flowProgressHint_uyhnx_1361", Uo = "_diagnosticFileIcon_uyhnx_1387", fo = {
|
|
2
2
|
dot: o,
|
|
3
3
|
line: e,
|
|
4
4
|
desktopFlowModal: t,
|
|
5
|
-
desktopFlowModalHeader:
|
|
6
|
-
desktopFlowModalHeaderCompact:
|
|
5
|
+
desktopFlowModalHeader: n,
|
|
6
|
+
desktopFlowModalHeaderCompact: s,
|
|
7
7
|
desktopFlowModalHeaderFloating: r,
|
|
8
8
|
desktopFlowModalTitle: l,
|
|
9
9
|
desktopFlowModalBody: d,
|
|
@@ -12,38 +12,38 @@ const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16",
|
|
|
12
12
|
diagnosticsConsentModal: _,
|
|
13
13
|
diagnosticsProgressModal: c,
|
|
14
14
|
diagnosticsResultModal: i,
|
|
15
|
-
desktopUpdateCheckingModal:
|
|
16
|
-
desktopUpdateResultModal:
|
|
17
|
-
desktopUpdateAvailableModal:
|
|
18
|
-
desktopUpdateDownloadModal:
|
|
19
|
-
desktopUpdateCheckingBody:
|
|
20
|
-
desktopUpdateResultBody:
|
|
21
|
-
desktopUpdateDownloadBody:
|
|
22
|
-
desktopUpdateCheckingStack:
|
|
23
|
-
desktopUpdateSpinner:
|
|
24
|
-
desktopUpdateResultIcon:
|
|
25
|
-
desktopUpdateSuccessIcon:
|
|
26
|
-
desktopUpdateErrorIcon:
|
|
27
|
-
desktopUpdateDownloadStack:
|
|
28
|
-
desktopUpdateDownloadDescription:
|
|
29
|
-
desktopUpdateDownloadAnimation:
|
|
30
|
-
desktopUpdateDownloadMeter:
|
|
31
|
-
desktopUpdateDownloadHeader:
|
|
32
|
-
desktopUpdateRemaining:
|
|
15
|
+
desktopUpdateCheckingModal: u,
|
|
16
|
+
desktopUpdateResultModal: h,
|
|
17
|
+
desktopUpdateAvailableModal: k,
|
|
18
|
+
desktopUpdateDownloadModal: w,
|
|
19
|
+
desktopUpdateCheckingBody: y,
|
|
20
|
+
desktopUpdateResultBody: x,
|
|
21
|
+
desktopUpdateDownloadBody: P,
|
|
22
|
+
desktopUpdateCheckingStack: M,
|
|
23
|
+
desktopUpdateSpinner: m,
|
|
24
|
+
desktopUpdateResultIcon: b,
|
|
25
|
+
desktopUpdateSuccessIcon: g,
|
|
26
|
+
desktopUpdateErrorIcon: U,
|
|
27
|
+
desktopUpdateDownloadStack: f,
|
|
28
|
+
desktopUpdateDownloadDescription: B,
|
|
29
|
+
desktopUpdateDownloadAnimation: D,
|
|
30
|
+
desktopUpdateDownloadMeter: F,
|
|
31
|
+
desktopUpdateDownloadHeader: C,
|
|
32
|
+
desktopUpdateRemaining: R,
|
|
33
33
|
desktopUpdateRemainingLabel: I,
|
|
34
34
|
desktopUpdateRemainingValue: S,
|
|
35
35
|
desktopUpdateDownloadHint: H,
|
|
36
36
|
diagnosticsFloatingBody: O,
|
|
37
|
-
helpMenuDropdown:
|
|
38
|
-
helpMenuContent:
|
|
39
|
-
helpMenuFooter:
|
|
40
|
-
helpMenuUpdateBlock:
|
|
41
|
-
helpMenuUpdateLabel:
|
|
42
|
-
helpMenuPrimaryItem:
|
|
43
|
-
helpMenuUpdateVersion:
|
|
44
|
-
reportProblemForm:
|
|
45
|
-
reportProblemOptions:
|
|
46
|
-
reportProblemOptionRoot:
|
|
37
|
+
helpMenuDropdown: L,
|
|
38
|
+
helpMenuContent: T,
|
|
39
|
+
helpMenuFooter: A,
|
|
40
|
+
helpMenuUpdateBlock: v,
|
|
41
|
+
helpMenuUpdateLabel: V,
|
|
42
|
+
helpMenuPrimaryItem: E,
|
|
43
|
+
helpMenuUpdateVersion: W,
|
|
44
|
+
reportProblemForm: j,
|
|
45
|
+
reportProblemOptions: q,
|
|
46
|
+
reportProblemOptionRoot: z,
|
|
47
47
|
reportProblemOptionBody: G,
|
|
48
48
|
reportProblemOptionInner: J,
|
|
49
49
|
reportProblemOptionInput: K,
|
|
@@ -56,8 +56,8 @@ const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16",
|
|
|
56
56
|
reportProblemActions: oo,
|
|
57
57
|
flowActions: eo,
|
|
58
58
|
reportProblemButton: to,
|
|
59
|
-
reportProblemCancelButton:
|
|
60
|
-
reportProblemSubmitButton:
|
|
59
|
+
reportProblemCancelButton: no,
|
|
60
|
+
reportProblemSubmitButton: so,
|
|
61
61
|
flowIntroStack: ro,
|
|
62
62
|
flowResultStack: lo,
|
|
63
63
|
flowStatusIcon: ao,
|
|
@@ -65,50 +65,50 @@ const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16",
|
|
|
65
65
|
flowDescription: _o,
|
|
66
66
|
flowDivider: co,
|
|
67
67
|
flowConsentDivider: io,
|
|
68
|
-
flowConsentCheckbox:
|
|
69
|
-
flowFullButton:
|
|
70
|
-
flowProgressRoot:
|
|
71
|
-
flowProgressMeter:
|
|
72
|
-
flowProgressHeader:
|
|
73
|
-
flowProgressMeta:
|
|
74
|
-
flowProgressMetaPrimary:
|
|
75
|
-
flowProgressMetaSecondary:
|
|
76
|
-
flowProgressBar:
|
|
77
|
-
flowProgressBarSection:
|
|
78
|
-
flowProgressHint:
|
|
79
|
-
diagnosticFileIcon:
|
|
68
|
+
flowConsentCheckbox: uo,
|
|
69
|
+
flowFullButton: ho,
|
|
70
|
+
flowProgressRoot: ko,
|
|
71
|
+
flowProgressMeter: wo,
|
|
72
|
+
flowProgressHeader: yo,
|
|
73
|
+
flowProgressMeta: xo,
|
|
74
|
+
flowProgressMetaPrimary: Po,
|
|
75
|
+
flowProgressMetaSecondary: Mo,
|
|
76
|
+
flowProgressBar: mo,
|
|
77
|
+
flowProgressBarSection: bo,
|
|
78
|
+
flowProgressHint: go,
|
|
79
|
+
diagnosticFileIcon: Uo
|
|
80
80
|
};
|
|
81
81
|
export {
|
|
82
|
-
|
|
82
|
+
fo as default,
|
|
83
83
|
t as desktopFlowModal,
|
|
84
84
|
d as desktopFlowModalBody,
|
|
85
85
|
a as desktopFlowModalBodyFloating,
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
n as desktopFlowModalHeader,
|
|
87
|
+
s as desktopFlowModalHeaderCompact,
|
|
88
88
|
r as desktopFlowModalHeaderFloating,
|
|
89
89
|
l as desktopFlowModalTitle,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
90
|
+
k as desktopUpdateAvailableModal,
|
|
91
|
+
y as desktopUpdateCheckingBody,
|
|
92
|
+
u as desktopUpdateCheckingModal,
|
|
93
|
+
M as desktopUpdateCheckingStack,
|
|
94
|
+
D as desktopUpdateDownloadAnimation,
|
|
95
|
+
P as desktopUpdateDownloadBody,
|
|
96
|
+
B as desktopUpdateDownloadDescription,
|
|
97
|
+
C as desktopUpdateDownloadHeader,
|
|
98
98
|
H as desktopUpdateDownloadHint,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
99
|
+
F as desktopUpdateDownloadMeter,
|
|
100
|
+
w as desktopUpdateDownloadModal,
|
|
101
|
+
f as desktopUpdateDownloadStack,
|
|
102
|
+
U as desktopUpdateErrorIcon,
|
|
103
|
+
R as desktopUpdateRemaining,
|
|
104
104
|
I as desktopUpdateRemainingLabel,
|
|
105
105
|
S as desktopUpdateRemainingValue,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
106
|
+
x as desktopUpdateResultBody,
|
|
107
|
+
b as desktopUpdateResultIcon,
|
|
108
|
+
h as desktopUpdateResultModal,
|
|
109
|
+
m as desktopUpdateSpinner,
|
|
110
|
+
g as desktopUpdateSuccessIcon,
|
|
111
|
+
Uo as diagnosticFileIcon,
|
|
112
112
|
_ as diagnosticsConsentModal,
|
|
113
113
|
O as diagnosticsFloatingBody,
|
|
114
114
|
c as diagnosticsProgressModal,
|
|
@@ -116,45 +116,45 @@ export {
|
|
|
116
116
|
o as dot,
|
|
117
117
|
eo as flowActions,
|
|
118
118
|
Q as flowCheckboxLabel,
|
|
119
|
-
|
|
119
|
+
uo as flowConsentCheckbox,
|
|
120
120
|
io as flowConsentDivider,
|
|
121
121
|
_o as flowDescription,
|
|
122
122
|
co as flowDivider,
|
|
123
|
-
|
|
123
|
+
ho as flowFullButton,
|
|
124
124
|
ro as flowIntroStack,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
125
|
+
mo as flowProgressBar,
|
|
126
|
+
bo as flowProgressBarSection,
|
|
127
|
+
yo as flowProgressHeader,
|
|
128
|
+
go as flowProgressHint,
|
|
129
|
+
xo as flowProgressMeta,
|
|
130
|
+
Po as flowProgressMetaPrimary,
|
|
131
|
+
Mo as flowProgressMetaSecondary,
|
|
132
|
+
wo as flowProgressMeter,
|
|
133
|
+
ko as flowProgressRoot,
|
|
134
134
|
lo as flowResultStack,
|
|
135
135
|
ao as flowStatusIcon,
|
|
136
136
|
po as flowTitle,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
137
|
+
T as helpMenuContent,
|
|
138
|
+
L as helpMenuDropdown,
|
|
139
|
+
A as helpMenuFooter,
|
|
140
|
+
E as helpMenuPrimaryItem,
|
|
141
|
+
v as helpMenuUpdateBlock,
|
|
142
|
+
V as helpMenuUpdateLabel,
|
|
143
|
+
W as helpMenuUpdateVersion,
|
|
144
144
|
e as line,
|
|
145
145
|
oo as reportProblemActions,
|
|
146
146
|
to as reportProblemButton,
|
|
147
|
-
|
|
147
|
+
no as reportProblemCancelButton,
|
|
148
148
|
Z as reportProblemDescriptionLabel,
|
|
149
|
-
|
|
149
|
+
j as reportProblemForm,
|
|
150
150
|
p as reportProblemModal,
|
|
151
151
|
G as reportProblemOptionBody,
|
|
152
152
|
J as reportProblemOptionInner,
|
|
153
153
|
K as reportProblemOptionInput,
|
|
154
154
|
N as reportProblemOptionLabel,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
155
|
+
z as reportProblemOptionRoot,
|
|
156
|
+
q as reportProblemOptions,
|
|
157
|
+
so as reportProblemSubmitButton,
|
|
158
158
|
$ as reportProblemTextareaInput,
|
|
159
159
|
X as reportProblemTextareaRoot,
|
|
160
160
|
Y as reportProblemTextareaWrapper
|
|
@@ -19,6 +19,18 @@ export type AppContainerProps = {
|
|
|
19
19
|
content?: ReactNode;
|
|
20
20
|
toolbar?: ReactNode;
|
|
21
21
|
rightbar?: ReactNode;
|
|
22
|
+
/**
|
|
23
|
+
* Makes the toolbar sidebar resizable with a width owned by the caller
|
|
24
|
+
* (independent + separately persisted) instead of the shared
|
|
25
|
+
* `appContainerStore.toolbarWidth`. Drag updates flow through `onChange`.
|
|
26
|
+
* Omit it to keep the default shared-store width.
|
|
27
|
+
*/
|
|
28
|
+
toolbarResize?: {
|
|
29
|
+
width: number;
|
|
30
|
+
onChange: (width: number) => void;
|
|
31
|
+
minWidth?: number;
|
|
32
|
+
maxWidth?: number;
|
|
33
|
+
};
|
|
22
34
|
header: ReactNode;
|
|
23
35
|
navbarTitle?: string;
|
|
24
36
|
displayType?: 'ROUNDED' | 'BOXED';
|