igniteui-angular-maps 20.2.0-beta.0 → 20.2.1-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 +975 -975
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
- 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 +58 -58
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- 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 +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 +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
- 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 +57 -57
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- 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 +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 +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +983 -983
- package/fesm5/igniteui-angular-maps.js +975 -975
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- 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 +18 -18
- 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 +19 -19
- 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
|
ci() {
|
|
33
33
|
super.ci();
|
|
34
|
-
this.cy.
|
|
35
|
-
this.cy.
|
|
34
|
+
this.cy.xl.aat = this.cy.y0;
|
|
35
|
+
this.cy.xl.aay = this.cy.y8;
|
|
36
36
|
}
|
|
37
37
|
cz() {
|
|
38
|
-
this.cy.
|
|
38
|
+
this.cy.xl.aat = this.cy.y0;
|
|
39
39
|
}
|
|
40
40
|
c0() {
|
|
41
|
-
this.cy.
|
|
41
|
+
this.cy.xl.aay = this.cy.y8;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -63,33 +63,33 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
63
63
|
ct() {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
68
|
-
this.
|
|
66
|
+
rh(a) {
|
|
67
|
+
super.rh(a);
|
|
68
|
+
this.y1 = a;
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
xk() {
|
|
71
71
|
let a = new ScatterPolylineSeries();
|
|
72
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
72
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
|
|
73
73
|
return a;
|
|
74
74
|
}
|
|
75
|
-
|
|
75
|
+
y5(a, b) {
|
|
76
76
|
if (this.styleShape != null) {
|
|
77
77
|
this.styleShape(this, b);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
super.
|
|
80
|
+
rq(a, b, c, d) {
|
|
81
|
+
super.rq(a, b, c, d);
|
|
82
82
|
switch (b) {
|
|
83
83
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
84
|
+
this.y1.cz();
|
|
85
85
|
break;
|
|
86
86
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.y1.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:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
|
|
94
94
|
return GeographicPolylineSeries;
|
|
95
95
|
})();
|
|
@@ -30,49 +30,49 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
}
|
|
31
31
|
ci() {
|
|
32
32
|
super.ci();
|
|
33
|
-
let a = this.cu.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
33
|
+
let a = this.cu.xl;
|
|
34
|
+
a.abe = this.cu.zk;
|
|
35
|
+
a.abm = this.cu.zi;
|
|
36
|
+
a.xv = this.cu.xv;
|
|
37
|
+
a.yn = this.cu.yb;
|
|
38
|
+
a.x4 = this.cu.xw;
|
|
39
|
+
a.ado = this.cu.y4;
|
|
40
|
+
a.aee = this.cu.zp;
|
|
41
|
+
a.add = this.cu.yw;
|
|
42
|
+
a.ad4 = this.cu.zg;
|
|
43
|
+
a.adz = this.cu.y8;
|
|
44
|
+
a.ada = this.cu.yt;
|
|
45
|
+
a.adm = this.cu.y0;
|
|
39
46
|
a.adn = this.cu.y3;
|
|
40
|
-
a.
|
|
41
|
-
a.adc = this.cu.yv;
|
|
42
|
-
a.ad3 = this.cu.zf;
|
|
43
|
-
a.ady = this.cu.y7;
|
|
44
|
-
a.ac9 = this.cu.ys;
|
|
45
|
-
a.adl = this.cu.yz;
|
|
46
|
-
a.adm = this.cu.y2;
|
|
47
|
+
a.adt = this.cu.y6;
|
|
47
48
|
a.ads = this.cu.y5;
|
|
48
|
-
a.adr = this.cu.y4;
|
|
49
49
|
}
|
|
50
50
|
c3() {
|
|
51
|
-
this.cu.
|
|
51
|
+
this.cu.xl.abe = this.cu.zk;
|
|
52
52
|
}
|
|
53
53
|
c2() {
|
|
54
|
-
this.cu.
|
|
54
|
+
this.cu.xl.abm = this.cu.zi;
|
|
55
55
|
}
|
|
56
56
|
c8() {
|
|
57
|
-
this.cu.
|
|
57
|
+
this.cu.xl.xv = this.cu.xv;
|
|
58
58
|
}
|
|
59
59
|
c6() {
|
|
60
|
-
this.cu.
|
|
60
|
+
this.cu.xl.yn = this.cu.yb;
|
|
61
61
|
}
|
|
62
62
|
c7() {
|
|
63
|
-
this.cu.
|
|
63
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
64
64
|
}
|
|
65
65
|
c9() {
|
|
66
|
-
this.cu.
|
|
66
|
+
this.cu.xl.aau = this.cu.xx;
|
|
67
67
|
}
|
|
68
68
|
db() {
|
|
69
|
-
this.cu.
|
|
69
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
70
70
|
}
|
|
71
71
|
dc() {
|
|
72
|
-
this.cu.
|
|
72
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
73
73
|
}
|
|
74
74
|
da() {
|
|
75
|
-
let a = this.cu.
|
|
75
|
+
let a = this.cu.xl;
|
|
76
76
|
if (this.cu.dc == null) {
|
|
77
77
|
a.xAxis = null;
|
|
78
78
|
a.yAxis = null;
|
|
@@ -82,45 +82,45 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
82
82
|
a.yAxis = this.cu.dc.zj;
|
|
83
83
|
}
|
|
84
84
|
c4() {
|
|
85
|
-
this.cu.
|
|
85
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
86
86
|
}
|
|
87
87
|
c5() {
|
|
88
|
-
this.cu.
|
|
88
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
89
89
|
}
|
|
90
90
|
dd() {
|
|
91
|
-
this.cu.
|
|
91
|
+
this.cu.xl.aee = this.cu.zp;
|
|
92
92
|
}
|
|
93
93
|
de() {
|
|
94
|
-
this.cu.
|
|
95
|
-
this.cu.
|
|
94
|
+
this.cu.xl.add = this.cu.yw;
|
|
95
|
+
this.cu.xl.ado = this.cu.y4;
|
|
96
96
|
}
|
|
97
97
|
cy() {
|
|
98
|
-
this.cu.
|
|
98
|
+
this.cu.xl.ad4 = this.cu.zg;
|
|
99
99
|
}
|
|
100
100
|
cw() {
|
|
101
|
-
this.cu.
|
|
102
|
-
this.cu.
|
|
103
|
-
this.cu.
|
|
104
|
-
this.cu.
|
|
105
|
-
this.cu.
|
|
101
|
+
this.cu.xl.ada = this.cu.yt;
|
|
102
|
+
this.cu.xl.adm = this.cu.y0;
|
|
103
|
+
this.cu.xl.adn = this.cu.y3;
|
|
104
|
+
this.cu.xl.adt = this.cu.y6;
|
|
105
|
+
this.cu.xl.ads = this.cu.y5;
|
|
106
106
|
}
|
|
107
107
|
cv() {
|
|
108
|
-
this.cu.
|
|
108
|
+
this.cu.xl.adz = this.cu.y8;
|
|
109
109
|
}
|
|
110
110
|
df() {
|
|
111
|
-
this.cu.
|
|
111
|
+
this.cu.xl.ado = this.cu.y4;
|
|
112
112
|
}
|
|
113
113
|
cx() {
|
|
114
|
-
this.cu.
|
|
114
|
+
this.cu.xl.adm = this.cu.y0;
|
|
115
115
|
}
|
|
116
116
|
c1() {
|
|
117
|
-
this.cu.
|
|
117
|
+
this.cu.xl.adn = this.cu.y3;
|
|
118
118
|
}
|
|
119
119
|
c0() {
|
|
120
|
-
this.cu.
|
|
120
|
+
this.cu.xl.adt = this.cu.y6;
|
|
121
121
|
}
|
|
122
122
|
cz() {
|
|
123
|
-
this.cu.
|
|
123
|
+
this.cu.xl.ads = this.cu.y5;
|
|
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.yu = null;
|
|
137
|
+
this.yz = false;
|
|
137
138
|
this.yy = false;
|
|
138
|
-
this.yx = false;
|
|
139
139
|
this.assigningScatterStyle = null;
|
|
140
140
|
this.assigningScatterMarkerStyle = null;
|
|
141
141
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -149,111 +149,111 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
149
149
|
ct() {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
}
|
|
152
|
-
|
|
153
|
-
super.
|
|
154
|
-
this.
|
|
152
|
+
rh(a) {
|
|
153
|
+
super.rh(a);
|
|
154
|
+
this.yx = a;
|
|
155
155
|
}
|
|
156
156
|
jt() {
|
|
157
157
|
return 0.7;
|
|
158
158
|
}
|
|
159
|
-
|
|
159
|
+
xk() {
|
|
160
160
|
return new BubbleSeries();
|
|
161
161
|
}
|
|
162
162
|
get_fh() {
|
|
163
163
|
return true;
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
super.
|
|
165
|
+
rq(a, b, c, d) {
|
|
166
|
+
super.rq(a, b, c, d);
|
|
167
167
|
switch (b) {
|
|
168
168
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
169
|
+
this.yx.da();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
172
|
+
this.yx.c3();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.yx.c2();
|
|
176
176
|
break;
|
|
177
177
|
case "XAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.yx.db();
|
|
179
179
|
break;
|
|
180
180
|
case "YAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.yx.dc();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
184
|
+
this.yx.dd();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
187
|
+
this.yx.de();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
190
|
+
this.yx.df();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
193
|
+
this.yx.cy();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
196
|
+
this.yx.cv();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
199
|
+
this.yx.cw();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
202
|
+
this.yx.cx();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
205
|
+
this.yx.c1();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
208
|
+
this.yx.c0();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
211
|
+
this.yx.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.xl.aaa = this.y2;
|
|
215
|
+
this.yz = this.y2;
|
|
216
|
+
if (this.y2) {
|
|
217
|
+
let e = this.xl;
|
|
218
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
let f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
221
|
+
let f = this.xl;
|
|
222
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
|
|
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.xl.z9 = this.y1;
|
|
227
|
+
this.yy = this.y1;
|
|
228
|
+
if (this.y2) {
|
|
229
|
+
let g = this.xl;
|
|
230
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
231
231
|
}
|
|
232
232
|
else {
|
|
233
|
-
let h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
233
|
+
let h = this.xl;
|
|
234
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
238
|
+
this.xl.zt = this.yv;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
241
|
+
this.xl.aat = this.y7;
|
|
242
242
|
break;
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
|
|
245
|
+
zu(a, b) {
|
|
246
246
|
if (this.assigningScatterStyle != null) {
|
|
247
247
|
this.assigningScatterStyle(this, b);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
|
|
250
|
+
zt(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:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
|
|
258
258
|
return GeographicProportionalSymbolSeries;
|
|
259
259
|
})();
|
|
@@ -18,19 +18,19 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
18
18
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
19
19
|
constructor() {
|
|
20
20
|
super(...arguments);
|
|
21
|
+
this.x2 = false;
|
|
21
22
|
this.x1 = false;
|
|
22
|
-
this.x0 = false;
|
|
23
23
|
this.assigningShapeStyle = null;
|
|
24
24
|
this.assigningShapeMarkerStyle = null;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.xy = null;
|
|
26
|
+
this.x0 = false;
|
|
27
27
|
}
|
|
28
28
|
ct() {
|
|
29
29
|
return new GeographicShapeSeriesBaseView(this);
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
33
|
-
this.
|
|
31
|
+
rh(a) {
|
|
32
|
+
super.rh(a);
|
|
33
|
+
this.xx = a;
|
|
34
34
|
}
|
|
35
35
|
get_fh() {
|
|
36
36
|
return true;
|
|
@@ -38,105 +38,105 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
38
38
|
get_ef() {
|
|
39
39
|
return true;
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
super.
|
|
41
|
+
rq(a, b, c, d) {
|
|
42
|
+
super.rq(a, b, c, d);
|
|
43
43
|
switch (b) {
|
|
44
44
|
case "SeriesViewer":
|
|
45
|
-
this.
|
|
45
|
+
this.xx.cv();
|
|
46
46
|
break;
|
|
47
47
|
case "ShapeMemberPath":
|
|
48
|
-
this.
|
|
48
|
+
this.xx.cx();
|
|
49
49
|
break;
|
|
50
50
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
51
|
-
this.
|
|
51
|
+
this.xx.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.xl.yt = this.x5;
|
|
55
|
+
this.x2 = this.x5;
|
|
56
|
+
if (this.x5) {
|
|
57
|
+
let e = this.xl;
|
|
58
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
|
|
59
59
|
}
|
|
60
60
|
else {
|
|
61
|
-
let f = this.
|
|
62
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
61
|
+
let f = this.xl;
|
|
62
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
|
|
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.xl.ys = this.x4;
|
|
67
|
+
this.x1 = this.x4;
|
|
68
|
+
if (this.x5) {
|
|
69
|
+
let g = this.xl;
|
|
70
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
71
71
|
}
|
|
72
72
|
else {
|
|
73
|
-
let h = this.
|
|
74
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
73
|
+
let h = this.xl;
|
|
74
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
75
75
|
}
|
|
76
76
|
break;
|
|
77
77
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
78
|
-
this.
|
|
78
|
+
this.xl.x5 = this.xw;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
81
|
-
this.
|
|
81
|
+
this.xl.za = this.x7;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
84
|
-
this.
|
|
84
|
+
this.xl.zb = this.x8;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.xl.zf = this.x9;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
90
|
-
this.
|
|
90
|
+
this.xl.xv = this.xv;
|
|
91
91
|
break;
|
|
92
92
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
93
|
-
this.
|
|
93
|
+
this.xl.yo = this.x3;
|
|
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.x0) {
|
|
99
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
if (d != null) {
|
|
103
103
|
let j = d;
|
|
104
104
|
if (j.count > 0) {
|
|
105
|
-
this.
|
|
105
|
+
this.yp();
|
|
106
106
|
break;
|
|
107
107
|
}
|
|
108
|
-
this.
|
|
109
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
108
|
+
this.x0 = true;
|
|
109
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
|
|
110
110
|
}
|
|
111
111
|
break;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
|
|
114
|
+
yn(a, b) {
|
|
115
115
|
if (this.assigningShapeStyle != null) {
|
|
116
116
|
this.assigningShapeStyle(this, b);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
|
|
119
|
+
ym(a, b) {
|
|
120
120
|
if (this.assigningShapeMarkerStyle != null) {
|
|
121
121
|
this.assigningShapeMarkerStyle(this, b);
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
this.
|
|
124
|
+
yo(a, b) {
|
|
125
|
+
this.yp();
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
let sds_ = this.
|
|
127
|
+
yp() {
|
|
128
|
+
let sds_ = this.xz;
|
|
129
129
|
let ext_ = sds_.externalObject;
|
|
130
130
|
this.itemsSource = (ext_.getPointData());
|
|
131
131
|
}
|
|
132
|
-
get
|
|
133
|
-
return this.
|
|
132
|
+
get xz() {
|
|
133
|
+
return this.xy;
|
|
134
134
|
}
|
|
135
|
-
set
|
|
136
|
-
let b = this.
|
|
137
|
-
this.
|
|
138
|
-
if (b != this.
|
|
139
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
135
|
+
set xz(a) {
|
|
136
|
+
let b = this.xy;
|
|
137
|
+
this.xy = a;
|
|
138
|
+
if (b != this.xy) {
|
|
139
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
get_hd() {
|
|
@@ -147,7 +147,7 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
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:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [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.xl.zs = this.cu.yk;
|
|
166
166
|
}
|
|
167
167
|
cv() {
|
|
168
|
-
let a = this.cu.
|
|
168
|
+
let a = this.cu.xl;
|
|
169
169
|
if (this.cu.dc == null) {
|
|
170
|
-
a.
|
|
171
|
-
a.
|
|
170
|
+
a.xz = null;
|
|
171
|
+
a.x1 = null;
|
|
172
172
|
return;
|
|
173
173
|
}
|
|
174
|
-
a.
|
|
175
|
-
a.
|
|
174
|
+
a.xz = this.cu.dc.zh;
|
|
175
|
+
a.x1 = this.cu.dc.zj;
|
|
176
176
|
}
|
|
177
177
|
cx() {
|
|
178
|
-
this.cu.
|
|
178
|
+
this.cu.xl.zs = this.cu.yk;
|
|
179
179
|
}
|
|
180
180
|
cw() {
|
|
181
|
-
this.cu.
|
|
181
|
+
this.cu.xl.y7 = this.cu.x6;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|