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