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
|
@@ -20,79 +20,78 @@ import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
|
20
20
|
/**
|
|
21
21
|
* @hidden
|
|
22
22
|
*/
|
|
23
|
-
var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
23
|
+
export var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
24
24
|
__extends(GeographicMarkerSeries, _super);
|
|
25
25
|
function GeographicMarkerSeries() {
|
|
26
26
|
var _this = _super.call(this) || this;
|
|
27
|
-
var a = _this.
|
|
28
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.
|
|
27
|
+
var a = _this.xl;
|
|
28
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.x9));
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
GeographicMarkerSeries.prototype.
|
|
32
|
-
return this.
|
|
33
|
-
};
|
|
34
|
-
GeographicMarkerSeries.prototype.v4 = function () {
|
|
35
|
-
return this.ym;
|
|
31
|
+
GeographicMarkerSeries.prototype.th = function () {
|
|
32
|
+
return this.ya;
|
|
36
33
|
};
|
|
37
34
|
GeographicMarkerSeries.prototype.v5 = function () {
|
|
38
35
|
return this.yn;
|
|
39
36
|
};
|
|
37
|
+
GeographicMarkerSeries.prototype.v6 = function () {
|
|
38
|
+
return this.yo;
|
|
39
|
+
};
|
|
40
40
|
GeographicMarkerSeries.prototype.iu = function () {
|
|
41
|
-
return this.
|
|
41
|
+
return this.xw;
|
|
42
42
|
};
|
|
43
43
|
GeographicMarkerSeries.prototype.ml = function () {
|
|
44
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
44
|
+
var a = typeCast(MarkerSeries.$, this.xl);
|
|
45
45
|
if (a == null) {
|
|
46
46
|
return "Unknown";
|
|
47
47
|
}
|
|
48
48
|
return a.ml();
|
|
49
49
|
};
|
|
50
|
-
GeographicMarkerSeries.prototype.
|
|
51
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
50
|
+
GeographicMarkerSeries.prototype.x9 = function (a, b) {
|
|
51
|
+
var c = typeCast(MarkerSeries.$, this.xl);
|
|
52
52
|
if (c == null) {
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
56
|
-
this.
|
|
56
|
+
this.ya = c.yl;
|
|
57
57
|
}
|
|
58
58
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
59
|
-
this.
|
|
59
|
+
this.yo = c.y3;
|
|
60
60
|
}
|
|
61
61
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
62
|
-
this.
|
|
62
|
+
this.yn = c.y2;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
GeographicMarkerSeries.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
GeographicMarkerSeries.prototype.rq = function (a, b, c, d) {
|
|
66
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
67
67
|
switch (b) {
|
|
68
68
|
case GeographicMarkerSeries.$$p[3]:
|
|
69
|
-
this.
|
|
69
|
+
this.xl.y4 = this.yp;
|
|
70
70
|
break;
|
|
71
71
|
case GeographicMarkerSeries.$$p[6]:
|
|
72
|
-
this.
|
|
72
|
+
this.xl.y5 = this.yq;
|
|
73
73
|
break;
|
|
74
74
|
case GeographicMarkerSeries.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.xl.xp = this.xu;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicMarkerSeries.$$p[4]:
|
|
78
|
-
this.
|
|
78
|
+
this.xl.xl = this.xt;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicMarkerSeries.$$p[9]:
|
|
81
|
-
this.
|
|
81
|
+
this.xl.xv = this.xv;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicMarkerSeries.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.xl.yn = this.yb;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicMarkerSeries.$$p[8]:
|
|
87
|
-
this.
|
|
87
|
+
this.xl.x4 = this.xw;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicMarkerSeries.$$p[10]:
|
|
90
|
-
this.
|
|
90
|
+
this.xl.aau = this.xx;
|
|
91
91
|
break;
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
94
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
95
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
95
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
|
|
96
96
|
return GeographicMarkerSeries;
|
|
97
97
|
}(GeographicMapSeriesHost));
|
|
98
|
-
export { GeographicMarkerSeries };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicMarkerSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicMarkerSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicMarkerSeriesBase, _super);
|
|
15
15
|
function GeographicMarkerSeriesBase() {
|
|
16
16
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -18,4 +18,3 @@ var GeographicMarkerSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
18
18
|
GeographicMarkerSeriesBase.$t = markType(GeographicMarkerSeriesBase, 'GeographicMarkerSeriesBase', GeographicMarkerSeries.$);
|
|
19
19
|
return GeographicMarkerSeriesBase;
|
|
20
20
|
}(GeographicMarkerSeries));
|
|
21
|
-
export { GeographicMarkerSeriesBase };
|
|
@@ -17,7 +17,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
|
17
17
|
/**
|
|
18
18
|
* @hidden
|
|
19
19
|
*/
|
|
20
|
-
var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
|
+
export var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
21
|
__extends(GeographicPolylineSeriesView, _super);
|
|
22
22
|
function GeographicPolylineSeriesView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
@@ -33,23 +33,22 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
33
33
|
};
|
|
34
34
|
GeographicPolylineSeriesView.prototype.ci = function () {
|
|
35
35
|
_super.prototype.ci.call(this);
|
|
36
|
-
this.cy.
|
|
37
|
-
this.cy.
|
|
36
|
+
this.cy.xl.aat = this.cy.y0;
|
|
37
|
+
this.cy.xl.aay = this.cy.y8;
|
|
38
38
|
};
|
|
39
39
|
GeographicPolylineSeriesView.prototype.cz = function () {
|
|
40
|
-
this.cy.
|
|
40
|
+
this.cy.xl.aat = this.cy.y0;
|
|
41
41
|
};
|
|
42
42
|
GeographicPolylineSeriesView.prototype.c0 = function () {
|
|
43
|
-
this.cy.
|
|
43
|
+
this.cy.xl.aay = this.cy.y8;
|
|
44
44
|
};
|
|
45
45
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
46
46
|
return GeographicPolylineSeriesView;
|
|
47
47
|
}(GeographicShapeSeriesBaseView));
|
|
48
|
-
export { GeographicPolylineSeriesView };
|
|
49
48
|
/**
|
|
50
49
|
* @hidden
|
|
51
50
|
*/
|
|
52
|
-
var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
51
|
+
export var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
53
52
|
__extends(GeographicPolylineSeries, _super);
|
|
54
53
|
function GeographicPolylineSeries() {
|
|
55
54
|
var _this = _super.call(this) || this;
|
|
@@ -66,33 +65,32 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
65
|
GeographicPolylineSeries.prototype.ct = function () {
|
|
67
66
|
return new GeographicPolylineSeriesView(this);
|
|
68
67
|
};
|
|
69
|
-
GeographicPolylineSeries.prototype.
|
|
70
|
-
_super.prototype.
|
|
71
|
-
this.
|
|
68
|
+
GeographicPolylineSeries.prototype.rh = function (a) {
|
|
69
|
+
_super.prototype.rh.call(this, a);
|
|
70
|
+
this.y1 = a;
|
|
72
71
|
};
|
|
73
|
-
GeographicPolylineSeries.prototype.
|
|
72
|
+
GeographicPolylineSeries.prototype.xk = function () {
|
|
74
73
|
var a = new ScatterPolylineSeries();
|
|
75
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
74
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
|
|
76
75
|
return a;
|
|
77
76
|
};
|
|
78
|
-
GeographicPolylineSeries.prototype.
|
|
77
|
+
GeographicPolylineSeries.prototype.y5 = function (a, b) {
|
|
79
78
|
if (this.styleShape != null) {
|
|
80
79
|
this.styleShape(this, b);
|
|
81
80
|
}
|
|
82
81
|
};
|
|
83
|
-
GeographicPolylineSeries.prototype.
|
|
84
|
-
_super.prototype.
|
|
82
|
+
GeographicPolylineSeries.prototype.rq = function (a, b, c, d) {
|
|
83
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
85
84
|
switch (b) {
|
|
86
85
|
case GeographicPolylineSeries.$$p[1]:
|
|
87
|
-
this.
|
|
86
|
+
this.y1.cz();
|
|
88
87
|
break;
|
|
89
88
|
case GeographicPolylineSeries.$$p[0]:
|
|
90
|
-
this.
|
|
89
|
+
this.y1.c0();
|
|
91
90
|
break;
|
|
92
91
|
}
|
|
93
92
|
};
|
|
94
93
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
95
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
94
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
|
|
96
95
|
return GeographicPolylineSeries;
|
|
97
96
|
}(GeographicShapeSeriesBase));
|
|
98
|
-
export { GeographicPolylineSeries };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicProportionalSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicProportionalSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicProportionalSymbolSeriesBase, _super);
|
|
15
15
|
function GeographicProportionalSymbolSeriesBase() {
|
|
16
16
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -18,4 +18,3 @@ var GeographicProportionalSymbolSeriesBase = /** @class */ /*@__PURE__*/ (functi
|
|
|
18
18
|
GeographicProportionalSymbolSeriesBase.$t = markType(GeographicProportionalSymbolSeriesBase, 'GeographicProportionalSymbolSeriesBase', GeographicMarkerSeriesBase.$);
|
|
19
19
|
return GeographicProportionalSymbolSeriesBase;
|
|
20
20
|
}(GeographicMarkerSeriesBase));
|
|
21
|
-
export { GeographicProportionalSymbolSeriesBase };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicProportionalSymbolSeriesBaseView, _super);
|
|
15
15
|
function GeographicProportionalSymbolSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
@@ -21,4 +21,3 @@ var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (fu
|
|
|
21
21
|
GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
|
|
22
22
|
return GeographicProportionalSymbolSeriesBaseView;
|
|
23
23
|
}(HostSeriesView));
|
|
24
|
-
export { GeographicProportionalSymbolSeriesBaseView };
|
|
@@ -17,7 +17,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
|
17
17
|
/**
|
|
18
18
|
* @hidden
|
|
19
19
|
*/
|
|
20
|
-
var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
|
+
export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
21
|
__extends(GeographicProportionalSymbolSeriesView, _super);
|
|
22
22
|
function GeographicProportionalSymbolSeriesView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
@@ -32,49 +32,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
32
32
|
};
|
|
33
33
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
34
34
|
_super.prototype.ci.call(this);
|
|
35
|
-
var a = this.cu.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
35
|
+
var a = this.cu.xl;
|
|
36
|
+
a.abe = this.cu.zk;
|
|
37
|
+
a.abm = this.cu.zi;
|
|
38
|
+
a.xv = this.cu.xv;
|
|
39
|
+
a.yn = this.cu.yb;
|
|
40
|
+
a.x4 = this.cu.xw;
|
|
41
|
+
a.ado = this.cu.y4;
|
|
42
|
+
a.aee = this.cu.zp;
|
|
43
|
+
a.add = this.cu.yw;
|
|
44
|
+
a.ad4 = this.cu.zg;
|
|
45
|
+
a.adz = this.cu.y8;
|
|
46
|
+
a.ada = this.cu.yt;
|
|
47
|
+
a.adm = this.cu.y0;
|
|
41
48
|
a.adn = this.cu.y3;
|
|
42
|
-
a.
|
|
43
|
-
a.adc = this.cu.yv;
|
|
44
|
-
a.ad3 = this.cu.zf;
|
|
45
|
-
a.ady = this.cu.y7;
|
|
46
|
-
a.ac9 = this.cu.ys;
|
|
47
|
-
a.adl = this.cu.yz;
|
|
48
|
-
a.adm = this.cu.y2;
|
|
49
|
+
a.adt = this.cu.y6;
|
|
49
50
|
a.ads = this.cu.y5;
|
|
50
|
-
a.adr = this.cu.y4;
|
|
51
51
|
};
|
|
52
52
|
GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
|
|
53
|
-
this.cu.
|
|
53
|
+
this.cu.xl.abe = this.cu.zk;
|
|
54
54
|
};
|
|
55
55
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
56
|
-
this.cu.
|
|
56
|
+
this.cu.xl.abm = this.cu.zi;
|
|
57
57
|
};
|
|
58
58
|
GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
|
|
59
|
-
this.cu.
|
|
59
|
+
this.cu.xl.xv = this.cu.xv;
|
|
60
60
|
};
|
|
61
61
|
GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
|
|
62
|
-
this.cu.
|
|
62
|
+
this.cu.xl.yn = this.cu.yb;
|
|
63
63
|
};
|
|
64
64
|
GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
|
|
65
|
-
this.cu.
|
|
65
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
66
66
|
};
|
|
67
67
|
GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
|
|
68
|
-
this.cu.
|
|
68
|
+
this.cu.xl.aau = this.cu.xx;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.db = function () {
|
|
71
|
-
this.cu.
|
|
71
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.dc = function () {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.da = function () {
|
|
77
|
-
var a = this.cu.
|
|
77
|
+
var a = this.cu.xl;
|
|
78
78
|
if (this.cu.dc == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
@@ -84,60 +84,59 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
84
84
|
a.yAxis = this.cu.dc.zj;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
|
|
87
|
-
this.cu.
|
|
87
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
88
88
|
};
|
|
89
89
|
GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
|
|
90
|
-
this.cu.
|
|
90
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
91
91
|
};
|
|
92
92
|
GeographicProportionalSymbolSeriesView.prototype.dd = function () {
|
|
93
|
-
this.cu.
|
|
93
|
+
this.cu.xl.aee = this.cu.zp;
|
|
94
94
|
};
|
|
95
95
|
GeographicProportionalSymbolSeriesView.prototype.de = function () {
|
|
96
|
-
this.cu.
|
|
97
|
-
this.cu.
|
|
96
|
+
this.cu.xl.add = this.cu.yw;
|
|
97
|
+
this.cu.xl.ado = this.cu.y4;
|
|
98
98
|
};
|
|
99
99
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
100
|
-
this.cu.
|
|
100
|
+
this.cu.xl.ad4 = this.cu.zg;
|
|
101
101
|
};
|
|
102
102
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
103
|
-
this.cu.
|
|
104
|
-
this.cu.
|
|
105
|
-
this.cu.
|
|
106
|
-
this.cu.
|
|
107
|
-
this.cu.
|
|
103
|
+
this.cu.xl.ada = this.cu.yt;
|
|
104
|
+
this.cu.xl.adm = this.cu.y0;
|
|
105
|
+
this.cu.xl.adn = this.cu.y3;
|
|
106
|
+
this.cu.xl.adt = this.cu.y6;
|
|
107
|
+
this.cu.xl.ads = this.cu.y5;
|
|
108
108
|
};
|
|
109
109
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
110
|
-
this.cu.
|
|
110
|
+
this.cu.xl.adz = this.cu.y8;
|
|
111
111
|
};
|
|
112
112
|
GeographicProportionalSymbolSeriesView.prototype.df = function () {
|
|
113
|
-
this.cu.
|
|
113
|
+
this.cu.xl.ado = this.cu.y4;
|
|
114
114
|
};
|
|
115
115
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
116
|
-
this.cu.
|
|
116
|
+
this.cu.xl.adm = this.cu.y0;
|
|
117
117
|
};
|
|
118
118
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
119
|
-
this.cu.
|
|
119
|
+
this.cu.xl.adn = this.cu.y3;
|
|
120
120
|
};
|
|
121
121
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
122
|
-
this.cu.
|
|
122
|
+
this.cu.xl.adt = this.cu.y6;
|
|
123
123
|
};
|
|
124
124
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
125
|
-
this.cu.
|
|
125
|
+
this.cu.xl.ads = this.cu.y5;
|
|
126
126
|
};
|
|
127
127
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
128
128
|
return GeographicProportionalSymbolSeriesView;
|
|
129
129
|
}(HostSeriesView));
|
|
130
|
-
export { GeographicProportionalSymbolSeriesView };
|
|
131
130
|
/**
|
|
132
131
|
* @hidden
|
|
133
132
|
*/
|
|
134
|
-
var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
133
|
+
export var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
135
134
|
__extends(GeographicProportionalSymbolSeries, _super);
|
|
136
135
|
function GeographicProportionalSymbolSeries() {
|
|
137
136
|
var _this = _super.call(this) || this;
|
|
138
|
-
_this.
|
|
137
|
+
_this.yu = null;
|
|
138
|
+
_this.yz = false;
|
|
139
139
|
_this.yy = false;
|
|
140
|
-
_this.yx = false;
|
|
141
140
|
_this.assigningScatterStyle = null;
|
|
142
141
|
_this.assigningScatterMarkerStyle = null;
|
|
143
142
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -152,111 +151,110 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
152
151
|
GeographicProportionalSymbolSeries.prototype.ct = function () {
|
|
153
152
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
154
153
|
};
|
|
155
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
156
|
-
_super.prototype.
|
|
157
|
-
this.
|
|
154
|
+
GeographicProportionalSymbolSeries.prototype.rh = function (a) {
|
|
155
|
+
_super.prototype.rh.call(this, a);
|
|
156
|
+
this.yx = a;
|
|
158
157
|
};
|
|
159
158
|
GeographicProportionalSymbolSeries.prototype.jt = function () {
|
|
160
159
|
return 0.7;
|
|
161
160
|
};
|
|
162
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
161
|
+
GeographicProportionalSymbolSeries.prototype.xk = function () {
|
|
163
162
|
return new BubbleSeries();
|
|
164
163
|
};
|
|
165
164
|
GeographicProportionalSymbolSeries.prototype.get_fh = function () {
|
|
166
165
|
return true;
|
|
167
166
|
};
|
|
168
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
169
|
-
_super.prototype.
|
|
167
|
+
GeographicProportionalSymbolSeries.prototype.rq = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
170
169
|
switch (b) {
|
|
171
170
|
case "SeriesViewer":
|
|
172
|
-
this.
|
|
171
|
+
this.yx.da();
|
|
173
172
|
break;
|
|
174
173
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
175
|
-
this.
|
|
174
|
+
this.yx.c3();
|
|
176
175
|
break;
|
|
177
176
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
178
|
-
this.
|
|
177
|
+
this.yx.c2();
|
|
179
178
|
break;
|
|
180
179
|
case "XAxis":
|
|
181
|
-
this.
|
|
180
|
+
this.yx.db();
|
|
182
181
|
break;
|
|
183
182
|
case "YAxis":
|
|
184
|
-
this.
|
|
183
|
+
this.yx.dc();
|
|
185
184
|
break;
|
|
186
185
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
187
|
-
this.
|
|
186
|
+
this.yx.dd();
|
|
188
187
|
break;
|
|
189
188
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
190
|
-
this.
|
|
189
|
+
this.yx.de();
|
|
191
190
|
break;
|
|
192
191
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
193
|
-
this.
|
|
192
|
+
this.yx.df();
|
|
194
193
|
break;
|
|
195
194
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
196
|
-
this.
|
|
195
|
+
this.yx.cy();
|
|
197
196
|
break;
|
|
198
197
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
199
|
-
this.
|
|
198
|
+
this.yx.cv();
|
|
200
199
|
break;
|
|
201
200
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
202
|
-
this.
|
|
201
|
+
this.yx.cw();
|
|
203
202
|
break;
|
|
204
203
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
205
|
-
this.
|
|
204
|
+
this.yx.cx();
|
|
206
205
|
break;
|
|
207
206
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
208
|
-
this.
|
|
207
|
+
this.yx.c1();
|
|
209
208
|
break;
|
|
210
209
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
211
|
-
this.
|
|
210
|
+
this.yx.c0();
|
|
212
211
|
break;
|
|
213
212
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
214
|
-
this.
|
|
213
|
+
this.yx.cz();
|
|
215
214
|
break;
|
|
216
215
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
if (this.
|
|
220
|
-
var e = this.
|
|
221
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
216
|
+
this.xl.aaa = this.y2;
|
|
217
|
+
this.yz = this.y2;
|
|
218
|
+
if (this.y2) {
|
|
219
|
+
var e = this.xl;
|
|
220
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
|
|
222
221
|
}
|
|
223
222
|
else {
|
|
224
|
-
var f = this.
|
|
225
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
223
|
+
var f = this.xl;
|
|
224
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
|
|
226
225
|
}
|
|
227
226
|
break;
|
|
228
227
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
231
|
-
if (this.
|
|
232
|
-
var g = this.
|
|
233
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
228
|
+
this.xl.z9 = this.y1;
|
|
229
|
+
this.yy = this.y1;
|
|
230
|
+
if (this.y2) {
|
|
231
|
+
var g = this.xl;
|
|
232
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
234
233
|
}
|
|
235
234
|
else {
|
|
236
|
-
var h = this.
|
|
237
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
235
|
+
var h = this.xl;
|
|
236
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
238
237
|
}
|
|
239
238
|
break;
|
|
240
239
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
241
|
-
this.
|
|
240
|
+
this.xl.zt = this.yv;
|
|
242
241
|
break;
|
|
243
242
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
244
|
-
this.
|
|
243
|
+
this.xl.aat = this.y7;
|
|
245
244
|
break;
|
|
246
245
|
}
|
|
247
246
|
};
|
|
248
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
247
|
+
GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
|
|
249
248
|
if (this.assigningScatterStyle != null) {
|
|
250
249
|
this.assigningScatterStyle(this, b);
|
|
251
250
|
}
|
|
252
251
|
};
|
|
253
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
252
|
+
GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
|
|
254
253
|
if (this.assigningScatterMarkerStyle != null) {
|
|
255
254
|
this.assigningScatterMarkerStyle(this, b);
|
|
256
255
|
}
|
|
257
256
|
};
|
|
258
257
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
259
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
258
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
|
|
260
259
|
return GeographicProportionalSymbolSeries;
|
|
261
260
|
}(GeographicMarkerSeries));
|
|
262
|
-
export { GeographicProportionalSymbolSeries };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicShapeSeriesBaseBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicShapeSeriesBaseBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicShapeSeriesBaseBase, _super);
|
|
15
15
|
function GeographicShapeSeriesBaseBase() {
|
|
16
16
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -18,4 +18,3 @@ var GeographicShapeSeriesBaseBase = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
18
18
|
GeographicShapeSeriesBaseBase.$t = markType(GeographicShapeSeriesBaseBase, 'GeographicShapeSeriesBaseBase', GeographicMapSeriesHost.$);
|
|
19
19
|
return GeographicShapeSeriesBaseBase;
|
|
20
20
|
}(GeographicMapSeriesHost));
|
|
21
|
-
export { GeographicShapeSeriesBaseBase };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicShapeSeriesBaseBaseView, _super);
|
|
15
15
|
function GeographicShapeSeriesBaseBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
@@ -21,4 +21,3 @@ var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
21
21
|
GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
|
|
22
22
|
return GeographicShapeSeriesBaseBaseView;
|
|
23
23
|
}(HostSeriesView));
|
|
24
|
-
export { GeographicShapeSeriesBaseBaseView };
|