igniteui-angular-maps 17.1.0 → 17.2.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
|
@@ -23,74 +23,74 @@ export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
23
23
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
24
24
|
constructor() {
|
|
25
25
|
super();
|
|
26
|
-
let a = this.
|
|
27
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
26
|
+
let a = this.t3;
|
|
27
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ur));
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
return this.
|
|
29
|
+
qv() {
|
|
30
|
+
return this.us;
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
return this.
|
|
32
|
+
sz() {
|
|
33
|
+
return this.u5;
|
|
34
34
|
}
|
|
35
|
-
|
|
36
|
-
return this.
|
|
35
|
+
s0() {
|
|
36
|
+
return this.u6;
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
return this.
|
|
38
|
+
hs() {
|
|
39
|
+
return this.ue;
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
41
|
+
kx() {
|
|
42
|
+
let a = typeCast(MarkerSeries.$, this.t3);
|
|
43
43
|
if (a == null) {
|
|
44
44
|
return "Unknown";
|
|
45
45
|
}
|
|
46
|
-
return a.
|
|
46
|
+
return a.kx();
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
48
|
+
ur(a, b) {
|
|
49
|
+
let c = typeCast(MarkerSeries.$, this.t3);
|
|
50
50
|
if (c == null) {
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
53
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
54
|
-
this.
|
|
54
|
+
this.us = c.uu;
|
|
55
55
|
}
|
|
56
56
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
57
|
-
this.
|
|
57
|
+
this.u6 = c.vb;
|
|
58
58
|
}
|
|
59
59
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
60
|
-
this.
|
|
60
|
+
this.u5 = c.va;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
63
|
+
o8(a, b, c, d) {
|
|
64
|
+
super.o8(a, b, c, d);
|
|
65
65
|
switch (b) {
|
|
66
66
|
case GeographicMarkerSeries.$$p[3]:
|
|
67
|
-
this.
|
|
67
|
+
this.t3.vc = this.u7;
|
|
68
68
|
break;
|
|
69
69
|
case GeographicMarkerSeries.$$p[6]:
|
|
70
|
-
this.
|
|
70
|
+
this.t3.vd = this.u8;
|
|
71
71
|
break;
|
|
72
72
|
case GeographicMarkerSeries.$$p[5]:
|
|
73
|
-
this.
|
|
73
|
+
this.t3.t7 = this.uc;
|
|
74
74
|
break;
|
|
75
75
|
case GeographicMarkerSeries.$$p[4]:
|
|
76
|
-
this.
|
|
76
|
+
this.t3.t3 = this.ub;
|
|
77
77
|
break;
|
|
78
78
|
case GeographicMarkerSeries.$$p[9]:
|
|
79
|
-
this.
|
|
79
|
+
this.t3.ua = this.ud;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicMarkerSeries.$$p[7]:
|
|
82
|
-
this.
|
|
82
|
+
this.t3.uw = this.ut;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicMarkerSeries.$$p[8]:
|
|
85
|
-
this.
|
|
85
|
+
this.t3.uf = this.ue;
|
|
86
86
|
break;
|
|
87
87
|
case GeographicMarkerSeries.$$p[10]:
|
|
88
|
-
this.
|
|
88
|
+
this.t3.w1 = this.uf;
|
|
89
89
|
break;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
94
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
94
|
+
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]]);
|
|
95
95
|
return GeographicMarkerSeries;
|
|
96
96
|
})();
|
|
@@ -20,25 +20,25 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
20
20
|
class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
|
|
21
21
|
constructor(a) {
|
|
22
22
|
super(a);
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
23
|
+
this.cl = null;
|
|
24
|
+
this.cl = a;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
super.
|
|
26
|
+
au() {
|
|
27
|
+
super.au();
|
|
28
28
|
if (!this.q) {
|
|
29
|
-
this.
|
|
29
|
+
this.cl.iu = Defaults.n;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
super.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
32
|
+
b5() {
|
|
33
|
+
super.b5();
|
|
34
|
+
this.cl.t3.wt = this.cl.u9;
|
|
35
|
+
this.cl.t3.wy = this.cl.vh;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
this.
|
|
37
|
+
cm() {
|
|
38
|
+
this.cl.t3.wt = this.cl.u9;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
this.
|
|
40
|
+
cn() {
|
|
41
|
+
this.cl.t3.wy = this.cl.vh;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -54,39 +54,39 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
54
54
|
this.styleShape = null;
|
|
55
55
|
this.ab = GeographicPolylineSeries.$;
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
get_e4() {
|
|
58
58
|
return true;
|
|
59
59
|
}
|
|
60
|
-
|
|
60
|
+
cg() {
|
|
61
61
|
return new GeographicPolylineSeriesView(this);
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
65
|
-
this.
|
|
63
|
+
o0(a) {
|
|
64
|
+
super.o0(a);
|
|
65
|
+
this.va = a;
|
|
66
66
|
}
|
|
67
|
-
|
|
67
|
+
t2() {
|
|
68
68
|
let a = new ScatterPolylineSeries();
|
|
69
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
69
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ve));
|
|
70
70
|
return a;
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
ve(a, b) {
|
|
73
73
|
if (this.styleShape != null) {
|
|
74
74
|
this.styleShape(this, b);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
|
|
78
|
-
super.
|
|
77
|
+
o8(a, b, c, d) {
|
|
78
|
+
super.o8(a, b, c, d);
|
|
79
79
|
switch (b) {
|
|
80
80
|
case GeographicPolylineSeries.$$p[1]:
|
|
81
|
-
this.
|
|
81
|
+
this.va.cm();
|
|
82
82
|
break;
|
|
83
83
|
case GeographicPolylineSeries.$$p[0]:
|
|
84
|
-
this.
|
|
84
|
+
this.va.cn();
|
|
85
85
|
break;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
90
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
90
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vh:vf', [Style.$, null], 'ShapeStyleSelector:u9:vg', [StyleSelector.$, null]]);
|
|
91
91
|
return GeographicPolylineSeries;
|
|
92
92
|
})();
|
|
@@ -13,8 +13,8 @@ export let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.ch = null;
|
|
17
|
+
this.ch = a;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
|
|
@@ -20,107 +20,107 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
20
20
|
class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
21
21
|
constructor(a) {
|
|
22
22
|
super(a);
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
23
|
+
this.ch = null;
|
|
24
|
+
this.ch = a;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
super.
|
|
26
|
+
au() {
|
|
27
|
+
super.au();
|
|
28
28
|
if (!this.q) {
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
33
|
-
let a = this.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
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
|
-
}
|
|
50
|
-
cn() {
|
|
51
|
-
this.ce.qe.tr = this.ce.sd;
|
|
52
|
-
}
|
|
53
|
-
cm() {
|
|
54
|
-
this.ce.qe.tz = this.ce.sb;
|
|
55
|
-
}
|
|
56
|
-
cs() {
|
|
57
|
-
this.ce.qe.ql = this.ce.qo;
|
|
31
|
+
b5() {
|
|
32
|
+
super.b5();
|
|
33
|
+
let a = this.ch.t3;
|
|
34
|
+
a.xl = this.ch.v2;
|
|
35
|
+
a.xt = this.ch.v0;
|
|
36
|
+
a.ua = this.ch.ud;
|
|
37
|
+
a.uw = this.ch.ut;
|
|
38
|
+
a.uf = this.ch.ue;
|
|
39
|
+
a.zt = this.ch.vm;
|
|
40
|
+
a.aaj = this.ch.v7;
|
|
41
|
+
a.zj = this.ch.ve;
|
|
42
|
+
a.z9 = this.ch.vy;
|
|
43
|
+
a.z4 = this.ch.vq;
|
|
44
|
+
a.zg = this.ch.vb;
|
|
45
|
+
a.zr = this.ch.vi;
|
|
46
|
+
a.zs = this.ch.vl;
|
|
47
|
+
a.zy = this.ch.vo;
|
|
48
|
+
a.zx = this.ch.vn;
|
|
58
49
|
}
|
|
59
50
|
cq() {
|
|
60
|
-
this.
|
|
51
|
+
this.ch.t3.xl = this.ch.v2;
|
|
61
52
|
}
|
|
62
|
-
|
|
63
|
-
this.
|
|
53
|
+
cp() {
|
|
54
|
+
this.ch.t3.xt = this.ch.v0;
|
|
55
|
+
}
|
|
56
|
+
cv() {
|
|
57
|
+
this.ch.t3.ua = this.ch.ud;
|
|
64
58
|
}
|
|
65
59
|
ct() {
|
|
66
|
-
this.
|
|
60
|
+
this.ch.t3.uw = this.ch.ut;
|
|
67
61
|
}
|
|
68
|
-
|
|
69
|
-
this.
|
|
62
|
+
cu() {
|
|
63
|
+
this.ch.t3.uf = this.ch.ue;
|
|
70
64
|
}
|
|
71
65
|
cw() {
|
|
72
|
-
this.
|
|
66
|
+
this.ch.t3.w1 = this.ch.uf;
|
|
73
67
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
68
|
+
cy() {
|
|
69
|
+
this.ch.t3.xAxis = this.ch.cy.ua;
|
|
70
|
+
}
|
|
71
|
+
cz() {
|
|
72
|
+
this.ch.t3.yAxis = this.ch.cy.uc;
|
|
73
|
+
}
|
|
74
|
+
cx() {
|
|
75
|
+
let a = this.ch.t3;
|
|
76
|
+
if (this.ch.cy == null) {
|
|
77
77
|
a.xAxis = null;
|
|
78
78
|
a.yAxis = null;
|
|
79
79
|
return;
|
|
80
80
|
}
|
|
81
|
-
a.xAxis = this.
|
|
82
|
-
a.yAxis = this.
|
|
81
|
+
a.xAxis = this.ch.cy.ua;
|
|
82
|
+
a.yAxis = this.ch.cy.uc;
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
this.
|
|
84
|
+
cr() {
|
|
85
|
+
this.ch.t3.vc = this.ch.u7;
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
this.
|
|
87
|
+
cs() {
|
|
88
|
+
this.ch.t3.vd = this.ch.u8;
|
|
89
89
|
}
|
|
90
|
-
|
|
91
|
-
this.
|
|
90
|
+
c0() {
|
|
91
|
+
this.ch.t3.aaj = this.ch.v7;
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
93
|
+
c1() {
|
|
94
|
+
this.ch.t3.zj = this.ch.ve;
|
|
95
|
+
this.ch.t3.zt = this.ch.vm;
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
this.
|
|
97
|
+
cl() {
|
|
98
|
+
this.ch.t3.z9 = this.ch.vy;
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
100
|
+
cj() {
|
|
101
|
+
this.ch.t3.zg = this.ch.vb;
|
|
102
|
+
this.ch.t3.zr = this.ch.vi;
|
|
103
|
+
this.ch.t3.zs = this.ch.vl;
|
|
104
|
+
this.ch.t3.zy = this.ch.vo;
|
|
105
|
+
this.ch.t3.zx = this.ch.vn;
|
|
106
106
|
}
|
|
107
|
-
|
|
108
|
-
this.
|
|
107
|
+
ci() {
|
|
108
|
+
this.ch.t3.z4 = this.ch.vq;
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
this.
|
|
110
|
+
c2() {
|
|
111
|
+
this.ch.t3.zt = this.ch.vm;
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
this.
|
|
113
|
+
ck() {
|
|
114
|
+
this.ch.t3.zr = this.ch.vi;
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
this.
|
|
116
|
+
co() {
|
|
117
|
+
this.ch.t3.zs = this.ch.vl;
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
this.
|
|
119
|
+
cn() {
|
|
120
|
+
this.ch.t3.zy = this.ch.vo;
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
this.
|
|
122
|
+
cm() {
|
|
123
|
+
this.ch.t3.zx = this.ch.vn;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -133,124 +133,124 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
133
133
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
134
134
|
constructor() {
|
|
135
135
|
super();
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
136
|
+
this.vc = null;
|
|
137
|
+
this.vh = false;
|
|
138
|
+
this.vg = false;
|
|
139
139
|
this.assigningScatterStyle = null;
|
|
140
140
|
this.assigningScatterMarkerStyle = null;
|
|
141
141
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
142
142
|
}
|
|
143
|
-
|
|
143
|
+
get_dx() {
|
|
144
144
|
return true;
|
|
145
145
|
}
|
|
146
|
-
|
|
146
|
+
cg() {
|
|
147
147
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
148
148
|
}
|
|
149
|
-
|
|
150
|
-
super.
|
|
151
|
-
this.
|
|
149
|
+
o0(a) {
|
|
150
|
+
super.o0(a);
|
|
151
|
+
this.vf = a;
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
iq() {
|
|
154
154
|
return 0.7;
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
t2() {
|
|
157
157
|
return new BubbleSeries();
|
|
158
158
|
}
|
|
159
|
-
|
|
159
|
+
get_es() {
|
|
160
160
|
return true;
|
|
161
161
|
}
|
|
162
|
-
|
|
163
|
-
super.
|
|
162
|
+
o8(a, b, c, d) {
|
|
163
|
+
super.o8(a, b, c, d);
|
|
164
164
|
switch (b) {
|
|
165
165
|
case "SeriesViewer":
|
|
166
|
-
this.
|
|
166
|
+
this.vf.cx();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
169
|
-
this.
|
|
169
|
+
this.vf.cq();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.vf.cp();
|
|
173
173
|
break;
|
|
174
174
|
case "XAxis":
|
|
175
|
-
this.
|
|
175
|
+
this.vf.cy();
|
|
176
176
|
break;
|
|
177
177
|
case "YAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.vf.cz();
|
|
179
179
|
break;
|
|
180
180
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
181
|
-
this.
|
|
181
|
+
this.vf.c0();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
184
|
-
this.
|
|
184
|
+
this.vf.c1();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
187
|
-
this.
|
|
187
|
+
this.vf.c2();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
190
|
-
this.
|
|
190
|
+
this.vf.cl();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
193
|
-
this.
|
|
193
|
+
this.vf.ci();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
196
|
-
this.
|
|
196
|
+
this.vf.cj();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
199
|
-
this.
|
|
199
|
+
this.vf.ck();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
202
|
-
this.
|
|
202
|
+
this.vf.co();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
205
|
-
this.
|
|
205
|
+
this.vf.cn();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
208
|
-
this.
|
|
208
|
+
this.vf.cm();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
211
|
-
this.
|
|
212
|
-
this.
|
|
213
|
-
if (this.
|
|
214
|
-
let e = this.
|
|
215
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
211
|
+
this.t3.wi = this.vk;
|
|
212
|
+
this.vh = this.vk;
|
|
213
|
+
if (this.vk) {
|
|
214
|
+
let e = this.t3;
|
|
215
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wc));
|
|
216
216
|
}
|
|
217
217
|
else {
|
|
218
|
-
let f = this.
|
|
219
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
218
|
+
let f = this.t3;
|
|
219
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wc));
|
|
220
220
|
}
|
|
221
221
|
break;
|
|
222
222
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
if (this.
|
|
226
|
-
let g = this.
|
|
227
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
223
|
+
this.t3.wh = this.vj;
|
|
224
|
+
this.vg = this.vj;
|
|
225
|
+
if (this.vk) {
|
|
226
|
+
let g = this.t3;
|
|
227
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wb));
|
|
228
228
|
}
|
|
229
229
|
else {
|
|
230
|
-
let h = this.
|
|
231
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
230
|
+
let h = this.t3;
|
|
231
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wb));
|
|
232
232
|
}
|
|
233
233
|
break;
|
|
234
234
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
235
|
-
this.
|
|
235
|
+
this.t3.v6 = this.vd;
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
238
|
-
this.
|
|
238
|
+
this.t3.w0 = this.vp;
|
|
239
239
|
break;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
|
-
|
|
242
|
+
wc(a, b) {
|
|
243
243
|
if (this.assigningScatterStyle != null) {
|
|
244
244
|
this.assigningScatterStyle(this, b);
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
|
-
|
|
247
|
+
wb(a, b) {
|
|
248
248
|
if (this.assigningScatterMarkerStyle != null) {
|
|
249
249
|
this.assigningScatterMarkerStyle(this, b);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
254
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
254
|
+
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]]);
|
|
255
255
|
return GeographicProportionalSymbolSeries;
|
|
256
256
|
})();
|
|
@@ -13,8 +13,8 @@ export let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.ch = null;
|
|
17
|
+
this.ch = a;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
|