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