igniteui-angular-maps 21.0.0 → 21.0.1
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 +1415 -1415
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +456 -456
- 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 +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- 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 +14 -14
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +449 -449
- 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 +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- 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 +14 -14
- 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 +1429 -1429
- package/fesm5/igniteui-angular-maps.js +1415 -1415
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- 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 +8 -8
- 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 +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +2 -2
|
@@ -18,19 +18,19 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
18
18
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
19
19
|
constructor() {
|
|
20
20
|
super(...arguments);
|
|
21
|
+
this.x3 = false;
|
|
21
22
|
this.x2 = false;
|
|
22
|
-
this.x1 = false;
|
|
23
23
|
this.assigningShapeStyle = null;
|
|
24
24
|
this.assigningShapeMarkerStyle = null;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.xz = null;
|
|
26
|
+
this.x1 = false;
|
|
27
27
|
}
|
|
28
28
|
ct() {
|
|
29
29
|
return new GeographicShapeSeriesBaseView(this);
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
33
|
-
this.
|
|
31
|
+
ri(a) {
|
|
32
|
+
super.ri(a);
|
|
33
|
+
this.xy = a;
|
|
34
34
|
}
|
|
35
35
|
get_fh() {
|
|
36
36
|
return true;
|
|
@@ -38,116 +38,116 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
38
38
|
get_ef() {
|
|
39
39
|
return true;
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
super.
|
|
41
|
+
rr(a, b, c, d) {
|
|
42
|
+
super.rr(a, b, c, d);
|
|
43
43
|
switch (b) {
|
|
44
44
|
case "SeriesViewer":
|
|
45
|
-
this.
|
|
45
|
+
this.xy.cv();
|
|
46
46
|
break;
|
|
47
47
|
case "ShapeMemberPath":
|
|
48
|
-
this.
|
|
48
|
+
this.xy.cx();
|
|
49
49
|
break;
|
|
50
50
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
51
|
-
this.
|
|
51
|
+
this.xy.cw();
|
|
52
52
|
break;
|
|
53
53
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
if (this.
|
|
57
|
-
let e = this.
|
|
58
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
54
|
+
this.xm.yu = this.x6;
|
|
55
|
+
this.x3 = this.x6;
|
|
56
|
+
if (this.x6) {
|
|
57
|
+
let e = this.xm;
|
|
58
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
|
|
59
59
|
}
|
|
60
60
|
else {
|
|
61
|
-
let f = this.
|
|
62
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
61
|
+
let f = this.xm;
|
|
62
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
|
|
63
63
|
}
|
|
64
64
|
break;
|
|
65
65
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
if (this.
|
|
69
|
-
let g = this.
|
|
70
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
66
|
+
this.xm.yt = this.x5;
|
|
67
|
+
this.x2 = this.x5;
|
|
68
|
+
if (this.x6) {
|
|
69
|
+
let g = this.xm;
|
|
70
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
|
|
71
71
|
}
|
|
72
72
|
else {
|
|
73
|
-
let h = this.
|
|
74
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
73
|
+
let h = this.xm;
|
|
74
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
|
|
75
75
|
}
|
|
76
76
|
break;
|
|
77
77
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
78
|
-
this.
|
|
78
|
+
this.xm.x6 = this.xx;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
81
|
-
this.
|
|
81
|
+
this.xm.zb = this.x8;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.xm.zc = this.x9;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.xm.zg = this.ya;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
90
|
-
this.
|
|
90
|
+
this.xm.xw = this.xw;
|
|
91
91
|
break;
|
|
92
92
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
93
|
-
this.
|
|
93
|
+
this.xm.yp = this.x4;
|
|
94
94
|
break;
|
|
95
95
|
case "ShapefileDataSource":
|
|
96
96
|
if (c != null) {
|
|
97
97
|
let i = c;
|
|
98
|
-
if (this.
|
|
99
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
98
|
+
if (this.x1) {
|
|
99
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
if (d != null) {
|
|
103
103
|
let j = d;
|
|
104
104
|
if (j.count > 0) {
|
|
105
|
-
this.
|
|
105
|
+
this.yq();
|
|
106
106
|
break;
|
|
107
107
|
}
|
|
108
|
-
this.
|
|
109
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
108
|
+
this.x1 = true;
|
|
109
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
|
|
110
110
|
}
|
|
111
111
|
break;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
|
|
114
|
+
yo(a, b) {
|
|
115
115
|
if (this.assigningShapeStyle != null) {
|
|
116
116
|
this.assigningShapeStyle(this, b);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
|
|
119
|
+
yn(a, b) {
|
|
120
120
|
if (this.assigningShapeMarkerStyle != null) {
|
|
121
121
|
this.assigningShapeMarkerStyle(this, b);
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
this.
|
|
124
|
+
yp(a, b) {
|
|
125
|
+
this.yq();
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
let sds_ = this.
|
|
127
|
+
yq() {
|
|
128
|
+
let sds_ = this.x0;
|
|
129
129
|
let ext_ = sds_.externalObject;
|
|
130
130
|
this.itemsSource = (ext_.getPointData());
|
|
131
131
|
}
|
|
132
|
-
get
|
|
133
|
-
return this.
|
|
132
|
+
get x0() {
|
|
133
|
+
return this.xz;
|
|
134
134
|
}
|
|
135
|
-
set
|
|
136
|
-
let b = this.
|
|
137
|
-
this.
|
|
138
|
-
if (b != this.
|
|
139
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
135
|
+
set x0(a) {
|
|
136
|
+
let b = this.xz;
|
|
137
|
+
this.xz = a;
|
|
138
|
+
if (b != this.xz) {
|
|
139
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
|
|
142
|
+
get_he() {
|
|
143
143
|
return true;
|
|
144
144
|
}
|
|
145
|
-
|
|
146
|
-
super.
|
|
145
|
+
set_he(a) {
|
|
146
|
+
super.set_he(a);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
150
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
150
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
|
|
151
151
|
return GeographicShapeSeriesBase;
|
|
152
152
|
})();
|
|
153
153
|
/**
|
|
@@ -162,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
162
162
|
}
|
|
163
163
|
ci() {
|
|
164
164
|
super.ci();
|
|
165
|
-
this.cu.
|
|
165
|
+
this.cu.xm.zt = this.cu.yl;
|
|
166
166
|
}
|
|
167
167
|
cv() {
|
|
168
|
-
let a = this.cu.
|
|
168
|
+
let a = this.cu.xm;
|
|
169
169
|
if (this.cu.dc == null) {
|
|
170
|
-
a.
|
|
171
|
-
a.
|
|
170
|
+
a.x0 = null;
|
|
171
|
+
a.x2 = null;
|
|
172
172
|
return;
|
|
173
173
|
}
|
|
174
|
-
a.
|
|
175
|
-
a.
|
|
174
|
+
a.x0 = this.cu.dc.zi;
|
|
175
|
+
a.x2 = this.cu.dc.zk;
|
|
176
176
|
}
|
|
177
177
|
cx() {
|
|
178
|
-
this.cu.
|
|
178
|
+
this.cu.xm.zt = this.cu.yl;
|
|
179
179
|
}
|
|
180
180
|
cw() {
|
|
181
|
-
this.cu.
|
|
181
|
+
this.cu.xm.y8 = this.cu.x7;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
this.cy = null;
|
|
31
31
|
this.cy = a;
|
|
32
32
|
if (!this.t) {
|
|
33
|
-
this.cy.
|
|
33
|
+
this.cy.yl = "points";
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
a4() {
|
|
37
37
|
super.a4();
|
|
38
38
|
if (!this.t) {
|
|
39
|
-
this.cy.
|
|
40
|
-
this.cy.
|
|
41
|
-
this.cy.
|
|
42
|
-
this.cy.
|
|
43
|
-
this.cy.
|
|
39
|
+
this.cy.z8 = Defaults.a8;
|
|
40
|
+
this.cy.jz = Defaults.ac;
|
|
41
|
+
this.cy.y7 = Defaults.ab;
|
|
42
|
+
this.cy.y4 = Defaults.d;
|
|
43
|
+
this.cy.y2 = Defaults.a;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
ci() {
|
|
47
47
|
super.ci();
|
|
48
|
-
this.cy.
|
|
49
|
-
this.cy.
|
|
50
|
-
this.cy.
|
|
51
|
-
this.cy.
|
|
52
|
-
this.cy.
|
|
48
|
+
this.cy.xm.acg = this.cy.aaa;
|
|
49
|
+
this.cy.xm.aa8 = this.cy.y5;
|
|
50
|
+
this.cy.xm.abv = this.cy.zq;
|
|
51
|
+
this.cy.xm.abc = this.cy.y7;
|
|
52
|
+
this.cy.xm.aau = this.cy.y1;
|
|
53
53
|
}
|
|
54
54
|
c3() {
|
|
55
|
-
this.cy.
|
|
55
|
+
this.cy.xm.abv = this.cy.zq;
|
|
56
56
|
}
|
|
57
57
|
c5() {
|
|
58
|
-
this.cy.
|
|
58
|
+
this.cy.xm.abc = this.cy.y7;
|
|
59
59
|
}
|
|
60
60
|
c0() {
|
|
61
|
-
this.cy.
|
|
61
|
+
this.cy.xm.aau = this.cy.y1;
|
|
62
62
|
}
|
|
63
63
|
c4() {
|
|
64
|
-
this.cy.
|
|
64
|
+
this.cy.xm.aa3 = this.cy.y4;
|
|
65
65
|
}
|
|
66
66
|
cz() {
|
|
67
|
-
this.cy.
|
|
67
|
+
this.cy.xm.acc = this.cy.z7;
|
|
68
68
|
}
|
|
69
69
|
c1() {
|
|
70
|
-
this.cy.
|
|
70
|
+
this.cy.xm.acd = this.cy.z8;
|
|
71
71
|
}
|
|
72
72
|
c2() {
|
|
73
|
-
this.cy.
|
|
73
|
+
this.cy.xm.acf = this.cy.z9;
|
|
74
74
|
}
|
|
75
75
|
c6() {
|
|
76
|
-
this.cy.
|
|
76
|
+
this.cy.xm.aa8 = this.cy.y5;
|
|
77
77
|
}
|
|
78
78
|
c7() {
|
|
79
|
-
this.cy.
|
|
79
|
+
this.cy.xm.acg = this.cy.aaa;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -95,95 +95,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
95
95
|
bk() {
|
|
96
96
|
return new GeographicShapeSeries();
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
get_fu() {
|
|
99
99
|
return true;
|
|
100
100
|
}
|
|
101
101
|
ct() {
|
|
102
102
|
return new GeographicShapeSeriesView(this);
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
super.
|
|
106
|
-
this.
|
|
104
|
+
ri(a) {
|
|
105
|
+
super.ri(a);
|
|
106
|
+
this.y6 = a;
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
xl() {
|
|
109
109
|
let a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
110
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
|
|
111
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
|
|
112
112
|
return a;
|
|
113
113
|
}
|
|
114
|
-
|
|
114
|
+
zn(a, b) {
|
|
115
115
|
if (this.styleShape != null) {
|
|
116
116
|
this.styleShape(this, b);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
119
|
+
zo(a, b) {
|
|
120
|
+
let c = typeCast(ScatterPolygonSeries.$, this.xm);
|
|
121
121
|
if (c == null) {
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
127
|
-
}
|
|
128
|
-
v5() {
|
|
129
|
-
return this.z4;
|
|
125
|
+
iv() {
|
|
126
|
+
return this.y7;
|
|
130
127
|
}
|
|
131
128
|
v6() {
|
|
132
129
|
return this.z5;
|
|
133
130
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
131
|
+
v7() {
|
|
132
|
+
return this.z6;
|
|
133
|
+
}
|
|
134
|
+
ti() {
|
|
135
|
+
return this.zp;
|
|
136
136
|
}
|
|
137
|
-
|
|
138
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
137
|
+
mm() {
|
|
138
|
+
let a = typeCast(ScatterPolygonSeries.$, this.xm);
|
|
139
139
|
if (a == null) {
|
|
140
140
|
return "Unknown";
|
|
141
141
|
}
|
|
142
|
-
return a.
|
|
142
|
+
return a.mm();
|
|
143
143
|
}
|
|
144
|
-
|
|
145
|
-
super.
|
|
144
|
+
rr(a, b, c, d) {
|
|
145
|
+
super.rr(a, b, c, d);
|
|
146
146
|
switch (b) {
|
|
147
147
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
148
|
+
this.xm.aa1 = this.y3;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
151
|
+
this.xm.aax = this.y2;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
154
|
+
this.y6.c3();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
157
|
+
this.y6.c5();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
160
|
+
this.y6.c0();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
163
|
+
this.y6.c4();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
166
|
+
this.y6.cz();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
169
|
+
this.y6.c1();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.y6.c2();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
175
|
+
this.y6.c6();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
178
|
+
this.y6.c7();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
ju() {
|
|
183
183
|
return 0.7;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
187
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
187
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
|
|
188
188
|
return GeographicShapeSeries;
|
|
189
189
|
})();
|
|
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
ci() {
|
|
31
|
-
let a = this.cu.
|
|
31
|
+
let a = this.cu.xm;
|
|
32
32
|
super.ci();
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
33
|
+
a.abf = this.cu.za;
|
|
34
|
+
a.abn = this.cu.y8;
|
|
35
|
+
a.xw = this.cu.xw;
|
|
36
|
+
a.yo = this.cu.yc;
|
|
37
|
+
a.x5 = this.cu.xx;
|
|
38
38
|
}
|
|
39
39
|
cw() {
|
|
40
|
-
this.cu.
|
|
40
|
+
this.cu.xm.abf = this.cu.za;
|
|
41
41
|
}
|
|
42
42
|
cv() {
|
|
43
|
-
this.cu.
|
|
43
|
+
this.cu.xm.abn = this.cu.y8;
|
|
44
44
|
}
|
|
45
45
|
c2() {
|
|
46
|
-
this.cu.
|
|
46
|
+
this.cu.xm.xw = this.cu.xw;
|
|
47
47
|
}
|
|
48
48
|
c0() {
|
|
49
|
-
this.cu.
|
|
49
|
+
this.cu.xm.yo = this.cu.yc;
|
|
50
50
|
}
|
|
51
51
|
c1() {
|
|
52
|
-
this.cu.
|
|
52
|
+
this.cu.xm.x5 = this.cu.xx;
|
|
53
53
|
}
|
|
54
54
|
c3() {
|
|
55
|
-
this.cu.
|
|
55
|
+
this.cu.xm.aav = this.cu.xy;
|
|
56
56
|
}
|
|
57
57
|
c5() {
|
|
58
|
-
this.cu.
|
|
58
|
+
this.cu.xm.xAxis = this.cu.dc.zi;
|
|
59
59
|
}
|
|
60
60
|
c6() {
|
|
61
|
-
this.cu.
|
|
61
|
+
this.cu.xm.yAxis = this.cu.dc.zk;
|
|
62
62
|
}
|
|
63
63
|
c4() {
|
|
64
|
-
let a = this.cu.
|
|
64
|
+
let a = this.cu.xm;
|
|
65
65
|
if (this.cu.dc == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.cu.dc.
|
|
71
|
-
a.yAxis = this.cu.dc.
|
|
70
|
+
a.xAxis = this.cu.dc.zi;
|
|
71
|
+
a.yAxis = this.cu.dc.zk;
|
|
72
72
|
}
|
|
73
73
|
cy() {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xm.zf = this.cu.yu;
|
|
75
75
|
}
|
|
76
76
|
cx() {
|
|
77
|
-
this.cu.
|
|
77
|
+
this.cu.xm.y5 = this.cu.yq;
|
|
78
78
|
}
|
|
79
79
|
cz() {
|
|
80
|
-
this.cu.
|
|
80
|
+
this.cu.xm.y6 = this.cu.yr;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -90,9 +90,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
91
|
constructor() {
|
|
92
92
|
super();
|
|
93
|
-
this.
|
|
93
|
+
this.yw = null;
|
|
94
|
+
this.yz = false;
|
|
94
95
|
this.yy = false;
|
|
95
|
-
this.yx = false;
|
|
96
96
|
this.assigningScatterStyle = null;
|
|
97
97
|
this.assigningScatterMarkerStyle = null;
|
|
98
98
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -106,84 +106,84 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
106
106
|
ct() {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
super.
|
|
111
|
-
this.
|
|
109
|
+
ri(a) {
|
|
110
|
+
super.ri(a);
|
|
111
|
+
this.yx = a;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
ju() {
|
|
114
114
|
return 0.7;
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
xl() {
|
|
117
117
|
return new ScatterSeries();
|
|
118
118
|
}
|
|
119
119
|
get_fh() {
|
|
120
120
|
return true;
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
super.
|
|
122
|
+
rr(a, b, c, d) {
|
|
123
|
+
super.rr(a, b, c, d);
|
|
124
124
|
switch (b) {
|
|
125
125
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
126
|
+
this.yx.c4();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
129
|
+
this.yx.cw();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
132
|
+
this.yx.cv();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
135
|
+
this.yx.cy();
|
|
136
136
|
break;
|
|
137
137
|
case "XAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.yx.c5();
|
|
139
139
|
break;
|
|
140
140
|
case "YAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.yx.c6();
|
|
142
142
|
break;
|
|
143
143
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
let e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
144
|
+
this.xm.aab = this.y1;
|
|
145
|
+
this.yz = this.y1;
|
|
146
|
+
if (this.y1) {
|
|
147
|
+
let e = this.xm;
|
|
148
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
let f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
151
|
+
let f = this.xm;
|
|
152
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
let g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
156
|
+
this.xm.aaa = this.y0;
|
|
157
|
+
this.yy = this.y0;
|
|
158
|
+
if (this.y1) {
|
|
159
|
+
let g = this.xm;
|
|
160
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
|
-
let h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
163
|
+
let h = this.xm;
|
|
164
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
168
|
+
this.xm.zu = this.yv;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
171
|
+
this.xm.aau = this.y3;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
|
|
175
|
+
zf(a, b) {
|
|
176
176
|
if (this.assigningScatterStyle != null) {
|
|
177
177
|
this.assigningScatterStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
ze(a, b) {
|
|
181
181
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
182
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
187
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
187
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
|
|
188
188
|
return GeographicSymbolSeries;
|
|
189
189
|
})();
|