@arcgis/portal-components-react 5.2.0-next.1 → 5.2.0-next.11

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.
@@ -1,39 +1,39 @@
1
1
  /// <reference types="@arcgis/portal-components" preserve="true" />
2
2
  import { EventName } from '@lit/react';
3
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant /> directly. */
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
7
  onArcgisPortalNavigationRequest: EventName<HTMLArcgisPortalAiAssistantElement["arcgisPortalNavigationRequest"]>;
8
8
  }>;
9
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant-interrupt /> directly. */
9
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant-interrupt />` directly. */
10
10
  export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant-interrupt/customElement').ArcgisPortalAiAssistantInterrupt & {
11
11
  class?: string;
12
12
  }, {
13
13
  onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
14
14
  onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
15
15
  }>;
16
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-banner /> directly. */
16
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
17
17
  export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
18
18
  class?: string;
19
19
  }, {}>;
20
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-config /> directly. */
20
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-config />` directly. */
21
21
  export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-config/customElement').ArcgisPortalClassificationConfig & {
22
22
  class?: string;
23
23
  }, {
24
24
  onArcgisPropertyChange: EventName<HTMLArcgisPortalClassificationConfigElement["arcgisPropertyChange"]>;
25
25
  }>;
26
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-favorite /> directly. */
26
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-favorite />` directly. */
27
27
  export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-favorite/customElement').ArcgisPortalClassificationFavorite & {
28
28
  class?: string;
29
29
  }, {}>;
30
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-form-element /> directly. */
30
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-form-element />` directly. */
31
31
  export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-form-element/customElement').ArcgisPortalClassificationFormElement & {
32
32
  class?: string;
33
33
  }, {
34
34
  onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
35
35
  }>;
36
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-extent-picker /> directly. */
36
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-extent-picker />` directly. */
37
37
  export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-extent-picker/customElement').ArcgisPortalExtentPicker & {
38
38
  class?: string;
39
39
  }, {
@@ -41,7 +41,7 @@ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComp
41
41
  onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
42
42
  onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
43
43
  }>;
44
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-field-delete /> directly. */
44
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-field-delete />` directly. */
45
45
  export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-field-delete/customElement').ArcgisPortalFieldDelete & {
46
46
  class?: string;
47
47
  }, {
@@ -50,11 +50,27 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
50
50
  onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
51
51
  onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
52
52
  }>;
53
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-item-type /> directly. */
53
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-badges />` directly. */
54
+ export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
55
+ class?: string;
56
+ }, {}>;
57
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
58
+ export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
59
+ class?: string;
60
+ }, {
61
+ onArcgisGroupBrowserCardPreview: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserCardPreview"]>;
62
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserInternalUIAction"]>;
63
+ onArcgisGroupCardSelect: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupCardSelect"]>;
64
+ }>;
65
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-thumbnail />` directly. */
66
+ export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
67
+ class?: string;
68
+ }, {}>;
69
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
54
70
  export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
55
71
  class?: string;
56
72
  }, {}>;
57
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-mentionable-text-area /> directly. */
73
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-mentionable-text-area />` directly. */
58
74
  export declare const ArcgisPortalMentionableTextArea: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-mentionable-text-area/customElement').ArcgisPortalMentionableTextArea & {
59
75
  class?: string;
60
76
  }, {
@@ -64,17 +80,24 @@ export declare const ArcgisPortalMentionableTextArea: import('@lit/react').React
64
80
  onArcgisUserMentionableTextAreaChange: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaChange"]>;
65
81
  onArcgisUserMentionableTextAreaKeyDown: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaKeyDown"]>;
66
82
  }>;
67
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-replacement-item-redirect /> directly. */
83
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-replacement-item-redirect />` directly. */
68
84
  export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
69
85
  class?: string;
70
86
  }, {
71
87
  onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
72
88
  }>;
