igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.3
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-webcomponents-maps.umd.js +1442 -1442
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +437 -437
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +47 -47
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +431 -431
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +47 -47
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
- package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- 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 +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- 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 +102 -102
- package/package.json +3 -3
|
@@ -24,74 +24,74 @@ export var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
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.xn;
|
|
28
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.yb));
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
31
|
-
GeographicMarkerSeries.prototype.
|
|
32
|
-
return this.
|
|
33
|
-
};
|
|
34
|
-
GeographicMarkerSeries.prototype.v6 = function () {
|
|
35
|
-
return this.yo;
|
|
31
|
+
GeographicMarkerSeries.prototype.tj = function () {
|
|
32
|
+
return this.yc;
|
|
36
33
|
};
|
|
37
34
|
GeographicMarkerSeries.prototype.v7 = function () {
|
|
38
35
|
return this.yp;
|
|
39
36
|
};
|
|
40
|
-
GeographicMarkerSeries.prototype.
|
|
41
|
-
return this.
|
|
37
|
+
GeographicMarkerSeries.prototype.v8 = function () {
|
|
38
|
+
return this.yq;
|
|
39
|
+
};
|
|
40
|
+
GeographicMarkerSeries.prototype.iw = function () {
|
|
41
|
+
return this.xy;
|
|
42
42
|
};
|
|
43
|
-
GeographicMarkerSeries.prototype.
|
|
44
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
43
|
+
GeographicMarkerSeries.prototype.mn = function () {
|
|
44
|
+
var a = typeCast(MarkerSeries.$, this.xn);
|
|
45
45
|
if (a == null) {
|
|
46
46
|
return "Unknown";
|
|
47
47
|
}
|
|
48
|
-
return a.
|
|
48
|
+
return a.mn();
|
|
49
49
|
};
|
|
50
|
-
GeographicMarkerSeries.prototype.
|
|
51
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
50
|
+
GeographicMarkerSeries.prototype.yb = function (a, b) {
|
|
51
|
+
var c = typeCast(MarkerSeries.$, this.xn);
|
|
52
52
|
if (c == null) {
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
56
|
-
this.
|
|
56
|
+
this.yc = c.yn;
|
|
57
57
|
}
|
|
58
58
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
59
|
-
this.
|
|
59
|
+
this.yq = c.y5;
|
|
60
60
|
}
|
|
61
61
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
62
|
-
this.
|
|
62
|
+
this.yp = c.y4;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
GeographicMarkerSeries.prototype.
|
|
66
|
-
_super.prototype.
|
|
65
|
+
GeographicMarkerSeries.prototype.rs = function (a, b, c, d) {
|
|
66
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
67
67
|
switch (b) {
|
|
68
68
|
case GeographicMarkerSeries.$$p[3]:
|
|
69
|
-
this.
|
|
69
|
+
this.xn.y6 = this.yr;
|
|
70
70
|
break;
|
|
71
71
|
case GeographicMarkerSeries.$$p[6]:
|
|
72
|
-
this.
|
|
72
|
+
this.xn.y7 = this.ys;
|
|
73
73
|
break;
|
|
74
74
|
case GeographicMarkerSeries.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.xn.xr = this.xw;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicMarkerSeries.$$p[4]:
|
|
78
|
-
this.
|
|
78
|
+
this.xn.xn = this.xv;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicMarkerSeries.$$p[9]:
|
|
81
|
-
this.
|
|
81
|
+
this.xn.xx = this.xx;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicMarkerSeries.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.xn.yp = this.yd;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicMarkerSeries.$$p[8]:
|
|
87
|
-
this.
|
|
87
|
+
this.xn.x6 = this.xy;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicMarkerSeries.$$p[10]:
|
|
90
|
-
this.
|
|
90
|
+
this.xn.aaw = this.xz;
|
|
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:yp:ye', [Brush.$], 'ActualMarkerOutline:yq:yf', [Brush.$], 'ActualMarkerTemplate:yc:yg', [DataTemplate.$, null], 'MarkerBrush:yr:yh', [Brush.$], 'MarkerFillMode:xv:yi', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xw:yj', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ys:yk', [Brush.$], 'MarkerTemplate:yd:yl', [DataTemplate.$, null], 'MarkerThickness:xy:ym', [1, DeviceUtils.g(2)], 'MarkerType:xx:yn', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xz:yo', [1, 400]]);
|
|
96
96
|
return GeographicMarkerSeries;
|
|
97
97
|
}(GeographicMapSeriesHost));
|
|
@@ -28,19 +28,19 @@ export var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
28
28
|
GeographicPolylineSeriesView.prototype.a4 = function () {
|
|
29
29
|
_super.prototype.a4.call(this);
|
|
30
30
|
if (!this.t) {
|
|
31
|
-
this.cy.
|
|
31
|
+
this.cy.j0 = Defaults.aa;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GeographicPolylineSeriesView.prototype.ci = function () {
|
|
35
35
|
_super.prototype.ci.call(this);
|
|
36
|
-
this.cy.
|
|
37
|
-
this.cy.
|
|
36
|
+
this.cy.xn.aav = this.cy.y2;
|
|
37
|
+
this.cy.xn.aa0 = this.cy.za;
|
|
38
38
|
};
|
|
39
39
|
GeographicPolylineSeriesView.prototype.cz = function () {
|
|
40
|
-
this.cy.
|
|
40
|
+
this.cy.xn.aav = this.cy.y2;
|
|
41
41
|
};
|
|
42
42
|
GeographicPolylineSeriesView.prototype.c0 = function () {
|
|
43
|
-
this.cy.
|
|
43
|
+
this.cy.xn.aa0 = this.cy.za;
|
|
44
44
|
};
|
|
45
45
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
46
46
|
return GeographicPolylineSeriesView;
|
|
@@ -65,32 +65,32 @@ export var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
65
65
|
GeographicPolylineSeries.prototype.ct = function () {
|
|
66
66
|
return new GeographicPolylineSeriesView(this);
|
|
67
67
|
};
|
|
68
|
-
GeographicPolylineSeries.prototype.
|
|
69
|
-
_super.prototype.
|
|
70
|
-
this.
|
|
68
|
+
GeographicPolylineSeries.prototype.rj = function (a) {
|
|
69
|
+
_super.prototype.rj.call(this, a);
|
|
70
|
+
this.y3 = a;
|
|
71
71
|
};
|
|
72
|
-
GeographicPolylineSeries.prototype.
|
|
72
|
+
GeographicPolylineSeries.prototype.xm = function () {
|
|
73
73
|
var a = new ScatterPolylineSeries();
|
|
74
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
74
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y7));
|
|
75
75
|
return a;
|
|
76
76
|
};
|
|
77
|
-
GeographicPolylineSeries.prototype.
|
|
77
|
+
GeographicPolylineSeries.prototype.y7 = function (a, b) {
|
|
78
78
|
if (this.styleShape != null) {
|
|
79
79
|
this.styleShape(this, b);
|
|
80
80
|
}
|
|
81
81
|
};
|
|
82
|
-
GeographicPolylineSeries.prototype.
|
|
83
|
-
_super.prototype.
|
|
82
|
+
GeographicPolylineSeries.prototype.rs = function (a, b, c, d) {
|
|
83
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
84
84
|
switch (b) {
|
|
85
85
|
case GeographicPolylineSeries.$$p[1]:
|
|
86
|
-
this.
|
|
86
|
+
this.y3.cz();
|
|
87
87
|
break;
|
|
88
88
|
case GeographicPolylineSeries.$$p[0]:
|
|
89
|
-
this.
|
|
89
|
+
this.y3.c0();
|
|
90
90
|
break;
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
93
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
94
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
94
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:za:y8', [Style.$, null], 'ShapeStyleSelector:y2:y9', [StyleSelector.$, null]]);
|
|
95
95
|
return GeographicPolylineSeries;
|
|
96
96
|
}(GeographicShapeSeriesBase));
|
|
@@ -32,97 +32,97 @@ export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/
|
|
|
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.xn;
|
|
36
|
+
a.abg = this.cu.zm;
|
|
37
|
+
a.abo = this.cu.zk;
|
|
38
|
+
a.xx = this.cu.xx;
|
|
39
|
+
a.yp = this.cu.yd;
|
|
40
|
+
a.x6 = this.cu.xy;
|
|
41
|
+
a.adq = this.cu.y6;
|
|
42
|
+
a.aeg = this.cu.zr;
|
|
43
|
+
a.adf = this.cu.yy;
|
|
44
|
+
a.ad6 = this.cu.zi;
|
|
45
|
+
a.ad1 = this.cu.za;
|
|
46
|
+
a.adc = this.cu.yv;
|
|
47
|
+
a.ado = this.cu.y2;
|
|
41
48
|
a.adp = this.cu.y5;
|
|
42
|
-
a.
|
|
43
|
-
a.ade = this.cu.yx;
|
|
44
|
-
a.ad5 = this.cu.zh;
|
|
45
|
-
a.ad0 = this.cu.y9;
|
|
46
|
-
a.adb = this.cu.yu;
|
|
47
|
-
a.adn = this.cu.y1;
|
|
48
|
-
a.ado = this.cu.y4;
|
|
49
|
+
a.adv = this.cu.y8;
|
|
49
50
|
a.adu = this.cu.y7;
|
|
50
|
-
a.adt = this.cu.y6;
|
|
51
51
|
};
|
|
52
52
|
GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
|
|
53
|
-
this.cu.
|
|
53
|
+
this.cu.xn.abg = this.cu.zm;
|
|
54
54
|
};
|
|
55
55
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
56
|
-
this.cu.
|
|
56
|
+
this.cu.xn.abo = this.cu.zk;
|
|
57
57
|
};
|
|
58
58
|
GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
|
|
59
|
-
this.cu.
|
|
59
|
+
this.cu.xn.xx = this.cu.xx;
|
|
60
60
|
};
|
|
61
61
|
GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
|
|
62
|
-
this.cu.
|
|
62
|
+
this.cu.xn.yp = this.cu.yd;
|
|
63
63
|
};
|
|
64
64
|
GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
|
|
65
|
-
this.cu.
|
|
65
|
+
this.cu.xn.x6 = this.cu.xy;
|
|
66
66
|
};
|
|
67
67
|
GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
|
|
68
|
-
this.cu.
|
|
68
|
+
this.cu.xn.aaw = this.cu.xz;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.db = function () {
|
|
71
|
-
this.cu.
|
|
71
|
+
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.dc = function () {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xn.yAxis = this.cu.dc.zn;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.da = function () {
|
|
77
|
-
var a = this.cu.
|
|
77
|
+
var a = this.cu.xn;
|
|
78
78
|
if (this.cu.dc == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.cu.dc.
|
|
84
|
-
a.yAxis = this.cu.dc.
|
|
83
|
+
a.xAxis = this.cu.dc.zl;
|
|
84
|
+
a.yAxis = this.cu.dc.zn;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
|
|
87
|
-
this.cu.
|
|
87
|
+
this.cu.xn.y6 = this.cu.yr;
|
|
88
88
|
};
|
|
89
89
|
GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
|
|
90
|
-
this.cu.
|
|
90
|
+
this.cu.xn.y7 = this.cu.ys;
|
|
91
91
|
};
|
|
92
92
|
GeographicProportionalSymbolSeriesView.prototype.dd = function () {
|
|
93
|
-
this.cu.
|
|
93
|
+
this.cu.xn.aeg = this.cu.zr;
|
|
94
94
|
};
|
|
95
95
|
GeographicProportionalSymbolSeriesView.prototype.de = function () {
|
|
96
|
-
this.cu.
|
|
97
|
-
this.cu.
|
|
96
|
+
this.cu.xn.adf = this.cu.yy;
|
|
97
|
+
this.cu.xn.adq = this.cu.y6;
|
|
98
98
|
};
|
|
99
99
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
100
|
-
this.cu.
|
|
100
|
+
this.cu.xn.ad6 = this.cu.zi;
|
|
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.xn.adc = this.cu.yv;
|
|
104
|
+
this.cu.xn.ado = this.cu.y2;
|
|
105
|
+
this.cu.xn.adp = this.cu.y5;
|
|
106
|
+
this.cu.xn.adv = this.cu.y8;
|
|
107
|
+
this.cu.xn.adu = this.cu.y7;
|
|
108
108
|
};
|
|
109
109
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
110
|
-
this.cu.
|
|
110
|
+
this.cu.xn.ad1 = this.cu.za;
|
|
111
111
|
};
|
|
112
112
|
GeographicProportionalSymbolSeriesView.prototype.df = function () {
|
|
113
|
-
this.cu.
|
|
113
|
+
this.cu.xn.adq = this.cu.y6;
|
|
114
114
|
};
|
|
115
115
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
116
|
-
this.cu.
|
|
116
|
+
this.cu.xn.ado = this.cu.y2;
|
|
117
117
|
};
|
|
118
118
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
119
|
-
this.cu.
|
|
119
|
+
this.cu.xn.adp = this.cu.y5;
|
|
120
120
|
};
|
|
121
121
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
122
|
-
this.cu.
|
|
122
|
+
this.cu.xn.adv = this.cu.y8;
|
|
123
123
|
};
|
|
124
124
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
125
|
-
this.cu.
|
|
125
|
+
this.cu.xn.adu = this.cu.y7;
|
|
126
126
|
};
|
|
127
127
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
128
128
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -134,9 +134,9 @@ export var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (fun
|
|
|
134
134
|
__extends(GeographicProportionalSymbolSeries, _super);
|
|
135
135
|
function GeographicProportionalSymbolSeries() {
|
|
136
136
|
var _this = _super.call(this) || this;
|
|
137
|
-
_this.
|
|
137
|
+
_this.yw = null;
|
|
138
|
+
_this.y1 = false;
|
|
138
139
|
_this.y0 = false;
|
|
139
|
-
_this.yz = false;
|
|
140
140
|
_this.assigningScatterStyle = null;
|
|
141
141
|
_this.assigningScatterMarkerStyle = null;
|
|
142
142
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -151,110 +151,110 @@ export var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (fun
|
|
|
151
151
|
GeographicProportionalSymbolSeries.prototype.ct = function () {
|
|
152
152
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
153
153
|
};
|
|
154
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
155
|
-
_super.prototype.
|
|
156
|
-
this.
|
|
154
|
+
GeographicProportionalSymbolSeries.prototype.rj = function (a) {
|
|
155
|
+
_super.prototype.rj.call(this, a);
|
|
156
|
+
this.yz = a;
|
|
157
157
|
};
|
|
158
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
158
|
+
GeographicProportionalSymbolSeries.prototype.jv = function () {
|
|
159
159
|
return 0.7;
|
|
160
160
|
};
|
|
161
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
161
|
+
GeographicProportionalSymbolSeries.prototype.xm = function () {
|
|
162
162
|
return new BubbleSeries();
|
|
163
163
|
};
|
|
164
164
|
GeographicProportionalSymbolSeries.prototype.get_fh = function () {
|
|
165
165
|
return true;
|
|
166
166
|
};
|
|
167
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
167
|
+
GeographicProportionalSymbolSeries.prototype.rs = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
169
169
|
switch (b) {
|
|
170
170
|
case "SeriesViewer":
|
|
171
|
-
this.
|
|
171
|
+
this.yz.da();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
174
|
-
this.
|
|
174
|
+
this.yz.c3();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
177
|
-
this.
|
|
177
|
+
this.yz.c2();
|
|
178
178
|
break;
|
|
179
179
|
case "XAxis":
|
|
180
|
-
this.
|
|
180
|
+
this.yz.db();
|
|
181
181
|
break;
|
|
182
182
|
case "YAxis":
|
|
183
|
-
this.
|
|
183
|
+
this.yz.dc();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
186
|
-
this.
|
|
186
|
+
this.yz.dd();
|
|
187
187
|
break;
|
|
188
188
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
189
|
-
this.
|
|
189
|
+
this.yz.de();
|
|
190
190
|
break;
|
|
191
191
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
192
|
-
this.
|
|
192
|
+
this.yz.df();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
195
|
-
this.
|
|
195
|
+
this.yz.cy();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
198
|
-
this.
|
|
198
|
+
this.yz.cv();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
201
|
-
this.
|
|
201
|
+
this.yz.cw();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
204
|
-
this.
|
|
204
|
+
this.yz.cx();
|
|
205
205
|
break;
|
|
206
206
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
207
|
-
this.
|
|
207
|
+
this.yz.c1();
|
|
208
208
|
break;
|
|
209
209
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
210
|
-
this.
|
|
210
|
+
this.yz.c0();
|
|
211
211
|
break;
|
|
212
212
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
213
|
-
this.
|
|
213
|
+
this.yz.cz();
|
|
214
214
|
break;
|
|
215
215
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
if (this.
|
|
219
|
-
var e = this.
|
|
220
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
216
|
+
this.xn.aac = this.y4;
|
|
217
|
+
this.y1 = this.y4;
|
|
218
|
+
if (this.y4) {
|
|
219
|
+
var e = this.xn;
|
|
220
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zw));
|
|
221
221
|
}
|
|
222
222
|
else {
|
|
223
|
-
var f = this.
|
|
224
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
223
|
+
var f = this.xn;
|
|
224
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zw));
|
|
225
225
|
}
|
|
226
226
|
break;
|
|
227
227
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
if (this.
|
|
231
|
-
var g = this.
|
|
232
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
228
|
+
this.xn.aab = this.y3;
|
|
229
|
+
this.y0 = this.y3;
|
|
230
|
+
if (this.y4) {
|
|
231
|
+
var g = this.xn;
|
|
232
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zv));
|
|
233
233
|
}
|
|
234
234
|
else {
|
|
235
|
-
var h = this.
|
|
236
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
235
|
+
var h = this.xn;
|
|
236
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zv));
|
|
237
237
|
}
|
|
238
238
|
break;
|
|
239
239
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
240
|
-
this.
|
|
240
|
+
this.xn.zv = this.yx;
|
|
241
241
|
break;
|
|
242
242
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
243
|
-
this.
|
|
243
|
+
this.xn.aav = this.y9;
|
|
244
244
|
break;
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
247
|
+
GeographicProportionalSymbolSeries.prototype.zw = function (a, b) {
|
|
248
248
|
if (this.assigningScatterStyle != null) {
|
|
249
249
|
this.assigningScatterStyle(this, b);
|
|
250
250
|
}
|
|
251
251
|
};
|
|
252
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
252
|
+
GeographicProportionalSymbolSeries.prototype.zv = function (a, b) {
|
|
253
253
|
if (this.assigningScatterMarkerStyle != null) {
|
|
254
254
|
this.assigningScatterMarkerStyle(this, b);
|
|
255
255
|
}
|
|
256
256
|
};
|
|
257
257
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
258
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
258
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:za:zx', [2], 'FillScale:yv:zy', [BrushScale.$], 'FillScaleUseGlobalValues:y2:zz', [0, false], 'IsCustomScatterMarkerStyleAllowed:y3:z0', [0, false], 'IsCustomScatterStyleAllowed:y4:z1', [0, false], 'ItemSearchMode:yx:z2', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y9:z3', [1, 10000], 'LabelMemberPath:zi:z4', [2], 'LatitudeMemberPath:zk:z5', [2, null], 'LongitudeMemberPath:zm:z6', [2, null], 'MarkerBrushBrightness:y7:z7', [1, NaN], 'MarkerOutlineBrightness:y8:z8', [1, NaN], 'MarkerOutlineUsesFillScale:y5:z9', [0, false], 'RadiusMemberPath:zr:aaa', [2, null], 'RadiusScale:yy:aab', [SizeScale.$], 'RadiusScaleUseGlobalValues:y6:aac', [0, false]]);
|
|
259
259
|
return GeographicProportionalSymbolSeries;
|
|
260
260
|
}(GeographicMarkerSeries));
|