diff --git a/package-lock.json b/package-lock.json index 2a7adefd8..e4fd7904a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular/router": "^21.2.5", "@ngneat/input-mask": "^6.1.0", "@tailwindcss/postcss": "^4.1.11", - "@vality/domain-proto": "^2.0.1-5c25c2e.0", + "@vality/domain-proto": "^2.0.2-70b59b9.0", "@vality/fistful-proto": "^2.0.1-7c61ac5.0", "@vality/machinegun-proto": "^1.0.1-cc2c27c.0", "@vality/magista-proto": "^2.0.2-6cafe01.0", @@ -5906,9 +5906,9 @@ } }, "node_modules/@vality/domain-proto": { - "version": "2.0.1-5c25c2e.0", - "resolved": "https://registry.npmjs.org/@vality/domain-proto/-/domain-proto-2.0.1-5c25c2e.0.tgz", - "integrity": "sha512-sqlfDYQbIu7kJX45JOEVrO6RwtkP7E/9M9AbYkYZ/n77yZTJQr4ZPQFyttGXiIyr4QjgkKBU/sW+W1IzeIZDaw==", + "version": "2.0.2-70b59b9.0", + "resolved": "https://registry.npmjs.org/@vality/domain-proto/-/domain-proto-2.0.2-70b59b9.0.tgz", + "integrity": "sha512-/3ETflCHoMZLJytqJbh0OKQa0uvrKcPjtGVsLBcelReTYlV5N2a1jG38bHFrVPsAOOOxGLmaZipBWVc7XReUsw==", "license": "Apache-2.0" }, "node_modules/@vality/fistful-proto": { diff --git a/package.json b/package.json index 44cba9b7e..2bdf45783 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular/router": "^21.2.5", "@ngneat/input-mask": "^6.1.0", "@tailwindcss/postcss": "^4.1.11", - "@vality/domain-proto": "^2.0.1-5c25c2e.0", + "@vality/domain-proto": "^2.0.2-70b59b9.0", "@vality/fistful-proto": "^2.0.1-7c61ac5.0", "@vality/machinegun-proto": "^1.0.1-cc2c27c.0", "@vality/magista-proto": "^2.0.2-6cafe01.0", diff --git a/src/app/domain-config/domain-objects-table/domain-objects-table.component.ts b/src/app/domain-config/domain-objects-table/domain-objects-table.component.ts index 4a9dd2123..e9122130b 100644 --- a/src/app/domain-config/domain-objects-table/domain-objects-table.component.ts +++ b/src/app/domain-config/domain-objects-table/domain-objects-table.component.ts @@ -119,14 +119,14 @@ export class DomainObjectsTableComponent { }); }, }, - { - label: 'Delete', - click: () => { - this.domainObjectService.delete(d.ref).next(() => { - this.resource().reload(); - }); - }, - }, + // { + // label: 'Delete', + // click: () => { + // this.domainObjectService.delete(d.ref).next(() => { + // this.resource().reload(); + // }); + // }, + // }, ], })), ), diff --git a/src/components/thrift-api-crud/domain/domain-object-card/domain-object-card.component.html b/src/components/thrift-api-crud/domain/domain-object-card/domain-object-card.component.html index 5fc7ec713..ec5757a92 100644 --- a/src/components/thrift-api-crud/domain/domain-object-card/domain-object-card.component.html +++ b/src/components/thrift-api-crud/domain/domain-object-card/domain-object-card.component.html @@ -13,7 +13,7 @@ (kindChange)="kind.set($event)" > - + diff --git a/src/components/thrift-api-crud/domain/domain-object-history-card/domain-object-history-card.component.html b/src/components/thrift-api-crud/domain/domain-object-history-card/domain-object-history-card.component.html index d95e3780d..506e0adbd 100644 --- a/src/components/thrift-api-crud/domain/domain-object-history-card/domain-object-history-card.component.html +++ b/src/components/thrift-api-crud/domain/domain-object-history-card/domain-object-history-card.component.html @@ -1,6 +1,6 @@ - +