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