@praxisui/dynamic-fields 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.
- package/README.md +3 -3
- 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
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
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.
|
|
3
|
+
"version": "1.0.0-beta.53",
|
|
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.
|
|
14
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
15
|
-
"@praxisui/cron-builder": "^1.0.0-beta.
|
|
16
|
-
"@praxisui/dialog": "^1.0.0-beta.
|
|
13
|
+
"@praxisui/specification-core": "^1.0.0-beta.53",
|
|
14
|
+
"@praxisui/core": "^1.0.0-beta.53",
|
|
15
|
+
"@praxisui/cron-builder": "^1.0.0-beta.53",
|
|
16
|
+
"@praxisui/dialog": "^1.0.0-beta.53"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.3.0"
|