@praxisui/metadata-editor 9.0.65 → 9.0.67

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/metadata-editor",
3
- "version": "9.0.65",
3
+ "version": "9.0.67",
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": "^9.0.65",
12
- "@praxisui/core": "^9.0.65",
13
- "@praxisui/dynamic-fields": "^9.0.65",
14
- "@praxisui/settings-panel": "^9.0.65",
11
+ "@praxisui/ai": "^9.0.67",
12
+ "@praxisui/core": "^9.0.67",
13
+ "@praxisui/dynamic-fields": "^9.0.67",
14
+ "@praxisui/settings-panel": "^9.0.67",
15
15
  "rxjs": "~7.8.0"
16
16
  },
17
17
  "dependencies": {
@@ -113,6 +113,8 @@ declare class DynamicEditorRendererComponent implements OnChanges {
113
113
  rowClass(row: FieldMetadata[]): string;
114
114
  isPresentationRulesRow(row: FieldMetadata[]): boolean;
115
115
  isPresentationChoiceRow(row: FieldMetadata[]): boolean;
116
+ isColorPaletteRow(row: FieldMetadata[]): boolean;
117
+ canRenderColorPaletteRow(row: FieldMetadata[]): boolean;
116
118
  isGradientStopsRow(row: FieldMetadata[]): boolean;
117
119
  gradientPreviewKind(row?: FieldMetadata[]): 'stars' | 'radial';
118
120
  gradientPreviewTitle(row?: FieldMetadata[]): string;