@arcgis/portal-components-react 5.2.0-next.3 → 5.2.0-next.31

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.
@@ -1,39 +1,103 @@
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-ai-assistant />` directly. */
4
4
  export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
5
5
  class?: string;
6
6
  }, {
7
7
  onArcgisPortalNavigationRequest: EventName<HTMLArcgisPortalAiAssistantElement["arcgisPortalNavigationRequest"]>;
8
8
  }>;
9
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant-interrupt /> directly. */
9
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant-interrupt />` directly. */
10
10
  export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant-interrupt/customElement').ArcgisPortalAiAssistantInterrupt & {
11
11
  class?: string;
12
12
  }, {
13
13
  onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
14
14
  onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
15
15
  }>;
16
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-banner /> directly. */
16
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser />` directly. */
17
+ export declare const ArcgisPortalBrowser: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser/customElement').ArcgisPortalBrowser & {
18
+ class?: string;
19
+ }, {
20
+ onArcgisAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["arcgisAriaUpdate"]>;
21
+ onAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["ariaUpdate"]>;
22
+ }>;
23
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-actions />` directly. */
24
+ export declare const ArcgisPortalBrowserActions: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-actions/customElement').ArcgisPortalBrowserActions & {
25
+ class?: string;
26
+ }, {}>;
27
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter />` directly. */
28
+ export declare const ArcgisPortalBrowserFilter: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter/customElement').ArcgisPortalBrowserFilter & {
29
+ class?: string;
30
+ }, {
31
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserFilterElement["arcgisBrowserFilterRemove"]>;
32
+ }>;
33
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter-date />` directly. */
34
+ export declare const ArcgisPortalBrowserFilterDate: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter-date/customElement').ArcgisPortalBrowserFilterDate & {
35
+ class?: string;
36
+ }, {
37
+ onArcgisBrowserFilter: EventName<HTMLArcgisPortalBrowserFilterDateElement["arcgisBrowserFilter"]>;
38
+ }>;
39
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter-status />` directly. */
40
+ export declare const ArcgisPortalBrowserFilterStatus: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter-status/customElement').ArcgisPortalBrowserFilterStatus & {
41
+ class?: string;
42
+ }, {
43
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterClear"]>;
44
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterRemove"]>;
45
+ }>;
46
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filters />` directly. */
47
+ export declare const ArcgisPortalBrowserFilters: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filters/customElement').ArcgisPortalBrowserFilters & {
48
+ class?: string;
49
+ }, {}>;
50
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-pagination />` directly. */
51
+ export declare const ArcgisPortalBrowserPagination: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-pagination/customElement').ArcgisPortalBrowserPagination & {
52
+ class?: string;
53
+ }, {
54
+ onArcgisBrowserPage: EventName<HTMLArcgisPortalBrowserPaginationElement["arcgisBrowserPage"]>;
55
+ }>;
56
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-search />` directly. */
57
+ export declare const ArcgisPortalBrowserSearch: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-search/customElement').ArcgisPortalBrowserSearch & {
58
+ class?: string;
59
+ }, {
60
+ onArcgisBrowserSearch: EventName<HTMLArcgisPortalBrowserSearchElement["arcgisBrowserSearch"]>;
61
+ onArcgisBrowserSearchInput: EventName<HTMLArcgisPortalBrowserSearchElement["arcgisBrowserSearchInput"]>;
62
+ }>;
63
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-sort />` directly. */
64
+ export declare const ArcgisPortalBrowserSort: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-sort/customElement').ArcgisPortalBrowserSort & {
65
+ class?: string;
66
+ }, {
67
+ onArcgisBrowserSortFieldChange: EventName<HTMLArcgisPortalBrowserSortElement["arcgisBrowserSortFieldChange"]>;
68
+ onArcgisBrowserSortOrderChange: EventName<HTMLArcgisPortalBrowserSortElement["arcgisBrowserSortOrderChange"]>;
69
+ }>;
70
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-top-bar />` directly. */
71
+ export declare const ArcgisPortalBrowserTopBar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-top-bar/customElement').ArcgisPortalBrowserTopBar & {
72
+ class?: string;
73
+ }, {}>;
74
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-view />` directly. */
75
+ export declare const ArcgisPortalBrowserView: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-view/customElement').ArcgisPortalBrowserView & {
76
+ class?: string;
77
+ }, {
78
+ onArcgisBrowserViewChange: EventName<HTMLArcgisPortalBrowserViewElement["arcgisBrowserViewChange"]>;
79
+ }>;
80
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
17
81
  export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
18
82
  class?: string;
19
83
  }, {}>;
20
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-config /> directly. */
84
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-config />` directly. */
21
85
  export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-config/customElement').ArcgisPortalClassificationConfig & {
