@layers-app/shared 0.3.7 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +23 -18
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +145 -139
- package/dist/components/ColorPicker/ColorPicker.module.css.js +14 -14
- package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +71 -88
- package/dist/components/ColorPicker/icons.js +1 -1
- 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 +22 -22
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -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/TextColorIcon.d.ts +8 -0
- package/dist/components/TextColorIcon.d.ts.map +1 -0
- package/dist/components/TextColorIcon.js +60 -0
- 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/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 +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +467 -465
- 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/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,7 +1,7 @@
|
|
|
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";
|
|
@@ -14,7 +14,7 @@ import { openSubmitModal as R } from "./components/SubmitModal/index.js";
|
|
|
14
14
|
import { UserAvatar as U } from "./components/UserAvatar/index.js";
|
|
15
15
|
import { GroupAvatar as y } from "./components/GroupAvatar/index.js";
|
|
16
16
|
import { ShakaVideoPlayer as v } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
17
|
-
import { ActiveWorkspace as
|
|
17
|
+
import { ActiveWorkspace as h, WorkspaceMenu as w } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
18
18
|
import { WorkspaceAvatar as B } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
19
19
|
import { NavbarResizer as H } from "./components/NavbarResizer/NavbarResizer.js";
|
|
20
20
|
import { MenuUserDropdown as W } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
@@ -24,503 +24,505 @@ import { NotFound as Q } from "./components/NotFound/NoFound.js";
|
|
|
24
24
|
import { ErrorAlert as Y } from "./components/ErrorAlert/index.js";
|
|
25
25
|
import { IconEntity as $, IconType as ee, ProjectIcon as oe, renderIcon as re } from "./components/ProjectIcon/ProjectIcon.js";
|
|
26
26
|
import { ColorCircle as ae, ColorPicker as me } from "./components/ColorPicker/ColorPicker.js";
|
|
27
|
-
import { ColorPickerList as
|
|
27
|
+
import { ColorPickerList as se } from "./components/ColorPicker/ColorPickerList.js";
|
|
28
28
|
import { ColorPickerToolbar as le } from "./components/ColorPicker/ColorPickerToolbar.js";
|
|
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 { FrontTable as
|
|
46
|
-
import { aggregationReselect as
|
|
47
|
-
import { tableColumnDateTypes as
|
|
48
|
-
import { createTableStore as
|
|
49
|
-
import { useTableStore as
|
|
50
|
-
import { EXPAND_COLUMN_FIELD as
|
|
51
|
-
import { CommunitiesDialog as
|
|
52
|
-
import { NotPublicPanel as
|
|
53
|
-
import { BottomDrawerWithoutHeader as
|
|
54
|
-
import { Copyright as
|
|
55
|
-
import { EntityTitle as
|
|
56
|
-
import { CircleColorPicker as
|
|
57
|
-
import { TableMenu as
|
|
58
|
-
import { BouncingLogo as
|
|
59
|
-
import { activeControlReselect as
|
|
60
|
-
import { CREATE_CONDITION_FORM_ID as
|
|
61
|
-
import { DEFAULT_THEME as
|
|
62
|
-
import { openRemoveConfirmModal as
|
|
63
|
-
import { AppSidebarButton as
|
|
64
|
-
import { Numbers as
|
|
65
|
-
import { EntityIcon as
|
|
66
|
-
import { showErrorNotification as
|
|
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 { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
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 { createFormStoreApi as
|
|
162
|
-
import { cropImage as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { escapeHtml as
|
|
166
|
-
import { filterPinnedColumns as
|
|
167
|
-
import { getNextStep as
|
|
168
|
-
import { getTextValidation as
|
|
169
|
-
import { isOnboardingCompleted as
|
|
170
|
-
import { mergeTheme as
|
|
171
|
-
import { default as
|
|
172
|
-
import { serializeToLexicalHtml as
|
|
173
|
-
import { useActiveControl as
|
|
174
|
-
import { useActiveStep as
|
|
175
|
-
import { useCreateTable as
|
|
176
|
-
import { useCropInteraction as
|
|
177
|
-
import { useFormMobile as
|
|
178
|
-
import { useInterpolate as
|
|
179
|
-
import { useSaveRowCount as
|
|
29
|
+
import { isDefaultColor as fe, normalizeColorItem as xe } from "./components/ColorPicker/types.js";
|
|
30
|
+
import { useRecentColors as ce } from "./components/ColorPicker/useRecentColors.js";
|
|
31
|
+
import { NewColorPicker as ge } from "./components/NewColorPicker/index.js";
|
|
32
|
+
import { ColorPickerPopover as Ce } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
33
|
+
import { AnimationWrapper as Ee } from "./components/AnimationWrapper/index.js";
|
|
34
|
+
import { SearchFilters as Ie } from "./components/SearchFilters/SearchFilters.js";
|
|
35
|
+
import { SearchHelpModal as De, closeSearchHelpModal as Le, openSearchHelpModal as Ae } from "./components/SearchFilters/components/SearchHelp.js";
|
|
36
|
+
import { AttachmentsGalleryModal as Re } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
37
|
+
import { ImageModal as Ue, closeImageModal as Ne, openImageModal as ye, useChangePasswordModalStore as _e } from "./components/ImageModal/ImageModal.js";
|
|
38
|
+
import { LayersLogoCopyright as Oe, LayersLogoIcon as he, Logotype as we } from "./components/Logotype.js";
|
|
39
|
+
import { ThemeIndicator as Be } from "./components/ThemeIndicator/index.js";
|
|
40
|
+
import { AttachmentsPreview as He } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
41
|
+
import { CommentComposer as We } from "./components/CommentComposer/index.js";
|
|
42
|
+
import { StorageUsageProgress as je } from "./components/StorageUsageProgress/index.js";
|
|
43
|
+
import { LanguagePicker as Ze } from "./components/LanguagePicker/LanguagePicker.js";
|
|
44
|
+
import { TextColorIcon as Qe } from "./components/TextColorIcon.js";
|
|
45
|
+
import { FrontTable as Ye } from "./components/table/FrontTable.js";
|
|
46
|
+
import { aggregationReselect as $e, columnsMapReselect as eo, columnsReselect as oo, metaReselect as ro, paginationMetaReselect as to, rowsReselect as ao, searchedRowsReselect as mo, selectionReselect as po, sortedRowsReselect as so, variableReselect as io, visibleColumnsBySideReselect as lo, visibleColumnsReselect as no, visibleRowsReselect as fo } from "./components/table/selectors.js";
|
|
47
|
+
import { tableColumnDateTypes as uo, tableColumnNumberTypes as co } from "./components/table/types.js";
|
|
48
|
+
import { createTableStore as So } from "./components/table/store.js";
|
|
49
|
+
import { useTableStore as To } from "./components/table/hooks/useTableStore.js";
|
|
50
|
+
import { EXPAND_COLUMN_FIELD as Fo, SELECT_COLUMN_FIELD as Io, TABLE_AGGREGATION_ROW_ID as Mo, TABLE_ATTRIBUTES as Do } from "./components/table/constants.js";
|
|
51
|
+
import { CommunitiesDialog as Ao } from "./components/CommunitiesDialog/index.js";
|
|
52
|
+
import { NotPublicPanel as Ro } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
53
|
+
import { BottomDrawerWithoutHeader as Uo } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
54
|
+
import { Copyright as yo } from "./components/Copyright/index.js";
|
|
55
|
+
import { EntityTitle as vo } from "./components/EntityTitle/EntityTitle.js";
|
|
56
|
+
import { CircleColorPicker as ho } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
57
|
+
import { TableMenu as ko } from "./components/table/components/TableMenu.js";
|
|
58
|
+
import { BouncingLogo as Vo } from "./components/BouncingLogo/BouncingLogo.js";
|
|
59
|
+
import { activeControlReselect as zo, activeStepIdReselect as Wo, activeStepReselect as Go, controlsReselect as jo, isFormDirtyReselect as Xo, questionNumberReselect as Zo, startStepReselect as Ko, stepByControlReselect as Qo, stepsReselect as qo, themeReselect as Yo } from "./components/FormViewer/store/selectors.js";
|
|
60
|
+
import { CREATE_CONDITION_FORM_ID as $o, DEFAULT_END_STEP_ID as er, DEFAULT_MAX as or, DEFAULT_MEDIA_BRIGHTNESS as rr, DEFAULT_MEDIA_SIZE as tr, DEFAULT_MIN as ar, DEFAULT_OPTIONS_MIN as mr, DEFAULT_OPTION_MAX_LENGTH as pr, DEFAULT_START_STEP_ID as sr, EDIT_CONDITION_FORM_ID as ir, MAX_OPTIONS_COUNT as lr, getDefaultDropdownOptions as nr, getDefaultEndStep as fr, getDefaultStartStep as xr, getFirstStep as ur, getRandomId as cr } from "./components/FormViewer/helpers/steps.js";
|
|
61
|
+
import { DEFAULT_THEME as gr } from "./components/FormViewer/constants/defaultTheme.js";
|
|
62
|
+
import { openRemoveConfirmModal as Cr } from "./components/modals/RemoveConfirmModal.js";
|
|
63
|
+
import { AppSidebarButton as Er } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
64
|
+
import { Numbers as Ir } from "./components/table/helpers/formatters.js";
|
|
65
|
+
import { EntityIcon as Dr } from "./components/EntityIcon.js";
|
|
66
|
+
import { showErrorNotification as Ar, showMessageNotification as Pr, showRequestNotifications as Rr, showSuccessNotification as br, showWarningNotification as Ur, updateMessageNotification as Nr } from "./helpers/showNotifications.js";
|
|
67
|
+
import { isOfflineSuppressed as _r, setOfflineSuppression as vr } from "./helpers/offlineSuppression.js";
|
|
68
|
+
import { showFeatureFeedback as hr } from "./helpers/showFeatureFeedback.js";
|
|
69
|
+
import { pickRandomEmoji as kr } from "./helpers/pickRandomEmoji.js";
|
|
70
|
+
import { useIsDarkTheme as Vr } from "./helpers/themeUtils.js";
|
|
71
|
+
import { combineStatuses as zr } from "./helpers/combineStatuses.js";
|
|
72
|
+
import { downloadCSVAsBlob as Gr, downloadImageFromExternalUrl as jr, downloadURL as Xr } from "./helpers/download.js";
|
|
73
|
+
import { generateLink as Kr } from "./helpers/generateLink.js";
|
|
74
|
+
import { appFeature as qr, isFeature as Yr } from "./helpers/feature.js";
|
|
75
|
+
import { DEFAULT_MODE as $r, appDesktop as et, appServer as ot, getPlatformInfo as rt } from "./helpers/platform.js";
|
|
76
|
+
import { getMimeType as at, isGalleryMediaFile as mt, isMobileDevice as pt, isVideoFile as st } from "./helpers/fileUtils.js";
|
|
77
|
+
import { formatBytes as lt } from "./helpers/formatBytes.js";
|
|
78
|
+
import { filterHierarchyByTypes as ft } from "./helpers/filterHierarchyByTypes.js";
|
|
79
|
+
import { getRandomIconColor as ut } from "./helpers/getRandomIconColor.js";
|
|
80
|
+
import { getFileIcons as dt } from "./helpers/getFileIcons.js";
|
|
81
|
+
import { getFileType as St } from "./helpers/getFileType.js";
|
|
82
|
+
import { getPartOfTheDay as Tt } from "./helpers/getPartOfTheDay.js";
|
|
83
|
+
import { isAppMode as Ft } from "./helpers/isAppMode.js";
|
|
84
|
+
import { parseDate as Mt } from "./helpers/dates.js";
|
|
85
|
+
import { initHotjar as Lt } from "./helpers/hotjar.js";
|
|
86
|
+
import { validateAliasFormat as Pt } from "./helpers/validateAliasFormat.js";
|
|
87
|
+
import { getBrowserTimeZone as bt, getSafeFormatter as Ut, getTimeZones as Nt, getUtcOffset as yt, isValidTimeZone as _t, parseInvalidTz as vt } from "./helpers/timezones.js";
|
|
88
|
+
import { useMenu as ht } from "./hooks/useMenu.js";
|
|
89
|
+
import { usePlatform as kt } from "./hooks/usePlatform.js";
|
|
90
|
+
import { dateFnsLocales as Vt, useDateFnsLocale as Ht } from "./hooks/useDateFnsLocale.js";
|
|
91
|
+
import { useFormatDistance as Wt } from "./hooks/useFormatDistance.js";
|
|
92
|
+
import { useSwipeDetect as jt } from "./hooks/useSwipeDetect.js";
|
|
93
|
+
import { AuthErrors as Zt, useOAuthErrorParams as Kt } from "./hooks/useOAuthErrorParams.js";
|
|
94
|
+
import { useDateUtils as qt } from "./hooks/useDateUtils.js";
|
|
95
|
+
import { isNumberValue as Jt, useQueryParam as $t, useRouteParam as ea } from "./hooks/useNumberQueryParam.js";
|
|
96
|
+
import { useDisableWindowScrollDuringDrag as ra } from "./hooks/useDisableWindowScroll.js";
|
|
97
|
+
import { useAsyncStatus as aa } from "./hooks/useAsyncStatus.js";
|
|
98
|
+
import { useVideoUploadGuard as pa } from "./hooks/useVideoUploadGuard.js";
|
|
99
|
+
import { FEATURE_KEYS as ia, trackFeatureFeedback as la, useDelayedFeatureFeedback as na } from "./hooks/useFeatureFeedback.js";
|
|
100
|
+
import { useAppContainer as xa } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
101
|
+
import { appContainerStore as ca } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
102
|
+
import { useAppContainerDataStore as ga } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
103
|
+
import { closeSearchModal as Ca, openSearchModal as Ta, useSearchModalStore as Ea } from "./store/searchModal.js";
|
|
104
|
+
import { closeTrashModal as Ia, openTrashModal as Ma, useTrashModalStore as Da } from "./store/trashModal.js";
|
|
105
|
+
import { useOnboardingState as Aa } from "./store/onboarding.js";
|
|
106
|
+
import { useWorkspacesOrder as Ra } from "./store/workspacesOrder.js";
|
|
107
|
+
import { updateTimezone as Ua, useLocalTimezone as Na } from "./store/timezoneStore.js";
|
|
108
|
+
import { closeUserPlansModal as _a, openUserPlansModal as va, useUserPlansModalStore as Oa } from "./store/plansModal.js";
|
|
109
|
+
import { closeUserDiscordDialog as wa, openUserDiscordDialog as ka, useDiscordDialogStore as Ba } from "./store/discordDialogStore.js";
|
|
110
|
+
import { completeFeatureStep as Ha, finishFeatureFlow as za, getFeatureCompletedSteps as Wa, isFeatureDone as Ga, resetFeatureFlow as ja, setActiveFeatureTour as Xa, useFeatureProgressStore as Za } from "./store/featureProgress.js";
|
|
111
|
+
import { orderMap as Qa, storageCategoryColors as qa } from "./types/storageCategories.js";
|
|
112
|
+
import { formatStorage as Ja, formatStoragePercent as $a, resolveStorageLimit as em } from "./utils/formatStorage.js";
|
|
113
|
+
import { getCroppedBlob as rm } from "./utils/getCroppedBlob.js";
|
|
114
|
+
import { getPlanBadgeColor as am } from "./utils/getPlanBadgeColor.js";
|
|
115
|
+
import { addQueryParam as pm, removeQueryParam as sm } from "./utils/queryParams.js";
|
|
116
|
+
import { getFeatureRating as lm, getVisitData as nm, isFeatureRated as fm, setFeatureRating as xm, setVisitData as um } from "./lib/layersVisitData.js";
|
|
117
|
+
import { brand as dm, brandI18nVariables as gm } from "./config/brand.js";
|
|
118
|
+
import { getEnvConfig as Cm, getEnvValue as Tm, getMaxUploadSize as Em, getOfficeUrl as Fm, isLivekitEnabled as Im, isOfficeEnabled as Mm, joinBaseUrlPath as Dm, normalizeBaseUrl as Lm, normalizeUrl as Am, parseSizeToBytes as Pm, resolveNonBlankString as Rm } from "./config/envConfig.js";
|
|
119
|
+
import { COLOR_SCHEMES as Um, DEFAULT_COLOR_SCHEME as Nm, DEFAULT_FONT_FAMILY as ym, DEFAULT_VALUES as _m, isValidColorScheme as vm } from "./constants.js";
|
|
120
|
+
import { default as hm } from "./assets/enitityIcons/flow.svg.js";
|
|
121
|
+
import { default as km } from "./assets/enitityIcons/form.svg.js";
|
|
122
|
+
import { default as Vm } from "./assets/enitityIcons/page.svg.js";
|
|
123
|
+
import { default as zm } from "./assets/enitityIcons/sprint.svg.js";
|
|
124
|
+
import { CollapsibleContainer as Gm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
125
|
+
import { Error404 as Xm } from "./components/ErrorPage/components/Error404.js";
|
|
126
|
+
import { Error406 as Km } from "./components/ErrorPage/components/Error406.js";
|
|
127
|
+
import { Error500 as qm } from "./components/ErrorPage/components/Error500.js";
|
|
128
|
+
import { FeatureProgress as Jm } from "./components/FeatureProgress/FeatureProgress.js";
|
|
129
|
+
import { FeatureProgressKey as ep } from "./components/FeatureProgress/constants.js";
|
|
130
|
+
import { FilePicker as rp } from "./components/FilePicker/FilePicker.js";
|
|
131
|
+
import { FormContextProvider as ap, StepsContext as mp, useSteps as pp } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
132
|
+
import { FormStoreProvider as ip, createFormStore as lp, useFormViewerStore as np } from "./components/FormViewer/store/formStore.js";
|
|
133
|
+
import { FormViewer as xp } from "./components/FormViewer/FormViewer.js";
|
|
134
|
+
import { GoogleDriveIcon as cp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
135
|
+
import { ImageCropper as gp } from "./components/ImageCropper/ImageCropper.js";
|
|
136
|
+
import { IntegrationFlowAnimation as Cp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
137
|
+
import { LastEditedButton as Ep } from "./components/LastEditedButton/LastEditedButton.js";
|
|
138
|
+
import { LayersCubeIcon as Ip } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
139
|
+
import { MediaLibrary as Dp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
140
|
+
import { MediaLibraryBrowser as Ap } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
141
|
+
import { NavMenu as Rp } from "./components/NavMenu/NavMenu.js";
|
|
142
|
+
import { NavMenuItem as Up, NavMenuLoadMore as Np } from "./components/NavMenu/components/NavMenuItem.js";
|
|
143
|
+
import { NavMenuLabel as _p } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
144
|
+
import { NavMenuProvider as Op, createNavMenuStore as hp, useNavMenuStore as wp } from "./components/NavMenu/store.js";
|
|
145
|
+
import { NotionIcon as Bp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
146
|
+
import { OnBoardingPage as Hp } from "./components/OnBoarding/OnBoardingPage.js";
|
|
147
|
+
import { OnboardingTourWrapper as Wp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
148
|
+
import { PinModal as jp } from "./components/PinModal/PinModal.js";
|
|
149
|
+
import { STATIC_CLASSES as Zp, combineClasses as Kp, getPageNumberClass as Qp } from "./components/FormViewer/helpers/staticClasses.js";
|
|
150
|
+
import { Schemes as Yp } from "./components/FormViewer/types/schemes.js";
|
|
151
|
+
import { SortableList as $p } from "./components/SortableList/SortableList.js";
|
|
152
|
+
import { StorageEntityItem as os } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
153
|
+
import { StorageEntityList as ts } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
154
|
+
import { TablePagination as ms } from "./components/table/components/TablePagination.js";
|
|
155
|
+
import { TableSearch as ss } from "./components/table/components/TableSearch.js";
|
|
156
|
+
import { TreeIndentContainer as ls, TreeIndentItem as ns } from "./components/TreeIndent/TreeIndent.js";
|
|
157
|
+
import { alignList as xs, conditionOperatorsList as us, isLayout as cs, isSize as ds, isSlideAnimation as gs, layoutList as Ss, mediaContentLayoutList as Cs, mediaFullLayoutList as Ts, mediaLayoutList as Es, sizeList as Fs, slideAnimationList as Is } from "./components/FormViewer/types/form.js";
|
|
158
|
+
import { alignRelation as Ds } from "./components/FormViewer/helpers/themeUtils.js";
|
|
159
|
+
import { closePinModal as As, openPinModal as Ps, usePinModalStore as Rs } from "./components/PinModal/slice.js";
|
|
160
|
+
import { controlsDataMap as Us } from "./components/FormViewer/helpers/controls.js";
|
|
161
|
+
import { createFormStoreApi as ys } from "./components/FormViewer/store/formStoreApi.js";
|
|
162
|
+
import { cropImage as vs } from "./components/ImageCropper/cropUtils.js";
|
|
163
|
+
import { default as hs } from "./lang/locales/ui_en.json.js";
|
|
164
|
+
import { default as ks } from "./lang/locales/ui_es.json.js";
|
|
165
|
+
import { escapeHtml as Vs, getVideoEmbedUrl as Hs, isVideoPlatformUrl as zs, parseEmbedUrl as Ws, parseVideoUrl as Gs } from "./lib/contentImport/utils.js";
|
|
166
|
+
import { filterPinnedColumns as Xs, getAggregateValue as Zs, getAggregationColumns as Ks, getColumnId as Qs, getColumnsProps as qs, getCurrencyColumn as Ys, getDateColumn as Js, getExpandingColumn as $s, getHeaderStyles as ei, getNumberColumn as oi, getPercentColumn as ri, getRatioColumn as ti, getSelectionColumn as ai, isTechnicalColumn as mi, mergeColumn as pi } from "./components/table/helpers/columns.js";
|
|
167
|
+
import { getNextStep as ii, operatorsRelation as li } from "./components/FormViewer/helpers/conditions.js";
|
|
168
|
+
import { getTextValidation as fi, isImageUrl as xi, isValidEmail as ui, isValidUrl as ci, useValidation as di } from "./components/FormViewer/helpers/validation.js";
|
|
169
|
+
import { isOnboardingCompleted as Si, resetOnboarding as Ci, useOnboardingTour as Ti } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
170
|
+
import { mergeTheme as Fi, sortSteps as Ii } from "./components/FormViewer/helpers/helpers.js";
|
|
171
|
+
import { default as Di } from "./lang/locales/ui_ru.json.js";
|
|
172
|
+
import { serializeToLexicalHtml as Ai } from "./lib/contentImport/lexicalSerializer.js";
|
|
173
|
+
import { useActiveControl as Ri } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
174
|
+
import { useActiveStep as Ui } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
175
|
+
import { useCreateTable as yi } from "./components/table/hooks/useCreateTable.js";
|
|
176
|
+
import { useCropInteraction as vi } from "./components/ImageCropper/useCropInteraction.js";
|
|
177
|
+
import { useFormMobile as hi } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
178
|
+
import { useInterpolate as ki, useInterpolateText as Bi } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
179
|
+
import { useSaveRowCount as Hi } from "./components/table/hooks/useSaveRowCount.js";
|
|
180
180
|
export {
|
|
181
|
-
|
|
181
|
+
h as ActiveWorkspace,
|
|
182
182
|
Z as AlertsBlock,
|
|
183
183
|
n as AliasTextInput,
|
|
184
184
|
r as AnimatedFigurePage,
|
|
185
|
-
|
|
185
|
+
Ee as AnimationWrapper,
|
|
186
186
|
F as AppContainer,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
187
|
+
Er as AppSidebarButton,
|
|
188
|
+
Re as AttachmentsGalleryModal,
|
|
189
|
+
He as AttachmentsPreview,
|
|
190
|
+
Zt as AuthErrors,
|
|
191
|
+
Uo as BottomDrawerWithoutHeader,
|
|
192
|
+
Vo as BouncingLogo,
|
|
193
|
+
Um as COLOR_SCHEMES,
|
|
194
|
+
$o as CREATE_CONDITION_FORM_ID,
|
|
195
|
+
ho as CircleColorPicker,
|
|
196
|
+
Gm as CollapsibleContainer,
|
|
197
197
|
ae as ColorCircle,
|
|
198
198
|
me as ColorPicker,
|
|
199
|
-
|
|
200
|
-
|
|
199
|
+
se as ColorPickerList,
|
|
200
|
+
Ce as ColorPickerPopover,
|
|
201
201
|
le as ColorPickerToolbar,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
We as CommentComposer,
|
|
203
|
+
Ao as CommunitiesDialog,
|
|
204
|
+
yo as Copyright,
|
|
205
205
|
A as CustomKBD,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
206
|
+
Nm as DEFAULT_COLOR_SCHEME,
|
|
207
|
+
er as DEFAULT_END_STEP_ID,
|
|
208
|
+
ym as DEFAULT_FONT_FAMILY,
|
|
209
|
+
or as DEFAULT_MAX,
|
|
210
|
+
rr as DEFAULT_MEDIA_BRIGHTNESS,
|
|
211
|
+
tr as DEFAULT_MEDIA_SIZE,
|
|
212
|
+
ar as DEFAULT_MIN,
|
|
213
|
+
$r as DEFAULT_MODE,
|
|
214
|
+
mr as DEFAULT_OPTIONS_MIN,
|
|
215
|
+
pr as DEFAULT_OPTION_MAX_LENGTH,
|
|
216
216
|
sr as DEFAULT_START_STEP_ID,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
217
|
+
gr as DEFAULT_THEME,
|
|
218
|
+
_m as DEFAULT_VALUES,
|
|
219
|
+
ir as EDIT_CONDITION_FORM_ID,
|
|
220
|
+
Fo as EXPAND_COLUMN_FIELD,
|
|
221
221
|
T as EmojiPanel,
|
|
222
222
|
S as EmojiPicker,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
223
|
+
Dr as EntityIcon,
|
|
224
|
+
vo as EntityTitle,
|
|
225
|
+
Xm as Error404,
|
|
226
|
+
Km as Error406,
|
|
227
|
+
qm as Error500,
|
|
228
228
|
Y as ErrorAlert,
|
|
229
229
|
j as ErrorPage,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
230
|
+
ia as FEATURE_KEYS,
|
|
231
|
+
Jm as FeatureProgress,
|
|
232
|
+
ep as FeatureProgressKey,
|
|
233
|
+
rp as FilePicker,
|
|
234
234
|
d as FilePickerUpload,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
235
|
+
hm as FlowIcon,
|
|
236
|
+
ap as FormContextProvider,
|
|
237
|
+
km as FormIcon,
|
|
238
|
+
ip as FormStoreProvider,
|
|
239
|
+
xp as FormViewer,
|
|
240
|
+
Ye as FrontTable,
|
|
241
|
+
cp as GoogleDriveIcon,
|
|
242
242
|
y as GroupAvatar,
|
|
243
|
-
fe as HighlightSwatch,
|
|
244
243
|
$ as IconEntity,
|
|
245
244
|
ee as IconType,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
245
|
+
gp as ImageCropper,
|
|
246
|
+
Ue as ImageModal,
|
|
247
|
+
Cp as IntegrationFlowAnimation,
|
|
248
|
+
Ze as LanguagePicker,
|
|
249
|
+
Ep as LastEditedButton,
|
|
250
|
+
Ip as LayersCubeIcon,
|
|
251
|
+
Oe as LayersLogoCopyright,
|
|
252
|
+
he as LayersLogoIcon,
|
|
253
|
+
we as Logotype,
|
|
254
|
+
lr as MAX_OPTIONS_COUNT,
|
|
255
|
+
Dp as MediaLibrary,
|
|
256
|
+
Ap as MediaLibraryBrowser,
|
|
258
257
|
M as MeetWidgetProvider,
|
|
259
258
|
W as MenuUserDropdown,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
259
|
+
Rp as NavMenu,
|
|
260
|
+
Up as NavMenuItem,
|
|
261
|
+
_p as NavMenuLabel,
|
|
262
|
+
Np as NavMenuLoadMore,
|
|
263
|
+
Op as NavMenuProvider,
|
|
265
264
|
H as NavbarResizer,
|
|
266
|
-
|
|
265
|
+
ge as NewColorPicker,
|
|
267
266
|
x as NoData,
|
|
268
267
|
Q as NotFound,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
268
|
+
Ro as NotPublicPanel,
|
|
269
|
+
Bp as NotionIcon,
|
|
270
|
+
Ir as Numbers,
|
|
271
|
+
Hp as OnBoardingPage,
|
|
272
|
+
Wp as OnboardingTourWrapper,
|
|
273
|
+
Vm as PageIcon,
|
|
274
|
+
jp as PinModal,
|
|
276
275
|
oe as ProjectIcon,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
276
|
+
Io as SELECT_COLUMN_FIELD,
|
|
277
|
+
Zp as STATIC_CLASSES,
|
|
278
|
+
Yp as Schemes,
|
|
279
|
+
Ie as SearchFilters,
|
|
280
|
+
De as SearchHelpModal,
|
|
282
281
|
a as SettingsSection,
|
|
283
282
|
v as ShakaVideoPlayer,
|
|
284
283
|
p as SocialLinkRow,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
284
|
+
$p as SortableList,
|
|
285
|
+
zm as SprintIcon,
|
|
286
|
+
mp as StepsContext,
|
|
287
|
+
os as StorageEntityItem,
|
|
288
|
+
ts as StorageEntityList,
|
|
289
|
+
je as StorageUsageProgress,
|
|
290
|
+
Mo as TABLE_AGGREGATION_ROW_ID,
|
|
291
|
+
Do as TABLE_ATTRIBUTES,
|
|
292
|
+
ko as TableMenu,
|
|
293
|
+
ms as TablePagination,
|
|
294
|
+
ss as TableSearch,
|
|
295
|
+
Qe as TextColorIcon,
|
|
296
|
+
Be as ThemeIndicator,
|
|
297
|
+
i as TimezonePicker,
|
|
298
|
+
ls as TreeIndentContainer,
|
|
299
|
+
ns as TreeIndentItem,
|
|
301
300
|
U as UserAvatar,
|
|
302
301
|
B as WorkspaceAvatar,
|
|
303
302
|
w as WorkspaceMenu,
|
|
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
|
-
fr as
|
|
361
|
-
xr as
|
|
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
|
-
|
|
303
|
+
zo as activeControlReselect,
|
|
304
|
+
Wo as activeStepIdReselect,
|
|
305
|
+
Go as activeStepReselect,
|
|
306
|
+
pm as addQueryParam,
|
|
307
|
+
$e as aggregationReselect,
|
|
308
|
+
xs as alignList,
|
|
309
|
+
Ds as alignRelation,
|
|
310
|
+
ca as appContainerStore,
|
|
311
|
+
et as appDesktop,
|
|
312
|
+
qr as appFeature,
|
|
313
|
+
ot as appServer,
|
|
314
|
+
dm as brand,
|
|
315
|
+
gm as brandI18nVariables,
|
|
316
|
+
Ne as closeImageModal,
|
|
317
|
+
As as closePinModal,
|
|
318
|
+
Le as closeSearchHelpModal,
|
|
319
|
+
Ca as closeSearchModal,
|
|
320
|
+
Ia as closeTrashModal,
|
|
321
|
+
wa as closeUserDiscordDialog,
|
|
322
|
+
_a as closeUserPlansModal,
|
|
323
|
+
eo as columnsMapReselect,
|
|
324
|
+
oo as columnsReselect,
|
|
325
|
+
Kp as combineClasses,
|
|
326
|
+
zr as combineStatuses,
|
|
327
|
+
Ha as completeFeatureStep,
|
|
328
|
+
us as conditionOperatorsList,
|
|
329
|
+
Us as controlsDataMap,
|
|
330
|
+
jo as controlsReselect,
|
|
331
|
+
lp as createFormStore,
|
|
332
|
+
ys as createFormStoreApi,
|
|
333
|
+
hp as createNavMenuStore,
|
|
334
|
+
So as createTableStore,
|
|
335
|
+
vs as cropImage,
|
|
336
|
+
Vt as dateFnsLocales,
|
|
337
|
+
Gr as downloadCSVAsBlob,
|
|
338
|
+
jr as downloadImageFromExternalUrl,
|
|
339
|
+
Xr as downloadURL,
|
|
340
|
+
hs as enUI,
|
|
341
|
+
ks as esUI,
|
|
342
|
+
Vs as escapeHtml,
|
|
343
|
+
ft as filterHierarchyByTypes,
|
|
344
|
+
Xs as filterPinnedColumns,
|
|
345
|
+
za as finishFeatureFlow,
|
|
346
|
+
lt as formatBytes,
|
|
347
|
+
Ja as formatStorage,
|
|
348
|
+
$a as formatStoragePercent,
|
|
349
|
+
Kr as generateLink,
|
|
350
|
+
Zs as getAggregateValue,
|
|
351
|
+
Ks as getAggregationColumns,
|
|
352
|
+
bt as getBrowserTimeZone,
|
|
353
|
+
Qs as getColumnId,
|
|
354
|
+
qs as getColumnsProps,
|
|
355
|
+
rm as getCroppedBlob,
|
|
356
|
+
Ys as getCurrencyColumn,
|
|
357
|
+
Js as getDateColumn,
|
|
358
|
+
nr as getDefaultDropdownOptions,
|
|
359
|
+
fr as getDefaultEndStep,
|
|
360
|
+
xr as getDefaultStartStep,
|
|
361
|
+
Cm as getEnvConfig,
|
|
362
|
+
Tm as getEnvValue,
|
|
363
|
+
$s as getExpandingColumn,
|
|
364
|
+
Wa as getFeatureCompletedSteps,
|
|
365
|
+
lm as getFeatureRating,
|
|
366
|
+
dt as getFileIcons,
|
|
367
|
+
St as getFileType,
|
|
368
|
+
ur as getFirstStep,
|
|
369
|
+
ei as getHeaderStyles,
|
|
370
|
+
Em as getMaxUploadSize,
|
|
371
|
+
at as getMimeType,
|
|
372
|
+
ii as getNextStep,
|
|
373
|
+
oi as getNumberColumn,
|
|
374
|
+
Fm as getOfficeUrl,
|
|
375
|
+
Qp as getPageNumberClass,
|
|
376
|
+
Tt as getPartOfTheDay,
|
|
377
|
+
ri as getPercentColumn,
|
|
378
|
+
am as getPlanBadgeColor,
|
|
379
|
+
rt as getPlatformInfo,
|
|
380
|
+
ut as getRandomIconColor,
|
|
381
|
+
cr as getRandomId,
|
|
382
|
+
ti as getRatioColumn,
|
|
383
|
+
Ut as getSafeFormatter,
|
|
384
|
+
ai as getSelectionColumn,
|
|
385
|
+
fi as getTextValidation,
|
|
386
|
+
Nt as getTimeZones,
|
|
387
|
+
yt as getUtcOffset,
|
|
388
|
+
Hs as getVideoEmbedUrl,
|
|
389
|
+
nm as getVisitData,
|
|
391
390
|
u as illustrationMap,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
391
|
+
Lt as initHotjar,
|
|
392
|
+
Ft as isAppMode,
|
|
393
|
+
fe as isDefaultColor,
|
|
394
|
+
Yr as isFeature,
|
|
395
|
+
Ga as isFeatureDone,
|
|
396
|
+
fm as isFeatureRated,
|
|
397
|
+
Xo as isFormDirtyReselect,
|
|
398
|
+
mt as isGalleryMediaFile,
|
|
399
|
+
xi as isImageUrl,
|
|
400
|
+
cs as isLayout,
|
|
401
|
+
Im as isLivekitEnabled,
|
|
402
|
+
pt as isMobileDevice,
|
|
403
|
+
Jt as isNumberValue,
|
|
404
|
+
Mm as isOfficeEnabled,
|
|
405
|
+
_r as isOfflineSuppressed,
|
|
406
|
+
Si as isOnboardingCompleted,
|
|
407
|
+
ds as isSize,
|
|
408
|
+
gs as isSlideAnimation,
|
|
409
|
+
mi as isTechnicalColumn,
|
|
410
|
+
vm as isValidColorScheme,
|
|
411
|
+
ui as isValidEmail,
|
|
412
|
+
_t as isValidTimeZone,
|
|
413
|
+
ci as isValidUrl,
|
|
414
|
+
st as isVideoFile,
|
|
415
|
+
zs as isVideoPlatformUrl,
|
|
416
|
+
Dm as joinBaseUrlPath,
|
|
417
|
+
Ss as layoutList,
|
|
418
|
+
Cs as mediaContentLayoutList,
|
|
419
|
+
Ts as mediaFullLayoutList,
|
|
420
|
+
Es as mediaLayoutList,
|
|
421
|
+
pi as mergeColumn,
|
|
422
|
+
Fi as mergeTheme,
|
|
423
|
+
ro as metaReselect,
|
|
424
|
+
Lm as normalizeBaseUrl,
|
|
425
|
+
xe as normalizeColorItem,
|
|
426
|
+
Am as normalizeUrl,
|
|
427
|
+
ye as openImageModal,
|
|
428
|
+
Ps as openPinModal,
|
|
429
|
+
Cr as openRemoveConfirmModal,
|
|
430
|
+
Ae as openSearchHelpModal,
|
|
431
|
+
Ta as openSearchModal,
|
|
431
432
|
R as openSubmitModal,
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
433
|
+
Ma as openTrashModal,
|
|
434
|
+
ka as openUserDiscordDialog,
|
|
435
|
+
va as openUserPlansModal,
|
|
436
|
+
li as operatorsRelation,
|
|
437
|
+
Qa as orderMap,
|
|
438
|
+
to as paginationMetaReselect,
|
|
439
|
+
Mt as parseDate,
|
|
440
|
+
Ws as parseEmbedUrl,
|
|
441
|
+
vt as parseInvalidTz,
|
|
442
|
+
Pm as parseSizeToBytes,
|
|
443
|
+
Gs as parseVideoUrl,
|
|
444
|
+
kr as pickRandomEmoji,
|
|
445
|
+
Zo as questionNumberReselect,
|
|
446
|
+
sm as removeQueryParam,
|
|
446
447
|
re as renderIcon,
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
448
|
+
ja as resetFeatureFlow,
|
|
449
|
+
Ci as resetOnboarding,
|
|
450
|
+
Rm as resolveNonBlankString,
|
|
451
|
+
em as resolveStorageLimit,
|
|
452
|
+
ao as rowsReselect,
|
|
453
|
+
Di as ruUI,
|
|
454
|
+
mo as searchedRowsReselect,
|
|
455
|
+
po as selectionReselect,
|
|
456
|
+
Ai as serializeToLexicalHtml,
|
|
457
|
+
Xa as setActiveFeatureTour,
|
|
458
|
+
xm as setFeatureRating,
|
|
459
|
+
vr as setOfflineSuppression,
|
|
460
|
+
um as setVisitData,
|
|
461
|
+
Ar as showErrorNotification,
|
|
462
|
+
hr as showFeatureFeedback,
|
|
463
|
+
Pr as showMessageNotification,
|
|
464
|
+
Rr as showRequestNotifications,
|
|
465
|
+
br as showSuccessNotification,
|
|
466
|
+
Ur as showWarningNotification,
|
|
467
|
+
Fs as sizeList,
|
|
468
|
+
Is as slideAnimationList,
|
|
469
|
+
Ii as sortSteps,
|
|
468
470
|
so as sortedRowsReselect,
|
|
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
|
-
|
|
471
|
+
Ko as startStepReselect,
|
|
472
|
+
Qo as stepByControlReselect,
|
|
473
|
+
qo as stepsReselect,
|
|
474
|
+
qa as storageCategoryColors,
|
|
475
|
+
uo as tableColumnDateTypes,
|
|
476
|
+
co as tableColumnNumberTypes,
|
|
477
|
+
Yo as themeReselect,
|
|
478
|
+
la as trackFeatureFeedback,
|
|
479
|
+
Nr as updateMessageNotification,
|
|
480
|
+
Ua as updateTimezone,
|
|
481
|
+
Ri as useActiveControl,
|
|
482
|
+
Ui as useActiveStep,
|
|
483
|
+
xa as useAppContainer,
|
|
484
|
+
ga as useAppContainerDataStore,
|
|
485
|
+
aa as useAsyncStatus,
|
|
486
|
+
_e as useChangePasswordModalStore,
|
|
487
|
+
yi as useCreateTable,
|
|
488
|
+
vi as useCropInteraction,
|
|
489
|
+
Ht as useDateFnsLocale,
|
|
490
|
+
qt as useDateUtils,
|
|
491
|
+
na as useDelayedFeatureFeedback,
|
|
492
|
+
ra as useDisableWindowScrollDuringDrag,
|
|
493
|
+
Ba as useDiscordDialogStore,
|
|
494
|
+
Za as useFeatureProgressStore,
|
|
495
|
+
hi as useFormMobile,
|
|
496
|
+
np as useFormViewerStore,
|
|
497
|
+
Wt as useFormatDistance,
|
|
498
|
+
ki as useInterpolate,
|
|
499
|
+
Bi as useInterpolateText,
|
|
500
|
+
Vr as useIsDarkTheme,
|
|
501
|
+
Na as useLocalTimezone,
|
|
500
502
|
D as useMeetWidget,
|
|
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
|
-
|
|
503
|
+
ht as useMenu,
|
|
504
|
+
wp as useNavMenuStore,
|
|
505
|
+
Kt as useOAuthErrorParams,
|
|
506
|
+
Aa as useOnboardingState,
|
|
507
|
+
Ti as useOnboardingTour,
|
|
508
|
+
Rs as usePinModalStore,
|
|
509
|
+
kt as usePlatform,
|
|
510
|
+
$t as useQueryParam,
|
|
511
|
+
ce as useRecentColors,
|
|
512
|
+
ea as useRouteParam,
|
|
513
|
+
Hi as useSaveRowCount,
|
|
514
|
+
Ea as useSearchModalStore,
|
|
515
|
+
pp as useSteps,
|
|
516
|
+
jt as useSwipeDetect,
|
|
517
|
+
To as useTableStore,
|
|
518
|
+
Da as useTrashModalStore,
|
|
519
|
+
Oa as useUserPlansModalStore,
|
|
520
|
+
di as useValidation,
|
|
521
|
+
pa as useVideoUploadGuard,
|
|
522
|
+
Ra as useWorkspacesOrder,
|
|
523
|
+
Pt as validateAliasFormat,
|
|
524
|
+
io as variableReselect,
|
|
525
|
+
lo as visibleColumnsBySideReselect,
|
|
526
|
+
no as visibleColumnsReselect,
|
|
527
|
+
fo as visibleRowsReselect
|
|
526
528
|
};
|