igniteui-webcomponents-maps 5.2.0-beta.0 → 5.2.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-webcomponents-maps.umd.js +1060 -1060
- 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 +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +86 -86
- 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 +23 -23
- 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 +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +85 -85
- 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 +23 -23
- 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 +1069 -1069
- package/fesm5/igniteui-webcomponents-maps.js +1060 -1060
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- 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 +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- 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
|
@@ -313,7 +313,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
313
313
|
x4() {
|
|
314
314
|
this.w4.ee();
|
|
315
315
|
for (let a of fromEnum(this.series)) {
|
|
316
|
-
a.
|
|
316
|
+
a.sb();
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
x7() {
|
|
@@ -709,7 +709,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
709
709
|
break;
|
|
710
710
|
case "ActualWorldRect":
|
|
711
711
|
for (let g of fromEnum(this.series)) {
|
|
712
|
-
g.
|
|
712
|
+
g.rq(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.series)) {
|
|
743
|
-
i.
|
|
743
|
+
i.qf();
|
|
744
744
|
}
|
|
745
745
|
break;
|
|
746
746
|
}
|
|
@@ -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.w8 = c.triangulationSource.triangles;
|
|
786
786
|
}
|
|
787
787
|
else {
|
|
788
788
|
super.rd(a, b);
|
|
@@ -815,7 +815,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
815
815
|
a.axes.add1(b);
|
|
816
816
|
a.axes.add1(c);
|
|
817
817
|
for (let d = 0; d < this.series.count; d++) {
|
|
818
|
-
let e = this.series._inner[d].
|
|
818
|
+
let e = this.series._inner[d].kl();
|
|
819
819
|
a.series.add1(e);
|
|
820
820
|
}
|
|
821
821
|
a.name = this.name;
|
|
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
b5() {
|
|
1093
1093
|
super.b5();
|
|
1094
|
-
let a = this.ch.
|
|
1095
|
-
a.
|
|
1096
|
-
a.
|
|
1097
|
-
a.trianglesSource = this.ch.
|
|
1098
|
-
a.
|
|
1099
|
-
a.
|
|
1100
|
-
a.
|
|
1094
|
+
let a = this.ch.wz;
|
|
1095
|
+
a.xz = this.ch.xb;
|
|
1096
|
+
a.x7 = this.ch.w9;
|
|
1097
|
+
a.trianglesSource = this.ch.w8;
|
|
1098
|
+
a.xn = this.ch.xe;
|
|
1099
|
+
a.xp = this.ch.xg;
|
|
1100
|
+
a.xr = this.ch.xi;
|
|
1101
1101
|
}
|
|
1102
1102
|
ck() {
|
|
1103
|
-
let a = this.ch.
|
|
1103
|
+
let a = this.ch.wz;
|
|
1104
1104
|
if (this.ch.db == null) {
|
|
1105
|
+
a.wx = null;
|
|
1105
1106
|
a.wy = null;
|
|
1106
|
-
a.wz = null;
|
|
1107
1107
|
return;
|
|
1108
1108
|
}
|
|
1109
|
-
a.
|
|
1110
|
-
a.
|
|
1109
|
+
a.wx = this.ch.db.ws;
|
|
1110
|
+
a.wy = this.ch.db.wu;
|
|
1111
1111
|
}
|
|
1112
1112
|
cj() {
|
|
1113
|
-
this.ch.
|
|
1113
|
+
this.ch.wz.xz = this.ch.xb;
|
|
1114
1114
|
}
|
|
1115
1115
|
ci() {
|
|
1116
|
-
this.ch.
|
|
1116
|
+
this.ch.wz.x7 = this.ch.w9;
|
|
1117
1117
|
}
|
|
1118
1118
|
cl() {
|
|
1119
|
-
this.ch.
|
|
1119
|
+
this.ch.wz.trianglesSource = this.ch.w8;
|
|
1120
1120
|
}
|
|
1121
1121
|
cm() {
|
|
1122
|
-
this.ch.
|
|
1122
|
+
this.ch.wz.xn = this.ch.xe;
|
|
1123
1123
|
}
|
|
1124
1124
|
cn() {
|
|
1125
|
-
this.ch.
|
|
1125
|
+
this.ch.wz.xp = this.ch.xg;
|
|
1126
1126
|
}
|
|
1127
1127
|
co() {
|
|
1128
|
-
this.ch.
|
|
1128
|
+
this.ch.wz.xr = this.ch.xi;
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
b5() {
|
|
1150
1150
|
super.b5();
|
|
1151
|
-
if (this.cp.
|
|
1152
|
-
this.cp.
|
|
1153
|
-
this.cp.
|
|
1151
|
+
if (this.cp.xt != null) {
|
|
1152
|
+
this.cp.xt.y6 = this.cp.xx;
|
|
1153
|
+
this.cp.xt.yu = this.cp.xs;
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
cq() {
|
|
1157
|
-
if (this.cp.
|
|
1158
|
-
this.cp.
|
|
1157
|
+
if (this.cp.xt != null) {
|
|
1158
|
+
this.cp.xt.y6 = this.cp.xx;
|
|
1159
1159
|
}
|
|
1160
1160
|
}
|
|
1161
1161
|
cr() {
|
|
1162
|
-
if (this.cp.
|
|
1163
|
-
this.cp.
|
|
1162
|
+
if (this.cp.xt != null) {
|
|
1163
|
+
this.cp.xt.yu = this.cp.xs;
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
1358
1358
|
cs() {
|
|
1359
1359
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1360
1360
|
}
|
|
1361
|
-
|
|
1362
|
-
super.
|
|
1363
|
-
this.
|
|
1361
|
+
q0(a) {
|
|
1362
|
+
super.q0(a);
|
|
1363
|
+
this.w7 = a;
|
|
1364
1364
|
}
|
|
1365
|
-
|
|
1366
|
-
super.
|
|
1365
|
+
q8(a, b, c, d) {
|
|
1366
|
+
super.q8(a, b, c, d);
|
|
1367
1367
|
switch (b) {
|
|
1368
1368
|
case "SeriesViewer":
|
|
1369
|
-
this.
|
|
1369
|
+
this.w7.ck();
|
|
1370
1370
|
break;
|
|
1371
1371
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1372
|
-
this.
|
|
1372
|
+
this.w7.cj();
|
|
1373
1373
|
break;
|
|
1374
1374
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1375
|
-
this.
|
|
1375
|
+
this.w7.ci();
|
|
1376
1376
|
break;
|
|
1377
1377
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1378
|
-
this.
|
|
1378
|
+
this.w7.cl();
|
|
1379
1379
|
break;
|
|
1380
1380
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1381
|
-
this.
|
|
1381
|
+
this.w7.cm();
|
|
1382
1382
|
break;
|
|
1383
1383
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1384
|
-
this.
|
|
1384
|
+
this.w7.cn();
|
|
1385
1385
|
break;
|
|
1386
1386
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1387
|
-
this.
|
|
1387
|
+
this.w7.co();
|
|
1388
1388
|
break;
|
|
1389
1389
|
}
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
1392
1392
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1393
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1393
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w9:xk', [2, "pointY"], 'LongitudeMemberPath:xb:xl', [2, "pointX"], 'TriangleVertexMemberPath1:xe:xn', [2, "v1"], 'TriangleVertexMemberPath2:xg:xo', [2, "v2"], 'TriangleVertexMemberPath3:xi:xp', [2, "v3"], 'TrianglesSource:w8:xm', [IEnumerable_$type, null]]);
|
|
1394
1394
|
return GeographicXYTriangulatingSeries;
|
|
1395
1395
|
})();
|
|
1396
1396
|
/**
|
|
@@ -1406,53 +1406,53 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1406
1406
|
}
|
|
1407
1407
|
constructor() {
|
|
1408
1408
|
super();
|
|
1409
|
-
this.
|
|
1409
|
+
this.xq = null;
|
|
1410
1410
|
this.triangulationStatusChanged = null;
|
|
1411
1411
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1412
1412
|
}
|
|
1413
|
-
get
|
|
1414
|
-
return this.
|
|
1413
|
+
get xs() {
|
|
1414
|
+
return this.xq;
|
|
1415
1415
|
}
|
|
1416
|
-
set
|
|
1417
|
-
let b = this.
|
|
1416
|
+
set xs(a) {
|
|
1417
|
+
let b = this.xq != 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.xq;
|
|
1420
|
+
if (this.xq != null) {
|
|
1421
|
+
let d = this.xq;
|
|
1422
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x0));
|
|
1423
1423
|
}
|
|
1424
|
-
this.
|
|
1425
|
-
if (this.
|
|
1426
|
-
let e = this.
|
|
1427
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1424
|
+
this.xq = a;
|
|
1425
|
+
if (this.xq != null) {
|
|
1426
|
+
let e = this.xq;
|
|
1427
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x0));
|
|
1428
1428
|
}
|
|
1429
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1430
|
-
if (this.
|
|
1431
|
-
this.
|
|
1429
|
+
this.raisePropertyChanged("ColorScale", c, this.xq);
|
|
1430
|
+
if (this.xt != null) {
|
|
1431
|
+
this.xt.yu = a;
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
|
|
1436
|
-
this.
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1435
|
+
x0(a, b) {
|
|
1436
|
+
this.xv.cr();
|
|
1437
|
+
this.x2();
|
|
1438
|
+
this.rq(false);
|
|
1439
1439
|
}
|
|
1440
|
-
|
|
1441
|
-
if (this.
|
|
1442
|
-
this.
|
|
1440
|
+
x2() {
|
|
1441
|
+
if (this.xt != null) {
|
|
1442
|
+
this.xr = this.xt.yt;
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1446
|
-
super.
|
|
1447
|
-
this.
|
|
1445
|
+
sg() {
|
|
1446
|
+
super.sg();
|
|
1447
|
+
this.x2();
|
|
1448
1448
|
}
|
|
1449
|
-
|
|
1450
|
-
this.
|
|
1451
|
-
let a = this.
|
|
1452
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1453
|
-
return this.
|
|
1449
|
+
wy() {
|
|
1450
|
+
this.xt = new ScatterAreaSeries();
|
|
1451
|
+
let a = this.xt;
|
|
1452
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
|
|
1453
|
+
return this.xt;
|
|
1454
1454
|
}
|
|
1455
|
-
|
|
1455
|
+
x1(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
|
cs() {
|
|
1461
1461
|
return new GeographicScatterAreaSeriesView(this);
|
|
1462
1462
|
}
|
|
1463
|
-
|
|
1464
|
-
super.
|
|
1465
|
-
this.
|
|
1463
|
+
q0(a) {
|
|
1464
|
+
super.q0(a);
|
|
1465
|
+
this.xv = a;
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1468
|
-
super.
|
|
1467
|
+
q8(a, b, c, d) {
|
|
1468
|
+
super.q8(a, b, c, d);
|
|
1469
1469
|
switch (b) {
|
|
1470
1470
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1471
|
-
this.
|
|
1471
|
+
this.xv.cq();
|
|
1472
1472
|
break;
|
|
1473
1473
|
case "ColorScale":
|
|
1474
|
-
this.
|
|
1475
|
-
this.
|
|
1474
|
+
this.xv.cr();
|
|
1475
|
+
this.x2();
|
|
1476
1476
|
break;
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1479
|
+
get_g6() {
|
|
1480
1480
|
return true;
|
|
1481
1481
|
}
|
|
1482
|
-
|
|
1483
|
-
super.
|
|
1482
|
+
set_g6(a) {
|
|
1483
|
+
super.set_g6(a);
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1487
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1487
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
|
|
1488
1488
|
return GeographicScatterAreaSeries;
|
|
1489
1489
|
})();
|
|
@@ -68,22 +68,22 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
68
68
|
* Gets whether the current series shows a line contour shape.
|
|
69
69
|
*/
|
|
70
70
|
get isLineContour() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.fi;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
75
75
|
*/
|
|
76
76
|
get valueMemberPath() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.xy;
|
|
78
78
|
}
|
|
79
79
|
set valueMemberPath(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.xy = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
84
84
|
*/
|
|
85
85
|
get fillScale() {
|
|
86
|
-
const r = this.i.
|
|
86
|
+
const r = this.i.xu;
|
|
87
87
|
if (r == null) {
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
@@ -99,13 +99,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
99
99
|
set fillScale(v) {
|
|
100
100
|
if (v != null && this._stylingContainer && v._styling)
|
|
101
101
|
v._styling(this._stylingContainer, this, this);
|
|
102
|
-
v == null ? this.i.
|
|
102
|
+
v == null ? this.i.xu = null : this.i.xu = v.i;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
106
106
|
*/
|
|
107
107
|
get actualFillScale() {
|
|
108
|
-
const r = this.i.
|
|
108
|
+
const r = this.i.xt;
|
|
109
109
|
if (r == null) {
|
|
110
110
|
return null;
|
|
111
111
|
}
|
|
@@ -121,13 +121,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
121
121
|
set actualFillScale(v) {
|
|
122
122
|
if (v != null && this._stylingContainer && v._styling)
|
|
123
123
|
v._styling(this._stylingContainer, this, this);
|
|
124
|
-
v == null ? this.i.
|
|
124
|
+
v == null ? this.i.xt = null : this.i.xt = v.i;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
128
128
|
*/
|
|
129
129
|
get valueResolver() {
|
|
130
|
-
const r = this.i.
|
|
130
|
+
const r = this.i.xq;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
143
143
|
set valueResolver(v) {
|
|
144
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
145
145
|
v._styling(this._stylingContainer, this, this);
|
|
146
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.xq = null : this.i.xq = v.i;
|
|
147
147
|
}
|
|
148
148
|
findByName(name) {
|
|
149
149
|
var baseResult = super.findByName(name);
|
|
@@ -67,115 +67,115 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
67
67
|
* Gets whether the current series shows pixels.
|
|
68
68
|
*/
|
|
69
69
|
get isPixel() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.fn;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
74
74
|
*/
|
|
75
75
|
get latitudeMemberPath() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.xm;
|
|
77
77
|
}
|
|
78
78
|
set latitudeMemberPath(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.xm = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
83
83
|
*/
|
|
84
84
|
get longitudeMemberPath() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.xo;
|
|
86
86
|
}
|
|
87
87
|
set longitudeMemberPath(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.xo = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets or sets the whether to use use brute force mode.
|
|
92
92
|
*/
|
|
93
93
|
get useBruteForce() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.xb;
|
|
95
95
|
}
|
|
96
96
|
set useBruteForce(v) {
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("useBruteForce", this.i.
|
|
97
|
+
this.i.xb = ensureBool(v);
|
|
98
|
+
this._a("useBruteForce", this.i.xb);
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
102
102
|
*/
|
|
103
103
|
get progressiveLoad() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.xa;
|
|
105
105
|
}
|
|
106
106
|
set progressiveLoad(v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("progressiveLoad", this.i.
|
|
107
|
+
this.i.xa = ensureBool(v);
|
|
108
|
+
this._a("progressiveLoad", this.i.xa);
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
112
112
|
*/
|
|
113
113
|
get mouseOverEnabled() {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.w9;
|
|
115
115
|
}
|
|
116
116
|
set mouseOverEnabled(v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("mouseOverEnabled", this.i.
|
|
117
|
+
this.i.w9 = ensureBool(v);
|
|
118
|
+
this._a("mouseOverEnabled", this.i.w9);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
122
122
|
*/
|
|
123
123
|
get heatMinimum() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.xd;
|
|
125
125
|
}
|
|
126
126
|
set heatMinimum(v) {
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("heatMinimum", this.i.
|
|
127
|
+
this.i.xd = +v;
|
|
128
|
+
this._a("heatMinimum", this.i.xd);
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets or sets the value that maps to the maximum heat color.
|
|
132
132
|
*/
|
|
133
133
|
get heatMaximum() {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.xc;
|
|
135
135
|
}
|
|
136
136
|
set heatMaximum(v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("heatMaximum", this.i.
|
|
137
|
+
this.i.xc = +v;
|
|
138
|
+
this._a("heatMaximum", this.i.xc);
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
142
142
|
*/
|
|
143
143
|
get heatMinimumColor() {
|
|
144
|
-
return colorToString(this.i.
|
|
144
|
+
return colorToString(this.i.x7);
|
|
145
145
|
}
|
|
146
146
|
set heatMinimumColor(v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
147
|
+
this.i.x7 = stringToColor(v);
|
|
148
|
+
this._a("heatMinimumColor", colorToString(this.i.x7));
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
152
152
|
*/
|
|
153
153
|
get heatMaximumColor() {
|
|
154
|
-
return colorToString(this.i.
|
|
154
|
+
return colorToString(this.i.x6);
|
|
155
155
|
}
|
|
156
156
|
set heatMaximumColor(v) {
|
|
157
|
-
this.i.
|
|
158
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
157
|
+
this.i.x6 = stringToColor(v);
|
|
158
|
+
this._a("heatMaximumColor", colorToString(this.i.x6));
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
162
162
|
*/
|
|
163
163
|
get pointExtent() {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.xg;
|
|
165
165
|
}
|
|
166
166
|
set pointExtent(v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("pointExtent", this.i.
|
|
167
|
+
this.i.xg = +v;
|
|
168
|
+
this._a("pointExtent", this.i.xg);
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
172
172
|
*/
|
|
173
173
|
get progressiveStatus() {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.xh;
|
|
175
175
|
}
|
|
176
176
|
set progressiveStatus(v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("progressiveStatus", this.i.
|
|
177
|
+
this.i.xh = +v;
|
|
178
|
+
this._a("progressiveStatus", this.i.xh);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* Raised when the progressive loading state of the series has changed.
|