igniteui-angular-maps 17.1.0 → 17.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 +1645 -1645
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- 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 +21 -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 +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- 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 +21 -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 +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +125 -125
- package/package.json +2 -2
|
@@ -19,311 +19,311 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.t1 = null;
|
|
23
|
+
this.t3 = this.t2();
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
25
|
+
og() {
|
|
26
|
+
super.og();
|
|
27
|
+
if (this.t3 != null) {
|
|
28
|
+
this.t3.og();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_eq() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
let c = this.
|
|
34
|
+
ju(a, b) {
|
|
35
|
+
let c = this.lv(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.t3.ju(a, b);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
return this.
|
|
44
|
+
ds(a, b, c, d) {
|
|
45
|
+
return this.t3.ds(a, b, c, d);
|
|
46
46
|
}
|
|
47
47
|
ag() {
|
|
48
|
-
return this.
|
|
48
|
+
return this.t3.ag();
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
return this.
|
|
50
|
+
bj() {
|
|
51
|
+
return this.t3;
|
|
52
52
|
}
|
|
53
|
-
get
|
|
54
|
-
return this.
|
|
53
|
+
get t3() {
|
|
54
|
+
return this.t1;
|
|
55
55
|
}
|
|
56
|
-
set
|
|
57
|
-
let b = this.
|
|
56
|
+
set t3(a) {
|
|
57
|
+
let b = this.t3 != a;
|
|
58
58
|
if (b) {
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
59
|
+
this.t1 = a;
|
|
60
|
+
this.t8();
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
get_hasMarkers() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.t3.hasMarkers;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
if (this.
|
|
68
|
-
let hostedSeries_ = this.
|
|
66
|
+
t8() {
|
|
67
|
+
if (this.t1 != null) {
|
|
68
|
+
let hostedSeries_ = this.t1;
|
|
69
69
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
70
70
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
71
71
|
}
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
72
|
+
this.nr(this.t3);
|
|
73
|
+
this.t4.b5();
|
|
74
74
|
}
|
|
75
75
|
ax(a, b, c) {
|
|
76
|
-
return this.az(this.
|
|
76
|
+
return this.az(this.t3, a, b, c);
|
|
77
77
|
}
|
|
78
78
|
ay(a, b, c) {
|
|
79
|
-
return this.a0(this.
|
|
79
|
+
return this.a0(this.t3, a, b, c);
|
|
80
80
|
}
|
|
81
|
-
|
|
82
|
-
return this.
|
|
81
|
+
jr(a) {
|
|
82
|
+
return this.jx(this.t3, a);
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
return this.
|
|
84
|
+
jf(a, b) {
|
|
85
|
+
return this.t3.jf(a, b);
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
return this.
|
|
87
|
+
jd(a, b) {
|
|
88
|
+
return this.t3.jd(a, b);
|
|
89
89
|
}
|
|
90
|
-
|
|
91
|
-
return this.
|
|
90
|
+
h9(a, b, c) {
|
|
91
|
+
return this.t3.h9(a, b, c);
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
return this.
|
|
93
|
+
th(a, b, c) {
|
|
94
|
+
return this.t3.th(a, b, c);
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
96
|
+
ts(a) {
|
|
97
|
+
return this.t3.ts(a);
|
|
98
98
|
}
|
|
99
99
|
ak(a) {
|
|
100
|
-
return this.
|
|
100
|
+
return this.t3.ak(a);
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
return this.
|
|
102
|
+
tt(a) {
|
|
103
|
+
return this.t3.tt(a);
|
|
104
104
|
}
|
|
105
105
|
al(a) {
|
|
106
|
-
return this.
|
|
106
|
+
return this.t3.al(a);
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
return this.
|
|
108
|
+
tu(a) {
|
|
109
|
+
return this.t3.tu(a);
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
return this.
|
|
111
|
+
tv(a) {
|
|
112
|
+
return this.t3.tv(a);
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
return this.
|
|
114
|
+
h5(a, b, c) {
|
|
115
|
+
return this.t3.h5(a, b, c);
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
return this.
|
|
117
|
+
td(a, b, c) {
|
|
118
|
+
return this.t3.td(a, b, c);
|
|
119
119
|
}
|
|
120
|
-
|
|
121
|
-
return this.
|
|
120
|
+
h7(a, b, c) {
|
|
121
|
+
return this.h9(a, b, c);
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
return this.
|
|
123
|
+
tf(a, b, c) {
|
|
124
|
+
return this.t3.tf(a, b, c);
|
|
125
125
|
}
|
|
126
|
-
|
|
127
|
-
return this.
|
|
126
|
+
ti(a, b, c) {
|
|
127
|
+
return this.t3.ti(a, b, c);
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
return this.
|
|
129
|
+
ia(a, b, c) {
|
|
130
|
+
return this.t3.ia(a, b, c);
|
|
131
131
|
}
|
|
132
|
-
|
|
133
|
-
return this.
|
|
132
|
+
te(a, b, c) {
|
|
133
|
+
return this.t3.te(a, b, c);
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
return this.
|
|
135
|
+
h6(a, b, c) {
|
|
136
|
+
return this.t3.h6(a, b, c);
|
|
137
137
|
}
|
|
138
|
-
|
|
139
|
-
return this.
|
|
138
|
+
tg(a, b, c) {
|
|
139
|
+
return this.t3.tg(a, b, c);
|
|
140
140
|
}
|
|
141
|
-
|
|
142
|
-
return this.
|
|
141
|
+
h8(a, b, c) {
|
|
142
|
+
return this.t3.h8(a, b, c);
|
|
143
143
|
}
|
|
144
|
-
|
|
145
|
-
return this.
|
|
144
|
+
i9(a) {
|
|
145
|
+
return this.t3.i9(a);
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
return this.
|
|
147
|
+
h0() {
|
|
148
|
+
return this.t3.h0();
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
return this.
|
|
150
|
+
hw(a) {
|
|
151
|
+
return this.t3.hw(a);
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
return this.
|
|
153
|
+
js(a) {
|
|
154
|
+
return this.t3.js(a);
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
cg() {
|
|
157
157
|
return new HostSeriesView(this);
|
|
158
158
|
}
|
|
159
|
-
|
|
160
|
-
super.
|
|
161
|
-
this.
|
|
159
|
+
o0(a) {
|
|
160
|
+
super.o0(a);
|
|
161
|
+
this.t4 = typeCast(HostSeriesView.$, a);
|
|
162
162
|
}
|
|
163
|
-
get
|
|
164
|
-
return this.c(GeographicMapSeriesHost.
|
|
163
|
+
get t5() {
|
|
164
|
+
return this.c(GeographicMapSeriesHost.ua);
|
|
165
165
|
}
|
|
166
|
-
set
|
|
167
|
-
this.h(GeographicMapSeriesHost.
|
|
166
|
+
set t5(a) {
|
|
167
|
+
this.h(GeographicMapSeriesHost.ua, a);
|
|
168
168
|
}
|
|
169
|
-
|
|
170
|
-
super.
|
|
169
|
+
o8(a, b, c, d) {
|
|
170
|
+
super.o8(a, b, c, d);
|
|
171
171
|
switch (b) {
|
|
172
172
|
case "SeriesViewer":
|
|
173
|
-
this.
|
|
173
|
+
this.t3.cy = this.cy;
|
|
174
174
|
if (c != null) {
|
|
175
|
-
c.
|
|
175
|
+
c.o2(this.t3);
|
|
176
176
|
}
|
|
177
177
|
if (d != null) {
|
|
178
|
-
this.
|
|
178
|
+
this.cy.lr(this.t3);
|
|
179
179
|
}
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
180
|
+
this.t3.pb(this.tw);
|
|
181
|
+
this.t3.index = this.index;
|
|
182
|
+
this.n2(this.t3);
|
|
183
|
+
this.jl = this.t3.jl;
|
|
184
184
|
let e = typeCast(SeriesViewer.$, c);
|
|
185
185
|
if (e != null) {
|
|
186
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
186
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.t9));
|
|
187
187
|
}
|
|
188
|
-
if (this.
|
|
189
|
-
let f = this.
|
|
190
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
188
|
+
if (this.cy != null) {
|
|
189
|
+
let f = this.cy;
|
|
190
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.t9));
|
|
191
191
|
}
|
|
192
|
-
this.
|
|
192
|
+
this.t7();
|
|
193
193
|
break;
|
|
194
194
|
case "SyncLink":
|
|
195
|
-
this.
|
|
195
|
+
this.t3.cr = this.cr;
|
|
196
196
|
break;
|
|
197
197
|
case "VisibleFromScale":
|
|
198
|
-
this.
|
|
198
|
+
this.t7();
|
|
199
199
|
break;
|
|
200
200
|
case "Index":
|
|
201
|
-
this.
|
|
201
|
+
this.t3.index = this.index;
|
|
202
202
|
break;
|
|
203
203
|
case "ItemsSource":
|
|
204
|
-
this.
|
|
204
|
+
this.t4.b6();
|
|
205
205
|
break;
|
|
206
206
|
case "Resolution":
|
|
207
|
-
this.
|
|
207
|
+
this.t4.cd();
|
|
208
208
|
break;
|
|
209
209
|
case "TransitionDuration":
|
|
210
|
-
this.
|
|
210
|
+
this.t4.cg();
|
|
211
211
|
break;
|
|
212
212
|
case "Opacity":
|
|
213
|
-
this.
|
|
213
|
+
this.t4.ca();
|
|
214
214
|
break;
|
|
215
215
|
case "Visibility":
|
|
216
|
-
let hs_ = this.
|
|
216
|
+
let hs_ = this.t3;
|
|
217
217
|
let v_ = this._visibility;
|
|
218
218
|
hs_.visibility = v_;
|
|
219
219
|
break;
|
|
220
220
|
case "MouseOverEnabled":
|
|
221
|
-
this.
|
|
221
|
+
this.t3.fk = this.fk;
|
|
222
222
|
break;
|
|
223
223
|
case "ExpectFunctions":
|
|
224
|
-
this.
|
|
224
|
+
this.t3.expectFunctions = this.expectFunctions;
|
|
225
225
|
break;
|
|
226
226
|
case "Thickness":
|
|
227
|
-
this.
|
|
227
|
+
this.t4.cf();
|
|
228
228
|
break;
|
|
229
229
|
case "Brush":
|
|
230
|
-
this.
|
|
230
|
+
this.t4.b4();
|
|
231
231
|
break;
|
|
232
232
|
case "Outline":
|
|
233
|
-
this.
|
|
233
|
+
this.t4.cc();
|
|
234
234
|
break;
|
|
235
235
|
case "ActualBrush":
|
|
236
|
-
this.
|
|
236
|
+
this.t4.b1();
|
|
237
237
|
break;
|
|
238
238
|
case "ActualOutline":
|
|
239
|
-
this.
|
|
239
|
+
this.t4.b2();
|
|
240
240
|
break;
|
|
241
241
|
case "MarkerFillOpacity":
|
|
242
|
-
if (!isNaN_(this.
|
|
243
|
-
this.
|
|
242
|
+
if (!isNaN_(this.ik)) {
|
|
243
|
+
this.t4.b9();
|
|
244
244
|
}
|
|
245
245
|
break;
|
|
246
246
|
case "AreaFillOpacity":
|
|
247
|
-
if (!isNaN_(this.
|
|
248
|
-
this.
|
|
247
|
+
if (!isNaN_(this.hp)) {
|
|
248
|
+
this.t4.b3();
|
|
249
249
|
}
|
|
250
250
|
break;
|
|
251
251
|
case "OutlineMode":
|
|
252
|
-
this.
|
|
252
|
+
this.t4.cb();
|
|
253
253
|
break;
|
|
254
254
|
case "ShowDefaultTooltip":
|
|
255
|
-
this.
|
|
255
|
+
this.t4.ce();
|
|
256
256
|
break;
|
|
257
257
|
case "Title":
|
|
258
|
-
this.
|
|
258
|
+
this.t3.title = this.title;
|
|
259
259
|
break;
|
|
260
260
|
case "LegendItemBadgeMode":
|
|
261
|
-
this.
|
|
261
|
+
this.t4.b7();
|
|
262
262
|
break;
|
|
263
263
|
case "LegendItemBadgeShape":
|
|
264
|
-
this.
|
|
264
|
+
this.t4.b8();
|
|
265
265
|
break;
|
|
266
266
|
case "Legend":
|
|
267
|
-
this.
|
|
268
|
-
this.
|
|
267
|
+
this.t3.legend = this.legend;
|
|
268
|
+
this.cj.av();
|
|
269
269
|
break;
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
|
-
|
|
273
|
-
if (this.
|
|
272
|
+
t7() {
|
|
273
|
+
if (this.cy == null || this.t3 == null) {
|
|
274
274
|
return;
|
|
275
275
|
}
|
|
276
|
-
if (!isNaN_(this.
|
|
277
|
-
if (this.
|
|
278
|
-
let hs_ = this.
|
|
276
|
+
if (!isNaN_(this.t5)) {
|
|
277
|
+
if (this.cy.tn.width > this.t5) {
|
|
278
|
+
let hs_ = this.t3;
|
|
279
279
|
let v_ = 1;
|
|
280
280
|
hs_.visibility = v_;
|
|
281
281
|
}
|
|
282
282
|
else {
|
|
283
|
-
let hs2_ = this.
|
|
283
|
+
let hs2_ = this.t3;
|
|
284
284
|
let v2_ = 0;
|
|
285
285
|
hs2_.visibility = v2_;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
|
-
|
|
290
|
-
this.
|
|
289
|
+
t9(a, b) {
|
|
290
|
+
this.t7();
|
|
291
291
|
}
|
|
292
|
-
|
|
293
|
-
super.
|
|
294
|
-
if (this.
|
|
295
|
-
this.
|
|
292
|
+
pp(a) {
|
|
293
|
+
super.pp(a);
|
|
294
|
+
if (this.t3 != null) {
|
|
295
|
+
this.t3.pp(a);
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
|
|
299
|
-
if (this.
|
|
300
|
-
this.
|
|
298
|
+
po(a, b, c, d, e) {
|
|
299
|
+
if (this.t3 != null) {
|
|
300
|
+
this.t3.po(a, b, c, d, e);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
au(a, b) {
|
|
304
|
-
return this.
|
|
304
|
+
return this.t3.au(a, b);
|
|
305
305
|
}
|
|
306
|
-
|
|
307
|
-
super.
|
|
308
|
-
this.
|
|
306
|
+
p8() {
|
|
307
|
+
super.p8();
|
|
308
|
+
this.t3.p8();
|
|
309
309
|
}
|
|
310
310
|
get_coercionMethods() {
|
|
311
311
|
return this._coercionMethods;
|
|
312
312
|
}
|
|
313
313
|
set_coercionMethods(a) {
|
|
314
314
|
this._coercionMethods = a;
|
|
315
|
-
this.
|
|
315
|
+
this.t3.coercionMethods = a;
|
|
316
316
|
}
|
|
317
|
-
|
|
318
|
-
super.
|
|
319
|
-
if (this.
|
|
320
|
-
let b = this.
|
|
321
|
-
this.
|
|
317
|
+
n1(a) {
|
|
318
|
+
super.n1(a);
|
|
319
|
+
if (this.t3 != null) {
|
|
320
|
+
let b = this.t3.jq();
|
|
321
|
+
this.nm(a, b);
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
326
|
-
GeographicMapSeriesHost.
|
|
326
|
+
GeographicMapSeriesHost.ua = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
327
327
|
let c = a;
|
|
328
328
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
329
329
|
}));
|
|
@@ -336,74 +336,74 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
336
336
|
class HostSeriesView extends SeriesView {
|
|
337
337
|
constructor(a) {
|
|
338
338
|
super(a);
|
|
339
|
-
this.
|
|
340
|
-
this.
|
|
339
|
+
this.b0 = null;
|
|
340
|
+
this.b0 = a;
|
|
341
341
|
}
|
|
342
|
-
|
|
343
|
-
super.
|
|
342
|
+
at(a, b) {
|
|
343
|
+
super.at(a, b);
|
|
344
344
|
}
|
|
345
|
-
|
|
346
|
-
this.
|
|
347
|
-
this.
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
350
|
-
this.
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
353
|
-
this.
|
|
354
|
-
this.
|
|
355
|
-
this.
|
|
356
|
-
this.
|
|
357
|
-
this.
|
|
358
|
-
this.
|
|
359
|
-
this.
|
|
360
|
-
this.
|
|
361
|
-
this.
|
|
362
|
-
}
|
|
363
|
-
b3() {
|
|
364
|
-
this.bx.qe.itemsSource = this.bx.itemsSource;
|
|
345
|
+
b5() {
|
|
346
|
+
this.b0.t0 = 1;
|
|
347
|
+
this.b0.t3.t0 = 0;
|
|
348
|
+
this.b0.t3.itemsSource = this.b0.itemsSource;
|
|
349
|
+
this.b0.t3.index = this.b0.index;
|
|
350
|
+
this.b0.t3.sw = this.b0.sw;
|
|
351
|
+
this.b0.t3.s2 = this.b0.sw;
|
|
352
|
+
this.b0.t3.cc = this.b0.cc;
|
|
353
|
+
this.b0.t3.io = this.b0.io;
|
|
354
|
+
this.b0.t3.ji = this.b0.ji;
|
|
355
|
+
this.b0.t3._opacity = this.b0._opacity;
|
|
356
|
+
this.b0.t3.iu = this.b0.iu;
|
|
357
|
+
this.b0.t3.hp = this.b0.hp;
|
|
358
|
+
this.b0.t3.ik = this.b0.ik;
|
|
359
|
+
this.b0.t3.fy = this.b0.fy;
|
|
360
|
+
this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
361
|
+
this.b0.t3.ba = this.b0.ba;
|
|
365
362
|
}
|
|
366
|
-
|
|
367
|
-
this.
|
|
363
|
+
b6() {
|
|
364
|
+
this.b0.t3.itemsSource = this.b0.itemsSource;
|
|
368
365
|
}
|
|
369
366
|
cd() {
|
|
370
|
-
this.
|
|
367
|
+
this.b0.t3.io = this.b0.io;
|
|
371
368
|
}
|
|
372
|
-
|
|
373
|
-
this.
|
|
369
|
+
cg() {
|
|
370
|
+
this.b0.t3.ji = this.b0.ji;
|
|
374
371
|
}
|
|
375
|
-
|
|
376
|
-
this.
|
|
372
|
+
ca() {
|
|
373
|
+
this.b0.t3._opacity = this.b0._opacity;
|
|
377
374
|
}
|
|
378
|
-
|
|
379
|
-
this.
|
|
375
|
+
cf() {
|
|
376
|
+
this.b0.t3.iu = this.b0.iu;
|
|
380
377
|
}
|
|
381
|
-
|
|
382
|
-
this.
|
|
378
|
+
b4() {
|
|
379
|
+
this.b0.t3.sw = this.b0.sw;
|
|
383
380
|
}
|
|
384
|
-
|
|
385
|
-
this.
|
|
381
|
+
cc() {
|
|
382
|
+
this.b0.t3.s2 = this.b0.s2;
|
|
386
383
|
}
|
|
387
|
-
|
|
388
|
-
this.
|
|
384
|
+
b1() {
|
|
385
|
+
this.b0.t3.sw = this.b0.ss;
|
|
389
386
|
}
|
|
390
|
-
|
|
391
|
-
this.
|
|
387
|
+
b2() {
|
|
388
|
+
this.b0.t3.s2 = this.b0.sv;
|
|
392
389
|
}
|
|
393
|
-
|
|
394
|
-
this.
|
|
390
|
+
b7() {
|
|
391
|
+
this.b0.t3.ba = this.b0.ba;
|
|
395
392
|
}
|
|
396
|
-
|
|
397
|
-
this.
|
|
393
|
+
b8() {
|
|
394
|
+
this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
398
395
|
}
|
|
399
|
-
|
|
400
|
-
this.
|
|
396
|
+
b3() {
|
|
397
|
+
this.b0.t3.hp = this.b0.hp;
|
|
401
398
|
}
|
|
402
|
-
|
|
403
|
-
this.
|
|
399
|
+
b9() {
|
|
400
|
+
this.b0.t3.ik = this.b0.ik;
|
|
404
401
|
}
|
|
405
402
|
cb() {
|
|
406
|
-
this.
|
|
403
|
+
this.b0.t3.cc = this.b0.cc;
|
|
404
|
+
}
|
|
405
|
+
ce() {
|
|
406
|
+
this.b0.t3.fy = this.b0.fy;
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|