igniteui-angular-maps 17.2.1 → 17.3.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 +1342 -1342
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +80 -80
- package/esm2015/lib/XamGeographicMap_combined.js +457 -457
- 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-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
- 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 +16 -16
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +78 -78
- package/esm5/lib/XamGeographicMap_combined.js +450 -450
- 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-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
- 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 +16 -16
- 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 +1356 -1356
- package/fesm5/igniteui-angular-maps.js +1342 -1342
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
- package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
- package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- 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 +108 -108
- package/package.json +2 -2
|
@@ -19,13 +19,13 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicMapSeriesHost extends Series {
|
|
20
20
|
constructor() {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.t3 = null;
|
|
23
|
+
this.t5 = this.t4();
|
|
24
24
|
}
|
|
25
25
|
oh() {
|
|
26
26
|
super.oh();
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
27
|
+
if (this.t5 != null) {
|
|
28
|
+
this.t5.oh();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
get_er() {
|
|
@@ -39,291 +39,291 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
39
39
|
if (c == "LongitudeMemberPath") {
|
|
40
40
|
c = "XMemberPath";
|
|
41
41
|
}
|
|
42
|
-
return this.
|
|
42
|
+
return this.t5.jv(a, b);
|
|
43
43
|
}
|
|
44
44
|
dt(a, b, c, d) {
|
|
45
|
-
return this.
|
|
45
|
+
return this.t5.dt(a, b, c, d);
|
|
46
46
|
}
|
|
47
47
|
ag() {
|
|
48
|
-
return this.
|
|
48
|
+
return this.t5.ag();
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
return this.
|
|
50
|
+
bg() {
|
|
51
|
+
return this.t5;
|
|
52
52
|
}
|
|
53
|
-
get
|
|
54
|
-
return this.
|
|
53
|
+
get t5() {
|
|
54
|
+
return this.t3;
|
|
55
55
|
}
|
|
56
|
-
set
|
|
57
|
-
let b = this.
|
|
56
|
+
set t5(a) {
|
|
57
|
+
let b = this.t5 != a;
|
|
58
58
|
if (b) {
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
59
|
+
this.t3 = a;
|
|
60
|
+
this.ua();
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
get_hasMarkers() {
|
|
64
|
-
return this.
|
|
64
|
+
return this.t5.hasMarkers;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
if (this.
|
|
68
|
-
let hostedSeries_ = this.
|
|
66
|
+
ua() {
|
|
67
|
+
if (this.t3 != null) {
|
|
68
|
+
let hostedSeries_ = this.t3;
|
|
69
69
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
70
70
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
71
71
|
}
|
|
72
|
-
this.ns(this.
|
|
73
|
-
this.
|
|
72
|
+
this.ns(this.t5);
|
|
73
|
+
this.t6.b5();
|
|
74
74
|
}
|
|
75
|
-
|
|
76
|
-
return this.
|
|
75
|
+
c0(a, b, c) {
|
|
76
|
+
return this.c2(this.t5, a, b, c);
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
return this.
|
|
78
|
+
c1(a, b, c) {
|
|
79
|
+
return this.c3(this.t5, a, b, c);
|
|
80
80
|
}
|
|
81
81
|
js(a) {
|
|
82
|
-
return this.jy(this.
|
|
82
|
+
return this.jy(this.t5, a);
|
|
83
83
|
}
|
|
84
84
|
jg(a, b) {
|
|
85
|
-
return this.
|
|
85
|
+
return this.t5.jg(a, b);
|
|
86
86
|
}
|
|
87
87
|
je(a, b) {
|
|
88
|
-
return this.
|
|
88
|
+
return this.t5.je(a, b);
|
|
89
89
|
}
|
|
90
90
|
ia(a, b, c) {
|
|
91
|
-
return this.
|
|
91
|
+
return this.t5.ia(a, b, c);
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
return this.
|
|
93
|
+
tj(a, b, c) {
|
|
94
|
+
return this.t5.tj(a, b, c);
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
96
|
+
tu(a) {
|
|
97
|
+
return this.t5.tu(a);
|
|
98
98
|
}
|
|
99
99
|
ak(a) {
|
|
100
|
-
return this.
|
|
100
|
+
return this.t5.ak(a);
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
return this.
|
|
102
|
+
tv(a) {
|
|
103
|
+
return this.t5.tv(a);
|
|
104
104
|
}
|
|
105
105
|
al(a) {
|
|
106
|
-
return this.
|
|
107
|
-
}
|
|
108
|
-
tv(a) {
|
|
109
|
-
return this.t4.tv(a);
|
|
106
|
+
return this.t5.al(a);
|
|
110
107
|
}
|
|
111
108
|
tw(a) {
|
|
112
|
-
return this.
|
|
109
|
+
return this.t5.tw(a);
|
|
110
|
+
}
|
|
111
|
+
tx(a) {
|
|
112
|
+
return this.t5.tx(a);
|
|
113
113
|
}
|
|
114
114
|
h6(a, b, c) {
|
|
115
|
-
return this.
|
|
115
|
+
return this.t5.h6(a, b, c);
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
return this.
|
|
117
|
+
tf(a, b, c) {
|
|
118
|
+
return this.t5.tf(a, b, c);
|
|
119
119
|
}
|
|
120
120
|
h8(a, b, c) {
|
|
121
121
|
return this.ia(a, b, c);
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
return this.
|
|
123
|
+
th(a, b, c) {
|
|
124
|
+
return this.t5.th(a, b, c);
|
|
125
125
|
}
|
|
126
|
-
|
|
127
|
-
return this.
|
|
126
|
+
tk(a, b, c) {
|
|
127
|
+
return this.t5.tk(a, b, c);
|
|
128
128
|
}
|
|
129
129
|
ib(a, b, c) {
|
|
130
|
-
return this.
|
|
130
|
+
return this.t5.ib(a, b, c);
|
|
131
131
|
}
|
|
132
|
-
|
|
133
|
-
return this.
|
|
132
|
+
tg(a, b, c) {
|
|
133
|
+
return this.t5.tg(a, b, c);
|
|
134
134
|
}
|
|
135
135
|
h7(a, b, c) {
|
|
136
|
-
return this.
|
|
136
|
+
return this.t5.h7(a, b, c);
|
|
137
137
|
}
|
|
138
|
-
|
|
139
|
-
return this.
|
|
138
|
+
ti(a, b, c) {
|
|
139
|
+
return this.t5.ti(a, b, c);
|
|
140
140
|
}
|
|
141
141
|
h9(a, b, c) {
|
|
142
|
-
return this.
|
|
142
|
+
return this.t5.h9(a, b, c);
|
|
143
143
|
}
|
|
144
144
|
ja(a) {
|
|
145
|
-
return this.
|
|
145
|
+
return this.t5.ja(a);
|
|
146
146
|
}
|
|
147
147
|
h1() {
|
|
148
|
-
return this.
|
|
148
|
+
return this.t5.h1();
|
|
149
149
|
}
|
|
150
150
|
hx(a) {
|
|
151
|
-
return this.
|
|
151
|
+
return this.t5.hx(a);
|
|
152
152
|
}
|
|
153
153
|
jt(a) {
|
|
154
|
-
return this.
|
|
154
|
+
return this.t5.jt(a);
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
cd() {
|
|
157
157
|
return new HostSeriesView(this);
|
|
158
158
|
}
|
|
159
|
-
|
|
160
|
-
super.
|
|
161
|
-
this.
|
|
159
|
+
o2(a) {
|
|
160
|
+
super.o2(a);
|
|
161
|
+
this.t6 = typeCast(HostSeriesView.$, a);
|
|
162
162
|
}
|
|
163
|
-
get
|
|
164
|
-
return this.c(GeographicMapSeriesHost.
|
|
163
|
+
get t7() {
|
|
164
|
+
return this.c(GeographicMapSeriesHost.uc);
|
|
165
165
|
}
|
|
166
|
-
set
|
|
167
|
-
this.h(GeographicMapSeriesHost.
|
|
166
|
+
set t7(a) {
|
|
167
|
+
this.h(GeographicMapSeriesHost.uc, a);
|
|
168
168
|
}
|
|
169
|
-
|
|
170
|
-
super.
|
|
169
|
+
pa(a, b, c, d) {
|
|
170
|
+
super.pa(a, b, c, d);
|
|
171
171
|
switch (b) {
|
|
172
172
|
case "SeriesViewer":
|
|
173
|
-
this.
|
|
173
|
+
this.t5.cv = this.cv;
|
|
174
174
|
if (c != null) {
|
|
175
|
-
c.
|
|
175
|
+
c.o6(this.t5);
|
|
176
176
|
}
|
|
177
177
|
if (d != null) {
|
|
178
|
-
this.
|
|
178
|
+
this.cv.ls(this.t5);
|
|
179
179
|
}
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.n3(this.
|
|
183
|
-
this.jm = this.
|
|
180
|
+
this.t5.pd(this.ty);
|
|
181
|
+
this.t5.index = this.index;
|
|
182
|
+
this.n3(this.t5);
|
|
183
|
+
this.jm = this.t5.jm;
|
|
184
184
|
let e = typeCast(SeriesViewer.$, c);
|
|
185
185
|
if (e != null) {
|
|
186
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
186
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ub));
|
|
187
187
|
}
|
|
188
|
-
if (this.
|
|
189
|
-
let f = this.
|
|
190
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
188
|
+
if (this.cv != null) {
|
|
189
|
+
let f = this.cv;
|
|
190
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ub));
|
|
191
191
|
}
|
|
192
|
-
this.
|
|
192
|
+
this.t9();
|
|
193
193
|
break;
|
|
194
194
|
case "SyncLink":
|
|
195
|
-
this.
|
|
195
|
+
this.t5.co = this.co;
|
|
196
196
|
break;
|
|
197
197
|
case "VisibleFromScale":
|
|
198
|
-
this.
|
|
198
|
+
this.t9();
|
|
199
199
|
break;
|
|
200
200
|
case "Index":
|
|
201
|
-
this.
|
|
201
|
+
this.t5.index = this.index;
|
|
202
202
|
break;
|
|
203
203
|
case "ItemsSource":
|
|
204
|
-
this.
|
|
204
|
+
this.t6.b6();
|
|
205
205
|
break;
|
|
206
206
|
case "Resolution":
|
|
207
|
-
this.
|
|
207
|
+
this.t6.cd();
|
|
208
208
|
break;
|
|
209
209
|
case "TransitionDuration":
|
|
210
|
-
this.
|
|
210
|
+
this.t6.cg();
|
|
211
211
|
break;
|
|
212
212
|
case "Opacity":
|
|
213
|
-
this.
|
|
213
|
+
this.t6.ca();
|
|
214
214
|
break;
|
|
215
215
|
case "Visibility":
|
|
216
|
-
let hs_ = this.
|
|
216
|
+
let hs_ = this.t5;
|
|
217
217
|
let v_ = this._visibility;
|
|
218
218
|
hs_.visibility = v_;
|
|
219
219
|
break;
|
|
220
220
|
case "MouseOverEnabled":
|
|
221
|
-
this.
|
|
221
|
+
this.t5.fl = this.fl;
|
|
222
222
|
break;
|
|
223
223
|
case "ExpectFunctions":
|
|
224
|
-
this.
|
|
224
|
+
this.t5.expectFunctions = this.expectFunctions;
|
|
225
225
|
break;
|
|
226
226
|
case "Thickness":
|
|
227
|
-
this.
|
|
227
|
+
this.t6.cf();
|
|
228
228
|
break;
|
|
229
229
|
case "Brush":
|
|
230
|
-
this.
|
|
230
|
+
this.t6.b4();
|
|
231
231
|
break;
|
|
232
232
|
case "Outline":
|
|
233
|
-
this.
|
|
233
|
+
this.t6.cc();
|
|
234
234
|
break;
|
|
235
235
|
case "ActualBrush":
|
|
236
|
-
this.
|
|
236
|
+
this.t6.b1();
|
|
237
237
|
break;
|
|
238
238
|
case "ActualOutline":
|
|
239
|
-
this.
|
|
239
|
+
this.t6.b2();
|
|
240
240
|
break;
|
|
241
241
|
case "MarkerFillOpacity":
|
|
242
242
|
if (!isNaN_(this.il)) {
|
|
243
|
-
this.
|
|
243
|
+
this.t6.b9();
|
|
244
244
|
}
|
|
245
245
|
break;
|
|
246
246
|
case "AreaFillOpacity":
|
|
247
247
|
if (!isNaN_(this.hq)) {
|
|
248
|
-
this.
|
|
248
|
+
this.t6.b3();
|
|
249
249
|
}
|
|
250
250
|
break;
|
|
251
251
|
case "OutlineMode":
|
|
252
|
-
this.
|
|
252
|
+
this.t6.cb();
|
|
253
253
|
break;
|
|
254
254
|
case "ShowDefaultTooltip":
|
|
255
|
-
this.
|
|
255
|
+
this.t6.ce();
|
|
256
256
|
break;
|
|
257
257
|
case "Title":
|
|
258
|
-
this.
|
|
258
|
+
this.t5.title = this.title;
|
|
259
259
|
break;
|
|
260
260
|
case "LegendItemBadgeMode":
|
|
261
|
-
this.
|
|
261
|
+
this.t6.b7();
|
|
262
262
|
break;
|
|
263
263
|
case "LegendItemBadgeShape":
|
|
264
|
-
this.
|
|
264
|
+
this.t6.b8();
|
|
265
265
|
break;
|
|
266
266
|
case "Legend":
|
|
267
|
-
this.
|
|
268
|
-
this.
|
|
267
|
+
this.t5.legend = this.legend;
|
|
268
|
+
this.cg.av();
|
|
269
269
|
break;
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
|
-
|
|
273
|
-
if (this.
|
|
272
|
+
t9() {
|
|
273
|
+
if (this.cv == null || this.t5 == null) {
|
|
274
274
|
return;
|
|
275
275
|
}
|
|
276
|
-
if (!isNaN_(this.
|
|
277
|
-
if (this.
|
|
278
|
-
let hs_ = this.
|
|
276
|
+
if (!isNaN_(this.t7)) {
|
|
277
|
+
if (this.cv.tr.width > this.t7) {
|
|
278
|
+
let hs_ = this.t5;
|
|
279
279
|
let v_ = 1;
|
|
280
280
|
hs_.visibility = v_;
|
|
281
281
|
}
|
|
282
282
|
else {
|
|
283
|
-
let hs2_ = this.
|
|
283
|
+
let hs2_ = this.t5;
|
|
284
284
|
let v2_ = 0;
|
|
285
285
|
hs2_.visibility = v2_;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
|
-
|
|
290
|
-
this.
|
|
289
|
+
ub(a, b) {
|
|
290
|
+
this.t9();
|
|
291
291
|
}
|
|
292
|
-
|
|
293
|
-
super.
|
|
294
|
-
if (this.
|
|
295
|
-
this.
|
|
292
|
+
pr(a) {
|
|
293
|
+
super.pr(a);
|
|
294
|
+
if (this.t5 != null) {
|
|
295
|
+
this.t5.pr(a);
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
|
|
299
|
-
if (this.
|
|
300
|
-
this.
|
|
298
|
+
pq(a, b, c, d, e) {
|
|
299
|
+
if (this.t5 != null) {
|
|
300
|
+
this.t5.pq(a, b, c, d, e);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
au(a, b) {
|
|
304
|
-
return this.
|
|
304
|
+
return this.t5.au(a, b);
|
|
305
305
|
}
|
|
306
|
-
|
|
307
|
-
super.
|
|
308
|
-
this.
|
|
306
|
+
qa() {
|
|
307
|
+
super.qa();
|
|
308
|
+
this.t5.qa();
|
|
309
309
|
}
|
|
310
310
|
get_coercionMethods() {
|
|
311
311
|
return this._coercionMethods;
|
|
312
312
|
}
|
|
313
313
|
set_coercionMethods(a) {
|
|
314
314
|
this._coercionMethods = a;
|
|
315
|
-
this.
|
|
315
|
+
this.t5.coercionMethods = a;
|
|
316
316
|
}
|
|
317
317
|
n2(a) {
|
|
318
318
|
super.n2(a);
|
|
319
|
-
if (this.
|
|
320
|
-
let b = this.
|
|
319
|
+
if (this.t5 != null) {
|
|
320
|
+
let b = this.t5.jr();
|
|
321
321
|
this.nn(a, b);
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
326
|
-
GeographicMapSeriesHost.
|
|
326
|
+
GeographicMapSeriesHost.uc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
327
327
|
let c = a;
|
|
328
328
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
329
329
|
}));
|
|
@@ -343,67 +343,67 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
343
343
|
super.at(a, b);
|
|
344
344
|
}
|
|
345
345
|
b5() {
|
|
346
|
-
this.b0.
|
|
347
|
-
this.b0.
|
|
348
|
-
this.b0.
|
|
349
|
-
this.b0.
|
|
350
|
-
this.b0.
|
|
351
|
-
this.b0.
|
|
352
|
-
this.b0.
|
|
353
|
-
this.b0.
|
|
354
|
-
this.b0.
|
|
355
|
-
this.b0.
|
|
356
|
-
this.b0.
|
|
357
|
-
this.b0.
|
|
358
|
-
this.b0.
|
|
359
|
-
this.b0.
|
|
360
|
-
this.b0.
|
|
361
|
-
this.b0.
|
|
346
|
+
this.b0.t2 = 1;
|
|
347
|
+
this.b0.t5.t2 = 0;
|
|
348
|
+
this.b0.t5.itemsSource = this.b0.itemsSource;
|
|
349
|
+
this.b0.t5.index = this.b0.index;
|
|
350
|
+
this.b0.t5.sy = this.b0.sy;
|
|
351
|
+
this.b0.t5.s4 = this.b0.sy;
|
|
352
|
+
this.b0.t5.b9 = this.b0.b9;
|
|
353
|
+
this.b0.t5.ip = this.b0.ip;
|
|
354
|
+
this.b0.t5.jj = this.b0.jj;
|
|
355
|
+
this.b0.t5._opacity = this.b0._opacity;
|
|
356
|
+
this.b0.t5.iv = this.b0.iv;
|
|
357
|
+
this.b0.t5.hq = this.b0.hq;
|
|
358
|
+
this.b0.t5.il = this.b0.il;
|
|
359
|
+
this.b0.t5.fz = this.b0.fz;
|
|
360
|
+
this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
361
|
+
this.b0.t5.a6 = this.b0.a6;
|
|
362
362
|
}
|
|
363
363
|
b6() {
|
|
364
|
-
this.b0.
|
|
364
|
+
this.b0.t5.itemsSource = this.b0.itemsSource;
|
|
365
365
|
}
|
|
366
366
|
cd() {
|
|
367
|
-
this.b0.
|
|
367
|
+
this.b0.t5.ip = this.b0.ip;
|
|
368
368
|
}
|
|
369
369
|
cg() {
|
|
370
|
-
this.b0.
|
|
370
|
+
this.b0.t5.jj = this.b0.jj;
|
|
371
371
|
}
|
|
372
372
|
ca() {
|
|
373
|
-
this.b0.
|
|
373
|
+
this.b0.t5._opacity = this.b0._opacity;
|
|
374
374
|
}
|
|
375
375
|
cf() {
|
|
376
|
-
this.b0.
|
|
376
|
+
this.b0.t5.iv = this.b0.iv;
|
|
377
377
|
}
|
|
378
378
|
b4() {
|
|
379
|
-
this.b0.
|
|
379
|
+
this.b0.t5.sy = this.b0.sy;
|
|
380
380
|
}
|
|
381
381
|
cc() {
|
|
382
|
-
this.b0.
|
|
382
|
+
this.b0.t5.s4 = this.b0.s4;
|
|
383
383
|
}
|
|
384
384
|
b1() {
|
|
385
|
-
this.b0.
|
|
385
|
+
this.b0.t5.sy = this.b0.su;
|
|
386
386
|
}
|
|
387
387
|
b2() {
|
|
388
|
-
this.b0.
|
|
388
|
+
this.b0.t5.s4 = this.b0.sx;
|
|
389
389
|
}
|
|
390
390
|
b7() {
|
|
391
|
-
this.b0.
|
|
391
|
+
this.b0.t5.a6 = this.b0.a6;
|
|
392
392
|
}
|
|
393
393
|
b8() {
|
|
394
|
-
this.b0.
|
|
394
|
+
this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
395
395
|
}
|
|
396
396
|
b3() {
|
|
397
|
-
this.b0.
|
|
397
|
+
this.b0.t5.hq = this.b0.hq;
|
|
398
398
|
}
|
|
399
399
|
b9() {
|
|
400
|
-
this.b0.
|
|
400
|
+
this.b0.t5.il = this.b0.il;
|
|
401
401
|
}
|
|
402
402
|
cb() {
|
|
403
|
-
this.b0.
|
|
403
|
+
this.b0.t5.b9 = this.b0.b9;
|
|
404
404
|
}
|
|
405
405
|
ce() {
|
|
406
|
-
this.b0.
|
|
406
|
+
this.b0.t5.fz = this.b0.fz;
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -23,74 +23,74 @@ export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
23
23
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
24
24
|
constructor() {
|
|
25
25
|
super();
|
|
26
|
-
let a = this.
|
|
27
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
26
|
+
let a = this.t5;
|
|
27
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ut));
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
return this.
|
|
31
|
-
}
|
|
32
|
-
s0() {
|
|
33
|
-
return this.u6;
|
|
29
|
+
qx() {
|
|
30
|
+
return this.uu;
|
|
34
31
|
}
|
|
35
32
|
s1() {
|
|
36
33
|
return this.u7;
|
|
37
34
|
}
|
|
35
|
+
s2() {
|
|
36
|
+
return this.u8;
|
|
37
|
+
}
|
|
38
38
|
ht() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.ug;
|
|
40
40
|
}
|
|
41
41
|
ky() {
|
|
42
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
42
|
+
let a = typeCast(MarkerSeries.$, this.t5);
|
|
43
43
|
if (a == null) {
|
|
44
44
|
return "Unknown";
|
|
45
45
|
}
|
|
46
46
|
return a.ky();
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
48
|
+
ut(a, b) {
|
|
49
|
+
let c = typeCast(MarkerSeries.$, this.t5);
|
|
50
50
|
if (c == null) {
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
53
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
54
|
-
this.
|
|
54
|
+
this.uu = c.uw;
|
|
55
55
|
}
|
|
56
56
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
57
|
-
this.
|
|
57
|
+
this.u8 = c.vd;
|
|
58
58
|
}
|
|
59
59
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
60
|
-
this.
|
|
60
|
+
this.u7 = c.vc;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
63
|
+
pa(a, b, c, d) {
|
|
64
|
+
super.pa(a, b, c, d);
|
|
65
65
|
switch (b) {
|
|
66
66
|
case GeographicMarkerSeries.$$p[3]:
|
|
67
|
-
this.
|
|
67
|
+
this.t5.ve = this.u9;
|
|
68
68
|
break;
|
|
69
69
|
case GeographicMarkerSeries.$$p[6]:
|
|
70
|
-
this.
|
|
70
|
+
this.t5.vf = this.va;
|
|
71
71
|
break;
|
|
72
72
|
case GeographicMarkerSeries.$$p[5]:
|
|
73
|
-
this.
|
|
73
|
+
this.t5.t9 = this.ue;
|
|
74
74
|
break;
|
|
75
75
|
case GeographicMarkerSeries.$$p[4]:
|
|
76
|
-
this.
|
|
76
|
+
this.t5.t5 = this.ud;
|
|
77
77
|
break;
|
|
78
78
|
case GeographicMarkerSeries.$$p[9]:
|
|
79
|
-
this.
|
|
79
|
+
this.t5.uc = this.uf;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicMarkerSeries.$$p[7]:
|
|
82
|
-
this.
|
|
82
|
+
this.t5.uy = this.uv;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicMarkerSeries.$$p[8]:
|
|
85
|
-
this.
|
|
85
|
+
this.t5.uh = this.ug;
|
|
86
86
|
break;
|
|
87
87
|
case GeographicMarkerSeries.$$p[10]:
|
|
88
|
-
this.
|
|
88
|
+
this.t5.w3 = this.uh;
|
|
89
89
|
break;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
94
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
94
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u7:uw', [Brush.$], 'ActualMarkerOutline:u8:ux', [Brush.$], 'ActualMarkerTemplate:uu:uy', [DataTemplate.$, null], 'MarkerBrush:u9:uz', [Brush.$], 'MarkerFillMode:ud:u0', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ue:u1', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:va:u2', [Brush.$], 'MarkerTemplate:uv:u3', [DataTemplate.$, null], 'MarkerThickness:ug:u4', [1, DeviceUtils.g(2)], 'MarkerType:uf:u5', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uh:u6', [1, 400]]);
|
|
95
95
|
return GeographicMarkerSeries;
|
|
96
96
|
})();
|