@arcgis/map-components-react 4.33.0-next.51 → 4.33.0-next.52

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.
@@ -425,6 +425,7 @@ export declare const ArcgisUtilityNetworkTrace: import("@lit/react").ReactWebCom
425
425
  onArcgisAddFlagComplete: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlagComplete"]>;
426
426
  onArcgisAddFlagError: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlagError"]>;
427
427
  onArcgisAddResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddResultArea"]>;
428
+ onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisPropertyChange"]>;
428
429
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
429
430
  onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
430
431
  }>;
@@ -318,6 +318,7 @@ export const ArcgisUtilityNetworkTrace = /*@__PURE__*/ createWrapper(getReactWra
318
318
  onArcgisAddFlagComplete: "arcgisAddFlagComplete",
319
319
  onArcgisAddFlagError: "arcgisAddFlagError",
320
320
  onArcgisAddResultArea: "arcgisAddResultArea",
321
+ onArcgisPropertyChange: "arcgisPropertyChange",
321
322
  onArcgisReady: "arcgisReady",
322
323
  onArcgisRemoveResultArea: "arcgisRemoveResultArea",
323
324
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.33.0-next.51",
3
+ "version": "4.33.0-next.52",
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.51",
32
+ "@arcgis/map-components": "4.33.0-next.52",
33
33
  "@esri/calcite-components": "^3.0.3",
34
34
  "@lit/react": "^1.0.5",
35
35
  "tslib": "^2.7.0"