@praxisui/page-builder 9.0.40 → 9.0.42
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-
|
|
3
|
+
"generatedAt": "2026-08-30T12:51:40.847Z",
|
|
4
4
|
"packageName": "@praxisui/page-builder",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.42",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -25297,20 +25297,6 @@ class DynamicPageBuilderComponent {
|
|
|
25297
25297
|
return value;
|
|
25298
25298
|
}
|
|
25299
25299
|
resolvePreviewCompiledFormPatch(preview) {
|
|
25300
|
-
if (preview.uiCompositionPlan) {
|
|
25301
|
-
const planDiagnostics = this.toRecord(this.toRecord(preview.uiCompositionPlan)?.['diagnostics']);
|
|
25302
|
-
return {
|
|
25303
|
-
...preview.compiledFormPatch,
|
|
25304
|
-
diagnostics: planDiagnostics ?? preview.compiledFormPatch?.['diagnostics'],
|
|
25305
|
-
patch: {
|
|
25306
|
-
...(preview.compiledFormPatch?.patch ?? {}),
|
|
25307
|
-
page: this.clonePage(this.currentPage()),
|
|
25308
|
-
},
|
|
25309
|
-
};
|
|
25310
|
-
}
|
|
25311
|
-
if (preview.compiledFormPatch?.patch?.page) {
|
|
25312
|
-
return preview.compiledFormPatch;
|
|
25313
|
-
}
|
|
25314
25300
|
return preview.compiledFormPatch;
|
|
25315
25301
|
}
|
|
25316
25302
|
focusCanvasWidget(widgetKey) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/page-builder",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.42",
|
|
4
4
|
"description": "Page and widget builder utilities for Praxis UI (grid, dynamic widgets, editors).",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"@angular/forms": "^21.0.0",
|
|
9
9
|
"@angular/cdk": "^21.0.0",
|
|
10
10
|
"@angular/material": "^21.0.0",
|
|
11
|
-
"@praxisui/ai": "^9.0.
|
|
12
|
-
"@praxisui/core": "^9.0.
|
|
13
|
-
"@praxisui/settings-panel": "^9.0.
|
|
11
|
+
"@praxisui/ai": "^9.0.42",
|
|
12
|
+
"@praxisui/core": "^9.0.42",
|
|
13
|
+
"@praxisui/settings-panel": "^9.0.42",
|
|
14
14
|
"rxjs": "~7.8.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|