From 0f756b1bab985b66afcc99261faa200481537ac3 Mon Sep 17 00:00:00 2001
From: Ray <11846445+A77AY@users.noreply.github.com>
Date: Thu, 4 Jun 2026 18:56:58 +0400
Subject: [PATCH 1/2] bump domain
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
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",
From 59d852afe28a8da91f4b2446b618f9c4cc3adb94 Mon Sep 17 00:00:00 2001
From: Ray <11846445+A77AY@users.noreply.github.com>
Date: Fri, 5 Jun 2026 14:06:12 +0400
Subject: [PATCH 2/2] hide del btn
---
.../domain-objects-table.component.ts | 16 ++++++++--------
.../domain-object-card.component.html | 2 +-
.../domain-object-history-card.component.html | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
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 @@
-
+