@arcgis/portal-components-react 5.2.0-next.6 → 5.2.0-next.8
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 +8 -0
- package/dist/index.js +32 -20
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -50,6 +50,14 @@ 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 <arcgis-portal-group-badges /> directly. */
|
|
54
|
+
export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
|
|
55
|
+
class?: string;
|
|
56
|
+
}, {}>;
|
|
57
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-group-thumbnail /> directly. */
|
|
58
|
+
export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
|
|
59
|
+
class?: string;
|
|
60
|
+
}, {}>;
|
|
53
61
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-item-type /> directly. */
|
|
54
62
|
export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
|
|
55
63
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "react";
|
|
2
2
|
import { createComponent as i } from "@lit/react";
|
|
3
3
|
import { getReactWrapperOptions as e, makeReactWrapperFactory as a } from "@arcgis/lumina";
|
|
4
|
-
const r = /* @__PURE__ */ a(t, i),
|
|
4
|
+
const r = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ r(
|
|
5
5
|
e(
|
|
6
6
|
"arcgis-portal-ai-assistant",
|
|
7
7
|
{
|
|
@@ -33,14 +33,14 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
33
33
|
"arcgis-portal-classification-favorite",
|
|
34
34
|
{}
|
|
35
35
|
)
|
|
36
|
-
),
|
|
36
|
+
), u = /* @__PURE__ */ r(
|
|
37
37
|
e(
|
|
38
38
|
"arcgis-portal-classification-form-element",
|
|
39
39
|
{
|
|
40
40
|
onArcgisAttributeValueChange: "arcgisAttributeValueChange"
|
|
41
41
|
}
|
|
42
42
|
)
|
|
43
|
-
),
|
|
43
|
+
), P = /* @__PURE__ */ r(
|
|
44
44
|
e(
|
|
45
45
|
"arcgis-portal-extent-picker",
|
|
46
46
|
{
|
|
@@ -49,7 +49,7 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
49
49
|
onArcgisExtentPickerSave: "arcgisExtentPickerSave"
|
|
50
50
|
}
|
|
51
51
|
)
|
|
52
|
-
),
|
|
52
|
+
), m = /* @__PURE__ */ r(
|
|
53
53
|
e(
|
|
54
54
|
"arcgis-portal-field-delete",
|
|
55
55
|
{
|
|
@@ -59,12 +59,22 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
59
59
|
onArcgisFieldsDeleted: "arcgisFieldsDeleted"
|
|
60
60
|
}
|
|
61
61
|
)
|
|
62
|
-
),
|
|
62
|
+
), C = /* @__PURE__ */ r(
|
|
63
63
|
e(
|
|
64
|
-
"arcgis-portal-
|
|
64
|
+
"arcgis-portal-group-badges",
|
|
65
65
|
{}
|
|
66
66
|
)
|
|
67
67
|
), I = /* @__PURE__ */ r(
|
|
68
|
+
e(
|
|
69
|
+
"arcgis-portal-group-thumbnail",
|
|
70
|
+
{}
|
|
71
|
+
)
|
|
72
|
+
), x = /* @__PURE__ */ r(
|
|
73
|
+
e(
|
|
74
|
+
"arcgis-portal-item-type",
|
|
75
|
+
{}
|
|
76
|
+
)
|
|
77
|
+
), b = /* @__PURE__ */ r(
|
|
68
78
|
e(
|
|
69
79
|
"arcgis-portal-mentionable-text-area",
|
|
70
80
|
{
|
|
@@ -75,19 +85,19 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
75
85
|
onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
|
|
76
86
|
}
|
|
77
87
|
)
|
|
78
|
-
),
|
|
88
|
+
), f = /* @__PURE__ */ r(
|
|
79
89
|
e(
|
|
80
90
|
"arcgis-portal-replacement-item-redirect",
|
|
81
91
|
{
|
|
82
92
|
onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
|
|
83
93
|
}
|
|
84
94
|
)
|
|
85
|
-
),
|
|
95
|
+
), d = /* @__PURE__ */ r(
|
|
86
96
|
e(
|
|
87
97
|
"arcgis-portal-user-avatar",
|
|
88
98
|
{}
|
|
89
99
|
)
|
|
90
|
-
),
|
|
100
|
+
), h = /* @__PURE__ */ r(
|
|
91
101
|
e(
|
|
92
102
|
"arcgis-portal-user-popup",
|
|
93
103
|
{
|
|
@@ -95,7 +105,7 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
95
105
|
onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
|
|
96
106
|
}
|
|
97
107
|
)
|
|
98
|
-
),
|
|
108
|
+
), T = /* @__PURE__ */ r(
|
|
99
109
|
e(
|
|
100
110
|
"arcgis-portal-voice-input",
|
|
101
111
|
{
|
|
@@ -108,18 +118,20 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
108
118
|
)
|
|
109
119
|
);
|
|
110
120
|
export {
|
|
111
|
-
|
|
121
|
+
n as ArcgisPortalAiAssistant,
|
|
112
122
|
g as ArcgisPortalAiAssistantInterrupt,
|
|
113
123
|
l as ArcgisPortalClassificationBanner,
|
|
114
124
|
p as ArcgisPortalClassificationConfig,
|
|
115
125
|
A as ArcgisPortalClassificationFavorite,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
I as
|
|
121
|
-
x as
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
d as
|
|
126
|
+
u as ArcgisPortalClassificationFormElement,
|
|
127
|
+
P as ArcgisPortalExtentPicker,
|
|
128
|
+
m as ArcgisPortalFieldDelete,
|
|
129
|
+
C as ArcgisPortalGroupBadges,
|
|
130
|
+
I as ArcgisPortalGroupThumbnail,
|
|
131
|
+
x as ArcgisPortalItemType,
|
|
132
|
+
b as ArcgisPortalMentionableTextArea,
|
|
133
|
+
f as ArcgisPortalReplacementItemRedirect,
|
|
134
|
+
d as ArcgisPortalUserAvatar,
|
|
135
|
+
h as ArcgisPortalUserPopup,
|
|
136
|
+
T as ArcgisPortalVoiceInput
|
|
125
137
|
};
|
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.8",
|
|
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.8",
|
|
36
|
+
"@arcgis/portal-components": "5.2.0-next.8"
|
|
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
|
}
|