@arcgis/portal-components-react 5.2.0-next.10 → 5.2.0-next.11
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/dist/components.d.ts +17 -17
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
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-ai-assistant />` directly. */
|
|
4
4
|
export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
|
|
5
5
|
class?: string;
|
|
6
6
|
}, {
|
|
7
7
|
onArcgisPortalNavigationRequest: EventName<HTMLArcgisPortalAiAssistantElement["arcgisPortalNavigationRequest"]>;
|
|
8
8
|
}>;
|
|
9
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
9
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant-interrupt />` directly. */
|
|
10
10
|
export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant-interrupt/customElement').ArcgisPortalAiAssistantInterrupt & {
|
|
11
11
|
class?: string;
|
|
12
12
|
}, {
|
|
13
13
|
onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
|
|
14
14
|
onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
|
|
15
15
|
}>;
|
|
16
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
16
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
|
|
17
17
|
export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
|
|
18
18
|
class?: string;
|
|
19
19
|
}, {}>;
|
|
20
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
20
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-config />` directly. */
|
|
21
21
|
export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-config/customElement').ArcgisPortalClassificationConfig & {
|
|
22
22
|
class?: string;
|
|
23
23
|
}, {
|
|
24
24
|
onArcgisPropertyChange: EventName<HTMLArcgisPortalClassificationConfigElement["arcgisPropertyChange"]>;
|
|
25
25
|
}>;
|
|
26
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
26
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-favorite />` directly. */
|
|
27
27
|
export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-favorite/customElement').ArcgisPortalClassificationFavorite & {
|
|
28
28
|
class?: string;
|
|
29
29
|
}, {}>;
|
|
30
|
-
/** @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-classification-form-element />` directly. */
|
|
31
31
|
export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-form-element/customElement').ArcgisPortalClassificationFormElement & {
|
|
32
32
|
class?: string;
|
|
33
33
|
}, {
|
|
34
34
|
onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
|
|
35
35
|
}>;
|
|
36
|
-
/** @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-extent-picker />` directly. */
|
|
37
37
|
export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-extent-picker/customElement').ArcgisPortalExtentPicker & {
|
|
38
38
|
class?: string;
|
|
39
39
|
}, {
|
|
@@ -41,7 +41,7 @@ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComp
|
|
|
41
41
|
onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
|
|
42
42
|
onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
|
|
43
43
|
}>;
|
|
44
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
44
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-field-delete />` directly. */
|
|
45
45
|
export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-field-delete/customElement').ArcgisPortalFieldDelete & {
|
|
46
46
|
class?: string;
|
|
47
47
|
}, {
|
|
@@ -50,11 +50,11 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
|
|
|
50
50
|
onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
|
|
51
51
|
onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
|
|
52
52
|
}>;
|
|
53
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
53
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-badges />` directly. */
|
|
54
54
|
export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
|
|
55
55
|
class?: string;
|
|
56
56
|
}, {}>;
|
|
57
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
57
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
|
|
58
58
|
export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
|
|
59
59
|
class?: string;
|
|
60
60
|
}, {
|
|
@@ -62,15 +62,15 @@ export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebCompone
|
|
|
62
62
|
onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserInternalUIAction"]>;
|
|
63
63
|
onArcgisGroupCardSelect: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupCardSelect"]>;
|
|
64
64
|
}>;
|
|
65
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
65
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-thumbnail />` directly. */
|
|
66
66
|
export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
|
|
67
67
|
class?: string;
|
|
68
68
|
}, {}>;
|
|
69
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
69
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
|
|
70
70
|
export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
|
|
71
71
|
class?: string;
|
|
72
72
|
}, {}>;
|
|
73
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
73
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-mentionable-text-area />` directly. */
|
|
74
74
|
export declare const ArcgisPortalMentionableTextArea: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-mentionable-text-area/customElement').ArcgisPortalMentionableTextArea & {
|
|
75
75
|
class?: string;
|
|
76
76
|
}, {
|
|
@@ -80,24 +80,24 @@ export declare const ArcgisPortalMentionableTextArea: import('@lit/react').React
|
|
|
80
80
|
onArcgisUserMentionableTextAreaChange: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaChange"]>;
|
|
81
81
|
onArcgisUserMentionableTextAreaKeyDown: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaKeyDown"]>;
|
|
82
82
|
}>;
|
|
83
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
83
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-replacement-item-redirect />` directly. */
|
|
84
84
|
export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
|
|
85
85
|
class?: string;
|
|
86
86
|
}, {
|
|
87
87
|
onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
|
|
88
88
|
}>;
|
|
89
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
89
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-avatar />` directly. */
|
|
90
90
|
export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
|
|
91
91
|
class?: string;
|
|
92
92
|
}, {}>;
|
|
93
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
93
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-popup />` directly. */
|
|
94
94
|
export declare const ArcgisPortalUserPopup: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-popup/customElement').ArcgisPortalUserPopup & {
|
|
95
95
|
class?: string;
|
|
96
96
|
}, {
|
|
97
97
|
onArcgisUserPopupClose: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupClose"]>;
|
|
98
98
|
onArcgisUserPopupInternalUIAction: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupInternalUIAction"]>;
|
|
99
99
|
}>;
|
|
100
|
-
/** @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-voice-input />` directly. */
|
|
101
101
|
export declare const ArcgisPortalVoiceInput: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-voice-input/customElement').ArcgisPortalVoiceInput & {
|
|
102
102
|
class?: string;
|
|
103
103
|
}, {
|
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.11",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS portal components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"2D",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@lit/react": "^1.0.8",
|
|
33
33
|
"lit": "^3.3.0",
|
|
34
34
|
"tslib": "^2.8.1",
|
|
35
|
-
"@arcgis/lumina": "5.2.0-next.
|
|
36
|
-
"@arcgis/portal-components": "5.2.0-next.
|
|
35
|
+
"@arcgis/lumina": "5.2.0-next.11",
|
|
36
|
+
"@arcgis/portal-components": "5.2.0-next.11"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@arcgis/core": "^5.2.0-next",
|