igniteui-webcomponents-maps 7.0.1-beta.0 → 7.0.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 +428 -428
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +3 -3
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +4 -4
- package/esm2015/lib/TileSeries_combined.js +1 -1
- package/esm2015/lib/XamGeographicMap_combined.js +366 -366
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- package/esm5/lib/GeographicMapSeriesHost_combined.js +3 -3
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +4 -4
- package/esm5/lib/TileSeries_combined.js +1 -1
- package/esm5/lib/XamGeographicMap_combined.js +360 -360
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/fesm2015/igniteui-webcomponents-maps.js +434 -434
- package/fesm5/igniteui-webcomponents-maps.js +428 -428
- package/lib/XamGeographicMap_combined.d.ts +78 -78
- package/package.json +3 -3
|
@@ -62,14 +62,14 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
62
62
|
a.xt = null;
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
a.xr = this.cu.dc.
|
|
66
|
-
a.xt = this.cu.dc.
|
|
65
|
+
a.xr = this.cu.dc.zi;
|
|
66
|
+
a.xt = this.cu.dc.zk;
|
|
67
67
|
}
|
|
68
68
|
c6() {
|
|
69
|
-
this.cu.xm.xr = this.cu.dc.
|
|
69
|
+
this.cu.xm.xr = this.cu.dc.zi;
|
|
70
70
|
}
|
|
71
71
|
c7() {
|
|
72
|
-
this.cu.xm.xt = this.cu.dc.
|
|
72
|
+
this.cu.xm.xt = this.cu.dc.zk;
|
|
73
73
|
}
|
|
74
74
|
cx() {
|
|
75
75
|
this.cu.xm.aa1 = this.cu.yu;
|
|
@@ -194,10 +194,10 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
194
194
|
case "SeriesViewer":
|
|
195
195
|
this.xm.dc = this.dc;
|
|
196
196
|
if (c != null) {
|
|
197
|
-
c.
|
|
197
|
+
c.ta(this.xm);
|
|
198
198
|
}
|
|
199
199
|
if (d != null) {
|
|
200
|
-
this.dc.
|
|
200
|
+
this.dc.oo(this.xm);
|
|
201
201
|
}
|
|
202
202
|
this.xm.ru(this.xe);
|
|
203
203
|
this.xm.index = this.index;
|
|
@@ -296,7 +296,7 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
296
296
|
return;
|
|
297
297
|
}
|
|
298
298
|
if (!isNaN_(this.xo)) {
|
|
299
|
-
if (this.dc.
|
|
299
|
+
if (this.dc.ys.width > this.xo) {
|
|
300
300
|
let hs_ = this.xm;
|
|
301
301
|
let v_ = 1;
|
|
302
302
|
hs_.visibility = v_;
|
|
@@ -63,10 +63,10 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
63
63
|
this.cu.xm.aav = this.cu.xy;
|
|
64
64
|
}
|
|
65
65
|
db() {
|
|
66
|
-
this.cu.xm.xAxis = this.cu.dc.
|
|
66
|
+
this.cu.xm.xAxis = this.cu.dc.zi;
|
|
67
67
|
}
|
|
68
68
|
dc() {
|
|
69
|
-
this.cu.xm.yAxis = this.cu.dc.
|
|
69
|
+
this.cu.xm.yAxis = this.cu.dc.zk;
|
|
70
70
|
}
|
|
71
71
|
da() {
|
|
72
72
|
let a = this.cu.xm;
|
|
@@ -75,8 +75,8 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
75
75
|
a.yAxis = null;
|
|
76
76
|
return;
|
|
77
77
|
}
|
|
78
|
-
a.xAxis = this.cu.dc.
|
|
79
|
-
a.yAxis = this.cu.dc.
|
|
78
|
+
a.xAxis = this.cu.dc.zi;
|
|
79
|
+
a.yAxis = this.cu.dc.zk;
|
|
80
80
|
}
|
|
81
81
|
c4() {
|
|
82
82
|
this.cu.xm.y5 = this.cu.yq;
|
|
@@ -52,10 +52,10 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
52
52
|
this.cu.xm.aav = this.cu.xy;
|
|
53
53
|
}
|
|
54
54
|
c5() {
|
|
55
|
-
this.cu.xm.xAxis = this.cu.dc.
|
|
55
|
+
this.cu.xm.xAxis = this.cu.dc.zi;
|
|
56
56
|
}
|
|
57
57
|
c6() {
|
|
58
|
-
this.cu.xm.yAxis = this.cu.dc.
|
|
58
|
+
this.cu.xm.yAxis = this.cu.dc.zk;
|
|
59
59
|
}
|
|
60
60
|
c4() {
|
|
61
61
|
let a = this.cu.xm;
|
|
@@ -64,8 +64,8 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
64
64
|
a.yAxis = null;
|
|
65
65
|
return;
|
|
66
66
|
}
|
|
67
|
-
a.xAxis = this.cu.dc.
|
|
68
|
-
a.yAxis = this.cu.dc.
|
|
67
|
+
a.xAxis = this.cu.dc.zi;
|
|
68
|
+
a.yAxis = this.cu.dc.zk;
|
|
69
69
|
}
|
|
70
70
|
cy() {
|
|
71
71
|
this.cu.xm.zf = this.cu.yu;
|