@layers-app/shared 0.4.7 → 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/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/AttachmentsGalleryContext.d.ts +0 -2
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +17 -22
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +22 -22
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +120 -172
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +28 -32
- 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 +4 -4
- 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/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.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/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +560 -571
- package/dist/lang/locales/ui_en.json.js +1 -1
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +1 -1
- 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 +80 -79
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +0 -15
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +0 -1
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +0 -36
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +0 -14
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +0 -1
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +0 -31
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +0 -18
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +0 -1
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +0 -35
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +0 -33
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +0 -1
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +0 -70
- 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/components/VideoPlayer/VideoPlayer.d.ts +0 -24
- package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +0 -1
- package/dist/components/VideoPlayer/VideoPlayer.js +0 -727
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +0 -8
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/MobileDrawer/index.js +0 -67
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +0 -7
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/SelectListOptionButton.js +0 -44
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +0 -9
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/StoryboardPreview.js +0 -38
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +0 -33
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoCustomControls.js +0 -601
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts +0 -25
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoIcons.js +0 -145
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts +0 -27
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoMenu.js +0 -77
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +0 -17
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +0 -289
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +0 -10
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +0 -55
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts +0 -10
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSelect.js +0 -168
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +0 -12
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +0 -48
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +0 -25
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +0 -384
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +0 -21
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +0 -264
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +0 -10
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +0 -39
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +0 -14
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +0 -360
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +0 -16
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +0 -14
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +0 -4
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +0 -14
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +0 -22
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +0 -211
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +0 -11
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +0 -41
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +0 -10
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +0 -69
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +0 -21
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +0 -1
- package/dist/components/VideoPlayer/hooks/useStoryboard.js +0 -91
- package/dist/components/VideoPlayer/index.d.ts +0 -11
- package/dist/components/VideoPlayer/index.d.ts.map +0 -1
- package/dist/components/VideoPlayer/types.d.ts +0 -101
- package/dist/components/VideoPlayer/types.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/chapters.d.ts +0 -8
- package/dist/components/VideoPlayer/utils/chapters.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/chapters.js +0 -38
- package/dist/components/VideoPlayer/utils/storyboard.d.ts +0 -5
- package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/storyboard.js +0 -47
- package/dist/components/VideoPlayer/utils/subtitles.d.ts +0 -18
- package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/subtitles.js +0 -23
- package/dist/components/VideoPlayer/utils/touch.d.ts +0 -3
- package/dist/components/VideoPlayer/utils/touch.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/touch.js +0 -5
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +0 -10
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +0 -22
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts +0 -69
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +0 -1
- package/dist/components/VideoPlayer/utils/videoSettings.js +0 -90
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts +0 -19
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +0 -1
- package/dist/videoSettings/createVideoSettingsDataSource.js +0 -127
package/dist/index.js
CHANGED
|
@@ -1,180 +1,177 @@
|
|
|
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 D, useMeetWidget as
|
|
13
|
-
import { CustomKBD 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
14
|
import { openSubmitModal as U } from "./components/SubmitModal/index.js";
|
|
15
|
-
import { UserAvatar as
|
|
16
|
-
import { GroupAvatar as
|
|
17
|
-
import { ShakaVideoPlayer as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import { NavMenuProvider as Zs, createNavMenuStore as Ks, useNavMenuStore as Qs } from "./components/NavMenu/store.js";
|
|
173
|
-
import { NotionIcon as Ys } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
174
|
-
import { OnboardingTourWrapper as $s } from "./components/OnboardingTour/OnboardingTourWrapper.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
|
+
import { EntityIcon as Nr } from "./components/EntityIcon.js";
|
|
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
|
+
import { isNoAccessError as Nt } from "./helpers/isNoAccessError.js";
|
|
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
|
+
import { useSwipeDetect as ma } from "./hooks/useSwipeDetect.js";
|
|
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";
|
|
175
172
|
import { PinModal as oi } from "./components/PinModal/PinModal.js";
|
|
176
|
-
import { STATIC_CLASSES as ti, combineClasses as ai, getPageNumberClass as
|
|
177
|
-
import { Schemes as
|
|
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";
|
|
178
175
|
import { ServiceMessage as li } from "./components/Chat/ServiceMessage/index.js";
|
|
179
176
|
import { SortableList as ni } from "./components/SortableList/SortableList.js";
|
|
180
177
|
import { StorageEntityItem as ui } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
@@ -183,432 +180,424 @@ import { TablePagination as Si } from "./components/table/components/TablePagina
|
|
|
183
180
|
import { TableSearch as Ti } from "./components/table/components/TableSearch.js";
|
|
184
181
|
import { TreeIndentContainer as Ei, TreeIndentItem as Ii } from "./components/TreeIndent/TreeIndent.js";
|
|
185
182
|
import { UnreadSeparator as Fi } from "./components/Chat/UnreadSeparator/index.js";
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import { useCropInteraction as uf } from "./components/ImageCropper/useCropInteraction.js";
|
|
211
|
-
import { useFormMobile as df } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
212
|
-
import { useInterpolate as Sf, useInterpolateText as Cf } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
213
|
-
import { useSaveRowCount as Mf } from "./components/table/hooks/useSaveRowCount.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";
|
|
214
207
|
export {
|
|
215
|
-
|
|
216
|
-
|
|
208
|
+
fm as AUTHOR_COLORS,
|
|
209
|
+
nm as AVATAR_COLORS,
|
|
217
210
|
B as ActiveWorkspace,
|
|
218
|
-
|
|
211
|
+
Q as AlertsBlock,
|
|
219
212
|
f as AliasTextInput,
|
|
220
213
|
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
|
-
|
|
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,
|
|
269
262
|
T as EmojiPicker,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
263
|
+
Nr as EntityIcon,
|
|
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,
|
|
281
274
|
S as FilePickerUpload,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
te as
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
Is as MediaLibraryBrowser,
|
|
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,
|
|
309
301
|
D as MeetWidgetProvider,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
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,
|
|
327
319
|
x as NoData,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
$
|
|
333
|
-
|
|
320
|
+
J as NotFound,
|
|
321
|
+
Vo as NotPublicPanel,
|
|
322
|
+
Yp as NotionIcon,
|
|
323
|
+
_r as Numbers,
|
|
324
|
+
$p as OnboardingTourWrapper,
|
|
325
|
+
mm as PageIcon,
|
|
334
326
|
d as PillTabs,
|
|
335
327
|
oi as PinModal,
|
|
336
|
-
|
|
337
|
-
|
|
328
|
+
ae as ProjectIcon,
|
|
329
|
+
Ce as RECENT_COLOR_HOTKEY,
|
|
330
|
+
_o as SELECT_COLUMN_FIELD,
|
|
338
331
|
ti as STATIC_CLASSES,
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
332
|
+
pi as Schemes,
|
|
333
|
+
_e as SearchFilters,
|
|
334
|
+
Ne as SearchHelpModal,
|
|
342
335
|
li as ServiceMessage,
|
|
343
336
|
a as SettingsSection,
|
|
344
|
-
|
|
345
|
-
|
|
337
|
+
w as ShakaVideoPlayer,
|
|
338
|
+
m as SocialLinkRow,
|
|
346
339
|
ni as SortableList,
|
|
347
|
-
|
|
348
|
-
|
|
340
|
+
im as SprintIcon,
|
|
341
|
+
Qm as StepsContext,
|
|
349
342
|
ui as StorageEntityItem,
|
|
350
343
|
di as StorageEntityList,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
344
|
+
so as StorageUsageProgress,
|
|
345
|
+
Oo as TABLE_AGGREGATION_ROW_ID,
|
|
346
|
+
No as TABLE_ATTRIBUTES,
|
|
347
|
+
Qo as TableMenu,
|
|
355
348
|
Si as TablePagination,
|
|
356
349
|
Ti as TableSearch,
|
|
357
|
-
|
|
358
|
-
|
|
350
|
+
de as TextColorIcon,
|
|
351
|
+
Ye as ThemeIndicator,
|
|
359
352
|
i as TimezonePicker,
|
|
360
353
|
Ei as TreeIndentContainer,
|
|
361
354
|
Ii as TreeIndentItem,
|
|
362
355
|
Fi as UnreadSeparator,
|
|
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
|
-
io as columnsMapReselect,
|
|
391
|
-
lo as columnsReselect,
|
|
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,
|
|
392
383
|
ai as combineClasses,
|
|
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
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
Fm as getVisitData,
|
|
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,
|
|
462
452
|
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
|
-
|
|
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,
|
|
467
|
+
Nt as isNoAccessError,
|
|
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,
|
|
508
498
|
U as openSubmitModal,
|
|
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
|
-
|
|
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
|
-
Yi as
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
Mo as visibleRowsReselect
|
|
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,
|
|
543
|
+
mr as startStepReselect,
|
|
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,
|
|
590
|
+
ma as useSwipeDetect,
|
|
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
|
|
614
603
|
};
|