@arcgis/portal-components-react 5.2.0-next.5 → 5.2.0-next.6
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 +7 -0
- package/dist/index.js +24 -15
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -74,6 +74,13 @@ export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').R
|
|
|
74
74
|
export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
|
|
75
75
|
class?: string;
|
|
76
76
|
}, {}>;
|
|
77
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-user-popup /> directly. */
|
|
78
|
+
export declare const ArcgisPortalUserPopup: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-popup/customElement').ArcgisPortalUserPopup & {
|
|
79
|
+
class?: string;
|
|
80
|
+
}, {
|
|
81
|
+
onArcgisUserPopupClose: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupClose"]>;
|
|
82
|
+
onArcgisUserPopupInternalUIAction: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupInternalUIAction"]>;
|
|
83
|
+
}>;
|
|
77
84
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-voice-input /> directly. */
|
|
78
85
|
export declare const ArcgisPortalVoiceInput: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-voice-input/customElement').ArcgisPortalVoiceInput & {
|
|
79
86
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -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
|
+
), P = /* @__PURE__ */ r(
|
|
37
37
|
e(
|
|
38
38
|
"arcgis-portal-classification-form-element",
|
|
39
39
|
{
|
|
40
40
|
onArcgisAttributeValueChange: "arcgisAttributeValueChange"
|
|
41
41
|
}
|
|
42
42
|
)
|
|
43
|
-
),
|
|
43
|
+
), u = /* @__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
|
+
), C = /* @__PURE__ */ r(
|
|
53
53
|
e(
|
|
54
54
|
"arcgis-portal-field-delete",
|
|
55
55
|
{
|
|
@@ -59,12 +59,12 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
59
59
|
onArcgisFieldsDeleted: "arcgisFieldsDeleted"
|
|
60
60
|
}
|
|
61
61
|
)
|
|
62
|
-
),
|
|
62
|
+
), m = /* @__PURE__ */ r(
|
|
63
63
|
e(
|
|
64
64
|
"arcgis-portal-item-type",
|
|
65
65
|
{}
|
|
66
66
|
)
|
|
67
|
-
),
|
|
67
|
+
), I = /* @__PURE__ */ r(
|
|
68
68
|
e(
|
|
69
69
|
"arcgis-portal-mentionable-text-area",
|
|
70
70
|
{
|
|
@@ -75,19 +75,27 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
75
75
|
onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
|
|
76
76
|
}
|
|
77
77
|
)
|
|
78
|
-
),
|
|
78
|
+
), x = /* @__PURE__ */ r(
|
|
79
79
|
e(
|
|
80
80
|
"arcgis-portal-replacement-item-redirect",
|
|
81
81
|
{
|
|
82
82
|
onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
|
|
83
83
|
}
|
|
84
84
|
)
|
|
85
|
-
),
|
|
85
|
+
), f = /* @__PURE__ */ r(
|
|
86
86
|
e(
|
|
87
87
|
"arcgis-portal-user-avatar",
|
|
88
88
|
{}
|
|
89
89
|
)
|
|
90
90
|
), b = /* @__PURE__ */ r(
|
|
91
|
+
e(
|
|
92
|
+
"arcgis-portal-user-popup",
|
|
93
|
+
{
|
|
94
|
+
onArcgisUserPopupClose: "arcgisUserPopupClose",
|
|
95
|
+
onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
), d = /* @__PURE__ */ r(
|
|
91
99
|
e(
|
|
92
100
|
"arcgis-portal-voice-input",
|
|
93
101
|
{
|
|
@@ -105,12 +113,13 @@ export {
|
|
|
105
113
|
l as ArcgisPortalClassificationBanner,
|
|
106
114
|
p as ArcgisPortalClassificationConfig,
|
|
107
115
|
A as ArcgisPortalClassificationFavorite,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
b as
|
|
116
|
+
P as ArcgisPortalClassificationFormElement,
|
|
117
|
+
u as ArcgisPortalExtentPicker,
|
|
118
|
+
C as ArcgisPortalFieldDelete,
|
|
119
|
+
m as ArcgisPortalItemType,
|
|
120
|
+
I as ArcgisPortalMentionableTextArea,
|
|
121
|
+
x as ArcgisPortalReplacementItemRedirect,
|
|
122
|
+
f as ArcgisPortalUserAvatar,
|
|
123
|
+
b as ArcgisPortalUserPopup,
|
|
124
|
+
d as ArcgisPortalVoiceInput
|
|
116
125
|
};
|
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.6",
|
|
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.6",
|
|
36
|
+
"@arcgis/portal-components": "5.2.0-next.6"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@arcgis/core": "^5.1.0-next",
|