igniteui-angular-maps 14.0.0 → 14.1.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 +946 -946
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- 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 +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- 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 +954 -954
- package/fesm5/igniteui-angular-maps.js +946 -946
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- 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 +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -31,14 +31,14 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
31
31
|
}
|
|
32
32
|
b2() {
|
|
33
33
|
super.b2();
|
|
34
|
-
this.ci.
|
|
35
|
-
this.ci.
|
|
34
|
+
this.ci.p6.ss = this.ci.rc;
|
|
35
|
+
this.ci.p6.sx = this.ci.rk;
|
|
36
36
|
}
|
|
37
37
|
cj() {
|
|
38
|
-
this.ci.
|
|
38
|
+
this.ci.p6.ss = this.ci.rc;
|
|
39
39
|
}
|
|
40
40
|
ck() {
|
|
41
|
-
this.ci.
|
|
41
|
+
this.ci.p6.sx = this.ci.rk;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -60,33 +60,33 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
60
60
|
bx() {
|
|
61
61
|
return new GeographicPolylineSeriesView(this);
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
65
|
-
this.
|
|
63
|
+
lz(a) {
|
|
64
|
+
super.lz(a);
|
|
65
|
+
this.rd = a;
|
|
66
66
|
}
|
|
67
|
-
|
|
67
|
+
p5() {
|
|
68
68
|
let a = new ScatterPolylineSeries();
|
|
69
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
69
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rh));
|
|
70
70
|
return a;
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
rh(a, b) {
|
|
73
73
|
if (this.styleShape != null) {
|
|
74
74
|
this.styleShape(this, b);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
|
|
78
|
-
super.
|
|
77
|
+
l4(a, b, c, d) {
|
|
78
|
+
super.l4(a, b, c, d);
|
|
79
79
|
switch (b) {
|
|
80
80
|
case GeographicPolylineSeries.$$p[1]:
|
|
81
|
-
this.
|
|
81
|
+
this.rd.cj();
|
|
82
82
|
break;
|
|
83
83
|
case GeographicPolylineSeries.$$p[0]:
|
|
84
|
-
this.
|
|
84
|
+
this.rd.ck();
|
|
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:rk:ri', [Style.$, null], 'ShapeStyleSelector:rc:rj', [StyleSelector.$, null]]);
|
|
91
91
|
return GeographicPolylineSeries;
|
|
92
92
|
})();
|
|
@@ -30,49 +30,49 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
}
|
|
31
31
|
b2() {
|
|
32
32
|
super.b2();
|
|
33
|
-
let a = this.ce.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
33
|
+
let a = this.ce.p6;
|
|
34
|
+
a.te = this.ce.r5;
|
|
35
|
+
a.tm = this.ce.r3;
|
|
36
|
+
a.qd = this.ce.qg;
|
|
37
|
+
a.qz = this.ce.qw;
|
|
38
|
+
a.qi = this.ce.qh;
|
|
39
|
+
a.vh = this.ce.rp;
|
|
40
|
+
a.v7 = this.ce.sa;
|
|
41
|
+
a.u7 = this.ce.rh;
|
|
42
|
+
a.vx = this.ce.r1;
|
|
43
|
+
a.vs = this.ce.rt;
|
|
44
|
+
a.u4 = this.ce.re;
|
|
45
|
+
a.vf = this.ce.rl;
|
|
39
46
|
a.vg = this.ce.ro;
|
|
40
|
-
a.
|
|
41
|
-
a.u6 = this.ce.rg;
|
|
42
|
-
a.vw = this.ce.r0;
|
|
43
|
-
a.vr = this.ce.rs;
|
|
44
|
-
a.u3 = this.ce.rd;
|
|
45
|
-
a.ve = this.ce.rk;
|
|
46
|
-
a.vf = this.ce.rn;
|
|
47
|
+
a.vm = this.ce.rr;
|
|
47
48
|
a.vl = this.ce.rq;
|
|
48
|
-
a.vk = this.ce.rp;
|
|
49
49
|
}
|
|
50
50
|
cn() {
|
|
51
|
-
this.ce.
|
|
51
|
+
this.ce.p6.te = this.ce.r5;
|
|
52
52
|
}
|
|
53
53
|
cm() {
|
|
54
|
-
this.ce.
|
|
54
|
+
this.ce.p6.tm = this.ce.r3;
|
|
55
55
|
}
|
|
56
56
|
cs() {
|
|
57
|
-
this.ce.
|
|
57
|
+
this.ce.p6.qd = this.ce.qg;
|
|
58
58
|
}
|
|
59
59
|
cq() {
|
|
60
|
-
this.ce.
|
|
60
|
+
this.ce.p6.qz = this.ce.qw;
|
|
61
61
|
}
|
|
62
62
|
cr() {
|
|
63
|
-
this.ce.
|
|
63
|
+
this.ce.p6.qi = this.ce.qh;
|
|
64
64
|
}
|
|
65
65
|
ct() {
|
|
66
|
-
this.ce.
|
|
66
|
+
this.ce.p6.sy = this.ce.qi;
|
|
67
67
|
}
|
|
68
68
|
cv() {
|
|
69
|
-
this.ce.
|
|
69
|
+
this.ce.p6.xAxis = this.ce.cd.s2;
|
|
70
70
|
}
|
|
71
71
|
cw() {
|
|
72
|
-
this.ce.
|
|
72
|
+
this.ce.p6.yAxis = this.ce.cd.s4;
|
|
73
73
|
}
|
|
74
74
|
cu() {
|
|
75
|
-
let a = this.ce.
|
|
75
|
+
let a = this.ce.p6;
|
|
76
76
|
if (this.ce.cd == null) {
|
|
77
77
|
a.xAxis = null;
|
|
78
78
|
a.yAxis = null;
|
|
@@ -82,45 +82,45 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
82
82
|
a.yAxis = this.ce.cd.s4;
|
|
83
83
|
}
|
|
84
84
|
co() {
|
|
85
|
-
this.ce.
|
|
85
|
+
this.ce.p6.rf = this.ce.ra;
|
|
86
86
|
}
|
|
87
87
|
cp() {
|
|
88
|
-
this.ce.
|
|
88
|
+
this.ce.p6.rg = this.ce.rb;
|
|
89
89
|
}
|
|
90
90
|
cx() {
|
|
91
|
-
this.ce.
|
|
91
|
+
this.ce.p6.v7 = this.ce.sa;
|
|
92
92
|
}
|
|
93
93
|
cy() {
|
|
94
|
-
this.ce.
|
|
95
|
-
this.ce.
|
|
94
|
+
this.ce.p6.u7 = this.ce.rh;
|
|
95
|
+
this.ce.p6.vh = this.ce.rp;
|
|
96
96
|
}
|
|
97
97
|
ci() {
|
|
98
|
-
this.ce.
|
|
98
|
+
this.ce.p6.vx = this.ce.r1;
|
|
99
99
|
}
|
|
100
100
|
cg() {
|
|
101
|
-
this.ce.
|
|
102
|
-
this.ce.
|
|
103
|
-
this.ce.
|
|
104
|
-
this.ce.
|
|
105
|
-
this.ce.
|
|
101
|
+
this.ce.p6.u4 = this.ce.re;
|
|
102
|
+
this.ce.p6.vf = this.ce.rl;
|
|
103
|
+
this.ce.p6.vg = this.ce.ro;
|
|
104
|
+
this.ce.p6.vm = this.ce.rr;
|
|
105
|
+
this.ce.p6.vl = this.ce.rq;
|
|
106
106
|
}
|
|
107
107
|
cf() {
|
|
108
|
-
this.ce.
|
|
108
|
+
this.ce.p6.vs = this.ce.rt;
|
|
109
109
|
}
|
|
110
110
|
cz() {
|
|
111
|
-
this.ce.
|
|
111
|
+
this.ce.p6.vh = this.ce.rp;
|
|
112
112
|
}
|
|
113
113
|
ch() {
|
|
114
|
-
this.ce.
|
|
114
|
+
this.ce.p6.vf = this.ce.rl;
|
|
115
115
|
}
|
|
116
116
|
cl() {
|
|
117
|
-
this.ce.
|
|
117
|
+
this.ce.p6.vg = this.ce.ro;
|
|
118
118
|
}
|
|
119
119
|
ck() {
|
|
120
|
-
this.ce.
|
|
120
|
+
this.ce.p6.vm = this.ce.rr;
|
|
121
121
|
}
|
|
122
122
|
cj() {
|
|
123
|
-
this.ce.
|
|
123
|
+
this.ce.p6.vl = this.ce.rq;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -133,9 +133,9 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
133
133
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
134
134
|
constructor() {
|
|
135
135
|
super();
|
|
136
|
-
this.
|
|
136
|
+
this.rf = null;
|
|
137
|
+
this.rk = false;
|
|
137
138
|
this.rj = false;
|
|
138
|
-
this.ri = false;
|
|
139
139
|
this.assigningScatterStyle = null;
|
|
140
140
|
this.assigningScatterMarkerStyle = null;
|
|
141
141
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -146,111 +146,111 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
146
146
|
bx() {
|
|
147
147
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
148
148
|
}
|
|
149
|
-
|
|
150
|
-
super.
|
|
151
|
-
this.
|
|
149
|
+
lz(a) {
|
|
150
|
+
super.lz(a);
|
|
151
|
+
this.ri = a;
|
|
152
152
|
}
|
|
153
153
|
gv() {
|
|
154
154
|
return 0.7;
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
p5() {
|
|
157
157
|
return new BubbleSeries();
|
|
158
158
|
}
|
|
159
159
|
get_dx() {
|
|
160
160
|
return true;
|
|
161
161
|
}
|
|
162
|
-
|
|
163
|
-
super.
|
|
162
|
+
l4(a, b, c, d) {
|
|
163
|
+
super.l4(a, b, c, d);
|
|
164
164
|
switch (b) {
|
|
165
165
|
case "SeriesViewer":
|
|
166
|
-
this.
|
|
166
|
+
this.ri.cu();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
169
|
-
this.
|
|
169
|
+
this.ri.cn();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.ri.cm();
|
|
173
173
|
break;
|
|
174
174
|
case "XAxis":
|
|
175
|
-
this.
|
|
175
|
+
this.ri.cv();
|
|
176
176
|
break;
|
|
177
177
|
case "YAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.ri.cw();
|
|
179
179
|
break;
|
|
180
180
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
181
|
-
this.
|
|
181
|
+
this.ri.cx();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
184
|
-
this.
|
|
184
|
+
this.ri.cy();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
187
|
-
this.
|
|
187
|
+
this.ri.cz();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
190
|
-
this.
|
|
190
|
+
this.ri.ci();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
193
|
-
this.
|
|
193
|
+
this.ri.cf();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
196
|
-
this.
|
|
196
|
+
this.ri.cg();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
199
|
-
this.
|
|
199
|
+
this.ri.ch();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
202
|
-
this.
|
|
202
|
+
this.ri.cl();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
205
|
-
this.
|
|
205
|
+
this.ri.ck();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
208
|
-
this.
|
|
208
|
+
this.ri.cj();
|
|
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.p6.sk = this.rn;
|
|
212
|
+
this.rk = this.rn;
|
|
213
|
+
if (this.rn) {
|
|
214
|
+
let e = this.p6;
|
|
215
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sf));
|
|
216
216
|
}
|
|
217
217
|
else {
|
|
218
|
-
let f = this.
|
|
219
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
218
|
+
let f = this.p6;
|
|
219
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sf));
|
|
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.p6.sj = this.rm;
|
|
224
|
+
this.rj = this.rm;
|
|
225
|
+
if (this.rn) {
|
|
226
|
+
let g = this.p6;
|
|
227
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.se));
|
|
228
228
|
}
|
|
229
229
|
else {
|
|
230
|
-
let h = this.
|
|
231
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
230
|
+
let h = this.p6;
|
|
231
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.se));
|
|
232
232
|
}
|
|
233
233
|
break;
|
|
234
234
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
235
|
-
this.
|
|
235
|
+
this.p6.r9 = this.rg;
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
238
|
-
this.
|
|
238
|
+
this.p6.sx = this.rs;
|
|
239
239
|
break;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
|
-
|
|
242
|
+
sf(a, b) {
|
|
243
243
|
if (this.assigningScatterStyle != null) {
|
|
244
244
|
this.assigningScatterStyle(this, b);
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
|
-
|
|
247
|
+
se(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:rt:sg', [2], 'FillScale:re:sh', [BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
|
|
255
255
|
return GeographicProportionalSymbolSeries;
|
|
256
256
|
})();
|
|
@@ -17,19 +17,19 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
17
17
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
18
18
|
constructor() {
|
|
19
19
|
super(...arguments);
|
|
20
|
+
this.qm = false;
|
|
20
21
|
this.ql = false;
|
|
21
|
-
this.qk = false;
|
|
22
22
|
this.assigningShapeStyle = null;
|
|
23
23
|
this.assigningShapeMarkerStyle = null;
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.qi = null;
|
|
25
|
+
this.qk = false;
|
|
26
26
|
}
|
|
27
27
|
bx() {
|
|
28
28
|
return new GeographicShapeSeriesBaseView(this);
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
super.
|
|
32
|
-
this.
|
|
30
|
+
lz(a) {
|
|
31
|
+
super.lz(a);
|
|
32
|
+
this.qh = a;
|
|
33
33
|
}
|
|
34
34
|
get_dx() {
|
|
35
35
|
return true;
|
|
@@ -37,96 +37,96 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
37
37
|
get_c2() {
|
|
38
38
|
return true;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
40
|
+
l4(a, b, c, d) {
|
|
41
|
+
super.l4(a, b, c, d);
|
|
42
42
|
switch (b) {
|
|
43
43
|
case "SeriesViewer":
|
|
44
|
-
this.
|
|
44
|
+
this.qh.cf();
|
|
45
45
|
break;
|
|
46
46
|
case "ShapeMemberPath":
|
|
47
|
-
this.
|
|
47
|
+
this.qh.ch();
|
|
48
48
|
break;
|
|
49
49
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
50
|
-
this.
|
|
50
|
+
this.qh.cg();
|
|
51
51
|
break;
|
|
52
52
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let e = this.
|
|
57
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
53
|
+
this.p6.q5 = this.qo;
|
|
54
|
+
this.qm = this.qo;
|
|
55
|
+
if (this.qo) {
|
|
56
|
+
let e = this.p6;
|
|
57
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q2));
|
|
58
58
|
}
|
|
59
59
|
else {
|
|
60
|
-
let f = this.
|
|
61
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
60
|
+
let f = this.p6;
|
|
61
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q2));
|
|
62
62
|
}
|
|
63
63
|
break;
|
|
64
64
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
if (this.
|
|
68
|
-
let g = this.
|
|
69
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
65
|
+
this.p6.q4 = this.qn;
|
|
66
|
+
this.ql = this.qn;
|
|
67
|
+
if (this.qo) {
|
|
68
|
+
let g = this.p6;
|
|
69
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q1));
|
|
70
70
|
}
|
|
71
71
|
else {
|
|
72
|
-
let h = this.
|
|
73
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
72
|
+
let h = this.p6;
|
|
73
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q1));
|
|
74
74
|
}
|
|
75
75
|
break;
|
|
76
76
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
77
|
-
this.
|
|
77
|
+
this.p6.qr = this.qg;
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
80
|
-
this.
|
|
80
|
+
this.p6.rm = this.qq;
|
|
81
81
|
break;
|
|
82
82
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
83
|
-
this.
|
|
83
|
+
this.p6.rn = this.qr;
|
|
84
84
|
break;
|
|
85
85
|
case "ShapefileDataSource":
|
|
86
86
|
if (c != null) {
|
|
87
87
|
let i = c;
|
|
88
|
-
if (this.
|
|
89
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
88
|
+
if (this.qk) {
|
|
89
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q3));
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
if (d != null) {
|
|
93
93
|
let j = d;
|
|
94
94
|
if (j.count > 0) {
|
|
95
|
-
this.
|
|
95
|
+
this.q4();
|
|
96
96
|
break;
|
|
97
97
|
}
|
|
98
|
-
this.
|
|
99
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
98
|
+
this.qk = true;
|
|
99
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q3));
|
|
100
100
|
}
|
|
101
101
|
break;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
|
|
104
|
+
q2(a, b) {
|
|
105
105
|
if (this.assigningShapeStyle != null) {
|
|
106
106
|
this.assigningShapeStyle(this, b);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
|
|
109
|
+
q1(a, b) {
|
|
110
110
|
if (this.assigningShapeMarkerStyle != null) {
|
|
111
111
|
this.assigningShapeMarkerStyle(this, b);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
this.
|
|
114
|
+
q3(a, b) {
|
|
115
|
+
this.q4();
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
let sds_ = this.
|
|
117
|
+
q4() {
|
|
118
|
+
let sds_ = this.qj;
|
|
119
119
|
let ext_ = sds_.externalObject;
|
|
120
120
|
this.itemsSource = (ext_.getPointData());
|
|
121
121
|
}
|
|
122
|
-
get
|
|
123
|
-
return this.
|
|
122
|
+
get qj() {
|
|
123
|
+
return this.qi;
|
|
124
124
|
}
|
|
125
|
-
set
|
|
126
|
-
let b = this.
|
|
127
|
-
this.
|
|
128
|
-
if (b != this.
|
|
129
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
125
|
+
set qj(a) {
|
|
126
|
+
let b = this.qi;
|
|
127
|
+
this.qi = a;
|
|
128
|
+
if (b != this.qi) {
|
|
129
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
get_e3() {
|
|
@@ -137,7 +137,7 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
140
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
140
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
|
|
141
141
|
return GeographicShapeSeriesBase;
|
|
142
142
|
})();
|
|
143
143
|
/**
|
|
@@ -152,23 +152,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
152
152
|
}
|
|
153
153
|
b2() {
|
|
154
154
|
super.b2();
|
|
155
|
-
this.ce.
|
|
155
|
+
this.ce.p6.rx = this.ce.qz;
|
|
156
156
|
}
|
|
157
157
|
cf() {
|
|
158
|
-
let a = this.ce.
|
|
158
|
+
let a = this.ce.p6;
|
|
159
159
|
if (this.ce.cd == null) {
|
|
160
|
-
a.
|
|
161
|
-
a.
|
|
160
|
+
a.ql = null;
|
|
161
|
+
a.qn = null;
|
|
162
162
|
return;
|
|
163
163
|
}
|
|
164
|
-
a.
|
|
165
|
-
a.
|
|
164
|
+
a.ql = this.ce.cd.s2;
|
|
165
|
+
a.qn = this.ce.cd.s4;
|
|
166
166
|
}
|
|
167
167
|
ch() {
|
|
168
|
-
this.ce.
|
|
168
|
+
this.ce.p6.rx = this.ce.qz;
|
|
169
169
|
}
|
|
170
170
|
cg() {
|
|
171
|
-
this.ce.
|
|
171
|
+
this.ce.p6.rj = this.ce.qp;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|