igniteui-angular-maps 20.2.0 → 20.2.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-angular-maps.umd.js +975 -975
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +983 -983
- package/fesm5/igniteui-angular-maps.js +975 -975
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -19,13 +19,13 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.xj = null;
|
|
23
|
+
this.xl = this.xk();
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
25
|
+
qv() {
|
|
26
|
+
super.qv();
|
|
27
|
+
if (this.xl != null) {
|
|
28
|
+
this.xl.qv();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
get_ff() {
|
|
@@ -39,7 +39,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
39
39
|
if (c == "LongitudeMemberPath") {
|
|
40
40
|
c = "XMemberPath";
|
|
41
41
|
}
|
|
42
|
-
return this.
|
|
42
|
+
return this.xl.kz(a, c);
|
|
43
43
|
}
|
|
44
44
|
mo(a) {
|
|
45
45
|
let b = this.no(a);
|
|
@@ -49,312 +49,312 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
49
49
|
if (b == "LongitudeMemberPath") {
|
|
50
50
|
b = "XMemberPath";
|
|
51
51
|
}
|
|
52
|
-
return this.
|
|
52
|
+
return this.xl.mo(b);
|
|
53
53
|
}
|
|
54
54
|
get_kr() {
|
|
55
|
-
return this.k9(this.
|
|
55
|
+
return this.k9(this.xl);
|
|
56
56
|
}
|
|
57
57
|
set_kr(a) {
|
|
58
|
-
this.
|
|
58
|
+
this.pc(this.xl, a);
|
|
59
59
|
}
|
|
60
60
|
ed(a, b, c, d, e) {
|
|
61
|
-
return this.
|
|
61
|
+
return this.xl.ed(a, b, c, d, e);
|
|
62
62
|
}
|
|
63
63
|
ai() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.xl.ai();
|
|
65
65
|
}
|
|
66
66
|
bp() {
|
|
67
|
-
return this.
|
|
67
|
+
return this.xl;
|
|
68
68
|
}
|
|
69
|
-
get
|
|
70
|
-
return this.
|
|
69
|
+
get xl() {
|
|
70
|
+
return this.xj;
|
|
71
71
|
}
|
|
72
|
-
set
|
|
73
|
-
let b = this.
|
|
74
|
-
let c = this.
|
|
72
|
+
set xl(a) {
|
|
73
|
+
let b = this.xj;
|
|
74
|
+
let c = this.xl != a;
|
|
75
75
|
if (c) {
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
76
|
+
this.xj = a;
|
|
77
|
+
this.xq(b, this.xj);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
get_hasMarkers() {
|
|
81
|
-
return this.
|
|
81
|
+
return this.xl.hasMarkers;
|
|
82
82
|
}
|
|
83
|
-
|
|
84
|
-
if (this.
|
|
85
|
-
let hostedSeries_ = this.
|
|
83
|
+
xq(a, b) {
|
|
84
|
+
if (this.xj != null) {
|
|
85
|
+
let hostedSeries_ = this.xj;
|
|
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.ps(this.xl);
|
|
90
|
+
this.xm.ci();
|
|
91
91
|
if (a != null) {
|
|
92
92
|
let c = (a);
|
|
93
|
-
this.
|
|
93
|
+
this.sj(c, null);
|
|
94
94
|
}
|
|
95
95
|
if (b != null) {
|
|
96
96
|
let d = (b);
|
|
97
|
-
this.
|
|
97
|
+
this.sj(d, this);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
dh(a, b, c) {
|
|
101
|
-
return this.dj(this.
|
|
101
|
+
return this.dj(this.xl, a, b, c);
|
|
102
102
|
}
|
|
103
103
|
di(a, b, c) {
|
|
104
|
-
return this.dk(this.
|
|
104
|
+
return this.dk(this.xl, a, b, c);
|
|
105
105
|
}
|
|
106
106
|
kw(a) {
|
|
107
|
-
return this.k5(this.
|
|
107
|
+
return this.k5(this.xl, a);
|
|
108
108
|
}
|
|
109
109
|
kj(a, b) {
|
|
110
|
-
return this.
|
|
110
|
+
return this.xl.kj(a, b);
|
|
111
111
|
}
|
|
112
112
|
kh(a, b) {
|
|
113
|
-
return this.
|
|
113
|
+
return this.xl.kh(a, b);
|
|
114
114
|
}
|
|
115
115
|
jd(a, b, c) {
|
|
116
|
-
return this.
|
|
116
|
+
return this.xl.jd(a, b, c);
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
return this.
|
|
118
|
+
ww(a, b, c) {
|
|
119
|
+
return this.xl.ww(a, b, c);
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
return this.
|
|
121
|
+
w8(a) {
|
|
122
|
+
return this.xl.w8(a);
|
|
123
123
|
}
|
|
124
124
|
ao(a) {
|
|
125
|
-
return this.
|
|
125
|
+
return this.xl.ao(a);
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
return this.
|
|
127
|
+
w9(a) {
|
|
128
|
+
return this.xl.w9(a);
|
|
129
129
|
}
|
|
130
130
|
ap(a) {
|
|
131
|
-
return this.
|
|
132
|
-
}
|
|
133
|
-
w9(a) {
|
|
134
|
-
return this.xk.w9(a);
|
|
131
|
+
return this.xl.ap(a);
|
|
135
132
|
}
|
|
136
133
|
xa(a) {
|
|
137
|
-
return this.
|
|
134
|
+
return this.xl.xa(a);
|
|
135
|
+
}
|
|
136
|
+
xb(a) {
|
|
137
|
+
return this.xl.xb(a);
|
|
138
138
|
}
|
|
139
139
|
i9(a, b, c) {
|
|
140
|
-
return this.
|
|
140
|
+
return this.xl.i9(a, b, c);
|
|
141
141
|
}
|
|
142
|
-
|
|
143
|
-
return this.
|
|
142
|
+
ws(a, b, c) {
|
|
143
|
+
return this.xl.ws(a, b, c);
|
|
144
144
|
}
|
|
145
145
|
jb(a, b, c) {
|
|
146
146
|
return this.jd(a, b, c);
|
|
147
147
|
}
|
|
148
|
-
|
|
149
|
-
return this.
|
|
148
|
+
wu(a, b, c) {
|
|
149
|
+
return this.xl.wu(a, b, c);
|
|
150
150
|
}
|
|
151
|
-
|
|
152
|
-
return this.
|
|
151
|
+
wx(a, b, c) {
|
|
152
|
+
return this.xl.wx(a, b, c);
|
|
153
153
|
}
|
|
154
154
|
je(a, b, c) {
|
|
155
|
-
return this.
|
|
155
|
+
return this.xl.je(a, b, c);
|
|
156
156
|
}
|
|
157
|
-
|
|
158
|
-
return this.
|
|
157
|
+
wt(a, b, c) {
|
|
158
|
+
return this.xl.wt(a, b, c);
|
|
159
159
|
}
|
|
160
160
|
ja(a, b, c) {
|
|
161
|
-
return this.
|
|
161
|
+
return this.xl.ja(a, b, c);
|
|
162
162
|
}
|
|
163
|
-
|
|
164
|
-
return this.
|
|
163
|
+
wv(a, b, c) {
|
|
164
|
+
return this.xl.wv(a, b, c);
|
|
165
165
|
}
|
|
166
166
|
jc(a, b, c) {
|
|
167
|
-
return this.
|
|
167
|
+
return this.xl.jc(a, b, c);
|
|
168
168
|
}
|
|
169
169
|
kd(a) {
|
|
170
|
-
return this.
|
|
170
|
+
return this.xl.kd(a);
|
|
171
171
|
}
|
|
172
172
|
i3() {
|
|
173
|
-
return this.
|
|
173
|
+
return this.xl.i3();
|
|
174
174
|
}
|
|
175
175
|
iz(a) {
|
|
176
|
-
return this.
|
|
176
|
+
return this.xl.iz(a);
|
|
177
177
|
}
|
|
178
178
|
kx(a) {
|
|
179
|
-
return this.
|
|
179
|
+
return this.xl.kx(a);
|
|
180
180
|
}
|
|
181
181
|
ct() {
|
|
182
182
|
return new HostSeriesView(this);
|
|
183
183
|
}
|
|
184
|
-
|
|
185
|
-
super.
|
|
186
|
-
this.
|
|
184
|
+
rh(a) {
|
|
185
|
+
super.rh(a);
|
|
186
|
+
this.xm = typeCast(HostSeriesView.$, a);
|
|
187
187
|
}
|
|
188
|
-
get
|
|
189
|
-
return this.c(GeographicMapSeriesHost.
|
|
188
|
+
get xn() {
|
|
189
|
+
return this.c(GeographicMapSeriesHost.xs);
|
|
190
190
|
}
|
|
191
|
-
set
|
|
192
|
-
this.h(GeographicMapSeriesHost.
|
|
191
|
+
set xn(a) {
|
|
192
|
+
this.h(GeographicMapSeriesHost.xs, a);
|
|
193
193
|
}
|
|
194
|
-
|
|
195
|
-
super.
|
|
194
|
+
rq(a, b, c, d) {
|
|
195
|
+
super.rq(a, b, c, d);
|
|
196
196
|
switch (b) {
|
|
197
197
|
case "SeriesViewer":
|
|
198
|
-
this.
|
|
198
|
+
this.xl.dc = this.dc;
|
|
199
199
|
if (c != null) {
|
|
200
|
-
c.s9(this.
|
|
200
|
+
c.s9(this.xl);
|
|
201
201
|
}
|
|
202
202
|
if (d != null) {
|
|
203
|
-
this.dc.on(this.
|
|
203
|
+
this.dc.on(this.xl);
|
|
204
204
|
}
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
207
|
-
this.
|
|
208
|
-
this.kp = this.
|
|
205
|
+
this.xl.rt(this.xd);
|
|
206
|
+
this.xl.index = this.index;
|
|
207
|
+
this.qe(this.xl);
|
|
208
|
+
this.kp = this.xl.kp;
|
|
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.xr));
|
|
212
212
|
}
|
|
213
213
|
if (this.dc != null) {
|
|
214
214
|
let f = this.dc;
|
|
215
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
215
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
|
|
216
216
|
}
|
|
217
|
-
this.
|
|
217
|
+
this.xp();
|
|
218
218
|
break;
|
|
219
219
|
case "SyncLink":
|
|
220
|
-
this.
|
|
220
|
+
this.xl.c4 = this.c4;
|
|
221
221
|
break;
|
|
222
222
|
case "VisibleFromScale":
|
|
223
|
-
this.
|
|
223
|
+
this.xp();
|
|
224
224
|
break;
|
|
225
225
|
case "Index":
|
|
226
|
-
this.
|
|
226
|
+
this.xl.index = this.index;
|
|
227
227
|
break;
|
|
228
228
|
case "ItemsSource":
|
|
229
|
-
this.
|
|
229
|
+
this.xm.cj();
|
|
230
230
|
break;
|
|
231
231
|
case "Resolution":
|
|
232
|
-
this.
|
|
232
|
+
this.xm.cq();
|
|
233
233
|
break;
|
|
234
234
|
case "TransitionDuration":
|
|
235
|
-
this.
|
|
235
|
+
this.xm.ct();
|
|
236
236
|
break;
|
|
237
237
|
case "Opacity":
|
|
238
|
-
this.
|
|
238
|
+
this.xm.cn();
|
|
239
239
|
break;
|
|
240
240
|
case "Visibility":
|
|
241
|
-
let hs_ = this.
|
|
241
|
+
let hs_ = this.xl;
|
|
242
242
|
let v_ = this._visibility;
|
|
243
243
|
hs_.visibility = v_;
|
|
244
244
|
break;
|
|
245
245
|
case "MouseOverEnabled":
|
|
246
|
-
this.
|
|
246
|
+
this.xl.ge = this.ge;
|
|
247
247
|
break;
|
|
248
248
|
case "ExpectFunctions":
|
|
249
|
-
this.
|
|
249
|
+
this.xl.expectFunctions = this.expectFunctions;
|
|
250
250
|
break;
|
|
251
251
|
case "Thickness":
|
|
252
|
-
this.
|
|
252
|
+
this.xm.cs();
|
|
253
253
|
break;
|
|
254
254
|
case "Brush":
|
|
255
|
-
this.
|
|
255
|
+
this.xm.ch();
|
|
256
256
|
break;
|
|
257
257
|
case "Outline":
|
|
258
|
-
this.
|
|
258
|
+
this.xm.cp();
|
|
259
259
|
break;
|
|
260
260
|
case "ActualBrush":
|
|
261
|
-
this.
|
|
261
|
+
this.xm.ce();
|
|
262
262
|
break;
|
|
263
263
|
case "ActualOutline":
|
|
264
|
-
this.
|
|
264
|
+
this.xm.cf();
|
|
265
265
|
break;
|
|
266
266
|
case "MarkerFillOpacity":
|
|
267
267
|
if (!isNaN_(this.jo)) {
|
|
268
|
-
this.
|
|
268
|
+
this.xm.cm();
|
|
269
269
|
}
|
|
270
270
|
break;
|
|
271
271
|
case "AreaFillOpacity":
|
|
272
272
|
if (!isNaN_(this.ir)) {
|
|
273
|
-
this.
|
|
273
|
+
this.xm.cg();
|
|
274
274
|
}
|
|
275
275
|
break;
|
|
276
276
|
case "OutlineMode":
|
|
277
|
-
this.
|
|
277
|
+
this.xm.co();
|
|
278
278
|
break;
|
|
279
279
|
case "ShowDefaultTooltip":
|
|
280
|
-
this.
|
|
280
|
+
this.xm.cr();
|
|
281
281
|
break;
|
|
282
282
|
case "Title":
|
|
283
|
-
this.
|
|
283
|
+
this.xl.title = this.title;
|
|
284
284
|
break;
|
|
285
285
|
case "LegendItemBadgeMode":
|
|
286
|
-
this.
|
|
286
|
+
this.xm.ck();
|
|
287
287
|
break;
|
|
288
288
|
case "LegendItemBadgeShape":
|
|
289
|
-
this.
|
|
289
|
+
this.xm.cl();
|
|
290
290
|
break;
|
|
291
291
|
case "Legend":
|
|
292
|
-
this.
|
|
292
|
+
this.xl.legend = this.legend;
|
|
293
293
|
this.cw.a5();
|
|
294
294
|
break;
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
|
-
|
|
298
|
-
if (this.dc == null || this.
|
|
297
|
+
xp() {
|
|
298
|
+
if (this.dc == null || this.xl == null) {
|
|
299
299
|
return;
|
|
300
300
|
}
|
|
301
|
-
if (!isNaN_(this.
|
|
302
|
-
if (this.dc.yr.width > this.
|
|
303
|
-
let hs_ = this.
|
|
301
|
+
if (!isNaN_(this.xn)) {
|
|
302
|
+
if (this.dc.yr.width > this.xn) {
|
|
303
|
+
let hs_ = this.xl;
|
|
304
304
|
let v_ = 1;
|
|
305
305
|
hs_.visibility = v_;
|
|
306
306
|
}
|
|
307
307
|
else {
|
|
308
|
-
let hs2_ = this.
|
|
308
|
+
let hs2_ = this.xl;
|
|
309
309
|
let v2_ = 0;
|
|
310
310
|
hs2_.visibility = v2_;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
|
-
|
|
315
|
-
this.
|
|
314
|
+
xr(a, b) {
|
|
315
|
+
this.xp();
|
|
316
316
|
}
|
|
317
|
-
|
|
318
|
-
super.
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
317
|
+
r8(a) {
|
|
318
|
+
super.r8(a);
|
|
319
|
+
if (this.xl != null) {
|
|
320
|
+
this.xl.r8(a);
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
|
-
|
|
324
|
-
super.
|
|
325
|
-
if (this.
|
|
326
|
-
this.
|
|
323
|
+
rl(a) {
|
|
324
|
+
super.rl(a);
|
|
325
|
+
if (this.xl != null) {
|
|
326
|
+
this.xl.q2();
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
|
|
330
|
-
if (this.
|
|
331
|
-
this.
|
|
329
|
+
r7(a, b, c, d, e) {
|
|
330
|
+
if (this.xl != null) {
|
|
331
|
+
this.xl.r7(a, b, c, d, e);
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
a2(a, b) {
|
|
335
|
-
return this.
|
|
335
|
+
return this.xl.a2(a, b);
|
|
336
336
|
}
|
|
337
|
-
|
|
338
|
-
super.
|
|
339
|
-
this.
|
|
337
|
+
su() {
|
|
338
|
+
super.su();
|
|
339
|
+
this.xl.su();
|
|
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.xl.coercionMethods = a;
|
|
347
347
|
}
|
|
348
|
-
|
|
349
|
-
super.
|
|
350
|
-
if (this.
|
|
351
|
-
let b = this.
|
|
352
|
-
this.
|
|
348
|
+
qd(a) {
|
|
349
|
+
super.qd(a);
|
|
350
|
+
if (this.xl != null) {
|
|
351
|
+
let b = this.xl.kv();
|
|
352
|
+
this.pl(a, b);
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
357
|
-
GeographicMapSeriesHost.
|
|
357
|
+
GeographicMapSeriesHost.xs = 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
|
}));
|
|
@@ -375,66 +375,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
375
375
|
}
|
|
376
376
|
ci() {
|
|
377
377
|
this.cd.legendItemVisibility = 1;
|
|
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.
|
|
388
|
-
this.cd.
|
|
389
|
-
this.cd.
|
|
390
|
-
this.cd.
|
|
391
|
-
this.cd.
|
|
392
|
-
this.cd.
|
|
378
|
+
this.cd.xl.legendItemVisibility = 0;
|
|
379
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
380
|
+
this.cd.xl.index = this.cd.index;
|
|
381
|
+
this.cd.xl.vz = this.cd.vz;
|
|
382
|
+
this.cd.xl.wf = this.cd.vz;
|
|
383
|
+
this.cd.xl.cj = this.cd.cj;
|
|
384
|
+
this.cd.xl.jr = this.cd.jr;
|
|
385
|
+
this.cd.xl.km = this.cd.km;
|
|
386
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
387
|
+
this.cd.xl.jy = this.cd.jy;
|
|
388
|
+
this.cd.xl.ir = this.cd.ir;
|
|
389
|
+
this.cd.xl.jo = this.cd.jo;
|
|
390
|
+
this.cd.xl.gv = this.cd.gv;
|
|
391
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
392
|
+
this.cd.xl.be = this.cd.be;
|
|
393
393
|
}
|
|
394
394
|
cj() {
|
|
395
|
-
this.cd.
|
|
395
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
396
396
|
}
|
|
397
397
|
cq() {
|
|
398
|
-
this.cd.
|
|
398
|
+
this.cd.xl.jr = this.cd.jr;
|
|
399
399
|
}
|
|
400
400
|
ct() {
|
|
401
|
-
this.cd.
|
|
401
|
+
this.cd.xl.km = this.cd.km;
|
|
402
402
|
}
|
|
403
403
|
cn() {
|
|
404
|
-
this.cd.
|
|
404
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
405
405
|
}
|
|
406
406
|
cs() {
|
|
407
|
-
this.cd.
|
|
407
|
+
this.cd.xl.jy = this.cd.jy;
|
|
408
408
|
}
|
|
409
409
|
ch() {
|
|
410
|
-
this.cd.
|
|
410
|
+
this.cd.xl.vz = this.cd.vz;
|
|
411
411
|
}
|
|
412
412
|
cp() {
|
|
413
|
-
this.cd.
|
|
413
|
+
this.cd.xl.wf = this.cd.wf;
|
|
414
414
|
}
|
|
415
415
|
ce() {
|
|
416
|
-
this.cd.
|
|
416
|
+
this.cd.xl.vz = this.cd.vt;
|
|
417
417
|
}
|
|
418
418
|
cf() {
|
|
419
|
-
this.cd.
|
|
419
|
+
this.cd.xl.wf = this.cd.vx;
|
|
420
420
|
}
|
|
421
421
|
ck() {
|
|
422
|
-
this.cd.
|
|
422
|
+
this.cd.xl.be = this.cd.be;
|
|
423
423
|
}
|
|
424
424
|
cl() {
|
|
425
|
-
this.cd.
|
|
425
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
426
426
|
}
|
|
427
427
|
cg() {
|
|
428
|
-
this.cd.
|
|
428
|
+
this.cd.xl.ir = this.cd.ir;
|
|
429
429
|
}
|
|
430
430
|
cm() {
|
|
431
|
-
this.cd.
|
|
431
|
+
this.cd.xl.jo = this.cd.jo;
|
|
432
432
|
}
|
|
433
433
|
co() {
|
|
434
|
-
this.cd.
|
|
434
|
+
this.cd.xl.cj = this.cd.cj;
|
|
435
435
|
}
|
|
436
436
|
cr() {
|
|
437
|
-
this.cd.
|
|
437
|
+
this.cd.xl.gv = this.cd.gv;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
440
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -23,74 +23,74 @@ export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
23
23
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
24
24
|
constructor() {
|
|
25
25
|
super();
|
|
26
|
-
let a = this.
|
|
27
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
26
|
+
let a = this.xl;
|
|
27
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
return this.
|
|
31
|
-
}
|
|
32
|
-
v4() {
|
|
33
|
-
return this.ym;
|
|
29
|
+
th() {
|
|
30
|
+
return this.ya;
|
|
34
31
|
}
|
|
35
32
|
v5() {
|
|
36
33
|
return this.yn;
|
|
37
34
|
}
|
|
35
|
+
v6() {
|
|
36
|
+
return this.yo;
|
|
37
|
+
}
|
|
38
38
|
iu() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.xw;
|
|
40
40
|
}
|
|
41
41
|
ml() {
|
|
42
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
42
|
+
let a = typeCast(MarkerSeries.$, this.xl);
|
|
43
43
|
if (a == null) {
|
|
44
44
|
return "Unknown";
|
|
45
45
|
}
|
|
46
46
|
return a.ml();
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
48
|
+
x9(a, b) {
|
|
49
|
+
let c = typeCast(MarkerSeries.$, this.xl);
|
|
50
50
|
if (c == null) {
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
53
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
54
|
-
this.
|
|
54
|
+
this.ya = c.yl;
|
|
55
55
|
}
|
|
56
56
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
57
|
-
this.
|
|
57
|
+
this.yo = c.y3;
|
|
58
58
|
}
|
|
59
59
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
60
|
-
this.
|
|
60
|
+
this.yn = c.y2;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
63
|
+
rq(a, b, c, d) {
|
|
64
|
+
super.rq(a, b, c, d);
|
|
65
65
|
switch (b) {
|
|
66
66
|
case GeographicMarkerSeries.$$p[3]:
|
|
67
|
-
this.
|
|
67
|
+
this.xl.y4 = this.yp;
|
|
68
68
|
break;
|
|
69
69
|
case GeographicMarkerSeries.$$p[6]:
|
|
70
|
-
this.
|
|
70
|
+
this.xl.y5 = this.yq;
|
|
71
71
|
break;
|
|
72
72
|
case GeographicMarkerSeries.$$p[5]:
|
|
73
|
-
this.
|
|
73
|
+
this.xl.xp = this.xu;
|
|
74
74
|
break;
|
|
75
75
|
case GeographicMarkerSeries.$$p[4]:
|
|
76
|
-
this.
|
|
76
|
+
this.xl.xl = this.xt;
|
|
77
77
|
break;
|
|
78
78
|
case GeographicMarkerSeries.$$p[9]:
|
|
79
|
-
this.
|
|
79
|
+
this.xl.xv = this.xv;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicMarkerSeries.$$p[7]:
|
|
82
|
-
this.
|
|
82
|
+
this.xl.yn = this.yb;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicMarkerSeries.$$p[8]:
|
|
85
|
-
this.
|
|
85
|
+
this.xl.x4 = this.xw;
|
|
86
86
|
break;
|
|
87
87
|
case GeographicMarkerSeries.$$p[10]:
|
|
88
|
-
this.
|
|
88
|
+
this.xl.aau = this.xx;
|
|
89
89
|
break;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
94
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
94
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
|
|
95
95
|
return GeographicMarkerSeries;
|
|
96
96
|
})();
|