igniteui-angular-maps 14.1.1 → 14.1.2
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 +1470 -1458
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1484 -1472
- package/fesm5/igniteui-angular-maps.js +1471 -1459
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -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.qa;
|
|
28
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.qy));
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
GeographicMarkerSeries.prototype.
|
|
32
|
-
return this.
|
|
31
|
+
GeographicMarkerSeries.prototype.nh = function () {
|
|
32
|
+
return this.qz;
|
|
33
33
|
};
|
|
34
|
-
GeographicMarkerSeries.prototype.
|
|
35
|
-
return this.
|
|
34
|
+
GeographicMarkerSeries.prototype.pa = function () {
|
|
35
|
+
return this.rc;
|
|
36
36
|
};
|
|
37
|
-
GeographicMarkerSeries.prototype.
|
|
38
|
-
return this.
|
|
37
|
+
GeographicMarkerSeries.prototype.pb = function () {
|
|
38
|
+
return this.rd;
|
|
39
39
|
};
|
|
40
|
-
GeographicMarkerSeries.prototype.
|
|
41
|
-
return this.
|
|
40
|
+
GeographicMarkerSeries.prototype.f4 = function () {
|
|
41
|
+
return this.ql;
|
|
42
42
|
};
|
|
43
|
-
GeographicMarkerSeries.prototype.
|
|
44
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
43
|
+
GeographicMarkerSeries.prototype.i0 = function () {
|
|
44
|
+
var a = typeCast(MarkerSeries.$, this.qa);
|
|
45
45
|
if (a == null) {
|
|
46
46
|
return "Unknown";
|
|
47
47
|
}
|
|
48
|
-
return a.
|
|
48
|
+
return a.i0();
|
|
49
49
|
};
|
|
50
|
-
GeographicMarkerSeries.prototype.
|
|
51
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
50
|
+
GeographicMarkerSeries.prototype.qy = function (a, b) {
|
|
51
|
+
var c = typeCast(MarkerSeries.$, this.qa);
|
|
52
52
|
if (c == null) {
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
56
|
-
this.
|
|
56
|
+
this.qz = c.q1;
|
|
57
57
|
}
|
|
58
58
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
59
|
-
this.
|
|
59
|
+
this.rd = c.ri;
|
|
60
60
|
}
|
|
61
61
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
62
|
-
this.
|
|
62
|
+
this.rc = c.rh;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
GeographicMarkerSeries.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
GeographicMarkerSeries.prototype.l7 = function (a, b, c, d) {
|
|
66
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
67
67
|
switch (b) {
|
|
68
68
|
case GeographicMarkerSeries.$$p[3]:
|
|
69
|
-
this.
|
|
69
|
+
this.qa.rj = this.re;
|
|
70
70
|
break;
|
|
71
71
|
case GeographicMarkerSeries.$$p[6]:
|
|
72
|
-
this.
|
|
72
|
+
this.qa.rk = this.rf;
|
|
73
73
|
break;
|
|
74
74
|
case GeographicMarkerSeries.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.qa.qe = this.qj;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicMarkerSeries.$$p[4]:
|
|
78
|
-
this.
|
|
78
|
+
this.qa.qa = this.qi;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicMarkerSeries.$$p[9]:
|
|
81
|
-
this.
|
|
81
|
+
this.qa.qh = this.qk;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicMarkerSeries.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.qa.q3 = this.q0;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicMarkerSeries.$$p[8]:
|
|
87
|
-
this.
|
|
87
|
+
this.qa.qm = this.ql;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicMarkerSeries.$$p[10]:
|
|
90
|
-
this.
|
|
90
|
+
this.qa.s2 = this.qm;
|
|
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:rc:q1', [Brush.$], 'ActualMarkerOutline:rd:q2', [Brush.$], 'ActualMarkerTemplate:qz:q3', [DataTemplate.$, null], 'MarkerBrush:re:q4', [Brush.$], 'MarkerFillMode:qi:q5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qj:q6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rf:q7', [Brush.$], 'MarkerTemplate:q0:q8', [DataTemplate.$, null], 'MarkerThickness:ql:q9', [1, DeviceUtils.g(2)], 'MarkerType:qk:ra', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qm:rb', [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.g1 = 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.qa.sw = this.ci.rg;
|
|
37
|
+
this.ci.qa.s1 = this.ci.ro;
|
|
38
38
|
};
|
|
39
39
|
GeographicPolylineSeriesView.prototype.cj = function () {
|
|
40
|
-
this.ci.
|
|
40
|
+
this.ci.qa.sw = this.ci.rg;
|
|
41
41
|
};
|
|
42
42
|
GeographicPolylineSeriesView.prototype.ck = function () {
|
|
43
|
-
this.ci.
|
|
43
|
+
this.ci.qa.s1 = this.ci.ro;
|
|
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_d9 = function () {
|
|
61
61
|
return true;
|
|
62
62
|
};
|
|
63
63
|
GeographicPolylineSeries.prototype.bx = function () {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
};
|
|
66
|
-
GeographicPolylineSeries.prototype.
|
|
67
|
-
_super.prototype.
|
|
68
|
-
this.
|
|
66
|
+
GeographicPolylineSeries.prototype.l2 = function (a) {
|
|
67
|
+
_super.prototype.l2.call(this, a);
|
|
68
|
+
this.rh = a;
|
|
69
69
|
};
|
|
70
|
-
GeographicPolylineSeries.prototype.
|
|
70
|
+
GeographicPolylineSeries.prototype.p9 = 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.rl));
|
|
73
73
|
return a;
|
|
74
74
|
};
|
|
75
|
-
GeographicPolylineSeries.prototype.
|
|
75
|
+
GeographicPolylineSeries.prototype.rl = 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.l7 = function (a, b, c, d) {
|
|
81
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
82
82
|
switch (b) {
|
|
83
83
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
84
|
+
this.rh.cj();
|
|
85
85
|
break;
|
|
86
86
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.rh.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:ro:rm', [Style.$, null], 'ShapeStyleSelector:rg:rn', [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.qa;
|
|
36
|
+
a.ti = this.ce.r9;
|
|
37
|
+
a.tq = this.ce.r7;
|
|
38
|
+
a.qh = this.ce.qk;
|
|
39
|
+
a.q3 = this.ce.q0;
|
|
40
|
+
a.qm = this.ce.ql;
|
|
41
|
+
a.vl = this.ce.rt;
|
|
42
|
+
a.wb = this.ce.se;
|
|
43
|
+
a.vb = this.ce.rl;
|
|
44
|
+
a.v1 = this.ce.r5;
|
|
45
|
+
a.vw = this.ce.rx;
|
|
46
|
+
a.u8 = this.ce.ri;
|
|
47
|
+
a.vj = this.ce.rp;
|
|
48
|
+
a.vk = this.ce.rs;
|
|
49
|
+
a.vq = this.ce.rv;
|
|
50
|
+
a.vp = this.ce.ru;
|
|
51
51
|
};
|
|
52
52
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
53
|
-
this.ce.
|
|
53
|
+
this.ce.qa.ti = this.ce.r9;
|
|
54
54
|
};
|
|
55
55
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
56
|
-
this.ce.
|
|
56
|
+
this.ce.qa.tq = this.ce.r7;
|
|
57
57
|
};
|
|
58
58
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
59
|
-
this.ce.
|
|
59
|
+
this.ce.qa.qh = this.ce.qk;
|
|
60
60
|
};
|
|
61
61
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
62
|
-
this.ce.
|
|
62
|
+
this.ce.qa.q3 = this.ce.q0;
|
|
63
63
|
};
|
|
64
64
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
65
|
-
this.ce.
|
|
65
|
+
this.ce.qa.qm = this.ce.ql;
|
|
66
66
|
};
|
|
67
67
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
68
|
-
this.ce.
|
|
68
|
+
this.ce.qa.s2 = this.ce.qm;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
71
|
-
this.ce.
|
|
71
|
+
this.ce.qa.xAxis = this.ce.cd.tw;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.qa.yAxis = this.ce.cd.ty;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
77
|
-
var a = this.ce.
|
|
77
|
+
var a = this.ce.qa;
|
|
78
78
|
if (this.ce.cd == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.ce.cd.
|
|
84
|
-
a.yAxis = this.ce.cd.
|
|
83
|
+
a.xAxis = this.ce.cd.tw;
|
|
84
|
+
a.yAxis = this.ce.cd.ty;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
87
|
-
this.ce.
|
|
87
|
+
this.ce.qa.rj = this.ce.re;
|
|
88
88
|
};
|
|
89
89
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
90
|
-
this.ce.
|
|
90
|
+
this.ce.qa.rk = this.ce.rf;
|
|
91
91
|
};
|
|
92
92
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
93
|
-
this.ce.
|
|
93
|
+
this.ce.qa.wb = this.ce.se;
|
|
94
94
|
};
|
|
95
95
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
96
|
-
this.ce.
|
|
97
|
-
this.ce.
|
|
96
|
+
this.ce.qa.vb = this.ce.rl;
|
|
97
|
+
this.ce.qa.vl = this.ce.rt;
|
|
98
98
|
};
|
|
99
99
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
100
|
-
this.ce.
|
|
100
|
+
this.ce.qa.v1 = this.ce.r5;
|
|
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.qa.u8 = this.ce.ri;
|
|
104
|
+
this.ce.qa.vj = this.ce.rp;
|
|
105
|
+
this.ce.qa.vk = this.ce.rs;
|
|
106
|
+
this.ce.qa.vq = this.ce.rv;
|
|
107
|
+
this.ce.qa.vp = this.ce.ru;
|
|
108
108
|
};
|
|
109
109
|
GeographicProportionalSymbolSeriesView.prototype.cf = function () {
|
|
110
|
-
this.ce.
|
|
110
|
+
this.ce.qa.vw = this.ce.rx;
|
|
111
111
|
};
|
|
112
112
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
113
|
-
this.ce.
|
|
113
|
+
this.ce.qa.vl = this.ce.rt;
|
|
114
114
|
};
|
|
115
115
|
GeographicProportionalSymbolSeriesView.prototype.ch = function () {
|
|
116
|
-
this.ce.
|
|
116
|
+
this.ce.qa.vj = this.ce.rp;
|
|
117
117
|
};
|
|
118
118
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
119
|
-
this.ce.
|
|
119
|
+
this.ce.qa.vk = this.ce.rs;
|
|
120
120
|
};
|
|
121
121
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
122
|
-
this.ce.
|
|
122
|
+
this.ce.qa.vq = this.ce.rv;
|
|
123
123
|
};
|
|
124
124
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
125
|
-
this.ce.
|
|
125
|
+
this.ce.qa.vp = this.ce.ru;
|
|
126
126
|
};
|
|
127
127
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
128
128
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -135,9 +135,9 @@ 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.rj = null;
|
|
139
|
+
_this.ro = false;
|
|
140
|
+
_this.rn = false;
|
|
141
141
|
_this.assigningScatterStyle = null;
|
|
142
142
|
_this.assigningScatterMarkerStyle = null;
|
|
143
143
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -149,111 +149,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
149
149
|
GeographicProportionalSymbolSeries.prototype.bx = function () {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
};
|
|
152
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
153
|
-
_super.prototype.
|
|
154
|
-
this.
|
|
152
|
+
GeographicProportionalSymbolSeries.prototype.l2 = function (a) {
|
|
153
|
+
_super.prototype.l2.call(this, a);
|
|
154
|
+
this.rm = a;
|
|
155
155
|
};
|
|
156
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
156
|
+
GeographicProportionalSymbolSeries.prototype.gx = function () {
|
|
157
157
|
return 0.7;
|
|
158
158
|
};
|
|
159
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
159
|
+
GeographicProportionalSymbolSeries.prototype.p9 = function () {
|
|
160
160
|
return new BubbleSeries();
|
|
161
161
|
};
|
|
162
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
162
|
+
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
163
163
|
return true;
|
|
164
164
|
};
|
|
165
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
166
|
-
_super.prototype.
|
|
165
|
+
GeographicProportionalSymbolSeries.prototype.l7 = function (a, b, c, d) {
|
|
166
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
167
167
|
switch (b) {
|
|
168
168
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
169
|
+
this.rm.cu();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
172
|
+
this.rm.cn();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.rm.cm();
|
|
176
176
|
break;
|
|
177
177
|
case "XAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.rm.cv();
|
|
179
179
|
break;
|
|
180
180
|
case "YAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.rm.cw();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
184
|
+
this.rm.cx();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
187
|
+
this.rm.cy();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
190
|
+
this.rm.cz();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
193
|
+
this.rm.ci();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
196
|
+
this.rm.cf();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
199
|
+
this.rm.cg();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
202
|
+
this.rm.ch();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
205
|
+
this.rm.cl();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
208
|
+
this.rm.ck();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
211
|
+
this.rm.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.qa.so = this.rr;
|
|
215
|
+
this.ro = this.rr;
|
|
216
|
+
if (this.rr) {
|
|
217
|
+
var e = this.qa;
|
|
218
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sj));
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
var f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
221
|
+
var f = this.qa;
|
|
222
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sj));
|
|
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.qa.sn = this.rq;
|
|
227
|
+
this.rn = this.rq;
|
|
228
|
+
if (this.rr) {
|
|
229
|
+
var g = this.qa;
|
|
230
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.si));
|
|
231
231
|
}
|
|
232
232
|
else {
|
|
233
|
-
var h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
233
|
+
var h = this.qa;
|
|
234
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.si));
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
238
|
+
this.qa.sd = this.rk;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
241
|
+
this.qa.s1 = this.rw;
|
|
242
242
|
break;
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
245
|
+
GeographicProportionalSymbolSeries.prototype.sj = 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.si = 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:rx:sk', [2], 'FillScale:ri:sl', [BrushScale.$], 'FillScaleUseGlobalValues:rp:sm', [0, false], 'IsCustomScatterMarkerStyleAllowed:rq:sn', [0, false], 'IsCustomScatterStyleAllowed:rr:so', [0, false], 'ItemSearchMode:rk:sp', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rw:sq', [1, 10000], 'LabelMemberPath:r5:sr', [2], 'LatitudeMemberPath:r7:ss', [2, null], 'LongitudeMemberPath:r9:st', [2, null], 'MarkerBrushBrightness:ru:su', [1, NaN], 'MarkerOutlineBrightness:rv:sv', [1, NaN], 'MarkerOutlineUsesFillScale:rs:sw', [0, false], 'RadiusMemberPath:se:sx', [2, null], 'RadiusScale:rl:sy', [SizeScale.$], 'RadiusScaleUseGlobalValues:rt:sz', [0, false]]);
|
|
257
257
|
return GeographicProportionalSymbolSeries;
|
|
258
258
|
}(GeographicMarkerSeries));
|
|
259
259
|
export { GeographicProportionalSymbolSeries };
|