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