@layers-app/shared 0.2.5 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/svg/flags/es.svg.js +4 -0
- package/dist/assets/svg/flags/ru.svg.js +4 -0
- package/dist/assets/svg/flags/us.svg.js +4 -0
- package/dist/assets/svg/globeIcon.svg.js +5 -0
- package/dist/assets/svg/socials/github.svg.js +5 -0
- package/dist/assets/svg/socials/instagram.svg.js +5 -0
- package/dist/assets/svg/socials/x.svg.js +5 -0
- package/dist/assets/svg/socials/youtube.svg.js +5 -0
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +4 -4
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +22 -22
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +25 -25
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +40 -40
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +49 -43
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +4 -2
- package/dist/components/AppContainer/types.d.ts +2 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.d.ts +33 -2
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +161 -110
- package/dist/components/FilePicker/FilePicker.module.css.js +9 -7
- package/dist/components/FilePicker/FilePickerGoogleDrive.d.ts +22 -0
- package/dist/components/FilePicker/FilePickerGoogleDrive.d.ts.map +1 -0
- package/dist/components/FilePicker/FilePickerGoogleDrive.js +86 -0
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +69 -52
- package/dist/components/FormViewer/components/OneSlideLayput.js +39 -37
- package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.js +10 -10
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +15 -15
- package/dist/components/FormViewer/hooks/useInterpolateText.js +3 -3
- package/dist/components/FormViewer/store/formStore.js +3 -3
- package/dist/components/FormViewer/store/formStoreApi.js +13 -13
- package/dist/components/FormViewer/store/selectors.js +1 -1
- package/dist/components/GroupAvatar/index.d.ts +1 -0
- package/dist/components/GroupAvatar/index.d.ts.map +1 -1
- package/dist/components/GroupAvatar/index.js +9 -8
- package/dist/components/ImageCropper/ImageCropper.d.ts +19 -0
- package/dist/components/ImageCropper/ImageCropper.d.ts.map +1 -0
- package/dist/components/ImageCropper/ImageCropper.js +358 -0
- package/dist/components/ImageCropper/ImageCropper.module.css.js +51 -0
- package/dist/components/ImageCropper/cropUtils.d.ts +22 -0
- package/dist/components/ImageCropper/cropUtils.d.ts.map +1 -0
- package/dist/components/ImageCropper/cropUtils.js +42 -0
- package/dist/components/ImageCropper/index.d.ts +4 -0
- package/dist/components/ImageCropper/index.d.ts.map +1 -0
- package/dist/components/ImageCropper/useCropInteraction.d.ts +28 -0
- package/dist/components/ImageCropper/useCropInteraction.d.ts.map +1 -0
- package/dist/components/ImageCropper/useCropInteraction.js +76 -0
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +21 -0
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -0
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +73 -0
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +19 -0
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts +6 -0
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.d.ts.map +1 -0
- package/dist/components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js +60 -0
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts +6 -0
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.d.ts.map +1 -0
- package/dist/components/IntegrationFlowAnimation/icons/LayersCubeIcon.js +21 -0
- package/dist/components/IntegrationFlowAnimation/icons/NotionIcon.d.ts +6 -0
- package/dist/components/IntegrationFlowAnimation/icons/NotionIcon.d.ts.map +1 -0
- package/dist/components/IntegrationFlowAnimation/icons/NotionIcon.js +35 -0
- package/dist/components/IntegrationFlowAnimation/icons/index.d.ts +4 -0
- package/dist/components/IntegrationFlowAnimation/icons/index.d.ts.map +1 -0
- package/dist/components/IntegrationFlowAnimation/index.d.ts +5 -0
- package/dist/components/IntegrationFlowAnimation/index.d.ts.map +1 -0
- package/dist/components/LanguagePicker/LanguagePicker.d.ts +2 -1
- package/dist/components/LanguagePicker/LanguagePicker.d.ts.map +1 -1
- package/dist/components/LanguagePicker/LanguagePicker.js +44 -31
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +6 -4
- package/dist/components/MediaLibrary/MediaLibrary.d.ts +3 -0
- package/dist/components/MediaLibrary/MediaLibrary.d.ts.map +1 -0
- package/dist/components/MediaLibrary/MediaLibrary.js +93 -0
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +17 -0
- package/dist/components/MediaLibrary/MediaLibraryBreadcrumbs.d.ts +8 -0
- package/dist/components/MediaLibrary/MediaLibraryBreadcrumbs.d.ts.map +1 -0
- package/dist/components/MediaLibrary/MediaLibraryBreadcrumbs.js +22 -0
- package/dist/components/MediaLibrary/MediaLibraryBrowser.d.ts +12 -0
- package/dist/components/MediaLibrary/MediaLibraryBrowser.d.ts.map +1 -0
- package/dist/components/MediaLibrary/MediaLibraryBrowser.js +52 -0
- package/dist/components/MediaLibrary/MediaLibraryRow.d.ts +9 -0
- package/dist/components/MediaLibrary/MediaLibraryRow.d.ts.map +1 -0
- package/dist/components/MediaLibrary/MediaLibraryRow.js +29 -0
- package/dist/components/MediaLibrary/index.d.ts +4 -0
- package/dist/components/MediaLibrary/index.d.ts.map +1 -0
- package/dist/components/MediaLibrary/types.d.ts +31 -0
- package/dist/components/MediaLibrary/types.d.ts.map +1 -0
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +53 -50
- package/dist/components/NavMenu/types.d.ts +1 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NoData/NoData.d.ts +6 -1
- package/dist/components/NoData/NoData.d.ts.map +1 -1
- package/dist/components/NoData/NoData.js +85 -82
- package/dist/components/SettingsSection/index.d.ts +12 -0
- package/dist/components/SettingsSection/index.d.ts.map +1 -0
- package/dist/components/SettingsSection/index.js +36 -0
- package/dist/components/SettingsSection/styles.module.css.js +7 -0
- package/dist/components/SocialLinkRow/index.d.ts +11 -0
- package/dist/components/SocialLinkRow/index.d.ts.map +1 -0
- package/dist/components/SocialLinkRow/index.js +131 -0
- package/dist/components/SortableList/components/SortableItem/SortableItem.js +3 -3
- package/dist/components/StorageUsageProgress/index.js +26 -24
- package/dist/components/TimezonePicker/index.d.ts +9 -0
- package/dist/components/TimezonePicker/index.d.ts.map +1 -0
- package/dist/components/TimezonePicker/index.js +91 -0
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +11 -10
- package/dist/components/WorkspaceMenu/WorkspaceItem.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceItem.js +18 -17
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +70 -69
- package/dist/components/modals/RemoveConfirmModal.js +1 -1
- package/dist/components/table/components/TableHeaders.js +3 -3
- package/dist/components/table/components/TablePanel.js +1 -1
- package/dist/components/table/helpers/columns.js +3 -3
- package/dist/components/table/hooks/TableProvider.js +3 -3
- package/dist/components/table/selectors.js +6 -6
- package/dist/helpers/getFileType.d.ts +1 -2
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +5 -6
- package/dist/helpers/showFeatureFeedback.d.ts +16 -0
- package/dist/helpers/showFeatureFeedback.d.ts.map +1 -0
- package/dist/helpers/showFeatureFeedback.js +109 -0
- package/dist/helpers/showFeatureFeedback.module.css.js +9 -0
- package/dist/helpers/showNotifications.d.ts +14 -3
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +120 -61
- package/dist/helpers/showNotifications.module.css.js +29 -0
- package/dist/helpers/timezones.d.ts +12 -0
- package/dist/helpers/timezones.d.ts.map +1 -0
- package/dist/helpers/timezones.js +59 -0
- package/dist/hooks/useFeatureFeedback.d.ts +23 -0
- package/dist/hooks/useFeatureFeedback.d.ts.map +1 -0
- package/dist/hooks/useFeatureFeedback.js +48 -0
- package/dist/hooks/useNumberQueryParam.js +3 -3
- package/dist/hooks/useVideoUploadGuard.d.ts +2 -0
- package/dist/hooks/useVideoUploadGuard.d.ts.map +1 -0
- package/dist/hooks/useVideoUploadGuard.js +24 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +461 -406
- package/dist/lang/locales/ui_en.json.js +24 -22
- package/dist/lang/locales/ui_es.json.js +20 -18
- package/dist/lang/locales/ui_ru.json.js +20 -18
- package/dist/lib/contentImport/index.d.ts +4 -0
- package/dist/lib/contentImport/index.d.ts.map +1 -0
- package/dist/lib/contentImport/lexicalSerializer.d.ts +19 -0
- package/dist/lib/contentImport/lexicalSerializer.d.ts.map +1 -0
- package/dist/lib/contentImport/lexicalSerializer.js +215 -0
- package/dist/lib/contentImport/types.d.ts +161 -0
- package/dist/lib/contentImport/types.d.ts.map +1 -0
- package/dist/lib/contentImport/utils.d.ts +35 -0
- package/dist/lib/contentImport/utils.d.ts.map +1 -0
- package/dist/lib/contentImport/utils.js +145 -0
- package/dist/lib/layersVisitData.d.ts +13 -0
- package/dist/lib/layersVisitData.d.ts.map +1 -0
- package/dist/lib/layersVisitData.js +37 -0
- package/dist/node_modules/countries-and-timezones/esm/index.js +4031 -0
- package/dist/store/plansModal.d.ts.map +1 -1
- package/dist/store/plansModal.js +8 -7
- package/dist/utils/formatStorage.d.ts +7 -1
- package/dist/utils/formatStorage.d.ts.map +1 -1
- package/dist/utils/formatStorage.js +10 -5
- package/dist/utils/getCroppedBlob.d.ts +3 -0
- package/dist/utils/getCroppedBlob.d.ts.map +1 -0
- package/dist/utils/getCroppedBlob.js +21 -0
- package/package.json +1 -1
- package/dist/assets/images/flags/es.svg.js +0 -4
- package/dist/assets/images/flags/ru.svg.js +0 -4
- package/dist/assets/images/flags/us.svg.js +0 -4
- package/dist/components/PaymentSuccess/PaymentSuccess.d.ts +0 -2
- package/dist/components/PaymentSuccess/PaymentSuccess.d.ts.map +0 -1
- package/dist/components/PaymentSuccess/PaymentSuccess.js +0 -41
package/dist/index.js
CHANGED
|
@@ -1,408 +1,463 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
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 { FormViewer as
|
|
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 {
|
|
1
|
+
import { SettingsSection as r } from "./components/SettingsSection/index.js";
|
|
2
|
+
import { SocialLinkRow as a } from "./components/SocialLinkRow/index.js";
|
|
3
|
+
import { TimezonePicker as p } from "./components/TimezonePicker/index.js";
|
|
4
|
+
import { AliasTextInput as i } from "./components/AliasTextInput/AliasTextInput.js";
|
|
5
|
+
import { NoData as n, illustrationMap as f } from "./components/NoData/NoData.js";
|
|
6
|
+
import { FilePickerUpload as c } from "./components/FilePicker/FilePickerUpload.js";
|
|
7
|
+
import { EmojiPicker as d } from "./components/EmojiPicker/EmojiPicker.js";
|
|
8
|
+
import { AppContainer as S } from "./components/AppContainer/AppContainer.js";
|
|
9
|
+
import { CustomKBD as T } from "./components/CustomKBD/index.js";
|
|
10
|
+
import { openSubmitModal as I } from "./components/SubmitModal/index.js";
|
|
11
|
+
import { UserAvatar as D } from "./components/UserAvatar/index.js";
|
|
12
|
+
import { GroupAvatar as L } from "./components/GroupAvatar/index.js";
|
|
13
|
+
import { ShakaVideoPlayer as R } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
14
|
+
import { ActiveWorkspace as N, WorkspaceMenu as b } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
15
|
+
import { WorkspaceAvatar as _ } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
16
|
+
import { NavbarResizer as h } from "./components/NavbarResizer/NavbarResizer.js";
|
|
17
|
+
import { MenuUserDropdown as O } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
18
|
+
import { ErrorPage as k } from "./components/ErrorPage/index.js";
|
|
19
|
+
import { AlertsBlock as V } from "./components/AlertsBlock/index.js";
|
|
20
|
+
import { NotFound as G } from "./components/NotFound/NoFound.js";
|
|
21
|
+
import { ErrorAlert as z } from "./components/ErrorAlert/index.js";
|
|
22
|
+
import { IconEntity as X, IconType as Z, ProjectIcon as Q, renderIcon as q } from "./components/ProjectIcon/ProjectIcon.js";
|
|
23
|
+
import { ColorCircle as Y, ColorPicker as J } from "./components/ColorPicker/ColorPicker.js";
|
|
24
|
+
import { NewColorPicker as ee } from "./components/NewColorPicker/index.js";
|
|
25
|
+
import { ColorPickerPopover as re } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
26
|
+
import { AnimationWrapper as ae } from "./components/AnimationWrapper/index.js";
|
|
27
|
+
import { SearchFilters as pe } from "./components/SearchFilters/SearchFilters.js";
|
|
28
|
+
import { SearchHelpModal as ie, closeSearchHelpModal as le, openSearchHelpModal as ne } from "./components/SearchFilters/components/SearchHelp.js";
|
|
29
|
+
import { AttachmentsGalleryModal as xe } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
30
|
+
import { ImageModal as ue, closeImageModal as de, openImageModal as ge, useChangePasswordModalStore as Se } from "./components/ImageModal/ImageModal.js";
|
|
31
|
+
import { Logotype as Te } from "./components/Logotype.js";
|
|
32
|
+
import { ThemeIndicator as Ie } from "./components/ThemeIndicator/index.js";
|
|
33
|
+
import { AttachmentsPreview as De } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
34
|
+
import { CommentComposer as Le } from "./components/CommentComposer/index.js";
|
|
35
|
+
import { StorageUsageProgress as Re } from "./components/StorageUsageProgress/index.js";
|
|
36
|
+
import { LanguagePicker as Ne } from "./components/LanguagePicker/LanguagePicker.js";
|
|
37
|
+
import { FrontTable as ye } from "./components/table/FrontTable.js";
|
|
38
|
+
import { aggregationReselect as Ue, columnsMapReselect as he, columnsReselect as ve, metaReselect as Oe, paginationMetaReselect as we, rowsReselect as ke, searchedRowsReselect as Be, selectionReselect as Ve, sortedRowsReselect as He, variableReselect as Ge, visibleColumnsBySideReselect as We, visibleColumnsReselect as ze, visibleRowsReselect as je } from "./components/table/selectors.js";
|
|
39
|
+
import { tableColumnDateTypes as Ze, tableColumnNumberTypes as Qe } from "./components/table/types.js";
|
|
40
|
+
import { createTableStore as Ke } from "./components/table/store.js";
|
|
41
|
+
import { useTableStore as Je } from "./components/table/hooks/useTableStore.js";
|
|
42
|
+
import { EXPAND_COLUMN_FIELD as eo, SELECT_COLUMN_FIELD as oo, TABLE_AGGREGATION_ROW_ID as ro, TABLE_ATTRIBUTES as to } from "./components/table/constants.js";
|
|
43
|
+
import { CommunitiesDialog as mo } from "./components/CommunitiesDialog/index.js";
|
|
44
|
+
import { NotPublicPanel as so } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
45
|
+
import { BottomDrawerWithoutHeader as lo } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
46
|
+
import { Copyright as fo } from "./components/Copyright/index.js";
|
|
47
|
+
import { EntityTitle as co } from "./components/EntityTitle/EntityTitle.js";
|
|
48
|
+
import { CircleColorPicker as go } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
49
|
+
import { TableMenu as Co } from "./components/table/components/TableMenu.js";
|
|
50
|
+
import { BouncingLogo as Eo } from "./components/BouncingLogo/BouncingLogo.js";
|
|
51
|
+
import { activeControlReselect as Mo, activeStepIdReselect as Do, activeStepReselect as Ao, controlsReselect as Lo, isFormDirtyReselect as Fo, questionNumberReselect as Ro, startStepReselect as Po, stepByControlReselect as No, stepsReselect as bo, themeReselect as yo } from "./components/FormViewer/store/selectors.js";
|
|
52
|
+
import { CREATE_CONDITION_FORM_ID as Uo, DEFAULT_END_STEP_ID as ho, DEFAULT_MAX as vo, DEFAULT_MEDIA_BRIGHTNESS as Oo, DEFAULT_MEDIA_SIZE as wo, DEFAULT_MIN as ko, DEFAULT_OPTIONS_MIN as Bo, DEFAULT_OPTION_MAX_LENGTH as Vo, DEFAULT_START_STEP_ID as Ho, EDIT_CONDITION_FORM_ID as Go, MAX_OPTIONS_COUNT as Wo, getDefaultDropdownOptions as zo, getDefaultEndStep as jo, getDefaultStartStep as Xo, getFirstStep as Zo, getRandomId as Qo } from "./components/FormViewer/helpers/steps.js";
|
|
53
|
+
import { DEFAULT_THEME as Ko } from "./components/FormViewer/constants/defaultTheme.js";
|
|
54
|
+
import { openRemoveConfirmModal as Jo } from "./components/modals/RemoveConfirmModal.js";
|
|
55
|
+
import { AppSidebarButton as er } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
56
|
+
import { Numbers as rr } from "./components/table/helpers/formatters.js";
|
|
57
|
+
import { EntityIcon as ar } from "./components/EntityIcon.js";
|
|
58
|
+
import { showErrorNotification as pr, showMessageNotification as sr, showRequestNotifications as ir, showSuccessNotification as lr, showWarningNotification as nr } from "./helpers/showNotifications.js";
|
|
59
|
+
import { showFeatureFeedback as xr } from "./helpers/showFeatureFeedback.js";
|
|
60
|
+
import { pickRandomEmoji as ur } from "./helpers/pickRandomEmoji.js";
|
|
61
|
+
import { useIsDarkTheme as gr } from "./helpers/themeUtils.js";
|
|
62
|
+
import { combineStatuses as Cr } from "./helpers/combineStatuses.js";
|
|
63
|
+
import { downloadCSVAsBlob as Er, downloadImageFromExternalUrl as Ir, downloadURL as Mr } from "./helpers/download.js";
|
|
64
|
+
import { generateLink as Ar } from "./helpers/generateLink.js";
|
|
65
|
+
import { appFeature as Fr, isFeature as Rr } from "./helpers/feature.js";
|
|
66
|
+
import { getMimeType as Nr, isGalleryMediaFile as br, isMobileDevice as yr, isVideoFile as _r } from "./helpers/fileUtils.js";
|
|
67
|
+
import { formatBytes as hr } from "./helpers/formatBytes.js";
|
|
68
|
+
import { filterHierarchyByTypes as Or } from "./helpers/filterHierarchyByTypes.js";
|
|
69
|
+
import { getRandomIconColor as kr } from "./helpers/getRandomIconColor.js";
|
|
70
|
+
import { getFileIcons as Vr } from "./helpers/getFileIcons.js";
|
|
71
|
+
import { getFileType as Gr } from "./helpers/getFileType.js";
|
|
72
|
+
import { getPartOfTheDay as zr } from "./helpers/getPartOfTheDay.js";
|
|
73
|
+
import { isAppMode as Xr } from "./helpers/isAppMode.js";
|
|
74
|
+
import { parseDate as Qr } from "./helpers/dates.js";
|
|
75
|
+
import { initHotjar as Kr } from "./helpers/hotjar.js";
|
|
76
|
+
import { validateAliasFormat as Jr } from "./helpers/validateAliasFormat.js";
|
|
77
|
+
import { getBrowserTimeZone as et, getSafeFormatter as ot, getTimeZones as rt, getUtcOffset as tt, isValidTimeZone as at, parseInvalidTz as mt } from "./helpers/timezones.js";
|
|
78
|
+
import { useMenu as st } from "./hooks/useMenu.js";
|
|
79
|
+
import { useDateFnsLocale as lt } from "./hooks/useDateFnsLocale.js";
|
|
80
|
+
import { useFormatDistance as ft } from "./hooks/useFormatDistance.js";
|
|
81
|
+
import { useSwipeDetect as ct } from "./hooks/useSwipeDetect.js";
|
|
82
|
+
import { AuthErrors as dt, useOAuthErrorParams as gt } from "./hooks/useOAuthErrorParams.js";
|
|
83
|
+
import { useDateUtils as Ct } from "./hooks/useDateUtils.js";
|
|
84
|
+
import { isNumberValue as Et, useQueryParam as It, useRouteParam as Mt } from "./hooks/useNumberQueryParam.js";
|
|
85
|
+
import { useDisableWindowScrollDuringDrag as At } from "./hooks/useDisableWindowScroll.js";
|
|
86
|
+
import { useAsyncStatus as Ft } from "./hooks/useAsyncStatus.js";
|
|
87
|
+
import { useVideoUploadGuard as Pt } from "./hooks/useVideoUploadGuard.js";
|
|
88
|
+
import { FEATURE_KEYS as bt, trackFeatureFeedback as yt, useDelayedFeatureFeedback as _t } from "./hooks/useFeatureFeedback.js";
|
|
89
|
+
import { useAppContainer as ht } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
90
|
+
import { appContainerStore as Ot } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
91
|
+
import { useAppContainerDataStore as kt } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
92
|
+
import { closeSearchModal as Vt, openSearchModal as Ht, useSearchModalStore as Gt } from "./store/searchModal.js";
|
|
93
|
+
import { closeTrashModal as zt, openTrashModal as jt, useTrashModalStore as Xt } from "./store/trashModal.js";
|
|
94
|
+
import { useOnboardingState as Qt } from "./store/onboarding.js";
|
|
95
|
+
import { useWorkspacesOrder as Kt } from "./store/workspacesOrder.js";
|
|
96
|
+
import { updateTimezone as Jt, useLocalTimezone as $t } from "./store/timezoneStore.js";
|
|
97
|
+
import { closeUserPlansModal as oa, openUserPlansModal as ra, useUserPlansModalStore as ta } from "./store/plansModal.js";
|
|
98
|
+
import { closeUserDiscordDialog as ma, openUserDiscordDialog as pa, useDiscordDialogStore as sa } from "./store/discordDialogStore.js";
|
|
99
|
+
import { orderMap as la, storageCategoryColors as na } from "./types/storageCategories.js";
|
|
100
|
+
import { formatStorage as xa, formatStoragePercent as ca } from "./utils/formatStorage.js";
|
|
101
|
+
import { getCroppedBlob as da } from "./utils/getCroppedBlob.js";
|
|
102
|
+
import { getPlanBadgeColor as Sa } from "./utils/getPlanBadgeColor.js";
|
|
103
|
+
import { addQueryParam as Ta, removeQueryParam as Ea } from "./utils/queryParams.js";
|
|
104
|
+
import { getFeatureRating as Ma, getVisitData as Da, isFeatureRated as Aa, setFeatureRating as La, setVisitData as Fa } from "./lib/layersVisitData.js";
|
|
105
|
+
import { COLOR_SCHEMES as Pa, DEFAULT_COLOR_SCHEME as Na, DEFAULT_FONT_FAMILY as ba, DEFAULT_VALUES as ya, isValidColorScheme as _a } from "./constants.js";
|
|
106
|
+
import { default as ha } from "./assets/enitityIcons/flow.svg.js";
|
|
107
|
+
import { default as Oa } from "./assets/enitityIcons/form.svg.js";
|
|
108
|
+
import { default as ka } from "./assets/logo-copyright.svg.js";
|
|
109
|
+
import { default as Va } from "./assets/layers-logo-icon.svg.js";
|
|
110
|
+
import { default as Ga } from "./assets/enitityIcons/page.svg.js";
|
|
111
|
+
import { default as za } from "./assets/enitityIcons/sprint.svg.js";
|
|
112
|
+
import { CollapsibleContainer as Xa } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
113
|
+
import { Error404 as Qa } from "./components/ErrorPage/components/Error404.js";
|
|
114
|
+
import { Error406 as Ka } from "./components/ErrorPage/components/Error406.js";
|
|
115
|
+
import { Error500 as Ja } from "./components/ErrorPage/components/Error500.js";
|
|
116
|
+
import { FilePicker as em } from "./components/FilePicker/FilePicker.js";
|
|
117
|
+
import { FormContextProvider as rm, StepsContext as tm, useSteps as am } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
118
|
+
import { FormStoreProvider as pm, createFormStore as sm, useFormViewerStore as im } from "./components/FormViewer/store/formStore.js";
|
|
119
|
+
import { FormViewer as nm } from "./components/FormViewer/FormViewer.js";
|
|
120
|
+
import { GoogleDriveIcon as xm } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
121
|
+
import { ImageCropper as um } from "./components/ImageCropper/ImageCropper.js";
|
|
122
|
+
import { IntegrationFlowAnimation as gm } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
123
|
+
import { LastEditedButton as Cm } from "./components/LastEditedButton/LastEditedButton.js";
|
|
124
|
+
import { LayersCubeIcon as Em } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
125
|
+
import { MediaLibrary as Mm } from "./components/MediaLibrary/MediaLibrary.js";
|
|
126
|
+
import { MediaLibraryBrowser as Am } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
127
|
+
import { NavMenu as Fm } from "./components/NavMenu/NavMenu.js";
|
|
128
|
+
import { NavMenuItem as Pm, NavMenuLoadMore as Nm } from "./components/NavMenu/components/NavMenuItem.js";
|
|
129
|
+
import { NavMenuLabel as ym } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
130
|
+
import { NavMenuProvider as Um, createNavMenuStore as hm, useNavMenuStore as vm } from "./components/NavMenu/store.js";
|
|
131
|
+
import { NotionIcon as wm } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
132
|
+
import { OnBoardingPage as Bm } from "./components/OnBoarding/OnBoardingPage.js";
|
|
133
|
+
import { PinModal as Hm } from "./components/PinModal/PinModal.js";
|
|
134
|
+
import { STATIC_CLASSES as Wm, combineClasses as zm, getPageNumberClass as jm } from "./components/FormViewer/helpers/staticClasses.js";
|
|
135
|
+
import { Schemes as Zm } from "./components/FormViewer/types/schemes.js";
|
|
136
|
+
import { SortableList as qm } from "./components/SortableList/SortableList.js";
|
|
137
|
+
import { StorageEntityItem as Ym } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
138
|
+
import { StorageEntityList as $m } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
139
|
+
import { TablePagination as op } from "./components/table/components/TablePagination.js";
|
|
140
|
+
import { TableSearch as tp } from "./components/table/components/TableSearch.js";
|
|
141
|
+
import { alignList as mp, conditionOperatorsList as pp, isLayout as sp, isSize as ip, isSlideAnimation as lp, layoutList as np, mediaContentLayoutList as fp, mediaFullLayoutList as xp, mediaLayoutList as cp, sizeList as up, slideAnimationList as dp } from "./components/FormViewer/types/form.js";
|
|
142
|
+
import { alignRelation as Sp } from "./components/FormViewer/helpers/themeUtils.js";
|
|
143
|
+
import { closePinModal as Tp, openPinModal as Ep, usePinModalStore as Ip } from "./components/PinModal/slice.js";
|
|
144
|
+
import { controlsDataMap as Dp } from "./components/FormViewer/helpers/controls.js";
|
|
145
|
+
import { createFormStoreApi as Lp } from "./components/FormViewer/store/formStoreApi.js";
|
|
146
|
+
import { cropImage as Rp } from "./components/ImageCropper/cropUtils.js";
|
|
147
|
+
import { default as Np } from "./lang/locales/ui_en.json.js";
|
|
148
|
+
import { default as yp } from "./lang/locales/ui_es.json.js";
|
|
149
|
+
import { escapeHtml as Up, getVideoEmbedUrl as hp, isVideoPlatformUrl as vp, parseEmbedUrl as Op, parseVideoUrl as wp } from "./lib/contentImport/utils.js";
|
|
150
|
+
import { filterPinnedColumns as Bp, getAggregateValue as Vp, getAggregationColumns as Hp, getColumnId as Gp, getColumnsProps as Wp, getCurrencyColumn as zp, getDateColumn as jp, getExpandingColumn as Xp, getHeaderStyles as Zp, getNumberColumn as Qp, getPercentColumn as qp, getRatioColumn as Kp, getSelectionColumn as Yp, isTechnicalColumn as Jp, mergeColumn as $p } from "./components/table/helpers/columns.js";
|
|
151
|
+
import { getNextStep as os, operatorsRelation as rs } from "./components/FormViewer/helpers/conditions.js";
|
|
152
|
+
import { getTextValidation as as, isImageUrl as ms, isValidEmail as ps, isValidUrl as ss, useValidation as is } from "./components/FormViewer/helpers/validation.js";
|
|
153
|
+
import { mergeTheme as ns, sortSteps as fs } from "./components/FormViewer/helpers/helpers.js";
|
|
154
|
+
import { default as cs } from "./lang/locales/ui_ru.json.js";
|
|
155
|
+
import { serializeToLexicalHtml as ds } from "./lib/contentImport/lexicalSerializer.js";
|
|
156
|
+
import { useActiveControl as Ss } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
157
|
+
import { useActiveStep as Ts } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
158
|
+
import { useCreateTable as Is } from "./components/table/hooks/useCreateTable.js";
|
|
159
|
+
import { useCropInteraction as Ds } from "./components/ImageCropper/useCropInteraction.js";
|
|
160
|
+
import { useFormMobile as Ls } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
161
|
+
import { useInterpolate as Rs, useInterpolateText as Ps } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
162
|
+
import { useSaveRowCount as bs } from "./components/table/hooks/useSaveRowCount.js";
|
|
144
163
|
export {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
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
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
G as
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
164
|
+
N as ActiveWorkspace,
|
|
165
|
+
V as AlertsBlock,
|
|
166
|
+
i as AliasTextInput,
|
|
167
|
+
ae as AnimationWrapper,
|
|
168
|
+
S as AppContainer,
|
|
169
|
+
er as AppSidebarButton,
|
|
170
|
+
xe as AttachmentsGalleryModal,
|
|
171
|
+
De as AttachmentsPreview,
|
|
172
|
+
dt as AuthErrors,
|
|
173
|
+
lo as BottomDrawerWithoutHeader,
|
|
174
|
+
Eo as BouncingLogo,
|
|
175
|
+
Pa as COLOR_SCHEMES,
|
|
176
|
+
Uo as CREATE_CONDITION_FORM_ID,
|
|
177
|
+
go as CircleColorPicker,
|
|
178
|
+
Xa as CollapsibleContainer,
|
|
179
|
+
Y as ColorCircle,
|
|
180
|
+
J as ColorPicker,
|
|
181
|
+
re as ColorPickerPopover,
|
|
182
|
+
Le as CommentComposer,
|
|
183
|
+
mo as CommunitiesDialog,
|
|
184
|
+
fo as Copyright,
|
|
185
|
+
T as CustomKBD,
|
|
186
|
+
Na as DEFAULT_COLOR_SCHEME,
|
|
187
|
+
ho as DEFAULT_END_STEP_ID,
|
|
188
|
+
ba as DEFAULT_FONT_FAMILY,
|
|
189
|
+
vo as DEFAULT_MAX,
|
|
190
|
+
Oo as DEFAULT_MEDIA_BRIGHTNESS,
|
|
191
|
+
wo as DEFAULT_MEDIA_SIZE,
|
|
192
|
+
ko as DEFAULT_MIN,
|
|
193
|
+
Bo as DEFAULT_OPTIONS_MIN,
|
|
194
|
+
Vo as DEFAULT_OPTION_MAX_LENGTH,
|
|
195
|
+
Ho as DEFAULT_START_STEP_ID,
|
|
196
|
+
Ko as DEFAULT_THEME,
|
|
197
|
+
ya as DEFAULT_VALUES,
|
|
198
|
+
Go as EDIT_CONDITION_FORM_ID,
|
|
199
|
+
eo as EXPAND_COLUMN_FIELD,
|
|
200
|
+
d as EmojiPicker,
|
|
201
|
+
ar as EntityIcon,
|
|
202
|
+
co as EntityTitle,
|
|
203
|
+
Qa as Error404,
|
|
204
|
+
Ka as Error406,
|
|
205
|
+
Ja as Error500,
|
|
206
|
+
z as ErrorAlert,
|
|
207
|
+
k as ErrorPage,
|
|
208
|
+
bt as FEATURE_KEYS,
|
|
209
|
+
em as FilePicker,
|
|
210
|
+
c as FilePickerUpload,
|
|
211
|
+
ha as FlowIcon,
|
|
212
|
+
rm as FormContextProvider,
|
|
213
|
+
Oa as FormIcon,
|
|
214
|
+
pm as FormStoreProvider,
|
|
215
|
+
nm as FormViewer,
|
|
216
|
+
ye as FrontTable,
|
|
217
|
+
xm as GoogleDriveIcon,
|
|
218
|
+
L as GroupAvatar,
|
|
219
|
+
X as IconEntity,
|
|
220
|
+
Z as IconType,
|
|
221
|
+
um as ImageCropper,
|
|
222
|
+
ue as ImageModal,
|
|
223
|
+
gm as IntegrationFlowAnimation,
|
|
224
|
+
Ne as LanguagePicker,
|
|
225
|
+
Cm as LastEditedButton,
|
|
226
|
+
Em as LayersCubeIcon,
|
|
227
|
+
ka as LayersLogoCopyright,
|
|
228
|
+
Va as LayersLogoIcon,
|
|
229
|
+
Te as Logotype,
|
|
230
|
+
Wo as MAX_OPTIONS_COUNT,
|
|
231
|
+
Mm as MediaLibrary,
|
|
232
|
+
Am as MediaLibraryBrowser,
|
|
233
|
+
O as MenuUserDropdown,
|
|
234
|
+
Fm as NavMenu,
|
|
235
|
+
Pm as NavMenuItem,
|
|
236
|
+
ym as NavMenuLabel,
|
|
237
|
+
Nm as NavMenuLoadMore,
|
|
238
|
+
Um as NavMenuProvider,
|
|
239
|
+
h as NavbarResizer,
|
|
240
|
+
ee as NewColorPicker,
|
|
241
|
+
n as NoData,
|
|
242
|
+
G as NotFound,
|
|
243
|
+
so as NotPublicPanel,
|
|
244
|
+
wm as NotionIcon,
|
|
245
|
+
rr as Numbers,
|
|
246
|
+
Bm as OnBoardingPage,
|
|
247
|
+
Ga as PageIcon,
|
|
248
|
+
Hm as PinModal,
|
|
249
|
+
Q as ProjectIcon,
|
|
250
|
+
oo as SELECT_COLUMN_FIELD,
|
|
251
|
+
Wm as STATIC_CLASSES,
|
|
252
|
+
Zm as Schemes,
|
|
253
|
+
pe as SearchFilters,
|
|
254
|
+
ie as SearchHelpModal,
|
|
255
|
+
r as SettingsSection,
|
|
256
|
+
R as ShakaVideoPlayer,
|
|
257
|
+
a as SocialLinkRow,
|
|
258
|
+
qm as SortableList,
|
|
259
|
+
za as SprintIcon,
|
|
260
|
+
tm as StepsContext,
|
|
261
|
+
Ym as StorageEntityItem,
|
|
262
|
+
$m as StorageEntityList,
|
|
263
|
+
Re as StorageUsageProgress,
|
|
264
|
+
ro as TABLE_AGGREGATION_ROW_ID,
|
|
265
|
+
to as TABLE_ATTRIBUTES,
|
|
266
|
+
Co as TableMenu,
|
|
267
|
+
op as TablePagination,
|
|
268
|
+
tp as TableSearch,
|
|
269
|
+
Ie as ThemeIndicator,
|
|
270
|
+
p as TimezonePicker,
|
|
271
|
+
D as UserAvatar,
|
|
272
|
+
_ as WorkspaceAvatar,
|
|
273
|
+
b as WorkspaceMenu,
|
|
274
|
+
Mo as activeControlReselect,
|
|
275
|
+
Do as activeStepIdReselect,
|
|
276
|
+
Ao as activeStepReselect,
|
|
277
|
+
Ta as addQueryParam,
|
|
278
|
+
Ue as aggregationReselect,
|
|
279
|
+
mp as alignList,
|
|
280
|
+
Sp as alignRelation,
|
|
281
|
+
Ot as appContainerStore,
|
|
282
|
+
Fr as appFeature,
|
|
283
|
+
de as closeImageModal,
|
|
284
|
+
Tp as closePinModal,
|
|
285
|
+
le as closeSearchHelpModal,
|
|
286
|
+
Vt as closeSearchModal,
|
|
287
|
+
zt as closeTrashModal,
|
|
288
|
+
ma as closeUserDiscordDialog,
|
|
289
|
+
oa as closeUserPlansModal,
|
|
290
|
+
he as columnsMapReselect,
|
|
291
|
+
ve as columnsReselect,
|
|
292
|
+
zm as combineClasses,
|
|
293
|
+
Cr as combineStatuses,
|
|
294
|
+
pp as conditionOperatorsList,
|
|
295
|
+
Dp as controlsDataMap,
|
|
296
|
+
Lo as controlsReselect,
|
|
297
|
+
sm as createFormStore,
|
|
298
|
+
Lp as createFormStoreApi,
|
|
299
|
+
hm as createNavMenuStore,
|
|
300
|
+
Ke as createTableStore,
|
|
301
|
+
Rp as cropImage,
|
|
302
|
+
Er as downloadCSVAsBlob,
|
|
303
|
+
Ir as downloadImageFromExternalUrl,
|
|
304
|
+
Mr as downloadURL,
|
|
305
|
+
Np as enUI,
|
|
306
|
+
yp as esUI,
|
|
307
|
+
Up as escapeHtml,
|
|
308
|
+
Or as filterHierarchyByTypes,
|
|
309
|
+
Bp as filterPinnedColumns,
|
|
310
|
+
hr as formatBytes,
|
|
311
|
+
xa as formatStorage,
|
|
312
|
+
ca as formatStoragePercent,
|
|
313
|
+
Ar as generateLink,
|
|
314
|
+
Vp as getAggregateValue,
|
|
315
|
+
Hp as getAggregationColumns,
|
|
316
|
+
et as getBrowserTimeZone,
|
|
317
|
+
Gp as getColumnId,
|
|
318
|
+
Wp as getColumnsProps,
|
|
319
|
+
da as getCroppedBlob,
|
|
320
|
+
zp as getCurrencyColumn,
|
|
321
|
+
jp as getDateColumn,
|
|
322
|
+
zo as getDefaultDropdownOptions,
|
|
323
|
+
jo as getDefaultEndStep,
|
|
324
|
+
Xo as getDefaultStartStep,
|
|
325
|
+
Xp as getExpandingColumn,
|
|
326
|
+
Ma as getFeatureRating,
|
|
327
|
+
Vr as getFileIcons,
|
|
328
|
+
Gr as getFileType,
|
|
329
|
+
Zo as getFirstStep,
|
|
330
|
+
Zp as getHeaderStyles,
|
|
331
|
+
Nr as getMimeType,
|
|
332
|
+
os as getNextStep,
|
|
333
|
+
Qp as getNumberColumn,
|
|
334
|
+
jm as getPageNumberClass,
|
|
335
|
+
zr as getPartOfTheDay,
|
|
336
|
+
qp as getPercentColumn,
|
|
337
|
+
Sa as getPlanBadgeColor,
|
|
338
|
+
kr as getRandomIconColor,
|
|
339
|
+
Qo as getRandomId,
|
|
340
|
+
Kp as getRatioColumn,
|
|
341
|
+
ot as getSafeFormatter,
|
|
342
|
+
Yp as getSelectionColumn,
|
|
343
|
+
as as getTextValidation,
|
|
344
|
+
rt as getTimeZones,
|
|
345
|
+
tt as getUtcOffset,
|
|
346
|
+
hp as getVideoEmbedUrl,
|
|
347
|
+
Da as getVisitData,
|
|
348
|
+
f as illustrationMap,
|
|
349
|
+
Kr as initHotjar,
|
|
350
|
+
Xr as isAppMode,
|
|
351
|
+
Rr as isFeature,
|
|
352
|
+
Aa as isFeatureRated,
|
|
353
|
+
Fo as isFormDirtyReselect,
|
|
354
|
+
br as isGalleryMediaFile,
|
|
355
|
+
ms as isImageUrl,
|
|
356
|
+
sp as isLayout,
|
|
357
|
+
yr as isMobileDevice,
|
|
358
|
+
Et as isNumberValue,
|
|
359
|
+
ip as isSize,
|
|
360
|
+
lp as isSlideAnimation,
|
|
361
|
+
Jp as isTechnicalColumn,
|
|
362
|
+
_a as isValidColorScheme,
|
|
363
|
+
ps as isValidEmail,
|
|
364
|
+
at as isValidTimeZone,
|
|
365
|
+
ss as isValidUrl,
|
|
366
|
+
_r as isVideoFile,
|
|
367
|
+
vp as isVideoPlatformUrl,
|
|
368
|
+
np as layoutList,
|
|
369
|
+
fp as mediaContentLayoutList,
|
|
370
|
+
xp as mediaFullLayoutList,
|
|
371
|
+
cp as mediaLayoutList,
|
|
372
|
+
$p as mergeColumn,
|
|
373
|
+
ns as mergeTheme,
|
|
374
|
+
Oe as metaReselect,
|
|
375
|
+
ge as openImageModal,
|
|
376
|
+
Ep as openPinModal,
|
|
377
|
+
Jo as openRemoveConfirmModal,
|
|
378
|
+
ne as openSearchHelpModal,
|
|
379
|
+
Ht as openSearchModal,
|
|
380
|
+
I as openSubmitModal,
|
|
381
|
+
jt as openTrashModal,
|
|
382
|
+
pa as openUserDiscordDialog,
|
|
383
|
+
ra as openUserPlansModal,
|
|
384
|
+
rs as operatorsRelation,
|
|
385
|
+
la as orderMap,
|
|
386
|
+
we as paginationMetaReselect,
|
|
387
|
+
Qr as parseDate,
|
|
388
|
+
Op as parseEmbedUrl,
|
|
389
|
+
mt as parseInvalidTz,
|
|
390
|
+
wp as parseVideoUrl,
|
|
391
|
+
ur as pickRandomEmoji,
|
|
392
|
+
Ro as questionNumberReselect,
|
|
393
|
+
Ea as removeQueryParam,
|
|
394
|
+
q as renderIcon,
|
|
395
|
+
ke as rowsReselect,
|
|
396
|
+
cs as ruUI,
|
|
397
|
+
Be as searchedRowsReselect,
|
|
398
|
+
Ve as selectionReselect,
|
|
399
|
+
ds as serializeToLexicalHtml,
|
|
400
|
+
La as setFeatureRating,
|
|
401
|
+
Fa as setVisitData,
|
|
402
|
+
pr as showErrorNotification,
|
|
403
|
+
xr as showFeatureFeedback,
|
|
404
|
+
sr as showMessageNotification,
|
|
405
|
+
ir as showRequestNotifications,
|
|
406
|
+
lr as showSuccessNotification,
|
|
407
|
+
nr as showWarningNotification,
|
|
408
|
+
up as sizeList,
|
|
409
|
+
dp as slideAnimationList,
|
|
410
|
+
fs as sortSteps,
|
|
411
|
+
He as sortedRowsReselect,
|
|
412
|
+
Po as startStepReselect,
|
|
413
|
+
No as stepByControlReselect,
|
|
414
|
+
bo as stepsReselect,
|
|
415
|
+
na as storageCategoryColors,
|
|
416
|
+
Ze as tableColumnDateTypes,
|
|
417
|
+
Qe as tableColumnNumberTypes,
|
|
418
|
+
yo as themeReselect,
|
|
419
|
+
yt as trackFeatureFeedback,
|
|
420
|
+
Jt as updateTimezone,
|
|
421
|
+
Ss as useActiveControl,
|
|
422
|
+
Ts as useActiveStep,
|
|
423
|
+
ht as useAppContainer,
|
|
424
|
+
kt as useAppContainerDataStore,
|
|
425
|
+
Ft as useAsyncStatus,
|
|
426
|
+
Se as useChangePasswordModalStore,
|
|
427
|
+
Is as useCreateTable,
|
|
428
|
+
Ds as useCropInteraction,
|
|
429
|
+
lt as useDateFnsLocale,
|
|
430
|
+
Ct as useDateUtils,
|
|
431
|
+
_t as useDelayedFeatureFeedback,
|
|
432
|
+
At as useDisableWindowScrollDuringDrag,
|
|
433
|
+
sa as useDiscordDialogStore,
|
|
434
|
+
Ls as useFormMobile,
|
|
435
|
+
im as useFormViewerStore,
|
|
436
|
+
ft as useFormatDistance,
|
|
437
|
+
Rs as useInterpolate,
|
|
438
|
+
Ps as useInterpolateText,
|
|
439
|
+
gr as useIsDarkTheme,
|
|
440
|
+
$t as useLocalTimezone,
|
|
441
|
+
st as useMenu,
|
|
442
|
+
vm as useNavMenuStore,
|
|
443
|
+
gt as useOAuthErrorParams,
|
|
444
|
+
Qt as useOnboardingState,
|
|
445
|
+
Ip as usePinModalStore,
|
|
446
|
+
It as useQueryParam,
|
|
447
|
+
Mt as useRouteParam,
|
|
448
|
+
bs as useSaveRowCount,
|
|
449
|
+
Gt as useSearchModalStore,
|
|
450
|
+
am as useSteps,
|
|
451
|
+
ct as useSwipeDetect,
|
|
452
|
+
Je as useTableStore,
|
|
453
|
+
Xt as useTrashModalStore,
|
|
454
|
+
ta as useUserPlansModalStore,
|
|
455
|
+
is as useValidation,
|
|
456
|
+
Pt as useVideoUploadGuard,
|
|
457
|
+
Kt as useWorkspacesOrder,
|
|
458
|
+
Jr as validateAliasFormat,
|
|
459
|
+
Ge as variableReselect,
|
|
460
|
+
We as visibleColumnsBySideReselect,
|
|
461
|
+
ze as visibleColumnsReselect,
|
|
462
|
+
je as visibleRowsReselect
|
|
408
463
|
};
|