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