@arcgis/portal-components-react 5.2.0-next.57 → 5.2.0-next.59

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.
@@ -38,6 +38,8 @@ export declare const ArcgisPortalBrowser: import('@lit/react').ReactWebComponent
38
38
  class?: string;
39
39
  }, {
40
40
  onArcgisAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["arcgisAriaUpdate"]>;
41
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserElement["arcgisBrowserFilterClear"]>;
42
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserElement["arcgisBrowserFilterRemove"]>;
41
43
  onAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["ariaUpdate"]>;
42
44
  }>;
43
45
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-actions />` directly. */
@@ -90,7 +92,10 @@ export declare const ArcgisPortalBrowserSort: import('@lit/react').ReactWebCompo
90
92
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-top-bar />` directly. */
91
93
  export declare const ArcgisPortalBrowserTopBar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-top-bar/customElement').ArcgisPortalBrowserTopBar & {
92
94
  class?: string;
93
- }, {}>;
95
+ }, {
96
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserTopBarElement["arcgisBrowserFilterClear"]>;
97
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserTopBarElement["arcgisBrowserFilterRemove"]>;
98
+ }>;
94
99
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-view />` directly. */
95
100
  export declare const ArcgisPortalBrowserView: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-view/customElement').ArcgisPortalBrowserView & {
96
101
  class?: string;
@@ -138,6 +143,34 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
138
143
  export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
139
144
  class?: string;
140
145
  }, {}>;
146
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser />` directly. */
147
+ export declare const ArcgisPortalGroupBrowser: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser/customElement').ArcgisPortalGroupBrowser & {
148
+ class?: string;
149
+ }, {
150
+ onArcgisAriaUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisAriaUpdate"]>;
151
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserInternalUIAction"]>;
152
+ onArcgisGroupBrowserLoading: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserLoading"]>;
153
+ onArcgisGroupBrowserPreview: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserPreview"]>;
154
+ onArcgisGroupBrowserSelect: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSelect"]>;
155
+ onArcgisGroupBrowserSublayerPreview: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSublayerPreview"]>;
156
+ onArcgisGroupBrowserUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserUpdate"]>;
157
+ onArcgisGroupBrowserUserFilterChange: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserUserFilterChange"]>;
158
+ }>;
159
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser-preview />` directly. */
160
+ export declare const ArcgisPortalGroupBrowserPreview: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-preview/customElement').ArcgisPortalGroupBrowserPreview & {
161
+ class?: string;
162
+ }, {
163
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisGroupBrowserInternalUIAction"]>;
164
+ onArcgisGroupBrowserPreviewClose: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisGroupBrowserPreviewClose"]>;
165
+ onArcgisPreviewClose: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisPreviewClose"]>;
166
+ }>;
167
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser-preview-card />` directly. */
168
+ export declare const ArcgisPortalGroupBrowserPreviewCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-preview-card/customElement').ArcgisPortalGroupBrowserPreviewCard & {
169
+ class?: string;
170
+ }, {
171
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserPreviewCardElement["arcgisGroupBrowserInternalUIAction"]>;
172
+ onArcgisGroupBrowserPreviewCardSelect: EventName<HTMLArcgisPortalGroupBrowserPreviewCardElement["arcgisGroupBrowserPreviewCardSelect"]>;
173
+ }>;
141
174
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
142
175
  export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
143
176
  class?: string;
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import i from "react";
2
- import { createComponent as e } from "@lit/react";
3
- import { getReactWrapperOptions as r, makeReactWrapperFactory as t } from "@arcgis/lumina";
4
- const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
1
+ import o from "react";
2
+ import { createComponent as i } from "@lit/react";
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as s } from "@arcgis/lumina";
4
+ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
5
5
  r(
6
6
  "arcgis-portal-account-switcher",
7
7
  {
8
8
  onArcgisAccountSwitch: "arcgisAccountSwitch"
9
9
  }
10
10
  )
