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