73
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-user-avatar /> directly. */
89
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-avatar />` directly. */
74
90
  export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
75
91
  class?: string;
76
92
  }, {}>;
77
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-voice-input /> directly. */
93
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-popup />` directly. */
94
+ export declare const ArcgisPortalUserPopup: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-popup/customElement').ArcgisPortalUserPopup & {
95
+ class?: string;
96
+ }, {
97
+ onArcgisUserPopupClose: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupClose"]>;
98
+ onArcgisUserPopupInternalUIAction: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupInternalUIAction"]>;
99
+ }>;
100
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-voice-input />` directly. */
78
101
  export declare const ArcgisPortalVoiceInput: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-voice-input/customElement').ArcgisPortalVoiceInput & {
79
102
  class?: string;
80
103
  }, {
package/dist/index.js CHANGED
@@ -1,47 +1,47 @@
1
1
  import t from "react";
2
2
  import { createComponent as i } from "@lit/react";
3
- import { getReactWrapperOptions as e, makeReactWrapperFactory as a } from "@arcgis/lumina";
4
- const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
5
- e(
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as a } from "@arcgis/lumina";
4
+ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
5
+ r(
6
6
  "arcgis-portal-ai-assistant",
7
7
  {
8
8
  onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
9
9
  }
10
10
  )
11
- ), g = /* @__PURE__ */ r(
12
- e(
11
+ ), g = /* @__PURE__ */ e(
12
+ r(
13
13
  "arcgis-portal-ai-assistant-interrupt",
14
14
  {
15
15
  onArcgisCancel: "arcgisCancel",
16
16
  onArcgisSubmit: "arcgisSubmit"
17
17
  }
18
18
  )
19
- ), l = /* @__PURE__ */ r(
20
- e(
19
+ ), l = /* @__PURE__ */ e(
20
+ r(
21
21
  "arcgis-portal-classification-banner",
22
22
  {}
23
23
  )
24
- ), p = /* @__PURE__ */ r(
25
- e(
24
+ ), p = /* @__PURE__ */ e(
25
+ r(
26
26
  "arcgis-portal-classification-config",
27
27
  {
28
28
  onArcgisPropertyChange: "arcgisPropertyChange"
29
29
  }
30
30
  )
31
- ), A = /* @__PURE__ */ r(
32
- e(
31
+ ), A = /* @__PURE__ */ e(
32
+ r(
33
33
  "arcgis-portal-classification-favorite",
34
34
  {}
35
35
  )
36
- ), m = /* @__PURE__ */ r(
37
- e(
36
+ ), u = /* @__PURE__ */ e(
37
+ r(
38
38
  "arcgis-portal-classification-form-element",
39
39
  {
40
40
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
41
41
  }
42
42
  )
43
- ), C = /* @__PURE__ */ r(
44
- e(
43
+ ), P = /* @__PURE__ */ e(
44
+ r(
45
45
  "arcgis-portal-extent-picker",
46
46
  {
47
47
  onArcgisExtentPickerChange: "arcgisExtentPickerChange",
@@ -49,8 +49,8 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
49
49
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
50
50
  }
51
51
  )
52
- ), P = /* @__PURE__ */ r(
53
- e(
52
+ ), C = /* @__PURE__ */ e(
53
+ r(
54
54
  "arcgis-portal-field-delete",
55
55
  {
56
56
  onArcgisBeforeDelete: "arcgisBeforeDelete",
@@ -59,13 +59,32 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
59
59
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
60
60
  }
61
61
  )
62
- ), u = /* @__PURE__ */ r(
63
- e(
62
+ ), m = /* @__PURE__ */ e(
63
+ r(
64
+ "arcgis-portal-group-badges",
65
+ {}
66
+ )
67
+ ), I = /* @__PURE__ */ e(
68
+ r(
69
+ "arcgis-portal-group-card",
70
+ {
71
+ onArcgisGroupBrowserCardPreview: "arcgisGroupBrowserCardPreview",
72
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
73
+ onArcgisGroupCardSelect: "arcgisGroupCardSelect"
74
+ }
75
+ )
76
+ ), d = /* @__PURE__ */ e(
77
+ r(
78
+ "arcgis-portal-group-thumbnail",
79
+ {}
80
+ )
81
+ ), x = /* @__PURE__ */ e(
82
+ r(
64
83
  "arcgis-portal-item-type",
65
84
  {}
66
85
  )
67
- ), x = /* @__PURE__ */ r(
68
- e(
86
+ ), b = /* @__PURE__ */ e(
87
+ r(
69
88
  "arcgis-portal-mentionable-text-area",
70
89
  {
71
90
  onArcgisMentionableSelectedIndexChange: "arcgisMentionableSelectedIndexChange",
@@ -75,20 +94,28 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
75
94
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
76
95
  }
77
96
  )
78
- ), f = /* @__PURE__ */ r(
79
- e(
97
+ ), f = /* @__PURE__ */ e(
98
+ r(
80
99
  "arcgis-portal-replacement-item-redirect",
81
100
  {
82
101
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
83
102
  }
84
103
  )
85
- ), I = /* @__PURE__ */ r(
86
- e(
104
+ ), h = /* @__PURE__ */ e(
105
+ r(
87
106
  "arcgis-portal-user-avatar",
88
107
  {}
89
108
  )
90
- ), b = /* @__PURE__ */ r(
91
- e(
109
+ ), T = /* @__PURE__ */ e(
110
+ r(
111
+ "arcgis-portal-user-popup",
112
+ {
113
+ onArcgisUserPopupClose: "arcgisUserPopupClose",
114
+ onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
115
+ }
116
+ )
117
+ ), U = /* @__PURE__ */ e(
118
+ r(
92
119
  "arcgis-portal-voice-input",
93
120
  {
94
121
  onArcgisVoiceInputError: "arcgisVoiceInputError",
@@ -100,17 +127,21 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
100
127
  )
101
128
  );
102
129
  export {
103
- s as ArcgisPortalAiAssistant,
130
+ n as ArcgisPortalAiAssistant,
104
131
  g as ArcgisPortalAiAssistantInterrupt,
105
132
  l as ArcgisPortalClassificationBanner,
106
133
  p as ArcgisPortalClassificationConfig,
107
134
  A as ArcgisPortalClassificationFavorite,
108
- m as ArcgisPortalClassificationFormElement,
109
- C as ArcgisPortalExtentPicker,
110
- P as ArcgisPortalFieldDelete,
111
- u as ArcgisPortalItemType,
112
- x as ArcgisPortalMentionableTextArea,
135
+ u as ArcgisPortalClassificationFormElement,
136
+ P as ArcgisPortalExtentPicker,
137
+ C as ArcgisPortalFieldDelete,
138
+ m as ArcgisPortalGroupBadges,
139
+ I as ArcgisPortalGroupCard,
140
+ d as ArcgisPortalGroupThumbnail,
141
+ x as ArcgisPortalItemType,
142
+ b as ArcgisPortalMentionableTextArea,
113
143
  f as ArcgisPortalReplacementItemRedirect,
114
- I as ArcgisPortalUserAvatar,
115
- b as ArcgisPortalVoiceInput
144
+ h as ArcgisPortalUserAvatar,
145
+ T as ArcgisPortalUserPopup,
146
+ U as ArcgisPortalVoiceInput
116
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.1",
3
+ "version": "5.2.0-next.11",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -32,11 +32,11 @@
32
32
  "@lit/react": "^1.0.8",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1",
35
- "@arcgis/lumina": "5.2.0-next.1",
36
- "@arcgis/portal-components": "5.2.0-next.1"
35
+ "@arcgis/lumina": "5.2.0-next.11",
36
+ "@arcgis/portal-components": "5.2.0-next.11"
37
37
  },
38
38
  "peerDependencies": {
39
- "@arcgis/core": "^5.1.0-next",
39
+ "@arcgis/core": "^5.2.0-next",
40
40
  "react": ">=18.0.0 <20.0.0"
41
41
  }
42
42
  }