@praxisui/crud 9.0.4-rc.28 → 9.0.4-rc.29
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-05T00:
|
|
3
|
+
"generatedAt": "2026-08-05T00:54:29.592Z",
|
|
4
4
|
"packageName": "@praxisui/crud",
|
|
5
|
-
"packageVersion": "9.0.4-rc.
|
|
5
|
+
"packageVersion": "9.0.4-rc.29",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 2,
|
|
@@ -5837,7 +5837,15 @@ class DynamicFormDialogHostComponent {
|
|
|
5837
5837
|
}
|
|
5838
5838
|
onCancel() {
|
|
5839
5839
|
if (this.surfaceRef) {
|
|
5840
|
-
this.
|
|
5840
|
+
void this.canLeaveSurfaceFrame().then((allowed) => {
|
|
5841
|
+
if (!allowed)
|
|
5842
|
+
return;
|
|
5843
|
+
// `close()` on a nested frame consults the registered guard again.
|
|
5844
|
+
// Mark this user-confirmed transition so both root and nested frames
|
|
5845
|
+
// share one prompt and one close result.
|
|
5846
|
+
this.terminalClose = true;
|
|
5847
|
+
this.surfaceRef?.close?.({ type: 'close' });
|
|
5848
|
+
});
|
|
5841
5849
|
return;
|
|
5842
5850
|
}
|
|
5843
5851
|
const dirty = this.formComp?.form.dirty;
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/crud",
|
|
3
|
-
"version": "9.0.4-rc.
|
|
3
|
+
"version": "9.0.4-rc.29",
|
|
4
4
|
"description": "CRUD building blocks for Praxis UI: integrates dynamic forms and tables with unified configuration and services.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
|
-
"@praxisui/dynamic-form": "^9.0.4-rc.
|
|
9
|
-
"@praxisui/table": "^9.0.4-rc.
|
|
10
|
-
"@praxisui/core": "^9.0.4-rc.
|
|
11
|
-
"@praxisui/dynamic-fields": "^9.0.4-rc.
|
|
12
|
-
"@praxisui/settings-panel": "^9.0.4-rc.
|
|
8
|
+
"@praxisui/dynamic-form": "^9.0.4-rc.29",
|
|
9
|
+
"@praxisui/table": "^9.0.4-rc.29",
|
|
10
|
+
"@praxisui/core": "^9.0.4-rc.29",
|
|
11
|
+
"@praxisui/dynamic-fields": "^9.0.4-rc.29",
|
|
12
|
+
"@praxisui/settings-panel": "^9.0.4-rc.29",
|
|
13
13
|
"@angular/cdk": "^21.0.0",
|
|
14
14
|
"@angular/forms": "^21.0.0",
|
|
15
15
|
"@angular/material": "^21.0.0",
|
|
16
16
|
"@angular/router": "^21.0.0",
|
|
17
|
-
"@praxisui/ai": "^9.0.4-rc.
|
|
17
|
+
"@praxisui/ai": "^9.0.4-rc.29",
|
|
18
18
|
"rxjs": "~7.8.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|