igniteui-angular-maps 15.0.1 → 16.1.0-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-angular-maps.umd.js +1615 -1612
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +448 -448
- package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-bing-maps-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-custom-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +12 -12
- package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-contour-line-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +26 -26
- package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-component.js +42 -42
- package/esm2015/lib/igx-geographic-map-core-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-core-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-series-host-component.js +24 -24
- package/esm2015/lib/igx-geographic-marker-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-marker-series-component.js +25 -25
- package/esm2015/lib/igx-geographic-polyline-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-polyline-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +36 -36
- package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-scatter-area-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-base-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +19 -19
- package/esm2015/lib/igx-geographic-shape-series-component.js +36 -36
- package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-symbol-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-symbol-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-symbol-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-tile-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-tile-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +15 -15
- package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-open-street-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-tile-generator-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-tile-series-component.js +6 -6
- package/esm2015/lib/igx-tile-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-tile-series-module.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +40 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +441 -441
- package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-arc-gis-online-map-imagery-module.js +4 -4
- package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-bing-maps-map-imagery-module.js +4 -4
- package/esm5/lib/igx-custom-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-custom-map-imagery-module.js +4 -4
- package/esm5/lib/igx-geographic-contour-line-series-component.js +12 -12
- package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-contour-line-series-module.js +4 -4
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +26 -26
- package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-high-density-scatter-series-module.js +4 -4
- package/esm5/lib/igx-geographic-map-component.js +42 -42
- package/esm5/lib/igx-geographic-map-core-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-map-core-module.js +4 -4
- package/esm5/lib/igx-geographic-map-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-map-module.js +4 -4
- package/esm5/lib/igx-geographic-map-series-host-component.js +24 -24
- package/esm5/lib/igx-geographic-marker-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-marker-series-component.js +25 -25
- package/esm5/lib/igx-geographic-polyline-series-component.js +14 -14
- package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-polyline-series-module.js +4 -4
- package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +36 -36
- package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-proportional-symbol-series-module.js +4 -4
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +11 -11
- package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-scatter-area-series-module.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-base-base-component.js +3 -3
- package/esm5/lib/igx-geographic-shape-series-base-component.js +19 -19
- package/esm5/lib/igx-geographic-shape-series-component.js +36 -36
- package/esm5/lib/igx-geographic-shape-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-module.js +4 -4
- package/esm5/lib/igx-geographic-symbol-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-symbol-series-component.js +18 -18
- package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-symbol-series-module.js +4 -4
- package/esm5/lib/igx-geographic-tile-series-component.js +7 -7
- package/esm5/lib/igx-geographic-tile-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-tile-series-module.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +15 -15
- package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-open-street-map-imagery-module.js +4 -4
- package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-tile-generator-map-imagery-module.js +4 -4
- package/esm5/lib/igx-tile-series-component.js +6 -6
- package/esm5/lib/igx-tile-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-tile-series-module.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1628 -1625
- package/fesm5/igniteui-angular-maps.js +1615 -1612
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +101 -101
- package/package.json +5 -5
|
@@ -24,75 +24,75 @@ 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.qe;
|
|
28
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.q2));
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
GeographicMarkerSeries.prototype.
|
|
32
|
-
return this.
|
|
31
|
+
GeographicMarkerSeries.prototype.nj = function () {
|
|
32
|
+
return this.q3;
|
|
33
33
|
};
|
|
34
|
-
GeographicMarkerSeries.prototype.
|
|
35
|
-
return this.
|
|
34
|
+
GeographicMarkerSeries.prototype.pc = function () {
|
|
35
|
+
return this.rg;
|
|
36
36
|
};
|
|
37
|
-
GeographicMarkerSeries.prototype.
|
|
38
|
-
return this.
|
|
37
|
+
GeographicMarkerSeries.prototype.pd = function () {
|
|
38
|
+
return this.rh;
|
|
39
39
|
};
|
|
40
|
-
GeographicMarkerSeries.prototype.
|
|
41
|
-
return this.
|
|
40
|
+
GeographicMarkerSeries.prototype.f6 = function () {
|
|
41
|
+
return this.qp;
|
|
42
42
|
};
|
|
43
|
-
GeographicMarkerSeries.prototype.
|
|
44
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
43
|
+
GeographicMarkerSeries.prototype.i2 = function () {
|
|
44
|
+
var a = typeCast(MarkerSeries.$, this.qe);
|
|
45
45
|
if (a == null) {
|
|
46
46
|
return "Unknown";
|
|
47
47
|
}
|
|
48
|
-
return a.
|
|
48
|
+
return a.i2();
|
|
49
49
|
};
|
|
50
|
-
GeographicMarkerSeries.prototype.
|
|
51
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
50
|
+
GeographicMarkerSeries.prototype.q2 = function (a, b) {
|
|
51
|
+
var c = typeCast(MarkerSeries.$, this.qe);
|
|
52
52
|
if (c == null) {
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
56
|
-
this.
|
|
56
|
+
this.q3 = c.q5;
|
|
57
57
|
}
|
|
58
58
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
59
|
-
this.
|
|
59
|
+
this.rh = c.rm;
|
|
60
60
|
}
|
|
61
61
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
62
|
-
this.
|
|
62
|
+
this.rg = c.rl;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
GeographicMarkerSeries.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
GeographicMarkerSeries.prototype.l9 = function (a, b, c, d) {
|
|
66
|
+
_super.prototype.l9.call(this, a, b, c, d);
|
|
67
67
|
switch (b) {
|
|
68
68
|
case GeographicMarkerSeries.$$p[3]:
|
|
69
|
-
this.
|
|
69
|
+
this.qe.rn = this.ri;
|
|
70
70
|
break;
|
|
71
71
|
case GeographicMarkerSeries.$$p[6]:
|
|
72
|
-
this.
|
|
72
|
+
this.qe.ro = this.rj;
|
|
73
73
|
break;
|
|
74
74
|
case GeographicMarkerSeries.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.qe.qi = this.qn;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicMarkerSeries.$$p[4]:
|
|
78
|
-
this.
|
|
78
|
+
this.qe.qe = this.qm;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicMarkerSeries.$$p[9]:
|
|
81
|
-
this.
|
|
81
|
+
this.qe.ql = this.qo;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicMarkerSeries.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.qe.q7 = this.q4;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicMarkerSeries.$$p[8]:
|
|
87
|
-
this.
|
|
87
|
+
this.qe.qq = this.qp;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicMarkerSeries.$$p[10]:
|
|
90
|
-
this.
|
|
90
|
+
this.qe.tb = this.qq;
|
|
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:rg:q5', [Brush.$], 'ActualMarkerOutline:rh:q6', [Brush.$], 'ActualMarkerTemplate:q3:q7', [DataTemplate.$, null], 'MarkerBrush:ri:q8', [Brush.$], 'MarkerFillMode:qm:q9', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qn:ra', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rj:rb', [Brush.$], 'MarkerTemplate:q4:rc', [DataTemplate.$, null], 'MarkerThickness:qp:rd', [1, DeviceUtils.g(2)], 'MarkerType:qo:re', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qq:rf', [1, 400]]);
|
|
96
96
|
return GeographicMarkerSeries;
|
|
97
97
|
}(GeographicMapSeriesHost));
|
|
98
98
|
export { GeographicMarkerSeries };
|
|
@@ -28,19 +28,19 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
28
28
|
GeographicPolylineSeriesView.prototype.as = function () {
|
|
29
29
|
_super.prototype.as.call(this);
|
|
30
30
|
if (!this.q) {
|
|
31
|
-
this.ci.
|
|
31
|
+
this.ci.g4 = Defaults.n;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GeographicPolylineSeriesView.prototype.b2 = function () {
|
|
35
35
|
_super.prototype.b2.call(this);
|
|
36
|
-
this.ci.
|
|
37
|
-
this.ci.
|
|
36
|
+
this.ci.qe.s0 = this.ci.rk;
|
|
37
|
+
this.ci.qe.s5 = this.ci.rs;
|
|
38
38
|
};
|
|
39
39
|
GeographicPolylineSeriesView.prototype.cj = function () {
|
|
40
|
-
this.ci.
|
|
40
|
+
this.ci.qe.s0 = this.ci.rk;
|
|
41
41
|
};
|
|
42
42
|
GeographicPolylineSeriesView.prototype.ck = function () {
|
|
43
|
-
this.ci.
|
|
43
|
+
this.ci.qe.s5 = this.ci.rs;
|
|
44
44
|
};
|
|
45
45
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
46
46
|
return GeographicPolylineSeriesView;
|
|
@@ -57,39 +57,39 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
_this.ab = GeographicPolylineSeries.$;
|
|
58
58
|
return _this;
|
|
59
59
|
}
|
|
60
|
-
GeographicPolylineSeries.prototype.
|
|
60
|
+
GeographicPolylineSeries.prototype.get_eb = function () {
|
|
61
61
|
return true;
|
|
62
62
|
};
|
|
63
|
-
GeographicPolylineSeries.prototype.
|
|
63
|
+
GeographicPolylineSeries.prototype.by = function () {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
};
|
|
66
|
-
GeographicPolylineSeries.prototype.
|
|
67
|
-
_super.prototype.
|
|
68
|
-
this.
|
|
66
|
+
GeographicPolylineSeries.prototype.l4 = function (a) {
|
|
67
|
+
_super.prototype.l4.call(this, a);
|
|
68
|
+
this.rl = a;
|
|
69
69
|
};
|
|
70
|
-
GeographicPolylineSeries.prototype.
|
|
70
|
+
GeographicPolylineSeries.prototype.qd = function () {
|
|
71
71
|
var a = new ScatterPolylineSeries();
|
|
72
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
72
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rp));
|
|
73
73
|
return a;
|
|
74
74
|
};
|
|
75
|
-
GeographicPolylineSeries.prototype.
|
|
75
|
+
GeographicPolylineSeries.prototype.rp = function (a, b) {
|
|
76
76
|
if (this.styleShape != null) {
|
|
77
77
|
this.styleShape(this, b);
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
|
-
GeographicPolylineSeries.prototype.
|
|
81
|
-
_super.prototype.
|
|
80
|
+
GeographicPolylineSeries.prototype.l9 = function (a, b, c, d) {
|
|
81
|
+
_super.prototype.l9.call(this, a, b, c, d);
|
|
82
82
|
switch (b) {
|
|
83
83
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
84
|
+
this.rl.cj();
|
|
85
85
|
break;
|
|
86
86
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.rl.ck();
|
|
88
88
|
break;
|
|
89
89
|
}
|
|
90
90
|
};
|
|
91
91
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
92
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
92
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rs:rq', [Style.$, null], 'ShapeStyleSelector:rk:rr', [StyleSelector.$, null]]);
|
|
93
93
|
return GeographicPolylineSeries;
|
|
94
94
|
}(GeographicShapeSeriesBase));
|
|
95
95
|
export { GeographicPolylineSeries };
|
|
@@ -32,97 +32,97 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
32
32
|
};
|
|
33
33
|
GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
|
|
34
34
|
_super.prototype.b2.call(this);
|
|
35
|
-
var a = this.ce.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
41
|
-
a.
|
|
42
|
-
a.
|
|
43
|
-
a.
|
|
44
|
-
a.
|
|
45
|
-
a.
|
|
46
|
-
a.
|
|
47
|
-
a.
|
|
48
|
-
a.
|
|
49
|
-
a.
|
|
50
|
-
a.
|
|
35
|
+
var a = this.ce.qe;
|
|
36
|
+
a.tr = this.ce.sd;
|
|
37
|
+
a.tz = this.ce.sb;
|
|
38
|
+
a.ql = this.ce.qo;
|
|
39
|
+
a.q7 = this.ce.q4;
|
|
40
|
+
a.qq = this.ce.qp;
|
|
41
|
+
a.vv = this.ce.rx;
|
|
42
|
+
a.wl = this.ce.si;
|
|
43
|
+
a.vl = this.ce.rp;
|
|
44
|
+
a.wb = this.ce.r9;
|
|
45
|
+
a.v6 = this.ce.r1;
|
|
46
|
+
a.vi = this.ce.rm;
|
|
47
|
+
a.vt = this.ce.rt;
|
|
48
|
+
a.vu = this.ce.rw;
|
|
49
|
+
a.v0 = this.ce.rz;
|
|
50
|
+
a.vz = this.ce.ry;
|
|
51
51
|
};
|
|
52
52
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
53
|
-
this.ce.
|
|
53
|
+
this.ce.qe.tr = this.ce.sd;
|
|
54
54
|
};
|
|
55
55
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
56
|
-
this.ce.
|
|
56
|
+
this.ce.qe.tz = this.ce.sb;
|
|
57
57
|
};
|
|
58
58
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
59
|
-
this.ce.
|
|
59
|
+
this.ce.qe.ql = this.ce.qo;
|
|
60
60
|
};
|
|
61
61
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
62
|
-
this.ce.
|
|
62
|
+
this.ce.qe.q7 = this.ce.q4;
|
|
63
63
|
};
|
|
64
64
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
65
|
-
this.ce.
|
|
65
|
+
this.ce.qe.qq = this.ce.qp;
|
|
66
66
|
};
|
|
67
67
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
68
|
-
this.ce.
|
|
68
|
+
this.ce.qe.tb = this.ce.qq;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
71
|
-
this.ce.
|
|
71
|
+
this.ce.qe.xAxis = this.ce.ce.tx;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.qe.yAxis = this.ce.ce.tz;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
77
|
-
var a = this.ce.
|
|
78
|
-
if (this.ce.
|
|
77
|
+
var a = this.ce.qe;
|
|
78
|
+
if (this.ce.ce == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.ce.
|
|
84
|
-
a.yAxis = this.ce.
|
|
83
|
+
a.xAxis = this.ce.ce.tx;
|
|
84
|
+
a.yAxis = this.ce.ce.tz;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
87
|
-
this.ce.
|
|
87
|
+
this.ce.qe.rn = this.ce.ri;
|
|
88
88
|
};
|
|
89
89
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
90
|
-
this.ce.
|
|
90
|
+
this.ce.qe.ro = this.ce.rj;
|
|
91
91
|
};
|
|
92
92
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
93
|
-
this.ce.
|
|
93
|
+
this.ce.qe.wl = this.ce.si;
|
|
94
94
|
};
|
|
95
95
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
96
|
-
this.ce.
|
|
97
|
-
this.ce.
|
|
96
|
+
this.ce.qe.vl = this.ce.rp;
|
|
97
|
+
this.ce.qe.vv = this.ce.rx;
|
|
98
98
|
};
|
|
99
99
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
100
|
-
this.ce.
|
|
100
|
+
this.ce.qe.wb = this.ce.r9;
|
|
101
101
|
};
|
|
102
102
|
GeographicProportionalSymbolSeriesView.prototype.cg = function () {
|
|
103
|
-
this.ce.
|
|
104
|
-
this.ce.
|
|
105
|
-
this.ce.
|
|
106
|
-
this.ce.
|
|
107
|
-
this.ce.
|
|
103
|
+
this.ce.qe.vi = this.ce.rm;
|
|
104
|
+
this.ce.qe.vt = this.ce.rt;
|
|
105
|
+
this.ce.qe.vu = this.ce.rw;
|
|
106
|
+
this.ce.qe.v0 = this.ce.rz;
|
|
107
|
+
this.ce.qe.vz = this.ce.ry;
|
|
108
108
|
};
|
|
109
109
|
GeographicProportionalSymbolSeriesView.prototype.cf = function () {
|
|
110
|
-
this.ce.
|
|
110
|
+
this.ce.qe.v6 = this.ce.r1;
|
|
111
111
|
};
|
|
112
112
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
113
|
-
this.ce.
|
|
113
|
+
this.ce.qe.vv = this.ce.rx;
|
|
114
114
|
};
|
|
115
115
|
GeographicProportionalSymbolSeriesView.prototype.ch = function () {
|
|
116
|
-
this.ce.
|
|
116
|
+
this.ce.qe.vt = this.ce.rt;
|
|
117
117
|
};
|
|
118
118
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
119
|
-
this.ce.
|
|
119
|
+
this.ce.qe.vu = this.ce.rw;
|
|
120
120
|
};
|
|
121
121
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
122
|
-
this.ce.
|
|
122
|
+
this.ce.qe.v0 = this.ce.rz;
|
|
123
123
|
};
|
|
124
124
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
125
|
-
this.ce.
|
|
125
|
+
this.ce.qe.vz = this.ce.ry;
|
|
126
126
|
};
|
|
127
127
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
128
128
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -135,125 +135,125 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
135
135
|
__extends(GeographicProportionalSymbolSeries, _super);
|
|
136
136
|
function GeographicProportionalSymbolSeries() {
|
|
137
137
|
var _this = _super.call(this) || this;
|
|
138
|
-
_this.
|
|
139
|
-
_this.
|
|
140
|
-
_this.
|
|
138
|
+
_this.rn = null;
|
|
139
|
+
_this.rs = false;
|
|
140
|
+
_this.rr = false;
|
|
141
141
|
_this.assigningScatterStyle = null;
|
|
142
142
|
_this.assigningScatterMarkerStyle = null;
|
|
143
143
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
144
144
|
return _this;
|
|
145
145
|
}
|
|
146
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
146
|
+
GeographicProportionalSymbolSeries.prototype.get_c5 = function () {
|
|
147
147
|
return true;
|
|
148
148
|
};
|
|
149
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
149
|
+
GeographicProportionalSymbolSeries.prototype.by = function () {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
};
|
|
152
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
153
|
-
_super.prototype.
|
|
154
|
-
this.
|
|
152
|
+
GeographicProportionalSymbolSeries.prototype.l4 = function (a) {
|
|
153
|
+
_super.prototype.l4.call(this, a);
|
|
154
|
+
this.rq = a;
|
|
155
155
|
};
|
|
156
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
156
|
+
GeographicProportionalSymbolSeries.prototype.g0 = function () {
|
|
157
157
|
return 0.7;
|
|
158
158
|
};
|
|
159
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
159
|
+
GeographicProportionalSymbolSeries.prototype.qd = function () {
|
|
160
160
|
return new BubbleSeries();
|
|
161
161
|
};
|
|
162
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
162
|
+
GeographicProportionalSymbolSeries.prototype.get_d0 = function () {
|
|
163
163
|
return true;
|
|
164
164
|
};
|
|
165
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
166
|
-
_super.prototype.
|
|
165
|
+
GeographicProportionalSymbolSeries.prototype.l9 = function (a, b, c, d) {
|
|
166
|
+
_super.prototype.l9.call(this, a, b, c, d);
|
|
167
167
|
switch (b) {
|
|
168
168
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
169
|
+
this.rq.cu();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
172
|
+
this.rq.cn();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.rq.cm();
|
|
176
176
|
break;
|
|
177
177
|
case "XAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.rq.cv();
|
|
179
179
|
break;
|
|
180
180
|
case "YAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.rq.cw();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
184
|
+
this.rq.cx();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
187
|
+
this.rq.cy();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
190
|
+
this.rq.cz();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
193
|
+
this.rq.ci();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
196
|
+
this.rq.cf();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
199
|
+
this.rq.cg();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
202
|
+
this.rq.ch();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
205
|
+
this.rq.cl();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
208
|
+
this.rq.ck();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
211
|
+
this.rq.cj();
|
|
212
212
|
break;
|
|
213
213
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
if (this.
|
|
217
|
-
var e = this.
|
|
218
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
214
|
+
this.qe.st = this.rv;
|
|
215
|
+
this.rs = this.rv;
|
|
216
|
+
if (this.rv) {
|
|
217
|
+
var e = this.qe;
|
|
218
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sn));
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
var f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
221
|
+
var f = this.qe;
|
|
222
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sn));
|
|
223
223
|
}
|
|
224
224
|
break;
|
|
225
225
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
if (this.
|
|
229
|
-
var g = this.
|
|
230
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
226
|
+
this.qe.ss = this.ru;
|
|
227
|
+
this.rr = this.ru;
|
|
228
|
+
if (this.rv) {
|
|
229
|
+
var g = this.qe;
|
|
230
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.sm));
|
|
231
231
|
}
|
|
232
232
|
else {
|
|
233
|
-
var h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
233
|
+
var h = this.qe;
|
|
234
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.sm));
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
238
|
+
this.qe.sh = this.ro;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
241
|
+
this.qe.ta = this.r0;
|
|
242
242
|
break;
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
245
|
+
GeographicProportionalSymbolSeries.prototype.sn = function (a, b) {
|
|
246
246
|
if (this.assigningScatterStyle != null) {
|
|
247
247
|
this.assigningScatterStyle(this, b);
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
250
|
+
GeographicProportionalSymbolSeries.prototype.sm = function (a, b) {
|
|
251
251
|
if (this.assigningScatterMarkerStyle != null) {
|
|
252
252
|
this.assigningScatterMarkerStyle(this, b);
|
|
253
253
|
}
|
|
254
254
|
};
|
|
255
255
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
256
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
256
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:r1:so', [2], 'FillScale:rm:sp', [BrushScale.$], 'FillScaleUseGlobalValues:rt:sq', [0, false], 'IsCustomScatterMarkerStyleAllowed:ru:sr', [0, false], 'IsCustomScatterStyleAllowed:rv:ss', [0, false], 'ItemSearchMode:ro:st', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:r0:su', [1, 10000], 'LabelMemberPath:r9:sv', [2], 'LatitudeMemberPath:sb:sw', [2, null], 'LongitudeMemberPath:sd:sx', [2, null], 'MarkerBrushBrightness:ry:sy', [1, NaN], 'MarkerOutlineBrightness:rz:sz', [1, NaN], 'MarkerOutlineUsesFillScale:rw:s0', [0, false], 'RadiusMemberPath:si:s1', [2, null], 'RadiusScale:rp:s2', [SizeScale.$], 'RadiusScaleUseGlobalValues:rx:s3', [0, false]]);
|
|
257
257
|
return GeographicProportionalSymbolSeries;
|
|
258
258
|
}(GeographicMarkerSeries));
|
|
259
259
|
export { GeographicProportionalSymbolSeries };
|