igniteui-webcomponents-maps 6.3.1 → 7.0.1-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-webcomponents-maps.umd.js +1097 -1097
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- 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-series-host-component.js +22 -22
- 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 +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- 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-series-host-component.js +22 -22
- 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 +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +3 -3
|
@@ -14,344 +14,344 @@ import { PlatformConstants } from "igniteui-webcomponents-core";
|
|
|
14
14
|
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
15
15
|
let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
16
16
|
class GeographicMapSeriesHost extends Series {
|
|
17
|
-
|
|
18
|
-
super.
|
|
19
|
-
if (this.
|
|
20
|
-
this.
|
|
17
|
+
qw() {
|
|
18
|
+
super.qw();
|
|
19
|
+
if (this.xm != null) {
|
|
20
|
+
this.xm.qw();
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
constructor() {
|
|
24
24
|
super();
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.xk = null;
|
|
26
|
+
this.xm = this.xl();
|
|
27
27
|
}
|
|
28
28
|
get_ff() {
|
|
29
29
|
return true;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
let c = this.
|
|
31
|
+
k0(a, b) {
|
|
32
|
+
let c = this.np(b);
|
|
33
33
|
if (c == "LatitudeMemberPath") {
|
|
34
34
|
c = "YMemberPath";
|
|
35
35
|
}
|
|
36
36
|
if (c == "LongitudeMemberPath") {
|
|
37
37
|
c = "XMemberPath";
|
|
38
38
|
}
|
|
39
|
-
return this.
|
|
39
|
+
return this.xm.k0(a, c);
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
let b = this.
|
|
41
|
+
mp(a) {
|
|
42
|
+
let b = this.np(a);
|
|
43
43
|
if (b == "LatitudeMemberPath") {
|
|
44
44
|
b = "YMemberPath";
|
|
45
45
|
}
|
|
46
46
|
if (b == "LongitudeMemberPath") {
|
|
47
47
|
b = "XMemberPath";
|
|
48
48
|
}
|
|
49
|
-
return this.
|
|
49
|
+
return this.xm.mp(b);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
return this.
|
|
51
|
+
get_ks() {
|
|
52
|
+
return this.la(this.xm);
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
this.
|
|
54
|
+
set_ks(a) {
|
|
55
|
+
this.pd(this.xm, a);
|
|
56
56
|
}
|
|
57
57
|
ed(a, b, c, d, e) {
|
|
58
|
-
return this.
|
|
58
|
+
return this.xm.ed(a, b, c, d, e);
|
|
59
59
|
}
|
|
60
60
|
ai() {
|
|
61
|
-
return this.
|
|
61
|
+
return this.xm.ai();
|
|
62
62
|
}
|
|
63
63
|
bp() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.xm;
|
|
65
65
|
}
|
|
66
|
-
get
|
|
67
|
-
return this.
|
|
66
|
+
get xm() {
|
|
67
|
+
return this.xk;
|
|
68
68
|
}
|
|
69
|
-
set
|
|
70
|
-
let b = this.
|
|
71
|
-
let c = this.
|
|
69
|
+
set xm(a) {
|
|
70
|
+
let b = this.xk;
|
|
71
|
+
let c = this.xm != a;
|
|
72
72
|
if (c) {
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
73
|
+
this.xk = a;
|
|
74
|
+
this.xr(b, this.xk);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
get_hasMarkers() {
|
|
78
|
-
return this.
|
|
78
|
+
return this.xm.hasMarkers;
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
if (this.
|
|
82
|
-
let hostedSeries_ = this.
|
|
80
|
+
xr(a, b) {
|
|
81
|
+
if (this.xk != null) {
|
|
82
|
+
let hostedSeries_ = this.xk;
|
|
83
83
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
84
84
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
85
85
|
}
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
86
|
+
this.pt(this.xm);
|
|
87
|
+
this.xn.ci();
|
|
88
88
|
if (a != null) {
|
|
89
89
|
let c = (a);
|
|
90
|
-
this.
|
|
90
|
+
this.sk(c, null);
|
|
91
91
|
}
|
|
92
92
|
if (b != null) {
|
|
93
93
|
let d = (b);
|
|
94
|
-
this.
|
|
94
|
+
this.sk(d, this);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
dh(a, b, c) {
|
|
98
|
-
return this.dj(this.
|
|
98
|
+
return this.dj(this.xm, a, b, c);
|
|
99
99
|
}
|
|
100
100
|
di(a, b, c) {
|
|
101
|
-
return this.dk(this.
|
|
101
|
+
return this.dk(this.xm, a, b, c);
|
|
102
102
|
}
|
|
103
|
-
|
|
104
|
-
return this.
|
|
103
|
+
kx(a) {
|
|
104
|
+
return this.k6(this.xm, a);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
return this.
|
|
106
|
+
kk(a, b) {
|
|
107
|
+
return this.xm.kk(a, b);
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
return this.
|
|
109
|
+
ki(a, b) {
|
|
110
|
+
return this.xm.ki(a, b);
|
|
111
111
|
}
|
|
112
|
-
|
|
113
|
-
return this.
|
|
112
|
+
je(a, b, c) {
|
|
113
|
+
return this.xm.je(a, b, c);
|
|
114
114
|
}
|
|
115
|
-
|
|
116
|
-
return this.
|
|
115
|
+
wx(a, b, c) {
|
|
116
|
+
return this.xm.wx(a, b, c);
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
return this.
|
|
118
|
+
w9(a) {
|
|
119
|
+
return this.xm.w9(a);
|
|
120
120
|
}
|
|
121
121
|
ao(a) {
|
|
122
|
-
return this.
|
|
122
|
+
return this.xm.ao(a);
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
124
|
+
xa(a) {
|
|
125
|
+
return this.xm.xa(a);
|
|
126
126
|
}
|
|
127
127
|
ap(a) {
|
|
128
|
-
return this.
|
|
129
|
-
}
|
|
130
|
-
xa(a) {
|
|
131
|
-
return this.xl.xa(a);
|
|
128
|
+
return this.xm.ap(a);
|
|
132
129
|
}
|
|
133
130
|
xb(a) {
|
|
134
|
-
return this.
|
|
131
|
+
return this.xm.xb(a);
|
|
135
132
|
}
|
|
136
|
-
|
|
137
|
-
return this.
|
|
133
|
+
xc(a) {
|
|
134
|
+
return this.xm.xc(a);
|
|
138
135
|
}
|
|
139
|
-
|
|
140
|
-
return this.
|
|
136
|
+
ja(a, b, c) {
|
|
137
|
+
return this.xm.ja(a, b, c);
|
|
141
138
|
}
|
|
142
|
-
|
|
143
|
-
return this.
|
|
139
|
+
wt(a, b, c) {
|
|
140
|
+
return this.xm.wt(a, b, c);
|
|
144
141
|
}
|
|
145
|
-
|
|
146
|
-
return this.
|
|
142
|
+
jc(a, b, c) {
|
|
143
|
+
return this.je(a, b, c);
|
|
147
144
|
}
|
|
148
|
-
|
|
149
|
-
return this.
|
|
145
|
+
wv(a, b, c) {
|
|
146
|
+
return this.xm.wv(a, b, c);
|
|
150
147
|
}
|
|
151
|
-
|
|
152
|
-
return this.
|
|
148
|
+
wy(a, b, c) {
|
|
149
|
+
return this.xm.wy(a, b, c);
|
|
153
150
|
}
|
|
154
|
-
|
|
155
|
-
return this.
|
|
151
|
+
jf(a, b, c) {
|
|
152
|
+
return this.xm.jf(a, b, c);
|
|
156
153
|
}
|
|
157
|
-
|
|
158
|
-
return this.
|
|
154
|
+
wu(a, b, c) {
|
|
155
|
+
return this.xm.wu(a, b, c);
|
|
159
156
|
}
|
|
160
|
-
|
|
161
|
-
return this.
|
|
157
|
+
jb(a, b, c) {
|
|
158
|
+
return this.xm.jb(a, b, c);
|
|
162
159
|
}
|
|
163
|
-
|
|
164
|
-
return this.
|
|
160
|
+
ww(a, b, c) {
|
|
161
|
+
return this.xm.ww(a, b, c);
|
|
165
162
|
}
|
|
166
|
-
|
|
167
|
-
return this.
|
|
163
|
+
jd(a, b, c) {
|
|
164
|
+
return this.xm.jd(a, b, c);
|
|
168
165
|
}
|
|
169
|
-
|
|
170
|
-
return this.
|
|
166
|
+
ke(a) {
|
|
167
|
+
return this.xm.ke(a);
|
|
171
168
|
}
|
|
172
|
-
|
|
173
|
-
return this.
|
|
169
|
+
i4() {
|
|
170
|
+
return this.xm.i4();
|
|
174
171
|
}
|
|
175
|
-
|
|
176
|
-
return this.
|
|
172
|
+
i0(a) {
|
|
173
|
+
return this.xm.i0(a);
|
|
174
|
+
}
|
|
175
|
+
ky(a) {
|
|
176
|
+
return this.xm.ky(a);
|
|
177
177
|
}
|
|
178
178
|
ct() {
|
|
179
179
|
return new HostSeriesView(this);
|
|
180
180
|
}
|
|
181
|
-
|
|
182
|
-
super.
|
|
183
|
-
this.
|
|
181
|
+
ri(a) {
|
|
182
|
+
super.ri(a);
|
|
183
|
+
this.xn = typeCast(HostSeriesView.$, a);
|
|
184
184
|
}
|
|
185
|
-
get
|
|
186
|
-
return this.c(GeographicMapSeriesHost.
|
|
185
|
+
get xo() {
|
|
186
|
+
return this.c(GeographicMapSeriesHost.xt);
|
|
187
187
|
}
|
|
188
|
-
set
|
|
189
|
-
this.h(GeographicMapSeriesHost.
|
|
188
|
+
set xo(a) {
|
|
189
|
+
this.h(GeographicMapSeriesHost.xt, a);
|
|
190
190
|
}
|
|
191
|
-
|
|
192
|
-
super.
|
|
191
|
+
rr(a, b, c, d) {
|
|
192
|
+
super.rr(a, b, c, d);
|
|
193
193
|
switch (b) {
|
|
194
194
|
case "SeriesViewer":
|
|
195
|
-
this.
|
|
195
|
+
this.xm.dc = this.dc;
|
|
196
196
|
if (c != null) {
|
|
197
|
-
c.s9(this.
|
|
197
|
+
c.s9(this.xm);
|
|
198
198
|
}
|
|
199
199
|
if (d != null) {
|
|
200
|
-
this.dc.on(this.
|
|
200
|
+
this.dc.on(this.xm);
|
|
201
201
|
}
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
202
|
+
this.xm.ru(this.xe);
|
|
203
|
+
this.xm.index = this.index;
|
|
204
|
+
this.qf(this.xm);
|
|
205
|
+
this.kq = this.xm.kq;
|
|
206
206
|
let e = typeCast(SeriesViewer.$, c);
|
|
207
207
|
if (e != null) {
|
|
208
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
208
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xs));
|
|
209
209
|
}
|
|
210
210
|
if (this.dc != null) {
|
|
211
211
|
let f = this.dc;
|
|
212
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
212
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xs));
|
|
213
213
|
}
|
|
214
|
-
this.
|
|
214
|
+
this.xq();
|
|
215
215
|
break;
|
|
216
216
|
case "SyncLink":
|
|
217
|
-
this.
|
|
217
|
+
this.xm.c4 = this.c4;
|
|
218
218
|
break;
|
|
219
219
|
case "VisibleFromScale":
|
|
220
|
-
this.
|
|
220
|
+
this.xq();
|
|
221
221
|
break;
|
|
222
222
|
case "Index":
|
|
223
|
-
this.
|
|
223
|
+
this.xm.index = this.index;
|
|
224
224
|
break;
|
|
225
225
|
case "ItemsSource":
|
|
226
|
-
this.
|
|
226
|
+
this.xn.cj();
|
|
227
227
|
break;
|
|
228
228
|
case "Resolution":
|
|
229
|
-
this.
|
|
229
|
+
this.xn.cq();
|
|
230
230
|
break;
|
|
231
231
|
case "TransitionDuration":
|
|
232
|
-
this.
|
|
232
|
+
this.xn.ct();
|
|
233
233
|
break;
|
|
234
234
|
case "Opacity":
|
|
235
|
-
this.
|
|
235
|
+
this.xn.cn();
|
|
236
236
|
break;
|
|
237
237
|
case "Visibility":
|
|
238
|
-
let hs_ = this.
|
|
238
|
+
let hs_ = this.xm;
|
|
239
239
|
let v_ = this._visibility;
|
|
240
240
|
hs_.visibility = v_;
|
|
241
241
|
break;
|
|
242
242
|
case "MouseOverEnabled":
|
|
243
|
-
this.
|
|
243
|
+
this.xm.gf = this.gf;
|
|
244
244
|
break;
|
|
245
245
|
case "ExpectFunctions":
|
|
246
|
-
this.
|
|
246
|
+
this.xm.expectFunctions = this.expectFunctions;
|
|
247
247
|
break;
|
|
248
248
|
case "Thickness":
|
|
249
|
-
this.
|
|
249
|
+
this.xn.cs();
|
|
250
250
|
break;
|
|
251
251
|
case "Brush":
|
|
252
|
-
this.
|
|
252
|
+
this.xn.ch();
|
|
253
253
|
break;
|
|
254
254
|
case "Outline":
|
|
255
|
-
this.
|
|
255
|
+
this.xn.cp();
|
|
256
256
|
break;
|
|
257
257
|
case "ActualBrush":
|
|
258
|
-
this.
|
|
258
|
+
this.xn.ce();
|
|
259
259
|
break;
|
|
260
260
|
case "ActualOutline":
|
|
261
|
-
this.
|
|
261
|
+
this.xn.cf();
|
|
262
262
|
break;
|
|
263
263
|
case "MarkerFillOpacity":
|
|
264
|
-
if (!isNaN_(this.
|
|
265
|
-
this.
|
|
264
|
+
if (!isNaN_(this.jp)) {
|
|
265
|
+
this.xn.cm();
|
|
266
266
|
}
|
|
267
267
|
break;
|
|
268
268
|
case "AreaFillOpacity":
|
|
269
|
-
if (!isNaN_(this.
|
|
270
|
-
this.
|
|
269
|
+
if (!isNaN_(this.is)) {
|
|
270
|
+
this.xn.cg();
|
|
271
271
|
}
|
|
272
272
|
break;
|
|
273
273
|
case "OutlineMode":
|
|
274
|
-
this.
|
|
274
|
+
this.xn.co();
|
|
275
275
|
break;
|
|
276
276
|
case "ShowDefaultTooltip":
|
|
277
|
-
this.
|
|
277
|
+
this.xn.cr();
|
|
278
278
|
break;
|
|
279
279
|
case "Title":
|
|
280
|
-
this.
|
|
280
|
+
this.xm.title = this.title;
|
|
281
281
|
break;
|
|
282
282
|
case "LegendItemBadgeMode":
|
|
283
|
-
this.
|
|
283
|
+
this.xn.ck();
|
|
284
284
|
break;
|
|
285
285
|
case "LegendItemBadgeShape":
|
|
286
|
-
this.
|
|
286
|
+
this.xn.cl();
|
|
287
287
|
break;
|
|
288
288
|
case "Legend":
|
|
289
|
-
this.
|
|
289
|
+
this.xm.legend = this.legend;
|
|
290
290
|
this.cw.a5();
|
|
291
291
|
break;
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
|
-
|
|
295
|
-
if (this.dc == null || this.
|
|
294
|
+
xq() {
|
|
295
|
+
if (this.dc == null || this.xm == null) {
|
|
296
296
|
return;
|
|
297
297
|
}
|
|
298
|
-
if (!isNaN_(this.
|
|
299
|
-
if (this.dc.yr.width > this.
|
|
300
|
-
let hs_ = this.
|
|
298
|
+
if (!isNaN_(this.xo)) {
|
|
299
|
+
if (this.dc.yr.width > this.xo) {
|
|
300
|
+
let hs_ = this.xm;
|
|
301
301
|
let v_ = 1;
|
|
302
302
|
hs_.visibility = v_;
|
|
303
303
|
}
|
|
304
304
|
else {
|
|
305
|
-
let hs2_ = this.
|
|
305
|
+
let hs2_ = this.xm;
|
|
306
306
|
let v2_ = 0;
|
|
307
307
|
hs2_.visibility = v2_;
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
|
|
312
|
-
this.
|
|
311
|
+
xs(a, b) {
|
|
312
|
+
this.xq();
|
|
313
313
|
}
|
|
314
|
-
|
|
315
|
-
super.
|
|
316
|
-
if (this.
|
|
317
|
-
this.
|
|
314
|
+
r9(a) {
|
|
315
|
+
super.r9(a);
|
|
316
|
+
if (this.xm != null) {
|
|
317
|
+
this.xm.r9(a);
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
-
|
|
321
|
-
super.
|
|
322
|
-
if (this.
|
|
323
|
-
this.
|
|
320
|
+
rm(a) {
|
|
321
|
+
super.rm(a);
|
|
322
|
+
if (this.xm != null) {
|
|
323
|
+
this.xm.q3();
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
|
-
|
|
327
|
-
if (this.
|
|
328
|
-
this.
|
|
326
|
+
r8(a, b, c, d, e) {
|
|
327
|
+
if (this.xm != null) {
|
|
328
|
+
this.xm.r8(a, b, c, d, e);
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
a2(a, b) {
|
|
332
|
-
return this.
|
|
332
|
+
return this.xm.a2(a, b);
|
|
333
333
|
}
|
|
334
|
-
|
|
335
|
-
super.
|
|
336
|
-
this.
|
|
334
|
+
sv() {
|
|
335
|
+
super.sv();
|
|
336
|
+
this.xm.sv();
|
|
337
337
|
}
|
|
338
338
|
get_coercionMethods() {
|
|
339
339
|
return this._coercionMethods;
|
|
340
340
|
}
|
|
341
341
|
set_coercionMethods(a) {
|
|
342
342
|
this._coercionMethods = a;
|
|
343
|
-
this.
|
|
343
|
+
this.xm.coercionMethods = a;
|
|
344
344
|
}
|
|
345
|
-
|
|
346
|
-
super.
|
|
347
|
-
if (this.
|
|
348
|
-
let b = this.
|
|
349
|
-
this.
|
|
345
|
+
qe(a) {
|
|
346
|
+
super.qe(a);
|
|
347
|
+
if (this.xm != null) {
|
|
348
|
+
let b = this.xm.kw();
|
|
349
|
+
this.pm(a, b);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
353
|
GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
354
|
-
GeographicMapSeriesHost.
|
|
354
|
+
GeographicMapSeriesHost.xt = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
|
|
355
355
|
let c = a;
|
|
356
356
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
357
357
|
}));
|
|
@@ -370,66 +370,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
370
370
|
}
|
|
371
371
|
ci() {
|
|
372
372
|
this.cd.legendItemVisibility = 1;
|
|
373
|
-
this.cd.
|
|
374
|
-
this.cd.
|
|
375
|
-
this.cd.
|
|
376
|
-
this.cd.
|
|
377
|
-
this.cd.
|
|
378
|
-
this.cd.
|
|
379
|
-
this.cd.
|
|
380
|
-
this.cd.
|
|
381
|
-
this.cd.
|
|
382
|
-
this.cd.
|
|
383
|
-
this.cd.
|
|
384
|
-
this.cd.
|
|
385
|
-
this.cd.
|
|
386
|
-
this.cd.
|
|
387
|
-
this.cd.
|
|
373
|
+
this.cd.xm.legendItemVisibility = 0;
|
|
374
|
+
this.cd.xm.itemsSource = this.cd.itemsSource;
|
|
375
|
+
this.cd.xm.index = this.cd.index;
|
|
376
|
+
this.cd.xm.v0 = this.cd.v0;
|
|
377
|
+
this.cd.xm.wg = this.cd.v0;
|
|
378
|
+
this.cd.xm.cj = this.cd.cj;
|
|
379
|
+
this.cd.xm.js = this.cd.js;
|
|
380
|
+
this.cd.xm.kn = this.cd.kn;
|
|
381
|
+
this.cd.xm._opacity = this.cd._opacity;
|
|
382
|
+
this.cd.xm.jz = this.cd.jz;
|
|
383
|
+
this.cd.xm.is = this.cd.is;
|
|
384
|
+
this.cd.xm.jp = this.cd.jp;
|
|
385
|
+
this.cd.xm.gw = this.cd.gw;
|
|
386
|
+
this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
387
|
+
this.cd.xm.be = this.cd.be;
|
|
388
388
|
}
|
|
389
389
|
cj() {
|
|
390
|
-
this.cd.
|
|
390
|
+
this.cd.xm.itemsSource = this.cd.itemsSource;
|
|
391
391
|
}
|
|
392
392
|
cq() {
|
|
393
|
-
this.cd.
|
|
393
|
+
this.cd.xm.js = this.cd.js;
|
|
394
394
|
}
|
|
395
395
|
ct() {
|
|
396
|
-
this.cd.
|
|
396
|
+
this.cd.xm.kn = this.cd.kn;
|
|
397
397
|
}
|
|
398
398
|
cn() {
|
|
399
|
-
this.cd.
|
|
399
|
+
this.cd.xm._opacity = this.cd._opacity;
|
|
400
400
|
}
|
|
401
401
|
cs() {
|
|
402
|
-
this.cd.
|
|
402
|
+
this.cd.xm.jz = this.cd.jz;
|
|
403
403
|
}
|
|
404
404
|
ch() {
|
|
405
|
-
this.cd.
|
|
405
|
+
this.cd.xm.v0 = this.cd.v0;
|
|
406
406
|
}
|
|
407
407
|
cp() {
|
|
408
|
-
this.cd.
|
|
408
|
+
this.cd.xm.wg = this.cd.wg;
|
|
409
409
|
}
|
|
410
410
|
ce() {
|
|
411
|
-
this.cd.
|
|
411
|
+
this.cd.xm.v0 = this.cd.vu;
|
|
412
412
|
}
|
|
413
413
|
cf() {
|
|
414
|
-
this.cd.
|
|
414
|
+
this.cd.xm.wg = this.cd.vy;
|
|
415
415
|
}
|
|
416
416
|
ck() {
|
|
417
|
-
this.cd.
|
|
417
|
+
this.cd.xm.be = this.cd.be;
|
|
418
418
|
}
|
|
419
419
|
cl() {
|
|
420
|
-
this.cd.
|
|
420
|
+
this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
421
421
|
}
|
|
422
422
|
cg() {
|
|
423
|
-
this.cd.
|
|
423
|
+
this.cd.xm.is = this.cd.is;
|
|
424
424
|
}
|
|
425
425
|
cm() {
|
|
426
|
-
this.cd.
|
|
426
|
+
this.cd.xm.jp = this.cd.jp;
|
|
427
427
|
}
|
|
428
428
|
co() {
|
|
429
|
-
this.cd.
|
|
429
|
+
this.cd.xm.cj = this.cd.cj;
|
|
430
430
|
}
|
|
431
431
|
cr() {
|
|
432
|
-
this.cd.
|
|
432
|
+
this.cd.xm.gw = this.cd.gw;
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|