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
|
@@ -462,7 +462,7 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
462
462
|
ag() {
|
|
463
463
|
return this.t4.ag();
|
|
464
464
|
}
|
|
465
|
-
|
|
465
|
+
bg() {
|
|
466
466
|
return this.t4;
|
|
467
467
|
}
|
|
468
468
|
get t4() {
|
|
@@ -487,11 +487,11 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
487
487
|
this.ns(this.t4);
|
|
488
488
|
this.t5.b5();
|
|
489
489
|
}
|
|
490
|
-
|
|
491
|
-
return this.
|
|
490
|
+
c0(a, b, c) {
|
|
491
|
+
return this.c2(this.t4, a, b, c);
|
|
492
492
|
}
|
|
493
|
-
|
|
494
|
-
return this.
|
|
493
|
+
c1(a, b, c) {
|
|
494
|
+
return this.c3(this.t4, a, b, c);
|
|
495
495
|
}
|
|
496
496
|
js(a) {
|
|
497
497
|
return this.jy(this.t4, a);
|
|
@@ -568,7 +568,7 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
568
568
|
jt(a) {
|
|
569
569
|
return this.t4.jt(a);
|
|
570
570
|
}
|
|
571
|
-
|
|
571
|
+
cd() {
|
|
572
572
|
return new HostSeriesView(this);
|
|
573
573
|
}
|
|
574
574
|
o1(a) {
|
|
@@ -585,12 +585,12 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
585
585
|
super.o9(a, b, c, d);
|
|
586
586
|
switch (b) {
|
|
587
587
|
case "SeriesViewer":
|
|
588
|
-
this.t4.
|
|
588
|
+
this.t4.cv = this.cv;
|
|
589
589
|
if (c != null) {
|
|
590
590
|
c.o2(this.t4);
|
|
591
591
|
}
|
|
592
592
|
if (d != null) {
|
|
593
|
-
this.
|
|
593
|
+
this.cv.lr(this.t4);
|
|
594
594
|
}
|
|
595
595
|
this.t4.pc(this.tx);
|
|
596
596
|
this.t4.index = this.index;
|
|
@@ -600,14 +600,14 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
600
600
|
if (e != null) {
|
|
601
601
|
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
602
602
|
}
|
|
603
|
-
if (this.
|
|
604
|
-
let f = this.
|
|
603
|
+
if (this.cv != null) {
|
|
604
|
+
let f = this.cv;
|
|
605
605
|
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
606
606
|
}
|
|
607
607
|
this.t8();
|
|
608
608
|
break;
|
|
609
609
|
case "SyncLink":
|
|
610
|
-
this.t4.
|
|
610
|
+
this.t4.co = this.co;
|
|
611
611
|
break;
|
|
612
612
|
case "VisibleFromScale":
|
|
613
613
|
this.t8();
|
|
@@ -680,16 +680,16 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
680
680
|
break;
|
|
681
681
|
case "Legend":
|
|
682
682
|
this.t4.legend = this.legend;
|
|
683
|
-
this.
|
|
683
|
+
this.cg.av();
|
|
684
684
|
break;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
687
|
t8() {
|
|
688
|
-
if (this.
|
|
688
|
+
if (this.cv == null || this.t4 == null) {
|
|
689
689
|
return;
|
|
690
690
|
}
|
|
691
691
|
if (!isNaN_(this.t6)) {
|
|
692
|
-
if (this.
|
|
692
|
+
if (this.cv.tn.width > this.t6) {
|
|
693
693
|
let hs_ = this.t4;
|
|
694
694
|
let v_ = 1;
|
|
695
695
|
hs_.visibility = v_;
|
|
@@ -764,7 +764,7 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
764
764
|
this.b0.t4.index = this.b0.index;
|
|
765
765
|
this.b0.t4.sx = this.b0.sx;
|
|
766
766
|
this.b0.t4.s3 = this.b0.sx;
|
|
767
|
-
this.b0.t4.
|
|
767
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
768
768
|
this.b0.t4.ip = this.b0.ip;
|
|
769
769
|
this.b0.t4.jj = this.b0.jj;
|
|
770
770
|
this.b0.t4._opacity = this.b0._opacity;
|
|
@@ -773,7 +773,7 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
773
773
|
this.b0.t4.il = this.b0.il;
|
|
774
774
|
this.b0.t4.fz = this.b0.fz;
|
|
775
775
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
776
|
-
this.b0.t4.
|
|
776
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
777
777
|
}
|
|
778
778
|
b6() {
|
|
779
779
|
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
@@ -803,7 +803,7 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
803
803
|
this.b0.t4.s3 = this.b0.sw;
|
|
804
804
|
}
|
|
805
805
|
b7() {
|
|
806
|
-
this.b0.t4.
|
|
806
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
807
807
|
}
|
|
808
808
|
b8() {
|
|
809
809
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
@@ -815,7 +815,7 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
815
815
|
this.b0.t4.il = this.b0.il;
|
|
816
816
|
}
|
|
817
817
|
cb() {
|
|
818
|
-
this.b0.t4.
|
|
818
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
819
819
|
}
|
|
820
820
|
ce() {
|
|
821
821
|
this.b0.t4.fz = this.b0.fz;
|
|
@@ -937,7 +937,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
937
937
|
if (this.wn.isEmpty) {
|
|
938
938
|
return;
|
|
939
939
|
}
|
|
940
|
-
this.wb = this.wl(this.wn, this.
|
|
940
|
+
this.wb = this.wl(this.wn, this.cd == 1);
|
|
941
941
|
}
|
|
942
942
|
wl(a, b) {
|
|
943
943
|
let c = a.top;
|
|
@@ -1087,7 +1087,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1087
1087
|
let k = i - g;
|
|
1088
1088
|
let l = h - j;
|
|
1089
1089
|
let m = new Rect(0, g, j, k, l);
|
|
1090
|
-
if (this.
|
|
1090
|
+
if (this.cd == 1) {
|
|
1091
1091
|
m.intersect(XamGeographicMap.v7);
|
|
1092
1092
|
if (m.isEmpty) {
|
|
1093
1093
|
m = XamGeographicMap.v7;
|
|
@@ -1206,7 +1206,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1206
1206
|
this.ty();
|
|
1207
1207
|
let b = a.left;
|
|
1208
1208
|
let c = a.top;
|
|
1209
|
-
if (this.
|
|
1209
|
+
if (this.cd == 1) {
|
|
1210
1210
|
if (this.t3.width > this.v9.width) {
|
|
1211
1211
|
b = 0.5 - (this.t3.width / 2);
|
|
1212
1212
|
}
|
|
@@ -1227,7 +1227,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
let d = false;
|
|
1230
|
-
if (!this.ur && this.
|
|
1230
|
+
if (!this.ur && this.cd == 2 && this.uo) {
|
|
1231
1231
|
if (b > 1) {
|
|
1232
1232
|
b = (b - Math.floor(b)) + 1;
|
|
1233
1233
|
}
|
|
@@ -1398,7 +1398,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1398
1398
|
wg(a) {
|
|
1399
1399
|
return this.tp(a);
|
|
1400
1400
|
}
|
|
1401
|
-
|
|
1401
|
+
ct() {
|
|
1402
1402
|
return new XamGeographicMapView(this);
|
|
1403
1403
|
}
|
|
1404
1404
|
vg(a) {
|
|
@@ -1444,13 +1444,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1444
1444
|
fb() {
|
|
1445
1445
|
return this.uo;
|
|
1446
1446
|
}
|
|
1447
|
-
|
|
1448
|
-
if (this.
|
|
1447
|
+
ce() {
|
|
1448
|
+
if (this.cf == 0) {
|
|
1449
1449
|
if (this.up) {
|
|
1450
1450
|
return 2;
|
|
1451
1451
|
}
|
|
1452
1452
|
}
|
|
1453
|
-
return this.
|
|
1453
|
+
return this.cf;
|
|
1454
1454
|
}
|
|
1455
1455
|
og(a, b, c, d) {
|
|
1456
1456
|
super.og(a, b, c, d);
|
|
@@ -1470,7 +1470,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1470
1470
|
case XamGeographicMap.$$p[1]:
|
|
1471
1471
|
this.uo = this.up;
|
|
1472
1472
|
this.ui = this.uj();
|
|
1473
|
-
this.
|
|
1473
|
+
this.cd = this.ce();
|
|
1474
1474
|
if (this.uf != null) {
|
|
1475
1475
|
this.uf.isHorizontalWrappingEnabled = this.ui == 2;
|
|
1476
1476
|
}
|
|
@@ -1910,13 +1910,13 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1910
1910
|
}
|
|
1911
1911
|
ck() {
|
|
1912
1912
|
let a = this.ch.t4;
|
|
1913
|
-
if (this.ch.
|
|
1913
|
+
if (this.ch.cv == null) {
|
|
1914
1914
|
a.t2 = null;
|
|
1915
1915
|
a.t3 = null;
|
|
1916
1916
|
return;
|
|
1917
1917
|
}
|
|
1918
|
-
a.t2 = this.ch.
|
|
1919
|
-
a.t3 = this.ch.
|
|
1918
|
+
a.t2 = this.ch.cv.ua;
|
|
1919
|
+
a.t3 = this.ch.cv.uc;
|
|
1920
1920
|
}
|
|
1921
1921
|
cj() {
|
|
1922
1922
|
this.ch.t4.u4 = this.ch.ug;
|
|
@@ -2164,7 +2164,7 @@ let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
2164
2164
|
*/
|
|
2165
2165
|
let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
2166
2166
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
2167
|
-
|
|
2167
|
+
cd() {
|
|
2168
2168
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2169
2169
|
}
|
|
2170
2170
|
o1(a) {
|
|
@@ -2207,7 +2207,7 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
2207
2207
|
*/
|
|
2208
2208
|
let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
2209
2209
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
2210
|
-
|
|
2210
|
+
bc() {
|
|
2211
2211
|
return new GeographicScatterAreaSeries();
|
|
2212
2212
|
}
|
|
2213
2213
|
get_d9() {
|
|
@@ -2266,7 +2266,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2266
2266
|
this.triangulationStatusChanged(this, b);
|
|
2267
2267
|
}
|
|
2268
2268
|
}
|
|
2269
|
-
|
|
2269
|
+
cd() {
|
|
2270
2270
|
return new GeographicScatterAreaSeriesView(this);
|
|
2271
2271
|
}
|
|
2272
2272
|
o1(a) {
|
|
@@ -4794,7 +4794,7 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4794
4794
|
this.ug = null;
|
|
4795
4795
|
this.ui = false;
|
|
4796
4796
|
}
|
|
4797
|
-
|
|
4797
|
+
cd() {
|
|
4798
4798
|
return new GeographicShapeSeriesBaseView(this);
|
|
4799
4799
|
}
|
|
4800
4800
|
o1(a) {
|
|
@@ -4844,7 +4844,7 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4844
4844
|
}
|
|
4845
4845
|
break;
|
|
4846
4846
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
4847
|
-
this.t4.
|
|
4847
|
+
this.t4.uk = this.ue;
|
|
4848
4848
|
break;
|
|
4849
4849
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
4850
4850
|
this.t4.vk = this.uo;
|
|
@@ -4926,13 +4926,13 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
4926
4926
|
}
|
|
4927
4927
|
ci() {
|
|
4928
4928
|
let a = this.ch.t4;
|
|
4929
|
-
if (this.ch.
|
|
4930
|
-
a.
|
|
4931
|
-
a.
|
|
4929
|
+
if (this.ch.cv == null) {
|
|
4930
|
+
a.ue = null;
|
|
4931
|
+
a.ug = null;
|
|
4932
4932
|
return;
|
|
4933
4933
|
}
|
|
4934
|
-
a.
|
|
4935
|
-
a.
|
|
4934
|
+
a.ue = this.ch.cv.ua;
|
|
4935
|
+
a.ug = this.ch.cv.uc;
|
|
4936
4936
|
}
|
|
4937
4937
|
ck() {
|
|
4938
4938
|
this.ch.t4.vx = this.ch.ux;
|
|
@@ -5032,7 +5032,7 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5032
5032
|
*/
|
|
5033
5033
|
let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
5034
5034
|
class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
5035
|
-
|
|
5035
|
+
bc() {
|
|
5036
5036
|
return new GeographicShapeSeries();
|
|
5037
5037
|
}
|
|
5038
5038
|
get_e4() {
|
|
@@ -5043,7 +5043,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5043
5043
|
this.styleShape = null;
|
|
5044
5044
|
this.ab = GeographicShapeSeries.$;
|
|
5045
5045
|
}
|
|
5046
|
-
|
|
5046
|
+
cd() {
|
|
5047
5047
|
return new GeographicShapeSeriesView(this);
|
|
5048
5048
|
}
|
|
5049
5049
|
o1(a) {
|
|
@@ -5448,7 +5448,7 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5448
5448
|
*/
|
|
5449
5449
|
let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
5450
5450
|
class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
5451
|
-
|
|
5451
|
+
bc() {
|
|
5452
5452
|
return new GeographicPolylineSeries();
|
|
5453
5453
|
}
|
|
5454
5454
|
get_e5() {
|
|
@@ -5459,7 +5459,7 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5459
5459
|
this.styleShape = null;
|
|
5460
5460
|
this.ab = GeographicPolylineSeries.$;
|
|
5461
5461
|
}
|
|
5462
|
-
|
|
5462
|
+
cd() {
|
|
5463
5463
|
return new GeographicPolylineSeriesView(this);
|
|
5464
5464
|
}
|
|
5465
5465
|
o1(a) {
|
|
@@ -5752,7 +5752,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
5752
5752
|
*/
|
|
5753
5753
|
let TileSeries = /*@__PURE__*/ (() => {
|
|
5754
5754
|
class TileSeries extends ShapeSeriesBase {
|
|
5755
|
-
|
|
5755
|
+
bc() {
|
|
5756
5756
|
return new TileSeries();
|
|
5757
5757
|
}
|
|
5758
5758
|
get_fh() {
|
|
@@ -5767,7 +5767,7 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5767
5767
|
this.wz = false;
|
|
5768
5768
|
this.ab = TileSeries.$;
|
|
5769
5769
|
}
|
|
5770
|
-
|
|
5770
|
+
cd() {
|
|
5771
5771
|
return new TileSeriesView(this);
|
|
5772
5772
|
}
|
|
5773
5773
|
o1(a) {
|
|
@@ -5826,10 +5826,10 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5826
5826
|
f.deferralHandler = this;
|
|
5827
5827
|
}
|
|
5828
5828
|
this.wt.dg(e, f);
|
|
5829
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
5830
|
-
f.geographicMap = this.
|
|
5831
|
-
this.w5(this.
|
|
5832
|
-
this.wt.dd(this.
|
|
5829
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
5830
|
+
f.geographicMap = this.cv;
|
|
5831
|
+
this.w5(this.cg);
|
|
5832
|
+
this.wt.dd(this.cv.tn);
|
|
5833
5833
|
}
|
|
5834
5834
|
this.om();
|
|
5835
5835
|
break;
|
|
@@ -5846,7 +5846,7 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5846
5846
|
this.ww.be(null);
|
|
5847
5847
|
}
|
|
5848
5848
|
if (h != null && this.ww != null) {
|
|
5849
|
-
this.ww.be(this.
|
|
5849
|
+
this.ww.be(this.cg.w);
|
|
5850
5850
|
}
|
|
5851
5851
|
break;
|
|
5852
5852
|
case "ActualBrush":
|
|
@@ -5858,7 +5858,7 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5858
5858
|
}
|
|
5859
5859
|
w2(a, b) {
|
|
5860
5860
|
if (b.propertyName == "MultiScaleImage") {
|
|
5861
|
-
this.w5(this.
|
|
5861
|
+
this.w5(this.cg);
|
|
5862
5862
|
}
|
|
5863
5863
|
}
|
|
5864
5864
|
w3(a, b) {
|
|
@@ -5892,7 +5892,7 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5892
5892
|
}
|
|
5893
5893
|
pr(a) {
|
|
5894
5894
|
super.pr(a);
|
|
5895
|
-
this.w4(a, this.
|
|
5895
|
+
this.w4(a, this.cg);
|
|
5896
5896
|
}
|
|
5897
5897
|
w4(a, b) {
|
|
5898
5898
|
let c;
|
|
@@ -6201,7 +6201,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6201
6201
|
*/
|
|
6202
6202
|
let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
6203
6203
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
6204
|
-
|
|
6204
|
+
bc() {
|
|
6205
6205
|
return new GeographicTileSeries();
|
|
6206
6206
|
}
|
|
6207
6207
|
get_fh() {
|
|
@@ -6715,20 +6715,20 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6715
6715
|
this.ch.t4.w2 = this.ch.ug;
|
|
6716
6716
|
}
|
|
6717
6717
|
cy() {
|
|
6718
|
-
this.ch.t4.xAxis = this.ch.
|
|
6718
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
6719
6719
|
}
|
|
6720
6720
|
cz() {
|
|
6721
|
-
this.ch.t4.yAxis = this.ch.
|
|
6721
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
6722
6722
|
}
|
|
6723
6723
|
cx() {
|
|
6724
6724
|
let a = this.ch.t4;
|
|
6725
|
-
if (this.ch.
|
|
6725
|
+
if (this.ch.cv == null) {
|
|
6726
6726
|
a.xAxis = null;
|
|
6727
6727
|
a.yAxis = null;
|
|
6728
6728
|
return;
|
|
6729
6729
|
}
|
|
6730
|
-
a.xAxis = this.ch.
|
|
6731
|
-
a.yAxis = this.ch.
|
|
6730
|
+
a.xAxis = this.ch.cv.ua;
|
|
6731
|
+
a.yAxis = this.ch.cv.uc;
|
|
6732
6732
|
}
|
|
6733
6733
|
cr() {
|
|
6734
6734
|
this.ch.t4.vd = this.ch.u8;
|
|
@@ -6780,7 +6780,7 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6780
6780
|
*/
|
|
6781
6781
|
let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
6782
6782
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
6783
|
-
|
|
6783
|
+
bc() {
|
|
6784
6784
|
return new GeographicProportionalSymbolSeries();
|
|
6785
6785
|
}
|
|
6786
6786
|
get_dy() {
|
|
@@ -6795,7 +6795,7 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6795
6795
|
this.assigningScatterMarkerStyle = null;
|
|
6796
6796
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
6797
6797
|
}
|
|
6798
|
-
|
|
6798
|
+
cd() {
|
|
6799
6799
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
6800
6800
|
}
|
|
6801
6801
|
o1(a) {
|
|
@@ -6884,7 +6884,7 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6884
6884
|
}
|
|
6885
6885
|
break;
|
|
6886
6886
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
6887
|
-
this.t4.
|
|
6887
|
+
this.t4.v2 = this.ve;
|
|
6888
6888
|
break;
|
|
6889
6889
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
6890
6890
|
this.t4.w1 = this.vq;
|
|
@@ -7312,20 +7312,20 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7312
7312
|
this.ch.t4.w2 = this.ch.ug;
|
|
7313
7313
|
}
|
|
7314
7314
|
cs() {
|
|
7315
|
-
this.ch.t4.xAxis = this.ch.
|
|
7315
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
7316
7316
|
}
|
|
7317
7317
|
ct() {
|
|
7318
|
-
this.ch.t4.yAxis = this.ch.
|
|
7318
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
7319
7319
|
}
|
|
7320
7320
|
cr() {
|
|
7321
7321
|
let a = this.ch.t4;
|
|
7322
|
-
if (this.ch.
|
|
7322
|
+
if (this.ch.cv == null) {
|
|
7323
7323
|
a.xAxis = null;
|
|
7324
7324
|
a.yAxis = null;
|
|
7325
7325
|
return;
|
|
7326
7326
|
}
|
|
7327
|
-
a.xAxis = this.ch.
|
|
7328
|
-
a.yAxis = this.ch.
|
|
7327
|
+
a.xAxis = this.ch.cv.ua;
|
|
7328
|
+
a.yAxis = this.ch.cv.uc;
|
|
7329
7329
|
}
|
|
7330
7330
|
cl() {
|
|
7331
7331
|
this.ch.t4.vn = this.ch.vc;
|
|
@@ -7345,7 +7345,7 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7345
7345
|
*/
|
|
7346
7346
|
let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
7347
7347
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
7348
|
-
|
|
7348
|
+
bc() {
|
|
7349
7349
|
return new GeographicSymbolSeries();
|
|
7350
7350
|
}
|
|
7351
7351
|
get_dy() {
|
|
@@ -7360,7 +7360,7 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7360
7360
|
this.assigningScatterMarkerStyle = null;
|
|
7361
7361
|
this.ab = GeographicSymbolSeries.$;
|
|
7362
7362
|
}
|
|
7363
|
-
|
|
7363
|
+
cd() {
|
|
7364
7364
|
return new GeographicSymbolSeriesView(this);
|
|
7365
7365
|
}
|
|
7366
7366
|
o1(a) {
|
|
@@ -7422,7 +7422,7 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7422
7422
|
}
|
|
7423
7423
|
break;
|
|
7424
7424
|
case GeographicSymbolSeries.$$p[2]:
|
|
7425
|
-
this.t4.
|
|
7425
|
+
this.t4.v2 = this.vd;
|
|
7426
7426
|
break;
|
|
7427
7427
|
case GeographicSymbolSeries.$$p[3]:
|
|
7428
7428
|
this.t4.w1 = this.vl;
|
|
@@ -8020,19 +8020,19 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8020
8020
|
}
|
|
8021
8021
|
cr() {
|
|
8022
8022
|
let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
8023
|
-
if (this.ch.
|
|
8023
|
+
if (this.ch.cv == null) {
|
|
8024
8024
|
a.t9 = null;
|
|
8025
8025
|
a.ub = null;
|
|
8026
8026
|
return;
|
|
8027
8027
|
}
|
|
8028
|
-
a.t9 = this.ch.
|
|
8029
|
-
a.ub = this.ch.
|
|
8028
|
+
a.t9 = this.ch.cv.ua;
|
|
8029
|
+
a.ub = this.ch.cv.uc;
|
|
8030
8030
|
}
|
|
8031
8031
|
ct() {
|
|
8032
|
-
this.ch.t4.t9 = this.ch.
|
|
8032
|
+
this.ch.t4.t9 = this.ch.cv.ua;
|
|
8033
8033
|
}
|
|
8034
8034
|
cu() {
|
|
8035
|
-
this.ch.t4.ub = this.ch.
|
|
8035
|
+
this.ch.t4.ub = this.ch.cv.uc;
|
|
8036
8036
|
}
|
|
8037
8037
|
ck() {
|
|
8038
8038
|
this.ch.t4.xi = this.ch.vc;
|
|
@@ -8061,7 +8061,7 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8061
8061
|
*/
|
|
8062
8062
|
let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
8063
8063
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
8064
|
-
|
|
8064
|
+
bc() {
|
|
8065
8065
|
return new GeographicHighDensityScatterSeries();
|
|
8066
8066
|
}
|
|
8067
8067
|
iq() {
|
|
@@ -8080,7 +8080,7 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8080
8080
|
this.uk = 0;
|
|
8081
8081
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8082
8082
|
}
|
|
8083
|
-
|
|
8083
|
+
cd() {
|
|
8084
8084
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8085
8085
|
}
|
|
8086
8086
|
o1(a) {
|
|
@@ -8463,7 +8463,7 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8463
8463
|
*/
|
|
8464
8464
|
let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
8465
8465
|
class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
8466
|
-
|
|
8466
|
+
bc() {
|
|
8467
8467
|
return new GeographicContourLineSeries();
|
|
8468
8468
|
}
|
|
8469
8469
|
get_ex() {
|
|
@@ -8502,7 +8502,7 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8502
8502
|
qe() {
|
|
8503
8503
|
super.qe();
|
|
8504
8504
|
}
|
|
8505
|
-
|
|
8505
|
+
cd() {
|
|
8506
8506
|
return new GeographicContourLineSeriesView(this);
|
|
8507
8507
|
}
|
|
8508
8508
|
o1(a) {
|