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