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