@praxisui/metadata-editor 9.0.0-beta.30 → 9.0.0-beta.32
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-07-
|
|
3
|
+
"generatedAt": "2026-07-02T23:12:01.271Z",
|
|
4
4
|
"packageName": "@praxisui/metadata-editor",
|
|
5
|
-
"packageVersion": "9.0.0-beta.
|
|
5
|
+
"packageVersion": "9.0.0-beta.32",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -10814,7 +10814,6 @@ class CascadeManagerTabComponent {
|
|
|
10814
10814
|
this.svc = svc;
|
|
10815
10815
|
}
|
|
10816
10816
|
ngOnInit() {
|
|
10817
|
-
console.log('CascadeManagerTabComponent ngOnInit', this.fields);
|
|
10818
10817
|
// hydrate from input fields
|
|
10819
10818
|
const map = new Map();
|
|
10820
10819
|
for (const f of this.fields) {
|
|
@@ -10829,7 +10828,6 @@ class CascadeManagerTabComponent {
|
|
|
10829
10828
|
}
|
|
10830
10829
|
}
|
|
10831
10830
|
ngOnChanges(changes) {
|
|
10832
|
-
console.log('CascadeManagerTabComponent ngOnChanges', changes);
|
|
10833
10831
|
if (changes['fields'] && !changes['fields'].firstChange) {
|
|
10834
10832
|
// Re-hydrate rules from incoming fields while preserving existing ones when possible
|
|
10835
10833
|
const incoming = this.fields || [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/metadata-editor",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.32",
|
|
4
4
|
"description": "Metadata editor for Praxis UI fields and components with runtime integration.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"@angular/cdk": "^21.0.0",
|
|
9
9
|
"@angular/forms": "^21.0.0",
|
|
10
10
|
"@angular/material": "^21.0.0",
|
|
11
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
12
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
13
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
14
|
-
"@praxisui/settings-panel": "^9.0.0-beta.
|
|
11
|
+
"@praxisui/ai": "^9.0.0-beta.32",
|
|
12
|
+
"@praxisui/core": "^9.0.0-beta.32",
|
|
13
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.32",
|
|
14
|
+
"@praxisui/settings-panel": "^9.0.0-beta.32",
|
|
15
15
|
"rxjs": "~7.8.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|