@layers-app/shared 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- 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 +7 -7
- 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.module.css.js +24 -24
- package/dist/components/CommentComposer/CommentComposer.module.css.js +1 -1
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +53 -54
- 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.module.css.js +10 -10
- 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/MusicPlayerBar/MusicPlayerBar.module.css.js +36 -36
- package/dist/components/MusicPlayerBar/components/VolumePopover.d.ts.map +1 -1
- package/dist/components/MusicPlayerBar/components/VolumePopover.js +22 -20
- 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/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/hooks/useOfficePreviewAvailable.d.ts +2 -0
- package/dist/hooks/useOfficePreviewAvailable.d.ts.map +1 -0
- package/dist/hooks/useOfficePreviewAvailable.js +20 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +266 -264
- package/docs/README.md +499 -499
- package/package.json +75 -75
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { EmojiPanel as T } from "./components/EmojiPicker/EmojiPanel.js";
|
|
|
10
10
|
import { AppContainer as E } from "./components/AppContainer/AppContainer.js";
|
|
11
11
|
import { MeetWidgetProvider as M, useMeetWidget as D } from "./components/AppContainer/MeetWidgetContext.js";
|
|
12
12
|
import { CustomKBD as A } from "./components/CustomKBD/index.js";
|
|
13
|
-
import { openSubmitModal as
|
|
13
|
+
import { openSubmitModal as b } from "./components/SubmitModal/index.js";
|
|
14
14
|
import { UserAvatar as U } from "./components/UserAvatar/index.js";
|
|
15
15
|
import { GroupAvatar as N } from "./components/GroupAvatar/index.js";
|
|
16
16
|
import { ShakaVideoPlayer as _ } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
@@ -33,7 +33,7 @@ import { NewColorPicker as Ie } from "./components/NewColorPicker/index.js";
|
|
|
33
33
|
import { ColorPickerPopover as Fe } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
34
34
|
import { AnimationWrapper as De } from "./components/AnimationWrapper/index.js";
|
|
35
35
|
import { SearchFilters as Ae } from "./components/SearchFilters/SearchFilters.js";
|
|
36
|
-
import { SearchHelpModal as
|
|
36
|
+
import { SearchHelpModal as be, closeSearchHelpModal as Re, openSearchHelpModal as Ue } from "./components/SearchFilters/components/SearchHelp.js";
|
|
37
37
|
import { AttachmentsGalleryModal as Ne } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
38
38
|
import { ImageModal as _e, closeImageModal as he, openImageModal as Oe, useChangePasswordModalStore as we } from "./components/ImageModal/ImageModal.js";
|
|
39
39
|
import { LayersLogoCopyright as Be, LayersLogoIcon as Ve, Logotype as He } from "./components/Logotype.js";
|
|
@@ -48,7 +48,7 @@ import { tableColumnDateTypes as go, tableColumnNumberTypes as So } from "./comp
|
|
|
48
48
|
import { createTableStore as To } from "./components/table/store.js";
|
|
49
49
|
import { useTableStore as Eo } from "./components/table/hooks/useTableStore.js";
|
|
50
50
|
import { EXPAND_COLUMN_FIELD as Mo, SELECT_COLUMN_FIELD as Do, TABLE_AGGREGATION_ROW_ID as Lo, TABLE_ATTRIBUTES as Ao } from "./components/table/constants.js";
|
|
51
|
-
import { CommunitiesDialog as
|
|
51
|
+
import { CommunitiesDialog as bo } from "./components/CommunitiesDialog/index.js";
|
|
52
52
|
import { NotPublicPanel as Uo } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
53
53
|
import { BottomDrawerWithoutHeader as No } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
54
54
|
import { Copyright as _o } from "./components/Copyright/index.js";
|
|
@@ -63,7 +63,7 @@ import { openRemoveConfirmModal as Ir } from "./components/modals/RemoveConfirmM
|
|
|
63
63
|
import { AppSidebarButton as Fr } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
64
64
|
import { Numbers as Dr } from "./components/table/helpers/formatters.js";
|
|
65
65
|
import { EntityIcon as Ar } from "./components/EntityIcon.js";
|
|
66
|
-
import { showErrorNotification as
|
|
66
|
+
import { showErrorNotification as br, showMessageNotification as Rr, showRequestNotifications as Ur, showSuccessNotification as vr, showWarningNotification as Nr, updateMessageNotification as yr } from "./helpers/showNotifications.js";
|
|
67
67
|
import { isOfflineSuppressed as hr, setOfflineSuppression as Or } from "./helpers/offlineSuppression.js";
|
|
68
68
|
import { showFeatureFeedback as kr } from "./helpers/showFeatureFeedback.js";
|
|
69
69
|
import { pickRandomEmoji as Vr } from "./helpers/pickRandomEmoji.js";
|
|
@@ -83,7 +83,7 @@ import { getPartOfTheDay as Et } from "./helpers/getPartOfTheDay.js";
|
|
|
83
83
|
import { isAppMode as Mt } from "./helpers/isAppMode.js";
|
|
84
84
|
import { isNoAccessError as Lt } from "./helpers/isNoAccessError.js";
|
|
85
85
|
import { parseDate as Pt } from "./helpers/dates.js";
|
|
86
|
-
import { initHotjar as
|
|
86
|
+
import { initHotjar as Rt } from "./helpers/hotjar.js";
|
|
87
87
|
import { validateAliasFormat as vt } from "./helpers/validateAliasFormat.js";
|
|
88
88
|
import { getBrowserTimeZone as yt, getSafeFormatter as _t, getTimeZones as ht, getUtcOffset as Ot, isValidTimeZone as wt, parseInvalidTz as kt } from "./helpers/timezones.js";
|
|
89
89
|
import { useMenu as Vt } from "./hooks/useMenu.js";
|
|
@@ -98,86 +98,87 @@ import { useDisableWindowScrollDuringDrag as pa } from "./hooks/useDisableWindow
|
|
|
98
98
|
import { useAsyncStatus as ia } from "./hooks/useAsyncStatus.js";
|
|
99
99
|
import { useVideoUploadGuard as na } from "./hooks/useVideoUploadGuard.js";
|
|
100
100
|
import { FEATURE_KEYS as xa, trackFeatureFeedback as ua, useDelayedFeatureFeedback as ca } from "./hooks/useFeatureFeedback.js";
|
|
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 { default as Hm } from "./assets/enitityIcons/
|
|
122
|
-
import { default as Wm } from "./assets/enitityIcons/
|
|
123
|
-
import { default as jm } from "./assets/enitityIcons/
|
|
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 { default as Ys } from "./lang/locales/
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
101
|
+
import { useOfficePreviewAvailable as ga } from "./hooks/useOfficePreviewAvailable.js";
|
|
102
|
+
import { useAppContainer as Ca } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
103
|
+
import { appContainerStore as Ia } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
104
|
+
import { useAppContainerDataStore as Fa } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
105
|
+
import { closeSearchModal as Da, openSearchModal as La, useSearchModalStore as Aa } from "./store/searchModal.js";
|
|
106
|
+
import { closeTrashModal as ba, openTrashModal as Ra, useTrashModalStore as Ua } from "./store/trashModal.js";
|
|
107
|
+
import { useWorkspacesOrder as Na } from "./store/workspacesOrder.js";
|
|
108
|
+
import { updateTimezone as _a, useLocalTimezone as ha } from "./store/timezoneStore.js";
|
|
109
|
+
import { closeUserPlansModal as wa, openUserPlansModal as ka, useUserPlansModalStore as Ba } from "./store/plansModal.js";
|
|
110
|
+
import { closeUserDiscordDialog as Ha, openUserDiscordDialog as za, useDiscordDialogStore as Wa } from "./store/discordDialogStore.js";
|
|
111
|
+
import { completeFeatureStep as ja, finishFeatureFlow as Xa, getFeatureCompletedSteps as Za, isFeatureDone as Ka, resetFeatureFlow as Qa, setActiveFeatureTour as qa, setFeatureProgressUserId as Ya, useFeatureProgressStore as Ja } from "./store/featureProgress.js";
|
|
112
|
+
import { orderMap as em, storageCategoryColors as om } from "./types/storageCategories.js";
|
|
113
|
+
import { formatStorage as tm, formatStoragePercent as am, resolveStorageLimit as mm } from "./utils/formatStorage.js";
|
|
114
|
+
import { getCroppedBlob as sm } from "./utils/getCroppedBlob.js";
|
|
115
|
+
import { getPlanBadgeColor as lm } from "./utils/getPlanBadgeColor.js";
|
|
116
|
+
import { addQueryParam as fm, removeQueryParam as xm } from "./utils/queryParams.js";
|
|
117
|
+
import { getFeatureRating as cm, getVisitData as dm, isFeatureRated as gm, setFeatureRating as Sm, setVisitData as Cm } from "./lib/layersVisitData.js";
|
|
118
|
+
import { brand as Im, brandI18nVariables as Em } from "./config/brand.js";
|
|
119
|
+
import { getEnvConfig as Mm, getEnvValue as Dm, getMaxUploadSize as Lm, getOfficeUrl as Am, isLivekitEnabled as Pm, isOfficeEnabled as bm, joinBaseUrlPath as Rm, normalizeBaseUrl as Um, normalizeUrl as vm, parseSizeToBytes as Nm, resolveNonBlankString as ym } from "./config/envConfig.js";
|
|
120
|
+
import { COLOR_SCHEMES as hm, DEFAULT_COLOR_SCHEME as Om, DEFAULT_FONT_FAMILY as wm, DEFAULT_VALUES as km, isValidColorScheme as Bm } from "./constants.js";
|
|
121
|
+
import { default as Hm } from "./assets/enitityIcons/flow.svg.js";
|
|
122
|
+
import { default as Wm } from "./assets/enitityIcons/form.svg.js";
|
|
123
|
+
import { default as jm } from "./assets/enitityIcons/page.svg.js";
|
|
124
|
+
import { default as Zm } from "./assets/enitityIcons/sprint.svg.js";
|
|
125
|
+
import { CollapsibleContainer as Qm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
126
|
+
import { Error404 as Ym } from "./components/ErrorPage/components/Error404.js";
|
|
127
|
+
import { Error406 as $m } from "./components/ErrorPage/components/Error406.js";
|
|
128
|
+
import { Error500 as op } from "./components/ErrorPage/components/Error500.js";
|
|
129
|
+
import { FeatureProgress as tp } from "./components/FeatureProgress/FeatureProgress.js";
|
|
130
|
+
import { FeatureProgressKey as mp } from "./components/FeatureProgress/constants.js";
|
|
131
|
+
import { FilePicker as sp } from "./components/FilePicker/FilePicker.js";
|
|
132
|
+
import { FormContextProvider as lp, StepsContext as np, useSteps as fp } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
133
|
+
import { FormStoreProvider as up, createFormStore as cp, useFormViewerStore as dp } from "./components/FormViewer/store/formStore.js";
|
|
134
|
+
import { FormViewer as Sp } from "./components/FormViewer/FormViewer.js";
|
|
135
|
+
import { GoogleDriveIcon as Tp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
136
|
+
import { ImageCropper as Ep } from "./components/ImageCropper/ImageCropper.js";
|
|
137
|
+
import { IntegrationFlowAnimation as Mp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
138
|
+
import { LastEditedButton as Lp } from "./components/LastEditedButton/LastEditedButton.js";
|
|
139
|
+
import { LayersCubeIcon as Pp } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
140
|
+
import { MediaLibrary as Rp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
141
|
+
import { MediaLibraryBrowser as vp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
142
|
+
import { MusicPlayerBar as yp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
|
|
143
|
+
import { NavMenu as hp } from "./components/NavMenu/NavMenu.js";
|
|
144
|
+
import { NavMenuItem as wp, NavMenuLoadMore as kp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
145
|
+
import { NavMenuLabel as Vp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
146
|
+
import { NavMenuProvider as zp, createNavMenuStore as Wp, useNavMenuStore as Gp } from "./components/NavMenu/store.js";
|
|
147
|
+
import { NotionIcon as Xp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
148
|
+
import { OnboardingTourWrapper as Kp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
149
|
+
import { PinModal as qp } from "./components/PinModal/PinModal.js";
|
|
150
|
+
import { STATIC_CLASSES as Jp, combineClasses as $p, getPageNumberClass as es } from "./components/FormViewer/helpers/staticClasses.js";
|
|
151
|
+
import { Schemes as rs } from "./components/FormViewer/types/schemes.js";
|
|
152
|
+
import { SortableList as as } from "./components/SortableList/SortableList.js";
|
|
153
|
+
import { StorageEntityItem as ps } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
154
|
+
import { StorageEntityList as is } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
155
|
+
import { TablePagination as ns } from "./components/table/components/TablePagination.js";
|
|
156
|
+
import { TableSearch as xs } from "./components/table/components/TableSearch.js";
|
|
157
|
+
import { TreeIndentContainer as cs, TreeIndentItem as ds } from "./components/TreeIndent/TreeIndent.js";
|
|
158
|
+
import { alignList as Ss, conditionOperatorsList as Cs, isLayout as Ts, isSize as Is, isSlideAnimation as Es, layoutList as Fs, mediaContentLayoutList as Ms, mediaFullLayoutList as Ds, mediaLayoutList as Ls, sizeList as As, slideAnimationList as Ps } from "./components/FormViewer/types/form.js";
|
|
159
|
+
import { alignRelation as Rs } from "./components/FormViewer/helpers/themeUtils.js";
|
|
160
|
+
import { clearSavedStep as vs, getSavedStepIndex as Ns, isOnboardingCompleted as ys, resetOnboarding as _s, saveStepIndex as hs, setOnboardingUserId as Os, useOnboardingTour as ws } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
161
|
+
import { closePinModal as Bs, openPinModal as Vs, usePinModalStore as Hs } from "./components/PinModal/slice.js";
|
|
162
|
+
import { controlsDataMap as Ws } from "./components/FormViewer/helpers/controls.js";
|
|
163
|
+
import { coverCollections as js } from "./components/FilePicker/coverCollections.js";
|
|
164
|
+
import { createFormStoreApi as Zs } from "./components/FormViewer/store/formStoreApi.js";
|
|
165
|
+
import { cropImage as Qs } from "./components/ImageCropper/cropUtils.js";
|
|
166
|
+
import { default as Ys } from "./lang/locales/ui_en.json.js";
|
|
167
|
+
import { default as $s } from "./lang/locales/ui_es.json.js";
|
|
168
|
+
import { escapeHtml as oi, getVideoEmbedUrl as ri, isVideoPlatformUrl as ti, parseEmbedUrl as ai, parseVideoUrl as mi } from "./lib/contentImport/utils.js";
|
|
169
|
+
import { filterPinnedColumns as si, getAggregateValue as ii, getAggregationColumns as li, getColumnId as ni, getColumnsProps as fi, getCurrencyColumn as xi, getDateColumn as ui, getExpandingColumn as ci, getHeaderStyles as di, getNumberColumn as gi, getPercentColumn as Si, getRatioColumn as Ci, getSelectionColumn as Ti, isTechnicalColumn as Ii, mergeColumn as Ei } from "./components/table/helpers/columns.js";
|
|
170
|
+
import { getNextStep as Mi, operatorsRelation as Di } from "./components/FormViewer/helpers/conditions.js";
|
|
171
|
+
import { getTextValidation as Ai, isImageUrl as Pi, isValidEmail as bi, isValidUrl as Ri, useValidation as Ui } from "./components/FormViewer/helpers/validation.js";
|
|
172
|
+
import { mergeTheme as Ni, sortSteps as yi } from "./components/FormViewer/helpers/helpers.js";
|
|
173
|
+
import { default as hi } from "./lang/locales/ui_ru.json.js";
|
|
174
|
+
import { serializeToLexicalHtml as wi } from "./lib/contentImport/lexicalSerializer.js";
|
|
175
|
+
import { useActiveControl as Bi } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
176
|
+
import { useActiveStep as Hi } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
177
|
+
import { useCreateTable as Wi } from "./components/table/hooks/useCreateTable.js";
|
|
178
|
+
import { useCropInteraction as ji } from "./components/ImageCropper/useCropInteraction.js";
|
|
179
|
+
import { useFormMobile as Zi } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
180
|
+
import { useInterpolate as Qi, useInterpolateText as qi } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
181
|
+
import { useSaveRowCount as Ji } from "./components/table/hooks/useSaveRowCount.js";
|
|
181
182
|
export {
|
|
182
183
|
O as ActiveWorkspace,
|
|
183
184
|
Z as AlertsBlock,
|
|
@@ -191,22 +192,22 @@ export {
|
|
|
191
192
|
Yt as AuthErrors,
|
|
192
193
|
No as BottomDrawerWithoutHeader,
|
|
193
194
|
zo as BouncingLogo,
|
|
194
|
-
|
|
195
|
+
hm as COLOR_SCHEMES,
|
|
195
196
|
or as CREATE_CONDITION_FORM_ID,
|
|
196
197
|
ko as CircleColorPicker,
|
|
197
|
-
|
|
198
|
+
Qm as CollapsibleContainer,
|
|
198
199
|
ae as ColorCircle,
|
|
199
200
|
me as ColorPicker,
|
|
200
201
|
se as ColorPickerList,
|
|
201
202
|
Fe as ColorPickerPopover,
|
|
202
203
|
le as ColorPickerToolbar,
|
|
203
204
|
Ze as CommentComposer,
|
|
204
|
-
|
|
205
|
+
bo as CommunitiesDialog,
|
|
205
206
|
_o as Copyright,
|
|
206
207
|
A as CustomKBD,
|
|
207
|
-
|
|
208
|
+
Om as DEFAULT_COLOR_SCHEME,
|
|
208
209
|
rr as DEFAULT_END_STEP_ID,
|
|
209
|
-
|
|
210
|
+
wm as DEFAULT_FONT_FAMILY,
|
|
210
211
|
tr as DEFAULT_MAX,
|
|
211
212
|
ar as DEFAULT_MEDIA_BRIGHTNESS,
|
|
212
213
|
mr as DEFAULT_MEDIA_SIZE,
|
|
@@ -216,319 +217,320 @@ export {
|
|
|
216
217
|
ir as DEFAULT_OPTION_MAX_LENGTH,
|
|
217
218
|
lr as DEFAULT_START_STEP_ID,
|
|
218
219
|
Cr as DEFAULT_THEME,
|
|
219
|
-
|
|
220
|
+
km as DEFAULT_VALUES,
|
|
220
221
|
nr as EDIT_CONDITION_FORM_ID,
|
|
221
222
|
Mo as EXPAND_COLUMN_FIELD,
|
|
222
223
|
T as EmojiPanel,
|
|
223
224
|
S as EmojiPicker,
|
|
224
225
|
Ar as EntityIcon,
|
|
225
226
|
Oo as EntityTitle,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
227
|
+
Ym as Error404,
|
|
228
|
+
$m as Error406,
|
|
229
|
+
op as Error500,
|
|
229
230
|
Y as ErrorAlert,
|
|
230
231
|
j as ErrorPage,
|
|
231
232
|
xa as FEATURE_KEYS,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
233
|
+
tp as FeatureProgress,
|
|
234
|
+
mp as FeatureProgressKey,
|
|
235
|
+
sp as FilePicker,
|
|
235
236
|
d as FilePickerUpload,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
237
|
+
Hm as FlowIcon,
|
|
238
|
+
lp as FormContextProvider,
|
|
239
|
+
Wm as FormIcon,
|
|
240
|
+
up as FormStoreProvider,
|
|
241
|
+
Sp as FormViewer,
|
|
241
242
|
$e as FrontTable,
|
|
242
|
-
|
|
243
|
+
Tp as GoogleDriveIcon,
|
|
243
244
|
N as GroupAvatar,
|
|
244
245
|
fe as HighlightSwatch,
|
|
245
246
|
$ as IconEntity,
|
|
246
247
|
ee as IconType,
|
|
247
|
-
|
|
248
|
+
Ep as ImageCropper,
|
|
248
249
|
_e as ImageModal,
|
|
249
|
-
|
|
250
|
+
Mp as IntegrationFlowAnimation,
|
|
250
251
|
Ye as LanguagePicker,
|
|
251
|
-
|
|
252
|
-
|
|
252
|
+
Lp as LastEditedButton,
|
|
253
|
+
Pp as LayersCubeIcon,
|
|
253
254
|
Be as LayersLogoCopyright,
|
|
254
255
|
Ve as LayersLogoIcon,
|
|
255
256
|
He as Logotype,
|
|
256
257
|
fr as MAX_OPTIONS_COUNT,
|
|
257
|
-
|
|
258
|
-
|
|
258
|
+
Rp as MediaLibrary,
|
|
259
|
+
vp as MediaLibraryBrowser,
|
|
259
260
|
M as MeetWidgetProvider,
|
|
260
261
|
W as MenuUserDropdown,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
262
|
+
yp as MusicPlayerBar,
|
|
263
|
+
hp as NavMenu,
|
|
264
|
+
wp as NavMenuItem,
|
|
265
|
+
Vp as NavMenuLabel,
|
|
266
|
+
kp as NavMenuLoadMore,
|
|
267
|
+
zp as NavMenuProvider,
|
|
267
268
|
H as NavbarResizer,
|
|
268
269
|
Ie as NewColorPicker,
|
|
269
270
|
x as NoData,
|
|
270
271
|
Q as NotFound,
|
|
271
272
|
Uo as NotPublicPanel,
|
|
272
|
-
|
|
273
|
+
Xp as NotionIcon,
|
|
273
274
|
Dr as Numbers,
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
275
|
+
Kp as OnboardingTourWrapper,
|
|
276
|
+
jm as PageIcon,
|
|
277
|
+
qp as PinModal,
|
|
277
278
|
oe as ProjectIcon,
|
|
278
279
|
Do as SELECT_COLUMN_FIELD,
|
|
279
|
-
|
|
280
|
-
|
|
280
|
+
Jp as STATIC_CLASSES,
|
|
281
|
+
rs as Schemes,
|
|
281
282
|
Ae as SearchFilters,
|
|
282
|
-
|
|
283
|
+
be as SearchHelpModal,
|
|
283
284
|
a as SettingsSection,
|
|
284
285
|
_ as ShakaVideoPlayer,
|
|
285
286
|
p as SocialLinkRow,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
287
|
+
as as SortableList,
|
|
288
|
+
Zm as SprintIcon,
|
|
289
|
+
np as StepsContext,
|
|
290
|
+
ps as StorageEntityItem,
|
|
291
|
+
is as StorageEntityList,
|
|
291
292
|
Qe as StorageUsageProgress,
|
|
292
293
|
Lo as TABLE_AGGREGATION_ROW_ID,
|
|
293
294
|
Ao as TABLE_ATTRIBUTES,
|
|
294
295
|
Vo as TableMenu,
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
ns as TablePagination,
|
|
297
|
+
xs as TableSearch,
|
|
297
298
|
xe as TextColorIcon,
|
|
298
299
|
We as ThemeIndicator,
|
|
299
300
|
i as TimezonePicker,
|
|
300
|
-
|
|
301
|
-
|
|
301
|
+
cs as TreeIndentContainer,
|
|
302
|
+
ds as TreeIndentItem,
|
|
302
303
|
U as UserAvatar,
|
|
303
304
|
B as WorkspaceAvatar,
|
|
304
305
|
w as WorkspaceMenu,
|
|
305
306
|
Go as activeControlReselect,
|
|
306
307
|
jo as activeStepIdReselect,
|
|
307
308
|
Xo as activeStepReselect,
|
|
308
|
-
|
|
309
|
+
fm as addQueryParam,
|
|
309
310
|
oo as aggregationReselect,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
Ss as alignList,
|
|
312
|
+
Rs as alignRelation,
|
|
313
|
+
Ia as appContainerStore,
|
|
313
314
|
rt as appDesktop,
|
|
314
315
|
Jr as appFeature,
|
|
315
316
|
tt as appServer,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
317
|
+
Im as brand,
|
|
318
|
+
Em as brandI18nVariables,
|
|
319
|
+
vs as clearSavedStep,
|
|
319
320
|
he as closeImageModal,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
321
|
+
Bs as closePinModal,
|
|
322
|
+
Re as closeSearchHelpModal,
|
|
323
|
+
Da as closeSearchModal,
|
|
324
|
+
ba as closeTrashModal,
|
|
325
|
+
Ha as closeUserDiscordDialog,
|
|
326
|
+
wa as closeUserPlansModal,
|
|
326
327
|
ro as columnsMapReselect,
|
|
327
328
|
to as columnsReselect,
|
|
328
|
-
|
|
329
|
+
$p as combineClasses,
|
|
329
330
|
Gr as combineStatuses,
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
331
|
+
ja as completeFeatureStep,
|
|
332
|
+
Cs as conditionOperatorsList,
|
|
333
|
+
Ws as controlsDataMap,
|
|
333
334
|
Zo as controlsReselect,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
js as coverCollections,
|
|
336
|
+
cp as createFormStore,
|
|
337
|
+
Zs as createFormStoreApi,
|
|
338
|
+
Wp as createNavMenuStore,
|
|
338
339
|
To as createTableStore,
|
|
339
|
-
|
|
340
|
+
Qs as cropImage,
|
|
340
341
|
Gt as dateFnsLocales,
|
|
341
342
|
Xr as downloadCSVAsBlob,
|
|
342
343
|
Zr as downloadImageFromExternalUrl,
|
|
343
344
|
Kr as downloadURL,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
345
|
+
Ys as enUI,
|
|
346
|
+
$s as esUI,
|
|
347
|
+
oi as escapeHtml,
|
|
347
348
|
ut as filterHierarchyByTypes,
|
|
348
|
-
|
|
349
|
-
|
|
349
|
+
si as filterPinnedColumns,
|
|
350
|
+
Xa as finishFeatureFlow,
|
|
350
351
|
ft as formatBytes,
|
|
351
|
-
|
|
352
|
-
|
|
352
|
+
tm as formatStorage,
|
|
353
|
+
am as formatStoragePercent,
|
|
353
354
|
qr as generateLink,
|
|
354
|
-
|
|
355
|
-
|
|
355
|
+
ii as getAggregateValue,
|
|
356
|
+
li as getAggregationColumns,
|
|
356
357
|
yt as getBrowserTimeZone,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
358
|
+
ni as getColumnId,
|
|
359
|
+
fi as getColumnsProps,
|
|
360
|
+
sm as getCroppedBlob,
|
|
361
|
+
xi as getCurrencyColumn,
|
|
362
|
+
ui as getDateColumn,
|
|
362
363
|
xr as getDefaultDropdownOptions,
|
|
363
364
|
ur as getDefaultEndStep,
|
|
364
365
|
cr as getDefaultStartStep,
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
366
|
+
Mm as getEnvConfig,
|
|
367
|
+
Dm as getEnvValue,
|
|
368
|
+
ci as getExpandingColumn,
|
|
369
|
+
Za as getFeatureCompletedSteps,
|
|
370
|
+
cm as getFeatureRating,
|
|
370
371
|
St as getFileIcons,
|
|
371
372
|
Tt as getFileType,
|
|
372
373
|
dr as getFirstStep,
|
|
373
|
-
|
|
374
|
-
|
|
374
|
+
di as getHeaderStyles,
|
|
375
|
+
Lm as getMaxUploadSize,
|
|
375
376
|
pt as getMimeType,
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
377
|
+
Mi as getNextStep,
|
|
378
|
+
gi as getNumberColumn,
|
|
379
|
+
Am as getOfficeUrl,
|
|
380
|
+
es as getPageNumberClass,
|
|
380
381
|
Et as getPartOfTheDay,
|
|
381
|
-
|
|
382
|
-
|
|
382
|
+
Si as getPercentColumn,
|
|
383
|
+
lm as getPlanBadgeColor,
|
|
383
384
|
at as getPlatformInfo,
|
|
384
385
|
dt as getRandomIconColor,
|
|
385
386
|
gr as getRandomId,
|
|
386
|
-
|
|
387
|
+
Ci as getRatioColumn,
|
|
387
388
|
_t as getSafeFormatter,
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
Ns as getSavedStepIndex,
|
|
390
|
+
Ti as getSelectionColumn,
|
|
391
|
+
Ai as getTextValidation,
|
|
391
392
|
ht as getTimeZones,
|
|
392
393
|
Ot as getUtcOffset,
|
|
393
|
-
|
|
394
|
-
|
|
394
|
+
ri as getVideoEmbedUrl,
|
|
395
|
+
dm as getVisitData,
|
|
395
396
|
u as illustrationMap,
|
|
396
|
-
|
|
397
|
+
Rt as initHotjar,
|
|
397
398
|
Mt as isAppMode,
|
|
398
399
|
ce as isDefaultColor,
|
|
399
400
|
$r as isFeature,
|
|
400
|
-
|
|
401
|
-
|
|
401
|
+
Ka as isFeatureDone,
|
|
402
|
+
gm as isFeatureRated,
|
|
402
403
|
Ko as isFormDirtyReselect,
|
|
403
404
|
st as isGalleryMediaFile,
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
405
|
+
Pi as isImageUrl,
|
|
406
|
+
Ts as isLayout,
|
|
407
|
+
Pm as isLivekitEnabled,
|
|
407
408
|
it as isMobileDevice,
|
|
408
409
|
Lt as isNoAccessError,
|
|
409
410
|
ra as isNumberValue,
|
|
410
|
-
|
|
411
|
+
bm as isOfficeEnabled,
|
|
411
412
|
hr as isOfflineSuppressed,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
413
|
+
ys as isOnboardingCompleted,
|
|
414
|
+
Is as isSize,
|
|
415
|
+
Es as isSlideAnimation,
|
|
416
|
+
Ii as isTechnicalColumn,
|
|
417
|
+
Bm as isValidColorScheme,
|
|
418
|
+
bi as isValidEmail,
|
|
418
419
|
wt as isValidTimeZone,
|
|
419
|
-
|
|
420
|
+
Ri as isValidUrl,
|
|
420
421
|
lt as isVideoFile,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
422
|
+
ti as isVideoPlatformUrl,
|
|
423
|
+
Rm as joinBaseUrlPath,
|
|
424
|
+
Fs as layoutList,
|
|
425
|
+
Ms as mediaContentLayoutList,
|
|
426
|
+
Ds as mediaFullLayoutList,
|
|
427
|
+
Ls as mediaLayoutList,
|
|
428
|
+
Ei as mergeColumn,
|
|
429
|
+
Ni as mergeTheme,
|
|
429
430
|
ao as metaReselect,
|
|
430
|
-
|
|
431
|
+
Um as normalizeBaseUrl,
|
|
431
432
|
de as normalizeColorItem,
|
|
432
|
-
|
|
433
|
+
vm as normalizeUrl,
|
|
433
434
|
Oe as openImageModal,
|
|
434
|
-
|
|
435
|
+
Vs as openPinModal,
|
|
435
436
|
Ir as openRemoveConfirmModal,
|
|
436
437
|
Ue as openSearchHelpModal,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
438
|
+
La as openSearchModal,
|
|
439
|
+
b as openSubmitModal,
|
|
440
|
+
Ra as openTrashModal,
|
|
441
|
+
za as openUserDiscordDialog,
|
|
442
|
+
ka as openUserPlansModal,
|
|
443
|
+
Di as operatorsRelation,
|
|
444
|
+
em as orderMap,
|
|
444
445
|
mo as paginationMetaReselect,
|
|
445
446
|
Pt as parseDate,
|
|
446
|
-
|
|
447
|
+
ai as parseEmbedUrl,
|
|
447
448
|
kt as parseInvalidTz,
|
|
448
|
-
|
|
449
|
-
|
|
449
|
+
Nm as parseSizeToBytes,
|
|
450
|
+
mi as parseVideoUrl,
|
|
450
451
|
Vr as pickRandomEmoji,
|
|
451
452
|
Qo as questionNumberReselect,
|
|
452
|
-
|
|
453
|
+
xm as removeQueryParam,
|
|
453
454
|
re as renderIcon,
|
|
454
|
-
|
|
455
|
-
|
|
455
|
+
Qa as resetFeatureFlow,
|
|
456
|
+
_s as resetOnboarding,
|
|
456
457
|
ge as resolveColorLabel,
|
|
457
|
-
|
|
458
|
-
|
|
458
|
+
ym as resolveNonBlankString,
|
|
459
|
+
mm as resolveStorageLimit,
|
|
459
460
|
po as rowsReselect,
|
|
460
|
-
|
|
461
|
-
|
|
461
|
+
hi as ruUI,
|
|
462
|
+
hs as saveStepIndex,
|
|
462
463
|
so as searchedRowsReselect,
|
|
463
464
|
io as selectionReselect,
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
465
|
+
wi as serializeToLexicalHtml,
|
|
466
|
+
qa as setActiveFeatureTour,
|
|
467
|
+
Ya as setFeatureProgressUserId,
|
|
468
|
+
Sm as setFeatureRating,
|
|
468
469
|
Or as setOfflineSuppression,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
470
|
+
Os as setOnboardingUserId,
|
|
471
|
+
Cm as setVisitData,
|
|
472
|
+
br as showErrorNotification,
|
|
472
473
|
kr as showFeatureFeedback,
|
|
473
|
-
|
|
474
|
+
Rr as showMessageNotification,
|
|
474
475
|
Ur as showRequestNotifications,
|
|
475
476
|
vr as showSuccessNotification,
|
|
476
477
|
Nr as showWarningNotification,
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
478
|
+
As as sizeList,
|
|
479
|
+
Ps as slideAnimationList,
|
|
480
|
+
yi as sortSteps,
|
|
480
481
|
lo as sortedRowsReselect,
|
|
481
482
|
qo as startStepReselect,
|
|
482
483
|
Yo as stepByControlReselect,
|
|
483
484
|
Jo as stepsReselect,
|
|
484
|
-
|
|
485
|
+
om as storageCategoryColors,
|
|
485
486
|
go as tableColumnDateTypes,
|
|
486
487
|
So as tableColumnNumberTypes,
|
|
487
488
|
$o as themeReselect,
|
|
488
489
|
ua as trackFeatureFeedback,
|
|
489
490
|
yr as updateMessageNotification,
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
491
|
+
_a as updateTimezone,
|
|
492
|
+
Bi as useActiveControl,
|
|
493
|
+
Hi as useActiveStep,
|
|
494
|
+
Ca as useAppContainer,
|
|
495
|
+
Fa as useAppContainerDataStore,
|
|
495
496
|
ia as useAsyncStatus,
|
|
496
497
|
we as useChangePasswordModalStore,
|
|
497
|
-
|
|
498
|
-
|
|
498
|
+
Wi as useCreateTable,
|
|
499
|
+
ji as useCropInteraction,
|
|
499
500
|
jt as useDateFnsLocale,
|
|
500
501
|
ea as useDateUtils,
|
|
501
502
|
ca as useDelayedFeatureFeedback,
|
|
502
503
|
pa as useDisableWindowScrollDuringDrag,
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
504
|
+
Wa as useDiscordDialogStore,
|
|
505
|
+
Ja as useFeatureProgressStore,
|
|
506
|
+
Zi as useFormMobile,
|
|
507
|
+
dp as useFormViewerStore,
|
|
507
508
|
Zt as useFormatDistance,
|
|
508
|
-
|
|
509
|
-
|
|
509
|
+
Qi as useInterpolate,
|
|
510
|
+
qi as useInterpolateText,
|
|
510
511
|
zr as useIsDarkTheme,
|
|
511
|
-
|
|
512
|
+
ha as useLocalTimezone,
|
|
512
513
|
D as useMeetWidget,
|
|
513
514
|
Vt as useMenu,
|
|
514
|
-
|
|
515
|
+
Gp as useNavMenuStore,
|
|
515
516
|
Jt as useOAuthErrorParams,
|
|
516
|
-
|
|
517
|
-
|
|
517
|
+
ga as useOfficePreviewAvailable,
|
|
518
|
+
ws as useOnboardingTour,
|
|
519
|
+
Hs as usePinModalStore,
|
|
518
520
|
zt as usePlatform,
|
|
519
521
|
ta as useQueryParam,
|
|
520
522
|
Ce as useRecentColors,
|
|
521
523
|
aa as useRouteParam,
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
524
|
+
Ji as useSaveRowCount,
|
|
525
|
+
Aa as useSearchModalStore,
|
|
526
|
+
fp as useSteps,
|
|
525
527
|
Qt as useSwipeDetect,
|
|
526
528
|
Eo as useTableStore,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
529
|
+
Ua as useTrashModalStore,
|
|
530
|
+
Ba as useUserPlansModalStore,
|
|
531
|
+
Ui as useValidation,
|
|
530
532
|
na as useVideoUploadGuard,
|
|
531
|
-
|
|
533
|
+
Na as useWorkspacesOrder,
|
|
532
534
|
vt as validateAliasFormat,
|
|
533
535
|
no as variableReselect,
|
|
534
536
|
fo as visibleColumnsBySideReselect,
|