@praxisui/dynamic-fields 1.0.0-beta.52 → 1.0.0-beta.54

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 +5 -5
package/README.md CHANGED
@@ -55,9 +55,9 @@ Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o
55
55
 
56
56
  ### Concept Usage
57
57
 
58
- - [Dynamic Component Rendering](../../../../docs/concepts/dynamic-component-rendering.md)
59
- - [Headless UI & Design Systems](../../../../docs/concepts/headless-ui-and-design-systems.md)
60
- - [Data Driven Forms](../../../../docs/concepts/data-driven-forms.md)
58
+ - Dynamic component rendering
59
+ - Headless UI and design systems
60
+ - Data-driven forms
61
61
 
62
62
  Biblioteca de campos dinâmicos para aplicações Angular (v20+) com Material Design. Renderiza campos a partir de metadados, com carregamento lazy e integração com Reactive Forms.
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-fields",
3
- "version": "1.0.0-beta.52",
3
+ "version": "1.0.0-beta.54",
4
4
  "description": "Angular Material-based dynamic form fields for Praxis UI with lazy loading and metadata-driven rendering.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.0",
@@ -10,10 +10,10 @@
10
10
  "@angular/cdk": "^20.1.0",
11
11
  "@angular/router": "^20.1.0",
12
12
  "rxjs": "^7.8.0",
13
- "@praxisui/specification-core": "^1.0.0-beta.52",
14
- "@praxisui/core": "^1.0.0-beta.52",
15
- "@praxisui/cron-builder": "^1.0.0-beta.52",
16
- "@praxisui/dialog": "^1.0.0-beta.52"
13
+ "@praxisui/specification-core": "^1.0.0-beta.54",
14
+ "@praxisui/core": "^1.0.0-beta.54",
15
+ "@praxisui/cron-builder": "^1.0.0-beta.54",
16
+ "@praxisui/dialog": "^1.0.0-beta.54"
17
17
  },
18
18
  "dependencies": {
19
19
  "tslib": "^2.3.0"