@praxisui/dynamic-fields 9.0.0-beta.0 → 9.0.0-beta.1
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ Biblioteca de campos dinâmicos para aplicações Angular (v20+) com Material De
|
|
|
81
81
|
## Instalação
|
|
82
82
|
|
|
83
83
|
```bash
|
|
84
|
-
npm install @praxisui/dynamic-fields@
|
|
84
|
+
npm install @praxisui/dynamic-fields@latest
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
### Estilos e tokens (opcional)
|
|
@@ -281,7 +281,7 @@ Tokens M3 aplicados:
|
|
|
281
281
|
## 📦 Instalação
|
|
282
282
|
|
|
283
283
|
```bash
|
|
284
|
-
npm install @praxisui/dynamic-fields@
|
|
284
|
+
npm install @praxisui/dynamic-fields@latest
|
|
285
285
|
```
|
|
286
286
|
|
|
287
287
|
## 🚀 Uso Básico (DynamicFieldLoaderDirective)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-fields",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.1",
|
|
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": "^21.0.0",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@angular/platform-browser": "^21.0.0",
|
|
12
12
|
"@angular/router": "^21.0.0",
|
|
13
13
|
"rxjs": "^7.8.0",
|
|
14
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
15
|
-
"@praxisui/cron-builder": "^9.0.0-beta.
|
|
14
|
+
"@praxisui/core": "^9.0.0-beta.1",
|
|
15
|
+
"@praxisui/cron-builder": "^9.0.0-beta.1"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"libphonenumber-js": "^1.12.41",
|