22
86
  class?: string;
23
87
  }, {
24
88
  onArcgisPropertyChange: EventName<HTMLArcgisPortalClassificationConfigElement["arcgisPropertyChange"]>;
25
89
  }>;
26
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-favorite /> directly. */
90
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-favorite />` directly. */
27
91
  export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-favorite/customElement').ArcgisPortalClassificationFavorite & {
28
92
  class?: string;
29
93
  }, {}>;
30
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-form-element /> directly. */
94
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-form-element />` directly. */
31
95
  export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-form-element/customElement').ArcgisPortalClassificationFormElement & {
32
96
  class?: string;
33
97
  }, {
34
98
  onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
35
99
  }>;
36
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-extent-picker /> directly. */
100
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-extent-picker />` directly. */
37
101
  export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-extent-picker/customElement').ArcgisPortalExtentPicker & {
38
102
  class?: string;
39
103
  }, {
@@ -41,7 +105,7 @@ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComp
41
105
  onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
42
106
  onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
43
107
  }>;
44
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-field-delete /> directly. */
108
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-field-delete />` directly. */
45
109
  export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-field-delete/customElement').ArcgisPortalFieldDelete & {
46
110
  class?: string;
47
111
  }, {
@@ -50,11 +114,27 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
50
114
  onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
51
115
  onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
52
116
  }>;
53
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-item-type /> directly. */
117
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-badges />` directly. */
118
+ export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
119
+ class?: string;
120
+ }, {}>;
121
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
122
+ export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
123
+ class?: string;
124
+ }, {
125
+ onArcgisGroupBrowserCardPreview: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserCardPreview"]>;
126
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserInternalUIAction"]>;
127
+ onArcgisGroupCardSelect: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupCardSelect"]>;
128
+ }>;
129
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-thumbnail />` directly. */
130
+ export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
131
+ class?: string;
132
+ }, {}>;
133
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
54
134
  export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
55
135
  class?: string;
56
136
  }, {}>;
57
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-mentionable-text-area /> directly. */
137
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-mentionable-text-area />` directly. */
58
138
  export declare const ArcgisPortalMentionableTextArea: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-mentionable-text-area/customElement').ArcgisPortalMentionableTextArea & {
59
139
  class?: string;
60
140
  }, {
@@ -64,17 +144,24 @@ export declare const ArcgisPortalMentionableTextArea: import('@lit/react').React
64
144
  onArcgisUserMentionableTextAreaChange: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaChange"]>;
65
145
  onArcgisUserMentionableTextAreaKeyDown: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaKeyDown"]>;
66
146
  }>;
67
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-replacement-item-redirect /> directly. */
147
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-replacement-item-redirect />` directly. */
68
148
  export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
69
149
  class?: string;
70
150
  }, {
71
151
  onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
72
152
  }>;
