@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
91 lines (89 loc) • 5.73 kB
TypeScript
/*
* 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<
{
confirm: import('../../..').ConfirmDialogStateProps;
error: import('../../..').ErrorDialogStateProps;
newContent: import('../../../components/NewContentDialog/utils').NewContentDialogStateProps;
minimizedTabs: import('../../..').MinimizedDialogsStateProps;
history: import('../../../components/HistoryDialog/utils').HistoryDialogStateProps;
viewVersion: import('../../../components/ViewVersionDialog/utils').ViewVersionDialogStateProps;
compareVersions: import('../../..').CompareVersionsDialogStateProps;
publish: import('../../..').PublishDialogStateProps;
dependencies: import('../../..').DependenciesDialogStateProps;
delete: import('../../..').DeleteDialogStateProps;
edit: import('../../../components/LegacyFormDialog/utils').LegacyFormDialogStateProps;
codeEditor: import('../../..').CodeEditorDialogStateProps;
workflowCancellation: import('../../../components/WorkflowCancellationDialog/utils').WorkflowCancellationDialogStateProps;
reject: import('../../../components/RejectDialog/utils').RejectDialogStateProps;
editSite: import('../../../components/EditSiteDialog/utils').EditSiteDialogStateProps;
createFolder: import('../../..').CreateFolderStateProps;
createFile: import('../../..').CreateFileStateProps;
renameAsset: import('../../..').RenameAssetStateProps;
copy: import('../../..').CopyDialogStateProps;
upload: import('../../../components/UploadDialog/util').UploadDialogStateProps;
singleFileUpload: import('../../..').SingleFileUploadDialogStateProps;
preview: import('../../..').PreviewDialogStateProps;
pathSelection: import('../../..').PathSelectionDialogStateProps;
changeContentType: import('../../..').ChangeContentTypeDialogStateProps;
itemMenu: import('../../..').ItemMenuStateProps;
itemMegaMenu: import('../../..').ItemMegaMenuStateProps;
launcher: import('../../..').LauncherStateProps;
publishingStatus: import('../../..').PublishingStatusDialogStateProps;
unlockPublisher: import('../../..').UnlockPublisherDialogStateProps;
widget: import('../../../components/WidgetDialog/utils').WidgetDialogStateProps;
uiBlocker: import('../../..').UIBlockerStateProps;
brokenReferences: import('../../../components/BrokenReferencesDialog/types').BrokenReferencesDialogStateProps;
folderMoveAlert: import('../../../components/FolderMoveAlert/FolderMoveAlertDialog').FolderMoveAlertDialogStateProps;
},
import('redux').UnknownAction,
Partial<{
confirm: import('../../..').ConfirmDialogStateProps;
error: import('../../..').ErrorDialogStateProps;
newContent: import('../../../components/NewContentDialog/utils').NewContentDialogStateProps;
minimizedTabs: import('../../..').MinimizedDialogsStateProps;
history: import('../../../components/HistoryDialog/utils').HistoryDialogStateProps;
viewVersion: import('../../../components/ViewVersionDialog/utils').ViewVersionDialogStateProps;
compareVersions: import('../../..').CompareVersionsDialogStateProps;
publish: import('../../..').PublishDialogStateProps;
dependencies: import('../../..').DependenciesDialogStateProps;
delete: import('../../..').DeleteDialogStateProps;
edit: import('../../../components/LegacyFormDialog/utils').LegacyFormDialogStateProps;
codeEditor: import('../../..').CodeEditorDialogStateProps;
workflowCancellation: import('../../../components/WorkflowCancellationDialog/utils').WorkflowCancellationDialogStateProps;
reject: import('../../../components/RejectDialog/utils').RejectDialogStateProps;
editSite: import('../../../components/EditSiteDialog/utils').EditSiteDialogStateProps;
createFolder: import('../../..').CreateFolderStateProps;
createFile: import('../../..').CreateFileStateProps;
renameAsset: import('../../..').RenameAssetStateProps;
copy: import('../../..').CopyDialogStateProps;
upload: import('../../../components/UploadDialog/util').UploadDialogStateProps;
singleFileUpload: import('../../..').SingleFileUploadDialogStateProps;
preview: import('../../..').PreviewDialogStateProps;
pathSelection: import('../../..').PathSelectionDialogStateProps;
changeContentType: import('../../..').ChangeContentTypeDialogStateProps;
itemMenu: import('../../..').ItemMenuStateProps;
itemMegaMenu: import('../../..').ItemMegaMenuStateProps;
launcher: import('../../..').LauncherStateProps;
publishingStatus: import('../../..').PublishingStatusDialogStateProps;
unlockPublisher: import('../../..').UnlockPublisherDialogStateProps;
widget: import('../../../components/WidgetDialog/utils').WidgetDialogStateProps;
uiBlocker: import('../../..').UIBlockerStateProps;
brokenReferences: import('../../../components/BrokenReferencesDialog/types').BrokenReferencesDialogStateProps;
folderMoveAlert: import('../../../components/FolderMoveAlert/FolderMoveAlertDialog').FolderMoveAlertDialogStateProps;
}>
>;
export default _default;