@praxisui/charts 9.0.29 → 9.0.31

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@praxisui/charts",
3
- "version": "9.0.29",
3
+ "version": "9.0.31",
4
4
  "description": "Metadata-driven charts library for Praxis UI Angular with engine adapters and Apache ECharts as the initial renderer.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.29",
8
+ "@praxisui/core": "^9.0.31",
9
9
  "@angular/forms": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
- "@praxisui/table": "^9.0.29",
11
+ "@praxisui/table": "^9.0.31",
12
12
  "rxjs": "~7.8.0"
13
13
  },
14
14
  "dependencies": {
@@ -491,6 +491,7 @@ declare class PraxisChartComponent {
491
491
  private readonly statsApi;
492
492
  private readonly i18n;
493
493
  private readonly ngZone;
494
+ private readonly componentMetadataRegistry;
494
495
  private readonly settingsPanel;
495
496
  private readonly destroyRef;
496
497
  private readonly resizeObserver;
@@ -541,6 +542,10 @@ declare class PraxisChartComponent {
541
542
  constructor();
542
543
  canOpenConfigEditor(): boolean;
543
544
  openConfigEditor(): Promise<void>;
545
+ private resolveConfigEditorContext;
546
+ private resolveEditorOptions;
547
+ private isConfigEditorContextResult;
548
+ private asRecord;
544
549
  private handlePointClick;
545
550
  private buildSelectionEvent;
546
551
  private buildEventFilters;
@@ -1417,6 +1422,7 @@ declare class PraxisChartConfigEditor implements SettingsValueProvider {
1417
1422
  eventMappingText(eventKey: ChartEventKey): string;
1418
1423
  dimensions(): PraxisXUiChartDimension[];
1419
1424
  metrics(): PraxisXUiChartMetric[];
1425
+ canAddMetric(): boolean;
1420
1426
  fieldOptions(role: ChartFieldRole): ChartEditorFieldOption[];
1421
1427
  metricAggregationOptions(fieldName: string | undefined): PraxisXUiChartAggregation[];
1422
1428
  fieldOptionLabel(field: ChartEditorFieldOption): string;