@arcgis/portal-components-react 5.2.0-next.65 → 5.2.0-next.66
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/dist/components.d.ts +32 -0
- package/dist/index.js +81 -39
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -172,6 +172,38 @@ export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebCo
|
|
|
172
172
|
export declare const ArcgisPortalInfoBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-info-banner/customElement').ArcgisPortalInfoBanner & {
|
|
173
173
|
class?: string;
|
|
174
174
|
}, {}>;
|
|
175
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-actions />` directly. */
|
|
176
|
+
export declare const ArcgisPortalItemActions: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-actions/customElement').ArcgisPortalItemActions & {
|
|
177
|
+
class?: string;
|
|
178
|
+
}, {
|
|
179
|
+
onArcgisItemActionClick: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemActionClick"]>;
|
|
180
|
+
onArcgisItemActions: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemActions"]>;
|
|
181
|
+
onArcgisItemActionsOpen: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemActionsOpen"]>;
|
|
182
|
+
onArcgisItemFavoriteUpdate: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemFavoriteUpdate"]>;
|
|
183
|
+
}>;
|
|
184
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-badges />` directly. */
|
|
185
|
+
export declare const ArcgisPortalItemBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-badges/customElement').ArcgisPortalItemBadges & {
|
|
186
|
+
class?: string;
|
|
187
|
+
}, {}>;
|
|
188
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-badge />` directly. */
|
|
189
|
+
export declare const ArcgisPortalItemBadge: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-badge/customElement').ArcgisPortalItemBadge & {
|
|
190
|
+
class?: string;
|
|
191
|
+
}, {}>;
|
|
192
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-card />` directly. */
|
|
193
|
+
export declare const ArcgisPortalItemCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-card/customElement').ArcgisPortalItemCard & {
|
|
194
|
+
class?: string;
|
|
195
|
+
}, {
|
|
196
|
+
onArcgisItemBrowserCardPreview: EventName<HTMLArcgisPortalItemCardElement["arcgisItemBrowserCardPreview"]>;
|
|
197
|
+
onArcgisItemCardActionsOpen: EventName<HTMLArcgisPortalItemCardElement["arcgisItemCardActionsOpen"]>;
|
|
198
|
+
onArcgisItemCardInternalUIAction: EventName<HTMLArcgisPortalItemCardElement["arcgisItemCardInternalUIAction"]>;
|
|
199
|
+
onArcgisItemCardSelect: EventName<HTMLArcgisPortalItemCardElement["arcgisItemCardSelect"]>;
|
|
200
|
+
}>;
|
|
201
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-favorite />` directly. */
|
|
202
|
+
export declare const ArcgisPortalItemFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-favorite/customElement').ArcgisPortalItemFavorite & {
|
|
203
|
+
class?: string;
|
|
204
|
+
}, {
|
|
205
|
+
onArcgisItemFavoriteUpdate: EventName<HTMLArcgisPortalItemFavoriteElement["arcgisItemFavoriteUpdate"]>;
|
|
206
|
+
}>;
|
|
175
207
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
|
|
176
208
|
export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
|
|
177
209
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -25,14 +25,14 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
25
25
|
onArcgisAccountUnlink: "arcgisAccountUnlink"
|
|
26
26
|
}
|
|
27
27
|
)
|
|
28
|
-
),
|
|
28
|
+
), A = /* @__PURE__ */ e(
|
|
29
29
|
r(
|
|
30
30
|
"arcgis-portal-ai-assistant",
|
|
31
31
|
{
|
|
32
32
|
onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
|
|
33
33
|
}
|
|
34
34
|
)
|
|
35
|
-
),
|
|
35
|
+
), p = /* @__PURE__ */ e(
|
|
36
36
|
r(
|
|
37
37
|
"arcgis-portal-ai-assistant-interrupt",
|
|
38
38
|
{
|
|
@@ -70,7 +70,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
70
70
|
onArcgisBrowserPage: "arcgisBrowserPage"
|
|
71
71
|
}
|
|
72
72
|
)
|
|
73
|
-
),
|
|
73
|
+
), I = /* @__PURE__ */ e(
|
|
74
74
|
r(
|
|
75
75
|
"arcgis-portal-browser-search",
|
|
76
76
|
{
|
|
@@ -78,7 +78,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
78
78
|
onArcgisBrowserSearchInput: "arcgisBrowserSearchInput"
|
|
79
79
|
}
|
|
80
80
|
)
|
|
81
|
-
),
|
|
81
|
+
), C = /* @__PURE__ */ e(
|
|
82
82
|
r(
|
|
83
83
|
"arcgis-portal-browser-sort",
|
|
84
84
|
{
|
|
@@ -86,7 +86,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
86
86
|
onArcgisBrowserSortOrderChange: "arcgisBrowserSortOrderChange"
|
|
87
87
|
}
|
|
88
88
|
)
|
|
89
|
-
),
|
|
89
|
+
), m = /* @__PURE__ */ e(
|
|
90
90
|
r(
|
|
91
91
|
"arcgis-portal-browser-top-bar",
|
|
92
92
|
{
|
|
@@ -101,7 +101,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
101
101
|
onArcgisBrowserViewChange: "arcgisBrowserViewChange"
|
|
102
102
|
}
|
|
103
103
|
)
|
|
104
|
-
),
|
|
104
|
+
), v = /* @__PURE__ */ e(
|
|
105
105
|
r(
|
|
106
106
|
"arcgis-portal-classification-banner",
|
|
107
107
|
{}
|
|
@@ -113,19 +113,19 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
113
113
|
onArcgisPropertyChange: "arcgisPropertyChange"
|
|
114
114
|
}
|
|
115
115
|
)
|
|
116
|
-
),
|
|
116
|
+
), h = /* @__PURE__ */ e(
|
|
117
117
|
r(
|
|
118
118
|
"arcgis-portal-classification-favorite",
|
|
119
119
|
{}
|
|
120
120
|
)
|
|
121
|
-
),
|
|
121
|
+
), U = /* @__PURE__ */ e(
|
|
122
122
|
r(
|
|
123
123
|
"arcgis-portal-classification-form-element",
|
|
124
124
|
{
|
|
125
125
|
onArcgisAttributeValueChange: "arcgisAttributeValueChange"
|
|
126
126
|
}
|
|
127
127
|
)
|
|
128
|
-
),
|
|
128
|
+
), b = /* @__PURE__ */ e(
|
|
129
129
|
r(
|
|
130
130
|
"arcgis-portal-extent-picker",
|
|
131
131
|
{
|
|
@@ -134,7 +134,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
134
134
|
onArcgisExtentPickerSave: "arcgisExtentPickerSave"
|
|
135
135
|
}
|
|
136
136
|
)
|
|
137
|
-
),
|
|
137
|
+
), G = /* @__PURE__ */ e(
|
|
138
138
|
r(
|
|
139
139
|
"arcgis-portal-field-delete",
|
|
140
140
|
{
|
|
@@ -172,7 +172,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
172
172
|
onArcgisPreviewClose: "arcgisPreviewClose"
|
|
173
173
|
}
|
|
174
174
|
)
|
|
175
|
-
),
|
|
175
|
+
), k = /* @__PURE__ */ e(
|
|
176
176
|
r(
|
|
177
177
|
"arcgis-portal-group-browser-preview-card",
|
|
178
178
|
{
|
|
@@ -180,7 +180,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
180
180
|
onArcgisGroupBrowserPreviewCardSelect: "arcgisGroupBrowserPreviewCardSelect"
|
|
181
181
|
}
|
|
182
182
|
)
|
|
183
|
-
),
|
|
183
|
+
), T = /* @__PURE__ */ e(
|
|
184
184
|
r(
|
|
185
185
|
"arcgis-portal-group-card",
|
|
186
186
|
{
|
|
@@ -189,7 +189,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
189
189
|
onArcgisGroupCardSelect: "arcgisGroupCardSelect"
|
|
190
190
|
}
|
|
191
191
|
)
|
|
192
|
-
),
|
|
192
|
+
), V = /* @__PURE__ */ e(
|
|
193
193
|
r(
|
|
194
194
|
"arcgis-portal-group-thumbnail",
|
|
195
195
|
{}
|
|
@@ -200,11 +200,48 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
200
200
|
{}
|
|
201
201
|
)
|
|
202
202
|
), R = /* @__PURE__ */ e(
|
|
203
|
+
r(
|
|
204
|
+
"arcgis-portal-item-actions",
|
|
205
|
+
{
|
|
206
|
+
onArcgisItemActionClick: "arcgisItemActionClick",
|
|
207
|
+
onArcgisItemActions: "arcgisItemActions",
|
|
208
|
+
onArcgisItemActionsOpen: "arcgisItemActionsOpen",
|
|
209
|
+
onArcgisItemFavoriteUpdate: "arcgisItemFavoriteUpdate"
|
|
210
|
+
}
|
|
211
|
+
)
|
|
212
|
+
), y = /* @__PURE__ */ e(
|
|
213
|
+
r(
|
|
214
|
+
"arcgis-portal-item-badges",
|
|
215
|
+
{}
|
|
216
|
+
)
|
|
217
|
+
), D = /* @__PURE__ */ e(
|
|
218
|
+
r(
|
|
219
|
+
"arcgis-portal-item-badge",
|
|
220
|
+
{}
|
|
221
|
+
)
|
|
222
|
+
), N = /* @__PURE__ */ e(
|
|
223
|
+
r(
|
|
224
|
+
"arcgis-portal-item-card",
|
|
225
|
+
{
|
|
226
|
+
onArcgisItemBrowserCardPreview: "arcgisItemBrowserCardPreview",
|
|
227
|
+
onArcgisItemCardActionsOpen: "arcgisItemCardActionsOpen",
|
|
228
|
+
onArcgisItemCardInternalUIAction: "arcgisItemCardInternalUIAction",
|
|
229
|
+
onArcgisItemCardSelect: "arcgisItemCardSelect"
|
|
230
|
+
}
|
|
231
|
+
)
|
|
232
|
+
), E = /* @__PURE__ */ e(
|
|
233
|
+
r(
|
|
234
|
+
"arcgis-portal-item-favorite",
|
|
235
|
+
{
|
|
236
|
+
onArcgisItemFavoriteUpdate: "arcgisItemFavoriteUpdate"
|
|
237
|
+
}
|
|
238
|
+
)
|
|
239
|
+
), O = /* @__PURE__ */ e(
|
|
203
240
|
r(
|
|
204
241
|
"arcgis-portal-item-type",
|
|
205
242
|
{}
|
|
206
243
|
)
|
|
207
|
-
),
|
|
244
|
+
), L = /* @__PURE__ */ e(
|
|
208
245
|
r(
|
|
209
246
|
"arcgis-portal-mentionable-text-area",
|
|
210
247
|
{
|
|
@@ -215,7 +252,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
215
252
|
onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
|
|
216
253
|
}
|
|
217
254
|
)
|
|
218
|
-
),
|
|
255
|
+
), K = /* @__PURE__ */ e(
|
|
219
256
|
r(
|
|
220
257
|
"arcgis-portal-navigation",
|
|
221
258
|
{
|
|
@@ -225,19 +262,19 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
225
262
|
onArcgisNavigationSignOut: "arcgisNavigationSignOut"
|
|
226
263
|
}
|
|
227
264
|
)
|
|
228
|
-
),
|
|
265
|
+
), W = /* @__PURE__ */ e(
|
|
229
266
|
r(
|
|
230
267
|
"arcgis-portal-replacement-item-redirect",
|
|
231
268
|
{
|
|
232
269
|
onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
|
|
233
270
|
}
|
|
234
271
|
)
|
|
235
|
-
),
|
|
272
|
+
), j = /* @__PURE__ */ e(
|
|
236
273
|
r(
|
|
237
274
|
"arcgis-portal-user-avatar",
|
|
238
275
|
{}
|
|
239
276
|
)
|
|
240
|
-
),
|
|
277
|
+
), q = /* @__PURE__ */ e(
|
|
241
278
|
r(
|
|
242
279
|
"arcgis-portal-user-popup",
|
|
243
280
|
{
|
|
@@ -245,7 +282,7 @@ const e = /* @__PURE__ */ s(o, i), n = /* @__PURE__ */ e(
|
|
|
245
282
|
onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
|
|
246
283
|
}
|
|
247
284
|
)
|
|
248
|
-
),
|
|
285
|
+
), z = /* @__PURE__ */ e(
|
|
249
286
|
r(
|
|
250
287
|
"arcgis-portal-voice-input",
|
|
251
288
|
{
|
|
@@ -261,34 +298,39 @@ export {
|
|
|
261
298
|
n as ArcgisPortalAccountSwitcher,
|
|
262
299
|
g as ArcgisPortalAccountSwitcherAccounts,
|
|
263
300
|
l as ArcgisPortalAccountSwitcherList,
|
|
264
|
-
|
|
265
|
-
|
|
301
|
+
A as ArcgisPortalAiAssistant,
|
|
302
|
+
p as ArcgisPortalAiAssistantInterrupt,
|
|
266
303
|
w as ArcgisPortalBrowser,
|
|
267
304
|
u as ArcgisPortalBrowserActions,
|
|
268
305
|
P as ArcgisPortalBrowserFilterStatus,
|
|
269
306
|
B as ArcgisPortalBrowserPagination,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
307
|
+
I as ArcgisPortalBrowserSearch,
|
|
308
|
+
C as ArcgisPortalBrowserSort,
|
|
309
|
+
m as ArcgisPortalBrowserTopBar,
|
|
273
310
|
d as ArcgisPortalBrowserView,
|
|
274
|
-
|
|
311
|
+
v as ArcgisPortalClassificationBanner,
|
|
275
312
|
S as ArcgisPortalClassificationConfig,
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
313
|
+
h as ArcgisPortalClassificationFavorite,
|
|
314
|
+
U as ArcgisPortalClassificationFormElement,
|
|
315
|
+
b as ArcgisPortalExtentPicker,
|
|
316
|
+
G as ArcgisPortalFieldDelete,
|
|
280
317
|
F as ArcgisPortalGroupBadges,
|
|
281
318
|
f as ArcgisPortalGroupBrowser,
|
|
282
319
|
x as ArcgisPortalGroupBrowserPreview,
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
320
|
+
k as ArcgisPortalGroupBrowserPreviewCard,
|
|
321
|
+
T as ArcgisPortalGroupCard,
|
|
322
|
+
V as ArcgisPortalGroupThumbnail,
|
|
286
323
|
M as ArcgisPortalInfoBanner,
|
|
287
|
-
R as
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
N as
|
|
291
|
-
E as
|
|
292
|
-
|
|
293
|
-
|
|
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
|
|
294
336
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/portal-components-react",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.66",
|
|
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.
|
|
36
|
-
"@arcgis/portal-components": "5.2.0-next.
|
|
35
|
+
"@arcgis/lumina": "5.2.0-next.66",
|
|
36
|
+
"@arcgis/portal-components": "5.2.0-next.66"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@arcgis/core": "^5.2.0-next",
|