@arcgis/map-components-react 4.33.0-next.86 → 4.33.0-next.88

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.
@@ -167,6 +167,12 @@ export declare const ArcgisFullscreen: import("@lit/react").ReactWebComponent<HT
167
167
  onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
168
168
  onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
169
169
  }>;
170
+ export declare const ArcgisGridControls: import("@lit/react").ReactWebComponent<HTMLArcgisGridControlsElement & {
171
+ class?: string;
172
+ }, {
173
+ onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
174
+ onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
175
+ }>;
170
176
  export declare const ArcgisHistogram: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramElement & {
171
177
  class?: string;
172
178
  }, {
@@ -118,6 +118,10 @@ export const ArcgisFullscreen = /*@__PURE__*/ createWrapper(getReactWrapperOptio
118
118
  onArcgisPropertyChange: "arcgisPropertyChange",
119
119
  onArcgisReady: "arcgisReady",
120
120
  }));
121
+ export const ArcgisGridControls = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-grid-controls", {
122
+ onArcgisPropertyChange: "arcgisPropertyChange",
123
+ onArcgisReady: "arcgisReady",
124
+ }));
121
125
  export const ArcgisHistogram = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-histogram", {
122
126
  onArcgisPropertyChange: "arcgisPropertyChange",
123
127
  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.86",
3
+ "version": "4.33.0-next.88",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/map-components": "4.33.0-next.86",
33
- "@esri/calcite-components": "^3.0.3",
32
+ "@arcgis/map-components": "4.33.0-next.88",
33
+ "@esri/calcite-components": "^3.2.0-next.13",
34
34
  "@lit/react": "^1.0.5",
35
35
  "tslib": "^2.7.0"
36
36
  },