@arcgis/portal-components-react 5.2.0-next.8 → 5.2.0-next.9

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.
@@ -54,6 +54,14 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
54
54
  export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
55
55
  class?: string;
56
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
+ }>;
57
65
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-group-thumbnail /> directly. */
58
66
  export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
59
67
  class?: string;
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), n = /* @__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
- ), u = /* @__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
- ), P = /* @__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), n = /* @__PURE__ */ r(
49
49
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
50
50
  }
51
51
  )
52
- ), m = /* @__PURE__ */ r(
53
- e(
52
+ ), C = /* @__PURE__ */ e(
53
+ r(
54
54
  "arcgis-portal-field-delete",
55
55
  {
56
56
  onArcgisBeforeDelete: "arcgisBeforeDelete",
@@ -59,23 +59,32 @@ const r = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ r(
59
59
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
60
60
  }
61
61
  )
62
- ), C = /* @__PURE__ */ r(
63
- e(
62
+ ), m = /* @__PURE__ */ e(
63
+ r(
64
64
  "arcgis-portal-group-badges",
65
65
  {}
66
66
  )
67
- ), I = /* @__PURE__ */ r(
68
- e(
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(
69
78
  "arcgis-portal-group-thumbnail",
70
79
  {}
71
80
  )
72
- ), x = /* @__PURE__ */ r(
73
- e(
81
+ ), x = /* @__PURE__ */ e(
82
+ r(
74
83
  "arcgis-portal-item-type",
75
84
  {}
76
85
  )
77
- ), b = /* @__PURE__ */ r(
78
- e(
86
+ ), b = /* @__PURE__ */ e(
87
+ r(
79
88
  "arcgis-portal-mentionable-text-area",
80
89
  {
81
90
  onArcgisMentionableSelectedIndexChange: "arcgisMentionableSelectedIndexChange",
@@ -85,28 +94,28 @@ const r = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ r(
85
94
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
86
95
  }
87
96
  )
88
- ), f = /* @__PURE__ */ r(
89
- e(
97
+ ), f = /* @__PURE__ */ e(
98
+ r(
90
99
  "arcgis-portal-replacement-item-redirect",
91
100
  {
92
101
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
93
102
  }
94
103
  )
95
- ), d = /* @__PURE__ */ r(
96
- e(
104
+ ), h = /* @__PURE__ */ e(
105
+ r(
97
106
  "arcgis-portal-user-avatar",
98
107
  {}
99
108
  )
100
- ), h = /* @__PURE__ */ r(
101
- e(
109
+ ), T = /* @__PURE__ */ e(
110
+ r(
102
111
  "arcgis-portal-user-popup",
103
112
  {
104
113
  onArcgisUserPopupClose: "arcgisUserPopupClose",
105
114
  onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
106
115
  }
107
116
  )
108
- ), T = /* @__PURE__ */ r(
109
- e(
117
+ ), U = /* @__PURE__ */ e(
118
+ r(
110
119
  "arcgis-portal-voice-input",
111
120
  {
112
121
  onArcgisVoiceInputError: "arcgisVoiceInputError",
@@ -125,13 +134,14 @@ export {
125
134
  A as ArcgisPortalClassificationFavorite,
126
135
  u as ArcgisPortalClassificationFormElement,
127
136
  P as ArcgisPortalExtentPicker,
128
- m as ArcgisPortalFieldDelete,
129
- C as ArcgisPortalGroupBadges,
130
- I as ArcgisPortalGroupThumbnail,
137
+ C as ArcgisPortalFieldDelete,
138
+ m as ArcgisPortalGroupBadges,
139
+ I as ArcgisPortalGroupCard,
140
+ d as ArcgisPortalGroupThumbnail,
131
141
  x as ArcgisPortalItemType,
132
142
  b as ArcgisPortalMentionableTextArea,
133
143
  f as ArcgisPortalReplacementItemRedirect,
134
- d as ArcgisPortalUserAvatar,
135
- h as ArcgisPortalUserPopup,
136
- T as ArcgisPortalVoiceInput
144
+ h as ArcgisPortalUserAvatar,
145
+ T as ArcgisPortalUserPopup,
146
+ U as ArcgisPortalVoiceInput
137
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.8",
3
+ "version": "5.2.0-next.9",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -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/lumina": "5.2.0-next.8",
36
- "@arcgis/portal-components": "5.2.0-next.8"
35
+ "@arcgis/lumina": "5.2.0-next.9",
36
+ "@arcgis/portal-components": "5.2.0-next.9"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": "^5.2.0-next",