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