@arcgis/portal-components-react 5.2.0-next.90 → 5.2.0-next.93

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.
@@ -21,6 +21,12 @@ export declare const ArcgisPortalAccountSwitcherList: import('@lit/react').React
21
21
  onArcgisAccountSwitch: EventName<HTMLArcgisPortalAccountSwitcherListElement["arcgisAccountSwitch"]>;
22
22
  onArcgisAccountUnlink: EventName<HTMLArcgisPortalAccountSwitcherListElement["arcgisAccountUnlink"]>;
23
23
  }>;
24
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-add-gps-metadata />` directly. */
25
+ export declare const ArcgisPortalAddGpsMetadata: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-add-gps-metadata/customElement').ArcgisPortalAddGpsMetadata & {
26
+ class?: string;
27
+ }, {
28
+ onArcgisGPSMetadataFieldsAdded: EventName<HTMLArcgisPortalAddGpsMetadataElement["arcgisGPSMetadataFieldsAdded"]>;
29
+ }>;
24
30
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant />` directly. */
25
31
  export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
26
32
  class?: string;
@@ -136,6 +142,7 @@ export declare const ArcgisPortalGroupBrowser: import('@lit/react').ReactWebComp
136
142
  onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserInternalUIAction"]>;
137
143
  onArcgisGroupBrowserLoading: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserLoading"]>;
138
144
  onArcgisGroupBrowserPreview: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserPreview"]>;
145
+ onArcgisGroupBrowserSearchParamsUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSearchParamsUpdate"]>;
139
146
  onArcgisGroupBrowserSelect: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSelect"]>;
140
147
  onArcgisGroupBrowserSublayerPreview: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSublayerPreview"]>;
141
148
  onArcgisGroupBrowserUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserUpdate"]>;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import o from "react";
