@praxisui/core 8.0.0-beta.23 → 8.0.0-beta.25

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.
@@ -9130,6 +9130,9 @@ function mapFieldDefinitionToMetadata(field) {
9130
9130
  // Canonicalize: only expose resourcePath; do not write legacy alias
9131
9131
  metadata.resourcePath = endpointPath;
9132
9132
  }
9133
+ if (hasOptionsFilterEndpoint) {
9134
+ metadata.optionsEndpoint = 'filter';
9135
+ }
9133
9136
  if (field.numericMin !== undefined) {
9134
9137
  metadata.min = field.numericMin;
9135
9138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "8.0.0-beta.23",
3
+ "version": "8.0.0-beta.25",
4
4
  "description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",