@layers-app/shared 0.2.8 → 0.3.0

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