@arcgis/instant-apps-components-react 5.0.0-next.5 → 5.0.0-next.50
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 -0
- package/dist/index.js +43 -36
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export declare const InstantAppsCreate: import('@lit/react').ReactWebComponent<H
|
|
|
18
18
|
export declare const InstantAppsExport: import('@lit/react').ReactWebComponent<HTMLInstantAppsExportElement & {
|
|
19
19
|
class?: string;
|
|
20
20
|
}, {
|
|
21
|
+
onAfterExport: EventName<HTMLInstantAppsExportElement["afterExport"]>;
|
|
21
22
|
onExportOutputUpdated: EventName<HTMLInstantAppsExportElement["exportOutputUpdated"]>;
|
|
22
23
|
}>;
|
|
23
24
|
export declare const InstantAppsExportViews: import('@lit/react').ReactWebComponent<HTMLInstantAppsExportViewsElement & {
|
|
@@ -98,6 +99,9 @@ export declare const InstantAppsCkeditorWrapper: import('@lit/react').ReactWebCo
|
|
|
98
99
|
onDataChanged: EventName<HTMLInstantAppsCkeditorWrapperElement["dataChanged"]>;
|
|
99
100
|
onIsFocused: EventName<HTMLInstantAppsCkeditorWrapperElement["isFocused"]>;
|
|
100
101
|
}>;
|
|
102
|
+
export declare const InstantAppsLanguageTranslatorContent: import('@lit/react').ReactWebComponent<HTMLInstantAppsLanguageTranslatorContentElement & {
|
|
103
|
+
class?: string;
|
|
104
|
+
}, {}>;
|
|
101
105
|
export declare const InstantAppsLanguageTranslatorItem: import('@lit/react').ReactWebComponent<HTMLInstantAppsLanguageTranslatorItemElement & {
|
|
102
106
|
class?: string;
|
|
103
107
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -30,6 +30,7 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
30
30
|
t(
|
|
31
31
|
"instant-apps-export",
|
|
32
32
|
{
|
|
33
|
+
onAfterExport: "afterExport",
|
|
33
34
|
onExportOutputUpdated: "exportOutputUpdated"
|
|
34
35
|
}
|
|
35
36
|
)
|
|
@@ -65,7 +66,7 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
65
66
|
"instant-apps-interactive-legend-classic",
|
|
66
67
|
{}
|
|
67
68
|
)
|
|
68
|
-
),
|
|
69
|
+
), E = /* @__PURE__ */ n(
|
|
69
70
|
t(
|
|
70
71
|
"instant-apps-interactive-legend-count",
|
|
71
72
|
{}
|
|
@@ -75,7 +76,7 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
75
76
|
"instant-apps-interactive-legend-group-legend-element",
|
|
76
77
|
{}
|
|
77
78
|
)
|
|
78
|
-
),
|
|
79
|
+
), h = /* @__PURE__ */ n(
|
|
79
80
|
t(
|
|
80
81
|
"instant-apps-interactive-legend-group-legend-element-caption",
|
|
81
82
|
{
|
|
@@ -87,14 +88,14 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
87
88
|
"instant-apps-interactive-legend-layer-element",
|
|
88
89
|
{}
|
|
89
90
|
)
|
|
90
|
-
),
|
|
91
|
+
), x = /* @__PURE__ */ n(
|
|
91
92
|
t(
|
|
92
93
|
"instant-apps-interactive-legend-layer-element-caption",
|
|
93
94
|
{
|
|
94
95
|
onLayerCaptionElementExpandUpdated: "layerCaptionElementExpandUpdated"
|
|
95
96
|
}
|
|
96
97
|
)
|
|
97
|
-
),
|
|
98
|
+
), S = /* @__PURE__ */ n(
|
|
98
99
|
t(
|
|
99
100
|
"instant-apps-interactive-legend-legend-element",
|
|
100
101
|
{}
|
|
@@ -125,21 +126,21 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
125
126
|
onLandingPageOpen: "landingPageOpen"
|
|
126
127
|
}
|
|
127
128
|
)
|
|
128
|
-
),
|
|
129
|
+
), T = /* @__PURE__ */ n(
|
|
129
130
|
t(
|
|
130
131
|
"instant-apps-language-switcher",
|
|
131
132
|
{
|
|
132
133
|
onSelectedLanguageUpdated: "selectedLanguageUpdated"
|
|
133
134
|
}
|
|
134
135
|
)
|
|
135
|
-
),
|
|
136
|
+
), b = /* @__PURE__ */ n(
|
|
136
137
|
t(
|
|
137
138
|
"instant-apps-language-translator",
|
|
138
139
|
{
|
|
139
140
|
onTranslatorDataUpdated: "translatorDataUpdated"
|
|
140
141
|
}
|
|
141
142
|
)
|
|
142
|
-
),
|
|
143
|
+
), w = /* @__PURE__ */ n(
|
|
143
144
|
t(
|
|
144
145
|
"instant-apps-ckeditor-wrapper",
|
|
145
146
|
{
|
|
@@ -147,67 +148,72 @@ const n = /* @__PURE__ */ s(e, a), i = /* @__PURE__ */ n(
|
|
|
147
148
|
onIsFocused: "isFocused"
|
|
148
149
|
}
|
|
149
150
|
)
|
|
150
|
-
),
|
|
151
|
+
), F = /* @__PURE__ */ n(
|
|
152
|
+
t(
|
|
153
|
+
"instant-apps-language-translator-content",
|
|
154
|
+
{}
|
|
155
|
+
)
|
|
156
|
+
), R = /* @__PURE__ */ n(
|
|
151
157
|
t(
|
|
152
158
|
"instant-apps-language-translator-item",
|
|
153
159
|
{
|
|
154
160
|
onTranslatorItemDataUpdated: "translatorItemDataUpdated"
|
|
155
161
|
}
|
|
156
162
|
)
|
|
157
|
-
),
|
|
163
|
+
), D = /* @__PURE__ */ n(
|
|
158
164
|
t(
|
|
159
165
|
"instant-apps-language-translator-search",
|
|
160
166
|
{
|
|
161
167
|
onSuggestionSelected: "suggestionSelected"
|
|
162
168
|
}
|
|
163
169
|
)
|
|
164
|
-
),
|
|
170
|
+
), k = /* @__PURE__ */ n(
|
|
165
171
|
t(
|
|
166
172
|
"instant-apps-measurement",
|
|
167
173
|
{
|
|
168
174
|
onMeasureActive: "measureActive"
|
|
169
175
|
}
|
|
170
176
|
)
|
|
171
|
-
),
|
|
177
|
+
), G = /* @__PURE__ */ n(
|
|
172
178
|
t(
|
|
173
179
|
"instant-apps-measurement-tool",
|
|
174
180
|
{}
|
|
175
181
|
)
|
|
176
|
-
),
|
|
182
|
+
), W = /* @__PURE__ */ n(
|
|
177
183
|
t(
|
|
178
184
|
"instant-apps-popover",
|
|
179
185
|
{}
|
|
180
186
|
)
|
|
181
|
-
),
|
|
187
|
+
), M = /* @__PURE__ */ n(
|
|
182
188
|
t(
|
|
183
189
|
"instant-apps-popovers",
|
|
184
190
|
{}
|
|
185
191
|
)
|
|
186
|
-
),
|
|
192
|
+
), B = /* @__PURE__ */ n(
|
|
187
193
|
t(
|
|
188
194
|
"instant-apps-scoreboard",
|
|
189
195
|
{
|
|
190
196
|
onScoreboardItemsUpdated: "scoreboardItemsUpdated"
|
|
191
197
|
}
|
|
192
198
|
)
|
|
193
|
-
),
|
|
199
|
+
), H = /* @__PURE__ */ n(
|
|
194
200
|
t(
|
|
195
201
|
"instant-apps-sign-in",
|
|
196
202
|
{}
|
|
197
203
|
)
|
|
198
|
-
),
|
|
204
|
+
), K = /* @__PURE__ */ n(
|
|
199
205
|
t(
|
|
200
206
|
"instant-apps-social-share",
|
|
201
207
|
{}
|
|
202
208
|
)
|
|
203
|
-
),
|
|
209
|
+
), V = /* @__PURE__ */ n(
|
|
204
210
|
t(
|
|
205
211
|
"instant-apps-splash",
|
|
206
212
|
{
|
|
207
213
|
onSplashClose: "splashClose"
|
|
208
214
|
}
|
|
209
215
|
)
|
|
210
|
-
),
|
|
216
|
+
), j = /* @__PURE__ */ n(
|
|
211
217
|
t(
|
|
212
218
|
"instant-apps-time-filter",
|
|
213
219
|
{}
|
|
@@ -217,7 +223,7 @@ export {
|
|
|
217
223
|
i as InstantAppsAppError,
|
|
218
224
|
d as InstantAppsAppGuide,
|
|
219
225
|
c as InstantAppsBuffer,
|
|
220
|
-
|
|
226
|
+
w as InstantAppsCkeditorWrapper,
|
|
221
227
|
l as InstantAppsControlPanel,
|
|
222
228
|
g as InstantAppsCreate,
|
|
223
229
|
I as InstantAppsExport,
|
|
@@ -226,27 +232,28 @@ export {
|
|
|
226
232
|
m as InstantAppsHeader,
|
|
227
233
|
L as InstantAppsInteractiveLegend,
|
|
228
234
|
v as InstantAppsInteractiveLegendClassic,
|
|
229
|
-
|
|
235
|
+
E as InstantAppsInteractiveLegendCount,
|
|
230
236
|
C as InstantAppsInteractiveLegendGroupLegendElement,
|
|
231
|
-
|
|
237
|
+
h as InstantAppsInteractiveLegendGroupLegendElementCaption,
|
|
232
238
|
U as InstantAppsInteractiveLegendLayerElement,
|
|
233
|
-
|
|
234
|
-
|
|
239
|
+
x as InstantAppsInteractiveLegendLayerElementCaption,
|
|
240
|
+
S as InstantAppsInteractiveLegendLegendElement,
|
|
235
241
|
f as InstantAppsInteractiveLegendLegendElementCaption,
|
|
236
242
|
y as InstantAppsInteractiveLegendRelationship,
|
|
237
243
|
O as InstantAppsKeyboardShortcuts,
|
|
238
244
|
P as InstantAppsLandingPage,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
R as
|
|
243
|
-
D as
|
|
244
|
-
k as
|
|
245
|
-
G as
|
|
246
|
-
W as
|
|
247
|
-
M as
|
|
248
|
-
B as
|
|
249
|
-
H as
|
|
250
|
-
K as
|
|
251
|
-
V as
|
|
245
|
+
T as InstantAppsLanguageSwitcher,
|
|
246
|
+
b as InstantAppsLanguageTranslator,
|
|
247
|
+
F as InstantAppsLanguageTranslatorContent,
|
|
248
|
+
R as InstantAppsLanguageTranslatorItem,
|
|
249
|
+
D as InstantAppsLanguageTranslatorSearch,
|
|
250
|
+
k as InstantAppsMeasurement,
|
|
251
|
+
G as InstantAppsMeasurementTool,
|
|
252
|
+
W as InstantAppsPopover,
|
|
253
|
+
M as InstantAppsPopovers,
|
|
254
|
+
B as InstantAppsScoreboard,
|
|
255
|
+
H as InstantAppsSignIn,
|
|
256
|
+
K as InstantAppsSocialShare,
|
|
257
|
+
V as InstantAppsSplash,
|
|
258
|
+
j as InstantAppsTimeFilter
|
|
252
259
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/instant-apps-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.50",
|
|
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": "5.0.0-next.
|
|
16
|
-
"@arcgis/lumina": "5.0.0-next.
|
|
17
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
15
|
+
"@arcgis/instant-apps-components": "5.0.0-next.50",
|
|
16
|
+
"@arcgis/lumina": "5.0.0-next.50",
|
|
17
|
+
"@arcgis/map-components": "5.0.0-next.50",
|
|
18
18
|
"@ckeditor/ckeditor5-build-classic": "^39.0.1",
|
|
19
19
|
"@lit/react": "^1.0.7",
|
|
20
20
|
"lit": "^3.3.0",
|