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