igniteui-webcomponents-maps 6.3.0 → 6.3.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-webcomponents-maps.umd.js +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -36,10 +36,7 @@ import { BrushCollection } from "igniteui-webcomponents-core";
|
|
|
36
36
|
import { Defaults } from "igniteui-webcomponents-charts";
|
|
37
37
|
import { OpenStreetMapTileSource } from "igniteui-webcomponents-core";
|
|
38
38
|
import { ColorScale } from "igniteui-webcomponents-charts";
|
|
39
|
-
|
|
40
|
-
* @hidden
|
|
41
|
-
*/
|
|
42
|
-
export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
39
|
+
let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
43
40
|
class XamGeographicMap extends SeriesViewer {
|
|
44
41
|
constructor() {
|
|
45
42
|
super();
|
|
@@ -63,20 +60,20 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
63
60
|
this.backgroundContent = new OpenStreetMapImagery();
|
|
64
61
|
let a = ((() => {
|
|
65
62
|
let $ret = new NumericXAxis();
|
|
66
|
-
$ret.
|
|
63
|
+
$ret.b7 = this;
|
|
67
64
|
return $ret;
|
|
68
65
|
})());
|
|
69
66
|
a.dk = true;
|
|
70
67
|
this.zh = a;
|
|
71
|
-
this.zh.
|
|
68
|
+
this.zh.td = new SphericalMercatorHorizontalScaler();
|
|
72
69
|
let b = ((() => {
|
|
73
70
|
let $ret = new NumericYAxis();
|
|
74
|
-
$ret.
|
|
71
|
+
$ret.b7 = this;
|
|
75
72
|
return $ret;
|
|
76
73
|
})());
|
|
77
74
|
b.dk = true;
|
|
78
75
|
this.zj = b;
|
|
79
|
-
this.zj.
|
|
76
|
+
this.zj.td = new SphericalMercatorVerticalScaler();
|
|
80
77
|
this.aao();
|
|
81
78
|
this.aav();
|
|
82
79
|
this.po();
|
|
@@ -235,10 +232,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
235
232
|
g.c = this.yv;
|
|
236
233
|
let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
237
234
|
h.c = this.yv;
|
|
238
|
-
let i = this.zh.
|
|
239
|
-
let j = this.zh.
|
|
240
|
-
let k = this.zj.
|
|
241
|
-
let l = this.zj.
|
|
235
|
+
let i = this.zh.f6(d.left, g);
|
|
236
|
+
let j = this.zh.f6(d.right, g);
|
|
237
|
+
let k = this.zj.f6(d.top, h);
|
|
238
|
+
let l = this.zj.f6(d.bottom, h);
|
|
242
239
|
let m = (i - c) / this.y9.width;
|
|
243
240
|
let n = (l - c) / this.y9.height;
|
|
244
241
|
let o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -271,10 +268,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
271
268
|
let e = new ScalerParams(1, a, this.y9, c.dn);
|
|
272
269
|
e.c = this.yv;
|
|
273
270
|
let f = this.yu;
|
|
274
|
-
let g = b.
|
|
275
|
-
let h = c.
|
|
276
|
-
let i = b.
|
|
277
|
-
let j = c.
|
|
271
|
+
let g = b.f9(f.left, d);
|
|
272
|
+
let h = c.f9(f.top, e);
|
|
273
|
+
let i = b.f9(f.right, d);
|
|
274
|
+
let j = c.f9(f.bottom, e);
|
|
278
275
|
let k = i - g;
|
|
279
276
|
let l = h - j;
|
|
280
277
|
let m = new Rect(0, g, j, k, l);
|
|
@@ -287,13 +284,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
287
284
|
return m;
|
|
288
285
|
}
|
|
289
286
|
aba(a) {
|
|
290
|
-
let b = this.zh.
|
|
291
|
-
let c = this.zj.
|
|
287
|
+
let b = this.zh.rc(a.x);
|
|
288
|
+
let c = this.zj.rc(a.y);
|
|
292
289
|
return { $type: Point_$type, x: b, y: c };
|
|
293
290
|
}
|
|
294
291
|
abb(a) {
|
|
295
|
-
let b = this.zh.
|
|
296
|
-
let c = this.zj.
|
|
292
|
+
let b = this.zh.gt(a.x);
|
|
293
|
+
let c = this.zj.gt(a.y);
|
|
297
294
|
return { $type: Point_$type, x: b, y: c };
|
|
298
295
|
}
|
|
299
296
|
abc(a) {
|
|
@@ -313,21 +310,21 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
313
310
|
aat() {
|
|
314
311
|
this.zt.eh();
|
|
315
312
|
for (let a of fromEnum(this.b9)) {
|
|
316
|
-
a.
|
|
313
|
+
a.su();
|
|
317
314
|
}
|
|
318
315
|
}
|
|
319
316
|
aaw() {
|
|
320
317
|
if (this.zs == 2) {
|
|
321
318
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
322
|
-
let a = this.zh.
|
|
323
|
-
let b = this.zj.
|
|
319
|
+
let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
|
|
320
|
+
let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
|
|
324
321
|
this.aa9 = { $type: Point_$type, x: a, y: b };
|
|
325
322
|
}
|
|
326
323
|
}
|
|
327
324
|
else {
|
|
328
325
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
329
|
-
let c = this.zh.
|
|
330
|
-
let d = this.zj.
|
|
326
|
+
let c = this.zh.rc(this.y9.left);
|
|
327
|
+
let d = this.zj.rc(this.y9.top);
|
|
331
328
|
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
332
329
|
}
|
|
333
330
|
}
|
|
@@ -348,7 +345,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
348
345
|
else {
|
|
349
346
|
let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
350
347
|
g.c = this.yv;
|
|
351
|
-
let h = this.zh.
|
|
348
|
+
let h = this.zh.f6(a, g);
|
|
352
349
|
if (this.zs == 2) {
|
|
353
350
|
let i = h / this.y9.width;
|
|
354
351
|
c = i - (e / 2);
|
|
@@ -368,7 +365,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
368
365
|
else {
|
|
369
366
|
let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
370
367
|
j.c = this.yv;
|
|
371
|
-
let k = this.zj.
|
|
368
|
+
let k = this.zj.f6(b, j);
|
|
372
369
|
if (this.zs == 2) {
|
|
373
370
|
let l = k / this.y9.height;
|
|
374
371
|
d = l - (f / 2);
|
|
@@ -499,13 +496,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
499
496
|
}
|
|
500
497
|
if (c) {
|
|
501
498
|
if (d) {
|
|
502
|
-
let i = this.zg.
|
|
503
|
-
let j = this.zg.
|
|
499
|
+
let i = this.zg.f6(-180, b);
|
|
500
|
+
let j = this.zg.f6(180, b);
|
|
504
501
|
e = j - i;
|
|
505
502
|
}
|
|
506
503
|
else {
|
|
507
|
-
let k = this.zg.
|
|
508
|
-
let l = this.zg.
|
|
504
|
+
let k = this.zg.f6(-180, b);
|
|
505
|
+
let l = this.zg.f6(180, b);
|
|
509
506
|
e = k - l;
|
|
510
507
|
}
|
|
511
508
|
}
|
|
@@ -516,10 +513,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
516
513
|
a.c = this.yv;
|
|
517
514
|
let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
518
515
|
b.c = this.yv;
|
|
519
|
-
let c = this.zh.
|
|
520
|
-
let d = this.zh.
|
|
521
|
-
let e = this.zj.
|
|
522
|
-
let f = this.zj.
|
|
516
|
+
let c = this.zh.f6(XamGeographicMap.abe.left, a);
|
|
517
|
+
let d = this.zh.f6(XamGeographicMap.abe.right, a);
|
|
518
|
+
let e = this.zj.f6(XamGeographicMap.abe.top, b);
|
|
519
|
+
let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
|
|
523
520
|
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
524
521
|
return this.abg;
|
|
525
522
|
}
|
|
@@ -594,7 +591,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
594
591
|
}
|
|
595
592
|
aan(a) {
|
|
596
593
|
if (a != null) {
|
|
597
|
-
a.
|
|
594
|
+
a.b7 = this;
|
|
598
595
|
}
|
|
599
596
|
}
|
|
600
597
|
rw(a) {
|
|
@@ -709,7 +706,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
709
706
|
break;
|
|
710
707
|
case "ActualWorldRect":
|
|
711
708
|
for (let g of fromEnum(this.b9)) {
|
|
712
|
-
g.
|
|
709
|
+
g.r8(false);
|
|
713
710
|
}
|
|
714
711
|
break;
|
|
715
712
|
case XamGeographicMap.$$p[5]:
|
|
@@ -740,7 +737,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
740
737
|
break;
|
|
741
738
|
case "MarkerAutomaticBehavior":
|
|
742
739
|
for (let i of fromEnum(this.b9)) {
|
|
743
|
-
i.
|
|
740
|
+
i.qv();
|
|
744
741
|
}
|
|
745
742
|
break;
|
|
746
743
|
}
|
|
@@ -752,20 +749,20 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
752
749
|
}
|
|
753
750
|
aau(a) {
|
|
754
751
|
if (a != null) {
|
|
755
|
-
a.
|
|
752
|
+
a.b7 = null;
|
|
756
753
|
}
|
|
757
754
|
}
|
|
758
755
|
aav() {
|
|
759
756
|
if (this.zh != null) {
|
|
760
|
-
this.zh.
|
|
761
|
-
this.zh.
|
|
757
|
+
this.zh.q9 = this.abi.left;
|
|
758
|
+
this.zh.q8 = this.abi.right;
|
|
762
759
|
}
|
|
763
760
|
if (this.zj != null) {
|
|
764
|
-
this.zj.
|
|
765
|
-
this.zj.
|
|
761
|
+
this.zj.q9 = this.abi.top;
|
|
762
|
+
this.zj.q8 = this.abi.bottom;
|
|
766
763
|
}
|
|
767
|
-
this.zh.
|
|
768
|
-
this.zj.
|
|
764
|
+
this.zh.ee(true);
|
|
765
|
+
this.zj.ee(true);
|
|
769
766
|
}
|
|
770
767
|
getFontInfo() {
|
|
771
768
|
this.zu = this.zt.fr;
|
|
@@ -782,7 +779,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
782
779
|
let c = b;
|
|
783
780
|
let d = a;
|
|
784
781
|
d.itemsSource = c.triangulationSource.points;
|
|
785
|
-
d.
|
|
782
|
+
d.xu = c.triangulationSource.triangles;
|
|
786
783
|
}
|
|
787
784
|
else {
|
|
788
785
|
super.tk(a, b);
|
|
@@ -810,8 +807,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
810
807
|
}
|
|
811
808
|
z7() {
|
|
812
809
|
let a = new ChartVisualData();
|
|
813
|
-
let b = this.zh.
|
|
814
|
-
let c = this.zj.
|
|
810
|
+
let b = this.zh.hs();
|
|
811
|
+
let c = this.zj.hs();
|
|
815
812
|
a.axes.add1(b);
|
|
816
813
|
a.axes.add1(c);
|
|
817
814
|
for (let d = 0; d < this.b9.count; d++) {
|
|
@@ -857,10 +854,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
857
854
|
XamGeographicMap.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, /*@__PURE__*/ enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, /*@__PURE__*/ enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zr)], 'SuppressZoomResetOnWorldRectChange:zx:aa4', [0, false], 'UseWorldRectForZoomBounds:zy:aa5', [0, false], 'WindowScale:z4:aa6', [1, NaN], 'WorldRect:abu:aa7', [Rect.$, XamGeographicMap.abe], 'Zoomable:zz:aa8', [0, true]]);
|
|
858
855
|
return XamGeographicMap;
|
|
859
856
|
})();
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
*/
|
|
863
|
-
export let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
857
|
+
export { XamGeographicMap };
|
|
858
|
+
let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
864
859
|
class GeographicMapImagery extends Control {
|
|
865
860
|
constructor(a) {
|
|
866
861
|
super();
|
|
@@ -996,8 +991,8 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
996
991
|
j.c = c;
|
|
997
992
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
998
993
|
k.c = c;
|
|
999
|
-
let l = h.
|
|
1000
|
-
let m = i.
|
|
994
|
+
let l = h.f6(d.left, j);
|
|
995
|
+
let m = i.f6(d.bottom, k);
|
|
1001
996
|
let n = (-l / b.width) * this.ao.a5;
|
|
1002
997
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1003
998
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1033,10 +1028,8 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
1033
1028
|
GeographicMapImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMapImagery, 'ba', ['IsHorizontalWrappingEnabled', [0, false], 'Referer', [2, null], 'UserAgent', [2, null], 'WindowRect', [Rect.$, Rect.empty]]);
|
|
1034
1029
|
return GeographicMapImagery;
|
|
1035
1030
|
})();
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
*/
|
|
1039
|
-
export let GeographicMapImageryView = /*@__PURE__*/ (() => {
|
|
1031
|
+
export { GeographicMapImagery };
|
|
1032
|
+
let GeographicMapImageryView = /*@__PURE__*/ (() => {
|
|
1040
1033
|
class GeographicMapImageryView extends Base {
|
|
1041
1034
|
constructor(a) {
|
|
1042
1035
|
super();
|
|
@@ -1079,10 +1072,8 @@ export let GeographicMapImageryView = /*@__PURE__*/ (() => {
|
|
|
1079
1072
|
GeographicMapImageryView.$t = /*@__PURE__*/ markType(GeographicMapImageryView, 'GeographicMapImageryView');
|
|
1080
1073
|
return GeographicMapImageryView;
|
|
1081
1074
|
})();
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
*/
|
|
1085
|
-
export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
1075
|
+
export { GeographicMapImageryView };
|
|
1076
|
+
let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
1086
1077
|
class GeographicXYTriangulatingSeriesView extends HostSeriesView {
|
|
1087
1078
|
constructor(a) {
|
|
1088
1079
|
super(a);
|
|
@@ -1091,50 +1082,48 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1091
1082
|
}
|
|
1092
1083
|
ci() {
|
|
1093
1084
|
super.ci();
|
|
1094
|
-
let a = this.cu.
|
|
1095
|
-
a.
|
|
1096
|
-
a.
|
|
1097
|
-
a.trianglesSource = this.cu.
|
|
1098
|
-
a.
|
|
1099
|
-
a.
|
|
1100
|
-
a.
|
|
1085
|
+
let a = this.cu.xl;
|
|
1086
|
+
a.yl = this.cu.xx;
|
|
1087
|
+
a.yt = this.cu.xv;
|
|
1088
|
+
a.trianglesSource = this.cu.xu;
|
|
1089
|
+
a.x9 = this.cu.x0;
|
|
1090
|
+
a.yb = this.cu.x2;
|
|
1091
|
+
a.yd = this.cu.x4;
|
|
1101
1092
|
}
|
|
1102
1093
|
cx() {
|
|
1103
|
-
let a = this.cu.
|
|
1094
|
+
let a = this.cu.xl;
|
|
1104
1095
|
if (this.cu.dc == null) {
|
|
1105
|
-
a.xi = null;
|
|
1106
1096
|
a.xj = null;
|
|
1097
|
+
a.xk = null;
|
|
1107
1098
|
return;
|
|
1108
1099
|
}
|
|
1109
|
-
a.
|
|
1110
|
-
a.
|
|
1100
|
+
a.xj = this.cu.dc.zh;
|
|
1101
|
+
a.xk = this.cu.dc.zj;
|
|
1111
1102
|
}
|
|
1112
1103
|
cw() {
|
|
1113
|
-
this.cu.
|
|
1104
|
+
this.cu.xl.yl = this.cu.xx;
|
|
1114
1105
|
}
|
|
1115
1106
|
cv() {
|
|
1116
|
-
this.cu.
|
|
1107
|
+
this.cu.xl.yt = this.cu.xv;
|
|
1117
1108
|
}
|
|
1118
1109
|
cy() {
|
|
1119
|
-
this.cu.
|
|
1110
|
+
this.cu.xl.trianglesSource = this.cu.xu;
|
|
1120
1111
|
}
|
|
1121
1112
|
cz() {
|
|
1122
|
-
this.cu.
|
|
1113
|
+
this.cu.xl.x9 = this.cu.x0;
|
|
1123
1114
|
}
|
|
1124
1115
|
c0() {
|
|
1125
|
-
this.cu.
|
|
1116
|
+
this.cu.xl.yb = this.cu.x2;
|
|
1126
1117
|
}
|
|
1127
1118
|
c1() {
|
|
1128
|
-
this.cu.
|
|
1119
|
+
this.cu.xl.yd = this.cu.x4;
|
|
1129
1120
|
}
|
|
1130
1121
|
}
|
|
1131
1122
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1132
1123
|
return GeographicXYTriangulatingSeriesView;
|
|
1133
1124
|
})();
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
*/
|
|
1137
|
-
export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
1125
|
+
export { GeographicXYTriangulatingSeriesView };
|
|
1126
|
+
let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
1138
1127
|
class GeographicScatterAreaSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
1139
1128
|
constructor(a) {
|
|
1140
1129
|
super(a);
|
|
@@ -1148,29 +1137,27 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1148
1137
|
}
|
|
1149
1138
|
ci() {
|
|
1150
1139
|
super.ci();
|
|
1151
|
-
if (this.c2.
|
|
1152
|
-
this.c2.
|
|
1153
|
-
this.c2.
|
|
1140
|
+
if (this.c2.yf != null) {
|
|
1141
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1142
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1154
1143
|
}
|
|
1155
1144
|
}
|
|
1156
1145
|
c3() {
|
|
1157
|
-
if (this.c2.
|
|
1158
|
-
this.c2.
|
|
1146
|
+
if (this.c2.yf != null) {
|
|
1147
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1159
1148
|
}
|
|
1160
1149
|
}
|
|
1161
1150
|
c4() {
|
|
1162
|
-
if (this.c2.
|
|
1163
|
-
this.c2.
|
|
1151
|
+
if (this.c2.yf != null) {
|
|
1152
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1164
1153
|
}
|
|
1165
1154
|
}
|
|
1166
1155
|
}
|
|
1167
1156
|
GeographicScatterAreaSeriesView.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
1168
1157
|
return GeographicScatterAreaSeriesView;
|
|
1169
1158
|
})();
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
*/
|
|
1173
|
-
export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
1159
|
+
export { GeographicScatterAreaSeriesView };
|
|
1160
|
+
let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
1174
1161
|
class XamGeographicMapView extends SeriesViewerView {
|
|
1175
1162
|
constructor(a) {
|
|
1176
1163
|
super(a);
|
|
@@ -1319,10 +1306,8 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1319
1306
|
XamGeographicMapView.$t = /*@__PURE__*/ markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
|
|
1320
1307
|
return XamGeographicMapView;
|
|
1321
1308
|
})();
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
*/
|
|
1325
|
-
export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
1309
|
+
export { XamGeographicMapView };
|
|
1310
|
+
let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
1326
1311
|
class OpenStreetMapImagery extends GeographicMapImagery {
|
|
1327
1312
|
constructor() {
|
|
1328
1313
|
super(new OpenStreetMapTileSource());
|
|
@@ -1350,53 +1335,49 @@ export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
1350
1335
|
OpenStreetMapImagery.tilePathProperty = /*@__PURE__*/ DependencyProperty.i("TilePath", String_$type, OpenStreetMapImagery.$, /*@__PURE__*/ new PropertyMetadata(2, null, OpenStreetMapImagery.br));
|
|
1351
1336
|
return OpenStreetMapImagery;
|
|
1352
1337
|
})();
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
*/
|
|
1356
|
-
export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
1338
|
+
export { OpenStreetMapImagery };
|
|
1339
|
+
let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
1357
1340
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
1358
1341
|
ct() {
|
|
1359
1342
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1360
1343
|
}
|
|
1361
|
-
|
|
1362
|
-
super.
|
|
1363
|
-
this.
|
|
1344
|
+
rh(a) {
|
|
1345
|
+
super.rh(a);
|
|
1346
|
+
this.xt = a;
|
|
1364
1347
|
}
|
|
1365
|
-
|
|
1366
|
-
super.
|
|
1348
|
+
rq(a, b, c, d) {
|
|
1349
|
+
super.rq(a, b, c, d);
|
|
1367
1350
|
switch (b) {
|
|
1368
1351
|
case "SeriesViewer":
|
|
1369
|
-
this.
|
|
1352
|
+
this.xt.cx();
|
|
1370
1353
|
break;
|
|
1371
1354
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1372
|
-
this.
|
|
1355
|
+
this.xt.cw();
|
|
1373
1356
|
break;
|
|
1374
1357
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1375
|
-
this.
|
|
1358
|
+
this.xt.cv();
|
|
1376
1359
|
break;
|
|
1377
1360
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1378
|
-
this.
|
|
1361
|
+
this.xt.cy();
|
|
1379
1362
|
break;
|
|
1380
1363
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1381
|
-
this.
|
|
1364
|
+
this.xt.cz();
|
|
1382
1365
|
break;
|
|
1383
1366
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1384
|
-
this.
|
|
1367
|
+
this.xt.c0();
|
|
1385
1368
|
break;
|
|
1386
1369
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1387
|
-
this.
|
|
1370
|
+
this.xt.c1();
|
|
1388
1371
|
break;
|
|
1389
1372
|
}
|
|
1390
1373
|
}
|
|
1391
1374
|
}
|
|
1392
1375
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1393
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1376
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
|
|
1394
1377
|
return GeographicXYTriangulatingSeries;
|
|
1395
1378
|
})();
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
*/
|
|
1399
|
-
export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
1379
|
+
export { GeographicXYTriangulatingSeries };
|
|
1380
|
+
let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
1400
1381
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
1401
1382
|
bk() {
|
|
1402
1383
|
return new GeographicScatterAreaSeries();
|
|
@@ -1406,53 +1387,53 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1406
1387
|
}
|
|
1407
1388
|
constructor() {
|
|
1408
1389
|
super();
|
|
1409
|
-
this.
|
|
1390
|
+
this.yc = null;
|
|
1410
1391
|
this.triangulationStatusChanged = null;
|
|
1411
1392
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1412
1393
|
}
|
|
1413
|
-
get
|
|
1414
|
-
return this.
|
|
1394
|
+
get ye() {
|
|
1395
|
+
return this.yc;
|
|
1415
1396
|
}
|
|
1416
|
-
set
|
|
1417
|
-
let b = this.
|
|
1397
|
+
set ye(a) {
|
|
1398
|
+
let b = this.yc != a;
|
|
1418
1399
|
if (b) {
|
|
1419
|
-
let c = this.
|
|
1420
|
-
if (this.
|
|
1421
|
-
let d = this.
|
|
1422
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1400
|
+
let c = this.yc;
|
|
1401
|
+
if (this.yc != null) {
|
|
1402
|
+
let d = this.yc;
|
|
1403
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
|
|
1423
1404
|
}
|
|
1424
|
-
this.
|
|
1425
|
-
if (this.
|
|
1426
|
-
let e = this.
|
|
1427
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1405
|
+
this.yc = a;
|
|
1406
|
+
if (this.yc != null) {
|
|
1407
|
+
let e = this.yc;
|
|
1408
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
|
|
1428
1409
|
}
|
|
1429
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1430
|
-
if (this.
|
|
1431
|
-
this.
|
|
1410
|
+
this.raisePropertyChanged("ColorScale", c, this.yc);
|
|
1411
|
+
if (this.yf != null) {
|
|
1412
|
+
this.yf.zg = a;
|
|
1432
1413
|
}
|
|
1433
1414
|
}
|
|
1434
1415
|
}
|
|
1435
|
-
|
|
1436
|
-
this.
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1416
|
+
ym(a, b) {
|
|
1417
|
+
this.yh.c4();
|
|
1418
|
+
this.yo();
|
|
1419
|
+
this.r8(false);
|
|
1439
1420
|
}
|
|
1440
|
-
|
|
1441
|
-
if (this.
|
|
1442
|
-
this.
|
|
1421
|
+
yo() {
|
|
1422
|
+
if (this.yf != null) {
|
|
1423
|
+
this.yd = this.yf.zf;
|
|
1443
1424
|
}
|
|
1444
1425
|
}
|
|
1445
|
-
|
|
1446
|
-
super.
|
|
1447
|
-
this.
|
|
1426
|
+
sz() {
|
|
1427
|
+
super.sz();
|
|
1428
|
+
this.yo();
|
|
1448
1429
|
}
|
|
1449
|
-
|
|
1450
|
-
this.
|
|
1451
|
-
let a = this.
|
|
1452
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1453
|
-
return this.
|
|
1430
|
+
xk() {
|
|
1431
|
+
this.yf = new ScatterAreaSeries();
|
|
1432
|
+
let a = this.yf;
|
|
1433
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
1434
|
+
return this.yf;
|
|
1454
1435
|
}
|
|
1455
|
-
|
|
1436
|
+
yn(a, b) {
|
|
1456
1437
|
if (this.triangulationStatusChanged != null) {
|
|
1457
1438
|
this.triangulationStatusChanged(this, b);
|
|
1458
1439
|
}
|
|
@@ -1460,19 +1441,19 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1460
1441
|
ct() {
|
|
1461
1442
|
return new GeographicScatterAreaSeriesView(this);
|
|
1462
1443
|
}
|
|
1463
|
-
|
|
1464
|
-
super.
|
|
1465
|
-
this.
|
|
1444
|
+
rh(a) {
|
|
1445
|
+
super.rh(a);
|
|
1446
|
+
this.yh = a;
|
|
1466
1447
|
}
|
|
1467
|
-
|
|
1468
|
-
super.
|
|
1448
|
+
rq(a, b, c, d) {
|
|
1449
|
+
super.rq(a, b, c, d);
|
|
1469
1450
|
switch (b) {
|
|
1470
1451
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1471
|
-
this.
|
|
1452
|
+
this.yh.c3();
|
|
1472
1453
|
break;
|
|
1473
1454
|
case "ColorScale":
|
|
1474
|
-
this.
|
|
1475
|
-
this.
|
|
1455
|
+
this.yh.c4();
|
|
1456
|
+
this.yo();
|
|
1476
1457
|
break;
|
|
1477
1458
|
}
|
|
1478
1459
|
}
|
|
@@ -1484,6 +1465,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1484
1465
|
}
|
|
1485
1466
|
}
|
|
1486
1467
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1487
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1468
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
|
|
1488
1469
|
return GeographicScatterAreaSeries;
|
|
1489
1470
|
})();
|
|
1471
|
+
export { GeographicScatterAreaSeries };
|