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