igniteui-angular-maps 17.1.0 → 17.2.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 +1645 -1645
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +125 -125
- 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.t3;
|
|
28
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.ur));
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
GeographicMarkerSeries.prototype.
|
|
32
|
-
return this.
|
|
31
|
+
GeographicMarkerSeries.prototype.qv = function () {
|
|
32
|
+
return this.us;
|
|
33
33
|
};
|
|
34
|
-
GeographicMarkerSeries.prototype.
|
|
35
|
-
return this.
|
|
34
|
+
GeographicMarkerSeries.prototype.sz = function () {
|
|
35
|
+
return this.u5;
|
|
36
36
|
};
|
|
37
|
-
GeographicMarkerSeries.prototype.
|
|
38
|
-
return this.
|
|
37
|
+
GeographicMarkerSeries.prototype.s0 = function () {
|
|
38
|
+
return this.u6;
|
|
39
39
|
};
|
|
40
|
-
GeographicMarkerSeries.prototype.
|
|
41
|
-
return this.
|
|
40
|
+
GeographicMarkerSeries.prototype.hs = function () {
|
|
41
|
+
return this.ue;
|
|
42
42
|
};
|
|
43
|
-
GeographicMarkerSeries.prototype.
|
|
44
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
43
|
+
GeographicMarkerSeries.prototype.kx = function () {
|
|
44
|
+
var a = typeCast(MarkerSeries.$, this.t3);
|
|
45
45
|
if (a == null) {
|
|
46
46
|
return "Unknown";
|
|
47
47
|
}
|
|
48
|
-
return a.
|
|
48
|
+
return a.kx();
|
|
49
49
|
};
|
|
50
|
-
GeographicMarkerSeries.prototype.
|
|
51
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
50
|
+
GeographicMarkerSeries.prototype.ur = function (a, b) {
|
|
51
|
+
var c = typeCast(MarkerSeries.$, this.t3);
|
|
52
52
|
if (c == null) {
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
56
|
-
this.
|
|
56
|
+
this.us = c.uu;
|
|
57
57
|
}
|
|
58
58
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
59
|
-
this.
|
|
59
|
+
this.u6 = c.vb;
|
|
60
60
|
}
|
|
61
61
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
62
|
-
this.
|
|
62
|
+
this.u5 = c.va;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
GeographicMarkerSeries.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
GeographicMarkerSeries.prototype.o8 = function (a, b, c, d) {
|
|
66
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
67
67
|
switch (b) {
|
|
68
68
|
case GeographicMarkerSeries.$$p[3]:
|
|
69
|
-
this.
|
|
69
|
+
this.t3.vc = this.u7;
|
|
70
70
|
break;
|
|
71
71
|
case GeographicMarkerSeries.$$p[6]:
|
|
72
|
-
this.
|
|
72
|
+
this.t3.vd = this.u8;
|
|
73
73
|
break;
|
|
74
74
|
case GeographicMarkerSeries.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.t3.t7 = this.uc;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicMarkerSeries.$$p[4]:
|
|
78
|
-
this.
|
|
78
|
+
this.t3.t3 = this.ub;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicMarkerSeries.$$p[9]:
|
|
81
|
-
this.
|
|
81
|
+
this.t3.ua = this.ud;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicMarkerSeries.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.t3.uw = this.ut;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicMarkerSeries.$$p[8]:
|
|
87
|
-
this.
|
|
87
|
+
this.t3.uf = this.ue;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicMarkerSeries.$$p[10]:
|
|
90
|
-
this.
|
|
90
|
+
this.t3.w1 = this.uf;
|
|
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:u5:uu', [Brush.$], 'ActualMarkerOutline:u6:uv', [Brush.$], 'ActualMarkerTemplate:us:uw', [DataTemplate.$, null], 'MarkerBrush:u7:ux', [Brush.$], 'MarkerFillMode:ub:uy', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:uc:uz', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u8:u0', [Brush.$], 'MarkerTemplate:ut:u1', [DataTemplate.$, null], 'MarkerThickness:ue:u2', [1, DeviceUtils.g(2)], 'MarkerType:ud:u3', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uf:u4', [1, 400]]);
|
|
96
96
|
return GeographicMarkerSeries;
|
|
97
97
|
}(GeographicMapSeriesHost));
|
|
98
98
|
export { GeographicMarkerSeries };
|
|
@@ -21,26 +21,26 @@ 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;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
24
|
+
_this.cl = null;
|
|
25
|
+
_this.cl = a;
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
GeographicPolylineSeriesView.prototype.
|
|
29
|
-
_super.prototype.
|
|
28
|
+
GeographicPolylineSeriesView.prototype.au = function () {
|
|
29
|
+
_super.prototype.au.call(this);
|
|
30
30
|
if (!this.q) {
|
|
31
|
-
this.
|
|
31
|
+
this.cl.iu = Defaults.n;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
GeographicPolylineSeriesView.prototype.
|
|
35
|
-
_super.prototype.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
34
|
+
GeographicPolylineSeriesView.prototype.b5 = function () {
|
|
35
|
+
_super.prototype.b5.call(this);
|
|
36
|
+
this.cl.t3.wt = this.cl.u9;
|
|
37
|
+
this.cl.t3.wy = this.cl.vh;
|
|
38
38
|
};
|
|
39
|
-
GeographicPolylineSeriesView.prototype.
|
|
40
|
-
this.
|
|
39
|
+
GeographicPolylineSeriesView.prototype.cm = function () {
|
|
40
|
+
this.cl.t3.wt = this.cl.u9;
|
|
41
41
|
};
|
|
42
|
-
GeographicPolylineSeriesView.prototype.
|
|
43
|
-
this.
|
|
42
|
+
GeographicPolylineSeriesView.prototype.cn = function () {
|
|
43
|
+
this.cl.t3.wy = this.cl.vh;
|
|
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_e4 = function () {
|
|
61
61
|
return true;
|
|
62
62
|
};
|
|
63
|
-
GeographicPolylineSeries.prototype.
|
|
63
|
+
GeographicPolylineSeries.prototype.cg = function () {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
};
|
|
66
|
-
GeographicPolylineSeries.prototype.
|
|
67
|
-
_super.prototype.
|
|
68
|
-
this.
|
|
66
|
+
GeographicPolylineSeries.prototype.o0 = function (a) {
|
|
67
|
+
_super.prototype.o0.call(this, a);
|
|
68
|
+
this.va = a;
|
|
69
69
|
};
|
|
70
|
-
GeographicPolylineSeries.prototype.
|
|
70
|
+
GeographicPolylineSeries.prototype.t2 = 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.ve));
|
|
73
73
|
return a;
|
|
74
74
|
};
|
|
75
|
-
GeographicPolylineSeries.prototype.
|
|
75
|
+
GeographicPolylineSeries.prototype.ve = 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.o8 = function (a, b, c, d) {
|
|
81
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
82
82
|
switch (b) {
|
|
83
83
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
84
|
+
this.va.cm();
|
|
85
85
|
break;
|
|
86
86
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.va.cn();
|
|
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:vh:vf', [Style.$, null], 'ShapeStyleSelector:u9:vg', [StyleSelector.$, null]]);
|
|
93
93
|
return GeographicPolylineSeries;
|
|
94
94
|
}(GeographicShapeSeriesBase));
|
|
95
95
|
export { GeographicPolylineSeries };
|
|
@@ -14,8 +14,8 @@ var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (fu
|
|
|
14
14
|
__extends(GeographicProportionalSymbolSeriesBaseView, _super);
|
|
15
15
|
function GeographicProportionalSymbolSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.ch = null;
|
|
18
|
+
_this.ch = a;
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
|
|
@@ -21,108 +21,108 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
21
21
|
__extends(GeographicProportionalSymbolSeriesView, _super);
|
|
22
22
|
function GeographicProportionalSymbolSeriesView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
24
|
+
_this.ch = null;
|
|
25
|
+
_this.ch = a;
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
29
|
-
_super.prototype.
|
|
28
|
+
GeographicProportionalSymbolSeriesView.prototype.au = function () {
|
|
29
|
+
_super.prototype.au.call(this);
|
|
30
30
|
if (!this.q) {
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
var a = this.
|
|
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.
|
|
51
|
-
};
|
|
52
|
-
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
53
|
-
this.ce.qe.tr = this.ce.sd;
|
|
54
|
-
};
|
|
55
|
-
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
56
|
-
this.ce.qe.tz = this.ce.sb;
|
|
57
|
-
};
|
|
58
|
-
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
59
|
-
this.ce.qe.ql = this.ce.qo;
|
|
33
|
+
GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
|
|
34
|
+
_super.prototype.b5.call(this);
|
|
35
|
+
var a = this.ch.t3;
|
|
36
|
+
a.xl = this.ch.v2;
|
|
37
|
+
a.xt = this.ch.v0;
|
|
38
|
+
a.ua = this.ch.ud;
|
|
39
|
+
a.uw = this.ch.ut;
|
|
40
|
+
a.uf = this.ch.ue;
|
|
41
|
+
a.zt = this.ch.vm;
|
|
42
|
+
a.aaj = this.ch.v7;
|
|
43
|
+
a.zj = this.ch.ve;
|
|
44
|
+
a.z9 = this.ch.vy;
|
|
45
|
+
a.z4 = this.ch.vq;
|
|
46
|
+
a.zg = this.ch.vb;
|
|
47
|
+
a.zr = this.ch.vi;
|
|
48
|
+
a.zs = this.ch.vl;
|
|
49
|
+
a.zy = this.ch.vo;
|
|
50
|
+
a.zx = this.ch.vn;
|
|
60
51
|
};
|
|
61
52
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
62
|
-
this.
|
|
53
|
+
this.ch.t3.xl = this.ch.v2;
|
|
63
54
|
};
|
|
64
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
65
|
-
this.
|
|
55
|
+
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
56
|
+
this.ch.t3.xt = this.ch.v0;
|
|
57
|
+
};
|
|
58
|
+
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
59
|
+
this.ch.t3.ua = this.ch.ud;
|
|
66
60
|
};
|
|
67
61
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
68
|
-
this.
|
|
62
|
+
this.ch.t3.uw = this.ch.ut;
|
|
69
63
|
};
|
|
70
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
71
|
-
this.
|
|
64
|
+
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
65
|
+
this.ch.t3.uf = this.ch.ue;
|
|
72
66
|
};
|
|
73
67
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
74
|
-
this.
|
|
68
|
+
this.ch.t3.w1 = this.ch.uf;
|
|
75
69
|
};
|
|
76
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
77
|
-
|
|
78
|
-
|
|
70
|
+
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
71
|
+
this.ch.t3.xAxis = this.ch.cy.ua;
|
|
72
|
+
};
|
|
73
|
+
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
74
|
+
this.ch.t3.yAxis = this.ch.cy.uc;
|
|
75
|
+
};
|
|
76
|
+
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
77
|
+
var a = this.ch.t3;
|
|
78
|
+
if (this.ch.cy == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.
|
|
84
|
-
a.yAxis = this.
|
|
83
|
+
a.xAxis = this.ch.cy.ua;
|
|
84
|
+
a.yAxis = this.ch.cy.uc;
|
|
85
85
|
};
|
|
86
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
87
|
-
this.
|
|
86
|
+
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
87
|
+
this.ch.t3.vc = this.ch.u7;
|
|
88
88
|
};
|
|
89
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
90
|
-
this.
|
|
89
|
+
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
90
|
+
this.ch.t3.vd = this.ch.u8;
|
|
91
91
|
};
|
|
92
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
93
|
-
this.
|
|
92
|
+
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
93
|
+
this.ch.t3.aaj = this.ch.v7;
|
|
94
94
|
};
|
|
95
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
95
|
+
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
96
|
+
this.ch.t3.zj = this.ch.ve;
|
|
97
|
+
this.ch.t3.zt = this.ch.vm;
|
|
98
98
|
};
|
|
99
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
100
|
-
this.
|
|
99
|
+
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
100
|
+
this.ch.t3.z9 = this.ch.vy;
|
|
101
101
|
};
|
|
102
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
102
|
+
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
103
|
+
this.ch.t3.zg = this.ch.vb;
|
|
104
|
+
this.ch.t3.zr = this.ch.vi;
|
|
105
|
+
this.ch.t3.zs = this.ch.vl;
|
|
106
|
+
this.ch.t3.zy = this.ch.vo;
|
|
107
|
+
this.ch.t3.zx = this.ch.vn;
|
|
108
108
|
};
|
|
109
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
110
|
-
this.
|
|
109
|
+
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
110
|
+
this.ch.t3.z4 = this.ch.vq;
|
|
111
111
|
};
|
|
112
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
113
|
-
this.
|
|
112
|
+
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
113
|
+
this.ch.t3.zt = this.ch.vm;
|
|
114
114
|
};
|
|
115
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
116
|
-
this.
|
|
115
|
+
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
116
|
+
this.ch.t3.zr = this.ch.vi;
|
|
117
117
|
};
|
|
118
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
119
|
-
this.
|
|
118
|
+
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
119
|
+
this.ch.t3.zs = this.ch.vl;
|
|
120
120
|
};
|
|
121
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
122
|
-
this.
|
|
121
|
+
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
122
|
+
this.ch.t3.zy = this.ch.vo;
|
|
123
123
|
};
|
|
124
|
-
GeographicProportionalSymbolSeriesView.prototype.
|
|
125
|
-
this.
|
|
124
|
+
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
125
|
+
this.ch.t3.zx = this.ch.vn;
|
|
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.vc = null;
|
|
139
|
+
_this.vh = false;
|
|
140
|
+
_this.vg = 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_dx = function () {
|
|
147
147
|
return true;
|
|
148
148
|
};
|
|
149
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
149
|
+
GeographicProportionalSymbolSeries.prototype.cg = function () {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
};
|
|
152
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
153
|
-
_super.prototype.
|
|
154
|
-
this.
|
|
152
|
+
GeographicProportionalSymbolSeries.prototype.o0 = function (a) {
|
|
153
|
+
_super.prototype.o0.call(this, a);
|
|
154
|
+
this.vf = a;
|
|
155
155
|
};
|
|
156
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
156
|
+
GeographicProportionalSymbolSeries.prototype.iq = function () {
|
|
157
157
|
return 0.7;
|
|
158
158
|
};
|
|
159
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
159
|
+
GeographicProportionalSymbolSeries.prototype.t2 = function () {
|
|
160
160
|
return new BubbleSeries();
|
|
161
161
|
};
|
|
162
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
162
|
+
GeographicProportionalSymbolSeries.prototype.get_es = function () {
|
|
163
163
|
return true;
|
|
164
164
|
};
|
|
165
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
166
|
-
_super.prototype.
|
|
165
|
+
GeographicProportionalSymbolSeries.prototype.o8 = function (a, b, c, d) {
|
|
166
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
167
167
|
switch (b) {
|
|
168
168
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
169
|
+
this.vf.cx();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
172
|
+
this.vf.cq();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.vf.cp();
|
|
176
176
|
break;
|
|
177
177
|
case "XAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.vf.cy();
|
|
179
179
|
break;
|
|
180
180
|
case "YAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.vf.cz();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
184
|
+
this.vf.c0();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
187
|
+
this.vf.c1();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
190
|
+
this.vf.c2();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
193
|
+
this.vf.cl();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
196
|
+
this.vf.ci();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
199
|
+
this.vf.cj();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
202
|
+
this.vf.ck();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
205
|
+
this.vf.co();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
208
|
+
this.vf.cn();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
211
|
+
this.vf.cm();
|
|
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.t3.wi = this.vk;
|
|
215
|
+
this.vh = this.vk;
|
|
216
|
+
if (this.vk) {
|
|
217
|
+
var e = this.t3;
|
|
218
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wc));
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
var f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
221
|
+
var f = this.t3;
|
|
222
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wc));
|
|
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.t3.wh = this.vj;
|
|
227
|
+
this.vg = this.vj;
|
|
228
|
+
if (this.vk) {
|
|
229
|
+
var g = this.t3;
|
|
230
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wb));
|
|
231
231
|
}
|
|
232
232
|
else {
|
|
233
|
-
var h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
233
|
+
var h = this.t3;
|
|
234
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wb));
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
238
|
+
this.t3.v6 = this.vd;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
241
|
+
this.t3.w0 = this.vp;
|
|
242
242
|
break;
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
245
|
+
GeographicProportionalSymbolSeries.prototype.wc = 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.wb = 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:vq:wd', [2], 'FillScale:vb:we', [BrushScale.$], 'FillScaleUseGlobalValues:vi:wf', [0, false], 'IsCustomScatterMarkerStyleAllowed:vj:wg', [0, false], 'IsCustomScatterStyleAllowed:vk:wh', [0, false], 'ItemSearchMode:vd:wi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vp:wj', [1, 10000], 'LabelMemberPath:vy:wk', [2], 'LatitudeMemberPath:v0:wl', [2, null], 'LongitudeMemberPath:v2:wm', [2, null], 'MarkerBrushBrightness:vn:wn', [1, NaN], 'MarkerOutlineBrightness:vo:wo', [1, NaN], 'MarkerOutlineUsesFillScale:vl:wp', [0, false], 'RadiusMemberPath:v7:wq', [2, null], 'RadiusScale:ve:wr', [SizeScale.$], 'RadiusScaleUseGlobalValues:vm:ws', [0, false]]);
|
|
257
257
|
return GeographicProportionalSymbolSeries;
|
|
258
258
|
}(GeographicMarkerSeries));
|
|
259
259
|
export { GeographicProportionalSymbolSeries };
|
|
@@ -14,8 +14,8 @@ var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
14
14
|
__extends(GeographicShapeSeriesBaseBaseView, _super);
|
|
15
15
|
function GeographicShapeSeriesBaseBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.ch = null;
|
|
18
|
+
_this.ch = a;
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
|