@arcgis/instant-apps-components-react 4.34.0-next.126 → 4.34.0-next.128
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 +4 -1
- package/dist/index.js +71 -65
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
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
|
}, {}>;
|
|
6
|
-
export declare const
|
|
9
|
+
export declare const InstantAppsBuffer: import('@lit/react').ReactWebComponent<HTMLInstantAppsBufferElement & {
|
|
7
10
|
class?: string;
|
|
8
11
|
}, {}>;
|
|
9
12
|
export declare const InstantAppsControlPanel: import('@lit/react').ReactWebComponent<HTMLInstantAppsControlPanelElement & {
|
package/dist/index.js
CHANGED
|
@@ -3,39 +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
20
|
t(
|
|
21
|
-
"instant-apps-
|
|
21
|
+
"instant-apps-control-panel",
|
|
22
22
|
{}
|
|
23
23
|
)
|
|
24
24
|
), g = /* @__PURE__ */ n(
|
|
25
|
+
t(
|
|
26
|
+
"instant-apps-create",
|
|
27
|
+
{}
|
|
28
|
+
)
|
|
29
|
+
), I = /* @__PURE__ */ n(
|
|
25
30
|
t(
|
|
26
31
|
"instant-apps-export",
|
|
27
32
|
{
|
|
28
33
|
onExportOutputUpdated: "exportOutputUpdated"
|
|
29
34
|
}
|
|
30
35
|
)
|
|
31
|
-
),
|
|
36
|
+
), u = /* @__PURE__ */ n(
|
|
32
37
|
t(
|
|
33
38
|
"instant-apps-export-views",
|
|
34
39
|
{
|
|
35
40
|
onExportOutputUpdated: "exportOutputUpdated"
|
|
36
41
|
}
|
|
37
42
|
)
|
|
38
|
-
),
|
|
43
|
+
), A = /* @__PURE__ */ n(
|
|
39
44
|
t(
|
|
40
45
|
"instant-apps-filter-list",
|
|
41
46
|
{
|
|
@@ -50,51 +55,51 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
50
55
|
onInfoIsOpenChanged: "infoIsOpenChanged"
|
|
51
56
|
}
|
|
52
57
|
)
|
|
53
|
-
),
|
|
58
|
+
), L = /* @__PURE__ */ n(
|
|
54
59
|
t(
|
|
55
60
|
"instant-apps-interactive-legend",
|
|
56
61
|
{}
|
|
57
62
|
)
|
|
58
|
-
),
|
|
63
|
+
), v = /* @__PURE__ */ n(
|
|
59
64
|
t(
|
|
60
65
|
"instant-apps-interactive-legend-classic",
|
|
61
66
|
{}
|
|
62
67
|
)
|
|
63
|
-
),
|
|
68
|
+
), h = /* @__PURE__ */ n(
|
|
64
69
|
t(
|
|
65
70
|
"instant-apps-interactive-legend-count",
|
|
66
71
|
{}
|
|
67
72
|
)
|
|
68
|
-
),
|
|
73
|
+
), C = /* @__PURE__ */ n(
|
|
69
74
|
t(
|
|
70
75
|
"instant-apps-interactive-legend-group-legend-element",
|
|
71
76
|
{}
|
|
72
77
|
)
|
|
73
|
-
),
|
|
78
|
+
), E = /* @__PURE__ */ n(
|
|
74
79
|
t(
|
|
75
80
|
"instant-apps-interactive-legend-group-legend-element-caption",
|
|
76
81
|
{
|
|
77
82
|
onGroupLayerCaptionElementExpandUpdated: "groupLayerCaptionElementExpandUpdated"
|
|
78
83
|
}
|
|
79
84
|
)
|
|
80
|
-
),
|
|
85
|
+
), U = /* @__PURE__ */ n(
|
|
81
86
|
t(
|
|
82
87
|
"instant-apps-interactive-legend-layer-element",
|
|
83
88
|
{}
|
|
84
89
|
)
|
|
85
|
-
),
|
|
90
|
+
), S = /* @__PURE__ */ n(
|
|
86
91
|
t(
|
|
87
92
|
"instant-apps-interactive-legend-layer-element-caption",
|
|
88
93
|
{
|
|
89
94
|
onLayerCaptionElementExpandUpdated: "layerCaptionElementExpandUpdated"
|
|
90
95
|
}
|
|
91
96
|
)
|
|
92
|
-
),
|
|
97
|
+
), x = /* @__PURE__ */ n(
|
|
93
98
|
t(
|
|
94
99
|
"instant-apps-interactive-legend-legend-element",
|
|
95
100
|
{}
|
|
96
101
|
)
|
|
97
|
-
),
|
|
102
|
+
), f = /* @__PURE__ */ n(
|
|
98
103
|
t(
|
|
99
104
|
"instant-apps-interactive-legend-legend-element-caption",
|
|
100
105
|
{
|
|
@@ -102,17 +107,17 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
102
107
|
onShowAllSelected: "showAllSelected"
|
|
103
108
|
}
|
|
104
109
|
)
|
|
105
|
-
),
|
|
110
|
+
), y = /* @__PURE__ */ n(
|
|
106
111
|
t(
|
|
107
112
|
"instant-apps-interactive-legend-relationship",
|
|
108
113
|
{}
|
|
109
114
|
)
|
|
110
|
-
),
|
|
115
|
+
), O = /* @__PURE__ */ n(
|
|
111
116
|
t(
|
|
112
117
|
"instant-apps-keyboard-shortcuts",
|
|
113
118
|
{}
|
|
114
119
|
)
|
|
115
|
-
),
|
|
120
|
+
), P = /* @__PURE__ */ n(
|
|
116
121
|
t(
|
|
117
122
|
"instant-apps-landing-page",
|
|
118
123
|
{
|
|
@@ -120,21 +125,21 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
120
125
|
onLandingPageOpen: "landingPageOpen"
|
|
121
126
|
}
|
|
122
127
|
)
|
|
123
|
-
),
|
|
128
|
+
), b = /* @__PURE__ */ n(
|
|
124
129
|
t(
|
|
125
130
|
"instant-apps-language-switcher",
|
|
126
131
|
{
|
|
127
132
|
onSelectedLanguageUpdated: "selectedLanguageUpdated"
|
|
128
133
|
}
|
|
129
134
|
)
|
|
130
|
-
),
|
|
135
|
+
), w = /* @__PURE__ */ n(
|
|
131
136
|
t(
|
|
132
137
|
"instant-apps-language-translator",
|
|
133
138
|
{
|
|
134
139
|
onTranslatorDataUpdated: "translatorDataUpdated"
|
|
135
140
|
}
|
|
136
141
|
)
|
|
137
|
-
),
|
|
142
|
+
), F = /* @__PURE__ */ n(
|
|
138
143
|
t(
|
|
139
144
|
"instant-apps-ckeditor-wrapper",
|
|
140
145
|
{
|
|
@@ -142,105 +147,106 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
142
147
|
onIsFocused: "isFocused"
|
|
143
148
|
}
|
|
144
149
|
)
|
|
145
|
-
),
|
|
150
|
+
), T = /* @__PURE__ */ n(
|
|
146
151
|
t(
|
|
147
152
|
"instant-apps-language-translator-item",
|
|
148
153
|
{
|
|
149
154
|
onTranslatorItemDataUpdated: "translatorItemDataUpdated"
|
|
150
155
|
}
|
|
151
156
|
)
|
|
152
|
-
),
|
|
157
|
+
), R = /* @__PURE__ */ n(
|
|
153
158
|
t(
|
|
154
159
|
"instant-apps-language-translator-search",
|
|
155
160
|
{
|
|
156
161
|
onSuggestionSelected: "suggestionSelected"
|
|
157
162
|
}
|
|
158
163
|
)
|
|
159
|
-
),
|
|
164
|
+
), D = /* @__PURE__ */ n(
|
|
160
165
|
t(
|
|
161
166
|
"instant-apps-measurement",
|
|
162
167
|
{
|
|
163
168
|
onMeasureActive: "measureActive"
|
|
164
169
|
}
|
|
165
170
|
)
|
|
166
|
-
),
|
|
171
|
+
), k = /* @__PURE__ */ n(
|
|
167
172
|
t(
|
|
168
173
|
"instant-apps-measurement-tool",
|
|
169
174
|
{}
|
|
170
175
|
)
|
|
171
|
-
),
|
|
176
|
+
), G = /* @__PURE__ */ n(
|
|
172
177
|
t(
|
|
173
178
|
"instant-apps-popover",
|
|
174
179
|
{}
|
|
175
180
|
)
|
|
176
|
-
),
|
|
181
|
+
), W = /* @__PURE__ */ n(
|
|
177
182
|
t(
|
|
178
183
|
"instant-apps-popovers",
|
|
179
184
|
{}
|
|
180
185
|
)
|
|
181
|
-
),
|
|
186
|
+
), M = /* @__PURE__ */ n(
|
|
182
187
|
t(
|
|
183
188
|
"instant-apps-scoreboard",
|
|
184
189
|
{
|
|
185
190
|
onScoreboardItemsUpdated: "scoreboardItemsUpdated"
|
|
186
191
|
}
|
|
187
192
|
)
|
|
188
|
-
),
|
|
193
|
+
), B = /* @__PURE__ */ n(
|
|
189
194
|
t(
|
|
190
195
|
"instant-apps-sign-in",
|
|
191
196
|
{}
|
|
192
197
|
)
|
|
193
|
-
),
|
|
198
|
+
), H = /* @__PURE__ */ n(
|
|
194
199
|
t(
|
|
195
200
|
"instant-apps-social-share",
|
|
196
201
|
{}
|
|
197
202
|
)
|
|
198
|
-
),
|
|
203
|
+
), K = /* @__PURE__ */ n(
|
|
199
204
|
t(
|
|
200
205
|
"instant-apps-splash",
|
|
201
206
|
{
|
|
202
207
|
onSplashClose: "splashClose"
|
|
203
208
|
}
|
|
204
209
|
)
|
|
205
|
-
),
|
|
210
|
+
), V = /* @__PURE__ */ n(
|
|
206
211
|
t(
|
|
207
212
|
"instant-apps-time-filter",
|
|
208
213
|
{}
|
|
209
214
|
)
|
|
210
215
|
);
|
|
211
216
|
export {
|
|
212
|
-
i as
|
|
213
|
-
d as
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
l as
|
|
217
|
-
g as
|
|
218
|
-
I as
|
|
219
|
-
u as
|
|
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,
|
|
220
226
|
m as InstantAppsHeader,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
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
|
|
246
252
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/instant-apps-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.128",
|
|
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": "4.34.0-next.
|
|
16
|
-
"@arcgis/lumina": "4.34.0-next.
|
|
17
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
15
|
+
"@arcgis/instant-apps-components": "4.34.0-next.128",
|
|
16
|
+
"@arcgis/lumina": "4.34.0-next.128",
|
|
17
|
+
"@arcgis/map-components": "4.34.0-next.128",
|
|
18
18
|
"@ckeditor/ckeditor5-build-classic": "^39.0.1",
|
|
19
19
|
"@lit/react": "^1.0.7",
|
|
20
20
|
"lit": "^3.3.0",
|