igniteui-webcomponents-maps 5.0.2 → 5.1.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/bundles/igniteui-webcomponents-maps.umd.js +1524 -1524
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +191 -191
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +465 -465
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +458 -458
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1538 -1538
- package/fesm5/igniteui-webcomponents-maps.js +1524 -1524
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -49
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +114 -114
- package/package.json +3 -3
|
@@ -17,329 +17,329 @@ import { isNaN_ } from "igniteui-webcomponents-core";
|
|
|
17
17
|
*/
|
|
18
18
|
export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
|
-
|
|
21
|
-
super.
|
|
22
|
-
if (this.
|
|
23
|
-
this.
|
|
20
|
+
qd() {
|
|
21
|
+
super.qd();
|
|
22
|
+
if (this.ww != null) {
|
|
23
|
+
this.ww.qd();
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
constructor() {
|
|
27
27
|
super();
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
28
|
+
this.wu = null;
|
|
29
|
+
this.ww = this.wv();
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_fb() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
let c = this.
|
|
34
|
+
kp(a, b) {
|
|
35
|
+
let c = this.nc(b);
|
|
36
36
|
if (c == "LatitudeMemberPath") {
|
|
37
37
|
c = "YMemberPath";
|
|
38
38
|
}
|
|
39
39
|
if (c == "LongitudeMemberPath") {
|
|
40
40
|
c = "XMemberPath";
|
|
41
41
|
}
|
|
42
|
-
return this.
|
|
42
|
+
return this.ww.kp(a, c);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
let b = this.
|
|
44
|
+
mc(a) {
|
|
45
|
+
let b = this.nc(a);
|
|
46
46
|
if (b == "LatitudeMemberPath") {
|
|
47
47
|
b = "YMemberPath";
|
|
48
48
|
}
|
|
49
49
|
if (b == "LongitudeMemberPath") {
|
|
50
50
|
b = "XMemberPath";
|
|
51
51
|
}
|
|
52
|
-
return this.
|
|
52
|
+
return this.ww.mc(b);
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
return this.
|
|
54
|
+
get_kh() {
|
|
55
|
+
return this.kz(this.ww);
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
57
|
+
set_kh(a) {
|
|
58
|
+
this.oy(this.ww, a);
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
return this.
|
|
60
|
+
ea(a, b, c, d, e) {
|
|
61
|
+
return this.ww.ea(a, b, c, d, e);
|
|
62
62
|
}
|
|
63
63
|
ai() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.ww.ai();
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
return this.
|
|
66
|
+
bn() {
|
|
67
|
+
return this.ww;
|
|
68
68
|
}
|
|
69
|
-
get
|
|
70
|
-
return this.
|
|
69
|
+
get ww() {
|
|
70
|
+
return this.wu;
|
|
71
71
|
}
|
|
72
|
-
set
|
|
73
|
-
let b = this.
|
|
72
|
+
set ww(a) {
|
|
73
|
+
let b = this.ww != a;
|
|
74
74
|
if (b) {
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
75
|
+
this.wu = a;
|
|
76
|
+
this.w1();
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
get_hasMarkers() {
|
|
80
|
-
return this.
|
|
80
|
+
return this.ww.hasMarkers;
|
|
81
81
|
}
|
|
82
|
-
|
|
83
|
-
if (this.
|
|
84
|
-
let hostedSeries_ = this.
|
|
82
|
+
w1() {
|
|
83
|
+
if (this.wu != null) {
|
|
84
|
+
let hostedSeries_ = this.wu;
|
|
85
85
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
86
86
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
87
87
|
}
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
}
|
|
91
|
-
de(a, b, c) {
|
|
92
|
-
return this.dg(this.ws, a, b, c);
|
|
88
|
+
this.pe(this.ww);
|
|
89
|
+
this.wx.b5();
|
|
93
90
|
}
|
|
94
91
|
df(a, b, c) {
|
|
95
|
-
return this.dh(this.
|
|
96
|
-
}
|
|
97
|
-
kl(a) {
|
|
98
|
-
return this.ku(this.ws, a);
|
|
92
|
+
return this.dh(this.ww, a, b, c);
|
|
99
93
|
}
|
|
100
|
-
|
|
101
|
-
return this.
|
|
94
|
+
dg(a, b, c) {
|
|
95
|
+
return this.di(this.ww, a, b, c);
|
|
102
96
|
}
|
|
103
|
-
|
|
104
|
-
return this.
|
|
97
|
+
km(a) {
|
|
98
|
+
return this.kv(this.ww, a);
|
|
105
99
|
}
|
|
106
|
-
|
|
107
|
-
return this.
|
|
100
|
+
j9(a, b) {
|
|
101
|
+
return this.ww.j9(a, b);
|
|
108
102
|
}
|
|
109
|
-
|
|
110
|
-
return this.
|
|
103
|
+
j7(a, b) {
|
|
104
|
+
return this.ww.j7(a, b);
|
|
111
105
|
}
|
|
112
|
-
|
|
113
|
-
return this.
|
|
106
|
+
i4(a, b, c) {
|
|
107
|
+
return this.ww.i4(a, b, c);
|
|
114
108
|
}
|
|
115
|
-
|
|
116
|
-
return this.
|
|
109
|
+
v8(a, b, c) {
|
|
110
|
+
return this.ww.v8(a, b, c);
|
|
117
111
|
}
|
|
118
|
-
|
|
119
|
-
return this.
|
|
112
|
+
wj(a) {
|
|
113
|
+
return this.ww.wj(a);
|
|
120
114
|
}
|
|
121
115
|
ao(a) {
|
|
122
|
-
return this.
|
|
123
|
-
}
|
|
124
|
-
wj(a) {
|
|
125
|
-
return this.ws.wj(a);
|
|
116
|
+
return this.ww.ao(a);
|
|
126
117
|
}
|
|
127
118
|
wk(a) {
|
|
128
|
-
return this.
|
|
119
|
+
return this.ww.wk(a);
|
|
129
120
|
}
|
|
130
|
-
|
|
131
|
-
return this.
|
|
121
|
+
ap(a) {
|
|
122
|
+
return this.ww.ap(a);
|
|
132
123
|
}
|
|
133
|
-
|
|
134
|
-
return this.
|
|
124
|
+
wl(a) {
|
|
125
|
+
return this.ww.wl(a);
|
|
135
126
|
}
|
|
136
|
-
|
|
137
|
-
return this.
|
|
127
|
+
wm(a) {
|
|
128
|
+
return this.ww.wm(a);
|
|
129
|
+
}
|
|
130
|
+
i0(a, b, c) {
|
|
131
|
+
return this.ww.i0(a, b, c);
|
|
138
132
|
}
|
|
139
133
|
v4(a, b, c) {
|
|
140
|
-
return this.
|
|
134
|
+
return this.ww.v4(a, b, c);
|
|
141
135
|
}
|
|
142
|
-
|
|
143
|
-
return this.
|
|
136
|
+
i2(a, b, c) {
|
|
137
|
+
return this.i4(a, b, c);
|
|
144
138
|
}
|
|
145
|
-
|
|
146
|
-
return this.
|
|
139
|
+
v6(a, b, c) {
|
|
140
|
+
return this.ww.v6(a, b, c);
|
|
147
141
|
}
|
|
148
|
-
|
|
149
|
-
return this.
|
|
142
|
+
v9(a, b, c) {
|
|
143
|
+
return this.ww.v9(a, b, c);
|
|
150
144
|
}
|
|
151
|
-
|
|
152
|
-
return this.
|
|
145
|
+
i5(a, b, c) {
|
|
146
|
+
return this.ww.i5(a, b, c);
|
|
153
147
|
}
|
|
154
148
|
v5(a, b, c) {
|
|
155
|
-
return this.
|
|
149
|
+
return this.ww.v5(a, b, c);
|
|
156
150
|
}
|
|
157
|
-
|
|
158
|
-
return this.
|
|
151
|
+
i1(a, b, c) {
|
|
152
|
+
return this.ww.i1(a, b, c);
|
|
153
|
+
}
|
|
154
|
+
v7(a, b, c) {
|
|
155
|
+
return this.ww.v7(a, b, c);
|
|
159
156
|
}
|
|
160
|
-
|
|
161
|
-
return this.
|
|
157
|
+
i3(a, b, c) {
|
|
158
|
+
return this.ww.i3(a, b, c);
|
|
162
159
|
}
|
|
163
|
-
|
|
164
|
-
return this.
|
|
160
|
+
j3(a) {
|
|
161
|
+
return this.ww.j3(a);
|
|
165
162
|
}
|
|
166
|
-
|
|
167
|
-
return this.
|
|
163
|
+
iv() {
|
|
164
|
+
return this.ww.iv();
|
|
168
165
|
}
|
|
169
|
-
|
|
170
|
-
return this.
|
|
166
|
+
ir(a) {
|
|
167
|
+
return this.ww.ir(a);
|
|
168
|
+
}
|
|
169
|
+
kn(a) {
|
|
170
|
+
return this.ww.kn(a);
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
cr() {
|
|
173
173
|
return new HostSeriesView(this);
|
|
174
174
|
}
|
|
175
|
-
|
|
176
|
-
super.
|
|
177
|
-
this.
|
|
175
|
+
qy(a) {
|
|
176
|
+
super.qy(a);
|
|
177
|
+
this.wx = typeCast(HostSeriesView.$, a);
|
|
178
178
|
}
|
|
179
|
-
get
|
|
180
|
-
return this.c(GeographicMapSeriesHost.
|
|
179
|
+
get wy() {
|
|
180
|
+
return this.c(GeographicMapSeriesHost.w3);
|
|
181
181
|
}
|
|
182
|
-
set
|
|
183
|
-
this.h(GeographicMapSeriesHost.
|
|
182
|
+
set wy(a) {
|
|
183
|
+
this.h(GeographicMapSeriesHost.w3, a);
|
|
184
184
|
}
|
|
185
|
-
|
|
186
|
-
super.
|
|
185
|
+
q6(a, b, c, d) {
|
|
186
|
+
super.q6(a, b, c, d);
|
|
187
187
|
switch (b) {
|
|
188
188
|
case "SeriesViewer":
|
|
189
|
-
this.
|
|
189
|
+
this.ww.da = this.da;
|
|
190
190
|
if (c != null) {
|
|
191
|
-
c.
|
|
191
|
+
c.q1(this.ww);
|
|
192
192
|
}
|
|
193
193
|
if (d != null) {
|
|
194
|
-
this.
|
|
194
|
+
this.da.m5(this.ww);
|
|
195
195
|
}
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
196
|
+
this.ww.q9(this.wo);
|
|
197
|
+
this.ww.index = this.index;
|
|
198
|
+
this.px(this.ww);
|
|
199
|
+
this.kf = this.ww.kf;
|
|
200
200
|
let e = typeCast(SeriesViewer.$, c);
|
|
201
201
|
if (e != null) {
|
|
202
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
202
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w2));
|
|
203
203
|
}
|
|
204
|
-
if (this.
|
|
205
|
-
let f = this.
|
|
206
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
204
|
+
if (this.da != null) {
|
|
205
|
+
let f = this.da;
|
|
206
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w2));
|
|
207
207
|
}
|
|
208
|
-
this.
|
|
208
|
+
this.w0();
|
|
209
209
|
break;
|
|
210
210
|
case "SyncLink":
|
|
211
|
-
this.
|
|
211
|
+
this.ww.c2 = this.c2;
|
|
212
212
|
break;
|
|
213
213
|
case "VisibleFromScale":
|
|
214
|
-
this.
|
|
214
|
+
this.w0();
|
|
215
215
|
break;
|
|
216
216
|
case "Index":
|
|
217
|
-
this.
|
|
217
|
+
this.ww.index = this.index;
|
|
218
218
|
break;
|
|
219
219
|
case "ItemsSource":
|
|
220
|
-
this.
|
|
220
|
+
this.wx.b6();
|
|
221
221
|
break;
|
|
222
222
|
case "Resolution":
|
|
223
|
-
this.
|
|
223
|
+
this.wx.cd();
|
|
224
224
|
break;
|
|
225
225
|
case "TransitionDuration":
|
|
226
|
-
this.
|
|
226
|
+
this.wx.cg();
|
|
227
227
|
break;
|
|
228
228
|
case "Opacity":
|
|
229
|
-
this.
|
|
229
|
+
this.wx.ca();
|
|
230
230
|
break;
|
|
231
231
|
case "Visibility":
|
|
232
|
-
let hs_ = this.
|
|
232
|
+
let hs_ = this.ww;
|
|
233
233
|
let v_ = this._visibility;
|
|
234
234
|
hs_.visibility = v_;
|
|
235
235
|
break;
|
|
236
236
|
case "MouseOverEnabled":
|
|
237
|
-
this.
|
|
237
|
+
this.ww.f7 = this.f7;
|
|
238
238
|
break;
|
|
239
239
|
case "ExpectFunctions":
|
|
240
|
-
this.
|
|
240
|
+
this.ww.expectFunctions = this.expectFunctions;
|
|
241
241
|
break;
|
|
242
242
|
case "Thickness":
|
|
243
|
-
this.
|
|
243
|
+
this.wx.cf();
|
|
244
244
|
break;
|
|
245
245
|
case "Brush":
|
|
246
|
-
this.
|
|
246
|
+
this.wx.b4();
|
|
247
247
|
break;
|
|
248
248
|
case "Outline":
|
|
249
|
-
this.
|
|
249
|
+
this.wx.cc();
|
|
250
250
|
break;
|
|
251
251
|
case "ActualBrush":
|
|
252
|
-
this.
|
|
252
|
+
this.wx.b1();
|
|
253
253
|
break;
|
|
254
254
|
case "ActualOutline":
|
|
255
|
-
this.
|
|
255
|
+
this.wx.b2();
|
|
256
256
|
break;
|
|
257
257
|
case "MarkerFillOpacity":
|
|
258
|
-
if (!isNaN_(this.
|
|
259
|
-
this.
|
|
258
|
+
if (!isNaN_(this.jf)) {
|
|
259
|
+
this.wx.b9();
|
|
260
260
|
}
|
|
261
261
|
break;
|
|
262
262
|
case "AreaFillOpacity":
|
|
263
|
-
if (!isNaN_(this.
|
|
264
|
-
this.
|
|
263
|
+
if (!isNaN_(this.ij)) {
|
|
264
|
+
this.wx.b3();
|
|
265
265
|
}
|
|
266
266
|
break;
|
|
267
267
|
case "OutlineMode":
|
|
268
|
-
this.
|
|
268
|
+
this.wx.cb();
|
|
269
269
|
break;
|
|
270
270
|
case "ShowDefaultTooltip":
|
|
271
|
-
this.
|
|
271
|
+
this.wx.ce();
|
|
272
272
|
break;
|
|
273
273
|
case "Title":
|
|
274
|
-
this.
|
|
274
|
+
this.ww.title = this.title;
|
|
275
275
|
break;
|
|
276
276
|
case "LegendItemBadgeMode":
|
|
277
|
-
this.
|
|
277
|
+
this.wx.b7();
|
|
278
278
|
break;
|
|
279
279
|
case "LegendItemBadgeShape":
|
|
280
|
-
this.
|
|
280
|
+
this.wx.b8();
|
|
281
281
|
break;
|
|
282
282
|
case "Legend":
|
|
283
|
-
this.
|
|
284
|
-
this.
|
|
283
|
+
this.ww.legend = this.legend;
|
|
284
|
+
this.cu.av();
|
|
285
285
|
break;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
|
|
289
|
-
if (this.
|
|
288
|
+
w0() {
|
|
289
|
+
if (this.da == null || this.ww == null) {
|
|
290
290
|
return;
|
|
291
291
|
}
|
|
292
|
-
if (!isNaN_(this.
|
|
293
|
-
if (this.
|
|
294
|
-
let hs_ = this.
|
|
292
|
+
if (!isNaN_(this.wy)) {
|
|
293
|
+
if (this.da.v0.width > this.wy) {
|
|
294
|
+
let hs_ = this.ww;
|
|
295
295
|
let v_ = 1;
|
|
296
296
|
hs_.visibility = v_;
|
|
297
297
|
}
|
|
298
298
|
else {
|
|
299
|
-
let hs2_ = this.
|
|
299
|
+
let hs2_ = this.ww;
|
|
300
300
|
let v2_ = 0;
|
|
301
301
|
hs2_.visibility = v2_;
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
|
|
306
|
-
this.
|
|
305
|
+
w2(a, b) {
|
|
306
|
+
this.w0();
|
|
307
307
|
}
|
|
308
|
-
|
|
309
|
-
super.
|
|
310
|
-
if (this.
|
|
311
|
-
this.
|
|
308
|
+
ro(a) {
|
|
309
|
+
super.ro(a);
|
|
310
|
+
if (this.ww != null) {
|
|
311
|
+
this.ww.ro(a);
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
|
-
|
|
315
|
-
if (this.
|
|
316
|
-
this.
|
|
314
|
+
rn(a, b, c, d, e) {
|
|
315
|
+
if (this.ww != null) {
|
|
316
|
+
this.ww.rn(a, b, c, d, e);
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
|
|
320
|
-
return this.
|
|
319
|
+
a2(a, b) {
|
|
320
|
+
return this.ww.a2(a, b);
|
|
321
321
|
}
|
|
322
|
-
|
|
323
|
-
super.
|
|
324
|
-
this.
|
|
322
|
+
r8() {
|
|
323
|
+
super.r8();
|
|
324
|
+
this.ww.r8();
|
|
325
325
|
}
|
|
326
326
|
get_coercionMethods() {
|
|
327
327
|
return this._coercionMethods;
|
|
328
328
|
}
|
|
329
329
|
set_coercionMethods(a) {
|
|
330
330
|
this._coercionMethods = a;
|
|
331
|
-
this.
|
|
331
|
+
this.ww.coercionMethods = a;
|
|
332
332
|
}
|
|
333
|
-
|
|
334
|
-
super.
|
|
335
|
-
if (this.
|
|
336
|
-
let b = this.
|
|
337
|
-
this.
|
|
333
|
+
pw(a) {
|
|
334
|
+
super.pw(a);
|
|
335
|
+
if (this.ww != null) {
|
|
336
|
+
let b = this.ww.kl();
|
|
337
|
+
this.o7(a, b);
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
342
|
-
GeographicMapSeriesHost.
|
|
342
|
+
GeographicMapSeriesHost.w3 = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
|
|
343
343
|
let c = a;
|
|
344
344
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
345
345
|
}));
|
|
@@ -360,66 +360,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
360
360
|
}
|
|
361
361
|
b5() {
|
|
362
362
|
this.b0.legendItemVisibility = 1;
|
|
363
|
-
this.b0.
|
|
364
|
-
this.b0.
|
|
365
|
-
this.b0.
|
|
366
|
-
this.b0.
|
|
367
|
-
this.b0.
|
|
368
|
-
this.b0.
|
|
369
|
-
this.b0.
|
|
370
|
-
this.b0.
|
|
371
|
-
this.b0.
|
|
372
|
-
this.b0.
|
|
373
|
-
this.b0.
|
|
374
|
-
this.b0.
|
|
375
|
-
this.b0.
|
|
376
|
-
this.b0.
|
|
377
|
-
this.b0.
|
|
363
|
+
this.b0.ww.legendItemVisibility = 0;
|
|
364
|
+
this.b0.ww.itemsSource = this.b0.itemsSource;
|
|
365
|
+
this.b0.ww.index = this.b0.index;
|
|
366
|
+
this.b0.ww.vb = this.b0.vb;
|
|
367
|
+
this.b0.ww.vr = this.b0.vb;
|
|
368
|
+
this.b0.ww.ch = this.b0.ch;
|
|
369
|
+
this.b0.ww.ji = this.b0.ji;
|
|
370
|
+
this.b0.ww.kc = this.b0.kc;
|
|
371
|
+
this.b0.ww._opacity = this.b0._opacity;
|
|
372
|
+
this.b0.ww.jo = this.b0.jo;
|
|
373
|
+
this.b0.ww.ij = this.b0.ij;
|
|
374
|
+
this.b0.ww.jf = this.b0.jf;
|
|
375
|
+
this.b0.ww.go = this.b0.go;
|
|
376
|
+
this.b0.ww.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
377
|
+
this.b0.ww.bd = this.b0.bd;
|
|
378
378
|
}
|
|
379
379
|
b6() {
|
|
380
|
-
this.b0.
|
|
380
|
+
this.b0.ww.itemsSource = this.b0.itemsSource;
|
|
381
381
|
}
|
|
382
382
|
cd() {
|
|
383
|
-
this.b0.
|
|
383
|
+
this.b0.ww.ji = this.b0.ji;
|
|
384
384
|
}
|
|
385
385
|
cg() {
|
|
386
|
-
this.b0.
|
|
386
|
+
this.b0.ww.kc = this.b0.kc;
|
|
387
387
|
}
|
|
388
388
|
ca() {
|
|
389
|
-
this.b0.
|
|
389
|
+
this.b0.ww._opacity = this.b0._opacity;
|
|
390
390
|
}
|
|
391
391
|
cf() {
|
|
392
|
-
this.b0.
|
|
392
|
+
this.b0.ww.jo = this.b0.jo;
|
|
393
393
|
}
|
|
394
394
|
b4() {
|
|
395
|
-
this.b0.
|
|
395
|
+
this.b0.ww.vb = this.b0.vb;
|
|
396
396
|
}
|
|
397
397
|
cc() {
|
|
398
|
-
this.b0.
|
|
398
|
+
this.b0.ww.vr = this.b0.vr;
|
|
399
399
|
}
|
|
400
400
|
b1() {
|
|
401
|
-
this.b0.
|
|
401
|
+
this.b0.ww.vb = this.b0.u5;
|
|
402
402
|
}
|
|
403
403
|
b2() {
|
|
404
|
-
this.b0.
|
|
404
|
+
this.b0.ww.vr = this.b0.u9;
|
|
405
405
|
}
|
|
406
406
|
b7() {
|
|
407
|
-
this.b0.
|
|
407
|
+
this.b0.ww.bd = this.b0.bd;
|
|
408
408
|
}
|
|
409
409
|
b8() {
|
|
410
|
-
this.b0.
|
|
410
|
+
this.b0.ww.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
411
411
|
}
|
|
412
412
|
b3() {
|
|
413
|
-
this.b0.
|
|
413
|
+
this.b0.ww.ij = this.b0.ij;
|
|
414
414
|
}
|
|
415
415
|
b9() {
|
|
416
|
-
this.b0.
|
|
416
|
+
this.b0.ww.jf = this.b0.jf;
|
|
417
417
|
}
|
|
418
418
|
cb() {
|
|
419
|
-
this.b0.
|
|
419
|
+
this.b0.ww.ch = this.b0.ch;
|
|
420
420
|
}
|
|
421
421
|
ce() {
|
|
422
|
-
this.b0.
|
|
422
|
+
this.b0.ww.go = this.b0.go;
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|