@umbraco-deploy/backoffice 17.2.0-rc1 → 18.0.0-rc1
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/package.json +5 -5
- package/types/{entity-actions/compare → compare/actions}/compare.action.d.ts +1 -1
- package/types/compare/actions/index.d.ts +1 -0
- package/types/compare/actions/manifests.d.ts +2 -0
- package/types/{entity-actions/compare → compare/components}/compare-table.element.d.ts +1 -1
- package/types/compare/components/index.d.ts +1 -0
- package/types/{entity-actions/compare → compare/conditions}/compare.condition.d.ts +2 -3
- package/types/compare/conditions/constants.d.ts +1 -0
- package/types/compare/conditions/index.d.ts +1 -0
- package/types/compare/conditions/manifests.d.ts +6 -0
- package/types/compare/index.d.ts +4 -0
- package/types/compare/manifests.d.ts +11 -0
- package/types/{entity-actions/compare → compare}/modal/compare-modal.token.d.ts +1 -0
- package/types/compare/modal/constants.d.ts +1 -0
- package/types/compare/modal/index.d.ts +2 -0
- package/types/compare/modal/manifests.d.ts +6 -0
- package/types/compare/umbraco-package.d.ts +7 -0
- package/types/{components → core/components}/error-detail/error-detail.element.d.ts +0 -1
- package/types/{components → core/components}/index.d.ts +0 -3
- package/types/{components → core/components}/no-nodes.element.d.ts +2 -2
- package/types/core/components/work-progress/work-progress.element.d.ts +15 -0
- package/types/core/conditions/active-section.condition.d.ts +12 -0
- package/types/{entity-actions → core/conditions}/base.condition.d.ts +2 -2
- package/types/core/conditions/constants.d.ts +2 -0
- package/types/{entity-actions → core/conditions}/entity-type.condition.d.ts +1 -1
- package/types/core/conditions/index.d.ts +4 -0
- package/types/core/conditions/manifests.d.ts +11 -0
- package/types/{context → core/context}/deploy.context-token.d.ts +1 -0
- package/types/core/context/deploy.context.d.ts +18 -0
- package/types/{context → core/context}/signalr.context-token.d.ts +1 -0
- package/types/{context → core/context}/signalr.context.d.ts +2 -2
- package/types/{entities.d.ts → core/entities.d.ts} +16 -11
- package/types/{entity-actions → core/entity-actions}/base.action.d.ts +8 -11
- package/types/core/entity-actions/constants.d.ts +2 -0
- package/types/core/entity-actions/deploy-action-registrar.controller.d.ts +5 -0
- package/types/{entity-actions → core/entity-actions}/entity-action-registrar.manifest.d.ts +2 -1
- package/types/{entity-actions → core/entity-actions}/entity-type-mapping.manifest.d.ts +2 -1
- package/types/core/entity-actions/index.d.ts +5 -0
- package/types/core/entity-actions/manifests.d.ts +13 -0
- package/types/core/icons/folder-sync.d.ts +2 -0
- package/types/core/icons/icons.d.ts +8 -0
- package/types/core/icons/import.d.ts +2 -0
- package/types/core/icons/manifests.d.ts +6 -0
- package/types/core/index.d.ts +13 -0
- package/types/{lang → core/lang}/en.d.ts +105 -78
- package/types/core/manifests.d.ts +43 -0
- package/types/core/modal/constants.d.ts +3 -0
- package/types/core/modal/error-modal.element.d.ts +14 -0
- package/types/core/modal/error-modal.token.d.ts +7 -0
- package/types/core/modal/index.d.ts +8 -0
- package/types/core/modal/manifests.d.ts +16 -0
- package/types/{modal/element → core/modal}/no-nodes-modal.element.d.ts +0 -1
- package/types/{modal/element → core/modal}/progress-modal.element.d.ts +1 -1
- package/types/{modal/token → core/modal}/progress-modal.token.d.ts +3 -4
- package/types/core/progress-manager.controller.d.ts +6 -0
- package/types/core/queue/constants.d.ts +1 -0
- package/types/core/queue/empty-state.element.d.ts +15 -0
- package/types/core/queue/entities.d.ts +28 -0
- package/types/core/queue/index.d.ts +7 -0
- package/types/core/queue/queue-item-status-provider.context-token.d.ts +15 -0
- package/types/core/queue/queue-manager-context-base.d.ts +66 -0
- package/types/core/queue/queue-progress.element.d.ts +23 -0
- package/types/core/queue/queue-workspace-view-base.element.d.ts +14 -0
- package/types/{repository → core/repositories}/base.repository.d.ts +1 -2
- package/types/core/repositories/deploy.repository.d.ts +6 -0
- package/types/{repository → core/repositories}/entity.repository.d.ts +2 -3
- package/types/{repository → core/repositories}/index.d.ts +0 -3
- package/types/core/repositories/manifests.d.ts +1 -0
- package/types/{repository → core/repositories}/remote-tree/document/manifests.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/document/remote-document-tree.server.data-source.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/entity/manifests.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/entity/remote-entity-tree.server.data-source.d.ts +1 -1
- package/types/core/repositories/remote-tree/manifests.d.ts +1 -0
- package/types/{repository → core/repositories}/remote-tree/media/manifests.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/media/remote-media-tree.server.data-source.d.ts +1 -1
- package/types/{repository → core/repositories}/remote-tree/remote-tree-base.repository.d.ts +2 -2
- package/types/{repository → core/repositories}/remote-tree/remote-tree-server-data-source-base.d.ts +2 -2
- package/types/{types.d.ts → core/types.d.ts} +1 -1
- package/types/core/umbraco-package.d.ts +7 -0
- package/types/{entity-actions/permissions-manifests.d.ts → core/user-permissions/constants.d.ts} +0 -2
- package/types/core/user-permissions/index.d.ts +1 -0
- package/types/core/user-permissions/manifests.d.ts +2 -0
- package/types/{util.d.ts → core/util.d.ts} +18 -3
- package/types/core/work/deploy-work-runner.context.d.ts +28 -0
- package/types/core/work/entities.d.ts +50 -0
- package/types/core/work/index.d.ts +5 -0
- package/types/core/work/work-operation-context-base.d.ts +34 -0
- package/types/core/work/work-operation-workspace-view-base.element.d.ts +19 -0
- package/types/core/work/work-runner-provider.context-token.d.ts +8 -0
- package/types/deploy-context-registrar.controller.d.ts +11 -0
- package/types/environments/components/content-flow/content-flow.element.d.ts +18 -0
- package/types/{dashboards/environments → environments}/components/environment/environment.element.d.ts +3 -2
- package/types/{header-apps → environments/components/environment-name-header-app}/environment-name-header-app.element.d.ts +3 -2
- package/types/{components → environments/components}/environment-select/environment-select.element.d.ts +1 -1
- package/types/environments/components/index.d.ts +3 -0
- package/types/environments/conditions/constants.d.ts +1 -0
- package/types/environments/conditions/environment.condition.d.ts +21 -0
- package/types/environments/conditions/index.d.ts +1 -0
- package/types/environments/conditions/manifests.d.ts +6 -0
- package/types/environments/constants.d.ts +1 -0
- package/types/environments/entity-actions/manifests.d.ts +33 -0
- package/types/environments/entity-actions/open-backoffice/manifests.d.ts +17 -0
- package/types/environments/entity-actions/open-backoffice/open-backoffice.action.d.ts +5 -0
- package/types/environments/entity-actions/view-website/manifests.d.ts +17 -0
- package/types/environments/entity-actions/view-website/view-website.action.d.ts +5 -0
- package/types/environments/index.d.ts +1 -0
- package/types/environments/manifests.d.ts +38 -0
- package/types/environments/umbraco-package.d.ts +7 -0
- package/types/{entity-actions/export/environment → export/actions}/environment-export.action.d.ts +2 -2
- package/types/export/actions/manifests.d.ts +58 -0
- package/types/export/actions/tree-export.action.d.ts +4 -0
- package/types/export/conditions/constants.d.ts +1 -0
- package/types/export/conditions/index.d.ts +1 -0
- package/types/export/conditions/manifests.d.ts +6 -0
- package/types/{entity-actions/export/tree → export/conditions}/tree-export.condition.d.ts +2 -3
- package/types/export/constants.d.ts +0 -0
- package/types/export/entities.d.ts +10 -0
- package/types/export/index.d.ts +5 -0
- package/types/export/manifests.d.ts +68 -0
- package/types/export/modal/constants.d.ts +1 -0
- package/types/{modal/element → export/modal}/export-modal.element.d.ts +3 -4
- package/types/{modal/token → export/modal}/export-modal.token.d.ts +2 -0
- package/types/export/modal/index.d.ts +2 -0
- package/types/export/modal/manifests.d.ts +6 -0
- package/types/export/queue/export-queue-manager-context.token.d.ts +4 -0
- package/types/export/queue/export-queue-manager.context.d.ts +11 -0
- package/types/export/queue/export-runner-context.token.d.ts +3 -0
- package/types/export/queue/index.d.ts +3 -0
- package/types/{repository → export/repository}/export.repository.d.ts +7 -3
- package/types/export/repository/index.d.ts +1 -0
- package/types/export/umbraco-package.d.ts +7 -0
- package/types/exports.d.ts +39 -31
- package/types/generated/index.d.ts +1 -1
- package/types/generated/sdk.gen.d.ts +21 -20
- package/types/generated/types.gen.d.ts +209 -211
- package/types/import/entities.d.ts +18 -0
- package/types/import/index.d.ts +3 -0
- package/types/import/manifests.d.ts +1 -0
- package/types/import/queue/import-queue-manager-context.token.d.ts +4 -0
- package/types/import/queue/import-queue-manager.context.d.ts +10 -0
- package/types/import/queue/import-runner-context.token.d.ts +3 -0
- package/types/import/queue/index.d.ts +3 -0
- package/types/import/repository/import.repository.d.ts +5 -0
- package/types/import/repository/index.d.ts +1 -0
- package/types/import/umbraco-package.d.ts +7 -0
- package/types/index.d.ts +0 -7
- package/types/overview/actions/clear-queue.action.d.ts +10 -0
- package/types/overview/actions/deploy-clear-queue-menu-item.kind.d.ts +3 -0
- package/types/overview/actions/deploy-overview-workspace-action.kind.d.ts +3 -0
- package/types/overview/actions/export.action.d.ts +8 -0
- package/types/overview/actions/import.action.d.ts +13 -0
- package/types/overview/actions/manifests.d.ts +122 -0
- package/types/overview/actions/refresh-transfer-queue.action.d.ts +5 -0
- package/types/overview/actions/transfer.action.d.ts +13 -0
- package/types/overview/conditions/constants.d.ts +2 -0
- package/types/overview/conditions/has-queue.condition.d.ts +14 -0
- package/types/overview/conditions/index.d.ts +3 -0
- package/types/overview/conditions/manifests.d.ts +11 -0
- package/types/overview/conditions/queue-initialized.condition.d.ts +14 -0
- package/types/overview/constants.d.ts +6 -0
- package/types/overview/deploy-overview-workspace-editor.element.d.ts +17 -0
- package/types/overview/deploy-overview-workspace-view.kind.d.ts +13 -0
- package/types/overview/deploy-queue-item.element.d.ts +25 -0
- package/types/overview/entity-actions/help/help.action.d.ts +4 -0
- package/types/overview/entity-actions/help/manifests.d.ts +17 -0
- package/types/overview/entity-actions/manifests.d.ts +17 -0
- package/types/overview/entity-actions/open-cloud/manifests.d.ts +17 -0
- package/types/overview/entity-actions/open-cloud/open-cloud-project.action.d.ts +4 -0
- package/types/overview/index.d.ts +3 -0
- package/types/overview/manifests.d.ts +156 -0
- package/types/overview/umbraco-package.d.ts +7 -0
- package/types/overview/views/export/export-workspace-view.element.d.ts +22 -0
- package/types/overview/views/import/import-workspace-view.element.d.ts +22 -0
- package/types/overview/views/import/input-upload-field.element.d.ts +32 -0
- package/types/overview/views/transfer/transfer-workspace-view.element.d.ts +20 -0
- package/types/packages.d.ts +10 -0
- package/types/restore/actions/environment-restore.action.d.ts +4 -0
- package/types/restore/actions/manifests.d.ts +2 -0
- package/types/restore/actions/partial-restore.action.d.ts +4 -0
- package/types/restore/actions/tree-restore.action.d.ts +4 -0
- package/types/restore/conditions/constants.d.ts +3 -0
- package/types/{entity-actions/restore/environment → restore/conditions}/environment-restore.condition.d.ts +2 -3
- package/types/restore/conditions/index.d.ts +1 -0
- package/types/restore/conditions/manifests.d.ts +16 -0
- package/types/{entity-actions/restore/partial → restore/conditions}/partial-restore.condition.d.ts +2 -3
- package/types/{entity-actions/restore/tree → restore/conditions}/tree-restore.condition.d.ts +2 -3
- package/types/restore/index.d.ts +3 -0
- package/types/restore/manifests.d.ts +26 -0
- package/types/restore/modal/constants.d.ts +2 -0
- package/types/restore/modal/index.d.ts +3 -0
- package/types/restore/modal/manifests.d.ts +11 -0
- package/types/{modal/element → restore/modal}/partial-restore-modal.element.d.ts +1 -1
- package/types/{modal/token → restore/modal}/partial-restore-modal.token.d.ts +1 -1
- package/types/{modal/element → restore/modal}/restore-modal.element.d.ts +1 -1
- package/types/{modal/token → restore/modal}/restore-modal.token.d.ts +1 -1
- package/types/restore/repository/index.d.ts +1 -0
- package/types/restore/repository/restore.repository.d.ts +9 -0
- package/types/restore/umbraco-package.d.ts +7 -0
- package/types/settings/constants.d.ts +2 -0
- package/types/settings/entities.d.ts +11 -0
- package/types/settings/index.d.ts +4 -0
- package/types/settings/management.repository.d.ts +10 -0
- package/types/{dashboards/management → settings}/management.server.data.d.ts +7 -1
- package/types/settings/manifests.d.ts +1 -0
- package/types/settings/tree/manifests.d.ts +1 -0
- package/types/settings/umbraco-package.d.ts +7 -0
- package/types/settings/workspaces/configuration/constants.d.ts +2 -0
- package/types/settings/workspaces/configuration/deploy-configuration-workspace.element.d.ts +11 -0
- package/types/settings/workspaces/configuration/index.d.ts +1 -0
- package/types/settings/workspaces/configuration/manifests.d.ts +30 -0
- package/types/settings/workspaces/configuration/views/configuration-overview-view.element.d.ts +21 -0
- package/types/settings/workspaces/configuration/views/details.element.d.ts +12 -0
- package/types/settings/workspaces/configuration-layout.element.d.ts +11 -0
- package/types/settings/workspaces/deploy-settings-workspace-view.element.d.ts +7 -0
- package/types/settings/workspaces/index.d.ts +4 -0
- package/types/settings/workspaces/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/conditions/can-perform-action.condition.d.ts +12 -0
- package/types/settings/workspaces/schema/conditions/constants.d.ts +1 -0
- package/types/settings/workspaces/schema/conditions/index.d.ts +2 -0
- package/types/settings/workspaces/schema/conditions/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/constants.d.ts +3 -0
- package/types/settings/workspaces/schema/deploy-schema-workspace.element.d.ts +11 -0
- package/types/settings/workspaces/schema/entity-actions/create-file.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/create-item.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/delete-file.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/delete-item.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/entity-actions/schema-comparison-entity-action-base.d.ts +21 -0
- package/types/settings/workspaces/schema/entity-actions/update-file.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/update-item.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions/view-details.action.d.ts +5 -0
- package/types/settings/workspaces/schema/entity-actions-table-column-view.element.d.ts +17 -0
- package/types/settings/workspaces/schema/index.d.ts +5 -0
- package/types/settings/workspaces/schema/manifests.d.ts +35 -0
- package/types/settings/workspaces/schema/modal/index.d.ts +2 -0
- package/types/settings/workspaces/schema/modal/manifests.d.ts +6 -0
- package/types/{dashboards/management/components/schema-comparison → settings/workspaces/schema/modal}/schema-detail-modal.element.d.ts +0 -2
- package/types/{dashboards/management/components/schema-comparison → settings/workspaces/schema/modal}/schema-detail-modal.token.d.ts +3 -3
- package/types/settings/workspaces/schema/repository/constants.d.ts +3 -0
- package/types/settings/workspaces/schema/repository/index.d.ts +3 -0
- package/types/settings/workspaces/schema/repository/manifests.d.ts +1 -0
- package/types/settings/workspaces/schema/repository/schema-comaprison.store.d.ts +8 -0
- package/types/settings/workspaces/schema/repository/schema-comparison.repository.d.ts +42 -0
- package/types/settings/workspaces/schema/repository/schema-comparison.server.data-source.d.ts +27 -0
- package/types/settings/workspaces/schema/repository/schema-comparison.store.context-token.d.ts +3 -0
- package/types/settings/workspaces/schema/views/schema-overview-view.element.d.ts +19 -0
- package/types/settings/workspaces/status/constants.d.ts +2 -0
- package/types/settings/workspaces/status/deploy-status-workspace.element.d.ts +11 -0
- package/types/settings/workspaces/status/index.d.ts +1 -0
- package/types/settings/workspaces/status/manifests.d.ts +30 -0
- package/types/settings/workspaces/status/views/deploy-operation.element.d.ts +19 -0
- package/types/{dashboards/management/components/deploy-status → settings/workspaces/status/views}/deploy-status.element.d.ts +3 -4
- package/types/settings/workspaces/status/views/download-artifacts.element.d.ts +12 -0
- package/types/settings/workspaces/status/views/status-overview-view.element.d.ts +20 -0
- package/types/transfer/actions/manifests.d.ts +3 -0
- package/types/transfer/actions/queue.action.d.ts +4 -0
- package/types/transfer/actions/transfer-now.action.d.ts +4 -0
- package/types/transfer/conditions/constants.d.ts +2 -0
- package/types/transfer/conditions/index.d.ts +1 -0
- package/types/transfer/conditions/manifests.d.ts +11 -0
- package/types/{entity-actions/queue → transfer/conditions}/queue.condition.d.ts +2 -3
- package/types/{entity-actions/transfer-now → transfer/conditions}/transfer-now.condition.d.ts +2 -3
- package/types/transfer/entities.d.ts +9 -0
- package/types/transfer/index.d.ts +4 -0
- package/types/transfer/manifests.d.ts +16 -0
- package/types/transfer/modal/constants.d.ts +1 -0
- package/types/transfer/modal/index.d.ts +2 -0
- package/types/transfer/modal/manifests.d.ts +6 -0
- package/types/{modal/element → transfer/modal}/queue-modal.element.d.ts +3 -3
- package/types/{modal/token → transfer/modal}/queue-modal.token.d.ts +6 -9
- package/types/{queue → transfer/queue}/index.d.ts +1 -0
- package/types/{queue → transfer/queue}/transfer-queue-manager-context.token.d.ts +1 -0
- package/types/transfer/queue/transfer-queue-manager.context.d.ts +32 -0
- package/types/transfer/queue/transfer-queue.repository.d.ts +12 -0
- package/types/transfer/queue/transfer-runner-context.token.d.ts +3 -0
- package/types/transfer/umbraco-package.d.ts +7 -0
- package/types/components/export-complete.element.d.ts +0 -17
- package/types/components/work-complete/work-complete.element.d.ts +0 -22
- package/types/components/work-progress/work-progress.element.d.ts +0 -18
- package/types/context/deploy.context.d.ts +0 -20
- package/types/dashboards/cloud-dashboard-header.element.d.ts +0 -19
- package/types/dashboards/environments/components/content-flow/content-flow.element.d.ts +0 -21
- package/types/dashboards/environments/components/deploy-queue/deploy-queue.element.d.ts +0 -24
- package/types/dashboards/environments/components/environment-add/environment-add.element.d.ts +0 -13
- package/types/dashboards/environments/components/environment-connect/environment-connect.element.d.ts +0 -17
- package/types/dashboards/environments/components/environment-deploy/environment-deploy.element.d.ts +0 -17
- package/types/dashboards/environments/components/environment-info/environment-info.element.d.ts +0 -16
- package/types/dashboards/environments/components/index.d.ts +0 -7
- package/types/dashboards/environments/environments-dashboard.element.d.ts +0 -17
- package/types/dashboards/environments/index.d.ts +0 -2
- package/types/dashboards/environments/manifests.d.ts +0 -2
- package/types/dashboards/index.d.ts +0 -4
- package/types/dashboards/management/components/configuration-details/configuration-details-notes-column-layout.element.d.ts +0 -18
- package/types/dashboards/management/components/configuration-details/configuration-details-setting-column-layout.element.d.ts +0 -15
- package/types/dashboards/management/components/configuration-details/configuration-details-value-column-layout.element.d.ts +0 -14
- package/types/dashboards/management/components/configuration-details/configuration-details.element.d.ts +0 -20
- package/types/dashboards/management/components/configuration-details/index.d.ts +0 -4
- package/types/dashboards/management/components/deploy-operations/deploy-operation.element.d.ts +0 -26
- package/types/dashboards/management/components/deploy-operations/deploy-operations.element.d.ts +0 -14
- package/types/dashboards/management/components/download-artifacts/download-artifacts.element.d.ts +0 -13
- package/types/dashboards/management/components/index.d.ts +0 -6
- package/types/dashboards/management/components/manifests.d.ts +0 -2
- package/types/dashboards/management/components/schema-comparison/index.d.ts +0 -5
- package/types/dashboards/management/components/schema-comparison/schema-comparison-entityactions-column-layout.element.d.ts +0 -22
- package/types/dashboards/management/components/schema-comparison/schema-comparison.element.d.ts +0 -18
- package/types/dashboards/management/index.d.ts +0 -5
- package/types/dashboards/management/management-dashboard.element.d.ts +0 -26
- package/types/dashboards/management/management.repository.d.ts +0 -19
- package/types/dashboards/management/manifests.d.ts +0 -4
- package/types/dashboards/manifests.d.ts +0 -1
- package/types/dashboards/onprem-dashboard-header.element.d.ts +0 -12
- package/types/entity-actions/compare/manifests.d.ts +0 -4
- package/types/entity-actions/conditions-manifests.d.ts +0 -2
- package/types/entity-actions/export/export-base.action.d.ts +0 -7
- package/types/entity-actions/export/manifests.d.ts +0 -3
- package/types/entity-actions/export/tree/tree-export.action.d.ts +0 -4
- package/types/entity-actions/import/import.action.d.ts +0 -8
- package/types/entity-actions/import/manifests.d.ts +0 -3
- package/types/entity-actions/import/modal/import-modal.element.d.ts +0 -22
- package/types/entity-actions/import/modal/import-modal.token.d.ts +0 -10
- package/types/entity-actions/index.d.ts +0 -4
- package/types/entity-actions/manifests.d.ts +0 -2
- package/types/entity-actions/queue/manifests.d.ts +0 -3
- package/types/entity-actions/queue/queue.action.d.ts +0 -8
- package/types/entity-actions/restore/environment/environment-restore.action.d.ts +0 -4
- package/types/entity-actions/restore/manifests.d.ts +0 -3
- package/types/entity-actions/restore/partial/partial-restore.action.d.ts +0 -4
- package/types/entity-actions/restore/restore-base.action.d.ts +0 -9
- package/types/entity-actions/restore/tree/tree-restore.action.d.ts +0 -4
- package/types/entity-actions/transfer-now/manifests.d.ts +0 -3
- package/types/entity-actions/transfer-now/transfer-now.action.d.ts +0 -7
- package/types/header-apps/index.d.ts +0 -1
- package/types/modal/element/index.d.ts +0 -6
- package/types/modal/index.d.ts +0 -2
- package/types/modal/manifests.d.ts +0 -2
- package/types/modal/token/index.d.ts +0 -6
- package/types/queue/transfer-queue-manager.context.d.ts +0 -15
- package/types/queue/transfer-queue.repository.d.ts +0 -10
- package/types/repository/deploy.repository.d.ts +0 -6
- package/types/repository/import.repository.d.ts +0 -5
- package/types/repository/manifests.d.ts +0 -1
- package/types/repository/remote-tree/manifests.d.ts +0 -1
- package/types/repository/restore.repository.d.ts +0 -9
- package/types/{entity-actions/compare → compare}/modal/compare-modal.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/busy-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/chunk-encoding-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/collision-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/content-type-changed-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/dependency-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/error-type-base.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/generic-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/import-artifacts-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/import-artifacts-unhandled-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/index.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/invalid-path-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/merge-conflict-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/remote-api-timeout-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/restore-schema-mismatch-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/schema-mismatch-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/unauthorized-client-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error-types/web-exception-error.element.d.ts +0 -0
- package/types/{components → core/components}/error/error.element.d.ts +1 -1
- package/types/{components → core/components}/error/index.d.ts +0 -0
- package/types/{context → core/context}/index.d.ts +0 -0
- package/types/{context → core/context}/remote-tree.context-token.d.ts +0 -0
- package/types/{context → core/context}/remote-tree.context.d.ts +1 -1
- /package/types/{lang → core/lang}/en.dashboard-management-configuration-details.d.ts +0 -0
- /package/types/{lang → core/lang}/manifests.d.ts +0 -0
- /package/types/{modal/token → core/modal}/no-nodes-modal.token.d.ts +0 -0
- /package/types/{modal → core/modal}/styles.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/document/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/document/remote-document-tree.repository.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/entity/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/entity/remote-entity-tree.repository.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/media/index.d.ts +0 -0
- /package/types/{repository → core/repositories}/remote-tree/media/remote-media-tree.repository.d.ts +0 -0
- /package/types/{header-apps → environments/components}/manifests.d.ts +0 -0
- /package/types/{dashboards/management/components/schema-comparison → settings/workspaces/schema/views}/schema-comparison-boolean-column-layout.element.d.ts +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface ImportQueueState {
|
|
2
|
+
temporaryFileKey?: string;
|
|
3
|
+
items: ZipEntityModel[];
|
|
4
|
+
warningsAsErrors: boolean;
|
|
5
|
+
includeContentEntityTypes: boolean;
|
|
6
|
+
includeContentFileEntityTypes: boolean;
|
|
7
|
+
includeSchemaEntityTypes: boolean;
|
|
8
|
+
includeSchemaFileEntityTypes: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface ZipEntityModel {
|
|
11
|
+
udi: string;
|
|
12
|
+
title: string;
|
|
13
|
+
cultures: string[];
|
|
14
|
+
entityType: string;
|
|
15
|
+
isContent: boolean;
|
|
16
|
+
isFile: boolean;
|
|
17
|
+
isSchema: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const manifests: never[];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { DeployImportQueueManagerContext } from "./import-queue-manager.context.js";
|
|
2
|
+
import { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
3
|
+
export declare const DEPLOY_IMPORT_QUEUE_MANAGER_ALIAS = "DeployImportQueueManager";
|
|
4
|
+
export declare const DEPLOY_IMPORT_QUEUE_MANAGER: UmbContextToken<DeployImportQueueManagerContext, DeployImportQueueManagerContext>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ImportQueueState } from "../entities.js";
|
|
2
|
+
import { DeployWorkOperationContextBase, type DeployWorkOperationContext, type DeployWorkRunner } from "../../core/index.ts";
|
|
3
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
4
|
+
export declare class DeployImportQueueManagerContext extends DeployWorkOperationContextBase<ImportQueueState> implements DeployWorkOperationContext<ImportQueueState> {
|
|
5
|
+
#private;
|
|
6
|
+
filteredItems: import("rxjs").Observable<import("../entities.js").ZipEntityModel[]>;
|
|
7
|
+
constructor(host: UmbControllerHost, runner: DeployWorkRunner);
|
|
8
|
+
handleFileSelection(temporaryFileKey?: string): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
export { DeployImportQueueManagerContext as api };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ImportQueueState } from "../entities.js";
|
|
2
|
+
import { DeployRepositoryBase } from "../../core/index.ts";
|
|
3
|
+
export declare class DeployImportRepository extends DeployRepositoryBase {
|
|
4
|
+
import(importModel: ImportQueueState): Promise<import("../../generated/index.ts").WorkItemDetailModel | import("@umbraco-cms/backoffice/resources").UmbApiError>;
|
|
5
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./import.repository.js";
|
package/types/index.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
1
|
import type { UmbEntryPointOnInit } from "@umbraco-cms/backoffice/extension-api";
|
|
2
|
-
export * from "./dashboards/index.js";
|
|
3
|
-
export * from "./components/index.js";
|
|
4
|
-
export * from "./header-apps/index.js";
|
|
5
|
-
export * from "./modal/index.js";
|
|
6
|
-
export * from "./repository/index.js";
|
|
7
|
-
export * from "./entity-actions/index.js";
|
|
8
|
-
export * from "./queue/index.js";
|
|
9
2
|
export * from "./exports.js";
|
|
10
3
|
export declare const onInit: UmbEntryPointOnInit;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
2
|
+
import { UmbWorkspaceActionMenuItemBase } from "@umbraco-cms/backoffice/workspace";
|
|
3
|
+
import type { DeployQueueManagerContext } from "../../core/index.ts";
|
|
4
|
+
export interface DeployClearQueueActionMeta {
|
|
5
|
+
queueManagerContext: UmbContextToken<DeployQueueManagerContext<unknown, unknown>>;
|
|
6
|
+
}
|
|
7
|
+
export declare class DeployClearQueueAction extends UmbWorkspaceActionMenuItemBase<DeployClearQueueActionMeta> {
|
|
8
|
+
execute(): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
export { DeployClearQueueAction as api };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UmbWorkspaceActionBase } from "@umbraco-cms/backoffice/workspace";
|
|
2
|
+
export declare class DeployExportWorkspaceAction extends UmbWorkspaceActionBase<{
|
|
3
|
+
label: string;
|
|
4
|
+
}> {
|
|
5
|
+
#private;
|
|
6
|
+
execute(): Promise<void>;
|
|
7
|
+
}
|
|
8
|
+
export { DeployExportWorkspaceAction as api };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
2
|
+
import type { UmbWorkspaceActionArgs } from "@umbraco-cms/backoffice/workspace";
|
|
3
|
+
import { UmbWorkspaceActionBase } from "@umbraco-cms/backoffice/workspace";
|
|
4
|
+
export declare class DeployImportWorkspaceAction extends UmbWorkspaceActionBase<{
|
|
5
|
+
label: string;
|
|
6
|
+
}> {
|
|
7
|
+
#private;
|
|
8
|
+
constructor(host: UmbControllerHost, args: UmbWorkspaceActionArgs<{
|
|
9
|
+
label: string;
|
|
10
|
+
}>);
|
|
11
|
+
execute(): Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export { DeployImportWorkspaceAction as api };
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
2
|
+
export declare const manifests: ({
|
|
3
|
+
type: string;
|
|
4
|
+
kind: string;
|
|
5
|
+
alias: string;
|
|
6
|
+
name: string;
|
|
7
|
+
api: () => Promise<unknown>;
|
|
8
|
+
forEntityTypes: string[];
|
|
9
|
+
meta: {
|
|
10
|
+
label: string;
|
|
11
|
+
queueManagerContext?: undefined;
|
|
12
|
+
};
|
|
13
|
+
conditions: ({
|
|
14
|
+
alias: string;
|
|
15
|
+
match: string;
|
|
16
|
+
queueManagerContext?: undefined;
|
|
17
|
+
viewAlias?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
alias: string;
|
|
20
|
+
queueManagerContext: UmbContextToken<import("../../export/index.ts").DeployExportQueueManagerContext, import("../../export/index.ts").DeployExportQueueManagerContext>;
|
|
21
|
+
viewAlias: string;
|
|
22
|
+
match?: undefined;
|
|
23
|
+
})[];
|
|
24
|
+
forWorkspaceActions?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
type: string;
|
|
27
|
+
kind: string;
|
|
28
|
+
alias: string;
|
|
29
|
+
name: string;
|
|
30
|
+
forWorkspaceActions: string[];
|
|
31
|
+
meta: {
|
|
32
|
+
queueManagerContext: UmbContextToken<import("../../export/index.ts").DeployExportQueueManagerContext, import("../../export/index.ts").DeployExportQueueManagerContext>;
|
|
33
|
+
label?: undefined;
|
|
34
|
+
};
|
|
35
|
+
api?: undefined;
|
|
36
|
+
forEntityTypes?: undefined;
|
|
37
|
+
conditions?: undefined;
|
|
38
|
+
} | {
|
|
39
|
+
type: string;
|
|
40
|
+
kind: string;
|
|
41
|
+
alias: string;
|
|
42
|
+
name: string;
|
|
43
|
+
api: () => Promise<unknown>;
|
|
44
|
+
forEntityTypes: string[];
|
|
45
|
+
meta: {
|
|
46
|
+
label: string;
|
|
47
|
+
queueManagerContext?: undefined;
|
|
48
|
+
};
|
|
49
|
+
conditions: ({
|
|
50
|
+
alias: string;
|
|
51
|
+
match: string;
|
|
52
|
+
queueManagerContext?: undefined;
|
|
53
|
+
viewAlias?: undefined;
|
|
54
|
+
} | {
|
|
55
|
+
alias: string;
|
|
56
|
+
queueManagerContext: UmbContextToken<import("../../import/index.ts").DeployImportQueueManagerContext, import("../../import/index.ts").DeployImportQueueManagerContext>;
|
|
57
|
+
viewAlias: string;
|
|
58
|
+
match?: undefined;
|
|
59
|
+
})[];
|
|
60
|
+
forWorkspaceActions?: undefined;
|
|
61
|
+
} | {
|
|
62
|
+
type: string;
|
|
63
|
+
kind: string;
|
|
64
|
+
alias: string;
|
|
65
|
+
name: string;
|
|
66
|
+
forWorkspaceActions: string[];
|
|
67
|
+
meta: {
|
|
68
|
+
queueManagerContext: UmbContextToken<import("../../import/index.ts").DeployImportQueueManagerContext, import("../../import/index.ts").DeployImportQueueManagerContext>;
|
|
69
|
+
label?: undefined;
|
|
70
|
+
};
|
|
71
|
+
api?: undefined;
|
|
72
|
+
forEntityTypes?: undefined;
|
|
73
|
+
conditions?: undefined;
|
|
74
|
+
} | {
|
|
75
|
+
type: string;
|
|
76
|
+
kind: string;
|
|
77
|
+
alias: string;
|
|
78
|
+
name: string;
|
|
79
|
+
api: () => Promise<unknown>;
|
|
80
|
+
forEntityTypes: string[];
|
|
81
|
+
meta: {
|
|
82
|
+
label: string;
|
|
83
|
+
queueManagerContext?: undefined;
|
|
84
|
+
};
|
|
85
|
+
conditions: ({
|
|
86
|
+
alias: string;
|
|
87
|
+
match: string;
|
|
88
|
+
queueManagerContext?: undefined;
|
|
89
|
+
viewAlias?: undefined;
|
|
90
|
+
} | {
|
|
91
|
+
alias: string;
|
|
92
|
+
queueManagerContext: UmbContextToken<import("../../transfer/index.ts").DeployTransferQueueManagerContext, import("../../transfer/index.ts").DeployTransferQueueManagerContext>;
|
|
93
|
+
viewAlias: string;
|
|
94
|
+
match?: undefined;
|
|
95
|
+
})[];
|
|
96
|
+
forWorkspaceActions?: undefined;
|
|
97
|
+
} | {
|
|
98
|
+
type: string;
|
|
99
|
+
kind: string;
|
|
100
|
+
alias: string;
|
|
101
|
+
name: string;
|
|
102
|
+
forWorkspaceActions: string[];
|
|
103
|
+
meta: {
|
|
104
|
+
queueManagerContext: UmbContextToken<import("../../transfer/index.ts").DeployTransferQueueManagerContext, import("../../transfer/index.ts").DeployTransferQueueManagerContext>;
|
|
105
|
+
label?: undefined;
|
|
106
|
+
};
|
|
107
|
+
api?: undefined;
|
|
108
|
+
forEntityTypes?: undefined;
|
|
109
|
+
conditions?: undefined;
|
|
110
|
+
} | {
|
|
111
|
+
type: string;
|
|
112
|
+
kind: string;
|
|
113
|
+
alias: string;
|
|
114
|
+
name: string;
|
|
115
|
+
weight: number;
|
|
116
|
+
api: () => Promise<typeof import("./refresh-transfer-queue.action.js")>;
|
|
117
|
+
forWorkspaceActions: string[];
|
|
118
|
+
meta: {
|
|
119
|
+
label: string;
|
|
120
|
+
icon: string;
|
|
121
|
+
};
|
|
122
|
+
})[];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
2
|
+
import type { UmbWorkspaceActionArgs } from "@umbraco-cms/backoffice/workspace";
|
|
3
|
+
import { UmbWorkspaceActionBase } from "@umbraco-cms/backoffice/workspace";
|
|
4
|
+
export declare class DeployTransferWorkspaceAction extends UmbWorkspaceActionBase<{
|
|
5
|
+
label: string;
|
|
6
|
+
}> {
|
|
7
|
+
#private;
|
|
8
|
+
constructor(host: UmbControllerHost, args: UmbWorkspaceActionArgs<{
|
|
9
|
+
label: string;
|
|
10
|
+
}>);
|
|
11
|
+
execute(): Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export { DeployTransferWorkspaceAction as api };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
2
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
3
|
+
import type { UmbConditionConfigBase, UmbConditionControllerArguments, UmbExtensionCondition } from "@umbraco-cms/backoffice/extension-api";
|
|
4
|
+
import { UmbConditionBase } from "@umbraco-cms/backoffice/extension-registry";
|
|
5
|
+
import type { DeployQueueManagerContext } from "../../core/index.ts";
|
|
6
|
+
export interface DeployHasQueueConditionConfig extends UmbConditionConfigBase {
|
|
7
|
+
queueManagerContext: UmbContextToken<DeployQueueManagerContext<unknown, unknown>>;
|
|
8
|
+
viewAlias: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class DeployHasQueueCondition extends UmbConditionBase<DeployHasQueueConditionConfig> implements UmbExtensionCondition {
|
|
11
|
+
#private;
|
|
12
|
+
constructor(host: UmbControllerHost, args: UmbConditionControllerArguments<DeployHasQueueConditionConfig>);
|
|
13
|
+
}
|
|
14
|
+
export { DeployHasQueueCondition as api };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const manifests: ({
|
|
2
|
+
type: string;
|
|
3
|
+
name: string;
|
|
4
|
+
alias: string;
|
|
5
|
+
api: () => Promise<typeof import("./has-queue.condition.js")>;
|
|
6
|
+
} | {
|
|
7
|
+
type: string;
|
|
8
|
+
name: string;
|
|
9
|
+
alias: string;
|
|
10
|
+
api: () => Promise<typeof import("./queue-initialized.condition.js")>;
|
|
11
|
+
})[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
2
|
+
import type { UmbConditionConfigBase, UmbConditionControllerArguments } from "@umbraco-cms/backoffice/extension-api";
|
|
3
|
+
import { UmbConditionBase } from "@umbraco-cms/backoffice/extension-registry";
|
|
4
|
+
import type { DeployQueueManagerContext } from "../../core/index.ts";
|
|
5
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
6
|
+
export interface DeployQueueInitializedConditionConfig extends UmbConditionConfigBase {
|
|
7
|
+
queueManagerContext: UmbContextToken<DeployQueueManagerContext<unknown, unknown>>;
|
|
8
|
+
viewAlias: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class DeployQueueInitializedCondition extends UmbConditionBase<DeployQueueInitializedConditionConfig> {
|
|
11
|
+
#private;
|
|
12
|
+
constructor(host: UmbControllerHost, args: UmbConditionControllerArguments<DeployQueueInitializedConditionConfig>);
|
|
13
|
+
}
|
|
14
|
+
export { DeployQueueInitializedCondition as api };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const DEPLOY_OVERVIEW_WORKSPACE_ALIAS = "Deploy.Workspace.Overview";
|
|
2
|
+
export declare const DEPLOY_OVERVIEW_ENTITY_TYPE = "deploy-overview";
|
|
3
|
+
export declare const DEPLOY_OVERVIEW_WORKSPACE_VIEW_KIND = "deployOverviewWorkspaceView";
|
|
4
|
+
export declare const DEPLOY_OVERVIEW_WORKSPACE_TRANSFER_VIEW_ALIAS = "Deploy.WorkspaceView.Overview.Transfer";
|
|
5
|
+
export declare const DEPLOY_OVERVIEW_WORKSPACE_EXPORT_VIEW_ALIAS = "Deploy.WorkspaceView.Overview.Export";
|
|
6
|
+
export declare const DEPLOY_OVERVIEW_WORKSPACE_IMPORT_VIEW_ALIAS = "Deploy.WorkspaceView.Overview.Import";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UmbLitElement } from "@umbraco-cms/backoffice/lit-element";
|
|
2
|
+
declare const elementName = "deploy-overview-workspace-editor";
|
|
3
|
+
export declare class DeployOverviewWorkspaceEditorElement extends UmbLitElement {
|
|
4
|
+
#private;
|
|
5
|
+
private _tabs;
|
|
6
|
+
private _activeTabAlias?;
|
|
7
|
+
private _badgeCounts;
|
|
8
|
+
constructor();
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
static styles: import("lit").CSSResult;
|
|
11
|
+
}
|
|
12
|
+
export { DeployOverviewWorkspaceEditorElement as element };
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
[elementName]: DeployOverviewWorkspaceEditorElement;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { UmbExtensionManifestKind } from "@umbraco-cms/backoffice/extension-registry";
|
|
2
|
+
import type { ManifestWithDynamicConditions, ManifestWithView } from "@umbraco-cms/backoffice/extension-api";
|
|
3
|
+
export declare const DEPLOY_OVERVIEW_WORKSPACE_TAB = "deployOverviewWorkspaceTab";
|
|
4
|
+
export type DeployOverviewWorkspaceTab = typeof DEPLOY_OVERVIEW_WORKSPACE_TAB;
|
|
5
|
+
export interface ManifestDeployOverviewWorkspaceView extends ManifestWithView, ManifestWithDynamicConditions<UmbExtensionConditionConfig> {
|
|
6
|
+
type: DeployOverviewWorkspaceTab;
|
|
7
|
+
}
|
|
8
|
+
export declare const manifest: UmbExtensionManifestKind;
|
|
9
|
+
declare global {
|
|
10
|
+
interface UmbExtensionManifestMap {
|
|
11
|
+
deployOverviewWorkspaceView: ManifestDeployOverviewWorkspaceView;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { UmbLitElement } from "@umbraco-cms/backoffice/lit-element";
|
|
2
|
+
interface DeployRefQueueItem {
|
|
3
|
+
entityType?: string | null;
|
|
4
|
+
culture?: string | null;
|
|
5
|
+
includeDescendants?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const elementName = "deploy-ref-queue-item";
|
|
8
|
+
export declare class DeployQueueItemElement extends UmbLitElement {
|
|
9
|
+
#private;
|
|
10
|
+
name: string;
|
|
11
|
+
variantCount?: number;
|
|
12
|
+
readonly: boolean;
|
|
13
|
+
set item(value: DeployRefQueueItem | undefined);
|
|
14
|
+
get item(): DeployRefQueueItem | undefined;
|
|
15
|
+
private _status?;
|
|
16
|
+
constructor();
|
|
17
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
18
|
+
static styles: import("lit").CSSResult;
|
|
19
|
+
}
|
|
20
|
+
export default DeployQueueItemElement;
|
|
21
|
+
declare global {
|
|
22
|
+
interface HTMLElementTagNameMap {
|
|
23
|
+
[elementName]: DeployQueueItemElement;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const manifests: {
|
|
2
|
+
type: string;
|
|
3
|
+
kind: string;
|
|
4
|
+
alias: string;
|
|
5
|
+
name: string;
|
|
6
|
+
weight: number;
|
|
7
|
+
api: () => Promise<typeof import("./help.action.js")>;
|
|
8
|
+
forEntityTypes: string[];
|
|
9
|
+
meta: {
|
|
10
|
+
icon: string;
|
|
11
|
+
label: string;
|
|
12
|
+
};
|
|
13
|
+
conditions: {
|
|
14
|
+
alias: string;
|
|
15
|
+
match: string;
|
|
16
|
+
}[];
|
|
17
|
+
}[];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const manifests: {
|
|
2
|
+
type: string;
|
|
3
|
+
kind: string;
|
|
4
|
+
alias: string;
|
|
5
|
+
name: string;
|
|
6
|
+
weight: number;
|
|
7
|
+
api: () => Promise<typeof import("./help/help.action.js")>;
|
|
8
|
+
forEntityTypes: string[];
|
|
9
|
+
meta: {
|
|
10
|
+
icon: string;
|
|
11
|
+
label: string;
|
|
12
|
+
};
|
|
13
|
+
conditions: {
|
|
14
|
+
alias: string;
|
|
15
|
+
match: string;
|
|
16
|
+
}[];
|
|
17
|
+
}[];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const manifests: {
|
|
2
|
+
type: string;
|
|
3
|
+
kind: string;
|
|
4
|
+
alias: string;
|
|
5
|
+
name: string;
|
|
6
|
+
weight: number;
|
|
7
|
+
api: () => Promise<typeof import("./open-cloud-project.action.js")>;
|
|
8
|
+
forEntityTypes: string[];
|
|
9
|
+
meta: {
|
|
10
|
+
icon: string;
|
|
11
|
+
label: string;
|
|
12
|
+
};
|
|
13
|
+
conditions: {
|
|
14
|
+
alias: string;
|
|
15
|
+
match: string;
|
|
16
|
+
}[];
|
|
17
|
+
}[];
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import type { ManifestDeployOverviewWorkspaceView } from "./deploy-overview-workspace-view.kind.js";
|
|
2
|
+
export declare const manifests: (ManifestDeployOverviewWorkspaceView | import("@umbraco-cms/backoffice/extension-registry").UmbExtensionManifestKind | {
|
|
3
|
+
type: string;
|
|
4
|
+
kind: string;
|
|
5
|
+
alias: string;
|
|
6
|
+
name: string;
|
|
7
|
+
weight: number;
|
|
8
|
+
api: () => Promise<typeof import("./entity-actions/help/help.action.js")>;
|
|
9
|
+
forEntityTypes: string[];
|
|
10
|
+
meta: {
|
|
11
|
+
icon: string;
|
|
12
|
+
label: string;
|
|
13
|
+
};
|
|
14
|
+
conditions: {
|
|
15
|
+
alias: string;
|
|
16
|
+
match: string;
|
|
17
|
+
}[];
|
|
18
|
+
} | {
|
|
19
|
+
type: string;
|
|
20
|
+
kind: string;
|
|
21
|
+
alias: string;
|
|
22
|
+
name: string;
|
|
23
|
+
api: () => Promise<unknown>;
|
|
24
|
+
forEntityTypes: string[];
|
|
25
|
+
meta: {
|
|
26
|
+
label: string;
|
|
27
|
+
queueManagerContext?: undefined;
|
|
28
|
+
};
|
|
29
|
+
conditions: ({
|
|
30
|
+
alias: string;
|
|
31
|
+
match: string;
|
|
32
|
+
queueManagerContext?: undefined;
|
|
33
|
+
viewAlias?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
alias: string;
|
|
36
|
+
queueManagerContext: import("@umbraco-cms/backoffice/context-api").UmbContextToken<import("../exports.js").DeployExportQueueManagerContext, import("../exports.js").DeployExportQueueManagerContext>;
|
|
37
|
+
viewAlias: string;
|
|
38
|
+
match?: undefined;
|
|
39
|
+
})[];
|
|
40
|
+
forWorkspaceActions?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
type: string;
|
|
43
|
+
kind: string;
|
|
44
|
+
alias: string;
|
|
45
|
+
name: string;
|
|
46
|
+
forWorkspaceActions: string[];
|
|
47
|
+
meta: {
|
|
48
|
+
queueManagerContext: import("@umbraco-cms/backoffice/context-api").UmbContextToken<import("../exports.js").DeployExportQueueManagerContext, import("../exports.js").DeployExportQueueManagerContext>;
|
|
49
|
+
label?: undefined;
|
|
50
|
+
};
|
|
51
|
+
api?: undefined;
|
|
52
|
+
forEntityTypes?: undefined;
|
|
53
|
+
conditions?: undefined;
|
|
54
|
+
} | {
|
|
55
|
+
type: string;
|
|
56
|
+
kind: string;
|
|
57
|
+
alias: string;
|
|
58
|
+
name: string;
|
|
59
|
+
api: () => Promise<unknown>;
|
|
60
|
+
forEntityTypes: string[];
|
|
61
|
+
meta: {
|
|
62
|
+
label: string;
|
|
63
|
+
queueManagerContext?: undefined;
|
|
64
|
+
};
|
|
65
|
+
conditions: ({
|
|
66
|
+
alias: string;
|
|
67
|
+
match: string;
|
|
68
|
+
queueManagerContext?: undefined;
|
|
69
|
+
viewAlias?: undefined;
|
|
70
|
+
} | {
|
|
71
|
+
alias: string;
|
|
72
|
+
queueManagerContext: import("@umbraco-cms/backoffice/context-api").UmbContextToken<import("../exports.js").DeployImportQueueManagerContext, import("../exports.js").DeployImportQueueManagerContext>;
|
|
73
|
+
viewAlias: string;
|
|
74
|
+
match?: undefined;
|
|
75
|
+
})[];
|
|
76
|
+
forWorkspaceActions?: undefined;
|
|
77
|
+
} | {
|
|
78
|
+
type: string;
|
|
79
|
+
kind: string;
|
|
80
|
+
alias: string;
|
|
81
|
+
name: string;
|
|
82
|
+
forWorkspaceActions: string[];
|
|
83
|
+
meta: {
|
|
84
|
+
queueManagerContext: import("@umbraco-cms/backoffice/context-api").UmbContextToken<import("../exports.js").DeployImportQueueManagerContext, import("../exports.js").DeployImportQueueManagerContext>;
|
|
85
|
+
label?: undefined;
|
|
86
|
+
};
|
|
87
|
+
api?: undefined;
|
|
88
|
+
forEntityTypes?: undefined;
|
|
89
|
+
conditions?: undefined;
|
|
90
|
+
} | {
|
|
91
|
+
type: string;
|
|
92
|
+
kind: string;
|
|
93
|
+
alias: string;
|
|
94
|
+
name: string;
|
|
95
|
+
api: () => Promise<unknown>;
|
|
96
|
+
forEntityTypes: string[];
|
|
97
|
+
meta: {
|
|
98
|
+
label: string;
|
|
99
|
+
queueManagerContext?: undefined;
|
|
100
|
+
};
|
|
101
|
+
conditions: ({
|
|
102
|
+
alias: string;
|
|
103
|
+
match: string;
|
|
104
|
+
queueManagerContext?: undefined;
|
|
105
|
+
viewAlias?: undefined;
|
|
106
|
+
} | {
|
|
107
|
+
alias: string;
|
|
108
|
+
queueManagerContext: import("@umbraco-cms/backoffice/context-api").UmbContextToken<import("../exports.js").DeployTransferQueueManagerContext, import("../exports.js").DeployTransferQueueManagerContext>;
|
|
109
|
+
viewAlias: string;
|
|
110
|
+
match?: undefined;
|
|
111
|
+
})[];
|
|
112
|
+
forWorkspaceActions?: undefined;
|
|
113
|
+
} | {
|
|
114
|
+
type: string;
|
|
115
|
+
kind: string;
|
|
116
|
+
alias: string;
|
|
117
|
+
name: string;
|
|
118
|
+
forWorkspaceActions: string[];
|
|
119
|
+
meta: {
|
|
120
|
+
queueManagerContext: import("@umbraco-cms/backoffice/context-api").UmbContextToken<import("../exports.js").DeployTransferQueueManagerContext, import("../exports.js").DeployTransferQueueManagerContext>;
|
|
121
|
+
label?: undefined;
|
|
122
|
+
};
|
|
123
|
+
api?: undefined;
|
|
124
|
+
forEntityTypes?: undefined;
|
|
125
|
+
conditions?: undefined;
|
|
126
|
+
} | {
|
|
127
|
+
type: string;
|
|
128
|
+
kind: string;
|
|
129
|
+
alias: string;
|
|
130
|
+
name: string;
|
|
131
|
+
weight: number;
|
|
132
|
+
api: () => Promise<typeof import("./actions/refresh-transfer-queue.action.js")>;
|
|
133
|
+
forWorkspaceActions: string[];
|
|
134
|
+
meta: {
|
|
135
|
+
label: string;
|
|
136
|
+
icon: string;
|
|
137
|
+
};
|
|
138
|
+
} | {
|
|
139
|
+
type: string;
|
|
140
|
+
name: string;
|
|
141
|
+
alias: string;
|
|
142
|
+
api: () => Promise<typeof import("./conditions/has-queue.condition.js")>;
|
|
143
|
+
} | {
|
|
144
|
+
type: string;
|
|
145
|
+
name: string;
|
|
146
|
+
alias: string;
|
|
147
|
+
api: () => Promise<typeof import("./conditions/queue-initialized.condition.js")>;
|
|
148
|
+
} | {
|
|
149
|
+
type: string;
|
|
150
|
+
alias: string;
|
|
151
|
+
name: string;
|
|
152
|
+
element: () => Promise<typeof import("./deploy-overview-workspace-editor.element.js")>;
|
|
153
|
+
meta: {
|
|
154
|
+
entityType: string;
|
|
155
|
+
};
|
|
156
|
+
})[];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type ExportQueueState, type DeployExportQueueManagerContext } from "../../../export/index.ts";
|
|
2
|
+
import { DeployQueueWorkspaceViewBaseElement } from "../../../core/index.ts";
|
|
3
|
+
import type { DeployQueueModel } from "../../../core/index.ts";
|
|
4
|
+
import "../../deploy-queue-item.element.js";
|
|
5
|
+
declare const elementName = "deploy-overview-workspace-view-export";
|
|
6
|
+
export declare class DeployOverviewWorkspaceViewExportElement extends DeployQueueWorkspaceViewBaseElement<ExportQueueState, DeployQueueModel, DeployExportQueueManagerContext> {
|
|
7
|
+
#private;
|
|
8
|
+
private _allowSchemaExport;
|
|
9
|
+
private _queueState;
|
|
10
|
+
private _currentWorkspace?;
|
|
11
|
+
constructor();
|
|
12
|
+
observeCurrentUser(): void;
|
|
13
|
+
observeQueue(): void;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
+
static styles: import("lit").CSSResult;
|
|
16
|
+
}
|
|
17
|
+
export default DeployOverviewWorkspaceViewExportElement;
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
[elementName]: DeployOverviewWorkspaceViewExportElement;
|
|
21
|
+
}
|
|
22
|
+
}
|