@arcgis/map-components-react 4.34.0-next.34 → 4.34.0-next.36

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.
@@ -408,6 +408,8 @@ export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArc
408
408
  }, {
409
409
  onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
410
410
  onArcgisReady: EventName<HTMLArcgisSwipeElement["arcgisReady"]>;
411
+ onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
412
+ onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
411
413
  }>;
412
414
  export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTMLArcgisTableListElement & {
413
415
  class?: string;
@@ -307,6 +307,8 @@ export const ArcgisSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
307
307
  export const ArcgisSwipe = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-swipe", {
308
308
  onArcgisPropertyChange: "arcgisPropertyChange",
309
309
  onArcgisReady: "arcgisReady",
310
+ onArcgisSwipeChange: "arcgisSwipeChange",
311
+ onArcgisSwipeInput: "arcgisSwipeInput",
310
312
  }));
311
313
  export const ArcgisTableList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-table-list", {
312
314
  onArcgisClose: "arcgisClose",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.34.0-next.34",
3
+ "version": "4.34.0-next.36",
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.34.0-next.34",
32
+ "@arcgis/map-components": "4.34.0-next.36",
33
33
  "@esri/calcite-components": "^3.2.1",
34
34
  "@lit/react": "^1.0.7",
35
35
  "tslib": "^2.8.1"