igniteui-angular-maps 17.2.0 → 17.3.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 +1465 -1438
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm2015/lib/GeographicTileSeries.js +31 -28
- package/esm2015/lib/TileSeries_combined.js +95 -92
- package/esm2015/lib/XamGeographicMap_combined.js +464 -461
- 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 +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm5/lib/GeographicTileSeries.js +30 -27
- package/esm5/lib/TileSeries_combined.js +93 -90
- package/esm5/lib/XamGeographicMap_combined.js +457 -454
- 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 +1483 -1456
- package/fesm5/igniteui-angular-maps.js +1465 -1438
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -26
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
- package/lib/GeographicTileSeries.d.ts +11 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +24 -22
- package/lib/XamGeographicMap_combined.d.ts +109 -108
- 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.t5;
|
|
28
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.ut));
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
GeographicMarkerSeries.prototype.
|
|
32
|
-
return this.
|
|
31
|
+
GeographicMarkerSeries.prototype.qx = function () {
|
|
32
|
+
return this.uu;
|
|
33
33
|
};
|
|
34
|
-
GeographicMarkerSeries.prototype.
|
|
35
|
-
return this.
|
|
34
|
+
GeographicMarkerSeries.prototype.s1 = function () {
|
|
35
|
+
return this.u7;
|
|
36
36
|
};
|
|
37
|
-
GeographicMarkerSeries.prototype.
|
|
38
|
-
return this.
|
|
37
|
+
GeographicMarkerSeries.prototype.s2 = function () {
|
|
38
|
+
return this.u8;
|
|
39
39
|
};
|
|
40
|
-
GeographicMarkerSeries.prototype.
|
|
41
|
-
return this.
|
|
40
|
+
GeographicMarkerSeries.prototype.ht = function () {
|
|
41
|
+
return this.ug;
|
|
42
42
|
};
|
|
43
|
-
GeographicMarkerSeries.prototype.
|
|
44
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
43
|
+
GeographicMarkerSeries.prototype.ky = function () {
|
|
44
|
+
var a = typeCast(MarkerSeries.$, this.t5);
|
|
45
45
|
if (a == null) {
|
|
46
46
|
return "Unknown";
|
|
47
47
|
}
|
|
48
|
-
return a.
|
|
48
|
+
return a.ky();
|
|
49
49
|
};
|
|
50
|
-
GeographicMarkerSeries.prototype.
|
|
51
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
50
|
+
GeographicMarkerSeries.prototype.ut = function (a, b) {
|
|
51
|
+
var c = typeCast(MarkerSeries.$, this.t5);
|
|
52
52
|
if (c == null) {
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
56
|
-
this.
|
|
56
|
+
this.uu = c.uw;
|
|
57
57
|
}
|
|
58
58
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
59
|
-
this.
|
|
59
|
+
this.u8 = c.vd;
|
|
60
60
|
}
|
|
61
61
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
62
|
-
this.
|
|
62
|
+
this.u7 = c.vc;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
GeographicMarkerSeries.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
GeographicMarkerSeries.prototype.pa = function (a, b, c, d) {
|
|
66
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
67
67
|
switch (b) {
|
|
68
68
|
case GeographicMarkerSeries.$$p[3]:
|
|
69
|
-
this.
|
|
69
|
+
this.t5.ve = this.u9;
|
|
70
70
|
break;
|
|
71
71
|
case GeographicMarkerSeries.$$p[6]:
|
|
72
|
-
this.
|
|
72
|
+
this.t5.vf = this.va;
|
|
73
73
|
break;
|
|
74
74
|
case GeographicMarkerSeries.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.t5.t9 = this.ue;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicMarkerSeries.$$p[4]:
|
|
78
|
-
this.
|
|
78
|
+
this.t5.t5 = this.ud;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicMarkerSeries.$$p[9]:
|
|
81
|
-
this.
|
|
81
|
+
this.t5.uc = this.uf;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicMarkerSeries.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.t5.uy = this.uv;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicMarkerSeries.$$p[8]:
|
|
87
|
-
this.
|
|
87
|
+
this.t5.uh = this.ug;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicMarkerSeries.$$p[10]:
|
|
90
|
-
this.
|
|
90
|
+
this.t5.w3 = this.uh;
|
|
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:u7:uw', [Brush.$], 'ActualMarkerOutline:u8:ux', [Brush.$], 'ActualMarkerTemplate:uu:uy', [DataTemplate.$, null], 'MarkerBrush:u9:uz', [Brush.$], 'MarkerFillMode:ud:u0', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ue:u1', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:va:u2', [Brush.$], 'MarkerTemplate:uv:u3', [DataTemplate.$, null], 'MarkerThickness:ug:u4', [1, DeviceUtils.g(2)], 'MarkerType:uf:u5', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uh:u6', [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.au = function () {
|
|
29
29
|
_super.prototype.au.call(this);
|
|
30
30
|
if (!this.q) {
|
|
31
|
-
this.cl.
|
|
31
|
+
this.cl.iv = Defaults.n;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GeographicPolylineSeriesView.prototype.b5 = function () {
|
|
35
35
|
_super.prototype.b5.call(this);
|
|
36
|
-
this.cl.
|
|
37
|
-
this.cl.
|
|
36
|
+
this.cl.t5.wv = this.cl.vb;
|
|
37
|
+
this.cl.t5.w0 = this.cl.vj;
|
|
38
38
|
};
|
|
39
39
|
GeographicPolylineSeriesView.prototype.cm = function () {
|
|
40
|
-
this.cl.
|
|
40
|
+
this.cl.t5.wv = this.cl.vb;
|
|
41
41
|
};
|
|
42
42
|
GeographicPolylineSeriesView.prototype.cn = function () {
|
|
43
|
-
this.cl.
|
|
43
|
+
this.cl.t5.w0 = this.cl.vj;
|
|
44
44
|
};
|
|
45
45
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
46
46
|
return GeographicPolylineSeriesView;
|
|
@@ -57,39 +57,42 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
_this.ab = GeographicPolylineSeries.$;
|
|
58
58
|
return _this;
|
|
59
59
|
}
|
|
60
|
-
GeographicPolylineSeries.prototype.
|
|
60
|
+
GeographicPolylineSeries.prototype.bc = function () {
|
|
61
|
+
return new GeographicPolylineSeries();
|
|
62
|
+
};
|
|
63
|
+
GeographicPolylineSeries.prototype.get_e5 = function () {
|
|
61
64
|
return true;
|
|
62
65
|
};
|
|
63
|
-
GeographicPolylineSeries.prototype.
|
|
66
|
+
GeographicPolylineSeries.prototype.cd = function () {
|
|
64
67
|
return new GeographicPolylineSeriesView(this);
|
|
65
68
|
};
|
|
66
|
-
GeographicPolylineSeries.prototype.
|
|
67
|
-
_super.prototype.
|
|
68
|
-
this.
|
|
69
|
+
GeographicPolylineSeries.prototype.o2 = function (a) {
|
|
70
|
+
_super.prototype.o2.call(this, a);
|
|
71
|
+
this.vc = a;
|
|
69
72
|
};
|
|
70
|
-
GeographicPolylineSeries.prototype.
|
|
73
|
+
GeographicPolylineSeries.prototype.t4 = function () {
|
|
71
74
|
var a = new ScatterPolylineSeries();
|
|
72
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
75
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vg));
|
|
73
76
|
return a;
|
|
74
77
|
};
|
|
75
|
-
GeographicPolylineSeries.prototype.
|
|
78
|
+
GeographicPolylineSeries.prototype.vg = function (a, b) {
|
|
76
79
|
if (this.styleShape != null) {
|
|
77
80
|
this.styleShape(this, b);
|
|
78
81
|
}
|
|
79
82
|
};
|
|
80
|
-
GeographicPolylineSeries.prototype.
|
|
81
|
-
_super.prototype.
|
|
83
|
+
GeographicPolylineSeries.prototype.pa = function (a, b, c, d) {
|
|
84
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
82
85
|
switch (b) {
|
|
83
86
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
87
|
+
this.vc.cm();
|
|
85
88
|
break;
|
|
86
89
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
90
|
+
this.vc.cn();
|
|
88
91
|
break;
|
|
89
92
|
}
|
|
90
93
|
};
|
|
91
94
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
92
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vh
|
|
95
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vj:vh', [Style.$, null], 'ShapeStyleSelector:vb:vi', [StyleSelector.$, null]]);
|
|
93
96
|
return GeographicPolylineSeries;
|
|
94
97
|
}(GeographicShapeSeriesBase));
|
|
95
98
|
export { GeographicPolylineSeries };
|
|
@@ -32,97 +32,97 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
32
32
|
};
|
|
33
33
|
GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
|
|
34
34
|
_super.prototype.b5.call(this);
|
|
35
|
-
var a = this.ch.
|
|
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.ch.t5;
|
|
36
|
+
a.xn = this.ch.v4;
|
|
37
|
+
a.xv = this.ch.v2;
|
|
38
|
+
a.uc = this.ch.uf;
|
|
39
|
+
a.uy = this.ch.uv;
|
|
40
|
+
a.uh = this.ch.ug;
|
|
41
|
+
a.zv = this.ch.vo;
|
|
42
|
+
a.aal = this.ch.v9;
|
|
43
|
+
a.zl = this.ch.vg;
|
|
44
|
+
a.aab = this.ch.v0;
|
|
45
|
+
a.z6 = this.ch.vs;
|
|
46
|
+
a.zi = this.ch.vd;
|
|
47
|
+
a.zt = this.ch.vk;
|
|
48
|
+
a.zu = this.ch.vn;
|
|
49
|
+
a.z0 = this.ch.vq;
|
|
50
|
+
a.zz = this.ch.vp;
|
|
51
51
|
};
|
|
52
52
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
53
|
-
this.ch.
|
|
53
|
+
this.ch.t5.xn = this.ch.v4;
|
|
54
54
|
};
|
|
55
55
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
56
|
-
this.ch.
|
|
56
|
+
this.ch.t5.xv = this.ch.v2;
|
|
57
57
|
};
|
|
58
58
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
59
|
-
this.ch.
|
|
59
|
+
this.ch.t5.uc = this.ch.uf;
|
|
60
60
|
};
|
|
61
61
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
62
|
-
this.ch.
|
|
62
|
+
this.ch.t5.uy = this.ch.uv;
|
|
63
63
|
};
|
|
64
64
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
65
|
-
this.ch.
|
|
65
|
+
this.ch.t5.uh = this.ch.ug;
|
|
66
66
|
};
|
|
67
67
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
68
|
-
this.ch.
|
|
68
|
+
this.ch.t5.w3 = this.ch.uh;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
71
|
-
this.ch.
|
|
71
|
+
this.ch.t5.xAxis = this.ch.cv.ue;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
74
|
-
this.ch.
|
|
74
|
+
this.ch.t5.yAxis = this.ch.cv.ug;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
77
|
-
var a = this.ch.
|
|
78
|
-
if (this.ch.
|
|
77
|
+
var a = this.ch.t5;
|
|
78
|
+
if (this.ch.cv == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.ch.
|
|
84
|
-
a.yAxis = this.ch.
|
|
83
|
+
a.xAxis = this.ch.cv.ue;
|
|
84
|
+
a.yAxis = this.ch.cv.ug;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
87
|
-
this.ch.
|
|
87
|
+
this.ch.t5.ve = this.ch.u9;
|
|
88
88
|
};
|
|
89
89
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
90
|
-
this.ch.
|
|
90
|
+
this.ch.t5.vf = this.ch.va;
|
|
91
91
|
};
|
|
92
92
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
93
|
-
this.ch.
|
|
93
|
+
this.ch.t5.aal = this.ch.v9;
|
|
94
94
|
};
|
|
95
95
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
96
|
-
this.ch.
|
|
97
|
-
this.ch.
|
|
96
|
+
this.ch.t5.zl = this.ch.vg;
|
|
97
|
+
this.ch.t5.zv = this.ch.vo;
|
|
98
98
|
};
|
|
99
99
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
100
|
-
this.ch.
|
|
100
|
+
this.ch.t5.aab = this.ch.v0;
|
|
101
101
|
};
|
|
102
102
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
103
|
-
this.ch.
|
|
104
|
-
this.ch.
|
|
105
|
-
this.ch.
|
|
106
|
-
this.ch.
|
|
107
|
-
this.ch.
|
|
103
|
+
this.ch.t5.zi = this.ch.vd;
|
|
104
|
+
this.ch.t5.zt = this.ch.vk;
|
|
105
|
+
this.ch.t5.zu = this.ch.vn;
|
|
106
|
+
this.ch.t5.z0 = this.ch.vq;
|
|
107
|
+
this.ch.t5.zz = this.ch.vp;
|
|
108
108
|
};
|
|
109
109
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
110
|
-
this.ch.
|
|
110
|
+
this.ch.t5.z6 = this.ch.vs;
|
|
111
111
|
};
|
|
112
112
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
113
|
-
this.ch.
|
|
113
|
+
this.ch.t5.zv = this.ch.vo;
|
|
114
114
|
};
|
|
115
115
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
116
|
-
this.ch.
|
|
116
|
+
this.ch.t5.zt = this.ch.vk;
|
|
117
117
|
};
|
|
118
118
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
119
|
-
this.ch.
|
|
119
|
+
this.ch.t5.zu = this.ch.vn;
|
|
120
120
|
};
|
|
121
121
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
122
|
-
this.ch.
|
|
122
|
+
this.ch.t5.z0 = this.ch.vq;
|
|
123
123
|
};
|
|
124
124
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
125
|
-
this.ch.
|
|
125
|
+
this.ch.t5.zz = this.ch.vp;
|
|
126
126
|
};
|
|
127
127
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
128
128
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -135,125 +135,128 @@ 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.ve = null;
|
|
139
|
+
_this.vj = false;
|
|
140
|
+
_this.vi = 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.bc = function () {
|
|
147
|
+
return new GeographicProportionalSymbolSeries();
|
|
148
|
+
};
|
|
149
|
+
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
147
150
|
return true;
|
|
148
151
|
};
|
|
149
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
152
|
+
GeographicProportionalSymbolSeries.prototype.cd = function () {
|
|
150
153
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
154
|
};
|
|
152
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
153
|
-
_super.prototype.
|
|
154
|
-
this.
|
|
155
|
+
GeographicProportionalSymbolSeries.prototype.o2 = function (a) {
|
|
156
|
+
_super.prototype.o2.call(this, a);
|
|
157
|
+
this.vh = a;
|
|
155
158
|
};
|
|
156
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
159
|
+
GeographicProportionalSymbolSeries.prototype.ir = function () {
|
|
157
160
|
return 0.7;
|
|
158
161
|
};
|
|
159
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
162
|
+
GeographicProportionalSymbolSeries.prototype.t4 = function () {
|
|
160
163
|
return new BubbleSeries();
|
|
161
164
|
};
|
|
162
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
165
|
+
GeographicProportionalSymbolSeries.prototype.get_et = function () {
|
|
163
166
|
return true;
|
|
164
167
|
};
|
|
165
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
166
|
-
_super.prototype.
|
|
168
|
+
GeographicProportionalSymbolSeries.prototype.pa = function (a, b, c, d) {
|
|
169
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
167
170
|
switch (b) {
|
|
168
171
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
172
|
+
this.vh.cx();
|
|
170
173
|
break;
|
|
171
174
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
175
|
+
this.vh.cq();
|
|
173
176
|
break;
|
|
174
177
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
178
|
+
this.vh.cp();
|
|
176
179
|
break;
|
|
177
180
|
case "XAxis":
|
|
178
|
-
this.
|
|
181
|
+
this.vh.cy();
|
|
179
182
|
break;
|
|
180
183
|
case "YAxis":
|
|
181
|
-
this.
|
|
184
|
+
this.vh.cz();
|
|
182
185
|
break;
|
|
183
186
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
187
|
+
this.vh.c0();
|
|
185
188
|
break;
|
|
186
189
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
190
|
+
this.vh.c1();
|
|
188
191
|
break;
|
|
189
192
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
193
|
+
this.vh.c2();
|
|
191
194
|
break;
|
|
192
195
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
196
|
+
this.vh.cl();
|
|
194
197
|
break;
|
|
195
198
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
199
|
+
this.vh.ci();
|
|
197
200
|
break;
|
|
198
201
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
202
|
+
this.vh.cj();
|
|
200
203
|
break;
|
|
201
204
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
205
|
+
this.vh.ck();
|
|
203
206
|
break;
|
|
204
207
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
208
|
+
this.vh.co();
|
|
206
209
|
break;
|
|
207
210
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
211
|
+
this.vh.cn();
|
|
209
212
|
break;
|
|
210
213
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
214
|
+
this.vh.cm();
|
|
212
215
|
break;
|
|
213
216
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
if (this.
|
|
217
|
-
var e = this.
|
|
218
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
217
|
+
this.t5.wk = this.vm;
|
|
218
|
+
this.vj = this.vm;
|
|
219
|
+
if (this.vm) {
|
|
220
|
+
var e = this.t5;
|
|
221
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.we));
|
|
219
222
|
}
|
|
220
223
|
else {
|
|
221
|
-
var f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
224
|
+
var f = this.t5;
|
|
225
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.we));
|
|
223
226
|
}
|
|
224
227
|
break;
|
|
225
228
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
if (this.
|
|
229
|
-
var g = this.
|
|
230
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
229
|
+
this.t5.wj = this.vl;
|
|
230
|
+
this.vi = this.vl;
|
|
231
|
+
if (this.vm) {
|
|
232
|
+
var g = this.t5;
|
|
233
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wd));
|
|
231
234
|
}
|
|
232
235
|
else {
|
|
233
|
-
var h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
236
|
+
var h = this.t5;
|
|
237
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wd));
|
|
235
238
|
}
|
|
236
239
|
break;
|
|
237
240
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
241
|
+
this.t5.v3 = this.vf;
|
|
239
242
|
break;
|
|
240
243
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
244
|
+
this.t5.w2 = this.vr;
|
|
242
245
|
break;
|
|
243
246
|
}
|
|
244
247
|
};
|
|
245
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
248
|
+
GeographicProportionalSymbolSeries.prototype.we = function (a, b) {
|
|
246
249
|
if (this.assigningScatterStyle != null) {
|
|
247
250
|
this.assigningScatterStyle(this, b);
|
|
248
251
|
}
|
|
249
252
|
};
|
|
250
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
253
|
+
GeographicProportionalSymbolSeries.prototype.wd = function (a, b) {
|
|
251
254
|
if (this.assigningScatterMarkerStyle != null) {
|
|
252
255
|
this.assigningScatterMarkerStyle(this, b);
|
|
253
256
|
}
|
|
254
257
|
};
|
|
255
258
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
256
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
259
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vs:wf', [2], 'FillScale:vd:wg', [BrushScale.$], 'FillScaleUseGlobalValues:vk:wh', [0, false], 'IsCustomScatterMarkerStyleAllowed:vl:wi', [0, false], 'IsCustomScatterStyleAllowed:vm:wj', [0, false], 'ItemSearchMode:vf:wk', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vr:wl', [1, 10000], 'LabelMemberPath:v0:wm', [2], 'LatitudeMemberPath:v2:wn', [2, null], 'LongitudeMemberPath:v4:wo', [2, null], 'MarkerBrushBrightness:vp:wp', [1, NaN], 'MarkerOutlineBrightness:vq:wq', [1, NaN], 'MarkerOutlineUsesFillScale:vn:wr', [0, false], 'RadiusMemberPath:v9:ws', [2, null], 'RadiusScale:vg:wt', [SizeScale.$], 'RadiusScaleUseGlobalValues:vo:wu', [0, false]]);
|
|
257
260
|
return GeographicProportionalSymbolSeries;
|
|
258
261
|
}(GeographicMarkerSeries));
|
|
259
262
|
export { GeographicProportionalSymbolSeries };
|