@layers-app/shared 0.4.6 → 0.4.8
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/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +82 -70
- package/dist/components/AppContainer/AppContainer.module.css.js +20 -10
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts +6 -0
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts.map +1 -0
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +161 -0
- 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/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +238 -105
- package/dist/components/AppContainer/components/Main.js +4 -4
- 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/SlideAnimation.js +4 -4
- 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 +51 -39
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +62 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1107 -137
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +158 -6
- package/dist/components/AppContainer/types.d.ts +12 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- 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 +18 -16
- 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/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/MessageActions/index.d.ts +2 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageActions/index.js +189 -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/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/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageMeta/index.js +21 -19
- package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +81 -76
- 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 +97 -91
- 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 +1 -1
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +70 -68
- package/dist/components/CommentComposer/types.d.ts +6 -0
- package/dist/components/CommentComposer/types.d.ts.map +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/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/FormViewer/helpers/conditions.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +33 -17
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +3 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +26 -25
- package/dist/components/NewToolbar/utils.d.ts +12 -0
- package/dist/components/NewToolbar/utils.d.ts.map +1 -0
- 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/OnboardingTour/index.d.ts +1 -1
- package/dist/components/OnboardingTour/index.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +2 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.js +63 -51
- package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/modals/RemoveConfirmModal.js +27 -26
- package/dist/config/brand.d.ts.map +1 -1
- package/dist/config/brand.js +29 -29
- package/dist/config/envConfig.d.ts +4 -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.map +1 -1
- package/dist/helpers/getFileType.js +11 -2
- 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/showNotifications.d.ts +8 -14
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +107 -111
- package/dist/helpers/showNotifications.module.css.js +4 -16
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +19 -23
- package/dist/index.css +1 -1
- package/dist/index.js +576 -573
- 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/package.json +5 -3
- 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
package/dist/index.js
CHANGED
|
@@ -1,600 +1,603 @@
|
|
|
1
1
|
import { AnimatedFigurePage as r } from "./components/AnimatedFigurePage/AnimatedFigurePage.js";
|
|
2
2
|
import { SettingsSection as a } from "./components/SettingsSection/index.js";
|
|
3
|
-
import { SocialLinkRow as
|
|
3
|
+
import { SocialLinkRow as m } from "./components/SocialLinkRow/index.js";
|
|
4
4
|
import { TimezonePicker as i } from "./components/TimezonePicker/index.js";
|
|
5
5
|
import { AliasTextInput as f } from "./components/AliasTextInput/AliasTextInput.js";
|
|
6
6
|
import { NoData as x, illustrationMap as u } from "./components/NoData/NoData.js";
|
|
7
7
|
import { PillTabs as d } from "./components/PillTabs/PillTabs.js";
|
|
8
8
|
import { FilePickerUpload as S } from "./components/FilePicker/FilePickerUpload.js";
|
|
9
|
-
import { EmojiPicker as T } from "./components/EmojiPicker/EmojiPicker.js";
|
|
10
|
-
import { EmojiPanel as
|
|
11
|
-
import { AppContainer as
|
|
12
|
-
import { MeetWidgetProvider as
|
|
13
|
-
import { CustomKBD as
|
|
14
|
-
import { openSubmitModal as
|
|
15
|
-
import { UserAvatar as
|
|
16
|
-
import { GroupAvatar as
|
|
17
|
-
import { ShakaVideoPlayer as
|
|
18
|
-
import { ActiveWorkspace as
|
|
19
|
-
import { WorkspaceAvatar as
|
|
20
|
-
import { NavbarResizer as
|
|
21
|
-
import { MenuUserDropdown as
|
|
22
|
-
import { ErrorPage as
|
|
23
|
-
import { AlertsBlock as
|
|
24
|
-
import { NotFound as
|
|
25
|
-
import { ErrorAlert as
|
|
26
|
-
import { IconEntity as
|
|
27
|
-
import { ColorCircle as
|
|
28
|
-
import { ColorPickerList as
|
|
29
|
-
import { ColorPickerToolbar as
|
|
30
|
-
import { HighlightSwatch as
|
|
31
|
-
import { IS_APPLE as
|
|
32
|
-
import { useRecentColors as
|
|
33
|
-
import { NewColorPicker as
|
|
34
|
-
import { ColorPickerPopover as
|
|
35
|
-
import { AnimationWrapper as
|
|
36
|
-
import { SearchFilters as
|
|
37
|
-
import { SearchHelpModal as Ne, closeSearchHelpModal as
|
|
38
|
-
import { AttachmentsGalleryModal as
|
|
39
|
-
import { ImageModal as
|
|
40
|
-
import { LayersLogoCopyright as
|
|
41
|
-
import { ThemeIndicator as
|
|
42
|
-
import { AttachmentsPreview as
|
|
43
|
-
import { CommentComposer as
|
|
44
|
-
import { CommentComposerTypes as
|
|
45
|
-
import { StorageUsageProgress as
|
|
46
|
-
import { LanguagePicker as
|
|
47
|
-
import { FrontTable as
|
|
48
|
-
import { aggregationReselect as
|
|
49
|
-
import { tableColumnDateTypes as
|
|
50
|
-
import { createTableStore as
|
|
51
|
-
import { useTableStore as
|
|
52
|
-
import { EXPAND_COLUMN_FIELD as
|
|
53
|
-
import { CommunitiesDialog as
|
|
54
|
-
import { NotPublicPanel as
|
|
55
|
-
import { BottomDrawerWithoutHeader as
|
|
56
|
-
import { Copyright as
|
|
57
|
-
import { EntityTitle as
|
|
58
|
-
import { CircleColorPicker as
|
|
59
|
-
import { TableMenu as
|
|
60
|
-
import { BouncingLogo as
|
|
61
|
-
import { activeControlReselect as
|
|
62
|
-
import { CREATE_CONDITION_FORM_ID as
|
|
63
|
-
import { DEFAULT_THEME as
|
|
64
|
-
import { openRemoveConfirmModal as
|
|
65
|
-
import { AppSidebarButton as
|
|
66
|
-
import { Numbers as
|
|
9
|
+
import { EmojiPicker as T, useEmojiPickerLocales as M } from "./components/EmojiPicker/EmojiPicker.js";
|
|
10
|
+
import { EmojiPanel as I } from "./components/EmojiPicker/EmojiPanel.js";
|
|
11
|
+
import { AppContainer as F } from "./components/AppContainer/AppContainer.js";
|
|
12
|
+
import { MeetWidgetProvider as D, useMeetWidget as P } from "./components/AppContainer/MeetWidgetContext.js";
|
|
13
|
+
import { CustomKBD as b } from "./components/CustomKBD/index.js";
|
|
14
|
+
import { openSubmitModal as U } from "./components/SubmitModal/index.js";
|
|
15
|
+
import { UserAvatar as y } from "./components/UserAvatar/index.js";
|
|
16
|
+
import { GroupAvatar as O } from "./components/GroupAvatar/index.js";
|
|
17
|
+
import { ShakaVideoPlayer as w } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
18
|
+
import { ActiveWorkspace as B, WorkspaceMenu as V } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
19
|
+
import { WorkspaceAvatar as z } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
20
|
+
import { NavbarResizer as G } from "./components/NavbarResizer/NavbarResizer.js";
|
|
21
|
+
import { MenuUserDropdown as K } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
22
|
+
import { ErrorPage as Z } from "./components/ErrorPage/index.js";
|
|
23
|
+
import { AlertsBlock as Q } from "./components/AlertsBlock/index.js";
|
|
24
|
+
import { NotFound as J } from "./components/NotFound/NoFound.js";
|
|
25
|
+
import { ErrorAlert as ee } from "./components/ErrorAlert/index.js";
|
|
26
|
+
import { IconEntity as re, IconType as te, ProjectIcon as ae, renderIcon as se } from "./components/ProjectIcon/ProjectIcon.js";
|
|
27
|
+
import { ColorCircle as pe, ColorPicker as ie } from "./components/ColorPicker/ColorPicker.js";
|
|
28
|
+
import { ColorPickerList as fe } from "./components/ColorPicker/ColorPickerList.js";
|
|
29
|
+
import { ColorPickerToolbar as xe } from "./components/ColorPicker/ColorPickerToolbar.js";
|
|
30
|
+
import { HighlightSwatch as ce, TextColorIcon as de } from "./components/ColorPicker/icons.js";
|
|
31
|
+
import { IS_APPLE as Se, RECENT_COLOR_HOTKEY as Ce, colorsEqual as Te, isDefaultColor as Me, isTextSectionKey as Ee, normalizeColorItem as Ie, resolveColorLabel as Ae, resolveRecentKind as Fe } from "./components/ColorPicker/types.js";
|
|
32
|
+
import { useRecentColors as De } from "./components/ColorPicker/useRecentColors.js";
|
|
33
|
+
import { NewColorPicker as Re } from "./components/NewColorPicker/index.js";
|
|
34
|
+
import { ColorPickerPopover as ve } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
35
|
+
import { AnimationWrapper as he } from "./components/AnimationWrapper/index.js";
|
|
36
|
+
import { SearchFilters as _e } from "./components/SearchFilters/SearchFilters.js";
|
|
37
|
+
import { SearchHelpModal as Ne, closeSearchHelpModal as we, openSearchHelpModal as ke } from "./components/SearchFilters/components/SearchHelp.js";
|
|
38
|
+
import { AttachmentsGalleryModal as Ve } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
39
|
+
import { ImageModal as ze, closeImageModal as We, openImageModal as Ge, useChangePasswordModalStore as je } from "./components/ImageModal/ImageModal.js";
|
|
40
|
+
import { LayersLogoCopyright as Xe, LayersLogoIcon as Ze, Logotype as qe } from "./components/Logotype.js";
|
|
41
|
+
import { ThemeIndicator as Ye } from "./components/ThemeIndicator/index.js";
|
|
42
|
+
import { AttachmentsPreview as $e } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
43
|
+
import { CommentComposer as oo } from "./components/CommentComposer/index.js";
|
|
44
|
+
import { CommentComposerTypes as to } from "./components/CommentComposer/types.js";
|
|
45
|
+
import { StorageUsageProgress as so } from "./components/StorageUsageProgress/index.js";
|
|
46
|
+
import { LanguagePicker as po } from "./components/LanguagePicker/LanguagePicker.js";
|
|
47
|
+
import { FrontTable as lo } from "./components/table/FrontTable.js";
|
|
48
|
+
import { aggregationReselect as no, columnsMapReselect as xo, columnsReselect as uo, metaReselect as co, paginationMetaReselect as go, rowsReselect as So, searchedRowsReselect as Co, selectionReselect as To, sortedRowsReselect as Mo, variableReselect as Eo, visibleColumnsBySideReselect as Io, visibleColumnsReselect as Ao, visibleRowsReselect as Fo } from "./components/table/selectors.js";
|
|
49
|
+
import { tableColumnDateTypes as Do, tableColumnNumberTypes as Po } from "./components/table/types.js";
|
|
50
|
+
import { createTableStore as bo } from "./components/table/store.js";
|
|
51
|
+
import { useTableStore as Uo } from "./components/table/hooks/useTableStore.js";
|
|
52
|
+
import { EXPAND_COLUMN_FIELD as yo, SELECT_COLUMN_FIELD as _o, TABLE_AGGREGATION_ROW_ID as Oo, TABLE_ATTRIBUTES as No } from "./components/table/constants.js";
|
|
53
|
+
import { CommunitiesDialog as ko } from "./components/CommunitiesDialog/index.js";
|
|
54
|
+
import { NotPublicPanel as Vo } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
55
|
+
import { BottomDrawerWithoutHeader as zo } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
56
|
+
import { Copyright as Go } from "./components/Copyright/index.js";
|
|
57
|
+
import { EntityTitle as Ko } from "./components/EntityTitle/EntityTitle.js";
|
|
58
|
+
import { CircleColorPicker as Zo } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
59
|
+
import { TableMenu as Qo } from "./components/table/components/TableMenu.js";
|
|
60
|
+
import { BouncingLogo as Jo } from "./components/BouncingLogo/BouncingLogo.js";
|
|
61
|
+
import { activeControlReselect as er, activeStepIdReselect as or, activeStepReselect as rr, controlsReselect as tr, isFormDirtyReselect as ar, questionNumberReselect as sr, startStepReselect as mr, stepByControlReselect as pr, stepsReselect as ir, themeReselect as lr } from "./components/FormViewer/store/selectors.js";
|
|
62
|
+
import { CREATE_CONDITION_FORM_ID as nr, DEFAULT_END_STEP_ID as xr, DEFAULT_MAX as ur, DEFAULT_MEDIA_BRIGHTNESS as cr, DEFAULT_MEDIA_SIZE as dr, DEFAULT_MIN as gr, DEFAULT_OPTIONS_MIN as Sr, DEFAULT_OPTION_MAX_LENGTH as Cr, DEFAULT_START_STEP_ID as Tr, EDIT_CONDITION_FORM_ID as Mr, MAX_OPTIONS_COUNT as Er, getDefaultDropdownOptions as Ir, getDefaultEndStep as Ar, getDefaultStartStep as Fr, getFirstStep as Lr, getRandomId as Dr } from "./components/FormViewer/helpers/steps.js";
|
|
63
|
+
import { DEFAULT_THEME as Rr } from "./components/FormViewer/constants/defaultTheme.js";
|
|
64
|
+
import { openRemoveConfirmModal as vr } from "./components/modals/RemoveConfirmModal.js";
|
|
65
|
+
import { AppSidebarButton as hr } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
66
|
+
import { Numbers as _r } from "./components/table/helpers/formatters.js";
|
|
67
67
|
import { EntityIcon as Nr } from "./components/EntityIcon.js";
|
|
68
|
-
import { showChatToast as
|
|
69
|
-
import { isOfflineSuppressed as
|
|
70
|
-
import { showFeatureFeedback as
|
|
71
|
-
import { pickRandomEmoji as
|
|
72
|
-
import { useIsDarkTheme as
|
|
73
|
-
import { combineStatuses as
|
|
74
|
-
import { downloadCSVAsBlob as
|
|
75
|
-
import { generateLink as
|
|
76
|
-
import { appFeature as
|
|
77
|
-
import { DEFAULT_MODE as
|
|
78
|
-
import { getMimeType as
|
|
79
|
-
import { formatBytes as
|
|
80
|
-
import { filterHierarchyByTypes as
|
|
81
|
-
import { getRandomIconColor as
|
|
82
|
-
import { getFileIcons as
|
|
83
|
-
import { getFileType as
|
|
84
|
-
import { getPartOfTheDay as
|
|
85
|
-
import { isAppMode as
|
|
68
|
+
import { showChatToast as kr, showErrorNotification as Br, showMessageNotification as Vr, showRequestNotifications as Hr, showSuccessNotification as zr, showWarningNotification as Wr, updateMessageNotification as Gr } from "./helpers/showNotifications.js";
|
|
69
|
+
import { isOfflineSuppressed as Kr, setOfflineSuppression as Xr } from "./helpers/offlineSuppression.js";
|
|
70
|
+
import { showFeatureFeedback as qr } from "./helpers/showFeatureFeedback.js";
|
|
71
|
+
import { pickRandomEmoji as Yr } from "./helpers/pickRandomEmoji.js";
|
|
72
|
+
import { useIsDarkTheme as $r } from "./helpers/themeUtils.js";
|
|
73
|
+
import { combineStatuses as ot } from "./helpers/combineStatuses.js";
|
|
74
|
+
import { downloadCSVAsBlob as tt, downloadImageFromExternalUrl as at, downloadURL as st } from "./helpers/download.js";
|
|
75
|
+
import { generateLink as pt } from "./helpers/generateLink.js";
|
|
76
|
+
import { appFeature as lt, isFeature as ft } from "./helpers/feature.js";
|
|
77
|
+
import { DEFAULT_MODE as xt, appDesktop as ut, appServer as ct, getPlatformInfo as dt } from "./helpers/platform.js";
|
|
78
|
+
import { getMimeType as St, isGalleryMediaFile as Ct, isMobileDevice as Tt, isVideoFile as Mt } from "./helpers/fileUtils.js";
|
|
79
|
+
import { formatBytes as It } from "./helpers/formatBytes.js";
|
|
80
|
+
import { filterHierarchyByTypes as Ft } from "./helpers/filterHierarchyByTypes.js";
|
|
81
|
+
import { getRandomIconColor as Dt } from "./helpers/getRandomIconColor.js";
|
|
82
|
+
import { getFileIcons as Rt } from "./helpers/getFileIcons.js";
|
|
83
|
+
import { getFileType as vt } from "./helpers/getFileType.js";
|
|
84
|
+
import { getPartOfTheDay as ht } from "./helpers/getPartOfTheDay.js";
|
|
85
|
+
import { isAppMode as _t } from "./helpers/isAppMode.js";
|
|
86
86
|
import { isNoAccessError as Nt } from "./helpers/isNoAccessError.js";
|
|
87
|
-
import { parseDate as
|
|
88
|
-
import { initHotjar as
|
|
89
|
-
import { validateAliasFormat as
|
|
90
|
-
import { getBrowserTimeZone as
|
|
91
|
-
import { useMenu as
|
|
92
|
-
import { usePlatform as
|
|
93
|
-
import { dateFnsLocales as
|
|
94
|
-
import { useFormatDistance as
|
|
87
|
+
import { parseDate as kt } from "./helpers/dates.js";
|
|
88
|
+
import { initHotjar as Vt } from "./helpers/hotjar.js";
|
|
89
|
+
import { validateAliasFormat as zt } from "./helpers/validateAliasFormat.js";
|
|
90
|
+
import { getBrowserTimeZone as Gt, getSafeFormatter as jt, getTimeZones as Kt, getUtcOffset as Xt, isValidTimeZone as Zt, parseInvalidTz as qt } from "./helpers/timezones.js";
|
|
91
|
+
import { useMenu as Yt } from "./hooks/useMenu.js";
|
|
92
|
+
import { usePlatform as $t } from "./hooks/usePlatform.js";
|
|
93
|
+
import { dateFnsLocales as oa, useDateFnsLocale as ra } from "./hooks/useDateFnsLocale.js";
|
|
94
|
+
import { useFormatDistance as aa } from "./hooks/useFormatDistance.js";
|
|
95
95
|
import { useSwipeDetect as ma } from "./hooks/useSwipeDetect.js";
|
|
96
|
-
import { AuthErrors as
|
|
97
|
-
import { useDateUtils as
|
|
98
|
-
import { isNumberValue as
|
|
99
|
-
import { useDisableWindowScrollDuringDrag as
|
|
100
|
-
import { useAsyncStatus as
|
|
101
|
-
import { useVideoUploadGuard as
|
|
102
|
-
import { FEATURE_KEYS as
|
|
103
|
-
import { useOfficePreviewAvailable as
|
|
104
|
-
import { useUiPref as
|
|
105
|
-
import { useAppContainer as
|
|
106
|
-
import { appContainerStore as
|
|
107
|
-
import { useAppContainerDataStore as
|
|
108
|
-
import { closeSearchModal as
|
|
109
|
-
import { closeTrashModal as
|
|
110
|
-
import { useWorkspacesOrder as
|
|
111
|
-
import { updateTimezone as
|
|
112
|
-
import { closeUserPlansModal as
|
|
113
|
-
import { closeUserDiscordDialog as
|
|
114
|
-
import { completeFeatureStep as
|
|
115
|
-
import { orderMap as
|
|
116
|
-
import { formatStorage as
|
|
117
|
-
import { getCroppedBlob as
|
|
118
|
-
import { getPlanBadgeColor as
|
|
119
|
-
import { addQueryParam as
|
|
120
|
-
import { getFeatureRating as
|
|
121
|
-
import { brand as
|
|
122
|
-
import { getEnvConfig as
|
|
123
|
-
import { COLOR_SCHEMES as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { AUTHOR_COLORS as
|
|
129
|
-
import { CallMessage as
|
|
130
|
-
import { ChatBubble as
|
|
131
|
-
import { ChatHeader as
|
|
132
|
-
import { ChatInput as
|
|
133
|
-
import { ChatLayout as
|
|
134
|
-
import { ChatMessage as
|
|
135
|
-
import { ChatPill as
|
|
136
|
-
import { CollapsibleContainer as
|
|
137
|
-
import { DayMeta as
|
|
138
|
-
import { DialogItem as
|
|
139
|
-
import { DialogList as
|
|
140
|
-
import { Error404 as
|
|
141
|
-
import { Error406 as
|
|
142
|
-
import { Error500 as
|
|
143
|
-
import { FeatureProgress as
|
|
144
|
-
import { FeatureProgressKey as
|
|
145
|
-
import { FilePicker as
|
|
146
|
-
import { FormContextProvider as
|
|
147
|
-
import { FormStoreProvider as
|
|
148
|
-
import { FormViewer as
|
|
149
|
-
import { GoogleDriveIcon as
|
|
150
|
-
import { ImageCropper as
|
|
151
|
-
import { IntegrationFlowAnimation as
|
|
152
|
-
import { LastEditedButton as
|
|
153
|
-
import { LayersCubeIcon as
|
|
154
|
-
import { MAX_MESSAGE_REACTIONS as
|
|
155
|
-
import { MediaDocument as
|
|
156
|
-
import { MediaLibrary as
|
|
157
|
-
import { MediaLibraryBrowser as
|
|
158
|
-
import { MessageActions as
|
|
159
|
-
import { MessageAuthor as
|
|
160
|
-
import { MessageForward as
|
|
161
|
-
import { MessageList as
|
|
162
|
-
import { MessageMeta as
|
|
163
|
-
import { MessageReply as
|
|
164
|
-
import { MessageStatus as
|
|
165
|
-
import { MusicPlayerBar as
|
|
166
|
-
import { NavMenu as
|
|
167
|
-
import { NavMenuItem as
|
|
168
|
-
import { NavMenuLabel as
|
|
169
|
-
import { NavMenuProvider as
|
|
170
|
-
import { NotionIcon as
|
|
171
|
-
import { OnboardingTourWrapper as
|
|
172
|
-
import { PinModal as
|
|
173
|
-
import { STATIC_CLASSES as
|
|
174
|
-
import { Schemes as
|
|
175
|
-
import { ServiceMessage as
|
|
176
|
-
import { SortableList as
|
|
177
|
-
import { StorageEntityItem as
|
|
178
|
-
import { StorageEntityList as
|
|
179
|
-
import { TablePagination as
|
|
180
|
-
import { TableSearch as
|
|
181
|
-
import { TreeIndentContainer as
|
|
182
|
-
import { UnreadSeparator as
|
|
183
|
-
import { alignList as
|
|
184
|
-
import { alignRelation as
|
|
185
|
-
import { clearSavedStep as
|
|
186
|
-
import { closePinModal as
|
|
187
|
-
import { controlsDataMap as
|
|
188
|
-
import { coverCollections as
|
|
189
|
-
import { createFormStoreApi as
|
|
190
|
-
import { cropImage as
|
|
191
|
-
import { default as
|
|
192
|
-
import { default as
|
|
193
|
-
import { escapeHtml as
|
|
194
|
-
import { filterPinnedColumns as
|
|
195
|
-
import { getNextStep as
|
|
196
|
-
import { getTextValidation as
|
|
197
|
-
import { mergeTheme as
|
|
198
|
-
import { default as
|
|
199
|
-
import { serializeToLexicalHtml as
|
|
200
|
-
import { useActiveControl as
|
|
201
|
-
import { useActiveStep as
|
|
202
|
-
import { useCreateTable as
|
|
203
|
-
import { useCropInteraction as
|
|
204
|
-
import { useFormMobile as
|
|
205
|
-
import { useInterpolate as
|
|
206
|
-
import { useSaveRowCount as
|
|
96
|
+
import { AuthErrors as ia, useOAuthErrorParams as la } from "./hooks/useOAuthErrorParams.js";
|
|
97
|
+
import { useDateUtils as na } from "./hooks/useDateUtils.js";
|
|
98
|
+
import { isNumberValue as ua, useQueryParam as ca, useRouteParam as da } from "./hooks/useNumberQueryParam.js";
|
|
99
|
+
import { useDisableWindowScrollDuringDrag as Sa } from "./hooks/useDisableWindowScroll.js";
|
|
100
|
+
import { useAsyncStatus as Ta } from "./hooks/useAsyncStatus.js";
|
|
101
|
+
import { useVideoUploadGuard as Ea } from "./hooks/useVideoUploadGuard.js";
|
|
102
|
+
import { FEATURE_KEYS as Aa, trackFeatureFeedback as Fa, useDelayedFeatureFeedback as La } from "./hooks/useFeatureFeedback.js";
|
|
103
|
+
import { useOfficePreviewAvailable as Pa } from "./hooks/useOfficePreviewAvailable.js";
|
|
104
|
+
import { useUiPref as ba } from "./hooks/useUiPref.js";
|
|
105
|
+
import { useAppContainer as Ua } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
106
|
+
import { appContainerStore as ya } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
107
|
+
import { useAppContainerDataStore as Oa } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
108
|
+
import { closeSearchModal as wa, openSearchModal as ka, useSearchModalStore as Ba } from "./store/searchModal.js";
|
|
109
|
+
import { closeTrashModal as Ha, openTrashModal as za, useTrashModalStore as Wa } from "./store/trashModal.js";
|
|
110
|
+
import { useWorkspacesOrder as ja } from "./store/workspacesOrder.js";
|
|
111
|
+
import { updateTimezone as Xa, useLocalTimezone as Za } from "./store/timezoneStore.js";
|
|
112
|
+
import { closeUserPlansModal as Qa, openUserPlansModal as Ya, useUserPlansModalStore as Ja } from "./store/plansModal.js";
|
|
113
|
+
import { closeUserDiscordDialog as es, openUserDiscordDialog as os, useDiscordDialogStore as rs } from "./store/discordDialogStore.js";
|
|
114
|
+
import { completeFeatureStep as as, finishFeatureFlow as ss, getFeatureCompletedSteps as ms, isFeatureDone as ps, resetFeatureFlow as is, setActiveFeatureTour as ls, setFeatureProgressUserId as fs, useFeatureProgressStore as ns } from "./store/featureProgress.js";
|
|
115
|
+
import { orderMap as us, storageCategoryColors as cs } from "./types/storageCategories.js";
|
|
116
|
+
import { formatStorage as gs, formatStoragePercent as Ss, resolveStorageLimit as Cs } from "./utils/formatStorage.js";
|
|
117
|
+
import { getCroppedBlob as Ms } from "./utils/getCroppedBlob.js";
|
|
118
|
+
import { getPlanBadgeColor as Is } from "./utils/getPlanBadgeColor.js";
|
|
119
|
+
import { addQueryParam as Fs, removeQueryParam as Ls } from "./utils/queryParams.js";
|
|
120
|
+
import { getFeatureRating as Ps, getVisitData as Rs, isFeatureRated as bs, setFeatureRating as vs, setVisitData as Us } from "./lib/layersVisitData.js";
|
|
121
|
+
import { brand as ys, brandI18nVariables as _s } from "./config/brand.js";
|
|
122
|
+
import { getEnvConfig as Ns, getEnvValue as ws, getMaxUploadSize as ks, getOfficeUrl as Bs, isDesktopDownloadEnabled as Vs, isLivekitCallsEnabled as Hs, isLivekitEnabled as zs, isOfficeEnabled as Ws, joinBaseUrlPath as Gs, normalizeBaseUrl as js, normalizeUrl as Ks, parseSizeToBytes as Xs, resolveNonBlankString as Zs } from "./config/envConfig.js";
|
|
123
|
+
import { COLOR_SCHEMES as Qs, DEFAULT_COLOR_SCHEME as Ys, DEFAULT_FONT_FAMILY as Js, DEFAULT_VALUES as $s, isValidColorScheme as em } from "./constants.js";
|
|
124
|
+
import { default as rm } from "./assets/enitityIcons/flow.svg.js";
|
|
125
|
+
import { default as am } from "./assets/enitityIcons/form.svg.js";
|
|
126
|
+
import { default as mm } from "./assets/enitityIcons/page.svg.js";
|
|
127
|
+
import { default as im } from "./assets/enitityIcons/sprint.svg.js";
|
|
128
|
+
import { AUTHOR_COLORS as fm, AVATAR_COLORS as nm, getAuthorColor as xm, getAvatarColor as um } from "./components/Chat/colors.js";
|
|
129
|
+
import { CallMessage as dm } from "./components/Chat/CallMessage/index.js";
|
|
130
|
+
import { ChatBubble as Sm } from "./components/Chat/ChatBubble/index.js";
|
|
131
|
+
import { ChatHeader as Tm } from "./components/Chat/ChatHeader/index.js";
|
|
132
|
+
import { ChatInput as Em } from "./components/Chat/ChatInput/index.js";
|
|
133
|
+
import { ChatLayout as Am } from "./components/Chat/ChatLayout/index.js";
|
|
134
|
+
import { ChatMessage as Lm } from "./components/Chat/ChatMessage/index.js";
|
|
135
|
+
import { ChatPill as Pm } from "./components/Chat/ChatPill/index.js";
|
|
136
|
+
import { CollapsibleContainer as bm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
137
|
+
import { DayMeta as Um } from "./components/Chat/DayMeta/index.js";
|
|
138
|
+
import { DialogItem as ym } from "./components/Chat/DialogItem/index.js";
|
|
139
|
+
import { DialogList as Om } from "./components/Chat/DialogList/index.js";
|
|
140
|
+
import { Error404 as wm } from "./components/ErrorPage/components/Error404.js";
|
|
141
|
+
import { Error406 as Bm } from "./components/ErrorPage/components/Error406.js";
|
|
142
|
+
import { Error500 as Hm } from "./components/ErrorPage/components/Error500.js";
|
|
143
|
+
import { FeatureProgress as Wm } from "./components/FeatureProgress/FeatureProgress.js";
|
|
144
|
+
import { FeatureProgressKey as jm } from "./components/FeatureProgress/constants.js";
|
|
145
|
+
import { FilePicker as Xm } from "./components/FilePicker/FilePicker.js";
|
|
146
|
+
import { FormContextProvider as qm, StepsContext as Qm, useSteps as Ym } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
147
|
+
import { FormStoreProvider as $m, createFormStore as ep, useFormViewerStore as op } from "./components/FormViewer/store/formStore.js";
|
|
148
|
+
import { FormViewer as tp } from "./components/FormViewer/FormViewer.js";
|
|
149
|
+
import { GoogleDriveIcon as sp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
150
|
+
import { ImageCropper as pp } from "./components/ImageCropper/ImageCropper.js";
|
|
151
|
+
import { IntegrationFlowAnimation as lp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
152
|
+
import { LastEditedButton as np } from "./components/LastEditedButton/LastEditedButton.js";
|
|
153
|
+
import { LayersCubeIcon as up } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
154
|
+
import { MAX_MESSAGE_REACTIONS as dp, MessageReactions as gp } from "./components/Chat/MessageReactions/index.js";
|
|
155
|
+
import { MediaDocument as Cp } from "./components/Chat/MediaDocument/index.js";
|
|
156
|
+
import { MediaLibrary as Mp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
157
|
+
import { MediaLibraryBrowser as Ip } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
158
|
+
import { MessageActions as Fp } from "./components/Chat/MessageActions/index.js";
|
|
159
|
+
import { MessageAuthor as Dp } from "./components/Chat/MessageAuthor/index.js";
|
|
160
|
+
import { MessageForward as Rp } from "./components/Chat/MessageForward/index.js";
|
|
161
|
+
import { MessageList as vp } from "./components/Chat/MessageList/index.js";
|
|
162
|
+
import { MessageMeta as hp } from "./components/Chat/MessageMeta/index.js";
|
|
163
|
+
import { MessageReply as _p } from "./components/Chat/MessageReply/index.js";
|
|
164
|
+
import { MessageStatus as Np } from "./components/Chat/MessageStatus/index.js";
|
|
165
|
+
import { MusicPlayerBar as kp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
|
|
166
|
+
import { NavMenu as Vp } from "./components/NavMenu/NavMenu.js";
|
|
167
|
+
import { NavMenuItem as zp, NavMenuLoadMore as Wp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
168
|
+
import { NavMenuLabel as jp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
169
|
+
import { NavMenuProvider as Xp, createNavMenuStore as Zp, useNavMenuStore as qp } from "./components/NavMenu/store.js";
|
|
170
|
+
import { NotionIcon as Yp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
171
|
+
import { OnboardingTourWrapper as $p } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
172
|
+
import { PinModal as oi } from "./components/PinModal/PinModal.js";
|
|
173
|
+
import { STATIC_CLASSES as ti, combineClasses as ai, getPageNumberClass as si } from "./components/FormViewer/helpers/staticClasses.js";
|
|
174
|
+
import { Schemes as pi } from "./components/FormViewer/types/schemes.js";
|
|
175
|
+
import { ServiceMessage as li } from "./components/Chat/ServiceMessage/index.js";
|
|
176
|
+
import { SortableList as ni } from "./components/SortableList/SortableList.js";
|
|
177
|
+
import { StorageEntityItem as ui } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
178
|
+
import { StorageEntityList as di } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
179
|
+
import { TablePagination as Si } from "./components/table/components/TablePagination.js";
|
|
180
|
+
import { TableSearch as Ti } from "./components/table/components/TableSearch.js";
|
|
181
|
+
import { TreeIndentContainer as Ei, TreeIndentItem as Ii } from "./components/TreeIndent/TreeIndent.js";
|
|
182
|
+
import { UnreadSeparator as Fi } from "./components/Chat/UnreadSeparator/index.js";
|
|
183
|
+
import { alignList as Di, conditionOperatorsList as Pi, isLayout as Ri, isSize as bi, isSlideAnimation as vi, layoutList as Ui, mediaContentLayoutList as hi, mediaFullLayoutList as yi, mediaLayoutList as _i, sizeList as Oi, slideAnimationList as Ni } from "./components/FormViewer/types/form.js";
|
|
184
|
+
import { alignRelation as ki } from "./components/FormViewer/helpers/themeUtils.js";
|
|
185
|
+
import { clearSavedStep as Vi, getSavedStepIndex as Hi, isOnboardingCompleted as zi, resetOnboarding as Wi, saveStepIndex as Gi, setOnboardingUserId as ji, suppressOnboarding as Ki, useOnboardingTour as Xi } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
186
|
+
import { closePinModal as qi, openPinModal as Qi, usePinModalStore as Yi } from "./components/PinModal/slice.js";
|
|
187
|
+
import { controlsDataMap as $i } from "./components/FormViewer/helpers/controls.js";
|
|
188
|
+
import { coverCollections as ol } from "./components/FilePicker/coverCollections.js";
|
|
189
|
+
import { createFormStoreApi as tl } from "./components/FormViewer/store/formStoreApi.js";
|
|
190
|
+
import { cropImage as sl } from "./components/ImageCropper/cropUtils.js";
|
|
191
|
+
import { default as pl } from "./lang/locales/ui_en.json.js";
|
|
192
|
+
import { default as ll } from "./lang/locales/ui_es.json.js";
|
|
193
|
+
import { escapeHtml as nl, getVideoEmbedUrl as xl, isVideoPlatformUrl as ul, parseEmbedUrl as cl, parseVideoUrl as dl } from "./lib/contentImport/utils.js";
|
|
194
|
+
import { filterPinnedColumns as Sl, getAggregateValue as Cl, getAggregationColumns as Tl, getColumnId as Ml, getColumnsProps as El, getCurrencyColumn as Il, getDateColumn as Al, getExpandingColumn as Fl, getHeaderStyles as Ll, getNumberColumn as Dl, getPercentColumn as Pl, getRatioColumn as Rl, getSelectionColumn as bl, isTechnicalColumn as vl, mergeColumn as Ul } from "./components/table/helpers/columns.js";
|
|
195
|
+
import { getNextStep as yl, operatorsRelation as _l } from "./components/FormViewer/helpers/conditions.js";
|
|
196
|
+
import { getTextValidation as Nl, isImageUrl as wl, isValidEmail as kl, isValidUrl as Bl, useValidation as Vl } from "./components/FormViewer/helpers/validation.js";
|
|
197
|
+
import { mergeTheme as zl, sortSteps as Wl } from "./components/FormViewer/helpers/helpers.js";
|
|
198
|
+
import { default as jl } from "./lang/locales/ui_ru.json.js";
|
|
199
|
+
import { serializeToLexicalHtml as Xl } from "./lib/contentImport/lexicalSerializer.js";
|
|
200
|
+
import { useActiveControl as ql } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
201
|
+
import { useActiveStep as Yl } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
202
|
+
import { useCreateTable as $l } from "./components/table/hooks/useCreateTable.js";
|
|
203
|
+
import { useCropInteraction as of } from "./components/ImageCropper/useCropInteraction.js";
|
|
204
|
+
import { useFormMobile as tf } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
205
|
+
import { useInterpolate as sf, useInterpolateText as mf } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
206
|
+
import { useSaveRowCount as lf } from "./components/table/hooks/useSaveRowCount.js";
|
|
207
207
|
export {
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
208
|
+
fm as AUTHOR_COLORS,
|
|
209
|
+
nm as AVATAR_COLORS,
|
|
210
|
+
B as ActiveWorkspace,
|
|
211
|
+
Q as AlertsBlock,
|
|
212
212
|
f as AliasTextInput,
|
|
213
213
|
r as AnimatedFigurePage,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
214
|
+
he as AnimationWrapper,
|
|
215
|
+
F as AppContainer,
|
|
216
|
+
hr as AppSidebarButton,
|
|
217
|
+
Ve as AttachmentsGalleryModal,
|
|
218
|
+
$e as AttachmentsPreview,
|
|
219
|
+
ia as AuthErrors,
|
|
220
|
+
zo as BottomDrawerWithoutHeader,
|
|
221
|
+
Jo as BouncingLogo,
|
|
222
|
+
Qs as COLOR_SCHEMES,
|
|
223
|
+
nr as CREATE_CONDITION_FORM_ID,
|
|
224
|
+
dm as CallMessage,
|
|
225
|
+
Sm as ChatBubble,
|
|
226
|
+
Tm as ChatHeader,
|
|
227
|
+
Em as ChatInput,
|
|
228
|
+
Am as ChatLayout,
|
|
229
|
+
Lm as ChatMessage,
|
|
230
|
+
Pm as ChatPill,
|
|
231
|
+
Zo as CircleColorPicker,
|
|
232
|
+
bm as CollapsibleContainer,
|
|
233
|
+
pe as ColorCircle,
|
|
234
|
+
ie as ColorPicker,
|
|
235
|
+
fe as ColorPickerList,
|
|
236
|
+
ve as ColorPickerPopover,
|
|
237
|
+
xe as ColorPickerToolbar,
|
|
238
|
+
oo as CommentComposer,
|
|
239
|
+
to as CommentComposerTypes,
|
|
240
|
+
ko as CommunitiesDialog,
|
|
241
|
+
Go as Copyright,
|
|
242
|
+
b as CustomKBD,
|
|
243
|
+
Ys as DEFAULT_COLOR_SCHEME,
|
|
244
|
+
xr as DEFAULT_END_STEP_ID,
|
|
245
|
+
Js as DEFAULT_FONT_FAMILY,
|
|
246
|
+
ur as DEFAULT_MAX,
|
|
247
|
+
cr as DEFAULT_MEDIA_BRIGHTNESS,
|
|
248
|
+
dr as DEFAULT_MEDIA_SIZE,
|
|
249
|
+
gr as DEFAULT_MIN,
|
|
250
|
+
xt as DEFAULT_MODE,
|
|
251
|
+
Sr as DEFAULT_OPTIONS_MIN,
|
|
252
|
+
Cr as DEFAULT_OPTION_MAX_LENGTH,
|
|
253
|
+
Tr as DEFAULT_START_STEP_ID,
|
|
254
|
+
Rr as DEFAULT_THEME,
|
|
255
|
+
$s as DEFAULT_VALUES,
|
|
256
|
+
Um as DayMeta,
|
|
257
|
+
ym as DialogItem,
|
|
258
|
+
Om as DialogList,
|
|
259
|
+
Mr as EDIT_CONDITION_FORM_ID,
|
|
260
|
+
yo as EXPAND_COLUMN_FIELD,
|
|
261
|
+
I as EmojiPanel,
|
|
262
262
|
T as EmojiPicker,
|
|
263
263
|
Nr as EntityIcon,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
264
|
+
Ko as EntityTitle,
|
|
265
|
+
wm as Error404,
|
|
266
|
+
Bm as Error406,
|
|
267
|
+
Hm as Error500,
|
|
268
|
+
ee as ErrorAlert,
|
|
269
|
+
Z as ErrorPage,
|
|
270
|
+
Aa as FEATURE_KEYS,
|
|
271
|
+
Wm as FeatureProgress,
|
|
272
|
+
jm as FeatureProgressKey,
|
|
273
|
+
Xm as FilePicker,
|
|
274
274
|
S as FilePickerUpload,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
275
|
+
rm as FlowIcon,
|
|
276
|
+
qm as FormContextProvider,
|
|
277
|
+
am as FormIcon,
|
|
278
|
+
$m as FormStoreProvider,
|
|
279
|
+
tp as FormViewer,
|
|
280
|
+
lo as FrontTable,
|
|
281
|
+
sp as GoogleDriveIcon,
|
|
282
|
+
O as GroupAvatar,
|
|
283
|
+
ce as HighlightSwatch,
|
|
284
|
+
Se as IS_APPLE,
|
|
285
|
+
re as IconEntity,
|
|
286
|
+
te as IconType,
|
|
287
|
+
pp as ImageCropper,
|
|
288
|
+
ze as ImageModal,
|
|
289
|
+
lp as IntegrationFlowAnimation,
|
|
290
|
+
po as LanguagePicker,
|
|
291
|
+
np as LastEditedButton,
|
|
292
|
+
up as LayersCubeIcon,
|
|
293
|
+
Xe as LayersLogoCopyright,
|
|
294
|
+
Ze as LayersLogoIcon,
|
|
295
|
+
qe as Logotype,
|
|
296
|
+
dp as MAX_MESSAGE_REACTIONS,
|
|
297
|
+
Er as MAX_OPTIONS_COUNT,
|
|
298
|
+
Cp as MediaDocument,
|
|
299
|
+
Mp as MediaLibrary,
|
|
300
|
+
Ip as MediaLibraryBrowser,
|
|
301
|
+
D as MeetWidgetProvider,
|
|
302
|
+
K as MenuUserDropdown,
|
|
303
|
+
Fp as MessageActions,
|
|
304
|
+
Dp as MessageAuthor,
|
|
305
|
+
Rp as MessageForward,
|
|
306
|
+
vp as MessageList,
|
|
307
|
+
hp as MessageMeta,
|
|
308
|
+
gp as MessageReactions,
|
|
309
|
+
_p as MessageReply,
|
|
310
|
+
Np as MessageStatus,
|
|
311
|
+
kp as MusicPlayerBar,
|
|
312
|
+
Vp as NavMenu,
|
|
313
|
+
zp as NavMenuItem,
|
|
314
|
+
jp as NavMenuLabel,
|
|
315
|
+
Wp as NavMenuLoadMore,
|
|
316
|
+
Xp as NavMenuProvider,
|
|
317
|
+
G as NavbarResizer,
|
|
318
|
+
Re as NewColorPicker,
|
|
319
319
|
x as NoData,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
320
|
+
J as NotFound,
|
|
321
|
+
Vo as NotPublicPanel,
|
|
322
|
+
Yp as NotionIcon,
|
|
323
|
+
_r as Numbers,
|
|
324
|
+
$p as OnboardingTourWrapper,
|
|
325
|
+
mm as PageIcon,
|
|
326
326
|
d as PillTabs,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
327
|
+
oi as PinModal,
|
|
328
|
+
ae as ProjectIcon,
|
|
329
|
+
Ce as RECENT_COLOR_HOTKEY,
|
|
330
|
+
_o as SELECT_COLUMN_FIELD,
|
|
331
|
+
ti as STATIC_CLASSES,
|
|
332
|
+
pi as Schemes,
|
|
333
|
+
_e as SearchFilters,
|
|
334
334
|
Ne as SearchHelpModal,
|
|
335
|
-
|
|
335
|
+
li as ServiceMessage,
|
|
336
336
|
a as SettingsSection,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
337
|
+
w as ShakaVideoPlayer,
|
|
338
|
+
m as SocialLinkRow,
|
|
339
|
+
ni as SortableList,
|
|
340
|
+
im as SprintIcon,
|
|
341
|
+
Qm as StepsContext,
|
|
342
|
+
ui as StorageEntityItem,
|
|
343
|
+
di as StorageEntityList,
|
|
344
|
+
so as StorageUsageProgress,
|
|
345
|
+
Oo as TABLE_AGGREGATION_ROW_ID,
|
|
346
346
|
No as TABLE_ATTRIBUTES,
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
347
|
+
Qo as TableMenu,
|
|
348
|
+
Si as TablePagination,
|
|
349
|
+
Ti as TableSearch,
|
|
350
|
+
de as TextColorIcon,
|
|
351
|
+
Ye as ThemeIndicator,
|
|
352
352
|
i as TimezonePicker,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
353
|
+
Ei as TreeIndentContainer,
|
|
354
|
+
Ii as TreeIndentItem,
|
|
355
|
+
Fi as UnreadSeparator,
|
|
356
|
+
y as UserAvatar,
|
|
357
|
+
z as WorkspaceAvatar,
|
|
358
|
+
V as WorkspaceMenu,
|
|
359
|
+
er as activeControlReselect,
|
|
360
|
+
or as activeStepIdReselect,
|
|
361
|
+
rr as activeStepReselect,
|
|
362
|
+
Fs as addQueryParam,
|
|
363
|
+
no as aggregationReselect,
|
|
364
|
+
Di as alignList,
|
|
365
|
+
ki as alignRelation,
|
|
366
|
+
ya as appContainerStore,
|
|
367
|
+
ut as appDesktop,
|
|
368
|
+
lt as appFeature,
|
|
369
|
+
ct as appServer,
|
|
370
|
+
ys as brand,
|
|
371
|
+
_s as brandI18nVariables,
|
|
372
|
+
Vi as clearSavedStep,
|
|
373
|
+
We as closeImageModal,
|
|
374
|
+
qi as closePinModal,
|
|
375
|
+
we as closeSearchHelpModal,
|
|
376
|
+
wa as closeSearchModal,
|
|
377
|
+
Ha as closeTrashModal,
|
|
378
|
+
es as closeUserDiscordDialog,
|
|
379
|
+
Qa as closeUserPlansModal,
|
|
380
|
+
Te as colorsEqual,
|
|
381
|
+
xo as columnsMapReselect,
|
|
382
|
+
uo as columnsReselect,
|
|
383
|
+
ai as combineClasses,
|
|
384
|
+
ot as combineStatuses,
|
|
385
|
+
as as completeFeatureStep,
|
|
386
|
+
Pi as conditionOperatorsList,
|
|
387
|
+
$i as controlsDataMap,
|
|
388
|
+
tr as controlsReselect,
|
|
389
|
+
ol as coverCollections,
|
|
390
|
+
ep as createFormStore,
|
|
391
|
+
tl as createFormStoreApi,
|
|
392
|
+
Zp as createNavMenuStore,
|
|
393
|
+
bo as createTableStore,
|
|
394
|
+
sl as cropImage,
|
|
395
|
+
oa as dateFnsLocales,
|
|
396
|
+
tt as downloadCSVAsBlob,
|
|
397
|
+
at as downloadImageFromExternalUrl,
|
|
398
|
+
st as downloadURL,
|
|
399
|
+
pl as enUI,
|
|
400
|
+
ll as esUI,
|
|
401
|
+
nl as escapeHtml,
|
|
402
|
+
Ft as filterHierarchyByTypes,
|
|
403
|
+
Sl as filterPinnedColumns,
|
|
404
|
+
ss as finishFeatureFlow,
|
|
405
|
+
It as formatBytes,
|
|
406
|
+
gs as formatStorage,
|
|
407
|
+
Ss as formatStoragePercent,
|
|
408
|
+
pt as generateLink,
|
|
409
|
+
Cl as getAggregateValue,
|
|
410
|
+
Tl as getAggregationColumns,
|
|
411
|
+
xm as getAuthorColor,
|
|
412
|
+
um as getAvatarColor,
|
|
413
|
+
Gt as getBrowserTimeZone,
|
|
414
|
+
Ml as getColumnId,
|
|
415
|
+
El as getColumnsProps,
|
|
416
|
+
Ms as getCroppedBlob,
|
|
417
|
+
Il as getCurrencyColumn,
|
|
418
|
+
Al as getDateColumn,
|
|
419
|
+
Ir as getDefaultDropdownOptions,
|
|
420
|
+
Ar as getDefaultEndStep,
|
|
421
|
+
Fr as getDefaultStartStep,
|
|
422
|
+
Ns as getEnvConfig,
|
|
423
|
+
ws as getEnvValue,
|
|
424
|
+
Fl as getExpandingColumn,
|
|
425
|
+
ms as getFeatureCompletedSteps,
|
|
426
|
+
Ps as getFeatureRating,
|
|
427
|
+
Rt as getFileIcons,
|
|
428
|
+
vt as getFileType,
|
|
429
|
+
Lr as getFirstStep,
|
|
430
|
+
Ll as getHeaderStyles,
|
|
431
|
+
ks as getMaxUploadSize,
|
|
432
|
+
St as getMimeType,
|
|
433
|
+
yl as getNextStep,
|
|
434
|
+
Dl as getNumberColumn,
|
|
435
|
+
Bs as getOfficeUrl,
|
|
436
|
+
si as getPageNumberClass,
|
|
437
|
+
ht as getPartOfTheDay,
|
|
438
|
+
Pl as getPercentColumn,
|
|
439
|
+
Is as getPlanBadgeColor,
|
|
440
|
+
dt as getPlatformInfo,
|
|
441
|
+
Dt as getRandomIconColor,
|
|
442
|
+
Dr as getRandomId,
|
|
443
|
+
Rl as getRatioColumn,
|
|
444
|
+
jt as getSafeFormatter,
|
|
445
|
+
Hi as getSavedStepIndex,
|
|
446
|
+
bl as getSelectionColumn,
|
|
447
|
+
Nl as getTextValidation,
|
|
448
|
+
Kt as getTimeZones,
|
|
449
|
+
Xt as getUtcOffset,
|
|
450
|
+
xl as getVideoEmbedUrl,
|
|
451
|
+
Rs as getVisitData,
|
|
452
452
|
u as illustrationMap,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
453
|
+
Vt as initHotjar,
|
|
454
|
+
_t as isAppMode,
|
|
455
|
+
Me as isDefaultColor,
|
|
456
|
+
Vs as isDesktopDownloadEnabled,
|
|
457
|
+
ft as isFeature,
|
|
458
|
+
ps as isFeatureDone,
|
|
459
|
+
bs as isFeatureRated,
|
|
460
|
+
ar as isFormDirtyReselect,
|
|
461
|
+
Ct as isGalleryMediaFile,
|
|
462
|
+
wl as isImageUrl,
|
|
463
|
+
Ri as isLayout,
|
|
464
|
+
Hs as isLivekitCallsEnabled,
|
|
465
|
+
zs as isLivekitEnabled,
|
|
466
|
+
Tt as isMobileDevice,
|
|
466
467
|
Nt as isNoAccessError,
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
468
|
+
ua as isNumberValue,
|
|
469
|
+
Ws as isOfficeEnabled,
|
|
470
|
+
Kr as isOfflineSuppressed,
|
|
471
|
+
zi as isOnboardingCompleted,
|
|
472
|
+
bi as isSize,
|
|
473
|
+
vi as isSlideAnimation,
|
|
474
|
+
vl as isTechnicalColumn,
|
|
475
|
+
Ee as isTextSectionKey,
|
|
476
|
+
em as isValidColorScheme,
|
|
477
|
+
kl as isValidEmail,
|
|
478
|
+
Zt as isValidTimeZone,
|
|
479
|
+
Bl as isValidUrl,
|
|
480
|
+
Mt as isVideoFile,
|
|
481
|
+
ul as isVideoPlatformUrl,
|
|
482
|
+
Gs as joinBaseUrlPath,
|
|
483
|
+
Ui as layoutList,
|
|
484
|
+
hi as mediaContentLayoutList,
|
|
485
|
+
yi as mediaFullLayoutList,
|
|
486
|
+
_i as mediaLayoutList,
|
|
487
|
+
Ul as mergeColumn,
|
|
488
|
+
zl as mergeTheme,
|
|
489
|
+
co as metaReselect,
|
|
490
|
+
js as normalizeBaseUrl,
|
|
491
|
+
Ie as normalizeColorItem,
|
|
492
|
+
Ks as normalizeUrl,
|
|
493
|
+
Ge as openImageModal,
|
|
494
|
+
Qi as openPinModal,
|
|
495
|
+
vr as openRemoveConfirmModal,
|
|
496
|
+
ke as openSearchHelpModal,
|
|
497
|
+
ka as openSearchModal,
|
|
498
|
+
U as openSubmitModal,
|
|
499
|
+
za as openTrashModal,
|
|
500
|
+
os as openUserDiscordDialog,
|
|
501
|
+
Ya as openUserPlansModal,
|
|
502
|
+
_l as operatorsRelation,
|
|
503
|
+
us as orderMap,
|
|
504
|
+
go as paginationMetaReselect,
|
|
505
|
+
kt as parseDate,
|
|
506
|
+
cl as parseEmbedUrl,
|
|
507
|
+
qt as parseInvalidTz,
|
|
508
|
+
Xs as parseSizeToBytes,
|
|
509
|
+
dl as parseVideoUrl,
|
|
510
|
+
Yr as pickRandomEmoji,
|
|
511
|
+
sr as questionNumberReselect,
|
|
512
|
+
Ls as removeQueryParam,
|
|
513
|
+
se as renderIcon,
|
|
514
|
+
is as resetFeatureFlow,
|
|
515
|
+
Wi as resetOnboarding,
|
|
516
|
+
Ae as resolveColorLabel,
|
|
517
|
+
Zs as resolveNonBlankString,
|
|
518
|
+
Fe as resolveRecentKind,
|
|
519
|
+
Cs as resolveStorageLimit,
|
|
520
|
+
So as rowsReselect,
|
|
521
|
+
jl as ruUI,
|
|
522
|
+
Gi as saveStepIndex,
|
|
523
|
+
Co as searchedRowsReselect,
|
|
524
|
+
To as selectionReselect,
|
|
525
|
+
Xl as serializeToLexicalHtml,
|
|
526
|
+
ls as setActiveFeatureTour,
|
|
527
|
+
fs as setFeatureProgressUserId,
|
|
528
|
+
vs as setFeatureRating,
|
|
529
|
+
Xr as setOfflineSuppression,
|
|
530
|
+
ji as setOnboardingUserId,
|
|
531
|
+
Us as setVisitData,
|
|
532
|
+
kr as showChatToast,
|
|
533
|
+
Br as showErrorNotification,
|
|
534
|
+
qr as showFeatureFeedback,
|
|
535
|
+
Vr as showMessageNotification,
|
|
536
|
+
Hr as showRequestNotifications,
|
|
537
|
+
zr as showSuccessNotification,
|
|
538
|
+
Wr as showWarningNotification,
|
|
539
|
+
Oi as sizeList,
|
|
540
|
+
Ni as slideAnimationList,
|
|
541
|
+
Wl as sortSteps,
|
|
542
|
+
Mo as sortedRowsReselect,
|
|
542
543
|
mr as startStepReselect,
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
Do as
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
ca as
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
544
|
+
pr as stepByControlReselect,
|
|
545
|
+
ir as stepsReselect,
|
|
546
|
+
cs as storageCategoryColors,
|
|
547
|
+
Ki as suppressOnboarding,
|
|
548
|
+
Do as tableColumnDateTypes,
|
|
549
|
+
Po as tableColumnNumberTypes,
|
|
550
|
+
lr as themeReselect,
|
|
551
|
+
Fa as trackFeatureFeedback,
|
|
552
|
+
Gr as updateMessageNotification,
|
|
553
|
+
Xa as updateTimezone,
|
|
554
|
+
ql as useActiveControl,
|
|
555
|
+
Yl as useActiveStep,
|
|
556
|
+
Ua as useAppContainer,
|
|
557
|
+
Oa as useAppContainerDataStore,
|
|
558
|
+
Ta as useAsyncStatus,
|
|
559
|
+
je as useChangePasswordModalStore,
|
|
560
|
+
$l as useCreateTable,
|
|
561
|
+
of as useCropInteraction,
|
|
562
|
+
ra as useDateFnsLocale,
|
|
563
|
+
na as useDateUtils,
|
|
564
|
+
La as useDelayedFeatureFeedback,
|
|
565
|
+
Sa as useDisableWindowScrollDuringDrag,
|
|
566
|
+
rs as useDiscordDialogStore,
|
|
567
|
+
M as useEmojiPickerLocales,
|
|
568
|
+
ns as useFeatureProgressStore,
|
|
569
|
+
tf as useFormMobile,
|
|
570
|
+
op as useFormViewerStore,
|
|
571
|
+
aa as useFormatDistance,
|
|
572
|
+
sf as useInterpolate,
|
|
573
|
+
mf as useInterpolateText,
|
|
574
|
+
$r as useIsDarkTheme,
|
|
575
|
+
Za as useLocalTimezone,
|
|
576
|
+
P as useMeetWidget,
|
|
577
|
+
Yt as useMenu,
|
|
578
|
+
qp as useNavMenuStore,
|
|
579
|
+
la as useOAuthErrorParams,
|
|
580
|
+
Pa as useOfficePreviewAvailable,
|
|
581
|
+
Xi as useOnboardingTour,
|
|
582
|
+
Yi as usePinModalStore,
|
|
583
|
+
$t as usePlatform,
|
|
584
|
+
ca as useQueryParam,
|
|
585
|
+
De as useRecentColors,
|
|
586
|
+
da as useRouteParam,
|
|
587
|
+
lf as useSaveRowCount,
|
|
588
|
+
Ba as useSearchModalStore,
|
|
589
|
+
Ym as useSteps,
|
|
587
590
|
ma as useSwipeDetect,
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
591
|
+
Uo as useTableStore,
|
|
592
|
+
Wa as useTrashModalStore,
|
|
593
|
+
ba as useUiPref,
|
|
594
|
+
Ja as useUserPlansModalStore,
|
|
595
|
+
Vl as useValidation,
|
|
596
|
+
Ea as useVideoUploadGuard,
|
|
597
|
+
ja as useWorkspacesOrder,
|
|
598
|
+
zt as validateAliasFormat,
|
|
599
|
+
Eo as variableReselect,
|
|
600
|
+
Io as visibleColumnsBySideReselect,
|
|
601
|
+
Ao as visibleColumnsReselect,
|
|
602
|
+
Fo as visibleRowsReselect
|
|
600
603
|
};
|