@arcgis/portal-components-react 5.2.0-next.1 → 5.2.0-next.100

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