@praxisui/dynamic-fields 9.0.4-rc.13 → 9.0.4-rc.14
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-03T16:
|
|
3
|
+
"generatedAt": "2026-08-03T16:18:47.808Z",
|
|
4
4
|
"packageName": "@praxisui/dynamic-fields",
|
|
5
|
-
"packageVersion": "9.0.4-rc.
|
|
5
|
+
"packageVersion": "9.0.4-rc.14",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 76,
|
|
@@ -27836,7 +27836,7 @@ class MaterialSearchableSelectComponent extends SimpleBaseSelectComponent {
|
|
|
27836
27836
|
});
|
|
27837
27837
|
}
|
|
27838
27838
|
refreshOptions() {
|
|
27839
|
-
const mapped = this.store.items.map((o) => ({ label: o.label, value: o }));
|
|
27839
|
+
const mapped = this.store.items.map((o) => ({ label: o.label, value: o.id }));
|
|
27840
27840
|
this.options.set(mapped);
|
|
27841
27841
|
}
|
|
27842
27842
|
loadOptions(page = 0, searchTerm = this.searchTerm(), criteria = this.filterCriteria()) {
|
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.14",
|
|
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.14",
|
|
15
|
+
"@praxisui/cron-builder": "^9.0.4-rc.14"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"libphonenumber-js": "^1.12.41",
|