@arcgis/portal-components-react 5.0.0-next.126 → 5.0.0-next.128

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.
@@ -40,4 +40,6 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
40
40
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-replacement-item-redirect /> directly. */
41
41
  export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
42
42
  class?: string;
43
- }, {}>;
43
+ }, {
44
+ onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
45
+ }>;
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ const r = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ r(
34
34
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
35
35
  }
36
36
  )
37
- ), A = /* @__PURE__ */ r(
37
+ ), m = /* @__PURE__ */ r(
38
38
  e(
39
39
  "arcgis-portal-field-delete",
40
40
  {
@@ -44,10 +44,12 @@ const r = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ r(
44
44
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
45
45
  }
46
46
  )
47
- ), C = /* @__PURE__ */ r(
47
+ ), A = /* @__PURE__ */ r(
48
48
  e(
49
49
  "arcgis-portal-replacement-item-redirect",
50
- {}
50
+ {
51
+ onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
52
+ }
51
53
  )
52
54
  );
53
55
  export {
@@ -56,6 +58,6 @@ export {
56
58
  g as ArcgisPortalClassificationFavorite,
57
59
  p as ArcgisPortalClassificationFormElement,
58
60
  f as ArcgisPortalExtentPicker,
59
- A as ArcgisPortalFieldDelete,
60
- C as ArcgisPortalReplacementItemRedirect
61
+ m as ArcgisPortalFieldDelete,
62
+ A as ArcgisPortalReplacementItemRedirect
61
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.0.0-next.126",
3
+ "version": "5.0.0-next.128",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/lumina": "5.0.0-next.126",
33
- "@arcgis/portal-components": "5.0.0-next.126",
34
32
  "@lit/react": "^1.0.8",
35
33
  "lit": "^3.3.0",
36
- "tslib": "^2.8.1"
34
+ "tslib": "^2.8.1",
35
+ "@arcgis/lumina": "5.0.0-next.128",
36
+ "@arcgis/portal-components": "5.0.0-next.128"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": ">=5.0.0-next.62 <5.1",