@arcgis/portal-components-react 5.2.0-next.6 → 5.2.0-next.61

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/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,129 @@
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-ai-assistant />` directly. */
4
25
  export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
5
26
  class?: string;
6
27
  }, {
7
28
  onArcgisPortalNavigationRequest: EventName<HTMLArcgisPortalAiAssistantElement["arcgisPortalNavigationRequest"]>;
8
29
  }>;
9
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant-interrupt /> directly. */
30
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant-interrupt />` directly. */
10
31
  export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant-interrupt/customElement').ArcgisPortalAiAssistantInterrupt & {
11
32
  class?: string;
12
33
  }, {
13
34
  onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
14
35
  onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
15
36
  }>;
16
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-banner /> directly. */
37
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser />` directly. */
38
+ export declare const ArcgisPortalBrowser: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser/customElement').ArcgisPortalBrowser & {
39
+ class?: string;
40
+ }, {
41
+ onArcgisAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["arcgisAriaUpdate"]>;
42
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserElement["arcgisBrowserFilterClear"]>;
43
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserElement["arcgisBrowserFilterRemove"]>;
44
+ onAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["ariaUpdate"]>;
45
+ }>;
46
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-actions />` directly. */
47
+ export declare const ArcgisPortalBrowserActions: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-actions/customElement').ArcgisPortalBrowserActions & {
48
+ class?: string;
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
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter-status />` directly. */
63
+ export declare const ArcgisPortalBrowserFilterStatus: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter-status/customElement').ArcgisPortalBrowserFilterStatus & {
64
+ class?: string;
65
+ }, {
66
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterClear"]>;
67
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterRemove"]>;
68
+ }>;
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
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-pagination />` directly. */
74
+ export declare const ArcgisPortalBrowserPagination: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-pagination/customElement').ArcgisPortalBrowserPagination & {
75
+ class?: string;
76
+ }, {
77
+ onArcgisBrowserPage: EventName<HTMLArcgisPortalBrowserPaginationElement["arcgisBrowserPage"]>;
78
+ }>;
79
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-search />` directly. */
80
+ export declare const ArcgisPortalBrowserSearch: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-search/customElement').ArcgisPortalBrowserSearch & {
81
+ class?: string;
82
+ }, {
83
+ onArcgisBrowserSearch: EventName<HTMLArcgisPortalBrowserSearchElement["arcgisBrowserSearch"]>;
84
+ onArcgisBrowserSearchInput: EventName<HTMLArcgisPortalBrowserSearchElement["arcgisBrowserSearchInput"]>;
85
+ }>;
86
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-sort />` directly. */
87
+ export declare const ArcgisPortalBrowserSort: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-sort/customElement').ArcgisPortalBrowserSort & {
88
+ class?: string;
89
+ }, {
90
+ onArcgisBrowserSortFieldChange: EventName<HTMLArcgisPortalBrowserSortElement["arcgisBrowserSortFieldChange"]>;
91
+ onArcgisBrowserSortOrderChange: EventName<HTMLArcgisPortalBrowserSortElement["arcgisBrowserSortOrderChange"]>;
92
+ }>;
93
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-top-bar />` directly. */
94
+ export declare const ArcgisPortalBrowserTopBar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-top-bar/customElement').ArcgisPortalBrowserTopBar & {
95
+ class?: string;
96
+ }, {
97
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserTopBarElement["arcgisBrowserFilterClear"]>;
98
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserTopBarElement["arcgisBrowserFilterRemove"]>;
99
+ }>;
100
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-view />` directly. */
101
+ export declare const ArcgisPortalBrowserView: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-view/customElement').ArcgisPortalBrowserView & {
102
+ class?: string;
103
+ }, {
104
+ onArcgisBrowserViewChange: EventName<HTMLArcgisPortalBrowserViewElement["arcgisBrowserViewChange"]>;
105
+ }>;
106
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
17
107
  export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
18
108
  class?: string;
