igniteui-angular-maps 17.3.0 → 17.3.1-alpha.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 +1471 -1452
- package/bundles/igniteui-angular-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 +194 -184
- 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/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 +30 -21
- 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 +16 -16
- 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 +192 -182
- 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/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 +30 -21
- 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 +16 -16
- 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 +1484 -1465
- package/fesm5/igniteui-angular-maps.js +1471 -1452
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- 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 +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 +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +2 -2
|
@@ -19,311 +19,321 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.vd = null;
|
|
23
|
+
this.vf = this.ve();
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
25
|
+
pc() {
|
|
26
|
+
super.pc();
|
|
27
|
+
if (this.vf != null) {
|
|
28
|
+
this.vf.pc();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_ex() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
let c = this.
|
|
34
|
+
j5(a, b) {
|
|
35
|
+
let c = this.mh(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.vf.j5(a, c);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
li(a) {
|
|
45
|
+
let b = this.mh(a);
|
|
46
|
+
if (b == "LatitudeMemberPath") {
|
|
47
|
+
b = "YMemberPath";
|
|
48
|
+
}
|
|
49
|
+
if (b == "LongitudeMemberPath") {
|
|
50
|
+
b = "XMemberPath";
|
|
51
|
+
}
|
|
52
|
+
return this.vf.li(b);
|
|
53
|
+
}
|
|
54
|
+
dz(a, b, c, d) {
|
|
55
|
+
return this.vf.dz(a, b, c, d);
|
|
46
56
|
}
|
|
47
57
|
ag() {
|
|
48
|
-
return this.
|
|
58
|
+
return this.vf.ag();
|
|
49
59
|
}
|
|
50
|
-
|
|
51
|
-
return this.
|
|
60
|
+
bf() {
|
|
61
|
+
return this.vf;
|
|
52
62
|
}
|
|
53
|
-
get
|
|
54
|
-
return this.
|
|
63
|
+
get vf() {
|
|
64
|
+
return this.vd;
|
|
55
65
|
}
|
|
56
|
-
set
|
|
57
|
-
let b = this.
|
|
66
|
+
set vf(a) {
|
|
67
|
+
let b = this.vf != a;
|
|
58
68
|
if (b) {
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
69
|
+
this.vd = a;
|
|
70
|
+
this.vk();
|
|
61
71
|
}
|
|
62
72
|
}
|
|
63
73
|
get_hasMarkers() {
|
|
64
|
-
return this.
|
|
74
|
+
return this.vf.hasMarkers;
|
|
65
75
|
}
|
|
66
|
-
|
|
67
|
-
if (this.
|
|
68
|
-
let hostedSeries_ = this.
|
|
76
|
+
vk() {
|
|
77
|
+
if (this.vd != null) {
|
|
78
|
+
let hostedSeries_ = this.vd;
|
|
69
79
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
70
80
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
71
81
|
}
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
82
|
+
this.of(this.vf);
|
|
83
|
+
this.vg.b5();
|
|
74
84
|
}
|
|
75
|
-
|
|
76
|
-
return this.
|
|
85
|
+
c6(a, b, c) {
|
|
86
|
+
return this.c8(this.vf, a, b, c);
|
|
77
87
|
}
|
|
78
|
-
|
|
79
|
-
return this.
|
|
88
|
+
c7(a, b, c) {
|
|
89
|
+
return this.c9(this.vf, a, b, c);
|
|
80
90
|
}
|
|
81
|
-
|
|
82
|
-
return this.
|
|
91
|
+
j2(a) {
|
|
92
|
+
return this.j8(this.vf, a);
|
|
83
93
|
}
|
|
84
|
-
|
|
85
|
-
return this.
|
|
94
|
+
jq(a, b) {
|
|
95
|
+
return this.vf.jq(a, b);
|
|
86
96
|
}
|
|
87
|
-
|
|
88
|
-
return this.
|
|
97
|
+
jo(a, b) {
|
|
98
|
+
return this.vf.jo(a, b);
|
|
89
99
|
}
|
|
90
|
-
|
|
91
|
-
return this.
|
|
100
|
+
il(a, b, c) {
|
|
101
|
+
return this.vf.il(a, b, c);
|
|
92
102
|
}
|
|
93
|
-
|
|
94
|
-
return this.
|
|
103
|
+
uu(a, b, c) {
|
|
104
|
+
return this.vf.uu(a, b, c);
|
|
95
105
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
106
|
+
u5(a) {
|
|
107
|
+
return this.vf.u5(a);
|
|
98
108
|
}
|
|
99
109
|
ak(a) {
|
|
100
|
-
return this.
|
|
110
|
+
return this.vf.ak(a);
|
|
101
111
|
}
|
|
102
|
-
|
|
103
|
-
return this.
|
|
112
|
+
u6(a) {
|
|
113
|
+
return this.vf.u6(a);
|
|
104
114
|
}
|
|
105
115
|
al(a) {
|
|
106
|
-
return this.
|
|
116
|
+
return this.vf.al(a);
|
|
107
117
|
}
|
|
108
|
-
|
|
109
|
-
return this.
|
|
118
|
+
u7(a) {
|
|
119
|
+
return this.vf.u7(a);
|
|
110
120
|
}
|
|
111
|
-
|
|
112
|
-
return this.
|
|
121
|
+
u8(a) {
|
|
122
|
+
return this.vf.u8(a);
|
|
113
123
|
}
|
|
114
|
-
|
|
115
|
-
return this.
|
|
124
|
+
ih(a, b, c) {
|
|
125
|
+
return this.vf.ih(a, b, c);
|
|
116
126
|
}
|
|
117
|
-
|
|
118
|
-
return this.
|
|
127
|
+
uq(a, b, c) {
|
|
128
|
+
return this.vf.uq(a, b, c);
|
|
119
129
|
}
|
|
120
|
-
|
|
121
|
-
return this.
|
|
130
|
+
ij(a, b, c) {
|
|
131
|
+
return this.il(a, b, c);
|
|
122
132
|
}
|
|
123
|
-
|
|
124
|
-
return this.
|
|
133
|
+
us(a, b, c) {
|
|
134
|
+
return this.vf.us(a, b, c);
|
|
125
135
|
}
|
|
126
|
-
|
|
127
|
-
return this.
|
|
136
|
+
uv(a, b, c) {
|
|
137
|
+
return this.vf.uv(a, b, c);
|
|
128
138
|
}
|
|
129
|
-
|
|
130
|
-
return this.
|
|
139
|
+
im(a, b, c) {
|
|
140
|
+
return this.vf.im(a, b, c);
|
|
131
141
|
}
|
|
132
|
-
|
|
133
|
-
return this.
|
|
142
|
+
ur(a, b, c) {
|
|
143
|
+
return this.vf.ur(a, b, c);
|
|
134
144
|
}
|
|
135
|
-
|
|
136
|
-
return this.
|
|
145
|
+
ii(a, b, c) {
|
|
146
|
+
return this.vf.ii(a, b, c);
|
|
137
147
|
}
|
|
138
|
-
|
|
139
|
-
return this.
|
|
148
|
+
ut(a, b, c) {
|
|
149
|
+
return this.vf.ut(a, b, c);
|
|
140
150
|
}
|
|
141
|
-
|
|
142
|
-
return this.
|
|
151
|
+
ik(a, b, c) {
|
|
152
|
+
return this.vf.ik(a, b, c);
|
|
143
153
|
}
|
|
144
|
-
|
|
145
|
-
return this.
|
|
154
|
+
jk(a) {
|
|
155
|
+
return this.vf.jk(a);
|
|
146
156
|
}
|
|
147
|
-
|
|
148
|
-
return this.
|
|
157
|
+
ib() {
|
|
158
|
+
return this.vf.ib();
|
|
149
159
|
}
|
|
150
|
-
|
|
151
|
-
return this.
|
|
160
|
+
h7(a) {
|
|
161
|
+
return this.vf.h7(a);
|
|
152
162
|
}
|
|
153
|
-
|
|
154
|
-
return this.
|
|
163
|
+
j3(a) {
|
|
164
|
+
return this.vf.j3(a);
|
|
155
165
|
}
|
|
156
|
-
|
|
166
|
+
ci() {
|
|
157
167
|
return new HostSeriesView(this);
|
|
158
168
|
}
|
|
159
|
-
|
|
160
|
-
super.
|
|
161
|
-
this.
|
|
169
|
+
px(a) {
|
|
170
|
+
super.px(a);
|
|
171
|
+
this.vg = typeCast(HostSeriesView.$, a);
|
|
162
172
|
}
|
|
163
|
-
get
|
|
164
|
-
return this.c(GeographicMapSeriesHost.
|
|
173
|
+
get vh() {
|
|
174
|
+
return this.c(GeographicMapSeriesHost.vm);
|
|
165
175
|
}
|
|
166
|
-
set
|
|
167
|
-
this.h(GeographicMapSeriesHost.
|
|
176
|
+
set vh(a) {
|
|
177
|
+
this.h(GeographicMapSeriesHost.vm, a);
|
|
168
178
|
}
|
|
169
|
-
|
|
170
|
-
super.
|
|
179
|
+
p5(a, b, c, d) {
|
|
180
|
+
super.p5(a, b, c, d);
|
|
171
181
|
switch (b) {
|
|
172
182
|
case "SeriesViewer":
|
|
173
|
-
this.
|
|
183
|
+
this.vf.c1 = this.c1;
|
|
174
184
|
if (c != null) {
|
|
175
|
-
c.
|
|
185
|
+
c.qm(this.vf);
|
|
176
186
|
}
|
|
177
187
|
if (d != null) {
|
|
178
|
-
this.
|
|
188
|
+
this.c1.ms(this.vf);
|
|
179
189
|
}
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
190
|
+
this.vf.p8(this.u9);
|
|
191
|
+
this.vf.index = this.index;
|
|
192
|
+
this.ox(this.vf);
|
|
193
|
+
this.jw = this.vf.jw;
|
|
184
194
|
let e = typeCast(SeriesViewer.$, c);
|
|
185
195
|
if (e != null) {
|
|
186
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
196
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.vl));
|
|
187
197
|
}
|
|
188
|
-
if (this.
|
|
189
|
-
let f = this.
|
|
190
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
198
|
+
if (this.c1 != null) {
|
|
199
|
+
let f = this.c1;
|
|
200
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.vl));
|
|
191
201
|
}
|
|
192
|
-
this.
|
|
202
|
+
this.vj();
|
|
193
203
|
break;
|
|
194
204
|
case "SyncLink":
|
|
195
|
-
this.
|
|
205
|
+
this.vf.ct = this.ct;
|
|
196
206
|
break;
|
|
197
207
|
case "VisibleFromScale":
|
|
198
|
-
this.
|
|
208
|
+
this.vj();
|
|
199
209
|
break;
|
|
200
210
|
case "Index":
|
|
201
|
-
this.
|
|
211
|
+
this.vf.index = this.index;
|
|
202
212
|
break;
|
|
203
213
|
case "ItemsSource":
|
|
204
|
-
this.
|
|
214
|
+
this.vg.b6();
|
|
205
215
|
break;
|
|
206
216
|
case "Resolution":
|
|
207
|
-
this.
|
|
217
|
+
this.vg.cd();
|
|
208
218
|
break;
|
|
209
219
|
case "TransitionDuration":
|
|
210
|
-
this.
|
|
220
|
+
this.vg.cg();
|
|
211
221
|
break;
|
|
212
222
|
case "Opacity":
|
|
213
|
-
this.
|
|
223
|
+
this.vg.ca();
|
|
214
224
|
break;
|
|
215
225
|
case "Visibility":
|
|
216
|
-
let hs_ = this.
|
|
226
|
+
let hs_ = this.vf;
|
|
217
227
|
let v_ = this._visibility;
|
|
218
228
|
hs_.visibility = v_;
|
|
219
229
|
break;
|
|
220
230
|
case "MouseOverEnabled":
|
|
221
|
-
this.
|
|
231
|
+
this.vf.fs = this.fs;
|
|
222
232
|
break;
|
|
223
233
|
case "ExpectFunctions":
|
|
224
|
-
this.
|
|
234
|
+
this.vf.expectFunctions = this.expectFunctions;
|
|
225
235
|
break;
|
|
226
236
|
case "Thickness":
|
|
227
|
-
this.
|
|
237
|
+
this.vg.cf();
|
|
228
238
|
break;
|
|
229
239
|
case "Brush":
|
|
230
|
-
this.
|
|
240
|
+
this.vg.b4();
|
|
231
241
|
break;
|
|
232
242
|
case "Outline":
|
|
233
|
-
this.
|
|
243
|
+
this.vg.cc();
|
|
234
244
|
break;
|
|
235
245
|
case "ActualBrush":
|
|
236
|
-
this.
|
|
246
|
+
this.vg.b1();
|
|
237
247
|
break;
|
|
238
248
|
case "ActualOutline":
|
|
239
|
-
this.
|
|
249
|
+
this.vg.b2();
|
|
240
250
|
break;
|
|
241
251
|
case "MarkerFillOpacity":
|
|
242
|
-
if (!isNaN_(this.
|
|
243
|
-
this.
|
|
252
|
+
if (!isNaN_(this.iw)) {
|
|
253
|
+
this.vg.b9();
|
|
244
254
|
}
|
|
245
255
|
break;
|
|
246
256
|
case "AreaFillOpacity":
|
|
247
|
-
if (!isNaN_(this.
|
|
248
|
-
this.
|
|
257
|
+
if (!isNaN_(this.h0)) {
|
|
258
|
+
this.vg.b3();
|
|
249
259
|
}
|
|
250
260
|
break;
|
|
251
261
|
case "OutlineMode":
|
|
252
|
-
this.
|
|
262
|
+
this.vg.cb();
|
|
253
263
|
break;
|
|
254
264
|
case "ShowDefaultTooltip":
|
|
255
|
-
this.
|
|
265
|
+
this.vg.ce();
|
|
256
266
|
break;
|
|
257
267
|
case "Title":
|
|
258
|
-
this.
|
|
268
|
+
this.vf.title = this.title;
|
|
259
269
|
break;
|
|
260
270
|
case "LegendItemBadgeMode":
|
|
261
|
-
this.
|
|
271
|
+
this.vg.b7();
|
|
262
272
|
break;
|
|
263
273
|
case "LegendItemBadgeShape":
|
|
264
|
-
this.
|
|
274
|
+
this.vg.b8();
|
|
265
275
|
break;
|
|
266
276
|
case "Legend":
|
|
267
|
-
this.
|
|
268
|
-
this.
|
|
277
|
+
this.vf.legend = this.legend;
|
|
278
|
+
this.cl.av();
|
|
269
279
|
break;
|
|
270
280
|
}
|
|
271
281
|
}
|
|
272
|
-
|
|
273
|
-
if (this.
|
|
282
|
+
vj() {
|
|
283
|
+
if (this.c1 == null || this.vf == null) {
|
|
274
284
|
return;
|
|
275
285
|
}
|
|
276
|
-
if (!isNaN_(this.
|
|
277
|
-
if (this.
|
|
278
|
-
let hs_ = this.
|
|
286
|
+
if (!isNaN_(this.vh)) {
|
|
287
|
+
if (this.c1.vh.width > this.vh) {
|
|
288
|
+
let hs_ = this.vf;
|
|
279
289
|
let v_ = 1;
|
|
280
290
|
hs_.visibility = v_;
|
|
281
291
|
}
|
|
282
292
|
else {
|
|
283
|
-
let hs2_ = this.
|
|
293
|
+
let hs2_ = this.vf;
|
|
284
294
|
let v2_ = 0;
|
|
285
295
|
hs2_.visibility = v2_;
|
|
286
296
|
}
|
|
287
297
|
}
|
|
288
298
|
}
|
|
289
|
-
|
|
290
|
-
this.
|
|
299
|
+
vl(a, b) {
|
|
300
|
+
this.vj();
|
|
291
301
|
}
|
|
292
|
-
|
|
293
|
-
super.
|
|
294
|
-
if (this.
|
|
295
|
-
this.
|
|
302
|
+
qm(a) {
|
|
303
|
+
super.qm(a);
|
|
304
|
+
if (this.vf != null) {
|
|
305
|
+
this.vf.qm(a);
|
|
296
306
|
}
|
|
297
307
|
}
|
|
298
|
-
|
|
299
|
-
if (this.
|
|
300
|
-
this.
|
|
308
|
+
ql(a, b, c, d, e) {
|
|
309
|
+
if (this.vf != null) {
|
|
310
|
+
this.vf.ql(a, b, c, d, e);
|
|
301
311
|
}
|
|
302
312
|
}
|
|
303
313
|
au(a, b) {
|
|
304
|
-
return this.
|
|
314
|
+
return this.vf.au(a, b);
|
|
305
315
|
}
|
|
306
|
-
|
|
307
|
-
super.
|
|
308
|
-
this.
|
|
316
|
+
q5() {
|
|
317
|
+
super.q5();
|
|
318
|
+
this.vf.q5();
|
|
309
319
|
}
|
|
310
320
|
get_coercionMethods() {
|
|
311
321
|
return this._coercionMethods;
|
|
312
322
|
}
|
|
313
323
|
set_coercionMethods(a) {
|
|
314
324
|
this._coercionMethods = a;
|
|
315
|
-
this.
|
|
325
|
+
this.vf.coercionMethods = a;
|
|
316
326
|
}
|
|
317
|
-
|
|
318
|
-
super.
|
|
319
|
-
if (this.
|
|
320
|
-
let b = this.
|
|
321
|
-
this.
|
|
327
|
+
ow(a) {
|
|
328
|
+
super.ow(a);
|
|
329
|
+
if (this.vf != null) {
|
|
330
|
+
let b = this.vf.j1();
|
|
331
|
+
this.oa(a, b);
|
|
322
332
|
}
|
|
323
333
|
}
|
|
324
334
|
}
|
|
325
335
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
326
|
-
GeographicMapSeriesHost.
|
|
336
|
+
GeographicMapSeriesHost.vm = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
327
337
|
let c = a;
|
|
328
338
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
329
339
|
}));
|
|
@@ -343,67 +353,67 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
343
353
|
super.at(a, b);
|
|
344
354
|
}
|
|
345
355
|
b5() {
|
|
346
|
-
this.b0.
|
|
347
|
-
this.b0.
|
|
348
|
-
this.b0.
|
|
349
|
-
this.b0.
|
|
350
|
-
this.b0.
|
|
351
|
-
this.b0.
|
|
352
|
-
this.b0.
|
|
353
|
-
this.b0.
|
|
354
|
-
this.b0.
|
|
355
|
-
this.b0.
|
|
356
|
-
this.b0.
|
|
357
|
-
this.b0.
|
|
358
|
-
this.b0.
|
|
359
|
-
this.b0.
|
|
360
|
-
this.b0.
|
|
361
|
-
this.b0.
|
|
356
|
+
this.b0.legendItemVisibility = 1;
|
|
357
|
+
this.b0.vf.legendItemVisibility = 0;
|
|
358
|
+
this.b0.vf.itemsSource = this.b0.itemsSource;
|
|
359
|
+
this.b0.vf.index = this.b0.index;
|
|
360
|
+
this.b0.vf.t2 = this.b0.t2;
|
|
361
|
+
this.b0.vf.ud = this.b0.t2;
|
|
362
|
+
this.b0.vf.b8 = this.b0.b8;
|
|
363
|
+
this.b0.vf.iz = this.b0.iz;
|
|
364
|
+
this.b0.vf.jt = this.b0.jt;
|
|
365
|
+
this.b0.vf._opacity = this.b0._opacity;
|
|
366
|
+
this.b0.vf.i5 = this.b0.i5;
|
|
367
|
+
this.b0.vf.h0 = this.b0.h0;
|
|
368
|
+
this.b0.vf.iw = this.b0.iw;
|
|
369
|
+
this.b0.vf.f9 = this.b0.f9;
|
|
370
|
+
this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
371
|
+
this.b0.vf.a5 = this.b0.a5;
|
|
362
372
|
}
|
|
363
373
|
b6() {
|
|
364
|
-
this.b0.
|
|
374
|
+
this.b0.vf.itemsSource = this.b0.itemsSource;
|
|
365
375
|
}
|
|
366
376
|
cd() {
|
|
367
|
-
this.b0.
|
|
377
|
+
this.b0.vf.iz = this.b0.iz;
|
|
368
378
|
}
|
|
369
379
|
cg() {
|
|
370
|
-
this.b0.
|
|
380
|
+
this.b0.vf.jt = this.b0.jt;
|
|
371
381
|
}
|
|
372
382
|
ca() {
|
|
373
|
-
this.b0.
|
|
383
|
+
this.b0.vf._opacity = this.b0._opacity;
|
|
374
384
|
}
|
|
375
385
|
cf() {
|
|
376
|
-
this.b0.
|
|
386
|
+
this.b0.vf.i5 = this.b0.i5;
|
|
377
387
|
}
|
|
378
388
|
b4() {
|
|
379
|
-
this.b0.
|
|
389
|
+
this.b0.vf.t2 = this.b0.t2;
|
|
380
390
|
}
|
|
381
391
|
cc() {
|
|
382
|
-
this.b0.
|
|
392
|
+
this.b0.vf.ud = this.b0.ud;
|
|
383
393
|
}
|
|
384
394
|
b1() {
|
|
385
|
-
this.b0.
|
|
395
|
+
this.b0.vf.t2 = this.b0.tw;
|
|
386
396
|
}
|
|
387
397
|
b2() {
|
|
388
|
-
this.b0.
|
|
398
|
+
this.b0.vf.ud = this.b0.t0;
|
|
389
399
|
}
|
|
390
400
|
b7() {
|
|
391
|
-
this.b0.
|
|
401
|
+
this.b0.vf.a5 = this.b0.a5;
|
|
392
402
|
}
|
|
393
403
|
b8() {
|
|
394
|
-
this.b0.
|
|
404
|
+
this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
395
405
|
}
|
|
396
406
|
b3() {
|
|
397
|
-
this.b0.
|
|
407
|
+
this.b0.vf.h0 = this.b0.h0;
|
|
398
408
|
}
|
|
399
409
|
b9() {
|
|
400
|
-
this.b0.
|
|
410
|
+
this.b0.vf.iw = this.b0.iw;
|
|
401
411
|
}
|
|
402
412
|
cb() {
|
|
403
|
-
this.b0.
|
|
413
|
+
this.b0.vf.b8 = this.b0.b8;
|
|
404
414
|
}
|
|
405
415
|
ce() {
|
|
406
|
-
this.b0.
|
|
416
|
+
this.b0.vf.f9 = this.b0.f9;
|
|
407
417
|
}
|
|
408
418
|
}
|
|
409
419
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|