@praxisui/manual-form 8.0.0-beta.12 → 8.0.0-beta.14

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.
@@ -576,7 +576,7 @@ const ENUMS = {
576
576
  headerAlign: ['start', 'center'],
577
577
  schemaType: ['response', 'request'],
578
578
  customizationSource: ['user', 'server', 'system'],
579
- formRuleTargetType: ['field', 'section', 'action', 'row', 'column'],
579
+ formRuleTargetType: ['field', 'section', 'action', 'row', 'column', 'visualBlock'],
580
580
  formRuleContext: ['visibility', 'readOnly', 'style', 'validation', 'notification'],
581
581
  mode: ['create', 'edit', 'view'],
582
582
  schemaSource: ['resource', 'filter'],
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@praxisui/manual-form",
3
- "version": "8.0.0-beta.12",
3
+ "version": "8.0.0-beta.14",
4
4
  "description": "Manual form toolkit for Praxis UI: container, instance factory and editor bridge for @praxisui/* fields.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.0",
7
7
  "@angular/core": "^20.1.0",
8
- "@praxisui/core": "^8.0.0-beta.12",
9
- "@praxisui/dynamic-fields": "^8.0.0-beta.12",
10
- "@praxisui/settings-panel": "^8.0.0-beta.12",
11
- "@praxisui/metadata-editor": "^8.0.0-beta.12"
8
+ "@praxisui/core": "^8.0.0-beta.14",
9
+ "@praxisui/dynamic-fields": "^8.0.0-beta.14",
10
+ "@praxisui/settings-panel": "^8.0.0-beta.14",
11
+ "@praxisui/metadata-editor": "^8.0.0-beta.14"
12
12
  },
13
13
  "dependencies": {
14
14
  "tslib": "^2.3.0"