19
109
  }, {}>;
20
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-config /> directly. */
110
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-config />` directly. */
21
111
  export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-config/customElement').ArcgisPortalClassificationConfig & {
22
112
  class?: string;
23
113
  }, {
24
114
  onArcgisPropertyChange: EventName<HTMLArcgisPortalClassificationConfigElement["arcgisPropertyChange"]>;
25
115
  }>;
26
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-favorite /> directly. */
116
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-favorite />` directly. */
27
117
  export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-favorite/customElement').ArcgisPortalClassificationFavorite & {
28
118
  class?: string;
29
119
  }, {}>;
30
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-form-element /> directly. */
120
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-form-element />` directly. */
31
121
  export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-form-element/customElement').ArcgisPortalClassificationFormElement & {
32
122
  class?: string;
33
123
  }, {
34
124
  onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
35
125
  }>;
36
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-extent-picker /> directly. */
126
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-extent-picker />` directly. */
37
127
  export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-extent-picker/customElement').ArcgisPortalExtentPicker & {
38
128
  class?: string;
39
129
  }, {
@@ -41,7 +131,7 @@ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComp
41
131
  onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
42
132
  onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
43
133
  }>;
44
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-field-delete /> directly. */
134
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-field-delete />` directly. */
45
135
  export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-field-delete/customElement').ArcgisPortalFieldDelete & {
46
136
  class?: string;
47
137
  }, {
@@ -50,11 +140,59 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
50
140
  onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
51
141
  onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
52
142
  }>;
53
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-item-type /> directly. */
143
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-badges />` directly. */
144
+ export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
145
+ class?: string;
146
+ }, {}>;
147
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser />` directly. */
148
+ export declare const ArcgisPortalGroupBrowser: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser/customElement').ArcgisPortalGroupBrowser & {
149
+ class?: string;
150
+ }, {
151
+ onArcgisAriaUpdate: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisAriaUpdate"]>;
152
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserInternalUIAction"]>;
153
+ onArcgisGroupBrowserLoading: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserLoading"]>;
154
+ onArcgisGroupBrowserPreview: EventName<HTMLArcgisPortalGroupBrowserElement["arcgisGroupBrowserPreview"]>;
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-preview />` directly. */
161
+ export declare const ArcgisPortalGroupBrowserPreview: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-preview/customElement').ArcgisPortalGroupBrowserPreview & {
162
+ class?: string;
163
+ }, {
164
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisGroupBrowserInternalUIAction"]>;
165
+ onArcgisGroupBrowserPreviewClose: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisGroupBrowserPreviewClose"]>;
166
+ onArcgisPreviewClose: EventName<HTMLArcgisPortalGroupBrowserPreviewElement["arcgisPreviewClose"]>;
167
+ }>;
168
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-browser-preview-card />` directly. */
169
+ export declare const ArcgisPortalGroupBrowserPreviewCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-browser-preview-card/customElement').ArcgisPortalGroupBrowserPreviewCard & {
170
+ class?: string;
171
+ }, {
172
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupBrowserPreviewCardElement["arcgisGroupBrowserInternalUIAction"]>;
173
+ onArcgisGroupBrowserPreviewCardSelect: EventName<HTMLArcgisPortalGroupBrowserPreviewCardElement["arcgisGroupBrowserPreviewCardSelect"]>;
174
+ }>;
175
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
176
+ export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
177
+ class?: string;
178
+ }, {
179
+ onArcgisGroupBrowserCardPreview: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserCardPreview"]>;
180
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserInternalUIAction"]>;
181
+ onArcgisGroupCardSelect: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupCardSelect"]>;
182
+ }>;
183
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-thumbnail />` directly. */
184
+ export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
185
+ class?: string;
186
+ }, {}>;
187
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-info-banner />` directly. */
188
+ export declare const ArcgisPortalInfoBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-info-banner/customElement').ArcgisPortalInfoBanner & {
189
+ class?: string;
190
+ }, {}>;
191
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
54
192
  export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
55
193
  class?: string;
56
194
  }, {}>;
57
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-mentionable-text-area /> directly. */
195
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-mentionable-text-area />` directly. */
58
196
  export declare const ArcgisPortalMentionableTextArea: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-mentionable-text-area/customElement').ArcgisPortalMentionableTextArea & {
