igniteui-webcomponents-maps 4.7.2-beta.0 → 4.7.2-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-webcomponents-maps.umd.js +79 -79
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +7 -7
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +18 -18
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +7 -7
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicTileSeries.js +1 -1
- package/esm2015/lib/TileSeries_combined.js +9 -9
- package/esm2015/lib/XamGeographicMap_combined.js +15 -15
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +7 -7
- package/esm5/lib/GeographicMapSeriesHost_combined.js +18 -18
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +7 -7
- package/esm5/lib/GeographicShapeSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicTileSeries.js +1 -1
- package/esm5/lib/TileSeries_combined.js +9 -9
- package/esm5/lib/XamGeographicMap_combined.js +15 -15
- package/fesm2015/igniteui-webcomponents-maps.js +79 -79
- package/fesm5/igniteui-webcomponents-maps.js +79 -79
- package/lib/GeographicContourLineSeriesView_combined.d.ts +2 -2
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +2 -2
- package/lib/GeographicMapSeriesHost_combined.d.ts +5 -5
- package/lib/GeographicPolylineSeriesView_combined.d.ts +2 -2
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +2 -2
- package/lib/GeographicShapeSeriesBase_combined.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +2 -2
- package/lib/GeographicSymbolSeriesView_combined.d.ts +2 -2
- package/lib/GeographicTileSeries.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +2 -2
- package/lib/XamGeographicMap_combined.d.ts +5 -5
- package/package.json +3 -3
|
@@ -55,7 +55,7 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
55
55
|
*/
|
|
56
56
|
export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
57
57
|
class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
58
|
-
|
|
58
|
+
bc() {
|
|
59
59
|
return new GeographicContourLineSeries();
|
|
60
60
|
}
|
|
61
61
|
get_ex() {
|
|
@@ -94,7 +94,7 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
94
94
|
qe() {
|
|
95
95
|
super.qe();
|
|
96
96
|
}
|
|
97
|
-
|
|
97
|
+
cd() {
|
|
98
98
|
return new GeographicContourLineSeriesView(this);
|
|
99
99
|
}
|
|
100
100
|
o1(a) {
|
|
@@ -60,19 +60,19 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
60
60
|
}
|
|
61
61
|
cr() {
|
|
62
62
|
let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
63
|
-
if (this.ch.
|
|
63
|
+
if (this.ch.cv == null) {
|
|
64
64
|
a.t9 = null;
|
|
65
65
|
a.ub = null;
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
|
-
a.t9 = this.ch.
|
|
69
|
-
a.ub = this.ch.
|
|
68
|
+
a.t9 = this.ch.cv.ua;
|
|
69
|
+
a.ub = this.ch.cv.uc;
|
|
70
70
|
}
|
|
71
71
|
ct() {
|
|
72
|
-
this.ch.t4.t9 = this.ch.
|
|
72
|
+
this.ch.t4.t9 = this.ch.cv.ua;
|
|
73
73
|
}
|
|
74
74
|
cu() {
|
|
75
|
-
this.ch.t4.ub = this.ch.
|
|
75
|
+
this.ch.t4.ub = this.ch.cv.uc;
|
|
76
76
|
}
|
|
77
77
|
ck() {
|
|
78
78
|
this.ch.t4.xi = this.ch.vc;
|
|
@@ -101,7 +101,7 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
101
101
|
*/
|
|
102
102
|
export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
103
103
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
104
|
-
|
|
104
|
+
bc() {
|
|
105
105
|
return new GeographicHighDensityScatterSeries();
|
|
106
106
|
}
|
|
107
107
|
iq() {
|
|
@@ -120,7 +120,7 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
120
120
|
this.uk = 0;
|
|
121
121
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
cd() {
|
|
124
124
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
125
|
}
|
|
126
126
|
o1(a) {
|
|
@@ -47,7 +47,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
47
47
|
ag() {
|
|
48
48
|
return this.t4.ag();
|
|
49
49
|
}
|
|
50
|
-
|
|
50
|
+
bg() {
|
|
51
51
|
return this.t4;
|
|
52
52
|
}
|
|
53
53
|
get t4() {
|
|
@@ -72,11 +72,11 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
72
72
|
this.ns(this.t4);
|
|
73
73
|
this.t5.b5();
|
|
74
74
|
}
|
|
75
|
-
|
|
76
|
-
return this.
|
|
75
|
+
c0(a, b, c) {
|
|
76
|
+
return this.c2(this.t4, a, b, c);
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
return this.
|
|
78
|
+
c1(a, b, c) {
|
|
79
|
+
return this.c3(this.t4, a, b, c);
|
|
80
80
|
}
|
|
81
81
|
js(a) {
|
|
82
82
|
return this.jy(this.t4, a);
|
|
@@ -153,7 +153,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
153
153
|
jt(a) {
|
|
154
154
|
return this.t4.jt(a);
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
cd() {
|
|
157
157
|
return new HostSeriesView(this);
|
|
158
158
|
}
|
|
159
159
|
o1(a) {
|
|
@@ -170,12 +170,12 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
170
170
|
super.o9(a, b, c, d);
|
|
171
171
|
switch (b) {
|
|
172
172
|
case "SeriesViewer":
|
|
173
|
-
this.t4.
|
|
173
|
+
this.t4.cv = this.cv;
|
|
174
174
|
if (c != null) {
|
|
175
175
|
c.o2(this.t4);
|
|
176
176
|
}
|
|
177
177
|
if (d != null) {
|
|
178
|
-
this.
|
|
178
|
+
this.cv.lr(this.t4);
|
|
179
179
|
}
|
|
180
180
|
this.t4.pc(this.tx);
|
|
181
181
|
this.t4.index = this.index;
|
|
@@ -185,14 +185,14 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
185
185
|
if (e != null) {
|
|
186
186
|
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
187
187
|
}
|
|
188
|
-
if (this.
|
|
189
|
-
let f = this.
|
|
188
|
+
if (this.cv != null) {
|
|
189
|
+
let f = this.cv;
|
|
190
190
|
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
191
191
|
}
|
|
192
192
|
this.t8();
|
|
193
193
|
break;
|
|
194
194
|
case "SyncLink":
|
|
195
|
-
this.t4.
|
|
195
|
+
this.t4.co = this.co;
|
|
196
196
|
break;
|
|
197
197
|
case "VisibleFromScale":
|
|
198
198
|
this.t8();
|
|
@@ -265,16 +265,16 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
265
265
|
break;
|
|
266
266
|
case "Legend":
|
|
267
267
|
this.t4.legend = this.legend;
|
|
268
|
-
this.
|
|
268
|
+
this.cg.av();
|
|
269
269
|
break;
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
t8() {
|
|
273
|
-
if (this.
|
|
273
|
+
if (this.cv == null || this.t4 == null) {
|
|
274
274
|
return;
|
|
275
275
|
}
|
|
276
276
|
if (!isNaN_(this.t6)) {
|
|
277
|
-
if (this.
|
|
277
|
+
if (this.cv.tn.width > this.t6) {
|
|
278
278
|
let hs_ = this.t4;
|
|
279
279
|
let v_ = 1;
|
|
280
280
|
hs_.visibility = v_;
|
|
@@ -349,7 +349,7 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
349
349
|
this.b0.t4.index = this.b0.index;
|
|
350
350
|
this.b0.t4.sx = this.b0.sx;
|
|
351
351
|
this.b0.t4.s3 = this.b0.sx;
|
|
352
|
-
this.b0.t4.
|
|
352
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
353
353
|
this.b0.t4.ip = this.b0.ip;
|
|
354
354
|
this.b0.t4.jj = this.b0.jj;
|
|
355
355
|
this.b0.t4._opacity = this.b0._opacity;
|
|
@@ -358,7 +358,7 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
358
358
|
this.b0.t4.il = this.b0.il;
|
|
359
359
|
this.b0.t4.fz = this.b0.fz;
|
|
360
360
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
361
|
-
this.b0.t4.
|
|
361
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
362
362
|
}
|
|
363
363
|
b6() {
|
|
364
364
|
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
@@ -388,7 +388,7 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
388
388
|
this.b0.t4.s3 = this.b0.sw;
|
|
389
389
|
}
|
|
390
390
|
b7() {
|
|
391
|
-
this.b0.t4.
|
|
391
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
392
392
|
}
|
|
393
393
|
b8() {
|
|
394
394
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
@@ -400,7 +400,7 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
400
400
|
this.b0.t4.il = this.b0.il;
|
|
401
401
|
}
|
|
402
402
|
cb() {
|
|
403
|
-
this.b0.t4.
|
|
403
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
404
404
|
}
|
|
405
405
|
ce() {
|
|
406
406
|
this.b0.t4.fz = this.b0.fz;
|
|
@@ -49,7 +49,7 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
49
49
|
*/
|
|
50
50
|
export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
51
51
|
class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
52
|
-
|
|
52
|
+
bc() {
|
|
53
53
|
return new GeographicPolylineSeries();
|
|
54
54
|
}
|
|
55
55
|
get_e5() {
|
|
@@ -60,7 +60,7 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
60
60
|
this.styleShape = null;
|
|
61
61
|
this.ab = GeographicPolylineSeries.$;
|
|
62
62
|
}
|
|
63
|
-
|
|
63
|
+
cd() {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
}
|
|
66
66
|
o1(a) {
|
|
@@ -66,20 +66,20 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
66
66
|
this.ch.t4.w2 = this.ch.ug;
|
|
67
67
|
}
|
|
68
68
|
cy() {
|
|
69
|
-
this.ch.t4.xAxis = this.ch.
|
|
69
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
70
70
|
}
|
|
71
71
|
cz() {
|
|
72
|
-
this.ch.t4.yAxis = this.ch.
|
|
72
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
73
73
|
}
|
|
74
74
|
cx() {
|
|
75
75
|
let a = this.ch.t4;
|
|
76
|
-
if (this.ch.
|
|
76
|
+
if (this.ch.cv == null) {
|
|
77
77
|
a.xAxis = null;
|
|
78
78
|
a.yAxis = null;
|
|
79
79
|
return;
|
|
80
80
|
}
|
|
81
|
-
a.xAxis = this.ch.
|
|
82
|
-
a.yAxis = this.ch.
|
|
81
|
+
a.xAxis = this.ch.cv.ua;
|
|
82
|
+
a.yAxis = this.ch.cv.uc;
|
|
83
83
|
}
|
|
84
84
|
cr() {
|
|
85
85
|
this.ch.t4.vd = this.ch.u8;
|
|
@@ -131,7 +131,7 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
131
131
|
*/
|
|
132
132
|
export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
133
133
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
134
|
-
|
|
134
|
+
bc() {
|
|
135
135
|
return new GeographicProportionalSymbolSeries();
|
|
136
136
|
}
|
|
137
137
|
get_dy() {
|
|
@@ -146,7 +146,7 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
146
146
|
this.assigningScatterMarkerStyle = null;
|
|
147
147
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
148
148
|
}
|
|
149
|
-
|
|
149
|
+
cd() {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
}
|
|
152
152
|
o1(a) {
|
|
@@ -235,7 +235,7 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.t4.
|
|
238
|
+
this.t4.v2 = this.ve;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
241
|
this.t4.w1 = this.vq;
|
|
@@ -24,7 +24,7 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
24
24
|
this.ug = null;
|
|
25
25
|
this.ui = false;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
cd() {
|
|
28
28
|
return new GeographicShapeSeriesBaseView(this);
|
|
29
29
|
}
|
|
30
30
|
o1(a) {
|
|
@@ -74,7 +74,7 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
74
74
|
}
|
|
75
75
|
break;
|
|
76
76
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
77
|
-
this.t4.
|
|
77
|
+
this.t4.uk = this.ue;
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
80
80
|
this.t4.vk = this.uo;
|
|
@@ -156,13 +156,13 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
156
156
|
}
|
|
157
157
|
ci() {
|
|
158
158
|
let a = this.ch.t4;
|
|
159
|
-
if (this.ch.
|
|
160
|
-
a.
|
|
161
|
-
a.
|
|
159
|
+
if (this.ch.cv == null) {
|
|
160
|
+
a.ue = null;
|
|
161
|
+
a.ug = null;
|
|
162
162
|
return;
|
|
163
163
|
}
|
|
164
|
-
a.
|
|
165
|
-
a.
|
|
164
|
+
a.ue = this.ch.cv.ua;
|
|
165
|
+
a.ug = this.ch.cv.uc;
|
|
166
166
|
}
|
|
167
167
|
ck() {
|
|
168
168
|
this.ch.t4.vx = this.ch.ux;
|
|
@@ -87,7 +87,7 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
87
87
|
*/
|
|
88
88
|
export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
89
89
|
class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
90
|
-
|
|
90
|
+
bc() {
|
|
91
91
|
return new GeographicShapeSeries();
|
|
92
92
|
}
|
|
93
93
|
get_e4() {
|
|
@@ -98,7 +98,7 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
98
98
|
this.styleShape = null;
|
|
99
99
|
this.ab = GeographicShapeSeries.$;
|
|
100
100
|
}
|
|
101
|
-
|
|
101
|
+
cd() {
|
|
102
102
|
return new GeographicShapeSeriesView(this);
|
|
103
103
|
}
|
|
104
104
|
o1(a) {
|
|
@@ -55,20 +55,20 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
55
55
|
this.ch.t4.w2 = this.ch.ug;
|
|
56
56
|
}
|
|
57
57
|
cs() {
|
|
58
|
-
this.ch.t4.xAxis = this.ch.
|
|
58
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
59
59
|
}
|
|
60
60
|
ct() {
|
|
61
|
-
this.ch.t4.yAxis = this.ch.
|
|
61
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
62
62
|
}
|
|
63
63
|
cr() {
|
|
64
64
|
let a = this.ch.t4;
|
|
65
|
-
if (this.ch.
|
|
65
|
+
if (this.ch.cv == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.ch.
|
|
71
|
-
a.yAxis = this.ch.
|
|
70
|
+
a.xAxis = this.ch.cv.ua;
|
|
71
|
+
a.yAxis = this.ch.cv.uc;
|
|
72
72
|
}
|
|
73
73
|
cl() {
|
|
74
74
|
this.ch.t4.vn = this.ch.vc;
|
|
@@ -88,7 +88,7 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
88
88
|
*/
|
|
89
89
|
export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
|
-
|
|
91
|
+
bc() {
|
|
92
92
|
return new GeographicSymbolSeries();
|
|
93
93
|
}
|
|
94
94
|
get_dy() {
|
|
@@ -103,7 +103,7 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
103
103
|
this.assigningScatterMarkerStyle = null;
|
|
104
104
|
this.ab = GeographicSymbolSeries.$;
|
|
105
105
|
}
|
|
106
|
-
|
|
106
|
+
cd() {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
}
|
|
109
109
|
o1(a) {
|
|
@@ -165,7 +165,7 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.t4.
|
|
168
|
+
this.t4.v2 = this.vd;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
171
|
this.t4.w1 = this.vl;
|
|
@@ -13,7 +13,7 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
13
13
|
*/
|
|
14
14
|
export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
15
15
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
16
|
-
|
|
16
|
+
bc() {
|
|
17
17
|
return new GeographicTileSeries();
|
|
18
18
|
}
|
|
19
19
|
get_fh() {
|
|
@@ -19,7 +19,7 @@ import { truncate } from "igniteui-webcomponents-core";
|
|
|
19
19
|
*/
|
|
20
20
|
export let TileSeries = /*@__PURE__*/ (() => {
|
|
21
21
|
class TileSeries extends ShapeSeriesBase {
|
|
22
|
-
|
|
22
|
+
bc() {
|
|
23
23
|
return new TileSeries();
|
|
24
24
|
}
|
|
25
25
|
get_fh() {
|
|
@@ -34,7 +34,7 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
34
34
|
this.wz = false;
|
|
35
35
|
this.ab = TileSeries.$;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
cd() {
|
|
38
38
|
return new TileSeriesView(this);
|
|
39
39
|
}
|
|
40
40
|
o1(a) {
|
|
@@ -93,10 +93,10 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
93
93
|
f.deferralHandler = this;
|
|
94
94
|
}
|
|
95
95
|
this.wt.dg(e, f);
|
|
96
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
97
|
-
f.geographicMap = this.
|
|
98
|
-
this.w5(this.
|
|
99
|
-
this.wt.dd(this.
|
|
96
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
97
|
+
f.geographicMap = this.cv;
|
|
98
|
+
this.w5(this.cg);
|
|
99
|
+
this.wt.dd(this.cv.tn);
|
|
100
100
|
}
|
|
101
101
|
this.om();
|
|
102
102
|
break;
|
|
@@ -113,7 +113,7 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
113
113
|
this.ww.be(null);
|
|
114
114
|
}
|
|
115
115
|
if (h != null && this.ww != null) {
|
|
116
|
-
this.ww.be(this.
|
|
116
|
+
this.ww.be(this.cg.w);
|
|
117
117
|
}
|
|
118
118
|
break;
|
|
119
119
|
case "ActualBrush":
|
|
@@ -125,7 +125,7 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
125
125
|
}
|
|
126
126
|
w2(a, b) {
|
|
127
127
|
if (b.propertyName == "MultiScaleImage") {
|
|
128
|
-
this.w5(this.
|
|
128
|
+
this.w5(this.cg);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
w3(a, b) {
|
|
@@ -159,7 +159,7 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
159
159
|
}
|
|
160
160
|
pr(a) {
|
|
161
161
|
super.pr(a);
|
|
162
|
-
this.w4(a, this.
|
|
162
|
+
this.w4(a, this.cg);
|
|
163
163
|
}
|
|
164
164
|
w4(a, b) {
|
|
165
165
|
let c;
|
|
@@ -128,7 +128,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
128
128
|
if (this.wn.isEmpty) {
|
|
129
129
|
return;
|
|
130
130
|
}
|
|
131
|
-
this.wb = this.wl(this.wn, this.
|
|
131
|
+
this.wb = this.wl(this.wn, this.cd == 1);
|
|
132
132
|
}
|
|
133
133
|
wl(a, b) {
|
|
134
134
|
let c = a.top;
|
|
@@ -278,7 +278,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
278
278
|
let k = i - g;
|
|
279
279
|
let l = h - j;
|
|
280
280
|
let m = new Rect(0, g, j, k, l);
|
|
281
|
-
if (this.
|
|
281
|
+
if (this.cd == 1) {
|
|
282
282
|
m.intersect(XamGeographicMap.v7);
|
|
283
283
|
if (m.isEmpty) {
|
|
284
284
|
m = XamGeographicMap.v7;
|
|
@@ -397,7 +397,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
397
397
|
this.ty();
|
|
398
398
|
let b = a.left;
|
|
399
399
|
let c = a.top;
|
|
400
|
-
if (this.
|
|
400
|
+
if (this.cd == 1) {
|
|
401
401
|
if (this.t3.width > this.v9.width) {
|
|
402
402
|
b = 0.5 - (this.t3.width / 2);
|
|
403
403
|
}
|
|
@@ -418,7 +418,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
let d = false;
|
|
421
|
-
if (!this.ur && this.
|
|
421
|
+
if (!this.ur && this.cd == 2 && this.uo) {
|
|
422
422
|
if (b > 1) {
|
|
423
423
|
b = (b - Math.floor(b)) + 1;
|
|
424
424
|
}
|
|
@@ -589,7 +589,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
589
589
|
wg(a) {
|
|
590
590
|
return this.tp(a);
|
|
591
591
|
}
|
|
592
|
-
|
|
592
|
+
ct() {
|
|
593
593
|
return new XamGeographicMapView(this);
|
|
594
594
|
}
|
|
595
595
|
vg(a) {
|
|
@@ -635,13 +635,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
635
635
|
fb() {
|
|
636
636
|
return this.uo;
|
|
637
637
|
}
|
|
638
|
-
|
|
639
|
-
if (this.
|
|
638
|
+
ce() {
|
|
639
|
+
if (this.cf == 0) {
|
|
640
640
|
if (this.up) {
|
|
641
641
|
return 2;
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
|
-
return this.
|
|
644
|
+
return this.cf;
|
|
645
645
|
}
|
|
646
646
|
og(a, b, c, d) {
|
|
647
647
|
super.og(a, b, c, d);
|
|
@@ -661,7 +661,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
661
661
|
case XamGeographicMap.$$p[1]:
|
|
662
662
|
this.uo = this.up;
|
|
663
663
|
this.ui = this.uj();
|
|
664
|
-
this.
|
|
664
|
+
this.cd = this.ce();
|
|
665
665
|
if (this.uf != null) {
|
|
666
666
|
this.uf.isHorizontalWrappingEnabled = this.ui == 2;
|
|
667
667
|
}
|
|
@@ -1101,13 +1101,13 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1101
1101
|
}
|
|
1102
1102
|
ck() {
|
|
1103
1103
|
let a = this.ch.t4;
|
|
1104
|
-
if (this.ch.
|
|
1104
|
+
if (this.ch.cv == null) {
|
|
1105
1105
|
a.t2 = null;
|
|
1106
1106
|
a.t3 = null;
|
|
1107
1107
|
return;
|
|
1108
1108
|
}
|
|
1109
|
-
a.t2 = this.ch.
|
|
1110
|
-
a.t3 = this.ch.
|
|
1109
|
+
a.t2 = this.ch.cv.ua;
|
|
1110
|
+
a.t3 = this.ch.cv.uc;
|
|
1111
1111
|
}
|
|
1112
1112
|
cj() {
|
|
1113
1113
|
this.ch.t4.u4 = this.ch.ug;
|
|
@@ -1355,7 +1355,7 @@ export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
1355
1355
|
*/
|
|
1356
1356
|
export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
1357
1357
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
1358
|
-
|
|
1358
|
+
cd() {
|
|
1359
1359
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1360
1360
|
}
|
|
1361
1361
|
o1(a) {
|
|
@@ -1398,7 +1398,7 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
1398
1398
|
*/
|
|
1399
1399
|
export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
1400
1400
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
1401
|
-
|
|
1401
|
+
bc() {
|
|
1402
1402
|
return new GeographicScatterAreaSeries();
|
|
1403
1403
|
}
|
|
1404
1404
|
get_d9() {
|
|
@@ -1457,7 +1457,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1457
1457
|
this.triangulationStatusChanged(this, b);
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
|
-
|
|
1460
|
+
cd() {
|
|
1461
1461
|
return new GeographicScatterAreaSeriesView(this);
|
|
1462
1462
|
}
|
|
1463
1463
|
o1(a) {
|
|
@@ -63,7 +63,7 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
63
63
|
_this.ab = GeographicContourLineSeries.$;
|
|
64
64
|
return _this;
|
|
65
65
|
}
|
|
66
|
-
GeographicContourLineSeries.prototype.
|
|
66
|
+
GeographicContourLineSeries.prototype.bc = function () {
|
|
67
67
|
return new GeographicContourLineSeries();
|
|
68
68
|
};
|
|
69
69
|
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
@@ -97,7 +97,7 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
97
97
|
GeographicContourLineSeries.prototype.qe = function () {
|
|
98
98
|
_super.prototype.qe.call(this);
|
|
99
99
|
};
|
|
100
|
-
GeographicContourLineSeries.prototype.
|
|
100
|
+
GeographicContourLineSeries.prototype.cd = function () {
|
|
101
101
|
return new GeographicContourLineSeriesView(this);
|
|
102
102
|
};
|
|
103
103
|
GeographicContourLineSeries.prototype.o1 = function (a) {
|
|
@@ -62,19 +62,19 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
64
64
|
var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
65
|
-
if (this.ch.
|
|
65
|
+
if (this.ch.cv == null) {
|
|
66
66
|
a.t9 = null;
|
|
67
67
|
a.ub = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.t9 = this.ch.
|
|
71
|
-
a.ub = this.ch.
|
|
70
|
+
a.t9 = this.ch.cv.ua;
|
|
71
|
+
a.ub = this.ch.cv.uc;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
74
|
-
this.ch.t4.t9 = this.ch.
|
|
74
|
+
this.ch.t4.t9 = this.ch.cv.ua;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
77
|
-
this.ch.t4.ub = this.ch.
|
|
77
|
+
this.ch.t4.ub = this.ch.cv.uc;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
80
80
|
this.ch.t4.xi = this.ch.vc;
|
|
@@ -111,7 +111,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.bc = function () {
|
|
115
115
|
return new GeographicHighDensityScatterSeries();
|
|
116
116
|
};
|
|
117
117
|
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
@@ -123,7 +123,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
123
123
|
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
124
124
|
return true;
|
|
125
125
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.cd = function () {
|
|
127
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
128
128
|
};
|
|
129
129
|
GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
|