@praxisui/dynamic-fields 9.0.4-rc.47 → 9.0.4-rc.49
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-11T17:25:06.956Z",
|
|
4
4
|
"packageName": "@praxisui/dynamic-fields",
|
|
5
|
-
"packageVersion": "9.0.4-rc.
|
|
5
|
+
"packageVersion": "9.0.4-rc.49",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 76,
|
|
@@ -20893,7 +20893,11 @@ class MaterialSelectComponent extends SimpleBaseSelectComponent {
|
|
|
20893
20893
|
}
|
|
20894
20894
|
<span>{{ materialDisplayText() }}</span>
|
|
20895
20895
|
@if (loading()) {
|
|
20896
|
-
<mat-progress-spinner
|
|
20896
|
+
<mat-progress-spinner
|
|
20897
|
+
diameter="18"
|
|
20898
|
+
mode="indeterminate"
|
|
20899
|
+
[attr.aria-label]="loadingOptionsLabel()"
|
|
20900
|
+
/>
|
|
20897
20901
|
} @else {
|
|
20898
20902
|
<mat-icon aria-hidden="true">arrow_drop_down</mat-icon>
|
|
20899
20903
|
}
|
|
@@ -21015,7 +21019,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
21015
21019
|
}
|
|
21016
21020
|
<span>{{ materialDisplayText() }}</span>
|
|
21017
21021
|
@if (loading()) {
|
|
21018
|
-
<mat-progress-spinner
|
|
21022
|
+
<mat-progress-spinner
|
|
21023
|
+
diameter="18"
|
|
21024
|
+
mode="indeterminate"
|
|
21025
|
+
[attr.aria-label]="loadingOptionsLabel()"
|
|
21026
|
+
/>
|
|
21019
21027
|
} @else {
|
|
21020
21028
|
<mat-icon aria-hidden="true">arrow_drop_down</mat-icon>
|
|
21021
21029
|
}
|
|
@@ -28657,7 +28665,11 @@ class MaterialSearchableSelectComponent extends SimpleBaseSelectComponent {
|
|
|
28657
28665
|
>
|
|
28658
28666
|
<span>{{ materialDisplayText() }}</span>
|
|
28659
28667
|
@if (loading()) {
|
|
28660
|
-
<mat-progress-spinner
|
|
28668
|
+
<mat-progress-spinner
|
|
28669
|
+
diameter="18"
|
|
28670
|
+
mode="indeterminate"
|
|
28671
|
+
[attr.aria-label]="loadingOptionsLabel()"
|
|
28672
|
+
/>
|
|
28661
28673
|
} @else {
|
|
28662
28674
|
<mat-icon aria-hidden="true">arrow_drop_down</mat-icon>
|
|
28663
28675
|
}
|
|
@@ -28801,7 +28813,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
28801
28813
|
>
|
|
28802
28814
|
<span>{{ materialDisplayText() }}</span>
|
|
28803
28815
|
@if (loading()) {
|
|
28804
|
-
<mat-progress-spinner
|
|
28816
|
+
<mat-progress-spinner
|
|
28817
|
+
diameter="18"
|
|
28818
|
+
mode="indeterminate"
|
|
28819
|
+
[attr.aria-label]="loadingOptionsLabel()"
|
|
28820
|
+
/>
|
|
28805
28821
|
} @else {
|
|
28806
28822
|
<mat-icon aria-hidden="true">arrow_drop_down</mat-icon>
|
|
28807
28823
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-fields",
|
|
3
|
-
"version": "9.0.4-rc.
|
|
3
|
+
"version": "9.0.4-rc.49",
|
|
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.4-rc.
|
|
15
|
-
"@praxisui/cron-builder": "^9.0.4-rc.
|
|
14
|
+
"@praxisui/core": "^9.0.4-rc.49",
|
|
15
|
+
"@praxisui/cron-builder": "^9.0.4-rc.49"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"libphonenumber-js": "^1.12.41",
|