59
197
  class?: string;
60
198
  }, {
@@ -64,24 +202,33 @@ export declare const ArcgisPortalMentionableTextArea: import('@lit/react').React
64
202
  onArcgisUserMentionableTextAreaChange: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaChange"]>;
65
203
  onArcgisUserMentionableTextAreaKeyDown: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaKeyDown"]>;
66
204
  }>;
67
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-replacement-item-redirect /> directly. */
205
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-navigation />` directly. */
206
+ export declare const ArcgisPortalNavigation: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-navigation/customElement').ArcGISPortalNavigation & {
207
+ class?: string;
208
+ }, {
209
+ onArcgisNavigate: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigate"]>;
210
+ onArcgisNavigationProjectMenuClick: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigationProjectMenuClick"]>;
211
+ onArcgisNavigationSignIn: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigationSignIn"]>;
212
+ onArcgisNavigationSignOut: EventName<HTMLArcgisPortalNavigationElement["arcgisNavigationSignOut"]>;
213
+ }>;
214
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-replacement-item-redirect />` directly. */
68
215
  export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
69
216
  class?: string;
70
217
  }, {
71
218
  onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
72
219
  }>;
73
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-user-avatar /> directly. */
220
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-avatar />` directly. */
74
221
  export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
75
222
  class?: string;
76
223
  }, {}>;
77
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-user-popup /> directly. */
224
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-popup />` directly. */
78
225
  export declare const ArcgisPortalUserPopup: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-popup/customElement').ArcgisPortalUserPopup & {
79
226
  class?: string;
80
227
  }, {
81
228
  onArcgisUserPopupClose: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupClose"]>;
82
229
  onArcgisUserPopupInternalUIAction: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupInternalUIAction"]>;
83
230
  }>;
