igniteui-angular-maps 21.0.0 → 21.0.1-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-angular-maps.umd.js +1045 -1045
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1053 -1053
- package/fesm5/igniteui-angular-maps.js +1045 -1045
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +2 -2
|
@@ -68,7 +68,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
68
68
|
})());
|
|
69
69
|
a.dk = true;
|
|
70
70
|
this.zh = a;
|
|
71
|
-
this.zh.
|
|
71
|
+
this.zh.tf = new SphericalMercatorHorizontalScaler();
|
|
72
72
|
let b = ((() => {
|
|
73
73
|
let $ret = new NumericYAxis();
|
|
74
74
|
$ret.b7 = this;
|
|
@@ -76,7 +76,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
76
76
|
})());
|
|
77
77
|
b.dk = true;
|
|
78
78
|
this.zj = b;
|
|
79
|
-
this.zj.
|
|
79
|
+
this.zj.tf = new SphericalMercatorVerticalScaler();
|
|
80
80
|
this.aao();
|
|
81
81
|
this.aav();
|
|
82
82
|
this.po();
|
|
@@ -235,10 +235,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
235
235
|
g.c = this.yv;
|
|
236
236
|
let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
237
237
|
h.c = this.yv;
|
|
238
|
-
let i = this.zh.
|
|
239
|
-
let j = this.zh.
|
|
240
|
-
let k = this.zj.
|
|
241
|
-
let l = this.zj.
|
|
238
|
+
let i = this.zh.f7(d.left, g);
|
|
239
|
+
let j = this.zh.f7(d.right, g);
|
|
240
|
+
let k = this.zj.f7(d.top, h);
|
|
241
|
+
let l = this.zj.f7(d.bottom, h);
|
|
242
242
|
let m = (i - c) / this.y9.width;
|
|
243
243
|
let n = (l - c) / this.y9.height;
|
|
244
244
|
let o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -271,10 +271,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
271
271
|
let e = new ScalerParams(1, a, this.y9, c.dn);
|
|
272
272
|
e.c = this.yv;
|
|
273
273
|
let f = this.yu;
|
|
274
|
-
let g = b.
|
|
275
|
-
let h = c.
|
|
276
|
-
let i = b.
|
|
277
|
-
let j = c.
|
|
274
|
+
let g = b.ga(f.left, d);
|
|
275
|
+
let h = c.ga(f.top, e);
|
|
276
|
+
let i = b.ga(f.right, d);
|
|
277
|
+
let j = c.ga(f.bottom, e);
|
|
278
278
|
let k = i - g;
|
|
279
279
|
let l = h - j;
|
|
280
280
|
let m = new Rect(0, g, j, k, l);
|
|
@@ -287,13 +287,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
287
287
|
return m;
|
|
288
288
|
}
|
|
289
289
|
aba(a) {
|
|
290
|
-
let b = this.zh.
|
|
291
|
-
let c = this.zj.
|
|
290
|
+
let b = this.zh.re(a.x);
|
|
291
|
+
let c = this.zj.re(a.y);
|
|
292
292
|
return { $type: Point_$type, x: b, y: c };
|
|
293
293
|
}
|
|
294
294
|
abb(a) {
|
|
295
|
-
let b = this.zh.
|
|
296
|
-
let c = this.zj.
|
|
295
|
+
let b = this.zh.gv(a.x);
|
|
296
|
+
let c = this.zj.gv(a.y);
|
|
297
297
|
return { $type: Point_$type, x: b, y: c };
|
|
298
298
|
}
|
|
299
299
|
abc(a) {
|
|
@@ -313,21 +313,21 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
313
313
|
aat() {
|
|
314
314
|
this.zt.eh();
|
|
315
315
|
for (let a of fromEnum(this.b9)) {
|
|
316
|
-
a.
|
|
316
|
+
a.sv();
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
aaw() {
|
|
320
320
|
if (this.zs == 2) {
|
|
321
321
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
322
|
-
let a = this.zh.
|
|
323
|
-
let b = this.zj.
|
|
322
|
+
let a = this.zh.re(this.y9.left + (this.y9.width / 2));
|
|
323
|
+
let b = this.zj.re(this.y9.top + (this.y9.height / 2));
|
|
324
324
|
this.aa9 = { $type: Point_$type, x: a, y: b };
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
else {
|
|
328
328
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
329
|
-
let c = this.zh.
|
|
330
|
-
let d = this.zj.
|
|
329
|
+
let c = this.zh.re(this.y9.left);
|
|
330
|
+
let d = this.zj.re(this.y9.top);
|
|
331
331
|
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
332
332
|
}
|
|
333
333
|
}
|
|
@@ -348,7 +348,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
348
348
|
else {
|
|
349
349
|
let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
350
350
|
g.c = this.yv;
|
|
351
|
-
let h = this.zh.
|
|
351
|
+
let h = this.zh.f7(a, g);
|
|
352
352
|
if (this.zs == 2) {
|
|
353
353
|
let i = h / this.y9.width;
|
|
354
354
|
c = i - (e / 2);
|
|
@@ -368,7 +368,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
368
368
|
else {
|
|
369
369
|
let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
370
370
|
j.c = this.yv;
|
|
371
|
-
let k = this.zj.
|
|
371
|
+
let k = this.zj.f7(b, j);
|
|
372
372
|
if (this.zs == 2) {
|
|
373
373
|
let l = k / this.y9.height;
|
|
374
374
|
d = l - (f / 2);
|
|
@@ -499,13 +499,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
499
499
|
}
|
|
500
500
|
if (c) {
|
|
501
501
|
if (d) {
|
|
502
|
-
let i = this.zg.
|
|
503
|
-
let j = this.zg.
|
|
502
|
+
let i = this.zg.f7(-180, b);
|
|
503
|
+
let j = this.zg.f7(180, b);
|
|
504
504
|
e = j - i;
|
|
505
505
|
}
|
|
506
506
|
else {
|
|
507
|
-
let k = this.zg.
|
|
508
|
-
let l = this.zg.
|
|
507
|
+
let k = this.zg.f7(-180, b);
|
|
508
|
+
let l = this.zg.f7(180, b);
|
|
509
509
|
e = k - l;
|
|
510
510
|
}
|
|
511
511
|
}
|
|
@@ -516,10 +516,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
516
516
|
a.c = this.yv;
|
|
517
517
|
let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
518
518
|
b.c = this.yv;
|
|
519
|
-
let c = this.zh.
|
|
520
|
-
let d = this.zh.
|
|
521
|
-
let e = this.zj.
|
|
522
|
-
let f = this.zj.
|
|
519
|
+
let c = this.zh.f7(XamGeographicMap.abe.left, a);
|
|
520
|
+
let d = this.zh.f7(XamGeographicMap.abe.right, a);
|
|
521
|
+
let e = this.zj.f7(XamGeographicMap.abe.top, b);
|
|
522
|
+
let f = this.zj.f7(XamGeographicMap.abe.bottom, b);
|
|
523
523
|
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
524
524
|
return this.abg;
|
|
525
525
|
}
|
|
@@ -709,7 +709,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
709
709
|
break;
|
|
710
710
|
case "ActualWorldRect":
|
|
711
711
|
for (let g of fromEnum(this.b9)) {
|
|
712
|
-
g.
|
|
712
|
+
g.r9(false);
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case XamGeographicMap.$$p[5]:
|
|
@@ -740,7 +740,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
740
740
|
break;
|
|
741
741
|
case "MarkerAutomaticBehavior":
|
|
742
742
|
for (let i of fromEnum(this.b9)) {
|
|
743
|
-
i.
|
|
743
|
+
i.qw();
|
|
744
744
|
}
|
|
745
745
|
break;
|
|
746
746
|
}
|
|
@@ -757,15 +757,15 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
757
757
|
}
|
|
758
758
|
aav() {
|
|
759
759
|
if (this.zh != null) {
|
|
760
|
-
this.zh.
|
|
761
|
-
this.zh.
|
|
760
|
+
this.zh.rb = this.abi.left;
|
|
761
|
+
this.zh.ra = this.abi.right;
|
|
762
762
|
}
|
|
763
763
|
if (this.zj != null) {
|
|
764
|
-
this.zj.
|
|
765
|
-
this.zj.
|
|
764
|
+
this.zj.rb = this.abi.top;
|
|
765
|
+
this.zj.ra = this.abi.bottom;
|
|
766
766
|
}
|
|
767
|
-
this.zh.
|
|
768
|
-
this.zj.
|
|
767
|
+
this.zh.ef(true);
|
|
768
|
+
this.zj.ef(true);
|
|
769
769
|
}
|
|
770
770
|
getFontInfo() {
|
|
771
771
|
this.zu = this.zt.fr;
|
|
@@ -782,7 +782,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
782
782
|
let c = b;
|
|
783
783
|
let d = a;
|
|
784
784
|
d.itemsSource = c.triangulationSource.points;
|
|
785
|
-
d.
|
|
785
|
+
d.xv = c.triangulationSource.triangles;
|
|
786
786
|
}
|
|
787
787
|
else {
|
|
788
788
|
super.tk(a, b);
|
|
@@ -810,12 +810,12 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
810
810
|
}
|
|
811
811
|
z7() {
|
|
812
812
|
let a = new ChartVisualData();
|
|
813
|
-
let b = this.zh.
|
|
814
|
-
let c = this.zj.
|
|
813
|
+
let b = this.zh.hu();
|
|
814
|
+
let c = this.zj.hu();
|
|
815
815
|
a.axes.add1(b);
|
|
816
816
|
a.axes.add1(c);
|
|
817
817
|
for (let d = 0; d < this.b9.count; d++) {
|
|
818
|
-
let e = this.b9._inner[d].
|
|
818
|
+
let e = this.b9._inner[d].kw();
|
|
819
819
|
a.series.add1(e);
|
|
820
820
|
}
|
|
821
821
|
a.name = this.name;
|
|
@@ -996,8 +996,8 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
996
996
|
j.c = c;
|
|
997
997
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
998
998
|
k.c = c;
|
|
999
|
-
let l = h.
|
|
1000
|
-
let m = i.
|
|
999
|
+
let l = h.f7(d.left, j);
|
|
1000
|
+
let m = i.f7(d.bottom, k);
|
|
1001
1001
|
let n = (-l / b.width) * this.ao.a5;
|
|
1002
1002
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1003
1003
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
ci() {
|
|
1093
1093
|
super.ci();
|
|
1094
|
-
let a = this.cu.
|
|
1095
|
-
a.
|
|
1096
|
-
a.
|
|
1097
|
-
a.trianglesSource = this.cu.
|
|
1098
|
-
a.
|
|
1099
|
-
a.
|
|
1100
|
-
a.
|
|
1094
|
+
let a = this.cu.xm;
|
|
1095
|
+
a.ym = this.cu.xy;
|
|
1096
|
+
a.yu = this.cu.xw;
|
|
1097
|
+
a.trianglesSource = this.cu.xv;
|
|
1098
|
+
a.ya = this.cu.x1;
|
|
1099
|
+
a.yc = this.cu.x3;
|
|
1100
|
+
a.ye = this.cu.x5;
|
|
1101
1101
|
}
|
|
1102
1102
|
cx() {
|
|
1103
|
-
let a = this.cu.
|
|
1103
|
+
let a = this.cu.xm;
|
|
1104
1104
|
if (this.cu.dc == null) {
|
|
1105
|
-
a.xj = null;
|
|
1106
1105
|
a.xk = null;
|
|
1106
|
+
a.xl = null;
|
|
1107
1107
|
return;
|
|
1108
1108
|
}
|
|
1109
|
-
a.
|
|
1110
|
-
a.
|
|
1109
|
+
a.xk = this.cu.dc.zh;
|
|
1110
|
+
a.xl = this.cu.dc.zj;
|
|
1111
1111
|
}
|
|
1112
1112
|
cw() {
|
|
1113
|
-
this.cu.
|
|
1113
|
+
this.cu.xm.ym = this.cu.xy;
|
|
1114
1114
|
}
|
|
1115
1115
|
cv() {
|
|
1116
|
-
this.cu.
|
|
1116
|
+
this.cu.xm.yu = this.cu.xw;
|
|
1117
1117
|
}
|
|
1118
1118
|
cy() {
|
|
1119
|
-
this.cu.
|
|
1119
|
+
this.cu.xm.trianglesSource = this.cu.xv;
|
|
1120
1120
|
}
|
|
1121
1121
|
cz() {
|
|
1122
|
-
this.cu.
|
|
1122
|
+
this.cu.xm.ya = this.cu.x1;
|
|
1123
1123
|
}
|
|
1124
1124
|
c0() {
|
|
1125
|
-
this.cu.
|
|
1125
|
+
this.cu.xm.yc = this.cu.x3;
|
|
1126
1126
|
}
|
|
1127
1127
|
c1() {
|
|
1128
|
-
this.cu.
|
|
1128
|
+
this.cu.xm.ye = this.cu.x5;
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
ci() {
|
|
1150
1150
|
super.ci();
|
|
1151
|
-
if (this.c2.
|
|
1152
|
-
this.c2.
|
|
1153
|
-
this.c2.
|
|
1151
|
+
if (this.c2.yg != null) {
|
|
1152
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1153
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
c3() {
|
|
1157
|
-
if (this.c2.
|
|
1158
|
-
this.c2.
|
|
1157
|
+
if (this.c2.yg != null) {
|
|
1158
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1159
1159
|
}
|
|
1160
1160
|
}
|
|
1161
1161
|
c4() {
|
|
1162
|
-
if (this.c2.
|
|
1163
|
-
this.c2.
|
|
1162
|
+
if (this.c2.yg != null) {
|
|
1163
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
1358
1358
|
ct() {
|
|
1359
1359
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1360
1360
|
}
|
|
1361
|
-
|
|
1362
|
-
super.
|
|
1363
|
-
this.
|
|
1361
|
+
ri(a) {
|
|
1362
|
+
super.ri(a);
|
|
1363
|
+
this.xu = a;
|
|
1364
1364
|
}
|
|
1365
|
-
|
|
1366
|
-
super.
|
|
1365
|
+
rr(a, b, c, d) {
|
|
1366
|
+
super.rr(a, b, c, d);
|
|
1367
1367
|
switch (b) {
|
|
1368
1368
|
case "SeriesViewer":
|
|
1369
|
-
this.
|
|
1369
|
+
this.xu.cx();
|
|
1370
1370
|
break;
|
|
1371
1371
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1372
|
-
this.
|
|
1372
|
+
this.xu.cw();
|
|
1373
1373
|
break;
|
|
1374
1374
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1375
|
-
this.
|
|
1375
|
+
this.xu.cv();
|
|
1376
1376
|
break;
|
|
1377
1377
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1378
|
-
this.
|
|
1378
|
+
this.xu.cy();
|
|
1379
1379
|
break;
|
|
1380
1380
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1381
|
-
this.
|
|
1381
|
+
this.xu.cz();
|
|
1382
1382
|
break;
|
|
1383
1383
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1384
|
-
this.
|
|
1384
|
+
this.xu.c0();
|
|
1385
1385
|
break;
|
|
1386
1386
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1387
|
-
this.
|
|
1387
|
+
this.xu.c1();
|
|
1388
1388
|
break;
|
|
1389
1389
|
}
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
1392
1392
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1393
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1393
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
|
|
1394
1394
|
return GeographicXYTriangulatingSeries;
|
|
1395
1395
|
})();
|
|
1396
1396
|
/**
|
|
@@ -1400,7 +1400,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1400
1400
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
1401
1401
|
constructor() {
|
|
1402
1402
|
super();
|
|
1403
|
-
this.
|
|
1403
|
+
this.yd = null;
|
|
1404
1404
|
this.triangulationStatusChanged = null;
|
|
1405
1405
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1406
1406
|
}
|
|
@@ -1410,49 +1410,49 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1410
1410
|
get_ex() {
|
|
1411
1411
|
return true;
|
|
1412
1412
|
}
|
|
1413
|
-
get
|
|
1414
|
-
return this.
|
|
1413
|
+
get yf() {
|
|
1414
|
+
return this.yd;
|
|
1415
1415
|
}
|
|
1416
|
-
set
|
|
1417
|
-
let b = this.
|
|
1416
|
+
set yf(a) {
|
|
1417
|
+
let b = this.yd != a;
|
|
1418
1418
|
if (b) {
|
|
1419
|
-
let c = this.
|
|
1420
|
-
if (this.
|
|
1421
|
-
let d = this.
|
|
1422
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1419
|
+
let c = this.yd;
|
|
1420
|
+
if (this.yd != null) {
|
|
1421
|
+
let d = this.yd;
|
|
1422
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
|
|
1423
1423
|
}
|
|
1424
|
-
this.
|
|
1425
|
-
if (this.
|
|
1426
|
-
let e = this.
|
|
1427
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1424
|
+
this.yd = a;
|
|
1425
|
+
if (this.yd != null) {
|
|
1426
|
+
let e = this.yd;
|
|
1427
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
|
|
1428
1428
|
}
|
|
1429
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1430
|
-
if (this.
|
|
1431
|
-
this.
|
|
1429
|
+
this.raisePropertyChanged("ColorScale", c, this.yd);
|
|
1430
|
+
if (this.yg != null) {
|
|
1431
|
+
this.yg.zh = a;
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
|
|
1436
|
-
this.
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1435
|
+
yn(a, b) {
|
|
1436
|
+
this.yi.c4();
|
|
1437
|
+
this.yp();
|
|
1438
|
+
this.r9(false);
|
|
1439
1439
|
}
|
|
1440
|
-
|
|
1441
|
-
if (this.
|
|
1442
|
-
this.
|
|
1440
|
+
yp() {
|
|
1441
|
+
if (this.yg != null) {
|
|
1442
|
+
this.ye = this.yg.zg;
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1446
|
-
super.
|
|
1447
|
-
this.
|
|
1445
|
+
s0() {
|
|
1446
|
+
super.s0();
|
|
1447
|
+
this.yp();
|
|
1448
1448
|
}
|
|
1449
|
-
|
|
1450
|
-
this.
|
|
1451
|
-
let a = this.
|
|
1452
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1453
|
-
return this.
|
|
1449
|
+
xl() {
|
|
1450
|
+
this.yg = new ScatterAreaSeries();
|
|
1451
|
+
let a = this.yg;
|
|
1452
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
1453
|
+
return this.yg;
|
|
1454
1454
|
}
|
|
1455
|
-
|
|
1455
|
+
yo(a, b) {
|
|
1456
1456
|
if (this.triangulationStatusChanged != null) {
|
|
1457
1457
|
this.triangulationStatusChanged(this, b);
|
|
1458
1458
|
}
|
|
@@ -1460,30 +1460,30 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1460
1460
|
ct() {
|
|
1461
1461
|
return new GeographicScatterAreaSeriesView(this);
|
|
1462
1462
|
}
|
|
1463
|
-
|
|
1464
|
-
super.
|
|
1465
|
-
this.
|
|
1463
|
+
ri(a) {
|
|
1464
|
+
super.ri(a);
|
|
1465
|
+
this.yi = a;
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1468
|
-
super.
|
|
1467
|
+
rr(a, b, c, d) {
|
|
1468
|
+
super.rr(a, b, c, d);
|
|
1469
1469
|
switch (b) {
|
|
1470
1470
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1471
|
-
this.
|
|
1471
|
+
this.yi.c3();
|
|
1472
1472
|
break;
|
|
1473
1473
|
case "ColorScale":
|
|
1474
|
-
this.
|
|
1475
|
-
this.
|
|
1474
|
+
this.yi.c4();
|
|
1475
|
+
this.yp();
|
|
1476
1476
|
break;
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1479
|
+
get_he() {
|
|
1480
1480
|
return true;
|
|
1481
1481
|
}
|
|
1482
|
-
|
|
1483
|
-
super.
|
|
1482
|
+
set_he(a) {
|
|
1483
|
+
super.set_he(a);
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1487
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1487
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
|
|
1488
1488
|
return GeographicScatterAreaSeries;
|
|
1489
1489
|
})();
|
|
@@ -30,22 +30,22 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
30
30
|
* Gets whether the current series shows a line contour shape.
|
|
31
31
|
*/
|
|
32
32
|
get isLineContour() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.fn;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
37
37
|
*/
|
|
38
38
|
get valueMemberPath() {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.yl;
|
|
40
40
|
}
|
|
41
41
|
set valueMemberPath(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.yl = v;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
46
46
|
*/
|
|
47
47
|
get fillScale() {
|
|
48
|
-
const r = this.i.
|
|
48
|
+
const r = this.i.yh;
|
|
49
49
|
if (r == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
@@ -61,13 +61,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
set fillScale(v) {
|
|
62
62
|
if (v != null && this._stylingContainer && v._styling)
|
|
63
63
|
v._styling(this._stylingContainer, this, this);
|
|
64
|
-
v == null ? this.i.
|
|
64
|
+
v == null ? this.i.yh = null : this.i.yh = v.i;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
68
68
|
*/
|
|
69
69
|
get actualFillScale() {
|
|
70
|
-
const r = this.i.
|
|
70
|
+
const r = this.i.yg;
|
|
71
71
|
if (r == null) {
|
|
72
72
|
return null;
|
|
73
73
|
}
|
|
@@ -83,13 +83,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
83
83
|
set actualFillScale(v) {
|
|
84
84
|
if (v != null && this._stylingContainer && v._styling)
|
|
85
85
|
v._styling(this._stylingContainer, this, this);
|
|
86
|
-
v == null ? this.i.
|
|
86
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
90
90
|
*/
|
|
91
91
|
get valueResolver() {
|
|
92
|
-
const r = this.i.
|
|
92
|
+
const r = this.i.yd;
|
|
93
93
|
if (r == null) {
|
|
94
94
|
return null;
|
|
95
95
|
}
|
|
@@ -105,7 +105,7 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
105
105
|
set valueResolver(v) {
|
|
106
106
|
if (v != null && this._stylingContainer && v._styling)
|
|
107
107
|
v._styling(this._stylingContainer, this, this);
|
|
108
|
-
v == null ? this.i.
|
|
108
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
109
109
|
}
|
|
110
110
|
findByName(name) {
|
|
111
111
|
var baseResult = super.findByName(name);
|