igniteui-angular-maps 18.0.0 → 18.1.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 +1466 -1460
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -191
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +463 -463
- 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 +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -189
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +456 -456
- 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 +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1480 -1474
- package/fesm5/igniteui-angular-maps.js +1466 -1460
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +56 -54
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -5,8 +5,8 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Series } from "igniteui-angular-charts";
|
|
8
|
-
import { DependencyProperty } from "igniteui-angular-core";
|
|
9
8
|
import { typeCast, Number_$type, runOn, delegateRemove, delegateCombine, markType, TypeRegistrar } from "igniteui-angular-core";
|
|
9
|
+
import { DependencyProperty } from "igniteui-angular-core";
|
|
10
10
|
import { SeriesView } from "igniteui-angular-charts";
|
|
11
11
|
import { SeriesViewer } from "igniteui-angular-charts";
|
|
12
12
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
@@ -19,321 +19,327 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.wq = null;
|
|
23
|
+
this.ws = this.wr();
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
25
|
+
qc() {
|
|
26
|
+
super.qc();
|
|
27
|
+
if (this.ws != null) {
|
|
28
|
+
this.ws.qc();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_fa() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
let c = this.
|
|
34
|
+
ko(a, b) {
|
|
35
|
+
let c = this.nb(b);
|
|
36
36
|
if (c == "LatitudeMemberPath") {
|
|
37
37
|
c = "YMemberPath";
|
|
38
38
|
}
|
|
39
39
|
if (c == "LongitudeMemberPath") {
|
|
40
40
|
c = "XMemberPath";
|
|
41
41
|
}
|
|
42
|
-
return this.
|
|
42
|
+
return this.ws.ko(a, c);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
let b = this.
|
|
44
|
+
mb(a) {
|
|
45
|
+
let b = this.nb(a);
|
|
46
46
|
if (b == "LatitudeMemberPath") {
|
|
47
47
|
b = "YMemberPath";
|
|
48
48
|
}
|
|
49
49
|
if (b == "LongitudeMemberPath") {
|
|
50
50
|
b = "XMemberPath";
|
|
51
51
|
}
|
|
52
|
-
return this.
|
|
52
|
+
return this.ws.mb(b);
|
|
53
|
+
}
|
|
54
|
+
get_kg() {
|
|
55
|
+
return this.ky(this.ws);
|
|
53
56
|
}
|
|
54
|
-
|
|
55
|
-
|
|
57
|
+
set_kg(a) {
|
|
58
|
+
this.ox(this.ws, a);
|
|
56
59
|
}
|
|
57
|
-
|
|
58
|
-
return this.
|
|
60
|
+
d9(a, b, c, d) {
|
|
61
|
+
return this.ws.d9(a, b, c, d);
|
|
59
62
|
}
|
|
60
|
-
|
|
61
|
-
return this.
|
|
63
|
+
ai() {
|
|
64
|
+
return this.ws.ai();
|
|
62
65
|
}
|
|
63
|
-
|
|
64
|
-
return this.
|
|
66
|
+
bm() {
|
|
67
|
+
return this.ws;
|
|
65
68
|
}
|
|
66
|
-
|
|
67
|
-
|
|
69
|
+
get ws() {
|
|
70
|
+
return this.wq;
|
|
71
|
+
}
|
|
72
|
+
set ws(a) {
|
|
73
|
+
let b = this.ws != a;
|
|
68
74
|
if (b) {
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
75
|
+
this.wq = a;
|
|
76
|
+
this.wx();
|
|
71
77
|
}
|
|
72
78
|
}
|
|
73
79
|
get_hasMarkers() {
|
|
74
|
-
return this.
|
|
80
|
+
return this.ws.hasMarkers;
|
|
75
81
|
}
|
|
76
|
-
|
|
77
|
-
if (this.
|
|
78
|
-
let hostedSeries_ = this.
|
|
82
|
+
wx() {
|
|
83
|
+
if (this.wq != null) {
|
|
84
|
+
let hostedSeries_ = this.wq;
|
|
79
85
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
80
86
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
81
87
|
}
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
88
|
+
this.pd(this.ws);
|
|
89
|
+
this.wt.b5();
|
|
84
90
|
}
|
|
85
|
-
|
|
86
|
-
return this.
|
|
91
|
+
de(a, b, c) {
|
|
92
|
+
return this.dg(this.ws, a, b, c);
|
|
87
93
|
}
|
|
88
|
-
|
|
89
|
-
return this.
|
|
94
|
+
df(a, b, c) {
|
|
95
|
+
return this.dh(this.ws, a, b, c);
|
|
90
96
|
}
|
|
91
|
-
|
|
92
|
-
return this.
|
|
97
|
+
kl(a) {
|
|
98
|
+
return this.ku(this.ws, a);
|
|
93
99
|
}
|
|
94
|
-
|
|
95
|
-
return this.
|
|
100
|
+
j8(a, b) {
|
|
101
|
+
return this.ws.j8(a, b);
|
|
96
102
|
}
|
|
97
|
-
|
|
98
|
-
return this.
|
|
103
|
+
j6(a, b) {
|
|
104
|
+
return this.ws.j6(a, b);
|
|
99
105
|
}
|
|
100
|
-
|
|
101
|
-
return this.
|
|
106
|
+
i3(a, b, c) {
|
|
107
|
+
return this.ws.i3(a, b, c);
|
|
102
108
|
}
|
|
103
|
-
|
|
104
|
-
return this.
|
|
109
|
+
v6(a, b, c) {
|
|
110
|
+
return this.ws.v6(a, b, c);
|
|
105
111
|
}
|
|
106
|
-
|
|
107
|
-
return this.
|
|
112
|
+
wh(a) {
|
|
113
|
+
return this.ws.wh(a);
|
|
108
114
|
}
|
|
109
|
-
|
|
110
|
-
return this.
|
|
115
|
+
an(a) {
|
|
116
|
+
return this.ws.an(a);
|
|
111
117
|
}
|
|
112
|
-
|
|
113
|
-
return this.
|
|
118
|
+
wi(a) {
|
|
119
|
+
return this.ws.wi(a);
|
|
114
120
|
}
|
|
115
|
-
|
|
116
|
-
return this.
|
|
121
|
+
ao(a) {
|
|
122
|
+
return this.ws.ao(a);
|
|
117
123
|
}
|
|
118
|
-
|
|
119
|
-
return this.
|
|
124
|
+
wj(a) {
|
|
125
|
+
return this.ws.wj(a);
|
|
120
126
|
}
|
|
121
|
-
|
|
122
|
-
return this.
|
|
127
|
+
wk(a) {
|
|
128
|
+
return this.ws.wk(a);
|
|
123
129
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
130
|
+
iz(a, b, c) {
|
|
131
|
+
return this.ws.iz(a, b, c);
|
|
126
132
|
}
|
|
127
|
-
|
|
128
|
-
return this.
|
|
133
|
+
v2(a, b, c) {
|
|
134
|
+
return this.ws.v2(a, b, c);
|
|
129
135
|
}
|
|
130
|
-
|
|
131
|
-
return this.
|
|
136
|
+
i1(a, b, c) {
|
|
137
|
+
return this.i3(a, b, c);
|
|
132
138
|
}
|
|
133
|
-
|
|
134
|
-
return this.
|
|
139
|
+
v4(a, b, c) {
|
|
140
|
+
return this.ws.v4(a, b, c);
|
|
135
141
|
}
|
|
136
|
-
|
|
137
|
-
return this.
|
|
142
|
+
v7(a, b, c) {
|
|
143
|
+
return this.ws.v7(a, b, c);
|
|
138
144
|
}
|
|
139
|
-
|
|
140
|
-
return this.
|
|
145
|
+
i4(a, b, c) {
|
|
146
|
+
return this.ws.i4(a, b, c);
|
|
141
147
|
}
|
|
142
|
-
|
|
143
|
-
return this.
|
|
148
|
+
v3(a, b, c) {
|
|
149
|
+
return this.ws.v3(a, b, c);
|
|
144
150
|
}
|
|
145
|
-
|
|
146
|
-
return this.
|
|
151
|
+
i0(a, b, c) {
|
|
152
|
+
return this.ws.i0(a, b, c);
|
|
147
153
|
}
|
|
148
|
-
|
|
149
|
-
return this.
|
|
154
|
+
v5(a, b, c) {
|
|
155
|
+
return this.ws.v5(a, b, c);
|
|
150
156
|
}
|
|
151
|
-
|
|
152
|
-
return this.
|
|
157
|
+
i2(a, b, c) {
|
|
158
|
+
return this.ws.i2(a, b, c);
|
|
153
159
|
}
|
|
154
|
-
|
|
155
|
-
return this.
|
|
160
|
+
j2(a) {
|
|
161
|
+
return this.ws.j2(a);
|
|
156
162
|
}
|
|
157
|
-
|
|
158
|
-
return this.
|
|
163
|
+
iu() {
|
|
164
|
+
return this.ws.iu();
|
|
159
165
|
}
|
|
160
|
-
|
|
161
|
-
return this.
|
|
166
|
+
iq(a) {
|
|
167
|
+
return this.ws.iq(a);
|
|
162
168
|
}
|
|
163
|
-
|
|
164
|
-
return this.
|
|
169
|
+
km(a) {
|
|
170
|
+
return this.ws.km(a);
|
|
165
171
|
}
|
|
166
|
-
|
|
172
|
+
cq() {
|
|
167
173
|
return new HostSeriesView(this);
|
|
168
174
|
}
|
|
169
|
-
|
|
170
|
-
super.
|
|
171
|
-
this.
|
|
175
|
+
qx(a) {
|
|
176
|
+
super.qx(a);
|
|
177
|
+
this.wt = typeCast(HostSeriesView.$, a);
|
|
172
178
|
}
|
|
173
|
-
get
|
|
174
|
-
return this.c(GeographicMapSeriesHost.
|
|
179
|
+
get wu() {
|
|
180
|
+
return this.c(GeographicMapSeriesHost.wz);
|
|
175
181
|
}
|
|
176
|
-
set
|
|
177
|
-
this.h(GeographicMapSeriesHost.
|
|
182
|
+
set wu(a) {
|
|
183
|
+
this.h(GeographicMapSeriesHost.wz, a);
|
|
178
184
|
}
|
|
179
|
-
|
|
180
|
-
super.
|
|
185
|
+
q5(a, b, c, d) {
|
|
186
|
+
super.q5(a, b, c, d);
|
|
181
187
|
switch (b) {
|
|
182
188
|
case "SeriesViewer":
|
|
183
|
-
this.
|
|
189
|
+
this.ws.c9 = this.c9;
|
|
184
190
|
if (c != null) {
|
|
185
|
-
c.
|
|
191
|
+
c.qq(this.ws);
|
|
186
192
|
}
|
|
187
193
|
if (d != null) {
|
|
188
|
-
this.
|
|
194
|
+
this.c9.mw(this.ws);
|
|
189
195
|
}
|
|
190
|
-
this.
|
|
191
|
-
this.
|
|
192
|
-
this.
|
|
193
|
-
this.
|
|
196
|
+
this.ws.q8(this.wl);
|
|
197
|
+
this.ws.index = this.index;
|
|
198
|
+
this.pw(this.ws);
|
|
199
|
+
this.ke = this.ws.ke;
|
|
194
200
|
let e = typeCast(SeriesViewer.$, c);
|
|
195
201
|
if (e != null) {
|
|
196
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
202
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
|
|
197
203
|
}
|
|
198
|
-
if (this.
|
|
199
|
-
let f = this.
|
|
200
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
204
|
+
if (this.c9 != null) {
|
|
205
|
+
let f = this.c9;
|
|
206
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
|
|
201
207
|
}
|
|
202
|
-
this.
|
|
208
|
+
this.ww();
|
|
203
209
|
break;
|
|
204
210
|
case "SyncLink":
|
|
205
|
-
this.
|
|
211
|
+
this.ws.c1 = this.c1;
|
|
206
212
|
break;
|
|
207
213
|
case "VisibleFromScale":
|
|
208
|
-
this.
|
|
214
|
+
this.ww();
|
|
209
215
|
break;
|
|
210
216
|
case "Index":
|
|
211
|
-
this.
|
|
217
|
+
this.ws.index = this.index;
|
|
212
218
|
break;
|
|
213
219
|
case "ItemsSource":
|
|
214
|
-
this.
|
|
220
|
+
this.wt.b6();
|
|
215
221
|
break;
|
|
216
222
|
case "Resolution":
|
|
217
|
-
this.
|
|
223
|
+
this.wt.cd();
|
|
218
224
|
break;
|
|
219
225
|
case "TransitionDuration":
|
|
220
|
-
this.
|
|
226
|
+
this.wt.cg();
|
|
221
227
|
break;
|
|
222
228
|
case "Opacity":
|
|
223
|
-
this.
|
|
229
|
+
this.wt.ca();
|
|
224
230
|
break;
|
|
225
231
|
case "Visibility":
|
|
226
|
-
let hs_ = this.
|
|
232
|
+
let hs_ = this.ws;
|
|
227
233
|
let v_ = this._visibility;
|
|
228
234
|
hs_.visibility = v_;
|
|
229
235
|
break;
|
|
230
236
|
case "MouseOverEnabled":
|
|
231
|
-
this.
|
|
237
|
+
this.ws.f6 = this.f6;
|
|
232
238
|
break;
|
|
233
239
|
case "ExpectFunctions":
|
|
234
|
-
this.
|
|
240
|
+
this.ws.expectFunctions = this.expectFunctions;
|
|
235
241
|
break;
|
|
236
242
|
case "Thickness":
|
|
237
|
-
this.
|
|
243
|
+
this.wt.cf();
|
|
238
244
|
break;
|
|
239
245
|
case "Brush":
|
|
240
|
-
this.
|
|
246
|
+
this.wt.b4();
|
|
241
247
|
break;
|
|
242
248
|
case "Outline":
|
|
243
|
-
this.
|
|
249
|
+
this.wt.cc();
|
|
244
250
|
break;
|
|
245
251
|
case "ActualBrush":
|
|
246
|
-
this.
|
|
252
|
+
this.wt.b1();
|
|
247
253
|
break;
|
|
248
254
|
case "ActualOutline":
|
|
249
|
-
this.
|
|
255
|
+
this.wt.b2();
|
|
250
256
|
break;
|
|
251
257
|
case "MarkerFillOpacity":
|
|
252
|
-
if (!isNaN_(this.
|
|
253
|
-
this.
|
|
258
|
+
if (!isNaN_(this.je)) {
|
|
259
|
+
this.wt.b9();
|
|
254
260
|
}
|
|
255
261
|
break;
|
|
256
262
|
case "AreaFillOpacity":
|
|
257
|
-
if (!isNaN_(this.
|
|
258
|
-
this.
|
|
263
|
+
if (!isNaN_(this.ii)) {
|
|
264
|
+
this.wt.b3();
|
|
259
265
|
}
|
|
260
266
|
break;
|
|
261
267
|
case "OutlineMode":
|
|
262
|
-
this.
|
|
268
|
+
this.wt.cb();
|
|
263
269
|
break;
|
|
264
270
|
case "ShowDefaultTooltip":
|
|
265
|
-
this.
|
|
271
|
+
this.wt.ce();
|
|
266
272
|
break;
|
|
267
273
|
case "Title":
|
|
268
|
-
this.
|
|
274
|
+
this.ws.title = this.title;
|
|
269
275
|
break;
|
|
270
276
|
case "LegendItemBadgeMode":
|
|
271
|
-
this.
|
|
277
|
+
this.wt.b7();
|
|
272
278
|
break;
|
|
273
279
|
case "LegendItemBadgeShape":
|
|
274
|
-
this.
|
|
280
|
+
this.wt.b8();
|
|
275
281
|
break;
|
|
276
282
|
case "Legend":
|
|
277
|
-
this.
|
|
278
|
-
this.
|
|
283
|
+
this.ws.legend = this.legend;
|
|
284
|
+
this.ct.av();
|
|
279
285
|
break;
|
|
280
286
|
}
|
|
281
287
|
}
|
|
282
|
-
|
|
283
|
-
if (this.
|
|
288
|
+
ww() {
|
|
289
|
+
if (this.c9 == null || this.ws == null) {
|
|
284
290
|
return;
|
|
285
291
|
}
|
|
286
|
-
if (!isNaN_(this.
|
|
287
|
-
if (this.
|
|
288
|
-
let hs_ = this.
|
|
292
|
+
if (!isNaN_(this.wu)) {
|
|
293
|
+
if (this.c9.vl.width > this.wu) {
|
|
294
|
+
let hs_ = this.ws;
|
|
289
295
|
let v_ = 1;
|
|
290
296
|
hs_.visibility = v_;
|
|
291
297
|
}
|
|
292
298
|
else {
|
|
293
|
-
let hs2_ = this.
|
|
299
|
+
let hs2_ = this.ws;
|
|
294
300
|
let v2_ = 0;
|
|
295
301
|
hs2_.visibility = v2_;
|
|
296
302
|
}
|
|
297
303
|
}
|
|
298
304
|
}
|
|
299
|
-
|
|
300
|
-
this.
|
|
305
|
+
wy(a, b) {
|
|
306
|
+
this.ww();
|
|
301
307
|
}
|
|
302
|
-
|
|
303
|
-
super.
|
|
304
|
-
if (this.
|
|
305
|
-
this.
|
|
308
|
+
rn(a) {
|
|
309
|
+
super.rn(a);
|
|
310
|
+
if (this.ws != null) {
|
|
311
|
+
this.ws.rn(a);
|
|
306
312
|
}
|
|
307
313
|
}
|
|
308
|
-
|
|
309
|
-
if (this.
|
|
310
|
-
this.
|
|
314
|
+
rm(a, b, c, d, e) {
|
|
315
|
+
if (this.ws != null) {
|
|
316
|
+
this.ws.rm(a, b, c, d, e);
|
|
311
317
|
}
|
|
312
318
|
}
|
|
313
|
-
|
|
314
|
-
return this.
|
|
319
|
+
a1(a, b) {
|
|
320
|
+
return this.ws.a1(a, b);
|
|
315
321
|
}
|
|
316
|
-
|
|
317
|
-
super.
|
|
318
|
-
this.
|
|
322
|
+
r6() {
|
|
323
|
+
super.r6();
|
|
324
|
+
this.ws.r6();
|
|
319
325
|
}
|
|
320
326
|
get_coercionMethods() {
|
|
321
327
|
return this._coercionMethods;
|
|
322
328
|
}
|
|
323
329
|
set_coercionMethods(a) {
|
|
324
330
|
this._coercionMethods = a;
|
|
325
|
-
this.
|
|
331
|
+
this.ws.coercionMethods = a;
|
|
326
332
|
}
|
|
327
|
-
|
|
328
|
-
super.
|
|
329
|
-
if (this.
|
|
330
|
-
let b = this.
|
|
331
|
-
this.
|
|
333
|
+
pv(a) {
|
|
334
|
+
super.pv(a);
|
|
335
|
+
if (this.ws != null) {
|
|
336
|
+
let b = this.ws.kk();
|
|
337
|
+
this.o6(a, b);
|
|
332
338
|
}
|
|
333
339
|
}
|
|
334
340
|
}
|
|
335
341
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
336
|
-
GeographicMapSeriesHost.
|
|
342
|
+
GeographicMapSeriesHost.wz = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
337
343
|
let c = a;
|
|
338
344
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
339
345
|
}));
|
|
@@ -354,66 +360,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
354
360
|
}
|
|
355
361
|
b5() {
|
|
356
362
|
this.b0.legendItemVisibility = 1;
|
|
357
|
-
this.b0.
|
|
358
|
-
this.b0.
|
|
359
|
-
this.b0.
|
|
360
|
-
this.b0.
|
|
361
|
-
this.b0.
|
|
362
|
-
this.b0.
|
|
363
|
-
this.b0.
|
|
364
|
-
this.b0.
|
|
365
|
-
this.b0.
|
|
366
|
-
this.b0.
|
|
367
|
-
this.b0.
|
|
368
|
-
this.b0.
|
|
369
|
-
this.b0.
|
|
370
|
-
this.b0.
|
|
371
|
-
this.b0.
|
|
363
|
+
this.b0.ws.legendItemVisibility = 0;
|
|
364
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
365
|
+
this.b0.ws.index = this.b0.index;
|
|
366
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
367
|
+
this.b0.ws.vp = this.b0.u9;
|
|
368
|
+
this.b0.ws.cg = this.b0.cg;
|
|
369
|
+
this.b0.ws.jh = this.b0.jh;
|
|
370
|
+
this.b0.ws.kb = this.b0.kb;
|
|
371
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
372
|
+
this.b0.ws.jn = this.b0.jn;
|
|
373
|
+
this.b0.ws.ii = this.b0.ii;
|
|
374
|
+
this.b0.ws.je = this.b0.je;
|
|
375
|
+
this.b0.ws.gn = this.b0.gn;
|
|
376
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
377
|
+
this.b0.ws.bc = this.b0.bc;
|
|
372
378
|
}
|
|
373
379
|
b6() {
|
|
374
|
-
this.b0.
|
|
380
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
375
381
|
}
|
|
376
382
|
cd() {
|
|
377
|
-
this.b0.
|
|
383
|
+
this.b0.ws.jh = this.b0.jh;
|
|
378
384
|
}
|
|
379
385
|
cg() {
|
|
380
|
-
this.b0.
|
|
386
|
+
this.b0.ws.kb = this.b0.kb;
|
|
381
387
|
}
|
|
382
388
|
ca() {
|
|
383
|
-
this.b0.
|
|
389
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
384
390
|
}
|
|
385
391
|
cf() {
|
|
386
|
-
this.b0.
|
|
392
|
+
this.b0.ws.jn = this.b0.jn;
|
|
387
393
|
}
|
|
388
394
|
b4() {
|
|
389
|
-
this.b0.
|
|
395
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
390
396
|
}
|
|
391
397
|
cc() {
|
|
392
|
-
this.b0.
|
|
398
|
+
this.b0.ws.vp = this.b0.vp;
|
|
393
399
|
}
|
|
394
400
|
b1() {
|
|
395
|
-
this.b0.
|
|
401
|
+
this.b0.ws.u9 = this.b0.u3;
|
|
396
402
|
}
|
|
397
403
|
b2() {
|
|
398
|
-
this.b0.
|
|
404
|
+
this.b0.ws.vp = this.b0.u7;
|
|
399
405
|
}
|
|
400
406
|
b7() {
|
|
401
|
-
this.b0.
|
|
407
|
+
this.b0.ws.bc = this.b0.bc;
|
|
402
408
|
}
|
|
403
409
|
b8() {
|
|
404
|
-
this.b0.
|
|
410
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
405
411
|
}
|
|
406
412
|
b3() {
|
|
407
|
-
this.b0.
|
|
413
|
+
this.b0.ws.ii = this.b0.ii;
|
|
408
414
|
}
|
|
409
415
|
b9() {
|
|
410
|
-
this.b0.
|
|
416
|
+
this.b0.ws.je = this.b0.je;
|
|
411
417
|
}
|
|
412
418
|
cb() {
|
|
413
|
-
this.b0.
|
|
419
|
+
this.b0.ws.cg = this.b0.cg;
|
|
414
420
|
}
|
|
415
421
|
ce() {
|
|
416
|
-
this.b0.
|
|
422
|
+
this.b0.ws.gn = this.b0.gn;
|
|
417
423
|
}
|
|
418
424
|
}
|
|
419
425
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|