73
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-user-avatar /> directly. */
153
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-avatar />` directly. */
74
154
  export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
75
155
  class?: string;
76
156
  }, {}>;
77
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-voice-input /> directly. */
157
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-popup />` directly. */
158
+ export declare const ArcgisPortalUserPopup: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-popup/customElement').ArcgisPortalUserPopup & {
159
+ class?: string;
160
+ }, {
161
+ onArcgisUserPopupClose: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupClose"]>;
162
+ onArcgisUserPopupInternalUIAction: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupInternalUIAction"]>;
163
+ }>;
164
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-voice-input />` directly. */
78
165
  export declare const ArcgisPortalVoiceInput: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-voice-input/customElement').ArcgisPortalVoiceInput & {
79
166
  class?: string;
80
167
  }, {
package/dist/index.js CHANGED
@@ -1,47 +1,122 @@
1
- import t from "react";
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(
1
+ import o from "react";
2
+ import { createComponent as t } from "@lit/react";
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as a } from "@arcgis/lumina";
4
+ const e = /* @__PURE__ */ a(o, t), n = /* @__PURE__ */ e(
5
+ r(
6
6
  "arcgis-portal-ai-assistant",
7
7
  {
8
8
  onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
9
9
  }
10
10
  )
11
- ), g = /* @__PURE__ */ r(
12
- e(
11
+ ), g = /* @__PURE__ */ e(
12
+ r(
13
13
  "arcgis-portal-ai-assistant-interrupt",
14
14
  {
15
15
  onArcgisCancel: "arcgisCancel",
16
16
  onArcgisSubmit: "arcgisSubmit"
17
17
  }
18
18
  )
19
- ), l = /* @__PURE__ */ r(
20
- e(
19
+ ), l = /* @__PURE__ */ e(
20
+ r(
21
+ "arcgis-portal-browser",
22
+ {
23
+ onArcgisAriaUpdate: "arcgisAriaUpdate",
24
+ onAriaUpdate: "ariaUpdate"
25
+ }
26
+ )
27
+ ), p = /* @__PURE__ */ e(
28
+ r(
29
+ "arcgis-portal-browser-actions",
30
+ {}
31
+ )
32
+ ), A = /* @__PURE__ */ e(
33
+ r(
34
+ "arcgis-portal-browser-filter",
35
+ {
36
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
37
+ }
38
+ )
39
+ ), w = /* @__PURE__ */ e(
40
+ r(
41
+ "arcgis-portal-browser-filter-date",
42
+ {
43
+ onArcgisBrowserFilter: "arcgisBrowserFilter"
44
+ }
45
+ )
46
+ ), P = /* @__PURE__ */ e(
47
+ r(
48
+ "arcgis-portal-browser-filter-status",
49
+ {
50
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
51
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
52
+ }
53
+ )
54
+ ), u = /* @__PURE__ */ e(
55
+ r(
56
+ "arcgis-portal-browser-filters",
57
+ {}
58
+ )
59
+ ), B = /* @__PURE__ */ e(
60
+ r(
61
+ "arcgis-portal-browser-pagination",
62
+ {
63
+ onArcgisBrowserPage: "arcgisBrowserPage"
64
+ }
65
+ )
66
+ ), C = /* @__PURE__ */ e(
67
+ r(
68
+ "arcgis-portal-browser-search",
69
+ {
70
+ onArcgisBrowserSearch: "arcgisBrowserSearch",
71
+ onArcgisBrowserSearchInput: "arcgisBrowserSearchInput"
72
+ }
73
+ )
74
+ ), m = /* @__PURE__ */ e(
75
+ r(
76
+ "arcgis-portal-browser-sort",
77
+ {
78
+ onArcgisBrowserSortFieldChange: "arcgisBrowserSortFieldChange",
79
+ onArcgisBrowserSortOrderChange: "arcgisBrowserSortOrderChange"
80
+ }
81
+ )
82
+ ), b = /* @__PURE__ */ e(
83
+ r(
84
+ "arcgis-portal-browser-top-bar",
85
+ {}
86
+ )
87
+ ), d = /* @__PURE__ */ e(
88
+ r(
89
+ "arcgis-portal-browser-view",
90
+ {
91
+ onArcgisBrowserViewChange: "arcgisBrowserViewChange"
92
+ }
93
+ )
94
+ ), I = /* @__PURE__ */ e(
95
+ r(
21
96
  "arcgis-portal-classification-banner",
22
97
  {}
23
98
  )
24
- ), p = /* @__PURE__ */ r(
25
- e(
99
+ ), h = /* @__PURE__ */ e(
100
+ r(
26
101
  "arcgis-portal-classification-config",
27
102
  {
28
103
  onArcgisPropertyChange: "arcgisPropertyChange"
29
104
  }
30
105
  )
31
- ), A = /* @__PURE__ */ r(
32
- e(
106
+ ), f = /* @__PURE__ */ e(
107
+ r(
33
108
  "arcgis-portal-classification-favorite",
34
109
  {}
35
110
  )
36
- ), m = /* @__PURE__ */ r(
37
- e(
111
+ ), S = /* @__PURE__ */ e(
112
+ r(
38
113
  "arcgis-portal-classification-form-element",
39
114
  {
40
115
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
41
116
  }
42
117
  )
43
- ), C = /* @__PURE__ */ r(
44
- e(
118
+ ), F = /* @__PURE__ */ e(
119
+ r(
45
120
  "arcgis-portal-extent-picker",
46
121
  {
47
122
  onArcgisExtentPickerChange: "arcgisExtentPickerChange",
@@ -49,8 +124,8 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
49
124
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
50
125
  }
51
126
  )
52
- ), P = /* @__PURE__ */ r(
53
- e(
127
+ ), x = /* @__PURE__ */ e(
128
+ r(
54
129
  "arcgis-portal-field-delete",
55
130
  {
56
131
  onArcgisBeforeDelete: "arcgisBeforeDelete",
@@ -59,13 +134,32 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
59
134
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
60
135
  }
61
136
  )
62
- ), u = /* @__PURE__ */ r(
63
- e(
137
+ ), U = /* @__PURE__ */ e(
138
+ r(
139
+ "arcgis-portal-group-badges",
140
+ {}
141
+ )
142
+ ), v = /* @__PURE__ */ e(
143
+ r(
144
+ "arcgis-portal-group-card",
145
+ {
146
+ onArcgisGroupBrowserCardPreview: "arcgisGroupBrowserCardPreview",
147
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
148
+ onArcgisGroupCardSelect: "arcgisGroupCardSelect"
149
+ }
150
+ )
151
+ ), T = /* @__PURE__ */ e(
152
+ r(
153
+ "arcgis-portal-group-thumbnail",
154
+ {}
155
+ )
156
+ ), V = /* @__PURE__ */ e(
157
+ r(
64
158
  "arcgis-portal-item-type",
65
159
  {}
66
160
  )
67
- ), x = /* @__PURE__ */ r(
68
- e(
161
+ ), M = /* @__PURE__ */ e(
162
+ r(
69
163
  "arcgis-portal-mentionable-text-area",
70
164
  {
71
165
  onArcgisMentionableSelectedIndexChange: "arcgisMentionableSelectedIndexChange",
@@ -75,20 +169,28 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
75
169
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
76
170
  }
77
171
  )
78
- ), f = /* @__PURE__ */ r(
79
- e(
172
+ ), R = /* @__PURE__ */ e(
173
+ r(
80
174
  "arcgis-portal-replacement-item-redirect",
81
175
  {
82
176
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
83
177
  }
84
178
  )
85
- ), I = /* @__PURE__ */ r(
86
- e(
179
+ ), D = /* @__PURE__ */ e(
180
+ r(
87
181
  "arcgis-portal-user-avatar",
88
182
  {}
89
183
  )
90
- ), b = /* @__PURE__ */ r(
91
- e(
184
+ ), E = /* @__PURE__ */ e(
185
+ r(
186
+ "arcgis-portal-user-popup",
187
+ {
188
+ onArcgisUserPopupClose: "arcgisUserPopupClose",
189
+ onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
190
+ }
191
+ )
192
+ ), k = /* @__PURE__ */ e(
193
+ r(
92
194
  "arcgis-portal-voice-input",
93
195
  {
94
196
  onArcgisVoiceInputError: "arcgisVoiceInputError",
@@ -100,17 +202,32 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
100
202
  )
101
203
  );
102
204
  export {
103
- s as ArcgisPortalAiAssistant,
205
+ n as ArcgisPortalAiAssistant,
104
206
  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
207
+ l as ArcgisPortalBrowser,
208
+ p as ArcgisPortalBrowserActions,
209
+ A as ArcgisPortalBrowserFilter,
210
+ w as ArcgisPortalBrowserFilterDate,
211
+ P as ArcgisPortalBrowserFilterStatus,
212
+ u as ArcgisPortalBrowserFilters,
213
+ B as ArcgisPortalBrowserPagination,
214
+ C as ArcgisPortalBrowserSearch,
215
+ m as ArcgisPortalBrowserSort,
216
+ b as ArcgisPortalBrowserTopBar,
217
+ d as ArcgisPortalBrowserView,
218
+ I as ArcgisPortalClassificationBanner,
219
+ h as ArcgisPortalClassificationConfig,
220
+ f as ArcgisPortalClassificationFavorite,
221
+ S as ArcgisPortalClassificationFormElement,
222
+ F as ArcgisPortalExtentPicker,
223
+ x as ArcgisPortalFieldDelete,
224
+ U as ArcgisPortalGroupBadges,
225
+ v as ArcgisPortalGroupCard,
226
+ T as ArcgisPortalGroupThumbnail,
227
+ V as ArcgisPortalItemType,
228
+ M as ArcgisPortalMentionableTextArea,
229
+ R as ArcgisPortalReplacementItemRedirect,
230
+ D as ArcgisPortalUserAvatar,
231
+ E as ArcgisPortalUserPopup,
232
+ k as ArcgisPortalVoiceInput
116
233
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.3",
3
+ "version": "5.2.0-next.31",
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/portal-components": "5.2.0-next.3",
36
- "@arcgis/lumina": "5.2.0-next.3"
35
+ "@arcgis/portal-components": "5.2.0-next.31",
36
+ "@arcgis/lumina": "5.2.0-next.31"
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
  }