@arcgis/portal-components-react 5.1.0-next.97 → 5.1.0-next.98
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 +5 -4
- package/dist/index.js +23 -20
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -3,10 +3,7 @@ import { EventName } from '@lit/react';
|
|
|
3
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
|
-
}, {
|
|
7
|
-
onArcgisAiAssistantPanelToggle: EventName<HTMLArcgisPortalAiAssistantElement["arcgisAiAssistantPanelToggle"]>;
|
|
8
|
-
onArcgisInputSend: EventName<HTMLArcgisPortalAiAssistantElement["arcgisInputSend"]>;
|
|
9
|
-
}>;
|
|
6
|
+
}, {}>;
|
|
10
7
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-banner /> directly. */
|
|
11
8
|
export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
|
|
12
9
|
class?: string;
|
|
@@ -44,6 +41,10 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
|
|
|
44
41
|
onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
|
|
45
42
|
onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
|
|
46
43
|
}>;
|
|
44
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-item-type /> directly. */
|
|
45
|
+
export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
|
|
46
|
+
class?: string;
|
|
47
|
+
}, {}>;
|
|
47
48
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-mentionable-text-area /> directly. */
|
|
48
49
|
export declare const ArcgisPortalMentionableTextArea: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-mentionable-text-area/customElement').ArcgisPortalMentionableTextArea & {
|
|
49
50
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -4,10 +4,7 @@ import { getReactWrapperOptions as e, makeReactWrapperFactory as a } from "@arcg
|
|
|
4
4
|
const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
5
5
|
e(
|
|
6
6
|
"arcgis-portal-ai-assistant",
|
|
7
|
-
{
|
|
8
|
-
onArcgisAiAssistantPanelToggle: "arcgisAiAssistantPanelToggle",
|
|
9
|
-
onArcgisInputSend: "arcgisInputSend"
|
|
10
|
-
}
|
|
7
|
+
{}
|
|
11
8
|
)
|
|
12
9
|
), g = /* @__PURE__ */ r(
|
|
13
10
|
e(
|
|
@@ -21,19 +18,19 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
21
18
|
onArcgisPropertyChange: "arcgisPropertyChange"
|
|
22
19
|
}
|
|
23
20
|
)
|
|
24
|
-
),
|
|
21
|
+
), p = /* @__PURE__ */ r(
|
|
25
22
|
e(
|
|
26
23
|
"arcgis-portal-classification-favorite",
|
|
27
24
|
{}
|
|
28
25
|
)
|
|
29
|
-
),
|
|
26
|
+
), A = /* @__PURE__ */ r(
|
|
30
27
|
e(
|
|
31
28
|
"arcgis-portal-classification-form-element",
|
|
32
29
|
{
|
|
33
30
|
onArcgisAttributeValueChange: "arcgisAttributeValueChange"
|
|
34
31
|
}
|
|
35
32
|
)
|
|
36
|
-
),
|
|
33
|
+
), m = /* @__PURE__ */ r(
|
|
37
34
|
e(
|
|
38
35
|
"arcgis-portal-extent-picker",
|
|
39
36
|
{
|
|
@@ -42,7 +39,7 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
42
39
|
onArcgisExtentPickerSave: "arcgisExtentPickerSave"
|
|
43
40
|
}
|
|
44
41
|
)
|
|
45
|
-
),
|
|
42
|
+
), C = /* @__PURE__ */ r(
|
|
46
43
|
e(
|
|
47
44
|
"arcgis-portal-field-delete",
|
|
48
45
|
{
|
|
@@ -52,7 +49,12 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
52
49
|
onArcgisFieldsDeleted: "arcgisFieldsDeleted"
|
|
53
50
|
}
|
|
54
51
|
)
|
|
55
|
-
),
|
|
52
|
+
), P = /* @__PURE__ */ r(
|
|
53
|
+
e(
|
|
54
|
+
"arcgis-portal-item-type",
|
|
55
|
+
{}
|
|
56
|
+
)
|
|
57
|
+
), x = /* @__PURE__ */ r(
|
|
56
58
|
e(
|
|
57
59
|
"arcgis-portal-mentionable-text-area",
|
|
58
60
|
{
|
|
@@ -63,19 +65,19 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
|
|
|
63
65
|
onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
|
|
64
66
|
}
|
|
65
67
|
)
|
|
66
|
-
),
|
|
68
|
+
), f = /* @__PURE__ */ r(
|
|
67
69
|
e(
|
|
68
70
|
"arcgis-portal-replacement-item-redirect",
|
|
69
71
|
{
|
|
70
72
|
onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
|
|
71
73
|
}
|
|
72
74
|
)
|
|
73
|
-
),
|
|
75
|
+
), I = /* @__PURE__ */ r(
|
|
74
76
|
e(
|
|
75
77
|
"arcgis-portal-user-avatar",
|
|
76
78
|
{}
|
|
77
79
|
)
|
|
78
|
-
),
|
|
80
|
+
), u = /* @__PURE__ */ r(
|
|
79
81
|
e(
|
|
80
82
|
"arcgis-portal-voice-input",
|
|
81
83
|
{
|
|
@@ -91,12 +93,13 @@ export {
|
|
|
91
93
|
s as ArcgisPortalAiAssistant,
|
|
92
94
|
g as ArcgisPortalClassificationBanner,
|
|
93
95
|
l as ArcgisPortalClassificationConfig,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
x as
|
|
100
|
-
f as
|
|
101
|
-
I as
|
|
96
|
+
p as ArcgisPortalClassificationFavorite,
|
|
97
|
+
A as ArcgisPortalClassificationFormElement,
|
|
98
|
+
m as ArcgisPortalExtentPicker,
|
|
99
|
+
C as ArcgisPortalFieldDelete,
|
|
100
|
+
P as ArcgisPortalItemType,
|
|
101
|
+
x as ArcgisPortalMentionableTextArea,
|
|
102
|
+
f as ArcgisPortalReplacementItemRedirect,
|
|
103
|
+
I as ArcgisPortalUserAvatar,
|
|
104
|
+
u as ArcgisPortalVoiceInput
|
|
102
105
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/portal-components-react",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.98",
|
|
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/
|
|
36
|
-
"@arcgis/
|
|
35
|
+
"@arcgis/portal-components": "5.1.0-next.98",
|
|
36
|
+
"@arcgis/lumina": "5.1.0-next.98"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@arcgis/core": "^5.1.0-next",
|