11
- ), g = /* @__PURE__ */ o(
11
+ ), g = /* @__PURE__ */ e(
12
12
  r(
13
13
  "arcgis-portal-account-switcher-accounts",
14
14
  {
@@ -16,7 +16,7 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
16
16
  onArcgisLinkAll: "arcgisLinkAll"
17
17
  }
18
18
  )
19
- ), l = /* @__PURE__ */ o(
19
+ ), l = /* @__PURE__ */ e(
20
20
  r(
21
21
  "arcgis-portal-account-switcher-list",
22
22
  {
@@ -24,14 +24,14 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
24
24
  onArcgisAccountUnlink: "arcgisAccountUnlink"
25
25
  }
26
26
  )
27
- ), A = /* @__PURE__ */ o(
27
+ ), p = /* @__PURE__ */ e(
28
28
  r(
29
29
  "arcgis-portal-ai-assistant",
30
30
  {
31
31
  onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
32
32
  }
33
33
  )
34
- ), p = /* @__PURE__ */ o(
34
+ ), A = /* @__PURE__ */ e(
35
35
  r(
36
36
  "arcgis-portal-ai-assistant-interrupt",
37
37
  {
@@ -39,34 +39,36 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
39
39
  onArcgisSubmit: "arcgisSubmit"
40
40
  }
41
41
  )
42
- ), u = /* @__PURE__ */ o(
42
+ ), w = /* @__PURE__ */ e(
43
43
  r(
44
44
  "arcgis-portal-browser",
45
45
  {
46
46
  onArcgisAriaUpdate: "arcgisAriaUpdate",
47
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
48
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove",
47
49
  onAriaUpdate: "ariaUpdate"
48
50
  }
49
51
  )
50
- ), w = /* @__PURE__ */ o(
52
+ ), u = /* @__PURE__ */ e(
51
53
  r(
52
54
  "arcgis-portal-browser-actions",
53
55
  {}
54
56
  )
55
- ), P = /* @__PURE__ */ o(
57
+ ), B = /* @__PURE__ */ e(
56
58
  r(
57
59
  "arcgis-portal-browser-filter",
58
60
  {
59
61
  onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
60
62
  }
61
63
  )
62
- ), C = /* @__PURE__ */ o(
64
+ ), P = /* @__PURE__ */ e(
63
65
  r(
64
66
  "arcgis-portal-browser-filter-date",
65
67
  {
66
68
  onArcgisBrowserFilter: "arcgisBrowserFilter"
67
69
  }
68
70
  )
69
- ), B = /* @__PURE__ */ o(
71
+ ), C = /* @__PURE__ */ e(
70
72
  r(
71
73
  "arcgis-portal-browser-filter-status",
72
74
  {
@@ -74,19 +76,19 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
74
76
  onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
75
77
  }
76
78
  )
77
- ), h = /* @__PURE__ */ o(
79
+ ), I = /* @__PURE__ */ e(
78
80
  r(
79
81
  "arcgis-portal-browser-filters",
80
82
  {}
81
83
  )
82
- ), S = /* @__PURE__ */ o(
84
+ ), v = /* @__PURE__ */ e(
83
85
  r(
84
86
  "arcgis-portal-browser-pagination",
85
87
  {
86
88
  onArcgisBrowserPage: "arcgisBrowserPage"
87
89
  }
88
90
  )
89
- ), b = /* @__PURE__ */ o(
91
+ ), d = /* @__PURE__ */ e(
90
92
  r(
91
93
  "arcgis-portal-browser-search",
92
94
  {
@@ -94,7 +96,7 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
94
96
  onArcgisBrowserSearchInput: "arcgisBrowserSearchInput"
95
97
  }
96
98
  )
97
- ), m = /* @__PURE__ */ o(
99
+ ), h = /* @__PURE__ */ e(
98
100
  r(
99
101
  "arcgis-portal-browser-sort",
100
102
  {
@@ -102,43 +104,46 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
102
104
  onArcgisBrowserSortOrderChange: "arcgisBrowserSortOrderChange"
103
105
  }
104
106
  )
105
- ), I = /* @__PURE__ */ o(
107
+ ), S = /* @__PURE__ */ e(
106
108
  r(
107
109
  "arcgis-portal-browser-top-bar",
108
- {}
110
+ {
111
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
112
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
113
+ }
109
114
  )
110
- ), d = /* @__PURE__ */ o(
115
+ ), b = /* @__PURE__ */ e(
111
116
  r(
112
117
  "arcgis-portal-browser-view",
113
118
  {
114
119
  onArcgisBrowserViewChange: "arcgisBrowserViewChange"
115
120
  }
116
121
  )
117
- ), f = /* @__PURE__ */ o(
122
+ ), m = /* @__PURE__ */ e(
118
123
  r(
119
124
  "arcgis-portal-classification-banner",
120
125
  {}
121
126
  )
122
- ), v = /* @__PURE__ */ o(
127
+ ), G = /* @__PURE__ */ e(
123
128
  r(
124
129
  "arcgis-portal-classification-config",
125
130
  {
126
131
  onArcgisPropertyChange: "arcgisPropertyChange"
127
132
  }
128
133
  )
129
- ), F = /* @__PURE__ */ o(
134
+ ), F = /* @__PURE__ */ e(
130
135
  r(
131
136
  "arcgis-portal-classification-favorite",
132
137
  {}
133
138
  )
134
- ), x = /* @__PURE__ */ o(
139
+ ), U = /* @__PURE__ */ e(
135
140
  r(
136
141
  "arcgis-portal-classification-form-element",
137
142
  {
138
143
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
139
144
  }
140
145
  )
141
- ), U = /* @__PURE__ */ o(
146
+ ), f = /* @__PURE__ */ e(
142
147
  r(
143
148
  "arcgis-portal-extent-picker",
144
149
  {
@@ -147,7 +152,7 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
147
152
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
148
153
  }
149
154
  )
150
- ), T = /* @__PURE__ */ o(
155
+ ), x = /* @__PURE__ */ e(
151
156
  r(
152
157
  "arcgis-portal-field-delete",
153
158
  {
@@ -157,12 +162,43 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
157
162
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
158
163
  }
159
164
  )
160
- ), V = /* @__PURE__ */ o(
165
+ ), R = /* @__PURE__ */ e(
161
166
  r(
162
167
  "arcgis-portal-group-badges",
163
168
  {}
164
169
  )
165
- ), k = /* @__PURE__ */ o(
170
+ ), T = /* @__PURE__ */ e(
171
+ r(
172
+ "arcgis-portal-group-browser",
173
+ {
174
+ onArcgisAriaUpdate: "arcgisAriaUpdate",
175
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
176
+ onArcgisGroupBrowserLoading: "arcgisGroupBrowserLoading",
177
+ onArcgisGroupBrowserPreview: "arcgisGroupBrowserPreview",
178
+ onArcgisGroupBrowserSelect: "arcgisGroupBrowserSelect",
179
+ onArcgisGroupBrowserSublayerPreview: "arcgisGroupBrowserSublayerPreview",
180
+ onArcgisGroupBrowserUpdate: "arcgisGroupBrowserUpdate",
181
+ onArcgisGroupBrowserUserFilterChange: "arcgisGroupBrowserUserFilterChange"
182
+ }
183
+ )
184
+ ), V = /* @__PURE__ */ e(
185
+ r(
186
+ "arcgis-portal-group-browser-preview",
187
+ {
188
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
189
+ onArcgisGroupBrowserPreviewClose: "arcgisGroupBrowserPreviewClose",
190
+ onArcgisPreviewClose: "arcgisPreviewClose"
191
+ }
192
+ )
193
+ ), k = /* @__PURE__ */ e(
194
+ r(
195
+ "arcgis-portal-group-browser-preview-card",
196
+ {
197
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
198
+ onArcgisGroupBrowserPreviewCardSelect: "arcgisGroupBrowserPreviewCardSelect"
199
+ }
200
+ )
201
+ ), M = /* @__PURE__ */ e(
166
202
  r(
167
203
  "arcgis-portal-group-card",
168
204
  {
@@ -171,22 +207,22 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
171
207
  onArcgisGroupCardSelect: "arcgisGroupCardSelect"
172
208
  }
173
209
  )
174
- ), M = /* @__PURE__ */ o(
210
+ ), D = /* @__PURE__ */ e(
175
211
  r(
176
212
  "arcgis-portal-group-thumbnail",
177
213
  {}
178
214
  )
179
- ), R = /* @__PURE__ */ o(
215
+ ), y = /* @__PURE__ */ e(
180
216
  r(
181
217
  "arcgis-portal-info-banner",
182
218
  {}
183
219
  )
184
- ), D = /* @__PURE__ */ o(
220
+ ), N = /* @__PURE__ */ e(
185
221
  r(
186
222
  "arcgis-portal-item-type",
187
223
  {}
188
224
  )
189
- ), N = /* @__PURE__ */ o(
225
+ ), E = /* @__PURE__ */ e(
190
226
  r(
191
227
  "arcgis-portal-mentionable-text-area",
192
228
  {
@@ -197,7 +233,7 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
197
233
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
198
234
  }
199
235
  )
200
- ), E = /* @__PURE__ */ o(
236
+ ), L = /* @__PURE__ */ e(
201
237
  r(
202
238
  "arcgis-portal-navigation",
203
239
  {
@@ -207,19 +243,19 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
207
243
  onArcgisNavigationSignOut: "arcgisNavigationSignOut"
208
244
  }
209
245
  )
210
- ), y = /* @__PURE__ */ o(
246
+ ), O = /* @__PURE__ */ e(
211
247
  r(
212
248
  "arcgis-portal-replacement-item-redirect",
213
249
  {
214
250
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
215
251
  }
216
252
  )
217
- ), G = /* @__PURE__ */ o(
253
+ ), K = /* @__PURE__ */ e(
218
254
  r(
219
255
  "arcgis-portal-user-avatar",
220
256
  {}
221
257
  )
222
- ), O = /* @__PURE__ */ o(
258
+ ), W = /* @__PURE__ */ e(
223
259
  r(
224
260
  "arcgis-portal-user-popup",
225
261
  {
@@ -227,7 +263,7 @@ const o = /* @__PURE__ */ t(i, e), n = /* @__PURE__ */ o(
227
263
  onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
228
264
  }
229
265
  )
230
- ), K = /* @__PURE__ */ o(
266
+ ), j = /* @__PURE__ */ e(
231
267
  r(
232
268
  "arcgis-portal-voice-input",
233
269
  {
@@ -243,34 +279,37 @@ export {
243
279
  n as ArcgisPortalAccountSwitcher,
244
280
  g as ArcgisPortalAccountSwitcherAccounts,
245
281
  l as ArcgisPortalAccountSwitcherList,
246
- A as ArcgisPortalAiAssistant,
247
- p as ArcgisPortalAiAssistantInterrupt,
248
- u as ArcgisPortalBrowser,
249
- w as ArcgisPortalBrowserActions,
250
- P as ArcgisPortalBrowserFilter,
251
- C as ArcgisPortalBrowserFilterDate,
252
- B as ArcgisPortalBrowserFilterStatus,
253
- h as ArcgisPortalBrowserFilters,
254
- S as ArcgisPortalBrowserPagination,
255
- b as ArcgisPortalBrowserSearch,
256
- m as ArcgisPortalBrowserSort,
257
- I as ArcgisPortalBrowserTopBar,
258
- d as ArcgisPortalBrowserView,
259
- f as ArcgisPortalClassificationBanner,
260
- v as ArcgisPortalClassificationConfig,
282
+ p as ArcgisPortalAiAssistant,
283
+ A as ArcgisPortalAiAssistantInterrupt,
284
+ w as ArcgisPortalBrowser,
285
+ u as ArcgisPortalBrowserActions,
286
+ B as ArcgisPortalBrowserFilter,
287
+ P as ArcgisPortalBrowserFilterDate,
288
+ C as ArcgisPortalBrowserFilterStatus,
289
+ I as ArcgisPortalBrowserFilters,
290
+ v as ArcgisPortalBrowserPagination,
291
+ d as ArcgisPortalBrowserSearch,
292
+ h as ArcgisPortalBrowserSort,
293
+ S as ArcgisPortalBrowserTopBar,
294
+ b as ArcgisPortalBrowserView,
295
+ m as ArcgisPortalClassificationBanner,
296
+ G as ArcgisPortalClassificationConfig,
261
297
  F as ArcgisPortalClassificationFavorite,
262
- x as ArcgisPortalClassificationFormElement,
263
- U as ArcgisPortalExtentPicker,
264
- T as ArcgisPortalFieldDelete,
265
- V as ArcgisPortalGroupBadges,
266
- k as ArcgisPortalGroupCard,
267
- M as ArcgisPortalGroupThumbnail,
268
- R as ArcgisPortalInfoBanner,
269
- D as ArcgisPortalItemType,
270
- N as ArcgisPortalMentionableTextArea,
271
- E as ArcgisPortalNavigation,
272
- y as ArcgisPortalReplacementItemRedirect,
273
- G as ArcgisPortalUserAvatar,
274
- O as ArcgisPortalUserPopup,
275
- K as ArcgisPortalVoiceInput
298
+ U as ArcgisPortalClassificationFormElement,
299
+ f as ArcgisPortalExtentPicker,
300
+ x as ArcgisPortalFieldDelete,
301
+ R as ArcgisPortalGroupBadges,
302
+ T as ArcgisPortalGroupBrowser,
303
+ V as ArcgisPortalGroupBrowserPreview,
304
+ k as ArcgisPortalGroupBrowserPreviewCard,
305
+ M as ArcgisPortalGroupCard,
306
+ D as ArcgisPortalGroupThumbnail,
307
+ y as ArcgisPortalInfoBanner,
308
+ N as ArcgisPortalItemType,
309
+ E as ArcgisPortalMentionableTextArea,
310
+ L as ArcgisPortalNavigation,
311
+ O as ArcgisPortalReplacementItemRedirect,
312
+ K as ArcgisPortalUserAvatar,
313
+ W as ArcgisPortalUserPopup,
314
+ j as ArcgisPortalVoiceInput
276
315
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.57",
3
+ "version": "5.2.0-next.59",
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.57",
36
- "@arcgis/portal-components": "5.2.0-next.57"
35
+ "@arcgis/lumina": "5.2.0-next.59",
36
+ "@arcgis/portal-components": "5.2.0-next.59"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": "^5.2.0-next",