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