igniteui-angular-maps 18.1.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 +921 -921
- 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 +162 -162
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- 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 +12 -12
- 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 +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- 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 +12 -12
- 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 +929 -929
- package/fesm5/igniteui-angular-maps.js +921 -921
- 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 +14 -14
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
- 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
|
@@ -22,11 +22,11 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
__extends(TileSeries, _super);
|
|
23
23
|
function TileSeries() {
|
|
24
24
|
var _this = _super.call(this) || this;
|
|
25
|
+
_this.zj = null;
|
|
25
26
|
_this.zi = null;
|
|
26
|
-
_this.zh = null;
|
|
27
27
|
_this.imageTilesReady = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
28
|
+
_this.zm = null;
|
|
29
|
+
_this.zn = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
@@ -39,42 +39,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39
39
|
TileSeries.prototype.cq = function () {
|
|
40
40
|
return new TileSeriesView(this);
|
|
41
41
|
};
|
|
42
|
-
TileSeries.prototype.
|
|
43
|
-
_super.prototype.
|
|
44
|
-
this.
|
|
42
|
+
TileSeries.prototype.qx = function (a) {
|
|
43
|
+
_super.prototype.qx.call(this, a);
|
|
44
|
+
this.zh = a;
|
|
45
45
|
};
|
|
46
|
-
TileSeries.prototype.
|
|
46
|
+
TileSeries.prototype.get_xt = function () {
|
|
47
47
|
return false;
|
|
48
48
|
};
|
|
49
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
49
|
+
Object.defineProperty(TileSeries.prototype, "zl", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.
|
|
51
|
+
return this.zj;
|
|
52
52
|
},
|
|
53
53
|
set: function (a) {
|
|
54
|
-
var b = a != this.
|
|
54
|
+
var b = a != this.zl;
|
|
55
55
|
if (b) {
|
|
56
|
-
var c = this.
|
|
57
|
-
this.
|
|
56
|
+
var c = this.zl;
|
|
57
|
+
this.zj = a;
|
|
58
58
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
enumerable: false,
|
|
62
62
|
configurable: true
|
|
63
63
|
});
|
|
64
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
64
|
+
Object.defineProperty(TileSeries.prototype, "zk", {
|
|
65
65
|
get: function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.zi;
|
|
67
67
|
},
|
|
68
68
|
set: function (a) {
|
|
69
|
-
var b = this.
|
|
70
|
-
this.
|
|
71
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
69
|
+
var b = this.zi;
|
|
70
|
+
this.zi = a;
|
|
71
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.zi);
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
75
75
|
});
|
|
76
|
-
TileSeries.prototype.
|
|
77
|
-
_super.prototype.
|
|
76
|
+
TileSeries.prototype.q5 = function (a, b, c, d) {
|
|
77
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
78
78
|
var e;
|
|
79
79
|
var f;
|
|
80
80
|
switch (b) {
|
|
@@ -82,78 +82,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
e = c;
|
|
83
83
|
f = d;
|
|
84
84
|
if (e != null) {
|
|
85
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
85
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zq));
|
|
86
86
|
}
|
|
87
87
|
if (f != null) {
|
|
88
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
88
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zq));
|
|
89
89
|
}
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
90
|
+
this.zh.dh(e, f);
|
|
91
|
+
this.rn(false);
|
|
92
|
+
this.qh();
|
|
93
93
|
break;
|
|
94
94
|
case "ActualTileImagery":
|
|
95
95
|
e = c;
|
|
96
96
|
f = d;
|
|
97
97
|
if (e != null) {
|
|
98
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
98
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zr));
|
|
99
99
|
e.deferralHandler = null;
|
|
100
100
|
}
|
|
101
101
|
if (f != null) {
|
|
102
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
102
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zr));
|
|
103
103
|
f.deferralHandler = this;
|
|
104
104
|
}
|
|
105
|
-
this.
|
|
105
|
+
this.zh.dg(e, f);
|
|
106
106
|
if (f != null && typeCast(XamGeographicMap.$, this.c9) !== null) {
|
|
107
107
|
f.geographicMap = this.c9;
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
108
|
+
this.zt(this.ct);
|
|
109
|
+
this.zh.dd(this.c9.vl);
|
|
110
110
|
}
|
|
111
|
-
this.
|
|
111
|
+
this.qh();
|
|
112
112
|
break;
|
|
113
113
|
case "ActualWindowRect":
|
|
114
|
-
this.
|
|
114
|
+
this.zh.dd(d);
|
|
115
115
|
break;
|
|
116
116
|
case "WorldRect":
|
|
117
|
-
this.
|
|
117
|
+
this.zh.dk(d);
|
|
118
118
|
break;
|
|
119
119
|
case "SeriesViewer":
|
|
120
120
|
var g = c;
|
|
121
121
|
var h = d;
|
|
122
|
-
if (g != null && this.
|
|
123
|
-
this.
|
|
122
|
+
if (g != null && this.zk != null) {
|
|
123
|
+
this.zk.be(null);
|
|
124
124
|
}
|
|
125
|
-
if (h != null && this.
|
|
126
|
-
this.
|
|
125
|
+
if (h != null && this.zk != null) {
|
|
126
|
+
this.zk.be(this.ct.w);
|
|
127
127
|
}
|
|
128
128
|
break;
|
|
129
129
|
case "ActualBrush":
|
|
130
130
|
case "ActualOutline":
|
|
131
131
|
case "ActualThickness":
|
|
132
|
-
this.
|
|
132
|
+
this.qj();
|
|
133
133
|
break;
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
|
-
TileSeries.prototype.
|
|
136
|
+
TileSeries.prototype.zq = function (a, b) {
|
|
137
137
|
if (b.propertyName == "MultiScaleImage") {
|
|
138
|
-
this.
|
|
138
|
+
this.zt(this.ct);
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
|
-
TileSeries.prototype.
|
|
141
|
+
TileSeries.prototype.zr = function (a, b) {
|
|
142
142
|
if (this.imageTilesReady != null) {
|
|
143
143
|
this.imageTilesReady(this, new EventArgs());
|
|
144
144
|
}
|
|
145
|
-
if (!this.
|
|
146
|
-
this.
|
|
145
|
+
if (!this.zn) {
|
|
146
|
+
this.zh.di();
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
149
|
TileSeries.prototype.register = function (a, b) {
|
|
150
|
-
this.
|
|
150
|
+
this.zm = b;
|
|
151
151
|
};
|
|
152
152
|
TileSeries.prototype.unRegister = function (a) {
|
|
153
|
-
this.
|
|
153
|
+
this.zm = null;
|
|
154
154
|
};
|
|
155
155
|
TileSeries.prototype.deferredRefresh = function () {
|
|
156
|
-
this.
|
|
156
|
+
this.rn(false);
|
|
157
157
|
};
|
|
158
158
|
TileSeries.prototype.deferAction = function (a) {
|
|
159
159
|
if (this.jx != null) {
|
|
@@ -163,60 +163,60 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
163
163
|
window.setTimeout(a, 0);
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
TileSeries.prototype.
|
|
167
|
-
this.
|
|
168
|
-
_super.prototype.
|
|
166
|
+
TileSeries.prototype.sk = function (a, b) {
|
|
167
|
+
this.zh.dj();
|
|
168
|
+
_super.prototype.sk.call(this, a, b);
|
|
169
169
|
};
|
|
170
|
-
TileSeries.prototype.
|
|
171
|
-
_super.prototype.
|
|
172
|
-
this.
|
|
170
|
+
TileSeries.prototype.ro = function (a) {
|
|
171
|
+
_super.prototype.ro.call(this, a);
|
|
172
|
+
this.zs(a, this.ct);
|
|
173
173
|
};
|
|
174
|
-
TileSeries.prototype.
|
|
174
|
+
TileSeries.prototype.zs = function (a, b) {
|
|
175
175
|
var c;
|
|
176
176
|
var d;
|
|
177
177
|
var e = b;
|
|
178
178
|
var f = b.getViewInfo(c, d);
|
|
179
179
|
c = f.p0;
|
|
180
180
|
d = f.p1;
|
|
181
|
-
this.
|
|
182
|
-
if (this.
|
|
183
|
-
this.
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
181
|
+
this.zt(b);
|
|
182
|
+
if (this.zm != null) {
|
|
183
|
+
this.zn = true;
|
|
184
|
+
this.zm(a);
|
|
185
|
+
this.zn = false;
|
|
186
186
|
}
|
|
187
187
|
e.di();
|
|
188
188
|
};
|
|
189
|
-
TileSeries.prototype.
|
|
190
|
-
_super.prototype.
|
|
189
|
+
TileSeries.prototype.rm = function (a, b, c, d, e) {
|
|
190
|
+
_super.prototype.rm.call(this, a, b, c, d, e);
|
|
191
191
|
var f = this.hl.item(d);
|
|
192
192
|
f.a3(c);
|
|
193
193
|
if (this.d3(f)) {
|
|
194
194
|
return;
|
|
195
195
|
}
|
|
196
|
-
this.
|
|
196
|
+
this.y0(f);
|
|
197
197
|
};
|
|
198
|
-
TileSeries.prototype.
|
|
198
|
+
TileSeries.prototype.zt = function (a) {
|
|
199
199
|
var b;
|
|
200
200
|
var c;
|
|
201
201
|
var d = a.getViewInfo(b, c);
|
|
202
202
|
b = d.p0;
|
|
203
203
|
c = d.p1;
|
|
204
|
-
if (this.
|
|
205
|
-
if (this.
|
|
206
|
-
this.
|
|
204
|
+
if (this.zl != null && this.zl.ao != null) {
|
|
205
|
+
if (this.zl != this.zk) {
|
|
206
|
+
this.zk = this.zl;
|
|
207
207
|
}
|
|
208
|
-
if (this.
|
|
209
|
-
if (this.
|
|
210
|
-
this.
|
|
208
|
+
if (this.zk != null && !b.isEmpty) {
|
|
209
|
+
if (this.zk.width != b.width) {
|
|
210
|
+
this.zk.width = b.width;
|
|
211
211
|
}
|
|
212
|
-
if (this.
|
|
213
|
-
this.
|
|
212
|
+
if (this.zk.height != b.height) {
|
|
213
|
+
this.zk.height = b.height;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
TileSeries.prototype.
|
|
219
|
-
_super.prototype.
|
|
218
|
+
TileSeries.prototype.o3 = function (a, b) {
|
|
219
|
+
_super.prototype.o3.call(this, a, b);
|
|
220
220
|
b.de();
|
|
221
221
|
};
|
|
222
222
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -240,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
240
|
TileSeriesView.prototype.au = function () {
|
|
241
241
|
_super.prototype.au.call(this);
|
|
242
242
|
if (!this.q) {
|
|
243
|
-
this.da.
|
|
244
|
-
this.da.
|
|
243
|
+
this.da.vp = Defaults.ao;
|
|
244
|
+
this.da.u9 = Defaults.an;
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
247
|
TileSeriesView.prototype.ck = function (a, b) {
|
|
@@ -268,8 +268,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
268
268
|
this.as();
|
|
269
269
|
};
|
|
270
270
|
TileSeriesView.prototype.dd = function (a) {
|
|
271
|
-
if (this.da.
|
|
272
|
-
this.da.
|
|
271
|
+
if (this.da.zl != null) {
|
|
272
|
+
this.da.zl.windowRect = a;
|
|
273
273
|
}
|
|
274
274
|
};
|
|
275
275
|
TileSeriesView.prototype.dg = function (a, b) {
|
|
@@ -304,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
304
304
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
305
305
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
306
306
|
}
|
|
307
|
-
if (this.da.
|
|
308
|
-
this.da.
|
|
307
|
+
if (this.da.zl != null) {
|
|
308
|
+
this.da.zl.bf(this.bx);
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
311
|
TileSeriesView.prototype.a8 = function (a, b) {
|
|
@@ -339,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
339
339
|
TileSeriesView.prototype.de = function () {
|
|
340
340
|
};
|
|
341
341
|
TileSeriesView.prototype.dk = function (a) {
|
|
342
|
-
if (this.da.
|
|
343
|
-
this.da.
|
|
342
|
+
if (this.da.zl != null) {
|
|
343
|
+
this.da.zl.a6();
|
|
344
344
|
}
|
|
345
345
|
};
|
|
346
346
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|
|
@@ -338,7 +338,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
338
338
|
try {
|
|
339
339
|
for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
340
340
|
var a = _c.value;
|
|
341
|
-
a.
|
|
341
|
+
a.r6();
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
catch (e_1_1) {
|
|
@@ -755,7 +755,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
755
755
|
try {
|
|
756
756
|
for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
757
757
|
var g = _d.value;
|
|
758
|
-
g.
|
|
758
|
+
g.rn(false);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
catch (e_2_1) {
|
|
@@ -802,7 +802,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
802
|
try {
|
|
803
803
|
for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
804
804
|
var i = _f.value;
|
|
805
|
-
i.
|
|
805
|
+
i.qc();
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
808
|
catch (e_3_1) {
|
|
@@ -858,7 +858,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
858
858
|
var c = b;
|
|
859
859
|
var d = a;
|
|
860
860
|
d.itemsSource = c.triangulationSource.points;
|
|
861
|
-
d.
|
|
861
|
+
d.w1 = c.triangulationSource.triangles;
|
|
862
862
|
}
|
|
863
863
|
else {
|
|
864
864
|
_super.prototype.qz.call(this, a, b);
|
|
@@ -1194,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
1194
1194
|
}
|
|
1195
1195
|
GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
|
|
1196
1196
|
_super.prototype.b5.call(this);
|
|
1197
|
-
var a = this.ch.
|
|
1198
|
-
a.
|
|
1199
|
-
a.
|
|
1200
|
-
a.trianglesSource = this.ch.
|
|
1201
|
-
a.
|
|
1202
|
-
a.
|
|
1203
|
-
a.
|
|
1197
|
+
var a = this.ch.ws;
|
|
1198
|
+
a.xs = this.ch.w4;
|
|
1199
|
+
a.x0 = this.ch.w2;
|
|
1200
|
+
a.trianglesSource = this.ch.w1;
|
|
1201
|
+
a.xg = this.ch.w7;
|
|
1202
|
+
a.xi = this.ch.w9;
|
|
1203
|
+
a.xk = this.ch.xb;
|
|
1204
1204
|
};
|
|
1205
1205
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
1206
|
-
var a = this.ch.
|
|
1206
|
+
var a = this.ch.ws;
|
|
1207
1207
|
if (this.ch.c9 == null) {
|
|
1208
|
-
a.wp = null;
|
|
1209
1208
|
a.wq = null;
|
|
1209
|
+
a.wr = null;
|
|
1210
1210
|
return;
|
|
1211
1211
|
}
|
|
1212
|
-
a.
|
|
1213
|
-
a.
|
|
1212
|
+
a.wq = this.ch.c9.v8;
|
|
1213
|
+
a.wr = this.ch.c9.wa;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
1216
|
-
this.ch.
|
|
1216
|
+
this.ch.ws.xs = this.ch.w4;
|
|
1217
1217
|
};
|
|
1218
1218
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1219
|
-
this.ch.
|
|
1219
|
+
this.ch.ws.x0 = this.ch.w2;
|
|
1220
1220
|
};
|
|
1221
1221
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
1222
|
-
this.ch.
|
|
1222
|
+
this.ch.ws.trianglesSource = this.ch.w1;
|
|
1223
1223
|
};
|
|
1224
1224
|
GeographicXYTriangulatingSeriesView.prototype.cm = function () {
|
|
1225
|
-
this.ch.
|
|
1225
|
+
this.ch.ws.xg = this.ch.w7;
|
|
1226
1226
|
};
|
|
1227
1227
|
GeographicXYTriangulatingSeriesView.prototype.cn = function () {
|
|
1228
|
-
this.ch.
|
|
1228
|
+
this.ch.ws.xi = this.ch.w9;
|
|
1229
1229
|
};
|
|
1230
1230
|
GeographicXYTriangulatingSeriesView.prototype.co = function () {
|
|
1231
|
-
this.ch.
|
|
1231
|
+
this.ch.ws.xk = this.ch.xb;
|
|
1232
1232
|
};
|
|
1233
1233
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1234
1234
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1252,19 +1252,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1252
1252
|
};
|
|
1253
1253
|
GeographicScatterAreaSeriesView.prototype.b5 = function () {
|
|
1254
1254
|
_super.prototype.b5.call(this);
|
|
1255
|
-
if (this.cp.
|
|
1256
|
-
this.cp.
|
|
1257
|
-
this.cp.
|
|
1255
|
+
if (this.cp.xm != null) {
|
|
1256
|
+
this.cp.xm.yz = this.cp.xq;
|
|
1257
|
+
this.cp.xm.yn = this.cp.xl;
|
|
1258
1258
|
}
|
|
1259
1259
|
};
|
|
1260
1260
|
GeographicScatterAreaSeriesView.prototype.cq = function () {
|
|
1261
|
-
if (this.cp.
|
|
1262
|
-
this.cp.
|
|
1261
|
+
if (this.cp.xm != null) {
|
|
1262
|
+
this.cp.xm.yz = this.cp.xq;
|
|
1263
1263
|
}
|
|
1264
1264
|
};
|
|
1265
1265
|
GeographicScatterAreaSeriesView.prototype.cr = function () {
|
|
1266
|
-
if (this.cp.
|
|
1267
|
-
this.cp.
|
|
1266
|
+
if (this.cp.xm != null) {
|
|
1267
|
+
this.cp.xm.yn = this.cp.xl;
|
|
1268
1268
|
}
|
|
1269
1269
|
};
|
|
1270
1270
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1474,38 +1474,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1474
1474
|
GeographicXYTriangulatingSeries.prototype.cq = function () {
|
|
1475
1475
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1476
1476
|
};
|
|
1477
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1478
|
-
_super.prototype.
|
|
1479
|
-
this.
|
|
1477
|
+
GeographicXYTriangulatingSeries.prototype.qx = function (a) {
|
|
1478
|
+
_super.prototype.qx.call(this, a);
|
|
1479
|
+
this.w0 = a;
|
|
1480
1480
|
};
|
|
1481
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1482
|
-
_super.prototype.
|
|
1481
|
+
GeographicXYTriangulatingSeries.prototype.q5 = function (a, b, c, d) {
|
|
1482
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
1483
1483
|
switch (b) {
|
|
1484
1484
|
case "SeriesViewer":
|
|
1485
|
-
this.
|
|
1485
|
+
this.w0.ck();
|
|
1486
1486
|
break;
|
|
1487
1487
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1488
|
-
this.
|
|
1488
|
+
this.w0.cj();
|
|
1489
1489
|
break;
|
|
1490
1490
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1491
|
-
this.
|
|
1491
|
+
this.w0.ci();
|
|
1492
1492
|
break;
|
|
1493
1493
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1494
|
-
this.
|
|
1494
|
+
this.w0.cl();
|
|
1495
1495
|
break;
|
|
1496
1496
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1497
|
-
this.
|
|
1497
|
+
this.w0.cm();
|
|
1498
1498
|
break;
|
|
1499
1499
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1500
|
-
this.
|
|
1500
|
+
this.w0.cn();
|
|
1501
1501
|
break;
|
|
1502
1502
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1503
|
-
this.
|
|
1503
|
+
this.w0.co();
|
|
1504
1504
|
break;
|
|
1505
1505
|
}
|
|
1506
1506
|
};
|
|
1507
1507
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1508
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1508
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w2:xd', [2, "pointY"], 'LongitudeMemberPath:w4:xe', [2, "pointX"], 'TriangleVertexMemberPath1:w7:xg', [2, "v1"], 'TriangleVertexMemberPath2:w9:xh', [2, "v2"], 'TriangleVertexMemberPath3:xb:xi', [2, "v3"], 'TrianglesSource:w1:xf', [IEnumerable_$type, null]]);
|
|
1509
1509
|
return GeographicXYTriangulatingSeries;
|
|
1510
1510
|
}(GeographicMapSeriesHost));
|
|
1511
1511
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1516,7 +1516,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1516
1516
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1517
1517
|
function GeographicScatterAreaSeries() {
|
|
1518
1518
|
var _this = _super.call(this) || this;
|
|
1519
|
-
_this.
|
|
1519
|
+
_this.xj = null;
|
|
1520
1520
|
_this.triangulationStatusChanged = null;
|
|
1521
1521
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1522
1522
|
return _this;
|
|
@@ -1527,53 +1527,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1527
1527
|
GeographicScatterAreaSeries.prototype.get_es = function () {
|
|
1528
1528
|
return true;
|
|
1529
1529
|
};
|
|
1530
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1530
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "xl", {
|
|
1531
1531
|
get: function () {
|
|
1532
|
-
return this.
|
|
1532
|
+
return this.xj;
|
|
1533
1533
|
},
|
|
1534
1534
|
set: function (a) {
|
|
1535
|
-
var b = this.
|
|
1535
|
+
var b = this.xj != a;
|
|
1536
1536
|
if (b) {
|
|
1537
|
-
var c = this.
|
|
1538
|
-
if (this.
|
|
1539
|
-
var d = this.
|
|
1540
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1537
|
+
var c = this.xj;
|
|
1538
|
+
if (this.xj != null) {
|
|
1539
|
+
var d = this.xj;
|
|
1540
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xt));
|
|
1541
1541
|
}
|
|
1542
|
-
this.
|
|
1543
|
-
if (this.
|
|
1544
|
-
var e = this.
|
|
1545
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1542
|
+
this.xj = a;
|
|
1543
|
+
if (this.xj != null) {
|
|
1544
|
+
var e = this.xj;
|
|
1545
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xt));
|
|
1546
1546
|
}
|
|
1547
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1548
|
-
if (this.
|
|
1549
|
-
this.
|
|
1547
|
+
this.raisePropertyChanged("ColorScale", c, this.xj);
|
|
1548
|
+
if (this.xm != null) {
|
|
1549
|
+
this.xm.yn = a;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
1552
|
},
|
|
1553
1553
|
enumerable: false,
|
|
1554
1554
|
configurable: true
|
|
1555
1555
|
});
|
|
1556
|
-
GeographicScatterAreaSeries.prototype.
|
|
1557
|
-
this.
|
|
1558
|
-
this.
|
|
1559
|
-
this.
|
|
1556
|
+
GeographicScatterAreaSeries.prototype.xt = function (a, b) {
|
|
1557
|
+
this.xo.cr();
|
|
1558
|
+
this.xv();
|
|
1559
|
+
this.rn(false);
|
|
1560
1560
|
};
|
|
1561
|
-
GeographicScatterAreaSeries.prototype.
|
|
1562
|
-
if (this.
|
|
1563
|
-
this.
|
|
1561
|
+
GeographicScatterAreaSeries.prototype.xv = function () {
|
|
1562
|
+
if (this.xm != null) {
|
|
1563
|
+
this.xk = this.xm.ym;
|
|
1564
1564
|
}
|
|
1565
1565
|
};
|
|
1566
|
-
GeographicScatterAreaSeries.prototype.
|
|
1567
|
-
_super.prototype.
|
|
1568
|
-
this.
|
|
1566
|
+
GeographicScatterAreaSeries.prototype.sb = function () {
|
|
1567
|
+
_super.prototype.sb.call(this);
|
|
1568
|
+
this.xv();
|
|
1569
1569
|
};
|
|
1570
|
-
GeographicScatterAreaSeries.prototype.
|
|
1571
|
-
this.
|
|
1572
|
-
var a = this.
|
|
1573
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1574
|
-
return this.
|
|
1570
|
+
GeographicScatterAreaSeries.prototype.wr = function () {
|
|
1571
|
+
this.xm = new ScatterAreaSeries();
|
|
1572
|
+
var a = this.xm;
|
|
1573
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xu));
|
|
1574
|
+
return this.xm;
|
|
1575
1575
|
};
|
|
1576
|
-
GeographicScatterAreaSeries.prototype.
|
|
1576
|
+
GeographicScatterAreaSeries.prototype.xu = function (a, b) {
|
|
1577
1577
|
if (this.triangulationStatusChanged != null) {
|
|
1578
1578
|
this.triangulationStatusChanged(this, b);
|
|
1579
1579
|
}
|
|
@@ -1581,19 +1581,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1581
1581
|
GeographicScatterAreaSeries.prototype.cq = function () {
|
|
1582
1582
|
return new GeographicScatterAreaSeriesView(this);
|
|
1583
1583
|
};
|
|
1584
|
-
GeographicScatterAreaSeries.prototype.
|
|
1585
|
-
_super.prototype.
|
|
1586
|
-
this.
|
|
1584
|
+
GeographicScatterAreaSeries.prototype.qx = function (a) {
|
|
1585
|
+
_super.prototype.qx.call(this, a);
|
|
1586
|
+
this.xo = a;
|
|
1587
1587
|
};
|
|
1588
|
-
GeographicScatterAreaSeries.prototype.
|
|
1589
|
-
_super.prototype.
|
|
1588
|
+
GeographicScatterAreaSeries.prototype.q5 = function (a, b, c, d) {
|
|
1589
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
1590
1590
|
switch (b) {
|
|
1591
1591
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1592
|
-
this.
|
|
1592
|
+
this.xo.cq();
|
|
1593
1593
|
break;
|
|
1594
1594
|
case "ColorScale":
|
|
1595
|
-
this.
|
|
1596
|
-
this.
|
|
1595
|
+
this.xo.cr();
|
|
1596
|
+
this.xv();
|
|
1597
1597
|
break;
|
|
1598
1598
|
}
|
|
1599
1599
|
};
|
|
@@ -1604,7 +1604,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1604
1604
|
_super.prototype.set_g5.call(this, a);
|
|
1605
1605
|
};
|
|
1606
1606
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1607
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1607
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xk:xw', [ColorScale.$, null], 'ColorMemberPath:xq:xx', [2, "value"]]);
|
|
1608
1608
|
return GeographicScatterAreaSeries;
|
|
1609
1609
|
}(GeographicXYTriangulatingSeries));
|
|
1610
1610
|
export { GeographicScatterAreaSeries };
|