@arcgis/portal-components-react 5.2.0-next.12 → 5.2.0-next.120
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/LICENSE.md +4 -2
- package/README.md +2 -2
- package/dist/components.d.ts +173 -0
- package/dist/index.js +258 -35
- package/package.json +5 -5
package/LICENSE.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# Licensing
|
|
2
2
|
|
|
3
|
-
COPYRIGHT
|
|
3
|
+
COPYRIGHT Esri
|
|
4
4
|
|
|
5
5
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
6
6
|
|
|
7
|
-
This material is licensed for use under the
|
|
7
|
+
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement.
|
|
8
8
|
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
9
9
|
|
|
10
|
+
See use restrictions at https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf.
|
|
11
|
+
|
|
10
12
|
For additional information, contact:
|
|
11
13
|
Environmental Systems Research Institute, Inc.
|
|
12
14
|
Attn: Contracts and Legal Services Department
|
package/README.md
CHANGED
|
@@ -10,5 +10,5 @@ It is not intended to be used directly, but rather used as a dependency by other
|
|
|
10
10
|
|
|
11
11
|
## License
|
|
12
12
|
|
|
13
|
-
This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.
|
|
14
|
-
For third party notices, see https://js.arcgis.com/5.
|
|
13
|
+
This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.2/LICENSE.txt.
|
|
14
|
+
For third party notices, see https://js.arcgis.com/5.2/third-party-notices.txt.
|
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
/// <reference types="@arcgis/portal-components" preserve="true" />
|
|
2
2
|
import { EventName } from '@lit/react';
|
|
3
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-account-switcher />` directly. */
|
|
4
|
+
export declare const ArcgisPortalAccountSwitcher: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-account-switcher/customElement').ArcgisPortalAccountSwitcher & {
|
|
5
|
+
class?: string;
|
|
6
|
+
}, {
|
|
7
|
+
onArcgisAccountSwitch: EventName<HTMLArcgisPortalAccountSwitcherElement["arcgisAccountSwitch"]>;
|
|
8
|
+
onArcgisClose: EventName<HTMLArcgisPortalAccountSwitcherElement["arcgisClose"]>;
|
|
9
|
+
onArcgisSignoutComplete: EventName<HTMLArcgisPortalAccountSwitcherElement["arcgisSignoutComplete"]>;
|
|
10
|
+
}>;
|
|
11
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-account-switcher-accounts />` directly. */
|
|
12
|
+
export declare const ArcgisPortalAccountSwitcherAccounts: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-account-switcher-accounts/customElement').ArcgisPortalAccountSwitcherAccounts & {
|
|
13
|
+
class?: string;
|
|
14
|
+
}, {
|
|
15
|
+
onArcgisCloseDialog: EventName<HTMLArcgisPortalAccountSwitcherAccountsElement["arcgisCloseDialog"]>;
|
|
16
|
+
onArcgisLinkAll: EventName<HTMLArcgisPortalAccountSwitcherAccountsElement["arcgisLinkAll"]>;
|
|
17
|
+
}>;
|
|
18
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-account-switcher-list />` directly. */
|
|
19
|
+
export declare const ArcgisPortalAccountSwitcherList: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-account-switcher-list/customElement').ArcgisPortalAccountSwitcherList & {
|
|
20
|
+
class?: string;
|
|
21
|
+
}, {
|
|
22
|
+
onArcgisAccountSwitch: EventName<HTMLArcgisPortalAccountSwitcherListElement["arcgisAccountSwitch"]>;
|
|
23
|
+
onArcgisAccountUnlink: EventName<HTMLArcgisPortalAccountSwitcherListElement["arcgisAccountUnlink"]>;
|
|
24
|
+
}>;
|
|
25
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-account-switcher-signout />` directly. */
|
|
26
|
+
export declare const ArcgisPortalAccountSwitcherSignout: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-account-switcher-signout/customElement').ArcgisPortalAccountSwitcherSignout & {
|
|
27
|
+
class?: string;
|
|
28
|
+
}, {
|
|
29
|
+
onArcgisCloseDialog: EventName<HTMLArcgisPortalAccountSwitcherSignoutElement["arcgisCloseDialog"]>;
|
|
30
|
+
onArcgisSignOutAll: EventName<HTMLArcgisPortalAccountSwitcherSignoutElement["arcgisSignOutAll"]>;
|
|
31
|
+
onArcgisSwitchAccount: EventName<HTMLArcgisPortalAccountSwitcherSignoutElement["arcgisSwitchAccount"]>;
|
|
32
|
+
}>;
|
|
33
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-add-gps-metadata />` directly. */
|
|
34
|
+
export declare const ArcgisPortalAddGpsMetadata: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-add-gps-metadata/customElement').ArcgisPortalAddGpsMetadata & {
|
|
35
|
+
class?: string;
|
|
36
|
+
}, {
|
|
37
|
+
onArcgisGPSMetadataFieldsAdded: EventName<HTMLArcgisPortalAddGpsMetadataElement["arcgisGPSMetadataFieldsAdded"]>;
|
|
38
|
+
}>;
|
|
3
39
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant />` directly. */
|
|
4
40
|
export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
|
|
5
41
|
class?: string;
|
|
@@ -13,6 +49,59 @@ export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').Reac
|
|
|
13
49
|
onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
|
|
14
50
|
onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
|
|
15
51
|
}>;
|
|
52
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser />` directly. */
|
|
53
|
+
export declare const ArcgisPortalBrowser: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser/customElement').ArcgisPortalBrowser & {
|
|
54
|
+
class?: string;
|
|
55
|
+
}, {
|
|
56
|
+
onArcgisAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["arcgisAriaUpdate"]>;
|
|
57
|
+
onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserElement["arcgisBrowserFilterClear"]>;
|
|
58
|
+
onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserElement["arcgisBrowserFilterRemove"]>;
|
|
59
|
+
onAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["ariaUpdate"]>;
|
|
60
|
+
}>;
|
|
61
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-actions />` directly. */
|
|
62
|
+
export declare const ArcgisPortalBrowserActions: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-actions/customElement').ArcgisPortalBrowserActions & {
|
|
63
|
+
class?: string;
|
|
64
|
+
}, {}>;
|
|
65
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter-status />` directly. */
|
|
66
|
+
export declare const ArcgisPortalBrowserFilterStatus: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter-status/customElement').ArcgisPortalBrowserFilterStatus & {
|
|
67
|
+
class?: string;
|
|
68
|
+
}, {
|
|
69
|
+
onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterClear"]>;
|
|
70
|
+
onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterRemove"]>;
|
|
71
|
+
}>;
|
|
72
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-pagination />` directly. */
|
|
73
|
+
export declare const ArcgisPortalBrowserPagination: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-pagination/customElement').ArcgisPortalBrowserPagination & {
|
|
74
|
+
class?: string;
|
|
75
|
+
}, {
|
|
76
|
+
onArcgisBrowserPage: EventName<HTMLArcgisPortalBrowserPaginationElement["arcgisBrowserPage"]>;
|
|
77
|
+
}>;
|
|
78
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-search />` directly. */
|
|
79
|
+
export declare const ArcgisPortalBrowserSearch: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-search/customElement').ArcgisPortalBrowserSearch & {
|
|
80
|
+
class?: string;
|
|
81
|
+
}, {
|
|
82
|
+
onArcgisBrowserSearch: EventName<HTMLArcgisPortalBrowserSearchElement["arcgisBrowserSearch"]>;
|
|
83
|
+
onArcgisBrowserSearchInput: EventName<HTMLArcgisPortalBrowserSearchElement["arcgisBrowserSearchInput"]>;
|
|
84
|
+
}>;
|
|
85
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-sort />` directly. */
|
|
86
|
+
export declare const ArcgisPortalBrowserSort: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-sort/customElement').ArcgisPortalBrowserSort & {
|
|
87
|
+
class?: string;
|
|
88
|
+
}, {
|
|
89
|
+
onArcgisBrowserSortFieldChange: EventName<HTMLArcgisPortalBrowserSortElement["arcgisBrowserSortFieldChange"]>;
|
|
90
|
+
onArcgisBrowserSortOrderChange: EventName<HTMLArcgisPortalBrowserSortElement["arcgisBrowserSortOrderChange"]>;
|
|
91
|
+
}>;
|
|
92
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-top-bar />` directly. */
|
|
93
|
+
export declare const ArcgisPortalBrowserTopBar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-top-bar/customElement').ArcgisPortalBrowserTopBar & {
|
|
94
|
+
class?: string;
|
|
95
|
+
}, {
|
|
96
|
+
onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserTopBarElement["arcgisBrowserFilterClear"]>;
|
|
97
|
+
onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserTopBarElement["arcgisBrowserFilterRemove"]>;
|
|
98
|
+
}>;
|
|
99
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-view />` directly. */
|
|
100
|
+
export declare const ArcgisPortalBrowserView: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-view/customElement').ArcgisPortalBrowserView & {
|
|
101
|
+
class?: string;
|
|
102
|
+
}, {
|
|
103
|
+
onArcgisBrowserViewChange: EventName<HTMLArcgisPortalBrowserViewElement["arcgisBrowserViewChange"]>;
|
|
104
|
+
}>;
|
|
16
105
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
|
|
17
106
|
export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
|
|
18
107
|
class?: string;
|
|
@@ -54,6 +143,41 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
|
|
|
54
143
|
export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
|
|
55
144
|
class?: string;
|
|
56
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
|
+
onArcgisGroupBrowserSearchParamsUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSearchParamsUpdate"]>;
|
|
155
|
+
onArcgisGroupBrowserSelect: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSelect"]>;
|
|
156
|
+
onArcgisGroupBrowserSublayerPreview: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserSublayerPreview"]>;
|
|
157
|
+
onArcgisGroupBrowserUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserUpdate"]>;
|
|
158
|
+
onArcgisGroupBrowserUserFilterChange: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserUserFilterChange"]>;
|
|
159
|
+
}>;
|
|
160
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser-card />` directly. */
|
|
161
|
+
export declare const ArcgisPortalGroupBrowserCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-card/customElement').ArcgisPortalGroupBrowserCard & {
|
|
162
|
+
class?: string;
|
|
163
|
+
}, {
|
|
164
|
+
onArcgisGroupBrowserCardPreview: EventName<HTMLArcgisPortalGroupBrowserCardElement["arcgisGroupBrowserCardPreview"]>;
|
|
165
|
+
onArcgisGroupCardSelect: EventName<HTMLArcgisPortalGroupBrowserCardElement["arcgisGroupCardSelect"]>;
|
|
166
|
+
}>;
|
|
167
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser-preview />` directly. */
|
|
168
|
+
export declare const ArcgisPortalGroupBrowserPreview: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-preview/customElement').ArcgisPortalGroupBrowserPreview & {
|
|
169
|
+
class?: string;
|
|
170
|
+
}, {
|
|
171
|
+
onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisGroupBrowserInternalUIAction"]>;
|
|
172
|
+
onArcgisGroupBrowserPreviewClose: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisGroupBrowserPreviewClose"]>;
|
|
173
|
+
}>;
|
|
174
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser-preview-card />` directly. */
|
|
175
|
+
export declare const ArcgisPortalGroupBrowserPreviewCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-preview-card/customElement').ArcgisPortalGroupBrowserPreviewCard & {
|
|
176
|
+
class?: string;
|
|
177
|
+
}, {
|
|
178
|
+
onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserPreviewCardElement["arcgisGroupBrowserInternalUIAction"]>;
|
|
179
|
+
onArcgisGroupBrowserPreviewCardSelect: EventName<HTMLArcgisPortalGroupBrowserPreviewCardElement["arcgisGroupBrowserPreviewCardSelect"]>;
|
|
180
|
+
}>;
|
|
57
181
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
|
|
58
182
|
export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
|
|
59
183
|
class?: string;
|
|
@@ -66,6 +190,42 @@ export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebCompone
|
|
|
66
190
|
export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
|
|
67
191
|
class?: string;
|
|
68
192
|
}, {}>;
|
|
193
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-info-banner />` directly. */
|
|
194
|
+
export declare const ArcgisPortalInfoBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-info-banner/customElement').ArcgisPortalInfoBanner & {
|
|
195
|
+
class?: string;
|
|
196
|
+
}, {}>;
|
|
197
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-actions />` directly. */
|
|
198
|
+
export declare const ArcgisPortalItemActions: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-actions/customElement').ArcgisPortalItemActions & {
|
|
199
|
+
class?: string;
|
|
200
|
+
}, {
|
|
201
|
+
onArcgisItemActionClick: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemActionClick"]>;
|
|
202
|
+
onArcgisItemActions: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemActions"]>;
|
|
203
|
+
onArcgisItemActionsOpen: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemActionsOpen"]>;
|
|
204
|
+
onArcgisItemFavoriteUpdate: EventName<HTMLArcgisPortalItemActionsElement["arcgisItemFavoriteUpdate"]>;
|
|
205
|
+
}>;
|
|
206
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-badges />` directly. */
|
|
207
|
+
export declare const ArcgisPortalItemBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-badges/customElement').ArcgisPortalItemBadges & {
|
|
208
|
+
class?: string;
|
|
209
|
+
}, {}>;
|
|
210
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-badge />` directly. */
|
|
211
|
+
export declare const ArcgisPortalItemBadge: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-badge/customElement').ArcgisPortalItemBadge & {
|
|
212
|
+
class?: string;
|
|
213
|
+
}, {}>;
|
|
214
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-card />` directly. */
|
|
215
|
+
export declare const ArcgisPortalItemCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-card/customElement').ArcgisPortalItemCard & {
|
|
216
|
+
class?: string;
|
|
217
|
+
}, {
|
|
218
|
+
onArcgisItemBrowserCardPreview: EventName<HTMLArcgisPortalItemCardElement["arcgisItemBrowserCardPreview"]>;
|
|
219
|
+
onArcgisItemCardActionsOpen: EventName<HTMLArcgisPortalItemCardElement["arcgisItemCardActionsOpen"]>;
|
|
220
|
+
onArcgisItemCardInternalUIAction: EventName<HTMLArcgisPortalItemCardElement["arcgisItemCardInternalUIAction"]>;
|
|
221
|
+
onArcgisItemCardSelect: EventName<HTMLArcgisPortalItemCardElement["arcgisItemCardSelect"]>;
|
|
222
|
+
}>;
|
|
223
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-favorite />` directly. */
|
|
224
|
+
export declare const ArcgisPortalItemFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-favorite/customElement').ArcgisPortalItemFavorite & {
|
|
225
|
+
class?: string;
|
|
226
|
+
}, {
|
|
227
|
+
onArcgisItemFavoriteUpdate: EventName<HTMLArcgisPortalItemFavoriteElement["arcgisItemFavoriteUpdate"]>;
|
|
228
|
+
}>;
|
|
69
229
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
|
|
70
230
|
export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
|
|
71
231
|
class?: string;
|
|
@@ -80,12 +240,25 @@ export declare const ArcgisPortalMentionableTextArea: import('@lit/react').React
|
|
|
80
240
|
onArcgisUserMentionableTextAreaChange: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaChange"]>;
|
|
81
241
|
onArcgisUserMentionableTextAreaKeyDown: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaKeyDown"]>;
|
|
82
242
|
}>;
|
|
243
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-navigation />` directly. */
|
|
244
|
+
export declare const ArcgisPortalNavigation: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-navigation/customElement').ArcGISPortalNavigation & {
|
|
245
|
+
class?: string;
|
|
246
|
+
}, {
|
|
247
|
+
onArcgisNavigate: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigate"]>;
|
|
248
|
+
onArcgisNavigationProjectMenuClick: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigationProjectMenuClick"]>;
|
|
249
|
+
onArcgisNavigationSignIn: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigationSignIn"]>;
|
|
250
|
+
onArcgisNavigationSignOut: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigationSignOut"]>;
|
|
251
|
+
}>;
|
|
83
252
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-replacement-item-redirect />` directly. */
|
|
84
253
|
export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
|
|
85
254
|
class?: string;
|
|
86
255
|
}, {
|
|
87
256
|
onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
|
|
88
257
|
}>;
|
|
258
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-sublayer-type />` directly. */
|
|
259
|
+
export declare const ArcgisPortalSublayerType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-sublayer-type/customElement').ArcgisPortalSublayerType & {
|
|
260
|
+
class?: string;
|
|
261
|
+
}, {}>;
|
|
89
262
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-avatar />` directly. */
|
|
90
263
|
export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
|
|
91
264
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,55 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "react";
|
|
2
2
|
import { createComponent as i } from "@lit/react";
|
|
3
3
|
import { getReactWrapperOptions as r, makeReactWrapperFactory as a } from "@arcgis/lumina";
|
|
4
|
-
const e = /* @__PURE__ */ a(
|
|
4
|
+
const e = /* @__PURE__ */ a(o, i), n = /* @__PURE__ */ e(
|
|
5
|
+
r(
|
|
6
|
+
"arcgis-portal-account-switcher",
|
|
7
|
+
{
|
|
8
|
+
onArcgisAccountSwitch: "arcgisAccountSwitch",
|
|
9
|
+
onArcgisClose: "arcgisClose",
|
|
10
|
+
onArcgisSignoutComplete: "arcgisSignoutComplete"
|
|
11
|
+
}
|
|
12
|
+
)
|
|
13
|
+
), g = /* @__PURE__ */ e(
|
|
14
|
+
r(
|
|
15
|
+
"arcgis-portal-account-switcher-accounts",
|
|
16
|
+
{
|
|
17
|
+
onArcgisCloseDialog: "arcgisCloseDialog",
|
|
18
|
+
onArcgisLinkAll: "arcgisLinkAll"
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
), l = /* @__PURE__ */ e(
|
|
22
|
+
r(
|
|
23
|
+
"arcgis-portal-account-switcher-list",
|
|
24
|
+
{
|
|
25
|
+
onArcgisAccountSwitch: "arcgisAccountSwitch",
|
|
26
|
+
onArcgisAccountUnlink: "arcgisAccountUnlink"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
), A = /* @__PURE__ */ e(
|
|
30
|
+
r(
|
|
31
|
+
"arcgis-portal-account-switcher-signout",
|
|
32
|
+
{
|
|
33
|
+
onArcgisCloseDialog: "arcgisCloseDialog",
|
|
34
|
+
onArcgisSignOutAll: "arcgisSignOutAll",
|
|
35
|
+
onArcgisSwitchAccount: "arcgisSwitchAccount"
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
), p = /* @__PURE__ */ e(
|
|
39
|
+
r(
|
|
40
|
+
"arcgis-portal-add-gps-metadata",
|
|
41
|
+
{
|
|
42
|
+
onArcgisGPSMetadataFieldsAdded: "arcgisGPSMetadataFieldsAdded"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
), w = /* @__PURE__ */ e(
|
|
5
46
|
r(
|
|
6
47
|
"arcgis-portal-ai-assistant",
|
|
7
48
|
{
|
|
8
49
|
onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
|
|
9
50
|
}
|
|
10
51
|
)
|
|
11
|
-
),
|
|
52
|
+
), u = /* @__PURE__ */ e(
|
|
12
53
|
r(
|
|
13
54
|
"arcgis-portal-ai-assistant-interrupt",
|
|
14
55
|
{
|
|
@@ -16,31 +57,92 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
16
57
|
onArcgisSubmit: "arcgisSubmit"
|
|
17
58
|
}
|
|
18
59
|
)
|
|
19
|
-
),
|
|
60
|
+
), P = /* @__PURE__ */ e(
|
|
61
|
+
r(
|
|
62
|
+
"arcgis-portal-browser",
|
|
63
|
+
{
|
|
64
|
+
onArcgisAriaUpdate: "arcgisAriaUpdate",
|
|
65
|
+
onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
|
|
66
|
+
onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove",
|
|
67
|
+
onAriaUpdate: "ariaUpdate"
|
|
68
|
+
}
|
|
69
|
+
)
|
|
70
|
+
), d = /* @__PURE__ */ e(
|
|
71
|
+
r(
|
|
72
|
+
"arcgis-portal-browser-actions",
|
|
73
|
+
{}
|
|
74
|
+
)
|
|
75
|
+
), B = /* @__PURE__ */ e(
|
|
76
|
+
r(
|
|
77
|
+
"arcgis-portal-browser-filter-status",
|
|
78
|
+
{
|
|
79
|
+
onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
|
|
80
|
+
onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
), C = /* @__PURE__ */ e(
|
|
84
|
+
r(
|
|
85
|
+
"arcgis-portal-browser-pagination",
|
|
86
|
+
{
|
|
87
|
+
onArcgisBrowserPage: "arcgisBrowserPage"
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
), I = /* @__PURE__ */ e(
|
|
91
|
+
r(
|
|
92
|
+
"arcgis-portal-browser-search",
|
|
93
|
+
{
|
|
94
|
+
onArcgisBrowserSearch: "arcgisBrowserSearch",
|
|
95
|
+
onArcgisBrowserSearchInput: "arcgisBrowserSearchInput"
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
), m = /* @__PURE__ */ e(
|
|
99
|
+
r(
|
|
100
|
+
"arcgis-portal-browser-sort",
|
|
101
|
+
{
|
|
102
|
+
onArcgisBrowserSortFieldChange: "arcgisBrowserSortFieldChange",
|
|
103
|
+
onArcgisBrowserSortOrderChange: "arcgisBrowserSortOrderChange"
|
|
104
|
+
}
|
|
105
|
+
)
|
|
106
|
+
), S = /* @__PURE__ */ e(
|
|
107
|
+
r(
|
|
108
|
+
"arcgis-portal-browser-top-bar",
|
|
109
|
+
{
|
|
110
|
+
onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
|
|
111
|
+
onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
|
|
112
|
+
}
|
|
113
|
+
)
|
|
114
|
+
), v = /* @__PURE__ */ e(
|
|
115
|
+
r(
|
|
116
|
+
"arcgis-portal-browser-view",
|
|
117
|
+
{
|
|
118
|
+
onArcgisBrowserViewChange: "arcgisBrowserViewChange"
|
|
119
|
+
}
|
|
120
|
+
)
|
|
121
|
+
), h = /* @__PURE__ */ e(
|
|
20
122
|
r(
|
|
21
123
|
"arcgis-portal-classification-banner",
|
|
22
124
|
{}
|
|
23
125
|
)
|
|
24
|
-
),
|
|
126
|
+
), G = /* @__PURE__ */ e(
|
|
25
127
|
r(
|
|
26
128
|
"arcgis-portal-classification-config",
|
|
27
129
|
{
|
|
28
130
|
onArcgisPropertyChange: "arcgisPropertyChange"
|
|
29
131
|
}
|
|
30
132
|
)
|
|
31
|
-
),
|
|
133
|
+
), b = /* @__PURE__ */ e(
|
|
32
134
|
r(
|
|
33
135
|
"arcgis-portal-classification-favorite",
|
|
34
136
|
{}
|
|
35
137
|
)
|
|
36
|
-
),
|
|
138
|
+
), U = /* @__PURE__ */ e(
|
|
37
139
|
r(
|
|
38
140
|
"arcgis-portal-classification-form-element",
|
|
39
141
|
{
|
|
40
142
|
onArcgisAttributeValueChange: "arcgisAttributeValueChange"
|
|
41
143
|
}
|
|
42
144
|
)
|
|
43
|
-
),
|
|
145
|
+
), F = /* @__PURE__ */ e(
|
|
44
146
|
r(
|
|
45
147
|
"arcgis-portal-extent-picker",
|
|
46
148
|
{
|
|
@@ -49,7 +151,7 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
49
151
|
onArcgisExtentPickerSave: "arcgisExtentPickerSave"
|
|
50
152
|
}
|
|
51
153
|
)
|
|
52
|
-
),
|
|
154
|
+
), f = /* @__PURE__ */ e(
|
|
53
155
|
r(
|
|
54
156
|
"arcgis-portal-field-delete",
|
|
55
157
|
{
|
|
@@ -59,12 +161,51 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
59
161
|
onArcgisFieldsDeleted: "arcgisFieldsDeleted"
|
|
60
162
|
}
|
|
61
163
|
)
|
|
62
|
-
),
|
|
164
|
+
), x = /* @__PURE__ */ e(
|
|
63
165
|
r(
|
|
64
166
|
"arcgis-portal-group-badges",
|
|
65
167
|
{}
|
|
66
168
|
)
|
|
67
|
-
),
|
|
169
|
+
), M = /* @__PURE__ */ e(
|
|
170
|
+
r(
|
|
171
|
+
"arcgis-portal-group-browser",
|
|
172
|
+
{
|
|
173
|
+
onArcgisAriaUpdate: "arcgisAriaUpdate",
|
|
174
|
+
onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
|
|
175
|
+
onArcgisGroupBrowserLoading: "arcgisGroupBrowserLoading",
|
|
176
|
+
onArcgisGroupBrowserPreview: "arcgisGroupBrowserPreview",
|
|
177
|
+
onArcgisGroupBrowserSearchParamsUpdate: "arcgisGroupBrowserSearchParamsUpdate",
|
|
178
|
+
onArcgisGroupBrowserSelect: "arcgisGroupBrowserSelect",
|
|
179
|
+
onArcgisGroupBrowserSublayerPreview: "arcgisGroupBrowserSublayerPreview",
|
|
180
|
+
onArcgisGroupBrowserUpdate: "arcgisGroupBrowserUpdate",
|
|
181
|
+
onArcgisGroupBrowserUserFilterChange: "arcgisGroupBrowserUserFilterChange"
|
|
182
|
+
}
|
|
183
|
+
)
|
|
184
|
+
), k = /* @__PURE__ */ e(
|
|
185
|
+
r(
|
|
186
|
+
"arcgis-portal-group-browser-card",
|
|
187
|
+
{
|
|
188
|
+
onArcgisGroupBrowserCardPreview: "arcgisGroupBrowserCardPreview",
|
|
189
|
+
onArcgisGroupCardSelect: "arcgisGroupCardSelect"
|
|
190
|
+
}
|
|
191
|
+
)
|
|
192
|
+
), T = /* @__PURE__ */ e(
|
|
193
|
+
r(
|
|
194
|
+
"arcgis-portal-group-browser-preview",
|
|
195
|
+
{
|
|
196
|
+
onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
|
|
197
|
+
onArcgisGroupBrowserPreviewClose: "arcgisGroupBrowserPreviewClose"
|
|
198
|
+
}
|
|
199
|
+
)
|
|
200
|
+
), V = /* @__PURE__ */ e(
|
|
201
|
+
r(
|
|
202
|
+
"arcgis-portal-group-browser-preview-card",
|
|
203
|
+
{
|
|
204
|
+
onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
|
|
205
|
+
onArcgisGroupBrowserPreviewCardSelect: "arcgisGroupBrowserPreviewCardSelect"
|
|
206
|
+
}
|
|
207
|
+
)
|
|
208
|
+
), y = /* @__PURE__ */ e(
|
|
68
209
|
r(
|
|
69
210
|
"arcgis-portal-group-card",
|
|
70
211
|
{
|
|
@@ -73,17 +214,59 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
73
214
|
onArcgisGroupCardSelect: "arcgisGroupCardSelect"
|
|
74
215
|
}
|
|
75
216
|
)
|
|
76
|
-
),
|
|
217
|
+
), R = /* @__PURE__ */ e(
|
|
77
218
|
r(
|
|
78
219
|
"arcgis-portal-group-thumbnail",
|
|
79
220
|
{}
|
|
80
221
|
)
|
|
81
|
-
),
|
|
222
|
+
), D = /* @__PURE__ */ e(
|
|
223
|
+
r(
|
|
224
|
+
"arcgis-portal-info-banner",
|
|
225
|
+
{}
|
|
226
|
+
)
|
|
227
|
+
), N = /* @__PURE__ */ e(
|
|
228
|
+
r(
|
|
229
|
+
"arcgis-portal-item-actions",
|
|
230
|
+
{
|
|
231
|
+
onArcgisItemActionClick: "arcgisItemActionClick",
|
|
232
|
+
onArcgisItemActions: "arcgisItemActions",
|
|
233
|
+
onArcgisItemActionsOpen: "arcgisItemActionsOpen",
|
|
234
|
+
onArcgisItemFavoriteUpdate: "arcgisItemFavoriteUpdate"
|
|
235
|
+
}
|
|
236
|
+
)
|
|
237
|
+
), O = /* @__PURE__ */ e(
|
|
238
|
+
r(
|
|
239
|
+
"arcgis-portal-item-badges",
|
|
240
|
+
{}
|
|
241
|
+
)
|
|
242
|
+
), E = /* @__PURE__ */ e(
|
|
243
|
+
r(
|
|
244
|
+
"arcgis-portal-item-badge",
|
|
245
|
+
{}
|
|
246
|
+
)
|
|
247
|
+
), L = /* @__PURE__ */ e(
|
|
248
|
+
r(
|
|
249
|
+
"arcgis-portal-item-card",
|
|
250
|
+
{
|
|
251
|
+
onArcgisItemBrowserCardPreview: "arcgisItemBrowserCardPreview",
|
|
252
|
+
onArcgisItemCardActionsOpen: "arcgisItemCardActionsOpen",
|
|
253
|
+
onArcgisItemCardInternalUIAction: "arcgisItemCardInternalUIAction",
|
|
254
|
+
onArcgisItemCardSelect: "arcgisItemCardSelect"
|
|
255
|
+
}
|
|
256
|
+
)
|
|
257
|
+
), K = /* @__PURE__ */ e(
|
|
258
|
+
r(
|
|
259
|
+
"arcgis-portal-item-favorite",
|
|
260
|
+
{
|
|
261
|
+
onArcgisItemFavoriteUpdate: "arcgisItemFavoriteUpdate"
|
|
262
|
+
}
|
|
263
|
+
)
|
|
264
|
+
), W = /* @__PURE__ */ e(
|
|
82
265
|
r(
|
|
83
266
|
"arcgis-portal-item-type",
|
|
84
267
|
{}
|
|
85
268
|
)
|
|
86
|
-
),
|
|
269
|
+
), j = /* @__PURE__ */ e(
|
|
87
270
|
r(
|
|
88
271
|
"arcgis-portal-mentionable-text-area",
|
|
89
272
|
{
|
|
@@ -94,19 +277,34 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
94
277
|
onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
|
|
95
278
|
}
|
|
96
279
|
)
|
|
97
|
-
),
|
|
280
|
+
), q = /* @__PURE__ */ e(
|
|
281
|
+
r(
|
|
282
|
+
"arcgis-portal-navigation",
|
|
283
|
+
{
|
|
284
|
+
onArcgisNavigate: "arcgisNavigate",
|
|
285
|
+
onArcgisNavigationProjectMenuClick: "arcgisNavigationProjectMenuClick",
|
|
286
|
+
onArcgisNavigationSignIn: "arcgisNavigationSignIn",
|
|
287
|
+
onArcgisNavigationSignOut: "arcgisNavigationSignOut"
|
|
288
|
+
}
|
|
289
|
+
)
|
|
290
|
+
), z = /* @__PURE__ */ e(
|
|
98
291
|
r(
|
|
99
292
|
"arcgis-portal-replacement-item-redirect",
|
|
100
293
|
{
|
|
101
294
|
onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
|
|
102
295
|
}
|
|
103
296
|
)
|
|
104
|
-
),
|
|
297
|
+
), H = /* @__PURE__ */ e(
|
|
298
|
+
r(
|
|
299
|
+
"arcgis-portal-sublayer-type",
|
|
300
|
+
{}
|
|
301
|
+
)
|
|
302
|
+
), J = /* @__PURE__ */ e(
|
|
105
303
|
r(
|
|
106
304
|
"arcgis-portal-user-avatar",
|
|
107
305
|
{}
|
|
108
306
|
)
|
|
109
|
-
),
|
|
307
|
+
), Q = /* @__PURE__ */ e(
|
|
110
308
|
r(
|
|
111
309
|
"arcgis-portal-user-popup",
|
|
112
310
|
{
|
|
@@ -114,7 +312,7 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
114
312
|
onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
|
|
115
313
|
}
|
|
116
314
|
)
|
|
117
|
-
),
|
|
315
|
+
), X = /* @__PURE__ */ e(
|
|
118
316
|
r(
|
|
119
317
|
"arcgis-portal-voice-input",
|
|
120
318
|
{
|
|
@@ -127,21 +325,46 @@ const e = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ e(
|
|
|
127
325
|
)
|
|
128
326
|
);
|
|
129
327
|
export {
|
|
130
|
-
n as
|
|
131
|
-
g as
|
|
132
|
-
l as
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
328
|
+
n as ArcgisPortalAccountSwitcher,
|
|
329
|
+
g as ArcgisPortalAccountSwitcherAccounts,
|
|
330
|
+
l as ArcgisPortalAccountSwitcherList,
|
|
331
|
+
A as ArcgisPortalAccountSwitcherSignout,
|
|
332
|
+
p as ArcgisPortalAddGpsMetadata,
|
|
333
|
+
w as ArcgisPortalAiAssistant,
|
|
334
|
+
u as ArcgisPortalAiAssistantInterrupt,
|
|
335
|
+
P as ArcgisPortalBrowser,
|
|
336
|
+
d as ArcgisPortalBrowserActions,
|
|
337
|
+
B as ArcgisPortalBrowserFilterStatus,
|
|
338
|
+
C as ArcgisPortalBrowserPagination,
|
|
339
|
+
I as ArcgisPortalBrowserSearch,
|
|
340
|
+
m as ArcgisPortalBrowserSort,
|
|
341
|
+
S as ArcgisPortalBrowserTopBar,
|
|
342
|
+
v as ArcgisPortalBrowserView,
|
|
343
|
+
h as ArcgisPortalClassificationBanner,
|
|
344
|
+
G as ArcgisPortalClassificationConfig,
|
|
345
|
+
b as ArcgisPortalClassificationFavorite,
|
|
346
|
+
U as ArcgisPortalClassificationFormElement,
|
|
347
|
+
F as ArcgisPortalExtentPicker,
|
|
348
|
+
f as ArcgisPortalFieldDelete,
|
|
349
|
+
x as ArcgisPortalGroupBadges,
|
|
350
|
+
M as ArcgisPortalGroupBrowser,
|
|
351
|
+
k as ArcgisPortalGroupBrowserCard,
|
|
352
|
+
T as ArcgisPortalGroupBrowserPreview,
|
|
353
|
+
V as ArcgisPortalGroupBrowserPreviewCard,
|
|
354
|
+
y as ArcgisPortalGroupCard,
|
|
355
|
+
R as ArcgisPortalGroupThumbnail,
|
|
356
|
+
D as ArcgisPortalInfoBanner,
|
|
357
|
+
N as ArcgisPortalItemActions,
|
|
358
|
+
E as ArcgisPortalItemBadge,
|
|
359
|
+
O as ArcgisPortalItemBadges,
|
|
360
|
+
L as ArcgisPortalItemCard,
|
|
361
|
+
K as ArcgisPortalItemFavorite,
|
|
362
|
+
W as ArcgisPortalItemType,
|
|
363
|
+
j as ArcgisPortalMentionableTextArea,
|
|
364
|
+
q as ArcgisPortalNavigation,
|
|
365
|
+
z as ArcgisPortalReplacementItemRedirect,
|
|
366
|
+
H as ArcgisPortalSublayerType,
|
|
367
|
+
J as ArcgisPortalUserAvatar,
|
|
368
|
+
Q as ArcgisPortalUserPopup,
|
|
369
|
+
X as ArcgisPortalVoiceInput
|
|
147
370
|
};
|
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.120",
|
|
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.120",
|
|
33
|
+
"@arcgis/portal-components": "5.2.0-next.120",
|
|
32
34
|
"@lit/react": "^1.0.8",
|
|
33
35
|
"lit": "^3.3.0",
|
|
34
|
-
"tslib": "^2.8.1"
|
|
35
|
-
"@arcgis/lumina": "5.2.0-next.12",
|
|
36
|
-
"@arcgis/portal-components": "5.2.0-next.12"
|
|
36
|
+
"tslib": "^2.8.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@arcgis/core": "
|
|
39
|
+
"@arcgis/core": "5.2.0-next.120",
|
|
40
40
|
"react": ">=18.0.0 <20.0.0"
|
|
41
41
|
}
|
|
42
42
|
}
|