igniteui-angular-maps 20.0.0 → 20.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-angular-maps.umd.js +428 -428
- package/bundles/igniteui-angular-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 +376 -376
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- 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 +370 -370
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/fesm2015/igniteui-angular-maps.js +434 -434
- package/fesm5/igniteui-angular-maps.js +428 -428
- package/lib/XamGeographicMap_combined.d.ts +88 -88
- package/package.json +11 -4
|
@@ -65,14 +65,14 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
65
65
|
a.xc = null;
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
|
-
a.xa = this.cu.dc.
|
|
69
|
-
a.xc = this.cu.dc.
|
|
68
|
+
a.xa = this.cu.dc.xj;
|
|
69
|
+
a.xc = this.cu.dc.xl;
|
|
70
70
|
}
|
|
71
71
|
c6() {
|
|
72
|
-
this.cu.w5.xa = this.cu.dc.
|
|
72
|
+
this.cu.w5.xa = this.cu.dc.xj;
|
|
73
73
|
}
|
|
74
74
|
c7() {
|
|
75
|
-
this.cu.w5.xc = this.cu.dc.
|
|
75
|
+
this.cu.w5.xc = this.cu.dc.xl;
|
|
76
76
|
}
|
|
77
77
|
cx() {
|
|
78
78
|
this.cu.w5.aak = this.cu.yd;
|
|
@@ -197,10 +197,10 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
197
197
|
case "SeriesViewer":
|
|
198
198
|
this.w5.dc = this.dc;
|
|
199
199
|
if (c != null) {
|
|
200
|
-
c.
|
|
200
|
+
c.rn(this.w5);
|
|
201
201
|
}
|
|
202
202
|
if (d != null) {
|
|
203
|
-
this.dc.
|
|
203
|
+
this.dc.nq(this.w5);
|
|
204
204
|
}
|
|
205
205
|
this.w5.rf(this.wx);
|
|
206
206
|
this.w5.index = this.index;
|
|
@@ -299,7 +299,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
299
299
|
return;
|
|
300
300
|
}
|
|
301
301
|
if (!isNaN_(this.w7)) {
|
|
302
|
-
if (this.dc.
|
|
302
|
+
if (this.dc.wt.width > this.w7) {
|
|
303
303
|
let hs_ = this.w5;
|
|
304
304
|
let v_ = 1;
|
|
305
305
|
hs_.visibility = v_;
|
|
@@ -66,10 +66,10 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
66
66
|
this.cu.w5.aae = this.cu.xh;
|
|
67
67
|
}
|
|
68
68
|
db() {
|
|
69
|
-
this.cu.w5.xAxis = this.cu.dc.
|
|
69
|
+
this.cu.w5.xAxis = this.cu.dc.xj;
|
|
70
70
|
}
|
|
71
71
|
dc() {
|
|
72
|
-
this.cu.w5.yAxis = this.cu.dc.
|
|
72
|
+
this.cu.w5.yAxis = this.cu.dc.xl;
|
|
73
73
|
}
|
|
74
74
|
da() {
|
|
75
75
|
let a = this.cu.w5;
|
|
@@ -78,8 +78,8 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
78
78
|
a.yAxis = null;
|
|
79
79
|
return;
|
|
80
80
|
}
|
|
81
|
-
a.xAxis = this.cu.dc.
|
|
82
|
-
a.yAxis = this.cu.dc.
|
|
81
|
+
a.xAxis = this.cu.dc.xj;
|
|
82
|
+
a.yAxis = this.cu.dc.xl;
|
|
83
83
|
}
|
|
84
84
|
c4() {
|
|
85
85
|
this.cu.w5.yo = this.cu.x9;
|
|
@@ -171,8 +171,8 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
171
171
|
a.xl = null;
|
|
172
172
|
return;
|
|
173
173
|
}
|
|
174
|
-
a.xj = this.cu.dc.
|
|
175
|
-
a.xl = this.cu.dc.
|
|
174
|
+
a.xj = this.cu.dc.xj;
|
|
175
|
+
a.xl = this.cu.dc.xl;
|
|
176
176
|
}
|
|
177
177
|
cx() {
|
|
178
178
|
this.cu.w5.zc = this.cu.x4;
|
|
@@ -55,10 +55,10 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
55
55
|
this.cu.w5.aae = this.cu.xh;
|
|
56
56
|
}
|
|
57
57
|
c5() {
|
|
58
|
-
this.cu.w5.xAxis = this.cu.dc.
|
|
58
|
+
this.cu.w5.xAxis = this.cu.dc.xj;
|
|
59
59
|
}
|
|
60
60
|
c6() {
|
|
61
|
-
this.cu.w5.yAxis = this.cu.dc.
|
|
61
|
+
this.cu.w5.yAxis = this.cu.dc.xl;
|
|
62
62
|
}
|
|
63
63
|
c4() {
|
|
64
64
|
let a = this.cu.w5;
|
|
@@ -67,8 +67,8 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.cu.dc.
|
|
71
|
-
a.yAxis = this.cu.dc.
|
|
70
|
+
a.xAxis = this.cu.dc.xj;
|
|
71
|
+
a.yAxis = this.cu.dc.xl;
|
|
72
72
|
}
|
|
73
73
|
cy() {
|
|
74
74
|
this.cu.w5.yy = this.cu.yd;
|