@arcgis/map-components-react 4.33.0-next.136 → 4.33.0-next.138

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.
@@ -91,6 +91,12 @@ export declare const ArcgisDirections: import("@lit/react").ReactWebComponent<HT
91
91
  onArcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
92
92
  onArcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
93
93
  }>;
94
+ export declare const ArcgisDirectLineMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisDirectLineMeasurement3dElement & {
95
+ class?: string;
96
+ }, {
97
+ onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
98
+ onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
99
+ }>;
94
100
  export declare const ArcgisDirectlineMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
95
101
  class?: string;
96
102
  }, {
@@ -66,6 +66,10 @@ export const ArcgisDirections = /*@__PURE__*/ createWrapper(getReactWrapperOptio
66
66
  onArcgisPropertyChange: "arcgisPropertyChange",
67
67
  onArcgisReady: "arcgisReady",
68
68
  }));
69
+ export const ArcgisDirectLineMeasurement3d = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-direct-line-measurement-3d", {
70
+ onArcgisPropertyChange: "arcgisPropertyChange",
71
+ onArcgisReady: "arcgisReady",
72
+ }));
69
73
  export const ArcgisDirectlineMeasurement3d = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-directline-measurement-3d", {
70
74
  onArcgisPropertyChange: "arcgisPropertyChange",
71
75
  onArcgisReady: "arcgisReady",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.33.0-next.136",
3
+ "version": "4.33.0-next.138",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/map-components": "4.33.0-next.136",
32
+ "@arcgis/map-components": "4.33.0-next.138",
33
33
  "@esri/calcite-components": "^3.2.0",
34
34
  "@lit/react": "^1.0.7",
35
35
  "tslib": "^2.8.1"