igniteui-webcomponents-maps 6.3.1-beta.0 → 7.0.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-webcomponents-maps.umd.js +1097 -1097
- package/bundles/igniteui-webcomponents-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/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- 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 +3 -3
|
@@ -65,7 +65,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
65
65
|
})());
|
|
66
66
|
a.dk = true;
|
|
67
67
|
this.zh = a;
|
|
68
|
-
this.zh.
|
|
68
|
+
this.zh.tf = new SphericalMercatorHorizontalScaler();
|
|
69
69
|
let b = ((() => {
|
|
70
70
|
let $ret = new NumericYAxis();
|
|
71
71
|
$ret.b7 = this;
|
|
@@ -73,7 +73,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
73
73
|
})());
|
|
74
74
|
b.dk = true;
|
|
75
75
|
this.zj = b;
|
|
76
|
-
this.zj.
|
|
76
|
+
this.zj.tf = new SphericalMercatorVerticalScaler();
|
|
77
77
|
this.aao();
|
|
78
78
|
this.aav();
|
|
79
79
|
this.po();
|
|
@@ -232,10 +232,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
232
232
|
g.c = this.yv;
|
|
233
233
|
let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
234
234
|
h.c = this.yv;
|
|
235
|
-
let i = this.zh.
|
|
236
|
-
let j = this.zh.
|
|
237
|
-
let k = this.zj.
|
|
238
|
-
let l = this.zj.
|
|
235
|
+
let i = this.zh.f7(d.left, g);
|
|
236
|
+
let j = this.zh.f7(d.right, g);
|
|
237
|
+
let k = this.zj.f7(d.top, h);
|
|
238
|
+
let l = this.zj.f7(d.bottom, h);
|
|
239
239
|
let m = (i - c) / this.y9.width;
|
|
240
240
|
let n = (l - c) / this.y9.height;
|
|
241
241
|
let o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -268,10 +268,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
268
268
|
let e = new ScalerParams(1, a, this.y9, c.dn);
|
|
269
269
|
e.c = this.yv;
|
|
270
270
|
let f = this.yu;
|
|
271
|
-
let g = b.
|
|
272
|
-
let h = c.
|
|
273
|
-
let i = b.
|
|
274
|
-
let j = c.
|
|
271
|
+
let g = b.ga(f.left, d);
|
|
272
|
+
let h = c.ga(f.top, e);
|
|
273
|
+
let i = b.ga(f.right, d);
|
|
274
|
+
let j = c.ga(f.bottom, e);
|
|
275
275
|
let k = i - g;
|
|
276
276
|
let l = h - j;
|
|
277
277
|
let m = new Rect(0, g, j, k, l);
|
|
@@ -284,13 +284,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
284
284
|
return m;
|
|
285
285
|
}
|
|
286
286
|
aba(a) {
|
|
287
|
-
let b = this.zh.
|
|
288
|
-
let c = this.zj.
|
|
287
|
+
let b = this.zh.re(a.x);
|
|
288
|
+
let c = this.zj.re(a.y);
|
|
289
289
|
return { $type: Point_$type, x: b, y: c };
|
|
290
290
|
}
|
|
291
291
|
abb(a) {
|
|
292
|
-
let b = this.zh.
|
|
293
|
-
let c = this.zj.
|
|
292
|
+
let b = this.zh.gv(a.x);
|
|
293
|
+
let c = this.zj.gv(a.y);
|
|
294
294
|
return { $type: Point_$type, x: b, y: c };
|
|
295
295
|
}
|
|
296
296
|
abc(a) {
|
|
@@ -310,21 +310,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
310
310
|
aat() {
|
|
311
311
|
this.zt.eh();
|
|
312
312
|
for (let a of fromEnum(this.b9)) {
|
|
313
|
-
a.
|
|
313
|
+
a.sv();
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
aaw() {
|
|
317
317
|
if (this.zs == 2) {
|
|
318
318
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
319
|
-
let a = this.zh.
|
|
320
|
-
let b = this.zj.
|
|
319
|
+
let a = this.zh.re(this.y9.left + (this.y9.width / 2));
|
|
320
|
+
let b = this.zj.re(this.y9.top + (this.y9.height / 2));
|
|
321
321
|
this.aa9 = { $type: Point_$type, x: a, y: b };
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
else {
|
|
325
325
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
326
|
-
let c = this.zh.
|
|
327
|
-
let d = this.zj.
|
|
326
|
+
let c = this.zh.re(this.y9.left);
|
|
327
|
+
let d = this.zj.re(this.y9.top);
|
|
328
328
|
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
329
329
|
}
|
|
330
330
|
}
|
|
@@ -345,7 +345,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
345
345
|
else {
|
|
346
346
|
let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
347
347
|
g.c = this.yv;
|
|
348
|
-
let h = this.zh.
|
|
348
|
+
let h = this.zh.f7(a, g);
|
|
349
349
|
if (this.zs == 2) {
|
|
350
350
|
let i = h / this.y9.width;
|
|
351
351
|
c = i - (e / 2);
|
|
@@ -365,7 +365,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
365
365
|
else {
|
|
366
366
|
let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
367
367
|
j.c = this.yv;
|
|
368
|
-
let k = this.zj.
|
|
368
|
+
let k = this.zj.f7(b, j);
|
|
369
369
|
if (this.zs == 2) {
|
|
370
370
|
let l = k / this.y9.height;
|
|
371
371
|
d = l - (f / 2);
|
|
@@ -496,13 +496,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
496
496
|
}
|
|
497
497
|
if (c) {
|
|
498
498
|
if (d) {
|
|
499
|
-
let i = this.zg.
|
|
500
|
-
let j = this.zg.
|
|
499
|
+
let i = this.zg.f7(-180, b);
|
|
500
|
+
let j = this.zg.f7(180, b);
|
|
501
501
|
e = j - i;
|
|
502
502
|
}
|
|
503
503
|
else {
|
|
504
|
-
let k = this.zg.
|
|
505
|
-
let l = this.zg.
|
|
504
|
+
let k = this.zg.f7(-180, b);
|
|
505
|
+
let l = this.zg.f7(180, b);
|
|
506
506
|
e = k - l;
|
|
507
507
|
}
|
|
508
508
|
}
|
|
@@ -513,10 +513,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
513
513
|
a.c = this.yv;
|
|
514
514
|
let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
515
515
|
b.c = this.yv;
|
|
516
|
-
let c = this.zh.
|
|
517
|
-
let d = this.zh.
|
|
518
|
-
let e = this.zj.
|
|
519
|
-
let f = this.zj.
|
|
516
|
+
let c = this.zh.f7(XamGeographicMap.abe.left, a);
|
|
517
|
+
let d = this.zh.f7(XamGeographicMap.abe.right, a);
|
|
518
|
+
let e = this.zj.f7(XamGeographicMap.abe.top, b);
|
|
519
|
+
let f = this.zj.f7(XamGeographicMap.abe.bottom, b);
|
|
520
520
|
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
521
521
|
return this.abg;
|
|
522
522
|
}
|
|
@@ -706,7 +706,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
706
706
|
break;
|
|
707
707
|
case "ActualWorldRect":
|
|
708
708
|
for (let g of fromEnum(this.b9)) {
|
|
709
|
-
g.
|
|
709
|
+
g.r9(false);
|
|
710
710
|
}
|
|
711
711
|
break;
|
|
712
712
|
case XamGeographicMap.$$p[5]:
|
|
@@ -737,7 +737,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
737
737
|
break;
|
|
738
738
|
case "MarkerAutomaticBehavior":
|
|
739
739
|
for (let i of fromEnum(this.b9)) {
|
|
740
|
-
i.
|
|
740
|
+
i.qw();
|
|
741
741
|
}
|
|
742
742
|
break;
|
|
743
743
|
}
|
|
@@ -754,15 +754,15 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
754
754
|
}
|
|
755
755
|
aav() {
|
|
756
756
|
if (this.zh != null) {
|
|
757
|
-
this.zh.
|
|
758
|
-
this.zh.
|
|
757
|
+
this.zh.rb = this.abi.left;
|
|
758
|
+
this.zh.ra = this.abi.right;
|
|
759
759
|
}
|
|
760
760
|
if (this.zj != null) {
|
|
761
|
-
this.zj.
|
|
762
|
-
this.zj.
|
|
761
|
+
this.zj.rb = this.abi.top;
|
|
762
|
+
this.zj.ra = this.abi.bottom;
|
|
763
763
|
}
|
|
764
|
-
this.zh.
|
|
765
|
-
this.zj.
|
|
764
|
+
this.zh.ef(true);
|
|
765
|
+
this.zj.ef(true);
|
|
766
766
|
}
|
|
767
767
|
getFontInfo() {
|
|
768
768
|
this.zu = this.zt.fr;
|
|
@@ -779,7 +779,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
779
779
|
let c = b;
|
|
780
780
|
let d = a;
|
|
781
781
|
d.itemsSource = c.triangulationSource.points;
|
|
782
|
-
d.
|
|
782
|
+
d.xv = c.triangulationSource.triangles;
|
|
783
783
|
}
|
|
784
784
|
else {
|
|
785
785
|
super.tk(a, b);
|
|
@@ -807,12 +807,12 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
807
807
|
}
|
|
808
808
|
z7() {
|
|
809
809
|
let a = new ChartVisualData();
|
|
810
|
-
let b = this.zh.
|
|
811
|
-
let c = this.zj.
|
|
810
|
+
let b = this.zh.hu();
|
|
811
|
+
let c = this.zj.hu();
|
|
812
812
|
a.axes.add1(b);
|
|
813
813
|
a.axes.add1(c);
|
|
814
814
|
for (let d = 0; d < this.b9.count; d++) {
|
|
815
|
-
let e = this.b9._inner[d].
|
|
815
|
+
let e = this.b9._inner[d].kw();
|
|
816
816
|
a.series.add1(e);
|
|
817
817
|
}
|
|
818
818
|
a.name = this.name;
|
|
@@ -991,8 +991,8 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
991
991
|
j.c = c;
|
|
992
992
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
993
993
|
k.c = c;
|
|
994
|
-
let l = h.
|
|
995
|
-
let m = i.
|
|
994
|
+
let l = h.f7(d.left, j);
|
|
995
|
+
let m = i.f7(d.bottom, k);
|
|
996
996
|
let n = (-l / b.width) * this.ao.a5;
|
|
997
997
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
998
998
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1082,41 +1082,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
ci() {
|
|
1084
1084
|
super.ci();
|
|
1085
|
-
let a = this.cu.
|
|
1086
|
-
a.
|
|
1087
|
-
a.
|
|
1088
|
-
a.trianglesSource = this.cu.
|
|
1089
|
-
a.
|
|
1090
|
-
a.
|
|
1091
|
-
a.
|
|
1085
|
+
let a = this.cu.xm;
|
|
1086
|
+
a.ym = this.cu.xy;
|
|
1087
|
+
a.yu = this.cu.xw;
|
|
1088
|
+
a.trianglesSource = this.cu.xv;
|
|
1089
|
+
a.ya = this.cu.x1;
|
|
1090
|
+
a.yc = this.cu.x3;
|
|
1091
|
+
a.ye = this.cu.x5;
|
|
1092
1092
|
}
|
|
1093
1093
|
cx() {
|
|
1094
|
-
let a = this.cu.
|
|
1094
|
+
let a = this.cu.xm;
|
|
1095
1095
|
if (this.cu.dc == null) {
|
|
1096
|
-
a.xj = null;
|
|
1097
1096
|
a.xk = null;
|
|
1097
|
+
a.xl = null;
|
|
1098
1098
|
return;
|
|
1099
1099
|
}
|
|
1100
|
-
a.
|
|
1101
|
-
a.
|
|
1100
|
+
a.xk = this.cu.dc.zh;
|
|
1101
|
+
a.xl = this.cu.dc.zj;
|
|
1102
1102
|
}
|
|
1103
1103
|
cw() {
|
|
1104
|
-
this.cu.
|
|
1104
|
+
this.cu.xm.ym = this.cu.xy;
|
|
1105
1105
|
}
|
|
1106
1106
|
cv() {
|
|
1107
|
-
this.cu.
|
|
1107
|
+
this.cu.xm.yu = this.cu.xw;
|
|
1108
1108
|
}
|
|
1109
1109
|
cy() {
|
|
1110
|
-
this.cu.
|
|
1110
|
+
this.cu.xm.trianglesSource = this.cu.xv;
|
|
1111
1111
|
}
|
|
1112
1112
|
cz() {
|
|
1113
|
-
this.cu.
|
|
1113
|
+
this.cu.xm.ya = this.cu.x1;
|
|
1114
1114
|
}
|
|
1115
1115
|
c0() {
|
|
1116
|
-
this.cu.
|
|
1116
|
+
this.cu.xm.yc = this.cu.x3;
|
|
1117
1117
|
}
|
|
1118
1118
|
c1() {
|
|
1119
|
-
this.cu.
|
|
1119
|
+
this.cu.xm.ye = this.cu.x5;
|
|
1120
1120
|
}
|
|
1121
1121
|
}
|
|
1122
1122
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1137,19 +1137,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
ci() {
|
|
1139
1139
|
super.ci();
|
|
1140
|
-
if (this.c2.
|
|
1141
|
-
this.c2.
|
|
1142
|
-
this.c2.
|
|
1140
|
+
if (this.c2.yg != null) {
|
|
1141
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1142
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
c3() {
|
|
1146
|
-
if (this.c2.
|
|
1147
|
-
this.c2.
|
|
1146
|
+
if (this.c2.yg != null) {
|
|
1147
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1148
1148
|
}
|
|
1149
1149
|
}
|
|
1150
1150
|
c4() {
|
|
1151
|
-
if (this.c2.
|
|
1152
|
-
this.c2.
|
|
1151
|
+
if (this.c2.yg != null) {
|
|
1152
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1153
1153
|
}
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
@@ -1341,39 +1341,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
1341
1341
|
ct() {
|
|
1342
1342
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1343
1343
|
}
|
|
1344
|
-
|
|
1345
|
-
super.
|
|
1346
|
-
this.
|
|
1344
|
+
ri(a) {
|
|
1345
|
+
super.ri(a);
|
|
1346
|
+
this.xu = a;
|
|
1347
1347
|
}
|
|
1348
|
-
|
|
1349
|
-
super.
|
|
1348
|
+
rr(a, b, c, d) {
|
|
1349
|
+
super.rr(a, b, c, d);
|
|
1350
1350
|
switch (b) {
|
|
1351
1351
|
case "SeriesViewer":
|
|
1352
|
-
this.
|
|
1352
|
+
this.xu.cx();
|
|
1353
1353
|
break;
|
|
1354
1354
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1355
|
-
this.
|
|
1355
|
+
this.xu.cw();
|
|
1356
1356
|
break;
|
|
1357
1357
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1358
|
-
this.
|
|
1358
|
+
this.xu.cv();
|
|
1359
1359
|
break;
|
|
1360
1360
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1361
|
-
this.
|
|
1361
|
+
this.xu.cy();
|
|
1362
1362
|
break;
|
|
1363
1363
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1364
|
-
this.
|
|
1364
|
+
this.xu.cz();
|
|
1365
1365
|
break;
|
|
1366
1366
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1367
|
-
this.
|
|
1367
|
+
this.xu.c0();
|
|
1368
1368
|
break;
|
|
1369
1369
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1370
|
-
this.
|
|
1370
|
+
this.xu.c1();
|
|
1371
1371
|
break;
|
|
1372
1372
|
}
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1376
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1376
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ 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]]);
|
|
1377
1377
|
return GeographicXYTriangulatingSeries;
|
|
1378
1378
|
})();
|
|
1379
1379
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1387,53 +1387,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1387
1387
|
}
|
|
1388
1388
|
constructor() {
|
|
1389
1389
|
super();
|
|
1390
|
-
this.
|
|
1390
|
+
this.yd = null;
|
|
1391
1391
|
this.triangulationStatusChanged = null;
|
|
1392
1392
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1393
1393
|
}
|
|
1394
|
-
get
|
|
1395
|
-
return this.
|
|
1394
|
+
get yf() {
|
|
1395
|
+
return this.yd;
|
|
1396
1396
|
}
|
|
1397
|
-
set
|
|
1398
|
-
let b = this.
|
|
1397
|
+
set yf(a) {
|
|
1398
|
+
let b = this.yd != a;
|
|
1399
1399
|
if (b) {
|
|
1400
|
-
let c = this.
|
|
1401
|
-
if (this.
|
|
1402
|
-
let d = this.
|
|
1403
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1400
|
+
let c = this.yd;
|
|
1401
|
+
if (this.yd != null) {
|
|
1402
|
+
let d = this.yd;
|
|
1403
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
|
|
1404
1404
|
}
|
|
1405
|
-
this.
|
|
1406
|
-
if (this.
|
|
1407
|
-
let e = this.
|
|
1408
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1405
|
+
this.yd = a;
|
|
1406
|
+
if (this.yd != null) {
|
|
1407
|
+
let e = this.yd;
|
|
1408
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
|
|
1409
1409
|
}
|
|
1410
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1411
|
-
if (this.
|
|
1412
|
-
this.
|
|
1410
|
+
this.raisePropertyChanged("ColorScale", c, this.yd);
|
|
1411
|
+
if (this.yg != null) {
|
|
1412
|
+
this.yg.zh = a;
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
1415
|
}
|
|
1416
|
-
|
|
1417
|
-
this.
|
|
1418
|
-
this.
|
|
1419
|
-
this.
|
|
1416
|
+
yn(a, b) {
|
|
1417
|
+
this.yi.c4();
|
|
1418
|
+
this.yp();
|
|
1419
|
+
this.r9(false);
|
|
1420
1420
|
}
|
|
1421
|
-
|
|
1422
|
-
if (this.
|
|
1423
|
-
this.
|
|
1421
|
+
yp() {
|
|
1422
|
+
if (this.yg != null) {
|
|
1423
|
+
this.ye = this.yg.zg;
|
|
1424
1424
|
}
|
|
1425
1425
|
}
|
|
1426
|
-
|
|
1427
|
-
super.
|
|
1428
|
-
this.
|
|
1426
|
+
s0() {
|
|
1427
|
+
super.s0();
|
|
1428
|
+
this.yp();
|
|
1429
1429
|
}
|
|
1430
|
-
|
|
1431
|
-
this.
|
|
1432
|
-
let a = this.
|
|
1433
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1434
|
-
return this.
|
|
1430
|
+
xl() {
|
|
1431
|
+
this.yg = new ScatterAreaSeries();
|
|
1432
|
+
let a = this.yg;
|
|
1433
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
1434
|
+
return this.yg;
|
|
1435
1435
|
}
|
|
1436
|
-
|
|
1436
|
+
yo(a, b) {
|
|
1437
1437
|
if (this.triangulationStatusChanged != null) {
|
|
1438
1438
|
this.triangulationStatusChanged(this, b);
|
|
1439
1439
|
}
|
|
@@ -1441,31 +1441,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1441
1441
|
ct() {
|
|
1442
1442
|
return new GeographicScatterAreaSeriesView(this);
|
|
1443
1443
|
}
|
|
1444
|
-
|
|
1445
|
-
super.
|
|
1446
|
-
this.
|
|
1444
|
+
ri(a) {
|
|
1445
|
+
super.ri(a);
|
|
1446
|
+
this.yi = a;
|
|
1447
1447
|
}
|
|
1448
|
-
|
|
1449
|
-
super.
|
|
1448
|
+
rr(a, b, c, d) {
|
|
1449
|
+
super.rr(a, b, c, d);
|
|
1450
1450
|
switch (b) {
|
|
1451
1451
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1452
|
-
this.
|
|
1452
|
+
this.yi.c3();
|
|
1453
1453
|
break;
|
|
1454
1454
|
case "ColorScale":
|
|
1455
|
-
this.
|
|
1456
|
-
this.
|
|
1455
|
+
this.yi.c4();
|
|
1456
|
+
this.yp();
|
|
1457
1457
|
break;
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
|
-
|
|
1460
|
+
get_he() {
|
|
1461
1461
|
return true;
|
|
1462
1462
|
}
|
|
1463
|
-
|
|
1464
|
-
super.
|
|
1463
|
+
set_he(a) {
|
|
1464
|
+
super.set_he(a);
|
|
1465
1465
|
}
|
|
1466
1466
|
}
|
|
1467
1467
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1468
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1468
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
|
|
1469
1469
|
return GeographicScatterAreaSeries;
|
|
1470
1470
|
})();
|
|
1471
1471
|
export { GeographicScatterAreaSeries };
|
|
@@ -65,22 +65,22 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets whether the current series shows a line contour shape.
|
|
66
66
|
*/
|
|
67
67
|
get isLineContour() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.fn;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
72
72
|
*/
|
|
73
73
|
get valueMemberPath() {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.yl;
|
|
75
75
|
}
|
|
76
76
|
set valueMemberPath(v) {
|
|
77
|
-
this.i.
|
|
77
|
+
this.i.yl = v;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
81
81
|
*/
|
|
82
82
|
get fillScale() {
|
|
83
|
-
const r = this.i.
|
|
83
|
+
const r = this.i.yh;
|
|
84
84
|
if (r == null) {
|
|
85
85
|
return null;
|
|
86
86
|
}
|
|
@@ -96,13 +96,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
96
96
|
set fillScale(v) {
|
|
97
97
|
if (v != null && this._stylingContainer && v._styling)
|
|
98
98
|
v._styling(this._stylingContainer, this, this);
|
|
99
|
-
v == null ? this.i.
|
|
99
|
+
v == null ? this.i.yh = null : this.i.yh = v.i;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
103
103
|
*/
|
|
104
104
|
get actualFillScale() {
|
|
105
|
-
const r = this.i.
|
|
105
|
+
const r = this.i.yg;
|
|
106
106
|
if (r == null) {
|
|
107
107
|
return null;
|
|
108
108
|
}
|
|
@@ -118,13 +118,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
118
118
|
set actualFillScale(v) {
|
|
119
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
120
120
|
v._styling(this._stylingContainer, this, this);
|
|
121
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
125
125
|
*/
|
|
126
126
|
get valueResolver() {
|
|
127
|
-
const r = this.i.
|
|
127
|
+
const r = this.i.yd;
|
|
128
128
|
if (r == null) {
|
|
129
129
|
return null;
|
|
130
130
|
}
|
|
@@ -140,7 +140,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
140
140
|
set valueResolver(v) {
|
|
141
141
|
if (v != null && this._stylingContainer && v._styling)
|
|
142
142
|
v._styling(this._stylingContainer, this, this);
|
|
143
|
-
v == null ? this.i.
|
|
143
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
144
144
|
}
|
|
145
145
|
findByName(name) {
|
|
146
146
|
var baseResult = super.findByName(name);
|