@arcgis/map-components-react 5.0.0-next.53 → 5.0.0-next.55

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.
@@ -320,9 +320,11 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
320
320
  export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
321
321
  class?: string;
322
322
  }, {
323
+ onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
323
324
  onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
324
325
  onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
325
326
  onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
327
+ onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
326
328
  onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
327
329
  }>;
328
330
  export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
package/dist/index.js CHANGED
@@ -404,9 +404,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
404
404
  r(
405
405
  "arcgis-print",
406
406
  {
407
+ onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
407
408
  onArcgisComplete: "arcgisComplete",
408
409
  onArcgisPropertyChange: "arcgisPropertyChange",
409
410
  onArcgisReady: "arcgisReady",
411
+ onArcgisSaveAs: "arcgisSaveAs",
410
412
  onArcgisSubmit: "arcgisSubmit"
411
413
  }
412
414
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.0.0-next.53",
3
+ "version": "5.0.0-next.55",
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/lumina": "5.0.0-next.53",
33
- "@arcgis/map-components": "5.0.0-next.53",
32
+ "@arcgis/lumina": "5.0.0-next.55",
33
+ "@arcgis/map-components": "5.0.0-next.55",
34
34
  "@esri/calcite-components": "^3.3.2",
35
35
  "@lit/react": "^1.0.7",
36
36
  "lit": "^3.3.0",