igniteui-angular-maps 18.2.0-beta.0 → 18.2.0-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-angular-maps.umd.js +343 -343
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- 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/XamGeographicMap_combined.js +297 -297
- package/esm2015/lib/igx-geographic-map-component.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- 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/XamGeographicMap_combined.js +292 -292
- package/esm5/lib/igx-geographic-map-component.js +37 -37
- package/fesm2015/igniteui-angular-maps.js +348 -348
- package/fesm5/igniteui-angular-maps.js +343 -343
- package/lib/XamGeographicMap_combined.d.ts +61 -61
- package/package.json +2 -2
|
@@ -65,14 +65,14 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
65
65
|
a.w5 = null;
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
|
-
a.w3 = this.ch.db.
|
|
69
|
-
a.w5 = this.ch.db.
|
|
68
|
+
a.w3 = this.ch.db.ws;
|
|
69
|
+
a.w5 = this.ch.db.wu;
|
|
70
70
|
}
|
|
71
71
|
ct() {
|
|
72
|
-
this.ch.wy.w3 = this.ch.db.
|
|
72
|
+
this.ch.wy.w3 = this.ch.db.ws;
|
|
73
73
|
}
|
|
74
74
|
cu() {
|
|
75
|
-
this.ch.wy.w5 = this.ch.db.
|
|
75
|
+
this.ch.wy.w5 = this.ch.db.wu;
|
|
76
76
|
}
|
|
77
77
|
ck() {
|
|
78
78
|
this.ch.wy.aad = this.ch.x6;
|
|
@@ -66,10 +66,10 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
66
66
|
this.ch.wy.z7 = this.ch.xa;
|
|
67
67
|
}
|
|
68
68
|
cy() {
|
|
69
|
-
this.ch.wy.xAxis = this.ch.db.
|
|
69
|
+
this.ch.wy.xAxis = this.ch.db.ws;
|
|
70
70
|
}
|
|
71
71
|
cz() {
|
|
72
|
-
this.ch.wy.yAxis = this.ch.db.
|
|
72
|
+
this.ch.wy.yAxis = this.ch.db.wu;
|
|
73
73
|
}
|
|
74
74
|
cx() {
|
|
75
75
|
let a = this.ch.wy;
|
|
@@ -78,8 +78,8 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
78
78
|
a.yAxis = null;
|
|
79
79
|
return;
|
|
80
80
|
}
|
|
81
|
-
a.xAxis = this.ch.db.
|
|
82
|
-
a.yAxis = this.ch.db.
|
|
81
|
+
a.xAxis = this.ch.db.ws;
|
|
82
|
+
a.yAxis = this.ch.db.wu;
|
|
83
83
|
}
|
|
84
84
|
cr() {
|
|
85
85
|
this.ch.wy.yh = this.ch.x2;
|
|
@@ -171,8 +171,8 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
171
171
|
a.xe = null;
|
|
172
172
|
return;
|
|
173
173
|
}
|
|
174
|
-
a.xc = this.ch.db.
|
|
175
|
-
a.xe = this.ch.db.
|
|
174
|
+
a.xc = this.ch.db.ws;
|
|
175
|
+
a.xe = this.ch.db.wu;
|
|
176
176
|
}
|
|
177
177
|
ck() {
|
|
178
178
|
this.ch.wy.y5 = this.ch.xx;
|
|
@@ -55,10 +55,10 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
55
55
|
this.ch.wy.z7 = this.ch.xa;
|
|
56
56
|
}
|
|
57
57
|
cs() {
|
|
58
|
-
this.ch.wy.xAxis = this.ch.db.
|
|
58
|
+
this.ch.wy.xAxis = this.ch.db.ws;
|
|
59
59
|
}
|
|
60
60
|
ct() {
|
|
61
|
-
this.ch.wy.yAxis = this.ch.db.
|
|
61
|
+
this.ch.wy.yAxis = this.ch.db.wu;
|
|
62
62
|
}
|
|
63
63
|
cr() {
|
|
64
64
|
let a = this.ch.wy;
|
|
@@ -67,8 +67,8 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.ch.db.
|
|
71
|
-
a.yAxis = this.ch.db.
|
|
70
|
+
a.xAxis = this.ch.db.ws;
|
|
71
|
+
a.yAxis = this.ch.db.wu;
|
|
72
72
|
}
|
|
73
73
|
cl() {
|
|
74
74
|
this.ch.wy.yr = this.ch.x6;
|