@umbraco-deploy/backoffice 17.1.0 → 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/client/index.d.ts +1 -0
- package/types/generated/client/types.gen.d.ts +1 -1
- package/types/generated/client/utils.gen.d.ts +3 -3
- package/types/generated/client.gen.d.ts +2 -2
- package/types/generated/core/auth.gen.d.ts +7 -0
- package/types/generated/core/params.gen.d.ts +1 -1
- package/types/generated/core/queryKeySerializer.gen.d.ts +1 -1
- package/types/generated/index.d.ts +1 -1
- package/types/generated/sdk.gen.d.ts +47 -46
- 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
|
@@ -1,35 +1,17 @@
|
|
|
1
|
-
import type { DeployItemModel } from "../generated/index.js";
|
|
2
1
|
declare const _default: {
|
|
3
|
-
deploy_compare: {
|
|
4
|
-
label: string;
|
|
5
|
-
};
|
|
6
2
|
deploy_restore: {
|
|
7
3
|
complete: string;
|
|
8
4
|
from: string;
|
|
9
|
-
|
|
5
|
+
tree: string;
|
|
6
|
+
environment: string;
|
|
7
|
+
partial: string;
|
|
10
8
|
progress: string;
|
|
11
|
-
progressDescription: string;
|
|
12
|
-
};
|
|
13
|
-
deploy_restoreEnvironment: {
|
|
14
|
-
label: string;
|
|
15
|
-
permissionDescription: string;
|
|
16
|
-
};
|
|
17
|
-
deploy_restoreTree: {
|
|
18
|
-
label: string;
|
|
19
|
-
permissionDescription: string;
|
|
20
|
-
};
|
|
21
|
-
deploy_restorePartial: {
|
|
22
|
-
fromPrefix: string;
|
|
23
|
-
fromSuffix: string;
|
|
24
|
-
label: string;
|
|
25
|
-
permissionDescription: string;
|
|
26
|
-
};
|
|
27
|
-
deploy_modal_restore: {
|
|
28
9
|
description: string;
|
|
29
10
|
environmentDescription: string;
|
|
30
11
|
environmentFrom: string;
|
|
31
12
|
includeDescendants: string;
|
|
32
13
|
ignoreDependencies: string;
|
|
14
|
+
noRestoreEnvironment: string;
|
|
33
15
|
notice: string;
|
|
34
16
|
selectDocumentToRestore: string;
|
|
35
17
|
selectMediaToRestore: string;
|
|
@@ -38,38 +20,25 @@ declare const _default: {
|
|
|
38
20
|
treeDescription: string;
|
|
39
21
|
treeFrom: string;
|
|
40
22
|
};
|
|
41
|
-
deploy_queueForTransfer: {
|
|
42
|
-
label: string;
|
|
43
|
-
sign: (env: string) => string;
|
|
44
|
-
permissionDescription: string;
|
|
45
|
-
includeDescendants: string;
|
|
46
|
-
};
|
|
47
23
|
deploy_transfer: {
|
|
24
|
+
addToQueue: string;
|
|
48
25
|
complete: string;
|
|
49
26
|
progress: string;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
27
|
+
overview: string;
|
|
28
|
+
sign: (env: string) => string;
|
|
29
|
+
queuedMessage: (item: {
|
|
30
|
+
name?: string | null;
|
|
31
|
+
includeDescendants?: boolean;
|
|
32
|
+
}) => string;
|
|
54
33
|
};
|
|
55
|
-
|
|
34
|
+
deploy_queue: {
|
|
56
35
|
descriptionRootEntityType: string;
|
|
57
|
-
description: string;
|
|
58
|
-
includeDescendants: string;
|
|
59
|
-
includeDescendantsDescription: string;
|
|
60
36
|
includeLanguages: string;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
releaseDateDescription: string;
|
|
65
|
-
transferNowDescription: string;
|
|
66
|
-
queuedNotificationMessage: (item: DeployItemModel) => string;
|
|
37
|
+
visibilityAfterTransfer: string;
|
|
38
|
+
publishImmediately: string;
|
|
39
|
+
publishOnDate: string;
|
|
67
40
|
};
|
|
68
41
|
deploy_import: {
|
|
69
|
-
label: string;
|
|
70
|
-
permissionDescription: string;
|
|
71
|
-
};
|
|
72
|
-
deploy_modal_import: {
|
|
73
42
|
complete: string;
|
|
74
43
|
completeDescription: string;
|
|
75
44
|
description: string;
|
|
@@ -81,49 +50,56 @@ declare const _default: {
|
|
|
81
50
|
includeSchemaEntityTypes: string;
|
|
82
51
|
includeSchemaFileEntityTypes: string;
|
|
83
52
|
progress: string;
|
|
84
|
-
progressDescription: string;
|
|
85
53
|
};
|
|
86
54
|
deploy_export: {
|
|
87
55
|
complete: string;
|
|
88
56
|
completeDescription: string;
|
|
89
|
-
|
|
90
|
-
download: string;
|
|
91
|
-
label: string;
|
|
92
|
-
permissionDescription: string;
|
|
57
|
+
addToQueue: string;
|
|
93
58
|
progress: string;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
label: string;
|
|
98
|
-
};
|
|
99
|
-
deploy_modal_export: {
|
|
59
|
+
overviewFor: string;
|
|
60
|
+
headline: string;
|
|
61
|
+
noItemsInQueue: string;
|
|
100
62
|
environment: string;
|
|
101
63
|
environmentDescription: string;
|
|
64
|
+
includeDependenciesDescription: string;
|
|
102
65
|
includeContent: string;
|
|
103
66
|
includeContentDependencies: string;
|
|
104
67
|
includeContentFileDependencies: string;
|
|
105
68
|
includeContentFileDependenciesNoSchema: string;
|
|
106
|
-
includeDependenciesDescription: string;
|
|
107
69
|
includeDescendants: string;
|
|
108
|
-
|
|
70
|
+
includeDescendantsLabel: string;
|
|
109
71
|
includeDescription: string;
|
|
110
72
|
includeSchema: string;
|
|
111
73
|
includeSchemaDependencies: string;
|
|
112
74
|
includeSchemaFileDependencies: string;
|
|
113
75
|
queue: string;
|
|
76
|
+
queuedMessage: (item: {
|
|
77
|
+
name?: string | null;
|
|
78
|
+
includeDescendants?: boolean;
|
|
79
|
+
}) => string;
|
|
80
|
+
includeMediaFiles: string;
|
|
114
81
|
queueDescription: string;
|
|
115
82
|
tree: string;
|
|
116
83
|
treeDescription: string;
|
|
117
84
|
};
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
85
|
+
deploy_overview: {
|
|
86
|
+
headline: string;
|
|
87
|
+
help: string;
|
|
88
|
+
openCloudProject: string;
|
|
89
|
+
startAddingItems: string;
|
|
121
90
|
};
|
|
122
91
|
deploy_entityTypes: {
|
|
123
92
|
"data-type": string;
|
|
93
|
+
"data-type-container": string;
|
|
124
94
|
"dictionary-item": string;
|
|
95
|
+
"document-blueprint": string;
|
|
96
|
+
"document-blueprint-container": string;
|
|
125
97
|
"document-type": string;
|
|
98
|
+
"document-type-container": string;
|
|
99
|
+
element: string;
|
|
100
|
+
"element-container": string;
|
|
126
101
|
"media-type": string;
|
|
102
|
+
"media-type-container": string;
|
|
127
103
|
member: string;
|
|
128
104
|
"member-group": string;
|
|
129
105
|
"member-type": string;
|
|
@@ -138,6 +114,14 @@ declare const _default: {
|
|
|
138
114
|
actionCategories: {
|
|
139
115
|
deploy: string;
|
|
140
116
|
};
|
|
117
|
+
deploy_permissions: {
|
|
118
|
+
queueForTransferDescription: string;
|
|
119
|
+
restoreTreeDescription: string;
|
|
120
|
+
restoreEnvironmentDescription: string;
|
|
121
|
+
restorePartialDescription: string;
|
|
122
|
+
importDescription: string;
|
|
123
|
+
exportDescription: string;
|
|
124
|
+
};
|
|
141
125
|
deploy_dashboard_management_configurationDetails: {
|
|
142
126
|
settingOptions: string;
|
|
143
127
|
currentValue: string;
|
|
@@ -224,6 +208,51 @@ declare const _default: {
|
|
|
224
208
|
importOnStartupOptions: string;
|
|
225
209
|
importOnStartupNotes: string;
|
|
226
210
|
};
|
|
211
|
+
deploy: {
|
|
212
|
+
deploy: string;
|
|
213
|
+
compare: string;
|
|
214
|
+
transfer: string;
|
|
215
|
+
export: string;
|
|
216
|
+
exportToZip: string;
|
|
217
|
+
clearQueue: string;
|
|
218
|
+
configureTransfer: string;
|
|
219
|
+
refreshQueue: string;
|
|
220
|
+
restore: string;
|
|
221
|
+
status: string;
|
|
222
|
+
schema: string;
|
|
223
|
+
operations: string;
|
|
224
|
+
configuration: string;
|
|
225
|
+
file: string;
|
|
226
|
+
import: string;
|
|
227
|
+
importTo: string;
|
|
228
|
+
transferTo: string;
|
|
229
|
+
transferNow: string;
|
|
230
|
+
from: string;
|
|
231
|
+
environment: string;
|
|
232
|
+
serverTime: string;
|
|
233
|
+
toggleTechnicalDetails: string;
|
|
234
|
+
jumpTo: string;
|
|
235
|
+
hideUpToDate: string;
|
|
236
|
+
noneFound: string;
|
|
237
|
+
allAre: string;
|
|
238
|
+
needsAttention: string;
|
|
239
|
+
noneAre: string;
|
|
240
|
+
oneIs: string;
|
|
241
|
+
someAre: string;
|
|
242
|
+
existsInUmbraco: string;
|
|
243
|
+
fileExists: string;
|
|
244
|
+
upToDate: string;
|
|
245
|
+
documentation: string;
|
|
246
|
+
options: string;
|
|
247
|
+
currentValue: string;
|
|
248
|
+
download: string;
|
|
249
|
+
plusNMore: string;
|
|
250
|
+
forCulture: string;
|
|
251
|
+
forNCultures: string;
|
|
252
|
+
includingDescendants: string;
|
|
253
|
+
withoutDescendants: string;
|
|
254
|
+
alreadyQueued: string;
|
|
255
|
+
};
|
|
227
256
|
deploy_dashboard_environments: {
|
|
228
257
|
add: string;
|
|
229
258
|
addEnvironment: string;
|
|
@@ -251,16 +280,16 @@ declare const _default: {
|
|
|
251
280
|
workLocally: string;
|
|
252
281
|
};
|
|
253
282
|
deploy_dashboard_management: {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
clearCachedSignaturesConfirmation: string;
|
|
257
|
-
clearCachedSignaturesDescription: string;
|
|
283
|
+
deployConfiguration: string;
|
|
284
|
+
deployConfigurationDescription: string;
|
|
258
285
|
clearSignatures: string;
|
|
259
|
-
|
|
286
|
+
clearSignaturesConfirmation: string;
|
|
287
|
+
clearSignaturesDescription: string;
|
|
260
288
|
createFile: string;
|
|
261
289
|
createItem: string;
|
|
290
|
+
schemaDescriptionTooltip: string;
|
|
262
291
|
deleteExportArchives: string;
|
|
263
|
-
deleteExportArchivesDescription: string;
|
|
292
|
+
deleteExportArchivesDescription: (count: number) => string;
|
|
264
293
|
deleteExportArchivesTrigger: string;
|
|
265
294
|
deleteFile: string;
|
|
266
295
|
deleteFileConfirm: (label: string, entityType: string) => string;
|
|
@@ -268,21 +297,19 @@ declare const _default: {
|
|
|
268
297
|
deleteItemConfirm: (label: string, entityType: string) => string;
|
|
269
298
|
deployOperations: string;
|
|
270
299
|
deployStatus: string;
|
|
271
|
-
download: string;
|
|
272
300
|
downloadDeployArtifacts: string;
|
|
273
301
|
downloadDeployArtifactsDescription: string;
|
|
274
302
|
exportSchema: string;
|
|
275
|
-
|
|
276
|
-
exportSchemaToDataFilesDescription: string;
|
|
303
|
+
exportSchemaDescription: string;
|
|
277
304
|
label: string;
|
|
278
305
|
numberOfArchiveFiles: string;
|
|
279
306
|
operationTime: string;
|
|
280
307
|
readMore: string;
|
|
281
308
|
refreshStatus: string;
|
|
282
309
|
schemaComparison: string;
|
|
310
|
+
schemaComparisonDescription: string;
|
|
283
311
|
schemaDeployment: string;
|
|
284
|
-
|
|
285
|
-
setCachedSignaturesDescription: string;
|
|
312
|
+
setSignaturesDescription: string;
|
|
286
313
|
setSignatures: string;
|
|
287
314
|
status: string;
|
|
288
315
|
triggerOperation: string;
|
|
@@ -290,11 +317,11 @@ declare const _default: {
|
|
|
290
317
|
updateFileConfirm: (label: string, entityType: string) => string;
|
|
291
318
|
updateItem: string;
|
|
292
319
|
updateItemConfirm: (label: string, entityType: string) => string;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
320
|
+
updateSchema: string;
|
|
321
|
+
updateSchemaDescription: string;
|
|
322
|
+
verifySchema: string;
|
|
323
|
+
verifySchemaConfirmation: string;
|
|
324
|
+
verifySchemaDescription: string;
|
|
298
325
|
version: string;
|
|
299
326
|
viewDetails: string;
|
|
300
327
|
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare const manifests: (import("@umbraco-cms/backoffice/tree").ManifestTreeItem | import("@umbraco-cms/backoffice/tree").ManifestTree | import("@umbraco-cms/backoffice/extension-registry").ManifestRepository<import("@umbraco-cms/backoffice/extension-api").UmbApi> | import("@umbraco-cms/backoffice/user-permission").ManifestEntityUserPermission | import("@umbraco-cms/backoffice/localization").ManifestLocalization | {
|
|
2
|
+
type: string;
|
|
3
|
+
alias: string;
|
|
4
|
+
name: string;
|
|
5
|
+
js: () => Promise<typeof import("./icons/icons.js")>;
|
|
6
|
+
} | {
|
|
7
|
+
type: string;
|
|
8
|
+
alias: string;
|
|
9
|
+
name: string;
|
|
10
|
+
entityTypes: {
|
|
11
|
+
"data-type-folder": string;
|
|
12
|
+
dictionary: string;
|
|
13
|
+
"document-blueprint-folder": string;
|
|
14
|
+
"document-type-folder": string;
|
|
15
|
+
"element-folder": string;
|
|
16
|
+
"media-type-folder": string;
|
|
17
|
+
};
|
|
18
|
+
} | {
|
|
19
|
+
type: string;
|
|
20
|
+
name: string;
|
|
21
|
+
alias: string;
|
|
22
|
+
api: () => Promise<typeof import("./conditions/entity-type.condition.js")>;
|
|
23
|
+
} | {
|
|
24
|
+
type: string;
|
|
25
|
+
name: string;
|
|
26
|
+
alias: string;
|
|
27
|
+
api: () => Promise<typeof import("./conditions/active-section.condition.js")>;
|
|
28
|
+
} | {
|
|
29
|
+
type: string;
|
|
30
|
+
alias: string;
|
|
31
|
+
name: string;
|
|
32
|
+
js: () => Promise<typeof import("./modal/progress-modal.element.js")>;
|
|
33
|
+
} | {
|
|
34
|
+
type: string;
|
|
35
|
+
alias: string;
|
|
36
|
+
name: string;
|
|
37
|
+
js: () => Promise<typeof import("./modal/no-nodes-modal.element.js")>;
|
|
38
|
+
} | {
|
|
39
|
+
type: string;
|
|
40
|
+
alias: string;
|
|
41
|
+
name: string;
|
|
42
|
+
js: () => Promise<typeof import("./modal/error-modal.element.js")>;
|
|
43
|
+
})[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DeployQueueErrorModalData } from "./error-modal.token.js";
|
|
2
|
+
import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
|
|
3
|
+
declare const elementName = "deploy-queue-error-modal";
|
|
4
|
+
export declare class DeployQueueErrorModalElement extends UmbModalBaseElement<DeployQueueErrorModalData> {
|
|
5
|
+
#private;
|
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
7
|
+
static styles: import("lit").CSSResult;
|
|
8
|
+
}
|
|
9
|
+
export default DeployQueueErrorModalElement;
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
[elementName]: DeployQueueErrorModalElement;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { DeployErrorModel } from "../entities.js";
|
|
2
|
+
import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
|
|
3
|
+
export interface DeployQueueErrorModalData {
|
|
4
|
+
error: DeployErrorModel;
|
|
5
|
+
operation?: "deploy" | "restore";
|
|
6
|
+
}
|
|
7
|
+
export declare const DEPLOY_QUEUE_ERROR_MODAL: UmbModalToken<DeployQueueErrorModalData, unknown>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./progress-modal.element.js";
|
|
2
|
+
export * from "./progress-modal.token.js";
|
|
3
|
+
export * from "./no-nodes-modal.element.js";
|
|
4
|
+
export * from "./no-nodes-modal.token.js";
|
|
5
|
+
export * from "./error-modal.token.js";
|
|
6
|
+
export * from "./error-modal.element.js";
|
|
7
|
+
export * from "./styles.js";
|
|
8
|
+
export * from "./constants.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const manifests: ({
|
|
2
|
+
type: string;
|
|
3
|
+
alias: string;
|
|
4
|
+
name: string;
|
|
5
|
+
js: () => Promise<typeof import("./progress-modal.element.js")>;
|
|
6
|
+
} | {
|
|
7
|
+
type: string;
|
|
8
|
+
alias: string;
|
|
9
|
+
name: string;
|
|
10
|
+
js: () => Promise<typeof import("./no-nodes-modal.element.js")>;
|
|
11
|
+
} | {
|
|
12
|
+
type: string;
|
|
13
|
+
alias: string;
|
|
14
|
+
name: string;
|
|
15
|
+
js: () => Promise<typeof import("./error-modal.element.js")>;
|
|
16
|
+
})[];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
|
|
2
2
|
declare const elementName = "deploy-nonodes-modal";
|
|
3
3
|
export declare class DeployNoNodesModalElement extends UmbModalBaseElement {
|
|
4
|
-
#private;
|
|
5
4
|
render(): import("lit-html").TemplateResult<1>;
|
|
6
5
|
}
|
|
7
6
|
export default DeployNoNodesModalElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DeployProgressModalData } from "
|
|
1
|
+
import type { DeployProgressModalData } from "./progress-modal.token.js";
|
|
2
2
|
import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
|
|
3
3
|
declare const elementName = "deploy-progress-modal";
|
|
4
4
|
export declare class DeployProgressModalElement extends UmbModalBaseElement<DeployProgressModalData> {
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
|
|
2
2
|
import type { UmbApiError } from "@umbraco-cms/backoffice/resources";
|
|
3
|
-
import type {
|
|
4
|
-
import type { WorkItemDetailModel } from "../../generated/index.js";
|
|
3
|
+
import type { WorkItemDetailModel } from "../../generated/index.ts";
|
|
5
4
|
export interface DeployProgressModalData {
|
|
6
5
|
workItemPromise?: Promise<WorkItemDetailModel | UmbApiError | undefined>;
|
|
7
6
|
operation?: "deploy" | "restore";
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
onComplete?: (sessionId: string) => void;
|
|
8
|
+
name: string;
|
|
10
9
|
}
|
|
11
10
|
export declare const DEPLOY_PROGRESS_MODAL: UmbModalToken<DeployProgressModalData, unknown>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { UmbControllerBase } from "@umbraco-cms/backoffice/class-api";
|
|
2
|
+
import type { UmbApiError } from "@umbraco-cms/backoffice/resources";
|
|
3
|
+
import type { WorkItemDetailModel } from "../generated/index.ts";
|
|
4
|
+
export declare class DeployProgressManagerController extends UmbControllerBase {
|
|
5
|
+
showProgress(workItemPromise: Promise<WorkItemDetailModel | UmbApiError | undefined>, name: string): Promise<void>;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DEPLOY_QUEUE_MANAGER_EXTENSION_ALIAS = "deployQueueManager";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UmbLitElement } from "@umbraco-cms/backoffice/lit-element";
|
|
2
|
+
declare const elementName = "deploy-queue-empty-state";
|
|
3
|
+
export declare class DeployQueueEmptyStateElement extends UmbLitElement {
|
|
4
|
+
#private;
|
|
5
|
+
label?: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
+
static styles: import("lit").CSSResult;
|
|
9
|
+
}
|
|
10
|
+
export default DeployQueueEmptyStateElement;
|
|
11
|
+
declare global {
|
|
12
|
+
interface HTMLElementTagNameMap {
|
|
13
|
+
[elementName]: DeployQueueEmptyStateElement;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { DeployQueueItemStatus } from "../entities.js";
|
|
2
|
+
import type { DeployWorkOperationContext } from "../work/entities.js";
|
|
3
|
+
import type { ManifestBase } from "@umbraco-cms/backoffice/extension-api";
|
|
4
|
+
import type { Observable } from "@umbraco-cms/backoffice/observable-api";
|
|
5
|
+
export interface DeployWorkDescriptionModel {
|
|
6
|
+
name: string;
|
|
7
|
+
completeName?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface DeployQueueManagerContext<QueueModel, QueueItemModel, AddToQueueItemModel = QueueItemModel> extends DeployWorkOperationContext<QueueModel> {
|
|
10
|
+
queue: Observable<QueueModel>;
|
|
11
|
+
length: Observable<number>;
|
|
12
|
+
statuses: Observable<Record<string, DeployQueueItemStatus>>;
|
|
13
|
+
add: (item: AddToQueueItemModel) => void;
|
|
14
|
+
remove: (id: string) => void;
|
|
15
|
+
getItemStatus: (item: QueueItemModel) => DeployQueueItemStatus | undefined;
|
|
16
|
+
resetQueueItemStatuses: (status: DeployQueueItemStatus) => void;
|
|
17
|
+
}
|
|
18
|
+
export interface QueueStateModel<TItem> {
|
|
19
|
+
items: TItem[];
|
|
20
|
+
}
|
|
21
|
+
export interface ManifestDeployQueueManager extends ManifestBase {
|
|
22
|
+
type: "deployQueueManager";
|
|
23
|
+
}
|
|
24
|
+
declare global {
|
|
25
|
+
interface UmbExtensionManifestMap {
|
|
26
|
+
UmbDeployQueueManager: ManifestDeployQueueManager;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type * from "./entities.js";
|
|
2
|
+
export * from "./empty-state.element.js";
|
|
3
|
+
export * from "./queue-item-status-provider.context-token.js";
|
|
4
|
+
export * from "./queue-workspace-view-base.element.js";
|
|
5
|
+
export * from "./queue-manager-context-base.js";
|
|
6
|
+
export * from "./constants.js";
|
|
7
|
+
export * from "./queue-progress.element.js";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { DeployQueueItemStatus } from "../entities.js";
|
|
2
|
+
import type { UmbContextMinimal } from "@umbraco-cms/backoffice/context-api";
|
|
3
|
+
import { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
4
|
+
import type { Observable } from "@umbraco-cms/backoffice/observable-api";
|
|
5
|
+
/**
|
|
6
|
+
* A minimal context contract that resolves a queue item's per-session status.
|
|
7
|
+
* Provided by `DeployQueueWorkspaceViewBaseElement` (scoped to its subtree),
|
|
8
|
+
* consumed by `<deploy-ref-queue-item>` so each item element can render its
|
|
9
|
+
* own status icon without the workspace view wiring it up per-item.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeployQueueItemStatusProvider extends UmbContextMinimal {
|
|
12
|
+
getItemStatus(item: any): DeployQueueItemStatus | undefined;
|
|
13
|
+
statuses: Observable<Record<string, DeployQueueItemStatus>>;
|
|
14
|
+
}
|
|
15
|
+
export declare const DEPLOY_QUEUE_ITEM_STATUS_PROVIDER: UmbContextToken<DeployQueueItemStatusProvider, DeployQueueItemStatusProvider>;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { DeployQueueItemStatus } from "../entities.js";
|
|
2
|
+
import type { DeployProgressModel } from "../entities.js";
|
|
3
|
+
import type { DeployWorkRunner } from "../work/index.js";
|
|
4
|
+
import { DeployWorkOperationContextBase } from "../work/work-operation-context-base.js";
|
|
5
|
+
import type { DeployQueueManagerContext, QueueStateModel } from "./entities.js";
|
|
6
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
7
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
8
|
+
import { type Observable } from "@umbraco-cms/backoffice/observable-api";
|
|
9
|
+
import type { SessionUpdatedModel } from "../../generated/index.ts";
|
|
10
|
+
export declare abstract class DeployQueueManagerContextBase<QueueModel extends QueueStateModel<QueueItemModel>, QueueItemModel, AddToQueueItemModel = QueueItemModel> extends DeployWorkOperationContextBase<QueueModel> implements DeployQueueManagerContext<QueueModel, QueueItemModel, AddToQueueItemModel> {
|
|
11
|
+
#private;
|
|
12
|
+
queue: Observable<QueueModel>;
|
|
13
|
+
length: Observable<number>;
|
|
14
|
+
statuses: Observable<Record<string, DeployQueueItemStatus>>;
|
|
15
|
+
constructor(host: UmbControllerHost, args: {
|
|
16
|
+
contextToken: UmbContextToken<any>;
|
|
17
|
+
runner: DeployWorkRunner;
|
|
18
|
+
defaultState: QueueModel;
|
|
19
|
+
/** Optional state to reset to on `clear()`; defaults to `defaultState`. */
|
|
20
|
+
clearState?: QueueModel;
|
|
21
|
+
addFilter: (a: QueueItemModel, b: AddToQueueItemModel) => boolean;
|
|
22
|
+
/** Extracts the unique key string for an item (matches the `entityId` shape emitted by the server). */
|
|
23
|
+
getKey: (item: QueueItemModel) => string;
|
|
24
|
+
/**
|
|
25
|
+
* Optional gate for per-entityId match updates. Return `false` to skip
|
|
26
|
+
* flipping this item on its `entityId` event (e.g. root items with
|
|
27
|
+
* descendants should wait for the work-task completion event instead).
|
|
28
|
+
* Defaults to always-flip when omitted.
|
|
29
|
+
*/
|
|
30
|
+
shouldFlipOnEntityIdMatch?: (item: QueueItemModel) => boolean;
|
|
31
|
+
update: (current: QueueModel, item: AddToQueueItemModel) => Partial<QueueModel>;
|
|
32
|
+
remove: (current: QueueModel, id: string) => Partial<QueueModel>;
|
|
33
|
+
});
|
|
34
|
+
/**
|
|
35
|
+
* Default reactor for the deploy-side SignalR stream:
|
|
36
|
+
* - On a terminal-failure status: clear all per-item statuses (regardless
|
|
37
|
+
* of previous Complete) so the user can re-run from a clean slate.
|
|
38
|
+
* - On `entityId` events: flip the matching item to `Complete` (gated by
|
|
39
|
+
* `shouldFlipOnEntityIdMatch` if provided).
|
|
40
|
+
* - On `Status === Completed`: flip every still-`Processing` item to `Complete`
|
|
41
|
+
* (catches items that never received an `entityId` event — e.g. roots with
|
|
42
|
+
* descendants, or items skipped by an entity-type filter).
|
|
43
|
+
*
|
|
44
|
+
* Subclasses can override for queue-specific behavior (e.g. transfer flips
|
|
45
|
+
* everything to `Processing` on any source-deploy event).
|
|
46
|
+
*/
|
|
47
|
+
protected handleDeployUpdate(update: SessionUpdatedModel): void;
|
|
48
|
+
/**
|
|
49
|
+
* Default reactor for the restore-side SignalR stream:
|
|
50
|
+
* - On a terminal-failure status: clear all per-item statuses.
|
|
51
|
+
* - On `Status === Completed`: flip every queue item to `Complete`.
|
|
52
|
+
* Subclasses can override.
|
|
53
|
+
*/
|
|
54
|
+
protected handleRestoreUpdate(update: SessionUpdatedModel): void;
|
|
55
|
+
protected handleProgress(progress: DeployProgressModel | null): void;
|
|
56
|
+
protected handleError(): void;
|
|
57
|
+
updateQueueItemStatus(item: QueueItemModel, status: DeployQueueItemStatus): void;
|
|
58
|
+
resetQueueItemStatuses(status: DeployQueueItemStatus): void;
|
|
59
|
+
getItemStatus(item: QueueItemModel): DeployQueueItemStatus | undefined;
|
|
60
|
+
isQueued(unique: string, map?: (key: string) => string | undefined): {
|
|
61
|
+
isQueued: boolean;
|
|
62
|
+
item: QueueItemModel | undefined;
|
|
63
|
+
};
|
|
64
|
+
add(item: AddToQueueItemModel): void;
|
|
65
|
+
remove(id: string): void;
|
|
66
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { DeployProgressModel } from "../entities.js";
|
|
2
|
+
import { DEPLOY_WORK_RUNNER_PROVIDER } from "../work/index.js";
|
|
3
|
+
import type { DeployWorkDescriptionModel } from "./entities.js";
|
|
4
|
+
import { UmbLitElement } from "@umbraco-cms/backoffice/lit-element";
|
|
5
|
+
import { nothing } from "@umbraco-cms/backoffice/external/lit";
|
|
6
|
+
declare const elementName = "deploy-queue-progress";
|
|
7
|
+
export declare class DeployQueueProgressElement extends UmbLitElement {
|
|
8
|
+
#private;
|
|
9
|
+
runner?: typeof DEPLOY_WORK_RUNNER_PROVIDER.TYPE;
|
|
10
|
+
protected _displayedProgress: DeployProgressModel | null;
|
|
11
|
+
protected _descriptions: DeployWorkDescriptionModel | null;
|
|
12
|
+
private _fadingOut;
|
|
13
|
+
constructor();
|
|
14
|
+
protected willUpdate(): void;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1> | typeof nothing;
|
|
16
|
+
static styles: import("lit").CSSResult[];
|
|
17
|
+
}
|
|
18
|
+
export default DeployQueueProgressElement;
|
|
19
|
+
declare global {
|
|
20
|
+
interface HTMLElementTagNameMap {
|
|
21
|
+
[elementName]: DeployQueueProgressElement;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DeployWorkOperationWorkspaceViewBaseElement } from "../work/work-operation-workspace-view-base.element.js";
|
|
2
|
+
import type { DeployQueueManagerContext } from "./entities.js";
|
|
3
|
+
import type { UmbContextToken } from "@umbraco-cms/backoffice/context-api";
|
|
4
|
+
import { UmbObjectState } from "@umbraco-cms/backoffice/observable-api";
|
|
5
|
+
export declare abstract class DeployQueueWorkspaceViewBaseElement<QueueModel, QueueItemModel, TContext extends DeployQueueManagerContext<QueueModel, QueueItemModel, any> = DeployQueueManagerContext<QueueModel, QueueItemModel>> extends DeployWorkOperationWorkspaceViewBaseElement<QueueModel, TContext> {
|
|
6
|
+
protected _itemCount: UmbObjectState<number>;
|
|
7
|
+
readonly itemCount: import("rxjs").Observable<number>;
|
|
8
|
+
constructor(args: {
|
|
9
|
+
queueManagerToken: UmbContextToken<TContext>;
|
|
10
|
+
localizationKeyPrefix?: string;
|
|
11
|
+
});
|
|
12
|
+
protected onOperationReady(instance: TContext): void;
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
}
|
|
@@ -11,6 +11,5 @@ export declare class DeployRepositoryBase extends UmbControllerBase {
|
|
|
11
11
|
getEntityTypeCategories(content: boolean, schema: boolean, contentFile: boolean, schemaFile: boolean): number;
|
|
12
12
|
getResponse<T extends {
|
|
13
13
|
sessionId: string;
|
|
14
|
-
}>(data?: T, error?: UmbError | UmbApiError | UmbCancelError | Error):
|
|
15
|
-
notifyError(error: UmbError | UmbApiError | UmbCancelError | Error): Promise<void>;
|
|
14
|
+
}>(data?: T, error?: UmbError | UmbApiError | UmbCancelError | Error): UmbApiError | T;
|
|
16
15
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DeployRepositoryBase } from "./base.repository.js";
|
|
2
|
+
import type { GetUdiRangeModel } from "../../generated/index.ts";
|
|
3
|
+
export declare class DeployRepository extends DeployRepositoryBase {
|
|
4
|
+
deploy(targetUrl?: string, ignoreDependencies?: boolean): Promise<import("../../generated/index.ts").WorkItemDetailModel | import("@umbraco-cms/backoffice/resources").UmbApiError>;
|
|
5
|
+
instantDeploy(items: Array<GetUdiRangeModel>, targetUrl?: string, ignoreDependencies?: boolean): Promise<import("../../generated/index.ts").WorkItemDetailModel | import("@umbraco-cms/backoffice/resources").UmbApiError>;
|
|
6
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
+
import { type DeployQueueModel } from "../entities.js";
|
|
1
2
|
import { DeployRepositoryBase } from "./base.repository.js";
|
|
2
|
-
import type { DeployQueueModel } from "../entities.js";
|
|
3
|
-
import type { AddToQueueModel } from "../generated/index.js";
|
|
4
3
|
export declare class DeployEntityRepository extends DeployRepositoryBase {
|
|
5
|
-
|
|
4
|
+
getDeployQueueItem(args: DeployQueueModel): Promise<DeployQueueModel>;
|
|
6
5
|
getName(entityType: string, unique: string): Promise<string>;
|
|
7
6
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
export * from "./entity.repository.js";
|
|
2
|
-
export * from "./export.repository.js";
|
|
3
|
-
export * from "./restore.repository.js";
|
|
4
2
|
export * from "./base.repository.js";
|
|
5
|
-
export * from "./import.repository.js";
|
|
6
3
|
export * from "./deploy.repository.js";
|
|
7
4
|
export * from "./remote-tree/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const manifests: (import("@umbraco-cms/backoffice/tree").ManifestTreeItem | import("@umbraco-cms/backoffice/tree").ManifestTree | import("@umbraco-cms/backoffice/extension-registry").ManifestRepository<import("@umbraco-cms/backoffice/extension-api").UmbApi>)[];
|