@arcgis/charts-components 5.2.0-next.3 → 5.2.0-next.5

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.
@@ -169,6 +169,8 @@ export abstract class ArcgisChartsActionBar extends LitElement {
169
169
  };
170
170
  notifications: {
171
171
  invalidConfig: string;
172
+ invalidConfigForRaster: string;
173
+ invalidConfigTitle: string;
172
174
  invalidSeriesConfig: string;
173
175
  invalidSeriesConfigTitle: string;
174
176
  validateAggregationTypeMsg: string;
@@ -434,6 +436,8 @@ export abstract class ArcgisChartsActionBar extends LitElement {
434
436
  };
435
437
  notifications: {
436
438
  invalidConfig: string;
439
+ invalidConfigForRaster: string;
440
+ invalidConfigTitle: string;
437
441
  invalidSeriesConfig: string;
438
442
  invalidSeriesConfigTitle: string;
439
443
  validateAggregationTypeMsg: string;