84
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-voice-input /> directly. */
231
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-voice-input />` directly. */
85
232
  export declare const ArcgisPortalVoiceInput: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-voice-input/customElement').ArcgisPortalVoiceInput & {
86
233
  class?: string;
87
234
  }, {
package/dist/index.js CHANGED
@@ -1,47 +1,151 @@
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 s } from "@arcgis/lumina";
4
+ const e = /* @__PURE__ */ s(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(
6
30
  "arcgis-portal-ai-assistant",
7
31
  {
8
32
  onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
9
33
  }
10
34
  )
11
- ), g = /* @__PURE__ */ r(
12
- e(
35
+ ), p = /* @__PURE__ */ e(
36
+ r(
13
37
  "arcgis-portal-ai-assistant-interrupt",
14
38
  {
15
39
  onArcgisCancel: "arcgisCancel",
16
40
  onArcgisSubmit: "arcgisSubmit"
17
41
  }
18
42
  )
19
- ), l = /* @__PURE__ */ r(
20
- e(
43
+ ), w = /* @__PURE__ */ e(
44
+ r(
45
+ "arcgis-portal-browser",
46
+ {
47
+ onArcgisAriaUpdate: "arcgisAriaUpdate",
48
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
49
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove",
50
+ onAriaUpdate: "ariaUpdate"
51
+ }
52
+ )
53
+ ), u = /* @__PURE__ */ e(
54
+ r(
55
+ "arcgis-portal-browser-actions",
56
+ {}
57
+ )
58
+ ), B = /* @__PURE__ */ e(
59
+ r(
60
+ "arcgis-portal-browser-filter",
61
+ {
62
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
63
+ }
64
+ )
65
+ ), P = /* @__PURE__ */ e(
66
+ r(
67
+ "arcgis-portal-browser-filter-date",
68
+ {
69
+ onArcgisBrowserFilter: "arcgisBrowserFilter"
70
+ }
71
+ )
72
+ ), C = /* @__PURE__ */ e(
73
+ r(
74
+ "arcgis-portal-browser-filter-status",
75
+ {
76
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
77
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
78
+ }
79
+ )
80
+ ), I = /* @__PURE__ */ e(
81
+ r(
82
+ "arcgis-portal-browser-filters",
83
+ {}
84
+ )
85
+ ), v = /* @__PURE__ */ e(
86
+ r(
87
+ "arcgis-portal-browser-pagination",
88
+ {
89
+ onArcgisBrowserPage: "arcgisBrowserPage"
90
+ }
91
+ )
92
+ ), d = /* @__PURE__ */ e(
93
+ r(
94
+ "arcgis-portal-browser-search",
95
+ {
96
+ onArcgisBrowserSearch: "arcgisBrowserSearch",
97
+ onArcgisBrowserSearchInput: "arcgisBrowserSearchInput"
98
+ }
99
+ )
100
+ ), h = /* @__PURE__ */ e(
101
+ r(
102
+ "arcgis-portal-browser-sort",
103
+ {
104
+ onArcgisBrowserSortFieldChange: "arcgisBrowserSortFieldChange",
105
+ onArcgisBrowserSortOrderChange: "arcgisBrowserSortOrderChange"
106
+ }
107
+ )
108
+ ), S = /* @__PURE__ */ e(
109
+ r(
110
+ "arcgis-portal-browser-top-bar",
111
+ {
112
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
113
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
114
+ }
115
+ )
116
+ ), b = /* @__PURE__ */ e(
117
+ r(
118
+ "arcgis-portal-browser-view",
119
+ {
120
+ onArcgisBrowserViewChange: "arcgisBrowserViewChange"
121
+ }
122
+ )
123
+ ), m = /* @__PURE__ */ e(
124
+ r(
21
125
  "arcgis-portal-classification-banner",
22
126
  {}
23
127
  )
24
- ), p = /* @__PURE__ */ r(
25
- e(
128
+ ), G = /* @__PURE__ */ e(
129
+ r(
26
130
  "arcgis-portal-classification-config",
27
131
  {
28
132
  onArcgisPropertyChange: "arcgisPropertyChange"
29
133
  }
30
134
  )
31
- ), A = /* @__PURE__ */ r(
32
- e(
135
+ ), F = /* @__PURE__ */ e(
136
+ r(
33
137
  "arcgis-portal-classification-favorite",
34
138
  {}
35
139
  )
36
- ), P = /* @__PURE__ */ r(
37
- e(
140
+ ), U = /* @__PURE__ */ e(
141
+ r(
38
142
  "arcgis-portal-classification-form-element",
39
143
  {
40
144
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
41
145
  }
42
146
  )
43
- ), u = /* @__PURE__ */ r(
44
- e(
147
+ ), f = /* @__PURE__ */ e(
148
+ r(
45
149
  "arcgis-portal-extent-picker",
46
150
  {
47
151
  onArcgisExtentPickerChange: "arcgisExtentPickerChange",
@@ -49,8 +153,8 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
49
153
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
50
154
  }
51
155
  )
52
- ), C = /* @__PURE__ */ r(
53
- e(
156
+ ), x = /* @__PURE__ */ e(
157
+ r(
54
158
  "arcgis-portal-field-delete",
55
159
  {
56
160
  onArcgisBeforeDelete: "arcgisBeforeDelete",
@@ -59,13 +163,68 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
59
163
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
60
164
  }
61
165
  )
62
- ), m = /* @__PURE__ */ r(
63
- e(
166
+ ), R = /* @__PURE__ */ e(
167
+ r(
168
+ "arcgis-portal-group-badges",
169
+ {}
170
+ )
171
+ ), T = /* @__PURE__ */ e(
172
+ r(
173
+ "arcgis-portal-group-browser",
174
+ {
175
+ onArcgisAriaUpdate: "arcgisAriaUpdate",
176
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
177
+ onArcgisGroupBrowserLoading: "arcgisGroupBrowserLoading",
178
+ onArcgisGroupBrowserPreview: "arcgisGroupBrowserPreview",
179
+ onArcgisGroupBrowserSelect: "arcgisGroupBrowserSelect",
180
+ onArcgisGroupBrowserSublayerPreview: "arcgisGroupBrowserSublayerPreview",
181
+ onArcgisGroupBrowserUpdate: "arcgisGroupBrowserUpdate",
182
+ onArcgisGroupBrowserUserFilterChange: "arcgisGroupBrowserUserFilterChange"
183
+ }
184
+ )
185
+ ), V = /* @__PURE__ */ e(
186
+ r(
187
+ "arcgis-portal-group-browser-preview",
188
+ {
189
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
190
+ onArcgisGroupBrowserPreviewClose: "arcgisGroupBrowserPreviewClose",
191
+ onArcgisPreviewClose: "arcgisPreviewClose"
192
+ }
193
+ )
194
+ ), k = /* @__PURE__ */ e(
195
+ r(
196
+ "arcgis-portal-group-browser-preview-card",
197
+ {
198
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
199
+ onArcgisGroupBrowserPreviewCardSelect: "arcgisGroupBrowserPreviewCardSelect"
200
+ }
201
+ )
202
+ ), M = /* @__PURE__ */ e(
203
+ r(
204
+ "arcgis-portal-group-card",
205
+ {
206
+ onArcgisGroupBrowserCardPreview: "arcgisGroupBrowserCardPreview",
207
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
208
+ onArcgisGroupCardSelect: "arcgisGroupCardSelect"
209
+ }
210
+ )
211
+ ), D = /* @__PURE__ */ e(
212
+ r(
213
+ "arcgis-portal-group-thumbnail",
214
+ {}
215
+ )
216
+ ), y = /* @__PURE__ */ e(
217
+ r(
218
+ "arcgis-portal-info-banner",
219
+ {}
220
+ )
221
+ ), N = /* @__PURE__ */ e(
222
+ r(
64
223
  "arcgis-portal-item-type",
65
224
  {}
66
225
  )
67
- ), I = /* @__PURE__ */ r(
68
- e(
226
+ ), E = /* @__PURE__ */ e(
227
+ r(
69
228
  "arcgis-portal-mentionable-text-area",
70
229
  {
71
230
  onArcgisMentionableSelectedIndexChange: "arcgisMentionableSelectedIndexChange",
@@ -75,28 +234,38 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
75
234
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
76
235
  }
77
236
  )
78
- ), x = /* @__PURE__ */ r(
79
- e(
237
+ ), L = /* @__PURE__ */ e(
238
+ r(
239
+ "arcgis-portal-navigation",
240
+ {
241
+ onArcgisNavigate: "arcgisNavigate",
242
+ onArcgisNavigationProjectMenuClick: "arcgisNavigationProjectMenuClick",
243
+ onArcgisNavigationSignIn: "arcgisNavigationSignIn",
244
+ onArcgisNavigationSignOut: "arcgisNavigationSignOut"
245
+ }
246
+ )
247
+ ), O = /* @__PURE__ */ e(
248
+ r(
80
249
  "arcgis-portal-replacement-item-redirect",
81
250
  {
82
251
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
83
252
  }
84
253
  )
85
- ), f = /* @__PURE__ */ r(
86
- e(
254
+ ), K = /* @__PURE__ */ e(
255
+ r(
87
256
  "arcgis-portal-user-avatar",
88
257
  {}
89
258
  )
90
- ), b = /* @__PURE__ */ r(
91
- e(
259
+ ), W = /* @__PURE__ */ e(
260
+ r(
92
261
  "arcgis-portal-user-popup",
93
262
  {
94
263
  onArcgisUserPopupClose: "arcgisUserPopupClose",
95
264
  onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
96
265
  }
97
266
  )
98
- ), d = /* @__PURE__ */ r(
99
- e(
267
+ ), j = /* @__PURE__ */ e(
268
+ r(
100
269
  "arcgis-portal-voice-input",
101
270
  {
102
271
  onArcgisVoiceInputError: "arcgisVoiceInputError",
@@ -108,18 +277,40 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
108
277
  )
109
278
  );
110
279
  export {
111
- s as ArcgisPortalAiAssistant,
112
- g as ArcgisPortalAiAssistantInterrupt,
113
- l as ArcgisPortalClassificationBanner,
114
- p as ArcgisPortalClassificationConfig,
115
- A as ArcgisPortalClassificationFavorite,
116
- P as ArcgisPortalClassificationFormElement,
117
- u as ArcgisPortalExtentPicker,
118
- C as ArcgisPortalFieldDelete,
119
- m as ArcgisPortalItemType,
120
- I as ArcgisPortalMentionableTextArea,
121
- x as ArcgisPortalReplacementItemRedirect,
122
- f as ArcgisPortalUserAvatar,
123
- b as ArcgisPortalUserPopup,
124
- d as ArcgisPortalVoiceInput
280
+ n as ArcgisPortalAccountSwitcher,
281
+ g as ArcgisPortalAccountSwitcherAccounts,
282
+ l as ArcgisPortalAccountSwitcherList,
283
+ A as ArcgisPortalAiAssistant,
284
+ p as ArcgisPortalAiAssistantInterrupt,
285
+ w as ArcgisPortalBrowser,
286
+ u as ArcgisPortalBrowserActions,
287
+ B as ArcgisPortalBrowserFilter,
288
+ P as ArcgisPortalBrowserFilterDate,
289
+ C as ArcgisPortalBrowserFilterStatus,
290
+ I as ArcgisPortalBrowserFilters,
291
+ v as ArcgisPortalBrowserPagination,
292
+ d as ArcgisPortalBrowserSearch,
293
+ h as ArcgisPortalBrowserSort,
294
+ S as ArcgisPortalBrowserTopBar,
295
+ b as ArcgisPortalBrowserView,
296
+ m as ArcgisPortalClassificationBanner,
297
+ G as ArcgisPortalClassificationConfig,
298
+ F as ArcgisPortalClassificationFavorite,
299
+ U as ArcgisPortalClassificationFormElement,
300
+ f as ArcgisPortalExtentPicker,
301
+ x as ArcgisPortalFieldDelete,
302
+ R as ArcgisPortalGroupBadges,
303
+ T as ArcgisPortalGroupBrowser,
304
+ V as ArcgisPortalGroupBrowserPreview,
305
+ k as ArcgisPortalGroupBrowserPreviewCard,
306
+ M as ArcgisPortalGroupCard,
307
+ D as ArcgisPortalGroupThumbnail,
308
+ y as ArcgisPortalInfoBanner,
309
+ N as ArcgisPortalItemType,
310
+ E as ArcgisPortalMentionableTextArea,
311
+ L as ArcgisPortalNavigation,
312
+ O as ArcgisPortalReplacementItemRedirect,
313
+ K as ArcgisPortalUserAvatar,
314
+ W as ArcgisPortalUserPopup,
315
+ j as ArcgisPortalVoiceInput
125
316
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.6",
3
+ "version": "5.2.0-next.61",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -32,11 +32,11 @@
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.6",
36
- "@arcgis/portal-components": "5.2.0-next.6"
35
+ "@arcgis/lumina": "5.2.0-next.61",
36
+ "@arcgis/portal-components": "5.2.0-next.61"
37
37
  },
38
38
  "peerDependencies": {
39
- "@arcgis/core": "^5.1.0-next",
39
+ "@arcgis/core": "^5.2.0-next",
40
40
  "react": ">=18.0.0 <20.0.0"
41
41
  }
42
42
  }