igniteui-angular-maps 20.2.0 → 20.2.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-angular-maps.umd.js +975 -975
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +983 -983
- package/fesm5/igniteui-angular-maps.js +975 -975
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- 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.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
98
|
export { GeographicMarkerSeries };
|
|
@@ -33,14 +33,14 @@ 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;
|
|
@@ -66,33 +66,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
GeographicPolylineSeries.prototype.ct = function () {
|
|
67
67
|
return new GeographicPolylineSeriesView(this);
|
|
68
68
|
};
|
|
69
|
-
GeographicPolylineSeries.prototype.
|
|
70
|
-
_super.prototype.
|
|
71
|
-
this.
|
|
69
|
+
GeographicPolylineSeries.prototype.rh = function (a) {
|
|
70
|
+
_super.prototype.rh.call(this, a);
|
|
71
|
+
this.y1 = a;
|
|
72
72
|
};
|
|
73
|
-
GeographicPolylineSeries.prototype.
|
|
73
|
+
GeographicPolylineSeries.prototype.xk = function () {
|
|
74
74
|
var a = new ScatterPolylineSeries();
|
|
75
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
75
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
|
|
76
76
|
return a;
|
|
77
77
|
};
|
|
78
|
-
GeographicPolylineSeries.prototype.
|
|
78
|
+
GeographicPolylineSeries.prototype.y5 = function (a, b) {
|
|
79
79
|
if (this.styleShape != null) {
|
|
80
80
|
this.styleShape(this, b);
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
|
-
GeographicPolylineSeries.prototype.
|
|
84
|
-
_super.prototype.
|
|
83
|
+
GeographicPolylineSeries.prototype.rq = function (a, b, c, d) {
|
|
84
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
85
85
|
switch (b) {
|
|
86
86
|
case GeographicPolylineSeries.$$p[1]:
|
|
87
|
-
this.
|
|
87
|
+
this.y1.cz();
|
|
88
88
|
break;
|
|
89
89
|
case GeographicPolylineSeries.$$p[0]:
|
|
90
|
-
this.
|
|
90
|
+
this.y1.c0();
|
|
91
91
|
break;
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
94
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
95
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
95
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
|
|
96
96
|
return GeographicPolylineSeries;
|
|
97
97
|
}(GeographicShapeSeriesBase));
|
|
98
98
|
export { GeographicPolylineSeries };
|
|
@@ -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,45 +84,45 @@ 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;
|
|
@@ -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.
|
|
138
|
+
_this.yu = null;
|
|
139
|
+
_this.yz = false;
|
|
139
140
|
_this.yy = false;
|
|
140
|
-
_this.yx = false;
|
|
141
141
|
_this.assigningScatterStyle = null;
|
|
142
142
|
_this.assigningScatterMarkerStyle = null;
|
|
143
143
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -152,111 +152,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
152
152
|
GeographicProportionalSymbolSeries.prototype.ct = function () {
|
|
153
153
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
154
154
|
};
|
|
155
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
156
|
-
_super.prototype.
|
|
157
|
-
this.
|
|
155
|
+
GeographicProportionalSymbolSeries.prototype.rh = function (a) {
|
|
156
|
+
_super.prototype.rh.call(this, a);
|
|
157
|
+
this.yx = a;
|
|
158
158
|
};
|
|
159
159
|
GeographicProportionalSymbolSeries.prototype.jt = function () {
|
|
160
160
|
return 0.7;
|
|
161
161
|
};
|
|
162
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
162
|
+
GeographicProportionalSymbolSeries.prototype.xk = function () {
|
|
163
163
|
return new BubbleSeries();
|
|
164
164
|
};
|
|
165
165
|
GeographicProportionalSymbolSeries.prototype.get_fh = function () {
|
|
166
166
|
return true;
|
|
167
167
|
};
|
|
168
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
169
|
-
_super.prototype.
|
|
168
|
+
GeographicProportionalSymbolSeries.prototype.rq = function (a, b, c, d) {
|
|
169
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
170
170
|
switch (b) {
|
|
171
171
|
case "SeriesViewer":
|
|
172
|
-
this.
|
|
172
|
+
this.yx.da();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
175
|
-
this.
|
|
175
|
+
this.yx.c3();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
178
|
-
this.
|
|
178
|
+
this.yx.c2();
|
|
179
179
|
break;
|
|
180
180
|
case "XAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.yx.db();
|
|
182
182
|
break;
|
|
183
183
|
case "YAxis":
|
|
184
|
-
this.
|
|
184
|
+
this.yx.dc();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
187
|
-
this.
|
|
187
|
+
this.yx.dd();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
190
|
-
this.
|
|
190
|
+
this.yx.de();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
193
|
-
this.
|
|
193
|
+
this.yx.df();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
196
|
-
this.
|
|
196
|
+
this.yx.cy();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
199
|
-
this.
|
|
199
|
+
this.yx.cv();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
202
|
-
this.
|
|
202
|
+
this.yx.cw();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
205
|
-
this.
|
|
205
|
+
this.yx.cx();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
208
|
-
this.
|
|
208
|
+
this.yx.c1();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
211
|
-
this.
|
|
211
|
+
this.yx.c0();
|
|
212
212
|
break;
|
|
213
213
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
214
|
-
this.
|
|
214
|
+
this.yx.cz();
|
|
215
215
|
break;
|
|
216
216
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
if (this.
|
|
220
|
-
var e = this.
|
|
221
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
217
|
+
this.xl.aaa = this.y2;
|
|
218
|
+
this.yz = this.y2;
|
|
219
|
+
if (this.y2) {
|
|
220
|
+
var e = this.xl;
|
|
221
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
|
|
222
222
|
}
|
|
223
223
|
else {
|
|
224
|
-
var f = this.
|
|
225
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
224
|
+
var f = this.xl;
|
|
225
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
|
|
226
226
|
}
|
|
227
227
|
break;
|
|
228
228
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
231
|
-
if (this.
|
|
232
|
-
var g = this.
|
|
233
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
229
|
+
this.xl.z9 = this.y1;
|
|
230
|
+
this.yy = this.y1;
|
|
231
|
+
if (this.y2) {
|
|
232
|
+
var g = this.xl;
|
|
233
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
234
234
|
}
|
|
235
235
|
else {
|
|
236
|
-
var h = this.
|
|
237
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
236
|
+
var h = this.xl;
|
|
237
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
238
238
|
}
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
241
|
-
this.
|
|
241
|
+
this.xl.zt = this.yv;
|
|
242
242
|
break;
|
|
243
243
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
244
|
-
this.
|
|
244
|
+
this.xl.aat = this.y7;
|
|
245
245
|
break;
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
248
|
+
GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
|
|
249
249
|
if (this.assigningScatterStyle != null) {
|
|
250
250
|
this.assigningScatterStyle(this, b);
|
|
251
251
|
}
|
|
252
252
|
};
|
|
253
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
253
|
+
GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
|
|
254
254
|
if (this.assigningScatterMarkerStyle != null) {
|
|
255
255
|
this.assigningScatterMarkerStyle(this, b);
|
|
256
256
|
}
|
|
257
257
|
};
|
|
258
258
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
259
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
259
|
+
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
260
|
return GeographicProportionalSymbolSeries;
|
|
261
261
|
}(GeographicMarkerSeries));
|
|
262
262
|
export { GeographicProportionalSymbolSeries };
|