igniteui-webcomponents-maps 7.1.0-alpha.3 → 7.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +64 -64
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicMarkerSeries.js +8 -8
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +40 -40
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicMarkerSeries.js +8 -8
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +40 -40
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +16 -16
- package/fesm2015/igniteui-webcomponents-maps.js +64 -64
- package/fesm5/igniteui-webcomponents-maps.js +64 -64
- package/package.json +3 -3
|
@@ -6597,23 +6597,23 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6597
6597
|
return;
|
|
6598
6598
|
}
|
|
6599
6599
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6600
|
-
this.yc = c.
|
|
6600
|
+
this.yc = c.yp;
|
|
6601
6601
|
}
|
|
6602
6602
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6603
|
-
this.yq = c.
|
|
6603
|
+
this.yq = c.y8;
|
|
6604
6604
|
}
|
|
6605
6605
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6606
|
-
this.yp = c.
|
|
6606
|
+
this.yp = c.y7;
|
|
6607
6607
|
}
|
|
6608
6608
|
}
|
|
6609
6609
|
rs(a, b, c, d) {
|
|
6610
6610
|
super.rs(a, b, c, d);
|
|
6611
6611
|
switch (b) {
|
|
6612
6612
|
case GeographicMarkerSeries.$$p[3]:
|
|
6613
|
-
this.xn.
|
|
6613
|
+
this.xn.y9 = this.yr;
|
|
6614
6614
|
break;
|
|
6615
6615
|
case GeographicMarkerSeries.$$p[6]:
|
|
6616
|
-
this.xn.
|
|
6616
|
+
this.xn.za = this.ys;
|
|
6617
6617
|
break;
|
|
6618
6618
|
case GeographicMarkerSeries.$$p[5]:
|
|
6619
6619
|
this.xn.xr = this.xw;
|
|
@@ -6625,13 +6625,13 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6625
6625
|
this.xn.xx = this.xx;
|
|
6626
6626
|
break;
|
|
6627
6627
|
case GeographicMarkerSeries.$$p[7]:
|
|
6628
|
-
this.xn.
|
|
6628
|
+
this.xn.yr = this.yd;
|
|
6629
6629
|
break;
|
|
6630
6630
|
case GeographicMarkerSeries.$$p[8]:
|
|
6631
|
-
this.xn.
|
|
6631
|
+
this.xn.x7 = this.xy;
|
|
6632
6632
|
break;
|
|
6633
6633
|
case GeographicMarkerSeries.$$p[10]:
|
|
6634
|
-
this.xn.
|
|
6634
|
+
this.xn.aaz = this.xz;
|
|
6635
6635
|
break;
|
|
6636
6636
|
}
|
|
6637
6637
|
}
|
|
@@ -6662,39 +6662,39 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6662
6662
|
ci() {
|
|
6663
6663
|
super.ci();
|
|
6664
6664
|
let a = this.cu.xn;
|
|
6665
|
-
a.
|
|
6666
|
-
a.
|
|
6665
|
+
a.abj = this.cu.zm;
|
|
6666
|
+
a.abr = this.cu.zk;
|
|
6667
6667
|
a.xx = this.cu.xx;
|
|
6668
|
-
a.
|
|
6669
|
-
a.
|
|
6670
|
-
a.
|
|
6671
|
-
a.
|
|
6672
|
-
a.
|
|
6673
|
-
a.
|
|
6674
|
-
a.
|
|
6675
|
-
a.
|
|
6676
|
-
a.
|
|
6677
|
-
a.
|
|
6678
|
-
a.
|
|
6679
|
-
a.
|
|
6668
|
+
a.yr = this.cu.yd;
|
|
6669
|
+
a.x7 = this.cu.xy;
|
|
6670
|
+
a.adt = this.cu.y6;
|
|
6671
|
+
a.aej = this.cu.zr;
|
|
6672
|
+
a.adi = this.cu.yy;
|
|
6673
|
+
a.ad9 = this.cu.zi;
|
|
6674
|
+
a.ad4 = this.cu.za;
|
|
6675
|
+
a.adf = this.cu.yv;
|
|
6676
|
+
a.adr = this.cu.y2;
|
|
6677
|
+
a.ads = this.cu.y5;
|
|
6678
|
+
a.ady = this.cu.y8;
|
|
6679
|
+
a.adx = this.cu.y7;
|
|
6680
6680
|
}
|
|
6681
6681
|
c3() {
|
|
6682
|
-
this.cu.xn.
|
|
6682
|
+
this.cu.xn.abj = this.cu.zm;
|
|
6683
6683
|
}
|
|
6684
6684
|
c2() {
|
|
6685
|
-
this.cu.xn.
|
|
6685
|
+
this.cu.xn.abr = this.cu.zk;
|
|
6686
6686
|
}
|
|
6687
6687
|
c8() {
|
|
6688
6688
|
this.cu.xn.xx = this.cu.xx;
|
|
6689
6689
|
}
|
|
6690
6690
|
c6() {
|
|
6691
|
-
this.cu.xn.
|
|
6691
|
+
this.cu.xn.yr = this.cu.yd;
|
|
6692
6692
|
}
|
|
6693
6693
|
c7() {
|
|
6694
|
-
this.cu.xn.
|
|
6694
|
+
this.cu.xn.x7 = this.cu.xy;
|
|
6695
6695
|
}
|
|
6696
6696
|
c9() {
|
|
6697
|
-
this.cu.xn.
|
|
6697
|
+
this.cu.xn.aaz = this.cu.xz;
|
|
6698
6698
|
}
|
|
6699
6699
|
db() {
|
|
6700
6700
|
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
@@ -6713,45 +6713,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6713
6713
|
a.yAxis = this.cu.dc.zn;
|
|
6714
6714
|
}
|
|
6715
6715
|
c4() {
|
|
6716
|
-
this.cu.xn.
|
|
6716
|
+
this.cu.xn.y9 = this.cu.yr;
|
|
6717
6717
|
}
|
|
6718
6718
|
c5() {
|
|
6719
|
-
this.cu.xn.
|
|
6719
|
+
this.cu.xn.za = this.cu.ys;
|
|
6720
6720
|
}
|
|
6721
6721
|
dd() {
|
|
6722
|
-
this.cu.xn.
|
|
6722
|
+
this.cu.xn.aej = this.cu.zr;
|
|
6723
6723
|
}
|
|
6724
6724
|
de() {
|
|
6725
|
-
this.cu.xn.
|
|
6726
|
-
this.cu.xn.
|
|
6725
|
+
this.cu.xn.adi = this.cu.yy;
|
|
6726
|
+
this.cu.xn.adt = this.cu.y6;
|
|
6727
6727
|
}
|
|
6728
6728
|
cy() {
|
|
6729
|
-
this.cu.xn.
|
|
6729
|
+
this.cu.xn.ad9 = this.cu.zi;
|
|
6730
6730
|
}
|
|
6731
6731
|
cw() {
|
|
6732
|
-
this.cu.xn.
|
|
6733
|
-
this.cu.xn.
|
|
6734
|
-
this.cu.xn.
|
|
6735
|
-
this.cu.xn.
|
|
6736
|
-
this.cu.xn.
|
|
6732
|
+
this.cu.xn.adf = this.cu.yv;
|
|
6733
|
+
this.cu.xn.adr = this.cu.y2;
|
|
6734
|
+
this.cu.xn.ads = this.cu.y5;
|
|
6735
|
+
this.cu.xn.ady = this.cu.y8;
|
|
6736
|
+
this.cu.xn.adx = this.cu.y7;
|
|
6737
6737
|
}
|
|
6738
6738
|
cv() {
|
|
6739
|
-
this.cu.xn.
|
|
6739
|
+
this.cu.xn.ad4 = this.cu.za;
|
|
6740
6740
|
}
|
|
6741
6741
|
df() {
|
|
6742
|
-
this.cu.xn.
|
|
6742
|
+
this.cu.xn.adt = this.cu.y6;
|
|
6743
6743
|
}
|
|
6744
6744
|
cx() {
|
|
6745
|
-
this.cu.xn.
|
|
6745
|
+
this.cu.xn.adr = this.cu.y2;
|
|
6746
6746
|
}
|
|
6747
6747
|
c1() {
|
|
6748
|
-
this.cu.xn.
|
|
6748
|
+
this.cu.xn.ads = this.cu.y5;
|
|
6749
6749
|
}
|
|
6750
6750
|
c0() {
|
|
6751
|
-
this.cu.xn.
|
|
6751
|
+
this.cu.xn.ady = this.cu.y8;
|
|
6752
6752
|
}
|
|
6753
6753
|
cz() {
|
|
6754
|
-
this.cu.xn.
|
|
6754
|
+
this.cu.xn.adx = this.cu.y7;
|
|
6755
6755
|
}
|
|
6756
6756
|
}
|
|
6757
6757
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -6839,7 +6839,7 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6839
6839
|
this.yz.cz();
|
|
6840
6840
|
break;
|
|
6841
6841
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
6842
|
-
this.xn.
|
|
6842
|
+
this.xn.aaf = this.y4;
|
|
6843
6843
|
this.y1 = this.y4;
|
|
6844
6844
|
if (this.y4) {
|
|
6845
6845
|
let e = this.xn;
|
|
@@ -6851,7 +6851,7 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6851
6851
|
}
|
|
6852
6852
|
break;
|
|
6853
6853
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
6854
|
-
this.xn.
|
|
6854
|
+
this.xn.aae = this.y3;
|
|
6855
6855
|
this.y0 = this.y3;
|
|
6856
6856
|
if (this.y4) {
|
|
6857
6857
|
let g = this.xn;
|
|
@@ -6863,10 +6863,10 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6863
6863
|
}
|
|
6864
6864
|
break;
|
|
6865
6865
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
6866
|
-
this.xn.
|
|
6866
|
+
this.xn.zy = this.yx;
|
|
6867
6867
|
break;
|
|
6868
6868
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
6869
|
-
this.xn.
|
|
6869
|
+
this.xn.aay = this.y9;
|
|
6870
6870
|
break;
|
|
6871
6871
|
}
|
|
6872
6872
|
}
|
|
@@ -7259,29 +7259,29 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7259
7259
|
ci() {
|
|
7260
7260
|
let a = this.cu.xn;
|
|
7261
7261
|
super.ci();
|
|
7262
|
-
a.
|
|
7263
|
-
a.
|
|
7262
|
+
a.abj = this.cu.zb;
|
|
7263
|
+
a.abr = this.cu.y9;
|
|
7264
7264
|
a.xx = this.cu.xx;
|
|
7265
|
-
a.
|
|
7266
|
-
a.
|
|
7265
|
+
a.yr = this.cu.yd;
|
|
7266
|
+
a.x7 = this.cu.xy;
|
|
7267
7267
|
}
|
|
7268
7268
|
cw() {
|
|
7269
|
-
this.cu.xn.
|
|
7269
|
+
this.cu.xn.abj = this.cu.zb;
|
|
7270
7270
|
}
|
|
7271
7271
|
cv() {
|
|
7272
|
-
this.cu.xn.
|
|
7272
|
+
this.cu.xn.abr = this.cu.y9;
|
|
7273
7273
|
}
|
|
7274
7274
|
c2() {
|
|
7275
7275
|
this.cu.xn.xx = this.cu.xx;
|
|
7276
7276
|
}
|
|
7277
7277
|
c0() {
|
|
7278
|
-
this.cu.xn.
|
|
7278
|
+
this.cu.xn.yr = this.cu.yd;
|
|
7279
7279
|
}
|
|
7280
7280
|
c1() {
|
|
7281
|
-
this.cu.xn.
|
|
7281
|
+
this.cu.xn.x7 = this.cu.xy;
|
|
7282
7282
|
}
|
|
7283
7283
|
c3() {
|
|
7284
|
-
this.cu.xn.
|
|
7284
|
+
this.cu.xn.aaz = this.cu.xz;
|
|
7285
7285
|
}
|
|
7286
7286
|
c5() {
|
|
7287
7287
|
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
@@ -7300,13 +7300,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7300
7300
|
a.yAxis = this.cu.dc.zn;
|
|
7301
7301
|
}
|
|
7302
7302
|
cy() {
|
|
7303
|
-
this.cu.xn.
|
|
7303
|
+
this.cu.xn.zj = this.cu.yv;
|
|
7304
7304
|
}
|
|
7305
7305
|
cx() {
|
|
7306
|
-
this.cu.xn.
|
|
7306
|
+
this.cu.xn.y9 = this.cu.yr;
|
|
7307
7307
|
}
|
|
7308
7308
|
cz() {
|
|
7309
|
-
this.cu.xn.
|
|
7309
|
+
this.cu.xn.za = this.cu.ys;
|
|
7310
7310
|
}
|
|
7311
7311
|
}
|
|
7312
7312
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7367,7 +7367,7 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7367
7367
|
this.yy.c6();
|
|
7368
7368
|
break;
|
|
7369
7369
|
case GeographicSymbolSeries.$$p[1]:
|
|
7370
|
-
this.xn.
|
|
7370
|
+
this.xn.aaf = this.y2;
|
|
7371
7371
|
this.y0 = this.y2;
|
|
7372
7372
|
if (this.y2) {
|
|
7373
7373
|
let e = this.xn;
|
|
@@ -7379,7 +7379,7 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7379
7379
|
}
|
|
7380
7380
|
break;
|
|
7381
7381
|
case GeographicSymbolSeries.$$p[0]:
|
|
7382
|
-
this.xn.
|
|
7382
|
+
this.xn.aae = this.y1;
|
|
7383
7383
|
this.yz = this.y1;
|
|
7384
7384
|
if (this.y2) {
|
|
7385
7385
|
let g = this.xn;
|
|
@@ -7391,10 +7391,10 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7391
7391
|
}
|
|
7392
7392
|
break;
|
|
7393
7393
|
case GeographicSymbolSeries.$$p[2]:
|
|
7394
|
-
this.xn.
|
|
7394
|
+
this.xn.zy = this.yw;
|
|
7395
7395
|
break;
|
|
7396
7396
|
case GeographicSymbolSeries.$$p[3]:
|
|
7397
|
-
this.xn.
|
|
7397
|
+
this.xn.aay = this.y4;
|
|
7398
7398
|
break;
|
|
7399
7399
|
}
|
|
7400
7400
|
}
|
|
@@ -7540,23 +7540,23 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7540
7540
|
return;
|
|
7541
7541
|
}
|
|
7542
7542
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7543
|
-
this.yc = c.
|
|
7543
|
+
this.yc = c.yp;
|
|
7544
7544
|
}
|
|
7545
7545
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7546
|
-
this.yq = c.
|
|
7546
|
+
this.yq = c.y8;
|
|
7547
7547
|
}
|
|
7548
7548
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7549
|
-
this.yp = c.
|
|
7549
|
+
this.yp = c.y7;
|
|
7550
7550
|
}
|
|
7551
7551
|
};
|
|
7552
7552
|
GeographicMarkerSeries.prototype.rs = function (a, b, c, d) {
|
|
7553
7553
|
_super.prototype.rs.call(this, a, b, c, d);
|
|
7554
7554
|
switch (b) {
|
|
7555
7555
|
case GeographicMarkerSeries.$$p[3]:
|
|
7556
|
-
this.xn.
|
|
7556
|
+
this.xn.y9 = this.yr;
|
|
7557
7557
|
break;
|
|
7558
7558
|
case GeographicMarkerSeries.$$p[6]:
|
|
7559
|
-
this.xn.
|
|
7559
|
+
this.xn.za = this.ys;
|
|
7560
7560
|
break;
|
|
7561
7561
|
case GeographicMarkerSeries.$$p[5]:
|
|
7562
7562
|
this.xn.xr = this.xw;
|
|
@@ -7568,13 +7568,13 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7568
7568
|
this.xn.xx = this.xx;
|
|
7569
7569
|
break;
|
|
7570
7570
|
case GeographicMarkerSeries.$$p[7]:
|
|
7571
|
-
this.xn.
|
|
7571
|
+
this.xn.yr = this.yd;
|
|
7572
7572
|
break;
|
|
7573
7573
|
case GeographicMarkerSeries.$$p[8]:
|
|
7574
|
-
this.xn.
|
|
7574
|
+
this.xn.x7 = this.xy;
|
|
7575
7575
|
break;
|
|
7576
7576
|
case GeographicMarkerSeries.$$p[10]:
|
|
7577
|
-
this.xn.
|
|
7577
|
+
this.xn.aaz = this.xz;
|
|
7578
7578
|
break;
|
|
7579
7579
|
}
|
|
7580
7580
|
};
|
|
@@ -7608,39 +7608,39 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7608
7608
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7609
7609
|
_super.prototype.ci.call(this);
|
|
7610
7610
|
var a = this.cu.xn;
|
|
7611
|
-
a.
|
|
7612
|
-
a.
|
|
7611
|
+
a.abj = this.cu.zm;
|
|
7612
|
+
a.abr = this.cu.zk;
|
|
7613
7613
|
a.xx = this.cu.xx;
|
|
7614
|
-
a.
|
|
7615
|
-
a.
|
|
7616
|
-
a.
|
|
7617
|
-
a.
|
|
7618
|
-
a.
|
|
7619
|
-
a.
|
|
7620
|
-
a.
|
|
7621
|
-
a.
|
|
7622
|
-
a.
|
|
7623
|
-
a.
|
|
7624
|
-
a.
|
|
7625
|
-
a.
|
|
7614
|
+
a.yr = this.cu.yd;
|
|
7615
|
+
a.x7 = this.cu.xy;
|
|
7616
|
+
a.adt = this.cu.y6;
|
|
7617
|
+
a.aej = this.cu.zr;
|
|
7618
|
+
a.adi = this.cu.yy;
|
|
7619
|
+
a.ad9 = this.cu.zi;
|
|
7620
|
+
a.ad4 = this.cu.za;
|
|
7621
|
+
a.adf = this.cu.yv;
|
|
7622
|
+
a.adr = this.cu.y2;
|
|
7623
|
+
a.ads = this.cu.y5;
|
|
7624
|
+
a.ady = this.cu.y8;
|
|
7625
|
+
a.adx = this.cu.y7;
|
|
7626
7626
|
};
|
|
7627
7627
|
GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
|
|
7628
|
-
this.cu.xn.
|
|
7628
|
+
this.cu.xn.abj = this.cu.zm;
|
|
7629
7629
|
};
|
|
7630
7630
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7631
|
-
this.cu.xn.
|
|
7631
|
+
this.cu.xn.abr = this.cu.zk;
|
|
7632
7632
|
};
|
|
7633
7633
|
GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
|
|
7634
7634
|
this.cu.xn.xx = this.cu.xx;
|
|
7635
7635
|
};
|
|
7636
7636
|
GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
|
|
7637
|
-
this.cu.xn.
|
|
7637
|
+
this.cu.xn.yr = this.cu.yd;
|
|
7638
7638
|
};
|
|
7639
7639
|
GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
|
|
7640
|
-
this.cu.xn.
|
|
7640
|
+
this.cu.xn.x7 = this.cu.xy;
|
|
7641
7641
|
};
|
|
7642
7642
|
GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
|
|
7643
|
-
this.cu.xn.
|
|
7643
|
+
this.cu.xn.aaz = this.cu.xz;
|
|
7644
7644
|
};
|
|
7645
7645
|
GeographicProportionalSymbolSeriesView.prototype.db = function () {
|
|
7646
7646
|
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
@@ -7659,45 +7659,45 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7659
7659
|
a.yAxis = this.cu.dc.zn;
|
|
7660
7660
|
};
|
|
7661
7661
|
GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
|
|
7662
|
-
this.cu.xn.
|
|
7662
|
+
this.cu.xn.y9 = this.cu.yr;
|
|
7663
7663
|
};
|
|
7664
7664
|
GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
|
|
7665
|
-
this.cu.xn.
|
|
7665
|
+
this.cu.xn.za = this.cu.ys;
|
|
7666
7666
|
};
|
|
7667
7667
|
GeographicProportionalSymbolSeriesView.prototype.dd = function () {
|
|
7668
|
-
this.cu.xn.
|
|
7668
|
+
this.cu.xn.aej = this.cu.zr;
|
|
7669
7669
|
};
|
|
7670
7670
|
GeographicProportionalSymbolSeriesView.prototype.de = function () {
|
|
7671
|
-
this.cu.xn.
|
|
7672
|
-
this.cu.xn.
|
|
7671
|
+
this.cu.xn.adi = this.cu.yy;
|
|
7672
|
+
this.cu.xn.adt = this.cu.y6;
|
|
7673
7673
|
};
|
|
7674
7674
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7675
|
-
this.cu.xn.
|
|
7675
|
+
this.cu.xn.ad9 = this.cu.zi;
|
|
7676
7676
|
};
|
|
7677
7677
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7678
|
-
this.cu.xn.
|
|
7679
|
-
this.cu.xn.
|
|
7680
|
-
this.cu.xn.
|
|
7681
|
-
this.cu.xn.
|
|
7682
|
-
this.cu.xn.
|
|
7678
|
+
this.cu.xn.adf = this.cu.yv;
|
|
7679
|
+
this.cu.xn.adr = this.cu.y2;
|
|
7680
|
+
this.cu.xn.ads = this.cu.y5;
|
|
7681
|
+
this.cu.xn.ady = this.cu.y8;
|
|
7682
|
+
this.cu.xn.adx = this.cu.y7;
|
|
7683
7683
|
};
|
|
7684
7684
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7685
|
-
this.cu.xn.
|
|
7685
|
+
this.cu.xn.ad4 = this.cu.za;
|
|
7686
7686
|
};
|
|
7687
7687
|
GeographicProportionalSymbolSeriesView.prototype.df = function () {
|
|
7688
|
-
this.cu.xn.
|
|
7688
|
+
this.cu.xn.adt = this.cu.y6;
|
|
7689
7689
|
};
|
|
7690
7690
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7691
|
-
this.cu.xn.
|
|
7691
|
+
this.cu.xn.adr = this.cu.y2;
|
|
7692
7692
|
};
|
|
7693
7693
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7694
|
-
this.cu.xn.
|
|
7694
|
+
this.cu.xn.ads = this.cu.y5;
|
|
7695
7695
|
};
|
|
7696
7696
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7697
|
-
this.cu.xn.
|
|
7697
|
+
this.cu.xn.ady = this.cu.y8;
|
|
7698
7698
|
};
|
|
7699
7699
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7700
|
-
this.cu.xn.
|
|
7700
|
+
this.cu.xn.adx = this.cu.y7;
|
|
7701
7701
|
};
|
|
7702
7702
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7703
7703
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7788,7 +7788,7 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7788
7788
|
this.yz.cz();
|
|
7789
7789
|
break;
|
|
7790
7790
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7791
|
-
this.xn.
|
|
7791
|
+
this.xn.aaf = this.y4;
|
|
7792
7792
|
this.y1 = this.y4;
|
|
7793
7793
|
if (this.y4) {
|
|
7794
7794
|
var e = this.xn;
|
|
@@ -7800,7 +7800,7 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7800
7800
|
}
|
|
7801
7801
|
break;
|
|
7802
7802
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7803
|
-
this.xn.
|
|
7803
|
+
this.xn.aae = this.y3;
|
|
7804
7804
|
this.y0 = this.y3;
|
|
7805
7805
|
if (this.y4) {
|
|
7806
7806
|
var g = this.xn;
|
|
@@ -7812,10 +7812,10 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7812
7812
|
}
|
|
7813
7813
|
break;
|
|
7814
7814
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7815
|
-
this.xn.
|
|
7815
|
+
this.xn.zy = this.yx;
|
|
7816
7816
|
break;
|
|
7817
7817
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7818
|
-
this.xn.
|
|
7818
|
+
this.xn.aay = this.y9;
|
|
7819
7819
|
break;
|
|
7820
7820
|
}
|
|
7821
7821
|
};
|
|
@@ -8304,29 +8304,29 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8304
8304
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8305
8305
|
var a = this.cu.xn;
|
|
8306
8306
|
_super.prototype.ci.call(this);
|
|
8307
|
-
a.
|
|
8308
|
-
a.
|
|
8307
|
+
a.abj = this.cu.zb;
|
|
8308
|
+
a.abr = this.cu.y9;
|
|
8309
8309
|
a.xx = this.cu.xx;
|
|
8310
|
-
a.
|
|
8311
|
-
a.
|
|
8310
|
+
a.yr = this.cu.yd;
|
|
8311
|
+
a.x7 = this.cu.xy;
|
|
8312
8312
|
};
|
|
8313
8313
|
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
8314
|
-
this.cu.xn.
|
|
8314
|
+
this.cu.xn.abj = this.cu.zb;
|
|
8315
8315
|
};
|
|
8316
8316
|
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
8317
|
-
this.cu.xn.
|
|
8317
|
+
this.cu.xn.abr = this.cu.y9;
|
|
8318
8318
|
};
|
|
8319
8319
|
GeographicSymbolSeriesView.prototype.c2 = function () {
|
|
8320
8320
|
this.cu.xn.xx = this.cu.xx;
|
|
8321
8321
|
};
|
|
8322
8322
|
GeographicSymbolSeriesView.prototype.c0 = function () {
|
|
8323
|
-
this.cu.xn.
|
|
8323
|
+
this.cu.xn.yr = this.cu.yd;
|
|
8324
8324
|
};
|
|
8325
8325
|
GeographicSymbolSeriesView.prototype.c1 = function () {
|
|
8326
|
-
this.cu.xn.
|
|
8326
|
+
this.cu.xn.x7 = this.cu.xy;
|
|
8327
8327
|
};
|
|
8328
8328
|
GeographicSymbolSeriesView.prototype.c3 = function () {
|
|
8329
|
-
this.cu.xn.
|
|
8329
|
+
this.cu.xn.aaz = this.cu.xz;
|
|
8330
8330
|
};
|
|
8331
8331
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
8332
8332
|
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
@@ -8345,13 +8345,13 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8345
8345
|
a.yAxis = this.cu.dc.zn;
|
|
8346
8346
|
};
|
|
8347
8347
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
8348
|
-
this.cu.xn.
|
|
8348
|
+
this.cu.xn.zj = this.cu.yv;
|
|
8349
8349
|
};
|
|
8350
8350
|
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
8351
|
-
this.cu.xn.
|
|
8351
|
+
this.cu.xn.y9 = this.cu.yr;
|
|
8352
8352
|
};
|
|
8353
8353
|
GeographicSymbolSeriesView.prototype.cz = function () {
|
|
8354
|
-
this.cu.xn.
|
|
8354
|
+
this.cu.xn.za = this.cu.ys;
|
|
8355
8355
|
};
|
|
8356
8356
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8357
8357
|
return GeographicSymbolSeriesView;
|
|
@@ -8415,7 +8415,7 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8415
8415
|
this.yy.c6();
|
|
8416
8416
|
break;
|
|
8417
8417
|
case GeographicSymbolSeries.$$p[1]:
|
|
8418
|
-
this.xn.
|
|
8418
|
+
this.xn.aaf = this.y2;
|
|
8419
8419
|
this.y0 = this.y2;
|
|
8420
8420
|
if (this.y2) {
|
|
8421
8421
|
var e = this.xn;
|
|
@@ -8427,7 +8427,7 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8427
8427
|
}
|
|
8428
8428
|
break;
|
|
8429
8429
|
case GeographicSymbolSeries.$$p[0]:
|
|
8430
|
-
this.xn.
|
|
8430
|
+
this.xn.aae = this.y1;
|
|
8431
8431
|
this.yz = this.y1;
|
|
8432
8432
|
if (this.y2) {
|
|
8433
8433
|
var g = this.xn;
|
|
@@ -8439,10 +8439,10 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8439
8439
|
}
|
|
8440
8440
|
break;
|
|
8441
8441
|
case GeographicSymbolSeries.$$p[2]:
|
|
8442
|
-
this.xn.
|
|
8442
|
+
this.xn.zy = this.yw;
|
|
8443
8443
|
break;
|
|
8444
8444
|
case GeographicSymbolSeries.$$p[3]:
|
|
8445
|
-
this.xn.
|
|
8445
|
+
this.xn.aay = this.y4;
|
|
8446
8446
|
break;
|
|
8447
8447
|
}
|
|
8448
8448
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "7.1.0-
|
|
3
|
+
"version": "7.1.0-beta.0",
|
|
4
4
|
"description": "Ignite UI Web Components map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"tslib": "^2.3.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"igniteui-webcomponents-core": "7.1.0-
|
|
20
|
-
"igniteui-webcomponents-charts": "7.1.0-
|
|
19
|
+
"igniteui-webcomponents-core": "7.1.0-beta.0",
|
|
20
|
+
"igniteui-webcomponents-charts": "7.1.0-beta.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|