@layers-app/shared 0.4.0 → 0.4.1
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/useParallax.d.ts +2 -2
- package/dist/components/AppContainer/AppContainer.d.ts +6 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +4 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +22 -15
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +22 -21
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +48 -91
- package/dist/components/AppContainer/components/ToolbarNewButton.d.ts +7 -2
- package/dist/components/AppContainer/components/ToolbarNewButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolbarNewButton.js +14 -14
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts +3 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +96 -64
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +60 -47
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +35 -26
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +43 -36
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +7 -0
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +17 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +4 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +59 -20
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +28 -18
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +22 -18
- package/dist/components/ColorPicker/ColorPicker.d.ts +12 -11
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +1 -1
- package/dist/components/ColorPicker/ColorPickerToolbar.js +11 -11
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +43 -33
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
- package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
- package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +6 -0
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +4 -3
- package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
- package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +248 -248
- package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
- package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
- package/dist/components/FormViewer/types/form.d.ts +1 -1
- package/dist/components/FormViewer/types/form.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.d.ts +381 -6358
- package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.js +1 -1
- package/dist/components/GroupAvatar/index.d.ts +3 -1
- package/dist/components/GroupAvatar/index.d.ts.map +1 -1
- package/dist/components/GroupAvatar/index.js +24 -21
- package/dist/components/MediaLibrary/MediaLibraryRow.js +7 -7
- package/dist/components/NavMenu/NavMenu.d.ts +3 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +7 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuActionIcon.js +21 -23
- package/dist/components/NewColorPicker/components/Target.d.ts +3 -1
- package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
- package/dist/components/NewColorPicker/components/Target.js +48 -43
- package/dist/components/Notification/Notification.js +3 -1
- package/dist/components/Notification/NotificationCard.d.ts +3 -1
- package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
- package/dist/components/Notification/NotificationCard.js +87 -86
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
- package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
- package/dist/components/OnboardingTour/OnboardingTourWrapper.js +70 -74
- package/dist/components/ProjectIcon/ProjectIcon.d.ts +7 -12
- package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
- package/dist/components/ProjectIcon/ProjectIcon.js +58 -60
- package/dist/components/UserAvatar/index.d.ts +2 -1
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +38 -35
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +19 -18
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
- package/dist/config/envConfig.d.ts +8 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +21 -13
- package/dist/helpers/getFileIcons.d.ts.map +1 -1
- package/dist/helpers/getFileIcons.js +63 -45
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +29 -8
- package/dist/helpers/getPartOfTheDay.d.ts +1 -1
- package/dist/helpers/offlineSuppression.d.ts +3 -0
- package/dist/helpers/offlineSuppression.d.ts.map +1 -0
- package/dist/helpers/offlineSuppression.js +8 -0
- package/dist/helpers/platform.d.ts +1 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +5 -4
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +30 -29
- package/dist/hooks/useOutsideClick.d.ts +1 -1
- package/dist/hooks/useOutsideClick.d.ts.map +1 -1
- 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 +336 -331
- package/dist/lang/locales/ui_en.json.js +1 -1
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +1 -1
- package/dist/node_modules/countries-and-timezones/esm/index.js +281 -4011
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -64,119 +64,120 @@ import { AppSidebarButton as Fr } from "./components/AppContainer/components/App
|
|
|
64
64
|
import { Numbers as Mr } from "./components/table/helpers/formatters.js";
|
|
65
65
|
import { EntityIcon as Lr } from "./components/EntityIcon.js";
|
|
66
66
|
import { showErrorNotification as Pr, showMessageNotification as Rr, showRequestNotifications as br, showSuccessNotification as Ur, showWarningNotification as Nr, updateMessageNotification as yr } from "./helpers/showNotifications.js";
|
|
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 { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
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 { default as
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
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 {
|
|
67
|
+
import { isOfflineSuppressed as vr, setOfflineSuppression as hr } from "./helpers/offlineSuppression.js";
|
|
68
|
+
import { showFeatureFeedback as wr } from "./helpers/showFeatureFeedback.js";
|
|
69
|
+
import { pickRandomEmoji as Br } from "./helpers/pickRandomEmoji.js";
|
|
70
|
+
import { useIsDarkTheme as Hr } from "./helpers/themeUtils.js";
|
|
71
|
+
import { combineStatuses as Wr } from "./helpers/combineStatuses.js";
|
|
72
|
+
import { downloadCSVAsBlob as jr, downloadImageFromExternalUrl as Xr, downloadURL as Zr } from "./helpers/download.js";
|
|
73
|
+
import { generateLink as Qr } from "./helpers/generateLink.js";
|
|
74
|
+
import { appFeature as Yr, isFeature as Jr } from "./helpers/feature.js";
|
|
75
|
+
import { DEFAULT_MODE as et, appDesktop as ot, appServer as rt, getPlatformInfo as tt } from "./helpers/platform.js";
|
|
76
|
+
import { getMimeType as mt, isGalleryMediaFile as pt, isMobileDevice as it, isVideoFile as st } from "./helpers/fileUtils.js";
|
|
77
|
+
import { formatBytes as nt } from "./helpers/formatBytes.js";
|
|
78
|
+
import { filterHierarchyByTypes as xt } from "./helpers/filterHierarchyByTypes.js";
|
|
79
|
+
import { getRandomIconColor as ct } from "./helpers/getRandomIconColor.js";
|
|
80
|
+
import { getFileIcons as gt } from "./helpers/getFileIcons.js";
|
|
81
|
+
import { getFileType as Ct } from "./helpers/getFileType.js";
|
|
82
|
+
import { getPartOfTheDay as Et } from "./helpers/getPartOfTheDay.js";
|
|
83
|
+
import { isAppMode as It } from "./helpers/isAppMode.js";
|
|
84
|
+
import { parseDate as Dt } from "./helpers/dates.js";
|
|
85
|
+
import { initHotjar as At } from "./helpers/hotjar.js";
|
|
86
|
+
import { validateAliasFormat as Rt } from "./helpers/validateAliasFormat.js";
|
|
87
|
+
import { getBrowserTimeZone as Ut, getSafeFormatter as Nt, getTimeZones as yt, getUtcOffset as _t, isValidTimeZone as vt, parseInvalidTz as ht } from "./helpers/timezones.js";
|
|
88
|
+
import { useMenu as wt } from "./hooks/useMenu.js";
|
|
89
|
+
import { usePlatform as Bt } from "./hooks/usePlatform.js";
|
|
90
|
+
import { dateFnsLocales as Ht, useDateFnsLocale as zt } from "./hooks/useDateFnsLocale.js";
|
|
91
|
+
import { useFormatDistance as Gt } from "./hooks/useFormatDistance.js";
|
|
92
|
+
import { useSwipeDetect as Xt } from "./hooks/useSwipeDetect.js";
|
|
93
|
+
import { AuthErrors as Kt, useOAuthErrorParams as Qt } from "./hooks/useOAuthErrorParams.js";
|
|
94
|
+
import { useDateUtils as Yt } from "./hooks/useDateUtils.js";
|
|
95
|
+
import { isNumberValue as $t, useQueryParam as ea, useRouteParam as oa } from "./hooks/useNumberQueryParam.js";
|
|
96
|
+
import { useDisableWindowScrollDuringDrag as ta } from "./hooks/useDisableWindowScroll.js";
|
|
97
|
+
import { useAsyncStatus as ma } from "./hooks/useAsyncStatus.js";
|
|
98
|
+
import { useVideoUploadGuard as ia } from "./hooks/useVideoUploadGuard.js";
|
|
99
|
+
import { FEATURE_KEYS as la, trackFeatureFeedback as na, useDelayedFeatureFeedback as fa } from "./hooks/useFeatureFeedback.js";
|
|
100
|
+
import { useAppContainer as ua } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
101
|
+
import { appContainerStore as da } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
102
|
+
import { useAppContainerDataStore as Sa } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
103
|
+
import { closeSearchModal as Ta, openSearchModal as Ea, useSearchModalStore as Fa } from "./store/searchModal.js";
|
|
104
|
+
import { closeTrashModal as Ma, openTrashModal as Da, useTrashModalStore as La } from "./store/trashModal.js";
|
|
105
|
+
import { useOnboardingState as Pa } from "./store/onboarding.js";
|
|
106
|
+
import { useWorkspacesOrder as ba } from "./store/workspacesOrder.js";
|
|
107
|
+
import { updateTimezone as Na, useLocalTimezone as ya } from "./store/timezoneStore.js";
|
|
108
|
+
import { closeUserPlansModal as va, openUserPlansModal as ha, useUserPlansModalStore as Oa } from "./store/plansModal.js";
|
|
109
|
+
import { closeUserDiscordDialog as ka, openUserDiscordDialog as Ba, useDiscordDialogStore as Va } from "./store/discordDialogStore.js";
|
|
110
|
+
import { completeFeatureStep as za, finishFeatureFlow as Wa, getFeatureCompletedSteps as Ga, isFeatureDone as ja, resetFeatureFlow as Xa, setActiveFeatureTour as Za, useFeatureProgressStore as Ka } from "./store/featureProgress.js";
|
|
111
|
+
import { orderMap as qa, storageCategoryColors as Ya } from "./types/storageCategories.js";
|
|
112
|
+
import { formatStorage as $a, formatStoragePercent as em, resolveStorageLimit as om } from "./utils/formatStorage.js";
|
|
113
|
+
import { getCroppedBlob as tm } from "./utils/getCroppedBlob.js";
|
|
114
|
+
import { getPlanBadgeColor as mm } from "./utils/getPlanBadgeColor.js";
|
|
115
|
+
import { addQueryParam as im, removeQueryParam as sm } from "./utils/queryParams.js";
|
|
116
|
+
import { getFeatureRating as nm, getVisitData as fm, isFeatureRated as xm, setFeatureRating as um, setVisitData as cm } from "./lib/layersVisitData.js";
|
|
117
|
+
import { brand as gm, brandI18nVariables as Sm } from "./config/brand.js";
|
|
118
|
+
import { getEnvConfig as Tm, getEnvValue as Em, getMaxUploadSize as Fm, getOfficeUrl as Im, isLivekitEnabled as Mm, isOfficeEnabled as Dm, joinBaseUrlPath as Lm, normalizeBaseUrl as Am, normalizeUrl as Pm, parseSizeToBytes as Rm, resolveNonBlankString as bm } from "./config/envConfig.js";
|
|
119
|
+
import { COLOR_SCHEMES as Nm, DEFAULT_COLOR_SCHEME as ym, DEFAULT_FONT_FAMILY as _m, DEFAULT_VALUES as vm, isValidColorScheme as hm } from "./constants.js";
|
|
120
|
+
import { default as wm } from "./assets/enitityIcons/flow.svg.js";
|
|
121
|
+
import { default as Bm } from "./assets/enitityIcons/form.svg.js";
|
|
122
|
+
import { default as Hm } from "./assets/enitityIcons/page.svg.js";
|
|
123
|
+
import { default as Wm } from "./assets/enitityIcons/sprint.svg.js";
|
|
124
|
+
import { CollapsibleContainer as jm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
125
|
+
import { Error404 as Zm } from "./components/ErrorPage/components/Error404.js";
|
|
126
|
+
import { Error406 as Qm } from "./components/ErrorPage/components/Error406.js";
|
|
127
|
+
import { Error500 as Ym } from "./components/ErrorPage/components/Error500.js";
|
|
128
|
+
import { FeatureProgress as $m } from "./components/FeatureProgress/FeatureProgress.js";
|
|
129
|
+
import { FeatureProgressKey as op } from "./components/FeatureProgress/constants.js";
|
|
130
|
+
import { FilePicker as tp } from "./components/FilePicker/FilePicker.js";
|
|
131
|
+
import { FormContextProvider as mp, StepsContext as pp, useSteps as ip } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
132
|
+
import { FormStoreProvider as lp, createFormStore as np, useFormViewerStore as fp } from "./components/FormViewer/store/formStore.js";
|
|
133
|
+
import { FormViewer as up } from "./components/FormViewer/FormViewer.js";
|
|
134
|
+
import { GoogleDriveIcon as dp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
135
|
+
import { ImageCropper as Sp } from "./components/ImageCropper/ImageCropper.js";
|
|
136
|
+
import { IntegrationFlowAnimation as Tp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
137
|
+
import { LastEditedButton as Fp } from "./components/LastEditedButton/LastEditedButton.js";
|
|
138
|
+
import { LayersCubeIcon as Mp } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
139
|
+
import { MediaLibrary as Lp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
140
|
+
import { MediaLibraryBrowser as Pp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
141
|
+
import { NavMenu as bp } from "./components/NavMenu/NavMenu.js";
|
|
142
|
+
import { NavMenuItem as Np, NavMenuLoadMore as yp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
143
|
+
import { NavMenuLabel as vp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
144
|
+
import { NavMenuProvider as Op, createNavMenuStore as wp, useNavMenuStore as kp } from "./components/NavMenu/store.js";
|
|
145
|
+
import { NotionIcon as Vp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
146
|
+
import { OnBoardingPage as zp } from "./components/OnBoarding/OnBoardingPage.js";
|
|
147
|
+
import { OnboardingTourWrapper as Gp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
148
|
+
import { PinModal as Xp } from "./components/PinModal/PinModal.js";
|
|
149
|
+
import { STATIC_CLASSES as Kp, combineClasses as Qp, getPageNumberClass as qp } from "./components/FormViewer/helpers/staticClasses.js";
|
|
150
|
+
import { Schemes as Jp } from "./components/FormViewer/types/schemes.js";
|
|
151
|
+
import { SortableList as ei } from "./components/SortableList/SortableList.js";
|
|
152
|
+
import { StorageEntityItem as ri } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
153
|
+
import { StorageEntityList as ai } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
154
|
+
import { TablePagination as pi } from "./components/table/components/TablePagination.js";
|
|
155
|
+
import { TableSearch as si } from "./components/table/components/TableSearch.js";
|
|
156
|
+
import { TreeIndentContainer as ni, TreeIndentItem as fi } from "./components/TreeIndent/TreeIndent.js";
|
|
157
|
+
import { alignList as ui, conditionOperatorsList as ci, isLayout as di, isSize as gi, isSlideAnimation as Si, layoutList as Ci, mediaContentLayoutList as Ti, mediaFullLayoutList as Ei, mediaLayoutList as Fi, sizeList as Ii, slideAnimationList as Mi } from "./components/FormViewer/types/form.js";
|
|
158
|
+
import { alignRelation as Li } from "./components/FormViewer/helpers/themeUtils.js";
|
|
159
|
+
import { closePinModal as Pi, openPinModal as Ri, usePinModalStore as bi } from "./components/PinModal/slice.js";
|
|
160
|
+
import { controlsDataMap as Ni } from "./components/FormViewer/helpers/controls.js";
|
|
161
|
+
import { coverCollections as _i } from "./components/FilePicker/coverCollections.js";
|
|
162
|
+
import { createFormStoreApi as hi } from "./components/FormViewer/store/formStoreApi.js";
|
|
163
|
+
import { cropImage as wi } from "./components/ImageCropper/cropUtils.js";
|
|
164
|
+
import { default as Bi } from "./lang/locales/ui_en.json.js";
|
|
165
|
+
import { default as Hi } from "./lang/locales/ui_es.json.js";
|
|
166
|
+
import { escapeHtml as Wi, getVideoEmbedUrl as Gi, isVideoPlatformUrl as ji, parseEmbedUrl as Xi, parseVideoUrl as Zi } from "./lib/contentImport/utils.js";
|
|
167
|
+
import { filterPinnedColumns as Qi, getAggregateValue as qi, getAggregationColumns as Yi, getColumnId as Ji, getColumnsProps as $i, getCurrencyColumn as es, getDateColumn as os, getExpandingColumn as rs, getHeaderStyles as ts, getNumberColumn as as, getPercentColumn as ms, getRatioColumn as ps, getSelectionColumn as is, isTechnicalColumn as ss, mergeColumn as ls } from "./components/table/helpers/columns.js";
|
|
168
|
+
import { getNextStep as fs, operatorsRelation as xs } from "./components/FormViewer/helpers/conditions.js";
|
|
169
|
+
import { getTextValidation as cs, isImageUrl as ds, isValidEmail as gs, isValidUrl as Ss, useValidation as Cs } from "./components/FormViewer/helpers/validation.js";
|
|
170
|
+
import { isOnboardingCompleted as Es, resetOnboarding as Fs, useOnboardingTour as Is } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
171
|
+
import { mergeTheme as Ds, sortSteps as Ls } from "./components/FormViewer/helpers/helpers.js";
|
|
172
|
+
import { default as Ps } from "./lang/locales/ui_ru.json.js";
|
|
173
|
+
import { serializeToLexicalHtml as bs } from "./lib/contentImport/lexicalSerializer.js";
|
|
174
|
+
import { useActiveControl as Ns } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
175
|
+
import { useActiveStep as _s } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
176
|
+
import { useCreateTable as hs } from "./components/table/hooks/useCreateTable.js";
|
|
177
|
+
import { useCropInteraction as ws } from "./components/ImageCropper/useCropInteraction.js";
|
|
178
|
+
import { useFormMobile as Bs } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
179
|
+
import { useInterpolate as Hs, useInterpolateText as zs } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
180
|
+
import { useSaveRowCount as Gs } from "./components/table/hooks/useSaveRowCount.js";
|
|
180
181
|
export {
|
|
181
182
|
O as ActiveWorkspace,
|
|
182
183
|
Z as AlertsBlock,
|
|
@@ -187,13 +188,13 @@ export {
|
|
|
187
188
|
Fr as AppSidebarButton,
|
|
188
189
|
Ne as AttachmentsGalleryModal,
|
|
189
190
|
Ge as AttachmentsPreview,
|
|
190
|
-
|
|
191
|
+
Kt as AuthErrors,
|
|
191
192
|
No as BottomDrawerWithoutHeader,
|
|
192
193
|
Ho as BouncingLogo,
|
|
193
|
-
|
|
194
|
+
Nm as COLOR_SCHEMES,
|
|
194
195
|
er as CREATE_CONDITION_FORM_ID,
|
|
195
196
|
wo as CircleColorPicker,
|
|
196
|
-
|
|
197
|
+
jm as CollapsibleContainer,
|
|
197
198
|
ae as ColorCircle,
|
|
198
199
|
me as ColorPicker,
|
|
199
200
|
ie as ColorPickerList,
|
|
@@ -203,322 +204,326 @@ export {
|
|
|
203
204
|
Po as CommunitiesDialog,
|
|
204
205
|
_o as Copyright,
|
|
205
206
|
A as CustomKBD,
|
|
206
|
-
|
|
207
|
+
ym as DEFAULT_COLOR_SCHEME,
|
|
207
208
|
or as DEFAULT_END_STEP_ID,
|
|
208
|
-
|
|
209
|
+
_m as DEFAULT_FONT_FAMILY,
|
|
209
210
|
rr as DEFAULT_MAX,
|
|
210
211
|
tr as DEFAULT_MEDIA_BRIGHTNESS,
|
|
211
212
|
ar as DEFAULT_MEDIA_SIZE,
|
|
212
213
|
mr as DEFAULT_MIN,
|
|
213
|
-
|
|
214
|
+
et as DEFAULT_MODE,
|
|
214
215
|
pr as DEFAULT_OPTIONS_MIN,
|
|
215
216
|
ir as DEFAULT_OPTION_MAX_LENGTH,
|
|
216
217
|
sr as DEFAULT_START_STEP_ID,
|
|
217
218
|
Sr as DEFAULT_THEME,
|
|
218
|
-
|
|
219
|
+
vm as DEFAULT_VALUES,
|
|
219
220
|
lr as EDIT_CONDITION_FORM_ID,
|
|
220
221
|
Io as EXPAND_COLUMN_FIELD,
|
|
221
222
|
T as EmojiPanel,
|
|
222
223
|
S as EmojiPicker,
|
|
223
224
|
Lr as EntityIcon,
|
|
224
225
|
ho as EntityTitle,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
Zm as Error404,
|
|
227
|
+
Qm as Error406,
|
|
228
|
+
Ym as Error500,
|
|
228
229
|
Y as ErrorAlert,
|
|
229
230
|
j as ErrorPage,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
231
|
+
la as FEATURE_KEYS,
|
|
232
|
+
$m as FeatureProgress,
|
|
233
|
+
op as FeatureProgressKey,
|
|
234
|
+
tp as FilePicker,
|
|
234
235
|
d as FilePickerUpload,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
236
|
+
wm as FlowIcon,
|
|
237
|
+
mp as FormContextProvider,
|
|
238
|
+
Bm as FormIcon,
|
|
239
|
+
lp as FormStoreProvider,
|
|
240
|
+
up as FormViewer,
|
|
240
241
|
Je as FrontTable,
|
|
241
|
-
|
|
242
|
+
dp as GoogleDriveIcon,
|
|
242
243
|
y as GroupAvatar,
|
|
243
244
|
fe as HighlightSwatch,
|
|
244
245
|
$ as IconEntity,
|
|
245
246
|
ee as IconType,
|
|
246
|
-
|
|
247
|
+
Sp as ImageCropper,
|
|
247
248
|
_e as ImageModal,
|
|
248
|
-
|
|
249
|
+
Tp as IntegrationFlowAnimation,
|
|
249
250
|
qe as LanguagePicker,
|
|
250
|
-
|
|
251
|
-
|
|
251
|
+
Fp as LastEditedButton,
|
|
252
|
+
Mp as LayersCubeIcon,
|
|
252
253
|
ke as LayersLogoCopyright,
|
|
253
254
|
Be as LayersLogoIcon,
|
|
254
255
|
Ve as Logotype,
|
|
255
256
|
nr as MAX_OPTIONS_COUNT,
|
|
256
|
-
|
|
257
|
-
|
|
257
|
+
Lp as MediaLibrary,
|
|
258
|
+
Pp as MediaLibraryBrowser,
|
|
258
259
|
M as MeetWidgetProvider,
|
|
259
260
|
W as MenuUserDropdown,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
261
|
+
bp as NavMenu,
|
|
262
|
+
Np as NavMenuItem,
|
|
263
|
+
vp as NavMenuLabel,
|
|
264
|
+
yp as NavMenuLoadMore,
|
|
265
|
+
Op as NavMenuProvider,
|
|
265
266
|
H as NavbarResizer,
|
|
266
267
|
Te as NewColorPicker,
|
|
267
268
|
x as NoData,
|
|
268
269
|
Q as NotFound,
|
|
269
270
|
bo as NotPublicPanel,
|
|
270
|
-
|
|
271
|
+
Vp as NotionIcon,
|
|
271
272
|
Mr as Numbers,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
273
|
+
zp as OnBoardingPage,
|
|
274
|
+
Gp as OnboardingTourWrapper,
|
|
275
|
+
Hm as PageIcon,
|
|
276
|
+
Xp as PinModal,
|
|
276
277
|
oe as ProjectIcon,
|
|
277
278
|
Mo as SELECT_COLUMN_FIELD,
|
|
278
|
-
|
|
279
|
-
|
|
279
|
+
Kp as STATIC_CLASSES,
|
|
280
|
+
Jp as Schemes,
|
|
280
281
|
Le as SearchFilters,
|
|
281
282
|
Pe as SearchHelpModal,
|
|
282
283
|
a as SettingsSection,
|
|
283
284
|
v as ShakaVideoPlayer,
|
|
284
285
|
p as SocialLinkRow,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
286
|
+
ei as SortableList,
|
|
287
|
+
Wm as SprintIcon,
|
|
288
|
+
pp as StepsContext,
|
|
289
|
+
ri as StorageEntityItem,
|
|
290
|
+
ai as StorageEntityList,
|
|
290
291
|
Ke as StorageUsageProgress,
|
|
291
292
|
Do as TABLE_AGGREGATION_ROW_ID,
|
|
292
293
|
Lo as TABLE_ATTRIBUTES,
|
|
293
294
|
Bo as TableMenu,
|
|
294
|
-
|
|
295
|
-
|
|
295
|
+
pi as TablePagination,
|
|
296
|
+
si as TableSearch,
|
|
296
297
|
xe as TextColorIcon,
|
|
297
298
|
ze as ThemeIndicator,
|
|
298
299
|
s as TimezonePicker,
|
|
299
|
-
|
|
300
|
-
|
|
300
|
+
ni as TreeIndentContainer,
|
|
301
|
+
fi as TreeIndentItem,
|
|
301
302
|
U as UserAvatar,
|
|
302
303
|
B as WorkspaceAvatar,
|
|
303
304
|
w as WorkspaceMenu,
|
|
304
305
|
Wo as activeControlReselect,
|
|
305
306
|
Go as activeStepIdReselect,
|
|
306
307
|
jo as activeStepReselect,
|
|
307
|
-
|
|
308
|
+
im as addQueryParam,
|
|
308
309
|
eo as aggregationReselect,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
310
|
+
ui as alignList,
|
|
311
|
+
Li as alignRelation,
|
|
312
|
+
da as appContainerStore,
|
|
313
|
+
ot as appDesktop,
|
|
314
|
+
Yr as appFeature,
|
|
315
|
+
rt as appServer,
|
|
316
|
+
gm as brand,
|
|
317
|
+
Sm as brandI18nVariables,
|
|
317
318
|
ve as closeImageModal,
|
|
318
|
-
|
|
319
|
+
Pi as closePinModal,
|
|
319
320
|
Re as closeSearchHelpModal,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
321
|
+
Ta as closeSearchModal,
|
|
322
|
+
Ma as closeTrashModal,
|
|
323
|
+
ka as closeUserDiscordDialog,
|
|
324
|
+
va as closeUserPlansModal,
|
|
324
325
|
oo as columnsMapReselect,
|
|
325
326
|
ro as columnsReselect,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
327
|
+
Qp as combineClasses,
|
|
328
|
+
Wr as combineStatuses,
|
|
329
|
+
za as completeFeatureStep,
|
|
330
|
+
ci as conditionOperatorsList,
|
|
331
|
+
Ni as controlsDataMap,
|
|
331
332
|
Xo as controlsReselect,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
333
|
+
_i as coverCollections,
|
|
334
|
+
np as createFormStore,
|
|
335
|
+
hi as createFormStoreApi,
|
|
336
|
+
wp as createNavMenuStore,
|
|
336
337
|
Co as createTableStore,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
338
|
+
wi as cropImage,
|
|
339
|
+
Ht as dateFnsLocales,
|
|
340
|
+
jr as downloadCSVAsBlob,
|
|
341
|
+
Xr as downloadImageFromExternalUrl,
|
|
342
|
+
Zr as downloadURL,
|
|
343
|
+
Bi as enUI,
|
|
344
|
+
Hi as esUI,
|
|
345
|
+
Wi as escapeHtml,
|
|
346
|
+
xt as filterHierarchyByTypes,
|
|
347
|
+
Qi as filterPinnedColumns,
|
|
348
|
+
Wa as finishFeatureFlow,
|
|
349
|
+
nt as formatBytes,
|
|
350
|
+
$a as formatStorage,
|
|
351
|
+
em as formatStoragePercent,
|
|
352
|
+
Qr as generateLink,
|
|
353
|
+
qi as getAggregateValue,
|
|
354
|
+
Yi as getAggregationColumns,
|
|
355
|
+
Ut as getBrowserTimeZone,
|
|
356
|
+
Ji as getColumnId,
|
|
357
|
+
$i as getColumnsProps,
|
|
358
|
+
tm as getCroppedBlob,
|
|
359
|
+
es as getCurrencyColumn,
|
|
360
|
+
os as getDateColumn,
|
|
360
361
|
fr as getDefaultDropdownOptions,
|
|
361
362
|
xr as getDefaultEndStep,
|
|
362
363
|
ur as getDefaultStartStep,
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
364
|
+
Tm as getEnvConfig,
|
|
365
|
+
Em as getEnvValue,
|
|
366
|
+
rs as getExpandingColumn,
|
|
367
|
+
Ga as getFeatureCompletedSteps,
|
|
368
|
+
nm as getFeatureRating,
|
|
369
|
+
gt as getFileIcons,
|
|
370
|
+
Ct as getFileType,
|
|
370
371
|
cr as getFirstStep,
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
372
|
+
ts as getHeaderStyles,
|
|
373
|
+
Fm as getMaxUploadSize,
|
|
374
|
+
mt as getMimeType,
|
|
375
|
+
fs as getNextStep,
|
|
376
|
+
as as getNumberColumn,
|
|
377
|
+
Im as getOfficeUrl,
|
|
378
|
+
qp as getPageNumberClass,
|
|
379
|
+
Et as getPartOfTheDay,
|
|
380
|
+
ms as getPercentColumn,
|
|
381
|
+
mm as getPlanBadgeColor,
|
|
382
|
+
tt as getPlatformInfo,
|
|
383
|
+
ct as getRandomIconColor,
|
|
382
384
|
dr as getRandomId,
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
385
|
+
ps as getRatioColumn,
|
|
386
|
+
Nt as getSafeFormatter,
|
|
387
|
+
is as getSelectionColumn,
|
|
388
|
+
cs as getTextValidation,
|
|
389
|
+
yt as getTimeZones,
|
|
390
|
+
_t as getUtcOffset,
|
|
391
|
+
Gi as getVideoEmbedUrl,
|
|
392
|
+
fm as getVisitData,
|
|
391
393
|
u as illustrationMap,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
+
At as initHotjar,
|
|
395
|
+
It as isAppMode,
|
|
394
396
|
ce as isDefaultColor,
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
397
|
+
Jr as isFeature,
|
|
398
|
+
ja as isFeatureDone,
|
|
399
|
+
xm as isFeatureRated,
|
|
398
400
|
Zo as isFormDirtyReselect,
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
401
|
+
pt as isGalleryMediaFile,
|
|
402
|
+
ds as isImageUrl,
|
|
403
|
+
di as isLayout,
|
|
404
|
+
Mm as isLivekitEnabled,
|
|
405
|
+
it as isMobileDevice,
|
|
406
|
+
$t as isNumberValue,
|
|
407
|
+
Dm as isOfficeEnabled,
|
|
408
|
+
vr as isOfflineSuppressed,
|
|
409
|
+
Es as isOnboardingCompleted,
|
|
410
|
+
gi as isSize,
|
|
411
|
+
Si as isSlideAnimation,
|
|
412
|
+
ss as isTechnicalColumn,
|
|
413
|
+
hm as isValidColorScheme,
|
|
414
|
+
gs as isValidEmail,
|
|
415
|
+
vt as isValidTimeZone,
|
|
416
|
+
Ss as isValidUrl,
|
|
417
|
+
st as isVideoFile,
|
|
418
|
+
ji as isVideoPlatformUrl,
|
|
419
|
+
Lm as joinBaseUrlPath,
|
|
420
|
+
Ci as layoutList,
|
|
421
|
+
Ti as mediaContentLayoutList,
|
|
422
|
+
Ei as mediaFullLayoutList,
|
|
423
|
+
Fi as mediaLayoutList,
|
|
424
|
+
ls as mergeColumn,
|
|
425
|
+
Ds as mergeTheme,
|
|
422
426
|
to as metaReselect,
|
|
423
|
-
|
|
427
|
+
Am as normalizeBaseUrl,
|
|
424
428
|
de as normalizeColorItem,
|
|
425
|
-
|
|
429
|
+
Pm as normalizeUrl,
|
|
426
430
|
he as openImageModal,
|
|
427
|
-
|
|
431
|
+
Ri as openPinModal,
|
|
428
432
|
Tr as openRemoveConfirmModal,
|
|
429
433
|
be as openSearchHelpModal,
|
|
430
|
-
|
|
434
|
+
Ea as openSearchModal,
|
|
431
435
|
R as openSubmitModal,
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
436
|
+
Da as openTrashModal,
|
|
437
|
+
Ba as openUserDiscordDialog,
|
|
438
|
+
ha as openUserPlansModal,
|
|
439
|
+
xs as operatorsRelation,
|
|
440
|
+
qa as orderMap,
|
|
437
441
|
ao as paginationMetaReselect,
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
Dt as parseDate,
|
|
443
|
+
Xi as parseEmbedUrl,
|
|
444
|
+
ht as parseInvalidTz,
|
|
445
|
+
Rm as parseSizeToBytes,
|
|
446
|
+
Zi as parseVideoUrl,
|
|
447
|
+
Br as pickRandomEmoji,
|
|
444
448
|
Ko as questionNumberReselect,
|
|
445
|
-
|
|
449
|
+
sm as removeQueryParam,
|
|
446
450
|
re as renderIcon,
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
+
Xa as resetFeatureFlow,
|
|
452
|
+
Fs as resetOnboarding,
|
|
453
|
+
bm as resolveNonBlankString,
|
|
454
|
+
om as resolveStorageLimit,
|
|
451
455
|
mo as rowsReselect,
|
|
452
|
-
|
|
456
|
+
Ps as ruUI,
|
|
453
457
|
po as searchedRowsReselect,
|
|
454
458
|
io as selectionReselect,
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
+
bs as serializeToLexicalHtml,
|
|
460
|
+
Za as setActiveFeatureTour,
|
|
461
|
+
um as setFeatureRating,
|
|
462
|
+
hr as setOfflineSuppression,
|
|
463
|
+
cm as setVisitData,
|
|
459
464
|
Pr as showErrorNotification,
|
|
460
|
-
|
|
465
|
+
wr as showFeatureFeedback,
|
|
461
466
|
Rr as showMessageNotification,
|
|
462
467
|
br as showRequestNotifications,
|
|
463
468
|
Ur as showSuccessNotification,
|
|
464
469
|
Nr as showWarningNotification,
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
470
|
+
Ii as sizeList,
|
|
471
|
+
Mi as slideAnimationList,
|
|
472
|
+
Ls as sortSteps,
|
|
468
473
|
so as sortedRowsReselect,
|
|
469
474
|
Qo as startStepReselect,
|
|
470
475
|
qo as stepByControlReselect,
|
|
471
476
|
Yo as stepsReselect,
|
|
472
|
-
|
|
477
|
+
Ya as storageCategoryColors,
|
|
473
478
|
co as tableColumnDateTypes,
|
|
474
479
|
go as tableColumnNumberTypes,
|
|
475
480
|
Jo as themeReselect,
|
|
476
|
-
|
|
481
|
+
na as trackFeatureFeedback,
|
|
477
482
|
yr as updateMessageNotification,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
483
|
+
Na as updateTimezone,
|
|
484
|
+
Ns as useActiveControl,
|
|
485
|
+
_s as useActiveStep,
|
|
486
|
+
ua as useAppContainer,
|
|
487
|
+
Sa as useAppContainerDataStore,
|
|
488
|
+
ma as useAsyncStatus,
|
|
484
489
|
Oe as useChangePasswordModalStore,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
490
|
+
hs as useCreateTable,
|
|
491
|
+
ws as useCropInteraction,
|
|
492
|
+
zt as useDateFnsLocale,
|
|
493
|
+
Yt as useDateUtils,
|
|
494
|
+
fa as useDelayedFeatureFeedback,
|
|
495
|
+
ta as useDisableWindowScrollDuringDrag,
|
|
496
|
+
Va as useDiscordDialogStore,
|
|
497
|
+
Ka as useFeatureProgressStore,
|
|
498
|
+
Bs as useFormMobile,
|
|
499
|
+
fp as useFormViewerStore,
|
|
500
|
+
Gt as useFormatDistance,
|
|
501
|
+
Hs as useInterpolate,
|
|
502
|
+
zs as useInterpolateText,
|
|
503
|
+
Hr as useIsDarkTheme,
|
|
504
|
+
ya as useLocalTimezone,
|
|
500
505
|
D as useMeetWidget,
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
506
|
+
wt as useMenu,
|
|
507
|
+
kp as useNavMenuStore,
|
|
508
|
+
Qt as useOAuthErrorParams,
|
|
509
|
+
Pa as useOnboardingState,
|
|
510
|
+
Is as useOnboardingTour,
|
|
511
|
+
bi as usePinModalStore,
|
|
512
|
+
Bt as usePlatform,
|
|
513
|
+
ea as useQueryParam,
|
|
509
514
|
Se as useRecentColors,
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
+
oa as useRouteParam,
|
|
516
|
+
Gs as useSaveRowCount,
|
|
517
|
+
Fa as useSearchModalStore,
|
|
518
|
+
ip as useSteps,
|
|
519
|
+
Xt as useSwipeDetect,
|
|
515
520
|
Eo as useTableStore,
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
521
|
+
La as useTrashModalStore,
|
|
522
|
+
Oa as useUserPlansModalStore,
|
|
523
|
+
Cs as useValidation,
|
|
524
|
+
ia as useVideoUploadGuard,
|
|
525
|
+
ba as useWorkspacesOrder,
|
|
526
|
+
Rt as validateAliasFormat,
|
|
522
527
|
lo as variableReselect,
|
|
523
528
|
no as visibleColumnsBySideReselect,
|
|
524
529
|
fo as visibleColumnsReselect,
|