@praxisui/dynamic-form 1.0.0-beta.52 → 1.0.0-beta.53

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -310,9 +310,9 @@ Apache-2.0 – see the `LICENSE` packaged with this library or the repository ro
310
310
 
311
311
  ### Concept Usage
312
312
 
313
- - [Data Driven Forms](../../../../docs/concepts/data-driven-forms.md)
314
- - [Declarative UI](../../../../docs/concepts/declarative-ui.md)
315
- - [Schemadriven UI](../../../../docs/concepts/schema-driven-ui.md)
313
+ - Data-driven forms
314
+ - Declarative UI
315
+ - Schema-driven UI
316
316
 
317
317
  ## Quando usar cada mecanismo
318
318
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-form",
3
- "version": "1.0.0-beta.52",
3
+ "version": "1.0.0-beta.53",
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": "^20.0.0",
7
7
  "@angular/core": "^20.0.0",
8
8
  "@angular/cdk": "^20.0.0",
9
- "@praxisui/settings-panel": "^1.0.0-beta.52",
10
- "@praxisui/visual-builder": "^1.0.0-beta.52",
11
- "@praxisui/specification-core": "^1.0.0-beta.52",
12
- "@praxisui/specification": "^1.0.0-beta.52",
13
- "@praxisui/core": "^1.0.0-beta.52",
14
- "@praxisui/cron-builder": "^1.0.0-beta.52"
9
+ "@praxisui/settings-panel": "^1.0.0-beta.53",
10
+ "@praxisui/visual-builder": "^1.0.0-beta.53",
11
+ "@praxisui/specification-core": "^1.0.0-beta.53",
12
+ "@praxisui/specification": "^1.0.0-beta.53",
13
+ "@praxisui/core": "^1.0.0-beta.53",
14
+ "@praxisui/cron-builder": "^1.0.0-beta.53"
15
15
  },
16
16
  "dependencies": {
17
17
  "tslib": "^2.3.0",