2
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(
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as a } from "@arcgis/lumina";
4
+ const e = /* @__PURE__ */ a(o, i), n = /* @__PURE__ */ e(
5
5
  r(
6
6
  "arcgis-portal-account-switcher",
7
7
  {
@@ -26,13 +26,20 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
26
26
  }
27
27
  )
28
28
  ), A = /* @__PURE__ */ e(
29
+ r(
30
+ "arcgis-portal-add-gps-metadata",
31
+ {
32
+ onArcgisGPSMetadataFieldsAdded: "arcgisGPSMetadataFieldsAdded"
33
+ }
34
+ )
35
+ ), p = /* @__PURE__ */ e(
29
36
  r(
30
37
  "arcgis-portal-ai-assistant",
31
38
  {
32
39
  onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
33
40
  }
34
41
  )
35
- ), p = /* @__PURE__ */ e(
42
+ ), w = /* @__PURE__ */ e(
36
43
  r(
37
44
  "arcgis-portal-ai-assistant-interrupt",
38
45
  {
@@ -40,7 +47,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
40
47
  onArcgisSubmit: "arcgisSubmit"
41
48
  }
42
49
  )
43
- ), w = /* @__PURE__ */ e(
50
+ ), u = /* @__PURE__ */ e(
44
51
  r(
45
52
  "arcgis-portal-browser",
46
53
  {
@@ -50,12 +57,12 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
50
57
  onAriaUpdate: "ariaUpdate"
51
58
  }
52
59
  )
53
- ), u = /* @__PURE__ */ e(
60
+ ), P = /* @__PURE__ */ e(
54
61
  r(
55
62
  "arcgis-portal-browser-actions",
56
63
  {}
57
64
  )
58
- ), P = /* @__PURE__ */ e(
65
+ ), d = /* @__PURE__ */ e(
59
66
  r(
60
67
  "arcgis-portal-browser-filter-status",
61
68
  {
@@ -94,31 +101,31 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
94
101
  onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
95
102
  }
96
103
  )
97
- ), d = /* @__PURE__ */ e(
104
+ ), v = /* @__PURE__ */ e(
98
105
  r(
99
106
  "arcgis-portal-browser-view",
100
107
  {
101
108
  onArcgisBrowserViewChange: "arcgisBrowserViewChange"
102
109
  }
103
110
  )
104
- ), v = /* @__PURE__ */ e(
111
+ ), S = /* @__PURE__ */ e(
105
112
  r(
106
113
  "arcgis-portal-classification-banner",
107
114
  {}
108
115
  )
109
- ), S = /* @__PURE__ */ e(
116
+ ), h = /* @__PURE__ */ e(
110
117
  r(
111
118
  "arcgis-portal-classification-config",
112
119
  {
113
120
  onArcgisPropertyChange: "arcgisPropertyChange"
114
121
  }
115
122
  )
116
- ), h = /* @__PURE__ */ e(
123
+ ), U = /* @__PURE__ */ e(
117
124
  r(
118
125
  "arcgis-portal-classification-favorite",
119
126
  {}
120
127
  )
121
- ), U = /* @__PURE__ */ e(
128
+ ), G = /* @__PURE__ */ e(
122
129
  r(
123
130
  "arcgis-portal-classification-form-element",
124
131
  {
@@ -134,7 +141,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
134
141
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
135
142
  }
136
143
  )
137
- ), G = /* @__PURE__ */ e(
144
+ ), F = /* @__PURE__ */ e(
138
145
  r(
139
146
  "arcgis-portal-field-delete",
140
147
  {
@@ -144,12 +151,12 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
144
151
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
145
152
  }
146
153
  )
147
- ), F = /* @__PURE__ */ e(
154
+ ), f = /* @__PURE__ */ e(
148
155
  r(
149
156
  "arcgis-portal-group-badges",
150
157
  {}
151
158
  )
152
- ), f = /* @__PURE__ */ e(
159
+ ), x = /* @__PURE__ */ e(
153
160
  r(
154
161
  "arcgis-portal-group-browser",
155
162
  {
@@ -157,13 +164,14 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
157
164
  onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
158
165
  onArcgisGroupBrowserLoading: "arcgisGroupBrowserLoading",
159
166
  onArcgisGroupBrowserPreview: "arcgisGroupBrowserPreview",
167
+ onArcgisGroupBrowserSearchParamsUpdate: "arcgisGroupBrowserSearchParamsUpdate",
160
168
  onArcgisGroupBrowserSelect: "arcgisGroupBrowserSelect",
161
169
  onArcgisGroupBrowserSublayerPreview: "arcgisGroupBrowserSublayerPreview",
162
170
  onArcgisGroupBrowserUpdate: "arcgisGroupBrowserUpdate",
163
171
  onArcgisGroupBrowserUserFilterChange: "arcgisGroupBrowserUserFilterChange"
164
172
  }
165
173
  )
166
- ), x = /* @__PURE__ */ e(
174
+ ), M = /* @__PURE__ */ e(
167
175
  r(
168
176
  "arcgis-portal-group-browser-preview",
169
177
  {
@@ -194,12 +202,12 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
194
202
  "arcgis-portal-group-thumbnail",
195
203
  {}
196
204
  )
197
- ), M = /* @__PURE__ */ e(
205
+ ), R = /* @__PURE__ */ e(
198
206
  r(
199
207
  "arcgis-portal-info-banner",
200
208
  {}
201
209
  )
202
- ), R = /* @__PURE__ */ e(
210
+ ), y = /* @__PURE__ */ e(
203
211
  r(
204
212
  "arcgis-portal-item-actions",
205
213
  {
@@ -209,17 +217,17 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
209
217
  onArcgisItemFavoriteUpdate: "arcgisItemFavoriteUpdate"
210
218
  }
211
219
  )
212
- ), y = /* @__PURE__ */ e(
220
+ ), D = /* @__PURE__ */ e(
213
221
  r(
214
222
  "arcgis-portal-item-badges",
215
223
  {}
216
224
  )
217
- ), D = /* @__PURE__ */ e(
225
+ ), N = /* @__PURE__ */ e(
218
226
  r(
219
227
  "arcgis-portal-item-badge",
220
228
  {}
221
229
  )
222
- ), N = /* @__PURE__ */ e(
230
+ ), E = /* @__PURE__ */ e(
223
231
  r(
224
232
  "arcgis-portal-item-card",
225
233
  {
@@ -229,19 +237,19 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
229
237
  onArcgisItemCardSelect: "arcgisItemCardSelect"
230
238
  }
231
239
  )
232
- ), E = /* @__PURE__ */ e(
240
+ ), O = /* @__PURE__ */ e(
233
241
  r(
234
242
  "arcgis-portal-item-favorite",
235
243
  {
236
244
  onArcgisItemFavoriteUpdate: "arcgisItemFavoriteUpdate"
237
245
  }
238
246
  )
239
- ), O = /* @__PURE__ */ e(
247
+ ), L = /* @__PURE__ */ e(
240
248
  r(
241
249
  "arcgis-portal-item-type",
242
250
  {}
243
251
  )
244
- ), L = /* @__PURE__ */ e(
252
+ ), K = /* @__PURE__ */ e(
245
253
  r(
246
254
  "arcgis-portal-mentionable-text-area",
247
255
  {
@@ -252,7 +260,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
252
260
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
253
261
  }
254
262
  )
255
- ), K = /* @__PURE__ */ e(
263
+ ), W = /* @__PURE__ */ e(
256
264
  r(
257
265
  "arcgis-portal-navigation",
258
266
  {
@@ -262,19 +270,19 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
262
270
  onArcgisNavigationSignOut: "arcgisNavigationSignOut"
263
271
  }
264
272
  )
265
- ), W = /* @__PURE__ */ e(
273
+ ), j = /* @__PURE__ */ e(
266
274
  r(
267
275
  "arcgis-portal-replacement-item-redirect",
268
276
  {
269
277
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
270
278
  }
271
279
  )
272
- ), j = /* @__PURE__ */ e(
280
+ ), q = /* @__PURE__ */ e(
273
281
  r(
274
282
  "arcgis-portal-user-avatar",
275
283
  {}
276
284
  )
277
- ), q = /* @__PURE__ */ e(
285
+ ), z = /* @__PURE__ */ e(
278
286
  r(
279
287
  "arcgis-portal-user-popup",
280
288
  {
@@ -282,7 +290,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
282
290
  onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
283
291
  }
284
292
  )
285
- ), z = /* @__PURE__ */ e(
293
+ ), H = /* @__PURE__ */ e(
286
294
  r(
287
295
  "arcgis-portal-voice-input",
288
296
  {
@@ -298,39 +306,40 @@ export {
298
306
  n as ArcgisPortalAccountSwitcher,
299
307
  g as ArcgisPortalAccountSwitcherAccounts,
300
308
  l as ArcgisPortalAccountSwitcherList,
301
- A as ArcgisPortalAiAssistant,
302
- p as ArcgisPortalAiAssistantInterrupt,
303
- w as ArcgisPortalBrowser,
304
- u as ArcgisPortalBrowserActions,
305
- P as ArcgisPortalBrowserFilterStatus,
309
+ A as ArcgisPortalAddGpsMetadata,
310
+ p as ArcgisPortalAiAssistant,
311
+ w as ArcgisPortalAiAssistantInterrupt,
312
+ u as ArcgisPortalBrowser,
313
+ P as ArcgisPortalBrowserActions,
314
+ d as ArcgisPortalBrowserFilterStatus,
306
315
  B as ArcgisPortalBrowserPagination,
307
316
  I as ArcgisPortalBrowserSearch,
308
317
  C as ArcgisPortalBrowserSort,
309
318
  m as ArcgisPortalBrowserTopBar,
310
- d as ArcgisPortalBrowserView,
311
- v as ArcgisPortalClassificationBanner,
312
- S as ArcgisPortalClassificationConfig,
313
- h as ArcgisPortalClassificationFavorite,
314
- U as ArcgisPortalClassificationFormElement,
319
+ v as ArcgisPortalBrowserView,
320
+ S as ArcgisPortalClassificationBanner,
321
+ h as ArcgisPortalClassificationConfig,
322
+ U as ArcgisPortalClassificationFavorite,
323
+ G as ArcgisPortalClassificationFormElement,
315
324
  b as ArcgisPortalExtentPicker,
316
- G as ArcgisPortalFieldDelete,
317
- F as ArcgisPortalGroupBadges,
318
- f as ArcgisPortalGroupBrowser,
319
- x as ArcgisPortalGroupBrowserPreview,
325
+ F as ArcgisPortalFieldDelete,
326
+ f as ArcgisPortalGroupBadges,
327
+ x as ArcgisPortalGroupBrowser,
328
+ M as ArcgisPortalGroupBrowserPreview,
320
329
  k as ArcgisPortalGroupBrowserPreviewCard,
321
330
  T as ArcgisPortalGroupCard,
322
331
  V as ArcgisPortalGroupThumbnail,
323
- M as ArcgisPortalInfoBanner,
324
- R as ArcgisPortalItemActions,
325
- D as ArcgisPortalItemBadge,
326
- y as ArcgisPortalItemBadges,
327
- N as ArcgisPortalItemCard,
328
- E as ArcgisPortalItemFavorite,
329
- O as ArcgisPortalItemType,
330
- L as ArcgisPortalMentionableTextArea,
331
- K as ArcgisPortalNavigation,
332
- W as ArcgisPortalReplacementItemRedirect,
333
- j as ArcgisPortalUserAvatar,
334
- q as ArcgisPortalUserPopup,
335
- z as ArcgisPortalVoiceInput
332
+ R as ArcgisPortalInfoBanner,
333
+ y as ArcgisPortalItemActions,
334
+ N as ArcgisPortalItemBadge,
335
+ D as ArcgisPortalItemBadges,
336
+ E as ArcgisPortalItemCard,
337
+ O as ArcgisPortalItemFavorite,
338
+ L as ArcgisPortalItemType,
339
+ K as ArcgisPortalMentionableTextArea,
340
+ W as ArcgisPortalNavigation,
341
+ j as ArcgisPortalReplacementItemRedirect,
342
+ q as ArcgisPortalUserAvatar,
343
+ z as ArcgisPortalUserPopup,
344
+ H as ArcgisPortalVoiceInput
336
345
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.90",
3
+ "version": "5.2.0-next.93",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -29,14 +29,14 @@
29
29
  ],
30
30
  "license": "SEE LICENSE IN LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/lumina": "5.2.0-next.90",
33
- "@arcgis/portal-components": "5.2.0-next.90",
32
+ "@arcgis/lumina": "5.2.0-next.93",
33
+ "@arcgis/portal-components": "5.2.0-next.93",
34
34
  "@lit/react": "^1.0.8",
35
35
  "lit": "^3.3.0",
36
36
  "tslib": "^2.8.1"
37
37
  },
38
38
  "peerDependencies": {
39
- "@arcgis/core": "5.2.0-next.90",
39
+ "@arcgis/core": "5.2.0-next.93",
40
40
  "react": ">=18.0.0 <20.0.0"
41
41
  }
42
42
  }