UNPKG

@craftercms/studio-ui

Version:

Services, components, models & utils to build CrafterCMS authoring extensions.

54 lines (52 loc) 3.29 kB
/* * Copyright (C) 2007-2022 Crafter Software Corporation. All Rights Reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ declare const _default: import('redux').Reducer< import('redux').CombinedState<{ confirm: import('../../../components').ConfirmDialogStateProps; error: import('../../../components').ErrorDialogStateProps; newContent: import('../../../components/NewContentDialog/utils').NewContentDialogStateProps; minimizedTabs: import('../../../models').MinimizedDialogsStateProps; history: import('../../../components/HistoryDialog/utils').HistoryDialogStateProps; viewVersion: import('../../../components/ViewVersionDialog/utils').ViewVersionDialogStateProps; compareVersions: import('../../../components').CompareVersionsDialogStateProps; publish: import('../../../components').PublishDialogStateProps; dependencies: import('../../../components').DependenciesDialogStateProps; delete: import('../../../components').DeleteDialogStateProps; edit: import('../../../components/LegacyFormDialog/utils').LegacyFormDialogStateProps; codeEditor: import('../../../components').CodeEditorDialogStateProps; workflowCancellation: import('../../../components/WorkflowCancellationDialog/utils').WorkflowCancellationDialogStateProps; reject: import('../../../components/RejectDialog/utils').RejectDialogStateProps; editSite: import('../../../components/EditSiteDialog/utils').EditSiteDialogStateProps; createFolder: import('../../../components').CreateFolderStateProps; createFile: import('../../../components').CreateFileStateProps; renameAsset: import('../../../components').RenameAssetStateProps; copy: import('../../../components').CopyDialogStateProps; upload: import('../../../components/UploadDialog/util').UploadDialogStateProps; singleFileUpload: import('../../../components').SingleFileUploadDialogStateProps; preview: import('../../../components').PreviewDialogStateProps; pathSelection: import('../../../components').PathSelectionDialogStateProps; changeContentType: import('../../../components').ChangeContentTypeDialogStateProps; itemMenu: import('../../../components').ItemMenuStateProps; itemMegaMenu: import('../../../components').ItemMegaMenuStateProps; launcher: import('../../../components').LauncherStateProps; publishingStatus: import('../../../components').PublishingStatusDialogStateProps; unlockPublisher: import('../../../components').UnlockPublisherDialogStateProps; widget: import('../../../components/WidgetDialog/utils').WidgetDialogStateProps; uiBlocker: import('../../../components').UIBlockerStateProps; }>, import('redux').AnyAction >; export default _default;