@arcgis/map-components-react 4.32.0-next.7 → 4.32.0-next.8

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.
@@ -132,6 +132,7 @@ export declare const ArcgisFeatureTable: import("@lit/react").ReactWebComponent<
132
132
  onarcgisCellKeydown: EventName<CustomEvent<__esri.FeatureTableCellKeydownEvent>>;
133
133
  onarcgisCellPointerout: EventName<CustomEvent<__esri.FeatureTableCellPointeroutEvent>>;
134
134
  onarcgisCellPointerover: EventName<CustomEvent<__esri.FeatureTableCellPointeroverEvent>>;
135
+ onarcgisColumnReorder: EventName<CustomEvent<__esri.FeatureTableColumnReorderEvent>>;
135
136
  onarcgisPropertyChange: EventName<CustomEvent<{
136
137
  name: "state" | "size" | "effectiveSize" | "isQueryingOrSyncing" | "layerView";
137
138
  }>>;
@@ -204,6 +204,7 @@ export const ArcgisFeatureTable = /*@__PURE__*/ createComponent({
204
204
  onarcgisCellKeydown: "arcgisCellKeydown",
205
205
  onarcgisCellPointerout: "arcgisCellPointerout",
206
206
  onarcgisCellPointerover: "arcgisCellPointerover",
207
+ onarcgisColumnReorder: "arcgisColumnReorder",
207
208
  onarcgisPropertyChange: "arcgisPropertyChange",
208
209
  onarcgisReady: "arcgisReady",
209
210
  onarcgisSelectionChange: "arcgisSelectionChange",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.32.0-next.7",
3
+ "version": "4.32.0-next.8",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,12 +29,12 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/map-components": "4.32.0-next.7",
32
+ "@arcgis/map-components": "4.32.0-next.8",
33
33
  "@lit/react": "^1.0.5",
34
34
  "tslib": "^2.7.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@arcgis/core": ">=4.31.0-next <4.32",
37
+ "@arcgis/core": ">=4.32.0-next <4.33",
38
38
  "react": ">=18.0.0 <19.0.0",
39
39
  "react-dom": ">=18.0.0 <19.0.0"
40
40
  }