@praxisui/metadata-editor 9.0.0-beta.30 → 9.0.0-beta.31

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-02T00:13:30.173Z",
3
+ "generatedAt": "2026-07-02T21:34:12.637Z",
4
4
  "packageName": "@praxisui/metadata-editor",
5
- "packageVersion": "9.0.0-beta.30",
5
+ "packageVersion": "9.0.0-beta.31",
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.30",
3
+ "version": "9.0.0-beta.31",
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.30",
12
- "@praxisui/core": "^9.0.0-beta.30",
13
- "@praxisui/dynamic-fields": "^9.0.0-beta.30",
14
- "@praxisui/settings-panel": "^9.0.0-beta.30",
11
+ "@praxisui/ai": "^9.0.0-beta.31",
12
+ "@praxisui/core": "^9.0.0-beta.31",
13
+ "@praxisui/dynamic-fields": "^9.0.0-beta.31",
14
+ "@praxisui/settings-panel": "^9.0.0-beta.31",
15
15
  "rxjs": "~7.8.0"
16
16
  },
17
17
  "dependencies": {