@arcgis/charts-components-react 5.0.0-next.8 → 5.0.0-next.80

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.
@@ -12,6 +12,7 @@ export declare const ArcgisChart: import('@lit/react').ReactWebComponent<HTMLArc
12
12
  onArcgisDataProcessError: EventName<HTMLArcgisChartElement["arcgisDataProcessError"]>;
13
13
  onArcgisLegendItemVisibilityChange: EventName<HTMLArcgisChartElement["arcgisLegendItemVisibilityChange"]>;
14
14
  onArcgisNoRenderPropChange: EventName<HTMLArcgisChartElement["arcgisNoRenderPropChange"]>;
15
+ onArcgisRenderingComplete: EventName<HTMLArcgisChartElement["arcgisRenderingComplete"]>;
15
16
  onArcgisRuntimeError: EventName<HTMLArcgisChartElement["arcgisRuntimeError"]>;
16
17
  onArcgisSelectionComplete: EventName<HTMLArcgisChartElement["arcgisSelectionComplete"]>;
17
18
  onArcgisSeriesColorChange: EventName<HTMLArcgisChartElement["arcgisSeriesColorChange"]>;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import a from "react";
2
2
  import { createComponent as i } from "@lit/react";
3
3
  import { makeReactWrapperFactory as o, getReactWrapperOptions as r } from "@arcgis/lumina";
4
- const e = /* @__PURE__ */ o(a, i), s = /* @__PURE__ */ e(
4
+ const e = /* @__PURE__ */ o(a, i), g = /* @__PURE__ */ e(
5
5
  r(
6
6
  "arcgis-chart",
7
7
  {
@@ -14,6 +14,7 @@ const e = /* @__PURE__ */ o(a, i), s = /* @__PURE__ */ e(
14
14
  onArcgisDataProcessError: "arcgisDataProcessError",
15
15
  onArcgisLegendItemVisibilityChange: "arcgisLegendItemVisibilityChange",
16
16
  onArcgisNoRenderPropChange: "arcgisNoRenderPropChange",
17
+ onArcgisRenderingComplete: "arcgisRenderingComplete",
17
18
  onArcgisRuntimeError: "arcgisRuntimeError",
18
19
  onArcgisSelectionComplete: "arcgisSelectionComplete",
19
20
  onArcgisSeriesColorChange: "arcgisSeriesColorChange",
@@ -21,7 +22,7 @@ const e = /* @__PURE__ */ o(a, i), s = /* @__PURE__ */ e(
21
22
  onArcgisUpdateComplete: "arcgisUpdateComplete"
22
23
  }
23
24
  )
24
- ), g = /* @__PURE__ */ e(
25
+ ), s = /* @__PURE__ */ e(
25
26
  r(
26
27
  "arcgis-charts-action-bar",
27
28
  {
@@ -31,6 +32,6 @@ const e = /* @__PURE__ */ o(a, i), s = /* @__PURE__ */ e(
31
32
  )
32
33
  );
33
34
  export {
34
- s as ArcgisChart,
35
- g as ArcgisChartsActionBar
35
+ g as ArcgisChart,
36
+ s as ArcgisChartsActionBar
36
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "5.0.0-next.8",
3
+ "version": "5.0.0-next.80",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -27,9 +27,9 @@
27
27
  ],
28
28
  "license": "SEE LICENSE.md",
29
29
  "dependencies": {
30
- "@arcgis/charts-components": "5.0.0-next.8",
31
- "@arcgis/lumina": "5.0.0-next.8",
32
- "@lit/react": "^1.0.7",
30
+ "@arcgis/charts-components": "5.0.0-next.80",
31
+ "@arcgis/lumina": "5.0.0-next.80",
32
+ "@lit/react": "^1.0.8",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1"
35
35
  },