@layers-app/shared 0.2.3 → 0.2.5
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/jsons/emoji-categorized-windows.json.js +4 -0
- package/dist/assets/jsons/emoji-categorized-windows10.json.js +4 -0
- package/dist/assets/svg/users.svg.js +5 -0
- package/dist/assets/svg/whatsapp-icon.svg.js +5 -0
- package/dist/components/AliasTextInput/AliasTextInput.d.ts +3 -1
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +63 -54
- package/dist/components/AppContainer/AppContainer.d.ts +1 -1
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +54 -43
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +5 -5
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +56 -43
- package/dist/components/AppContainer/components/Main.d.ts +5 -1
- package/dist/components/AppContainer/components/Main.d.ts.map +1 -1
- package/dist/components/AppContainer/components/Main.js +11 -8
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +34 -19
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/MoreMenu.js +8 -8
- package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.d.ts +1 -0
- package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerStore.js +12 -9
- package/dist/components/AppContainer/types.d.ts +2 -0
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ModalFooter.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalFooter.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalFooter.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +9 -9
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +114 -88
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +9 -9
- package/dist/components/BouncingLogo/BouncingLogo.d.ts +6 -2
- package/dist/components/BouncingLogo/BouncingLogo.d.ts.map +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.js +13 -14
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +12 -10
- package/dist/components/ColorPicker/ColorPicker.d.ts +2 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +66 -59
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +1 -1
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/index.d.ts.map +1 -1
- package/dist/components/Copyright/index.js +6 -6
- package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +47 -46
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +87 -95
- package/dist/components/EmojiPicker/IconsPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/IconsPanel.js +72 -72
- package/dist/components/EmojiPicker/utils.d.ts +11 -0
- package/dist/components/EmojiPicker/utils.d.ts.map +1 -0
- package/dist/components/EmojiPicker/utils.js +46 -0
- package/dist/components/EntityIcon.d.ts +5 -2
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +44 -46
- package/dist/components/FilePicker/FilePicker.d.ts +2 -3
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +95 -130
- package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -3
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +43 -44
- package/dist/components/FilePicker/FilePickerLink.d.ts +2 -3
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +21 -21
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -3
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +45 -46
- package/dist/components/FilePicker/FilePickerUpload.d.ts +3 -3
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +49 -43
- package/dist/components/FilePicker/types.d.ts +1 -1
- package/dist/components/FilePicker/types.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +18 -18
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts +4 -2
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.js +51 -26
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.js +25 -23
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts +5 -2
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +105 -96
- package/dist/components/FormViewer/components/fields/SliderField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SliderField.js +19 -18
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +1 -1
- package/dist/components/FormViewer/helpers/cssScoping.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/staticClasses.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +10 -3
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/LanguagePicker/LanguagePicker.js +13 -13
- package/dist/components/Loaders/styles.module.css.js +1 -1
- package/dist/components/NavMenu/NavMenu.d.ts +4 -1
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.js +96 -77
- package/dist/components/NavMenu/NavMenu.module.css.js +10 -10
- package/dist/components/NavMenu/components/DnDItem.d.ts +2 -1
- package/dist/components/NavMenu/components/DnDItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDItem.js +32 -30
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDProvider.js +28 -26
- package/dist/components/NavMenu/components/DraggableOverlay.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.d.ts +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
- package/dist/components/NavMenu/components/NavMenuItem.js +109 -94
- package/dist/components/NavMenu/store.d.ts +1 -0
- package/dist/components/NavMenu/store.d.ts.map +1 -1
- package/dist/components/NavMenu/types.d.ts +1 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NoData/NoData.d.ts +32 -26
- package/dist/components/NoData/NoData.d.ts.map +1 -1
- package/dist/components/NoData/NoData.js +73 -73
- package/dist/components/OnBoarding/ProjectBoard.js +17 -17
- package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.js +7 -7
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts.map +1 -1
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.js +9 -9
- package/dist/components/OnBoarding/steps/CreateFirstProject.js +5 -5
- package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.js +7 -7
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.js +6 -6
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.d.ts.map +1 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.js +10 -10
- package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.js +5 -5
- package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.js +10 -10
- package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts.map +1 -1
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts.map +1 -1
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.js +8 -8
- package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.js +5 -5
- package/dist/components/OnBoarding/steps/StartedStep.js +5 -5
- package/dist/components/PaymentSuccess/PaymentSuccess.d.ts.map +1 -1
- package/dist/components/PaymentSuccess/PaymentSuccess.js +9 -9
- package/dist/components/SearchFilters/components/DateFilter.js +19 -19
- package/dist/components/SearchFilters/components/SearchHelp.d.ts.map +1 -1
- package/dist/components/SearchFilters/components/SearchHelp.js +7 -7
- package/dist/components/SortableList/SortableList.d.ts.map +1 -1
- package/dist/components/SortableList/components/SortableItem/SortableItem.d.ts.map +1 -1
- package/dist/components/SortableList/components/SortableItem/SortableItem.js +1 -9
- package/dist/components/SortableList/components/SortableItem/index.d.ts +1 -1
- package/dist/components/SortableList/components/SortableItem/index.d.ts.map +1 -1
- package/dist/components/StorageUsageEntityList/StorageEntityItem.d.ts +2 -6
- package/dist/components/StorageUsageEntityList/StorageEntityItem.d.ts.map +1 -1
- package/dist/components/StorageUsageEntityList/StorageEntityItem.js +19 -59
- package/dist/components/StorageUsageEntityList/StorageUsageEntityList.d.ts +1 -1
- package/dist/components/StorageUsageEntityList/StorageUsageEntityList.d.ts.map +1 -1
- package/dist/components/StorageUsageEntityList/StorageUsageEntityList.js +6 -24
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +7 -0
- package/dist/components/StorageUsageProgress/index.d.ts +2 -2
- package/dist/components/StorageUsageProgress/index.d.ts.map +1 -1
- package/dist/components/StorageUsageProgress/index.js +73 -40
- package/dist/components/ThemeIndicator/index.d.ts.map +1 -1
- package/dist/components/ThemeIndicator/index.js +4 -4
- package/dist/components/UserAvatar/index.js +14 -14
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts +2 -2
- package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceMenu/WorkspaceMenu.js +103 -103
- package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/modals/RemoveConfirmModal.js +31 -24
- package/dist/components/table/export.d.ts.map +1 -1
- package/dist/components/table/hooks/useSaveRowCount.d.ts.map +1 -1
- package/dist/components/table/hooks/useSaveRowCount.js +4 -4
- package/dist/components/table/hooks/useSorting.d.ts.map +1 -1
- package/dist/components/table/hooks/useSorting.js +3 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +8 -1
- package/dist/helpers/getFileIcons.js +12 -12
- package/dist/helpers/isAppMode.d.ts +1 -1
- package/dist/helpers/isAppMode.d.ts.map +1 -1
- package/dist/helpers/validateAliasFormat.d.ts +2 -0
- package/dist/helpers/validateAliasFormat.d.ts.map +1 -0
- package/dist/helpers/validateAliasFormat.js +4 -0
- package/dist/hooks/useOutsideClick.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +328 -329
- package/dist/lang/locales/ui_en.json.js +20 -12
- package/dist/lang/locales/ui_es.json.js +18 -10
- package/dist/lang/locales/ui_ru.json.js +26 -18
- package/dist/store/trashModal.d.ts +8 -0
- package/dist/store/trashModal.d.ts.map +1 -0
- package/dist/store/trashModal.js +13 -0
- package/dist/types/storageCategories.d.ts +4 -0
- package/dist/types/storageCategories.d.ts.map +1 -0
- package/dist/types/storageCategories.js +21 -0
- package/dist/utils/formatStorage.d.ts +1 -1
- package/dist/utils/formatStorage.d.ts.map +1 -1
- package/dist/utils/formatStorage.js +3 -3
- package/docs/README.md +17 -4
- package/package.json +1 -1
- package/dist/assets/fileTypes/archives.svg.js +0 -5
- package/dist/assets/fileTypes/audio.svg.js +0 -5
- package/dist/assets/fileTypes/code.svg.js +0 -5
- package/dist/assets/fileTypes/documentsStorage.svg.js +0 -5
- package/dist/assets/fileTypes/images.svg.js +0 -5
- package/dist/assets/fileTypes/other.svg.js +0 -5
- package/dist/assets/fileTypes/videos.svg.js +0 -5
- package/dist/components/AppContainer/hooks/useSetAppContainerLayout.d.ts +0 -3
- package/dist/components/AppContainer/hooks/useSetAppContainerLayout.d.ts.map +0 -1
- package/dist/components/AppContainer/hooks/useSetAppContainerLayout.js +0 -10
- package/dist/components/EmojiPicker/getIconsList.d.ts +0 -8
- package/dist/components/EmojiPicker/getIconsList.d.ts.map +0 -1
- package/dist/components/EmojiPicker/getIconsList.js +0 -32
- package/dist/components/EmojiPicker/getRandomIcon.d.ts +0 -2
- package/dist/components/EmojiPicker/getRandomIcon.d.ts.map +0 -1
- package/dist/components/EmojiPicker/getRandomIcon.js +0 -10
- package/dist/components/NoData/NoData.module.css.js +0 -7
- package/dist/components/PaymentCancel/PaymentCancel.d.ts +0 -2
- package/dist/components/PaymentCancel/PaymentCancel.d.ts.map +0 -1
- package/dist/components/PaymentCancel/PaymentCancel.js +0 -41
- package/dist/components/PaymentError/PaymentError.d.ts +0 -2
- package/dist/components/PaymentError/PaymentError.d.ts.map +0 -1
- package/dist/components/PaymentError/PaymentError.js +0 -41
- package/dist/node_modules/@layers-app/layers/src/api/common.js +0 -41
- package/dist/store/accessOptionsControl.d.ts +0 -17
- package/dist/store/accessOptionsControl.d.ts.map +0 -1
- package/dist/store/accessOptionsControl.js +0 -18
package/dist/index.js
CHANGED
|
@@ -6,15 +6,15 @@ import { AppContainer as f } from "./components/AppContainer/AppContainer.js";
|
|
|
6
6
|
import { CustomKBD as u } from "./components/CustomKBD/index.js";
|
|
7
7
|
import { openSubmitModal as d } from "./components/SubmitModal/index.js";
|
|
8
8
|
import { UserAvatar as S } from "./components/UserAvatar/index.js";
|
|
9
|
-
import { GroupAvatar as
|
|
10
|
-
import { ShakaVideoPlayer as
|
|
11
|
-
import { ActiveWorkspace as
|
|
9
|
+
import { GroupAvatar as T } from "./components/GroupAvatar/index.js";
|
|
10
|
+
import { ShakaVideoPlayer as E } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
11
|
+
import { ActiveWorkspace as A, WorkspaceMenu as I } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
12
12
|
import { WorkspaceAvatar as P } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
13
13
|
import { NavbarResizer as F } from "./components/NavbarResizer/NavbarResizer.js";
|
|
14
|
-
import { MenuUserDropdown as
|
|
15
|
-
import { ErrorPage as
|
|
16
|
-
import { AlertsBlock as
|
|
17
|
-
import { NotFound as
|
|
14
|
+
import { MenuUserDropdown as _ } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
15
|
+
import { ErrorPage as h } from "./components/ErrorPage/index.js";
|
|
16
|
+
import { AlertsBlock as b } from "./components/AlertsBlock/index.js";
|
|
17
|
+
import { NotFound as O } from "./components/NotFound/NoFound.js";
|
|
18
18
|
import { ErrorAlert as k } from "./components/ErrorAlert/index.js";
|
|
19
19
|
import { IconEntity as V, IconType as H, ProjectIcon as G, renderIcon as W } from "./components/ProjectIcon/ProjectIcon.js";
|
|
20
20
|
import { ColorCircle as j, ColorPicker as X } from "./components/ColorPicker/ColorPicker.js";
|
|
@@ -28,382 +28,381 @@ import { ImageModal as le, closeImageModal as ie, openImageModal as ne, useChang
|
|
|
28
28
|
import { Logotype as ue } from "./components/Logotype.js";
|
|
29
29
|
import { ThemeIndicator as de } from "./components/ThemeIndicator/index.js";
|
|
30
30
|
import { AttachmentsPreview as Se } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
31
|
-
import { CommentComposer as
|
|
32
|
-
import { PaymentSuccess as
|
|
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 { closeSearchModal as It, openSearchModal as Lt, useSearchModalStore as Pt } from "./store/searchModal.js";
|
|
31
|
+
import { CommentComposer as Te } from "./components/CommentComposer/index.js";
|
|
32
|
+
import { PaymentSuccess as Ee } from "./components/PaymentSuccess/PaymentSuccess.js";
|
|
33
|
+
import { StorageUsageProgress as Ae } from "./components/StorageUsageProgress/index.js";
|
|
34
|
+
import { LanguagePicker as Le } from "./components/LanguagePicker/LanguagePicker.js";
|
|
35
|
+
import { FrontTable as Re } from "./components/table/FrontTable.js";
|
|
36
|
+
import { aggregationReselect as Ne, columnsMapReselect as _e, columnsReselect as ye, metaReselect as he, paginationMetaReselect as Ue, rowsReselect as be, searchedRowsReselect as ve, selectionReselect as Oe, sortedRowsReselect as we, variableReselect as ke, visibleColumnsBySideReselect as Be, visibleColumnsReselect as Ve, visibleRowsReselect as He } from "./components/table/selectors.js";
|
|
37
|
+
import { tableColumnDateTypes as We, tableColumnNumberTypes as ze } from "./components/table/types.js";
|
|
38
|
+
import { createTableStore as Xe } from "./components/table/store.js";
|
|
39
|
+
import { useTableStore as qe } from "./components/table/hooks/useTableStore.js";
|
|
40
|
+
import { EXPAND_COLUMN_FIELD as Ye, SELECT_COLUMN_FIELD as Ze, TABLE_AGGREGATION_ROW_ID as Je, TABLE_ATTRIBUTES as $e } from "./components/table/constants.js";
|
|
41
|
+
import { CommunitiesDialog as oo } from "./components/CommunitiesDialog/index.js";
|
|
42
|
+
import { NotPublicPanel as to } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
43
|
+
import { BottomDrawerWithoutHeader as mo } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
44
|
+
import { Copyright as so } from "./components/Copyright/index.js";
|
|
45
|
+
import { EntityTitle as io } from "./components/EntityTitle/EntityTitle.js";
|
|
46
|
+
import { CircleColorPicker as fo } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
47
|
+
import { TableMenu as uo } from "./components/table/components/TableMenu.js";
|
|
48
|
+
import { BouncingLogo as go } from "./components/BouncingLogo/BouncingLogo.js";
|
|
49
|
+
import { activeControlReselect as Co, activeStepIdReselect as To, activeStepReselect as Mo, controlsReselect as Eo, isFormDirtyReselect as Do, questionNumberReselect as Ao, startStepReselect as Io, stepByControlReselect as Lo, stepsReselect as Po, themeReselect as Ro } from "./components/FormViewer/store/selectors.js";
|
|
50
|
+
import { CREATE_CONDITION_FORM_ID as No, DEFAULT_END_STEP_ID as _o, DEFAULT_MAX as yo, DEFAULT_MEDIA_BRIGHTNESS as ho, DEFAULT_MEDIA_SIZE as Uo, DEFAULT_MIN as bo, DEFAULT_OPTIONS_MIN as vo, DEFAULT_OPTION_MAX_LENGTH as Oo, DEFAULT_START_STEP_ID as wo, EDIT_CONDITION_FORM_ID as ko, MAX_OPTIONS_COUNT as Bo, getDefaultDropdownOptions as Vo, getDefaultEndStep as Ho, getDefaultStartStep as Go, getFirstStep as Wo, getRandomId as zo } from "./components/FormViewer/helpers/steps.js";
|
|
51
|
+
import { DEFAULT_THEME as Xo } from "./components/FormViewer/constants/defaultTheme.js";
|
|
52
|
+
import { openRemoveConfirmModal as qo } from "./components/modals/RemoveConfirmModal.js";
|
|
53
|
+
import { AppSidebarButton as Yo } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
54
|
+
import { Numbers as Jo } from "./components/table/helpers/formatters.js";
|
|
55
|
+
import { EntityIcon as er } from "./components/EntityIcon.js";
|
|
56
|
+
import { showErrorNotification as rr, showMessageNotification as tr, showRequestNotifications as ar, showSuccessNotification as mr } from "./helpers/showNotifications.js";
|
|
57
|
+
import { pickRandomEmoji as sr } from "./helpers/pickRandomEmoji.js";
|
|
58
|
+
import { useIsDarkTheme as ir } from "./helpers/themeUtils.js";
|
|
59
|
+
import { combineStatuses as fr } from "./helpers/combineStatuses.js";
|
|
60
|
+
import { downloadCSVAsBlob as ur, downloadImageFromExternalUrl as cr, downloadURL as dr } from "./helpers/download.js";
|
|
61
|
+
import { generateLink as Sr } from "./helpers/generateLink.js";
|
|
62
|
+
import { appFeature as Tr, isFeature as Mr } from "./helpers/feature.js";
|
|
63
|
+
import { getMimeType as Dr, isGalleryMediaFile as Ar, isMobileDevice as Ir, isVideoFile as Lr } from "./helpers/fileUtils.js";
|
|
64
|
+
import { formatBytes as Rr } from "./helpers/formatBytes.js";
|
|
65
|
+
import { filterHierarchyByTypes as Nr } from "./helpers/filterHierarchyByTypes.js";
|
|
66
|
+
import { getRandomIconColor as yr } from "./helpers/getRandomIconColor.js";
|
|
67
|
+
import { getFileIcons as Ur } from "./helpers/getFileIcons.js";
|
|
68
|
+
import { getFileType as vr } from "./helpers/getFileType.js";
|
|
69
|
+
import { getPartOfTheDay as wr } from "./helpers/getPartOfTheDay.js";
|
|
70
|
+
import { isAppMode as Br } from "./helpers/isAppMode.js";
|
|
71
|
+
import { parseDate as Hr } from "./helpers/dates.js";
|
|
72
|
+
import { initHotjar as Wr } from "./helpers/hotjar.js";
|
|
73
|
+
import { validateAliasFormat as jr } from "./helpers/validateAliasFormat.js";
|
|
74
|
+
import { useMenu as Qr } from "./hooks/useMenu.js";
|
|
75
|
+
import { useDateFnsLocale as Kr } from "./hooks/useDateFnsLocale.js";
|
|
76
|
+
import { useFormatDistance as Zr } from "./hooks/useFormatDistance.js";
|
|
77
|
+
import { useSwipeDetect as $r } from "./hooks/useSwipeDetect.js";
|
|
78
|
+
import { AuthErrors as ot, useOAuthErrorParams as rt } from "./hooks/useOAuthErrorParams.js";
|
|
79
|
+
import { useDateUtils as at } from "./hooks/useDateUtils.js";
|
|
80
|
+
import { isNumberValue as pt, useQueryParam as st, useRouteParam as lt } from "./hooks/useNumberQueryParam.js";
|
|
81
|
+
import { useDisableWindowScrollDuringDrag as nt } from "./hooks/useDisableWindowScroll.js";
|
|
82
|
+
import { useAsyncStatus as xt } from "./hooks/useAsyncStatus.js";
|
|
83
|
+
import { useAppContainer as ct } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
84
|
+
import { appContainerStore as gt } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
85
|
+
import { useAppContainerDataStore as Ct } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
86
|
+
import { closeSearchModal as Mt, openSearchModal as Et, useSearchModalStore as Dt } from "./store/searchModal.js";
|
|
87
|
+
import { closeTrashModal as It, openTrashModal as Lt, useTrashModalStore as Pt } from "./store/trashModal.js";
|
|
89
88
|
import { useOnboardingState as Ft } from "./store/onboarding.js";
|
|
90
|
-
import { useWorkspacesOrder as
|
|
91
|
-
import { updateTimezone as
|
|
92
|
-
import { closeUserPlansModal as
|
|
89
|
+
import { useWorkspacesOrder as _t } from "./store/workspacesOrder.js";
|
|
90
|
+
import { updateTimezone as ht, useLocalTimezone as Ut } from "./store/timezoneStore.js";
|
|
91
|
+
import { closeUserPlansModal as vt, openUserPlansModal as Ot, useUserPlansModalStore as wt } from "./store/plansModal.js";
|
|
93
92
|
import { closeUserDiscordDialog as Bt, openUserDiscordDialog as Vt, useDiscordDialogStore as Ht } from "./store/discordDialogStore.js";
|
|
94
|
-
import {
|
|
95
|
-
import { formatStorage as
|
|
96
|
-
import { getPlanBadgeColor as
|
|
97
|
-
import { addQueryParam as
|
|
98
|
-
import { COLOR_SCHEMES as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { FilePicker as
|
|
93
|
+
import { orderMap as Wt, storageCategoryColors as zt } from "./types/storageCategories.js";
|
|
94
|
+
import { formatStorage as Xt } from "./utils/formatStorage.js";
|
|
95
|
+
import { getPlanBadgeColor as qt } from "./utils/getPlanBadgeColor.js";
|
|
96
|
+
import { addQueryParam as Yt, removeQueryParam as Zt } from "./utils/queryParams.js";
|
|
97
|
+
import { COLOR_SCHEMES as $t, DEFAULT_COLOR_SCHEME as ea, DEFAULT_FONT_FAMILY as oa, DEFAULT_VALUES as ra, isValidColorScheme as ta } from "./constants.js";
|
|
98
|
+
import { default as ma } from "./assets/layers-logo-icon.svg.js";
|
|
99
|
+
import { default as sa } from "./assets/logo-copyright.svg.js";
|
|
100
|
+
import { default as ia } from "./assets/enitityIcons/flow.svg.js";
|
|
101
|
+
import { default as fa } from "./assets/enitityIcons/form.svg.js";
|
|
102
|
+
import { default as ua } from "./assets/enitityIcons/page.svg.js";
|
|
103
|
+
import { default as da } from "./assets/enitityIcons/sprint.svg.js";
|
|
104
|
+
import { FilePicker as Sa } from "./components/FilePicker/FilePicker.js";
|
|
106
105
|
import { OnBoardingPage as Ta } from "./components/OnBoarding/OnBoardingPage.js";
|
|
107
|
-
import { SortableList as
|
|
108
|
-
import { PinModal as
|
|
109
|
-
import { closePinModal as
|
|
106
|
+
import { SortableList as Ea } from "./components/SortableList/SortableList.js";
|
|
107
|
+
import { PinModal as Aa } from "./components/PinModal/PinModal.js";
|
|
108
|
+
import { closePinModal as La, openPinModal as Pa, usePinModalStore as Ra } from "./components/PinModal/slice.js";
|
|
110
109
|
import { StorageEntityList as Na } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
111
|
-
import { StorageEntityItem as
|
|
112
|
-
import { Error404 as
|
|
110
|
+
import { StorageEntityItem as ya } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
111
|
+
import { Error404 as Ua } from "./components/ErrorPage/components/Error404.js";
|
|
113
112
|
import { Error406 as va } from "./components/ErrorPage/components/Error406.js";
|
|
114
|
-
import { Error500 as
|
|
115
|
-
import { useCreateTable as
|
|
116
|
-
import { useSaveRowCount as
|
|
117
|
-
import { filterPinnedColumns as
|
|
118
|
-
import { TableSearch as
|
|
119
|
-
import { TablePagination as
|
|
120
|
-
import { FormViewer as
|
|
121
|
-
import { alignList as
|
|
122
|
-
import { Schemes as
|
|
123
|
-
import { FormStoreProvider as
|
|
113
|
+
import { Error500 as wa } from "./components/ErrorPage/components/Error500.js";
|
|
114
|
+
import { useCreateTable as Ba } from "./components/table/hooks/useCreateTable.js";
|
|
115
|
+
import { useSaveRowCount as Ha } from "./components/table/hooks/useSaveRowCount.js";
|
|
116
|
+
import { filterPinnedColumns as Wa, getAggregateValue as za, getAggregationColumns as ja, getColumnId as Xa, getColumnsProps as Qa, getCurrencyColumn as qa, getDateColumn as Ka, getExpandingColumn as Ya, getHeaderStyles as Za, getNumberColumn as Ja, getPercentColumn as $a, getRatioColumn as em, getSelectionColumn as om, isTechnicalColumn as rm, mergeColumn as tm } from "./components/table/helpers/columns.js";
|
|
117
|
+
import { TableSearch as mm } from "./components/table/components/TableSearch.js";
|
|
118
|
+
import { TablePagination as sm } from "./components/table/components/TablePagination.js";
|
|
119
|
+
import { FormViewer as im } from "./components/FormViewer/FormViewer.js";
|
|
120
|
+
import { alignList as fm, conditionOperatorsList as xm, isLayout as um, isSize as cm, isSlideAnimation as dm, layoutList as gm, mediaContentLayoutList as Sm, mediaFullLayoutList as Cm, mediaLayoutList as Tm, sizeList as Mm, slideAnimationList as Em } from "./components/FormViewer/types/form.js";
|
|
121
|
+
import { Schemes as Am } from "./components/FormViewer/types/schemes.js";
|
|
122
|
+
import { FormStoreProvider as Lm, createFormStore as Pm, useFormViewerStore as Rm } from "./components/FormViewer/store/formStore.js";
|
|
124
123
|
import { createFormStoreApi as Nm } from "./components/FormViewer/store/formStoreApi.js";
|
|
125
|
-
import { FormContextProvider as
|
|
124
|
+
import { FormContextProvider as ym, StepsContext as hm, useSteps as Um } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
126
125
|
import { useActiveControl as vm } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
127
|
-
import { useActiveStep as
|
|
128
|
-
import { useFormMobile as
|
|
129
|
-
import { useInterpolate as
|
|
130
|
-
import { controlsDataMap as
|
|
131
|
-
import { STATIC_CLASSES as
|
|
132
|
-
import { getTextValidation as
|
|
133
|
-
import { getNextStep as
|
|
134
|
-
import { mergeTheme as
|
|
135
|
-
import { alignRelation as
|
|
136
|
-
import { CollapsibleContainer as
|
|
137
|
-
import { NavMenu as
|
|
138
|
-
import { NavMenuItem as
|
|
139
|
-
import { NavMenuLabel as
|
|
140
|
-
import { NavMenuProvider as Tp, createNavMenuStore as
|
|
141
|
-
import { LastEditedButton as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
126
|
+
import { useActiveStep as wm } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
127
|
+
import { useFormMobile as Bm } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
128
|
+
import { useInterpolate as Hm, useInterpolateText as Gm } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
129
|
+
import { controlsDataMap as zm } from "./components/FormViewer/helpers/controls.js";
|
|
130
|
+
import { STATIC_CLASSES as Xm, combineClasses as Qm, getPageNumberClass as qm } from "./components/FormViewer/helpers/staticClasses.js";
|
|
131
|
+
import { getTextValidation as Ym, isImageUrl as Zm, isValidEmail as Jm, isValidUrl as $m, useValidation as ep } from "./components/FormViewer/helpers/validation.js";
|
|
132
|
+
import { getNextStep as rp, operatorsRelation as tp } from "./components/FormViewer/helpers/conditions.js";
|
|
133
|
+
import { mergeTheme as mp, sortSteps as pp } from "./components/FormViewer/helpers/helpers.js";
|
|
134
|
+
import { alignRelation as lp } from "./components/FormViewer/helpers/themeUtils.js";
|
|
135
|
+
import { CollapsibleContainer as np } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
136
|
+
import { NavMenu as xp } from "./components/NavMenu/NavMenu.js";
|
|
137
|
+
import { NavMenuItem as cp, NavMenuLoadMore as dp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
138
|
+
import { NavMenuLabel as Sp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
139
|
+
import { NavMenuProvider as Tp, createNavMenuStore as Mp, useNavMenuStore as Ep } from "./components/NavMenu/store.js";
|
|
140
|
+
import { LastEditedButton as Ap } from "./components/LastEditedButton/LastEditedButton.js";
|
|
141
|
+
import { default as Lp } from "./lang/locales/ui_en.json.js";
|
|
142
|
+
import { default as Rp } from "./lang/locales/ui_ru.json.js";
|
|
144
143
|
import { default as Np } from "./lang/locales/ui_es.json.js";
|
|
145
144
|
export {
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
A as ActiveWorkspace,
|
|
146
|
+
b as AlertsBlock,
|
|
148
147
|
r as AliasTextInput,
|
|
149
148
|
J as AnimationWrapper,
|
|
150
149
|
f as AppContainer,
|
|
151
|
-
|
|
150
|
+
Yo as AppSidebarButton,
|
|
152
151
|
pe as AttachmentsGalleryModal,
|
|
153
152
|
Se as AttachmentsPreview,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
153
|
+
ot as AuthErrors,
|
|
154
|
+
mo as BottomDrawerWithoutHeader,
|
|
155
|
+
go as BouncingLogo,
|
|
156
|
+
$t as COLOR_SCHEMES,
|
|
157
|
+
No as CREATE_CONDITION_FORM_ID,
|
|
158
|
+
fo as CircleColorPicker,
|
|
159
|
+
np as CollapsibleContainer,
|
|
161
160
|
j as ColorCircle,
|
|
162
161
|
X as ColorPicker,
|
|
163
162
|
Y as ColorPickerPopover,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
163
|
+
Te as CommentComposer,
|
|
164
|
+
oo as CommunitiesDialog,
|
|
165
|
+
so as Copyright,
|
|
167
166
|
u as CustomKBD,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
167
|
+
ea as DEFAULT_COLOR_SCHEME,
|
|
168
|
+
_o as DEFAULT_END_STEP_ID,
|
|
169
|
+
oa as DEFAULT_FONT_FAMILY,
|
|
170
|
+
yo as DEFAULT_MAX,
|
|
171
|
+
ho as DEFAULT_MEDIA_BRIGHTNESS,
|
|
172
|
+
Uo as DEFAULT_MEDIA_SIZE,
|
|
173
|
+
bo as DEFAULT_MIN,
|
|
174
|
+
vo as DEFAULT_OPTIONS_MIN,
|
|
175
|
+
Oo as DEFAULT_OPTION_MAX_LENGTH,
|
|
176
|
+
wo as DEFAULT_START_STEP_ID,
|
|
177
|
+
Xo as DEFAULT_THEME,
|
|
178
|
+
ra as DEFAULT_VALUES,
|
|
179
|
+
ko as EDIT_CONDITION_FORM_ID,
|
|
180
|
+
Ye as EXPAND_COLUMN_FIELD,
|
|
182
181
|
i as EmojiPicker,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
ha as Error404,
|
|
182
|
+
er as EntityIcon,
|
|
183
|
+
io as EntityTitle,
|
|
184
|
+
Ua as Error404,
|
|
187
185
|
va as Error406,
|
|
188
|
-
|
|
186
|
+
wa as Error500,
|
|
189
187
|
k as ErrorAlert,
|
|
190
|
-
|
|
191
|
-
|
|
188
|
+
h as ErrorPage,
|
|
189
|
+
Sa as FilePicker,
|
|
192
190
|
s as FilePickerUpload,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
191
|
+
ia as FlowIcon,
|
|
192
|
+
ym as FormContextProvider,
|
|
193
|
+
fa as FormIcon,
|
|
194
|
+
Lm as FormStoreProvider,
|
|
195
|
+
im as FormViewer,
|
|
196
|
+
Re as FrontTable,
|
|
197
|
+
T as GroupAvatar,
|
|
200
198
|
V as IconEntity,
|
|
201
199
|
H as IconType,
|
|
202
200
|
le as ImageModal,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
201
|
+
Le as LanguagePicker,
|
|
202
|
+
Ap as LastEditedButton,
|
|
203
|
+
sa as LayersLogoCopyright,
|
|
204
|
+
ma as LayersLogoIcon,
|
|
207
205
|
ue as Logotype,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
206
|
+
Bo as MAX_OPTIONS_COUNT,
|
|
207
|
+
_ as MenuUserDropdown,
|
|
208
|
+
xp as NavMenu,
|
|
209
|
+
cp as NavMenuItem,
|
|
210
|
+
Sp as NavMenuLabel,
|
|
211
|
+
dp as NavMenuLoadMore,
|
|
214
212
|
Tp as NavMenuProvider,
|
|
215
213
|
F as NavbarResizer,
|
|
216
214
|
q as NewColorPicker,
|
|
217
215
|
a as NoData,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
216
|
+
O as NotFound,
|
|
217
|
+
to as NotPublicPanel,
|
|
218
|
+
Jo as Numbers,
|
|
221
219
|
Ta as OnBoardingPage,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
Ae as PaymentSuccess,
|
|
226
|
-
Ia as PinModal,
|
|
220
|
+
ua as PageIcon,
|
|
221
|
+
Ee as PaymentSuccess,
|
|
222
|
+
Aa as PinModal,
|
|
227
223
|
G as ProjectIcon,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
224
|
+
Ze as SELECT_COLUMN_FIELD,
|
|
225
|
+
Xm as STATIC_CLASSES,
|
|
226
|
+
Am as Schemes,
|
|
231
227
|
ee as SearchFilters,
|
|
232
228
|
re as SearchHelpModal,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
229
|
+
E as ShakaVideoPlayer,
|
|
230
|
+
Ea as SortableList,
|
|
231
|
+
da as SprintIcon,
|
|
232
|
+
hm as StepsContext,
|
|
233
|
+
ya as StorageEntityItem,
|
|
238
234
|
Na as StorageEntityList,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
235
|
+
Ae as StorageUsageProgress,
|
|
236
|
+
Je as TABLE_AGGREGATION_ROW_ID,
|
|
237
|
+
$e as TABLE_ATTRIBUTES,
|
|
238
|
+
uo as TableMenu,
|
|
239
|
+
sm as TablePagination,
|
|
240
|
+
mm as TableSearch,
|
|
245
241
|
de as ThemeIndicator,
|
|
246
242
|
S as UserAvatar,
|
|
247
243
|
P as WorkspaceAvatar,
|
|
248
244
|
I as WorkspaceMenu,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
245
|
+
Co as activeControlReselect,
|
|
246
|
+
To as activeStepIdReselect,
|
|
247
|
+
Mo as activeStepReselect,
|
|
248
|
+
Yt as addQueryParam,
|
|
249
|
+
Ne as aggregationReselect,
|
|
250
|
+
fm as alignList,
|
|
251
|
+
lp as alignRelation,
|
|
252
|
+
gt as appContainerStore,
|
|
253
|
+
Tr as appFeature,
|
|
258
254
|
ie as closeImageModal,
|
|
259
|
-
|
|
255
|
+
La as closePinModal,
|
|
260
256
|
te as closeSearchHelpModal,
|
|
261
|
-
|
|
257
|
+
Mt as closeSearchModal,
|
|
258
|
+
It as closeTrashModal,
|
|
262
259
|
Bt as closeUserDiscordDialog,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
260
|
+
vt as closeUserPlansModal,
|
|
261
|
+
_e as columnsMapReselect,
|
|
262
|
+
ye as columnsReselect,
|
|
263
|
+
Qm as combineClasses,
|
|
264
|
+
fr as combineStatuses,
|
|
265
|
+
xm as conditionOperatorsList,
|
|
266
|
+
zm as controlsDataMap,
|
|
267
|
+
Eo as controlsReselect,
|
|
268
|
+
Pm as createFormStore,
|
|
272
269
|
Nm as createFormStoreApi,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
270
|
+
Mp as createNavMenuStore,
|
|
271
|
+
Xe as createTableStore,
|
|
272
|
+
ur as downloadCSVAsBlob,
|
|
273
|
+
cr as downloadImageFromExternalUrl,
|
|
274
|
+
dr as downloadURL,
|
|
275
|
+
Lp as enUI,
|
|
279
276
|
Np as esUI,
|
|
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
|
-
|
|
277
|
+
Nr as filterHierarchyByTypes,
|
|
278
|
+
Wa as filterPinnedColumns,
|
|
279
|
+
Rr as formatBytes,
|
|
280
|
+
Xt as formatStorage,
|
|
281
|
+
Sr as generateLink,
|
|
282
|
+
za as getAggregateValue,
|
|
283
|
+
ja as getAggregationColumns,
|
|
284
|
+
Xa as getColumnId,
|
|
285
|
+
Qa as getColumnsProps,
|
|
286
|
+
qa as getCurrencyColumn,
|
|
287
|
+
Ka as getDateColumn,
|
|
288
|
+
Vo as getDefaultDropdownOptions,
|
|
289
|
+
Ho as getDefaultEndStep,
|
|
290
|
+
Go as getDefaultStartStep,
|
|
291
|
+
Ya as getExpandingColumn,
|
|
292
|
+
Ur as getFileIcons,
|
|
293
|
+
vr as getFileType,
|
|
294
|
+
Wo as getFirstStep,
|
|
295
|
+
Za as getHeaderStyles,
|
|
296
|
+
Dr as getMimeType,
|
|
297
|
+
rp as getNextStep,
|
|
298
|
+
Ja as getNumberColumn,
|
|
299
|
+
qm as getPageNumberClass,
|
|
300
|
+
wr as getPartOfTheDay,
|
|
301
|
+
$a as getPercentColumn,
|
|
302
|
+
qt as getPlanBadgeColor,
|
|
303
|
+
yr as getRandomIconColor,
|
|
304
|
+
zo as getRandomId,
|
|
305
|
+
em as getRatioColumn,
|
|
306
|
+
om as getSelectionColumn,
|
|
307
|
+
Ym as getTextValidation,
|
|
311
308
|
m as illustrationMap,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
309
|
+
Wr as initHotjar,
|
|
310
|
+
Br as isAppMode,
|
|
311
|
+
Mr as isFeature,
|
|
312
|
+
Do as isFormDirtyReselect,
|
|
313
|
+
Ar as isGalleryMediaFile,
|
|
314
|
+
Zm as isImageUrl,
|
|
315
|
+
um as isLayout,
|
|
316
|
+
Ir as isMobileDevice,
|
|
317
|
+
pt as isNumberValue,
|
|
318
|
+
cm as isSize,
|
|
319
|
+
dm as isSlideAnimation,
|
|
320
|
+
rm as isTechnicalColumn,
|
|
321
|
+
ta as isValidColorScheme,
|
|
322
|
+
Jm as isValidEmail,
|
|
323
|
+
$m as isValidUrl,
|
|
324
|
+
Lr as isVideoFile,
|
|
325
|
+
gm as layoutList,
|
|
326
|
+
Sm as mediaContentLayoutList,
|
|
327
|
+
Cm as mediaFullLayoutList,
|
|
331
328
|
Tm as mediaLayoutList,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
329
|
+
tm as mergeColumn,
|
|
330
|
+
mp as mergeTheme,
|
|
331
|
+
he as metaReselect,
|
|
335
332
|
ne as openImageModal,
|
|
336
|
-
|
|
337
|
-
|
|
333
|
+
Pa as openPinModal,
|
|
334
|
+
qo as openRemoveConfirmModal,
|
|
338
335
|
ae as openSearchHelpModal,
|
|
339
|
-
|
|
336
|
+
Et as openSearchModal,
|
|
340
337
|
d as openSubmitModal,
|
|
338
|
+
Lt as openTrashModal,
|
|
341
339
|
Vt as openUserDiscordDialog,
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
340
|
+
Ot as openUserPlansModal,
|
|
341
|
+
tp as operatorsRelation,
|
|
342
|
+
Wt as orderMap,
|
|
343
|
+
Ue as paginationMetaReselect,
|
|
344
|
+
Hr as parseDate,
|
|
345
|
+
sr as pickRandomEmoji,
|
|
346
|
+
Ao as questionNumberReselect,
|
|
347
|
+
Zt as removeQueryParam,
|
|
349
348
|
W as renderIcon,
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
jt as useAccessOptionsControl,
|
|
349
|
+
be as rowsReselect,
|
|
350
|
+
Rp as ruUI,
|
|
351
|
+
ve as searchedRowsReselect,
|
|
352
|
+
Oe as selectionReselect,
|
|
353
|
+
rr as showErrorNotification,
|
|
354
|
+
tr as showMessageNotification,
|
|
355
|
+
ar as showRequestNotifications,
|
|
356
|
+
mr as showSuccessNotification,
|
|
357
|
+
Mm as sizeList,
|
|
358
|
+
Em as slideAnimationList,
|
|
359
|
+
pp as sortSteps,
|
|
360
|
+
we as sortedRowsReselect,
|
|
361
|
+
Io as startStepReselect,
|
|
362
|
+
Lo as stepByControlReselect,
|
|
363
|
+
Po as stepsReselect,
|
|
364
|
+
zt as storageCategoryColors,
|
|
365
|
+
We as tableColumnDateTypes,
|
|
366
|
+
ze as tableColumnNumberTypes,
|
|
367
|
+
Ro as themeReselect,
|
|
368
|
+
ht as updateTimezone,
|
|
371
369
|
vm as useActiveControl,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
370
|
+
wm as useActiveStep,
|
|
371
|
+
ct as useAppContainer,
|
|
372
|
+
Ct as useAppContainerDataStore,
|
|
373
|
+
xt as useAsyncStatus,
|
|
376
374
|
fe as useChangePasswordModalStore,
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
375
|
+
Ba as useCreateTable,
|
|
376
|
+
Kr as useDateFnsLocale,
|
|
377
|
+
at as useDateUtils,
|
|
378
|
+
nt as useDisableWindowScrollDuringDrag,
|
|
381
379
|
Ht as useDiscordDialogStore,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
380
|
+
Bm as useFormMobile,
|
|
381
|
+
Rm as useFormViewerStore,
|
|
382
|
+
Zr as useFormatDistance,
|
|
383
|
+
Hm as useInterpolate,
|
|
384
|
+
Gm as useInterpolateText,
|
|
385
|
+
ir as useIsDarkTheme,
|
|
386
|
+
Ut as useLocalTimezone,
|
|
387
|
+
Qr as useMenu,
|
|
388
|
+
Ep as useNavMenuStore,
|
|
389
|
+
rt as useOAuthErrorParams,
|
|
392
390
|
Ft as useOnboardingState,
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
391
|
+
Ra as usePinModalStore,
|
|
392
|
+
st as useQueryParam,
|
|
393
|
+
lt as useRouteParam,
|
|
394
|
+
Ha as useSaveRowCount,
|
|
395
|
+
Dt as useSearchModalStore,
|
|
396
|
+
Um as useSteps,
|
|
397
|
+
$r as useSwipeDetect,
|
|
398
|
+
qe as useTableStore,
|
|
399
|
+
Pt as useTrashModalStore,
|
|
402
400
|
wt as useUserPlansModalStore,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
401
|
+
ep as useValidation,
|
|
402
|
+
_t as useWorkspacesOrder,
|
|
403
|
+
jr as validateAliasFormat,
|
|
404
|
+
ke as variableReselect,
|
|
405
|
+
Be as visibleColumnsBySideReselect,
|
|
406
|
+
Ve as visibleColumnsReselect,
|
|
407
|
+
He as visibleRowsReselect
|
|
409
408
|
};
|