@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.
Files changed (183) hide show
  1. package/package.json +9 -4
  2. package/types/cms-augmentations.d.ts +22 -0
  3. package/types/components/environment-select/environment-select.element.d.ts +16 -0
  4. package/types/components/error/error-types/busy-error.element.d.ts +11 -0
  5. package/types/components/error/error-types/chunk-encoding-error.element.d.ts +11 -0
  6. package/types/components/error/error-types/collision-error.element.d.ts +11 -0
  7. package/types/components/error/error-types/content-type-changed-error.element.d.ts +11 -0
  8. package/types/components/error/error-types/dependency-error.element.d.ts +11 -0
  9. package/types/components/error/error-types/error-type-base.element.d.ts +9 -0
  10. package/types/components/error/error-types/generic-error.element.d.ts +11 -0
  11. package/types/components/error/error-types/import-artifacts-error.element.d.ts +13 -0
  12. package/types/components/error/error-types/import-artifacts-unhandled-error.element.d.ts +11 -0
  13. package/types/components/error/error-types/index.d.ts +16 -0
  14. package/types/components/error/error-types/invalid-path-error.element.d.ts +11 -0
  15. package/types/components/error/error-types/merge-conflict-error.element.d.ts +11 -0
  16. package/types/components/error/error-types/remote-api-timeout-error.element.d.ts +11 -0
  17. package/types/components/error/error-types/restore-schema-mismatch-error.element.d.ts +11 -0
  18. package/types/components/error/error-types/schema-mismatch-error.element.d.ts +11 -0
  19. package/types/components/error/error-types/unauthorized-client-error.element.d.ts +11 -0
  20. package/types/components/error/error-types/web-exception-error.element.d.ts +11 -0
  21. package/types/components/error/error.element.d.ts +28 -0
  22. package/types/components/error/index.d.ts +2 -0
  23. package/types/components/error-detail/error-detail.element.d.ts +18 -0
  24. package/types/components/export-complete.element.d.ts +17 -0
  25. package/types/components/index.d.ts +7 -0
  26. package/types/components/no-nodes.element.d.ts +23 -0
  27. package/types/components/work-complete/work-complete.element.d.ts +22 -0
  28. package/types/components/work-progress/work-progress.element.d.ts +18 -0
  29. package/types/context/deploy.context-token.d.ts +3 -0
  30. package/types/context/deploy.context.d.ts +20 -0
  31. package/types/context/index.d.ts +6 -0
  32. package/types/context/remote-tree.context-token.d.ts +3 -0
  33. package/types/context/remote-tree.context.d.ts +24 -0
  34. package/types/context/signalr.context-token.d.ts +3 -0
  35. package/types/context/signalr.context.d.ts +15 -0
  36. package/types/dashboards/cloud-dashboard-header.element.d.ts +19 -0
  37. package/types/dashboards/environments/components/content-flow/content-flow.element.d.ts +21 -0
  38. package/types/dashboards/environments/components/deploy-queue/deploy-queue.element.d.ts +24 -0
  39. package/types/dashboards/environments/components/environment/environment.element.d.ts +19 -0
  40. package/types/dashboards/environments/components/environment-add/environment-add.element.d.ts +13 -0
  41. package/types/dashboards/environments/components/environment-connect/environment-connect.element.d.ts +17 -0
  42. package/types/dashboards/environments/components/environment-deploy/environment-deploy.element.d.ts +17 -0
  43. package/types/dashboards/environments/components/environment-info/environment-info.element.d.ts +16 -0
  44. package/types/dashboards/environments/components/index.d.ts +7 -0
  45. package/types/dashboards/environments/environments-dashboard.element.d.ts +17 -0
  46. package/types/dashboards/environments/index.d.ts +2 -0
  47. package/types/dashboards/environments/manifests.d.ts +2 -0
  48. package/types/dashboards/index.d.ts +4 -0
  49. package/types/dashboards/management/components/configuration-details/configuration-details-notes-column-layout.element.d.ts +18 -0
  50. package/types/dashboards/management/components/configuration-details/configuration-details-setting-column-layout.element.d.ts +15 -0
  51. package/types/dashboards/management/components/configuration-details/configuration-details-value-column-layout.element.d.ts +14 -0
  52. package/types/dashboards/management/components/configuration-details/configuration-details.element.d.ts +20 -0
  53. package/types/dashboards/management/components/configuration-details/index.d.ts +4 -0
  54. package/types/dashboards/management/components/deploy-operations/deploy-operation.element.d.ts +26 -0
  55. package/types/dashboards/management/components/deploy-operations/deploy-operations.element.d.ts +14 -0
  56. package/types/dashboards/management/components/deploy-status/deploy-status.element.d.ts +20 -0
  57. package/types/dashboards/management/components/download-artifacts/download-artifacts.element.d.ts +13 -0
  58. package/types/dashboards/management/components/index.d.ts +6 -0
  59. package/types/dashboards/management/components/manifests.d.ts +2 -0
  60. package/types/dashboards/management/components/schema-comparison/index.d.ts +5 -0
  61. package/types/dashboards/management/components/schema-comparison/schema-comparison-boolean-column-layout.element.d.ts +15 -0
  62. package/types/dashboards/management/components/schema-comparison/schema-comparison-entityactions-column-layout.element.d.ts +22 -0
  63. package/types/dashboards/management/components/schema-comparison/schema-comparison.element.d.ts +18 -0
  64. package/types/dashboards/management/components/schema-comparison/schema-detail-modal.element.d.ts +22 -0
  65. package/types/dashboards/management/components/schema-comparison/schema-detail-modal.token.d.ts +9 -0
  66. package/types/dashboards/management/index.d.ts +5 -0
  67. package/types/dashboards/management/management-dashboard.element.d.ts +26 -0
  68. package/types/dashboards/management/management.repository.d.ts +19 -0
  69. package/types/dashboards/management/management.server.data.d.ts +15 -0
  70. package/types/dashboards/management/manifests.d.ts +4 -0
  71. package/types/dashboards/manifests.d.ts +1 -0
  72. package/types/dashboards/onprem-dashboard-header.element.d.ts +12 -0
  73. package/types/entities.d.ts +90 -0
  74. package/types/entity-actions/base.action.d.ts +19 -0
  75. package/types/entity-actions/base.condition.d.ts +22 -0
  76. package/types/entity-actions/compare/compare-table.element.d.ts +21 -0
  77. package/types/entity-actions/compare/compare.action.d.ts +4 -0
  78. package/types/entity-actions/compare/compare.condition.d.ts +21 -0
  79. package/types/entity-actions/compare/manifests.d.ts +4 -0
  80. package/types/entity-actions/compare/modal/compare-modal.element.d.ts +24 -0
  81. package/types/entity-actions/compare/modal/compare-modal.token.d.ts +9 -0
  82. package/types/entity-actions/conditions-manifests.d.ts +2 -0
  83. package/types/entity-actions/entity-action-registrar.manifest.d.ts +15 -0
  84. package/types/entity-actions/entity-type-mapping.manifest.d.ts +10 -0
  85. package/types/entity-actions/entity-type.condition.d.ts +22 -0
  86. package/types/entity-actions/export/environment/environment-export.action.d.ts +5 -0
  87. package/types/entity-actions/export/export-base.action.d.ts +7 -0
  88. package/types/entity-actions/export/manifests.d.ts +3 -0
  89. package/types/entity-actions/export/tree/tree-export.action.d.ts +4 -0
  90. package/types/entity-actions/export/tree/tree-export.condition.d.ts +19 -0
  91. package/types/entity-actions/import/import.action.d.ts +8 -0
  92. package/types/entity-actions/import/manifests.d.ts +3 -0
  93. package/types/entity-actions/import/modal/import-modal.element.d.ts +22 -0
  94. package/types/entity-actions/import/modal/import-modal.token.d.ts +10 -0
  95. package/types/entity-actions/index.d.ts +4 -0
  96. package/types/entity-actions/manifests.d.ts +2 -0
  97. package/types/entity-actions/permissions-manifests.d.ts +8 -0
  98. package/types/entity-actions/queue/manifests.d.ts +3 -0
  99. package/types/entity-actions/queue/queue.action.d.ts +8 -0
  100. package/types/entity-actions/queue/queue.condition.d.ts +19 -0
  101. package/types/entity-actions/restore/environment/environment-restore.action.d.ts +4 -0
  102. package/types/entity-actions/restore/environment/environment-restore.condition.d.ts +20 -0
  103. package/types/entity-actions/restore/manifests.d.ts +3 -0
  104. package/types/entity-actions/restore/partial/partial-restore.action.d.ts +4 -0
  105. package/types/entity-actions/restore/partial/partial-restore.condition.d.ts +19 -0
  106. package/types/entity-actions/restore/restore-base.action.d.ts +9 -0
  107. package/types/entity-actions/restore/tree/tree-restore.action.d.ts +4 -0
  108. package/types/entity-actions/restore/tree/tree-restore.condition.d.ts +19 -0
  109. package/types/entity-actions/transfer-now/manifests.d.ts +3 -0
  110. package/types/entity-actions/transfer-now/transfer-now.action.d.ts +7 -0
  111. package/types/entity-actions/transfer-now/transfer-now.condition.d.ts +19 -0
  112. package/types/exports.d.ts +31 -0
  113. package/types/generated/client/client.gen.d.ts +2 -0
  114. package/types/generated/client/index.d.ts +8 -0
  115. package/types/generated/client/types.gen.d.ts +120 -0
  116. package/types/generated/client/utils.gen.d.ts +37 -0
  117. package/types/generated/client.gen.d.ts +12 -0
  118. package/types/generated/core/auth.gen.d.ts +18 -0
  119. package/types/generated/core/bodySerializer.gen.d.ts +25 -0
  120. package/types/generated/core/params.gen.d.ts +43 -0
  121. package/types/generated/core/pathSerializer.gen.d.ts +33 -0
  122. package/types/generated/core/queryKeySerializer.gen.d.ts +18 -0
  123. package/types/generated/core/serverSentEvents.gen.d.ts +71 -0
  124. package/types/generated/core/types.gen.d.ts +78 -0
  125. package/types/generated/core/utils.gen.d.ts +19 -0
  126. package/types/generated/index.d.ts +3 -0
  127. package/types/generated/sdk.gen.d.ts +89 -0
  128. package/types/generated/types.gen.d.ts +1314 -0
  129. package/types/header-apps/environment-name-header-app.element.d.ts +21 -0
  130. package/types/header-apps/index.d.ts +1 -0
  131. package/types/header-apps/manifests.d.ts +2 -0
  132. package/types/index.d.ts +10 -0
  133. package/types/lang/en.d.ts +302 -0
  134. package/types/lang/en.dashboard-management-configuration-details.d.ts +89 -0
  135. package/types/lang/manifests.d.ts +2 -0
  136. package/types/modal/element/export-modal.element.d.ts +26 -0
  137. package/types/modal/element/index.d.ts +6 -0
  138. package/types/modal/element/no-nodes-modal.element.d.ts +12 -0
  139. package/types/modal/element/partial-restore-modal.element.d.ts +22 -0
  140. package/types/modal/element/progress-modal.element.d.ts +16 -0
  141. package/types/modal/element/queue-modal.element.d.ts +21 -0
  142. package/types/modal/element/restore-modal.element.d.ts +18 -0
  143. package/types/modal/index.d.ts +2 -0
  144. package/types/modal/manifests.d.ts +2 -0
  145. package/types/modal/styles.d.ts +1 -0
  146. package/types/modal/token/export-modal.token.d.ts +23 -0
  147. package/types/modal/token/index.d.ts +6 -0
  148. package/types/modal/token/no-nodes-modal.token.d.ts +4 -0
  149. package/types/modal/token/partial-restore-modal.token.d.ts +3 -0
  150. package/types/modal/token/progress-modal.token.d.ts +11 -0
  151. package/types/modal/token/queue-modal.token.d.ts +20 -0
  152. package/types/modal/token/restore-modal.token.d.ts +23 -0
  153. package/types/queue/index.d.ts +3 -0
  154. package/types/queue/transfer-queue-manager-context.token.d.ts +3 -0
  155. package/types/queue/transfer-queue-manager.context.d.ts +15 -0
  156. package/types/queue/transfer-queue.repository.d.ts +10 -0
  157. package/types/repository/base.repository.d.ts +16 -0
  158. package/types/repository/deploy.repository.d.ts +6 -0
  159. package/types/repository/entity.repository.d.ts +7 -0
  160. package/types/repository/export.repository.d.ts +9 -0
  161. package/types/repository/import.repository.d.ts +5 -0
  162. package/types/repository/index.d.ts +7 -0
  163. package/types/repository/manifests.d.ts +1 -0
  164. package/types/repository/remote-tree/document/index.d.ts +2 -0
  165. package/types/repository/remote-tree/document/manifests.d.ts +5 -0
  166. package/types/repository/remote-tree/document/remote-document-tree.repository.d.ts +11 -0
  167. package/types/repository/remote-tree/document/remote-document-tree.server.data-source.d.ts +7 -0
  168. package/types/repository/remote-tree/entity/index.d.ts +2 -0
  169. package/types/repository/remote-tree/entity/manifests.d.ts +5 -0
  170. package/types/repository/remote-tree/entity/remote-entity-tree.repository.d.ts +7 -0
  171. package/types/repository/remote-tree/entity/remote-entity-tree.server.data-source.d.ts +7 -0
  172. package/types/repository/remote-tree/index.d.ts +3 -0
  173. package/types/repository/remote-tree/manifests.d.ts +1 -0
  174. package/types/repository/remote-tree/media/index.d.ts +2 -0
  175. package/types/repository/remote-tree/media/manifests.d.ts +5 -0
  176. package/types/repository/remote-tree/media/remote-media-tree.repository.d.ts +11 -0
  177. package/types/repository/remote-tree/media/remote-media-tree.server.data-source.d.ts +7 -0
  178. package/types/repository/remote-tree/remote-tree-base.repository.d.ts +26 -0
  179. package/types/repository/remote-tree/remote-tree-server-data-source-base.d.ts +55 -0
  180. package/types/repository/restore.repository.d.ts +9 -0
  181. package/types/types.d.ts +3 -0
  182. package/types/util.d.ts +86 -0
  183. package/types/umbraco-deploy-public.d.ts +0 -386
