@praxisui/dynamic-form 8.0.0-beta.80 → 8.0.0-beta.81

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.
@@ -11227,7 +11227,7 @@ class PraxisDynamicForm {
11227
11227
  (this.resourceId ?? this.pendingEntityId ?? null)
11228
11228
  ? this.loadedEntityData
11229
11229
  : null;
11230
- const fallbackInitialValue = !snapshotValue && !fallbackEntityValue && this.mode === 'create'
11230
+ const fallbackInitialValue = !snapshotValue && !fallbackEntityValue
11231
11231
  ? this.getNormalizedInitialValue()
11232
11232
  : null;
11233
11233
  const valueToRestore = snapshotValue ?? fallbackEntityValue ?? fallbackInitialValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-form",
3
- "version": "8.0.0-beta.80",
3
+ "version": "8.0.0-beta.81",
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": "^8.0.0-beta.80",
13
- "@praxisui/dynamic-fields": "^8.0.0-beta.80",
14
- "@praxisui/metadata-editor": "^8.0.0-beta.80",
15
- "@praxisui/rich-content": "^8.0.0-beta.80",
16
- "@praxisui/settings-panel": "^8.0.0-beta.80",
17
- "@praxisui/visual-builder": "^8.0.0-beta.80",
18
- "@praxisui/core": "^8.0.0-beta.80",
12
+ "@praxisui/ai": "^8.0.0-beta.81",
13
+ "@praxisui/dynamic-fields": "^8.0.0-beta.81",
14
+ "@praxisui/metadata-editor": "^8.0.0-beta.81",
15
+ "@praxisui/rich-content": "^8.0.0-beta.81",
16
+ "@praxisui/settings-panel": "^8.0.0-beta.81",
17
+ "@praxisui/visual-builder": "^8.0.0-beta.81",
18
+ "@praxisui/core": "^8.0.0-beta.81",
19
19
  "rxjs": "^7.8.0"
20
20
  },
21
21
  "dependencies": {