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