@praxisui/dynamic-form 9.0.4-rc.40 → 9.0.4-rc.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-10T11:49:21.807Z",
3
+ "generatedAt": "2026-08-10T19:08:21.527Z",
4
4
  "packageName": "@praxisui/dynamic-form",
5
- "packageVersion": "9.0.4-rc.40",
5
+ "packageVersion": "9.0.4-rc.42",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 2,
@@ -10784,9 +10784,10 @@ class PraxisDynamicForm {
10784
10784
  delete target['suffixIconTooltip'];
10785
10785
  delete target['suffixIconAriaLabel'];
10786
10786
  }
10787
- const helpMaterialized = this.materializeFieldHelpPolicy(field, this.config?.helpPresentation);
10788
- if (helpMaterialized !== field) {
10789
- Object.assign(draft(), helpMaterialized);
10787
+ const helpSource = next ?? field;
10788
+ const helpMaterialized = this.materializeFieldHelpPolicy(helpSource, this.config?.helpPresentation);
10789
+ if (helpMaterialized !== helpSource) {
10790
+ next = helpMaterialized;
10790
10791
  }
10791
10792
  return next ?? field;
10792
10793
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-form",
3
- "version": "9.0.4-rc.40",
3
+ "version": "9.0.4-rc.42",
4
4
  "description": "Angular dynamic form engine for Praxis UI: metadata-driven forms, hooks, and services integrating @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -9,13 +9,13 @@
9
9
  "@angular/forms": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
11
  "@angular/router": "^21.0.0",
12
- "@praxisui/ai": "^9.0.4-rc.40",
13
- "@praxisui/dynamic-fields": "^9.0.4-rc.40",
14
- "@praxisui/metadata-editor": "^9.0.4-rc.40",
15
- "@praxisui/rich-content": "^9.0.4-rc.40",
16
- "@praxisui/settings-panel": "^9.0.4-rc.40",
17
- "@praxisui/visual-builder": "^9.0.4-rc.40",
18
- "@praxisui/core": "^9.0.4-rc.40",
12
+ "@praxisui/ai": "^9.0.4-rc.42",
13
+ "@praxisui/dynamic-fields": "^9.0.4-rc.42",
14
+ "@praxisui/metadata-editor": "^9.0.4-rc.42",
15
+ "@praxisui/rich-content": "^9.0.4-rc.42",
16
+ "@praxisui/settings-panel": "^9.0.4-rc.42",
17
+ "@praxisui/visual-builder": "^9.0.4-rc.42",
18
+ "@praxisui/core": "^9.0.4-rc.42",
19
19
  "rxjs": "^7.8.0"
20
20
  },
21
21
  "dependencies": {