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