@arcgis/portal-components-react 5.1.0-next.98 → 5.2.0-next.0

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.
package/README.md CHANGED
@@ -10,5 +10,5 @@ It is not intended to be used directly, but rather used as a dependency by other
10
10
 
11
11
  ## License
12
12
 
13
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
14
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
13
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
14
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
@@ -3,7 +3,16 @@ import { EventName } from '@lit/react';
3
3
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant /> directly. */
4
4
  export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
5
5
  class?: string;
6
- }, {}>;
6
+ }, {
7
+ onArcgisPortalNavigationRequest: EventName<HTMLArcgisPortalAiAssistantElement["arcgisPortalNavigationRequest"]>;
8
+ }>;
9
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant-interrupt /> directly. */
10
+ export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant-interrupt/customElement').ArcgisPortalAiAssistantInterrupt & {
11
+ class?: string;
12
+ }, {
13
+ onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
14
+ onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
15
+ }>;
7
16
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-banner /> directly. */
8
17
  export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
9
18
  class?: string;
package/dist/index.js CHANGED
@@ -4,33 +4,43 @@ import { getReactWrapperOptions as e, makeReactWrapperFactory as a } from "@arcg
4
4
  const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
5
5
  e(
6
6
  "arcgis-portal-ai-assistant",
7
- {}
7
+ {
8
+ onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
9
+ }
8
10
  )
9
11
  ), g = /* @__PURE__ */ r(
12
+ e(
13
+ "arcgis-portal-ai-assistant-interrupt",
14
+ {
15
+ onArcgisCancel: "arcgisCancel",
16
+ onArcgisSubmit: "arcgisSubmit"
17
+ }
18
+ )
19
+ ), l = /* @__PURE__ */ r(
10
20
  e(
11
21
  "arcgis-portal-classification-banner",
12
22
  {}
13
23
  )
14
- ), l = /* @__PURE__ */ r(
24
+ ), p = /* @__PURE__ */ r(
15
25
  e(
16
26
  "arcgis-portal-classification-config",
17
27
  {
18
28
  onArcgisPropertyChange: "arcgisPropertyChange"
19
29
  }
20
30
  )
21
- ), p = /* @__PURE__ */ r(
31
+ ), A = /* @__PURE__ */ r(
22
32
  e(
23
33
  "arcgis-portal-classification-favorite",
24
34
  {}
25
35
  )
26
- ), A = /* @__PURE__ */ r(
36
+ ), m = /* @__PURE__ */ r(
27
37
  e(
28
38
  "arcgis-portal-classification-form-element",
29
39
  {
30
40
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
31
41
  }
32
42
  )
33
- ), m = /* @__PURE__ */ r(
43
+ ), C = /* @__PURE__ */ r(
34
44
  e(
35
45
  "arcgis-portal-extent-picker",
36
46
  {
@@ -39,7 +49,7 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
39
49
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
40
50
  }
41
51
  )
42
- ), C = /* @__PURE__ */ r(
52
+ ), P = /* @__PURE__ */ r(
43
53
  e(
44
54
  "arcgis-portal-field-delete",
45
55
  {
@@ -49,7 +59,7 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
49
59
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
50
60
  }
51
61
  )
52
- ), P = /* @__PURE__ */ r(
62
+ ), u = /* @__PURE__ */ r(
53
63
  e(
54
64
  "arcgis-portal-item-type",
55
65
  {}
@@ -77,7 +87,7 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
77
87
  "arcgis-portal-user-avatar",
78
88
  {}
79
89
  )
80
- ), u = /* @__PURE__ */ r(
90
+ ), b = /* @__PURE__ */ r(
81
91
  e(
82
92
  "arcgis-portal-voice-input",
83
93
  {
@@ -91,15 +101,16 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
91
101
  );
92
102
  export {
93
103
  s as ArcgisPortalAiAssistant,
94
- g as ArcgisPortalClassificationBanner,
95
- l as ArcgisPortalClassificationConfig,
96
- p as ArcgisPortalClassificationFavorite,
97
- A as ArcgisPortalClassificationFormElement,
98
- m as ArcgisPortalExtentPicker,
99
- C as ArcgisPortalFieldDelete,
100
- P as ArcgisPortalItemType,
104
+ g as ArcgisPortalAiAssistantInterrupt,
105
+ l as ArcgisPortalClassificationBanner,
106
+ p as ArcgisPortalClassificationConfig,
107
+ A as ArcgisPortalClassificationFavorite,
108
+ m as ArcgisPortalClassificationFormElement,
109
+ C as ArcgisPortalExtentPicker,
110
+ P as ArcgisPortalFieldDelete,
111
+ u as ArcgisPortalItemType,
101
112
  x as ArcgisPortalMentionableTextArea,
102
113
  f as ArcgisPortalReplacementItemRedirect,
103
114
  I as ArcgisPortalUserAvatar,
104
- u as ArcgisPortalVoiceInput
115
+ b as ArcgisPortalVoiceInput
105
116
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.1.0-next.98",
3
+ "version": "5.2.0-next.0",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -21,9 +21,9 @@
21
21
  "homepage": "https://developers.arcgis.com/javascript/latest/",
22
22
  "sideEffects": false,
23
23
  "type": "module",
24
- "main": "dist/index.js",
25
- "module": "dist/index.js",
26
- "types": "dist/index.d.ts",
24
+ "main": "./dist/index.js",
25
+ "module": "./dist/index.js",
26
+ "types": "./dist/index.d.ts",
27
27
  "files": [
28
28
  "dist/"
29
29
  ],
@@ -32,8 +32,8 @@
32
32
  "@lit/react": "^1.0.8",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1",
35
- "@arcgis/portal-components": "5.1.0-next.98",
36
- "@arcgis/lumina": "5.1.0-next.98"
35
+ "@arcgis/lumina": "5.2.0-next.0",
36
+ "@arcgis/portal-components": "5.2.0-next.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": "^5.1.0-next",