@layers-app/shared 0.3.3 → 0.3.5-test

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