@@ -0,0 +1,21 @@
1
+ import { UmbHeaderAppButtonElement } from "@umbraco-cms/backoffice/components";
2
+ declare const elementName = "deploy-environment-name-header-app";
3
+ export declare class DeployEnvironmentNameHeaderAppElement extends UmbHeaderAppButtonElement {
4
+ #private;
5
+ private _environmentName?;
6
+ private _environmentIsLocal?;
7
+ private _queueCount;
8
+ private _badgeAttention;
9
+ private _isExecutingDeploy;
10
+ private _isExecutingRestore;
11
+ connectedCallback(): void;
12
+ disconnectedCallback(): void;
13
+ render(): import("lit-html").TemplateResult<1>;
14
+ static styles: import("lit").CSSResult[];
15
+ }
16
+ export default DeployEnvironmentNameHeaderAppElement;
17
+ declare global {
18
+ interface HTMLElementTagNameMap {
19
+ [elementName]: DeployEnvironmentNameHeaderAppElement;
20
+ }
21
+ }
@@ -0,0 +1 @@
1
+ export * from "./environment-name-header-app.element.js";
@@ -0,0 +1,2 @@
1
+ import type { ManifestHeaderApp } from "@umbraco-cms/backoffice/extension-registry";
2
+ export declare const manifests: ManifestHeaderApp[];
@@ -0,0 +1,10 @@
1
+ import type { UmbEntryPointOnInit } from "@umbraco-cms/backoffice/extension-api";
2
+ export * from "./dashboards/index.js";
3
+ export * from "./components/index.js";
4
+ export * from "./header-apps/index.js";
5
+ export * from "./modal/index.js";
6
+ export * from "./repository/index.js";
7
+ export * from "./entity-actions/index.js";
8
+ export * from "./queue/index.js";
9
+ export * from "./exports.js";
10
+ export declare const onInit: UmbEntryPointOnInit;
@@ -0,0 +1,302 @@
1
+ import type { DeployItemModel } from "../generated/index.js";
2
+ declare const _default: {
3
+ deploy_compare: {
4
+ label: string;
5
+ };
6
+ deploy_restore: {
7
+ complete: string;
8
+ from: string;
9
+ label: string;
10
+ 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
+ description: string;
29
+ environmentDescription: string;
30
+ environmentFrom: string;
31
+ includeDescendants: string;
32
+ ignoreDependencies: string;
33
+ notice: string;
34
+ selectDocumentToRestore: string;
35
+ selectMediaToRestore: string;
36
+ selectNodeToRestore: string;
37
+ selectedItem: string;
38
+ treeDescription: string;
39
+ treeFrom: string;
40
+ };
41
+ deploy_queueForTransfer: {
42
+ label: string;
43
+ sign: (env: string) => string;
44
+ permissionDescription: string;
45
+ includeDescendants: string;
46
+ };
47
+ deploy_transfer: {
48
+ complete: string;
49
+ progress: string;
50
+ progressDescription: string;
51
+ };
52
+ deploy_transferNow: {
53
+ label: string;
54
+ };
55
+ deploy_modal_queue: {
56
+ descriptionRootEntityType: string;
57
+ description: string;
58
+ includeDescendants: string;
59
+ includeDescendantsDescription: string;
60
+ includeLanguages: string;
61
+ includeLanguagesDescription: string;
62
+ includeLanguagesNotAllowed: string;
63
+ releaseDate: string;
64
+ releaseDateDescription: string;
65
+ transferNowDescription: string;
66
+ queuedNotificationMessage: (item: DeployItemModel) => string;
67
+ };
68
+ deploy_import: {
69
+ label: string;
70
+ permissionDescription: string;
71
+ };
72
+ deploy_modal_import: {
73
+ complete: string;
74
+ completeDescription: string;
75
+ description: string;
76
+ importWarningsAsErrors: string;
77
+ includeContentEntityTypes: string;
78
+ includeContentFileEntityTypes: string;
79
+ includeContentFileEntityTypesNoSchema: string;
80
+ includeEntityTypesDescription: string;
81
+ includeSchemaEntityTypes: string;
82
+ includeSchemaFileEntityTypes: string;
83
+ progress: string;
84
+ progressDescription: string;
85
+ };
86
+ deploy_export: {
87
+ complete: string;
88
+ completeDescription: string;
89
+ delete: string;
90
+ download: string;
91
+ label: string;
92
+ permissionDescription: string;
93
+ progress: string;
94
+ progressDescription: string;
95
+ };
96
+ deploy_exportEnvironment: {
97
+ label: string;
98
+ };
99
+ deploy_modal_export: {
100
+ environment: string;
101
+ environmentDescription: string;
102
+ includeContent: string;
103
+ includeContentDependencies: string;
104
+ includeContentFileDependencies: string;
105
+ includeContentFileDependenciesNoSchema: string;
106
+ includeDependenciesDescription: string;
107
+ includeDescendants: string;
108
+ includeDescendantsDescription: string;
109
+ includeDescription: string;
110
+ includeSchema: string;
111
+ includeSchemaDependencies: string;
112
+ includeSchemaFileDependencies: string;
113
+ queue: string;
114
+ queueDescription: string;
115
+ tree: string;
116
+ treeDescription: string;
117
+ };
118
+ deploy_error: {
119
+ serverTime: string;
120
+ toggleTechnicalDetails: string;
121
+ };
122
+ deploy_entityTypes: {
123
+ "data-type": string;
124
+ "dictionary-item": string;
125
+ "document-type": string;
126
+ "media-type": string;
127
+ member: string;
128
+ "member-group": string;
129
+ "member-type": string;
130
+ "partial-view": string;
131
+ script: string;
132
+ stylesheet: string;
133
+ template: string;
134
+ };
135
+ user: {
136
+ permissionsEntityGroup_deploy: string;
137
+ };
138
+ actionCategories: {
139
+ deploy: string;
140
+ };
141
+ deploy_dashboard_management_configurationDetails: {
142
+ settingOptions: string;
143
+ currentValue: string;
144
+ notes: string;
145
+ excludedEntityTypes: string;
146
+ excludedEntityTypesOptions: string;
147
+ excludedEntityTypesNotes: string;
148
+ allowIgnoreDependenciesOperations: string;
149
+ allowIgnoreDependenciesOperationsOptions: string;
150
+ allowIgnoreDependenciesOperationsNotes: string;
151
+ ignoreBrokenDependenciesBehavior: string;
152
+ ignoreBrokenDependenciesBehaviorOptions: string;
153
+ ignoreBrokenDependenciesBehaviorNotes: string;
154
+ continueOnMediaFilePathTooLongException: string;
155
+ continueOnMediaFilePathTooLongExceptionOptions: string;
156
+ continueOnMediaFilePathTooLongExceptionNotes: string;
157
+ timeoutSettings: string;
158
+ timeoutSettingsOptions: string;
159
+ timeoutSettingsNotes: string;
160
+ batchSettingsSourceDeploy: string;
161
+ batchSettingsSourceDeployOptions: string;
162
+ batchSettingsSourceDeployNotes: string;
163
+ batchSettingsPackage: string;
164
+ batchSettingsPackageOptions: string;
165
+ batchSettingsPackageNotes: string;
166
+ transferDictionaryAsContent: string;
167
+ transferDictionaryAsContentOptions: string;
168
+ transferDictionaryAsContentNotes: string;
169
+ ignoreMissingLanguagesForDictionaryItems: string;
170
+ ignoreMissingLanguagesForDictionaryItemsOptions: string;
171
+ ignoreMissingLanguagesForDictionaryItemsNotes: string;
172
+ setEmptyDictionaryItemsOnTransfer: string;
173
+ setEmptyDictionaryItemsOnTransferOptions: string;
174
+ setEmptyDictionaryItemsOnTransferNotes: string;
175
+ exportMemberGroups: string;
176
+ exportMemberGroupsOptions: string;
177
+ exportMemberGroupsNotes: string;
178
+ allowMembersDeploymentOperations: string;
179
+ allowMembersDeploymentOperationsOptions: string;
180
+ allowMembersDeploymentOperationsNotes: string;
181
+ exportUserGroups: string;
182
+ exportUserGroupsOptions: string;
183
+ exportUserGroupsNotes: string;
184
+ domainsDeployment: string;
185
+ domainsDeploymentOptions: string;
186
+ domainsDeploymentNotes: string;
187
+ publicAccessDeployment: string;
188
+ publicAccessDeploymentOptions: string;
189
+ publicAccessDeploymentNotes: string;
190
+ webhooksDeployment: string;
191
+ webhooksDeploymentOptions: string;
192
+ webhooksDeploymentNotes: string;
193
+ trashedContentDeployment: string;
194
+ trashedContentDeploymentOptions: string;
195
+ trashedContentDeploymentNotes: string;
196
+ memoryCacheReload: string;
197
+ memoryCacheReloadOptions: string;
198
+ memoryCacheReloadNotes: string;
199
+ postDeploySchemaOperation: string;
200
+ postDeploySchemaOperationOptions: string;
201
+ postDeploySchemaOperationNotes: string;
202
+ mediaFileChecksumCalculationMethod: string;
203
+ mediaFileChecksumCalculationMethodOptions: string;
204
+ mediaFileChecksumCalculationMethodNotes: string;
205
+ relationCacheBehavior: string;
206
+ relationCacheBehaviorOptions: string;
207
+ relationCacheBehaviorNotes: string;
208
+ suppressCacheRefresherNotifications: string;
209
+ suppressCacheRefresherNotificationsOptions: string;
210
+ suppressCacheRefresherNotificationsNotes: string;
211
+ hideVersionDetails: string;
212
+ hideVersionDetailsOptions: string;
213
+ hideVersionDetailsNotes: string;
214
+ hideConfigurationDetails: string;
215
+ hideConfigurationDetailsOptions: string;
216
+ hideConfigurationDetailsNotes: string;
217
+ resolveUserInTargetEnvironment: string;
218
+ resolveUserInTargetEnvironmentOptions: string;
219
+ resolveUserInTargetEnvironmentNotes: string;
220
+ validateDependenciesOnImport: string;
221
+ validateDependenciesOnImportOptions: string;
222
+ validateDependenciesOnImportNotes: string;
223
+ importOnStartup: string;
224
+ importOnStartupOptions: string;
225
+ importOnStartupNotes: string;
226
+ };
227
+ deploy_dashboard_environments: {
228
+ add: string;
229
+ addEnvironment: string;
230
+ clearQueue: string;
231
+ currentEnvironment: string;
232
+ deployment: string;
233
+ environment: string;
234
+ exportQueue: string;
235
+ getDetailedGitInstructions: string;
236
+ getDetailedInstructions: string;
237
+ gettingStarted: string;
238
+ helpAndDocumentation: string;
239
+ ignoreDependencies: string;
240
+ label: string;
241
+ openBackoffice: string;
242
+ openPortal: string;
243
+ refreshQueue: string;
244
+ removeFromQueue: string;
245
+ setupProject: string;
246
+ transferTo: string;
247
+ trialExpiresIn: string;
248
+ troubleshooting: string;
249
+ upgradeNow: (expired: boolean) => "Trial expired - upgrade now" | "Upgrade now";
250
+ viewWebsite: string;
251
+ workLocally: string;
252
+ };
253
+ deploy_dashboard_management: {
254
+ cleanSchema: string;
255
+ clearCachedSignatures: string;
256
+ clearCachedSignaturesConfirmation: string;
257
+ clearCachedSignaturesDescription: string;
258
+ clearSignatures: string;
259
+ configurationDetails: string;
260
+ createFile: string;
261
+ createItem: string;
262
+ deleteExportArchives: string;
263
+ deleteExportArchivesDescription: string;
264
+ deleteExportArchivesTrigger: string;
265
+ deleteFile: string;
266
+ deleteFileConfirm: (label: string, entityType: string) => string;
267
+ deleteItem: string;
268
+ deleteItemConfirm: (label: string, entityType: string) => string;
269
+ deployOperations: string;
270
+ deployStatus: string;
271
+ download: string;
272
+ downloadDeployArtifacts: string;
273
+ downloadDeployArtifactsDescription: string;
274
+ exportSchema: string;
275
+ exportSchemaToDataFiles: string;
276
+ exportSchemaToDataFilesDescription: string;
277
+ label: string;
278
+ numberOfArchiveFiles: string;
279
+ operationTime: string;
280
+ readMore: string;
281
+ refreshStatus: string;
282
+ schemaComparison: string;
283
+ schemaDeployment: string;
284
+ setCachedSignatures: string;
285
+ setCachedSignaturesDescription: string;
286
+ setSignatures: string;
287
+ status: string;
288
+ triggerOperation: string;
289
+ updateFile: string;
290
+ updateFileConfirm: (label: string, entityType: string) => string;
291
+ updateItem: string;
292
+ updateItemConfirm: (label: string, entityType: string) => string;
293
+ updateUmbracoSchemaFromDataFiles: string;
294
+ updateUmbracoSchemaFromDataFilesDescription: string;
295
+ verifyAndCleanSchema: string;
296
+ verifyAndCleanSchemaConfirmation: string;
297
+ verifyAndCleanSchemaDescription: string;
298
+ version: string;
299
+ viewDetails: string;
300
+ };
301
+ };
302
+ export default _default;
@@ -0,0 +1,89 @@
1
+ declare const _default: {
2
+ deploy_dashboard_management_configurationDetails: {
3
+ settingOptions: string;
4
+ currentValue: string;
5
+ notes: string;
6
+ excludedEntityTypes: string;
7
+ excludedEntityTypesOptions: string;
8
+ excludedEntityTypesNotes: string;
9
+ allowIgnoreDependenciesOperations: string;
10
+ allowIgnoreDependenciesOperationsOptions: string;
11
+ allowIgnoreDependenciesOperationsNotes: string;
12
+ ignoreBrokenDependenciesBehavior: string;
13
+ ignoreBrokenDependenciesBehaviorOptions: string;
14
+ ignoreBrokenDependenciesBehaviorNotes: string;
15
+ continueOnMediaFilePathTooLongException: string;
16
+ continueOnMediaFilePathTooLongExceptionOptions: string;
17
+ continueOnMediaFilePathTooLongExceptionNotes: string;
18
+ timeoutSettings: string;
19
+ timeoutSettingsOptions: string;
20
+ timeoutSettingsNotes: string;
21
+ batchSettingsSourceDeploy: string;
22
+ batchSettingsSourceDeployOptions: string;
23
+ batchSettingsSourceDeployNotes: string;
24
+ batchSettingsPackage: string;
25
+ batchSettingsPackageOptions: string;
26
+ batchSettingsPackageNotes: string;
27
+ transferDictionaryAsContent: string;
28
+ transferDictionaryAsContentOptions: string;
29
+ transferDictionaryAsContentNotes: string;
30
+ ignoreMissingLanguagesForDictionaryItems: string;
31
+ ignoreMissingLanguagesForDictionaryItemsOptions: string;
32
+ ignoreMissingLanguagesForDictionaryItemsNotes: string;
33
+ setEmptyDictionaryItemsOnTransfer: string;
34
+ setEmptyDictionaryItemsOnTransferOptions: string;
35
+ setEmptyDictionaryItemsOnTransferNotes: string;
36
+ exportMemberGroups: string;
37
+ exportMemberGroupsOptions: string;
38
+ exportMemberGroupsNotes: string;
39
+ allowMembersDeploymentOperations: string;
40
+ allowMembersDeploymentOperationsOptions: string;
41
+ allowMembersDeploymentOperationsNotes: string;
42
+ exportUserGroups: string;
43
+ exportUserGroupsOptions: string;
44
+ exportUserGroupsNotes: string;
45
+ domainsDeployment: string;
46
+ domainsDeploymentOptions: string;
47
+ domainsDeploymentNotes: string;
48
+ publicAccessDeployment: string;
49
+ publicAccessDeploymentOptions: string;
50
+ publicAccessDeploymentNotes: string;
51
+ webhooksDeployment: string;
52
+ webhooksDeploymentOptions: string;
53
+ webhooksDeploymentNotes: string;
54
+ trashedContentDeployment: string;
55
+ trashedContentDeploymentOptions: string;
56
+ trashedContentDeploymentNotes: string;
57
+ memoryCacheReload: string;
58
+ memoryCacheReloadOptions: string;
59
+ memoryCacheReloadNotes: string;
60
+ postDeploySchemaOperation: string;
61
+ postDeploySchemaOperationOptions: string;
62
+ postDeploySchemaOperationNotes: string;
63
+ mediaFileChecksumCalculationMethod: string;
64
+ mediaFileChecksumCalculationMethodOptions: string;
65
+ mediaFileChecksumCalculationMethodNotes: string;
66
+ relationCacheBehavior: string;
67
+ relationCacheBehaviorOptions: string;
68
+ relationCacheBehaviorNotes: string;
69
+ suppressCacheRefresherNotifications: string;
70
+ suppressCacheRefresherNotificationsOptions: string;
71
+ suppressCacheRefresherNotificationsNotes: string;
72
+ hideVersionDetails: string;
73
+ hideVersionDetailsOptions: string;
74
+ hideVersionDetailsNotes: string;
75
+ hideConfigurationDetails: string;
76
+ hideConfigurationDetailsOptions: string;
77
+ hideConfigurationDetailsNotes: string;
78
+ resolveUserInTargetEnvironment: string;
79
+ resolveUserInTargetEnvironmentOptions: string;
80
+ resolveUserInTargetEnvironmentNotes: string;
81
+ validateDependenciesOnImport: string;
82
+ validateDependenciesOnImportOptions: string;
83
+ validateDependenciesOnImportNotes: string;
84
+ importOnStartup: string;
85
+ importOnStartupOptions: string;
86
+ importOnStartupNotes: string;
87
+ };
88
+ };
89
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import type { ManifestLocalization } from "@umbraco-cms/backoffice/localization";
2
+ export declare const manifests: ManifestLocalization[];
@@ -0,0 +1,26 @@
1
+ import { type DeployExportModalData, type DeployExportModalValue } from "../token/export-modal.token.js";
2
+ import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
3
+ declare const elementName = "deploy-export-modal";
4
+ export declare class DeployExportModalElement extends UmbModalBaseElement<DeployExportModalData, DeployExportModalValue> {
5
+ #private;
6
+ private _allowSchemaExport;
7
+ withBranch: boolean;
8
+ private _headline;
9
+ private _description;
10
+ private _childPagesDescription;
11
+ private _includeContent;
12
+ private _includeSchema;
13
+ private _includeDescendants;
14
+ private _includeContentDependencies;
15
+ private _includeContentFileDependencies;
16
+ private _includeSchemaDependencies;
17
+ private _includeSchemaFileDependencies;
18
+ connectedCallback(): void;
19
+ render(): import("lit-html").TemplateResult<1>;
20
+ }
21
+ export default DeployExportModalElement;
22
+ declare global {
23
+ interface HTMLElementTagNameMap {
24
+ [elementName]: DeployExportModalElement;
25
+ }
26
+ }
@@ -0,0 +1,6 @@
1
+ export * from "./export-modal.element.js";
2
+ export * from "./progress-modal.element.js";
3
+ export * from "./restore-modal.element.js";
4
+ export * from "./queue-modal.element.js";
5
+ export * from "./partial-restore-modal.element.js";
6
+ export * from "./no-nodes-modal.element.js";
@@ -0,0 +1,12 @@
1
+ import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
2
+ declare const elementName = "deploy-nonodes-modal";
3
+ export declare class DeployNoNodesModalElement extends UmbModalBaseElement {
4
+ #private;
5
+ render(): import("lit-html").TemplateResult<1>;
6
+ }
7
+ export default DeployNoNodesModalElement;
8
+ declare global {
9
+ interface HTMLElementTagNameMap {
10
+ [elementName]: DeployNoNodesModalElement;
11
+ }
12
+ }
@@ -0,0 +1,22 @@
1
+ import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
2
+ import type { DeployRestoreModalData, DeployRestoreModalValue } from "../index.js";
3
+ declare const elementName = "deploy-partial-restore-modal";
4
+ export declare class DeployPartialRestoreModalElement extends UmbModalBaseElement<DeployRestoreModalData, DeployRestoreModalValue> {
5
+ #private;
6
+ private _allowIgnoreDependencies;
7
+ private _restoreEnvironment?;
8
+ private _restoreNode?;
9
+ private _includeDescendants;
10
+ private _ignoreDependencies;
11
+ private _pickRemoteNodeLabel;
12
+ private _entitySupportsPickRemoteNode;
13
+ constructor();
14
+ render(): import("lit-html").TemplateResult<1>;
15
+ static styles: import("lit").CSSResult[];
16
+ }
17
+ export default DeployPartialRestoreModalElement;
18
+ declare global {
19
+ interface HTMLElementTagNameMap {
20
+ [elementName]: DeployPartialRestoreModalElement;
21
+ }
22
+ }
@@ -0,0 +1,16 @@
1
+ import type { DeployProgressModalData } from "../token/index.js";
2
+ import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
3
+ declare const elementName = "deploy-progress-modal";
4
+ export declare class DeployProgressModalElement extends UmbModalBaseElement<DeployProgressModalData> {
5
+ #private;
6
+ private _model;
7
+ connectedCallback(): void;
8
+ render(): import("lit-html").TemplateResult<1>;
9
+ static styles: import("lit").CSSResult[];
10
+ }
11
+ export default DeployProgressModalElement;
12
+ declare global {
13
+ interface HTMLElementTagNameMap {
14
+ [elementName]: DeployProgressModalElement;
15
+ }
16
+ }
@@ -0,0 +1,21 @@
1
+ import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
2
+ import type { DeployQueueModalData, DeployQueueModalValue } from "../index.js";
3
+ declare const elementName = "deploy-queue-modal";
4
+ export declare class DeployQueueModalElement extends UmbModalBaseElement<DeployQueueModalData, DeployQueueModalValue> {
5
+ #private;
6
+ private _transferNow;
7
+ private _showIncludeDescendants;
8
+ private _includeDescendants;
9
+ private _releaseDate?;
10
+ private _item?;
11
+ private _languages?;
12
+ connectedCallback(): Promise<void>;
13
+ render(): import("lit-html").TemplateResult<1>;
14
+ static styles: import("lit").CSSResult[];
15
+ }
16
+ export default DeployQueueModalElement;
17
+ declare global {
18
+ interface HTMLElementTagNameMap {
19
+ [elementName]: DeployQueueModalElement;
20
+ }
21
+ }
@@ -0,0 +1,18 @@
1
+ import { UmbModalBaseElement } from "@umbraco-cms/backoffice/modal";
2
+ import type { DeployRestoreModalData, DeployRestoreModalValue } from "../index.js";
3
+ declare const elementName = "deploy-restore-modal";
4
+ export declare class DeployRestoreModalElement extends UmbModalBaseElement<DeployRestoreModalData, DeployRestoreModalValue> {
5
+ #private;
6
+ private _restoreEnvironment?;
7
+ private _allowIgnoreDependencies;
8
+ private _ignoreDependencies;
9
+ connectedCallback(): Promise<void>;
10
+ render(): import("lit-html").TemplateResult<1>;
11
+ static styles: import("lit").CSSResult[];
12
+ }
13
+ export default DeployRestoreModalElement;
14
+ declare global {
15
+ interface HTMLElementTagNameMap {
16
+ [elementName]: DeployRestoreModalElement;
17
+ }
18
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./element/index.js";
2
+ export * from "./token/index.js";
@@ -0,0 +1,2 @@
1
+ import type { ManifestModal } from "@umbraco-cms/backoffice/modal";
2
+ export declare const manifests: ManifestModal[];
@@ -0,0 +1 @@
1
+ export declare const ModalStyles: import("lit").CSSResult;
@@ -0,0 +1,23 @@
1
+ import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
2
+ export interface DeployExportModalData {
3
+ type: DeployExportType;
4
+ document?: {
5
+ unique: string | null;
6
+ entityType: string;
7
+ };
8
+ }
9
+ export declare enum DeployExportType {
10
+ Environment = 0,
11
+ Queue = 1,
12
+ Tree = 2
13
+ }
14
+ export interface DeployExportModalValue {
15
+ includeContent: boolean;
16
+ includeSchema: boolean;
17
+ includeDescendants: boolean;
18
+ includeContentDependencies: boolean;
19
+ includeContentFileDependencies: boolean;
20
+ includeSchemaDependencies: boolean;
21
+ includeSchemaFileDependencies: boolean;
22
+ }
23
+ export declare const DEPLOY_EXPORT_MODAL: UmbModalToken<DeployExportModalData, DeployExportModalValue>;
@@ -0,0 +1,6 @@
1
+ export * from "./export-modal.token.js";
2
+ export * from "./progress-modal.token.js";
3
+ export * from "./restore-modal.token.js";
4
+ export * from "./queue-modal.token.js";
5
+ export * from "./partial-restore-modal.token.js";
6
+ export * from "./no-nodes-modal.token.js";
@@ -0,0 +1,4 @@
1
+ import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
2
+ export declare const DEPLOY_NONODES_MODAL: UmbModalToken<{
3
+ [key: string]: any;
4
+ }, unknown>;
@@ -0,0 +1,3 @@
1
+ import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
2
+ import type { DeployRestoreModalData, DeployRestoreModalValue } from "../index.js";
3
+ export declare const DEPLOY_PARTIALRESTORE_MODAL: UmbModalToken<DeployRestoreModalData, DeployRestoreModalValue>;
@@ -0,0 +1,11 @@
1
+ import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
2
+ import type { UmbApiError } from "@umbraco-cms/backoffice/resources";
3
+ import type { DeployWorkDescriptionModel } from "../../entities.js";
4
+ import type { WorkItemDetailModel } from "../../generated/index.js";
5
+ export interface DeployProgressModalData {
6
+ workItemPromise?: Promise<WorkItemDetailModel | UmbApiError | undefined>;
7
+ operation?: "deploy" | "restore";
8
+ progress?: DeployWorkDescriptionModel;
9
+ complete?: DeployWorkDescriptionModel;
10
+ }
11
+ export declare const DEPLOY_PROGRESS_MODAL: UmbModalToken<DeployProgressModalData, unknown>;
@@ -0,0 +1,20 @@
1
+ import { UmbModalToken } from "@umbraco-cms/backoffice/modal";
2
+ import type { DeployQueueItemModel } from "../../entities.js";
3
+ import type { GetUdiRangeModel } from "../../generated/index.js";
4
+ export interface DeployQueueModalData {
5
+ document: {
6
+ unique: string | null;
7
+ entityType: string;
8
+ isRoot: boolean;
9
+ };
10
+ supportsTransferDescendants: boolean;
11
+ transferNow?: boolean;
12
+ target?: string;
13
+ }
14
+ export interface DeployQueueModalValue {
15
+ queuedLanguages?: Array<string>;
16
+ document?: DeployQueueItemModel;
17
+ includedDescendants: boolean;
18
+ deployItems?: Array<GetUdiRangeModel>;
19
+ }
20
+ export declare const DEPLOY_QUEUE_MODAL: UmbModalToken<DeployQueueModalData, DeployQueueModalValue>;