@arcgis/instant-apps-components-react 5.0.0-next.28 → 5.0.0-next.29

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.
@@ -18,6 +18,7 @@ export declare const InstantAppsCreate: import('@lit/react').ReactWebComponent<H
18
18
  export declare const InstantAppsExport: import('@lit/react').ReactWebComponent<HTMLInstantAppsExportElement & {
19
19
  class?: string;
20
20
  }, {
21
+ onAfterExport: EventName<HTMLInstantAppsExportElement["afterExport"]>;
21
22
  onExportOutputUpdated: EventName<HTMLInstantAppsExportElement["exportOutputUpdated"]>;
22
23
  }>;
23
24
  export declare const InstantAppsExportViews: import('@lit/react').ReactWebComponent<HTMLInstantAppsExportViewsElement & {
package/dist/index.js CHANGED
@@ -30,6 +30,7 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
30
30
  t(
31
31
  "instant-apps-export",
32
32
  {
33
+ onAfterExport: "afterExport",
33
34
  onExportOutputUpdated: "exportOutputUpdated"
34
35
  }
35
36
  )
@@ -65,17 +66,17 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
65
66
  "instant-apps-interactive-legend-classic",
66
67
  {}
67
68
  )
68
- ), C = /* @__PURE__ */ n(
69
+ ), E = /* @__PURE__ */ n(
69
70
  t(
70
71
  "instant-apps-interactive-legend-count",
71
72
  {}
72
73
  )
73
- ), h = /* @__PURE__ */ n(
74
+ ), C = /* @__PURE__ */ n(
74
75
  t(
75
76
  "instant-apps-interactive-legend-group-legend-element",
76
77
  {}
77
78
  )
78
- ), E = /* @__PURE__ */ n(
79
+ ), h = /* @__PURE__ */ n(
79
80
  t(
80
81
  "instant-apps-interactive-legend-group-legend-element-caption",
81
82
  {
@@ -87,14 +88,14 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
87
88
  "instant-apps-interactive-legend-layer-element",
88
89
  {}
89
90
  )
90
- ), S = /* @__PURE__ */ n(
91
+ ), x = /* @__PURE__ */ n(
91
92
  t(
92
93
  "instant-apps-interactive-legend-layer-element-caption",
93
94
  {
94
95
  onLayerCaptionElementExpandUpdated: "layerCaptionElementExpandUpdated"
95
96
  }
96
97
  )
97
- ), x = /* @__PURE__ */ n(
98
+ ), S = /* @__PURE__ */ n(
98
99
  t(
99
100
  "instant-apps-interactive-legend-legend-element",
100
101
  {}
@@ -231,12 +232,12 @@ export {
231
232
  m as InstantAppsHeader,
232
233
  L as InstantAppsInteractiveLegend,
233
234
  v as InstantAppsInteractiveLegendClassic,
234
- C as InstantAppsInteractiveLegendCount,
235
- h as InstantAppsInteractiveLegendGroupLegendElement,
236
- E as InstantAppsInteractiveLegendGroupLegendElementCaption,
235
+ E as InstantAppsInteractiveLegendCount,
236
+ C as InstantAppsInteractiveLegendGroupLegendElement,
237
+ h as InstantAppsInteractiveLegendGroupLegendElementCaption,
237
238
  U as InstantAppsInteractiveLegendLayerElement,
238
- S as InstantAppsInteractiveLegendLayerElementCaption,
239
- x as InstantAppsInteractiveLegendLegendElement,
239
+ x as InstantAppsInteractiveLegendLayerElementCaption,
240
+ S as InstantAppsInteractiveLegendLegendElement,
240
241
  f as InstantAppsInteractiveLegendLegendElementCaption,
241
242
  y as InstantAppsInteractiveLegendRelationship,
242
243
  O as InstantAppsKeyboardShortcuts,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/instant-apps-components-react",
3
- "version": "5.0.0-next.28",
3
+ "version": "5.0.0-next.29",
4
4
  "description": "A set of React components that wrap Instant Apps components",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -12,9 +12,9 @@
12
12
  ],
13
13
  "license": "SEE LICENSE IN LICENSE.md",
14
14
  "dependencies": {
15
- "@arcgis/instant-apps-components": "5.0.0-next.28",
16
- "@arcgis/lumina": "5.0.0-next.28",
17
- "@arcgis/map-components": "5.0.0-next.28",
15
+ "@arcgis/instant-apps-components": "5.0.0-next.29",
16
+ "@arcgis/lumina": "5.0.0-next.29",
17
+ "@arcgis/map-components": "5.0.0-next.29",
18
18
  "@ckeditor/ckeditor5-build-classic": "^39.0.1",
19
19
  "@lit/react": "^1.0.7",
20
20
  "lit": "^3.3.0",