igniteui-webcomponents-maps 4.7.1 → 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 +84 -84
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +8 -8
- 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 +20 -20
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +8 -8
- 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 +20 -20
- package/fesm2015/igniteui-webcomponents-maps.js +84 -84
- package/fesm5/igniteui-webcomponents-maps.js +84 -84
- 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
|
@@ -476,7 +476,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
476
476
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
477
477
|
return this.t4.ag();
|
|
478
478
|
};
|
|
479
|
-
GeographicMapSeriesHost.prototype.
|
|
479
|
+
GeographicMapSeriesHost.prototype.bg = function () {
|
|
480
480
|
return this.t4;
|
|
481
481
|
};
|
|
482
482
|
Object.defineProperty(GeographicMapSeriesHost.prototype, "t4", {
|
|
@@ -505,11 +505,11 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
505
505
|
this.ns(this.t4);
|
|
506
506
|
this.t5.b5();
|
|
507
507
|
};
|
|
508
|
-
GeographicMapSeriesHost.prototype.
|
|
509
|
-
return this.
|
|
508
|
+
GeographicMapSeriesHost.prototype.c0 = function (a, b, c) {
|
|
509
|
+
return this.c2(this.t4, a, b, c);
|
|
510
510
|
};
|
|
511
|
-
GeographicMapSeriesHost.prototype.
|
|
512
|
-
return this.
|
|
511
|
+
GeographicMapSeriesHost.prototype.c1 = function (a, b, c) {
|
|
512
|
+
return this.c3(this.t4, a, b, c);
|
|
513
513
|
};
|
|
514
514
|
GeographicMapSeriesHost.prototype.js = function (a) {
|
|
515
515
|
return this.jy(this.t4, a);
|
|
@@ -586,7 +586,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
586
586
|
GeographicMapSeriesHost.prototype.jt = function (a) {
|
|
587
587
|
return this.t4.jt(a);
|
|
588
588
|
};
|
|
589
|
-
GeographicMapSeriesHost.prototype.
|
|
589
|
+
GeographicMapSeriesHost.prototype.cd = function () {
|
|
590
590
|
return new HostSeriesView(this);
|
|
591
591
|
};
|
|
592
592
|
GeographicMapSeriesHost.prototype.o1 = function (a) {
|
|
@@ -607,12 +607,12 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
607
607
|
_super.prototype.o9.call(this, a, b, c, d);
|
|
608
608
|
switch (b) {
|
|
609
609
|
case "SeriesViewer":
|
|
610
|
-
this.t4.
|
|
610
|
+
this.t4.cv = this.cv;
|
|
611
611
|
if (c != null) {
|
|
612
612
|
c.o2(this.t4);
|
|
613
613
|
}
|
|
614
614
|
if (d != null) {
|
|
615
|
-
this.
|
|
615
|
+
this.cv.lr(this.t4);
|
|
616
616
|
}
|
|
617
617
|
this.t4.pc(this.tx);
|
|
618
618
|
this.t4.index = this.index;
|
|
@@ -622,14 +622,14 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
622
622
|
if (e != null) {
|
|
623
623
|
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
624
624
|
}
|
|
625
|
-
if (this.
|
|
626
|
-
var f = this.
|
|
625
|
+
if (this.cv != null) {
|
|
626
|
+
var f = this.cv;
|
|
627
627
|
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
628
628
|
}
|
|
629
629
|
this.t8();
|
|
630
630
|
break;
|
|
631
631
|
case "SyncLink":
|
|
632
|
-
this.t4.
|
|
632
|
+
this.t4.co = this.co;
|
|
633
633
|
break;
|
|
634
634
|
case "VisibleFromScale":
|
|
635
635
|
this.t8();
|
|
@@ -702,16 +702,16 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
702
702
|
break;
|
|
703
703
|
case "Legend":
|
|
704
704
|
this.t4.legend = this.legend;
|
|
705
|
-
this.
|
|
705
|
+
this.cg.av();
|
|
706
706
|
break;
|
|
707
707
|
}
|
|
708
708
|
};
|
|
709
709
|
GeographicMapSeriesHost.prototype.t8 = function () {
|
|
710
|
-
if (this.
|
|
710
|
+
if (this.cv == null || this.t4 == null) {
|
|
711
711
|
return;
|
|
712
712
|
}
|
|
713
713
|
if (!isNaN_(this.t6)) {
|
|
714
|
-
if (this.
|
|
714
|
+
if (this.cv.tn.width > this.t6) {
|
|
715
715
|
var hs_ = this.t4;
|
|
716
716
|
var v_ = 1;
|
|
717
717
|
hs_.visibility = v_;
|
|
@@ -786,7 +786,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
786
786
|
this.b0.t4.index = this.b0.index;
|
|
787
787
|
this.b0.t4.sx = this.b0.sx;
|
|
788
788
|
this.b0.t4.s3 = this.b0.sx;
|
|
789
|
-
this.b0.t4.
|
|
789
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
790
790
|
this.b0.t4.ip = this.b0.ip;
|
|
791
791
|
this.b0.t4.jj = this.b0.jj;
|
|
792
792
|
this.b0.t4._opacity = this.b0._opacity;
|
|
@@ -795,7 +795,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
795
795
|
this.b0.t4.il = this.b0.il;
|
|
796
796
|
this.b0.t4.fz = this.b0.fz;
|
|
797
797
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
798
|
-
this.b0.t4.
|
|
798
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
799
799
|
};
|
|
800
800
|
HostSeriesView.prototype.b6 = function () {
|
|
801
801
|
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
@@ -825,7 +825,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
825
825
|
this.b0.t4.s3 = this.b0.sw;
|
|
826
826
|
};
|
|
827
827
|
HostSeriesView.prototype.b7 = function () {
|
|
828
|
-
this.b0.t4.
|
|
828
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
829
829
|
};
|
|
830
830
|
HostSeriesView.prototype.b8 = function () {
|
|
831
831
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
@@ -837,7 +837,7 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
837
837
|
this.b0.t4.il = this.b0.il;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.cb = function () {
|
|
840
|
-
this.b0.t4.
|
|
840
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.ce = function () {
|
|
843
843
|
this.b0.t4.fz = this.b0.fz;
|
|
@@ -967,7 +967,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
967
967
|
if (this.wn.isEmpty) {
|
|
968
968
|
return;
|
|
969
969
|
}
|
|
970
|
-
this.wb = this.wl(this.wn, this.
|
|
970
|
+
this.wb = this.wl(this.wn, this.cd == 1);
|
|
971
971
|
};
|
|
972
972
|
XamGeographicMap.prototype.wl = function (a, b) {
|
|
973
973
|
var c = a.top;
|
|
@@ -1129,7 +1129,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1129
1129
|
var k = i - g;
|
|
1130
1130
|
var l = h - j;
|
|
1131
1131
|
var m = new Rect(0, g, j, k, l);
|
|
1132
|
-
if (this.
|
|
1132
|
+
if (this.cd == 1) {
|
|
1133
1133
|
m.intersect(XamGeographicMap.v7);
|
|
1134
1134
|
if (m.isEmpty) {
|
|
1135
1135
|
m = XamGeographicMap.v7;
|
|
@@ -1265,7 +1265,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1265
1265
|
this.ty();
|
|
1266
1266
|
var b = a.left;
|
|
1267
1267
|
var c = a.top;
|
|
1268
|
-
if (this.
|
|
1268
|
+
if (this.cd == 1) {
|
|
1269
1269
|
if (this.t3.width > this.v9.width) {
|
|
1270
1270
|
b = 0.5 - (this.t3.width / 2);
|
|
1271
1271
|
}
|
|
@@ -1286,7 +1286,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
var d = false;
|
|
1289
|
-
if (!this.ur && this.
|
|
1289
|
+
if (!this.ur && this.cd == 2 && this.uo) {
|
|
1290
1290
|
if (b > 1) {
|
|
1291
1291
|
b = (b - Math.floor(b)) + 1;
|
|
1292
1292
|
}
|
|
@@ -1457,7 +1457,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1457
1457
|
XamGeographicMap.prototype.wg = function (a) {
|
|
1458
1458
|
return this.tp(a);
|
|
1459
1459
|
};
|
|
1460
|
-
XamGeographicMap.prototype.
|
|
1460
|
+
XamGeographicMap.prototype.ct = function () {
|
|
1461
1461
|
return new XamGeographicMapView(this);
|
|
1462
1462
|
};
|
|
1463
1463
|
XamGeographicMap.prototype.vg = function (a) {
|
|
@@ -1507,13 +1507,13 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1507
1507
|
XamGeographicMap.prototype.fb = function () {
|
|
1508
1508
|
return this.uo;
|
|
1509
1509
|
};
|
|
1510
|
-
XamGeographicMap.prototype.
|
|
1511
|
-
if (this.
|
|
1510
|
+
XamGeographicMap.prototype.ce = function () {
|
|
1511
|
+
if (this.cf == 0) {
|
|
1512
1512
|
if (this.up) {
|
|
1513
1513
|
return 2;
|
|
1514
1514
|
}
|
|
1515
1515
|
}
|
|
1516
|
-
return this.
|
|
1516
|
+
return this.cf;
|
|
1517
1517
|
};
|
|
1518
1518
|
XamGeographicMap.prototype.og = function (a, b, c, d) {
|
|
1519
1519
|
var e_2, _a, e_3, _b;
|
|
@@ -1534,7 +1534,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1534
1534
|
case XamGeographicMap.$$p[1]:
|
|
1535
1535
|
this.uo = this.up;
|
|
1536
1536
|
this.ui = this.uj();
|
|
1537
|
-
this.
|
|
1537
|
+
this.cd = this.ce();
|
|
1538
1538
|
if (this.uf != null) {
|
|
1539
1539
|
this.uf.isHorizontalWrappingEnabled = this.ui == 2;
|
|
1540
1540
|
}
|
|
@@ -2030,13 +2030,13 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
2030
2030
|
};
|
|
2031
2031
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2032
2032
|
var a = this.ch.t4;
|
|
2033
|
-
if (this.ch.
|
|
2033
|
+
if (this.ch.cv == null) {
|
|
2034
2034
|
a.t2 = null;
|
|
2035
2035
|
a.t3 = null;
|
|
2036
2036
|
return;
|
|
2037
2037
|
}
|
|
2038
|
-
a.t2 = this.ch.
|
|
2039
|
-
a.t3 = this.ch.
|
|
2038
|
+
a.t2 = this.ch.cv.ua;
|
|
2039
|
+
a.t3 = this.ch.cv.uc;
|
|
2040
2040
|
};
|
|
2041
2041
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2042
2042
|
this.ch.t4.u4 = this.ch.ug;
|
|
@@ -2293,7 +2293,7 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
2293
2293
|
function GeographicXYTriangulatingSeries() {
|
|
2294
2294
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
2295
2295
|
}
|
|
2296
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2296
|
+
GeographicXYTriangulatingSeries.prototype.cd = function () {
|
|
2297
2297
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2298
2298
|
};
|
|
2299
2299
|
GeographicXYTriangulatingSeries.prototype.o1 = function (a) {
|
|
@@ -2312,22 +2312,22 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
2312
2312
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2313
2313
|
this.uc.ci();
|
|
2314
2314
|
break;
|
|
2315
|
-
case GeographicXYTriangulatingSeries.$$p[
|
|
2315
|
+
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2316
2316
|
this.uc.cl();
|
|
2317
2317
|
break;
|
|
2318
|
-
case GeographicXYTriangulatingSeries.$$p[
|
|
2318
|
+
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2319
2319
|
this.uc.cm();
|
|
2320
2320
|
break;
|
|
2321
|
-
case GeographicXYTriangulatingSeries.$$p[
|
|
2321
|
+
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2322
2322
|
this.uc.cn();
|
|
2323
2323
|
break;
|
|
2324
|
-
case GeographicXYTriangulatingSeries.$$p[
|
|
2324
|
+
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2325
2325
|
this.uc.co();
|
|
2326
2326
|
break;
|
|
2327
2327
|
}
|
|
2328
2328
|
};
|
|
2329
2329
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2330
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], '
|
|
2330
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"], 'TrianglesSource:ud:ur', [IEnumerable_$type, null]]);
|
|
2331
2331
|
return GeographicXYTriangulatingSeries;
|
|
2332
2332
|
}(GeographicMapSeriesHost));
|
|
2333
2333
|
/**
|
|
@@ -2342,7 +2342,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2342
2342
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2343
2343
|
return _this;
|
|
2344
2344
|
}
|
|
2345
|
-
GeographicScatterAreaSeries.prototype.
|
|
2345
|
+
GeographicScatterAreaSeries.prototype.bc = function () {
|
|
2346
2346
|
return new GeographicScatterAreaSeries();
|
|
2347
2347
|
};
|
|
2348
2348
|
GeographicScatterAreaSeries.prototype.get_d9 = function () {
|
|
@@ -2399,7 +2399,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2399
2399
|
this.triangulationStatusChanged(this, b);
|
|
2400
2400
|
}
|
|
2401
2401
|
};
|
|
2402
|
-
GeographicScatterAreaSeries.prototype.
|
|
2402
|
+
GeographicScatterAreaSeries.prototype.cd = function () {
|
|
2403
2403
|
return new GeographicScatterAreaSeriesView(this);
|
|
2404
2404
|
};
|
|
2405
2405
|
GeographicScatterAreaSeries.prototype.o1 = function (a) {
|
|
@@ -5372,7 +5372,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5372
5372
|
_this.ui = false;
|
|
5373
5373
|
return _this;
|
|
5374
5374
|
}
|
|
5375
|
-
GeographicShapeSeriesBase.prototype.
|
|
5375
|
+
GeographicShapeSeriesBase.prototype.cd = function () {
|
|
5376
5376
|
return new GeographicShapeSeriesBaseView(this);
|
|
5377
5377
|
};
|
|
5378
5378
|
GeographicShapeSeriesBase.prototype.o1 = function (a) {
|
|
@@ -5422,7 +5422,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5422
5422
|
}
|
|
5423
5423
|
break;
|
|
5424
5424
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5425
|
-
this.t4.
|
|
5425
|
+
this.t4.uk = this.ue;
|
|
5426
5426
|
break;
|
|
5427
5427
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5428
5428
|
this.t4.vk = this.uo;
|
|
@@ -5508,13 +5508,13 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
5508
5508
|
};
|
|
5509
5509
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5510
5510
|
var a = this.ch.t4;
|
|
5511
|
-
if (this.ch.
|
|
5512
|
-
a.
|
|
5513
|
-
a.
|
|
5511
|
+
if (this.ch.cv == null) {
|
|
5512
|
+
a.ue = null;
|
|
5513
|
+
a.ug = null;
|
|
5514
5514
|
return;
|
|
5515
5515
|
}
|
|
5516
|
-
a.
|
|
5517
|
-
a.
|
|
5516
|
+
a.ue = this.ch.cv.ua;
|
|
5517
|
+
a.ug = this.ch.cv.uc;
|
|
5518
5518
|
};
|
|
5519
5519
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
5520
5520
|
this.ch.t4.vx = this.ch.ux;
|
|
@@ -5619,13 +5619,13 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5619
5619
|
_this.ab = GeographicShapeSeries.$;
|
|
5620
5620
|
return _this;
|
|
5621
5621
|
}
|
|
5622
|
-
GeographicShapeSeries.prototype.
|
|
5622
|
+
GeographicShapeSeries.prototype.bc = function () {
|
|
5623
5623
|
return new GeographicShapeSeries();
|
|
5624
5624
|
};
|
|
5625
5625
|
GeographicShapeSeries.prototype.get_e4 = function () {
|
|
5626
5626
|
return true;
|
|
5627
5627
|
};
|
|
5628
|
-
GeographicShapeSeries.prototype.
|
|
5628
|
+
GeographicShapeSeries.prototype.cd = function () {
|
|
5629
5629
|
return new GeographicShapeSeriesView(this);
|
|
5630
5630
|
};
|
|
5631
5631
|
GeographicShapeSeries.prototype.o1 = function (a) {
|
|
@@ -6115,13 +6115,13 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6115
6115
|
_this.ab = GeographicPolylineSeries.$;
|
|
6116
6116
|
return _this;
|
|
6117
6117
|
}
|
|
6118
|
-
GeographicPolylineSeries.prototype.
|
|
6118
|
+
GeographicPolylineSeries.prototype.bc = function () {
|
|
6119
6119
|
return new GeographicPolylineSeries();
|
|
6120
6120
|
};
|
|
6121
6121
|
GeographicPolylineSeries.prototype.get_e5 = function () {
|
|
6122
6122
|
return true;
|
|
6123
6123
|
};
|
|
6124
|
-
GeographicPolylineSeries.prototype.
|
|
6124
|
+
GeographicPolylineSeries.prototype.cd = function () {
|
|
6125
6125
|
return new GeographicPolylineSeriesView(this);
|
|
6126
6126
|
};
|
|
6127
6127
|
GeographicPolylineSeries.prototype.o1 = function (a) {
|
|
@@ -6473,13 +6473,13 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6473
6473
|
_this.ab = TileSeries.$;
|
|
6474
6474
|
return _this;
|
|
6475
6475
|
}
|
|
6476
|
-
TileSeries.prototype.
|
|
6476
|
+
TileSeries.prototype.bc = function () {
|
|
6477
6477
|
return new TileSeries();
|
|
6478
6478
|
};
|
|
6479
6479
|
TileSeries.prototype.get_fh = function () {
|
|
6480
6480
|
return true;
|
|
6481
6481
|
};
|
|
6482
|
-
TileSeries.prototype.
|
|
6482
|
+
TileSeries.prototype.cd = function () {
|
|
6483
6483
|
return new TileSeriesView(this);
|
|
6484
6484
|
};
|
|
6485
6485
|
TileSeries.prototype.o1 = function (a) {
|
|
@@ -6546,10 +6546,10 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6546
6546
|
f.deferralHandler = this;
|
|
6547
6547
|
}
|
|
6548
6548
|
this.wt.dg(e, f);
|
|
6549
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
6550
|
-
f.geographicMap = this.
|
|
6551
|
-
this.w5(this.
|
|
6552
|
-
this.wt.dd(this.
|
|
6549
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
6550
|
+
f.geographicMap = this.cv;
|
|
6551
|
+
this.w5(this.cg);
|
|
6552
|
+
this.wt.dd(this.cv.tn);
|
|
6553
6553
|
}
|
|
6554
6554
|
this.om();
|
|
6555
6555
|
break;
|
|
@@ -6566,7 +6566,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6566
6566
|
this.ww.be(null);
|
|
6567
6567
|
}
|
|
6568
6568
|
if (h != null && this.ww != null) {
|
|
6569
|
-
this.ww.be(this.
|
|
6569
|
+
this.ww.be(this.cg.w);
|
|
6570
6570
|
}
|
|
6571
6571
|
break;
|
|
6572
6572
|
case "ActualBrush":
|
|
@@ -6578,7 +6578,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6578
6578
|
};
|
|
6579
6579
|
TileSeries.prototype.w2 = function (a, b) {
|
|
6580
6580
|
if (b.propertyName == "MultiScaleImage") {
|
|
6581
|
-
this.w5(this.
|
|
6581
|
+
this.w5(this.cg);
|
|
6582
6582
|
}
|
|
6583
6583
|
};
|
|
6584
6584
|
TileSeries.prototype.w3 = function (a, b) {
|
|
@@ -6612,7 +6612,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6612
6612
|
};
|
|
6613
6613
|
TileSeries.prototype.pr = function (a) {
|
|
6614
6614
|
_super.prototype.pr.call(this, a);
|
|
6615
|
-
this.w4(a, this.
|
|
6615
|
+
this.w4(a, this.cg);
|
|
6616
6616
|
};
|
|
6617
6617
|
TileSeries.prototype.w4 = function (a, b) {
|
|
6618
6618
|
var c;
|
|
@@ -6946,7 +6946,7 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6946
6946
|
_this.ab = GeographicTileSeries.$;
|
|
6947
6947
|
return _this;
|
|
6948
6948
|
}
|
|
6949
|
-
GeographicTileSeries.prototype.
|
|
6949
|
+
GeographicTileSeries.prototype.bc = function () {
|
|
6950
6950
|
return new GeographicTileSeries();
|
|
6951
6951
|
};
|
|
6952
6952
|
GeographicTileSeries.prototype.get_fh = function () {
|
|
@@ -7532,20 +7532,20 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7532
7532
|
this.ch.t4.w2 = this.ch.ug;
|
|
7533
7533
|
};
|
|
7534
7534
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7535
|
-
this.ch.t4.xAxis = this.ch.
|
|
7535
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
7536
7536
|
};
|
|
7537
7537
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7538
|
-
this.ch.t4.yAxis = this.ch.
|
|
7538
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
7539
7539
|
};
|
|
7540
7540
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7541
7541
|
var a = this.ch.t4;
|
|
7542
|
-
if (this.ch.
|
|
7542
|
+
if (this.ch.cv == null) {
|
|
7543
7543
|
a.xAxis = null;
|
|
7544
7544
|
a.yAxis = null;
|
|
7545
7545
|
return;
|
|
7546
7546
|
}
|
|
7547
|
-
a.xAxis = this.ch.
|
|
7548
|
-
a.yAxis = this.ch.
|
|
7547
|
+
a.xAxis = this.ch.cv.ua;
|
|
7548
|
+
a.yAxis = this.ch.cv.uc;
|
|
7549
7549
|
};
|
|
7550
7550
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7551
7551
|
this.ch.t4.vd = this.ch.u8;
|
|
@@ -7606,13 +7606,13 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7606
7606
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
7607
7607
|
return _this;
|
|
7608
7608
|
}
|
|
7609
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7609
|
+
GeographicProportionalSymbolSeries.prototype.bc = function () {
|
|
7610
7610
|
return new GeographicProportionalSymbolSeries();
|
|
7611
7611
|
};
|
|
7612
7612
|
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
7613
7613
|
return true;
|
|
7614
7614
|
};
|
|
7615
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7615
|
+
GeographicProportionalSymbolSeries.prototype.cd = function () {
|
|
7616
7616
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7617
7617
|
};
|
|
7618
7618
|
GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
|
|
@@ -7701,7 +7701,7 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7701
7701
|
}
|
|
7702
7702
|
break;
|
|
7703
7703
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7704
|
-
this.t4.
|
|
7704
|
+
this.t4.v2 = this.ve;
|
|
7705
7705
|
break;
|
|
7706
7706
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7707
7707
|
this.t4.w1 = this.vq;
|
|
@@ -8218,20 +8218,20 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8218
8218
|
this.ch.t4.w2 = this.ch.ug;
|
|
8219
8219
|
};
|
|
8220
8220
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
8221
|
-
this.ch.t4.xAxis = this.ch.
|
|
8221
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
8222
8222
|
};
|
|
8223
8223
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
8224
|
-
this.ch.t4.yAxis = this.ch.
|
|
8224
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
8225
8225
|
};
|
|
8226
8226
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
8227
8227
|
var a = this.ch.t4;
|
|
8228
|
-
if (this.ch.
|
|
8228
|
+
if (this.ch.cv == null) {
|
|
8229
8229
|
a.xAxis = null;
|
|
8230
8230
|
a.yAxis = null;
|
|
8231
8231
|
return;
|
|
8232
8232
|
}
|
|
8233
|
-
a.xAxis = this.ch.
|
|
8234
|
-
a.yAxis = this.ch.
|
|
8233
|
+
a.xAxis = this.ch.cv.ua;
|
|
8234
|
+
a.yAxis = this.ch.cv.uc;
|
|
8235
8235
|
};
|
|
8236
8236
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8237
8237
|
this.ch.t4.vn = this.ch.vc;
|
|
@@ -8260,13 +8260,13 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8260
8260
|
_this.ab = GeographicSymbolSeries.$;
|
|
8261
8261
|
return _this;
|
|
8262
8262
|
}
|
|
8263
|
-
GeographicSymbolSeries.prototype.
|
|
8263
|
+
GeographicSymbolSeries.prototype.bc = function () {
|
|
8264
8264
|
return new GeographicSymbolSeries();
|
|
8265
8265
|
};
|
|
8266
8266
|
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
8267
8267
|
return true;
|
|
8268
8268
|
};
|
|
8269
|
-
GeographicSymbolSeries.prototype.
|
|
8269
|
+
GeographicSymbolSeries.prototype.cd = function () {
|
|
8270
8270
|
return new GeographicSymbolSeriesView(this);
|
|
8271
8271
|
};
|
|
8272
8272
|
GeographicSymbolSeries.prototype.o1 = function (a) {
|
|
@@ -8328,7 +8328,7 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8328
8328
|
}
|
|
8329
8329
|
break;
|
|
8330
8330
|
case GeographicSymbolSeries.$$p[2]:
|
|
8331
|
-
this.t4.
|
|
8331
|
+
this.t4.v2 = this.vd;
|
|
8332
8332
|
break;
|
|
8333
8333
|
case GeographicSymbolSeries.$$p[3]:
|
|
8334
8334
|
this.t4.w1 = this.vl;
|
|
@@ -9046,19 +9046,19 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
9046
9046
|
};
|
|
9047
9047
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9048
9048
|
var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
9049
|
-
if (this.ch.
|
|
9049
|
+
if (this.ch.cv == null) {
|
|
9050
9050
|
a.t9 = null;
|
|
9051
9051
|
a.ub = null;
|
|
9052
9052
|
return;
|
|
9053
9053
|
}
|
|
9054
|
-
a.t9 = this.ch.
|
|
9055
|
-
a.ub = this.ch.
|
|
9054
|
+
a.t9 = this.ch.cv.ua;
|
|
9055
|
+
a.ub = this.ch.cv.uc;
|
|
9056
9056
|
};
|
|
9057
9057
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
9058
|
-
this.ch.t4.t9 = this.ch.
|
|
9058
|
+
this.ch.t4.t9 = this.ch.cv.ua;
|
|
9059
9059
|
};
|
|
9060
9060
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
9061
|
-
this.ch.t4.ub = this.ch.
|
|
9061
|
+
this.ch.t4.ub = this.ch.cv.uc;
|
|
9062
9062
|
};
|
|
9063
9063
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9064
9064
|
this.ch.t4.xi = this.ch.vc;
|
|
@@ -9094,7 +9094,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
9094
9094
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9095
9095
|
return _this;
|
|
9096
9096
|
}
|
|
9097
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9097
|
+
GeographicHighDensityScatterSeries.prototype.bc = function () {
|
|
9098
9098
|
return new GeographicHighDensityScatterSeries();
|
|
9099
9099
|
};
|
|
9100
9100
|
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
@@ -9106,7 +9106,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
9106
9106
|
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
9107
9107
|
return true;
|
|
9108
9108
|
};
|
|
9109
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9109
|
+
GeographicHighDensityScatterSeries.prototype.cd = function () {
|
|
9110
9110
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9111
9111
|
};
|
|
9112
9112
|
GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
|
|
@@ -9562,7 +9562,7 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
9562
9562
|
_this.ab = GeographicContourLineSeries.$;
|
|
9563
9563
|
return _this;
|
|
9564
9564
|
}
|
|
9565
|
-
GeographicContourLineSeries.prototype.
|
|
9565
|
+
GeographicContourLineSeries.prototype.bc = function () {
|
|
9566
9566
|
return new GeographicContourLineSeries();
|
|
9567
9567
|
};
|
|
9568
9568
|
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
@@ -9596,7 +9596,7 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
9596
9596
|
GeographicContourLineSeries.prototype.qe = function () {
|
|
9597
9597
|
_super.prototype.qe.call(this);
|
|
9598
9598
|
};
|
|
9599
|
-
GeographicContourLineSeries.prototype.
|
|
9599
|
+
GeographicContourLineSeries.prototype.cd = function () {
|
|
9600
9600
|
return new GeographicContourLineSeriesView(this);
|
|
9601
9601
|
};
|
|
9602
9602
|
GeographicContourLineSeries.prototype.o1 = function (a) {
|
|
@@ -24,7 +24,7 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
|
|
|
24
24
|
*/
|
|
25
25
|
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
26
|
static $t: Type;
|
|
27
|
-
protected
|
|
27
|
+
protected bc(): Series;
|
|
28
28
|
protected get_ex(): boolean;
|
|
29
29
|
constructor();
|
|
30
30
|
protected t9(): void;
|
|
@@ -36,7 +36,7 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
|
|
|
36
36
|
uz: ValueBrushScale;
|
|
37
37
|
uy: ValueBrushScale;
|
|
38
38
|
protected qe(): void;
|
|
39
|
-
protected
|
|
39
|
+
protected cd(): SeriesView;
|
|
40
40
|
o1(a: SeriesView): void;
|
|
41
41
|
u0: GeographicContourLineSeriesView;
|
|
42
42
|
uv: ContourValueResolver;
|
|
@@ -33,11 +33,11 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
|
-
protected
|
|
36
|
+
protected bc(): Series;
|
|
37
37
|
protected iq(): number;
|
|
38
38
|
protected get_e2(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
40
|
+
protected cd(): SeriesView;
|
|
41
41
|
o1(a: SeriesView): void;
|
|
42
42
|
ud: GeographicHighDensityScatterSeriesView;
|
|
43
43
|
protected t3(): Series;
|
|
@@ -4,7 +4,7 @@ import { Point, Type } from "igniteui-webcomponents-core";
|
|
|
4
4
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
5
5
|
import { SeriesPointOfInterest } from "igniteui-webcomponents-charts";
|
|
6
6
|
import { Axis } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { HighlightingInfo } from "igniteui-webcomponents-
|
|
7
|
+
import { HighlightingInfo } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Rect } from "igniteui-webcomponents-core";
|
|
9
9
|
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
10
10
|
import { RenderSurface } from "igniteui-webcomponents-charts";
|
|
@@ -22,13 +22,13 @@ export declare abstract class GeographicMapSeriesHost extends Series {
|
|
|
22
22
|
jv(a: any, b: string): any;
|
|
23
23
|
dt(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
24
24
|
ag(): Axis[];
|
|
25
|
-
|
|
25
|
+
bg(): Series;
|
|
26
26
|
get t4(): Series;
|
|
27
27
|
set t4(a: Series);
|
|
28
28
|
protected get_hasMarkers(): boolean;
|
|
29
29
|
protected t9(): void;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
c0(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
|
+
c1(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
32
|
js(a: Point): any;
|
|
33
33
|
jg(a: Point, b: boolean): number;
|
|
34
34
|
je(a: Point, b: boolean): number;
|
|
@@ -55,7 +55,7 @@ export declare abstract class GeographicMapSeriesHost extends Series {
|
|
|
55
55
|
hx(a: Point): number;
|
|
56
56
|
jt(a: Point): any;
|
|
57
57
|
protected abstract t3(): Series;
|
|
58
|
-
protected
|
|
58
|
+
protected cd(): SeriesView;
|
|
59
59
|
o1(a: SeriesView): void;
|
|
60
60
|
t5: HostSeriesView;
|
|
61
61
|
static readonly ub: DependencyProperty;
|
|
@@ -23,10 +23,10 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
25
|
static $t: Type;
|
|
26
|
-
protected
|
|
26
|
+
protected bc(): Series;
|
|
27
27
|
protected get_e5(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
29
|
+
protected cd(): SeriesView;
|
|
30
30
|
o1(a: SeriesView): void;
|
|
31
31
|
vb: GeographicPolylineSeriesView;
|
|
32
32
|
va: StyleSelector;
|
|
@@ -44,10 +44,10 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
|
|
|
44
44
|
*/
|
|
45
45
|
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
46
|
static $t: Type;
|
|
47
|
-
protected
|
|
47
|
+
protected bc(): Series;
|
|
48
48
|
protected get_dy(): boolean;
|
|
49
49
|
constructor();
|
|
50
|
-
protected
|
|
50
|
+
protected cd(): SeriesView;
|
|
51
51
|
o1(a: SeriesView): void;
|
|
52
52
|
vg: GeographicProportionalSymbolSeriesView;
|
|
53
53
|
protected ir(): number;
|
|
@@ -11,7 +11,7 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
|
-
protected
|
|
14
|
+
protected cd(): SeriesView;
|
|
15
15
|
uf: GeographicShapeSeriesBaseView;
|
|
16
16
|
o1(a: SeriesView): void;
|
|
17
17
|
ux: string;
|
|
@@ -36,10 +36,10 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
|
|
|
36
36
|
*/
|
|
37
37
|
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
38
|
static $t: Type;
|
|
39
|
-
protected
|
|
39
|
+
protected bc(): Series;
|
|
40
40
|
protected get_e4(): boolean;
|
|
41
41
|
constructor();
|
|
42
|
-
protected
|
|
42
|
+
protected cd(): SeriesView;
|
|
43
43
|
vf: GeographicShapeSeriesView;
|
|
44
44
|
o1(a: SeriesView): void;
|
|
45
45
|
protected t3(): Series;
|