@layers-app/shared 0.4.4 → 0.4.6
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/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +72 -79
- package/dist/components/AppContainer/AppContainer.module.css.js +6 -6
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +24 -22
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +46 -37
- package/dist/components/AppContainer/components/Header.d.ts.map +1 -1
- package/dist/components/AppContainer/components/Header.js +6 -5
- package/dist/components/AppContainer/components/Main.js +4 -4
- package/dist/components/AppContainer/components/SidebarToggleButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.js +25 -16
- package/dist/components/AppContainer/components/SlideAnimation.js +4 -4
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +161 -128
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +131 -121
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +59 -56
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +4 -3
- package/dist/components/AppContainer/types.d.ts +1 -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/GallerySlide.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +33 -33
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +37 -37
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +54 -36
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +2 -0
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +84 -37
- package/dist/components/AttachmentsGalleryModal/helpers.d.ts +8 -0
- package/dist/components/AttachmentsGalleryModal/helpers.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/helpers.js +22 -17
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +28 -25
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +36 -41
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +7 -7
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +138 -84
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +24 -14
- package/dist/components/BouncingLogo/BouncingLogo.d.ts +1 -3
- package/dist/components/BouncingLogo/BouncingLogo.d.ts.map +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.js +14 -20
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -8
- package/dist/components/Chat/CallMessage/CallMessage.module.css.js +15 -0
- package/dist/components/Chat/CallMessage/index.d.ts +21 -0
- package/dist/components/Chat/CallMessage/index.d.ts.map +1 -0
- package/dist/components/Chat/CallMessage/index.js +49 -0
- package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +9 -0
- package/dist/components/Chat/ChatBubble/index.d.ts +14 -0
- package/dist/components/Chat/ChatBubble/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatBubble/index.js +32 -0
- package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +17 -0
- package/dist/components/Chat/ChatHeader/index.d.ts +42 -0
- package/dist/components/Chat/ChatHeader/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatHeader/index.js +78 -0
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +49 -0
- package/dist/components/Chat/ChatInput/index.d.ts +74 -0
- package/dist/components/Chat/ChatInput/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/index.js +288 -0
- package/dist/components/Chat/ChatInput/smilePlusIcon.d.ts +3 -0
- package/dist/components/Chat/ChatInput/smilePlusIcon.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/smilePlusIcon.js +49 -0
- package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +15 -0
- package/dist/components/Chat/ChatLayout/index.d.ts +17 -0
- package/dist/components/Chat/ChatLayout/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatLayout/index.js +43 -0
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +21 -0
- package/dist/components/Chat/ChatMessage/index.d.ts +47 -0
- package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatMessage/index.js +206 -0
- package/dist/components/Chat/ChatPill/ChatPill.module.css.js +11 -0
- package/dist/components/Chat/ChatPill/index.d.ts +12 -0
- package/dist/components/Chat/ChatPill/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatPill/index.js +21 -0
- package/dist/components/Chat/DayMeta/index.d.ts +11 -0
- package/dist/components/Chat/DayMeta/index.d.ts.map +1 -0
- package/dist/components/Chat/DayMeta/index.js +9 -0
- package/dist/components/Chat/DialogItem/DialogItem.module.css.js +17 -0
- package/dist/components/Chat/DialogItem/index.d.ts +41 -0
- package/dist/components/Chat/DialogItem/index.d.ts.map +1 -0
- package/dist/components/Chat/DialogItem/index.js +107 -0
- package/dist/components/Chat/DialogList/DialogList.module.css.js +7 -0
- package/dist/components/Chat/DialogList/index.d.ts +11 -0
- package/dist/components/Chat/DialogList/index.d.ts.map +1 -0
- package/dist/components/Chat/DialogList/index.js +19 -0
- package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +13 -0
- package/dist/components/Chat/MediaDocument/index.d.ts +15 -0
- package/dist/components/Chat/MediaDocument/index.d.ts.map +1 -0
- package/dist/components/Chat/MediaDocument/index.js +73 -0
- package/dist/components/Chat/MessageActions/MessageActions.module.css.js +7 -0
- package/dist/components/Chat/MessageActions/index.d.ts +23 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageActions/index.js +68 -0
- package/dist/components/Chat/MessageAuthor/index.d.ts +20 -0
- package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageAuthor/index.js +36 -0
- package/dist/components/Chat/MessageForward/MessageForward.module.css.js +7 -0
- package/dist/components/Chat/MessageForward/index.d.ts +13 -0
- package/dist/components/Chat/MessageForward/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageForward/index.js +30 -0
- package/dist/components/Chat/MessageList/MessageList.module.css.js +21 -0
- package/dist/components/Chat/MessageList/index.d.ts +39 -0
- package/dist/components/Chat/MessageList/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageList/index.js +159 -0
- package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +13 -0
- package/dist/components/Chat/MessageMeta/index.d.ts +16 -0
- package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageMeta/index.js +33 -0
- package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +15 -0
- package/dist/components/Chat/MessageReactions/index.d.ts +32 -0
- package/dist/components/Chat/MessageReactions/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageReactions/index.js +72 -0
- package/dist/components/Chat/MessageReply/MessageReply.module.css.js +15 -0
- package/dist/components/Chat/MessageReply/index.d.ts +15 -0
- package/dist/components/Chat/MessageReply/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageReply/index.js +40 -0
- package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +11 -0
- package/dist/components/Chat/MessageStatus/index.d.ts +14 -0
- package/dist/components/Chat/MessageStatus/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageStatus/index.js +68 -0
- package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +11 -0
- package/dist/components/Chat/ServiceMessage/index.d.ts +13 -0
- package/dist/components/Chat/ServiceMessage/index.d.ts.map +1 -0
- package/dist/components/Chat/ServiceMessage/index.js +21 -0
- package/dist/components/Chat/UnreadSeparator/index.d.ts +11 -0
- package/dist/components/Chat/UnreadSeparator/index.d.ts.map +1 -0
- package/dist/components/Chat/UnreadSeparator/index.js +13 -0
- package/dist/components/Chat/colors.d.ts +7 -0
- package/dist/components/Chat/colors.d.ts.map +1 -0
- package/dist/components/Chat/colors.js +30 -0
- package/dist/components/Chat/icons.d.ts +9 -0
- package/dist/components/Chat/icons.d.ts.map +1 -0
- package/dist/components/Chat/icons.js +49 -0
- package/dist/components/Chat/index.d.ts +24 -0
- package/dist/components/Chat/index.d.ts.map +1 -0
- package/dist/components/Chat/mock-data.d.ts +32 -0
- package/dist/components/Chat/mock-data.d.ts.map +1 -0
- package/dist/components/Chat/types.d.ts +159 -0
- package/dist/components/Chat/types.d.ts.map +1 -0
- package/dist/components/CircleColorPicker/CircleColorPicker.d.ts.map +1 -1
- package/dist/components/CircleColorPicker/CircleColorPicker.js +17 -15
- 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 +81 -68
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +75 -70
- 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 +4 -4
- package/dist/components/CommentComposer/types.js +9 -0
- 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/EmojiPicker/EmojiPanel.d.ts +2 -1
- package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +73 -72
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +23 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +126 -88
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EmojiPicker/IconsPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/IconsPanel.js +28 -25
- package/dist/components/EntityIcon.d.ts +1 -0
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +90 -33
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error403.d.ts +5 -1
- package/dist/components/ErrorPage/components/Error403.d.ts.map +1 -1
- package/dist/components/ErrorPage/components/Error403.js +25 -21
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/ErrorPage/index.d.ts +5 -1
- package/dist/components/ErrorPage/index.d.ts.map +1 -1
- package/dist/components/ErrorPage/index.js +17 -10
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +135 -161
- package/dist/components/FilePicker/FilePicker.module.css.js +8 -12
- package/dist/components/FilePicker/FilePickerGallery.js +13 -13
- package/dist/components/FilePicker/FilePickerGiphy.js +4 -4
- package/dist/components/FilePicker/FilePickerGoogleDrive.js +3 -3
- package/dist/components/FilePicker/FilePickerUnsplash.js +18 -18
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +55 -47
- 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/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/MusicPlayerBar/components/HoverActions.js +28 -28
- package/dist/components/NavMenu/NavMenu.d.ts +7 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.js +54 -44
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +84 -84
- package/dist/components/NavMenu/types.d.ts +4 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/PillTabs/PillTabs.d.ts +19 -0
- package/dist/components/PillTabs/PillTabs.d.ts.map +1 -0
- package/dist/components/PillTabs/PillTabs.js +50 -0
- package/dist/components/PillTabs/PillTabs.module.css.js +11 -0
- 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/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +16 -14
- package/dist/components/modals/RemoveConfirmModal.js +1 -1
- 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 +41 -37
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.d.ts +15 -0
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +114 -72
- package/dist/helpers/showNotifications.module.css.js +16 -4
- package/dist/hooks/useUiPref.d.ts +2 -0
- package/dist/hooks/useUiPref.d.ts.map +1 -0
- package/dist/hooks/useUiPref.js +80 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +588 -527
- package/dist/lang/locales/ui_en.json.js +5 -5
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +1 -1
- package/docs/README.md +499 -499
- package/package.json +78 -75
|
@@ -1,157 +1,169 @@
|
|
|
1
|
-
import { jsxs as a, jsx as e, Fragment as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { useTranslation as
|
|
4
|
-
import { DiscountTag02Icon as
|
|
5
|
-
import { HugeiconsIcon as
|
|
6
|
-
import { Stack as
|
|
7
|
-
import { IconChevronRight as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import { brand as
|
|
12
|
-
import { getEnvConfig as
|
|
13
|
-
import { isFeature as
|
|
14
|
-
import { usePlatform as
|
|
15
|
-
import { resetFeatureFlow as
|
|
16
|
-
import { useAppContainerDataStore as
|
|
17
|
-
import { WhatsNew as
|
|
18
|
-
import { FeatureProgressKey as
|
|
19
|
-
const
|
|
20
|
-
const { t } =
|
|
21
|
-
const
|
|
22
|
-
return
|
|
1
|
+
import { jsxs as a, jsx as e, Fragment as M } from "react/jsx-runtime";
|
|
2
|
+
import { useState as T, useRef as V, useMemo as _, useCallback as f, useEffect as z } from "react";
|
|
3
|
+
import { useTranslation as U } from "react-i18next";
|
|
4
|
+
import { DiscountTag02Icon as H, CustomerSupportIcon as N, Book02Icon as O, Structure02Icon as W, BookOpen01Icon as G, LicenseIcon as K } from "@hugeicons/core-free-icons";
|
|
5
|
+
import { HugeiconsIcon as c } from "@hugeicons/react";
|
|
6
|
+
import { Stack as Y, Button as g, Menu as r, Popover as w, UnstyledButton as q, Group as J, Text as C } from "@mantine/core";
|
|
7
|
+
import { IconChevronRight as Q } from "@tabler/icons-react";
|
|
8
|
+
import X from "../../../../../assets/svg/discord-icon.svg.js";
|
|
9
|
+
import Z from "../../../../../assets/svg/telegram-icon.svg.js";
|
|
10
|
+
import ee from "../../../../../assets/svg/whatsapp-icon.svg.js";
|
|
11
|
+
import { brand as n } from "../../../../../config/brand.js";
|
|
12
|
+
import { getEnvConfig as te } from "../../../../../config/envConfig.js";
|
|
13
|
+
import { isFeature as oe } from "../../../../../helpers/feature.js";
|
|
14
|
+
import { usePlatform as ne } from "../../../../../hooks/usePlatform.js";
|
|
15
|
+
import { resetFeatureFlow as re } from "../../../../../store/featureProgress.js";
|
|
16
|
+
import { useAppContainerDataStore as ie } from "../../../hooks/useAppContainerDataStore.js";
|
|
17
|
+
import { WhatsNew as se } from "./WhatsNew.js";
|
|
18
|
+
import { FeatureProgressKey as ae } from "../../../../FeatureProgress/constants.js";
|
|
19
|
+
const Te = () => {
|
|
20
|
+
const { t: o } = U("helpMenu"), k = ne(), [E, v] = T(!1), [b, p] = T(null), l = V(null), P = _(() => {
|
|
21
|
+
const t = te().analytics;
|
|
22
|
+
return t?.intercomEnabled !== !1 && !!t?.intercomAppId;
|
|
23
23
|
}, []), {
|
|
24
|
-
showMessenger:
|
|
25
|
-
showNewMessage:
|
|
26
|
-
workspaceMenu:
|
|
27
|
-
getFirstPageLink:
|
|
28
|
-
version:
|
|
29
|
-
updatedAt:
|
|
30
|
-
privacyPolicyLink:
|
|
31
|
-
userAgreementLink:
|
|
32
|
-
whatsNewItems:
|
|
33
|
-
} =
|
|
34
|
-
|
|
35
|
-
const
|
|
36
|
-
|
|
24
|
+
showMessenger: I,
|
|
25
|
+
showNewMessage: x,
|
|
26
|
+
workspaceMenu: $,
|
|
27
|
+
getFirstPageLink: F,
|
|
28
|
+
version: j,
|
|
29
|
+
updatedAt: L,
|
|
30
|
+
privacyPolicyLink: A,
|
|
31
|
+
userAgreementLink: B,
|
|
32
|
+
whatsNewItems: S
|
|
33
|
+
} = ie(), R = () => {
|
|
34
|
+
h();
|
|
35
|
+
const t = new URL(window.location.href);
|
|
36
|
+
t.searchParams.get("view") === "graph" && (t.searchParams.delete("view"), window.history.replaceState(
|
|
37
37
|
window.history.state,
|
|
38
38
|
"",
|
|
39
|
-
`${
|
|
40
|
-
)),
|
|
41
|
-
const
|
|
42
|
-
if (
|
|
43
|
-
if (
|
|
44
|
-
window.location.assign(`/${
|
|
39
|
+
`${t.pathname}${t.search}${t.hash}`
|
|
40
|
+
)), re(ae.GraphStart);
|
|
41
|
+
const s = window.location.pathname.split("/").filter(Boolean), u = s[0], y = s[1] === "pages" ? s[2] : void 0, d = u || $.active.workspaceId;
|
|
42
|
+
if (d) {
|
|
43
|
+
if (y) {
|
|
44
|
+
window.location.assign(`/${d}/pages/${y}`);
|
|
45
45
|
return;
|
|
46
46
|
}
|
|
47
|
-
const
|
|
48
|
-
if (
|
|
49
|
-
window.location.assign(
|
|
47
|
+
const D = F?.(d);
|
|
48
|
+
if (D) {
|
|
49
|
+
window.location.assign(D);
|
|
50
50
|
return;
|
|
51
51
|
}
|
|
52
|
-
window.location.assign(`/${
|
|
52
|
+
window.location.assign(`/${d}/pages`);
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
window.location.assign("/");
|
|
56
|
-
},
|
|
57
|
-
|
|
58
|
-
}, []),
|
|
59
|
-
|
|
60
|
-
}, [
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
}, i = f(() => {
|
|
57
|
+
l.current && (window.clearTimeout(l.current), l.current = null);
|
|
58
|
+
}, []), m = f(() => {
|
|
59
|
+
i(), v(!0);
|
|
60
|
+
}, [i]), h = f(() => {
|
|
61
|
+
i(), l.current = window.setTimeout(() => {
|
|
62
|
+
v(!1);
|
|
63
63
|
}, 120);
|
|
64
|
-
}, [
|
|
65
|
-
return
|
|
66
|
-
|
|
67
|
-
}, [
|
|
68
|
-
|
|
69
|
-
|
|
64
|
+
}, [i]);
|
|
65
|
+
return z(() => () => {
|
|
66
|
+
i();
|
|
67
|
+
}, [i]), z(() => {
|
|
68
|
+
let t = !0;
|
|
69
|
+
const s = window.layersDesktop;
|
|
70
|
+
return typeof s?.getVersion != "function" ? (p(null), () => {
|
|
71
|
+
t = !1;
|
|
72
|
+
}) : (s.getVersion().then((u) => {
|
|
73
|
+
t && p(u || null);
|
|
74
|
+
}).catch(() => {
|
|
75
|
+
t && p(null);
|
|
76
|
+
}), () => {
|
|
77
|
+
t = !1;
|
|
78
|
+
});
|
|
79
|
+
}, []), /* @__PURE__ */ a(Y, { gap: 6, p: 4, children: [
|
|
80
|
+
n.social.whatsappEnabled && /* @__PURE__ */ e(
|
|
81
|
+
g,
|
|
70
82
|
{
|
|
71
83
|
component: "a",
|
|
72
|
-
href:
|
|
84
|
+
href: n.social.whatsapp,
|
|
73
85
|
target: "_blank",
|
|
74
86
|
bg: "#00C000",
|
|
75
|
-
leftSection: /* @__PURE__ */ e(
|
|
87
|
+
leftSection: /* @__PURE__ */ e(ee, { width: 16, height: 16 }),
|
|
76
88
|
c: "white",
|
|
77
89
|
size: "sm",
|
|
78
90
|
justify: "flex-start",
|
|
79
|
-
children:
|
|
91
|
+
children: o("joinWhatsApp")
|
|
80
92
|
}
|
|
81
93
|
),
|
|
82
|
-
|
|
83
|
-
|
|
94
|
+
n.social.telegramEnabled && /* @__PURE__ */ e(
|
|
95
|
+
g,
|
|
84
96
|
{
|
|
85
97
|
component: "a",
|
|
86
|
-
href:
|
|
98
|
+
href: n.social.telegram,
|
|
87
99
|
target: "_blank",
|
|
88
100
|
bg: "blue.5",
|
|
89
|
-
leftSection: /* @__PURE__ */ e(
|
|
101
|
+
leftSection: /* @__PURE__ */ e(Z, { width: 16, height: 16 }),
|
|
90
102
|
c: "white",
|
|
91
103
|
size: "sm",
|
|
92
104
|
justify: "flex-start",
|
|
93
|
-
children:
|
|
105
|
+
children: o("joinTelegram")
|
|
94
106
|
}
|
|
95
107
|
),
|
|
96
|
-
|
|
97
|
-
|
|
108
|
+
n.social.discordEnabled && /* @__PURE__ */ e(
|
|
109
|
+
g,
|
|
98
110
|
{
|
|
99
111
|
component: "a",
|
|
100
|
-
href:
|
|
112
|
+
href: n.social.discord,
|
|
101
113
|
target: "_blank",
|
|
102
114
|
bg: "indigo.6",
|
|
103
|
-
leftSection: /* @__PURE__ */ e(
|
|
115
|
+
leftSection: /* @__PURE__ */ e(X, { width: 16, height: 16 }),
|
|
104
116
|
c: "white",
|
|
105
117
|
size: "sm",
|
|
106
118
|
justify: "flex-start",
|
|
107
|
-
children:
|
|
119
|
+
children: o("joinDiscord")
|
|
108
120
|
}
|
|
109
121
|
),
|
|
110
|
-
(
|
|
111
|
-
!
|
|
122
|
+
(n.social.whatsappEnabled || n.social.telegramEnabled || n.social.discordEnabled) && /* @__PURE__ */ e(r.Divider, {}),
|
|
123
|
+
!k.isDesktop && P && /* @__PURE__ */ a(M, { children: [
|
|
112
124
|
/* @__PURE__ */ e(
|
|
113
|
-
|
|
125
|
+
r.Item,
|
|
114
126
|
{
|
|
115
127
|
onClick: () => {
|
|
116
|
-
|
|
128
|
+
I(), x(o("contactSalesMessage"));
|
|
117
129
|
},
|
|
118
|
-
leftSection: /* @__PURE__ */ e(
|
|
119
|
-
children:
|
|
130
|
+
leftSection: /* @__PURE__ */ e(c, { icon: H, size: 16 }),
|
|
131
|
+
children: o("contactSales")
|
|
120
132
|
}
|
|
121
133
|
),
|
|
122
134
|
/* @__PURE__ */ e(
|
|
123
|
-
|
|
135
|
+
r.Item,
|
|
124
136
|
{
|
|
125
|
-
onClick:
|
|
126
|
-
leftSection: /* @__PURE__ */ e(
|
|
127
|
-
children:
|
|
137
|
+
onClick: I,
|
|
138
|
+
leftSection: /* @__PURE__ */ e(c, { icon: N, size: 16 }),
|
|
139
|
+
children: o("getSupport")
|
|
128
140
|
}
|
|
129
141
|
),
|
|
130
|
-
/* @__PURE__ */ e(
|
|
142
|
+
/* @__PURE__ */ e(r.Divider, {})
|
|
131
143
|
] }),
|
|
132
|
-
|
|
133
|
-
|
|
144
|
+
oe() && /* @__PURE__ */ a(
|
|
145
|
+
w,
|
|
134
146
|
{
|
|
135
|
-
opened:
|
|
147
|
+
opened: E,
|
|
136
148
|
width: 200,
|
|
137
149
|
position: "right-start",
|
|
138
150
|
offset: 10,
|
|
139
151
|
withinPortal: !0,
|
|
140
152
|
shadow: "md",
|
|
141
153
|
children: [
|
|
142
|
-
/* @__PURE__ */ e(
|
|
143
|
-
|
|
154
|
+
/* @__PURE__ */ e(w.Target, { children: /* @__PURE__ */ e("div", { onMouseEnter: m, onMouseLeave: h, children: /* @__PURE__ */ e(
|
|
155
|
+
r.Item,
|
|
144
156
|
{
|
|
145
|
-
leftSection: /* @__PURE__ */ e(
|
|
146
|
-
rightSection: /* @__PURE__ */ e(
|
|
147
|
-
onClick: (
|
|
148
|
-
|
|
157
|
+
leftSection: /* @__PURE__ */ e(c, { icon: O, size: 16 }),
|
|
158
|
+
rightSection: /* @__PURE__ */ e(Q, { size: 14 }),
|
|
159
|
+
onClick: (t) => {
|
|
160
|
+
t.preventDefault(), m();
|
|
149
161
|
},
|
|
150
|
-
children:
|
|
162
|
+
children: o("tutorials")
|
|
151
163
|
}
|
|
152
164
|
) }) }),
|
|
153
165
|
/* @__PURE__ */ e(
|
|
154
|
-
|
|
166
|
+
w.Dropdown,
|
|
155
167
|
{
|
|
156
168
|
py: 4,
|
|
157
169
|
ml: 6,
|
|
@@ -159,27 +171,27 @@ const Me = () => {
|
|
|
159
171
|
backgroundColor: "light-dark(var(--app-shell-bg),var(--mantine-color-dark-6))",
|
|
160
172
|
border: "none"
|
|
161
173
|
},
|
|
162
|
-
onMouseEnter:
|
|
163
|
-
onMouseLeave:
|
|
174
|
+
onMouseEnter: m,
|
|
175
|
+
onMouseLeave: h,
|
|
164
176
|
children: /* @__PURE__ */ e(
|
|
165
|
-
|
|
177
|
+
q,
|
|
166
178
|
{
|
|
167
|
-
onClick:
|
|
179
|
+
onClick: R,
|
|
168
180
|
style: {
|
|
169
181
|
width: "100%",
|
|
170
182
|
borderRadius: 12,
|
|
171
183
|
padding: "6px 12px"
|
|
172
184
|
},
|
|
173
|
-
children: /* @__PURE__ */ a(
|
|
185
|
+
children: /* @__PURE__ */ a(J, { gap: 10, children: [
|
|
174
186
|
/* @__PURE__ */ e(
|
|
175
|
-
|
|
187
|
+
c,
|
|
176
188
|
{
|
|
177
|
-
icon:
|
|
189
|
+
icon: W,
|
|
178
190
|
size: 16,
|
|
179
191
|
color: "var(--mantine-color-dimmed)"
|
|
180
192
|
}
|
|
181
193
|
),
|
|
182
|
-
/* @__PURE__ */ e(
|
|
194
|
+
/* @__PURE__ */ e(C, { size: "sm", c: "bright", children: o("mindMap") })
|
|
183
195
|
] })
|
|
184
196
|
}
|
|
185
197
|
)
|
|
@@ -189,48 +201,46 @@ const Me = () => {
|
|
|
189
201
|
}
|
|
190
202
|
),
|
|
191
203
|
/* @__PURE__ */ e(
|
|
192
|
-
|
|
204
|
+
r.Item,
|
|
193
205
|
{
|
|
194
206
|
variant: "outline",
|
|
195
207
|
component: "a",
|
|
196
208
|
target: "_blank",
|
|
197
|
-
href:
|
|
198
|
-
leftSection: /* @__PURE__ */ e(
|
|
199
|
-
children:
|
|
209
|
+
href: B,
|
|
210
|
+
leftSection: /* @__PURE__ */ e(c, { icon: G, size: 16 }),
|
|
211
|
+
children: o("userAgreement")
|
|
200
212
|
}
|
|
201
213
|
),
|
|
202
214
|
/* @__PURE__ */ e(
|
|
203
|
-
|
|
215
|
+
r.Item,
|
|
204
216
|
{
|
|
205
217
|
variant: "outline",
|
|
206
218
|
component: "a",
|
|
207
219
|
target: "_blank",
|
|
208
|
-
href:
|
|
209
|
-
leftSection: /* @__PURE__ */ e(
|
|
210
|
-
children:
|
|
220
|
+
href: A,
|
|
221
|
+
leftSection: /* @__PURE__ */ e(c, { icon: K, size: 16 }),
|
|
222
|
+
children: o("termsAndPrivacy")
|
|
211
223
|
}
|
|
212
224
|
),
|
|
213
|
-
/* @__PURE__ */ e(
|
|
214
|
-
!!
|
|
215
|
-
/* @__PURE__ */ e(
|
|
216
|
-
/* @__PURE__ */ e(
|
|
225
|
+
/* @__PURE__ */ e(r.Divider, {}),
|
|
226
|
+
!!S?.length && /* @__PURE__ */ a(M, { children: [
|
|
227
|
+
/* @__PURE__ */ e(se, { items: S }),
|
|
228
|
+
/* @__PURE__ */ e(r.Divider, {})
|
|
217
229
|
] }),
|
|
218
|
-
/* @__PURE__ */ a(
|
|
219
|
-
|
|
230
|
+
/* @__PURE__ */ a(C, { size: "xs", c: "dimmed", children: [
|
|
231
|
+
o("updated"),
|
|
220
232
|
" ",
|
|
221
|
-
|
|
233
|
+
L,
|
|
222
234
|
/* @__PURE__ */ e("br", {}),
|
|
223
|
-
o.name
|
|
224
|
-
" v",
|
|
225
|
-
E,
|
|
235
|
+
k.isDesktop && b ? `${o("desktopVersion")} v${b}` : `${n.name} v${j}`,
|
|
226
236
|
/* @__PURE__ */ e("br", {}),
|
|
227
237
|
"© ",
|
|
228
238
|
(/* @__PURE__ */ new Date()).getFullYear(),
|
|
229
239
|
" ",
|
|
230
|
-
|
|
240
|
+
n.copyrightHolder
|
|
231
241
|
] })
|
|
232
242
|
] });
|
|
233
243
|
};
|
|
234
244
|
export {
|
|
235
|
-
|
|
245
|
+
Te as HelpMenu
|
|
236
246
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { AppContainerActionsStore, AppContainerDataStore } from '../types';
|
|
2
|
-
export declare const useAppContainer: ({ user, workspaceMenu, getFirstPageLink, tools, userMenuItems, onSyncClick, syncState, notifications, isAnonym, readNotificationsFunc, publicMode, showMessenger, showNewMessage, version, updatedAt, privacyPolicyLink, userAgreementLink, whatsNewItems, navbarDisplayFormat, }: AppContainerDataStore & AppContainerActionsStore) => void;
|
|
2
|
+
export declare const useAppContainer: ({ user, workspaceMenu, getFirstPageLink, tools, userMenuItems, onSyncClick, syncState, syncStatusSlot, notifications, isAnonym, readNotificationsFunc, publicMode, showMessenger, showNewMessage, version, updatedAt, privacyPolicyLink, userAgreementLink, whatsNewItems, navbarDisplayFormat, }: AppContainerDataStore & AppContainerActionsStore) => void;
|
|
3
3
|
//# sourceMappingURL=useAppContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAppContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAI3E,eAAO,MAAM,eAAe,GAAI,
|
|
1
|
+
{"version":3,"file":"useAppContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAI3E,eAAO,MAAM,eAAe,GAAI,mSAqB7B,qBAAqB,GAAG,wBAAwB,SAgDlD,CAAC"}
|
|
@@ -1,72 +1,75 @@
|
|
|
1
|
-
import { useLayoutEffect as
|
|
2
|
-
import { useAppContainerActionsStore as
|
|
3
|
-
import { useAppContainerDataStore as
|
|
4
|
-
const
|
|
1
|
+
import { useLayoutEffect as R } from "react";
|
|
2
|
+
import { useAppContainerActionsStore as S } from "./useAppContainerActionsStore.js";
|
|
3
|
+
import { useAppContainerDataStore as T } from "./useAppContainerDataStore.js";
|
|
4
|
+
const X = ({
|
|
5
5
|
user: p,
|
|
6
|
-
workspaceMenu:
|
|
7
|
-
getFirstPageLink:
|
|
8
|
-
tools:
|
|
9
|
-
userMenuItems:
|
|
10
|
-
onSyncClick:
|
|
11
|
-
syncState:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
6
|
+
workspaceMenu: f,
|
|
7
|
+
getFirstPageLink: C,
|
|
8
|
+
tools: m,
|
|
9
|
+
userMenuItems: t,
|
|
10
|
+
onSyncClick: x,
|
|
11
|
+
syncState: A,
|
|
12
|
+
syncStatusSlot: E,
|
|
13
|
+
notifications: j,
|
|
14
|
+
isAnonym: q,
|
|
15
|
+
readNotificationsFunc: r,
|
|
16
|
+
publicMode: z,
|
|
17
|
+
showMessenger: B,
|
|
18
|
+
showNewMessage: D,
|
|
19
|
+
version: G,
|
|
20
|
+
updatedAt: H,
|
|
21
|
+
privacyPolicyLink: J,
|
|
22
|
+
userAgreementLink: K,
|
|
23
|
+
whatsNewItems: O,
|
|
24
|
+
navbarDisplayFormat: Q
|
|
24
25
|
}) => {
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
R(() => {
|
|
27
|
+
T.setState({
|
|
27
28
|
user: p,
|
|
28
|
-
workspaceMenu:
|
|
29
|
-
getFirstPageLink:
|
|
30
|
-
tools:
|
|
31
|
-
userMenuItems:
|
|
32
|
-
onSyncClick:
|
|
33
|
-
syncState:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
29
|
+
workspaceMenu: f,
|
|
30
|
+
getFirstPageLink: C,
|
|
31
|
+
tools: m,
|
|
32
|
+
userMenuItems: t,
|
|
33
|
+
onSyncClick: x,
|
|
34
|
+
syncState: A,
|
|
35
|
+
syncStatusSlot: E,
|
|
36
|
+
notifications: j,
|
|
37
|
+
isAnonym: q,
|
|
38
|
+
publicMode: z,
|
|
39
|
+
showMessenger: B,
|
|
40
|
+
showNewMessage: D,
|
|
41
|
+
version: G,
|
|
42
|
+
updatedAt: H,
|
|
43
|
+
privacyPolicyLink: J,
|
|
44
|
+
userAgreementLink: K,
|
|
45
|
+
whatsNewItems: O,
|
|
46
|
+
navbarDisplayFormat: Q
|
|
47
|
+
}), S.setState({
|
|
48
|
+
readNotificationsFunc: r
|
|
47
49
|
});
|
|
48
50
|
}, [
|
|
49
|
-
E,
|
|
50
|
-
A,
|
|
51
|
-
o,
|
|
52
|
-
j,
|
|
53
51
|
q,
|
|
52
|
+
j,
|
|
53
|
+
z,
|
|
54
54
|
r,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
S,
|
|
55
|
+
B,
|
|
56
|
+
D,
|
|
58
57
|
m,
|
|
59
|
-
|
|
58
|
+
p,
|
|
60
59
|
t,
|
|
60
|
+
x,
|
|
61
|
+
A,
|
|
62
|
+
E,
|
|
61
63
|
f,
|
|
62
|
-
|
|
63
|
-
B,
|
|
64
|
-
D,
|
|
64
|
+
C,
|
|
65
65
|
G,
|
|
66
66
|
H,
|
|
67
|
-
J
|
|
67
|
+
J,
|
|
68
|
+
K,
|
|
69
|
+
O,
|
|
70
|
+
Q
|
|
68
71
|
]);
|
|
69
72
|
};
|
|
70
73
|
export {
|
|
71
|
-
|
|
74
|
+
X as useAppContainer
|
|
72
75
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAppContainerDataStore.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainerDataStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"useAppContainerDataStore.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/hooks/useAppContainerDataStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,wBAAwB,oFAmClC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { create as e } from "zustand";
|
|
2
|
-
const
|
|
2
|
+
const a = e(() => ({
|
|
3
3
|
tools: [],
|
|
4
4
|
user: {
|
|
5
5
|
avatar: "",
|
|
@@ -34,8 +34,9 @@ const s = e(() => ({
|
|
|
34
34
|
showNewMessage: () => {
|
|
35
35
|
},
|
|
36
36
|
onSyncClick: void 0,
|
|
37
|
-
syncState: void 0
|
|
37
|
+
syncState: void 0,
|
|
38
|
+
syncStatusSlot: null
|
|
38
39
|
}));
|
|
39
40
|
export {
|
|
40
|
-
|
|
41
|
+
a as useAppContainerDataStore
|
|
41
42
|
};
|
|
@@ -55,6 +55,7 @@ export type AppContainerDataStore = {
|
|
|
55
55
|
navbarDisplayFormat: 'iconsAndLabels' | 'iconsOnly';
|
|
56
56
|
onSyncClick?: () => void;
|
|
57
57
|
syncState?: 'SYNCED' | 'SYNCING' | 'OFFLINE' | 'ERROR' | string;
|
|
58
|
+
syncStatusSlot?: ReactNode;
|
|
58
59
|
};
|
|
59
60
|
type ReadNotificationsRequest = {
|
|
60
61
|
messageIds: number[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/AppContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EACL,QAAQ,EACR,iBAAiB,EAClB,MAAM,8CAA8C,CAAC;AAEtD,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,SAAS,CAAC;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAClC,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,aAAa,EAAE,kBAAkB,CAAC;IAClC,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAC;IACnD,IAAI,EAAE,QAAQ,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAClC,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,EAAE,iBAAiB,EAAE,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,cAAc,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACtC,mBAAmB,EAAE,gBAAgB,GAAG,WAAW,CAAC;IACpD,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/AppContainer/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
root:
|
|
3
|
-
header:
|
|
1
|
+
const t = "_root_10w7v_1", e = "_header_10w7v_17", o = "_section_10w7v_39", _ = "_leftSidebar_10w7v_55", n = "_rightSidebar_10w7v_71", r = "_main_10w7v_87", i = "_workContent_10w7v_103", a = {
|
|
2
|
+
root: t,
|
|
3
|
+
header: e,
|
|
4
4
|
section: o,
|
|
5
5
|
leftSidebar: _,
|
|
6
6
|
rightSidebar: n,
|
|
@@ -9,11 +9,11 @@ const e = "_root_9zlef_1", t = "_header_9zlef_9", o = "_section_9zlef_20", _ = "
|
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
a as default,
|
|
12
|
-
|
|
12
|
+
e as header,
|
|
13
13
|
_ as leftSidebar,
|
|
14
14
|
r as main,
|
|
15
15
|
n as rightSidebar,
|
|
16
|
-
|
|
16
|
+
t as root,
|
|
17
17
|
o as section,
|
|
18
18
|
i as workContent
|
|
19
19
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GallerySlide.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentsGalleryModal/components/GallerySlide.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AACpC,OAAO,EAAsB,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAI5E,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAWrD,UAAU,MAAM;IACd,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAClC,OAAO,gBAAgB,CACxB,CAAC,eAAe,CAAC,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,aAAa,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,2EACwB,MAAM,
|
|
1
|
+
{"version":3,"file":"GallerySlide.d.ts","sourceRoot":"","sources":["../../../../src/components/AttachmentsGalleryModal/components/GallerySlide.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AACpC,OAAO,EAAsB,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAI5E,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAWrD,UAAU,MAAM;IACd,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAClC,OAAO,gBAAgB,CACxB,CAAC,eAAe,CAAC,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,aAAa,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,2EACwB,MAAM,6CA0GtD,CAAC"}
|