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
|
@@ -15,24 +15,24 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
18
|
-
var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
|
+
export var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
19
|
__extends(GeographicShapeSeriesBase, _super);
|
|
20
20
|
function GeographicShapeSeriesBase() {
|
|
21
21
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
22
|
+
_this.x2 = false;
|
|
22
23
|
_this.x1 = false;
|
|
23
|
-
_this.x0 = false;
|
|
24
24
|
_this.assigningShapeStyle = null;
|
|
25
25
|
_this.assigningShapeMarkerStyle = null;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.xy = null;
|
|
27
|
+
_this.x0 = false;
|
|
28
28
|
return _this;
|
|
29
29
|
}
|
|
30
30
|
GeographicShapeSeriesBase.prototype.ct = function () {
|
|
31
31
|
return new GeographicShapeSeriesBaseView(this);
|
|
32
32
|
};
|
|
33
|
-
GeographicShapeSeriesBase.prototype.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
this.
|
|
33
|
+
GeographicShapeSeriesBase.prototype.rh = function (a) {
|
|
34
|
+
_super.prototype.rh.call(this, a);
|
|
35
|
+
this.xx = a;
|
|
36
36
|
};
|
|
37
37
|
GeographicShapeSeriesBase.prototype.get_fh = function () {
|
|
38
38
|
return true;
|
|
@@ -40,106 +40,106 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
GeographicShapeSeriesBase.prototype.get_ef = function () {
|
|
41
41
|
return true;
|
|
42
42
|
};
|
|
43
|
-
GeographicShapeSeriesBase.prototype.
|
|
44
|
-
_super.prototype.
|
|
43
|
+
GeographicShapeSeriesBase.prototype.rq = function (a, b, c, d) {
|
|
44
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
45
45
|
switch (b) {
|
|
46
46
|
case "SeriesViewer":
|
|
47
|
-
this.
|
|
47
|
+
this.xx.cv();
|
|
48
48
|
break;
|
|
49
49
|
case "ShapeMemberPath":
|
|
50
|
-
this.
|
|
50
|
+
this.xx.cx();
|
|
51
51
|
break;
|
|
52
52
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
53
|
-
this.
|
|
53
|
+
this.xx.cw();
|
|
54
54
|
break;
|
|
55
55
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
var e = this.
|
|
60
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
56
|
+
this.xl.yt = this.x5;
|
|
57
|
+
this.x2 = this.x5;
|
|
58
|
+
if (this.x5) {
|
|
59
|
+
var e = this.xl;
|
|
60
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
|
-
var f = this.
|
|
64
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
63
|
+
var f = this.xl;
|
|
64
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
|
|
65
65
|
}
|
|
66
66
|
break;
|
|
67
67
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
if (this.
|
|
71
|
-
var g = this.
|
|
72
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
68
|
+
this.xl.ys = this.x4;
|
|
69
|
+
this.x1 = this.x4;
|
|
70
|
+
if (this.x5) {
|
|
71
|
+
var g = this.xl;
|
|
72
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
73
73
|
}
|
|
74
74
|
else {
|
|
75
|
-
var h = this.
|
|
76
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
75
|
+
var h = this.xl;
|
|
76
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
77
77
|
}
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
80
|
-
this.
|
|
80
|
+
this.xl.x5 = this.xw;
|
|
81
81
|
break;
|
|
82
82
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
83
|
-
this.
|
|
83
|
+
this.xl.za = this.x7;
|
|
84
84
|
break;
|
|
85
85
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
86
|
-
this.
|
|
86
|
+
this.xl.zb = this.x8;
|
|
87
87
|
break;
|
|
88
88
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
89
|
-
this.
|
|
89
|
+
this.xl.zf = this.x9;
|
|
90
90
|
break;
|
|
91
91
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
92
|
-
this.
|
|
92
|
+
this.xl.xv = this.xv;
|
|
93
93
|
break;
|
|
94
94
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
95
|
-
this.
|
|
95
|
+
this.xl.yo = this.x3;
|
|
96
96
|
break;
|
|
97
97
|
case "ShapefileDataSource":
|
|
98
98
|
if (c != null) {
|
|
99
99
|
var i = c;
|
|
100
|
-
if (this.
|
|
101
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
100
|
+
if (this.x0) {
|
|
101
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (d != null) {
|
|
105
105
|
var j = d;
|
|
106
106
|
if (j.count > 0) {
|
|
107
|
-
this.
|
|
107
|
+
this.yp();
|
|
108
108
|
break;
|
|
109
109
|
}
|
|
110
|
-
this.
|
|
111
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
110
|
+
this.x0 = true;
|
|
111
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
|
|
112
112
|
}
|
|
113
113
|
break;
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.yn = function (a, b) {
|
|
117
117
|
if (this.assigningShapeStyle != null) {
|
|
118
118
|
this.assigningShapeStyle(this, b);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
|
-
GeographicShapeSeriesBase.prototype.
|
|
121
|
+
GeographicShapeSeriesBase.prototype.ym = function (a, b) {
|
|
122
122
|
if (this.assigningShapeMarkerStyle != null) {
|
|
123
123
|
this.assigningShapeMarkerStyle(this, b);
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
GeographicShapeSeriesBase.prototype.
|
|
127
|
-
this.
|
|
126
|
+
GeographicShapeSeriesBase.prototype.yo = function (a, b) {
|
|
127
|
+
this.yp();
|
|
128
128
|
};
|
|
129
|
-
GeographicShapeSeriesBase.prototype.
|
|
130
|
-
var sds_ = this.
|
|
129
|
+
GeographicShapeSeriesBase.prototype.yp = function () {
|
|
130
|
+
var sds_ = this.xz;
|
|
131
131
|
var ext_ = sds_.externalObject;
|
|
132
132
|
this.itemsSource = (ext_.getPointData());
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "xz", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.xy;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
if (b != this.
|
|
142
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
139
|
+
var b = this.xy;
|
|
140
|
+
this.xy = a;
|
|
141
|
+
if (b != this.xy) {
|
|
142
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
@@ -152,14 +152,13 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152
152
|
_super.prototype.set_hd.call(this, a);
|
|
153
153
|
};
|
|
154
154
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
155
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
155
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
|
|
156
156
|
return GeographicShapeSeriesBase;
|
|
157
157
|
}(GeographicMapSeriesHost));
|
|
158
|
-
export { GeographicShapeSeriesBase };
|
|
159
158
|
/**
|
|
160
159
|
* @hidden
|
|
161
160
|
*/
|
|
162
|
-
var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
161
|
+
export var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
163
162
|
__extends(GeographicShapeSeriesBaseView, _super);
|
|
164
163
|
function GeographicShapeSeriesBaseView(a) {
|
|
165
164
|
var _this = _super.call(this, a) || this;
|
|
@@ -169,25 +168,24 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
169
168
|
}
|
|
170
169
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
171
170
|
_super.prototype.ci.call(this);
|
|
172
|
-
this.cu.
|
|
171
|
+
this.cu.xl.zs = this.cu.yk;
|
|
173
172
|
};
|
|
174
173
|
GeographicShapeSeriesBaseView.prototype.cv = function () {
|
|
175
|
-
var a = this.cu.
|
|
174
|
+
var a = this.cu.xl;
|
|
176
175
|
if (this.cu.dc == null) {
|
|
177
|
-
a.
|
|
178
|
-
a.
|
|
176
|
+
a.xz = null;
|
|
177
|
+
a.x1 = null;
|
|
179
178
|
return;
|
|
180
179
|
}
|
|
181
|
-
a.
|
|
182
|
-
a.
|
|
180
|
+
a.xz = this.cu.dc.zh;
|
|
181
|
+
a.x1 = this.cu.dc.zj;
|
|
183
182
|
};
|
|
184
183
|
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
185
|
-
this.cu.
|
|
184
|
+
this.cu.xl.zs = this.cu.yk;
|
|
186
185
|
};
|
|
187
186
|
GeographicShapeSeriesBaseView.prototype.cw = function () {
|
|
188
|
-
this.cu.
|
|
187
|
+
this.cu.xl.y7 = this.cu.x6;
|
|
189
188
|
};
|
|
190
189
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
191
190
|
return GeographicShapeSeriesBaseView;
|
|
192
191
|
}(HostSeriesView));
|
|
193
|
-
export { GeographicShapeSeriesBaseView };
|
|
@@ -24,70 +24,69 @@ import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
|
24
24
|
/**
|
|
25
25
|
* @hidden
|
|
26
26
|
*/
|
|
27
|
-
var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
27
|
+
export var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
28
28
|
__extends(GeographicShapeSeriesView, _super);
|
|
29
29
|
function GeographicShapeSeriesView(a) {
|
|
30
30
|
var _this = _super.call(this, a) || this;
|
|
31
31
|
_this.cy = null;
|
|
32
32
|
_this.cy = a;
|
|
33
33
|
if (!_this.t) {
|
|
34
|
-
_this.cy.
|
|
34
|
+
_this.cy.yk = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
GeographicShapeSeriesView.prototype.a4 = function () {
|
|
39
39
|
_super.prototype.a4.call(this);
|
|
40
40
|
if (!this.t) {
|
|
41
|
-
this.cy.
|
|
41
|
+
this.cy.z7 = Defaults.a8;
|
|
42
42
|
this.cy.jy = Defaults.ac;
|
|
43
|
-
this.cy.
|
|
44
|
-
this.cy.
|
|
45
|
-
this.cy.
|
|
43
|
+
this.cy.y6 = Defaults.ab;
|
|
44
|
+
this.cy.y3 = Defaults.d;
|
|
45
|
+
this.cy.y1 = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
GeographicShapeSeriesView.prototype.ci = function () {
|
|
49
49
|
_super.prototype.ci.call(this);
|
|
50
|
-
this.cy.
|
|
51
|
-
this.cy.
|
|
52
|
-
this.cy.
|
|
53
|
-
this.cy.
|
|
54
|
-
this.cy.
|
|
50
|
+
this.cy.xl.acf = this.cy.z9;
|
|
51
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
52
|
+
this.cy.xl.abu = this.cy.zp;
|
|
53
|
+
this.cy.xl.abb = this.cy.y6;
|
|
54
|
+
this.cy.xl.aat = this.cy.y0;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.c3 = function () {
|
|
57
|
-
this.cy.
|
|
57
|
+
this.cy.xl.abu = this.cy.zp;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cy.
|
|
60
|
+
this.cy.xl.abb = this.cy.y6;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.c0 = function () {
|
|
63
|
-
this.cy.
|
|
63
|
+
this.cy.xl.aat = this.cy.y0;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.c4 = function () {
|
|
66
|
-
this.cy.
|
|
66
|
+
this.cy.xl.aa2 = this.cy.y3;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cz = function () {
|
|
69
|
-
this.cy.
|
|
69
|
+
this.cy.xl.acb = this.cy.z6;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.c1 = function () {
|
|
72
|
-
this.cy.
|
|
72
|
+
this.cy.xl.acc = this.cy.z7;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.c2 = function () {
|
|
75
|
-
this.cy.
|
|
75
|
+
this.cy.xl.ace = this.cy.z8;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.c6 = function () {
|
|
78
|
-
this.cy.
|
|
78
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.c7 = function () {
|
|
81
|
-
this.cy.
|
|
81
|
+
this.cy.xl.acf = this.cy.z9;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
85
85
|
}(GeographicShapeSeriesBaseView));
|
|
86
|
-
export { GeographicShapeSeriesView };
|
|
87
86
|
/**
|
|
88
87
|
* @hidden
|
|
89
88
|
*/
|
|
90
|
-
var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
89
|
+
export var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
91
90
|
__extends(GeographicShapeSeries, _super);
|
|
92
91
|
function GeographicShapeSeries() {
|
|
93
92
|
var _this = _super.call(this) || this;
|
|
@@ -104,81 +103,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
103
|
GeographicShapeSeries.prototype.ct = function () {
|
|
105
104
|
return new GeographicShapeSeriesView(this);
|
|
106
105
|
};
|
|
107
|
-
GeographicShapeSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
109
|
-
this.
|
|
106
|
+
GeographicShapeSeries.prototype.rh = function (a) {
|
|
107
|
+
_super.prototype.rh.call(this, a);
|
|
108
|
+
this.y5 = a;
|
|
110
109
|
};
|
|
111
|
-
GeographicShapeSeries.prototype.
|
|
110
|
+
GeographicShapeSeries.prototype.xk = function () {
|
|
112
111
|
var a = new ScatterPolygonSeries();
|
|
113
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
114
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
112
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
|
|
113
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
|
|
115
114
|
return a;
|
|
116
115
|
};
|
|
117
|
-
GeographicShapeSeries.prototype.
|
|
116
|
+
GeographicShapeSeries.prototype.zm = function (a, b) {
|
|
118
117
|
if (this.styleShape != null) {
|
|
119
118
|
this.styleShape(this, b);
|
|
120
119
|
}
|
|
121
120
|
};
|
|
122
|
-
GeographicShapeSeries.prototype.
|
|
123
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
121
|
+
GeographicShapeSeries.prototype.zn = function (a, b) {
|
|
122
|
+
var c = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
124
123
|
if (c == null) {
|
|
125
124
|
return;
|
|
126
125
|
}
|
|
127
126
|
};
|
|
128
127
|
GeographicShapeSeries.prototype.iu = function () {
|
|
129
|
-
return this.
|
|
130
|
-
};
|
|
131
|
-
GeographicShapeSeries.prototype.v4 = function () {
|
|
132
|
-
return this.z3;
|
|
128
|
+
return this.y6;
|
|
133
129
|
};
|
|
134
130
|
GeographicShapeSeries.prototype.v5 = function () {
|
|
135
131
|
return this.z4;
|
|
136
132
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
return this.
|
|
133
|
+
GeographicShapeSeries.prototype.v6 = function () {
|
|
134
|
+
return this.z5;
|
|
135
|
+
};
|
|
136
|
+
GeographicShapeSeries.prototype.th = function () {
|
|
137
|
+
return this.zo;
|
|
139
138
|
};
|
|
140
139
|
GeographicShapeSeries.prototype.ml = function () {
|
|
141
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
140
|
+
var a = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
142
141
|
if (a == null) {
|
|
143
142
|
return "Unknown";
|
|
144
143
|
}
|
|
145
144
|
return a.ml();
|
|
146
145
|
};
|
|
147
|
-
GeographicShapeSeries.prototype.
|
|
148
|
-
_super.prototype.
|
|
146
|
+
GeographicShapeSeries.prototype.rq = function (a, b, c, d) {
|
|
147
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
149
148
|
switch (b) {
|
|
150
149
|
case GeographicShapeSeries.$$p[6]:
|
|
151
|
-
this.
|
|
150
|
+
this.xl.aa0 = this.y2;
|
|
152
151
|
break;
|
|
153
152
|
case GeographicShapeSeries.$$p[5]:
|
|
154
|
-
this.
|
|
153
|
+
this.xl.aaw = this.y1;
|
|
155
154
|
break;
|
|
156
155
|
case GeographicShapeSeries.$$p[9]:
|
|
157
|
-
this.
|
|
156
|
+
this.y5.c3();
|
|
158
157
|
break;
|
|
159
158
|
case GeographicShapeSeries.$$p[10]:
|
|
160
|
-
this.
|
|
159
|
+
this.y5.c5();
|
|
161
160
|
break;
|
|
162
161
|
case GeographicShapeSeries.$$p[4]:
|
|
163
|
-
this.
|
|
162
|
+
this.y5.c0();
|
|
164
163
|
break;
|
|
165
164
|
case GeographicShapeSeries.$$p[11]:
|
|
166
|
-
this.
|
|
165
|
+
this.y5.c4();
|
|
167
166
|
break;
|
|
168
167
|
case GeographicShapeSeries.$$p[3]:
|
|
169
|
-
this.
|
|
168
|
+
this.y5.cz();
|
|
170
169
|
break;
|
|
171
170
|
case GeographicShapeSeries.$$p[7]:
|
|
172
|
-
this.
|
|
171
|
+
this.y5.c1();
|
|
173
172
|
break;
|
|
174
173
|
case GeographicShapeSeries.$$p[8]:
|
|
175
|
-
this.
|
|
174
|
+
this.y5.c2();
|
|
176
175
|
break;
|
|
177
176
|
case GeographicShapeSeries.$$p[13]:
|
|
178
|
-
this.
|
|
177
|
+
this.y5.c6();
|
|
179
178
|
break;
|
|
180
179
|
case GeographicShapeSeries.$$p[12]:
|
|
181
|
-
this.
|
|
180
|
+
this.y5.c7();
|
|
182
181
|
break;
|
|
183
182
|
}
|
|
184
183
|
};
|
|
@@ -186,7 +185,6 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
185
|
return 0.7;
|
|
187
186
|
};
|
|
188
187
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
189
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
188
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
|
|
190
189
|
return GeographicShapeSeries;
|
|
191
190
|
}(GeographicShapeSeriesBase));
|
|
192
|
-
export { GeographicShapeSeries };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicSymbolSeriesBase, _super);
|
|
15
15
|
function GeographicSymbolSeriesBase() {
|
|
16
16
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -18,4 +18,3 @@ var GeographicSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
18
18
|
GeographicSymbolSeriesBase.$t = markType(GeographicSymbolSeriesBase, 'GeographicSymbolSeriesBase', GeographicMarkerSeriesBase.$);
|
|
19
19
|
return GeographicSymbolSeriesBase;
|
|
20
20
|
}(GeographicMarkerSeriesBase));
|
|
21
|
-
export { GeographicSymbolSeriesBase };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicSymbolSeriesBaseView, _super);
|
|
15
15
|
function GeographicSymbolSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
@@ -21,4 +21,3 @@ var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
21
21
|
GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);
|
|
22
22
|
return GeographicSymbolSeriesBaseView;
|
|
23
23
|
}(HostSeriesView));
|
|
24
|
-
export { GeographicSymbolSeriesBaseView };
|