@praxisui/dynamic-fields 9.0.0-beta.73 → 9.0.0-beta.74

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-07-12T01:34:40.567Z",
3
+ "generatedAt": "2026-07-16T21:05:04.797Z",
4
4
  "packageName": "@praxisui/dynamic-fields",
5
- "packageVersion": "9.0.0-beta.73",
5
+ "packageVersion": "9.0.0-beta.74",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 76,
@@ -4057,6 +4057,11 @@ class SimpleBaseSelectComponent extends SimpleBaseInputComponent {
4057
4057
  }
4058
4058
  /** Configures the CRUD service with the given resource path */
4059
4059
  configureCrudService(path) {
4060
+ const apiUrlEntry = this.metadata()?.apiUrlEntry;
4061
+ if (apiUrlEntry) {
4062
+ this.crudService?.configure(path, { apiUrlEntry });
4063
+ return;
4064
+ }
4060
4065
  this.crudService?.configure(path);
4061
4066
  }
4062
4067
  isOptionsFilterEndpoint(path) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-fields",
3
- "version": "9.0.0-beta.73",
3
+ "version": "9.0.0-beta.74",
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.73",
15
- "@praxisui/cron-builder": "^9.0.0-beta.73"
14
+ "@praxisui/core": "^9.0.0-beta.74",
15
+ "@praxisui/cron-builder": "^9.0.0-beta.74"
16
16
  },
17
17
  "dependencies": {
18
18
  "libphonenumber-js": "^1.12.41",