igniteui-angular-maps 19.0.0 → 19.1.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 +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- 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 +39 -39
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +22 -22
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +469 -469
- 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 +39 -39
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +22 -22
- 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 +1710 -1710
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +43 -43
- package/lib/XamGeographicMap_combined.d.ts +121 -121
- 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.w5;
|
|
27
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xt));
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
return this.
|
|
29
|
+
s3() {
|
|
30
|
+
return this.xu;
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
return this.
|
|
32
|
+
vq() {
|
|
33
|
+
return this.x7;
|
|
34
34
|
}
|
|
35
|
-
|
|
36
|
-
return this.
|
|
35
|
+
vr() {
|
|
36
|
+
return this.x8;
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
return this.
|
|
38
|
+
ip() {
|
|
39
|
+
return this.xg;
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
41
|
+
mc() {
|
|
42
|
+
let a = typeCast(MarkerSeries.$, this.w5);
|
|
43
43
|
if (a == null) {
|
|
44
44
|
return "Unknown";
|
|
45
45
|
}
|
|
46
|
-
return a.
|
|
46
|
+
return a.mc();
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
48
|
+
xt(a, b) {
|
|
49
|
+
let c = typeCast(MarkerSeries.$, this.w5);
|
|
50
50
|
if (c == null) {
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
53
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
54
|
-
this.
|
|
54
|
+
this.xu = c.x5;
|
|
55
55
|
}
|
|
56
56
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
57
|
-
this.
|
|
57
|
+
this.x8 = c.yn;
|
|
58
58
|
}
|
|
59
59
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
60
|
-
this.
|
|
60
|
+
this.x7 = c.ym;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
63
|
+
rc(a, b, c, d) {
|
|
64
|
+
super.rc(a, b, c, d);
|
|
65
65
|
switch (b) {
|
|
66
66
|
case GeographicMarkerSeries.$$p[3]:
|
|
67
|
-
this.
|
|
67
|
+
this.w5.yo = this.x9;
|
|
68
68
|
break;
|
|
69
69
|
case GeographicMarkerSeries.$$p[6]:
|
|
70
|
-
this.
|
|
70
|
+
this.w5.yp = this.ya;
|
|
71
71
|
break;
|
|
72
72
|
case GeographicMarkerSeries.$$p[5]:
|
|
73
|
-
this.
|
|
73
|
+
this.w5.w9 = this.xe;
|
|
74
74
|
break;
|
|
75
75
|
case GeographicMarkerSeries.$$p[4]:
|
|
76
|
-
this.
|
|
76
|
+
this.w5.w5 = this.xd;
|
|
77
77
|
break;
|
|
78
78
|
case GeographicMarkerSeries.$$p[9]:
|
|
79
|
-
this.
|
|
79
|
+
this.w5.xf = this.xf;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicMarkerSeries.$$p[7]:
|
|
82
|
-
this.
|
|
82
|
+
this.w5.x7 = this.xv;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicMarkerSeries.$$p[8]:
|
|
85
|
-
this.
|
|
85
|
+
this.w5.xo = this.xg;
|
|
86
86
|
break;
|
|
87
87
|
case GeographicMarkerSeries.$$p[10]:
|
|
88
|
-
this.
|
|
88
|
+
this.w5.aae = this.xh;
|
|
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:x7:xw', [Brush.$], 'ActualMarkerOutline:x8:xx', [Brush.$], 'ActualMarkerTemplate:xu:xy', [DataTemplate.$, null], 'MarkerBrush:x9:xz', [Brush.$], 'MarkerFillMode:xd:x0', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xe:x1', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ya:x2', [Brush.$], 'MarkerTemplate:xv:x3', [DataTemplate.$, null], 'MarkerThickness:xg:x4', [1, DeviceUtils.g(2)], 'MarkerType:xf:x5', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xh:x6', [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.cy = null;
|
|
24
|
+
this.cy = a;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
super.
|
|
28
|
-
if (!this.
|
|
29
|
-
this.
|
|
26
|
+
a4() {
|
|
27
|
+
super.a4();
|
|
28
|
+
if (!this.t) {
|
|
29
|
+
this.cy.jq = Defaults.aa;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
super.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
32
|
+
ci() {
|
|
33
|
+
super.ci();
|
|
34
|
+
this.cy.w5.aad = this.cy.yk;
|
|
35
|
+
this.cy.w5.aai = this.cy.ys;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
this.
|
|
37
|
+
cz() {
|
|
38
|
+
this.cy.w5.aad = this.cy.yk;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
this.
|
|
40
|
+
c0() {
|
|
41
|
+
this.cy.w5.aai = this.cy.ys;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -54,42 +54,42 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
54
54
|
this.styleShape = null;
|
|
55
55
|
this.ab = GeographicPolylineSeries.$;
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
bk() {
|
|
58
58
|
return new GeographicPolylineSeries();
|
|
59
59
|
}
|
|
60
|
-
|
|
60
|
+
get_fs() {
|
|
61
61
|
return true;
|
|
62
62
|
}
|
|
63
|
-
|
|
63
|
+
ct() {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
68
|
-
this.
|
|
66
|
+
q3(a) {
|
|
67
|
+
super.q3(a);
|
|
68
|
+
this.yl = a;
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
w4() {
|
|
71
71
|
let a = new ScatterPolylineSeries();
|
|
72
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
72
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yp));
|
|
73
73
|
return a;
|
|
74
74
|
}
|
|
75
|
-
|
|
75
|
+
yp(a, b) {
|
|
76
76
|
if (this.styleShape != null) {
|
|
77
77
|
this.styleShape(this, b);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
super.
|
|
80
|
+
rc(a, b, c, d) {
|
|
81
|
+
super.rc(a, b, c, d);
|
|
82
82
|
switch (b) {
|
|
83
83
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
84
|
+
this.yl.cz();
|
|
85
85
|
break;
|
|
86
86
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.yl.c0();
|
|
88
88
|
break;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
93
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
93
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:ys:yq', [Style.$, null], 'ShapeStyleSelector:yk:yr', [StyleSelector.$, null]]);
|
|
94
94
|
return GeographicPolylineSeries;
|
|
95
95
|
})();
|
|
@@ -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.cu = null;
|
|
17
|
+
this.cu = 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.cu = null;
|
|
24
|
+
this.cu = a;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
super.
|
|
28
|
-
if (!this.
|
|
26
|
+
a4() {
|
|
27
|
+
super.a4();
|
|
28
|
+
if (!this.t) {
|
|
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
|
-
|
|
51
|
-
this.
|
|
52
|
-
}
|
|
53
|
-
cp() {
|
|
54
|
-
this.ch.w0.aa1 = this.ch.yx;
|
|
31
|
+
ci() {
|
|
32
|
+
super.ci();
|
|
33
|
+
let a = this.cu.w5;
|
|
34
|
+
a.aay = this.cu.y4;
|
|
35
|
+
a.aa6 = this.cu.y2;
|
|
36
|
+
a.xf = this.cu.xf;
|
|
37
|
+
a.x7 = this.cu.xv;
|
|
38
|
+
a.xo = this.cu.xg;
|
|
39
|
+
a.ac8 = this.cu.yo;
|
|
40
|
+
a.ady = this.cu.y9;
|
|
41
|
+
a.acx = this.cu.yg;
|
|
42
|
+
a.ado = this.cu.y0;
|
|
43
|
+
a.adj = this.cu.ys;
|
|
44
|
+
a.acu = this.cu.yd;
|
|
45
|
+
a.ac6 = this.cu.yk;
|
|
46
|
+
a.ac7 = this.cu.yn;
|
|
47
|
+
a.add = this.cu.yq;
|
|
48
|
+
a.adc = this.cu.yp;
|
|
49
|
+
}
|
|
50
|
+
c3() {
|
|
51
|
+
this.cu.w5.aay = this.cu.y4;
|
|
55
52
|
}
|
|
56
|
-
|
|
57
|
-
this.
|
|
53
|
+
c2() {
|
|
54
|
+
this.cu.w5.aa6 = this.cu.y2;
|
|
58
55
|
}
|
|
59
|
-
|
|
60
|
-
this.
|
|
56
|
+
c8() {
|
|
57
|
+
this.cu.w5.xf = this.cu.xf;
|
|
61
58
|
}
|
|
62
|
-
|
|
63
|
-
this.
|
|
59
|
+
c6() {
|
|
60
|
+
this.cu.w5.x7 = this.cu.xv;
|
|
64
61
|
}
|
|
65
|
-
|
|
66
|
-
this.
|
|
62
|
+
c7() {
|
|
63
|
+
this.cu.w5.xo = this.cu.xg;
|
|
67
64
|
}
|
|
68
|
-
|
|
69
|
-
this.
|
|
65
|
+
c9() {
|
|
66
|
+
this.cu.w5.aae = this.cu.xh;
|
|
70
67
|
}
|
|
71
|
-
|
|
72
|
-
this.
|
|
68
|
+
db() {
|
|
69
|
+
this.cu.w5.xAxis = this.cu.dc.w7;
|
|
73
70
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
71
|
+
dc() {
|
|
72
|
+
this.cu.w5.yAxis = this.cu.dc.w9;
|
|
73
|
+
}
|
|
74
|
+
da() {
|
|
75
|
+
let a = this.cu.w5;
|
|
76
|
+
if (this.cu.dc == 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.cu.dc.w7;
|
|
82
|
+
a.yAxis = this.cu.dc.w9;
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
this.
|
|
84
|
+
c4() {
|
|
85
|
+
this.cu.w5.yo = this.cu.x9;
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
this.
|
|
87
|
+
c5() {
|
|
88
|
+
this.cu.w5.yp = this.cu.ya;
|
|
89
89
|
}
|
|
90
|
-
|
|
91
|
-
this.
|
|
90
|
+
dd() {
|
|
91
|
+
this.cu.w5.ady = this.cu.y9;
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
93
|
+
de() {
|
|
94
|
+
this.cu.w5.acx = this.cu.yg;
|
|
95
|
+
this.cu.w5.ac8 = this.cu.yo;
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
this.
|
|
97
|
+
cy() {
|
|
98
|
+
this.cu.w5.ado = this.cu.y0;
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
100
|
+
cw() {
|
|
101
|
+
this.cu.w5.acu = this.cu.yd;
|
|
102
|
+
this.cu.w5.ac6 = this.cu.yk;
|
|
103
|
+
this.cu.w5.ac7 = this.cu.yn;
|
|
104
|
+
this.cu.w5.add = this.cu.yq;
|
|
105
|
+
this.cu.w5.adc = this.cu.yp;
|
|
106
106
|
}
|
|
107
|
-
|
|
108
|
-
this.
|
|
107
|
+
cv() {
|
|
108
|
+
this.cu.w5.adj = this.cu.ys;
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
this.
|
|
110
|
+
df() {
|
|
111
|
+
this.cu.w5.ac8 = this.cu.yo;
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
this.
|
|
113
|
+
cx() {
|
|
114
|
+
this.cu.w5.ac6 = this.cu.yk;
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
this.
|
|
116
|
+
c1() {
|
|
117
|
+
this.cu.w5.ac7 = this.cu.yn;
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
this.
|
|
119
|
+
c0() {
|
|
120
|
+
this.cu.w5.add = this.cu.yq;
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
this.
|
|
122
|
+
cz() {
|
|
123
|
+
this.cu.w5.adc = this.cu.yp;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -133,127 +133,127 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
133
133
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
134
134
|
constructor() {
|
|
135
135
|
super();
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
136
|
+
this.ye = null;
|
|
137
|
+
this.yj = false;
|
|
138
|
+
this.yi = false;
|
|
139
139
|
this.assigningScatterStyle = null;
|
|
140
140
|
this.assigningScatterMarkerStyle = null;
|
|
141
141
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
142
142
|
}
|
|
143
|
-
|
|
143
|
+
bk() {
|
|
144
144
|
return new GeographicProportionalSymbolSeries();
|
|
145
145
|
}
|
|
146
|
-
|
|
146
|
+
get_ek() {
|
|
147
147
|
return true;
|
|
148
148
|
}
|
|
149
|
-
|
|
149
|
+
ct() {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
}
|
|
152
|
-
|
|
153
|
-
super.
|
|
154
|
-
this.
|
|
152
|
+
q3(a) {
|
|
153
|
+
super.q3(a);
|
|
154
|
+
this.yh = a;
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
jm() {
|
|
157
157
|
return 0.7;
|
|
158
158
|
}
|
|
159
|
-
|
|
159
|
+
w4() {
|
|
160
160
|
return new BubbleSeries();
|
|
161
161
|
}
|
|
162
|
-
|
|
162
|
+
get_ff() {
|
|
163
163
|
return true;
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
super.
|
|
165
|
+
rc(a, b, c, d) {
|
|
166
|
+
super.rc(a, b, c, d);
|
|
167
167
|
switch (b) {
|
|
168
168
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
169
|
+
this.yh.da();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
172
|
+
this.yh.c3();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.yh.c2();
|
|
176
176
|
break;
|
|
177
177
|
case "XAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.yh.db();
|
|
179
179
|
break;
|
|
180
180
|
case "YAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.yh.dc();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
184
|
+
this.yh.dd();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
187
|
+
this.yh.de();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
190
|
+
this.yh.df();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
193
|
+
this.yh.cy();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
196
|
+
this.yh.cv();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
199
|
+
this.yh.cw();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
202
|
+
this.yh.cx();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
205
|
+
this.yh.c1();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
208
|
+
this.yh.c0();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
211
|
+
this.yh.cz();
|
|
212
212
|
break;
|
|
213
213
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
if (this.
|
|
217
|
-
let e = this.
|
|
218
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
214
|
+
this.w5.zu = this.ym;
|
|
215
|
+
this.yj = this.ym;
|
|
216
|
+
if (this.ym) {
|
|
217
|
+
let e = this.w5;
|
|
218
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
let f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
221
|
+
let f = this.w5;
|
|
222
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
|
|
223
223
|
}
|
|
224
224
|
break;
|
|
225
225
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
if (this.
|
|
229
|
-
let g = this.
|
|
230
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
226
|
+
this.w5.zt = this.yl;
|
|
227
|
+
this.yi = this.yl;
|
|
228
|
+
if (this.ym) {
|
|
229
|
+
let g = this.w5;
|
|
230
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
231
231
|
}
|
|
232
232
|
else {
|
|
233
|
-
let h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
233
|
+
let h = this.w5;
|
|
234
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
238
|
+
this.w5.zd = this.yf;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
241
|
+
this.w5.aad = this.yr;
|
|
242
242
|
break;
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
|
|
245
|
+
ze(a, b) {
|
|
246
246
|
if (this.assigningScatterStyle != null) {
|
|
247
247
|
this.assigningScatterStyle(this, b);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
|
|
250
|
+
zd(a, b) {
|
|
251
251
|
if (this.assigningScatterMarkerStyle != null) {
|
|
252
252
|
this.assigningScatterMarkerStyle(this, b);
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
257
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
257
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ys:zf', [2], 'FillScale:yd:zg', [BrushScale.$], 'FillScaleUseGlobalValues:yk:zh', [0, false], 'IsCustomScatterMarkerStyleAllowed:yl:zi', [0, false], 'IsCustomScatterStyleAllowed:ym:zj', [0, false], 'ItemSearchMode:yf:zk', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yr:zl', [1, 10000], 'LabelMemberPath:y0:zm', [2], 'LatitudeMemberPath:y2:zn', [2, null], 'LongitudeMemberPath:y4:zo', [2, null], 'MarkerBrushBrightness:yp:zp', [1, NaN], 'MarkerOutlineBrightness:yq:zq', [1, NaN], 'MarkerOutlineUsesFillScale:yn:zr', [0, false], 'RadiusMemberPath:y9:zs', [2, null], 'RadiusScale:yg:zt', [SizeScale.$], 'RadiusScaleUseGlobalValues:yo:zu', [0, false]]);
|
|
258
258
|
return GeographicProportionalSymbolSeries;
|
|
259
259
|
})();
|
|
@@ -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.cu = null;
|
|
17
|
+
this.cu = a;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
|