@praxisui/metadata-editor 8.0.0-beta.82 → 8.0.0-beta.85

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.
@@ -7132,6 +7132,7 @@ const INLINE_FILTER_EDITOR_PROPERTIES_BY_CONTROL_TYPE = Object.freeze({
7132
7132
  [INLINE_FILTER_CONTROL_TYPES.AUTOCOMPLETE]: selectProperties,
7133
7133
  [INLINE_FILTER_CONTROL_TYPES.MULTI_SELECT]: selectProperties,
7134
7134
  [INLINE_FILTER_CONTROL_TYPES.INPUT]: inputProperties,
7135
+ [INLINE_FILTER_CONTROL_TYPES.PHONE]: inputProperties,
7135
7136
  [INLINE_FILTER_CONTROL_TYPES.TOGGLE]: toggleProperties,
7136
7137
  [INLINE_FILTER_CONTROL_TYPES.RANGE]: rangeSliderProperties,
7137
7138
  [INLINE_FILTER_CONTROL_TYPES.PERIOD_RANGE]: rangeSliderProperties,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/metadata-editor",
3
- "version": "8.0.0-beta.82",
3
+ "version": "8.0.0-beta.85",
4
4
  "description": "Metadata editor for Praxis UI fields and components with runtime integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -8,10 +8,10 @@
8
8
  "@angular/cdk": "^21.0.0",
9
9
  "@angular/forms": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
- "@praxisui/ai": "^8.0.0-beta.82",
12
- "@praxisui/core": "^8.0.0-beta.82",
13
- "@praxisui/dynamic-fields": "^8.0.0-beta.82",
14
- "@praxisui/settings-panel": "^8.0.0-beta.82",
11
+ "@praxisui/ai": "^8.0.0-beta.85",
12
+ "@praxisui/core": "^8.0.0-beta.85",
13
+ "@praxisui/dynamic-fields": "^8.0.0-beta.85",
14
+ "@praxisui/settings-panel": "^8.0.0-beta.85",
15
15
  "rxjs": "~7.8.0"
16
16
  },
17
17
  "dependencies": {