@layers-app/shared 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +10 -10
- package/dist/components/AnimatedFigurePage/useParallax.d.ts +2 -2
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +4 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +22 -15
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +22 -21
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +48 -91
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts +3 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +89 -63
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +35 -26
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +43 -36
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +6 -0
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +16 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +4 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +59 -20
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +28 -18
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +22 -18
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +19 -21
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +136 -144
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +3 -4
- package/dist/components/CommentComposer/index.js +1 -1
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +13 -12
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +0 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +0 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EmojiPicker/IconsPanel.js +13 -13
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +43 -33
- 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.d.ts +2 -4
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +226 -241
- package/dist/components/FilePicker/FilePicker.module.css.js +12 -14
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +34 -60
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +39 -38
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +26 -29
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +43 -42
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +35 -51
- package/dist/components/FilePicker/index.d.ts +0 -1
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
- package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
- package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +6 -0
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +4 -3
- package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
- package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +248 -248
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
- package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
- package/dist/components/FormViewer/types/form.d.ts +1 -1
- package/dist/components/FormViewer/types/form.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.d.ts +381 -6358
- package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.js +1 -1
- package/dist/components/GroupAvatar/index.d.ts +3 -1
- package/dist/components/GroupAvatar/index.d.ts.map +1 -1
- package/dist/components/GroupAvatar/index.js +24 -21
- 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/MediaLibrary/MediaLibraryRow.js +7 -7
- package/dist/components/NavMenu/NavMenu.d.ts +3 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +7 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.js +21 -23
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NewColorPicker/components/Target.d.ts +3 -1
- package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
- package/dist/components/NewColorPicker/components/Target.js +48 -43
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.js +3 -1
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/Notification/NotificationCard.d.ts +3 -1
- package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
- package/dist/components/Notification/NotificationCard.js +87 -86
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
- package/dist/components/OnboardingTour/OnboardingTourWrapper.js +70 -74
- package/dist/components/ProjectIcon/ProjectIcon.d.ts +7 -12
- package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
- package/dist/components/ProjectIcon/ProjectIcon.js +58 -60
- 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/UserAvatar/index.d.ts +2 -1
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +38 -35
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +19 -18
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
- 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.js +8 -8
- package/dist/config/envConfig.d.ts +8 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +21 -13
- package/dist/helpers/getFileIcons.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +63 -45
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +29 -8
- package/dist/helpers/getPartOfTheDay.d.ts +1 -1
- package/dist/helpers/offlineSuppression.d.ts +3 -0
- package/dist/helpers/offlineSuppression.d.ts.map +1 -0
- package/dist/helpers/offlineSuppression.js +8 -0
- package/dist/helpers/platform.d.ts +1 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +5 -4
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +30 -29
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useOutsideClick.d.ts +1 -1
- package/dist/hooks/useOutsideClick.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +498 -509
- package/dist/lang/locales/ui_en.json.js +18 -20
- package/dist/lang/locales/ui_es.json.js +12 -14
- package/dist/lang/locales/ui_ru.json.js +13 -15
- package/dist/node_modules/countries-and-timezones/esm/index.js +281 -4011
- package/docs/README.md +499 -499
- package/package.json +75 -75
- package/dist/components/ColorPicker/ColorPicker.module.css.js +0 -31
- package/dist/components/ColorPicker/ColorPickerList.d.ts +0 -6
- package/dist/components/ColorPicker/ColorPickerList.d.ts.map +0 -1
- package/dist/components/ColorPicker/ColorPickerList.js +0 -134
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +0 -13
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +0 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +0 -149
- package/dist/components/ColorPicker/icons.d.ts +0 -11
- package/dist/components/ColorPicker/icons.d.ts.map +0 -1
- package/dist/components/ColorPicker/icons.js +0 -71
- package/dist/components/ColorPicker/types.d.ts +0 -49
- package/dist/components/ColorPicker/types.d.ts.map +0 -1
- package/dist/components/ColorPicker/types.js +0 -10
- package/dist/components/ColorPicker/useRecentColors.d.ts +0 -13
- package/dist/components/ColorPicker/useRecentColors.d.ts.map +0 -1
- package/dist/components/ColorPicker/useRecentColors.js +0 -39
- package/dist/components/FilePicker/coverCollections.d.ts +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
- package/dist/components/FilePicker/coverCollections.js +0 -164
package/dist/index.js
CHANGED
|
@@ -1,526 +1,515 @@
|
|
|
1
1
|
import { AnimatedFigurePage as r } from "./components/AnimatedFigurePage/AnimatedFigurePage.js";
|
|
2
2
|
import { SettingsSection as a } from "./components/SettingsSection/index.js";
|
|
3
3
|
import { SocialLinkRow as p } from "./components/SocialLinkRow/index.js";
|
|
4
|
-
import { TimezonePicker as
|
|
4
|
+
import { TimezonePicker as i } from "./components/TimezonePicker/index.js";
|
|
5
5
|
import { AliasTextInput as n } from "./components/AliasTextInput/AliasTextInput.js";
|
|
6
6
|
import { NoData as x, illustrationMap as u } from "./components/NoData/NoData.js";
|
|
7
7
|
import { FilePickerUpload as d } from "./components/FilePicker/FilePickerUpload.js";
|
|
8
8
|
import { EmojiPicker as S } from "./components/EmojiPicker/EmojiPicker.js";
|
|
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 {
|
|
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 { useActiveStep as Rs } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
175
|
-
import { useCreateTable as Us } from "./components/table/hooks/useCreateTable.js";
|
|
176
|
-
import { useCropInteraction as ys } from "./components/ImageCropper/useCropInteraction.js";
|
|
177
|
-
import { useFormMobile as vs } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
178
|
-
import { useInterpolate as Os, useInterpolateText as ws } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
179
|
-
import { useSaveRowCount as Bs } from "./components/table/hooks/useSaveRowCount.js";
|
|
9
|
+
import { AppContainer as C } from "./components/AppContainer/AppContainer.js";
|
|
10
|
+
import { MeetWidgetProvider as F, useMeetWidget as I } from "./components/AppContainer/MeetWidgetContext.js";
|
|
11
|
+
import { CustomKBD as D } from "./components/CustomKBD/index.js";
|
|
12
|
+
import { openSubmitModal as A } from "./components/SubmitModal/index.js";
|
|
13
|
+
import { UserAvatar as R } from "./components/UserAvatar/index.js";
|
|
14
|
+
import { GroupAvatar as U } from "./components/GroupAvatar/index.js";
|
|
15
|
+
import { ShakaVideoPlayer as y } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
16
|
+
import { ActiveWorkspace as v, WorkspaceMenu as O } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
17
|
+
import { WorkspaceAvatar as w } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
18
|
+
import { NavbarResizer as B } from "./components/NavbarResizer/NavbarResizer.js";
|
|
19
|
+
import { MenuUserDropdown as H } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
20
|
+
import { ErrorPage as W } from "./components/ErrorPage/index.js";
|
|
21
|
+
import { AlertsBlock as j } from "./components/AlertsBlock/index.js";
|
|
22
|
+
import { NotFound as Z } from "./components/NotFound/NoFound.js";
|
|
23
|
+
import { ErrorAlert as Q } from "./components/ErrorAlert/index.js";
|
|
24
|
+
import { IconEntity as Y, IconType as J, ProjectIcon as $, renderIcon as ee } from "./components/ProjectIcon/ProjectIcon.js";
|
|
25
|
+
import { ColorCircle as re, ColorPicker as te } from "./components/ColorPicker/ColorPicker.js";
|
|
26
|
+
import { NewColorPicker as me } from "./components/NewColorPicker/index.js";
|
|
27
|
+
import { ColorPickerPopover as se } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
28
|
+
import { AnimationWrapper as le } from "./components/AnimationWrapper/index.js";
|
|
29
|
+
import { SearchFilters as fe } from "./components/SearchFilters/SearchFilters.js";
|
|
30
|
+
import { SearchHelpModal as ue, closeSearchHelpModal as ce, openSearchHelpModal as de } from "./components/SearchFilters/components/SearchHelp.js";
|
|
31
|
+
import { AttachmentsGalleryModal as Se } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
32
|
+
import { ImageModal as Ce, closeImageModal as Ee, openImageModal as Fe, useChangePasswordModalStore as Ie } from "./components/ImageModal/ImageModal.js";
|
|
33
|
+
import { LayersLogoCopyright as De, LayersLogoIcon as Le, Logotype as Ae } from "./components/Logotype.js";
|
|
34
|
+
import { ThemeIndicator as Re } from "./components/ThemeIndicator/index.js";
|
|
35
|
+
import { AttachmentsPreview as Ue } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
36
|
+
import { CommentComposer as ye } from "./components/CommentComposer/index.js";
|
|
37
|
+
import { StorageUsageProgress as ve } from "./components/StorageUsageProgress/index.js";
|
|
38
|
+
import { LanguagePicker as he } from "./components/LanguagePicker/LanguagePicker.js";
|
|
39
|
+
import { FrontTable as ke } from "./components/table/FrontTable.js";
|
|
40
|
+
import { aggregationReselect as Ve, columnsMapReselect as He, columnsReselect as ze, metaReselect as We, paginationMetaReselect as Ge, rowsReselect as je, searchedRowsReselect as Xe, selectionReselect as Ze, sortedRowsReselect as Ke, variableReselect as Qe, visibleColumnsBySideReselect as qe, visibleColumnsReselect as Ye, visibleRowsReselect as Je } from "./components/table/selectors.js";
|
|
41
|
+
import { tableColumnDateTypes as eo, tableColumnNumberTypes as oo } from "./components/table/types.js";
|
|
42
|
+
import { createTableStore as to } from "./components/table/store.js";
|
|
43
|
+
import { useTableStore as mo } from "./components/table/hooks/useTableStore.js";
|
|
44
|
+
import { EXPAND_COLUMN_FIELD as so, SELECT_COLUMN_FIELD as io, TABLE_AGGREGATION_ROW_ID as lo, TABLE_ATTRIBUTES as no } from "./components/table/constants.js";
|
|
45
|
+
import { CommunitiesDialog as xo } from "./components/CommunitiesDialog/index.js";
|
|
46
|
+
import { NotPublicPanel as co } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
47
|
+
import { BottomDrawerWithoutHeader as So } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
48
|
+
import { Copyright as Co } from "./components/Copyright/index.js";
|
|
49
|
+
import { EntityTitle as Fo } from "./components/EntityTitle/EntityTitle.js";
|
|
50
|
+
import { CircleColorPicker as Mo } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
51
|
+
import { TableMenu as Lo } from "./components/table/components/TableMenu.js";
|
|
52
|
+
import { BouncingLogo as Po } from "./components/BouncingLogo/BouncingLogo.js";
|
|
53
|
+
import { activeControlReselect as bo, activeStepIdReselect as Uo, activeStepReselect as No, controlsReselect as yo, isFormDirtyReselect as _o, questionNumberReselect as vo, startStepReselect as Oo, stepByControlReselect as ho, stepsReselect as wo, themeReselect as ko } from "./components/FormViewer/store/selectors.js";
|
|
54
|
+
import { CREATE_CONDITION_FORM_ID as Vo, DEFAULT_END_STEP_ID as Ho, DEFAULT_MAX as zo, DEFAULT_MEDIA_BRIGHTNESS as Wo, DEFAULT_MEDIA_SIZE as Go, DEFAULT_MIN as jo, DEFAULT_OPTIONS_MIN as Xo, DEFAULT_OPTION_MAX_LENGTH as Zo, DEFAULT_START_STEP_ID as Ko, EDIT_CONDITION_FORM_ID as Qo, MAX_OPTIONS_COUNT as qo, getDefaultDropdownOptions as Yo, getDefaultEndStep as Jo, getDefaultStartStep as $o, getFirstStep as er, getRandomId as or } from "./components/FormViewer/helpers/steps.js";
|
|
55
|
+
import { DEFAULT_THEME as tr } from "./components/FormViewer/constants/defaultTheme.js";
|
|
56
|
+
import { openRemoveConfirmModal as mr } from "./components/modals/RemoveConfirmModal.js";
|
|
57
|
+
import { AppSidebarButton as sr } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
58
|
+
import { Numbers as lr } from "./components/table/helpers/formatters.js";
|
|
59
|
+
import { EntityIcon as fr } from "./components/EntityIcon.js";
|
|
60
|
+
import { showErrorNotification as ur, showMessageNotification as cr, showRequestNotifications as dr, showSuccessNotification as gr, showWarningNotification as Sr, updateMessageNotification as Tr } from "./helpers/showNotifications.js";
|
|
61
|
+
import { isOfflineSuppressed as Er, setOfflineSuppression as Fr } from "./helpers/offlineSuppression.js";
|
|
62
|
+
import { showFeatureFeedback as Mr } from "./helpers/showFeatureFeedback.js";
|
|
63
|
+
import { pickRandomEmoji as Lr } from "./helpers/pickRandomEmoji.js";
|
|
64
|
+
import { useIsDarkTheme as Pr } from "./helpers/themeUtils.js";
|
|
65
|
+
import { combineStatuses as br } from "./helpers/combineStatuses.js";
|
|
66
|
+
import { downloadCSVAsBlob as Nr, downloadImageFromExternalUrl as yr, downloadURL as _r } from "./helpers/download.js";
|
|
67
|
+
import { generateLink as Or } from "./helpers/generateLink.js";
|
|
68
|
+
import { appFeature as wr, isFeature as kr } from "./helpers/feature.js";
|
|
69
|
+
import { DEFAULT_MODE as Vr, appDesktop as Hr, appServer as zr, getPlatformInfo as Wr } from "./helpers/platform.js";
|
|
70
|
+
import { getMimeType as jr, isGalleryMediaFile as Xr, isMobileDevice as Zr, isVideoFile as Kr } from "./helpers/fileUtils.js";
|
|
71
|
+
import { formatBytes as qr } from "./helpers/formatBytes.js";
|
|
72
|
+
import { filterHierarchyByTypes as Jr } from "./helpers/filterHierarchyByTypes.js";
|
|
73
|
+
import { getRandomIconColor as et } from "./helpers/getRandomIconColor.js";
|
|
74
|
+
import { getFileIcons as rt } from "./helpers/getFileIcons.js";
|
|
75
|
+
import { getFileType as at } from "./helpers/getFileType.js";
|
|
76
|
+
import { getPartOfTheDay as pt } from "./helpers/getPartOfTheDay.js";
|
|
77
|
+
import { isAppMode as it } from "./helpers/isAppMode.js";
|
|
78
|
+
import { parseDate as nt } from "./helpers/dates.js";
|
|
79
|
+
import { initHotjar as xt } from "./helpers/hotjar.js";
|
|
80
|
+
import { validateAliasFormat as ct } from "./helpers/validateAliasFormat.js";
|
|
81
|
+
import { getBrowserTimeZone as gt, getSafeFormatter as St, getTimeZones as Tt, getUtcOffset as Ct, isValidTimeZone as Et, parseInvalidTz as Ft } from "./helpers/timezones.js";
|
|
82
|
+
import { useMenu as Mt } from "./hooks/useMenu.js";
|
|
83
|
+
import { usePlatform as Lt } from "./hooks/usePlatform.js";
|
|
84
|
+
import { dateFnsLocales as Pt, useDateFnsLocale as Rt } from "./hooks/useDateFnsLocale.js";
|
|
85
|
+
import { useFormatDistance as Ut } from "./hooks/useFormatDistance.js";
|
|
86
|
+
import { useSwipeDetect as yt } from "./hooks/useSwipeDetect.js";
|
|
87
|
+
import { AuthErrors as vt, useOAuthErrorParams as Ot } from "./hooks/useOAuthErrorParams.js";
|
|
88
|
+
import { useDateUtils as wt } from "./hooks/useDateUtils.js";
|
|
89
|
+
import { isNumberValue as Bt, useQueryParam as Vt, useRouteParam as Ht } from "./hooks/useNumberQueryParam.js";
|
|
90
|
+
import { useDisableWindowScrollDuringDrag as Wt } from "./hooks/useDisableWindowScroll.js";
|
|
91
|
+
import { useAsyncStatus as jt } from "./hooks/useAsyncStatus.js";
|
|
92
|
+
import { useVideoUploadGuard as Zt } from "./hooks/useVideoUploadGuard.js";
|
|
93
|
+
import { FEATURE_KEYS as Qt, trackFeatureFeedback as qt, useDelayedFeatureFeedback as Yt } from "./hooks/useFeatureFeedback.js";
|
|
94
|
+
import { useAppContainer as $t } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
95
|
+
import { appContainerStore as oa } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
96
|
+
import { useAppContainerDataStore as ta } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
97
|
+
import { closeSearchModal as ma, openSearchModal as pa, useSearchModalStore as sa } from "./store/searchModal.js";
|
|
98
|
+
import { closeTrashModal as la, openTrashModal as na, useTrashModalStore as fa } from "./store/trashModal.js";
|
|
99
|
+
import { useOnboardingState as ua } from "./store/onboarding.js";
|
|
100
|
+
import { useWorkspacesOrder as da } from "./store/workspacesOrder.js";
|
|
101
|
+
import { updateTimezone as Sa, useLocalTimezone as Ta } from "./store/timezoneStore.js";
|
|
102
|
+
import { closeUserPlansModal as Ea, openUserPlansModal as Fa, useUserPlansModalStore as Ia } from "./store/plansModal.js";
|
|
103
|
+
import { closeUserDiscordDialog as Da, openUserDiscordDialog as La, useDiscordDialogStore as Aa } from "./store/discordDialogStore.js";
|
|
104
|
+
import { completeFeatureStep as Ra, finishFeatureFlow as ba, getFeatureCompletedSteps as Ua, isFeatureDone as Na, resetFeatureFlow as ya, setActiveFeatureTour as _a, useFeatureProgressStore as va } from "./store/featureProgress.js";
|
|
105
|
+
import { orderMap as ha, storageCategoryColors as wa } from "./types/storageCategories.js";
|
|
106
|
+
import { formatStorage as Ba, formatStoragePercent as Va, resolveStorageLimit as Ha } from "./utils/formatStorage.js";
|
|
107
|
+
import { getCroppedBlob as Wa } from "./utils/getCroppedBlob.js";
|
|
108
|
+
import { getPlanBadgeColor as ja } from "./utils/getPlanBadgeColor.js";
|
|
109
|
+
import { addQueryParam as Za, removeQueryParam as Ka } from "./utils/queryParams.js";
|
|
110
|
+
import { getFeatureRating as qa, getVisitData as Ya, isFeatureRated as Ja, setFeatureRating as $a, setVisitData as em } from "./lib/layersVisitData.js";
|
|
111
|
+
import { brand as rm, brandI18nVariables as tm } from "./config/brand.js";
|
|
112
|
+
import { getEnvConfig as mm, getEnvValue as pm, getMaxUploadSize as sm, getOfficeUrl as im, isLivekitEnabled as lm, isOfficeEnabled as nm, joinBaseUrlPath as fm, normalizeBaseUrl as xm, normalizeUrl as um, parseSizeToBytes as cm, resolveNonBlankString as dm } from "./config/envConfig.js";
|
|
113
|
+
import { COLOR_SCHEMES as Sm, DEFAULT_COLOR_SCHEME as Tm, DEFAULT_FONT_FAMILY as Cm, DEFAULT_VALUES as Em, isValidColorScheme as Fm } from "./constants.js";
|
|
114
|
+
import { default as Mm } from "./assets/enitityIcons/flow.svg.js";
|
|
115
|
+
import { default as Lm } from "./assets/enitityIcons/form.svg.js";
|
|
116
|
+
import { default as Pm } from "./assets/enitityIcons/page.svg.js";
|
|
117
|
+
import { default as bm } from "./assets/enitityIcons/sprint.svg.js";
|
|
118
|
+
import { CollapsibleContainer as Nm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
119
|
+
import { Error404 as _m } from "./components/ErrorPage/components/Error404.js";
|
|
120
|
+
import { Error406 as Om } from "./components/ErrorPage/components/Error406.js";
|
|
121
|
+
import { Error500 as wm } from "./components/ErrorPage/components/Error500.js";
|
|
122
|
+
import { FeatureProgress as Bm } from "./components/FeatureProgress/FeatureProgress.js";
|
|
123
|
+
import { FeatureProgressKey as Hm } from "./components/FeatureProgress/constants.js";
|
|
124
|
+
import { FilePicker as Wm } from "./components/FilePicker/FilePicker.js";
|
|
125
|
+
import { FormContextProvider as jm, StepsContext as Xm, useSteps as Zm } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
126
|
+
import { FormStoreProvider as Qm, createFormStore as qm, useFormViewerStore as Ym } from "./components/FormViewer/store/formStore.js";
|
|
127
|
+
import { FormViewer as $m } from "./components/FormViewer/FormViewer.js";
|
|
128
|
+
import { GoogleDriveIcon as op } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
129
|
+
import { ImageCropper as tp } from "./components/ImageCropper/ImageCropper.js";
|
|
130
|
+
import { IntegrationFlowAnimation as mp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
131
|
+
import { LastEditedButton as sp } from "./components/LastEditedButton/LastEditedButton.js";
|
|
132
|
+
import { LayersCubeIcon as lp } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
133
|
+
import { MediaLibrary as fp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
134
|
+
import { MediaLibraryBrowser as up } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
135
|
+
import { NavMenu as dp } from "./components/NavMenu/NavMenu.js";
|
|
136
|
+
import { NavMenuItem as Sp, NavMenuLoadMore as Tp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
137
|
+
import { NavMenuLabel as Ep } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
138
|
+
import { NavMenuProvider as Ip, createNavMenuStore as Mp, useNavMenuStore as Dp } from "./components/NavMenu/store.js";
|
|
139
|
+
import { NotionIcon as Ap } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
140
|
+
import { OnBoardingPage as Rp } from "./components/OnBoarding/OnBoardingPage.js";
|
|
141
|
+
import { OnboardingTourWrapper as Up } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
142
|
+
import { PinModal as yp } from "./components/PinModal/PinModal.js";
|
|
143
|
+
import { STATIC_CLASSES as vp, combineClasses as Op, getPageNumberClass as hp } from "./components/FormViewer/helpers/staticClasses.js";
|
|
144
|
+
import { Schemes as kp } from "./components/FormViewer/types/schemes.js";
|
|
145
|
+
import { SortableList as Vp } from "./components/SortableList/SortableList.js";
|
|
146
|
+
import { StorageEntityItem as zp } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
147
|
+
import { StorageEntityList as Gp } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
148
|
+
import { TablePagination as Xp } from "./components/table/components/TablePagination.js";
|
|
149
|
+
import { TableSearch as Kp } from "./components/table/components/TableSearch.js";
|
|
150
|
+
import { TreeIndentContainer as qp, TreeIndentItem as Yp } from "./components/TreeIndent/TreeIndent.js";
|
|
151
|
+
import { alignList as $p, conditionOperatorsList as es, isLayout as os, isSize as rs, isSlideAnimation as ts, layoutList as as, mediaContentLayoutList as ms, mediaFullLayoutList as ps, mediaLayoutList as ss, sizeList as is, slideAnimationList as ls } from "./components/FormViewer/types/form.js";
|
|
152
|
+
import { alignRelation as fs } from "./components/FormViewer/helpers/themeUtils.js";
|
|
153
|
+
import { closePinModal as us, openPinModal as cs, usePinModalStore as ds } from "./components/PinModal/slice.js";
|
|
154
|
+
import { controlsDataMap as Ss } from "./components/FormViewer/helpers/controls.js";
|
|
155
|
+
import { createFormStoreApi as Cs } from "./components/FormViewer/store/formStoreApi.js";
|
|
156
|
+
import { cropImage as Fs } from "./components/ImageCropper/cropUtils.js";
|
|
157
|
+
import { default as Ms } from "./lang/locales/ui_en.json.js";
|
|
158
|
+
import { default as Ls } from "./lang/locales/ui_es.json.js";
|
|
159
|
+
import { escapeHtml as Ps, getVideoEmbedUrl as Rs, isVideoPlatformUrl as bs, parseEmbedUrl as Us, parseVideoUrl as Ns } from "./lib/contentImport/utils.js";
|
|
160
|
+
import { filterPinnedColumns as _s, getAggregateValue as vs, getAggregationColumns as Os, getColumnId as hs, getColumnsProps as ws, getCurrencyColumn as ks, getDateColumn as Bs, getExpandingColumn as Vs, getHeaderStyles as Hs, getNumberColumn as zs, getPercentColumn as Ws, getRatioColumn as Gs, getSelectionColumn as js, isTechnicalColumn as Xs, mergeColumn as Zs } from "./components/table/helpers/columns.js";
|
|
161
|
+
import { getNextStep as Qs, operatorsRelation as qs } from "./components/FormViewer/helpers/conditions.js";
|
|
162
|
+
import { getTextValidation as Js, isImageUrl as $s, isValidEmail as ei, isValidUrl as oi, useValidation as ri } from "./components/FormViewer/helpers/validation.js";
|
|
163
|
+
import { isOnboardingCompleted as ai, resetOnboarding as mi, useOnboardingTour as pi } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
164
|
+
import { mergeTheme as ii, sortSteps as li } from "./components/FormViewer/helpers/helpers.js";
|
|
165
|
+
import { default as fi } from "./lang/locales/ui_ru.json.js";
|
|
166
|
+
import { serializeToLexicalHtml as ui } from "./lib/contentImport/lexicalSerializer.js";
|
|
167
|
+
import { useActiveControl as di } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
168
|
+
import { useActiveStep as Si } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
169
|
+
import { useCreateTable as Ci } from "./components/table/hooks/useCreateTable.js";
|
|
170
|
+
import { useCropInteraction as Fi } from "./components/ImageCropper/useCropInteraction.js";
|
|
171
|
+
import { useFormMobile as Mi } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
172
|
+
import { useInterpolate as Li, useInterpolateText as Ai } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
173
|
+
import { useSaveRowCount as Ri } from "./components/table/hooks/useSaveRowCount.js";
|
|
180
174
|
export {
|
|
181
|
-
|
|
182
|
-
|
|
175
|
+
v as ActiveWorkspace,
|
|
176
|
+
j as AlertsBlock,
|
|
183
177
|
n as AliasTextInput,
|
|
184
178
|
r as AnimatedFigurePage,
|
|
185
|
-
|
|
186
|
-
|
|
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
|
-
lr as EDIT_CONDITION_FORM_ID,
|
|
220
|
-
Io as EXPAND_COLUMN_FIELD,
|
|
221
|
-
T as EmojiPanel,
|
|
179
|
+
le as AnimationWrapper,
|
|
180
|
+
C as AppContainer,
|
|
181
|
+
sr as AppSidebarButton,
|
|
182
|
+
Se as AttachmentsGalleryModal,
|
|
183
|
+
Ue as AttachmentsPreview,
|
|
184
|
+
vt as AuthErrors,
|
|
185
|
+
So as BottomDrawerWithoutHeader,
|
|
186
|
+
Po as BouncingLogo,
|
|
187
|
+
Sm as COLOR_SCHEMES,
|
|
188
|
+
Vo as CREATE_CONDITION_FORM_ID,
|
|
189
|
+
Mo as CircleColorPicker,
|
|
190
|
+
Nm as CollapsibleContainer,
|
|
191
|
+
re as ColorCircle,
|
|
192
|
+
te as ColorPicker,
|
|
193
|
+
se as ColorPickerPopover,
|
|
194
|
+
ye as CommentComposer,
|
|
195
|
+
xo as CommunitiesDialog,
|
|
196
|
+
Co as Copyright,
|
|
197
|
+
D as CustomKBD,
|
|
198
|
+
Tm as DEFAULT_COLOR_SCHEME,
|
|
199
|
+
Ho as DEFAULT_END_STEP_ID,
|
|
200
|
+
Cm as DEFAULT_FONT_FAMILY,
|
|
201
|
+
zo as DEFAULT_MAX,
|
|
202
|
+
Wo as DEFAULT_MEDIA_BRIGHTNESS,
|
|
203
|
+
Go as DEFAULT_MEDIA_SIZE,
|
|
204
|
+
jo as DEFAULT_MIN,
|
|
205
|
+
Vr as DEFAULT_MODE,
|
|
206
|
+
Xo as DEFAULT_OPTIONS_MIN,
|
|
207
|
+
Zo as DEFAULT_OPTION_MAX_LENGTH,
|
|
208
|
+
Ko as DEFAULT_START_STEP_ID,
|
|
209
|
+
tr as DEFAULT_THEME,
|
|
210
|
+
Em as DEFAULT_VALUES,
|
|
211
|
+
Qo as EDIT_CONDITION_FORM_ID,
|
|
212
|
+
so as EXPAND_COLUMN_FIELD,
|
|
222
213
|
S as EmojiPicker,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
214
|
+
fr as EntityIcon,
|
|
215
|
+
Fo as EntityTitle,
|
|
216
|
+
_m as Error404,
|
|
217
|
+
Om as Error406,
|
|
218
|
+
wm as Error500,
|
|
219
|
+
Q as ErrorAlert,
|
|
220
|
+
W as ErrorPage,
|
|
221
|
+
Qt as FEATURE_KEYS,
|
|
222
|
+
Bm as FeatureProgress,
|
|
223
|
+
Hm as FeatureProgressKey,
|
|
224
|
+
Wm as FilePicker,
|
|
234
225
|
d as FilePickerUpload,
|
|
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
|
-
Te as NewColorPicker,
|
|
226
|
+
Mm as FlowIcon,
|
|
227
|
+
jm as FormContextProvider,
|
|
228
|
+
Lm as FormIcon,
|
|
229
|
+
Qm as FormStoreProvider,
|
|
230
|
+
$m as FormViewer,
|
|
231
|
+
ke as FrontTable,
|
|
232
|
+
op as GoogleDriveIcon,
|
|
233
|
+
U as GroupAvatar,
|
|
234
|
+
Y as IconEntity,
|
|
235
|
+
J as IconType,
|
|
236
|
+
tp as ImageCropper,
|
|
237
|
+
Ce as ImageModal,
|
|
238
|
+
mp as IntegrationFlowAnimation,
|
|
239
|
+
he as LanguagePicker,
|
|
240
|
+
sp as LastEditedButton,
|
|
241
|
+
lp as LayersCubeIcon,
|
|
242
|
+
De as LayersLogoCopyright,
|
|
243
|
+
Le as LayersLogoIcon,
|
|
244
|
+
Ae as Logotype,
|
|
245
|
+
qo as MAX_OPTIONS_COUNT,
|
|
246
|
+
fp as MediaLibrary,
|
|
247
|
+
up as MediaLibraryBrowser,
|
|
248
|
+
F as MeetWidgetProvider,
|
|
249
|
+
H as MenuUserDropdown,
|
|
250
|
+
dp as NavMenu,
|
|
251
|
+
Sp as NavMenuItem,
|
|
252
|
+
Ep as NavMenuLabel,
|
|
253
|
+
Tp as NavMenuLoadMore,
|
|
254
|
+
Ip as NavMenuProvider,
|
|
255
|
+
B as NavbarResizer,
|
|
256
|
+
me as NewColorPicker,
|
|
267
257
|
x as NoData,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
258
|
+
Z as NotFound,
|
|
259
|
+
co as NotPublicPanel,
|
|
260
|
+
Ap as NotionIcon,
|
|
261
|
+
lr as Numbers,
|
|
262
|
+
Rp as OnBoardingPage,
|
|
263
|
+
Up as OnboardingTourWrapper,
|
|
264
|
+
Pm as PageIcon,
|
|
265
|
+
yp as PinModal,
|
|
266
|
+
$ as ProjectIcon,
|
|
267
|
+
io as SELECT_COLUMN_FIELD,
|
|
268
|
+
vp as STATIC_CLASSES,
|
|
269
|
+
kp as Schemes,
|
|
270
|
+
fe as SearchFilters,
|
|
271
|
+
ue as SearchHelpModal,
|
|
282
272
|
a as SettingsSection,
|
|
283
|
-
|
|
273
|
+
y as ShakaVideoPlayer,
|
|
284
274
|
p as SocialLinkRow,
|
|
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
|
-
|
|
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
|
-
et as
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
sm as getVisitData,
|
|
275
|
+
Vp as SortableList,
|
|
276
|
+
bm as SprintIcon,
|
|
277
|
+
Xm as StepsContext,
|
|
278
|
+
zp as StorageEntityItem,
|
|
279
|
+
Gp as StorageEntityList,
|
|
280
|
+
ve as StorageUsageProgress,
|
|
281
|
+
lo as TABLE_AGGREGATION_ROW_ID,
|
|
282
|
+
no as TABLE_ATTRIBUTES,
|
|
283
|
+
Lo as TableMenu,
|
|
284
|
+
Xp as TablePagination,
|
|
285
|
+
Kp as TableSearch,
|
|
286
|
+
Re as ThemeIndicator,
|
|
287
|
+
i as TimezonePicker,
|
|
288
|
+
qp as TreeIndentContainer,
|
|
289
|
+
Yp as TreeIndentItem,
|
|
290
|
+
R as UserAvatar,
|
|
291
|
+
w as WorkspaceAvatar,
|
|
292
|
+
O as WorkspaceMenu,
|
|
293
|
+
bo as activeControlReselect,
|
|
294
|
+
Uo as activeStepIdReselect,
|
|
295
|
+
No as activeStepReselect,
|
|
296
|
+
Za as addQueryParam,
|
|
297
|
+
Ve as aggregationReselect,
|
|
298
|
+
$p as alignList,
|
|
299
|
+
fs as alignRelation,
|
|
300
|
+
oa as appContainerStore,
|
|
301
|
+
Hr as appDesktop,
|
|
302
|
+
wr as appFeature,
|
|
303
|
+
zr as appServer,
|
|
304
|
+
rm as brand,
|
|
305
|
+
tm as brandI18nVariables,
|
|
306
|
+
Ee as closeImageModal,
|
|
307
|
+
us as closePinModal,
|
|
308
|
+
ce as closeSearchHelpModal,
|
|
309
|
+
ma as closeSearchModal,
|
|
310
|
+
la as closeTrashModal,
|
|
311
|
+
Da as closeUserDiscordDialog,
|
|
312
|
+
Ea as closeUserPlansModal,
|
|
313
|
+
He as columnsMapReselect,
|
|
314
|
+
ze as columnsReselect,
|
|
315
|
+
Op as combineClasses,
|
|
316
|
+
br as combineStatuses,
|
|
317
|
+
Ra as completeFeatureStep,
|
|
318
|
+
es as conditionOperatorsList,
|
|
319
|
+
Ss as controlsDataMap,
|
|
320
|
+
yo as controlsReselect,
|
|
321
|
+
qm as createFormStore,
|
|
322
|
+
Cs as createFormStoreApi,
|
|
323
|
+
Mp as createNavMenuStore,
|
|
324
|
+
to as createTableStore,
|
|
325
|
+
Fs as cropImage,
|
|
326
|
+
Pt as dateFnsLocales,
|
|
327
|
+
Nr as downloadCSVAsBlob,
|
|
328
|
+
yr as downloadImageFromExternalUrl,
|
|
329
|
+
_r as downloadURL,
|
|
330
|
+
Ms as enUI,
|
|
331
|
+
Ls as esUI,
|
|
332
|
+
Ps as escapeHtml,
|
|
333
|
+
Jr as filterHierarchyByTypes,
|
|
334
|
+
_s as filterPinnedColumns,
|
|
335
|
+
ba as finishFeatureFlow,
|
|
336
|
+
qr as formatBytes,
|
|
337
|
+
Ba as formatStorage,
|
|
338
|
+
Va as formatStoragePercent,
|
|
339
|
+
Or as generateLink,
|
|
340
|
+
vs as getAggregateValue,
|
|
341
|
+
Os as getAggregationColumns,
|
|
342
|
+
gt as getBrowserTimeZone,
|
|
343
|
+
hs as getColumnId,
|
|
344
|
+
ws as getColumnsProps,
|
|
345
|
+
Wa as getCroppedBlob,
|
|
346
|
+
ks as getCurrencyColumn,
|
|
347
|
+
Bs as getDateColumn,
|
|
348
|
+
Yo as getDefaultDropdownOptions,
|
|
349
|
+
Jo as getDefaultEndStep,
|
|
350
|
+
$o as getDefaultStartStep,
|
|
351
|
+
mm as getEnvConfig,
|
|
352
|
+
pm as getEnvValue,
|
|
353
|
+
Vs as getExpandingColumn,
|
|
354
|
+
Ua as getFeatureCompletedSteps,
|
|
355
|
+
qa as getFeatureRating,
|
|
356
|
+
rt as getFileIcons,
|
|
357
|
+
at as getFileType,
|
|
358
|
+
er as getFirstStep,
|
|
359
|
+
Hs as getHeaderStyles,
|
|
360
|
+
sm as getMaxUploadSize,
|
|
361
|
+
jr as getMimeType,
|
|
362
|
+
Qs as getNextStep,
|
|
363
|
+
zs as getNumberColumn,
|
|
364
|
+
im as getOfficeUrl,
|
|
365
|
+
hp as getPageNumberClass,
|
|
366
|
+
pt as getPartOfTheDay,
|
|
367
|
+
Ws as getPercentColumn,
|
|
368
|
+
ja as getPlanBadgeColor,
|
|
369
|
+
Wr as getPlatformInfo,
|
|
370
|
+
et as getRandomIconColor,
|
|
371
|
+
or as getRandomId,
|
|
372
|
+
Gs as getRatioColumn,
|
|
373
|
+
St as getSafeFormatter,
|
|
374
|
+
js as getSelectionColumn,
|
|
375
|
+
Js as getTextValidation,
|
|
376
|
+
Tt as getTimeZones,
|
|
377
|
+
Ct as getUtcOffset,
|
|
378
|
+
Rs as getVideoEmbedUrl,
|
|
379
|
+
Ya as getVisitData,
|
|
391
380
|
u as illustrationMap,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
ts as
|
|
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
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
381
|
+
xt as initHotjar,
|
|
382
|
+
it as isAppMode,
|
|
383
|
+
kr as isFeature,
|
|
384
|
+
Na as isFeatureDone,
|
|
385
|
+
Ja as isFeatureRated,
|
|
386
|
+
_o as isFormDirtyReselect,
|
|
387
|
+
Xr as isGalleryMediaFile,
|
|
388
|
+
$s as isImageUrl,
|
|
389
|
+
os as isLayout,
|
|
390
|
+
lm as isLivekitEnabled,
|
|
391
|
+
Zr as isMobileDevice,
|
|
392
|
+
Bt as isNumberValue,
|
|
393
|
+
nm as isOfficeEnabled,
|
|
394
|
+
Er as isOfflineSuppressed,
|
|
395
|
+
ai as isOnboardingCompleted,
|
|
396
|
+
rs as isSize,
|
|
397
|
+
ts as isSlideAnimation,
|
|
398
|
+
Xs as isTechnicalColumn,
|
|
399
|
+
Fm as isValidColorScheme,
|
|
400
|
+
ei as isValidEmail,
|
|
401
|
+
Et as isValidTimeZone,
|
|
402
|
+
oi as isValidUrl,
|
|
403
|
+
Kr as isVideoFile,
|
|
404
|
+
bs as isVideoPlatformUrl,
|
|
405
|
+
fm as joinBaseUrlPath,
|
|
406
|
+
as as layoutList,
|
|
407
|
+
ms as mediaContentLayoutList,
|
|
408
|
+
ps as mediaFullLayoutList,
|
|
409
|
+
ss as mediaLayoutList,
|
|
410
|
+
Zs as mergeColumn,
|
|
411
|
+
ii as mergeTheme,
|
|
412
|
+
We as metaReselect,
|
|
413
|
+
xm as normalizeBaseUrl,
|
|
414
|
+
um as normalizeUrl,
|
|
415
|
+
Fe as openImageModal,
|
|
416
|
+
cs as openPinModal,
|
|
417
|
+
mr as openRemoveConfirmModal,
|
|
418
|
+
de as openSearchHelpModal,
|
|
419
|
+
pa as openSearchModal,
|
|
420
|
+
A as openSubmitModal,
|
|
421
|
+
na as openTrashModal,
|
|
422
|
+
La as openUserDiscordDialog,
|
|
423
|
+
Fa as openUserPlansModal,
|
|
424
|
+
qs as operatorsRelation,
|
|
425
|
+
ha as orderMap,
|
|
426
|
+
Ge as paginationMetaReselect,
|
|
427
|
+
nt as parseDate,
|
|
428
|
+
Us as parseEmbedUrl,
|
|
429
|
+
Ft as parseInvalidTz,
|
|
430
|
+
cm as parseSizeToBytes,
|
|
431
|
+
Ns as parseVideoUrl,
|
|
432
|
+
Lr as pickRandomEmoji,
|
|
433
|
+
vo as questionNumberReselect,
|
|
434
|
+
Ka as removeQueryParam,
|
|
435
|
+
ee as renderIcon,
|
|
436
|
+
ya as resetFeatureFlow,
|
|
437
|
+
mi as resetOnboarding,
|
|
438
|
+
dm as resolveNonBlankString,
|
|
439
|
+
Ha as resolveStorageLimit,
|
|
440
|
+
je as rowsReselect,
|
|
441
|
+
fi as ruUI,
|
|
442
|
+
Xe as searchedRowsReselect,
|
|
443
|
+
Ze as selectionReselect,
|
|
444
|
+
ui as serializeToLexicalHtml,
|
|
445
|
+
_a as setActiveFeatureTour,
|
|
446
|
+
$a as setFeatureRating,
|
|
447
|
+
Fr as setOfflineSuppression,
|
|
448
|
+
em as setVisitData,
|
|
449
|
+
ur as showErrorNotification,
|
|
450
|
+
Mr as showFeatureFeedback,
|
|
451
|
+
cr as showMessageNotification,
|
|
452
|
+
dr as showRequestNotifications,
|
|
453
|
+
gr as showSuccessNotification,
|
|
454
|
+
Sr as showWarningNotification,
|
|
455
|
+
is as sizeList,
|
|
456
|
+
ls as slideAnimationList,
|
|
457
|
+
li as sortSteps,
|
|
458
|
+
Ke as sortedRowsReselect,
|
|
459
|
+
Oo as startStepReselect,
|
|
460
|
+
ho as stepByControlReselect,
|
|
461
|
+
wo as stepsReselect,
|
|
462
|
+
wa as storageCategoryColors,
|
|
463
|
+
eo as tableColumnDateTypes,
|
|
464
|
+
oo as tableColumnNumberTypes,
|
|
465
|
+
ko as themeReselect,
|
|
466
|
+
qt as trackFeatureFeedback,
|
|
467
|
+
Tr as updateMessageNotification,
|
|
468
|
+
Sa as updateTimezone,
|
|
469
|
+
di as useActiveControl,
|
|
470
|
+
Si as useActiveStep,
|
|
471
|
+
$t as useAppContainer,
|
|
472
|
+
ta as useAppContainerDataStore,
|
|
473
|
+
jt as useAsyncStatus,
|
|
474
|
+
Ie as useChangePasswordModalStore,
|
|
475
|
+
Ci as useCreateTable,
|
|
476
|
+
Fi as useCropInteraction,
|
|
477
|
+
Rt as useDateFnsLocale,
|
|
478
|
+
wt as useDateUtils,
|
|
479
|
+
Yt as useDelayedFeatureFeedback,
|
|
480
|
+
Wt as useDisableWindowScrollDuringDrag,
|
|
481
|
+
Aa as useDiscordDialogStore,
|
|
482
|
+
va as useFeatureProgressStore,
|
|
483
|
+
Mi as useFormMobile,
|
|
484
|
+
Ym as useFormViewerStore,
|
|
485
|
+
Ut as useFormatDistance,
|
|
486
|
+
Li as useInterpolate,
|
|
487
|
+
Ai as useInterpolateText,
|
|
488
|
+
Pr as useIsDarkTheme,
|
|
489
|
+
Ta as useLocalTimezone,
|
|
490
|
+
I as useMeetWidget,
|
|
491
|
+
Mt as useMenu,
|
|
492
|
+
Dp as useNavMenuStore,
|
|
493
|
+
Ot as useOAuthErrorParams,
|
|
494
|
+
ua as useOnboardingState,
|
|
495
|
+
pi as useOnboardingTour,
|
|
496
|
+
ds as usePinModalStore,
|
|
497
|
+
Lt as usePlatform,
|
|
498
|
+
Vt as useQueryParam,
|
|
499
|
+
Ht as useRouteParam,
|
|
500
|
+
Ri as useSaveRowCount,
|
|
501
|
+
sa as useSearchModalStore,
|
|
502
|
+
Zm as useSteps,
|
|
503
|
+
yt as useSwipeDetect,
|
|
504
|
+
mo as useTableStore,
|
|
505
|
+
fa as useTrashModalStore,
|
|
506
|
+
Ia as useUserPlansModalStore,
|
|
507
|
+
ri as useValidation,
|
|
508
|
+
Zt as useVideoUploadGuard,
|
|
509
|
+
da as useWorkspacesOrder,
|
|
510
|
+
ct as validateAliasFormat,
|
|
511
|
+
Qe as variableReselect,
|
|
512
|
+
qe as visibleColumnsBySideReselect,
|
|
513
|
+
Ye as visibleColumnsReselect,
|
|
514
|
+
Je as visibleRowsReselect
|
|
526
515
|
};
|