igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.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 +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
|
@@ -16,18 +16,18 @@ import { isNaN_ } from "igniteui-webcomponents-core";
|
|
|
16
16
|
/**
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
19
|
-
var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
|
+
export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
20
|
__extends(GeographicMapSeriesHost, _super);
|
|
21
21
|
function GeographicMapSeriesHost() {
|
|
22
22
|
var _this = _super.call(this) || this;
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
23
|
+
_this.xj = null;
|
|
24
|
+
_this.xl = _this.xk();
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicMapSeriesHost.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (this.
|
|
30
|
-
this.
|
|
27
|
+
GeographicMapSeriesHost.prototype.qv = function () {
|
|
28
|
+
_super.prototype.qv.call(this);
|
|
29
|
+
if (this.xl != null) {
|
|
30
|
+
this.xl.qv();
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
33
|
GeographicMapSeriesHost.prototype.get_ff = function () {
|
|
@@ -41,7 +41,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
if (c == "LongitudeMemberPath") {
|
|
42
42
|
c = "XMemberPath";
|
|
43
43
|
}
|
|
44
|
-
return this.
|
|
44
|
+
return this.xl.kz(a, c);
|
|
45
45
|
};
|
|
46
46
|
GeographicMapSeriesHost.prototype.mo = function (a) {
|
|
47
47
|
var b = this.no(a);
|
|
@@ -51,329 +51,328 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
if (b == "LongitudeMemberPath") {
|
|
52
52
|
b = "XMemberPath";
|
|
53
53
|
}
|
|
54
|
-
return this.
|
|
54
|
+
return this.xl.mo(b);
|
|
55
55
|
};
|
|
56
56
|
GeographicMapSeriesHost.prototype.get_kr = function () {
|
|
57
|
-
return this.k9(this.
|
|
57
|
+
return this.k9(this.xl);
|
|
58
58
|
};
|
|
59
59
|
GeographicMapSeriesHost.prototype.set_kr = function (a) {
|
|
60
|
-
this.
|
|
60
|
+
this.pc(this.xl, a);
|
|
61
61
|
};
|
|
62
62
|
GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
|
|
63
|
-
return this.
|
|
63
|
+
return this.xl.ed(a, b, c, d, e);
|
|
64
64
|
};
|
|
65
65
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.xl.ai();
|
|
67
67
|
};
|
|
68
68
|
GeographicMapSeriesHost.prototype.bp = function () {
|
|
69
|
-
return this.
|
|
69
|
+
return this.xl;
|
|
70
70
|
};
|
|
71
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
71
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xl", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.xj;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
var b = this.
|
|
77
|
-
var c = this.
|
|
76
|
+
var b = this.xj;
|
|
77
|
+
var c = this.xl != a;
|
|
78
78
|
if (c) {
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
79
|
+
this.xj = a;
|
|
80
|
+
this.xq(b, this.xj);
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
85
85
|
});
|
|
86
86
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
87
|
-
return this.
|
|
87
|
+
return this.xl.hasMarkers;
|
|
88
88
|
};
|
|
89
|
-
GeographicMapSeriesHost.prototype.
|
|
90
|
-
if (this.
|
|
91
|
-
var hostedSeries_ = this.
|
|
89
|
+
GeographicMapSeriesHost.prototype.xq = function (a, b) {
|
|
90
|
+
if (this.xj != null) {
|
|
91
|
+
var hostedSeries_ = this.xj;
|
|
92
92
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
93
93
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
94
94
|
}
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
95
|
+
this.ps(this.xl);
|
|
96
|
+
this.xm.ci();
|
|
97
97
|
if (a != null) {
|
|
98
98
|
var c = (a);
|
|
99
|
-
this.
|
|
99
|
+
this.sj(c, null);
|
|
100
100
|
}
|
|
101
101
|
if (b != null) {
|
|
102
102
|
var d = (b);
|
|
103
|
-
this.
|
|
103
|
+
this.sj(d, this);
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
106
|
GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
|
|
107
|
-
return this.dj(this.
|
|
107
|
+
return this.dj(this.xl, a, b, c);
|
|
108
108
|
};
|
|
109
109
|
GeographicMapSeriesHost.prototype.di = function (a, b, c) {
|
|
110
|
-
return this.dk(this.
|
|
110
|
+
return this.dk(this.xl, a, b, c);
|
|
111
111
|
};
|
|
112
112
|
GeographicMapSeriesHost.prototype.kw = function (a) {
|
|
113
|
-
return this.k5(this.
|
|
113
|
+
return this.k5(this.xl, a);
|
|
114
114
|
};
|
|
115
115
|
GeographicMapSeriesHost.prototype.kj = function (a, b) {
|
|
116
|
-
return this.
|
|
116
|
+
return this.xl.kj(a, b);
|
|
117
117
|
};
|
|
118
118
|
GeographicMapSeriesHost.prototype.kh = function (a, b) {
|
|
119
|
-
return this.
|
|
119
|
+
return this.xl.kh(a, b);
|
|
120
120
|
};
|
|
121
121
|
GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
|
|
122
|
-
return this.
|
|
122
|
+
return this.xl.jd(a, b, c);
|
|
123
123
|
};
|
|
124
|
-
GeographicMapSeriesHost.prototype.
|
|
125
|
-
return this.
|
|
124
|
+
GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
|
|
125
|
+
return this.xl.ww(a, b, c);
|
|
126
126
|
};
|
|
127
|
-
GeographicMapSeriesHost.prototype.
|
|
128
|
-
return this.
|
|
127
|
+
GeographicMapSeriesHost.prototype.w8 = function (a) {
|
|
128
|
+
return this.xl.w8(a);
|
|
129
129
|
};
|
|
130
130
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
131
|
-
return this.
|
|
131
|
+
return this.xl.ao(a);
|
|
132
132
|
};
|
|
133
|
-
GeographicMapSeriesHost.prototype.
|
|
134
|
-
return this.
|
|
133
|
+
GeographicMapSeriesHost.prototype.w9 = function (a) {
|
|
134
|
+
return this.xl.w9(a);
|
|
135
135
|
};
|
|
136
136
|
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
137
|
-
return this.
|
|
138
|
-
};
|
|
139
|
-
GeographicMapSeriesHost.prototype.w9 = function (a) {
|
|
140
|
-
return this.xk.w9(a);
|
|
137
|
+
return this.xl.ap(a);
|
|
141
138
|
};
|
|
142
139
|
GeographicMapSeriesHost.prototype.xa = function (a) {
|
|
143
|
-
return this.
|
|
140
|
+
return this.xl.xa(a);
|
|
141
|
+
};
|
|
142
|
+
GeographicMapSeriesHost.prototype.xb = function (a) {
|
|
143
|
+
return this.xl.xb(a);
|
|
144
144
|
};
|
|
145
145
|
GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
|
|
146
|
-
return this.
|
|
146
|
+
return this.xl.i9(a, b, c);
|
|
147
147
|
};
|
|
148
|
-
GeographicMapSeriesHost.prototype.
|
|
149
|
-
return this.
|
|
148
|
+
GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
|
|
149
|
+
return this.xl.ws(a, b, c);
|
|
150
150
|
};
|
|
151
151
|
GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
|
|
152
152
|
return this.jd(a, b, c);
|
|
153
153
|
};
|
|
154
|
-
GeographicMapSeriesHost.prototype.
|
|
155
|
-
return this.
|
|
154
|
+
GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
|
|
155
|
+
return this.xl.wu(a, b, c);
|
|
156
156
|
};
|
|
157
|
-
GeographicMapSeriesHost.prototype.
|
|
158
|
-
return this.
|
|
157
|
+
GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
|
|
158
|
+
return this.xl.wx(a, b, c);
|
|
159
159
|
};
|
|
160
160
|
GeographicMapSeriesHost.prototype.je = function (a, b, c) {
|
|
161
|
-
return this.
|
|
161
|
+
return this.xl.je(a, b, c);
|
|
162
162
|
};
|
|
163
|
-
GeographicMapSeriesHost.prototype.
|
|
164
|
-
return this.
|
|
163
|
+
GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
|
|
164
|
+
return this.xl.wt(a, b, c);
|
|
165
165
|
};
|
|
166
166
|
GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
|
|
167
|
-
return this.
|
|
167
|
+
return this.xl.ja(a, b, c);
|
|
168
168
|
};
|
|
169
|
-
GeographicMapSeriesHost.prototype.
|
|
170
|
-
return this.
|
|
169
|
+
GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
|
|
170
|
+
return this.xl.wv(a, b, c);
|
|
171
171
|
};
|
|
172
172
|
GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
|
|
173
|
-
return this.
|
|
173
|
+
return this.xl.jc(a, b, c);
|
|
174
174
|
};
|
|
175
175
|
GeographicMapSeriesHost.prototype.kd = function (a) {
|
|
176
|
-
return this.
|
|
176
|
+
return this.xl.kd(a);
|
|
177
177
|
};
|
|
178
178
|
GeographicMapSeriesHost.prototype.i3 = function () {
|
|
179
|
-
return this.
|
|
179
|
+
return this.xl.i3();
|
|
180
180
|
};
|
|
181
181
|
GeographicMapSeriesHost.prototype.iz = function (a) {
|
|
182
|
-
return this.
|
|
182
|
+
return this.xl.iz(a);
|
|
183
183
|
};
|
|
184
184
|
GeographicMapSeriesHost.prototype.kx = function (a) {
|
|
185
|
-
return this.
|
|
185
|
+
return this.xl.kx(a);
|
|
186
186
|
};
|
|
187
187
|
GeographicMapSeriesHost.prototype.ct = function () {
|
|
188
188
|
return new HostSeriesView(this);
|
|
189
189
|
};
|
|
190
|
-
GeographicMapSeriesHost.prototype.
|
|
191
|
-
_super.prototype.
|
|
192
|
-
this.
|
|
190
|
+
GeographicMapSeriesHost.prototype.rh = function (a) {
|
|
191
|
+
_super.prototype.rh.call(this, a);
|
|
192
|
+
this.xm = typeCast(HostSeriesView.$, a);
|
|
193
193
|
};
|
|
194
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
194
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xn", {
|
|
195
195
|
get: function () {
|
|
196
|
-
return this.c(GeographicMapSeriesHost.
|
|
196
|
+
return this.c(GeographicMapSeriesHost.xs);
|
|
197
197
|
},
|
|
198
198
|
set: function (a) {
|
|
199
|
-
this.h(GeographicMapSeriesHost.
|
|
199
|
+
this.h(GeographicMapSeriesHost.xs, a);
|
|
200
200
|
},
|
|
201
201
|
enumerable: false,
|
|
202
202
|
configurable: true
|
|
203
203
|
});
|
|
204
|
-
GeographicMapSeriesHost.prototype.
|
|
205
|
-
_super.prototype.
|
|
204
|
+
GeographicMapSeriesHost.prototype.rq = function (a, b, c, d) {
|
|
205
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
206
206
|
switch (b) {
|
|
207
207
|
case "SeriesViewer":
|
|
208
|
-
this.
|
|
208
|
+
this.xl.dc = this.dc;
|
|
209
209
|
if (c != null) {
|
|
210
|
-
c.s9(this.
|
|
210
|
+
c.s9(this.xl);
|
|
211
211
|
}
|
|
212
212
|
if (d != null) {
|
|
213
|
-
this.dc.on(this.
|
|
213
|
+
this.dc.on(this.xl);
|
|
214
214
|
}
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.kp = this.
|
|
215
|
+
this.xl.rt(this.xd);
|
|
216
|
+
this.xl.index = this.index;
|
|
217
|
+
this.qe(this.xl);
|
|
218
|
+
this.kp = this.xl.kp;
|
|
219
219
|
var e = typeCast(SeriesViewer.$, c);
|
|
220
220
|
if (e != null) {
|
|
221
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
221
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
|
|
222
222
|
}
|
|
223
223
|
if (this.dc != null) {
|
|
224
224
|
var f = this.dc;
|
|
225
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
225
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
|
|
226
226
|
}
|
|
227
|
-
this.
|
|
227
|
+
this.xp();
|
|
228
228
|
break;
|
|
229
229
|
case "SyncLink":
|
|
230
|
-
this.
|
|
230
|
+
this.xl.c4 = this.c4;
|
|
231
231
|
break;
|
|
232
232
|
case "VisibleFromScale":
|
|
233
|
-
this.
|
|
233
|
+
this.xp();
|
|
234
234
|
break;
|
|
235
235
|
case "Index":
|
|
236
|
-
this.
|
|
236
|
+
this.xl.index = this.index;
|
|
237
237
|
break;
|
|
238
238
|
case "ItemsSource":
|
|
239
|
-
this.
|
|
239
|
+
this.xm.cj();
|
|
240
240
|
break;
|
|
241
241
|
case "Resolution":
|
|
242
|
-
this.
|
|
242
|
+
this.xm.cq();
|
|
243
243
|
break;
|
|
244
244
|
case "TransitionDuration":
|
|
245
|
-
this.
|
|
245
|
+
this.xm.ct();
|
|
246
246
|
break;
|
|
247
247
|
case "Opacity":
|
|
248
|
-
this.
|
|
248
|
+
this.xm.cn();
|
|
249
249
|
break;
|
|
250
250
|
case "Visibility":
|
|
251
|
-
var hs_ = this.
|
|
251
|
+
var hs_ = this.xl;
|
|
252
252
|
var v_ = this._visibility;
|
|
253
253
|
hs_.visibility = v_;
|
|
254
254
|
break;
|
|
255
255
|
case "MouseOverEnabled":
|
|
256
|
-
this.
|
|
256
|
+
this.xl.ge = this.ge;
|
|
257
257
|
break;
|
|
258
258
|
case "ExpectFunctions":
|
|
259
|
-
this.
|
|
259
|
+
this.xl.expectFunctions = this.expectFunctions;
|
|
260
260
|
break;
|
|
261
261
|
case "Thickness":
|
|
262
|
-
this.
|
|
262
|
+
this.xm.cs();
|
|
263
263
|
break;
|
|
264
264
|
case "Brush":
|
|
265
|
-
this.
|
|
265
|
+
this.xm.ch();
|
|
266
266
|
break;
|
|
267
267
|
case "Outline":
|
|
268
|
-
this.
|
|
268
|
+
this.xm.cp();
|
|
269
269
|
break;
|
|
270
270
|
case "ActualBrush":
|
|
271
|
-
this.
|
|
271
|
+
this.xm.ce();
|
|
272
272
|
break;
|
|
273
273
|
case "ActualOutline":
|
|
274
|
-
this.
|
|
274
|
+
this.xm.cf();
|
|
275
275
|
break;
|
|
276
276
|
case "MarkerFillOpacity":
|
|
277
277
|
if (!isNaN_(this.jo)) {
|
|
278
|
-
this.
|
|
278
|
+
this.xm.cm();
|
|
279
279
|
}
|
|
280
280
|
break;
|
|
281
281
|
case "AreaFillOpacity":
|
|
282
282
|
if (!isNaN_(this.ir)) {
|
|
283
|
-
this.
|
|
283
|
+
this.xm.cg();
|
|
284
284
|
}
|
|
285
285
|
break;
|
|
286
286
|
case "OutlineMode":
|
|
287
|
-
this.
|
|
287
|
+
this.xm.co();
|
|
288
288
|
break;
|
|
289
289
|
case "ShowDefaultTooltip":
|
|
290
|
-
this.
|
|
290
|
+
this.xm.cr();
|
|
291
291
|
break;
|
|
292
292
|
case "Title":
|
|
293
|
-
this.
|
|
293
|
+
this.xl.title = this.title;
|
|
294
294
|
break;
|
|
295
295
|
case "LegendItemBadgeMode":
|
|
296
|
-
this.
|
|
296
|
+
this.xm.ck();
|
|
297
297
|
break;
|
|
298
298
|
case "LegendItemBadgeShape":
|
|
299
|
-
this.
|
|
299
|
+
this.xm.cl();
|
|
300
300
|
break;
|
|
301
301
|
case "Legend":
|
|
302
|
-
this.
|
|
302
|
+
this.xl.legend = this.legend;
|
|
303
303
|
this.cw.a5();
|
|
304
304
|
break;
|
|
305
305
|
}
|
|
306
306
|
};
|
|
307
|
-
GeographicMapSeriesHost.prototype.
|
|
308
|
-
if (this.dc == null || this.
|
|
307
|
+
GeographicMapSeriesHost.prototype.xp = function () {
|
|
308
|
+
if (this.dc == null || this.xl == null) {
|
|
309
309
|
return;
|
|
310
310
|
}
|
|
311
|
-
if (!isNaN_(this.
|
|
312
|
-
if (this.dc.yr.width > this.
|
|
313
|
-
var hs_ = this.
|
|
311
|
+
if (!isNaN_(this.xn)) {
|
|
312
|
+
if (this.dc.yr.width > this.xn) {
|
|
313
|
+
var hs_ = this.xl;
|
|
314
314
|
var v_ = 1;
|
|
315
315
|
hs_.visibility = v_;
|
|
316
316
|
}
|
|
317
317
|
else {
|
|
318
|
-
var hs2_ = this.
|
|
318
|
+
var hs2_ = this.xl;
|
|
319
319
|
var v2_ = 0;
|
|
320
320
|
hs2_.visibility = v2_;
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
};
|
|
324
|
-
GeographicMapSeriesHost.prototype.
|
|
325
|
-
this.
|
|
324
|
+
GeographicMapSeriesHost.prototype.xr = function (a, b) {
|
|
325
|
+
this.xp();
|
|
326
326
|
};
|
|
327
|
-
GeographicMapSeriesHost.prototype.
|
|
328
|
-
_super.prototype.
|
|
329
|
-
if (this.
|
|
330
|
-
this.
|
|
327
|
+
GeographicMapSeriesHost.prototype.r8 = function (a) {
|
|
328
|
+
_super.prototype.r8.call(this, a);
|
|
329
|
+
if (this.xl != null) {
|
|
330
|
+
this.xl.r8(a);
|
|
331
331
|
}
|
|
332
332
|
};
|
|
333
|
-
GeographicMapSeriesHost.prototype.
|
|
334
|
-
_super.prototype.
|
|
335
|
-
if (this.
|
|
336
|
-
this.
|
|
333
|
+
GeographicMapSeriesHost.prototype.rl = function (a) {
|
|
334
|
+
_super.prototype.rl.call(this, a);
|
|
335
|
+
if (this.xl != null) {
|
|
336
|
+
this.xl.q2();
|
|
337
337
|
}
|
|
338
338
|
};
|
|
339
|
-
GeographicMapSeriesHost.prototype.
|
|
340
|
-
if (this.
|
|
341
|
-
this.
|
|
339
|
+
GeographicMapSeriesHost.prototype.r7 = function (a, b, c, d, e) {
|
|
340
|
+
if (this.xl != null) {
|
|
341
|
+
this.xl.r7(a, b, c, d, e);
|
|
342
342
|
}
|
|
343
343
|
};
|
|
344
344
|
GeographicMapSeriesHost.prototype.a2 = function (a, b) {
|
|
345
|
-
return this.
|
|
345
|
+
return this.xl.a2(a, b);
|
|
346
346
|
};
|
|
347
|
-
GeographicMapSeriesHost.prototype.
|
|
348
|
-
_super.prototype.
|
|
349
|
-
this.
|
|
347
|
+
GeographicMapSeriesHost.prototype.su = function () {
|
|
348
|
+
_super.prototype.su.call(this);
|
|
349
|
+
this.xl.su();
|
|
350
350
|
};
|
|
351
351
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
352
352
|
return this._coercionMethods;
|
|
353
353
|
};
|
|
354
354
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
355
355
|
this._coercionMethods = a;
|
|
356
|
-
this.
|
|
356
|
+
this.xl.coercionMethods = a;
|
|
357
357
|
};
|
|
358
|
-
GeographicMapSeriesHost.prototype.
|
|
359
|
-
_super.prototype.
|
|
360
|
-
if (this.
|
|
361
|
-
var b = this.
|
|
362
|
-
this.
|
|
358
|
+
GeographicMapSeriesHost.prototype.qd = function (a) {
|
|
359
|
+
_super.prototype.qd.call(this, a);
|
|
360
|
+
if (this.xl != null) {
|
|
361
|
+
var b = this.xl.kv();
|
|
362
|
+
this.pl(a, b);
|
|
363
363
|
}
|
|
364
364
|
};
|
|
365
365
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
366
|
-
GeographicMapSeriesHost.
|
|
366
|
+
GeographicMapSeriesHost.xs = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
367
367
|
var c = a;
|
|
368
368
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
369
369
|
}));
|
|
370
370
|
return GeographicMapSeriesHost;
|
|
371
371
|
}(Series));
|
|
372
|
-
export { GeographicMapSeriesHost };
|
|
373
372
|
/**
|
|
374
373
|
* @hidden
|
|
375
374
|
*/
|
|
376
|
-
var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
375
|
+
export var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
377
376
|
__extends(HostSeriesView, _super);
|
|
378
377
|
function HostSeriesView(a) {
|
|
379
378
|
var _this = _super.call(this, a) || this;
|
|
@@ -386,68 +385,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
385
|
};
|
|
387
386
|
HostSeriesView.prototype.ci = function () {
|
|
388
387
|
this.cd.legendItemVisibility = 1;
|
|
389
|
-
this.cd.
|
|
390
|
-
this.cd.
|
|
391
|
-
this.cd.
|
|
392
|
-
this.cd.
|
|
393
|
-
this.cd.
|
|
394
|
-
this.cd.
|
|
395
|
-
this.cd.
|
|
396
|
-
this.cd.
|
|
397
|
-
this.cd.
|
|
398
|
-
this.cd.
|
|
399
|
-
this.cd.
|
|
400
|
-
this.cd.
|
|
401
|
-
this.cd.
|
|
402
|
-
this.cd.
|
|
403
|
-
this.cd.
|
|
388
|
+
this.cd.xl.legendItemVisibility = 0;
|
|
389
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
390
|
+
this.cd.xl.index = this.cd.index;
|
|
391
|
+
this.cd.xl.vz = this.cd.vz;
|
|
392
|
+
this.cd.xl.wf = this.cd.vz;
|
|
393
|
+
this.cd.xl.cj = this.cd.cj;
|
|
394
|
+
this.cd.xl.jr = this.cd.jr;
|
|
395
|
+
this.cd.xl.km = this.cd.km;
|
|
396
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
397
|
+
this.cd.xl.jy = this.cd.jy;
|
|
398
|
+
this.cd.xl.ir = this.cd.ir;
|
|
399
|
+
this.cd.xl.jo = this.cd.jo;
|
|
400
|
+
this.cd.xl.gv = this.cd.gv;
|
|
401
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
402
|
+
this.cd.xl.be = this.cd.be;
|
|
404
403
|
};
|
|
405
404
|
HostSeriesView.prototype.cj = function () {
|
|
406
|
-
this.cd.
|
|
405
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
407
406
|
};
|
|
408
407
|
HostSeriesView.prototype.cq = function () {
|
|
409
|
-
this.cd.
|
|
408
|
+
this.cd.xl.jr = this.cd.jr;
|
|
410
409
|
};
|
|
411
410
|
HostSeriesView.prototype.ct = function () {
|
|
412
|
-
this.cd.
|
|
411
|
+
this.cd.xl.km = this.cd.km;
|
|
413
412
|
};
|
|
414
413
|
HostSeriesView.prototype.cn = function () {
|
|
415
|
-
this.cd.
|
|
414
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
416
415
|
};
|
|
417
416
|
HostSeriesView.prototype.cs = function () {
|
|
418
|
-
this.cd.
|
|
417
|
+
this.cd.xl.jy = this.cd.jy;
|
|
419
418
|
};
|
|
420
419
|
HostSeriesView.prototype.ch = function () {
|
|
421
|
-
this.cd.
|
|
420
|
+
this.cd.xl.vz = this.cd.vz;
|
|
422
421
|
};
|
|
423
422
|
HostSeriesView.prototype.cp = function () {
|
|
424
|
-
this.cd.
|
|
423
|
+
this.cd.xl.wf = this.cd.wf;
|
|
425
424
|
};
|
|
426
425
|
HostSeriesView.prototype.ce = function () {
|
|
427
|
-
this.cd.
|
|
426
|
+
this.cd.xl.vz = this.cd.vt;
|
|
428
427
|
};
|
|
429
428
|
HostSeriesView.prototype.cf = function () {
|
|
430
|
-
this.cd.
|
|
429
|
+
this.cd.xl.wf = this.cd.vx;
|
|
431
430
|
};
|
|
432
431
|
HostSeriesView.prototype.ck = function () {
|
|
433
|
-
this.cd.
|
|
432
|
+
this.cd.xl.be = this.cd.be;
|
|
434
433
|
};
|
|
435
434
|
HostSeriesView.prototype.cl = function () {
|
|
436
|
-
this.cd.
|
|
435
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
437
436
|
};
|
|
438
437
|
HostSeriesView.prototype.cg = function () {
|
|
439
|
-
this.cd.
|
|
438
|
+
this.cd.xl.ir = this.cd.ir;
|
|
440
439
|
};
|
|
441
440
|
HostSeriesView.prototype.cm = function () {
|
|
442
|
-
this.cd.
|
|
441
|
+
this.cd.xl.jo = this.cd.jo;
|
|
443
442
|
};
|
|
444
443
|
HostSeriesView.prototype.co = function () {
|
|
445
|
-
this.cd.
|
|
444
|
+
this.cd.xl.cj = this.cd.cj;
|
|
446
445
|
};
|
|
447
446
|
HostSeriesView.prototype.cr = function () {
|
|
448
|
-
this.cd.
|
|
447
|
+
this.cd.xl.gv = this.cd.gv;
|
|
449
448
|
};
|
|
450
449
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
451
450
|
return HostSeriesView;
|
|
452
451
|
}(SeriesView));
|
|
453
|
-
export { HostSeriesView };
|