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
|
@@ -49,7 +49,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49
49
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
50
50
|
return this.t4.ag();
|
|
51
51
|
};
|
|
52
|
-
GeographicMapSeriesHost.prototype.
|
|
52
|
+
GeographicMapSeriesHost.prototype.bg = function () {
|
|
53
53
|
return this.t4;
|
|
54
54
|
};
|
|
55
55
|
Object.defineProperty(GeographicMapSeriesHost.prototype, "t4", {
|
|
@@ -78,11 +78,11 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78
78
|
this.ns(this.t4);
|
|
79
79
|
this.t5.b5();
|
|
80
80
|
};
|
|
81
|
-
GeographicMapSeriesHost.prototype.
|
|
82
|
-
return this.
|
|
81
|
+
GeographicMapSeriesHost.prototype.c0 = function (a, b, c) {
|
|
82
|
+
return this.c2(this.t4, a, b, c);
|
|
83
83
|
};
|
|
84
|
-
GeographicMapSeriesHost.prototype.
|
|
85
|
-
return this.
|
|
84
|
+
GeographicMapSeriesHost.prototype.c1 = function (a, b, c) {
|
|
85
|
+
return this.c3(this.t4, a, b, c);
|
|
86
86
|
};
|
|
87
87
|
GeographicMapSeriesHost.prototype.js = function (a) {
|
|
88
88
|
return this.jy(this.t4, a);
|
|
@@ -159,7 +159,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
159
|
GeographicMapSeriesHost.prototype.jt = function (a) {
|
|
160
160
|
return this.t4.jt(a);
|
|
161
161
|
};
|
|
162
|
-
GeographicMapSeriesHost.prototype.
|
|
162
|
+
GeographicMapSeriesHost.prototype.cd = function () {
|
|
163
163
|
return new HostSeriesView(this);
|
|
164
164
|
};
|
|
165
165
|
GeographicMapSeriesHost.prototype.o1 = function (a) {
|
|
@@ -180,12 +180,12 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
180
|
_super.prototype.o9.call(this, a, b, c, d);
|
|
181
181
|
switch (b) {
|
|
182
182
|
case "SeriesViewer":
|
|
183
|
-
this.t4.
|
|
183
|
+
this.t4.cv = this.cv;
|
|
184
184
|
if (c != null) {
|
|
185
185
|
c.o2(this.t4);
|
|
186
186
|
}
|
|
187
187
|
if (d != null) {
|
|
188
|
-
this.
|
|
188
|
+
this.cv.lr(this.t4);
|
|
189
189
|
}
|
|
190
190
|
this.t4.pc(this.tx);
|
|
191
191
|
this.t4.index = this.index;
|
|
@@ -195,14 +195,14 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195
195
|
if (e != null) {
|
|
196
196
|
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
197
197
|
}
|
|
198
|
-
if (this.
|
|
199
|
-
var f = this.
|
|
198
|
+
if (this.cv != null) {
|
|
199
|
+
var f = this.cv;
|
|
200
200
|
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
201
201
|
}
|
|
202
202
|
this.t8();
|
|
203
203
|
break;
|
|
204
204
|
case "SyncLink":
|
|
205
|
-
this.t4.
|
|
205
|
+
this.t4.co = this.co;
|
|
206
206
|
break;
|
|
207
207
|
case "VisibleFromScale":
|
|
208
208
|
this.t8();
|
|
@@ -275,16 +275,16 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
275
275
|
break;
|
|
276
276
|
case "Legend":
|
|
277
277
|
this.t4.legend = this.legend;
|
|
278
|
-
this.
|
|
278
|
+
this.cg.av();
|
|
279
279
|
break;
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
282
|
GeographicMapSeriesHost.prototype.t8 = function () {
|
|
283
|
-
if (this.
|
|
283
|
+
if (this.cv == null || this.t4 == null) {
|
|
284
284
|
return;
|
|
285
285
|
}
|
|
286
286
|
if (!isNaN_(this.t6)) {
|
|
287
|
-
if (this.
|
|
287
|
+
if (this.cv.tn.width > this.t6) {
|
|
288
288
|
var hs_ = this.t4;
|
|
289
289
|
var v_ = 1;
|
|
290
290
|
hs_.visibility = v_;
|
|
@@ -360,7 +360,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
360
360
|
this.b0.t4.index = this.b0.index;
|
|
361
361
|
this.b0.t4.sx = this.b0.sx;
|
|
362
362
|
this.b0.t4.s3 = this.b0.sx;
|
|
363
|
-
this.b0.t4.
|
|
363
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
364
364
|
this.b0.t4.ip = this.b0.ip;
|
|
365
365
|
this.b0.t4.jj = this.b0.jj;
|
|
366
366
|
this.b0.t4._opacity = this.b0._opacity;
|
|
@@ -369,7 +369,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
369
369
|
this.b0.t4.il = this.b0.il;
|
|
370
370
|
this.b0.t4.fz = this.b0.fz;
|
|
371
371
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
372
|
-
this.b0.t4.
|
|
372
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
373
373
|
};
|
|
374
374
|
HostSeriesView.prototype.b6 = function () {
|
|
375
375
|
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
@@ -399,7 +399,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
399
399
|
this.b0.t4.s3 = this.b0.sw;
|
|
400
400
|
};
|
|
401
401
|
HostSeriesView.prototype.b7 = function () {
|
|
402
|
-
this.b0.t4.
|
|
402
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
403
403
|
};
|
|
404
404
|
HostSeriesView.prototype.b8 = function () {
|
|
405
405
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
@@ -411,7 +411,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
411
411
|
this.b0.t4.il = this.b0.il;
|
|
412
412
|
};
|
|
413
413
|
HostSeriesView.prototype.cb = function () {
|
|
414
|
-
this.b0.t4.
|
|
414
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
415
415
|
};
|
|
416
416
|
HostSeriesView.prototype.ce = function () {
|
|
417
417
|
this.b0.t4.fz = this.b0.fz;
|
|
@@ -57,13 +57,13 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
_this.ab = GeographicPolylineSeries.$;
|
|
58
58
|
return _this;
|
|
59
59
|
}
|
|
60
|
-
GeographicPolylineSeries.prototype.
|
|
60
|
+
GeographicPolylineSeries.prototype.bc = function () {
|
|
61
61
|
return new GeographicPolylineSeries();
|
|
62
62
|
};
|
|
63
63
|
GeographicPolylineSeries.prototype.get_e5 = function () {
|
|
64
64
|
return true;
|
|
65
65
|
};
|
|
66
|
-
GeographicPolylineSeries.prototype.
|
|
66
|
+
GeographicPolylineSeries.prototype.cd = function () {
|
|
67
67
|
return new GeographicPolylineSeriesView(this);
|
|
68
68
|
};
|
|
69
69
|
GeographicPolylineSeries.prototype.o1 = function (a) {
|
|
@@ -68,20 +68,20 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
68
68
|
this.ch.t4.w2 = this.ch.ug;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
71
|
-
this.ch.t4.xAxis = this.ch.
|
|
71
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
74
|
-
this.ch.t4.yAxis = this.ch.
|
|
74
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
77
77
|
var a = this.ch.t4;
|
|
78
|
-
if (this.ch.
|
|
78
|
+
if (this.ch.cv == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.ch.
|
|
84
|
-
a.yAxis = this.ch.
|
|
83
|
+
a.xAxis = this.ch.cv.ua;
|
|
84
|
+
a.yAxis = this.ch.cv.uc;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
87
87
|
this.ch.t4.vd = this.ch.u8;
|
|
@@ -143,13 +143,13 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
143
143
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
144
144
|
return _this;
|
|
145
145
|
}
|
|
146
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
146
|
+
GeographicProportionalSymbolSeries.prototype.bc = function () {
|
|
147
147
|
return new GeographicProportionalSymbolSeries();
|
|
148
148
|
};
|
|
149
149
|
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
150
150
|
return true;
|
|
151
151
|
};
|
|
152
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
152
|
+
GeographicProportionalSymbolSeries.prototype.cd = function () {
|
|
153
153
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
154
154
|
};
|
|
155
155
|
GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
|
|
@@ -238,7 +238,7 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
238
238
|
}
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
241
|
-
this.t4.
|
|
241
|
+
this.t4.v2 = this.ve;
|
|
242
242
|
break;
|
|
243
243
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
244
244
|
this.t4.w1 = this.vq;
|
|
@@ -26,7 +26,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26
26
|
_this.ui = false;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
|
-
GeographicShapeSeriesBase.prototype.
|
|
29
|
+
GeographicShapeSeriesBase.prototype.cd = function () {
|
|
30
30
|
return new GeographicShapeSeriesBaseView(this);
|
|
31
31
|
};
|
|
32
32
|
GeographicShapeSeriesBase.prototype.o1 = function (a) {
|
|
@@ -76,7 +76,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76
76
|
}
|
|
77
77
|
break;
|
|
78
78
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
79
|
-
this.t4.
|
|
79
|
+
this.t4.uk = this.ue;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
82
82
|
this.t4.vk = this.uo;
|
|
@@ -163,13 +163,13 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
163
163
|
};
|
|
164
164
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
165
165
|
var a = this.ch.t4;
|
|
166
|
-
if (this.ch.
|
|
167
|
-
a.
|
|
168
|
-
a.
|
|
166
|
+
if (this.ch.cv == null) {
|
|
167
|
+
a.ue = null;
|
|
168
|
+
a.ug = null;
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
171
|
+
a.ue = this.ch.cv.ua;
|
|
172
|
+
a.ug = this.ch.cv.uc;
|
|
173
173
|
};
|
|
174
174
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
175
175
|
this.ch.t4.vx = this.ch.ux;
|
|
@@ -95,13 +95,13 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
_this.ab = GeographicShapeSeries.$;
|
|
96
96
|
return _this;
|
|
97
97
|
}
|
|
98
|
-
GeographicShapeSeries.prototype.
|
|
98
|
+
GeographicShapeSeries.prototype.bc = function () {
|
|
99
99
|
return new GeographicShapeSeries();
|
|
100
100
|
};
|
|
101
101
|
GeographicShapeSeries.prototype.get_e4 = function () {
|
|
102
102
|
return true;
|
|
103
103
|
};
|
|
104
|
-
GeographicShapeSeries.prototype.
|
|
104
|
+
GeographicShapeSeries.prototype.cd = function () {
|
|
105
105
|
return new GeographicShapeSeriesView(this);
|
|
106
106
|
};
|
|
107
107
|
GeographicShapeSeries.prototype.o1 = function (a) {
|
|
@@ -57,20 +57,20 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
57
57
|
this.ch.t4.w2 = this.ch.ug;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
60
|
-
this.ch.t4.xAxis = this.ch.
|
|
60
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
63
|
-
this.ch.t4.yAxis = this.ch.
|
|
63
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
66
66
|
var a = this.ch.t4;
|
|
67
|
-
if (this.ch.
|
|
67
|
+
if (this.ch.cv == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.ch.
|
|
73
|
-
a.yAxis = this.ch.
|
|
72
|
+
a.xAxis = this.ch.cv.ua;
|
|
73
|
+
a.yAxis = this.ch.cv.uc;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
76
76
|
this.ch.t4.vn = this.ch.vc;
|
|
@@ -100,13 +100,13 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
100
|
_this.ab = GeographicSymbolSeries.$;
|
|
101
101
|
return _this;
|
|
102
102
|
}
|
|
103
|
-
GeographicSymbolSeries.prototype.
|
|
103
|
+
GeographicSymbolSeries.prototype.bc = function () {
|
|
104
104
|
return new GeographicSymbolSeries();
|
|
105
105
|
};
|
|
106
106
|
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
107
107
|
return true;
|
|
108
108
|
};
|
|
109
|
-
GeographicSymbolSeries.prototype.
|
|
109
|
+
GeographicSymbolSeries.prototype.cd = function () {
|
|
110
110
|
return new GeographicSymbolSeriesView(this);
|
|
111
111
|
};
|
|
112
112
|
GeographicSymbolSeries.prototype.o1 = function (a) {
|
|
@@ -168,7 +168,7 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
168
168
|
}
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[2]:
|
|
171
|
-
this.t4.
|
|
171
|
+
this.t4.v2 = this.vd;
|
|
172
172
|
break;
|
|
173
173
|
case GeographicSymbolSeries.$$p[3]:
|
|
174
174
|
this.t4.w1 = this.vl;
|
|
@@ -22,7 +22,7 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
GeographicTileSeries.prototype.
|
|
25
|
+
GeographicTileSeries.prototype.bc = function () {
|
|
26
26
|
return new GeographicTileSeries();
|
|
27
27
|
};
|
|
28
28
|
GeographicTileSeries.prototype.get_fh = function () {
|
|
@@ -30,13 +30,13 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
TileSeries.prototype.
|
|
33
|
+
TileSeries.prototype.bc = function () {
|
|
34
34
|
return new TileSeries();
|
|
35
35
|
};
|
|
36
36
|
TileSeries.prototype.get_fh = function () {
|
|
37
37
|
return true;
|
|
38
38
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
39
|
+
TileSeries.prototype.cd = function () {
|
|
40
40
|
return new TileSeriesView(this);
|
|
41
41
|
};
|
|
42
42
|
TileSeries.prototype.o1 = function (a) {
|
|
@@ -103,10 +103,10 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
103
103
|
f.deferralHandler = this;
|
|
104
104
|
}
|
|
105
105
|
this.wt.dg(e, f);
|
|
106
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
107
|
-
f.geographicMap = this.
|
|
108
|
-
this.w5(this.
|
|
109
|
-
this.wt.dd(this.
|
|
106
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
107
|
+
f.geographicMap = this.cv;
|
|
108
|
+
this.w5(this.cg);
|
|
109
|
+
this.wt.dd(this.cv.tn);
|
|
110
110
|
}
|
|
111
111
|
this.om();
|
|
112
112
|
break;
|
|
@@ -123,7 +123,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
123
123
|
this.ww.be(null);
|
|
124
124
|
}
|
|
125
125
|
if (h != null && this.ww != null) {
|
|
126
|
-
this.ww.be(this.
|
|
126
|
+
this.ww.be(this.cg.w);
|
|
127
127
|
}
|
|
128
128
|
break;
|
|
129
129
|
case "ActualBrush":
|
|
@@ -135,7 +135,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
};
|
|
136
136
|
TileSeries.prototype.w2 = function (a, b) {
|
|
137
137
|
if (b.propertyName == "MultiScaleImage") {
|
|
138
|
-
this.w5(this.
|
|
138
|
+
this.w5(this.cg);
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
141
|
TileSeries.prototype.w3 = function (a, b) {
|
|
@@ -169,7 +169,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169
169
|
};
|
|
170
170
|
TileSeries.prototype.pr = function (a) {
|
|
171
171
|
_super.prototype.pr.call(this, a);
|
|
172
|
-
this.w4(a, this.
|
|
172
|
+
this.w4(a, this.cg);
|
|
173
173
|
};
|
|
174
174
|
TileSeries.prototype.w4 = function (a, b) {
|
|
175
175
|
var c;
|
|
@@ -138,7 +138,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
138
138
|
if (this.wn.isEmpty) {
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
|
-
this.wb = this.wl(this.wn, this.
|
|
141
|
+
this.wb = this.wl(this.wn, this.cd == 1);
|
|
142
142
|
};
|
|
143
143
|
XamGeographicMap.prototype.wl = function (a, b) {
|
|
144
144
|
var c = a.top;
|
|
@@ -300,7 +300,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
300
300
|
var k = i - g;
|
|
301
301
|
var l = h - j;
|
|
302
302
|
var m = new Rect(0, g, j, k, l);
|
|
303
|
-
if (this.
|
|
303
|
+
if (this.cd == 1) {
|
|
304
304
|
m.intersect(XamGeographicMap.v7);
|
|
305
305
|
if (m.isEmpty) {
|
|
306
306
|
m = XamGeographicMap.v7;
|
|
@@ -436,7 +436,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
436
436
|
this.ty();
|
|
437
437
|
var b = a.left;
|
|
438
438
|
var c = a.top;
|
|
439
|
-
if (this.
|
|
439
|
+
if (this.cd == 1) {
|
|
440
440
|
if (this.t3.width > this.v9.width) {
|
|
441
441
|
b = 0.5 - (this.t3.width / 2);
|
|
442
442
|
}
|
|
@@ -457,7 +457,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
var d = false;
|
|
460
|
-
if (!this.ur && this.
|
|
460
|
+
if (!this.ur && this.cd == 2 && this.uo) {
|
|
461
461
|
if (b > 1) {
|
|
462
462
|
b = (b - Math.floor(b)) + 1;
|
|
463
463
|
}
|
|
@@ -628,7 +628,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
628
628
|
XamGeographicMap.prototype.wg = function (a) {
|
|
629
629
|
return this.tp(a);
|
|
630
630
|
};
|
|
631
|
-
XamGeographicMap.prototype.
|
|
631
|
+
XamGeographicMap.prototype.ct = function () {
|
|
632
632
|
return new XamGeographicMapView(this);
|
|
633
633
|
};
|
|
634
634
|
XamGeographicMap.prototype.vg = function (a) {
|
|
@@ -678,13 +678,13 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
678
678
|
XamGeographicMap.prototype.fb = function () {
|
|
679
679
|
return this.uo;
|
|
680
680
|
};
|
|
681
|
-
XamGeographicMap.prototype.
|
|
682
|
-
if (this.
|
|
681
|
+
XamGeographicMap.prototype.ce = function () {
|
|
682
|
+
if (this.cf == 0) {
|
|
683
683
|
if (this.up) {
|
|
684
684
|
return 2;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
return this.
|
|
687
|
+
return this.cf;
|
|
688
688
|
};
|
|
689
689
|
XamGeographicMap.prototype.og = function (a, b, c, d) {
|
|
690
690
|
var e_2, _a, e_3, _b;
|
|
@@ -705,7 +705,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
705
705
|
case XamGeographicMap.$$p[1]:
|
|
706
706
|
this.uo = this.up;
|
|
707
707
|
this.ui = this.uj();
|
|
708
|
-
this.
|
|
708
|
+
this.cd = this.ce();
|
|
709
709
|
if (this.uf != null) {
|
|
710
710
|
this.uf.isHorizontalWrappingEnabled = this.ui == 2;
|
|
711
711
|
}
|
|
@@ -1204,13 +1204,13 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
1204
1204
|
};
|
|
1205
1205
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
1206
1206
|
var a = this.ch.t4;
|
|
1207
|
-
if (this.ch.
|
|
1207
|
+
if (this.ch.cv == null) {
|
|
1208
1208
|
a.t2 = null;
|
|
1209
1209
|
a.t3 = null;
|
|
1210
1210
|
return;
|
|
1211
1211
|
}
|
|
1212
|
-
a.t2 = this.ch.
|
|
1213
|
-
a.t3 = this.ch.
|
|
1212
|
+
a.t2 = this.ch.cv.ua;
|
|
1213
|
+
a.t3 = this.ch.cv.uc;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
1216
1216
|
this.ch.t4.u4 = this.ch.ug;
|
|
@@ -1471,7 +1471,7 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1471
1471
|
function GeographicXYTriangulatingSeries() {
|
|
1472
1472
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
1473
1473
|
}
|
|
1474
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1474
|
+
GeographicXYTriangulatingSeries.prototype.cd = function () {
|
|
1475
1475
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1476
1476
|
};
|
|
1477
1477
|
GeographicXYTriangulatingSeries.prototype.o1 = function (a) {
|
|
@@ -1521,7 +1521,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1521
1521
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1522
1522
|
return _this;
|
|
1523
1523
|
}
|
|
1524
|
-
GeographicScatterAreaSeries.prototype.
|
|
1524
|
+
GeographicScatterAreaSeries.prototype.bc = function () {
|
|
1525
1525
|
return new GeographicScatterAreaSeries();
|
|
1526
1526
|
};
|
|
1527
1527
|
GeographicScatterAreaSeries.prototype.get_d9 = function () {
|
|
@@ -1578,7 +1578,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1578
1578
|
this.triangulationStatusChanged(this, b);
|
|
1579
1579
|
}
|
|
1580
1580
|
};
|
|
1581
|
-
GeographicScatterAreaSeries.prototype.
|
|
1581
|
+
GeographicScatterAreaSeries.prototype.cd = function () {
|
|
1582
1582
|
return new GeographicScatterAreaSeriesView(this);
|
|
1583
1583
|
};
|
|
1584
1584
|
GeographicScatterAreaSeries.prototype.o1 = function (a) {
|