@arcgis/portal-components-react 5.2.0-next.30 → 5.2.0-next.32

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.
@@ -18,7 +18,12 @@ export declare const ArcgisPortalBrowser: import('@lit/react').ReactWebComponent
18
18
  class?: string;
19
19
  }, {
20
20
  onArcgisAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["arcgisAriaUpdate"]>;
21
+ onAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["ariaUpdate"]>;
21
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
+ }, {}>;
22
27
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter />` directly. */
23
28
  export declare const ArcgisPortalBrowserFilter: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter/customElement').ArcgisPortalBrowserFilter & {
24
29
  class?: string;
@@ -42,6 +47,36 @@ export declare const ArcgisPortalBrowserFilterStatus: import('@lit/react').React
42
47
  export declare const ArcgisPortalBrowserFilters: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filters/customElement').ArcgisPortalBrowserFilters & {
43
48
  class?: string;
44
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
+ }>;
45
80
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
46
81
  export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
47
82
  class?: string;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import t from "react";
2
- import { createComponent as i } from "@lit/react";
3
- import { getReactWrapperOptions as r, makeReactWrapperFactory as o } from "@arcgis/lumina";
4
- const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ 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
5
  r(
6
6
  "arcgis-portal-ai-assistant",
7
7
  {
@@ -20,24 +20,30 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
20
20
  r(
21
21
  "arcgis-portal-browser",
22
22
  {
23
- onArcgisAriaUpdate: "arcgisAriaUpdate"
23
+ onArcgisAriaUpdate: "arcgisAriaUpdate",
24
+ onAriaUpdate: "ariaUpdate"
24
25
  }
25
26
  )
26
27
  ), p = /* @__PURE__ */ e(
28
+ r(
29
+ "arcgis-portal-browser-actions",
30
+ {}
31
+ )
32
+ ), A = /* @__PURE__ */ e(
27
33
  r(
28
34
  "arcgis-portal-browser-filter",
29
35
  {
30
36
  onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
31
37
  }
32
38
  )
33
- ), A = /* @__PURE__ */ e(
39
+ ), w = /* @__PURE__ */ e(
34
40
  r(
35
41
  "arcgis-portal-browser-filter-date",
36
42
  {
37
43
  onArcgisBrowserFilter: "arcgisBrowserFilter"
38
44
  }
39
45
  )
40
- ), u = /* @__PURE__ */ e(
46
+ ), P = /* @__PURE__ */ e(
41
47
  r(
42
48
  "arcgis-portal-browser-filter-status",
43
49
  {
@@ -45,36 +51,71 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
45
51
  onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
46
52
  }
47
53
  )
48
- ), P = /* @__PURE__ */ e(
54
+ ), u = /* @__PURE__ */ e(
49
55
  r(
50
56
  "arcgis-portal-browser-filters",
51
57
  {}
52
58
  )
59
+ ), B = /* @__PURE__ */ e(
60
+ r(
61
+ "arcgis-portal-browser-pagination",
62
+ {
63
+ onArcgisBrowserPage: "arcgisBrowserPage"
64
+ }
65
+ )
53
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(
54
95
  r(
55
96
  "arcgis-portal-classification-banner",
56
97
  {}
57
98
  )
58
- ), m = /* @__PURE__ */ e(
99
+ ), h = /* @__PURE__ */ e(
59
100
  r(
60
101
  "arcgis-portal-classification-config",
61
102
  {
62
103
  onArcgisPropertyChange: "arcgisPropertyChange"
63
104
  }
64
105
  )
65
- ), w = /* @__PURE__ */ e(
106
+ ), f = /* @__PURE__ */ e(
66
107
  r(
67
108
  "arcgis-portal-classification-favorite",
68
109
  {}
69
110
  )
70
- ), I = /* @__PURE__ */ e(
111
+ ), S = /* @__PURE__ */ e(
71
112
  r(
72
113
  "arcgis-portal-classification-form-element",
73
114
  {
74
115
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
75
116
  }
76
117
  )
77
- ), d = /* @__PURE__ */ e(
118
+ ), F = /* @__PURE__ */ e(
78
119
  r(
79
120
  "arcgis-portal-extent-picker",
80
121
  {
@@ -83,7 +124,7 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
83
124
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
84
125
  }
85
126
  )
86
- ), b = /* @__PURE__ */ e(
127
+ ), x = /* @__PURE__ */ e(
87
128
  r(
88
129
  "arcgis-portal-field-delete",
89
130
  {
@@ -93,12 +134,12 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
93
134
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
94
135
  }
95
136
  )
96
- ), f = /* @__PURE__ */ e(
137
+ ), U = /* @__PURE__ */ e(
97
138
  r(
98
139
  "arcgis-portal-group-badges",
99
140
  {}
100
141
  )
101
- ), B = /* @__PURE__ */ e(
142
+ ), v = /* @__PURE__ */ e(
102
143
  r(
103
144
  "arcgis-portal-group-card",
104
145
  {
@@ -107,17 +148,17 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
107
148
  onArcgisGroupCardSelect: "arcgisGroupCardSelect"
108
149
  }
109
150
  )
110
- ), x = /* @__PURE__ */ e(
151
+ ), T = /* @__PURE__ */ e(
111
152
  r(
112
153
  "arcgis-portal-group-thumbnail",
113
154
  {}
114
155
  )
115
- ), F = /* @__PURE__ */ e(
156
+ ), V = /* @__PURE__ */ e(
116
157
  r(
117
158
  "arcgis-portal-item-type",
118
159
  {}
119
160
  )
120
- ), h = /* @__PURE__ */ e(
161
+ ), M = /* @__PURE__ */ e(
121
162
  r(
122
163
  "arcgis-portal-mentionable-text-area",
123
164
  {
@@ -128,19 +169,19 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
128
169
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
129
170
  }
130
171
  )
131
- ), U = /* @__PURE__ */ e(
172
+ ), R = /* @__PURE__ */ e(
132
173
  r(
133
174
  "arcgis-portal-replacement-item-redirect",
134
175
  {
135
176
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
136
177
  }
137
178
  )
138
- ), v = /* @__PURE__ */ e(
179
+ ), D = /* @__PURE__ */ e(
139
180
  r(
140
181
  "arcgis-portal-user-avatar",
141
182
  {}
142
183
  )
143
- ), T = /* @__PURE__ */ e(
184
+ ), E = /* @__PURE__ */ e(
144
185
  r(
145
186
  "arcgis-portal-user-popup",
146
187
  {
@@ -148,7 +189,7 @@ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
148
189
  onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
149
190
  }
150
191
  )
151
- ), M = /* @__PURE__ */ e(
192
+ ), k = /* @__PURE__ */ e(
152
193
  r(
153
194
  "arcgis-portal-voice-input",
154
195
  {
@@ -164,23 +205,29 @@ export {
164
205
  n as ArcgisPortalAiAssistant,
165
206
  g as ArcgisPortalAiAssistantInterrupt,
166
207
  l as ArcgisPortalBrowser,
167
- p as ArcgisPortalBrowserFilter,
168
- A as ArcgisPortalBrowserFilterDate,
169
- u as ArcgisPortalBrowserFilterStatus,
170
- P as ArcgisPortalBrowserFilters,
171
- C as ArcgisPortalClassificationBanner,
172
- m as ArcgisPortalClassificationConfig,
173
- w as ArcgisPortalClassificationFavorite,
174
- I as ArcgisPortalClassificationFormElement,
175
- d as ArcgisPortalExtentPicker,
176
- b as ArcgisPortalFieldDelete,
177
- f as ArcgisPortalGroupBadges,
178
- B as ArcgisPortalGroupCard,
179
- x as ArcgisPortalGroupThumbnail,
180
- F as ArcgisPortalItemType,
181
- h as ArcgisPortalMentionableTextArea,
182
- U as ArcgisPortalReplacementItemRedirect,
183
- v as ArcgisPortalUserAvatar,
184
- T as ArcgisPortalUserPopup,
185
- M as ArcgisPortalVoiceInput
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
186
233
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.30",
3
+ "version": "5.2.0-next.32",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -32,8 +32,8 @@
32
32
  "@lit/react": "^1.0.8",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1",
35
- "@arcgis/lumina": "5.2.0-next.30",
36
- "@arcgis/portal-components": "5.2.0-next.30"
35
+ "@arcgis/lumina": "5.2.0-next.32",
36
+ "@arcgis/portal-components": "5.2.0-next.32"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": "^5.2.0-next",