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