@layers-app/shared 0.4.7 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/default-workspace-avatar.jpg.js +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +32 -32
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- package/dist/components/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +76 -71
- package/dist/components/AppContainer/AppContainer.module.css.js +14 -14
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +77 -49
- package/dist/components/AppContainer/components/NavbarContent.d.ts.map +1 -1
- package/dist/components/AppContainer/components/NavbarContent.js +16 -2
- package/dist/components/AppContainer/components/ToolSidebar.d.ts +5 -0
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +42 -30
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +90 -90
- package/dist/components/AppContainer/types.d.ts +12 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +59 -52
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +1 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +16 -15
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +22 -22
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts +3 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +237 -93
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +22 -20
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -4
- package/dist/components/Chat/CallMessage/CallMessage.module.css.js +8 -8
- package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +1 -1
- package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +1 -1
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +44 -44
- package/dist/components/Chat/ChatInput/index.d.ts +13 -1
- package/dist/components/Chat/ChatInput/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatInput/index.js +264 -164
- package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts +16 -0
- package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/useVoiceRecorder.js +83 -0
- package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +4 -4
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +20 -16
- package/dist/components/Chat/ChatMessage/index.d.ts +16 -0
- package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -1
- package/dist/components/Chat/ChatMessage/index.js +153 -118
- package/dist/components/Chat/ChatPill/ChatPill.module.css.js +1 -1
- package/dist/components/Chat/DialogItem/DialogItem.module.css.js +4 -4
- package/dist/components/Chat/DialogList/DialogList.module.css.js +1 -1
- package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +4 -4
- package/dist/components/Chat/MessageActions/MessageActions.module.css.js +1 -1
- package/dist/components/Chat/MessageActions/index.d.ts +2 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageActions/index.js +188 -50
- package/dist/components/Chat/MessageAuthor/index.d.ts +7 -1
- package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageAuthor/index.js +39 -25
- package/dist/components/Chat/MessageForward/MessageForward.module.css.js +1 -1
- package/dist/components/Chat/MessageList/MessageList.module.css.js +14 -12
- package/dist/components/Chat/MessageList/index.d.ts +17 -25
- package/dist/components/Chat/MessageList/index.d.ts.map +1 -1
- package/dist/components/Chat/MessageList/index.js +201 -149
- package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +3 -3
- package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +12 -12
- package/dist/components/Chat/MessageReply/MessageReply.module.css.js +7 -7
- package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +8 -8
- package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +1 -1
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.module.css.js +32 -26
- package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerList.js +83 -72
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +1 -0
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +94 -85
- package/dist/components/ColorPicker/icons.js +5 -5
- package/dist/components/ColorPicker/types.d.ts +6 -0
- package/dist/components/ColorPicker/types.d.ts.map +1 -1
- package/dist/components/ColorPicker/types.js +53 -11
- package/dist/components/ColorPicker/useRecentColors.d.ts +3 -1
- package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -1
- package/dist/components/ColorPicker/useRecentColors.js +43 -20
- package/dist/components/CommentComposer/CommentComposer.module.css.js +14 -10
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +2 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +29 -26
- package/dist/components/CommentComposer/index.d.ts +2 -1
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +333 -313
- package/dist/components/CommentComposer/types.d.ts +10 -0
- package/dist/components/CommentComposer/types.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/CustomKBD/index.js +21 -22
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +129 -121
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.d.ts +3 -4
- package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
- package/dist/components/EntityTitle/EntityTitle.js +81 -80
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.module.css.js +7 -7
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +33 -17
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/InfiniteScroll.d.ts +12 -0
- package/dist/components/Notification/InfiniteScroll.d.ts.map +1 -0
- package/dist/components/Notification/InfiniteScroll.js +42 -0
- package/dist/components/Notification/Notification.d.ts +4 -1
- package/dist/components/Notification/Notification.d.ts.map +1 -1
- package/dist/components/Notification/Notification.module.css.js +28 -4
- package/dist/components/Notification/atoms/ActionBadge.d.ts +11 -0
- package/dist/components/Notification/atoms/ActionBadge.d.ts.map +1 -0
- package/dist/components/Notification/atoms/ActionBadge.js +53 -0
- package/dist/components/Notification/atoms/ArchiveIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/ArchiveIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/ArchiveIcon.js +40 -0
- package/dist/components/Notification/atoms/InboxIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/InboxIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/InboxIcon.js +33 -0
- package/dist/components/Notification/atoms/MarkReadIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/MarkReadIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/MarkReadIcon.js +33 -0
- package/dist/components/Notification/atoms/ResourceIcon.d.ts +7 -0
- package/dist/components/Notification/atoms/ResourceIcon.d.ts.map +1 -0
- package/dist/components/Notification/atoms/TabBadge.d.ts +7 -0
- package/dist/components/Notification/atoms/TabBadge.d.ts.map +1 -0
- package/dist/components/Notification/atoms/TabBadge.js +32 -0
- package/dist/components/Notification/atoms/UnreadDot.d.ts +6 -0
- package/dist/components/Notification/atoms/UnreadDot.d.ts.map +1 -0
- package/dist/components/Notification/atoms/UnreadDot.js +23 -0
- package/dist/components/Notification/atoms/index.d.ts +5 -0
- package/dist/components/Notification/atoms/index.d.ts.map +1 -0
- package/dist/components/Notification/hooks/index.d.ts +8 -0
- package/dist/components/Notification/hooks/index.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxActions.d.ts +12 -0
- package/dist/components/Notification/hooks/useInboxActions.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxActions.js +58 -0
- package/dist/components/Notification/hooks/useInboxLoader.d.ts +8 -0
- package/dist/components/Notification/hooks/useInboxLoader.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useInboxLoader.js +49 -0
- package/dist/components/Notification/hooks/useNotificationItem.d.ts +26 -0
- package/dist/components/Notification/hooks/useNotificationItem.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationItem.js +51 -0
- package/dist/components/Notification/hooks/useNotificationStore.d.ts +49 -0
- package/dist/components/Notification/hooks/useNotificationStore.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationStore.js +139 -0
- package/dist/components/Notification/hooks/useNotificationStream.d.ts +2 -0
- package/dist/components/Notification/hooks/useNotificationStream.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationStream.js +86 -0
- package/dist/components/Notification/hooks/useNotificationTime.d.ts +2 -0
- package/dist/components/Notification/hooks/useNotificationTime.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationTime.js +23 -0
- package/dist/components/Notification/hooks/useNotificationsApi.d.ts +25 -0
- package/dist/components/Notification/hooks/useNotificationsApi.d.ts.map +1 -0
- package/dist/components/Notification/hooks/useNotificationsApi.js +64 -0
- package/dist/components/Notification/lib/api.d.ts +4 -0
- package/dist/components/Notification/lib/api.d.ts.map +1 -0
- package/dist/components/Notification/lib/api.js +19 -0
- package/dist/components/Notification/lib/index.d.ts +5 -0
- package/dist/components/Notification/lib/index.d.ts.map +1 -0
- package/dist/components/Notification/lib/notificationText.d.ts +10 -0
- package/dist/components/Notification/lib/notificationText.d.ts.map +1 -0
- package/dist/components/Notification/lib/notificationText.js +131 -0
- package/dist/components/Notification/lib/stripHtml.d.ts +2 -0
- package/dist/components/Notification/lib/stripHtml.d.ts.map +1 -0
- package/dist/components/Notification/lib/stripHtml.js +6 -0
- package/dist/components/Notification/lib/types.d.ts +45 -0
- package/dist/components/Notification/lib/types.d.ts.map +1 -0
- package/dist/components/Notification/lib/types.js +9 -0
- package/dist/components/Notification/molecules/InboxEmpty.d.ts +8 -0
- package/dist/components/Notification/molecules/InboxEmpty.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxEmpty.js +21 -0
- package/dist/components/Notification/molecules/InboxHeader.d.ts +17 -0
- package/dist/components/Notification/molecules/InboxHeader.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxHeader.js +73 -0
- package/dist/components/Notification/molecules/InboxTabs.d.ts +15 -0
- package/dist/components/Notification/molecules/InboxTabs.d.ts.map +1 -0
- package/dist/components/Notification/molecules/InboxTabs.js +60 -0
- package/dist/components/Notification/molecules/NotificationActions.d.ts +9 -0
- package/dist/components/Notification/molecules/NotificationActions.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationActions.js +64 -0
- package/dist/components/Notification/molecules/NotificationAvatar.d.ts +17 -0
- package/dist/components/Notification/molecules/NotificationAvatar.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationAvatar.js +38 -0
- package/dist/components/Notification/molecules/NotificationContent.d.ts +22 -0
- package/dist/components/Notification/molecules/NotificationContent.d.ts.map +1 -0
- package/dist/components/Notification/molecules/NotificationContent.js +183 -0
- package/dist/components/Notification/molecules/index.d.ts +7 -0
- package/dist/components/Notification/molecules/index.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxItem.d.ts +14 -0
- package/dist/components/Notification/organisms/InboxItem.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxItem.js +100 -0
- package/dist/components/Notification/organisms/InboxPanel.d.ts +4 -0
- package/dist/components/Notification/organisms/InboxPanel.d.ts.map +1 -0
- package/dist/components/Notification/organisms/InboxPanel.js +99 -0
- package/dist/components/Notification/organisms/index.d.ts +3 -0
- package/dist/components/Notification/organisms/index.d.ts.map +1 -0
- package/dist/components/PillTabs/PillTabs.module.css.js +1 -1
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/modals/RemoveConfirmModal.js +27 -26
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/envConfig.d.ts +2 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +29 -28
- package/dist/helpers/getFileIcons.js +5 -5
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +11 -1
- package/dist/helpers/platform.d.ts +1 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +1 -0
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDateUtils.d.ts +3 -1
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +23 -18
- package/dist/index.css +1 -1
- package/dist/index.js +595 -588
- package/dist/lang/locales/ui_en.json.js +9 -7
- package/dist/lang/locales/ui_es.json.js +6 -4
- package/dist/lang/locales/ui_ru.json.js +8 -6
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.context.js +15 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.js +228 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.module.css.js +4 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioControls.js +19 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioMuteButton.js +30 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioPlayButton.js +40 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSkipButton.js +28 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpectrum.js +137 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpeedControl.js +31 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeDisplay.js +44 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeline.js +71 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioVolumeSlider.js +43 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioWaveform.js +166 -0
- package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/use-audio.js +201 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.context.js +15 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.js +272 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.module.css.js +4 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoCaptionsButton.js +55 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoControls.js +30 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoFullscreenButton.js +31 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoMuteButton.js +29 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPiPButton.js +29 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPlayButton.js +28 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoSkipButton.js +27 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeDisplay.js +44 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeline.js +70 -0
- package/dist/node_modules/@gfazioli/mantine-video/dist/esm/use-video.js +170 -0
- package/docs/README.md +499 -499
- package/package.json +81 -79
- package/dist/components/Notification/Notification.js +0 -119
- package/dist/components/Notification/NotificationCard.d.ts +0 -10
- package/dist/components/Notification/NotificationCard.d.ts.map +0 -1
- package/dist/components/Notification/NotificationCard.js +0 -93
package/dist/index.js
CHANGED
|
@@ -1,614 +1,621 @@
|
|
|
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
|
|
9
|
+
import { EmojiPicker as T, useEmojiPickerLocales as E } from "./components/EmojiPicker/EmojiPicker.js";
|
|
10
|
+
import { EmojiPanel as I } from "./components/EmojiPicker/EmojiPanel.js";
|
|
11
|
+
import { AppContainer as D } from "./components/AppContainer/AppContainer.js";
|
|
12
|
+
import { MeetWidgetProvider as F, useMeetWidget as P } from "./components/AppContainer/MeetWidgetContext.js";
|
|
13
|
+
import { CustomKBD as b } from "./components/CustomKBD/index.js";
|
|
14
|
+
import { openSubmitModal as _ } from "./components/SubmitModal/index.js";
|
|
15
15
|
import { UserAvatar as v } from "./components/UserAvatar/index.js";
|
|
16
|
-
import { GroupAvatar as
|
|
17
|
-
import { ShakaVideoPlayer as
|
|
18
|
-
import { createVideoSettingsDataSource as
|
|
19
|
-
import { ActiveWorkspace as
|
|
20
|
-
import { WorkspaceAvatar as
|
|
21
|
-
import { NavbarResizer as
|
|
16
|
+
import { GroupAvatar as O } from "./components/GroupAvatar/index.js";
|
|
17
|
+
import { ShakaVideoPlayer as w } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
18
|
+
import { createVideoSettingsDataSource as V } from "./videoSettings/createVideoSettingsDataSource.js";
|
|
19
|
+
import { ActiveWorkspace as H, WorkspaceMenu as z } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
20
|
+
import { WorkspaceAvatar as W } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
21
|
+
import { NavbarResizer as K } from "./components/NavbarResizer/NavbarResizer.js";
|
|
22
22
|
import { MenuUserDropdown as Z } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
23
23
|
import { ErrorPage as Q } from "./components/ErrorPage/index.js";
|
|
24
|
-
import { AlertsBlock as
|
|
25
|
-
import { NotFound as
|
|
26
|
-
import { ErrorAlert as
|
|
27
|
-
import { IconEntity as
|
|
28
|
-
import { ColorCircle as
|
|
29
|
-
import { ColorPickerList as
|
|
30
|
-
import { ColorPickerToolbar as
|
|
31
|
-
import { HighlightSwatch as
|
|
32
|
-
import { isDefaultColor as
|
|
33
|
-
import { useRecentColors as
|
|
34
|
-
import { NewColorPicker as
|
|
35
|
-
import { ColorPickerPopover as
|
|
36
|
-
import { AnimationWrapper as
|
|
37
|
-
import { SearchFilters as
|
|
38
|
-
import { SearchHelpModal as
|
|
39
|
-
import { AttachmentsGalleryModal as
|
|
40
|
-
import { ImageModal as
|
|
41
|
-
import { LayersLogoCopyright as
|
|
42
|
-
import { ThemeIndicator as
|
|
43
|
-
import { AttachmentsPreview as
|
|
44
|
-
import { CommentComposer as
|
|
45
|
-
import { CommentComposerTypes as
|
|
46
|
-
import { StorageUsageProgress as
|
|
47
|
-
import { LanguagePicker as
|
|
48
|
-
import { FrontTable as
|
|
49
|
-
import { aggregationReselect as
|
|
50
|
-
import { tableColumnDateTypes as
|
|
51
|
-
import { createTableStore as
|
|
52
|
-
import { useTableStore as
|
|
53
|
-
import { EXPAND_COLUMN_FIELD as
|
|
54
|
-
import { CommunitiesDialog as
|
|
55
|
-
import { NotPublicPanel as
|
|
56
|
-
import { BottomDrawerWithoutHeader as
|
|
57
|
-
import { Copyright as
|
|
58
|
-
import { EntityTitle as
|
|
59
|
-
import { CircleColorPicker as
|
|
60
|
-
import { TableMenu as
|
|
61
|
-
import { BouncingLogo as
|
|
62
|
-
import { activeControlReselect as
|
|
63
|
-
import { CREATE_CONDITION_FORM_ID as
|
|
64
|
-
import { DEFAULT_THEME as
|
|
65
|
-
import { openRemoveConfirmModal as
|
|
66
|
-
import { AppSidebarButton as
|
|
67
|
-
import { Numbers as
|
|
68
|
-
import { EntityIcon as
|
|
69
|
-
import { showChatToast as
|
|
70
|
-
import { isOfflineSuppressed as
|
|
71
|
-
import { showFeatureFeedback as
|
|
72
|
-
import { pickRandomEmoji as
|
|
73
|
-
import { useIsDarkTheme as
|
|
74
|
-
import { combineStatuses as
|
|
75
|
-
import { downloadCSVAsBlob as
|
|
76
|
-
import { generateLink as
|
|
77
|
-
import { appFeature as
|
|
78
|
-
import { DEFAULT_MODE as
|
|
79
|
-
import { getMimeType as
|
|
80
|
-
import { formatBytes as
|
|
81
|
-
import { filterHierarchyByTypes as
|
|
82
|
-
import { getRandomIconColor as
|
|
83
|
-
import { getFileIcons as
|
|
84
|
-
import { getFileType as
|
|
85
|
-
import { getPartOfTheDay as
|
|
86
|
-
import { isAppMode as
|
|
87
|
-
import { isNoAccessError as
|
|
88
|
-
import { parseDate as
|
|
89
|
-
import { initHotjar as
|
|
90
|
-
import { validateAliasFormat as
|
|
91
|
-
import { getBrowserTimeZone as
|
|
92
|
-
import { useMenu as
|
|
93
|
-
import { usePlatform as
|
|
94
|
-
import { dateFnsLocales as
|
|
95
|
-
import { useFormatDistance as
|
|
96
|
-
import { useSwipeDetect as
|
|
97
|
-
import { AuthErrors as
|
|
98
|
-
import { useDateUtils as
|
|
99
|
-
import { isNumberValue as
|
|
100
|
-
import { useDisableWindowScrollDuringDrag as
|
|
101
|
-
import { useAsyncStatus as
|
|
102
|
-
import { useVideoUploadGuard as
|
|
103
|
-
import { FEATURE_KEYS as
|
|
104
|
-
import { useOfficePreviewAvailable as
|
|
105
|
-
import { useUiPref as
|
|
106
|
-
import { useAppContainer as
|
|
107
|
-
import { appContainerStore as
|
|
108
|
-
import { useAppContainerDataStore as
|
|
109
|
-
import { closeSearchModal as
|
|
110
|
-
import { closeTrashModal as
|
|
111
|
-
import { useWorkspacesOrder as
|
|
112
|
-
import { updateTimezone as
|
|
113
|
-
import { closeUserPlansModal as
|
|
114
|
-
import { closeUserDiscordDialog as
|
|
115
|
-
import { completeFeatureStep as
|
|
116
|
-
import { orderMap as
|
|
117
|
-
import { formatStorage as
|
|
118
|
-
import { getCroppedBlob as
|
|
119
|
-
import { getPlanBadgeColor as
|
|
120
|
-
import { addQueryParam as
|
|
121
|
-
import { getFeatureRating as
|
|
122
|
-
import { brand as
|
|
123
|
-
import { getEnvConfig as
|
|
124
|
-
import { COLOR_SCHEMES as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { AUTHOR_COLORS as
|
|
131
|
-
import { CallMessage as
|
|
132
|
-
import { ChatBubble as
|
|
133
|
-
import { ChatHeader as
|
|
134
|
-
import { ChatInput as
|
|
135
|
-
import { ChatLayout as
|
|
136
|
-
import { ChatMessage as
|
|
137
|
-
import { ChatPill as
|
|
138
|
-
import { CollapsibleContainer as
|
|
139
|
-
import { DayMeta as
|
|
140
|
-
import { DialogItem as
|
|
141
|
-
import { DialogList as
|
|
142
|
-
import { Error404 as
|
|
143
|
-
import { Error406 as
|
|
144
|
-
import { Error500 as
|
|
145
|
-
import { FeatureProgress as
|
|
146
|
-
import { FeatureProgressKey as
|
|
147
|
-
import { FilePicker as
|
|
148
|
-
import { FormContextProvider as
|
|
149
|
-
import { FormStoreProvider as
|
|
150
|
-
import { FormViewer as
|
|
151
|
-
import { GoogleDriveIcon as
|
|
152
|
-
import { IS_TOUCH_DEVICE as
|
|
153
|
-
import { ImageCropper as
|
|
154
|
-
import { IntegrationFlowAnimation as
|
|
155
|
-
import { LastEditedButton as
|
|
156
|
-
import { LayersCubeIcon as
|
|
157
|
-
import { MAX_MESSAGE_REACTIONS as
|
|
158
|
-
import { MediaDocument as
|
|
159
|
-
import { MediaLibrary as
|
|
160
|
-
import { MediaLibraryBrowser as
|
|
161
|
-
import { MessageActions as
|
|
162
|
-
import { MessageAuthor as
|
|
163
|
-
import { MessageForward as
|
|
164
|
-
import { MessageList as
|
|
165
|
-
import { MessageMeta as
|
|
166
|
-
import { MessageReply as
|
|
167
|
-
import { MessageStatus as
|
|
168
|
-
import { MusicPlayerBar as
|
|
169
|
-
import { NavMenu as
|
|
170
|
-
import { NavMenuItem as
|
|
171
|
-
import { NavMenuLabel as
|
|
172
|
-
import { NavMenuProvider as
|
|
173
|
-
import { NotionIcon as
|
|
174
|
-
import { OnboardingTourWrapper as
|
|
175
|
-
import { PinModal as
|
|
176
|
-
import { STATIC_CLASSES as
|
|
177
|
-
import { Schemes as
|
|
178
|
-
import { ServiceMessage as
|
|
179
|
-
import { SortableList as
|
|
180
|
-
import { StorageEntityItem as
|
|
181
|
-
import { StorageEntityList as
|
|
182
|
-
import { TablePagination as
|
|
183
|
-
import { TableSearch as
|
|
184
|
-
import { TreeIndentContainer as
|
|
185
|
-
import { UnreadSeparator as
|
|
186
|
-
import { VideoPlayer as
|
|
187
|
-
import { VideoSettingsModal as
|
|
188
|
-
import { alignList as
|
|
189
|
-
import { alignRelation as
|
|
190
|
-
import { clearSavedStep as
|
|
191
|
-
import { closePinModal as
|
|
192
|
-
import { controlsDataMap as
|
|
193
|
-
import { coverCollections as
|
|
194
|
-
import { createFormStoreApi as
|
|
195
|
-
import { cropImage as
|
|
196
|
-
import { default as
|
|
197
|
-
import { default as
|
|
198
|
-
import { escapeHtml as
|
|
199
|
-
import { filterPinnedColumns as
|
|
200
|
-
import { getNextStep as
|
|
201
|
-
import { getTextValidation as
|
|
202
|
-
import { isAutoGeneratedTrack as
|
|
203
|
-
import { mergeTheme as
|
|
204
|
-
import { parseChaptersText as
|
|
205
|
-
import { default as
|
|
206
|
-
import { serializeToLexicalHtml as
|
|
207
|
-
import { useActiveControl as
|
|
208
|
-
import { useActiveStep as
|
|
209
|
-
import { useCreateTable as
|
|
210
|
-
import { useCropInteraction as
|
|
211
|
-
import { useFormMobile as
|
|
212
|
-
import { useInterpolate as
|
|
213
|
-
import { useSaveRowCount as
|
|
24
|
+
import { AlertsBlock as J } from "./components/AlertsBlock/index.js";
|
|
25
|
+
import { NotFound as ee } from "./components/NotFound/NoFound.js";
|
|
26
|
+
import { ErrorAlert as re } from "./components/ErrorAlert/index.js";
|
|
27
|
+
import { IconEntity as ae, IconType as se, ProjectIcon as me, renderIcon as pe } from "./components/ProjectIcon/ProjectIcon.js";
|
|
28
|
+
import { ColorCircle as le, ColorPicker as fe } from "./components/ColorPicker/ColorPicker.js";
|
|
29
|
+
import { ColorPickerList as xe } from "./components/ColorPicker/ColorPickerList.js";
|
|
30
|
+
import { ColorPickerToolbar as ce } from "./components/ColorPicker/ColorPickerToolbar.js";
|
|
31
|
+
import { HighlightSwatch as ge, TextColorIcon as Se } from "./components/ColorPicker/icons.js";
|
|
32
|
+
import { IS_APPLE as Te, RECENT_COLOR_HOTKEY as Ee, colorsEqual as Me, isDefaultColor as Ie, isTextSectionKey as Ae, normalizeColorItem as De, resolveColorLabel as Le, resolveRecentKind as Fe } from "./components/ColorPicker/types.js";
|
|
33
|
+
import { useRecentColors as Re } from "./components/ColorPicker/useRecentColors.js";
|
|
34
|
+
import { NewColorPicker as Ue } from "./components/NewColorPicker/index.js";
|
|
35
|
+
import { ColorPickerPopover as he } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
36
|
+
import { AnimationWrapper as ye } from "./components/AnimationWrapper/index.js";
|
|
37
|
+
import { SearchFilters as Ne } from "./components/SearchFilters/SearchFilters.js";
|
|
38
|
+
import { SearchHelpModal as ke, closeSearchHelpModal as Ve, openSearchHelpModal as Be } from "./components/SearchFilters/components/SearchHelp.js";
|
|
39
|
+
import { AttachmentsGalleryModal as ze } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
40
|
+
import { ImageModal as We, closeImageModal as je, openImageModal as Ke, useChangePasswordModalStore as Xe } from "./components/ImageModal/ImageModal.js";
|
|
41
|
+
import { LayersLogoCopyright as qe, LayersLogoIcon as Qe, Logotype as Ye } from "./components/Logotype.js";
|
|
42
|
+
import { ThemeIndicator as $e } from "./components/ThemeIndicator/index.js";
|
|
43
|
+
import { AttachmentsPreview as oo } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
44
|
+
import { CommentComposer as to } from "./components/CommentComposer/index.js";
|
|
45
|
+
import { CommentComposerTypes as so } from "./components/CommentComposer/types.js";
|
|
46
|
+
import { StorageUsageProgress as po } from "./components/StorageUsageProgress/index.js";
|
|
47
|
+
import { LanguagePicker as lo } from "./components/LanguagePicker/LanguagePicker.js";
|
|
48
|
+
import { FrontTable as no } from "./components/table/FrontTable.js";
|
|
49
|
+
import { aggregationReselect as uo, columnsMapReselect as co, columnsReselect as go, metaReselect as So, paginationMetaReselect as Co, rowsReselect as To, searchedRowsReselect as Eo, selectionReselect as Mo, sortedRowsReselect as Io, variableReselect as Ao, visibleColumnsBySideReselect as Do, visibleColumnsReselect as Lo, visibleRowsReselect as Fo } from "./components/table/selectors.js";
|
|
50
|
+
import { tableColumnDateTypes as Ro, tableColumnNumberTypes as bo } from "./components/table/types.js";
|
|
51
|
+
import { createTableStore as _o } from "./components/table/store.js";
|
|
52
|
+
import { useTableStore as vo } from "./components/table/hooks/useTableStore.js";
|
|
53
|
+
import { EXPAND_COLUMN_FIELD as Oo, SELECT_COLUMN_FIELD as No, TABLE_AGGREGATION_ROW_ID as wo, TABLE_ATTRIBUTES as ko } from "./components/table/constants.js";
|
|
54
|
+
import { CommunitiesDialog as Bo } from "./components/CommunitiesDialog/index.js";
|
|
55
|
+
import { NotPublicPanel as zo } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
56
|
+
import { BottomDrawerWithoutHeader as Wo } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
57
|
+
import { Copyright as Ko } from "./components/Copyright/index.js";
|
|
58
|
+
import { EntityTitle as Zo } from "./components/EntityTitle/EntityTitle.js";
|
|
59
|
+
import { CircleColorPicker as Qo } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
60
|
+
import { TableMenu as Jo } from "./components/table/components/TableMenu.js";
|
|
61
|
+
import { BouncingLogo as er } from "./components/BouncingLogo/BouncingLogo.js";
|
|
62
|
+
import { activeControlReselect as rr, activeStepIdReselect as tr, activeStepReselect as ar, controlsReselect as sr, isFormDirtyReselect as mr, questionNumberReselect as pr, startStepReselect as ir, stepByControlReselect as lr, stepsReselect as fr, themeReselect as nr } from "./components/FormViewer/store/selectors.js";
|
|
63
|
+
import { CREATE_CONDITION_FORM_ID as ur, DEFAULT_END_STEP_ID as cr, DEFAULT_MAX as dr, DEFAULT_MEDIA_BRIGHTNESS as gr, DEFAULT_MEDIA_SIZE as Sr, DEFAULT_MIN as Cr, DEFAULT_OPTIONS_MIN as Tr, DEFAULT_OPTION_MAX_LENGTH as Er, DEFAULT_START_STEP_ID as Mr, EDIT_CONDITION_FORM_ID as Ir, MAX_OPTIONS_COUNT as Ar, getDefaultDropdownOptions as Dr, getDefaultEndStep as Lr, getDefaultStartStep as Fr, getFirstStep as Pr, getRandomId as Rr } from "./components/FormViewer/helpers/steps.js";
|
|
64
|
+
import { DEFAULT_THEME as Ur } from "./components/FormViewer/constants/defaultTheme.js";
|
|
65
|
+
import { openRemoveConfirmModal as hr } from "./components/modals/RemoveConfirmModal.js";
|
|
66
|
+
import { AppSidebarButton as yr } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
67
|
+
import { Numbers as Nr } from "./components/table/helpers/formatters.js";
|
|
68
|
+
import { EntityIcon as kr } from "./components/EntityIcon.js";
|
|
69
|
+
import { showChatToast as Br, showErrorNotification as Hr, showMessageNotification as zr, showRequestNotifications as Gr, showSuccessNotification as Wr, showWarningNotification as jr, updateMessageNotification as Kr } from "./helpers/showNotifications.js";
|
|
70
|
+
import { isOfflineSuppressed as Zr, setOfflineSuppression as qr } from "./helpers/offlineSuppression.js";
|
|
71
|
+
import { showFeatureFeedback as Yr } from "./helpers/showFeatureFeedback.js";
|
|
72
|
+
import { pickRandomEmoji as $r } from "./helpers/pickRandomEmoji.js";
|
|
73
|
+
import { useIsDarkTheme as ot } from "./helpers/themeUtils.js";
|
|
74
|
+
import { combineStatuses as tt } from "./helpers/combineStatuses.js";
|
|
75
|
+
import { downloadCSVAsBlob as st, downloadImageFromExternalUrl as mt, downloadURL as pt } from "./helpers/download.js";
|
|
76
|
+
import { generateLink as lt } from "./helpers/generateLink.js";
|
|
77
|
+
import { appFeature as nt, isFeature as xt } from "./helpers/feature.js";
|
|
78
|
+
import { DEFAULT_MODE as ct, appDesktop as dt, appServer as gt, getPlatformInfo as St } from "./helpers/platform.js";
|
|
79
|
+
import { getMimeType as Tt, isGalleryMediaFile as Et, isMobileDevice as Mt, isVideoFile as It } from "./helpers/fileUtils.js";
|
|
80
|
+
import { formatBytes as Dt } from "./helpers/formatBytes.js";
|
|
81
|
+
import { filterHierarchyByTypes as Ft } from "./helpers/filterHierarchyByTypes.js";
|
|
82
|
+
import { getRandomIconColor as Rt } from "./helpers/getRandomIconColor.js";
|
|
83
|
+
import { getFileIcons as Ut } from "./helpers/getFileIcons.js";
|
|
84
|
+
import { getFileType as ht } from "./helpers/getFileType.js";
|
|
85
|
+
import { getPartOfTheDay as yt } from "./helpers/getPartOfTheDay.js";
|
|
86
|
+
import { isAppMode as Nt } from "./helpers/isAppMode.js";
|
|
87
|
+
import { isNoAccessError as kt } from "./helpers/isNoAccessError.js";
|
|
88
|
+
import { parseDate as Bt } from "./helpers/dates.js";
|
|
89
|
+
import { initHotjar as zt } from "./helpers/hotjar.js";
|
|
90
|
+
import { validateAliasFormat as Wt } from "./helpers/validateAliasFormat.js";
|
|
91
|
+
import { getBrowserTimeZone as Kt, getSafeFormatter as Xt, getTimeZones as Zt, getUtcOffset as qt, isValidTimeZone as Qt, parseInvalidTz as Yt } from "./helpers/timezones.js";
|
|
92
|
+
import { useMenu as $t } from "./hooks/useMenu.js";
|
|
93
|
+
import { usePlatform as oa } from "./hooks/usePlatform.js";
|
|
94
|
+
import { dateFnsLocales as ta, useDateFnsLocale as aa } from "./hooks/useDateFnsLocale.js";
|
|
95
|
+
import { useFormatDistance as ma } from "./hooks/useFormatDistance.js";
|
|
96
|
+
import { useSwipeDetect as ia } from "./hooks/useSwipeDetect.js";
|
|
97
|
+
import { AuthErrors as fa, useOAuthErrorParams as na } from "./hooks/useOAuthErrorParams.js";
|
|
98
|
+
import { useDateUtils as ua } from "./hooks/useDateUtils.js";
|
|
99
|
+
import { isNumberValue as da, useQueryParam as ga, useRouteParam as Sa } from "./hooks/useNumberQueryParam.js";
|
|
100
|
+
import { useDisableWindowScrollDuringDrag as Ta } from "./hooks/useDisableWindowScroll.js";
|
|
101
|
+
import { useAsyncStatus as Ma } from "./hooks/useAsyncStatus.js";
|
|
102
|
+
import { useVideoUploadGuard as Aa } from "./hooks/useVideoUploadGuard.js";
|
|
103
|
+
import { FEATURE_KEYS as La, trackFeatureFeedback as Fa, useDelayedFeatureFeedback as Pa } from "./hooks/useFeatureFeedback.js";
|
|
104
|
+
import { useOfficePreviewAvailable as ba } from "./hooks/useOfficePreviewAvailable.js";
|
|
105
|
+
import { useUiPref as _a } from "./hooks/useUiPref.js";
|
|
106
|
+
import { useAppContainer as va } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
107
|
+
import { appContainerStore as Oa } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
108
|
+
import { useAppContainerDataStore as wa } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
109
|
+
import { closeSearchModal as Va, openSearchModal as Ba, useSearchModalStore as Ha } from "./store/searchModal.js";
|
|
110
|
+
import { closeTrashModal as Ga, openTrashModal as Wa, useTrashModalStore as ja } from "./store/trashModal.js";
|
|
111
|
+
import { useWorkspacesOrder as Xa } from "./store/workspacesOrder.js";
|
|
112
|
+
import { updateTimezone as qa, useLocalTimezone as Qa } from "./store/timezoneStore.js";
|
|
113
|
+
import { closeUserPlansModal as Ja, openUserPlansModal as $a, useUserPlansModalStore as es } from "./store/plansModal.js";
|
|
114
|
+
import { closeUserDiscordDialog as rs, openUserDiscordDialog as ts, useDiscordDialogStore as as } from "./store/discordDialogStore.js";
|
|
115
|
+
import { completeFeatureStep as ms, finishFeatureFlow as ps, getFeatureCompletedSteps as is, isFeatureDone as ls, resetFeatureFlow as fs, setActiveFeatureTour as ns, setFeatureProgressUserId as xs, useFeatureProgressStore as us } from "./store/featureProgress.js";
|
|
116
|
+
import { orderMap as ds, storageCategoryColors as gs } from "./types/storageCategories.js";
|
|
117
|
+
import { formatStorage as Cs, formatStoragePercent as Ts, resolveStorageLimit as Es } from "./utils/formatStorage.js";
|
|
118
|
+
import { getCroppedBlob as Is } from "./utils/getCroppedBlob.js";
|
|
119
|
+
import { getPlanBadgeColor as Ds } from "./utils/getPlanBadgeColor.js";
|
|
120
|
+
import { addQueryParam as Fs, removeQueryParam as Ps } from "./utils/queryParams.js";
|
|
121
|
+
import { getFeatureRating as bs, getVisitData as Us, isFeatureRated as _s, setFeatureRating as hs, setVisitData as vs } from "./lib/layersVisitData.js";
|
|
122
|
+
import { brand as Os, brandI18nVariables as Ns } from "./config/brand.js";
|
|
123
|
+
import { getEnvConfig as ks, getEnvValue as Vs, getMaxUploadSize as Bs, getOfficeUrl as Hs, isDesktopDownloadEnabled as zs, isLivekitCallsEnabled as Gs, isLivekitEnabled as Ws, isOfficeEnabled as js, joinBaseUrlPath as Ks, normalizeBaseUrl as Xs, normalizeUrl as Zs, parseSizeToBytes as qs, resolveNonBlankString as Qs } from "./config/envConfig.js";
|
|
124
|
+
import { COLOR_SCHEMES as Js, DEFAULT_COLOR_SCHEME as $s, DEFAULT_FONT_FAMILY as em, DEFAULT_VALUES as om, isValidColorScheme as rm } from "./constants.js";
|
|
125
|
+
import { default as am } from "./assets/enitityIcons/flow.svg.js";
|
|
126
|
+
import { default as mm } from "./assets/enitityIcons/form.svg.js";
|
|
127
|
+
import { default as im } from "./assets/enitityIcons/page.svg.js";
|
|
128
|
+
import { default as fm } from "./assets/enitityIcons/sprint.svg.js";
|
|
129
|
+
import { default as xm } from "./components/VideoPlayer/components/VideoSelect.js";
|
|
130
|
+
import { AUTHOR_COLORS as cm, AVATAR_COLORS as dm, getAuthorColor as gm, getAvatarColor as Sm } from "./components/Chat/colors.js";
|
|
131
|
+
import { CallMessage as Tm } from "./components/Chat/CallMessage/index.js";
|
|
132
|
+
import { ChatBubble as Mm } from "./components/Chat/ChatBubble/index.js";
|
|
133
|
+
import { ChatHeader as Am } from "./components/Chat/ChatHeader/index.js";
|
|
134
|
+
import { ChatInput as Lm } from "./components/Chat/ChatInput/index.js";
|
|
135
|
+
import { ChatLayout as Pm } from "./components/Chat/ChatLayout/index.js";
|
|
136
|
+
import { ChatMessage as bm } from "./components/Chat/ChatMessage/index.js";
|
|
137
|
+
import { ChatPill as _m } from "./components/Chat/ChatPill/index.js";
|
|
138
|
+
import { CollapsibleContainer as vm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
139
|
+
import { DayMeta as Om } from "./components/Chat/DayMeta/index.js";
|
|
140
|
+
import { DialogItem as wm } from "./components/Chat/DialogItem/index.js";
|
|
141
|
+
import { DialogList as Vm } from "./components/Chat/DialogList/index.js";
|
|
142
|
+
import { Error404 as Hm } from "./components/ErrorPage/components/Error404.js";
|
|
143
|
+
import { Error406 as Gm } from "./components/ErrorPage/components/Error406.js";
|
|
144
|
+
import { Error500 as jm } from "./components/ErrorPage/components/Error500.js";
|
|
145
|
+
import { FeatureProgress as Xm } from "./components/FeatureProgress/FeatureProgress.js";
|
|
146
|
+
import { FeatureProgressKey as qm } from "./components/FeatureProgress/constants.js";
|
|
147
|
+
import { FilePicker as Ym } from "./components/FilePicker/FilePicker.js";
|
|
148
|
+
import { FormContextProvider as $m, StepsContext as ep, useSteps as op } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
149
|
+
import { FormStoreProvider as tp, createFormStore as ap, useFormViewerStore as sp } from "./components/FormViewer/store/formStore.js";
|
|
150
|
+
import { FormViewer as pp } from "./components/FormViewer/FormViewer.js";
|
|
151
|
+
import { GoogleDriveIcon as lp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
152
|
+
import { IS_TOUCH_DEVICE as np, IS_TOUCH_TABLET as xp } from "./components/VideoPlayer/utils/touch.js";
|
|
153
|
+
import { ImageCropper as cp } from "./components/ImageCropper/ImageCropper.js";
|
|
154
|
+
import { IntegrationFlowAnimation as gp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
155
|
+
import { LastEditedButton as Cp } from "./components/LastEditedButton/LastEditedButton.js";
|
|
156
|
+
import { LayersCubeIcon as Ep } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
157
|
+
import { MAX_MESSAGE_REACTIONS as Ip, MessageReactions as Ap } from "./components/Chat/MessageReactions/index.js";
|
|
158
|
+
import { MediaDocument as Lp } from "./components/Chat/MediaDocument/index.js";
|
|
159
|
+
import { MediaLibrary as Pp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
160
|
+
import { MediaLibraryBrowser as bp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
161
|
+
import { MessageActions as _p } from "./components/Chat/MessageActions/index.js";
|
|
162
|
+
import { MessageAuthor as vp } from "./components/Chat/MessageAuthor/index.js";
|
|
163
|
+
import { MessageForward as Op } from "./components/Chat/MessageForward/index.js";
|
|
164
|
+
import { MessageList as wp } from "./components/Chat/MessageList/index.js";
|
|
165
|
+
import { MessageMeta as Vp } from "./components/Chat/MessageMeta/index.js";
|
|
166
|
+
import { MessageReply as Hp } from "./components/Chat/MessageReply/index.js";
|
|
167
|
+
import { MessageStatus as Gp } from "./components/Chat/MessageStatus/index.js";
|
|
168
|
+
import { MusicPlayerBar as jp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
|
|
169
|
+
import { NavMenu as Xp } from "./components/NavMenu/NavMenu.js";
|
|
170
|
+
import { NavMenuItem as qp, NavMenuLoadMore as Qp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
171
|
+
import { NavMenuLabel as Jp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
172
|
+
import { NavMenuProvider as ei, createNavMenuStore as oi, useNavMenuStore as ri } from "./components/NavMenu/store.js";
|
|
173
|
+
import { NotionIcon as ai } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
174
|
+
import { OnboardingTourWrapper as mi } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
175
|
+
import { PinModal as ii } from "./components/PinModal/PinModal.js";
|
|
176
|
+
import { STATIC_CLASSES as fi, combineClasses as ni, getPageNumberClass as xi } from "./components/FormViewer/helpers/staticClasses.js";
|
|
177
|
+
import { Schemes as ci } from "./components/FormViewer/types/schemes.js";
|
|
178
|
+
import { ServiceMessage as gi } from "./components/Chat/ServiceMessage/index.js";
|
|
179
|
+
import { SortableList as Ci } from "./components/SortableList/SortableList.js";
|
|
180
|
+
import { StorageEntityItem as Ei } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
181
|
+
import { StorageEntityList as Ii } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
182
|
+
import { TablePagination as Di } from "./components/table/components/TablePagination.js";
|
|
183
|
+
import { TableSearch as Fi } from "./components/table/components/TableSearch.js";
|
|
184
|
+
import { TreeIndentContainer as Ri, TreeIndentItem as bi } from "./components/TreeIndent/TreeIndent.js";
|
|
185
|
+
import { UnreadSeparator as _i } from "./components/Chat/UnreadSeparator/index.js";
|
|
186
|
+
import { VideoPlayer as vi } from "./components/VideoPlayer/VideoPlayer.js";
|
|
187
|
+
import { VideoSettingsModal as Oi } from "./components/VideoPlayer/components/VideoSettingsModal/index.js";
|
|
188
|
+
import { alignList as wi, conditionOperatorsList as ki, isLayout as Vi, isSize as Bi, isSlideAnimation as Hi, layoutList as zi, mediaContentLayoutList as Gi, mediaFullLayoutList as Wi, mediaLayoutList as ji, sizeList as Ki, slideAnimationList as Xi } from "./components/FormViewer/types/form.js";
|
|
189
|
+
import { alignRelation as qi } from "./components/FormViewer/helpers/themeUtils.js";
|
|
190
|
+
import { clearSavedStep as Yi, getSavedStepIndex as Ji, isOnboardingCompleted as $i, resetOnboarding as el, saveStepIndex as ol, setOnboardingUserId as rl, suppressOnboarding as tl, useOnboardingTour as al } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
191
|
+
import { closePinModal as ml, openPinModal as pl, usePinModalStore as il } from "./components/PinModal/slice.js";
|
|
192
|
+
import { controlsDataMap as fl } from "./components/FormViewer/helpers/controls.js";
|
|
193
|
+
import { coverCollections as xl } from "./components/FilePicker/coverCollections.js";
|
|
194
|
+
import { createFormStoreApi as cl } from "./components/FormViewer/store/formStoreApi.js";
|
|
195
|
+
import { cropImage as gl } from "./components/ImageCropper/cropUtils.js";
|
|
196
|
+
import { default as Cl } from "./lang/locales/ui_en.json.js";
|
|
197
|
+
import { default as El } from "./lang/locales/ui_es.json.js";
|
|
198
|
+
import { escapeHtml as Il, getVideoEmbedUrl as Al, isVideoPlatformUrl as Dl, parseEmbedUrl as Ll, parseVideoUrl as Fl } from "./lib/contentImport/utils.js";
|
|
199
|
+
import { filterPinnedColumns as Rl, getAggregateValue as bl, getAggregationColumns as Ul, getColumnId as _l, getColumnsProps as hl, getCurrencyColumn as vl, getDateColumn as yl, getExpandingColumn as Ol, getHeaderStyles as Nl, getNumberColumn as wl, getPercentColumn as kl, getRatioColumn as Vl, getSelectionColumn as Bl, isTechnicalColumn as Hl, mergeColumn as zl } from "./components/table/helpers/columns.js";
|
|
200
|
+
import { getNextStep as Wl, operatorsRelation as jl } from "./components/FormViewer/helpers/conditions.js";
|
|
201
|
+
import { getTextValidation as Xl, isImageUrl as Zl, isValidEmail as ql, isValidUrl as Ql, useValidation as Yl } from "./components/FormViewer/helpers/validation.js";
|
|
202
|
+
import { isAutoGeneratedTrack as $l, normalizeSubtitleTrack as ef } from "./components/VideoPlayer/utils/subtitles.js";
|
|
203
|
+
import { mergeTheme as rf, sortSteps as tf } from "./components/FormViewer/helpers/helpers.js";
|
|
204
|
+
import { parseChaptersText as sf, parseTimestampToSec as mf, secondsToTimestamp as pf } from "./components/VideoPlayer/utils/chapters.js";
|
|
205
|
+
import { default as ff } from "./lang/locales/ui_ru.json.js";
|
|
206
|
+
import { serializeToLexicalHtml as xf } from "./lib/contentImport/lexicalSerializer.js";
|
|
207
|
+
import { useActiveControl as cf } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
208
|
+
import { useActiveStep as gf } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
209
|
+
import { useCreateTable as Cf } from "./components/table/hooks/useCreateTable.js";
|
|
210
|
+
import { useCropInteraction as Ef } from "./components/ImageCropper/useCropInteraction.js";
|
|
211
|
+
import { useFormMobile as If } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
212
|
+
import { useInterpolate as Df, useInterpolateText as Lf } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
213
|
+
import { useSaveRowCount as Pf } from "./components/table/hooks/useSaveRowCount.js";
|
|
214
214
|
export {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
215
|
+
cm as AUTHOR_COLORS,
|
|
216
|
+
dm as AVATAR_COLORS,
|
|
217
|
+
H as ActiveWorkspace,
|
|
218
|
+
J as AlertsBlock,
|
|
219
219
|
f as AliasTextInput,
|
|
220
220
|
r as AnimatedFigurePage,
|
|
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
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
221
|
+
ye as AnimationWrapper,
|
|
222
|
+
D as AppContainer,
|
|
223
|
+
yr as AppSidebarButton,
|
|
224
|
+
ze as AttachmentsGalleryModal,
|
|
225
|
+
oo as AttachmentsPreview,
|
|
226
|
+
fa as AuthErrors,
|
|
227
|
+
Wo as BottomDrawerWithoutHeader,
|
|
228
|
+
er as BouncingLogo,
|
|
229
|
+
Js as COLOR_SCHEMES,
|
|
230
|
+
ur as CREATE_CONDITION_FORM_ID,
|
|
231
|
+
Tm as CallMessage,
|
|
232
|
+
Mm as ChatBubble,
|
|
233
|
+
Am as ChatHeader,
|
|
234
|
+
Lm as ChatInput,
|
|
235
|
+
Pm as ChatLayout,
|
|
236
|
+
bm as ChatMessage,
|
|
237
|
+
_m as ChatPill,
|
|
238
|
+
Qo as CircleColorPicker,
|
|
239
|
+
vm as CollapsibleContainer,
|
|
240
|
+
le as ColorCircle,
|
|
241
|
+
fe as ColorPicker,
|
|
242
|
+
xe as ColorPickerList,
|
|
243
|
+
he as ColorPickerPopover,
|
|
244
|
+
ce as ColorPickerToolbar,
|
|
245
|
+
to as CommentComposer,
|
|
246
|
+
so as CommentComposerTypes,
|
|
247
|
+
Bo as CommunitiesDialog,
|
|
248
|
+
Ko as Copyright,
|
|
249
|
+
b as CustomKBD,
|
|
250
|
+
$s as DEFAULT_COLOR_SCHEME,
|
|
251
|
+
cr as DEFAULT_END_STEP_ID,
|
|
252
|
+
em as DEFAULT_FONT_FAMILY,
|
|
253
|
+
dr as DEFAULT_MAX,
|
|
254
|
+
gr as DEFAULT_MEDIA_BRIGHTNESS,
|
|
255
|
+
Sr as DEFAULT_MEDIA_SIZE,
|
|
256
|
+
Cr as DEFAULT_MIN,
|
|
257
|
+
ct as DEFAULT_MODE,
|
|
258
|
+
Tr as DEFAULT_OPTIONS_MIN,
|
|
259
|
+
Er as DEFAULT_OPTION_MAX_LENGTH,
|
|
260
|
+
Mr as DEFAULT_START_STEP_ID,
|
|
261
|
+
Ur as DEFAULT_THEME,
|
|
262
|
+
om as DEFAULT_VALUES,
|
|
263
|
+
Om as DayMeta,
|
|
264
|
+
wm as DialogItem,
|
|
265
|
+
Vm as DialogList,
|
|
266
|
+
Ir as EDIT_CONDITION_FORM_ID,
|
|
267
|
+
Oo as EXPAND_COLUMN_FIELD,
|
|
268
|
+
I as EmojiPanel,
|
|
269
269
|
T as EmojiPicker,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
kr as EntityIcon,
|
|
271
|
+
Zo as EntityTitle,
|
|
272
|
+
Hm as Error404,
|
|
273
|
+
Gm as Error406,
|
|
274
|
+
jm as Error500,
|
|
275
|
+
re as ErrorAlert,
|
|
276
276
|
Q as ErrorPage,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
277
|
+
La as FEATURE_KEYS,
|
|
278
|
+
Xm as FeatureProgress,
|
|
279
|
+
qm as FeatureProgressKey,
|
|
280
|
+
Ym as FilePicker,
|
|
281
281
|
S as FilePickerUpload,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
ae as
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
282
|
+
am as FlowIcon,
|
|
283
|
+
$m as FormContextProvider,
|
|
284
|
+
mm as FormIcon,
|
|
285
|
+
tp as FormStoreProvider,
|
|
286
|
+
pp as FormViewer,
|
|
287
|
+
no as FrontTable,
|
|
288
|
+
lp as GoogleDriveIcon,
|
|
289
|
+
O as GroupAvatar,
|
|
290
|
+
ge as HighlightSwatch,
|
|
291
|
+
Te as IS_APPLE,
|
|
292
|
+
np as IS_TOUCH_DEVICE,
|
|
293
|
+
xp as IS_TOUCH_TABLET,
|
|
294
|
+
ae as IconEntity,
|
|
295
|
+
se as IconType,
|
|
296
|
+
cp as ImageCropper,
|
|
297
|
+
We as ImageModal,
|
|
298
|
+
gp as IntegrationFlowAnimation,
|
|
299
|
+
lo as LanguagePicker,
|
|
300
|
+
Cp as LastEditedButton,
|
|
301
|
+
Ep as LayersCubeIcon,
|
|
302
|
+
qe as LayersLogoCopyright,
|
|
303
|
+
Qe as LayersLogoIcon,
|
|
304
|
+
Ye as Logotype,
|
|
305
|
+
Ip as MAX_MESSAGE_REACTIONS,
|
|
306
|
+
Ar as MAX_OPTIONS_COUNT,
|
|
307
|
+
Lp as MediaDocument,
|
|
308
|
+
Pp as MediaLibrary,
|
|
309
|
+
bp as MediaLibraryBrowser,
|
|
310
|
+
F as MeetWidgetProvider,
|
|
310
311
|
Z as MenuUserDropdown,
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
312
|
+
_p as MessageActions,
|
|
313
|
+
vp as MessageAuthor,
|
|
314
|
+
Op as MessageForward,
|
|
315
|
+
wp as MessageList,
|
|
316
|
+
Vp as MessageMeta,
|
|
317
|
+
Ap as MessageReactions,
|
|
318
|
+
Hp as MessageReply,
|
|
319
|
+
Gp as MessageStatus,
|
|
320
|
+
jp as MusicPlayerBar,
|
|
321
|
+
Xp as NavMenu,
|
|
322
|
+
qp as NavMenuItem,
|
|
323
|
+
Jp as NavMenuLabel,
|
|
324
|
+
Qp as NavMenuLoadMore,
|
|
325
|
+
ei as NavMenuProvider,
|
|
326
|
+
K as NavbarResizer,
|
|
327
|
+
Ue as NewColorPicker,
|
|
327
328
|
x as NoData,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
329
|
+
ee as NotFound,
|
|
330
|
+
zo as NotPublicPanel,
|
|
331
|
+
ai as NotionIcon,
|
|
332
|
+
Nr as Numbers,
|
|
333
|
+
mi as OnboardingTourWrapper,
|
|
334
|
+
im as PageIcon,
|
|
334
335
|
d as PillTabs,
|
|
335
|
-
|
|
336
|
+
ii as PinModal,
|
|
336
337
|
me as ProjectIcon,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
338
|
+
Ee as RECENT_COLOR_HOTKEY,
|
|
339
|
+
No as SELECT_COLUMN_FIELD,
|
|
340
|
+
fi as STATIC_CLASSES,
|
|
341
|
+
ci as Schemes,
|
|
342
|
+
Ne as SearchFilters,
|
|
343
|
+
ke as SearchHelpModal,
|
|
344
|
+
gi as ServiceMessage,
|
|
343
345
|
a as SettingsSection,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
346
|
+
w as ShakaVideoPlayer,
|
|
347
|
+
m as SocialLinkRow,
|
|
348
|
+
Ci as SortableList,
|
|
349
|
+
fm as SprintIcon,
|
|
350
|
+
ep as StepsContext,
|
|
351
|
+
Ei as StorageEntityItem,
|
|
352
|
+
Ii as StorageEntityList,
|
|
353
|
+
po as StorageUsageProgress,
|
|
354
|
+
wo as TABLE_AGGREGATION_ROW_ID,
|
|
355
|
+
ko as TABLE_ATTRIBUTES,
|
|
356
|
+
Jo as TableMenu,
|
|
357
|
+
Di as TablePagination,
|
|
358
|
+
Fi as TableSearch,
|
|
359
|
+
Se as TextColorIcon,
|
|
360
|
+
$e as ThemeIndicator,
|
|
359
361
|
i as TimezonePicker,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
362
|
+
Ri as TreeIndentContainer,
|
|
363
|
+
bi as TreeIndentItem,
|
|
364
|
+
_i as UnreadSeparator,
|
|
363
365
|
v as UserAvatar,
|
|
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
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
Bl as
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
366
|
+
vi as VideoPlayer,
|
|
367
|
+
xm as VideoSelect,
|
|
368
|
+
Oi as VideoSettingsModal,
|
|
369
|
+
W as WorkspaceAvatar,
|
|
370
|
+
z as WorkspaceMenu,
|
|
371
|
+
rr as activeControlReselect,
|
|
372
|
+
tr as activeStepIdReselect,
|
|
373
|
+
ar as activeStepReselect,
|
|
374
|
+
Fs as addQueryParam,
|
|
375
|
+
uo as aggregationReselect,
|
|
376
|
+
wi as alignList,
|
|
377
|
+
qi as alignRelation,
|
|
378
|
+
Oa as appContainerStore,
|
|
379
|
+
dt as appDesktop,
|
|
380
|
+
nt as appFeature,
|
|
381
|
+
gt as appServer,
|
|
382
|
+
Os as brand,
|
|
383
|
+
Ns as brandI18nVariables,
|
|
384
|
+
Yi as clearSavedStep,
|
|
385
|
+
je as closeImageModal,
|
|
386
|
+
ml as closePinModal,
|
|
387
|
+
Ve as closeSearchHelpModal,
|
|
388
|
+
Va as closeSearchModal,
|
|
389
|
+
Ga as closeTrashModal,
|
|
390
|
+
rs as closeUserDiscordDialog,
|
|
391
|
+
Ja as closeUserPlansModal,
|
|
392
|
+
Me as colorsEqual,
|
|
393
|
+
co as columnsMapReselect,
|
|
394
|
+
go as columnsReselect,
|
|
395
|
+
ni as combineClasses,
|
|
396
|
+
tt as combineStatuses,
|
|
397
|
+
ms as completeFeatureStep,
|
|
398
|
+
ki as conditionOperatorsList,
|
|
399
|
+
fl as controlsDataMap,
|
|
400
|
+
sr as controlsReselect,
|
|
401
|
+
xl as coverCollections,
|
|
402
|
+
ap as createFormStore,
|
|
403
|
+
cl as createFormStoreApi,
|
|
404
|
+
oi as createNavMenuStore,
|
|
405
|
+
_o as createTableStore,
|
|
406
|
+
V as createVideoSettingsDataSource,
|
|
407
|
+
gl as cropImage,
|
|
408
|
+
ta as dateFnsLocales,
|
|
409
|
+
st as downloadCSVAsBlob,
|
|
410
|
+
mt as downloadImageFromExternalUrl,
|
|
411
|
+
pt as downloadURL,
|
|
412
|
+
Cl as enUI,
|
|
413
|
+
El as esUI,
|
|
414
|
+
Il as escapeHtml,
|
|
415
|
+
Ft as filterHierarchyByTypes,
|
|
416
|
+
Rl as filterPinnedColumns,
|
|
417
|
+
ps as finishFeatureFlow,
|
|
418
|
+
Dt as formatBytes,
|
|
419
|
+
Cs as formatStorage,
|
|
420
|
+
Ts as formatStoragePercent,
|
|
421
|
+
lt as generateLink,
|
|
422
|
+
bl as getAggregateValue,
|
|
423
|
+
Ul as getAggregationColumns,
|
|
424
|
+
gm as getAuthorColor,
|
|
425
|
+
Sm as getAvatarColor,
|
|
426
|
+
Kt as getBrowserTimeZone,
|
|
427
|
+
_l as getColumnId,
|
|
428
|
+
hl as getColumnsProps,
|
|
429
|
+
Is as getCroppedBlob,
|
|
430
|
+
vl as getCurrencyColumn,
|
|
431
|
+
yl as getDateColumn,
|
|
432
|
+
Dr as getDefaultDropdownOptions,
|
|
433
|
+
Lr as getDefaultEndStep,
|
|
434
|
+
Fr as getDefaultStartStep,
|
|
435
|
+
ks as getEnvConfig,
|
|
436
|
+
Vs as getEnvValue,
|
|
437
|
+
Ol as getExpandingColumn,
|
|
438
|
+
is as getFeatureCompletedSteps,
|
|
439
|
+
bs as getFeatureRating,
|
|
440
|
+
Ut as getFileIcons,
|
|
441
|
+
ht as getFileType,
|
|
442
|
+
Pr as getFirstStep,
|
|
443
|
+
Nl as getHeaderStyles,
|
|
444
|
+
Bs as getMaxUploadSize,
|
|
445
|
+
Tt as getMimeType,
|
|
446
|
+
Wl as getNextStep,
|
|
447
|
+
wl as getNumberColumn,
|
|
448
|
+
Hs as getOfficeUrl,
|
|
449
|
+
xi as getPageNumberClass,
|
|
450
|
+
yt as getPartOfTheDay,
|
|
451
|
+
kl as getPercentColumn,
|
|
452
|
+
Ds as getPlanBadgeColor,
|
|
453
|
+
St as getPlatformInfo,
|
|
454
|
+
Rt as getRandomIconColor,
|
|
455
|
+
Rr as getRandomId,
|
|
456
|
+
Vl as getRatioColumn,
|
|
457
|
+
Xt as getSafeFormatter,
|
|
458
|
+
Ji as getSavedStepIndex,
|
|
459
|
+
Bl as getSelectionColumn,
|
|
460
|
+
Xl as getTextValidation,
|
|
461
|
+
Zt as getTimeZones,
|
|
462
|
+
qt as getUtcOffset,
|
|
463
|
+
Al as getVideoEmbedUrl,
|
|
464
|
+
Us as getVisitData,
|
|
462
465
|
u as illustrationMap,
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
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
|
-
|
|
466
|
+
zt as initHotjar,
|
|
467
|
+
Nt as isAppMode,
|
|
468
|
+
$l as isAutoGeneratedTrack,
|
|
469
|
+
Ie as isDefaultColor,
|
|
470
|
+
zs as isDesktopDownloadEnabled,
|
|
471
|
+
xt as isFeature,
|
|
472
|
+
ls as isFeatureDone,
|
|
473
|
+
_s as isFeatureRated,
|
|
474
|
+
mr as isFormDirtyReselect,
|
|
475
|
+
Et as isGalleryMediaFile,
|
|
476
|
+
Zl as isImageUrl,
|
|
477
|
+
Vi as isLayout,
|
|
478
|
+
Gs as isLivekitCallsEnabled,
|
|
479
|
+
Ws as isLivekitEnabled,
|
|
480
|
+
Mt as isMobileDevice,
|
|
481
|
+
kt as isNoAccessError,
|
|
482
|
+
da as isNumberValue,
|
|
483
|
+
js as isOfficeEnabled,
|
|
484
|
+
Zr as isOfflineSuppressed,
|
|
485
|
+
$i as isOnboardingCompleted,
|
|
486
|
+
Bi as isSize,
|
|
487
|
+
Hi as isSlideAnimation,
|
|
488
|
+
Hl as isTechnicalColumn,
|
|
489
|
+
Ae as isTextSectionKey,
|
|
490
|
+
rm as isValidColorScheme,
|
|
491
|
+
ql as isValidEmail,
|
|
492
|
+
Qt as isValidTimeZone,
|
|
493
|
+
Ql as isValidUrl,
|
|
494
|
+
It as isVideoFile,
|
|
495
|
+
Dl as isVideoPlatformUrl,
|
|
496
|
+
Ks as joinBaseUrlPath,
|
|
497
|
+
zi as layoutList,
|
|
498
|
+
Gi as mediaContentLayoutList,
|
|
499
|
+
Wi as mediaFullLayoutList,
|
|
500
|
+
ji as mediaLayoutList,
|
|
501
|
+
zl as mergeColumn,
|
|
502
|
+
rf as mergeTheme,
|
|
503
|
+
So as metaReselect,
|
|
504
|
+
Xs as normalizeBaseUrl,
|
|
505
|
+
De as normalizeColorItem,
|
|
506
|
+
ef as normalizeSubtitleTrack,
|
|
507
|
+
Zs as normalizeUrl,
|
|
508
|
+
Ke as openImageModal,
|
|
509
|
+
pl as openPinModal,
|
|
510
|
+
hr as openRemoveConfirmModal,
|
|
511
|
+
Be as openSearchHelpModal,
|
|
512
|
+
Ba as openSearchModal,
|
|
513
|
+
_ as openSubmitModal,
|
|
514
|
+
Wa as openTrashModal,
|
|
515
|
+
ts as openUserDiscordDialog,
|
|
516
|
+
$a as openUserPlansModal,
|
|
517
|
+
jl as operatorsRelation,
|
|
518
|
+
ds as orderMap,
|
|
519
|
+
Co as paginationMetaReselect,
|
|
520
|
+
sf as parseChaptersText,
|
|
521
|
+
Bt as parseDate,
|
|
522
|
+
Ll as parseEmbedUrl,
|
|
523
|
+
Yt as parseInvalidTz,
|
|
524
|
+
qs as parseSizeToBytes,
|
|
525
|
+
mf as parseTimestampToSec,
|
|
526
|
+
Fl as parseVideoUrl,
|
|
527
|
+
$r as pickRandomEmoji,
|
|
528
|
+
pr as questionNumberReselect,
|
|
529
|
+
Ps as removeQueryParam,
|
|
525
530
|
pe as renderIcon,
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
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
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
531
|
+
fs as resetFeatureFlow,
|
|
532
|
+
el as resetOnboarding,
|
|
533
|
+
Le as resolveColorLabel,
|
|
534
|
+
Qs as resolveNonBlankString,
|
|
535
|
+
Fe as resolveRecentKind,
|
|
536
|
+
Es as resolveStorageLimit,
|
|
537
|
+
To as rowsReselect,
|
|
538
|
+
ff as ruUI,
|
|
539
|
+
ol as saveStepIndex,
|
|
540
|
+
Eo as searchedRowsReselect,
|
|
541
|
+
pf as secondsToTimestamp,
|
|
542
|
+
Mo as selectionReselect,
|
|
543
|
+
xf as serializeToLexicalHtml,
|
|
544
|
+
ns as setActiveFeatureTour,
|
|
545
|
+
xs as setFeatureProgressUserId,
|
|
546
|
+
hs as setFeatureRating,
|
|
547
|
+
qr as setOfflineSuppression,
|
|
548
|
+
rl as setOnboardingUserId,
|
|
549
|
+
vs as setVisitData,
|
|
550
|
+
Br as showChatToast,
|
|
551
|
+
Hr as showErrorNotification,
|
|
552
|
+
Yr as showFeatureFeedback,
|
|
553
|
+
zr as showMessageNotification,
|
|
554
|
+
Gr as showRequestNotifications,
|
|
555
|
+
Wr as showSuccessNotification,
|
|
556
|
+
jr as showWarningNotification,
|
|
557
|
+
Ki as sizeList,
|
|
558
|
+
Xi as slideAnimationList,
|
|
559
|
+
tf as sortSteps,
|
|
560
|
+
Io as sortedRowsReselect,
|
|
561
|
+
ir as startStepReselect,
|
|
562
|
+
lr as stepByControlReselect,
|
|
563
|
+
fr as stepsReselect,
|
|
564
|
+
gs as storageCategoryColors,
|
|
565
|
+
tl as suppressOnboarding,
|
|
566
|
+
Ro as tableColumnDateTypes,
|
|
567
|
+
bo as tableColumnNumberTypes,
|
|
568
|
+
nr as themeReselect,
|
|
569
|
+
Fa as trackFeatureFeedback,
|
|
570
|
+
Kr as updateMessageNotification,
|
|
571
|
+
qa as updateTimezone,
|
|
572
|
+
cf as useActiveControl,
|
|
573
|
+
gf as useActiveStep,
|
|
574
|
+
va as useAppContainer,
|
|
575
|
+
wa as useAppContainerDataStore,
|
|
576
|
+
Ma as useAsyncStatus,
|
|
577
|
+
Xe as useChangePasswordModalStore,
|
|
578
|
+
Cf as useCreateTable,
|
|
579
|
+
Ef as useCropInteraction,
|
|
580
|
+
aa as useDateFnsLocale,
|
|
581
|
+
ua as useDateUtils,
|
|
582
|
+
Pa as useDelayedFeatureFeedback,
|
|
583
|
+
Ta as useDisableWindowScrollDuringDrag,
|
|
584
|
+
as as useDiscordDialogStore,
|
|
585
|
+
E as useEmojiPickerLocales,
|
|
586
|
+
us as useFeatureProgressStore,
|
|
587
|
+
If as useFormMobile,
|
|
588
|
+
sp as useFormViewerStore,
|
|
589
|
+
ma as useFormatDistance,
|
|
590
|
+
Df as useInterpolate,
|
|
591
|
+
Lf as useInterpolateText,
|
|
592
|
+
ot as useIsDarkTheme,
|
|
593
|
+
Qa as useLocalTimezone,
|
|
594
|
+
P as useMeetWidget,
|
|
595
|
+
$t as useMenu,
|
|
596
|
+
ri as useNavMenuStore,
|
|
597
|
+
na as useOAuthErrorParams,
|
|
598
|
+
ba as useOfficePreviewAvailable,
|
|
599
|
+
al as useOnboardingTour,
|
|
600
|
+
il as usePinModalStore,
|
|
601
|
+
oa as usePlatform,
|
|
602
|
+
ga as useQueryParam,
|
|
603
|
+
Re as useRecentColors,
|
|
604
|
+
Sa as useRouteParam,
|
|
605
|
+
Pf as useSaveRowCount,
|
|
606
|
+
Ha as useSearchModalStore,
|
|
607
|
+
op as useSteps,
|
|
608
|
+
ia as useSwipeDetect,
|
|
609
|
+
vo as useTableStore,
|
|
610
|
+
ja as useTrashModalStore,
|
|
611
|
+
_a as useUiPref,
|
|
612
|
+
es as useUserPlansModalStore,
|
|
613
|
+
Yl as useValidation,
|
|
614
|
+
Aa as useVideoUploadGuard,
|
|
615
|
+
Xa as useWorkspacesOrder,
|
|
616
|
+
Wt as validateAliasFormat,
|
|
617
|
+
Ao as variableReselect,
|
|
618
|
+
Do as visibleColumnsBySideReselect,
|
|
619
|
+
Lo as visibleColumnsReselect,
|
|
620
|
+
Fo as visibleRowsReselect
|
|
614
621
|
};
|