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