@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.
- package/dist/cdn/5XTB2INB.js +2 -0
- package/dist/cdn/{ZRFHAQL6.js → 64ZMYZ2S.js} +1 -1
- package/dist/cdn/{TU3UF32Y.js → 7CN6J33C.js} +1 -1
- package/dist/cdn/{UKDTXHZT.js → A5YDJIMZ.js} +1 -1
- package/dist/cdn/{24LTTBTF.js → GLJWUZHK.js} +1 -1
- package/dist/cdn/{E2N2S7BH.js → K5MXTTSL.js} +1 -1
- package/dist/cdn/{OE3UFORR.js → NPXBPNXE.js} +1 -1
- package/dist/cdn/{IHQ7R6L4.js → OLV642SY.js} +1 -1
- package/dist/cdn/{N524VXQ2.js → SVLEJ3HK.js} +1 -1
- package/dist/cdn/{JRRFLDWX.js → YF7MNTCU.js} +17 -17
- package/dist/cdn/{RX3RNE7F.js → YRFZPSCC.js} +1 -1
- package/dist/cdn/{GES3HRXE.js → Z2CVF7CH.js} +1 -1
- package/dist/cdn/assets/common/t9n/messages.en.json +1 -1
- package/dist/cdn/index.js +1 -1
- package/dist/chunks/serial-chart-data.js +84 -84
- package/dist/components/arcgis-chart/customElement.d.ts +6 -0
- package/dist/components/arcgis-chart/customElement.js +1812 -1799
- package/dist/components/arcgis-charts-action-bar/customElement.d.ts +4 -0
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/utils/localization/interfaces.d.ts +4 -0
- package/package.json +3 -3
- package/dist/cdn/WO6JBNMU.js +0 -2
|
@@ -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;
|