igniteui-angular-maps 19.0.1 → 19.1.0-beta.1
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 +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- 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 +39 -39
- 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 +22 -22
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +469 -469
- 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 +39 -39
- 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 +22 -22
- 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 +1709 -1709
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +43 -43
- package/lib/XamGeographicMap_combined.d.ts +122 -122
- package/package.json +2 -2
|
@@ -19,342 +19,342 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.w3 = null;
|
|
23
|
+
this.w5 = this.w4();
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
25
|
+
qi() {
|
|
26
|
+
super.qi();
|
|
27
|
+
if (this.w5 != null) {
|
|
28
|
+
this.w5.qi();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_fd() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
let c = this.
|
|
34
|
+
kr(a, b) {
|
|
35
|
+
let c = this.nf(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.w5.kr(a, c);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
let b = this.
|
|
44
|
+
mf(a) {
|
|
45
|
+
let b = this.nf(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.w5.mf(b);
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
return this.
|
|
54
|
+
get_kj() {
|
|
55
|
+
return this.k1(this.w5);
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
57
|
+
set_kj(a) {
|
|
58
|
+
this.o1(this.w5, a);
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
return this.
|
|
60
|
+
ed(a, b, c, d, e) {
|
|
61
|
+
return this.w5.ed(a, b, c, d, e);
|
|
62
62
|
}
|
|
63
63
|
ai() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.w5.ai();
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
return this.
|
|
66
|
+
bp() {
|
|
67
|
+
return this.w5;
|
|
68
68
|
}
|
|
69
|
-
get
|
|
70
|
-
return this.
|
|
69
|
+
get w5() {
|
|
70
|
+
return this.w3;
|
|
71
71
|
}
|
|
72
|
-
set
|
|
73
|
-
let b = this.
|
|
74
|
-
let c = this.
|
|
72
|
+
set w5(a) {
|
|
73
|
+
let b = this.w3;
|
|
74
|
+
let c = this.w5 != a;
|
|
75
75
|
if (c) {
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
76
|
+
this.w3 = a;
|
|
77
|
+
this.xa(b, this.w3);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
get_hasMarkers() {
|
|
81
|
-
return this.
|
|
81
|
+
return this.w5.hasMarkers;
|
|
82
82
|
}
|
|
83
|
-
|
|
84
|
-
if (this.
|
|
85
|
-
let hostedSeries_ = this.
|
|
83
|
+
xa(a, b) {
|
|
84
|
+
if (this.w3 != null) {
|
|
85
|
+
let hostedSeries_ = this.w3;
|
|
86
86
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
87
87
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
88
88
|
}
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
89
|
+
this.ph(this.w5);
|
|
90
|
+
this.w6.ci();
|
|
91
91
|
if (a != null) {
|
|
92
92
|
let c = (a);
|
|
93
|
-
this.
|
|
93
|
+
this.r5(c, null);
|
|
94
94
|
}
|
|
95
95
|
if (b != null) {
|
|
96
96
|
let d = (b);
|
|
97
|
-
this.
|
|
97
|
+
this.r5(d, this);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
dg(a, b, c) {
|
|
101
|
-
return this.di(this.wz, a, b, c);
|
|
102
|
-
}
|
|
103
100
|
dh(a, b, c) {
|
|
104
|
-
return this.dj(this.
|
|
101
|
+
return this.dj(this.w5, a, b, c);
|
|
105
102
|
}
|
|
106
|
-
|
|
107
|
-
return this.
|
|
103
|
+
di(a, b, c) {
|
|
104
|
+
return this.dk(this.w5, a, b, c);
|
|
108
105
|
}
|
|
109
|
-
|
|
110
|
-
return this.
|
|
106
|
+
ko(a) {
|
|
107
|
+
return this.kx(this.w5, a);
|
|
111
108
|
}
|
|
112
|
-
|
|
113
|
-
return this.
|
|
109
|
+
kb(a, b) {
|
|
110
|
+
return this.w5.kb(a, b);
|
|
114
111
|
}
|
|
115
|
-
|
|
116
|
-
return this.
|
|
112
|
+
j9(a, b) {
|
|
113
|
+
return this.w5.j9(a, b);
|
|
114
|
+
}
|
|
115
|
+
i6(a, b, c) {
|
|
116
|
+
return this.w5.i6(a, b, c);
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
return this.
|
|
118
|
+
wh(a, b, c) {
|
|
119
|
+
return this.w5.wh(a, b, c);
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
return this.
|
|
121
|
+
ws(a) {
|
|
122
|
+
return this.w5.ws(a);
|
|
123
123
|
}
|
|
124
124
|
ao(a) {
|
|
125
|
-
return this.
|
|
125
|
+
return this.w5.ao(a);
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
return this.
|
|
127
|
+
wt(a) {
|
|
128
|
+
return this.w5.wt(a);
|
|
129
129
|
}
|
|
130
130
|
ap(a) {
|
|
131
|
-
return this.
|
|
132
|
-
}
|
|
133
|
-
wo(a) {
|
|
134
|
-
return this.wz.wo(a);
|
|
131
|
+
return this.w5.ap(a);
|
|
135
132
|
}
|
|
136
|
-
|
|
137
|
-
return this.
|
|
133
|
+
wu(a) {
|
|
134
|
+
return this.w5.wu(a);
|
|
138
135
|
}
|
|
139
|
-
|
|
140
|
-
return this.
|
|
141
|
-
}
|
|
142
|
-
v7(a, b, c) {
|
|
143
|
-
return this.wz.v7(a, b, c);
|
|
136
|
+
wv(a) {
|
|
137
|
+
return this.w5.wv(a);
|
|
144
138
|
}
|
|
145
139
|
i2(a, b, c) {
|
|
146
|
-
return this.
|
|
140
|
+
return this.w5.i2(a, b, c);
|
|
147
141
|
}
|
|
148
|
-
|
|
149
|
-
return this.
|
|
142
|
+
wd(a, b, c) {
|
|
143
|
+
return this.w5.wd(a, b, c);
|
|
150
144
|
}
|
|
151
|
-
|
|
152
|
-
return this.
|
|
145
|
+
i4(a, b, c) {
|
|
146
|
+
return this.i6(a, b, c);
|
|
153
147
|
}
|
|
154
|
-
|
|
155
|
-
return this.
|
|
148
|
+
wf(a, b, c) {
|
|
149
|
+
return this.w5.wf(a, b, c);
|
|
156
150
|
}
|
|
157
|
-
|
|
158
|
-
return this.
|
|
151
|
+
wi(a, b, c) {
|
|
152
|
+
return this.w5.wi(a, b, c);
|
|
159
153
|
}
|
|
160
|
-
|
|
161
|
-
return this.
|
|
154
|
+
i7(a, b, c) {
|
|
155
|
+
return this.w5.i7(a, b, c);
|
|
162
156
|
}
|
|
163
|
-
|
|
164
|
-
return this.
|
|
157
|
+
we(a, b, c) {
|
|
158
|
+
return this.w5.we(a, b, c);
|
|
165
159
|
}
|
|
166
160
|
i3(a, b, c) {
|
|
167
|
-
return this.
|
|
161
|
+
return this.w5.i3(a, b, c);
|
|
168
162
|
}
|
|
169
|
-
|
|
170
|
-
return this.
|
|
163
|
+
wg(a, b, c) {
|
|
164
|
+
return this.w5.wg(a, b, c);
|
|
171
165
|
}
|
|
172
|
-
|
|
173
|
-
return this.
|
|
166
|
+
i5(a, b, c) {
|
|
167
|
+
return this.w5.i5(a, b, c);
|
|
174
168
|
}
|
|
175
|
-
|
|
176
|
-
return this.
|
|
169
|
+
j5(a) {
|
|
170
|
+
return this.w5.j5(a);
|
|
177
171
|
}
|
|
178
|
-
|
|
179
|
-
return this.
|
|
172
|
+
ix() {
|
|
173
|
+
return this.w5.ix();
|
|
180
174
|
}
|
|
181
|
-
|
|
175
|
+
it(a) {
|
|
176
|
+
return this.w5.it(a);
|
|
177
|
+
}
|
|
178
|
+
kp(a) {
|
|
179
|
+
return this.w5.kp(a);
|
|
180
|
+
}
|
|
181
|
+
ct() {
|
|
182
182
|
return new HostSeriesView(this);
|
|
183
183
|
}
|
|
184
|
-
|
|
185
|
-
super.
|
|
186
|
-
this.
|
|
184
|
+
q3(a) {
|
|
185
|
+
super.q3(a);
|
|
186
|
+
this.w6 = typeCast(HostSeriesView.$, a);
|
|
187
187
|
}
|
|
188
|
-
get
|
|
189
|
-
return this.c(GeographicMapSeriesHost.
|
|
188
|
+
get w7() {
|
|
189
|
+
return this.c(GeographicMapSeriesHost.xc);
|
|
190
190
|
}
|
|
191
|
-
set
|
|
192
|
-
this.h(GeographicMapSeriesHost.
|
|
191
|
+
set w7(a) {
|
|
192
|
+
this.h(GeographicMapSeriesHost.xc, a);
|
|
193
193
|
}
|
|
194
|
-
|
|
195
|
-
super.
|
|
194
|
+
rc(a, b, c, d) {
|
|
195
|
+
super.rc(a, b, c, d);
|
|
196
196
|
switch (b) {
|
|
197
197
|
case "SeriesViewer":
|
|
198
|
-
this.
|
|
198
|
+
this.w5.dc = this.dc;
|
|
199
199
|
if (c != null) {
|
|
200
|
-
c.
|
|
200
|
+
c.rd(this.w5);
|
|
201
201
|
}
|
|
202
202
|
if (d != null) {
|
|
203
|
-
this.
|
|
203
|
+
this.dc.nh(this.w5);
|
|
204
204
|
}
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
207
|
-
this.
|
|
208
|
-
this.
|
|
205
|
+
this.w5.rf(this.wx);
|
|
206
|
+
this.w5.index = this.index;
|
|
207
|
+
this.p2(this.w5);
|
|
208
|
+
this.kh = this.w5.kh;
|
|
209
209
|
let e = typeCast(SeriesViewer.$, c);
|
|
210
210
|
if (e != null) {
|
|
211
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
211
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xb));
|
|
212
212
|
}
|
|
213
|
-
if (this.
|
|
214
|
-
let f = this.
|
|
215
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
213
|
+
if (this.dc != null) {
|
|
214
|
+
let f = this.dc;
|
|
215
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xb));
|
|
216
216
|
}
|
|
217
|
-
this.
|
|
217
|
+
this.w9();
|
|
218
218
|
break;
|
|
219
219
|
case "SyncLink":
|
|
220
|
-
this.
|
|
220
|
+
this.w5.c4 = this.c4;
|
|
221
221
|
break;
|
|
222
222
|
case "VisibleFromScale":
|
|
223
|
-
this.
|
|
223
|
+
this.w9();
|
|
224
224
|
break;
|
|
225
225
|
case "Index":
|
|
226
|
-
this.
|
|
226
|
+
this.w5.index = this.index;
|
|
227
227
|
break;
|
|
228
228
|
case "ItemsSource":
|
|
229
|
-
this.
|
|
229
|
+
this.w6.cj();
|
|
230
230
|
break;
|
|
231
231
|
case "Resolution":
|
|
232
|
-
this.
|
|
232
|
+
this.w6.cq();
|
|
233
233
|
break;
|
|
234
234
|
case "TransitionDuration":
|
|
235
|
-
this.
|
|
235
|
+
this.w6.ct();
|
|
236
236
|
break;
|
|
237
237
|
case "Opacity":
|
|
238
|
-
this.
|
|
238
|
+
this.w6.cn();
|
|
239
239
|
break;
|
|
240
240
|
case "Visibility":
|
|
241
|
-
let hs_ = this.
|
|
241
|
+
let hs_ = this.w5;
|
|
242
242
|
let v_ = this._visibility;
|
|
243
243
|
hs_.visibility = v_;
|
|
244
244
|
break;
|
|
245
245
|
case "MouseOverEnabled":
|
|
246
|
-
this.
|
|
246
|
+
this.w5.f9 = this.f9;
|
|
247
247
|
break;
|
|
248
248
|
case "ExpectFunctions":
|
|
249
|
-
this.
|
|
249
|
+
this.w5.expectFunctions = this.expectFunctions;
|
|
250
250
|
break;
|
|
251
251
|
case "Thickness":
|
|
252
|
-
this.
|
|
252
|
+
this.w6.cs();
|
|
253
253
|
break;
|
|
254
254
|
case "Brush":
|
|
255
|
-
this.
|
|
255
|
+
this.w6.ch();
|
|
256
256
|
break;
|
|
257
257
|
case "Outline":
|
|
258
|
-
this.
|
|
258
|
+
this.w6.cp();
|
|
259
259
|
break;
|
|
260
260
|
case "ActualBrush":
|
|
261
|
-
this.
|
|
261
|
+
this.w6.ce();
|
|
262
262
|
break;
|
|
263
263
|
case "ActualOutline":
|
|
264
|
-
this.
|
|
264
|
+
this.w6.cf();
|
|
265
265
|
break;
|
|
266
266
|
case "MarkerFillOpacity":
|
|
267
|
-
if (!isNaN_(this.
|
|
268
|
-
this.
|
|
267
|
+
if (!isNaN_(this.jh)) {
|
|
268
|
+
this.w6.cm();
|
|
269
269
|
}
|
|
270
270
|
break;
|
|
271
271
|
case "AreaFillOpacity":
|
|
272
|
-
if (!isNaN_(this.
|
|
273
|
-
this.
|
|
272
|
+
if (!isNaN_(this.il)) {
|
|
273
|
+
this.w6.cg();
|
|
274
274
|
}
|
|
275
275
|
break;
|
|
276
276
|
case "OutlineMode":
|
|
277
|
-
this.
|
|
277
|
+
this.w6.co();
|
|
278
278
|
break;
|
|
279
279
|
case "ShowDefaultTooltip":
|
|
280
|
-
this.
|
|
280
|
+
this.w6.cr();
|
|
281
281
|
break;
|
|
282
282
|
case "Title":
|
|
283
|
-
this.
|
|
283
|
+
this.w5.title = this.title;
|
|
284
284
|
break;
|
|
285
285
|
case "LegendItemBadgeMode":
|
|
286
|
-
this.
|
|
286
|
+
this.w6.ck();
|
|
287
287
|
break;
|
|
288
288
|
case "LegendItemBadgeShape":
|
|
289
|
-
this.
|
|
289
|
+
this.w6.cl();
|
|
290
290
|
break;
|
|
291
291
|
case "Legend":
|
|
292
|
-
this.
|
|
293
|
-
this.
|
|
292
|
+
this.w5.legend = this.legend;
|
|
293
|
+
this.cw.a5();
|
|
294
294
|
break;
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
|
-
|
|
298
|
-
if (this.
|
|
297
|
+
w9() {
|
|
298
|
+
if (this.dc == null || this.w5 == null) {
|
|
299
299
|
return;
|
|
300
300
|
}
|
|
301
|
-
if (!isNaN_(this.
|
|
302
|
-
if (this.
|
|
303
|
-
let hs_ = this.
|
|
301
|
+
if (!isNaN_(this.w7)) {
|
|
302
|
+
if (this.dc.wh.width > this.w7) {
|
|
303
|
+
let hs_ = this.w5;
|
|
304
304
|
let v_ = 1;
|
|
305
305
|
hs_.visibility = v_;
|
|
306
306
|
}
|
|
307
307
|
else {
|
|
308
|
-
let hs2_ = this.
|
|
308
|
+
let hs2_ = this.w5;
|
|
309
309
|
let v2_ = 0;
|
|
310
310
|
hs2_.visibility = v2_;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
|
-
|
|
315
|
-
this.
|
|
314
|
+
xb(a, b) {
|
|
315
|
+
this.w9();
|
|
316
316
|
}
|
|
317
|
-
|
|
318
|
-
super.
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
317
|
+
ru(a) {
|
|
318
|
+
super.ru(a);
|
|
319
|
+
if (this.w5 != null) {
|
|
320
|
+
this.w5.ru(a);
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
|
-
|
|
324
|
-
super.
|
|
325
|
-
if (this.
|
|
326
|
-
this.
|
|
323
|
+
q7(a) {
|
|
324
|
+
super.q7(a);
|
|
325
|
+
if (this.w5 != null) {
|
|
326
|
+
this.w5.qp();
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
|
|
330
|
-
if (this.
|
|
331
|
-
this.
|
|
329
|
+
rt(a, b, c, d, e) {
|
|
330
|
+
if (this.w5 != null) {
|
|
331
|
+
this.w5.rt(a, b, c, d, e);
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
a2(a, b) {
|
|
335
|
-
return this.
|
|
335
|
+
return this.w5.a2(a, b);
|
|
336
336
|
}
|
|
337
|
-
|
|
338
|
-
super.
|
|
339
|
-
this.
|
|
337
|
+
sg() {
|
|
338
|
+
super.sg();
|
|
339
|
+
this.w5.sg();
|
|
340
340
|
}
|
|
341
341
|
get_coercionMethods() {
|
|
342
342
|
return this._coercionMethods;
|
|
343
343
|
}
|
|
344
344
|
set_coercionMethods(a) {
|
|
345
345
|
this._coercionMethods = a;
|
|
346
|
-
this.
|
|
346
|
+
this.w5.coercionMethods = a;
|
|
347
347
|
}
|
|
348
|
-
|
|
349
|
-
super.
|
|
350
|
-
if (this.
|
|
351
|
-
let b = this.
|
|
352
|
-
this.
|
|
348
|
+
p1(a) {
|
|
349
|
+
super.p1(a);
|
|
350
|
+
if (this.w5 != null) {
|
|
351
|
+
let b = this.w5.kn();
|
|
352
|
+
this.pa(a, b);
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
357
|
-
GeographicMapSeriesHost.
|
|
357
|
+
GeographicMapSeriesHost.xc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
358
358
|
let c = a;
|
|
359
359
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
360
360
|
}));
|
|
@@ -367,74 +367,74 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
367
367
|
class HostSeriesView extends SeriesView {
|
|
368
368
|
constructor(a) {
|
|
369
369
|
super(a);
|
|
370
|
-
this.
|
|
371
|
-
this.
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
super.
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
this.
|
|
378
|
-
this.
|
|
379
|
-
this.
|
|
380
|
-
this.
|
|
381
|
-
this.
|
|
382
|
-
this.
|
|
383
|
-
this.
|
|
384
|
-
this.
|
|
385
|
-
this.
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
390
|
-
this.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
this.
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
this.
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
this.
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
this.
|
|
370
|
+
this.cd = null;
|
|
371
|
+
this.cd = a;
|
|
372
|
+
}
|
|
373
|
+
a3(a, b) {
|
|
374
|
+
super.a3(a, b);
|
|
375
|
+
}
|
|
376
|
+
ci() {
|
|
377
|
+
this.cd.legendItemVisibility = 1;
|
|
378
|
+
this.cd.w5.legendItemVisibility = 0;
|
|
379
|
+
this.cd.w5.itemsSource = this.cd.itemsSource;
|
|
380
|
+
this.cd.w5.index = this.cd.index;
|
|
381
|
+
this.cd.w5.vk = this.cd.vk;
|
|
382
|
+
this.cd.w5.v0 = this.cd.vk;
|
|
383
|
+
this.cd.w5.cj = this.cd.cj;
|
|
384
|
+
this.cd.w5.jk = this.cd.jk;
|
|
385
|
+
this.cd.w5.ke = this.cd.ke;
|
|
386
|
+
this.cd.w5._opacity = this.cd._opacity;
|
|
387
|
+
this.cd.w5.jq = this.cd.jq;
|
|
388
|
+
this.cd.w5.il = this.cd.il;
|
|
389
|
+
this.cd.w5.jh = this.cd.jh;
|
|
390
|
+
this.cd.w5.gq = this.cd.gq;
|
|
391
|
+
this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
392
|
+
this.cd.w5.be = this.cd.be;
|
|
393
|
+
}
|
|
394
|
+
cj() {
|
|
395
|
+
this.cd.w5.itemsSource = this.cd.itemsSource;
|
|
396
|
+
}
|
|
397
|
+
cq() {
|
|
398
|
+
this.cd.w5.jk = this.cd.jk;
|
|
399
|
+
}
|
|
400
|
+
ct() {
|
|
401
|
+
this.cd.w5.ke = this.cd.ke;
|
|
402
|
+
}
|
|
403
|
+
cn() {
|
|
404
|
+
this.cd.w5._opacity = this.cd._opacity;
|
|
405
405
|
}
|
|
406
|
-
|
|
407
|
-
this.
|
|
406
|
+
cs() {
|
|
407
|
+
this.cd.w5.jq = this.cd.jq;
|
|
408
408
|
}
|
|
409
|
-
|
|
410
|
-
this.
|
|
409
|
+
ch() {
|
|
410
|
+
this.cd.w5.vk = this.cd.vk;
|
|
411
411
|
}
|
|
412
|
-
|
|
413
|
-
this.
|
|
412
|
+
cp() {
|
|
413
|
+
this.cd.w5.v0 = this.cd.v0;
|
|
414
414
|
}
|
|
415
|
-
|
|
416
|
-
this.
|
|
415
|
+
ce() {
|
|
416
|
+
this.cd.w5.vk = this.cd.ve;
|
|
417
417
|
}
|
|
418
|
-
|
|
419
|
-
this.
|
|
418
|
+
cf() {
|
|
419
|
+
this.cd.w5.v0 = this.cd.vi;
|
|
420
420
|
}
|
|
421
|
-
|
|
422
|
-
this.
|
|
421
|
+
ck() {
|
|
422
|
+
this.cd.w5.be = this.cd.be;
|
|
423
423
|
}
|
|
424
|
-
|
|
425
|
-
this.
|
|
424
|
+
cl() {
|
|
425
|
+
this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
426
426
|
}
|
|
427
|
-
|
|
428
|
-
this.
|
|
427
|
+
cg() {
|
|
428
|
+
this.cd.w5.il = this.cd.il;
|
|
429
429
|
}
|
|
430
|
-
|
|
431
|
-
this.
|
|
430
|
+
cm() {
|
|
431
|
+
this.cd.w5.jh = this.cd.jh;
|
|
432
432
|
}
|
|
433
|
-
|
|
434
|
-
this.
|
|
433
|
+
co() {
|
|
434
|
+
this.cd.w5.cj = this.cd.cj;
|
|
435
435
|
}
|
|
436
|
-
|
|
437
|
-
this.
|
|
436
|
+
cr() {
|
|
437
|
+
this.cd.w5.gq = this.cd.gq;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
440
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|