@arcgis/instant-apps-components-react 4.34.0-next.98 → 5.0.0-next.0
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/LICENSE.md +17 -0
- package/README.md +2 -14
- package/dist/components.d.ts +6 -0
- package/dist/index.js +77 -65
- package/package.json +6 -6
package/LICENSE.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Licensing
|
|
2
|
+
|
|
3
|
+
COPYRIGHT © Esri
|
|
4
|
+
|
|
5
|
+
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
6
|
+
|
|
7
|
+
This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
|
|
8
|
+
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
9
|
+
|
|
10
|
+
For additional information, contact:
|
|
11
|
+
Environmental Systems Research Institute, Inc.
|
|
12
|
+
Attn: Contracts and Legal Services Department
|
|
13
|
+
380 New York Street
|
|
14
|
+
Redlands, California, USA 92373
|
|
15
|
+
USA
|
|
16
|
+
|
|
17
|
+
email: legal@esri.com
|
package/README.md
CHANGED
|
@@ -24,18 +24,6 @@ We welcome contributions to this project. See the main [instant-apps-components
|
|
|
24
24
|
|
|
25
25
|
## License
|
|
26
26
|
|
|
27
|
-
COPYRIGHT ©
|
|
27
|
+
COPYRIGHT © Esri
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
|
|
32
|
-
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
33
|
-
|
|
34
|
-
For additional information, contact:
|
|
35
|
-
Environmental Systems Research Institute, Inc.
|
|
36
|
-
Attn: Contracts and Legal Services Department
|
|
37
|
-
380 New York Street
|
|
38
|
-
Redlands, California, USA 92373
|
|
39
|
-
USA
|
|
40
|
-
|
|
41
|
-
email: legal@esri.com
|
|
29
|
+
This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
|
package/dist/components.d.ts
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/// <reference types="@arcgis/instant-apps-components" preserve="true" />
|
|
2
2
|
import { EventName } from '@lit/react';
|
|
3
|
+
export declare const InstantAppsAppError: import('@lit/react').ReactWebComponent<HTMLInstantAppsAppErrorElement & {
|
|
4
|
+
class?: string;
|
|
5
|
+
}, {}>;
|
|
3
6
|
export declare const InstantAppsAppGuide: import('@lit/react').ReactWebComponent<HTMLInstantAppsAppGuideElement & {
|
|
4
7
|
class?: string;
|
|
5
8
|
}, {}>;
|
|
9
|
+
export declare const InstantAppsBuffer: import('@lit/react').ReactWebComponent<HTMLInstantAppsBufferElement & {
|
|
10
|
+
class?: string;
|
|
11
|
+
}, {}>;
|
|
6
12
|
export declare const InstantAppsControlPanel: import('@lit/react').ReactWebComponent<HTMLInstantAppsControlPanelElement & {
|
|
7
13
|
class?: string;
|
|
8
14
|
}, {}>;
|
package/dist/index.js
CHANGED
|
@@ -3,34 +3,44 @@ import { createComponent as a } from "@lit/react";
|
|
|
3
3
|
import { makeReactWrapperFactory as s, getReactWrapperOptions as t } from "@arcgis/lumina";
|
|
4
4
|
const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
5
5
|
t(
|
|
6
|
-
"instant-apps-app-
|
|
6
|
+
"instant-apps-app-error",
|
|
7
7
|
{}
|
|
8
8
|
)
|
|
9
9
|
), d = /* @__PURE__ */ n(
|
|
10
10
|
t(
|
|
11
|
-
"instant-apps-
|
|
11
|
+
"instant-apps-app-guide",
|
|
12
12
|
{}
|
|
13
13
|
)
|
|
14
14
|
), c = /* @__PURE__ */ n(
|
|
15
15
|
t(
|
|
16
|
-
"instant-apps-
|
|
16
|
+
"instant-apps-buffer",
|
|
17
17
|
{}
|
|
18
18
|
)
|
|
19
19
|
), l = /* @__PURE__ */ n(
|
|
20
|
+
t(
|
|
21
|
+
"instant-apps-control-panel",
|
|
22
|
+
{}
|
|
23
|
+
)
|
|
24
|
+
), g = /* @__PURE__ */ n(
|
|
25
|
+
t(
|
|
26
|
+
"instant-apps-create",
|
|
27
|
+
{}
|
|
28
|
+
)
|
|
29
|
+
), I = /* @__PURE__ */ n(
|
|
20
30
|
t(
|
|
21
31
|
"instant-apps-export",
|
|
22
32
|
{
|
|
23
33
|
onExportOutputUpdated: "exportOutputUpdated"
|
|
24
34
|
}
|
|
25
35
|
)
|
|
26
|
-
),
|
|
36
|
+
), u = /* @__PURE__ */ n(
|
|
27
37
|
t(
|
|
28
38
|
"instant-apps-export-views",
|
|
29
39
|
{
|
|
30
40
|
onExportOutputUpdated: "exportOutputUpdated"
|
|
31
41
|
}
|
|
32
42
|
)
|
|
33
|
-
),
|
|
43
|
+
), A = /* @__PURE__ */ n(
|
|
34
44
|
t(
|
|
35
45
|
"instant-apps-filter-list",
|
|
36
46
|
{
|
|
@@ -38,58 +48,58 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
38
48
|
onFilterUpdate: "filterUpdate"
|
|
39
49
|
}
|
|
40
50
|
)
|
|
41
|
-
),
|
|
51
|
+
), m = /* @__PURE__ */ n(
|
|
42
52
|
t(
|
|
43
53
|
"instant-apps-header",
|
|
44
54
|
{
|
|
45
55
|
onInfoIsOpenChanged: "infoIsOpenChanged"
|
|
46
56
|
}
|
|
47
57
|
)
|
|
48
|
-
),
|
|
58
|
+
), L = /* @__PURE__ */ n(
|
|
49
59
|
t(
|
|
50
60
|
"instant-apps-interactive-legend",
|
|
51
61
|
{}
|
|
52
62
|
)
|
|
53
|
-
),
|
|
63
|
+
), v = /* @__PURE__ */ n(
|
|
54
64
|
t(
|
|
55
65
|
"instant-apps-interactive-legend-classic",
|
|
56
66
|
{}
|
|
57
67
|
)
|
|
58
|
-
),
|
|
68
|
+
), h = /* @__PURE__ */ n(
|
|
59
69
|
t(
|
|
60
70
|
"instant-apps-interactive-legend-count",
|
|
61
71
|
{}
|
|
62
72
|
)
|
|
63
|
-
),
|
|
73
|
+
), C = /* @__PURE__ */ n(
|
|
64
74
|
t(
|
|
65
75
|
"instant-apps-interactive-legend-group-legend-element",
|
|
66
76
|
{}
|
|
67
77
|
)
|
|
68
|
-
),
|
|
78
|
+
), E = /* @__PURE__ */ n(
|
|
69
79
|
t(
|
|
70
80
|
"instant-apps-interactive-legend-group-legend-element-caption",
|
|
71
81
|
{
|
|
72
82
|
onGroupLayerCaptionElementExpandUpdated: "groupLayerCaptionElementExpandUpdated"
|
|
73
83
|
}
|
|
74
84
|
)
|
|
75
|
-
),
|
|
85
|
+
), U = /* @__PURE__ */ n(
|
|
76
86
|
t(
|
|
77
87
|
"instant-apps-interactive-legend-layer-element",
|
|
78
88
|
{}
|
|
79
89
|
)
|
|
80
|
-
),
|
|
90
|
+
), S = /* @__PURE__ */ n(
|
|
81
91
|
t(
|
|
82
92
|
"instant-apps-interactive-legend-layer-element-caption",
|
|
83
93
|
{
|
|
84
94
|
onLayerCaptionElementExpandUpdated: "layerCaptionElementExpandUpdated"
|
|
85
95
|
}
|
|
86
96
|
)
|
|
87
|
-
),
|
|
97
|
+
), x = /* @__PURE__ */ n(
|
|
88
98
|
t(
|
|
89
99
|
"instant-apps-interactive-legend-legend-element",
|
|
90
100
|
{}
|
|
91
101
|
)
|
|
92
|
-
),
|
|
102
|
+
), f = /* @__PURE__ */ n(
|
|
93
103
|
t(
|
|
94
104
|
"instant-apps-interactive-legend-legend-element-caption",
|
|
95
105
|
{
|
|
@@ -97,17 +107,17 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
97
107
|
onShowAllSelected: "showAllSelected"
|
|
98
108
|
}
|
|
99
109
|
)
|
|
100
|
-
),
|
|
110
|
+
), y = /* @__PURE__ */ n(
|
|
101
111
|
t(
|
|
102
112
|
"instant-apps-interactive-legend-relationship",
|
|
103
113
|
{}
|
|
104
114
|
)
|
|
105
|
-
),
|
|
115
|
+
), O = /* @__PURE__ */ n(
|
|
106
116
|
t(
|
|
107
117
|
"instant-apps-keyboard-shortcuts",
|
|
108
118
|
{}
|
|
109
119
|
)
|
|
110
|
-
),
|
|
120
|
+
), P = /* @__PURE__ */ n(
|
|
111
121
|
t(
|
|
112
122
|
"instant-apps-landing-page",
|
|
113
123
|
{
|
|
@@ -115,21 +125,21 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
115
125
|
onLandingPageOpen: "landingPageOpen"
|
|
116
126
|
}
|
|
117
127
|
)
|
|
118
|
-
),
|
|
128
|
+
), b = /* @__PURE__ */ n(
|
|
119
129
|
t(
|
|
120
130
|
"instant-apps-language-switcher",
|
|
121
131
|
{
|
|
122
132
|
onSelectedLanguageUpdated: "selectedLanguageUpdated"
|
|
123
133
|
}
|
|
124
134
|
)
|
|
125
|
-
),
|
|
135
|
+
), w = /* @__PURE__ */ n(
|
|
126
136
|
t(
|
|
127
137
|
"instant-apps-language-translator",
|
|
128
138
|
{
|
|
129
139
|
onTranslatorDataUpdated: "translatorDataUpdated"
|
|
130
140
|
}
|
|
131
141
|
)
|
|
132
|
-
),
|
|
142
|
+
), F = /* @__PURE__ */ n(
|
|
133
143
|
t(
|
|
134
144
|
"instant-apps-ckeditor-wrapper",
|
|
135
145
|
{
|
|
@@ -137,104 +147,106 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
137
147
|
onIsFocused: "isFocused"
|
|
138
148
|
}
|
|
139
149
|
)
|
|
140
|
-
),
|
|
150
|
+
), T = /* @__PURE__ */ n(
|
|
141
151
|
t(
|
|
142
152
|
"instant-apps-language-translator-item",
|
|
143
153
|
{
|
|
144
154
|
onTranslatorItemDataUpdated: "translatorItemDataUpdated"
|
|
145
155
|
}
|
|
146
156
|
)
|
|
147
|
-
),
|
|
157
|
+
), R = /* @__PURE__ */ n(
|
|
148
158
|
t(
|
|
149
159
|
"instant-apps-language-translator-search",
|
|
150
160
|
{
|
|
151
161
|
onSuggestionSelected: "suggestionSelected"
|
|
152
162
|
}
|
|
153
163
|
)
|
|
154
|
-
),
|
|
164
|
+
), D = /* @__PURE__ */ n(
|
|
155
165
|
t(
|
|
156
166
|
"instant-apps-measurement",
|
|
157
167
|
{
|
|
158
168
|
onMeasureActive: "measureActive"
|
|
159
169
|
}
|
|
160
170
|
)
|
|
161
|
-
),
|
|
171
|
+
), k = /* @__PURE__ */ n(
|
|
162
172
|
t(
|
|
163
173
|
"instant-apps-measurement-tool",
|
|
164
174
|
{}
|
|
165
175
|
)
|
|
166
|
-
),
|
|
176
|
+
), G = /* @__PURE__ */ n(
|
|
167
177
|
t(
|
|
168
178
|
"instant-apps-popover",
|
|
169
179
|
{}
|
|
170
180
|
)
|
|
171
|
-
),
|
|
181
|
+
), W = /* @__PURE__ */ n(
|
|
172
182
|
t(
|
|
173
183
|
"instant-apps-popovers",
|
|
174
184
|
{}
|
|
175
185
|
)
|
|
176
|
-
),
|
|
186
|
+
), M = /* @__PURE__ */ n(
|
|
177
187
|
t(
|
|
178
188
|
"instant-apps-scoreboard",
|
|
179
189
|
{
|
|
180
190
|
onScoreboardItemsUpdated: "scoreboardItemsUpdated"
|
|
181
191
|
}
|
|
182
192
|
)
|
|
183
|
-
),
|
|
193
|
+
), B = /* @__PURE__ */ n(
|
|
184
194
|
t(
|
|
185
195
|
"instant-apps-sign-in",
|
|
186
196
|
{}
|
|
187
197
|
)
|
|
188
|
-
),
|
|
198
|
+
), H = /* @__PURE__ */ n(
|
|
189
199
|
t(
|
|
190
200
|
"instant-apps-social-share",
|
|
191
201
|
{}
|
|
192
202
|
)
|
|
193
|
-
),
|
|
203
|
+
), K = /* @__PURE__ */ n(
|
|
194
204
|
t(
|
|
195
205
|
"instant-apps-splash",
|
|
196
206
|
{
|
|
197
207
|
onSplashClose: "splashClose"
|
|
198
208
|
}
|
|
199
209
|
)
|
|
200
|
-
),
|
|
210
|
+
), V = /* @__PURE__ */ n(
|
|
201
211
|
t(
|
|
202
212
|
"instant-apps-time-filter",
|
|
203
213
|
{}
|
|
204
214
|
)
|
|
205
215
|
);
|
|
206
216
|
export {
|
|
207
|
-
i as
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
l as
|
|
212
|
-
g as
|
|
213
|
-
I as
|
|
214
|
-
u as
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
L as
|
|
218
|
-
v as
|
|
219
|
-
h as
|
|
220
|
-
C as
|
|
221
|
-
E as
|
|
222
|
-
U as
|
|
223
|
-
S as
|
|
224
|
-
x as
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
O as
|
|
228
|
-
P as
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
R as
|
|
233
|
-
D as
|
|
234
|
-
k as
|
|
235
|
-
G as
|
|
236
|
-
W as
|
|
237
|
-
M as
|
|
238
|
-
|
|
239
|
-
|
|
217
|
+
i as InstantAppsAppError,
|
|
218
|
+
d as InstantAppsAppGuide,
|
|
219
|
+
c as InstantAppsBuffer,
|
|
220
|
+
F as InstantAppsCkeditorWrapper,
|
|
221
|
+
l as InstantAppsControlPanel,
|
|
222
|
+
g as InstantAppsCreate,
|
|
223
|
+
I as InstantAppsExport,
|
|
224
|
+
u as InstantAppsExportViews,
|
|
225
|
+
A as InstantAppsFilterList,
|
|
226
|
+
m as InstantAppsHeader,
|
|
227
|
+
L as InstantAppsInteractiveLegend,
|
|
228
|
+
v as InstantAppsInteractiveLegendClassic,
|
|
229
|
+
h as InstantAppsInteractiveLegendCount,
|
|
230
|
+
C as InstantAppsInteractiveLegendGroupLegendElement,
|
|
231
|
+
E as InstantAppsInteractiveLegendGroupLegendElementCaption,
|
|
232
|
+
U as InstantAppsInteractiveLegendLayerElement,
|
|
233
|
+
S as InstantAppsInteractiveLegendLayerElementCaption,
|
|
234
|
+
x as InstantAppsInteractiveLegendLegendElement,
|
|
235
|
+
f as InstantAppsInteractiveLegendLegendElementCaption,
|
|
236
|
+
y as InstantAppsInteractiveLegendRelationship,
|
|
237
|
+
O as InstantAppsKeyboardShortcuts,
|
|
238
|
+
P as InstantAppsLandingPage,
|
|
239
|
+
b as InstantAppsLanguageSwitcher,
|
|
240
|
+
w as InstantAppsLanguageTranslator,
|
|
241
|
+
T as InstantAppsLanguageTranslatorItem,
|
|
242
|
+
R as InstantAppsLanguageTranslatorSearch,
|
|
243
|
+
D as InstantAppsMeasurement,
|
|
244
|
+
k as InstantAppsMeasurementTool,
|
|
245
|
+
G as InstantAppsPopover,
|
|
246
|
+
W as InstantAppsPopovers,
|
|
247
|
+
M as InstantAppsScoreboard,
|
|
248
|
+
B as InstantAppsSignIn,
|
|
249
|
+
H as InstantAppsSocialShare,
|
|
250
|
+
K as InstantAppsSplash,
|
|
251
|
+
V as InstantAppsTimeFilter
|
|
240
252
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/instant-apps-components-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next.0",
|
|
4
4
|
"description": "A set of React components that wrap Instant Apps components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@arcgis/instant-apps-components": "
|
|
16
|
-
"@arcgis/lumina": "
|
|
17
|
-
"@arcgis/map-components": "
|
|
15
|
+
"@arcgis/instant-apps-components": "5.0.0-next.0",
|
|
16
|
+
"@arcgis/lumina": "5.0.0-next.0",
|
|
17
|
+
"@arcgis/map-components": "5.0.0-next.0",
|
|
18
18
|
"@ckeditor/ckeditor5-build-classic": "^39.0.1",
|
|
19
19
|
"@lit/react": "^1.0.7",
|
|
20
20
|
"lit": "^3.3.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@arcgis/core": ">=4.34.0-next.43 <4.35",
|
|
25
|
-
"react": ">=18.0.0 <
|
|
26
|
-
"react-dom": ">=18.0.0 <
|
|
25
|
+
"react": ">=18.0.0 <20.0.0",
|
|
26
|
+
"react-dom": ">=18.0.0 <20.0.0"
|
|
27
27
|
}
|
|
28
28
|
}
|