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