@layers-app/shared 0.2.7 → 0.2.8-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/svg/socials/instagram.svg.js +3 -3
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +21 -20
- package/dist/components/AppContainer/AppContainer.js +3 -3
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +39 -31
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +42 -34
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +53 -44
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +150 -50
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +23 -23
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +1 -1
- package/dist/components/AppContainer/types.d.ts +1 -1
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- 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/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +28 -29
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.d.ts +11 -0
- package/dist/components/FeatureProgress/FeatureProgress.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgress.js +148 -0
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +81 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts +2 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgressCelebrationIcon.js +88 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts +9 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.d.ts.map +1 -0
- package/dist/components/FeatureProgress/FeatureProgressCompleteModal.js +35 -0
- package/dist/components/FeatureProgress/constants.d.ts +4 -0
- package/dist/components/FeatureProgress/constants.d.ts.map +1 -0
- package/dist/components/FeatureProgress/constants.js +4 -0
- package/dist/components/FeatureProgress/index.d.ts +3 -0
- package/dist/components/FeatureProgress/index.d.ts.map +1 -0
- package/dist/components/FilePicker/FilePicker.d.ts +4 -2
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +247 -229
- package/dist/components/FilePicker/FilePicker.module.css.js +12 -10
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +59 -33
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +38 -38
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +18 -15
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +39 -39
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +51 -35
- package/dist/components/FilePicker/api/giphyApi.js +10 -10
- package/dist/components/FilePicker/coverCollections.d.ts +4 -0
- package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
- package/dist/components/FilePicker/coverCollections.js +164 -0
- package/dist/components/FilePicker/index.d.ts +1 -0
- 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/PictureSelectableCard.js +42 -42
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/ImageCropper/index.d.ts +1 -1
- package/dist/components/ImageCropper/index.d.ts.map +1 -1
- package/dist/components/ImageCropper/useCropInteraction.d.ts.map +1 -1
- package/dist/components/ImageCropper/useCropInteraction.js +13 -2
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +7 -7
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js +3 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts.map +1 -1
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.js +3 -1
- package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
- package/dist/components/LanguagePicker/LanguagePicker.js +27 -26
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +2 -2
- 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.d.ts.map +1 -1
- package/dist/components/MediaLibrary/MediaLibraryRow.js +16 -4
- package/dist/components/NavMenu/NavMenu.d.ts +2 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.module.css.js +16 -16
- package/dist/components/NavMenu/components/NavMenuItem.d.ts +2 -1
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +119 -100
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/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/OnboardingTourFooter.d.ts +17 -0
- package/dist/components/OnboardingTour/OnboardingTourFooter.d.ts.map +1 -0
- package/dist/components/OnboardingTour/OnboardingTourFooter.js +40 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +13 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -0
- package/dist/components/OnboardingTour/OnboardingTourWrapper.js +164 -0
- package/dist/components/OnboardingTour/index.d.ts +4 -0
- package/dist/components/OnboardingTour/index.d.ts.map +1 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +14 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -0
- package/dist/components/OnboardingTour/useOnboardingTour.js +50 -0
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TimezonePicker/index.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +21 -21
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +74 -74
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +1 -1
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/platform.d.ts +14 -0
- package/dist/helpers/platform.d.ts.map +1 -0
- package/dist/helpers/platform.js +33 -0
- package/dist/helpers/showFeatureFeedback.d.ts +1 -1
- package/dist/helpers/showFeatureFeedback.d.ts.map +1 -1
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useFeatureFeedback.d.ts.map +1 -1
- package/dist/hooks/useFeatureFeedback.js +1 -4
- package/dist/hooks/usePlatform.d.ts +3 -0
- package/dist/hooks/usePlatform.d.ts.map +1 -0
- package/dist/hooks/usePlatform.js +10 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +364 -337
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +13 -13
- package/dist/lang/locales/ui_ru.json.js +12 -12
- package/dist/lib/contentImport/lexicalSerializer.js +59 -47
- package/dist/lib/contentImport/utils.d.ts.map +1 -1
- package/dist/lib/layersVisitData.d.ts.map +1 -1
- package/dist/store/featureProgress.d.ts +39 -0
- package/dist/store/featureProgress.d.ts.map +1 -0
- package/dist/store/featureProgress.js +68 -0
- package/dist/store/plansModal.d.ts.map +1 -1
- package/dist/store/plansModal.js +8 -6
- package/docs/README.md +499 -499
- package/package.json +75 -74
package/dist/index.js
CHANGED
|
@@ -3,15 +3,15 @@ import { SocialLinkRow as a } from "./components/SocialLinkRow/index.js";
|
|
|
3
3
|
import { TimezonePicker as p } from "./components/TimezonePicker/index.js";
|
|
4
4
|
import { AliasTextInput as i } from "./components/AliasTextInput/AliasTextInput.js";
|
|
5
5
|
import { NoData as n, illustrationMap as f } from "./components/NoData/NoData.js";
|
|
6
|
-
import { FilePickerUpload as
|
|
6
|
+
import { FilePickerUpload as u } from "./components/FilePicker/FilePickerUpload.js";
|
|
7
7
|
import { EmojiPicker as d } from "./components/EmojiPicker/EmojiPicker.js";
|
|
8
8
|
import { AppContainer as S } from "./components/AppContainer/AppContainer.js";
|
|
9
9
|
import { CustomKBD as T } from "./components/CustomKBD/index.js";
|
|
10
|
-
import { openSubmitModal as
|
|
11
|
-
import { UserAvatar as
|
|
12
|
-
import { GroupAvatar as
|
|
13
|
-
import { ShakaVideoPlayer as
|
|
14
|
-
import { ActiveWorkspace as
|
|
10
|
+
import { openSubmitModal as E } from "./components/SubmitModal/index.js";
|
|
11
|
+
import { UserAvatar as I } from "./components/UserAvatar/index.js";
|
|
12
|
+
import { GroupAvatar as A } from "./components/GroupAvatar/index.js";
|
|
13
|
+
import { ShakaVideoPlayer as P } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
14
|
+
import { ActiveWorkspace as b, WorkspaceMenu as y } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
15
15
|
import { WorkspaceAvatar as _ } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
16
16
|
import { NavbarResizer as h } from "./components/NavbarResizer/NavbarResizer.js";
|
|
17
17
|
import { MenuUserDropdown as O } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
@@ -19,7 +19,7 @@ import { ErrorPage as k } from "./components/ErrorPage/index.js";
|
|
|
19
19
|
import { AlertsBlock as V } from "./components/AlertsBlock/index.js";
|
|
20
20
|
import { NotFound as G } from "./components/NotFound/NoFound.js";
|
|
21
21
|
import { ErrorAlert as z } from "./components/ErrorAlert/index.js";
|
|
22
|
-
import { IconEntity as X, IconType as Z, ProjectIcon as
|
|
22
|
+
import { IconEntity as X, IconType as Z, ProjectIcon as K, renderIcon as Q } from "./components/ProjectIcon/ProjectIcon.js";
|
|
23
23
|
import { ColorCircle as Y, ColorPicker as J } from "./components/ColorPicker/ColorPicker.js";
|
|
24
24
|
import { NewColorPicker as ee } from "./components/NewColorPicker/index.js";
|
|
25
25
|
import { ColorPickerPopover as re } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
@@ -27,435 +27,462 @@ import { AnimationWrapper as ae } from "./components/AnimationWrapper/index.js";
|
|
|
27
27
|
import { SearchFilters as pe } from "./components/SearchFilters/SearchFilters.js";
|
|
28
28
|
import { SearchHelpModal as ie, closeSearchHelpModal as le, openSearchHelpModal as ne } from "./components/SearchFilters/components/SearchHelp.js";
|
|
29
29
|
import { AttachmentsGalleryModal as xe } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
30
|
-
import { ImageModal as
|
|
30
|
+
import { ImageModal as ce, closeImageModal as de, openImageModal as ge, useChangePasswordModalStore as Se } from "./components/ImageModal/ImageModal.js";
|
|
31
31
|
import { Logotype as Te } from "./components/Logotype.js";
|
|
32
|
-
import { ThemeIndicator as
|
|
33
|
-
import { AttachmentsPreview as
|
|
34
|
-
import { CommentComposer as
|
|
35
|
-
import { StorageUsageProgress as
|
|
36
|
-
import { LanguagePicker as
|
|
37
|
-
import { FrontTable as
|
|
32
|
+
import { ThemeIndicator as Ee } from "./components/ThemeIndicator/index.js";
|
|
33
|
+
import { AttachmentsPreview as Ie } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
34
|
+
import { CommentComposer as Ae } from "./components/CommentComposer/index.js";
|
|
35
|
+
import { StorageUsageProgress as Pe } from "./components/StorageUsageProgress/index.js";
|
|
36
|
+
import { LanguagePicker as be } from "./components/LanguagePicker/LanguagePicker.js";
|
|
37
|
+
import { FrontTable as Ne } from "./components/table/FrontTable.js";
|
|
38
38
|
import { aggregationReselect as Ue, columnsMapReselect as he, columnsReselect as ve, metaReselect as Oe, paginationMetaReselect as we, rowsReselect as ke, searchedRowsReselect as Be, selectionReselect as Ve, sortedRowsReselect as He, variableReselect as Ge, visibleColumnsBySideReselect as We, visibleColumnsReselect as ze, visibleRowsReselect as je } from "./components/table/selectors.js";
|
|
39
|
-
import { tableColumnDateTypes as Ze, tableColumnNumberTypes as
|
|
40
|
-
import { createTableStore as
|
|
39
|
+
import { tableColumnDateTypes as Ze, tableColumnNumberTypes as Ke } from "./components/table/types.js";
|
|
40
|
+
import { createTableStore as qe } from "./components/table/store.js";
|
|
41
41
|
import { useTableStore as Je } from "./components/table/hooks/useTableStore.js";
|
|
42
42
|
import { EXPAND_COLUMN_FIELD as eo, SELECT_COLUMN_FIELD as oo, TABLE_AGGREGATION_ROW_ID as ro, TABLE_ATTRIBUTES as to } from "./components/table/constants.js";
|
|
43
43
|
import { CommunitiesDialog as mo } from "./components/CommunitiesDialog/index.js";
|
|
44
44
|
import { NotPublicPanel as so } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
45
45
|
import { BottomDrawerWithoutHeader as lo } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
46
46
|
import { Copyright as fo } from "./components/Copyright/index.js";
|
|
47
|
-
import { EntityTitle as
|
|
47
|
+
import { EntityTitle as uo } from "./components/EntityTitle/EntityTitle.js";
|
|
48
48
|
import { CircleColorPicker as go } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
49
49
|
import { TableMenu as Co } from "./components/table/components/TableMenu.js";
|
|
50
|
-
import { BouncingLogo as
|
|
51
|
-
import { activeControlReselect as
|
|
52
|
-
import { CREATE_CONDITION_FORM_ID as Uo, DEFAULT_END_STEP_ID as ho, DEFAULT_MAX as vo, DEFAULT_MEDIA_BRIGHTNESS as Oo, DEFAULT_MEDIA_SIZE as wo, DEFAULT_MIN as ko, DEFAULT_OPTIONS_MIN as Bo, DEFAULT_OPTION_MAX_LENGTH as Vo, DEFAULT_START_STEP_ID as Ho, EDIT_CONDITION_FORM_ID as Go, MAX_OPTIONS_COUNT as Wo, getDefaultDropdownOptions as zo, getDefaultEndStep as jo, getDefaultStartStep as Xo, getFirstStep as Zo, getRandomId as
|
|
53
|
-
import { DEFAULT_THEME as
|
|
50
|
+
import { BouncingLogo as Fo } from "./components/BouncingLogo/BouncingLogo.js";
|
|
51
|
+
import { activeControlReselect as Do, activeStepIdReselect as Io, activeStepReselect as Mo, controlsReselect as Ao, isFormDirtyReselect as Lo, questionNumberReselect as Po, startStepReselect as Ro, stepByControlReselect as bo, stepsReselect as yo, themeReselect as No } from "./components/FormViewer/store/selectors.js";
|
|
52
|
+
import { CREATE_CONDITION_FORM_ID as Uo, DEFAULT_END_STEP_ID as ho, DEFAULT_MAX as vo, DEFAULT_MEDIA_BRIGHTNESS as Oo, DEFAULT_MEDIA_SIZE as wo, DEFAULT_MIN as ko, DEFAULT_OPTIONS_MIN as Bo, DEFAULT_OPTION_MAX_LENGTH as Vo, DEFAULT_START_STEP_ID as Ho, EDIT_CONDITION_FORM_ID as Go, MAX_OPTIONS_COUNT as Wo, getDefaultDropdownOptions as zo, getDefaultEndStep as jo, getDefaultStartStep as Xo, getFirstStep as Zo, getRandomId as Ko } from "./components/FormViewer/helpers/steps.js";
|
|
53
|
+
import { DEFAULT_THEME as qo } from "./components/FormViewer/constants/defaultTheme.js";
|
|
54
54
|
import { openRemoveConfirmModal as Jo } from "./components/modals/RemoveConfirmModal.js";
|
|
55
55
|
import { AppSidebarButton as er } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
56
56
|
import { Numbers as rr } from "./components/table/helpers/formatters.js";
|
|
57
57
|
import { EntityIcon as ar } from "./components/EntityIcon.js";
|
|
58
58
|
import { showErrorNotification as pr, showMessageNotification as sr, showRequestNotifications as ir, showSuccessNotification as lr, showWarningNotification as nr } from "./helpers/showNotifications.js";
|
|
59
59
|
import { showFeatureFeedback as xr } from "./helpers/showFeatureFeedback.js";
|
|
60
|
-
import { pickRandomEmoji as
|
|
60
|
+
import { pickRandomEmoji as cr } from "./helpers/pickRandomEmoji.js";
|
|
61
61
|
import { useIsDarkTheme as gr } from "./helpers/themeUtils.js";
|
|
62
62
|
import { combineStatuses as Cr } from "./helpers/combineStatuses.js";
|
|
63
|
-
import { downloadCSVAsBlob as
|
|
64
|
-
import { generateLink as
|
|
65
|
-
import { appFeature as
|
|
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 { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
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 { default as
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
63
|
+
import { downloadCSVAsBlob as Fr, downloadImageFromExternalUrl as Er, downloadURL as Dr } from "./helpers/download.js";
|
|
64
|
+
import { generateLink as Mr } from "./helpers/generateLink.js";
|
|
65
|
+
import { appFeature as Lr, isFeature as Pr } from "./helpers/feature.js";
|
|
66
|
+
import { DEFAULT_MODE as br, appDesktop as yr, appServer as Nr, getPlatformInfo as _r } from "./helpers/platform.js";
|
|
67
|
+
import { getMimeType as hr, isGalleryMediaFile as vr, isMobileDevice as Or, isVideoFile as wr } from "./helpers/fileUtils.js";
|
|
68
|
+
import { formatBytes as Br } from "./helpers/formatBytes.js";
|
|
69
|
+
import { filterHierarchyByTypes as Hr } from "./helpers/filterHierarchyByTypes.js";
|
|
70
|
+
import { getRandomIconColor as Wr } from "./helpers/getRandomIconColor.js";
|
|
71
|
+
import { getFileIcons as jr } from "./helpers/getFileIcons.js";
|
|
72
|
+
import { getFileType as Zr } from "./helpers/getFileType.js";
|
|
73
|
+
import { getPartOfTheDay as Qr } from "./helpers/getPartOfTheDay.js";
|
|
74
|
+
import { isAppMode as Yr } from "./helpers/isAppMode.js";
|
|
75
|
+
import { parseDate as $r } from "./helpers/dates.js";
|
|
76
|
+
import { initHotjar as ot } from "./helpers/hotjar.js";
|
|
77
|
+
import { validateAliasFormat as tt } from "./helpers/validateAliasFormat.js";
|
|
78
|
+
import { getBrowserTimeZone as mt, getSafeFormatter as pt, getTimeZones as st, getUtcOffset as it, isValidTimeZone as lt, parseInvalidTz as nt } from "./helpers/timezones.js";
|
|
79
|
+
import { useMenu as xt } from "./hooks/useMenu.js";
|
|
80
|
+
import { usePlatform as ct } from "./hooks/usePlatform.js";
|
|
81
|
+
import { useDateFnsLocale as gt } from "./hooks/useDateFnsLocale.js";
|
|
82
|
+
import { useFormatDistance as Ct } from "./hooks/useFormatDistance.js";
|
|
83
|
+
import { useSwipeDetect as Ft } from "./hooks/useSwipeDetect.js";
|
|
84
|
+
import { AuthErrors as Dt, useOAuthErrorParams as It } from "./hooks/useOAuthErrorParams.js";
|
|
85
|
+
import { useDateUtils as At } from "./hooks/useDateUtils.js";
|
|
86
|
+
import { isNumberValue as Pt, useQueryParam as Rt, useRouteParam as bt } from "./hooks/useNumberQueryParam.js";
|
|
87
|
+
import { useDisableWindowScrollDuringDrag as Nt } from "./hooks/useDisableWindowScroll.js";
|
|
88
|
+
import { useAsyncStatus as Ut } from "./hooks/useAsyncStatus.js";
|
|
89
|
+
import { useVideoUploadGuard as vt } from "./hooks/useVideoUploadGuard.js";
|
|
90
|
+
import { FEATURE_KEYS as wt, trackFeatureFeedback as kt, useDelayedFeatureFeedback as Bt } from "./hooks/useFeatureFeedback.js";
|
|
91
|
+
import { useAppContainer as Ht } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
92
|
+
import { appContainerStore as Wt } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
93
|
+
import { useAppContainerDataStore as jt } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
94
|
+
import { closeSearchModal as Zt, openSearchModal as Kt, useSearchModalStore as Qt } from "./store/searchModal.js";
|
|
95
|
+
import { closeTrashModal as Yt, openTrashModal as Jt, useTrashModalStore as $t } from "./store/trashModal.js";
|
|
96
|
+
import { useOnboardingState as oa } from "./store/onboarding.js";
|
|
97
|
+
import { useWorkspacesOrder as ta } from "./store/workspacesOrder.js";
|
|
98
|
+
import { updateTimezone as ma, useLocalTimezone as pa } from "./store/timezoneStore.js";
|
|
99
|
+
import { closeUserPlansModal as ia, openUserPlansModal as la, useUserPlansModalStore as na } from "./store/plansModal.js";
|
|
100
|
+
import { closeUserDiscordDialog as xa, openUserDiscordDialog as ua, useDiscordDialogStore as ca } from "./store/discordDialogStore.js";
|
|
101
|
+
import { completeFeatureStep as ga, finishFeatureFlow as Sa, getFeatureCompletedSteps as Ca, isFeatureDone as Ta, resetFeatureFlow as Fa, setActiveFeatureTour as Ea, useFeatureProgressStore as Da } from "./store/featureProgress.js";
|
|
102
|
+
import { orderMap as Ma, storageCategoryColors as Aa } from "./types/storageCategories.js";
|
|
103
|
+
import { formatStorage as Pa, formatStoragePercent as Ra } from "./utils/formatStorage.js";
|
|
104
|
+
import { getCroppedBlob as ya } from "./utils/getCroppedBlob.js";
|
|
105
|
+
import { getPlanBadgeColor as _a } from "./utils/getPlanBadgeColor.js";
|
|
106
|
+
import { addQueryParam as ha, removeQueryParam as va } from "./utils/queryParams.js";
|
|
107
|
+
import { getFeatureRating as wa, getVisitData as ka, isFeatureRated as Ba, setFeatureRating as Va, setVisitData as Ha } from "./lib/layersVisitData.js";
|
|
108
|
+
import { COLOR_SCHEMES as Wa, DEFAULT_COLOR_SCHEME as za, DEFAULT_FONT_FAMILY as ja, DEFAULT_VALUES as Xa, isValidColorScheme as Za } from "./constants.js";
|
|
109
|
+
import { default as Qa } from "./assets/enitityIcons/flow.svg.js";
|
|
110
|
+
import { default as Ya } from "./assets/enitityIcons/form.svg.js";
|
|
111
|
+
import { default as $a } from "./assets/logo-copyright.svg.js";
|
|
112
|
+
import { default as om } from "./assets/layers-logo-icon.svg.js";
|
|
113
|
+
import { default as tm } from "./assets/enitityIcons/page.svg.js";
|
|
114
|
+
import { default as mm } from "./assets/enitityIcons/sprint.svg.js";
|
|
115
|
+
import { CollapsibleContainer as sm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
116
|
+
import { Error404 as lm } from "./components/ErrorPage/components/Error404.js";
|
|
117
|
+
import { Error406 as fm } from "./components/ErrorPage/components/Error406.js";
|
|
118
|
+
import { Error500 as um } from "./components/ErrorPage/components/Error500.js";
|
|
119
|
+
import { FeatureProgress as dm } from "./components/FeatureProgress/FeatureProgress.js";
|
|
120
|
+
import { FeatureProgressKey as Sm } from "./components/FeatureProgress/constants.js";
|
|
121
|
+
import { FilePicker as Tm } from "./components/FilePicker/FilePicker.js";
|
|
122
|
+
import { FormContextProvider as Em, StepsContext as Dm, useSteps as Im } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
123
|
+
import { FormStoreProvider as Am, createFormStore as Lm, useFormViewerStore as Pm } from "./components/FormViewer/store/formStore.js";
|
|
124
|
+
import { FormViewer as bm } from "./components/FormViewer/FormViewer.js";
|
|
125
|
+
import { GoogleDriveIcon as Nm } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
126
|
+
import { ImageCropper as Um } from "./components/ImageCropper/ImageCropper.js";
|
|
127
|
+
import { IntegrationFlowAnimation as vm } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
128
|
+
import { LastEditedButton as wm } from "./components/LastEditedButton/LastEditedButton.js";
|
|
129
|
+
import { LayersCubeIcon as Bm } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
130
|
+
import { MediaLibrary as Hm } from "./components/MediaLibrary/MediaLibrary.js";
|
|
131
|
+
import { MediaLibraryBrowser as Wm } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
132
|
+
import { NavMenu as jm } from "./components/NavMenu/NavMenu.js";
|
|
133
|
+
import { NavMenuItem as Zm, NavMenuLoadMore as Km } from "./components/NavMenu/components/NavMenuItem.js";
|
|
134
|
+
import { NavMenuLabel as qm } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
135
|
+
import { NavMenuProvider as Jm, createNavMenuStore as $m, useNavMenuStore as ep } from "./components/NavMenu/store.js";
|
|
136
|
+
import { NotionIcon as rp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
137
|
+
import { OnBoardingPage as ap } from "./components/OnBoarding/OnBoardingPage.js";
|
|
138
|
+
import { OnboardingTourWrapper as pp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
139
|
+
import { PinModal as ip } from "./components/PinModal/PinModal.js";
|
|
140
|
+
import { STATIC_CLASSES as np, combineClasses as fp, getPageNumberClass as xp } from "./components/FormViewer/helpers/staticClasses.js";
|
|
141
|
+
import { Schemes as cp } from "./components/FormViewer/types/schemes.js";
|
|
142
|
+
import { SortableList as gp } from "./components/SortableList/SortableList.js";
|
|
143
|
+
import { StorageEntityItem as Cp } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
144
|
+
import { StorageEntityList as Fp } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
145
|
+
import { TablePagination as Dp } from "./components/table/components/TablePagination.js";
|
|
146
|
+
import { TableSearch as Mp } from "./components/table/components/TableSearch.js";
|
|
147
|
+
import { alignList as Lp, conditionOperatorsList as Pp, isLayout as Rp, isSize as bp, isSlideAnimation as yp, layoutList as Np, mediaContentLayoutList as _p, mediaFullLayoutList as Up, mediaLayoutList as hp, sizeList as vp, slideAnimationList as Op } from "./components/FormViewer/types/form.js";
|
|
148
|
+
import { alignRelation as kp } from "./components/FormViewer/helpers/themeUtils.js";
|
|
149
|
+
import { closePinModal as Vp, openPinModal as Hp, usePinModalStore as Gp } from "./components/PinModal/slice.js";
|
|
150
|
+
import { controlsDataMap as zp } from "./components/FormViewer/helpers/controls.js";
|
|
151
|
+
import { coverCollections as Xp } from "./components/FilePicker/coverCollections.js";
|
|
152
|
+
import { createFormStoreApi as Kp } from "./components/FormViewer/store/formStoreApi.js";
|
|
153
|
+
import { cropImage as qp } from "./components/ImageCropper/cropUtils.js";
|
|
154
|
+
import { default as Jp } from "./lang/locales/ui_en.json.js";
|
|
155
|
+
import { default as es } from "./lang/locales/ui_es.json.js";
|
|
156
|
+
import { escapeHtml as rs, getVideoEmbedUrl as ts, isVideoPlatformUrl as as, parseEmbedUrl as ms, parseVideoUrl as ps } from "./lib/contentImport/utils.js";
|
|
157
|
+
import { filterPinnedColumns as is, getAggregateValue as ls, getAggregationColumns as ns, getColumnId as fs, getColumnsProps as xs, getCurrencyColumn as us, getDateColumn as cs, getExpandingColumn as ds, getHeaderStyles as gs, getNumberColumn as Ss, getPercentColumn as Cs, getRatioColumn as Ts, getSelectionColumn as Fs, isTechnicalColumn as Es, mergeColumn as Ds } from "./components/table/helpers/columns.js";
|
|
158
|
+
import { getNextStep as Ms, operatorsRelation as As } from "./components/FormViewer/helpers/conditions.js";
|
|
159
|
+
import { getTextValidation as Ps, isImageUrl as Rs, isValidEmail as bs, isValidUrl as ys, useValidation as Ns } from "./components/FormViewer/helpers/validation.js";
|
|
160
|
+
import { isOnboardingCompleted as Us, resetOnboarding as hs, useOnboardingTour as vs } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
161
|
+
import { mergeTheme as ws, sortSteps as ks } from "./components/FormViewer/helpers/helpers.js";
|
|
162
|
+
import { default as Vs } from "./lang/locales/ui_ru.json.js";
|
|
163
|
+
import { serializeToLexicalHtml as Gs } from "./lib/contentImport/lexicalSerializer.js";
|
|
164
|
+
import { useActiveControl as zs } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
165
|
+
import { useActiveStep as Xs } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
166
|
+
import { useCreateTable as Ks } from "./components/table/hooks/useCreateTable.js";
|
|
167
|
+
import { useCropInteraction as qs } from "./components/ImageCropper/useCropInteraction.js";
|
|
168
|
+
import { useFormMobile as Js } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
169
|
+
import { useInterpolate as ei, useInterpolateText as oi } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
170
|
+
import { useSaveRowCount as ti } from "./components/table/hooks/useSaveRowCount.js";
|
|
163
171
|
export {
|
|
164
|
-
|
|
172
|
+
b as ActiveWorkspace,
|
|
165
173
|
V as AlertsBlock,
|
|
166
174
|
i as AliasTextInput,
|
|
167
175
|
ae as AnimationWrapper,
|
|
168
176
|
S as AppContainer,
|
|
169
177
|
er as AppSidebarButton,
|
|
170
178
|
xe as AttachmentsGalleryModal,
|
|
171
|
-
|
|
172
|
-
|
|
179
|
+
Ie as AttachmentsPreview,
|
|
180
|
+
Dt as AuthErrors,
|
|
173
181
|
lo as BottomDrawerWithoutHeader,
|
|
174
|
-
|
|
175
|
-
|
|
182
|
+
Fo as BouncingLogo,
|
|
183
|
+
Wa as COLOR_SCHEMES,
|
|
176
184
|
Uo as CREATE_CONDITION_FORM_ID,
|
|
177
185
|
go as CircleColorPicker,
|
|
178
|
-
|
|
186
|
+
sm as CollapsibleContainer,
|
|
179
187
|
Y as ColorCircle,
|
|
180
188
|
J as ColorPicker,
|
|
181
189
|
re as ColorPickerPopover,
|
|
182
|
-
|
|
190
|
+
Ae as CommentComposer,
|
|
183
191
|
mo as CommunitiesDialog,
|
|
184
192
|
fo as Copyright,
|
|
185
193
|
T as CustomKBD,
|
|
186
|
-
|
|
194
|
+
za as DEFAULT_COLOR_SCHEME,
|
|
187
195
|
ho as DEFAULT_END_STEP_ID,
|
|
188
|
-
|
|
196
|
+
ja as DEFAULT_FONT_FAMILY,
|
|
189
197
|
vo as DEFAULT_MAX,
|
|
190
198
|
Oo as DEFAULT_MEDIA_BRIGHTNESS,
|
|
191
199
|
wo as DEFAULT_MEDIA_SIZE,
|
|
192
200
|
ko as DEFAULT_MIN,
|
|
201
|
+
br as DEFAULT_MODE,
|
|
193
202
|
Bo as DEFAULT_OPTIONS_MIN,
|
|
194
203
|
Vo as DEFAULT_OPTION_MAX_LENGTH,
|
|
195
204
|
Ho as DEFAULT_START_STEP_ID,
|
|
196
|
-
|
|
197
|
-
|
|
205
|
+
qo as DEFAULT_THEME,
|
|
206
|
+
Xa as DEFAULT_VALUES,
|
|
198
207
|
Go as EDIT_CONDITION_FORM_ID,
|
|
199
208
|
eo as EXPAND_COLUMN_FIELD,
|
|
200
209
|
d as EmojiPicker,
|
|
201
210
|
ar as EntityIcon,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
211
|
+
uo as EntityTitle,
|
|
212
|
+
lm as Error404,
|
|
213
|
+
fm as Error406,
|
|
214
|
+
um as Error500,
|
|
206
215
|
z as ErrorAlert,
|
|
207
216
|
k as ErrorPage,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
wt as FEATURE_KEYS,
|
|
218
|
+
dm as FeatureProgress,
|
|
219
|
+
Sm as FeatureProgressKey,
|
|
220
|
+
Tm as FilePicker,
|
|
221
|
+
u as FilePickerUpload,
|
|
222
|
+
Qa as FlowIcon,
|
|
223
|
+
Em as FormContextProvider,
|
|
224
|
+
Ya as FormIcon,
|
|
225
|
+
Am as FormStoreProvider,
|
|
226
|
+
bm as FormViewer,
|
|
227
|
+
Ne as FrontTable,
|
|
228
|
+
Nm as GoogleDriveIcon,
|
|
229
|
+
A as GroupAvatar,
|
|
219
230
|
X as IconEntity,
|
|
220
231
|
Z as IconType,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
232
|
+
Um as ImageCropper,
|
|
233
|
+
ce as ImageModal,
|
|
234
|
+
vm as IntegrationFlowAnimation,
|
|
235
|
+
be as LanguagePicker,
|
|
236
|
+
wm as LastEditedButton,
|
|
237
|
+
Bm as LayersCubeIcon,
|
|
238
|
+
$a as LayersLogoCopyright,
|
|
239
|
+
om as LayersLogoIcon,
|
|
229
240
|
Te as Logotype,
|
|
230
241
|
Wo as MAX_OPTIONS_COUNT,
|
|
231
|
-
|
|
232
|
-
|
|
242
|
+
Hm as MediaLibrary,
|
|
243
|
+
Wm as MediaLibraryBrowser,
|
|
233
244
|
O as MenuUserDropdown,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
245
|
+
jm as NavMenu,
|
|
246
|
+
Zm as NavMenuItem,
|
|
247
|
+
qm as NavMenuLabel,
|
|
248
|
+
Km as NavMenuLoadMore,
|
|
249
|
+
Jm as NavMenuProvider,
|
|
239
250
|
h as NavbarResizer,
|
|
240
251
|
ee as NewColorPicker,
|
|
241
252
|
n as NoData,
|
|
242
253
|
G as NotFound,
|
|
243
254
|
so as NotPublicPanel,
|
|
244
|
-
|
|
255
|
+
rp as NotionIcon,
|
|
245
256
|
rr as Numbers,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
257
|
+
ap as OnBoardingPage,
|
|
258
|
+
pp as OnboardingTourWrapper,
|
|
259
|
+
tm as PageIcon,
|
|
260
|
+
ip as PinModal,
|
|
261
|
+
K as ProjectIcon,
|
|
250
262
|
oo as SELECT_COLUMN_FIELD,
|
|
251
|
-
|
|
252
|
-
|
|
263
|
+
np as STATIC_CLASSES,
|
|
264
|
+
cp as Schemes,
|
|
253
265
|
pe as SearchFilters,
|
|
254
266
|
ie as SearchHelpModal,
|
|
255
267
|
r as SettingsSection,
|
|
256
|
-
|
|
268
|
+
P as ShakaVideoPlayer,
|
|
257
269
|
a as SocialLinkRow,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
270
|
+
gp as SortableList,
|
|
271
|
+
mm as SprintIcon,
|
|
272
|
+
Dm as StepsContext,
|
|
273
|
+
Cp as StorageEntityItem,
|
|
274
|
+
Fp as StorageEntityList,
|
|
275
|
+
Pe as StorageUsageProgress,
|
|
264
276
|
ro as TABLE_AGGREGATION_ROW_ID,
|
|
265
277
|
to as TABLE_ATTRIBUTES,
|
|
266
278
|
Co as TableMenu,
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
279
|
+
Dp as TablePagination,
|
|
280
|
+
Mp as TableSearch,
|
|
281
|
+
Ee as ThemeIndicator,
|
|
270
282
|
p as TimezonePicker,
|
|
271
|
-
|
|
283
|
+
I as UserAvatar,
|
|
272
284
|
_ as WorkspaceAvatar,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
285
|
+
y as WorkspaceMenu,
|
|
286
|
+
Do as activeControlReselect,
|
|
287
|
+
Io as activeStepIdReselect,
|
|
288
|
+
Mo as activeStepReselect,
|
|
289
|
+
ha as addQueryParam,
|
|
278
290
|
Ue as aggregationReselect,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
291
|
+
Lp as alignList,
|
|
292
|
+
kp as alignRelation,
|
|
293
|
+
Wt as appContainerStore,
|
|
294
|
+
yr as appDesktop,
|
|
295
|
+
Lr as appFeature,
|
|
296
|
+
Nr as appServer,
|
|
283
297
|
de as closeImageModal,
|
|
284
|
-
|
|
298
|
+
Vp as closePinModal,
|
|
285
299
|
le as closeSearchHelpModal,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
300
|
+
Zt as closeSearchModal,
|
|
301
|
+
Yt as closeTrashModal,
|
|
302
|
+
xa as closeUserDiscordDialog,
|
|
303
|
+
ia as closeUserPlansModal,
|
|
290
304
|
he as columnsMapReselect,
|
|
291
305
|
ve as columnsReselect,
|
|
292
|
-
|
|
306
|
+
fp as combineClasses,
|
|
293
307
|
Cr as combineStatuses,
|
|
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
|
-
|
|
308
|
+
ga as completeFeatureStep,
|
|
309
|
+
Pp as conditionOperatorsList,
|
|
310
|
+
zp as controlsDataMap,
|
|
311
|
+
Ao as controlsReselect,
|
|
312
|
+
Xp as coverCollections,
|
|
313
|
+
Lm as createFormStore,
|
|
314
|
+
Kp as createFormStoreApi,
|
|
315
|
+
$m as createNavMenuStore,
|
|
316
|
+
qe as createTableStore,
|
|
317
|
+
qp as cropImage,
|
|
318
|
+
Fr as downloadCSVAsBlob,
|
|
319
|
+
Er as downloadImageFromExternalUrl,
|
|
320
|
+
Dr as downloadURL,
|
|
321
|
+
Jp as enUI,
|
|
322
|
+
es as esUI,
|
|
323
|
+
rs as escapeHtml,
|
|
324
|
+
Hr as filterHierarchyByTypes,
|
|
325
|
+
is as filterPinnedColumns,
|
|
326
|
+
Sa as finishFeatureFlow,
|
|
327
|
+
Br as formatBytes,
|
|
328
|
+
Pa as formatStorage,
|
|
329
|
+
Ra as formatStoragePercent,
|
|
330
|
+
Mr as generateLink,
|
|
331
|
+
ls as getAggregateValue,
|
|
332
|
+
ns as getAggregationColumns,
|
|
333
|
+
mt as getBrowserTimeZone,
|
|
334
|
+
fs as getColumnId,
|
|
335
|
+
xs as getColumnsProps,
|
|
336
|
+
ya as getCroppedBlob,
|
|
337
|
+
us as getCurrencyColumn,
|
|
338
|
+
cs as getDateColumn,
|
|
322
339
|
zo as getDefaultDropdownOptions,
|
|
323
340
|
jo as getDefaultEndStep,
|
|
324
341
|
Xo as getDefaultStartStep,
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
342
|
+
ds as getExpandingColumn,
|
|
343
|
+
Ca as getFeatureCompletedSteps,
|
|
344
|
+
wa as getFeatureRating,
|
|
345
|
+
jr as getFileIcons,
|
|
346
|
+
Zr as getFileType,
|
|
329
347
|
Zo as getFirstStep,
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
+
gs as getHeaderStyles,
|
|
349
|
+
hr as getMimeType,
|
|
350
|
+
Ms as getNextStep,
|
|
351
|
+
Ss as getNumberColumn,
|
|
352
|
+
xp as getPageNumberClass,
|
|
353
|
+
Qr as getPartOfTheDay,
|
|
354
|
+
Cs as getPercentColumn,
|
|
355
|
+
_a as getPlanBadgeColor,
|
|
356
|
+
_r as getPlatformInfo,
|
|
357
|
+
Wr as getRandomIconColor,
|
|
358
|
+
Ko as getRandomId,
|
|
359
|
+
Ts as getRatioColumn,
|
|
360
|
+
pt as getSafeFormatter,
|
|
361
|
+
Fs as getSelectionColumn,
|
|
362
|
+
Ps as getTextValidation,
|
|
363
|
+
st as getTimeZones,
|
|
364
|
+
it as getUtcOffset,
|
|
365
|
+
ts as getVideoEmbedUrl,
|
|
366
|
+
ka as getVisitData,
|
|
348
367
|
f as illustrationMap,
|
|
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
|
-
|
|
368
|
+
ot as initHotjar,
|
|
369
|
+
Yr as isAppMode,
|
|
370
|
+
Pr as isFeature,
|
|
371
|
+
Ta as isFeatureDone,
|
|
372
|
+
Ba as isFeatureRated,
|
|
373
|
+
Lo as isFormDirtyReselect,
|
|
374
|
+
vr as isGalleryMediaFile,
|
|
375
|
+
Rs as isImageUrl,
|
|
376
|
+
Rp as isLayout,
|
|
377
|
+
Or as isMobileDevice,
|
|
378
|
+
Pt as isNumberValue,
|
|
379
|
+
Us as isOnboardingCompleted,
|
|
380
|
+
bp as isSize,
|
|
381
|
+
yp as isSlideAnimation,
|
|
382
|
+
Es as isTechnicalColumn,
|
|
383
|
+
Za as isValidColorScheme,
|
|
384
|
+
bs as isValidEmail,
|
|
385
|
+
lt as isValidTimeZone,
|
|
386
|
+
ys as isValidUrl,
|
|
387
|
+
wr as isVideoFile,
|
|
388
|
+
as as isVideoPlatformUrl,
|
|
389
|
+
Np as layoutList,
|
|
390
|
+
_p as mediaContentLayoutList,
|
|
391
|
+
Up as mediaFullLayoutList,
|
|
392
|
+
hp as mediaLayoutList,
|
|
393
|
+
Ds as mergeColumn,
|
|
394
|
+
ws as mergeTheme,
|
|
374
395
|
Oe as metaReselect,
|
|
375
396
|
ge as openImageModal,
|
|
376
|
-
|
|
397
|
+
Hp as openPinModal,
|
|
377
398
|
Jo as openRemoveConfirmModal,
|
|
378
399
|
ne as openSearchHelpModal,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
400
|
+
Kt as openSearchModal,
|
|
401
|
+
E as openSubmitModal,
|
|
402
|
+
Jt as openTrashModal,
|
|
403
|
+
ua as openUserDiscordDialog,
|
|
404
|
+
la as openUserPlansModal,
|
|
405
|
+
As as operatorsRelation,
|
|
406
|
+
Ma as orderMap,
|
|
386
407
|
we as paginationMetaReselect,
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
408
|
+
$r as parseDate,
|
|
409
|
+
ms as parseEmbedUrl,
|
|
410
|
+
nt as parseInvalidTz,
|
|
411
|
+
ps as parseVideoUrl,
|
|
412
|
+
cr as pickRandomEmoji,
|
|
413
|
+
Po as questionNumberReselect,
|
|
414
|
+
va as removeQueryParam,
|
|
415
|
+
Q as renderIcon,
|
|
416
|
+
Fa as resetFeatureFlow,
|
|
417
|
+
hs as resetOnboarding,
|
|
395
418
|
ke as rowsReselect,
|
|
396
|
-
|
|
419
|
+
Vs as ruUI,
|
|
397
420
|
Be as searchedRowsReselect,
|
|
398
421
|
Ve as selectionReselect,
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
422
|
+
Gs as serializeToLexicalHtml,
|
|
423
|
+
Ea as setActiveFeatureTour,
|
|
424
|
+
Va as setFeatureRating,
|
|
425
|
+
Ha as setVisitData,
|
|
402
426
|
pr as showErrorNotification,
|
|
403
427
|
xr as showFeatureFeedback,
|
|
404
428
|
sr as showMessageNotification,
|
|
405
429
|
ir as showRequestNotifications,
|
|
406
430
|
lr as showSuccessNotification,
|
|
407
431
|
nr as showWarningNotification,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
432
|
+
vp as sizeList,
|
|
433
|
+
Op as slideAnimationList,
|
|
434
|
+
ks as sortSteps,
|
|
411
435
|
He as sortedRowsReselect,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
436
|
+
Ro as startStepReselect,
|
|
437
|
+
bo as stepByControlReselect,
|
|
438
|
+
yo as stepsReselect,
|
|
439
|
+
Aa as storageCategoryColors,
|
|
416
440
|
Ze as tableColumnDateTypes,
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
441
|
+
Ke as tableColumnNumberTypes,
|
|
442
|
+
No as themeReselect,
|
|
443
|
+
kt as trackFeatureFeedback,
|
|
444
|
+
ma as updateTimezone,
|
|
445
|
+
zs as useActiveControl,
|
|
446
|
+
Xs as useActiveStep,
|
|
447
|
+
Ht as useAppContainer,
|
|
448
|
+
jt as useAppContainerDataStore,
|
|
449
|
+
Ut as useAsyncStatus,
|
|
426
450
|
Se as useChangePasswordModalStore,
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
451
|
+
Ks as useCreateTable,
|
|
452
|
+
qs as useCropInteraction,
|
|
453
|
+
gt as useDateFnsLocale,
|
|
454
|
+
At as useDateUtils,
|
|
455
|
+
Bt as useDelayedFeatureFeedback,
|
|
456
|
+
Nt as useDisableWindowScrollDuringDrag,
|
|
457
|
+
ca as useDiscordDialogStore,
|
|
458
|
+
Da as useFeatureProgressStore,
|
|
459
|
+
Js as useFormMobile,
|
|
460
|
+
Pm as useFormViewerStore,
|
|
461
|
+
Ct as useFormatDistance,
|
|
462
|
+
ei as useInterpolate,
|
|
463
|
+
oi as useInterpolateText,
|
|
439
464
|
gr as useIsDarkTheme,
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
465
|
+
pa as useLocalTimezone,
|
|
466
|
+
xt as useMenu,
|
|
467
|
+
ep as useNavMenuStore,
|
|
468
|
+
It as useOAuthErrorParams,
|
|
469
|
+
oa as useOnboardingState,
|
|
470
|
+
vs as useOnboardingTour,
|
|
471
|
+
Gp as usePinModalStore,
|
|
472
|
+
ct as usePlatform,
|
|
473
|
+
Rt as useQueryParam,
|
|
474
|
+
bt as useRouteParam,
|
|
475
|
+
ti as useSaveRowCount,
|
|
476
|
+
Qt as useSearchModalStore,
|
|
477
|
+
Im as useSteps,
|
|
478
|
+
Ft as useSwipeDetect,
|
|
452
479
|
Je as useTableStore,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
480
|
+
$t as useTrashModalStore,
|
|
481
|
+
na as useUserPlansModalStore,
|
|
482
|
+
Ns as useValidation,
|
|
483
|
+
vt as useVideoUploadGuard,
|
|
484
|
+
ta as useWorkspacesOrder,
|
|
485
|
+
tt as validateAliasFormat,
|
|
459
486
|
Ge as variableReselect,
|
|
460
487
|
We as visibleColumnsBySideReselect,
|
|
461
488
|
ze as visibleColumnsReselect,
|