igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.2
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
|
@@ -20,75 +20,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
20
20
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
21
21
|
constructor() {
|
|
22
22
|
super();
|
|
23
|
-
let a = this.
|
|
24
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
23
|
+
let a = this.xn;
|
|
24
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yb));
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
return this.
|
|
28
|
-
}
|
|
29
|
-
v6() {
|
|
30
|
-
return this.yo;
|
|
26
|
+
tj() {
|
|
27
|
+
return this.yc;
|
|
31
28
|
}
|
|
32
29
|
v7() {
|
|
33
30
|
return this.yp;
|
|
34
31
|
}
|
|
35
|
-
|
|
36
|
-
return this.
|
|
32
|
+
v8() {
|
|
33
|
+
return this.yq;
|
|
34
|
+
}
|
|
35
|
+
iw() {
|
|
36
|
+
return this.xy;
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
38
|
+
mn() {
|
|
39
|
+
let a = typeCast(MarkerSeries.$, this.xn);
|
|
40
40
|
if (a == null) {
|
|
41
41
|
return "Unknown";
|
|
42
42
|
}
|
|
43
|
-
return a.
|
|
43
|
+
return a.mn();
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
45
|
+
yb(a, b) {
|
|
46
|
+
let c = typeCast(MarkerSeries.$, this.xn);
|
|
47
47
|
if (c == null) {
|
|
48
48
|
return;
|
|
49
49
|
}
|
|
50
50
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
51
|
-
this.
|
|
51
|
+
this.yc = c.yn;
|
|
52
52
|
}
|
|
53
53
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
54
|
-
this.
|
|
54
|
+
this.yq = c.y5;
|
|
55
55
|
}
|
|
56
56
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
57
|
-
this.
|
|
57
|
+
this.yp = c.y4;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
super.
|
|
60
|
+
rs(a, b, c, d) {
|
|
61
|
+
super.rs(a, b, c, d);
|
|
62
62
|
switch (b) {
|
|
63
63
|
case GeographicMarkerSeries.$$p[3]:
|
|
64
|
-
this.
|
|
64
|
+
this.xn.y6 = this.yr;
|
|
65
65
|
break;
|
|
66
66
|
case GeographicMarkerSeries.$$p[6]:
|
|
67
|
-
this.
|
|
67
|
+
this.xn.y7 = this.ys;
|
|
68
68
|
break;
|
|
69
69
|
case GeographicMarkerSeries.$$p[5]:
|
|
70
|
-
this.
|
|
70
|
+
this.xn.xr = this.xw;
|
|
71
71
|
break;
|
|
72
72
|
case GeographicMarkerSeries.$$p[4]:
|
|
73
|
-
this.
|
|
73
|
+
this.xn.xn = this.xv;
|
|
74
74
|
break;
|
|
75
75
|
case GeographicMarkerSeries.$$p[9]:
|
|
76
|
-
this.
|
|
76
|
+
this.xn.xx = this.xx;
|
|
77
77
|
break;
|
|
78
78
|
case GeographicMarkerSeries.$$p[7]:
|
|
79
|
-
this.
|
|
79
|
+
this.xn.yp = this.yd;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicMarkerSeries.$$p[8]:
|
|
82
|
-
this.
|
|
82
|
+
this.xn.x6 = this.xy;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicMarkerSeries.$$p[10]:
|
|
85
|
-
this.
|
|
85
|
+
this.xn.aaw = this.xz;
|
|
86
86
|
break;
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
91
|
-
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
91
|
+
GeographicMarkerSeries.$$p = /*@__PURE__*/ 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, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xw:yj', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ys:yk', [Brush.$], 'MarkerTemplate:yd:yl', [DataTemplate.$, null], 'MarkerThickness:xy:ym', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:xx:yn', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xz:yo', [1, 400]]);
|
|
92
92
|
return GeographicMarkerSeries;
|
|
93
93
|
})();
|
|
94
94
|
export { GeographicMarkerSeries };
|
|
@@ -23,19 +23,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
23
23
|
a4() {
|
|
24
24
|
super.a4();
|
|
25
25
|
if (!this.t) {
|
|
26
|
-
this.cy.
|
|
26
|
+
this.cy.j0 = Defaults.aa;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
ci() {
|
|
30
30
|
super.ci();
|
|
31
|
-
this.cy.
|
|
32
|
-
this.cy.
|
|
31
|
+
this.cy.xn.aav = this.cy.y2;
|
|
32
|
+
this.cy.xn.aa0 = this.cy.za;
|
|
33
33
|
}
|
|
34
34
|
cz() {
|
|
35
|
-
this.cy.
|
|
35
|
+
this.cy.xn.aav = this.cy.y2;
|
|
36
36
|
}
|
|
37
37
|
c0() {
|
|
38
|
-
this.cy.
|
|
38
|
+
this.cy.xn.aa0 = this.cy.za;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -58,34 +58,34 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
58
58
|
ct() {
|
|
59
59
|
return new GeographicPolylineSeriesView(this);
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
super.
|
|
63
|
-
this.
|
|
61
|
+
rj(a) {
|
|
62
|
+
super.rj(a);
|
|
63
|
+
this.y3 = a;
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
xm() {
|
|
66
66
|
let a = new ScatterPolylineSeries();
|
|
67
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
67
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y7));
|
|
68
68
|
return a;
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
y7(a, b) {
|
|
71
71
|
if (this.styleShape != null) {
|
|
72
72
|
this.styleShape(this, b);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
|
|
76
|
-
super.
|
|
75
|
+
rs(a, b, c, d) {
|
|
76
|
+
super.rs(a, b, c, d);
|
|
77
77
|
switch (b) {
|
|
78
78
|
case GeographicPolylineSeries.$$p[1]:
|
|
79
|
-
this.
|
|
79
|
+
this.y3.cz();
|
|
80
80
|
break;
|
|
81
81
|
case GeographicPolylineSeries.$$p[0]:
|
|
82
|
-
this.
|
|
82
|
+
this.y3.c0();
|
|
83
83
|
break;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
88
|
-
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
88
|
+
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:za:y8', [Style.$, null], 'ShapeStyleSelector:y2:y9', [StyleSelector.$, null]]);
|
|
89
89
|
return GeographicPolylineSeries;
|
|
90
90
|
})();
|
|
91
91
|
export { GeographicPolylineSeries };
|
|
@@ -27,97 +27,97 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
27
27
|
}
|
|
28
28
|
ci() {
|
|
29
29
|
super.ci();
|
|
30
|
-
let a = this.cu.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
30
|
+
let a = this.cu.xn;
|
|
31
|
+
a.abg = this.cu.zm;
|
|
32
|
+
a.abo = this.cu.zk;
|
|
33
|
+
a.xx = this.cu.xx;
|
|
34
|
+
a.yp = this.cu.yd;
|
|
35
|
+
a.x6 = this.cu.xy;
|
|
36
|
+
a.adq = this.cu.y6;
|
|
37
|
+
a.aeg = this.cu.zr;
|
|
38
|
+
a.adf = this.cu.yy;
|
|
39
|
+
a.ad6 = this.cu.zi;
|
|
40
|
+
a.ad1 = this.cu.za;
|
|
41
|
+
a.adc = this.cu.yv;
|
|
42
|
+
a.ado = this.cu.y2;
|
|
36
43
|
a.adp = this.cu.y5;
|
|
37
|
-
a.
|
|
38
|
-
a.ade = this.cu.yx;
|
|
39
|
-
a.ad5 = this.cu.zh;
|
|
40
|
-
a.ad0 = this.cu.y9;
|
|
41
|
-
a.adb = this.cu.yu;
|
|
42
|
-
a.adn = this.cu.y1;
|
|
43
|
-
a.ado = this.cu.y4;
|
|
44
|
+
a.adv = this.cu.y8;
|
|
44
45
|
a.adu = this.cu.y7;
|
|
45
|
-
a.adt = this.cu.y6;
|
|
46
46
|
}
|
|
47
47
|
c3() {
|
|
48
|
-
this.cu.
|
|
48
|
+
this.cu.xn.abg = this.cu.zm;
|
|
49
49
|
}
|
|
50
50
|
c2() {
|
|
51
|
-
this.cu.
|
|
51
|
+
this.cu.xn.abo = this.cu.zk;
|
|
52
52
|
}
|
|
53
53
|
c8() {
|
|
54
|
-
this.cu.
|
|
54
|
+
this.cu.xn.xx = this.cu.xx;
|
|
55
55
|
}
|
|
56
56
|
c6() {
|
|
57
|
-
this.cu.
|
|
57
|
+
this.cu.xn.yp = this.cu.yd;
|
|
58
58
|
}
|
|
59
59
|
c7() {
|
|
60
|
-
this.cu.
|
|
60
|
+
this.cu.xn.x6 = this.cu.xy;
|
|
61
61
|
}
|
|
62
62
|
c9() {
|
|
63
|
-
this.cu.
|
|
63
|
+
this.cu.xn.aaw = this.cu.xz;
|
|
64
64
|
}
|
|
65
65
|
db() {
|
|
66
|
-
this.cu.
|
|
66
|
+
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
67
67
|
}
|
|
68
68
|
dc() {
|
|
69
|
-
this.cu.
|
|
69
|
+
this.cu.xn.yAxis = this.cu.dc.zn;
|
|
70
70
|
}
|
|
71
71
|
da() {
|
|
72
|
-
let a = this.cu.
|
|
72
|
+
let a = this.cu.xn;
|
|
73
73
|
if (this.cu.dc == null) {
|
|
74
74
|
a.xAxis = null;
|
|
75
75
|
a.yAxis = null;
|
|
76
76
|
return;
|
|
77
77
|
}
|
|
78
|
-
a.xAxis = this.cu.dc.
|
|
79
|
-
a.yAxis = this.cu.dc.
|
|
78
|
+
a.xAxis = this.cu.dc.zl;
|
|
79
|
+
a.yAxis = this.cu.dc.zn;
|
|
80
80
|
}
|
|
81
81
|
c4() {
|
|
82
|
-
this.cu.
|
|
82
|
+
this.cu.xn.y6 = this.cu.yr;
|
|
83
83
|
}
|
|
84
84
|
c5() {
|
|
85
|
-
this.cu.
|
|
85
|
+
this.cu.xn.y7 = this.cu.ys;
|
|
86
86
|
}
|
|
87
87
|
dd() {
|
|
88
|
-
this.cu.
|
|
88
|
+
this.cu.xn.aeg = this.cu.zr;
|
|
89
89
|
}
|
|
90
90
|
de() {
|
|
91
|
-
this.cu.
|
|
92
|
-
this.cu.
|
|
91
|
+
this.cu.xn.adf = this.cu.yy;
|
|
92
|
+
this.cu.xn.adq = this.cu.y6;
|
|
93
93
|
}
|
|
94
94
|
cy() {
|
|
95
|
-
this.cu.
|
|
95
|
+
this.cu.xn.ad6 = this.cu.zi;
|
|
96
96
|
}
|
|
97
97
|
cw() {
|
|
98
|
-
this.cu.
|
|
99
|
-
this.cu.
|
|
100
|
-
this.cu.
|
|
101
|
-
this.cu.
|
|
102
|
-
this.cu.
|
|
98
|
+
this.cu.xn.adc = this.cu.yv;
|
|
99
|
+
this.cu.xn.ado = this.cu.y2;
|
|
100
|
+
this.cu.xn.adp = this.cu.y5;
|
|
101
|
+
this.cu.xn.adv = this.cu.y8;
|
|
102
|
+
this.cu.xn.adu = this.cu.y7;
|
|
103
103
|
}
|
|
104
104
|
cv() {
|
|
105
|
-
this.cu.
|
|
105
|
+
this.cu.xn.ad1 = this.cu.za;
|
|
106
106
|
}
|
|
107
107
|
df() {
|
|
108
|
-
this.cu.
|
|
108
|
+
this.cu.xn.adq = this.cu.y6;
|
|
109
109
|
}
|
|
110
110
|
cx() {
|
|
111
|
-
this.cu.
|
|
111
|
+
this.cu.xn.ado = this.cu.y2;
|
|
112
112
|
}
|
|
113
113
|
c1() {
|
|
114
|
-
this.cu.
|
|
114
|
+
this.cu.xn.adp = this.cu.y5;
|
|
115
115
|
}
|
|
116
116
|
c0() {
|
|
117
|
-
this.cu.
|
|
117
|
+
this.cu.xn.adv = this.cu.y8;
|
|
118
118
|
}
|
|
119
119
|
cz() {
|
|
120
|
-
this.cu.
|
|
120
|
+
this.cu.xn.adu = this.cu.y7;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -134,9 +134,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
134
134
|
}
|
|
135
135
|
constructor() {
|
|
136
136
|
super();
|
|
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.$;
|
|
@@ -144,112 +144,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
144
144
|
ct() {
|
|
145
145
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
super.
|
|
149
|
-
this.
|
|
147
|
+
rj(a) {
|
|
148
|
+
super.rj(a);
|
|
149
|
+
this.yz = a;
|
|
150
150
|
}
|
|
151
|
-
|
|
151
|
+
jv() {
|
|
152
152
|
return 0.7;
|
|
153
153
|
}
|
|
154
|
-
|
|
154
|
+
xm() {
|
|
155
155
|
return new BubbleSeries();
|
|
156
156
|
}
|
|
157
157
|
get_fh() {
|
|
158
158
|
return true;
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
160
|
+
rs(a, b, c, d) {
|
|
161
|
+
super.rs(a, b, c, d);
|
|
162
162
|
switch (b) {
|
|
163
163
|
case "SeriesViewer":
|
|
164
|
-
this.
|
|
164
|
+
this.yz.da();
|
|
165
165
|
break;
|
|
166
166
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
167
|
-
this.
|
|
167
|
+
this.yz.c3();
|
|
168
168
|
break;
|
|
169
169
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
170
|
-
this.
|
|
170
|
+
this.yz.c2();
|
|
171
171
|
break;
|
|
172
172
|
case "XAxis":
|
|
173
|
-
this.
|
|
173
|
+
this.yz.db();
|
|
174
174
|
break;
|
|
175
175
|
case "YAxis":
|
|
176
|
-
this.
|
|
176
|
+
this.yz.dc();
|
|
177
177
|
break;
|
|
178
178
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
179
|
-
this.
|
|
179
|
+
this.yz.dd();
|
|
180
180
|
break;
|
|
181
181
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
182
|
-
this.
|
|
182
|
+
this.yz.de();
|
|
183
183
|
break;
|
|
184
184
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
185
|
-
this.
|
|
185
|
+
this.yz.df();
|
|
186
186
|
break;
|
|
187
187
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
188
|
-
this.
|
|
188
|
+
this.yz.cy();
|
|
189
189
|
break;
|
|
190
190
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
191
|
-
this.
|
|
191
|
+
this.yz.cv();
|
|
192
192
|
break;
|
|
193
193
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
194
|
-
this.
|
|
194
|
+
this.yz.cw();
|
|
195
195
|
break;
|
|
196
196
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
197
|
-
this.
|
|
197
|
+
this.yz.cx();
|
|
198
198
|
break;
|
|
199
199
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
200
|
-
this.
|
|
200
|
+
this.yz.c1();
|
|
201
201
|
break;
|
|
202
202
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
203
|
-
this.
|
|
203
|
+
this.yz.c0();
|
|
204
204
|
break;
|
|
205
205
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
206
|
-
this.
|
|
206
|
+
this.yz.cz();
|
|
207
207
|
break;
|
|
208
208
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
209
|
-
this.
|
|
210
|
-
this.
|
|
211
|
-
if (this.
|
|
212
|
-
let e = this.
|
|
213
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
209
|
+
this.xn.aac = this.y4;
|
|
210
|
+
this.y1 = this.y4;
|
|
211
|
+
if (this.y4) {
|
|
212
|
+
let e = this.xn;
|
|
213
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zw));
|
|
214
214
|
}
|
|
215
215
|
else {
|
|
216
|
-
let f = this.
|
|
217
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
216
|
+
let f = this.xn;
|
|
217
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zw));
|
|
218
218
|
}
|
|
219
219
|
break;
|
|
220
220
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
if (this.
|
|
224
|
-
let g = this.
|
|
225
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
221
|
+
this.xn.aab = this.y3;
|
|
222
|
+
this.y0 = this.y3;
|
|
223
|
+
if (this.y4) {
|
|
224
|
+
let g = this.xn;
|
|
225
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zv));
|
|
226
226
|
}
|
|
227
227
|
else {
|
|
228
|
-
let h = this.
|
|
229
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
228
|
+
let h = this.xn;
|
|
229
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zv));
|
|
230
230
|
}
|
|
231
231
|
break;
|
|
232
232
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
233
|
-
this.
|
|
233
|
+
this.xn.zv = this.yx;
|
|
234
234
|
break;
|
|
235
235
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
236
|
-
this.
|
|
236
|
+
this.xn.aav = this.y9;
|
|
237
237
|
break;
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
|
-
|
|
240
|
+
zw(a, b) {
|
|
241
241
|
if (this.assigningScatterStyle != null) {
|
|
242
242
|
this.assigningScatterStyle(this, b);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
|
|
245
|
+
zv(a, b) {
|
|
246
246
|
if (this.assigningScatterMarkerStyle != null) {
|
|
247
247
|
this.assigningScatterMarkerStyle(this, b);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
252
|
-
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
252
|
+
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ 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, /*@__PURE__*/ 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]]);
|
|
253
253
|
return GeographicProportionalSymbolSeries;
|
|
254
254
|
})();
|
|
255
255
|
export { GeographicProportionalSymbolSeries };
|