igniteui-angular-maps 18.1.1 → 18.2.0-beta.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-angular-maps.umd.js +1560 -1474
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -40
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
- 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 +79 -69
- 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 +466 -466
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-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 +206 -191
- 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 +78 -68
- 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 +459 -459
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1563 -1489
- package/fesm5/igniteui-angular-maps.js +1561 -1475
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -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 +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -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 +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- package/package.json +2 -2
|
@@ -19,327 +19,342 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.ww = null;
|
|
23
|
+
this.wy = this.wx();
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
25
|
+
qe() {
|
|
26
|
+
super.qe();
|
|
27
|
+
if (this.wy != null) {
|
|
28
|
+
this.wy.qe();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_fc() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
let c = this.
|
|
34
|
+
kq(a, b) {
|
|
35
|
+
let c = this.nd(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.wy.kq(a, c);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
let b = this.
|
|
44
|
+
md(a) {
|
|
45
|
+
let b = this.nd(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.wy.md(b);
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
return this.
|
|
54
|
+
get_ki() {
|
|
55
|
+
return this.k0(this.wy);
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
57
|
+
set_ki(a) {
|
|
58
|
+
this.oz(this.wy, a);
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
return this.
|
|
60
|
+
eb(a, b, c, d, e) {
|
|
61
|
+
return this.wy.eb(a, b, c, d, e);
|
|
62
62
|
}
|
|
63
63
|
ai() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.wy.ai();
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
return this.
|
|
66
|
+
bo() {
|
|
67
|
+
return this.wy;
|
|
68
68
|
}
|
|
69
|
-
get
|
|
70
|
-
return this.
|
|
69
|
+
get wy() {
|
|
70
|
+
return this.ww;
|
|
71
71
|
}
|
|
72
|
-
set
|
|
73
|
-
let b = this.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
this.
|
|
72
|
+
set wy(a) {
|
|
73
|
+
let b = this.ww;
|
|
74
|
+
let c = this.wy != a;
|
|
75
|
+
if (c) {
|
|
76
|
+
this.ww = a;
|
|
77
|
+
this.w3(b, this.ww);
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
get_hasMarkers() {
|
|
80
|
-
return this.
|
|
81
|
+
return this.wy.hasMarkers;
|
|
81
82
|
}
|
|
82
|
-
|
|
83
|
-
if (this.
|
|
84
|
-
let hostedSeries_ = this.
|
|
83
|
+
w3(a, b) {
|
|
84
|
+
if (this.ww != null) {
|
|
85
|
+
let hostedSeries_ = this.ww;
|
|
85
86
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
86
87
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
87
88
|
}
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
89
|
+
this.pf(this.wy);
|
|
90
|
+
this.wz.b5();
|
|
91
|
+
if (a != null) {
|
|
92
|
+
let c = (a);
|
|
93
|
+
this.rz(c, null);
|
|
94
|
+
}
|
|
95
|
+
if (b != null) {
|
|
96
|
+
let d = (b);
|
|
97
|
+
this.rz(d, this);
|
|
98
|
+
}
|
|
90
99
|
}
|
|
91
|
-
|
|
92
|
-
return this.
|
|
100
|
+
dg(a, b, c) {
|
|
101
|
+
return this.di(this.wy, a, b, c);
|
|
93
102
|
}
|
|
94
|
-
|
|
95
|
-
return this.
|
|
103
|
+
dh(a, b, c) {
|
|
104
|
+
return this.dj(this.wy, a, b, c);
|
|
96
105
|
}
|
|
97
|
-
|
|
98
|
-
return this.
|
|
106
|
+
kn(a) {
|
|
107
|
+
return this.kw(this.wy, a);
|
|
99
108
|
}
|
|
100
|
-
|
|
101
|
-
return this.
|
|
109
|
+
ka(a, b) {
|
|
110
|
+
return this.wy.ka(a, b);
|
|
102
111
|
}
|
|
103
|
-
|
|
104
|
-
return this.
|
|
105
|
-
}
|
|
106
|
-
i3(a, b, c) {
|
|
107
|
-
return this.ws.i3(a, b, c);
|
|
108
|
-
}
|
|
109
|
-
v6(a, b, c) {
|
|
110
|
-
return this.ws.v6(a, b, c);
|
|
112
|
+
j8(a, b) {
|
|
113
|
+
return this.wy.j8(a, b);
|
|
111
114
|
}
|
|
112
|
-
|
|
113
|
-
return this.
|
|
115
|
+
i5(a, b, c) {
|
|
116
|
+
return this.wy.i5(a, b, c);
|
|
114
117
|
}
|
|
115
|
-
|
|
116
|
-
return this.
|
|
118
|
+
wa(a, b, c) {
|
|
119
|
+
return this.wy.wa(a, b, c);
|
|
117
120
|
}
|
|
118
|
-
|
|
119
|
-
return this.
|
|
121
|
+
wl(a) {
|
|
122
|
+
return this.wy.wl(a);
|
|
120
123
|
}
|
|
121
124
|
ao(a) {
|
|
122
|
-
return this.
|
|
125
|
+
return this.wy.ao(a);
|
|
123
126
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
127
|
+
wm(a) {
|
|
128
|
+
return this.wy.wm(a);
|
|
126
129
|
}
|
|
127
|
-
|
|
128
|
-
return this.
|
|
130
|
+
ap(a) {
|
|
131
|
+
return this.wy.ap(a);
|
|
129
132
|
}
|
|
130
|
-
|
|
131
|
-
return this.
|
|
133
|
+
wn(a) {
|
|
134
|
+
return this.wy.wn(a);
|
|
132
135
|
}
|
|
133
|
-
|
|
134
|
-
return this.
|
|
136
|
+
wo(a) {
|
|
137
|
+
return this.wy.wo(a);
|
|
135
138
|
}
|
|
136
139
|
i1(a, b, c) {
|
|
137
|
-
return this.
|
|
140
|
+
return this.wy.i1(a, b, c);
|
|
138
141
|
}
|
|
139
|
-
|
|
140
|
-
return this.
|
|
142
|
+
v6(a, b, c) {
|
|
143
|
+
return this.wy.v6(a, b, c);
|
|
141
144
|
}
|
|
142
|
-
|
|
143
|
-
return this.
|
|
145
|
+
i3(a, b, c) {
|
|
146
|
+
return this.i5(a, b, c);
|
|
144
147
|
}
|
|
145
|
-
|
|
146
|
-
return this.
|
|
148
|
+
v8(a, b, c) {
|
|
149
|
+
return this.wy.v8(a, b, c);
|
|
147
150
|
}
|
|
148
|
-
|
|
149
|
-
return this.
|
|
151
|
+
wb(a, b, c) {
|
|
152
|
+
return this.wy.wb(a, b, c);
|
|
150
153
|
}
|
|
151
|
-
|
|
152
|
-
return this.
|
|
154
|
+
i6(a, b, c) {
|
|
155
|
+
return this.wy.i6(a, b, c);
|
|
153
156
|
}
|
|
154
|
-
|
|
155
|
-
return this.
|
|
157
|
+
v7(a, b, c) {
|
|
158
|
+
return this.wy.v7(a, b, c);
|
|
156
159
|
}
|
|
157
160
|
i2(a, b, c) {
|
|
158
|
-
return this.
|
|
161
|
+
return this.wy.i2(a, b, c);
|
|
159
162
|
}
|
|
160
|
-
|
|
161
|
-
return this.
|
|
163
|
+
v9(a, b, c) {
|
|
164
|
+
return this.wy.v9(a, b, c);
|
|
162
165
|
}
|
|
163
|
-
|
|
164
|
-
return this.
|
|
166
|
+
i4(a, b, c) {
|
|
167
|
+
return this.wy.i4(a, b, c);
|
|
165
168
|
}
|
|
166
|
-
|
|
167
|
-
return this.
|
|
169
|
+
j4(a) {
|
|
170
|
+
return this.wy.j4(a);
|
|
168
171
|
}
|
|
169
|
-
|
|
170
|
-
return this.
|
|
172
|
+
iw() {
|
|
173
|
+
return this.wy.iw();
|
|
171
174
|
}
|
|
172
|
-
|
|
175
|
+
is(a) {
|
|
176
|
+
return this.wy.is(a);
|
|
177
|
+
}
|
|
178
|
+
ko(a) {
|
|
179
|
+
return this.wy.ko(a);
|
|
180
|
+
}
|
|
181
|
+
cs() {
|
|
173
182
|
return new HostSeriesView(this);
|
|
174
183
|
}
|
|
175
|
-
|
|
176
|
-
super.
|
|
177
|
-
this.
|
|
184
|
+
qz(a) {
|
|
185
|
+
super.qz(a);
|
|
186
|
+
this.wz = typeCast(HostSeriesView.$, a);
|
|
178
187
|
}
|
|
179
|
-
get
|
|
180
|
-
return this.c(GeographicMapSeriesHost.
|
|
188
|
+
get w0() {
|
|
189
|
+
return this.c(GeographicMapSeriesHost.w5);
|
|
181
190
|
}
|
|
182
|
-
set
|
|
183
|
-
this.h(GeographicMapSeriesHost.
|
|
191
|
+
set w0(a) {
|
|
192
|
+
this.h(GeographicMapSeriesHost.w5, a);
|
|
184
193
|
}
|
|
185
|
-
|
|
186
|
-
super.
|
|
194
|
+
q7(a, b, c, d) {
|
|
195
|
+
super.q7(a, b, c, d);
|
|
187
196
|
switch (b) {
|
|
188
197
|
case "SeriesViewer":
|
|
189
|
-
this.
|
|
198
|
+
this.wy.db = this.db;
|
|
190
199
|
if (c != null) {
|
|
191
|
-
c.
|
|
200
|
+
c.q4(this.wy);
|
|
192
201
|
}
|
|
193
202
|
if (d != null) {
|
|
194
|
-
this.
|
|
203
|
+
this.db.m8(this.wy);
|
|
195
204
|
}
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
205
|
+
this.wy.ra(this.wq);
|
|
206
|
+
this.wy.index = this.index;
|
|
207
|
+
this.py(this.wy);
|
|
208
|
+
this.kg = this.wy.kg;
|
|
200
209
|
let e = typeCast(SeriesViewer.$, c);
|
|
201
210
|
if (e != null) {
|
|
202
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
211
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w4));
|
|
203
212
|
}
|
|
204
|
-
if (this.
|
|
205
|
-
let f = this.
|
|
206
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
213
|
+
if (this.db != null) {
|
|
214
|
+
let f = this.db;
|
|
215
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w4));
|
|
207
216
|
}
|
|
208
|
-
this.
|
|
217
|
+
this.w2();
|
|
209
218
|
break;
|
|
210
219
|
case "SyncLink":
|
|
211
|
-
this.
|
|
220
|
+
this.wy.c3 = this.c3;
|
|
212
221
|
break;
|
|
213
222
|
case "VisibleFromScale":
|
|
214
|
-
this.
|
|
223
|
+
this.w2();
|
|
215
224
|
break;
|
|
216
225
|
case "Index":
|
|
217
|
-
this.
|
|
226
|
+
this.wy.index = this.index;
|
|
218
227
|
break;
|
|
219
228
|
case "ItemsSource":
|
|
220
|
-
this.
|
|
229
|
+
this.wz.b6();
|
|
221
230
|
break;
|
|
222
231
|
case "Resolution":
|
|
223
|
-
this.
|
|
232
|
+
this.wz.cd();
|
|
224
233
|
break;
|
|
225
234
|
case "TransitionDuration":
|
|
226
|
-
this.
|
|
235
|
+
this.wz.cg();
|
|
227
236
|
break;
|
|
228
237
|
case "Opacity":
|
|
229
|
-
this.
|
|
238
|
+
this.wz.ca();
|
|
230
239
|
break;
|
|
231
240
|
case "Visibility":
|
|
232
|
-
let hs_ = this.
|
|
241
|
+
let hs_ = this.wy;
|
|
233
242
|
let v_ = this._visibility;
|
|
234
243
|
hs_.visibility = v_;
|
|
235
244
|
break;
|
|
236
245
|
case "MouseOverEnabled":
|
|
237
|
-
this.
|
|
246
|
+
this.wy.f8 = this.f8;
|
|
238
247
|
break;
|
|
239
248
|
case "ExpectFunctions":
|
|
240
|
-
this.
|
|
249
|
+
this.wy.expectFunctions = this.expectFunctions;
|
|
241
250
|
break;
|
|
242
251
|
case "Thickness":
|
|
243
|
-
this.
|
|
252
|
+
this.wz.cf();
|
|
244
253
|
break;
|
|
245
254
|
case "Brush":
|
|
246
|
-
this.
|
|
255
|
+
this.wz.b4();
|
|
247
256
|
break;
|
|
248
257
|
case "Outline":
|
|
249
|
-
this.
|
|
258
|
+
this.wz.cc();
|
|
250
259
|
break;
|
|
251
260
|
case "ActualBrush":
|
|
252
|
-
this.
|
|
261
|
+
this.wz.b1();
|
|
253
262
|
break;
|
|
254
263
|
case "ActualOutline":
|
|
255
|
-
this.
|
|
264
|
+
this.wz.b2();
|
|
256
265
|
break;
|
|
257
266
|
case "MarkerFillOpacity":
|
|
258
|
-
if (!isNaN_(this.
|
|
259
|
-
this.
|
|
267
|
+
if (!isNaN_(this.jg)) {
|
|
268
|
+
this.wz.b9();
|
|
260
269
|
}
|
|
261
270
|
break;
|
|
262
271
|
case "AreaFillOpacity":
|
|
263
|
-
if (!isNaN_(this.
|
|
264
|
-
this.
|
|
272
|
+
if (!isNaN_(this.ik)) {
|
|
273
|
+
this.wz.b3();
|
|
265
274
|
}
|
|
266
275
|
break;
|
|
267
276
|
case "OutlineMode":
|
|
268
|
-
this.
|
|
277
|
+
this.wz.cb();
|
|
269
278
|
break;
|
|
270
279
|
case "ShowDefaultTooltip":
|
|
271
|
-
this.
|
|
280
|
+
this.wz.ce();
|
|
272
281
|
break;
|
|
273
282
|
case "Title":
|
|
274
|
-
this.
|
|
283
|
+
this.wy.title = this.title;
|
|
275
284
|
break;
|
|
276
285
|
case "LegendItemBadgeMode":
|
|
277
|
-
this.
|
|
286
|
+
this.wz.b7();
|
|
278
287
|
break;
|
|
279
288
|
case "LegendItemBadgeShape":
|
|
280
|
-
this.
|
|
289
|
+
this.wz.b8();
|
|
281
290
|
break;
|
|
282
291
|
case "Legend":
|
|
283
|
-
this.
|
|
284
|
-
this.
|
|
292
|
+
this.wy.legend = this.legend;
|
|
293
|
+
this.cv.av();
|
|
285
294
|
break;
|
|
286
295
|
}
|
|
287
296
|
}
|
|
288
|
-
|
|
289
|
-
if (this.
|
|
297
|
+
w2() {
|
|
298
|
+
if (this.db == null || this.wy == null) {
|
|
290
299
|
return;
|
|
291
300
|
}
|
|
292
|
-
if (!isNaN_(this.
|
|
293
|
-
if (this.
|
|
294
|
-
let hs_ = this.
|
|
301
|
+
if (!isNaN_(this.w0)) {
|
|
302
|
+
if (this.db.v4.width > this.w0) {
|
|
303
|
+
let hs_ = this.wy;
|
|
295
304
|
let v_ = 1;
|
|
296
305
|
hs_.visibility = v_;
|
|
297
306
|
}
|
|
298
307
|
else {
|
|
299
|
-
let hs2_ = this.
|
|
308
|
+
let hs2_ = this.wy;
|
|
300
309
|
let v2_ = 0;
|
|
301
310
|
hs2_.visibility = v2_;
|
|
302
311
|
}
|
|
303
312
|
}
|
|
304
313
|
}
|
|
305
|
-
|
|
306
|
-
this.
|
|
314
|
+
w4(a, b) {
|
|
315
|
+
this.w2();
|
|
316
|
+
}
|
|
317
|
+
rp(a) {
|
|
318
|
+
super.rp(a);
|
|
319
|
+
if (this.wy != null) {
|
|
320
|
+
this.wy.rp(a);
|
|
321
|
+
}
|
|
307
322
|
}
|
|
308
|
-
|
|
309
|
-
super.
|
|
310
|
-
if (this.
|
|
311
|
-
this.
|
|
323
|
+
q3(a) {
|
|
324
|
+
super.q3(a);
|
|
325
|
+
if (this.wy != null) {
|
|
326
|
+
this.wy.ql();
|
|
312
327
|
}
|
|
313
328
|
}
|
|
314
|
-
|
|
315
|
-
if (this.
|
|
316
|
-
this.
|
|
329
|
+
ro(a, b, c, d, e) {
|
|
330
|
+
if (this.wy != null) {
|
|
331
|
+
this.wy.ro(a, b, c, d, e);
|
|
317
332
|
}
|
|
318
333
|
}
|
|
319
|
-
|
|
320
|
-
return this.
|
|
334
|
+
a2(a, b) {
|
|
335
|
+
return this.wy.a2(a, b);
|
|
321
336
|
}
|
|
322
|
-
|
|
323
|
-
super.
|
|
324
|
-
this.
|
|
337
|
+
sa() {
|
|
338
|
+
super.sa();
|
|
339
|
+
this.wy.sa();
|
|
325
340
|
}
|
|
326
341
|
get_coercionMethods() {
|
|
327
342
|
return this._coercionMethods;
|
|
328
343
|
}
|
|
329
344
|
set_coercionMethods(a) {
|
|
330
345
|
this._coercionMethods = a;
|
|
331
|
-
this.
|
|
346
|
+
this.wy.coercionMethods = a;
|
|
332
347
|
}
|
|
333
|
-
|
|
334
|
-
super.
|
|
335
|
-
if (this.
|
|
336
|
-
let b = this.
|
|
337
|
-
this.
|
|
348
|
+
px(a) {
|
|
349
|
+
super.px(a);
|
|
350
|
+
if (this.wy != null) {
|
|
351
|
+
let b = this.wy.km();
|
|
352
|
+
this.o8(a, b);
|
|
338
353
|
}
|
|
339
354
|
}
|
|
340
355
|
}
|
|
341
356
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
342
|
-
GeographicMapSeriesHost.
|
|
357
|
+
GeographicMapSeriesHost.w5 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
343
358
|
let c = a;
|
|
344
359
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
345
360
|
}));
|
|
@@ -360,66 +375,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
360
375
|
}
|
|
361
376
|
b5() {
|
|
362
377
|
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.
|
|
378
|
+
this.b0.wy.legendItemVisibility = 0;
|
|
379
|
+
this.b0.wy.itemsSource = this.b0.itemsSource;
|
|
380
|
+
this.b0.wy.index = this.b0.index;
|
|
381
|
+
this.b0.wy.vd = this.b0.vd;
|
|
382
|
+
this.b0.wy.vt = this.b0.vd;
|
|
383
|
+
this.b0.wy.ci = this.b0.ci;
|
|
384
|
+
this.b0.wy.jj = this.b0.jj;
|
|
385
|
+
this.b0.wy.kd = this.b0.kd;
|
|
386
|
+
this.b0.wy._opacity = this.b0._opacity;
|
|
387
|
+
this.b0.wy.jp = this.b0.jp;
|
|
388
|
+
this.b0.wy.ik = this.b0.ik;
|
|
389
|
+
this.b0.wy.jg = this.b0.jg;
|
|
390
|
+
this.b0.wy.gp = this.b0.gp;
|
|
391
|
+
this.b0.wy.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
392
|
+
this.b0.wy.bd = this.b0.bd;
|
|
378
393
|
}
|
|
379
394
|
b6() {
|
|
380
|
-
this.b0.
|
|
395
|
+
this.b0.wy.itemsSource = this.b0.itemsSource;
|
|
381
396
|
}
|
|
382
397
|
cd() {
|
|
383
|
-
this.b0.
|
|
398
|
+
this.b0.wy.jj = this.b0.jj;
|
|
384
399
|
}
|
|
385
400
|
cg() {
|
|
386
|
-
this.b0.
|
|
401
|
+
this.b0.wy.kd = this.b0.kd;
|
|
387
402
|
}
|
|
388
403
|
ca() {
|
|
389
|
-
this.b0.
|
|
404
|
+
this.b0.wy._opacity = this.b0._opacity;
|
|
390
405
|
}
|
|
391
406
|
cf() {
|
|
392
|
-
this.b0.
|
|
407
|
+
this.b0.wy.jp = this.b0.jp;
|
|
393
408
|
}
|
|
394
409
|
b4() {
|
|
395
|
-
this.b0.
|
|
410
|
+
this.b0.wy.vd = this.b0.vd;
|
|
396
411
|
}
|
|
397
412
|
cc() {
|
|
398
|
-
this.b0.
|
|
413
|
+
this.b0.wy.vt = this.b0.vt;
|
|
399
414
|
}
|
|
400
415
|
b1() {
|
|
401
|
-
this.b0.
|
|
416
|
+
this.b0.wy.vd = this.b0.u7;
|
|
402
417
|
}
|
|
403
418
|
b2() {
|
|
404
|
-
this.b0.
|
|
419
|
+
this.b0.wy.vt = this.b0.vb;
|
|
405
420
|
}
|
|
406
421
|
b7() {
|
|
407
|
-
this.b0.
|
|
422
|
+
this.b0.wy.bd = this.b0.bd;
|
|
408
423
|
}
|
|
409
424
|
b8() {
|
|
410
|
-
this.b0.
|
|
425
|
+
this.b0.wy.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
411
426
|
}
|
|
412
427
|
b3() {
|
|
413
|
-
this.b0.
|
|
428
|
+
this.b0.wy.ik = this.b0.ik;
|
|
414
429
|
}
|
|
415
430
|
b9() {
|
|
416
|
-
this.b0.
|
|
431
|
+
this.b0.wy.jg = this.b0.jg;
|
|
417
432
|
}
|
|
418
433
|
cb() {
|
|
419
|
-
this.b0.
|
|
434
|
+
this.b0.wy.ci = this.b0.ci;
|
|
420
435
|
}
|
|
421
436
|
ce() {
|
|
422
|
-
this.b0.
|
|
437
|
+
this.b0.wy.gp = this.b0.gp;
|
|
423
438
|
}
|
|
424
439
|
}
|
|
425
440
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|