@umbraco-deploy/backoffice 17.1.0-rc1 → 17.1.0
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 +9 -4
- package/types/cms-augmentations.d.ts +22 -0
- package/types/components/environment-select/environment-select.element.d.ts +16 -0
- package/types/components/error/error-types/busy-error.element.d.ts +11 -0
- package/types/components/error/error-types/chunk-encoding-error.element.d.ts +11 -0
- package/types/components/error/error-types/collision-error.element.d.ts +11 -0
- package/types/components/error/error-types/content-type-changed-error.element.d.ts +11 -0
- package/types/components/error/error-types/dependency-error.element.d.ts +11 -0
- package/types/components/error/error-types/error-type-base.element.d.ts +9 -0
- package/types/components/error/error-types/generic-error.element.d.ts +11 -0
- package/types/components/error/error-types/import-artifacts-error.element.d.ts +13 -0
- package/types/components/error/error-types/import-artifacts-unhandled-error.element.d.ts +11 -0
- package/types/components/error/error-types/index.d.ts +16 -0
- package/types/components/error/error-types/invalid-path-error.element.d.ts +11 -0
- package/types/components/error/error-types/merge-conflict-error.element.d.ts +11 -0
- package/types/components/error/error-types/remote-api-timeout-error.element.d.ts +11 -0
- package/types/components/error/error-types/restore-schema-mismatch-error.element.d.ts +11 -0
- package/types/components/error/error-types/schema-mismatch-error.element.d.ts +11 -0
- package/types/components/error/error-types/unauthorized-client-error.element.d.ts +11 -0
- package/types/components/error/error-types/web-exception-error.element.d.ts +11 -0
- package/types/components/error/error.element.d.ts +28 -0
- package/types/components/error/index.d.ts +2 -0
- package/types/components/error-detail/error-detail.element.d.ts +18 -0
- package/types/components/export-complete.element.d.ts +17 -0
- package/types/components/index.d.ts +7 -0
- package/types/components/no-nodes.element.d.ts +23 -0
- package/types/components/work-complete/work-complete.element.d.ts +22 -0
- package/types/components/work-progress/work-progress.element.d.ts +18 -0
- package/types/context/deploy.context-token.d.ts +3 -0
- package/types/context/deploy.context.d.ts +20 -0
- package/types/context/index.d.ts +6 -0
- package/types/context/remote-tree.context-token.d.ts +3 -0
- package/types/context/remote-tree.context.d.ts +24 -0
- package/types/context/signalr.context-token.d.ts +3 -0
- package/types/context/signalr.context.d.ts +15 -0
- package/types/dashboards/cloud-dashboard-header.element.d.ts +19 -0
- package/types/dashboards/environments/components/content-flow/content-flow.element.d.ts +21 -0
- package/types/dashboards/environments/components/deploy-queue/deploy-queue.element.d.ts +24 -0
- package/types/dashboards/environments/components/environment/environment.element.d.ts +19 -0
- package/types/dashboards/environments/components/environment-add/environment-add.element.d.ts +13 -0
- package/types/dashboards/environments/components/environment-connect/environment-connect.element.d.ts +17 -0
- package/types/dashboards/environments/components/environment-deploy/environment-deploy.element.d.ts +17 -0
- package/types/dashboards/environments/components/environment-info/environment-info.element.d.ts +16 -0
- package/types/dashboards/environments/components/index.d.ts +7 -0
- package/types/dashboards/environments/environments-dashboard.element.d.ts +17 -0
- package/types/dashboards/environments/index.d.ts +2 -0
- package/types/dashboards/environments/manifests.d.ts +2 -0
- package/types/dashboards/index.d.ts +4 -0
- package/types/dashboards/management/components/configuration-details/configuration-details-notes-column-layout.element.d.ts +18 -0
- package/types/dashboards/management/components/configuration-details/configuration-details-setting-column-layout.element.d.ts +15 -0
- package/types/dashboards/management/components/configuration-details/configuration-details-value-column-layout.element.d.ts +14 -0
- package/types/dashboards/management/components/configuration-details/configuration-details.element.d.ts +20 -0
- package/types/dashboards/management/components/configuration-details/index.d.ts +4 -0
- package/types/dashboards/management/components/deploy-operations/deploy-operation.element.d.ts +26 -0
- package/types/dashboards/management/components/deploy-operations/deploy-operations.element.d.ts +14 -0
- package/types/dashboards/management/components/deploy-status/deploy-status.element.d.ts +20 -0
- package/types/dashboards/management/components/download-artifacts/download-artifacts.element.d.ts +13 -0
- package/types/dashboards/management/components/index.d.ts +6 -0
- package/types/dashboards/management/components/manifests.d.ts +2 -0
- package/types/dashboards/management/components/schema-comparison/index.d.ts +5 -0
- package/types/dashboards/management/components/schema-comparison/schema-comparison-boolean-column-layout.element.d.ts +15 -0
- package/types/dashboards/management/components/schema-comparison/schema-comparison-entityactions-column-layout.element.d.ts +22 -0
- package/types/dashboards/management/components/schema-comparison/schema-comparison.element.d.ts +18 -0
- package/types/dashboards/management/components/schema-comparison/schema-detail-modal.element.d.ts +22 -0
- package/types/dashboards/management/components/schema-comparison/schema-detail-modal.token.d.ts +9 -0
- package/types/dashboards/management/index.d.ts +5 -0
- package/types/dashboards/management/management-dashboard.element.d.ts +26 -0
- package/types/dashboards/management/management.repository.d.ts +19 -0
- package/types/dashboards/management/management.server.data.d.ts +15 -0
- package/types/dashboards/management/manifests.d.ts +4 -0
- package/types/dashboards/manifests.d.ts +1 -0
- package/types/dashboards/onprem-dashboard-header.element.d.ts +12 -0
- package/types/entities.d.ts +90 -0
- package/types/entity-actions/base.action.d.ts +19 -0
- package/types/entity-actions/base.condition.d.ts +22 -0
- package/types/entity-actions/compare/compare-table.element.d.ts +21 -0
- package/types/entity-actions/compare/compare.action.d.ts +4 -0
- package/types/entity-actions/compare/compare.condition.d.ts +21 -0
- package/types/entity-actions/compare/manifests.d.ts +4 -0
- package/types/entity-actions/compare/modal/compare-modal.element.d.ts +24 -0
- package/types/entity-actions/compare/modal/compare-modal.token.d.ts +9 -0
- package/types/entity-actions/conditions-manifests.d.ts +2 -0
- package/types/entity-actions/entity-action-registrar.manifest.d.ts +15 -0
- package/types/entity-actions/entity-type-mapping.manifest.d.ts +10 -0
- package/types/entity-actions/entity-type.condition.d.ts +22 -0
- package/types/entity-actions/export/environment/environment-export.action.d.ts +5 -0
- package/types/entity-actions/export/export-base.action.d.ts +7 -0
- package/types/entity-actions/export/manifests.d.ts +3 -0
- package/types/entity-actions/export/tree/tree-export.action.d.ts +4 -0
- package/types/entity-actions/export/tree/tree-export.condition.d.ts +19 -0
- package/types/entity-actions/import/import.action.d.ts +8 -0
- package/types/entity-actions/import/manifests.d.ts +3 -0
- package/types/entity-actions/import/modal/import-modal.element.d.ts +22 -0
- package/types/entity-actions/import/modal/import-modal.token.d.ts +10 -0
- package/types/entity-actions/index.d.ts +4 -0
- package/types/entity-actions/manifests.d.ts +2 -0
- package/types/entity-actions/permissions-manifests.d.ts +8 -0
- package/types/entity-actions/queue/manifests.d.ts +3 -0
- package/types/entity-actions/queue/queue.action.d.ts +8 -0
- package/types/entity-actions/queue/queue.condition.d.ts +19 -0
- package/types/entity-actions/restore/environment/environment-restore.action.d.ts +4 -0
- package/types/entity-actions/restore/environment/environment-restore.condition.d.ts +20 -0
- package/types/entity-actions/restore/manifests.d.ts +3 -0
- package/types/entity-actions/restore/partial/partial-restore.action.d.ts +4 -0
- package/types/entity-actions/restore/partial/partial-restore.condition.d.ts +19 -0
- package/types/entity-actions/restore/restore-base.action.d.ts +9 -0
- package/types/entity-actions/restore/tree/tree-restore.action.d.ts +4 -0
- package/types/entity-actions/restore/tree/tree-restore.condition.d.ts +19 -0
- package/types/entity-actions/transfer-now/manifests.d.ts +3 -0
- package/types/entity-actions/transfer-now/transfer-now.action.d.ts +7 -0
- package/types/entity-actions/transfer-now/transfer-now.condition.d.ts +19 -0
- package/types/exports.d.ts +31 -0
- package/types/generated/client/client.gen.d.ts +2 -0
- package/types/generated/client/index.d.ts +8 -0
- package/types/generated/client/types.gen.d.ts +120 -0
- package/types/generated/client/utils.gen.d.ts +37 -0
- package/types/generated/client.gen.d.ts +12 -0
- package/types/generated/core/auth.gen.d.ts +18 -0
- package/types/generated/core/bodySerializer.gen.d.ts +25 -0
- package/types/generated/core/params.gen.d.ts +43 -0
- package/types/generated/core/pathSerializer.gen.d.ts +33 -0
- package/types/generated/core/queryKeySerializer.gen.d.ts +18 -0
- package/types/generated/core/serverSentEvents.gen.d.ts +71 -0
- package/types/generated/core/types.gen.d.ts +78 -0
- package/types/generated/core/utils.gen.d.ts +19 -0
- package/types/generated/index.d.ts +3 -0
- package/types/generated/sdk.gen.d.ts +89 -0
- package/types/generated/types.gen.d.ts +1314 -0
- package/types/header-apps/environment-name-header-app.element.d.ts +21 -0
- package/types/header-apps/index.d.ts +1 -0
- package/types/header-apps/manifests.d.ts +2 -0
- package/types/index.d.ts +10 -0
- package/types/lang/en.d.ts +302 -0
- package/types/lang/en.dashboard-management-configuration-details.d.ts +89 -0
- package/types/lang/manifests.d.ts +2 -0
- package/types/modal/element/export-modal.element.d.ts +26 -0
- package/types/modal/element/index.d.ts +6 -0
- package/types/modal/element/no-nodes-modal.element.d.ts +12 -0
- package/types/modal/element/partial-restore-modal.element.d.ts +22 -0
- package/types/modal/element/progress-modal.element.d.ts +16 -0
- package/types/modal/element/queue-modal.element.d.ts +21 -0
- package/types/modal/element/restore-modal.element.d.ts +18 -0
- package/types/modal/index.d.ts +2 -0
- package/types/modal/manifests.d.ts +2 -0
- package/types/modal/styles.d.ts +1 -0
- package/types/modal/token/export-modal.token.d.ts +23 -0
- package/types/modal/token/index.d.ts +6 -0
- package/types/modal/token/no-nodes-modal.token.d.ts +4 -0
- package/types/modal/token/partial-restore-modal.token.d.ts +3 -0
- package/types/modal/token/progress-modal.token.d.ts +11 -0
- package/types/modal/token/queue-modal.token.d.ts +20 -0
- package/types/modal/token/restore-modal.token.d.ts +23 -0
- package/types/queue/index.d.ts +3 -0
- package/types/queue/transfer-queue-manager-context.token.d.ts +3 -0
- package/types/queue/transfer-queue-manager.context.d.ts +15 -0
- package/types/queue/transfer-queue.repository.d.ts +10 -0
- package/types/repository/base.repository.d.ts +16 -0
- package/types/repository/deploy.repository.d.ts +6 -0
- package/types/repository/entity.repository.d.ts +7 -0
- package/types/repository/export.repository.d.ts +9 -0
- package/types/repository/import.repository.d.ts +5 -0
- package/types/repository/index.d.ts +7 -0
- package/types/repository/manifests.d.ts +1 -0
- package/types/repository/remote-tree/document/index.d.ts +2 -0
- package/types/repository/remote-tree/document/manifests.d.ts +5 -0
- package/types/repository/remote-tree/document/remote-document-tree.repository.d.ts +11 -0
- package/types/repository/remote-tree/document/remote-document-tree.server.data-source.d.ts +7 -0
- package/types/repository/remote-tree/entity/index.d.ts +2 -0
- package/types/repository/remote-tree/entity/manifests.d.ts +5 -0
- package/types/repository/remote-tree/entity/remote-entity-tree.repository.d.ts +7 -0
- package/types/repository/remote-tree/entity/remote-entity-tree.server.data-source.d.ts +7 -0
- package/types/repository/remote-tree/index.d.ts +3 -0
- package/types/repository/remote-tree/manifests.d.ts +1 -0
- package/types/repository/remote-tree/media/index.d.ts +2 -0
- package/types/repository/remote-tree/media/manifests.d.ts +5 -0
- package/types/repository/remote-tree/media/remote-media-tree.repository.d.ts +11 -0
- package/types/repository/remote-tree/media/remote-media-tree.server.data-source.d.ts +7 -0
- package/types/repository/remote-tree/remote-tree-base.repository.d.ts +26 -0
- package/types/repository/remote-tree/remote-tree-server-data-source-base.d.ts +55 -0
- package/types/repository/restore.repository.d.ts +9 -0
- package/types/types.d.ts +3 -0
- package/types/util.d.ts +86 -0
- package/types/umbraco-deploy-public.d.ts +0 -386
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-deploy/backoffice",
|
|
3
|
-
"version": "17.1.0
|
|
3
|
+
"version": "17.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Umbraco A/S",
|
|
@@ -10,14 +10,19 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/umbraco/Umbraco.Deploy.Issues/issues"
|
|
12
12
|
},
|
|
13
|
-
"types": "./types/
|
|
13
|
+
"types": "./types/exports.d.ts",
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"types": "./types/
|
|
16
|
+
"types": "./types/exports.d.ts"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=22.17.1",
|
|
21
|
+
"npm": ">=10.9.2"
|
|
22
|
+
},
|
|
19
23
|
"peerDependencies": {
|
|
20
|
-
"@umbraco-cms/backoffice": "17.0.0"
|
|
24
|
+
"@umbraco-cms/backoffice": "^17.0.0",
|
|
25
|
+
"@microsoft/signalr": "^10.0.0"
|
|
21
26
|
},
|
|
22
27
|
"publishConfig": {
|
|
23
28
|
"access": "public"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { UmbConditionConfigBase } from "@umbraco-cms/backoffice/extension-api";
|
|
2
|
+
import type { UMB_FALLBACK_USER_PERMISSION_CONDITION_ALIAS } from "@umbraco-cms/backoffice/user-permission";
|
|
3
|
+
type UmbFallbackUserPermissionConditionConfig = UmbConditionConfigBase<typeof UMB_FALLBACK_USER_PERMISSION_CONDITION_ALIAS> & {
|
|
4
|
+
/**
|
|
5
|
+
* The user must have all of the permissions in this array for the condition to be met.
|
|
6
|
+
* @example
|
|
7
|
+
* ["Umb.PermissionOne", "Umb.PermissionTwo"]
|
|
8
|
+
*/
|
|
9
|
+
allOf?: Array<string>;
|
|
10
|
+
/**
|
|
11
|
+
* The user must have at least one of the permissions in this array for the condition to be met.
|
|
12
|
+
* @example
|
|
13
|
+
* ["Umb.PermissionOne", "Umb.PermissionTwo"]
|
|
14
|
+
*/
|
|
15
|
+
oneOf?: Array<string>;
|
|
16
|
+
};
|
|
17
|
+
declare global {
|
|
18
|
+
interface UmbExtensionConditionConfigMap {
|
|
19
|
+
UmbFallbackUserPermissionConditionConfig: UmbFallbackUserPermissionConditionConfig;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { UmbDropdownElement } from "@umbraco-cms/backoffice/components";
|
|
2
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
3
|
+
import type { DeployEnvironmentInfoModel } from "../../types.js";
|
|
4
|
+
declare const DeployEnvironmentSelectElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
5
|
+
export declare class DeployEnvironmentSelectElement extends DeployEnvironmentSelectElement_base {
|
|
6
|
+
#private;
|
|
7
|
+
dropdown: UmbDropdownElement;
|
|
8
|
+
prefixKey: string;
|
|
9
|
+
suffixKey: string;
|
|
10
|
+
environments?: Array<DeployEnvironmentInfoModel>;
|
|
11
|
+
value?: DeployEnvironmentInfoModel;
|
|
12
|
+
connectedCallback(): void;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
static styles: import("lit").CSSResult;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-busy-error";
|
|
3
|
+
export declare class DeployBusyErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployBusyErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-chunk-encoding-error";
|
|
3
|
+
export declare class DeployChunkEncodingErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployChunkEncodingErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-collision-error";
|
|
3
|
+
export declare class DeployCollisionErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployCollisionErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-content-type-changed-error";
|
|
3
|
+
export declare class DeployContentTypeChangedErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployContentTypeChangedErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-dependency-error";
|
|
3
|
+
export declare class DeployDependencyErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployDependencyErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DeployErrorElement } from "../index.js";
|
|
2
|
+
import { LitElement } from "lit";
|
|
3
|
+
export declare class DeployErrorTypeBaseElement extends LitElement {
|
|
4
|
+
host?: DeployErrorElement;
|
|
5
|
+
connectedCallback(): void;
|
|
6
|
+
renderMismatches(): import("lit-html").TemplateResult<1> | null;
|
|
7
|
+
renderExceptionUdis(): import("lit-html").TemplateResult<1> | undefined;
|
|
8
|
+
static styles: import("lit").CSSResult[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-generic-error";
|
|
3
|
+
export declare class DeployGenericErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployGenericErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-import-artifacts-error";
|
|
3
|
+
export declare class DeployImportArtifactsErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
#private;
|
|
5
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
}
|
|
8
|
+
declare global {
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
[elementName]: DeployImportArtifactsErrorElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-import-artifacts-unhandled-error";
|
|
3
|
+
export declare class DeployImportArtifactsUnhandledErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployImportArtifactsUnhandledErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./error-type-base.element.js";
|
|
2
|
+
export * from "./collision-error.element.js";
|
|
3
|
+
export * from "./schema-mismatch-error.element.js";
|
|
4
|
+
export * from "./restore-schema-mismatch-error.element.js";
|
|
5
|
+
export * from "./import-artifacts-error.element.js";
|
|
6
|
+
export * from "./import-artifacts-unhandled-error.element.js";
|
|
7
|
+
export * from "./unauthorized-client-error.element.js";
|
|
8
|
+
export * from "./content-type-changed-error.element.js";
|
|
9
|
+
export * from "./dependency-error.element.js";
|
|
10
|
+
export * from "./busy-error.element.js";
|
|
11
|
+
export * from "./chunk-encoding-error.element.js";
|
|
12
|
+
export * from "./web-exception-error.element.js";
|
|
13
|
+
export * from "./invalid-path-error.element.js";
|
|
14
|
+
export * from "./merge-conflict-error.element.js";
|
|
15
|
+
export * from "./remote-api-timeout-error.element.js";
|
|
16
|
+
export * from "./generic-error.element.js";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-invalid-path-error";
|
|
3
|
+
export declare class DeployInvalidPathErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployInvalidPathErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-merge-conflict-error";
|
|
3
|
+
export declare class DeployMergeConflictErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployMergeConflictErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-remote-api-timeout-error";
|
|
3
|
+
export declare class DeployRemoteApiTimeoutErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployRemoteApiTimeoutErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-restore-schema-mismatch-error";
|
|
3
|
+
export declare class DeployRestoreSchemaMismatchErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployRestoreSchemaMismatchErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-schema-mismatch-error";
|
|
3
|
+
export declare class DeploySchemaMismatchErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeploySchemaMismatchErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-unauthorized-client-error";
|
|
3
|
+
export declare class DeployUnauthorizedClientErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployUnauthorizedClientErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeployErrorTypeBaseElement } from "./index.js";
|
|
2
|
+
declare const elementName = "deploy-web-exception-error";
|
|
3
|
+
export declare class DeployWebExceptionErrorElement extends DeployErrorTypeBaseElement {
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
declare global {
|
|
7
|
+
interface HTMLElementTagNameMap {
|
|
8
|
+
[elementName]: DeployWebExceptionErrorElement;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { DeployProgressModel } from "../../entities.js";
|
|
3
|
+
declare const elementName = "deploy-error";
|
|
4
|
+
declare const DeployErrorElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
5
|
+
export declare class DeployErrorElement extends DeployErrorElement_base {
|
|
6
|
+
#private;
|
|
7
|
+
model?: DeployProgressModel;
|
|
8
|
+
operation?: "deploy" | "restore";
|
|
9
|
+
noNodes: boolean;
|
|
10
|
+
exceptionUdis: Array<string>;
|
|
11
|
+
showDebug: boolean;
|
|
12
|
+
innerException?: {
|
|
13
|
+
type?: string;
|
|
14
|
+
detail?: string;
|
|
15
|
+
};
|
|
16
|
+
get exception(): import("../../entities.js").DeployExceptionModel | undefined;
|
|
17
|
+
get comment(): string | undefined;
|
|
18
|
+
get log(): string | undefined;
|
|
19
|
+
connectedCallback(): void;
|
|
20
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
21
|
+
static styles: import("lit").CSSResult[];
|
|
22
|
+
}
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
[elementName]: DeployErrorElement;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
declare const elementName = "deploy-error-detail";
|
|
3
|
+
declare const DeployErrorDetailElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
4
|
+
export declare class DeployErrorDetailElement extends DeployErrorDetailElement_base {
|
|
5
|
+
#private;
|
|
6
|
+
isDebug: boolean;
|
|
7
|
+
canCopy: boolean;
|
|
8
|
+
constructor();
|
|
9
|
+
firstUpdated(): void;
|
|
10
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
11
|
+
static styles: import("lit").CSSResult[];
|
|
12
|
+
}
|
|
13
|
+
export default DeployErrorDetailElement;
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[elementName]: DeployErrorDetailElement;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
declare const elementName = "deploy-export-complete";
|
|
3
|
+
declare const DeployExportCompleteElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
4
|
+
export declare class DeployExportCompleteElement extends DeployExportCompleteElement_base {
|
|
5
|
+
#private;
|
|
6
|
+
private _sessionId?;
|
|
7
|
+
private _downloadDisabled;
|
|
8
|
+
connectedCallback(): Promise<void>;
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
static styles: import("lit").CSSResult;
|
|
11
|
+
}
|
|
12
|
+
export default DeployExportCompleteElement;
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
[elementName]: DeployExportCompleteElement;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./environment-select/environment-select.element.js";
|
|
2
|
+
export * from "./error/index.js";
|
|
3
|
+
export * from "./error-detail/error-detail.element.js";
|
|
4
|
+
export * from "./work-complete/work-complete.element.js";
|
|
5
|
+
export * from "./work-progress/work-progress.element.js";
|
|
6
|
+
export * from "./export-complete.element.js";
|
|
7
|
+
export * from "./no-nodes.element.js";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { ClientConfigurationInfoModel } from "../generated/index.js";
|
|
3
|
+
import type { DeployProgressModel } from "../entities.js";
|
|
4
|
+
declare const elementName = "deploy-no-nodes";
|
|
5
|
+
declare const DeployNoNodesElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
6
|
+
export declare class DeployNoNodesElement extends DeployNoNodesElement_base {
|
|
7
|
+
#private;
|
|
8
|
+
restore: DeployProgressModel;
|
|
9
|
+
requiresInitialization: boolean;
|
|
10
|
+
logVisible: boolean;
|
|
11
|
+
enableWorkItemLogging: boolean;
|
|
12
|
+
sessionId?: string;
|
|
13
|
+
config?: ClientConfigurationInfoModel;
|
|
14
|
+
connectedCallback(): Promise<void>;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
static styles: import("lit").CSSResult[];
|
|
17
|
+
}
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
[elementName]: DeployNoNodesElement;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { DeployWorkDescriptionModel } from "../../entities.js";
|
|
3
|
+
import type { MismatchDetailsModel } from "../../generated/index.js";
|
|
4
|
+
declare const elementName = "deploy-work-complete";
|
|
5
|
+
declare const DeployWorkCompleteElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
6
|
+
export declare class DeployWorkCompleteElement extends DeployWorkCompleteElement_base {
|
|
7
|
+
#private;
|
|
8
|
+
timestamp?: string;
|
|
9
|
+
model?: DeployWorkDescriptionModel;
|
|
10
|
+
mismatches?: Array<MismatchDetailsModel>;
|
|
11
|
+
sessionId?: string;
|
|
12
|
+
private _schemaFiles;
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
+
static styles: import("lit").CSSResult[];
|
|
16
|
+
}
|
|
17
|
+
export default DeployWorkCompleteElement;
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
[elementName]: DeployWorkCompleteElement;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { DeployWorkDescriptionModel } from "../../entities.js";
|
|
3
|
+
declare const elementName = "deploy-work-progress";
|
|
4
|
+
declare const DeployWorkProgressElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
5
|
+
export declare class DeployWorkProgressElement extends DeployWorkProgressElement_base {
|
|
6
|
+
#private;
|
|
7
|
+
progress: number;
|
|
8
|
+
timestamp?: string;
|
|
9
|
+
activity?: string;
|
|
10
|
+
model?: DeployWorkDescriptionModel;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
export default DeployWorkProgressElement;
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[elementName]: DeployWorkProgressElement;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UmbControllerBase } from "@umbraco-cms/backoffice/class-api";
|
|
2
|
+
import type { UmbApiError } from "@umbraco-cms/backoffice/resources";
|
|
3
|
+
import type { DeployWorkDescriptionModel } from "../entities.js";
|
|
4
|
+
import type { ConfigurationModel, ClientConfigurationModel, WorkItemDetailModel, LicenseStatusResponseModel, DeployRegisteredEntityTypeDetailOptionsModel } from "../generated/index.js";
|
|
5
|
+
import type { DeployEnvironmentInfoModel } from "../types.js";
|
|
6
|
+
export interface DeployRegisteredEntity extends DeployRegisteredEntityTypeDetailOptionsModel {
|
|
7
|
+
entityType: string;
|
|
8
|
+
isRoot: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class DeployContext extends UmbControllerBase {
|
|
11
|
+
#private;
|
|
12
|
+
config: import("rxjs").Observable<ConfigurationModel | undefined>;
|
|
13
|
+
clientConfig: import("rxjs").Observable<ClientConfigurationModel | undefined>;
|
|
14
|
+
license: import("rxjs").Observable<LicenseStatusResponseModel | undefined>;
|
|
15
|
+
hostConnected(): Promise<void>;
|
|
16
|
+
environments(): Array<DeployEnvironmentInfoModel>;
|
|
17
|
+
restoreEnvironments(): import("../generated/index.js").WorkspaceInfoModel[];
|
|
18
|
+
getRegisteredEntity(value: string): DeployRegisteredEntity | undefined;
|
|
19
|
+
showProgress(workItemPromise: Promise<WorkItemDetailModel | UmbApiError | undefined>, progressModel: DeployWorkDescriptionModel, completeModel: DeployWorkDescriptionModel): Promise<void>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UmbControllerBase } from "@umbraco-cms/backoffice/class-api";
|
|
2
|
+
import type { UmbControllerHost } from "@umbraco-cms/backoffice/controller-api";
|
|
3
|
+
import type { DeployRemoteNodeModel } from "../entities.js";
|
|
4
|
+
/**
|
|
5
|
+
* Exists to pass the remote environment URL through to the remote tree repository,
|
|
6
|
+
* and to ensure the selected item is available to the calling modal as the tree picker
|
|
7
|
+
* only returns the entity key - given the data is coming from outside the current backoffice,
|
|
8
|
+
* we can't easily fetch it from a local store (only via a network to remote, which is silly since
|
|
9
|
+
* we have already requested the tree nodes, which include everything we need)
|
|
10
|
+
*
|
|
11
|
+
* In short, this is a glorified temporary cache, existing only for the life of the restore modal.
|
|
12
|
+
* There's no value in holding onto any data, as we always need the latest from remote.
|
|
13
|
+
*/
|
|
14
|
+
export declare class DeployRemoteTreeContext extends UmbControllerBase {
|
|
15
|
+
#private;
|
|
16
|
+
constructor(host: UmbControllerHost, environmentUrl: string);
|
|
17
|
+
getEnvironmentUrl(): string;
|
|
18
|
+
setEnvironmentUrl(environmentUrl?: string): void;
|
|
19
|
+
getEntityType(): string;
|
|
20
|
+
setEntityType(entityType?: string): void;
|
|
21
|
+
appendItems(items: Array<DeployRemoteNodeModel>): void;
|
|
22
|
+
getItem(unique?: string): DeployRemoteNodeModel | undefined;
|
|
23
|
+
}
|
|
24
|
+
export default DeployRemoteTreeContext;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UmbControllerBase } from "@umbraco-cms/backoffice/class-api";
|
|
2
|
+
import type { SessionUpdatedModel, HeartbeatModel } from "../generated/index.js";
|
|
3
|
+
export declare class DeploySignalRContext extends UmbControllerBase {
|
|
4
|
+
#private;
|
|
5
|
+
readonly deploySessionUpdate: import("rxjs").Observable<SessionUpdatedModel | null>;
|
|
6
|
+
readonly deployHeartbeat: import("rxjs").Observable<HeartbeatModel | null>;
|
|
7
|
+
readonly restoreHeartbeat: import("rxjs").Observable<HeartbeatModel | null>;
|
|
8
|
+
readonly restoreSessionUpdate: import("rxjs").Observable<SessionUpdatedModel | null>;
|
|
9
|
+
readonly diskReadSessionUpdate: import("rxjs").Observable<SessionUpdatedModel | null>;
|
|
10
|
+
sessionId?: string;
|
|
11
|
+
hostConnected(): void;
|
|
12
|
+
hostDisconnected(): void;
|
|
13
|
+
getDeployClientId(): string | null;
|
|
14
|
+
}
|
|
15
|
+
export default DeploySignalRContext;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { UmbracoCloudClientConfigurationInfoModel } from "../generated/index.js";
|
|
3
|
+
declare const elementName = "deploy-cloud-dashboard-header";
|
|
4
|
+
declare const DeployCloudDashboardHeaderElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
5
|
+
export declare class DeployCloudDashboardHeaderElement extends DeployCloudDashboardHeaderElement_base {
|
|
6
|
+
#private;
|
|
7
|
+
_clientConfig?: UmbracoCloudClientConfigurationInfoModel | null;
|
|
8
|
+
private _trialExpiryDays?;
|
|
9
|
+
private _expired;
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1> | undefined;
|
|
12
|
+
static styles: import("lit").CSSResult[];
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
[elementName]: DeployCloudDashboardHeaderElement;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { ClientConfigurationModel } from "../../../../generated/index.js";
|
|
3
|
+
import type { DeployEnvironmentInfoModel } from "../../../../types.js";
|
|
4
|
+
declare const elementName = "deploy-content-flow";
|
|
5
|
+
declare const DeployContentFlowElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
6
|
+
export declare class DeployContentFlowElement extends DeployContentFlowElement_base {
|
|
7
|
+
#private;
|
|
8
|
+
clientConfig?: ClientConfigurationModel;
|
|
9
|
+
activeIndex?: number;
|
|
10
|
+
infoBoxType?: "add" | "connect" | "deploy" | "info";
|
|
11
|
+
activeEnvironment?: DeployEnvironmentInfoModel;
|
|
12
|
+
connectedCallback(): void;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
static styles: import("lit").CSSResult[];
|
|
15
|
+
}
|
|
16
|
+
export default DeployContentFlowElement;
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
[elementName]: DeployContentFlowElement;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { ClientConfigurationModel, DeployItemModel } from "../../../../generated/index.js";
|
|
3
|
+
declare const elementName = "deploy-queue";
|
|
4
|
+
declare const DeployQueueElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
5
|
+
export declare class DeployQueueElement extends DeployQueueElement_base {
|
|
6
|
+
#private;
|
|
7
|
+
clientConfig?: ClientConfigurationModel;
|
|
8
|
+
items: Array<{
|
|
9
|
+
entityType: string;
|
|
10
|
+
name: string;
|
|
11
|
+
showItems: boolean;
|
|
12
|
+
items: Array<DeployItemModel>;
|
|
13
|
+
}>;
|
|
14
|
+
ignoreDependencies: boolean;
|
|
15
|
+
connectedCallback(): void;
|
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
17
|
+
static styles: import("lit").CSSResult[];
|
|
18
|
+
}
|
|
19
|
+
export default DeployQueueElement;
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
[elementName]: DeployQueueElement;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
import type { DeployEnvironmentInfoModel } from "../../../../types.js";
|
|
3
|
+
declare const elementName = "deploy-environment";
|
|
4
|
+
declare const DeployEnvironmentElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
5
|
+
export declare class DeployEnvironmentElement extends DeployEnvironmentElement_base {
|
|
6
|
+
#private;
|
|
7
|
+
model?: DeployEnvironmentInfoModel;
|
|
8
|
+
progress: number;
|
|
9
|
+
last: boolean;
|
|
10
|
+
active: boolean;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
+
static styles: import("lit").CSSResult[];
|
|
13
|
+
}
|
|
14
|
+
export default DeployEnvironmentElement;
|
|
15
|
+
declare global {
|
|
16
|
+
interface HTMLElementTagNameMap {
|
|
17
|
+
[elementName]: DeployEnvironmentElement;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LitElement } from "@umbraco-cms/backoffice/external/lit";
|
|
2
|
+
declare const elementName = "deploy-environment-add";
|
|
3
|
+
declare const DeployEnvironmentAddElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/element-api").UmbElement> & typeof LitElement;
|
|
4
|
+
export declare class DeployEnvironmentAddElement extends DeployEnvironmentAddElement_base {
|
|
5
|
+
projectUrl?: string;
|
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
7
|
+
}
|
|
8
|
+
export default DeployEnvironmentAddElement;
|
|
9
|
+
declare global {
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
[elementName]: DeployEnvironmentAddElement;
|
|
12
|
+
}
|
|
13
|
+
}
|