@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.
Files changed (57) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
  2. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  3. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  4. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  5. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  6. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +7 -7
  7. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  8. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  9. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  10. package/dist/components/ColorPicker/ColorPicker.module.css.js +24 -24
  11. package/dist/components/CommentComposer/CommentComposer.module.css.js +1 -1
  12. package/dist/components/CommentComposer/index.d.ts.map +1 -1
  13. package/dist/components/CommentComposer/index.js +53 -54
  14. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  15. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  16. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  17. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  18. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  19. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  20. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  21. package/dist/components/FilePicker/FilePicker.module.css.js +10 -10
  22. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  23. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  24. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  25. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  26. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  27. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  28. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  29. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  30. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  31. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  32. package/dist/components/Loaders/styles.module.css.js +6 -6
  33. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  34. package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +36 -36
  35. package/dist/components/MusicPlayerBar/components/VolumePopover.d.ts.map +1 -1
  36. package/dist/components/MusicPlayerBar/components/VolumePopover.js +22 -20
  37. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  38. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  39. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  40. package/dist/components/Notification/Notification.module.css.js +1 -1
  41. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  42. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  43. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  44. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  45. package/dist/components/table/FrontTable.d.ts.map +1 -1
  46. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  47. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  48. package/dist/helpers/showNotifications.module.css.js +1 -1
  49. package/dist/hooks/useOfficePreviewAvailable.d.ts +2 -0
  50. package/dist/hooks/useOfficePreviewAvailable.d.ts.map +1 -0
  51. package/dist/hooks/useOfficePreviewAvailable.js +20 -0
  52. package/dist/index.css +1 -1
  53. package/dist/index.d.ts +1 -0
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index.js +266 -264
  56. package/docs/README.md +499 -499
  57. 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 R } from "./components/SubmitModal/index.js";
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 Re, closeSearchHelpModal as be, openSearchHelpModal as Ue } from "./components/SearchFilters/components/SearchHelp.js";
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 Ro } from "./components/CommunitiesDialog/index.js";
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 Rr, showMessageNotification as br, showRequestNotifications as Ur, showSuccessNotification as vr, showWarningNotification as Nr, updateMessageNotification as yr } from "./helpers/showNotifications.js";
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 bt } from "./helpers/hotjar.js";
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 { useAppContainer as ga } from "./components/AppContainer/hooks/useAppContainer.js";
102
- import { appContainerStore as Ca } from "./components/AppContainer/hooks/useAppContainerStore.js";
103
- import { useAppContainerDataStore as Ia } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
104
- import { closeSearchModal as Fa, openSearchModal as Ma, useSearchModalStore as Da } from "./store/searchModal.js";
105
- import { closeTrashModal as Aa, openTrashModal as Pa, useTrashModalStore as Ra } from "./store/trashModal.js";
106
- import { useWorkspacesOrder as Ua } from "./store/workspacesOrder.js";
107
- import { updateTimezone as Na, useLocalTimezone as ya } from "./store/timezoneStore.js";
108
- import { closeUserPlansModal as ha, openUserPlansModal as Oa, useUserPlansModalStore as wa } from "./store/plansModal.js";
109
- import { closeUserDiscordDialog as Ba, openUserDiscordDialog as Va, useDiscordDialogStore as Ha } from "./store/discordDialogStore.js";
110
- import { completeFeatureStep as Wa, finishFeatureFlow as Ga, getFeatureCompletedSteps as ja, isFeatureDone as Xa, resetFeatureFlow as Za, setActiveFeatureTour as Ka, setFeatureProgressUserId as Qa, useFeatureProgressStore as qa } from "./store/featureProgress.js";
111
- import { orderMap as Ja, storageCategoryColors as $a } from "./types/storageCategories.js";
112
- import { formatStorage as om, formatStoragePercent as rm, resolveStorageLimit as tm } from "./utils/formatStorage.js";
113
- import { getCroppedBlob as mm } from "./utils/getCroppedBlob.js";
114
- import { getPlanBadgeColor as sm } from "./utils/getPlanBadgeColor.js";
115
- import { addQueryParam as lm, removeQueryParam as nm } from "./utils/queryParams.js";
116
- import { getFeatureRating as xm, getVisitData as um, isFeatureRated as cm, setFeatureRating as dm, setVisitData as gm } from "./lib/layersVisitData.js";
117
- import { brand as Cm, brandI18nVariables as Tm } from "./config/brand.js";
118
- import { getEnvConfig as Em, getEnvValue as Fm, getMaxUploadSize as Mm, getOfficeUrl as Dm, isLivekitEnabled as Lm, isOfficeEnabled as Am, joinBaseUrlPath as Pm, normalizeBaseUrl as Rm, normalizeUrl as bm, parseSizeToBytes as Um, resolveNonBlankString as vm } from "./config/envConfig.js";
119
- import { COLOR_SCHEMES as ym, DEFAULT_COLOR_SCHEME as _m, DEFAULT_FONT_FAMILY as hm, DEFAULT_VALUES as Om, isValidColorScheme as wm } from "./constants.js";
120
- import { default as Bm } from "./assets/enitityIcons/flow.svg.js";
121
- import { default as Hm } from "./assets/enitityIcons/form.svg.js";
122
- import { default as Wm } from "./assets/enitityIcons/page.svg.js";
123
- import { default as jm } from "./assets/enitityIcons/sprint.svg.js";
124
- import { CollapsibleContainer as Zm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
125
- import { Error404 as Qm } from "./components/ErrorPage/components/Error404.js";
126
- import { Error406 as Ym } from "./components/ErrorPage/components/Error406.js";
127
- import { Error500 as $m } from "./components/ErrorPage/components/Error500.js";
128
- import { FeatureProgress as op } from "./components/FeatureProgress/FeatureProgress.js";
129
- import { FeatureProgressKey as tp } from "./components/FeatureProgress/constants.js";
130
- import { FilePicker as mp } from "./components/FilePicker/FilePicker.js";
131
- import { FormContextProvider as sp, StepsContext as ip, useSteps as lp } from "./components/FormViewer/hooks/useCreateFormContext.js";
132
- import { FormStoreProvider as fp, createFormStore as xp, useFormViewerStore as up } from "./components/FormViewer/store/formStore.js";
133
- import { FormViewer as dp } from "./components/FormViewer/FormViewer.js";
134
- import { GoogleDriveIcon as Sp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
135
- import { ImageCropper as Tp } from "./components/ImageCropper/ImageCropper.js";
136
- import { IntegrationFlowAnimation as Ep } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
137
- import { LastEditedButton as Mp } from "./components/LastEditedButton/LastEditedButton.js";
138
- import { LayersCubeIcon as Lp } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
139
- import { MediaLibrary as Pp } from "./components/MediaLibrary/MediaLibrary.js";
140
- import { MediaLibraryBrowser as bp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
141
- import { MusicPlayerBar as vp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
142
- import { NavMenu as yp } from "./components/NavMenu/NavMenu.js";
143
- import { NavMenuItem as hp, NavMenuLoadMore as Op } from "./components/NavMenu/components/NavMenuItem.js";
144
- import { NavMenuLabel as kp } from "./components/NavMenu/components/NavMenuLabel.js";
145
- import { NavMenuProvider as Vp, createNavMenuStore as Hp, useNavMenuStore as zp } from "./components/NavMenu/store.js";
146
- import { NotionIcon as Gp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
147
- import { OnboardingTourWrapper as Xp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
148
- import { PinModal as Kp } from "./components/PinModal/PinModal.js";
149
- import { STATIC_CLASSES as qp, combineClasses as Yp, getPageNumberClass as Jp } from "./components/FormViewer/helpers/staticClasses.js";
150
- import { Schemes as es } from "./components/FormViewer/types/schemes.js";
151
- import { SortableList as rs } from "./components/SortableList/SortableList.js";
152
- import { StorageEntityItem as as } from "./components/StorageUsageEntityList/StorageEntityItem.js";
153
- import { StorageEntityList as ps } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
154
- import { TablePagination as is } from "./components/table/components/TablePagination.js";
155
- import { TableSearch as ns } from "./components/table/components/TableSearch.js";
156
- import { TreeIndentContainer as xs, TreeIndentItem as us } from "./components/TreeIndent/TreeIndent.js";
157
- import { alignList as ds, conditionOperatorsList as gs, isLayout as Ss, isSize as Cs, isSlideAnimation as Ts, layoutList as Is, mediaContentLayoutList as Es, mediaFullLayoutList as Fs, mediaLayoutList as Ms, sizeList as Ds, slideAnimationList as Ls } from "./components/FormViewer/types/form.js";
158
- import { alignRelation as Ps } from "./components/FormViewer/helpers/themeUtils.js";
159
- import { clearSavedStep as bs, getSavedStepIndex as Us, isOnboardingCompleted as vs, resetOnboarding as Ns, saveStepIndex as ys, setOnboardingUserId as _s, useOnboardingTour as hs } from "./components/OnboardingTour/useOnboardingTour.js";
160
- import { closePinModal as ws, openPinModal as ks, usePinModalStore as Bs } from "./components/PinModal/slice.js";
161
- import { controlsDataMap as Hs } from "./components/FormViewer/helpers/controls.js";
162
- import { coverCollections as Ws } from "./components/FilePicker/coverCollections.js";
163
- import { createFormStoreApi as js } from "./components/FormViewer/store/formStoreApi.js";
164
- import { cropImage as Zs } from "./components/ImageCropper/cropUtils.js";
165
- import { default as Qs } from "./lang/locales/ui_en.json.js";
166
- import { default as Ys } from "./lang/locales/ui_es.json.js";
167
- import { escapeHtml as $s, getVideoEmbedUrl as ei, isVideoPlatformUrl as oi, parseEmbedUrl as ri, parseVideoUrl as ti } from "./lib/contentImport/utils.js";
168
- import { filterPinnedColumns as mi, getAggregateValue as pi, getAggregationColumns as si, getColumnId as ii, getColumnsProps as li, getCurrencyColumn as ni, getDateColumn as fi, getExpandingColumn as xi, getHeaderStyles as ui, getNumberColumn as ci, getPercentColumn as di, getRatioColumn as gi, getSelectionColumn as Si, isTechnicalColumn as Ci, mergeColumn as Ti } from "./components/table/helpers/columns.js";
169
- import { getNextStep as Ei, operatorsRelation as Fi } from "./components/FormViewer/helpers/conditions.js";
170
- import { getTextValidation as Di, isImageUrl as Li, isValidEmail as Ai, isValidUrl as Pi, useValidation as Ri } from "./components/FormViewer/helpers/validation.js";
171
- import { mergeTheme as Ui, sortSteps as vi } from "./components/FormViewer/helpers/helpers.js";
172
- import { default as yi } from "./lang/locales/ui_ru.json.js";
173
- import { serializeToLexicalHtml as hi } from "./lib/contentImport/lexicalSerializer.js";
174
- import { useActiveControl as wi } from "./components/FormViewer/hooks/useActiveControl.js";
175
- import { useActiveStep as Bi } from "./components/FormViewer/hooks/useActiveStep.js";
176
- import { useCreateTable as Hi } from "./components/table/hooks/useCreateTable.js";
177
- import { useCropInteraction as Wi } from "./components/ImageCropper/useCropInteraction.js";
178
- import { useFormMobile as ji } from "./components/FormViewer/hooks/useFormMobile.js";
179
- import { useInterpolate as Zi, useInterpolateText as Ki } from "./components/FormViewer/hooks/useInterpolateText.js";
180
- import { useSaveRowCount as qi } from "./components/table/hooks/useSaveRowCount.js";
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
- ym as COLOR_SCHEMES,
195
+ hm as COLOR_SCHEMES,
195
196
  or as CREATE_CONDITION_FORM_ID,
196
197
  ko as CircleColorPicker,
197
- Zm as CollapsibleContainer,
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
- Ro as CommunitiesDialog,
205
+ bo as CommunitiesDialog,
205
206
  _o as Copyright,
206
207
  A as CustomKBD,
207
- _m as DEFAULT_COLOR_SCHEME,
208
+ Om as DEFAULT_COLOR_SCHEME,
208
209
  rr as DEFAULT_END_STEP_ID,
209
- hm as DEFAULT_FONT_FAMILY,
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
- Om as DEFAULT_VALUES,
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
- Qm as Error404,
227
- Ym as Error406,
228
- $m as Error500,
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
- op as FeatureProgress,
233
- tp as FeatureProgressKey,
234
- mp as FilePicker,
233
+ tp as FeatureProgress,
234
+ mp as FeatureProgressKey,
235
+ sp as FilePicker,
235
236
  d as FilePickerUpload,
236
- Bm as FlowIcon,
237
- sp as FormContextProvider,
238
- Hm as FormIcon,
239
- fp as FormStoreProvider,
240
- dp as FormViewer,
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
- Sp as GoogleDriveIcon,
243
+ Tp as GoogleDriveIcon,
243
244
  N as GroupAvatar,
244
245
  fe as HighlightSwatch,
245
246
  $ as IconEntity,
246
247
  ee as IconType,
247
- Tp as ImageCropper,
248
+ Ep as ImageCropper,
248
249
  _e as ImageModal,
249
- Ep as IntegrationFlowAnimation,
250
+ Mp as IntegrationFlowAnimation,
250
251
  Ye as LanguagePicker,
251
- Mp as LastEditedButton,
252
- Lp as LayersCubeIcon,
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
- Pp as MediaLibrary,
258
- bp as MediaLibraryBrowser,
258
+ Rp as MediaLibrary,
259
+ vp as MediaLibraryBrowser,
259
260
  M as MeetWidgetProvider,
260
261
  W as MenuUserDropdown,
261
- vp as MusicPlayerBar,
262
- yp as NavMenu,
263
- hp as NavMenuItem,
264
- kp as NavMenuLabel,
265
- Op as NavMenuLoadMore,
266
- Vp as NavMenuProvider,
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
- Gp as NotionIcon,
273
+ Xp as NotionIcon,
273
274
  Dr as Numbers,
274
- Xp as OnboardingTourWrapper,
275
- Wm as PageIcon,
276
- Kp as PinModal,
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
- qp as STATIC_CLASSES,
280
- es as Schemes,
280
+ Jp as STATIC_CLASSES,
281
+ rs as Schemes,
281
282
  Ae as SearchFilters,
282
- Re as SearchHelpModal,
283
+ be as SearchHelpModal,
283
284
  a as SettingsSection,
284
285
  _ as ShakaVideoPlayer,
285
286
  p as SocialLinkRow,
286
- rs as SortableList,
287
- jm as SprintIcon,
288
- ip as StepsContext,
289
- as as StorageEntityItem,
290
- ps as StorageEntityList,
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
- is as TablePagination,
296
- ns as TableSearch,
296
+ ns as TablePagination,
297
+ xs as TableSearch,
297
298
  xe as TextColorIcon,
298
299
  We as ThemeIndicator,
299
300
  i as TimezonePicker,
300
- xs as TreeIndentContainer,
301
- us as TreeIndentItem,
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
- lm as addQueryParam,
309
+ fm as addQueryParam,
309
310
  oo as aggregationReselect,
310
- ds as alignList,
311
- Ps as alignRelation,
312
- Ca as appContainerStore,
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
- Cm as brand,
317
- Tm as brandI18nVariables,
318
- bs as clearSavedStep,
317
+ Im as brand,
318
+ Em as brandI18nVariables,
319
+ vs as clearSavedStep,
319
320
  he as closeImageModal,
320
- ws as closePinModal,
321
- be as closeSearchHelpModal,
322
- Fa as closeSearchModal,
323
- Aa as closeTrashModal,
324
- Ba as closeUserDiscordDialog,
325
- ha as closeUserPlansModal,
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
- Yp as combineClasses,
329
+ $p as combineClasses,
329
330
  Gr as combineStatuses,
330
- Wa as completeFeatureStep,
331
- gs as conditionOperatorsList,
332
- Hs as controlsDataMap,
331
+ ja as completeFeatureStep,
332
+ Cs as conditionOperatorsList,
333
+ Ws as controlsDataMap,
333
334
  Zo as controlsReselect,
334
- Ws as coverCollections,
335
- xp as createFormStore,
336
- js as createFormStoreApi,
337
- Hp as createNavMenuStore,
335
+ js as coverCollections,
336
+ cp as createFormStore,
337
+ Zs as createFormStoreApi,
338
+ Wp as createNavMenuStore,
338
339
  To as createTableStore,
339
- Zs as cropImage,
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
- Qs as enUI,
345
- Ys as esUI,
346
- $s as escapeHtml,
345
+ Ys as enUI,
346
+ $s as esUI,
347
+ oi as escapeHtml,
347
348
  ut as filterHierarchyByTypes,
348
- mi as filterPinnedColumns,
349
- Ga as finishFeatureFlow,
349
+ si as filterPinnedColumns,
350
+ Xa as finishFeatureFlow,
350
351
  ft as formatBytes,
351
- om as formatStorage,
352
- rm as formatStoragePercent,
352
+ tm as formatStorage,
353
+ am as formatStoragePercent,
353
354
  qr as generateLink,
354
- pi as getAggregateValue,
355
- si as getAggregationColumns,
355
+ ii as getAggregateValue,
356
+ li as getAggregationColumns,
356
357
  yt as getBrowserTimeZone,
357
- ii as getColumnId,
358
- li as getColumnsProps,
359
- mm as getCroppedBlob,
360
- ni as getCurrencyColumn,
361
- fi as getDateColumn,
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
- Em as getEnvConfig,
366
- Fm as getEnvValue,
367
- xi as getExpandingColumn,
368
- ja as getFeatureCompletedSteps,
369
- xm as getFeatureRating,
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
- ui as getHeaderStyles,
374
- Mm as getMaxUploadSize,
374
+ di as getHeaderStyles,
375
+ Lm as getMaxUploadSize,
375
376
  pt as getMimeType,
376
- Ei as getNextStep,
377
- ci as getNumberColumn,
378
- Dm as getOfficeUrl,
379
- Jp as getPageNumberClass,
377
+ Mi as getNextStep,
378
+ gi as getNumberColumn,
379
+ Am as getOfficeUrl,
380
+ es as getPageNumberClass,
380
381
  Et as getPartOfTheDay,
381
- di as getPercentColumn,
382
- sm as getPlanBadgeColor,
382
+ Si as getPercentColumn,
383
+ lm as getPlanBadgeColor,
383
384
  at as getPlatformInfo,
384
385
  dt as getRandomIconColor,
385
386
  gr as getRandomId,
386
- gi as getRatioColumn,
387
+ Ci as getRatioColumn,
387
388
  _t as getSafeFormatter,
388
- Us as getSavedStepIndex,
389
- Si as getSelectionColumn,
390
- Di as getTextValidation,
389
+ Ns as getSavedStepIndex,
390
+ Ti as getSelectionColumn,
391
+ Ai as getTextValidation,
391
392
  ht as getTimeZones,
392
393
  Ot as getUtcOffset,
393
- ei as getVideoEmbedUrl,
394
- um as getVisitData,
394
+ ri as getVideoEmbedUrl,
395
+ dm as getVisitData,
395
396
  u as illustrationMap,
396
- bt as initHotjar,
397
+ Rt as initHotjar,
397
398
  Mt as isAppMode,
398
399
  ce as isDefaultColor,
399
400
  $r as isFeature,
400
- Xa as isFeatureDone,
401
- cm as isFeatureRated,
401
+ Ka as isFeatureDone,
402
+ gm as isFeatureRated,
402
403
  Ko as isFormDirtyReselect,
403
404
  st as isGalleryMediaFile,
404
- Li as isImageUrl,
405
- Ss as isLayout,
406
- Lm as isLivekitEnabled,
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
- Am as isOfficeEnabled,
411
+ bm as isOfficeEnabled,
411
412
  hr as isOfflineSuppressed,
412
- vs as isOnboardingCompleted,
413
- Cs as isSize,
414
- Ts as isSlideAnimation,
415
- Ci as isTechnicalColumn,
416
- wm as isValidColorScheme,
417
- Ai as isValidEmail,
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
- Pi as isValidUrl,
420
+ Ri as isValidUrl,
420
421
  lt as isVideoFile,
421
- oi as isVideoPlatformUrl,
422
- Pm as joinBaseUrlPath,
423
- Is as layoutList,
424
- Es as mediaContentLayoutList,
425
- Fs as mediaFullLayoutList,
426
- Ms as mediaLayoutList,
427
- Ti as mergeColumn,
428
- Ui as mergeTheme,
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
- Rm as normalizeBaseUrl,
431
+ Um as normalizeBaseUrl,
431
432
  de as normalizeColorItem,
432
- bm as normalizeUrl,
433
+ vm as normalizeUrl,
433
434
  Oe as openImageModal,
434
- ks as openPinModal,
435
+ Vs as openPinModal,
435
436
  Ir as openRemoveConfirmModal,
436
437
  Ue as openSearchHelpModal,
437
- Ma as openSearchModal,
438
- R as openSubmitModal,
439
- Pa as openTrashModal,
440
- Va as openUserDiscordDialog,
441
- Oa as openUserPlansModal,
442
- Fi as operatorsRelation,
443
- Ja as orderMap,
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
- ri as parseEmbedUrl,
447
+ ai as parseEmbedUrl,
447
448
  kt as parseInvalidTz,
448
- Um as parseSizeToBytes,
449
- ti as parseVideoUrl,
449
+ Nm as parseSizeToBytes,
450
+ mi as parseVideoUrl,
450
451
  Vr as pickRandomEmoji,
451
452
  Qo as questionNumberReselect,
452
- nm as removeQueryParam,
453
+ xm as removeQueryParam,
453
454
  re as renderIcon,
454
- Za as resetFeatureFlow,
455
- Ns as resetOnboarding,
455
+ Qa as resetFeatureFlow,
456
+ _s as resetOnboarding,
456
457
  ge as resolveColorLabel,
457
- vm as resolveNonBlankString,
458
- tm as resolveStorageLimit,
458
+ ym as resolveNonBlankString,
459
+ mm as resolveStorageLimit,
459
460
  po as rowsReselect,
460
- yi as ruUI,
461
- ys as saveStepIndex,
461
+ hi as ruUI,
462
+ hs as saveStepIndex,
462
463
  so as searchedRowsReselect,
463
464
  io as selectionReselect,
464
- hi as serializeToLexicalHtml,
465
- Ka as setActiveFeatureTour,
466
- Qa as setFeatureProgressUserId,
467
- dm as setFeatureRating,
465
+ wi as serializeToLexicalHtml,
466
+ qa as setActiveFeatureTour,
467
+ Ya as setFeatureProgressUserId,
468
+ Sm as setFeatureRating,
468
469
  Or as setOfflineSuppression,
469
- _s as setOnboardingUserId,
470
- gm as setVisitData,
471
- Rr as showErrorNotification,
470
+ Os as setOnboardingUserId,
471
+ Cm as setVisitData,
472
+ br as showErrorNotification,
472
473
  kr as showFeatureFeedback,
473
- br as showMessageNotification,
474
+ Rr as showMessageNotification,
474
475
  Ur as showRequestNotifications,
475
476
  vr as showSuccessNotification,
476
477
  Nr as showWarningNotification,
477
- Ds as sizeList,
478
- Ls as slideAnimationList,
479
- vi as sortSteps,
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
- $a as storageCategoryColors,
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
- Na as updateTimezone,
491
- wi as useActiveControl,
492
- Bi as useActiveStep,
493
- ga as useAppContainer,
494
- Ia as useAppContainerDataStore,
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
- Hi as useCreateTable,
498
- Wi as useCropInteraction,
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
- Ha as useDiscordDialogStore,
504
- qa as useFeatureProgressStore,
505
- ji as useFormMobile,
506
- up as useFormViewerStore,
504
+ Wa as useDiscordDialogStore,
505
+ Ja as useFeatureProgressStore,
506
+ Zi as useFormMobile,
507
+ dp as useFormViewerStore,
507
508
  Zt as useFormatDistance,
508
- Zi as useInterpolate,
509
- Ki as useInterpolateText,
509
+ Qi as useInterpolate,
510
+ qi as useInterpolateText,
510
511
  zr as useIsDarkTheme,
511
- ya as useLocalTimezone,
512
+ ha as useLocalTimezone,
512
513
  D as useMeetWidget,
513
514
  Vt as useMenu,
514
- zp as useNavMenuStore,
515
+ Gp as useNavMenuStore,
515
516
  Jt as useOAuthErrorParams,
516
- hs as useOnboardingTour,
517
- Bs as usePinModalStore,
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
- qi as useSaveRowCount,
523
- Da as useSearchModalStore,
524
- lp as useSteps,
524
+ Ji as useSaveRowCount,
525
+ Aa as useSearchModalStore,
526
+ fp as useSteps,
525
527
  Qt as useSwipeDetect,
526
528
  Eo as useTableStore,
527
- Ra as useTrashModalStore,
528
- wa as useUserPlansModalStore,
529
- Ri as useValidation,
529
+ Ua as useTrashModalStore,
530
+ Ba as useUserPlansModalStore,
531
+ Ui as useValidation,
530
532
  na as useVideoUploadGuard,
531
- Ua as useWorkspacesOrder,
533
+ Na as useWorkspacesOrder,
532
534
  vt as validateAliasFormat,
533
535
  no as variableReselect,
534
536
  fo as visibleColumnsBySideReselect,