igniteui-angular-maps 16.1.2-beta.0 → 17.0.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/License +1 -1
- package/bundles/igniteui-angular-maps.umd.js +452 -443
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +1 -1
- package/esm2015/lib/XamGeographicMap_combined.js +387 -387
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-imagery.js +3 -0
- package/esm2015/lib/igx-image-tiles-ready-event-args.js +3 -0
- package/esm2015/lib/igx-images-changed-event-args.js +3 -0
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +1 -1
- package/esm5/lib/XamGeographicMap_combined.js +381 -381
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-imagery.js +3 -0
- package/esm5/lib/igx-image-tiles-ready-event-args.js +3 -0
- package/esm5/lib/igx-images-changed-event-args.js +3 -0
- package/fesm2015/igniteui-angular-maps.js +458 -449
- package/fesm5/igniteui-angular-maps.js +452 -443
- package/lib/XamGeographicMap_combined.d.ts +85 -85
- package/package.json +5 -5
|
@@ -65,14 +65,14 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
65
65
|
a.ql = null;
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
|
-
a.qj = this.ce.ce.
|
|
69
|
-
a.ql = this.ce.ce.
|
|
68
|
+
a.qj = this.ce.ce.t6;
|
|
69
|
+
a.ql = this.ce.ce.t8;
|
|
70
70
|
}
|
|
71
71
|
cq() {
|
|
72
|
-
this.ce.qe.qj = this.ce.ce.
|
|
72
|
+
this.ce.qe.qj = this.ce.ce.t6;
|
|
73
73
|
}
|
|
74
74
|
cr() {
|
|
75
|
-
this.ce.qe.ql = this.ce.ce.
|
|
75
|
+
this.ce.qe.ql = this.ce.ce.t8;
|
|
76
76
|
}
|
|
77
77
|
ch() {
|
|
78
78
|
this.ce.qe.ts = this.ce.rm;
|
|
@@ -172,10 +172,10 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
172
172
|
case "SeriesViewer":
|
|
173
173
|
this.qe.ce = this.ce;
|
|
174
174
|
if (c != null) {
|
|
175
|
-
c.
|
|
175
|
+
c.oz(this.qe);
|
|
176
176
|
}
|
|
177
177
|
if (d != null) {
|
|
178
|
-
this.ce.
|
|
178
|
+
this.ce.lo(this.qe);
|
|
179
179
|
}
|
|
180
180
|
this.qe.mc(this.p7);
|
|
181
181
|
this.qe.index = this.index;
|
|
@@ -274,7 +274,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
274
274
|
return;
|
|
275
275
|
}
|
|
276
276
|
if (!isNaN_(this.qg)) {
|
|
277
|
-
if (this.ce.
|
|
277
|
+
if (this.ce.tj.width > this.qg) {
|
|
278
278
|
let hs_ = this.qe;
|
|
279
279
|
let v_ = 1;
|
|
280
280
|
hs_.visibility = v_;
|
|
@@ -66,10 +66,10 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
66
66
|
this.ce.qe.tb = this.ce.qq;
|
|
67
67
|
}
|
|
68
68
|
cv() {
|
|
69
|
-
this.ce.qe.xAxis = this.ce.ce.
|
|
69
|
+
this.ce.qe.xAxis = this.ce.ce.t6;
|
|
70
70
|
}
|
|
71
71
|
cw() {
|
|
72
|
-
this.ce.qe.yAxis = this.ce.ce.
|
|
72
|
+
this.ce.qe.yAxis = this.ce.ce.t8;
|
|
73
73
|
}
|
|
74
74
|
cu() {
|
|
75
75
|
let a = this.ce.qe;
|
|
@@ -78,8 +78,8 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
78
78
|
a.yAxis = null;
|
|
79
79
|
return;
|
|
80
80
|
}
|
|
81
|
-
a.xAxis = this.ce.ce.
|
|
82
|
-
a.yAxis = this.ce.ce.
|
|
81
|
+
a.xAxis = this.ce.ce.t6;
|
|
82
|
+
a.yAxis = this.ce.ce.t8;
|
|
83
83
|
}
|
|
84
84
|
co() {
|
|
85
85
|
this.ce.qe.rn = this.ce.ri;
|
|
@@ -161,8 +161,8 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
161
161
|
a.qv = null;
|
|
162
162
|
return;
|
|
163
163
|
}
|
|
164
|
-
a.qt = this.ce.ce.
|
|
165
|
-
a.qv = this.ce.ce.
|
|
164
|
+
a.qt = this.ce.ce.t6;
|
|
165
|
+
a.qv = this.ce.ce.t8;
|
|
166
166
|
}
|
|
167
167
|
ch() {
|
|
168
168
|
this.ce.qe.r5 = this.ce.q7;
|
|
@@ -55,10 +55,10 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
55
55
|
this.ce.qe.tb = this.ce.qq;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ce.qe.xAxis = this.ce.ce.
|
|
58
|
+
this.ce.qe.xAxis = this.ce.ce.t6;
|
|
59
59
|
}
|
|
60
60
|
cq() {
|
|
61
|
-
this.ce.qe.yAxis = this.ce.ce.
|
|
61
|
+
this.ce.qe.yAxis = this.ce.ce.t8;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
64
|
let a = this.ce.qe;
|
|
@@ -67,8 +67,8 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.ce.ce.
|
|
71
|
-
a.yAxis = this.ce.ce.
|
|
70
|
+
a.xAxis = this.ce.ce.t6;
|
|
71
|
+
a.yAxis = this.ce.ce.t8;
|
|
72
72
|
}
|
|
73
73
|
ci() {
|
|
74
74
|
this.ce.qe.rx = this.ce.rm;
|